:root {
  --ink: #0a2131;
  --ink-2: #123246;
  --ink-3: #25495e;
  --green: #76b72a;
  --green-dark: #4f8617;
  --green-soft: #eaf4df;
  --lime: #b7dc78;
  --sand: #f3f0e9;
  --paper: #fbfbf8;
  --white: #ffffff;
  --line: rgba(10, 33, 49, .14);
  --muted: #62727c;
  --shadow: 0 24px 70px rgba(10, 33, 49, .12);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1240px;
  --header-height: 86px;
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--green); color: var(--ink); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); transition: top .2s; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }
.section-soft { background: var(--sand); }
.section-dark { background: var(--ink); color: var(--white); }
.section-index { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-dark .section-index { color: var(--lime); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.04em; }
h1 { margin-bottom: 28px; max-width: 830px; font-size: clamp(3.9rem, 7vw, 7.6rem); line-height: .89; font-weight: 650; }
h1 em, h2 em, .display-subtitle em, .authority-quote em { color: var(--green-dark); font-style: normal; }
h2 { margin-bottom: 0; font-size: clamp(2.6rem, 4.6vw, 5rem); line-height: .97; font-weight: 620; }
h3 { margin-bottom: 12px; font-size: 1.35rem; line-height: 1.1; }
p { color: var(--muted); }
.section-dark p { color: rgba(255,255,255,.68); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header-height);
  z-index: 100;
  background: rgba(251, 251, 248, .72);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: height .3s var(--ease), background .3s, border-color .3s;
}
.site-header.is-scrolled { height: 72px; background: rgba(251,251,248,.93); border-color: var(--line); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { width: 202px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--green-dark); transition: right .25s var(--ease); }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle, .mobile-nav { display: none; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 58px; padding: 0 20px 0 26px; border: 0; border-radius: 999px; font-weight: 750; transition: transform .25s var(--ease), box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--ink); box-shadow: 0 16px 35px rgba(118,183,42,.22); }
.button-primary:hover { background: #84c633; box-shadow: 0 20px 42px rgba(118,183,42,.3); }
.button-dark { background: var(--ink); color: var(--white); }
.button-small { min-height: 44px; padding: 0 18px; gap: 10px; font-size: 13px; }
.button-full { width: 100%; }
.button-icon { display: grid; place-items: center; width: 34px; height: 34px; margin-left: 4px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { color: var(--green-dark); }

.hero { min-height: 100svh; padding-top: calc(var(--header-height) + 70px); padding-bottom: 40px; overflow: hidden; background: linear-gradient(130deg, #fbfbf8 0%, #f2f4ed 62%, #e7efde 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(118,183,42,.22), rgba(118,183,42,0) 70%); filter: blur(20px); }
.hero-noise { position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(420px,.85fr); align-items: center; gap: 58px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { width: 28px; height: 1px; background: var(--green-dark); }
.hero-lead { max-width: 680px; margin-bottom: 34px; font-size: clamp(1.05rem,1.3vw,1.28rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 54px 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--line); }
.hero-proof li { display: flex; gap: 10px; align-items: center; color: var(--ink-3); font-size: 13px; font-weight: 650; }
.hero-proof span { color: var(--green-dark); font-size: 10px; letter-spacing: .08em; }

.hero-visual { position: relative; min-height: 650px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 6% 2% 4%; border-radius: 50% 45% 48% 48%; background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,255,255,.2)); border: 1px solid rgba(255,255,255,.82); box-shadow: 0 40px 100px rgba(10,33,49,.13); backdrop-filter: blur(10px); }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(10,33,49,.17); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit::before { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(118,183,42,.15); }
.orbit-one { width: 390px; height: 390px; animation: orbitSpin 18s linear infinite; }
.orbit-one::before { left: 35px; top: 65px; }
.orbit-two { width: 510px; height: 510px; border-style: dashed; animation: orbitSpinReverse 26s linear infinite; }
.orbit-two::before { right: 48px; bottom: 70px; }
.hero-core { position: absolute; left: 50%; top: 50%; z-index: 2; width: 230px; height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; background: var(--ink); color: var(--white); transform: translate(-50%,-50%); box-shadow: 0 30px 70px rgba(10,33,49,.28); }
.hero-core::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; }
.hero-core strong { font-size: 4.5rem; line-height: .9; letter-spacing: -.08em; }
.core-kicker { color: var(--lime); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.core-caption { max-width: 145px; margin-top: 14px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.35; }
.pillar-card { position: absolute; z-index: 3; display: flex; gap: 12px; align-items: center; min-width: 192px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 18px 45px rgba(10,33,49,.12); backdrop-filter: blur(14px); animation: float 5s ease-in-out infinite; }
.pillar-card > span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: 20px; font-weight: 850; }
.pillar-card strong, .pillar-card small { display: block; }
.pillar-card strong { font-size: 13px; }
.pillar-card small { color: var(--muted); font-size: 10px; }
.pillar-e { left: 0; top: 22%; }
.pillar-s { right: -2%; top: 31%; animation-delay: -1.5s; }
.pillar-g { left: 12%; bottom: 14%; animation-delay: -3s; }
.standard-chip { position: absolute; right: 2%; bottom: 10%; z-index: 3; padding: 10px 14px; border-radius: 999px; background: rgba(10,33,49,.92); color: var(--white); font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.hero-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 28px; align-items: flex-end; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-bottom p { margin: 0; color: var(--ink-3); }
.scroll-hint { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-hint span { width: 20px; height: 28px; border: 1px solid var(--muted); border-radius: 12px; position: relative; }
.scroll-hint span::after { content: ""; position: absolute; left: 50%; top: 6px; width: 3px; height: 6px; border-radius: 3px; background: var(--green-dark); transform: translateX(-50%); animation: scrollDot 1.8s infinite; }

.statement-grid { display: grid; grid-template-columns: .28fr 1.25fr .7fr; gap: 48px; align-items: start; }
.statement-copy h2 { max-width: 780px; }
.display-subtitle { margin: 30px 0 0; max-width: 780px; color: var(--ink); font-size: clamp(1.7rem,2.6vw,2.65rem); line-height: 1.15; letter-spacing: -.03em; }
.statement-side { padding-top: 52px; }
.statement-side > p { font-size: 1.05rem; }
.impact-quote { margin-top: 48px; padding: 22px 0 0; border-top: 1px solid var(--line); }
.impact-quote span, .impact-quote strong { display: block; }
.impact-quote span { color: var(--muted); font-size: 13px; }
.impact-quote strong { margin-top: 5px; font-size: 1.45rem; letter-spacing: -.03em; }

.section-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 850px; margin-top: 16px; }
.section-heading > p { margin: 0; font-size: 1.06rem; }
.section-heading-light > p { color: rgba(255,255,255,.65); }
.risk-section { overflow: hidden; }
.risk-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 15%, rgba(118,183,42,.17), transparent 28%); pointer-events: none; }
.risk-marquee { margin: 0 calc((100vw - min(calc(100vw - 48px), var(--container))) / -2) 48px; overflow: hidden; border-block: 1px solid rgba(255,255,255,.12); }
.risk-marquee-track { display: flex; align-items: center; width: max-content; padding: 18px 0; animation: marquee 28s linear infinite; }
.risk-marquee span { padding: 0 22px; color: rgba(255,255,255,.84); font-size: 1.05rem; font-weight: 650; }
.risk-marquee i { color: var(--green); font-style: normal; }
.risk-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.risk-card { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-md); background: rgba(255,255,255,.04); transition: background .25s, transform .25s var(--ease), border-color .25s; }
.risk-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.22); }
.risk-card > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 55px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--lime); font-size: 11px; font-weight: 800; }
.risk-card h3 { color: var(--white); }
.risk-card p { margin-bottom: 0; font-size: 14px; }
.risk-card-accent { background: var(--green); color: var(--ink); border-color: transparent; }
.risk-card-accent:hover { background: #84c633; }
.risk-card-accent > span { color: var(--ink); border-color: rgba(10,33,49,.3); }
.risk-card-accent h3, .risk-card-accent p { color: var(--ink); }

.solutions { background: var(--paper); }
.solutions-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); overflow: hidden; transition: transform .28s var(--ease), box-shadow .28s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card-featured { background: var(--green-soft); border-color: rgba(79,134,23,.2); }
.service-top { display: flex; justify-content: space-between; align-items: flex-start; }
.service-top > span { color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.service-top svg { width: 48px; height: 48px; fill: none; stroke: var(--ink); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 300px; font-size: 1.8rem; }
.service-card p { margin: 0; font-size: 14px; }
.service-tag { align-self: flex-start; margin-top: 20px; padding: 8px 12px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.partners { overflow: hidden; background: var(--white); }
.partners-intro { max-width: 920px; margin-bottom: 55px; }
.partners-intro h2 { margin: 16px 0 24px; }
.partners-intro p { max-width: 650px; font-size: 1.05rem; }
.logo-marquee { width: 100%; overflow: hidden; }
.logo-track { display: flex; width: max-content; gap: 14px; padding: 6px 0 30px; animation: logoMarquee 42s linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-card { width: 240px; height: 145px; display: grid; place-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.logo-card img { max-width: 100%; max-height: 82px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .25s, opacity .25s, transform .25s; }
.logo-card:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.03); }
.logo-card-dark { background: var(--ink); }
.logo-card-dark img { filter: none; opacity: 1; }
.partners-note { display: flex; justify-content: flex-end; margin-top: 22px; }
.partners-note p { max-width: 660px; padding-left: 24px; border-left: 2px solid var(--green); }
.partners-note strong { color: var(--ink); }

.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.audience-sticky { position: sticky; top: 130px; }
.audience-sticky h2 { margin: 16px 0 26px; }
.audience-sticky p { max-width: 510px; margin-bottom: 28px; }
.audience-list { border-top: 1px solid var(--line); }
.audience-item { display: grid; grid-template-columns: 45px .7fr 1fr; gap: 22px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid var(--line); }
.audience-item > span { color: var(--green-dark); font-size: 10px; font-weight: 800; }
.audience-item h3, .audience-item p { margin: 0; }
.audience-item h3 { font-size: 1.3rem; }
.audience-item p { font-size: 14px; }

.method { background: var(--paper); overflow: hidden; }
.method-header { display: grid; grid-template-columns: .32fr 1fr; gap: 40px; margin-bottom: 72px; }
.method-header h2 { max-width: 900px; }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px 24px; }
.method-step { position: relative; min-height: 245px; padding: 4px 22px 0 0; }
.step-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: 11px; font-weight: 850; }
.step-line { width: calc(100% - 65px); height: 1px; position: absolute; left: 65px; top: 28px; background: var(--line); }
.step-line::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--green-dark); border-right: 1px solid var(--green-dark); transform: rotate(45deg); }
.method-step h3 { margin-top: 56px; font-size: 1.65rem; }
.method-step p { max-width: 310px; font-size: 14px; }

.authority { overflow: hidden; }
.authority-glow { position: absolute; width: 700px; height: 700px; right: -200px; bottom: -350px; border-radius: 50%; background: radial-gradient(circle, rgba(118,183,42,.24), transparent 68%); }
.authority-grid { position: relative; display: grid; grid-template-columns: .25fr 1.3fr .65fr; gap: 48px; align-items: start; }
.authority-mark { color: var(--green); font-family: Georgia,serif; font-size: 15rem; line-height: .6; }
.authority-copy h2 { margin: 15px 0 26px; }
.authority-quote { max-width: 840px; margin: 0; color: rgba(255,255,255,.88); font-size: clamp(1.75rem,2.7vw,3rem); line-height: 1.14; letter-spacing: -.03em; }
.authority-quote em { color: var(--lime); }
.authority-side { padding-top: 50px; }
.authority-side p + p { margin-top: 30px; }

.differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 56px;
  align-items: stretch;
}

.diff-card {
  position: relative;
  min-width: 0;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  overflow: hidden;
}

.diff-card > span,
.diff-video-content > span {
  position: relative;
  z-index: 3;
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 850;
}

.diff-card h3 {
  position: relative;
  z-index: 3;
  margin-top: auto;
  margin-bottom: 12px;
  font-size: 1.7rem;
}

.diff-card p {
  position: relative;
  z-index: 3;
  max-width: 430px;
  margin-bottom: 0;
  font-size: 14px;
}

.diff-large {
  grid-row: span 2;
  padding: 0;
  background: var(--ink);
  color: var(--white);
}

.diff-video-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
}

.diff-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7,24,36,.24) 0%, rgba(7,24,36,.46) 36%, rgba(7,24,36,.94) 100%),
    linear-gradient(120deg, rgba(118,183,42,.10), rgba(10,33,49,.12));
}

.diff-video-content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.diff-video-content > span {
  color: var(--lime);
}

.diff-video h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(2rem, 2.35vw, 2.75rem);
}

.diff-video p {
  max-width: 460px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
}

.diff-accent {
  grid-column: auto;
  padding-right: 172px;
  background: var(--green-soft);
}

.diff-accent h3 {
  max-width: 280px;
}

.seal-art {
  position: absolute;
  right: 24px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(79,134,23,.28);
  border-radius: 50%;
  color: var(--green-dark);
  font-size: 2rem;
  font-weight: 850;
  transform: translateY(-50%) rotate(-7deg);
}

.seal-art::before,
.seal-art::after {
  content: "";
  position: absolute;
  border: 1px dashed rgba(79,134,23,.42);
  border-radius: 50%;
}

.seal-art::before { inset: 8px; }
.seal-art::after { inset: 17px; }

.seal-art small {
  display: block;
  margin-top: -42px;
  font-size: 8px;
  letter-spacing: .2em;
}

.positioning-line {
  margin-top: 64px;
  padding: 25px 0;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(1.2rem,2vw,1.7rem);
  text-align: center;
}

.positioning-line strong { color: var(--ink); }

.objection-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: start; }
.objection-question h2 { margin-top: 16px; max-width: 730px; }
.objection-answer { padding-top: 42px; }
.answer-lead { color: var(--ink); font-size: 1.55rem; line-height: 1.3; }
.objection-answer p:not(.answer-lead) { font-size: 1.02rem; }

.contact { background: var(--paper); }
.contact-shell { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; padding: 70px; border-radius: var(--radius-lg); background: var(--ink); color: var(--white); box-shadow: 0 32px 100px rgba(10,33,49,.18); }
.contact-copy { align-self: center; }
.contact-copy h2 { margin: 17px 0 25px; font-size: clamp(2.7rem,4.4vw,4.7rem); }
.contact-copy > p { max-width: 550px; color: rgba(255,255,255,.67); font-size: 1.03rem; }
.contact-badge { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.75); font-size: 11px; font-weight: 700; }
.contact-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(118,183,42,.12); }
.contact-form { padding: 28px; border-radius: var(--radius-md); background: var(--white); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 15px; color: var(--ink-3); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: #fbfbf9; color: var(--ink); text-transform: none; letter-spacing: 0; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 4px rgba(118,183,42,.12); }
.contact-form textarea { resize: vertical; min-height: 100px; }
.form-note { margin: 12px 6px 0; font-size: 10px; text-align: center; }
.form-status { min-height: 20px; margin: 8px 0 0; color: var(--green-dark); font-size: 12px; text-align: center; }

.site-footer { padding: 75px 0 22px; background: #071824; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; padding-bottom: 65px; }
.footer-brand img { width: 240px; }
.footer-brand p { max-width: 460px; margin-top: 24px; color: rgba(255,255,255,.55); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 8px; color: var(--lime); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.68); font-size: 14px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.44); font-size: 11px; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--green); color: var(--ink); font-weight: 850; box-shadow: 0 12px 30px rgba(10,33,49,.2); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s var(--ease); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal-delay { transition-delay: .12s; }
.reveal.in-view { opacity: 1; transform: none; }

@keyframes orbitSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes orbitSpinReverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,10px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes logoMarquee { to { transform: translateX(calc(-50% - 7px)); } }



/* LENIS — ROLAGEM SUAVE REAL */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

html {
  scroll-behavior: auto !important;
}

body {
  overscroll-behavior-y: none;
}

/* Transições mais suaves entre blocos */
.section {
  position: relative;
  isolation: isolate;
}

.section:not(.hero)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 140px;
  pointer-events: none;
  z-index: 0;
  opacity: .55;
  background: linear-gradient(to bottom, rgba(118, 183, 42, .075), rgba(118, 183, 42, 0));
}

.section-dark:not(.hero)::before {
  background: radial-gradient(circle at 70% 0%, rgba(118, 183, 42, .18), transparent 35%);
}

.section-soft:not(.hero)::before {
  background: linear-gradient(to bottom, rgba(255,255,255,.42), rgba(255,255,255,0));
}

.container,
.section-heading,
.statement-grid,
.risk-grid,
.solutions-grid,
.logo-marquee,
.partners-note,
.audience-grid,
.method-header,
.method-grid,
.authority-grid,
.differentials-grid,
.objection-grid,
.contact-shell {
  position: relative;
  z-index: 2;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  filter: blur(8px);
  transition:
    opacity .95s var(--ease),
    transform .95s var(--ease),
    filter .95s var(--ease);
  will-change: opacity, transform, filter;
}

.reveal.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.reveal-delay,
.risk-card:nth-child(2),
.service-card:nth-child(2),
.audience-item:nth-child(2),
.method-step:nth-child(2),
.diff-card:nth-child(2) { transition-delay: .08s; }

.risk-card:nth-child(3),
.service-card:nth-child(3),
.audience-item:nth-child(3),
.method-step:nth-child(3),
.diff-card:nth-child(3) { transition-delay: .14s; }

.risk-card:nth-child(4),
.service-card:nth-child(4),
.audience-item:nth-child(4),
.method-step:nth-child(4),
.diff-card:nth-child(4) { transition-delay: .20s; }

.risk-card:nth-child(5),
.service-card:nth-child(5),
.audience-item:nth-child(5),
.method-step:nth-child(5),
.diff-card:nth-child(5) { transition-delay: .26s; }

.risk-card:nth-child(6),
.service-card:nth-child(6),
.method-step:nth-child(6) { transition-delay: .32s; }

.service-card,
.risk-card,
.logo-card,
.audience-item,
.method-step,
.diff-card,
.contact-form,
.button,
.text-link {
  transition:
    transform .36s var(--ease),
    box-shadow .36s var(--ease),
    border-color .28s ease,
    background .28s ease,
    color .28s ease,
    opacity .28s ease;
}

.audience-item:hover,
.method-step:hover,
.diff-card:hover,
.logo-card:hover {
  transform: translateY(-6px);
}

@media (prefers-reduced-motion: reduce) {
  .diff-video-media { display: none; }

  html { scroll-behavior: auto !important; }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

@media (max-width: 1080px) {
  .differentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .diff-large {
    grid-column: span 2;
    grid-row: auto;
    min-height: 430px;
  }

  :root { --container: 960px; }
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; width: 46px; height: 46px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.7); }
  .menu-toggle span { width: 18px; height: 1px; background: var(--ink); transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: var(--header-height) 16px auto; display: flex; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(251,251,248,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s var(--ease); }
  .mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-nav a:last-child { margin-top: 8px; border: 0; border-radius: 12px; background: var(--ink); color: var(--white); text-align: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 590px; max-width: 680px; width: 100%; margin: 0 auto; }
  .statement-grid { grid-template-columns: .25fr 1fr; }
  .statement-side { grid-column: 2; max-width: 700px; padding-top: 0; }
  .risk-grid, .solutions-grid { grid-template-columns: repeat(2,1fr); }
  .audience-grid { gap: 55px; }
  .authority-grid { grid-template-columns: .2fr 1fr; }
  .authority-side { grid-column: 2; max-width: 700px; padding-top: 0; }
  .contact-shell { grid-template-columns: 1fr; padding: 54px; }
}

@media (max-width: 760px) {
  :root { --header-height: 72px; --radius-lg: 26px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .brand { width: 174px; }
  h1 { font-size: clamp(3.2rem,16vw,5.1rem); }
  h2 { font-size: clamp(2.3rem,11vw,3.8rem); }
  .hero { padding-top: calc(var(--header-height) + 48px); }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { min-height: 475px; margin-top: -10px; }
  .hero-visual::before { inset: 5%; }
  .orbit-one { width: 270px; height: 270px; }
  .orbit-two { width: 370px; height: 370px; }
  .hero-core { width: 180px; height: 180px; }
  .hero-core strong { font-size: 3.6rem; }
  .pillar-card { min-width: 150px; padding: 10px 12px; }
  .pillar-card > span { flex-basis: 34px; width: 34px; height: 34px; font-size: 16px; }
  .pillar-card strong { font-size: 11px; }
  .pillar-card small { font-size: 8px; }
  .pillar-e { left: -3%; top: 18%; }
  .pillar-s { right: -3%; top: 34%; }
  .pillar-g { left: 4%; bottom: 14%; }
  .standard-chip { right: 0; bottom: 5%; font-size: 7px; }
  .hero-bottom { display: block; }
  .scroll-hint { display: none; }
  .statement-grid, .section-heading, .audience-grid, .method-header, .authority-grid, .objection-grid, .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .statement-side, .authority-side { grid-column: auto; }
  .section-heading { align-items: start; margin-bottom: 42px; }
  .risk-grid, .solutions-grid, .method-grid { grid-template-columns: 1fr; }
  .risk-card { min-height: 220px; }
  .risk-card > span { margin-bottom: 35px; }
  .service-card { min-height: 315px; }
  .logo-card { width: 190px; height: 120px; }
  .audience-sticky { position: static; }
  .audience-item { grid-template-columns: 34px 1fr; }
  .audience-item p { grid-column: 2; }
  .method-grid { gap: 12px; }
  .method-step { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
  .step-line { display: none; }
  .method-step h3 { margin-top: 38px; }
  .authority-mark { display: none; }
  .differentials-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .diff-card, .diff-large {
    min-height: 260px;
    grid-row: auto;
    grid-column: auto;
  }
  .diff-large { min-height: 420px; }
  .diff-video-content { padding: 24px; }
  .diff-video h3 { font-size: 2rem; }
  .diff-accent {
    min-height: 330px;
    padding-right: 28px;
    padding-bottom: 156px;
  }
  .seal-art {
    top: auto;
    bottom: 22px;
    right: 22px;
    transform: rotate(-7deg);
  }
  .contact-shell { padding: 34px 22px; gap: 40px; }
  .contact-form { padding: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; border: 0; }
  .hero-visual { min-height: 420px; }
  .orbit-two { width: 320px; height: 320px; }
  .orbit-one { width: 230px; height: 230px; }
  .hero-core { width: 155px; height: 155px; }
  .hero-core strong { font-size: 3rem; }
  .pillar-card { min-width: 130px; }
  .pillar-g { bottom: 10%; }
  .standard-chip { display: none; }
}

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


/* Logo DFD sem fundo */
.brand img,
.footer-brand img {
  background: transparent !important;
}

.footer-brand img {
  padding: 0 !important;
  border-radius: 0 !important;
}


/* Logo DFD transparente aplicada */
.brand img,
.footer-brand img {
  background: transparent !important;
}

.footer-brand img {
  padding: 0 !important;
  border-radius: 0 !important;
}


/* Footer logo branca */
.footer-logo-white { width: 320px; max-width: 100%; height: auto; background: transparent !important; padding: 0 !important; border-radius: 0 !important; object-fit: contain; }

@media (max-width: 760px) {
  .footer-logo-white { width: 320px; max-width: 100%; height: auto; background: transparent !important; padding: 0 !important; border-radius: 0 !important; object-fit: contain; }
}
