:root {
  --cream: #f3efe8;
  --cream-2: #fbf8f1;
  --ink: #080b08;
  --muted: #64675f;
  --line: rgba(8, 11, 8, 0.12);
  --green: #a8ef00;
  --green-2: #dfff3b;
  --green-dark: #233900;
  --paper: #ffffff;
  --orange: #ff7a1a;
  --shadow: 0 28px 100px rgba(8, 11, 8, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 7%, rgba(223,255,59,.46), transparent 30rem),
    radial-gradient(circle at 86% 12%, rgba(168,239,0,.32), transparent 34rem),
    linear-gradient(180deg, #fbfff2 0%, #eafeae 30%, #b9f000 58%, #5f9700 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(8,11,8,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,11,8,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
a { color: inherit; text-decoration: none; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 58px);
  background: rgba(246, 255, 217, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: .08em; }
.brand img { width: 42px; height: 42px; border-radius: 12px; object-fit: cover; box-shadow: 0 8px 24px rgba(8,11,8,.13); }
.topbar nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(8, 11, 8, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 10px 30px rgba(8,11,8,.06);
  font-size: 13px;
  font-weight: 850;
  color: #343a30;
}
.topbar nav a {
  padding: 9px 13px;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.topbar nav a:hover {
  background: var(--ink);
  color: var(--green-2);
  transform: translateY(-1px);
}
.topbar-cta { padding: 12px 17px; border-radius: 999px; background: var(--ink); color: var(--green-2); font-size: 14px; font-weight: 900; box-shadow: 0 14px 34px rgba(8,11,8,.14); }

.hero, .section, .final-cta { width: min(1200px, calc(100% - 36px)); margin: 0 auto; }
.hero { min-height: calc(100vh - 75px); display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 7vw, 92px) 0 34px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr); align-items: center; gap: clamp(28px, 5vw, 78px); }
.kicker, .section-label {
  display: inline-flex;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #283514;
}
.hero h1 { margin: 0 0 24px; line-height: .86; letter-spacing: -.07em; }
.hero h1 span { display: block; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(66px, 9vw, 138px); letter-spacing: -.06em; }
.hero h1 em { display: block; margin-top: 14px; font-style: normal; font-size: clamp(34px, 4.8vw, 72px); color: var(--green-dark); letter-spacing: -.055em; }
.lead { max-width: 690px; margin-bottom: 0; color: #4e5549; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 950; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.dark { background: var(--ink); color: var(--green-2); box-shadow: 0 18px 46px rgba(8,11,8,.18); }
.button.light { background: rgba(255,255,255,.76); border: 1px solid var(--line); }

.hero-visual { position: relative; min-height: min(620px, 72vh); display: grid; place-items: center; perspective: 1100px; }
.logo-stage { position: relative; width: min(560px, 86vw); aspect-ratio: 1; display: grid; place-items: center; isolation: isolate; }
.logo-stage::before { content: ""; position: absolute; inset: 7%; border-radius: 50%; background: conic-gradient(from 140deg, transparent 0 12%, rgba(223,255,59,.86) 18%, rgba(168,239,0,.18) 30%, transparent 42%, rgba(255,255,255,.78) 52%, transparent 62%, rgba(168,239,0,.52) 74%, transparent 88%); filter: blur(18px); opacity: .9; animation: auraSpin 14s linear infinite; }
.logo-stage::after { content: ""; position: absolute; width: 76%; height: 18%; bottom: 6%; border-radius: 50%; background: radial-gradient(ellipse, rgba(8,11,8,.28), rgba(8,11,8,.08) 42%, transparent 70%); filter: blur(14px); transform: rotateX(62deg); z-index: -2; }
.ambient { position: absolute; display: block; border-radius: 999px; filter: blur(.15px); opacity: .92; }
.a1 { width: 92px; height: 92px; right: 8%; top: 16%; background: radial-gradient(circle at 35% 30%, #fff, var(--green-2) 42%, rgba(168,239,0,.2) 68%, transparent); box-shadow: 0 0 52px rgba(223,255,59,.62); animation: floatOne 5.2s ease-in-out infinite; }
.a2 { width: 48px; height: 48px; left: 13%; top: 29%; background: radial-gradient(circle at 35% 30%, #fff, #b8ff00 54%, rgba(168,239,0,.18)); box-shadow: 0 0 36px rgba(168,239,0,.48); animation: floatTwo 6.4s ease-in-out infinite; }
.a3 { width: 34px; height: 34px; right: 18%; bottom: 23%; background: radial-gradient(circle at 35% 30%, #fff, #ffcf6b 54%, rgba(255,122,26,.22)); box-shadow: 0 0 34px rgba(255,122,26,.38); animation: floatThree 4.8s ease-in-out infinite; }
.logo-halo { position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(223,255,59,.86) 0 17%, rgba(168,239,0,.28) 18% 37%, rgba(255,255,255,.22) 38% 49%, transparent 50%); box-shadow: 0 0 80px rgba(168,239,0,.35), inset 0 0 60px rgba(255,255,255,.45); animation: pulseGlow 3.8s ease-in-out infinite; }
.logo-halo::before { content: ""; position: absolute; inset: 13%; border-radius: 50%; border: 1px solid rgba(255,255,255,.72); box-shadow: inset 0 0 34px rgba(255,255,255,.38); }
.logo-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(8,11,8,.16); transform-style: preserve-3d; }
.logo-orbit i { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #fff, var(--green-2) 42%, var(--green) 78%); box-shadow: 0 8px 20px rgba(8,11,8,.18), 0 0 26px rgba(223,255,59,.48); }
.orbit-one { width: 88%; aspect-ratio: 1; transform: rotateX(66deg) rotateZ(-14deg); animation: orbitSpin 16s linear infinite; }
.orbit-one i:nth-child(1) { left: 50%; top: -9px; }
.orbit-one i:nth-child(2) { right: 9%; bottom: 14%; }
.orbit-one i:nth-child(3) { left: 7%; bottom: 22%; }
.orbit-two { width: 66%; aspect-ratio: 1; transform: rotateX(64deg) rotateZ(38deg); animation: orbitSpinReverse 11s linear infinite; border-color: rgba(255,255,255,.48); }
.orbit-two i:nth-child(1) { left: 18%; top: 5%; }
.orbit-two i:nth-child(2) { right: 8%; bottom: 26%; background: radial-gradient(circle at 32% 28%, #fff, #ffd88a 44%, var(--orange) 82%); }
.logo-core { position: relative; z-index: 3; width: min(312px, 52vw); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #b9f000 0 58%, rgba(203,255,45,.92) 70%, rgba(244,255,207,.42) 88%, rgba(255,255,255,.12) 100%); border: 1px solid rgba(255,255,255,.46); box-shadow: inset 0 3px 0 rgba(255,255,255,.36), inset 0 -24px 58px rgba(92,136,0,.16), 0 38px 100px rgba(8,11,8,.28), 0 0 96px rgba(168,239,0,.50); text-align: center; overflow: hidden; animation: coreFloat 5.4s ease-in-out infinite; }
.logo-core::before { content: ""; position: absolute; inset: -35%; background: conic-gradient(from 210deg, transparent 0 30%, rgba(255,255,255,.94) 38%, transparent 48% 100%); animation: shineSweep 5.8s ease-in-out infinite; }
.logo-core::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.42), inset 0 0 42px rgba(255,255,255,.28); pointer-events: none; z-index: 3; }
.logo-core img { position: relative; z-index: 2; width: 96%; height: 96%; border-radius: 50%; object-fit: cover; box-shadow: none; background: transparent; -webkit-mask-image: radial-gradient(circle, #000 0 68%, rgba(0,0,0,.96) 77%, rgba(0,0,0,.58) 88%, transparent 100%); mask-image: radial-gradient(circle, #000 0 68%, rgba(0,0,0,.96) 77%, rgba(0,0,0,.58) 88%, transparent 100%); }
.logo-shine { position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.64), rgba(255,255,255,.20) 18%, transparent 38%); pointer-events: none; z-index: 4; }
.logo-floor { position: absolute; width: 44%; height: 12%; bottom: 15%; border-radius: 50%; background: rgba(8,11,8,.14); filter: blur(18px); z-index: 0; animation: floorPulse 5.4s ease-in-out infinite; }
@keyframes auraSpin { to { transform: rotate(360deg); } }
@keyframes orbitSpin { to { transform: rotateX(66deg) rotateZ(346deg); } }
@keyframes orbitSpinReverse { to { transform: rotateX(64deg) rotateZ(-322deg); } }
@keyframes coreFloat { 0%,100% { transform: translateY(0) rotateX(0deg); } 50% { transform: translateY(-14px) rotateX(4deg); } }
@keyframes pulseGlow { 0%,100% { transform: scale(.96); opacity: .84; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes shineSweep { 0%, 42% { transform: rotate(0deg); opacity: 0; } 52% { opacity: .9; } 70%,100% { transform: rotate(125deg); opacity: 0; } }
@keyframes floorPulse { 0%,100% { transform: scale(.92); opacity: .55; } 50% { transform: scale(1.06); opacity: .34; } }
@keyframes floatOne { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-12px,-18px,0); } }
@keyframes floatTwo { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(18px,12px,0); } }
@keyframes floatThree { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-14px,15px,0); } }

.hero-tape { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: var(--line); box-shadow: 0 18px 60px rgba(8,11,8,.08); }
.hero-tape div { padding: 22px; background: rgba(255,255,255,.75); }
.hero-tape strong { display: block; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.06em; }
.hero-tape span { color: var(--muted); font-weight: 750; }

.section { padding: clamp(62px, 8vw, 108px) 0; border-top: 1px solid var(--line); }
.company-intro { border-top: 0; }
.intro-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: start; }
h2 { margin: 0 0 18px; font-size: clamp(38px, 5vw, 74px); line-height: .96; letter-spacing: -.065em; }
h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.035em; }
p { color: var(--muted); line-height: 1.68; }
.intro-copy { display: grid; gap: 18px; font-size: 18px; }
.intro-copy p { margin: 0; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading { max-width: 780px; margin-bottom: 34px; }

.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar-grid article, .flow-card, .allocation-board, .faq-grid article {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 22px 70px rgba(8,11,8,.08);
}
.pillar-grid article { min-height: 300px; padding: 30px; }
.pillar-grid span { display: inline-flex; margin-bottom: 68px; font-size: 14px; font-weight: 950; color: var(--green-dark); }
.pillar-grid .featured { background: var(--ink); color: #fff; }
.pillar-grid .featured p, .pillar-grid .featured span { color: var(--green-2); }

.flow-card { padding: clamp(28px, 5vw, 58px); background: linear-gradient(180deg, rgba(192,255,0,.92), rgba(136,214,0,.9)); color: var(--ink); overflow: hidden; position: relative; }
.flow-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(8,11,8,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(8,11,8,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 75%); pointer-events: none; }
.flow-title { position: relative; display: flex; gap: 18px; align-items: center; justify-content: center; text-align: center; margin-bottom: 42px; }
.flow-title h2 { max-width: 720px; margin-bottom: 0; }
.flow-steps { position: relative; display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: start; gap: 12px; text-align: center; }
.flow-steps article { display: grid; justify-items: center; }
.flow-steps p { max-width: 270px; color: #1f260d; font-weight: 650; }
.icon { width: 128px; height: 128px; margin-bottom: 18px; border: 6px solid var(--ink); border-radius: 50%; position: relative; display: grid; place-items: center; background: rgba(185,240,0,.22); transition: width .28s ease, height .28s ease, transform .28s ease, background .28s ease, box-shadow .28s ease; }
.flow-steps article:hover .icon { width: 152px; height: 152px; transform: translateY(-10px); background: rgba(255,255,255,.2); box-shadow: 0 24px 60px rgba(8,11,8,.14), 0 0 46px rgba(223,255,59,.38); }
.icon svg { width: 64px; height: 64px; display: block; overflow: visible; }
.icon svg path,
.icon svg circle { fill: none; stroke: var(--ink); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.flow-steps article:hover .icon svg { transform: scale(1.08); transition: transform .28s ease; }
.arrow { align-self: center; height: 4px; background: var(--ink); position: relative; border-radius: 99px; margin-top: 62px; }
.arrow::after { content: ""; position: absolute; right: -2px; top: 50%; width: 18px; height: 18px; border-top: 4px solid var(--ink); border-right: 4px solid var(--ink); transform: translateY(-50%) rotate(45deg); }
.flow-note { max-width: 700px; margin: 42px auto 0; padding: 18px 22px; display: flex; align-items: center; gap: 18px; border: 3px solid var(--ink); border-radius: 18px; font-size: 20px; font-weight: 850; }
.flow-note strong { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--ink); color: var(--green); font-size: 32px; }

.allocation-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: center; }
.allocation-copy p { font-size: 18px; }
.allocation-board { padding: 28px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; align-items: center; }
.donut { aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--orange) 0 100%); display: grid; place-items: center; box-shadow: inset 0 0 0 16px rgba(255,255,255,.5), 0 18px 50px rgba(255,122,26,.22); }
.donut div { width: 62%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; align-content: center; background: #fff; text-align: center; }
.donut strong { font-size: 48px; letter-spacing: -.08em; }
.donut span { color: var(--muted); font-weight: 850; }
.bars { display: grid; gap: 14px; }
.bar-row { display: grid; grid-template-columns: 116px 1fr 54px; gap: 12px; align-items: center; font-weight: 850; color: var(--muted); }
.bar-row span { height: 13px; border-radius: 999px; background: #ece9df; overflow: hidden; }
.bar-row i { display: block; width: 0%; height: 100%; border-radius: inherit; background: var(--orange); }
.bar-row.full i { width: 100%; }
.bar-row strong { color: var(--ink); text-align: right; }
.setting-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 10px; }
.setting-pair div { padding: 16px; border-radius: 18px; background: #f4f1e8; }
.setting-pair small { display: block; margin-bottom: 7px; color: var(--muted); font-weight: 850; }
.setting-pair b { font-size: 16px; }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faq-grid article { padding: 26px; }
.faq-grid p { margin-bottom: 0; }
.final-cta { margin-bottom: 34px; padding: clamp(42px, 6vw, 76px); border-radius: 34px; text-align: center; background: linear-gradient(135deg, var(--ink), #1f300f); color: #fff; box-shadow: var(--shadow); }
.final-cta p { max-width: 680px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.7); }
.final-cta .kicker { color: var(--green-2); }
.final-cta .button { margin-top: 14px; background: var(--green); color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  .logo-stage::before, .logo-halo, .logo-orbit, .logo-core, .logo-core::before, .logo-floor, .ambient { animation: none; }
}
@media (max-width: 980px) {
  .topbar nav { display: none; }
  .hero-grid, .intro-layout, .allocation-section, .allocation-board { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .flow-steps { grid-template-columns: 1fr; gap: 22px; }
  .arrow { width: 4px; height: 44px; margin: 0 auto; }
  .arrow::after { right: 50%; top: auto; bottom: -2px; transform: translateX(50%) rotate(135deg); }
}
@media (max-width: 640px) {
  .topbar { padding: 13px 16px; }
  .topbar-cta { display: none; }
  .hero, .section, .final-cta { width: min(100% - 28px, 1200px); }
  .hero h1 span { font-size: clamp(56px, 17vw, 84px); }
  .hero-tape, .faq-grid, .setting-pair { grid-template-columns: 1fr; }
  .logo-stage { width: min(390px, 86vw); }
  .logo-core { width: min(232px, 58vw); }
  .logo-core img { width: 96%; height: 96%; border-radius: 50%; }
  .flow-note { align-items: flex-start; font-size: 16px; }
  .bar-row { grid-template-columns: 1fr; }
  .bar-row strong { text-align: left; }
}
