/* VistaOne / approved Concept 03 / information-only release */
:root {
  color-scheme: light;
  --blue: #2563EB;
  --blue-hover: #1D5DE0;
  --teal: #00BFA6;
  --sky: #60D9EF;
  --ice: #EFF6FF;
  --mint: #E8FBF7;
  --cloud: #F8FBFF;
  --line: #D9E7FF;
  --white: #FFFFFF;
  --radius: 30px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;
  font-synthesis: none;
  color: var(--blue);
  background: var(--white);
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
body { margin: 0; }
h1, h2, h3, h4, p, ul { margin: 0; }
ul { list-style: none; padding: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: .3em; }
a:hover { text-decoration: underline; }
button { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
.icon { width: 21px; height: 21px; flex: 0 0 21px; }
.container { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
[id] { scroll-margin-top: 124px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 5px; }
#main:focus { outline: none; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 100; padding: 12px 20px; color: white; background: var(--blue); border-radius: 8px; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { background: var(--white); position: sticky; top: 0; z-index: 20; }
.header-inner { min-height: 104px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { flex-shrink: 0; width: 232px; display: block; line-height: 1; }
.primary-navigation { display: flex; align-items: center; gap: clamp(28px, 4.5vw, 72px); font-size: 14px; font-weight: 500; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 36px; min-height: 52px; padding: 14px 21px; font-size: 14px; font-weight: 600; line-height: 1.35; border: 1px solid var(--blue); border-radius: 13px; color: var(--white); background: var(--blue); transition: background .18s ease, transform .18s ease; }
.button:hover { background: var(--blue-hover); border-color: var(--blue-hover); text-decoration: none; }
.button .icon { width: 19px; height: 19px; }
.button-outline { background: var(--white); color: var(--blue); }
.button-outline:hover { background: var(--ice); border-color: var(--blue); }
.button-small { min-height: 44px; padding: 11px 17px; font-size: 13px; min-width: 187px; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.02fr 1fr; gap: 54px; align-items: center; padding-block: 64px 68px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; background: var(--white); border-radius: 999px; color: var(--blue); font-size: 11px; font-weight: 600; line-height: 1.4; text-transform: uppercase; letter-spacing: .025em; }
.badge-teal { background: var(--mint); }
.status-dot { width: 5px; height: 5px; background: var(--blue); border-radius: 50%; }
h1 { font-size: clamp(46px, 4.5vw, 66px); font-weight: 600; letter-spacing: -.045em; line-height: 1.16; margin-top: 16px; }
.accent-rule { width: 92px; height: 5px; background: var(--teal); border-radius: 4px; }
.hero-copy .accent-rule { margin-top: 25px; }
.hero-description { font-size: 18px; max-width: 520px; line-height: 1.65; margin-top: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.hero-actions .button { min-width: 218px; }
.hero-visual { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 15px; }
.orbit { position: relative; width: min(100%, 510px); aspect-ratio: 1 / 1; }
.orbit-outer { position: absolute; inset: 8%; border: 23px solid var(--ice); border-radius: 50%; }
.orbit-inner { position: absolute; inset: 17%; border: 1px solid var(--line); border-radius: 50%; }
.orbit-arcs { position: absolute; inset: 6.5%; width: 87%; height: 87%; }
.orbit-core { position: absolute; inset: 31.5%; border: 1px solid var(--line); background: var(--white); border-radius: 36px; display: grid; place-items: center; }
.orbit-core img { width: 61%; }
.orbit-chip { position: absolute; display: inline-flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); font-size: 13px; font-weight: 600; min-height: 64px; box-shadow: 0 4px 22px rgb(37 99 235 / .025); }
.orbit-chip>span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--ice); }
.chip-business { left: 0; top: 15%; }
.chip-payments { right: -1%; top: 32%; }
.chip-people { left: 6%; bottom: 9%; }
.chip-people>span { background: var(--mint); }
.orbit-dot { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--sky); right: 8%; top: 53%; }
.orbit-caption { font-size: 12px; font-weight: 500; margin-top: 2px; }
.audience-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); gap: 25px; padding: 27px 10px; }
.audience-strip li { display: flex; align-items: center; gap: 17px; }
.strip-icon { display: grid; place-items: center; width: 47px; height: 47px; flex: 0 0 47px; background: var(--ice); border-radius: 14px; }
.audience-strip strong { display: block; font-size: 14px; font-weight: 600; }
.audience-strip p { font-size: 12px; margin-top: 3px; }
.services-section { padding-top: 66px; }
.eyebrow { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .035em; line-height: 1.5; margin-bottom: 15px; }
h2 { font-size: clamp(30px, 3.05vw, 44px); font-weight: 600; letter-spacing: -.035em; line-height: 1.2; }
.section-intro>p:last-child { margin-top: 13px; font-size: 17px; }
.journeys { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.journey { border-radius: var(--radius); padding: 30px; background: var(--ice); }
.journey-individual { background: var(--mint); }
.journey h3 { margin-top: 18px; font-size: clamp(27px, 2.22vw, 33px); font-weight: 600; line-height: 1.25; letter-spacing: -.03em; }
.journey-description { margin-top: 25px; font-size: 15px; line-height: 1.65; min-height: 50px; max-width: 510px; }
.service-eyebrow { margin-top: 27px; margin-bottom: 24px; font-size: 10px; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; padding-bottom: 16px; }
.service { display: flex; gap: 12px; align-items: flex-start; }
.service-icon { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 11px; background: var(--white); display: grid; place-items: center; }
.service-icon .icon { width: 20px; height: 20px; }
.service h4 { font-size: 14px; font-weight: 500; line-height: 1.4; }
.service p { font-size: 11px; line-height: 1.55; margin-top: 5px; }
.service-note { margin-top: 17px; font-size: 12px; line-height: 1.65; }
.about-section { padding-top: 94px; }
.about-intro { display: grid; grid-template-columns: 1.35fr 1fr; gap: 85px; align-items: center; }
.about-intro>p { font-size: 17px; line-height: 1.7; max-width: 435px; margin-top: 28px; justify-self: end; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.value-card { padding: 26px 24px 30px; border: 1px solid var(--line); background: var(--cloud); border-radius: 21px; }
.value-icon { display: grid; place-items: center; width: 43px; height: 43px; background: var(--white); border-radius: 13px; margin-bottom: 18px; }
.value-card h3 { font-size: 18px; font-weight: 600; letter-spacing: -.015em; line-height: 1.4; }
.value-card p { font-size: 14px; line-height: 1.7; margin-top: 11px; }
.launch-section { padding-top: 86px; }
.launch-panel { background: var(--ice); border-radius: var(--radius); padding: 38px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.launch-panel h2 { margin-top: 24px; }
.launch-copy { max-width: 440px; }
.launch-copy .accent-rule { width: 60px; height: 4px; margin-bottom: 22px; }
.launch-copy p { font-size: 18px; line-height: 1.75; }
.site-footer { padding-top: 62px; padding-bottom: 27px; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 55px; padding-bottom: 38px; }
.footer-brand { width: 240px; margin-left: -4px; }
.footer-identity p { font-size: 12px; line-height: 1.9; margin-top: 9px; }
.footer-nav { padding-top: 10px; }
.footer-nav h2 { font-size: 14px; font-weight: 600; letter-spacing: 0; margin-bottom: 16px; }
.footer-nav a { display: block; width: fit-content; font-size: 12px; min-height: 30px; padding: 5px 0; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-top: 24px; font-size: 11px; }
.footer-bottom>a { font-weight: 600; font-size: 12px; padding-block: 8px; }
.not-found { min-height: 75vh; display: grid; place-content: center; max-width: 740px; gap: 24px; padding-block: 50px; }
.not-found .brand { width: 210px; margin-bottom: 15px; }
.not-found .button { width: fit-content; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .hero-visual { animation: settle-in 1.2s ease-out both; }
  @keyframes settle-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .primary-navigation { gap: 24px; }
  .brand { width: 205px; }
  .hero { gap: 25px; }
  h1 { font-size: clamp(44px, 5vw, 57px); }
  .hero-description { font-size: 16px; }
  .hero-actions .button { min-width: 0; gap: 22px; padding-inline: 16px; }
  .orbit-chip { padding: 10px 12px; font-size: 11px; min-height: 52px; gap: 8px; }
  .orbit-chip>span { width: 29px; height: 29px; }
  .orbit-core { border-radius: 26px; }
  .journey { padding: 26px 24px; }
  .service-list { gap: 26px 17px; }
  .service { gap: 8px; }
  .service h4 { font-size: 13px; }
  .about-intro { gap: 40px; }
  .value-card { padding: 24px 20px; }
}
@media (max-width: 820px) {
  .header-inner { min-height: 88px; flex-wrap: wrap; gap: 0; }
  .brand { width: 195px; }
  .primary-navigation { width: 100%; flex-wrap: wrap; gap: 10px 24px; padding-bottom: 18px; }
  .primary-navigation>a:not(.button) { min-height: 44px; display: flex; align-items: center; }
  html[data-enhanced="true"] .primary-navigation { display: none; }
  html[data-enhanced="true"] .primary-navigation[data-open="true"] { display: flex; }
  html[data-enhanced="true"] .menu-toggle { display: flex; }
  .menu-toggle { width: 48px; height: 48px; background: var(--white); border: 1px solid transparent; border-radius: 12px; padding: 12px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; cursor: pointer; }
  .menu-toggle span { width: 24px; height: 1.5px; background: var(--blue); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-block: 42px 48px; gap: 28px; }
  .hero-copy { max-width: 590px; }
  h1 { font-size: 57px; }
  .hero-description { font-size: 18px; }
  .hero-visual { padding-top: 0; }
  .orbit { max-width: 450px; }
  .orbit-chip { font-size: 13px; padding: 12px 15px; }
  .audience-strip { gap: 18px; padding: 24px 0; }
  .audience-strip li { gap: 9px; }
  .audience-strip strong { font-size: 12px; }
  .audience-strip p { font-size: 11px; }
  .strip-icon { width: 35px; height: 35px; flex-basis: 35px; border-radius: 10px; }
  .journeys { grid-template-columns: 1fr; }
  .journey { padding: 32px; }
  .journey h3 { font-size: 32px; }
  .journey-description { min-height: 0; }
  .service h4 { font-size: 15px; }
  .service p { font-size: 12px; }
  .service { gap: 14px; }
  .service-list { gap: 28px; }
  .about-intro { grid-template-columns: 1fr; gap: 24px; }
  .about-intro>p { margin-top: 0; max-width: 590px; justify-self: start; }
  .values-grid { gap: 14px; margin-top: 32px; }
  .value-card { padding: 22px 17px; }
  .value-card h3 { font-size: 16px; }
  .value-card p { font-size: 13px; }
  .launch-panel { gap: 34px; padding: 32px; }
  .launch-copy p { font-size: 16px; }
  .footer-main { gap: 32px; grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-brand { width: 190px; }
}
@media (max-width: 540px) {
  .container { width: calc(100% - 48px); }
  [id] { scroll-margin-top: 100px; }
  .header-inner { min-height: 79px; }
  .brand { width: 162px; }
  .primary-navigation { flex-direction: column; align-items: stretch; padding: 5px 0 20px; gap: 4px; }
  .primary-navigation>a:not(.button) { padding: 10px 2px; }
  .primary-navigation .button { width: 100%; margin-top: 6px; }
  .hero { padding-block: 32px 34px; gap: 32px; }
  .badge { padding: 7px 12px; font-size: 10px; }
  h1 { font-size: clamp(35px, 9.4vw, 48px); margin-top: 18px; line-height: 1.17; letter-spacing: -.045em; }
  .hero-copy .accent-rule { margin-top: 19px; width: 65px; height: 4px; }
  .hero-description { font-size: 15px; line-height: 1.7; margin-top: 20px; }
  .hero-actions { flex-direction: column; margin-top: 28px; gap: 10px; }
  .hero-actions .button { width: 100%; min-height: 48px; padding: 13px 17px; }
  .orbit { width: calc(100% - 6px); max-width: 390px; }
  .orbit-outer { border-width: 16px; }
  .orbit-core { border-radius: 22px; }
  .orbit-chip { font-size: 10px; gap: 6px; padding: 9px 10px; min-height: 46px; border-radius: 13px; }
  .orbit-chip>span { width: 25px; height: 25px; border-radius: 7px; }
  .orbit-chip .icon { width: 17px; height: 17px; }
  .orbit-dot { width: 11px; height: 11px; }
  .orbit-caption { font-size: 11px; margin-top: 4px; }
  .audience-strip { gap: 8px; padding-block: 19px; }
  .audience-strip li { justify-content: center; text-align: center; }
  .audience-strip p, .strip-icon { display: none; }
  .audience-strip strong { font-size: 10px; font-weight: 500; }
  .services-section { padding-top: 44px; }
  .eyebrow { font-size: 10px; margin-bottom: 15px; }
  h2 { font-size: 31px; line-height: 1.22; letter-spacing: -.04em; }
  .section-intro h2 { max-width: 300px; }
  .section-intro>p:last-child { margin-top: 17px; font-size: 15px; line-height: 1.65; }
  .journeys { margin-top: 28px; gap: 18px; }
  .journey { padding: 25px 20px 27px; border-radius: 24px; }
  .journey h3 { font-size: 26px; margin-top: 20px; }
  .journey-description { font-size: 14px; margin-top: 21px; }
  .service-eyebrow { margin-top: 26px; margin-bottom: 23px; font-size: 10px; }
  .service-list { gap: 23px 15px; padding-bottom: 1px; }
  .service { display: block; }
  .service-icon { width: 32px; height: 32px; border-radius: 10px; margin-bottom: 9px; }
  .service h4 { font-size: 12px; font-weight: 600; line-height: 1.5; }
  .service p { font-size: 10px; margin-top: 4px; line-height: 1.6; }
  .service-note { font-size: 11px; margin-top: 16px; }
  .about-section { padding-top: 54px; }
  .about-intro { gap: 22px; }
  .about-intro h2 { font-size: 30px; }
  .about-intro>p { font-size: 15px; }
  .values-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 26px; }
  .value-card { padding: 22px; border-radius: 20px; }
  .value-icon { width: 36px; height: 36px; margin-bottom: 14px; }
  .value-card h3 { font-size: 17px; }
  .value-card p { font-size: 13px; }
  .launch-section { padding-top: 45px; }
  .launch-panel { grid-template-columns: 1fr; gap: 23px; padding: 27px 23px 31px; border-radius: 24px; }
  .launch-panel h2 { margin-top: 20px; font-size: 32px; }
  .launch-copy p { font-size: 15px; }
  .launch-copy .accent-rule { margin-bottom: 17px; }
  .site-footer { padding-top: 39px; padding-bottom: 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 26px; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-brand { width: 194px; margin-left: -4px; }
  .footer-identity p { font-size: 12px; }
  .footer-nav { padding-top: 0; }
  .footer-nav h2 { font-size: 13px; margin-bottom: 9px; }
  .footer-nav a { min-height: 36px; display: flex; align-items: center; font-size: 12px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; font-size: 10px; padding-top: 22px; }
}
@media (max-width: 350px) {
  .container { width: calc(100% - 36px); }
  h1 { font-size: 32px; }
  .journey { padding-inline: 17px; }
  .journey h3 { font-size: 24px; }
  .service-list { gap: 23px 12px; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .hero-actions, .primary-navigation, .skip-link { display: none !important; }
  .container { width: 100%; }
  .hero, .services-section, .about-section, .launch-section, .site-footer { padding-block: 20px; }
  .journey, .value-card, .launch-panel { break-inside: avoid; }
}
