@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-Regular-CUGWgpzI.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-SemiBold-BAGxhiUF.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-Bold-C50J6CPM.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
:root {
  --navy: #0a1433;
  --navy-soft: #1c2a4a;
  --gold: #dc9700;
  --gold-dark: #c98200;
  --paper: #ffffff;
  --white: #ffffff;
  --line: #e8eaf0;
  --muted: #59647a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: "Montserrat", sans-serif; font-size: 18px; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.page-shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; height: 64px; display: flex; align-items: center; gap: 24px; padding: 0 max(20px, calc((100vw - 1320px) / 2)); background: rgba(255,255,255,.97); border-bottom: 1px solid #e8eaf0; box-shadow: 0 2px 10px rgba(10,20,51,.035); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 11px; color: #d99a00; font-size: 23px; font-weight: 700; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; }
.brand:hover { color: #c88700; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { color: var(--navy); font-size: 18px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--gold-dark); }
.mobile-platform-link { display: none; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.menu-button { display: none; width: 38px; height: 38px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 6px; }
.menu-button span { display: block; height: 1px; margin: 4px 0; background: var(--navy); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 25px; color: white; background: linear-gradient(135deg, #e2a20e, #cf8700); border: 1px solid #d49100; border-radius: 6px; box-shadow: 0 6px 16px rgba(211,143,0,.18); font-size: 18px; font-weight: 700; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { background: linear-gradient(135deg, #edab13, #c98000); border-color: #c98000; box-shadow: 0 8px 20px rgba(211,143,0,.24); transform: translateY(-1px); }
.button svg { width: 16px; height: 16px; }
.button-outline { color: var(--gold-dark); background: rgba(255,255,255,.74); border-color: #dc9a0d; box-shadow: none; }
.button-outline:hover { color: #a86a00; background: #fffaf0; border-color: #c98200; box-shadow: none; }
.button-small { min-height: 36px; padding-inline: 16px; font-size: 18px; }
.hero { position: relative; min-height: 650px; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: #f8f7f4; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 31%, rgba(255,255,255,.58) 49%, rgba(255,255,255,.02) 68%); }
.hero-content { padding-block: 72px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-dark); font-size: 18px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.1; letter-spacing: -.035em; font-weight: 700; }
.hero h1 span { color: var(--gold-dark); }
.hero-copy { max-width: 530px; margin: 22px 0 0; color: #283550; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.hero-benefits { display: grid; grid-template-columns: max-content max-content; row-gap: 14px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--navy); font-size: 18px; font-weight: 600; }
.hero-benefits li { display: flex; gap: 8px; align-items: center; }
.hero-benefits li + li { margin-left: 20px; padding-left: 20px; border-left: 1px solid #d7dbe4; }
.hero-benefits li:nth-child(3) { grid-column: 1; margin-left: 0; padding-left: 0; border-left: 0; }
.hero-benefits li svg { width: 25px; height: 25px; flex: 0 0 auto; color: var(--gold); }
.section { padding-block: 82px; }
.section-heading { max-width: 790px; }
#services { padding-block: 78px 82px; background: #fff; }
#services .section-heading { margin-inline: auto; text-align: center; }
#services .section-heading .eyebrow { margin-bottom: 16px; font-size: 18px; letter-spacing: .08em; }
#services .section-heading h2 { font-size: clamp(30px, 3vw, 40px); line-height: 1.18; letter-spacing: -.035em; }
#services .section-heading > p:last-child { max-width: 690px; margin-top: 18px; font-size: 18px; line-height: 1.65; }
.section-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.18; letter-spacing: -.035em; font-weight: 700; }
.section-heading > p:last-child { max-width: 700px; margin: 18px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.service-card { min-height: 200px; display: grid; grid-template-columns: 64px 1fr; grid-template-rows: auto auto 1fr; column-gap: 20px; padding: 30px; background: var(--white); border: 1px solid #e9ebef; border-radius: 9px; box-shadow: 0 7px 24px rgba(10,20,51,.05); text-decoration: none; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(185,139,41,.42); box-shadow: 0 18px 44px rgba(7,23,42,.065); }
.service-card .icon-box { grid-row: 1 / 4; width: 64px; height: 64px; }
.icon-box { display: grid; place-items: center; width: 52px; height: 52px; color: var(--gold-dark); background: #fff9ef; border: 1px solid #f5ead3; border-radius: 50%; }
.icon-box svg { width: 24px; height: 24px; }
.service-card .icon-box svg { width: 29px; height: 29px; }
.service-card h3 { margin: 2px 0 9px; font-size: 18px; line-height: 1.35; letter-spacing: -.02em; }
.service-card p { margin: 0; color: #4e586d; font-size: 18px; line-height: 1.6; }
.benefit-card h3 { margin: 0 0 12px; font-size: 19px; letter-spacing: -.02em; }
.benefit-card > p:last-child { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.card-link { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 16px; color: var(--gold-dark); font-size: 18px; font-weight: 700; }
.service-card .card-link svg { width: 16px; height: 16px; }
.card-link svg, .outline-button svg, .submit-button svg { width: 16px; height: 16px; }
.solutions-section { background: #f1f3f4; }
.split-heading { display: grid; grid-template-columns: minmax(0, 2fr) 1fr; gap: 80px; align-items: end; }
.split-heading h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.14; letter-spacing: -.04em; font-weight: 600; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.7; }
.solution-tabs { display: flex; gap: 8px; margin-top: 52px; overflow-x: auto; scrollbar-width: none; }
.solution-tab { flex: 0 0 auto; padding: 12px 17px; color: #526172; background: transparent; border: 1px solid #d6dadd; border-radius: 999px; font: 600 18px/1 "Montserrat", sans-serif; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.solution-tab:hover, .solution-tab.is-active { color: white; background: var(--navy); border-color: var(--navy); }
.solution-tab:focus-visible, .story-arrow:focus-visible, .menu-button:focus-visible { outline: 3px solid rgba(185,139,41,.34); outline-offset: 3px; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; min-height: 360px; margin-top: 32px; }
.module-card { min-height: 390px; display: flex; flex-direction: column; padding: 28px; color: var(--navy); background: white; border: 2px solid #dda20f; border-radius: 12px; text-decoration: none; animation: module-enter .25s ease both; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.module-card[hidden] { display: none; }
.module-card span { color: var(--gold-dark); font-size: 18px; font-weight: 700; }
.module-card h3 { margin: 20px 0 0; font-size: 23px; line-height: 1.35; font-weight: 600; }
.module-card p { margin: 14px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.module-card ul { margin: 20px 0 0; padding-left: 22px; color: #354159; font-size: 18px; line-height: 1.55; }
.module-card li + li { margin-top: 8px; }
.module-card svg { width: 20px; height: 20px; color: #a8afb6; }
.module-card-link { grid-column: 1 / -1; min-height: 260px; background: linear-gradient(135deg, #fff 0%, #fffaf0 100%); border-color: #e7d5af; }
.module-card-link strong { width: fit-content; margin-top: 26px; padding-bottom: 4px; color: var(--gold-dark); border-bottom: 1px solid rgba(201,130,0,.45); font-size: 18px; }
.module-card-link svg { position: absolute; top: 30px; right: 30px; }
.module-card-link { position: relative; }
.module-card-link:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 14px 34px rgba(10,20,51,.07); }
@keyframes module-enter { from { opacity: 0; transform: translateY(5px); } }
.outline-button { width: fit-content; min-height: 45px; display: flex; align-items: center; gap: 10px; margin-top: 32px; padding: 0 18px; border: 1px solid #cfd4d7; border-radius: 7px; font-size: 18px; font-weight: 700; text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.outline-button:hover { background: white; border-color: var(--gold); }
.why-section { background: white; }
.why-section .section-heading { max-width: none; text-align: center; }
.why-section .section-heading .eyebrow { margin-bottom: 14px; }
.why-section .section-heading h2 { position: relative; padding-bottom: 20px; }
.why-section .section-heading h2::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 34px; height: 3px; background: var(--gold); border-radius: 999px; transform: translateX(-50%); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 38px; }
.benefit-card { min-height: 250px; display: flex; flex-direction: column; align-items: center; padding: 16px 32px 8px; text-align: center; border-right: 1px solid var(--line); }
.benefit-card:last-child { border-right: 0; }
.benefit-card .icon-box { width: 68px; height: 68px; color: var(--gold); background: transparent; border: 0; }
.benefit-card .icon-box svg { width: 48px; height: 48px; stroke-width: 1.5; }
.benefit-card h3 { margin: 18px 0 10px; font-size: 20px; line-height: 1.4; }
.benefit-card > p:last-child { max-width: 270px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.stories-section { min-height: 640px; display: grid; grid-template-columns: minmax(420px, 42.5%) 1fr; background: #fff9ec; overflow: hidden; }
.story-photo { min-height: 640px; }
.story-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: right center; }
.story-copy { position: relative; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 68px clamp(44px, 5vw, 100px); }
.story-quote-mark { position: absolute; top: 14px; left: -55px; width: 110px; height: 110px; display: grid; place-items: center; padding-top: 24px; color: white; background: #e2a500; border-radius: 50%; font: 700 78px/1 Georgia, serif; }
.story-copy > h2 { margin: 0; color: #0d0d0d; font-size: clamp(32px, 3vw, 48px); line-height: 1.18; letter-spacing: -.025em; font-weight: 500; }
.story-testimonials { display: grid; margin-top: 68px; }
.testimonial[hidden] { display: none; }
.testimonial-author { display: flex; align-items: center; gap: 22px; margin: 0; }
.testimonial-author img { width: 84px; height: 84px; flex: 0 0 auto; padding: 7px; background: white; border: 0; border-radius: 50%; object-fit: contain; }
.testimonial-author p { display: flex; flex-direction: column; gap: 4px; margin: 0; padding-left: 22px; border-left: 2px solid #e1a500; color: #0d0d0d; font-size: 18px; }
.testimonial-author strong { font-size: 25px; line-height: 1.25; }
.testimonial-author span { color: #0d0d0d; font-size: 18px; font-weight: 700; text-transform: uppercase; }
.testimonial blockquote { max-width: 1050px; margin: 38px 0 0; color: #171717; font-size: 18px; line-height: 1.55; letter-spacing: 0; }
.story-dots { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: auto; padding-top: 38px; }
.story-dot { width: 18px; height: 18px; padding: 0; background: #e2a500; border: 2px solid transparent; border-radius: 50%; cursor: pointer; }
.story-dot.is-active { background: #e2a500; border-color: #0d0d0d; }
.story-dot:focus-visible { outline: 3px solid rgba(10,20,51,.32); outline-offset: 4px; }
.contact-section { position: relative; overflow: hidden; padding-block: 112px; color: white; background: #061525; }
.contact-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 14% 15%, rgba(185,139,41,.09), transparent 30%), linear-gradient(112deg, transparent 0 58%, rgba(255,255,255,.025) 58% 59%, transparent 59%); pointer-events: none; }
.contact-layout { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.contact-copy h2 { max-width: 550px; margin: 0; color: white; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.13; letter-spacing: -.045em; font-weight: 600; }
.contact-copy > p:not(.eyebrow) { margin: 24px 0 0; color: #b6c0ca; line-height: 1.7; }
.email-link { display: inline-flex; flex-direction: column; gap: 8px; margin-top: 60px; color: white; text-decoration: none; }
.email-link span { color: #8896a4; font-size: 18px; }
.email-link strong { padding-bottom: 5px; border-bottom: 1px solid rgba(185,139,41,.55); font-size: 18px; }
.contact-form { padding: 38px; color: var(--navy); background: #fff; border-radius: 12px; box-shadow: 0 24px 70px rgba(0,0,0,.16); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; font-size: 18px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 13px 0; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid #d8dcdf; border-radius: 0; outline: 0; font: 400 18px/1.5 "Montserrat", sans-serif; resize: vertical; transition: border-color .2s ease; }
.field input:focus, .field textarea:focus { border-color: var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: #a2aab2; }
.terms-field { display: flex; gap: 10px; align-items: flex-start; margin-top: 5px; }
.terms-field input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--gold-dark); }
.terms-field input:focus-visible { outline: 3px solid rgba(185,139,41,.35); outline-offset: 3px; }
.terms-field label { color: #5c6875; font-size: 18px; line-height: 1.5; }
.terms-field a { color: var(--gold-dark); font-weight: 600; }
.field-error { min-height: 16px; margin: 5px 0 0; color: #a63434; font-size: 18px; }
.honeypot { position: absolute; left: -10000px; }
.submit-button { width: 100%; gap: 10px; margin-top: 16px; cursor: pointer; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-message { min-height: 18px; margin: 13px 0 0; color: #237545; font-size: 18px; font-weight: 600; }
.form-message.is-error { color: #a63434; }
.site-footer { padding-block: 28px; color: #74808c; background: #061525; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer .page-shell { display: flex; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: white; font-size: 18px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.footer-brand img { width: 26px; height: 26px; object-fit: contain; }
.site-footer p { margin: 0; font-size: 18px; }
.hero-entry { animation: hero-enter .55s both ease-out; }
.hero-entry-2 { animation-delay: .06s; }
.hero-entry-3 { animation-delay: .12s; }
.hero-entry-4 { animation-delay: .18s; }
.hero-entry-5 { animation-delay: .24s; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 960px) {
  .desktop-nav { position: absolute; top: 64px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 40px rgba(7,23,42,.1); }
  .desktop-nav.is-open { display: flex; }
  .desktop-nav a { padding: 12px; }
  .desktop-nav .mobile-platform-link { display: block; color: var(--gold-dark); }
  .header-actions { margin-left: auto; }
  .menu-button { display: block; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card:nth-child(2) { border-right: 0; }
  .benefit-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .stories-section { min-height: 0; grid-template-columns: 1fr; }
  .story-photo { display: none; }
  .story-copy { min-height: 620px; padding: 146px max(36px, 7vw) 72px; }
  .story-quote-mark { top: 32px; left: max(36px, 7vw); width: 84px; height: 84px; padding-top: 17px; font-size: 60px; }
  .contact-layout { gap: 60px; }
}
@media (max-width: 720px) {
  .page-shell { width: min(100% - 36px, 1180px); }
  .site-header { height: 58px; padding-inline: 14px; }
  .desktop-nav { top: 58px; }
  .brand { gap: 8px; font-size: 20px; }
  .brand img { width: 38px; height: 38px; }
  .header-actions > .button { display: none; }
  .button-small { min-height: 38px; padding-inline: 12px; font-size: 18px; }
  .hero { min-height: 690px; align-items: flex-start; }
  .hero-image { object-position: 63% center; opacity: .42; }
  .hero-shade { background: linear-gradient(90deg, rgba(251,250,247,.99) 0%, rgba(251,250,247,.9) 67%, rgba(251,250,247,.36) 100%); }
  .hero-content { padding-block: 84px 60px; }
  .hero h1 { font-size: clamp(41px, 12vw, 56px); }
  .hero-copy { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-benefits { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
  .hero-benefits li + li { margin-left: 0; padding-left: 0; border-left: 0; }
  .section { padding-block: 82px; }
  .service-grid, .split-heading, .benefit-grid, .contact-layout { grid-template-columns: 1fr; }
  #services { padding-block: 68px; }
  #services .service-grid { margin-top: 32px; }
  #services .service-card { min-height: 175px; grid-template-columns: 56px 1fr; padding: 24px; }
  .split-heading { gap: 22px; }
  .solution-tabs { margin-top: 36px; }
  .module-grid { grid-template-columns: 1fr; min-height: 0; }
  .module-card, .module-card-link { grid-column: 1; min-height: 0; }
  .benefit-grid { margin-top: 30px; }
  .benefit-card, .benefit-card:first-child { min-height: 0; padding: 30px 18px; border: 0; border-top: 1px solid var(--line); }
  .benefit-card:last-child { border-bottom: 0; }
  .story-copy { min-height: 670px; padding: 132px 24px 54px; }
  .story-quote-mark { top: 24px; left: 24px; }
  .story-copy > h2 { font-size: 34px; }
  .story-testimonials { margin-top: 44px; }
  .testimonial-author { gap: 14px; }
  .testimonial-author img { width: 68px; height: 68px; }
  .testimonial-author p { padding-left: 14px; }
  .testimonial-author strong { font-size: 20px; }
  .testimonial-author span { font-size: 18px; line-height: 1.4; }
  .testimonial blockquote { margin-top: 30px; }
  .contact-section { padding-block: 82px; }
  .contact-layout { gap: 48px; }
  .email-link { margin-top: 36px; }
  .contact-form { padding: 28px 22px; }
  .site-footer .page-shell { flex-direction: column; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
