:root {
  color-scheme: light;
  --navy: #061a34;
  --navy-2: #0d2d50;
  --red: #b71920;
  --red-dark: #8e1117;
  --cream: #f5efe7;
  --paper: #fffdf9;
  --ink: #13243a;
  --muted: #607085;
  --line: #d9cec1;
  --gold: #d49b45;
  --shadow: 0 24px 60px rgba(6, 26, 52, .14);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; color: white; background: var(--red); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 5vw, 76px); color: white; background: var(--navy); border-bottom: 4px solid var(--red); position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.08rem; font-weight: 650; letter-spacing: -.02em; }
.brand b { color: #ee3b40; }
.brand-mark { width: 44px; height: 44px; display: inline-grid; place-items: center; flex: 0 0 auto; border: 2px solid rgba(255,255,255,.8); background: var(--red); color: white; border-radius: 12px 12px 16px 16px; font-size: .72rem; font-weight: 900; letter-spacing: .04em; box-shadow: inset 0 0 0 3px rgba(255,255,255,.16); }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { text-decoration: none; font-size: .92rem; color: #dbe5ef; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: white; }
.site-header .nav-demo { padding: 10px 17px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: white; }
.hero { min-height: 700px; position: relative; display: flex; align-items: center; overflow: hidden; background: #142943; }
.hero-art { position: absolute; inset: 0; background-image: url('/assets/login-graphic.png'); background-size: cover; background-position: center 42%; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,36,.96) 0%, rgba(3,18,36,.88) 35%, rgba(3,18,36,.25) 72%, rgba(3,18,36,.06) 100%), linear-gradient(0deg, rgba(3,18,36,.62), transparent 45%); }
.hero-copy { position: relative; z-index: 1; width: min(720px, 88vw); margin-left: clamp(28px, 8vw, 132px); padding: 74px 0 90px; color: white; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: .76rem; color: #f1bd6b; }
.eyebrow.red { color: var(--red); }
.eyebrow.light { color: #efbd70; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(3.25rem, 6.3vw, 6rem); }
.hero h1 span { color: #f1c17b; }
.hero-lead { max-width: 660px; margin: 28px 0 32px; font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: #e4ebf3; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions.centered { justify-content: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border-radius: 9px; text-decoration: none; font-weight: 750; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #efb45c; outline-offset: 3px; }
.button-primary { color: white; background: var(--red); box-shadow: 0 12px 24px rgba(183,25,32,.25); }
.button-primary:hover { background: #c81d24; }
.button-glass { color: white; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.button-outline { border: 1px solid var(--line); background: white; color: var(--navy); }
.hero-note { margin-top: 18px; font-size: .86rem; color: #cdd9e5; }
.hero-note span { color: #53c38b; margin-right: 7px; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; color: white; background: #29415d; border-top: 1px solid rgba(255,255,255,.12); }
.proof-strip div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 24px clamp(24px, 4vw, 58px); background: var(--navy); }
.proof-strip strong { font-size: 1.55rem; color: #f0bd70; }
.proof-strip span { color: #c8d4e0; font-size: .87rem; }
.home-origin { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 190px 1fr; gap: clamp(34px, 7vw, 90px); align-items: center; padding: clamp(76px, 9vw, 112px) 28px 40px; }
.home-origin-mark { width: 180px; height: 180px; display: grid; place-items: center; border: 4px solid var(--navy); border-radius: 42px 42px 58px 58px; background: var(--red); box-shadow: inset 0 0 0 9px rgba(255,255,255,.2), 0 20px 45px rgba(6,26,52,.18); transform: rotate(-3deg); }
.home-origin-mark span { color: white; font-size: 2.7rem; font-weight: 950; letter-spacing: .06em; }
.home-origin h2 { max-width: 820px; margin: 0 0 16px; color: var(--navy); font-size: clamp(2.1rem, 4vw, 3.45rem); }
.home-origin p:not(.eyebrow) { max-width: 820px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section { max-width: 1220px; margin: 0 auto; padding: 110px 30px; }
.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading h2, .workflow h2, .trust h2, .cta h2 { margin: 0 0 18px; font-size: clamp(2.25rem, 4vw, 3.6rem); color: var(--navy); }
.section-heading > p:last-child, .workflow-copy > p { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { min-height: 290px; position: relative; overflow: hidden; padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(6,26,52,.06); }
.feature-card::after { content: ""; position: absolute; right: -35px; bottom: -55px; width: 170px; height: 170px; border-radius: 50%; opacity: .08; background: currentColor; }
.feature-number { display: block; margin-bottom: 38px; font-size: .78rem; font-weight: 900; letter-spacing: .15em; color: var(--muted); }
.feature-card h3 { margin: 0 0 13px; font-size: 1.6rem; color: var(--navy); }
.feature-card p { max-width: 530px; color: var(--muted); }
.feature-tag { position: absolute; bottom: 27px; left: 34px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.accent-navy { color: #174978; border-top: 5px solid #174978; }
.accent-red { color: var(--red); border-top: 5px solid var(--red); }
.accent-gold { color: #9b681c; border-top: 5px solid var(--gold); }
.accent-slate { color: #567086; border-top: 5px solid #567086; }
.workflow { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); align-items: start; padding: 110px max(30px, calc((100vw - 1160px)/2)); background: white; border-block: 1px solid var(--line); }
.workflow-copy { position: sticky; top: 40px; }
.text-link { display: inline-block; margin-top: 18px; color: var(--red); font-weight: 800; text-decoration: none; }
.workflow-steps { list-style: none; padding: 0; margin: 0; }
.workflow-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.workflow-steps li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 900; }
.workflow-steps strong { font-size: 1.15rem; color: var(--navy); }
.workflow-steps p { margin: 6px 0 0; color: var(--muted); }
.trust { max-width: 1280px; }
.trust-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding: clamp(38px, 6vw, 75px); color: white; background: linear-gradient(125deg, var(--navy), #103b64); border-radius: 28px; box-shadow: var(--shadow); }
.trust-panel h2 { color: white; }
.trust-panel p { color: #d2deea; }
.trust-panel ul { list-style: none; padding: 0; margin: 0; }
.trust-panel li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-weight: 650; }
.trust-panel li span { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-right: 10px; color: white; background: var(--red); border-radius: 50%; }
.cta { padding: 105px 28px 115px; text-align: center; background: #efe6db; border-top: 1px solid var(--line); }
.cta > p:not(.eyebrow) { max-width: 700px; margin: 0 auto 30px; color: var(--muted); font-size: 1.08rem; }
footer { min-height: 190px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 42px clamp(24px, 5vw, 76px); color: #d1dce7; background: #041326; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: white; }
.footer-brand span:last-child { font-size: .83rem; color: #95a8bc; }
footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
footer nav a { color: #d1dce7; font-size: .85rem; text-decoration: none; }
footer > p { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; color: #7f94aa; }
.contact-main { min-height: calc(100vh - 266px); padding: clamp(58px, 8vw, 110px) 24px; background: linear-gradient(145deg, #f5efe7 0%, #fffdf9 62%, #efe6db 100%); }
.contact-shell { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 6vw, 72px); align-items: center; }
.contact-intro h1 { margin: 0 0 22px; color: var(--navy); font-size: clamp(2.8rem, 6vw, 5rem); }
.contact-intro > p:last-child { max-width: 540px; color: var(--muted); font-size: 1.1rem; }
.contact-card { padding: clamp(28px, 5vw, 52px); color: white; background: linear-gradient(135deg, var(--navy), #103b64); border-radius: 28px; box-shadow: var(--shadow); }
.contact-card h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.contact-card > p { margin: 0 0 28px; color: #cfdae6; }
.contact-list { display: grid; gap: 14px; }
.contact-method { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; padding: 18px; color: white; text-decoration: none; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; transition: transform .16s ease, background .16s ease; }
.contact-method:hover { transform: translateY(-2px); background: rgba(255,255,255,.14); }
.contact-method .contact-icon { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 13px; font-weight: 900; }
.contact-method span:last-child { display: flex; flex-direction: column; min-width: 0; }
.contact-method small { color: #aebfd0; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-method strong { overflow-wrap: anywhere; font-size: 1.05rem; }
.contact-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #b9c8d7; font-size: .88rem; }
.about-hero { min-height: 620px; position: relative; display: grid; align-items: end; overflow: hidden; color: white; background: var(--navy); }
.about-hero-art { position: absolute; inset: 0; background: url('/assets/login-graphic.png') center 43% / cover no-repeat; transform: scale(1.015); }
.about-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,36,.97) 0%, rgba(3,18,36,.9) 42%, rgba(3,18,36,.35) 78%, rgba(3,18,36,.12) 100%), linear-gradient(0deg, rgba(3,18,36,.78), transparent 60%); }
.about-hero-copy { position: relative; z-index: 1; max-width: 850px; padding: clamp(80px, 11vw, 150px) clamp(26px, 8vw, 130px) clamp(68px, 9vw, 120px); }
.about-hero h1 { max-width: 820px; margin: 0 0 24px; font-size: clamp(3rem, 6vw, 5.8rem); }
.about-hero h1 span { color: #f1c17b; }
.about-hero-lead { max-width: 690px; margin: 0; color: #dce6ef; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.about-story { max-width: 1160px; margin: 0 auto; padding: clamp(76px, 10vw, 128px) 28px; }
.about-story-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.about-kicker { position: sticky; top: 38px; }
.about-kicker h2 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.7rem); }
.about-prose { color: var(--muted); font-size: 1.08rem; }
.about-prose p:first-child { margin-top: 0; color: var(--ink); font-size: 1.26rem; font-weight: 650; }
.about-pullquote { margin: 38px 0; padding: 30px 34px; color: white; background: var(--red); border-radius: 18px; box-shadow: 0 18px 38px rgba(183,25,32,.2); font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 800; line-height: 1.25; }
.about-principles { padding: clamp(76px, 9vw, 118px) 28px; background: white; border-block: 1px solid var(--line); }
.about-principles-inner { max-width: 1160px; margin: auto; }
.about-principles h2, .about-use-cases h2, .about-outcome h2 { max-width: 760px; margin: 0 0 38px; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.6rem); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-top: 5px solid var(--red); border-radius: 20px; background: var(--paper); }
.principle-card span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 34px; color: white; background: var(--navy); border-radius: 50%; font-weight: 900; }
.principle-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.4rem; }
.principle-card p { margin: 0; color: var(--muted); }
.about-use-cases { max-width: 1160px; margin: auto; padding: clamp(76px, 10vw, 128px) 28px; }
.use-case-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.use-case { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.use-case strong { display: grid; width: 52px; height: 52px; place-items: center; color: white; background: var(--navy); border-radius: 14px; font-size: .76rem; letter-spacing: .05em; }
.use-case h3 { margin: 0 0 5px; color: var(--navy); }
.use-case p { margin: 0; color: var(--muted); }
.about-outcome { padding: clamp(76px, 9vw, 118px) 28px; color: white; background: linear-gradient(135deg, var(--navy), #103b64); }
.about-outcome-inner { max-width: 1040px; margin: auto; text-align: center; }
.about-outcome h2 { margin-inline: auto; color: white; }
.about-outcome p { max-width: 780px; margin: 0 auto 30px; color: #d2deea; font-size: 1.12rem; }
.about-signature { display: inline-flex; align-items: center; gap: 14px; margin-top: 20px; padding: 14px 20px; color: var(--navy); background: #f1c17b; border-radius: 999px; font-weight: 850; }
@media (max-width: 850px) {
  .site-header nav a:not(.nav-demo) { display: none; }
  .hero { min-height: 650px; }
  .hero-art { background-position: 38% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,18,36,.96), rgba(3,18,36,.75)); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .workflow, .trust-panel, .contact-shell, .about-story-grid, .home-origin { grid-template-columns: 1fr; }
  .home-origin-mark { width: 130px; height: 130px; }
  .home-origin-mark span { font-size: 2rem; }
  .about-kicker { position: static; }
  .principle-grid { grid-template-columns: 1fr; }
  .workflow-copy { position: static; }
  footer { grid-template-columns: 1fr; }
  footer nav { justify-content: flex-start; }
}
@media (max-width: 540px) {
  .site-header { height: 68px; padding: 0 16px; }
  .brand { font-size: .92rem; }
  .brand-mark { width: 38px; height: 38px; }
  .site-header .nav-demo { padding: 8px 12px; }
  .hero-copy { margin-left: 22px; padding-right: 18px; }
  .hero h1 { font-size: 3.05rem; }
  .hero-actions .button { width: 100%; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { min-height: 94px; }
  .section { padding: 78px 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 310px; padding: 28px; }
  .workflow { padding: 78px 22px; }
  .trust { padding-inline: 14px; }
  .trust-panel { padding: 34px 24px; }
  .about-hero { min-height: 570px; }
  .about-hero::after { background: linear-gradient(90deg, rgba(3,18,36,.97), rgba(3,18,36,.68)), linear-gradient(0deg, rgba(3,18,36,.8), transparent); }
  .use-case-list { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
