:root {
  --ink: #07150d;
  --forest: #053d23;
  --green: #087a3e;
  --leaf: #19a64a;
  --lime: #b8f52d;
  --lime-soft: #e9ffc1;
  --cream: #f7f9f1;
  --white: #ffffff;
  --muted: #5e6f64;
  --line: rgba(7, 61, 35, .14);
  --shadow: 0 24px 70px rgba(4, 42, 23, .13);
  --radius: 28px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--lime); color: var(--forest); }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.section-tight { padding: 70px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--leaf); border-radius: 99px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Outfit", Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 7vw, 6.8rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); margin-bottom: 24px; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.75; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-head h2 { max-width: 780px; margin-bottom: 0; }
.section-head p { max-width: 440px; margin-bottom: 0; }
.lime-text { color: var(--leaf); }

.announcement {
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0 16px;
  background: var(--forest);
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
}
.announcement span { color: var(--lime); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(247, 249, 241, .88);
  backdrop-filter: blur(18px);
  transition: box-shadow .3s ease, border-color .3s ease;
}
.site-header.scrolled { box-shadow: 0 12px 35px rgba(3, 37, 20, .08); border-color: var(--line); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 128px; height: 58px; object-fit: contain; }
.brand small { padding-left: 12px; border-left: 1px solid var(--line); color: var(--muted); font-weight: 700; line-height: 1.2; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .94rem; font-weight: 700; }
.nav-links a { position: relative; padding: 10px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--leaf); transition: right .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: white; border-radius: 14px; cursor: pointer; }
.menu-toggle span { display: block; width: 21px; height: 2px; background: var(--forest); margin: 5px auto; transition: .25s ease; }

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--forest);
  color: white;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 13px 30px rgba(5, 61, 35, .2); }
.btn-primary { background: var(--lime); color: var(--forest); box-shadow: 0 13px 35px rgba(184, 245, 45, .25); }
.btn-outline { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.btn-light { background: white; color: var(--forest); }
.btn-sm { min-height: 44px; padding: 0 18px; font-size: .9rem; }
.arrow { font-size: 1.15em; transition: transform .25s ease; }
.btn:hover .arrow, .text-link:hover .arrow { transform: translateX(4px); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-weight: 800; }

.hero {
  min-height: calc(100svh - 122px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--forest);
  color: white;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,38,20,.98) 0%, rgba(3,45,24,.92) 38%, rgba(3,45,24,.12) 72%, rgba(3,45,24,.03) 100%), url('../images/kokoro-hero.webp') center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto -10% -35% 20%; height: 60%; background: radial-gradient(circle, rgba(184,245,45,.22), transparent 65%); filter: blur(20px); }
.hero .container { position: relative; z-index: 2; padding: 78px 0 88px; }
.hero-content { max-width: 760px; }
.hero h1 { max-width: 820px; }
.hero h1 span { color: var(--lime); }
.hero .lead { color: rgba(255,255,255,.76); max-width: 660px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.09); font-weight: 800; font-size: .88rem; backdrop-filter: blur(10px); }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(184,245,45,.7); animation: pulse 2s infinite; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 36px 0 48px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 32px; }
.hero-meta div { display: grid; gap: 2px; }
.hero-meta strong { color: var(--lime); font-size: 1.25rem; }
.hero-meta span { color: rgba(255,255,255,.65); font-size: .86rem; }
.scroll-cue { position: absolute; right: 0; bottom: 30px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.64); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transform: rotate(90deg) translateX(-100%); transform-origin: right bottom; }
.scroll-cue i { width: 48px; height: 1px; background: rgba(255,255,255,.5); }

.ticker { overflow: hidden; background: var(--lime); color: var(--forest); border-block: 1px solid rgba(5,61,35,.15); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 18px 0; animation: marquee 28s linear infinite; font-family: "Outfit", sans-serif; font-size: 1.02rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ticker-track span::after { content: "✦"; margin-left: 26px; }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.category-card {
  min-height: 230px;
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 38px rgba(5,61,35,.05);
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}
.category-card:hover { transform: translateY(-9px) rotate(-.4deg); box-shadow: var(--shadow); background: var(--lime-soft); }
.category-icon { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 22px; background: var(--cream); font-size: 2.35rem; transform: rotate(-5deg); transition: transform .35s ease; }
.category-card:hover .category-icon { transform: rotate(7deg) scale(1.08); }
.category-card h3 { margin-bottom: 8px; }
.category-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.category-card.featured { background: var(--forest); color: white; }
.category-card.featured p { color: rgba(255,255,255,.66); }
.category-card.featured .category-icon { background: var(--lime); }

.steps-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.steps-copy { position: sticky; top: 145px; align-self: start; }
.steps-list { display: grid; }
.step { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.step:first-child { padding-top: 0; }
.step-num { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: white; border: 1px solid var(--line); color: var(--green); font-family: "Outfit", sans-serif; font-weight: 900; }
.step:hover .step-num { background: var(--lime); transform: rotate(-7deg); }
.step h3 { margin-bottom: 8px; }
.step p { margin: 0; color: var(--muted); }

.dark-section { color: white; background: var(--ink); overflow: hidden; }
.dark-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -180px; top: -180px; background: rgba(184,245,45,.12); filter: blur(4px); }
.dark-section .eyebrow { color: var(--lime); }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.story-copy p { color: rgba(255,255,255,.67); font-size: 1.08rem; }
.story-visual { position: relative; min-height: 510px; }
.orbit { position: absolute; inset: 2% 5%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; animation: spin 28s linear infinite; }
.orbit:nth-child(2) { inset: 15%; animation-direction: reverse; animation-duration: 21s; }
.orbit-dot { position: absolute; top: 50%; left: -8px; width: 16px; height: 16px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 25px var(--lime); }
.story-center { position: absolute; inset: 29%; display: grid; place-items: center; padding: 30px; border-radius: 50%; background: var(--lime); color: var(--forest); text-align: center; box-shadow: 0 0 0 18px rgba(184,245,45,.07); }
.story-center strong { font-family: "Outfit", sans-serif; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1; }
.floating-tag { position: absolute; padding: 12px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(14px); font-weight: 800; }
.tag-1 { top: 8%; left: 0; }
.tag-2 { top: 24%; right: -2%; }
.tag-3 { bottom: 15%; left: 1%; }
.tag-4 { bottom: 4%; right: 10%; }

.opportunity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.opportunity-card { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border-radius: var(--radius); color: white; overflow: hidden; position: relative; }
.opportunity-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(5,61,35,.98), rgba(8,122,62,.85)); }
.opportunity-card:nth-child(2)::before { background: linear-gradient(145deg, #0b1e13, #164d2d); }
.opportunity-card:nth-child(3)::before { background: linear-gradient(145deg, #84b811, #b8f52d); }
.opportunity-card > * { position: relative; z-index: 1; }
.opportunity-card:nth-child(3) { color: var(--forest); }
.opportunity-card .mini-label { font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; opacity: .7; }
.opportunity-card h3 { margin: auto 0 14px; font-size: 2.25rem; }
.opportunity-card p { opacity: .72; }
.opportunity-card .text-link { color: inherit; }
.opportunity-symbol { position: absolute; z-index: 0 !important; top: 4px; right: 18px; font-size: 8rem; opacity: .12; transform: rotate(8deg); transition: transform .4s ease; }
.opportunity-card:hover .opportunity-symbol { transform: rotate(-7deg) scale(1.08); }

.image-split { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 680px; }
.split-image { position: relative; overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.image-split:hover .split-image img { transform: scale(1.045); }
.split-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 7vw, 100px); background: var(--forest); color: white; }
.split-content .eyebrow { color: var(--lime); }
.split-content p { color: rgba(255,255,255,.7); }
.bullet-list { display: grid; gap: 15px; padding: 0; margin: 28px 0 34px; list-style: none; }
.bullet-list li { display: flex; gap: 12px; align-items: flex-start; }
.bullet-list li::before { content: "✓"; flex: 0 0 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--forest); font-size: .76rem; font-weight: 900; }
.image-split.reverse { grid-template-columns: .95fr 1.05fr; }
.image-split.reverse .split-image { order: 2; }
.image-split.reverse .split-content { background: var(--lime); color: var(--forest); }
.image-split.reverse .split-content p { color: rgba(5,61,35,.72); }
.image-split.reverse .split-content .eyebrow { color: var(--green); }

.app-banner { position: relative; overflow: hidden; padding: 80px; border-radius: 42px; background: var(--forest); color: white; }
.app-banner::after { content: "K"; position: absolute; right: -10px; bottom: -135px; color: rgba(184,245,45,.09); font-family: "Outfit", sans-serif; font-size: 30rem; font-weight: 900; line-height: 1; }
.app-banner > * { position: relative; z-index: 2; }
.app-banner h2 { max-width: 740px; }
.app-banner p { max-width: 620px; color: rgba(255,255,255,.7); }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.store-pill { display: inline-grid; grid-template-columns: 30px auto; column-gap: 11px; align-items: center; min-width: 185px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; background: rgba(255,255,255,.09); color: white; }
.store-pill b { font-size: .72rem; font-weight: 600; opacity: .65; }
.store-pill strong { line-height: 1; }
.store-pill .store-icon { grid-row: span 2; font-size: 1.65rem; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; background: none; color: var(--ink); text-align: left; font-weight: 800; cursor: pointer; }
.faq-question i { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border-radius: 50%; background: white; font-style: normal; transition: transform .25s ease; }
.faq-item.open .faq-question i { transform: rotate(45deg); background: var(--lime); }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .35s ease; }
.faq-answer p { padding: 0 45px 24px 0; margin: 0; }

.contact-band { background: var(--lime); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-list { display: grid; gap: 22px; margin-top: 36px; }
.contact-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; }
.contact-item .ci { width: 48px; height: 48px; display: grid; place-items: center; background: var(--forest); color: white; border-radius: 15px; }
.contact-item strong, .contact-item span { display: block; }
.contact-item span { color: rgba(5,61,35,.7); }
.form-card { padding: 38px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field label { font-size: .84rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcf8; color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 126px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 4px rgba(25,166,74,.12); }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .82rem; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.page-hero { position: relative; padding: 105px 0 85px; background: var(--forest); color: white; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -80px; bottom: -260px; border-radius: 50%; background: var(--lime); opacity: .15; }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { color: rgba(255,255,255,.7); }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; color: rgba(255,255,255,.58); font-size: .84rem; font-weight: 700; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.info-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.info-card p { color: var(--muted); }
.info-card.highlight { background: var(--lime); border-color: transparent; }
.info-card.highlight p { color: rgba(5,61,35,.74); }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; counter-reset: step; }
.process-item { padding: 26px 22px; border-radius: var(--radius-sm); background: white; border: 1px solid var(--line); }
.process-item::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 35px; color: var(--leaf); font-weight: 900; }
.legal-layout { display: grid; grid-template-columns: 280px 1fr; gap: 60px; }
.legal-nav { position: sticky; top: 130px; align-self: start; display: grid; gap: 6px; padding: 20px; border-radius: 20px; background: white; }
.legal-nav a { padding: 10px 12px; border-radius: 10px; color: var(--muted); font-weight: 700; }
.legal-nav a:hover { background: var(--lime-soft); color: var(--forest); }
.legal-content section { padding-bottom: 45px; margin-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-content h2 { font-size: 2.25rem; }
.legal-content h3 { margin-top: 28px; }
.legal-content p, .legal-content li { color: var(--muted); }
.notice { padding: 20px; border-left: 4px solid var(--leaf); border-radius: 0 14px 14px 0; background: var(--lime-soft); color: var(--forest); }

.site-footer { padding: 76px 0 22px; background: #04160c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .75fr); gap: 50px; padding-bottom: 60px; }
.footer-brand img { width: 165px; padding: 10px; border-radius: 16px; background: white; }
.footer-brand p { max-width: 360px; margin: 22px 0; color: rgba(255,255,255,.58); }
.footer-title { margin-bottom: 19px; color: var(--lime); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 12px; color: rgba(255,255,255,.65); }
.footer-links a:hover { color: var(--lime); }
.social-row { display: flex; gap: 9px; }
.social-row a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; font-weight: 900; }
.social-row a:hover { background: var(--lime); color: var(--forest); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .82rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }

.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.23); font-size: 1.5rem; font-weight: 900; transition: transform .25s ease; }
.whatsapp:hover { transform: scale(1.08) rotate(-4deg); }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translate(-50%, 130%); max-width: calc(100% - 40px); padding: 14px 20px; border-radius: 999px; background: var(--ink); color: white; font-weight: 700; box-shadow: var(--shadow); transition: transform .35s ease; }
.toast.show { transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(184,245,45,0); } 100% { box-shadow: 0 0 0 0 rgba(184,245,45,0); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .nav-links { position: fixed; inset: 122px 18px auto; max-height: calc(100svh - 145px); overflow: auto; display: grid; gap: 4px; padding: 24px; border-radius: 24px; background: white; box-shadow: var(--shadow); transform: translateY(-18px); opacity: 0; pointer-events: none; transition: .25s ease; }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 13px 5px; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: block; }
  .nav-actions .btn { display: none; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card:last-child { grid-column: span 2; }
  .steps-wrap, .story-grid, .faq-grid, .contact-grid { gap: 45px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 22px; }
  .section { padding: 76px 0; }
  .announcement { height: auto; min-height: 38px; font-size: .76rem; line-height: 1.3; }
  .nav-wrap { height: 74px; }
  .brand img { width: 100px; height: 48px; }
  .brand small { display: none; }
  .nav-links { inset: 112px 14px auto; }
  .hero { min-height: calc(100svh - 112px); }
  .hero::before { background: linear-gradient(180deg, rgba(3,38,20,.65), rgba(3,38,20,.98) 67%), url('../images/kokoro-hero.webp') 66% top / auto 54% no-repeat; }
  .hero .container { padding: 230px 0 65px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-meta { gap: 20px; }
  .scroll-cue { display: none; }
  .section-head { display: block; margin-bottom: 34px; }
  .section-head p { margin-top: 18px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card, .category-card:last-child { min-height: 210px; grid-column: auto; }
  .category-card:last-child { grid-column: span 2; }
  .steps-wrap, .story-grid, .faq-grid, .contact-grid, .content-grid, .image-split, .image-split.reverse { grid-template-columns: 1fr; }
  .steps-copy { position: static; }
  .story-visual { min-height: 410px; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .opportunity-card { min-height: 320px; }
  .image-split { min-height: 0; }
  .split-image, .image-split.reverse .split-image { order: 0; height: 470px; }
  .split-content { padding: 60px 28px; }
  .app-banner { padding: 55px 26px; border-radius: 28px; }
  .app-banner::after { font-size: 20rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 25px; }
  .process { grid-template-columns: 1fr 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-nav { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { display: grid; }
}

@media (max-width: 480px) {
  .hero-actions .btn { width: 100%; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card:last-child { grid-column: auto; }
  .story-visual { min-height: 340px; }
  .floating-tag { padding: 8px 12px; font-size: .75rem; }
  .process { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@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 { opacity: 1; transform: none; }
}
