:root {
  --navy: #0a2038;
  --navy-soft: #263d53;
  --green: #2f764a;
  --green-dark: #215f3b;
  --teal: #167782;
  --blue: #477fd3;
  --purple: #6550c9;
  --mint: #edf7f1;
  --mist: #f5f8f9;
  --line: #dce6e4;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-sm: .7rem;
  --radius: 1rem;
  --radius-lg: 1.35rem;
  --shadow: 0 12px 35px rgba(10, 32, 56, .1);
  --shadow-soft: 0 6px 22px rgba(10, 32, 56, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--navy-soft); background: var(--white); font-family: var(--sans); font-size: 1rem; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .7rem 1rem; background: var(--navy); color: white; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #e2a63b; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,55,72,.09); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; flex: 0 0 auto; color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 56px; height: 48px; margin-right: .65rem; color: var(--green); background: linear-gradient(145deg, #f3f8f5, #fff); border-left: 6px solid #e8efeb; font: italic 800 2.65rem/.8 Arial, sans-serif; transform: skew(-7deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 700 1.55rem var(--serif); }
.brand-copy small { margin-top: .27rem; color: #425568; font-size: .7rem; letter-spacing: .01em; }
.primary-nav { display: flex; align-items: center; gap: 1.85rem; font-size: .82rem; font-weight: 600; }
.primary-nav > a:not(.button) { padding-block: 1.75rem; border-bottom: 2px solid transparent; }
.primary-nav > a:not(.button):hover { color: var(--green); border-color: #7dad66; }
.nav-toggle { display: none; width: 44px; height: 42px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: .55rem; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 43px; padding: .65rem 1.2rem; border: 1.5px solid transparent; border-radius: .7rem; font-weight: 750; font-size: .88rem; line-height: 1; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { color: white; background: linear-gradient(135deg, #387e50, #24673e); box-shadow: 0 6px 14px rgba(36,103,62,.18); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 9px 20px rgba(36,103,62,.23); }
.button-outline { color: var(--green-dark); background: rgba(255,255,255,.72); border-color: var(--green); }
.button-outline:hover { background: white; }
.button-light { color: var(--green-dark); background: white; box-shadow: var(--shadow-soft); }
.button-large { min-height: 50px; padding-inline: 1.55rem; font-size: .92rem; }
.nav-cta { padding-inline: 1.1rem; }

.hero { position: relative; min-height: 520px; overflow: hidden; isolation: isolate; background: linear-gradient(112deg, rgba(250,252,252,.98) 12%, rgba(244,250,250,.87) 49%, rgba(223,241,245,.72) 100%); }
.hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background: radial-gradient(circle at 76% 8%, rgba(255,255,255,.94), transparent 28%), linear-gradient(to bottom, transparent 48%, rgba(207,230,231,.55)); }
.mountain-layer { position: absolute; z-index: -2; inset: auto 0 0; height: 56%; opacity: .35; background: linear-gradient(140deg, #bcd1da, #8db1a8); clip-path: polygon(0 71%, 8% 28%, 15% 63%, 28% 16%, 36% 60%, 49% 32%, 60% 70%, 73% 12%, 82% 58%, 94% 20%, 100% 50%, 100% 100%, 0 100%); }
.mountain-front { z-index: -1; height: 38%; opacity: .3; background: linear-gradient(140deg, #75a494, #507c6d); clip-path: polygon(0 80%, 8% 45%, 15% 72%, 24% 50%, 35% 85%, 47% 48%, 58% 82%, 70% 42%, 79% 76%, 89% 48%, 100% 68%, 100% 100%, 0 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 3.25rem; align-items: center; min-height: 520px; padding-block: 2.2rem 1.6rem; }
.hero-copy { align-self: center; }
.eyebrow { margin: 0 0 .55rem; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--navy); font-family: var(--serif); letter-spacing: -.025em; }
.hero h1 { max-width: 650px; margin-bottom: .7rem; font-size: clamp(2.75rem, 3.4vw, 3.65rem); line-height: 1; }
.hero-lead { max-width: 625px; margin-bottom: 1.25rem; font-size: 1.08rem; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.15rem; }
.benefit-list { display: flex; flex-wrap: wrap; gap: 1.75rem; margin: 0; padding: .1rem 0 .9rem; list-style: none; border-bottom: 1px solid rgba(37,75,88,.25); }
.benefit-list li { display: flex; align-items: center; gap: .55rem; font-size: .88rem; font-weight: 600; }
.benefit-icon { display: grid; place-items: center; width: 25px; height: 25px; color: white; background: var(--green); border-radius: 50%; font-size: .75rem; }
.trust-line { margin: .65rem 0 0; font-size: .82rem; }

.workflow-wrap { position: relative; display: grid; grid-template-columns: minmax(170px,1.2fr) 45px 125px 45px minmax(160px,1.15fr); align-items: center; min-height: 355px; }
.workflow-column { display: flex; flex-direction: column; gap: .72rem; }
.flow-card { min-height: 62px; display: flex; align-items: center; gap: .75rem; padding: .65rem .78rem; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: .8rem; box-shadow: var(--shadow-soft); }
.flow-card div { min-width: 0; display: flex; flex-direction: column; }
.flow-card strong { color: var(--navy); font-size: .75rem; line-height: 1.2; }
.flow-card small, .flow-card em { font-size: .56rem; line-height: 1.35; font-style: normal; white-space: nowrap; }
.flow-icon, .metric-icon { flex: 0 0 32px; color: var(--teal); font-size: 1.55rem; text-align: center; }
.blue { color: var(--blue); } .purple { color: var(--purple); } .green { color: #469260; } .teal { color: var(--teal); }
.ai-core { position: relative; z-index: 2; min-height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--teal); text-align: center; background: rgba(242,253,249,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 1rem; box-shadow: var(--shadow); }
.ai-core .brain-icon { font-size: 2rem; font-weight: 800; }
.ai-core strong { font: 800 2rem/1 var(--sans); }
.ai-core small { margin-top: .35rem; font-size: .59rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.result-card { min-height: 76px; }
.result-card small { color: var(--navy); font-weight: 700; }
.result-card strong { color: var(--green-dark); font-size: 1.2rem; }
.connector { align-self: stretch; position: relative; }
.connector::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; border-top: 2px solid #176f8f; }
.connector i { position: absolute; right: 0; width: 100%; border-right: 2px solid #176f8f; border-radius: 0 15px 15px 0; }
.input-connector i:nth-child(1) { top: 10%; height: 40%; border-top: 2px solid #176f8f; }
.input-connector i:nth-child(2) { top: 30%; height: 20%; border-top: 2px solid #176f8f; }
.input-connector i:nth-child(3) { top: 50%; height: 20%; border-bottom: 2px solid #176f8f; }
.input-connector i:nth-child(4) { top: 50%; height: 40%; border-bottom: 2px solid #176f8f; }
.output-connector i { left: 0; right: auto; border-right: 0; border-left: 2px solid #176f8f; border-radius: 15px 0 0 15px; }
.output-connector i:nth-child(1) { top: 18%; height: 32%; border-top: 2px solid #176f8f; }
.output-connector i:nth-child(2) { top: 50%; height: 1px; border-top: 2px solid #176f8f; border-left: 0; }
.output-connector i:nth-child(3) { top: 50%; height: 32%; border-bottom: 2px solid #176f8f; }
.illustrative-label { position: absolute; right: 0; bottom: -3px; color: rgba(10,32,56,.58); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }

.section { position: relative; padding-block: 3.6rem; }
.section-heading { position: relative; z-index: 1; margin: 0 auto 1.6rem; text-align: center; }
.section-heading h2 { margin-bottom: .2rem; font-size: clamp(2rem, 3.2vw, 2.7rem); line-height: 1.05; }
.section-heading p:not(.eyebrow) { margin: 0; }
.solutions-section { scroll-margin-top: 76px; background: linear-gradient(180deg, #fff, #fbfdfc); }
.anchor-offset { position: absolute; top: 0; }
.solutions-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.solution-card { min-height: 195px; padding: 1.4rem 1.25rem; background: rgba(255,255,255,.95); border: 1px solid #e1e9e8; border-radius: var(--radius-sm); box-shadow: var(--shadow-soft); transition: transform .2s, box-shadow .2s; }
.solution-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.solution-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: .9rem; color: white; background: currentColor; border-radius: 50%; font-size: 0; }
.solution-card:nth-child(1) .solution-icon::before { content: "☎"; } .solution-card:nth-child(2) .solution-icon::before { content: "✉"; }
.solution-card:nth-child(3) .solution-icon::before { content: "⚙"; } .solution-card:nth-child(4) .solution-icon::before { content: "♙"; }
.solution-card:nth-child(5) .solution-icon::before { content: "</>"; }
.solution-icon::before { color: white; font-size: 1.45rem; font-weight: 800; }
.solution-card h3 { margin-bottom: .35rem; color: var(--navy); font: 700 1.1rem var(--serif); }
.solution-card p { margin: 0; font-size: .9rem; line-height: 1.4; }

.why-section { overflow: hidden; background: linear-gradient(180deg, #f5faf8, #e9f3ef); }
.mountain-band { position: absolute; inset: 0; opacity: .13; background: var(--teal); clip-path: polygon(0 48%, 8% 36%, 17% 58%, 28% 30%, 39% 61%, 50% 40%, 62% 64%, 75% 30%, 87% 56%, 96% 34%, 100% 42%, 100% 100%, 0 100%); }
.trust-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.trust-card { display: flex; gap: .9rem; min-height: 105px; padding: 1rem; background: rgba(255,255,255,.9); border: 1px solid rgba(222,234,230,.85); border-radius: var(--radius-sm); box-shadow: var(--shadow-soft); }
.trust-card > span { flex: 0 0 35px; color: var(--green); font-size: 1.85rem; text-align: center; }
.trust-card h3 { margin: 0 0 .25rem; color: var(--navy); font: 700 .95rem var(--serif); }
.trust-card p { margin: 0; font-size: .8rem; line-height: 1.35; }

.industries-section { background: #fff; }
.industry-list { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }
.industry-list span { padding: .8rem 1.15rem; color: var(--navy); background: var(--mist); border: 1px solid var(--line); border-radius: 99px; font-weight: 700; font-size: .88rem; }
.about-section { padding-block: 4rem; background: linear-gradient(120deg, #f5faf8, #edf6f7); }
.about-grid { display: grid; grid-template-columns: 160px minmax(0,720px); justify-content: center; align-items: center; gap: 3rem; }
.about-grid h2 { margin-bottom: .6rem; font-size: clamp(2rem, 3.4vw, 2.8rem); }
.about-grid p:last-child { margin: 0; font-size: 1.04rem; }
.about-emblem { width: 145px; height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--green); background: white; border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow); }
.about-emblem span { font: italic 800 4.2rem/.9 Arial, sans-serif; }
.about-emblem small { margin-top: .4rem; color: var(--navy-soft); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.final-cta { color: white; background: linear-gradient(110deg, #2e684c, #194f39); }
.final-cta-inner { min-height: 112px; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 1.2rem; }
.final-cta h2 { margin: 0; color: white; font-size: 1.85rem; }
.final-cta p { margin: .15rem 0 0; color: #dbece3; font-size: .9rem; }
.cta-mountain { font-size: 4rem; transform: rotate(-10deg); }
.site-footer { padding-block: 1.25rem; color: #30485c; background: white; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; font-size: .68rem; }
.footer-inner > div { display: flex; flex-direction: column; }
.footer-inner strong { color: var(--navy); }
.footer-inner nav { display: flex; gap: 1.4rem; }
.footer-inner nav a:hover { color: var(--green); }
.footer-trust { justify-self: end; padding-left: 1.5rem; border-left: 1px solid var(--line); }

.contact-hero { position: relative; isolation: isolate; overflow: hidden; min-height: calc(100vh - 78px); padding-block: 5rem; background: linear-gradient(120deg, #f7faf9, #e7f2f2); }
.contact-hero .mountain-layer { z-index: -1; opacity: .15; }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 5rem; align-items: start; }
.contact-intro { padding-top: 2rem; }
.contact-intro h1 { margin-bottom: 1rem; font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: .98; }
.contact-intro > p:not(.eyebrow) { margin-bottom: 2rem; font-size: 1.08rem; }
.contact-promise { display: flex; gap: .8rem; margin: 1.1rem 0; }
.contact-promise > span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; color: white; background: var(--green); border-radius: 50%; }
.contact-promise div { display: flex; flex-direction: column; }
.contact-promise strong { color: var(--navy); }
.contact-promise small { margin-top: .2rem; line-height: 1.45; }
.contact-card { min-height: 480px; padding: 2.2rem; background: rgba(255,255,255,.96); border: 1px solid rgba(215,228,225,.9); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; margin-bottom: .35rem; color: var(--navy); font-size: .83rem; font-weight: 750; }
.field label span { color: #9a372e; }
.field input, .field textarea { width: 100%; padding: .77rem .85rem; color: var(--navy); background: #fbfdfc; border: 1px solid #cddbd8; border-radius: .55rem; font: inherit; font-size: .92rem; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(47,118,74,.15); border-color: var(--green); }
.field textarea { resize: vertical; }
.field-error { display: block; min-height: 1.15rem; padding-top: .2rem; color: #a4362e; font-size: .75rem; }
.validation-summary { margin-bottom: 1rem; color: #a4362e; font-size: .82rem; }
.validation-summary:empty { display: none; }
.form-alert { margin-bottom: 1rem; padding: .8rem 1rem; color: #7d2d27; background: #fff2f0; border: 1px solid #efc4bf; border-radius: .55rem; font-size: .84rem; }
.turnstile-field { min-height: 70px; margin: .1rem 0 1.1rem; }
.submit-button { min-width: 180px; border: 0; }
.form-note { display: inline-block; margin: 0 0 0 .8rem; color: #647485; font-size: .7rem; }
.success-message { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-message > span { display: grid; width: 60px; height: 60px; place-items: center; margin-bottom: 1rem; color: white; background: var(--green); border-radius: 50%; font-size: 1.8rem; }
.success-message h2 { margin-bottom: .5rem; font-size: 2rem; }
.success-message p { max-width: 440px; margin-bottom: 1.5rem; }

@media (max-width: 1120px) {
  .primary-nav { gap: 1rem; }
  .brand-copy strong { font-size: 1.35rem; }
  .workflow-wrap { grid-template-columns: minmax(155px,1fr) 30px 110px 30px minmax(150px,1fr); }
  .hero-grid { gap: 2rem; }
}
@media (max-width: 1039px) {
  .site-header { position: sticky; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 1rem max(1rem, calc((100% - 1180px)/2)); flex-direction: column; align-items: stretch; gap: 0; background: white; box-shadow: 0 14px 25px rgba(10,32,56,.12); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { padding: .8rem 1rem; border-bottom: 1px solid #edf2f0; }
  .nav-cta { margin-top: .75rem; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 4rem 3rem; }
  .hero-copy { max-width: 720px; }
  .workflow-wrap { width: min(760px,100%); margin-inline: auto; grid-template-columns: minmax(180px,1fr) 45px 135px 45px minmax(180px,1fr); }
  .solutions-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { gap: 2.5rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner nav { display: none; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 1.35rem, 1180px); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 45px; height: 40px; font-size: 2.2rem; }
  .brand-copy strong { font-size: 1.15rem; }
  .brand-copy small { font-size: .58rem; }
  .hero-grid { padding-top: 3rem; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .benefit-list { gap: .8rem 1.2rem; }
  .workflow-wrap { display: flex; flex-direction: column; gap: 1rem; align-items: stretch; padding-inline: .25rem; }
  .workflow-column { width: 100%; }
  .connector { display: none; }
  .ai-core { min-height: 115px; order: 2; }
  .workflow-inputs { order: 1; }
  .workflow-results { order: 3; }
  .ai-core::before, .ai-core::after { content: "↓"; position: absolute; left: 50%; color: var(--teal); font-size: 1.2rem; }
  .ai-core::before { top: -1.45rem; } .ai-core::after { bottom: -1.55rem; }
  .illustrative-label { position: static; order: 4; text-align: right; }
  .flow-card { min-height: 68px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .solution-card { min-height: 185px; }
  .trust-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
  .about-emblem { margin-inline: auto; }
  .final-cta { padding-block: 1.8rem; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .cta-mountain { display: none; }
  .final-cta .button { width: 100%; margin-top: .5rem; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-trust { justify-self: stretch; padding: .8rem 0 0; border: 0; border-top: 1px solid var(--line); }
  .contact-hero { padding-block: 2.75rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-intro { padding-top: 0; }
  .contact-intro h1 { font-size: 3rem; }
  .contact-card { padding: 1.25rem; }
}
@media (max-width: 480px) {
  .brand-copy small { display: none; }
  .solutions-grid, .form-row { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; }
  .section { padding-block: 2.8rem; }
  .form-note { display: block; margin: .6rem 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
