@font-face {
  font-family: 'Montserrat';
  src: url('assets/brand/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/brand/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --brand-blue: #27378d;
  --brand-green: #218115;
  --brand-red: #ab3a3e;
  --ink: #1d1d1b;
  --muted: #5d5d5d;
  --green: var(--brand-green);
  --green-dark: var(--brand-green);
  --orange: var(--brand-red);
  --navy: var(--brand-blue);
  --cream: #f7f8fc;
  --line: #d9dced;
  --white: #fff;
  --shadow: 0 18px 50px rgba(39, 55, 141, .13);
  --radius: 22px;
  --ease-out: cubic-bezier(.22, .61, .36, 1);
  --ease-spring: cubic-bezier(.2, .8, .2, 1.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-180%); border-radius: 8px; background: var(--brand-red); color: white; font-weight: 700; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--brand-red); outline-offset: 3px; }

.topbar {
  background: var(--navy);
  color: #dce8e6;
  font-size: .78rem;
  letter-spacing: .02em;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 42px; }
.topbar a:hover { color: #fff; }
.topbar-contact { display: flex; gap: 22px; align-items: center; }
.topbar-contact a { color: #fff; font-weight: 700; }
.socials { display: flex; gap: 11px; color: #9fc0b7; }
.socials a { font-size: .72rem; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,231,228,.8); backdrop-filter: blur(14px); transition: box-shadow .28s var(--ease-out), border-color .28s ease, background .28s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.98); border-color: transparent; box-shadow: 0 10px 26px rgba(39,55,141,.11); }
.nav-inner { display: flex; justify-content: space-between; align-items: center; min-height: 84px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 200px; }
.brand img { width: 166px; height: auto; }
.brand-fallback { display: none; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: -.06em; font-size: 1.35rem; }
.brand-fallback span { color: var(--green); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 1.7rem; cursor: pointer; transition: transform .25s var(--ease-spring), color .2s ease; }
.nav-toggle.is-open { transform: rotate(90deg); color: var(--green); }
.nav-menu { display: flex; align-items: center; gap: 25px; font-weight: 700; font-size: .89rem; }
.nav-menu a { position: relative; padding: 9px 0; }
.nav-menu a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--green); transition: right .2s ease; }
.nav-menu a:hover::after, .nav-menu a.active::after { right: 0; }
.nav-menu .nav-cta { padding: 12px 17px; background: var(--green); color: white; border-radius: 999px; }
.nav-menu .nav-cta::after { display: none; }

.eyebrow { color: var(--green-dark); font-weight: 700; letter-spacing: .15em; font-size: .75rem; text-transform: uppercase; }
h1, h2, h3 { font-family: 'Montserrat', sans-serif; line-height: 1.08; letter-spacing: -.04em; margin: 0 0 18px; }
h1 { font-size: clamp(2.8rem, 6vw, 5.65rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 17px; color: var(--muted); }
.lead { font-size: 1.1rem; max-width: 670px; }
.section { padding: 100px 0; }
.section--soft { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-heading > div { max-width: 730px; }
.section-heading p { max-width: 590px; }

.btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; border-radius: 999px; padding: 14px 21px; border: 1px solid transparent; font-weight: 700; font-size: .88rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(11,29,42,.13); }
.btn--green { background: var(--green); color: white; }
.btn--dark { background: var(--navy); color: white; }
.btn--outline { border-color: var(--line); color: var(--ink); background: white; }
.btn--small { padding: 10px 15px; font-size: .8rem; }

.hero { overflow: hidden; position: relative; padding: 95px 0 78px; background: radial-gradient(circle at 86% 20%, rgba(33,129,21,.14), transparent 30%), linear-gradient(125deg, #f6f7fc 0%, #fff 58%); }
.hero::after { content: ''; position: absolute; width: 420px; height: 420px; right: -190px; bottom: -210px; border: 1px solid rgba(0,168,107,.25); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 65px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy p { max-width: 570px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-media { position: relative; }
.hero-media::before { content: ''; position: absolute; inset: 10% -9% -10% 11%; background: var(--brand-red); border-radius: 36px; transform: rotate(-6deg); opacity: .92; }
.hero-media img { position: relative; width: 100%; aspect-ratio: 1 / .94; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; z-index: 2; left: -24px; bottom: 25px; max-width: 210px; padding: 17px 19px; background: var(--navy); color: #fff; border-radius: 15px; box-shadow: var(--shadow); font-size: .84rem; animation: badge-in .7s var(--ease-spring) .35s both; }
.hero-badge strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.6rem; color: #82e6bf; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 38px; color: #557068; font-size: .85rem; font-weight: 700; }
.trust-row span::before { content: '✓'; color: var(--green); margin-right: 8px; }

.hero-copy > * { opacity: 0; animation: rise-in .62s var(--ease-out) both; }
.hero-copy > :nth-child(1) { animation-delay: .05s; }
.hero-copy > :nth-child(2) { animation-delay: .11s; }
.hero-copy > :nth-child(3) { animation-delay: .17s; }
.hero-copy > :nth-child(4) { animation-delay: .23s; }
.hero-copy > :nth-child(5) { animation-delay: .29s; }
.hero-media { animation: media-in .72s var(--ease-out) .12s both; }
.hero-media::before { animation: shape-in .78s var(--ease-out) .18s both; }
.page-hero .container { animation: rise-in .58s var(--ease-out) both; }

@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes media-in {
  from { opacity: 0; transform: translateX(22px) scale(.98); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes shape-in {
  from { opacity: 0; transform: rotate(-6deg) scale(.92); }
  to { opacity: .92; transform: rotate(-6deg) scale(1); }
}
@keyframes badge-in {
  from { opacity: 0; transform: translate(-10px, 8px) scale(.96); }
  to { opacity: 1; transform: translate(0, 0) scale(1); }
}
@keyframes note-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.pill-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.pill { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .3s var(--ease-out), box-shadow .3s ease, border-color .3s ease; }
.pill:hover { transform: translateY(-4px); border-color: rgba(33,129,21,.3); box-shadow: 0 14px 30px rgba(39,55,141,.09); }
.pill strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.06rem; margin-bottom: 7px; }
.pill p { font-size: .9rem; margin: 0; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards--four { grid-template-columns: repeat(4, 1fr); }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 7px 24px rgba(11,29,42,.04); transition: transform .35s var(--ease-out), box-shadow .35s ease, border-color .35s ease; }
.card:hover, .card:focus-within { transform: translateY(-5px); border-color: rgba(33,129,21,.28); box-shadow: var(--shadow); }
.card-media { height: 190px; overflow: hidden; background: #e7f1ed; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease-out); }
.card:hover .card-media img, .card:focus-within .card-media img { transform: scale(1.04); }
.card-body { padding: 25px; }
.card-body p { font-size: .92rem; }
.card-body .btn { margin-top: 8px; }
.icon-box { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 15px; background: #e4f7ef; color: var(--green-dark); font-size: 1.4rem; font-weight: 700; }

.split { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; }
.split--reverse { grid-template-columns: 1.12fr .88fr; }
.split--detail { margin-top: 62px; }
.split-media { position: relative; }
.split-media img { width: 100%; max-height: 530px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.quote-card { margin: -44px 28px 0; position: relative; padding: 20px; background: white; border-radius: 18px; box-shadow: var(--shadow); }
.quote-card strong { font-family: 'Montserrat', sans-serif; }
.feature-list { display: grid; gap: 16px; margin: 30px 0; }
.feature-item { display: flex; gap: 14px; align-items: flex-start; }
.feature-item > span { flex: 0 0 auto; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: white; background: var(--green); font-weight: 700; }
.feature-item h3 { font-size: 1.05rem; margin-bottom: 4px; }
.feature-item p { font-size: .9rem; margin: 0; }

.cta-band { padding: 36px 0; background: var(--green); color: white; }
.cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band h2 { font-size: clamp(1.7rem, 3vw, 2.55rem); margin: 0; }
.cta-band p { color: #d8faed; margin: 7px 0 0; }
.cta-band .btn { background: white; color: var(--green-dark); }

.product-section { padding: 58px 0; border-bottom: 1px solid var(--line); }
.product-section:last-child { border-bottom: 0; }
.product-section .split { gap: 52px; }
.product-image { padding: 18px; background: var(--cream); border-radius: 24px; }
.product-image img { width: 100%; height: 280px; object-fit: contain; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.tag { padding: 8px 12px; background: #edf7f3; color: var(--green-dark); border-radius: 999px; font-size: .78rem; font-weight: 700; }

.form-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; align-items: start; }
.form-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 28px rgba(11,29,42,.05); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.field { display: grid; gap: 7px; margin-bottom: 15px; }
.field--full { grid-column: 1 / -1; }
label { color: var(--ink); font-size: .81rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #ccdcd6; border-radius: 11px; padding: 13px 14px; color: var(--ink); background: #fbfdfc; font: inherit; font-size: .9rem; }
textarea { min-height: 125px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(33,129,21,.18); border-color: var(--green); }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.check { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: .83rem; font-weight: 500; }
.check input { width: auto; accent-color: var(--green); }
.form-note { margin: 13px 0 0; color: var(--green-dark); font-size: .84rem; font-weight: 700; }

.request-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.request-card { display: flex; flex-direction: column; padding: 24px; border-radius: var(--radius); background: var(--navy); color: white; min-height: 210px; transition: transform .35s var(--ease-out), box-shadow .35s ease; }
.request-card:hover, .request-card:focus-within { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(39,55,141,.16); }
.request-card:nth-child(3n+2) { background: var(--green); }
.request-card:nth-child(3n) { background: #e8f3ef; color: var(--ink); }
.request-card p { color: inherit; opacity: .78; font-size: .9rem; }
.request-card .btn { align-self: flex-start; margin-top: auto; padding: 10px 15px; background: white; color: var(--navy); }
.request-card:nth-child(3n+2) .btn { color: var(--green-dark); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s var(--ease-out), box-shadow .3s ease, border-color .3s ease; }
.article:hover, .article:focus-within { transform: translateY(-4px); border-color: rgba(33,129,21,.3); box-shadow: 0 14px 30px rgba(39,55,141,.09); }
.article small { color: var(--green-dark); font-weight: 700; }
.article h3 { margin: 10px 0; font-size: 1.25rem; }
.article p { font-size: .88rem; }
.testimonial { padding: 35px; background: var(--cream); border-radius: var(--radius); border-left: 5px solid var(--orange); }
.testimonial p { font-size: 1.18rem; color: var(--ink); }
.testimonial strong { font-size: .84rem; }

.page-hero { padding: 74px 0 63px; background: linear-gradient(110deg, var(--navy), #1c286c); color: white; }
.page-hero p { color: #c7ded7; max-width: 710px; }
.page-hero .eyebrow { color: #86e5bf; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.7rem); }
.page-hero .breadcrumbs { color: #a8c7bf; font-size: .83rem; margin-top: 23px; }

.footer { padding: 65px 0 25px; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr .7fr .7fr 1.05fr; gap: 42px; padding-bottom: 50px; }
.footer .brand { margin-bottom: 16px; }
.footer .brand img { opacity: .95; }
.footer p { color: #a8c2bc; font-size: .9rem; }
.footer h3 { font-size: 1rem; letter-spacing: 0; }
.footer-links { display: grid; gap: 9px; color: #a8c2bc; font-size: .9rem; }
.footer-links a:hover { color: white; }
.footer-contact { display: grid; gap: 8px; color: #a8c2bc; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.15); color: #88a9a0; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .52s var(--ease-out), transform .52s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-stagger > .reveal:nth-child(2) { transition-delay: .06s; }
.reveal-stagger > .reveal:nth-child(3) { transition-delay: .12s; }
.reveal-stagger > .reveal:nth-child(4) { transition-delay: .18s; }
.reveal-stagger > .reveal:nth-child(5) { transition-delay: .24s; }
.reveal-stagger > .reveal:nth-child(6) { transition-delay: .30s; }
.reveal-stagger > .reveal:nth-child(7) { transition-delay: .36s; }
.reveal-stagger > .reveal:nth-child(8) { transition-delay: .42s; }
.reveal-stagger > .reveal:nth-child(9) { transition-delay: .48s; }
section[id] { scroll-margin-top: 100px; }
.form-note.is-visible { animation: note-in .3s var(--ease-out) both; }

@media (max-width: 700px) {
  .topbar-inner { justify-content: center; padding: 9px 0; }
  .topbar .socials { display: none; }
  .topbar-contact { width: 100%; justify-content: center; flex-wrap: wrap; gap: 4px 12px; font-size: .68rem; text-align: center; }
  .topbar-contact > span { flex: 0 0 100%; }
  .topbar-contact a { white-space: nowrap; }
  .pill-grid, .cards, .cards--four, .request-grid, .article-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-menu { display: none; position: absolute; top: 84px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; gap: 2px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 14px 20px rgba(11,29,42,.08); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .25s ease, transform .25s var(--ease-out), visibility .25s ease; }
  .nav-menu.is-open { display: flex; opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .nav-menu a { padding: 12px 4px; }
  .nav-menu .nav-cta { text-align: center; margin-top: 8px; }
  .hero-grid, .split, .split--reverse, .form-wrap { grid-template-columns: 1fr; gap: 42px; }
  .hero { padding-top: 68px; }
  .hero-media { max-width: 650px; margin: 0 auto; width: 100%; }
  .cards--four { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 520px); }
  .topbar-inner { justify-content: center; padding: 9px 0; }
  .topbar .socials { display: none; }
  .topbar-contact { width: 100%; justify-content: center; flex-wrap: wrap; gap: 4px 12px; font-size: .68rem; text-align: center; }
  .topbar-contact > span { flex: 0 0 100%; }
  .topbar-contact a { white-space: nowrap; }
  .nav-inner { min-height: 73px; }
  .nav-menu { top: 73px; }
  .brand img { width: 142px; }
  .section { padding: 69px 0; }
  .section-heading, .cta-band-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .pill-grid, .cards, .cards--four, .request-grid, .article-grid { grid-template-columns: 1fr; }
  .hero-badge { left: 10px; bottom: 15px; }
  .hero h1 { font-size: 3rem; }
  .form-grid, .check-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal.is-visible { opacity: 1 !important; transform: none !important; }
}
