:root {
  --ink: #111111;
  --ink-soft: #262626;
  --paper: #ffffff;
  --cream: #f7f4ea;
  --cream-2: #fffaf0;
  --yellow: #f8c846;
  --yellow-light: #fff2bd;
  --pink: #ff4f91;
  --cyan: #30d5d2;
  --line: rgba(17, 17, 17, 0.13);
  --line-dark: rgba(255, 255, 255, 0.16);
  --muted: #686868;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--yellow); color: var(--ink); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 9999;
  background: var(--yellow);
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-light, .section-white { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--ink); color: var(--paper); overflow: hidden; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 14px 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--line);
  padding: 8px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; z-index: 2; }
.brand img { width: 188px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) {
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: .92rem;
}
.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background: var(--yellow);
  transition: width .2s ease;
}
.site-nav > a:not(.button):hover::after { width: 100%; }
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  padding: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 28px rgba(248,200,70,.25); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(248,200,70,.35); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #2b2b2b; }
.button-small { min-height: 44px; padding-inline: 19px; font-size: .88rem; }
.button-full { width: 100%; border: 0; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 850; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero {
  position: relative;
  min-height: 790px;
  padding: 165px 0 0;
  background: var(--cream-2);
  overflow: hidden;
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(17,17,17,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,17,17,.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000 20%, transparent 92%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -150px;
  top: -100px;
  background: radial-gradient(circle, rgba(248,200,70,.4), rgba(248,200,70,0) 70%);
}
.hero-layout { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 80px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: .76rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(248,200,70,.22); }
.eyebrow-on-dark { color: rgba(255,255,255,.76); }
.hero h1 {
  margin: 0;
  max-width: 710px;
  font-size: clamp(3.5rem, 6vw, 6.45rem);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 900;
}
.hero h1 span { position: relative; z-index: 1; white-space: nowrap; }
.hero h1 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -3%;
  right: -3%;
  bottom: .07em;
  height: .22em;
  background: var(--yellow);
  transform: rotate(-1.2deg);
}
.hero-intro { max-width: 640px; margin: 28px 0 0; font-size: 1.16rem; color: #4f4f4f; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 2px; }
.hero-proof strong { font-size: .92rem; }
.hero-proof span { font-size: .78rem; color: var(--muted); }

.hero-visual { position: relative; min-height: 565px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(17,17,17,.12); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 380px; height: 380px; border-style: dashed; animation: spin 30s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.phone-shell {
  position: relative;
  z-index: 3;
  width: 280px;
  height: 540px;
  padding: 10px;
  border: 3px solid var(--ink);
  border-radius: 45px;
  background: var(--ink);
  box-shadow: 0 40px 80px rgba(17,17,17,.28);
  transform: rotate(3.5deg);
}
.phone-top { position: absolute; top: 17px; left: 50%; transform: translateX(-50%); z-index: 5; width: 88px; height: 24px; border-radius: 99px; background: #070707; }
.phone-top span { position: absolute; right: 13px; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: #1f343d; }
.video-screen { position: relative; height: 100%; border-radius: 34px; overflow: hidden; background: linear-gradient(155deg, #27231d 0%, #111 42%, #252525 100%); color: white; }
.video-screen::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 35% 30%, rgba(248,200,70,.45), transparent 38%), linear-gradient(150deg, transparent 52%, rgba(48,213,210,.22)); }
.screen-glow { position: absolute; width: 210px; height: 210px; border-radius: 50%; left: -70px; bottom: 70px; background: var(--pink); filter: blur(55px); opacity: .22; }
.video-header { position: relative; z-index: 2; display: flex; justify-content: center; gap: 20px; padding-top: 40px; font-size: .72rem; font-weight: 800; }
.video-header span:first-child { border-bottom: 2px solid white; }
.creator-chip { position: absolute; z-index: 2; left: 17px; top: 78px; display: flex; align-items: center; gap: 9px; }
.creator-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); border: 2px solid white; overflow: hidden; }
.creator-avatar img { width: 26px; }
.creator-chip strong, .creator-chip small { display: block; }
.creator-chip strong { font-size: .72rem; }
.creator-chip small { color: rgba(255,255,255,.68); font-size: .58rem; }
.video-message { position: absolute; z-index: 2; left: 18px; right: 44px; bottom: 90px; }
.video-message .tag { display: inline-block; margin-bottom: 10px; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); font-size: .58rem; font-weight: 800; }
.video-message h2 { margin: 0; font-size: 1.48rem; line-height: 1.04; letter-spacing: -.04em; }
.video-actions { position: absolute; z-index: 2; right: 10px; bottom: 76px; display: flex; flex-direction: column; align-items: center; gap: 2px; }
.video-actions span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: rgba(255,255,255,.15); backdrop-filter: blur(8px); font-size: .8rem; }
.video-actions small { margin-bottom: 7px; font-size: .48rem; }
.video-progress { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 42px; height: 3px; background: rgba(255,255,255,.18); border-radius: 3px; }
.video-progress span { display: block; width: 72%; height: 100%; background: white; }
.floating-card { position: absolute; z-index: 5; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); border-radius: 18px; }
.card-growth { width: 190px; left: -2px; top: 75px; padding: 17px; transform: rotate(-5deg); }
.mini-label { display: block; color: var(--muted); font-size: .55rem; font-weight: 900; letter-spacing: .13em; }
.growth-row { display: flex; justify-content: space-between; align-items: center; margin: 5px 0 11px; }
.growth-row strong { font-size: .9rem; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #21b66f; box-shadow: 0 0 0 5px rgba(33,182,111,.13); }
.sparkline { height: 48px; display: flex; align-items: end; gap: 6px; }
.sparkline i { flex: 1; background: var(--yellow); border-radius: 4px 4px 1px 1px; }
.card-plan { right: -18px; bottom: 75px; padding: 13px 17px 13px 13px; display: flex; align-items: center; gap: 10px; transform: rotate(4deg); }
.plan-icon { width: 38px; height: 38px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 10px; }
.plan-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.card-plan strong { display: block; font-size: .82rem; margin-top: 3px; }
.floating-badge { position: absolute; z-index: 4; min-width: 86px; padding: 10px 15px; border: 3px solid var(--ink); border-radius: 99px; font-size: .72rem; font-weight: 950; text-align: center; box-shadow: 5px 5px 0 var(--ink); }
.badge-pink { right: 5px; top: 150px; background: var(--pink); color: white; transform: rotate(12deg); }
.badge-cyan { left: 5px; bottom: 110px; background: var(--cyan); transform: rotate(-11deg); }

.ticker { position: relative; margin-top: 86px; background: var(--yellow); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); overflow: hidden; transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 30px; padding: 16px 0; animation: ticker 28s linear infinite; font-size: .92rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ticker-track b { font-size: 1.25rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin: 0; font-size: clamp(2.5rem, 4.2vw, 4.7rem); line-height: 1; letter-spacing: -.055em; }
.section-heading p { color: var(--muted); font-size: 1.04rem; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-heading p { margin: 0 0 4px; max-width: 470px; }
.centered { max-width: 800px; margin-inline: auto; text-align: center; }
.centered p { max-width: 570px; margin: 18px auto 0; }

.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-card { position: relative; min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(17,17,17,.08); }
.service-feature { grid-row: span 2; min-height: 680px; background: var(--cream); }
.service-number { position: absolute; right: 28px; top: 25px; color: #b8b8b8; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 33px; border-radius: 15px; }
.service-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.icon-yellow { background: var(--yellow); }
.icon-pink { background: #ffe3ef; color: #c81f61; }
.icon-cyan { background: #dff8f7; color: #087b7b; }
.icon-dark { background: var(--ink); color: white; }
.service-card h3 { max-width: 380px; margin: 0; font-size: 1.7rem; line-height: 1.12; letter-spacing: -.035em; }
.service-card p { max-width: 500px; margin: 15px 0 0; color: var(--muted); }
.card-link { position: absolute; left: 34px; bottom: 30px; font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.check-list { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; font-size: .92rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-size: .68rem; font-weight: 900; }
.service-visual { position: absolute; left: 34px; right: 34px; bottom: 34px; height: 235px; }
.visual-video { display: flex; align-items: end; justify-content: center; }
.clip { position: absolute; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 20px; width: 142px; height: 210px; border: 3px solid var(--ink); border-radius: 23px; box-shadow: 8px 10px 0 rgba(17,17,17,.08); font-weight: 950; font-size: .72rem; letter-spacing: .09em; }
.clip-a { left: 12%; bottom: 0; background: var(--pink); color: white; transform: rotate(-9deg); }
.clip-b { left: 50%; bottom: 13px; z-index: 2; background: var(--yellow); transform: translateX(-50%); }
.clip-c { right: 12%; bottom: 0; background: var(--cyan); transform: rotate(9deg); }
.clip::before { content: "▶"; position: absolute; top: 65px; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.65); color: var(--ink); }

.content-system { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; min-height: 660px; }
.content-copy h2 { margin: 0; max-width: 530px; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .94; letter-spacing: -.06em; }
.content-copy > p { max-width: 530px; color: rgba(255,255,255,.65); font-size: 1.05rem; }
.content-pill-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 36px; }
.content-pill-list span { padding: 9px 13px; border: 1px solid var(--line-dark); border-radius: 999px; color: rgba(255,255,255,.86); font-size: .78rem; }
.content-wheel { position: relative; min-height: 570px; display: grid; place-items: center; }
.content-wheel::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(248,200,70,.18), transparent 67%); }
.wheel-center { position: relative; z-index: 4; width: 200px; height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--yellow); border-radius: 50%; background: var(--ink-soft); box-shadow: 0 0 80px rgba(248,200,70,.13); }
.wheel-center img { width: 77px; margin-bottom: 7px; filter: drop-shadow(0 5px 15px rgba(0,0,0,.24)); }
.wheel-center strong { font-size: 1.02rem; }
.wheel-center span { font-size: .68rem; color: rgba(255,255,255,.55); }
.wheel-card { position: absolute; z-index: 3; width: 155px; padding: 16px; border: 1px solid var(--line-dark); border-radius: 16px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.wheel-card > span { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-bottom: 14px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: .58rem; font-weight: 950; }
.wheel-card strong, .wheel-card small { display: block; }
.wheel-card strong { font-size: 1rem; }
.wheel-card small { color: rgba(255,255,255,.52); font-size: .7rem; }
.wheel-one { left: 4%; top: 14%; transform: rotate(-5deg); }
.wheel-two { right: 3%; top: 18%; transform: rotate(5deg); }
.wheel-three { left: 3%; bottom: 12%; transform: rotate(4deg); }
.wheel-four { right: 5%; bottom: 10%; transform: rotate(-5deg); }
.wheel-ring { position: absolute; border-radius: 50%; border: 1px solid var(--line-dark); }
.ring-a { width: 390px; height: 390px; border-style: dashed; animation: spin 36s linear infinite; }
.ring-b { width: 520px; height: 520px; opacity: .5; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-card { padding: 30px 25px; min-height: 270px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); }
.process-top { display: flex; align-items: center; gap: 16px; }
.process-top span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: .68rem; font-weight: 900; }
.process-line { height: 1px; flex: 1; background: var(--line); }
.process-card h3 { margin: 58px 0 10px; font-size: 1.5rem; letter-spacing: -.035em; }
.process-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.about-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.about-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.panel-main { position: relative; z-index: 2; width: min(100%, 470px); padding: 44px; border-radius: 30px; background: var(--ink); color: var(--paper); transform: rotate(-2.5deg); box-shadow: var(--shadow); }
.panel-main::after { content: ""; position: absolute; inset: 12px -12px -12px 12px; z-index: -1; border: 2px solid var(--ink); border-radius: inherit; background: var(--yellow); }
.panel-main .mini-label { color: rgba(255,255,255,.55); }
.panel-main h3 { margin: 16px 0 34px; font-size: 2rem; line-height: 1.08; letter-spacing: -.04em; }
.mini-dashboard { padding-top: 24px; border-top: 1px solid var(--line-dark); }
.dash-row { display: flex; justify-content: space-between; gap: 20px; margin: 18px 0 7px; font-size: .75rem; }
.dash-row span { color: rgba(255,255,255,.62); }
.dash-bar { height: 7px; border-radius: 9px; background: rgba(255,255,255,.1); overflow: hidden; }
.dash-bar i { display: block; height: 100%; border-radius: inherit; background: var(--yellow); }
.dash-bar-low i { background: var(--pink); }
.about-sticker { position: absolute; z-index: 4; display: grid; place-items: center; border: 3px solid var(--ink); box-shadow: 6px 7px 0 var(--ink); }
.sticker-one { left: -5px; top: 75px; width: 112px; height: 112px; border-radius: 50%; background: var(--cyan); text-align: center; font-weight: 950; font-size: .68rem; line-height: 1.15; transform: rotate(-12deg); }
.sticker-two { right: 0; bottom: 70px; width: 96px; height: 96px; border-radius: 20px; background: var(--yellow); transform: rotate(11deg); }
.sticker-two img { width: 72px; }
.about-copy h2 { margin: 0; font-size: clamp(2.7rem, 4.4vw, 4.7rem); line-height: .98; letter-spacing: -.058em; }
.about-copy > p { margin: 25px 0 0; color: var(--muted); font-size: 1.04rem; }
.benefit-list { display: grid; gap: 22px; margin-top: 35px; }
.benefit-list > div { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.benefit-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--yellow); font-weight: 950; }
.benefit-list strong { font-size: .98rem; }
.benefit-list p { margin: 3px 0 0; color: var(--muted); font-size: .85rem; }

.packages-section { background: #f3f3f1; }
.packages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.package-card { position: relative; padding: 36px; min-height: 460px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.package-featured { background: var(--yellow); border-color: var(--ink); transform: translateY(-12px); box-shadow: 10px 12px 0 var(--ink); }
.package-label { align-self: flex-start; margin-bottom: 45px; padding: 6px 10px; border-radius: 999px; background: var(--cream); font-size: .58rem; font-weight: 950; letter-spacing: .13em; }
.package-featured .package-label { background: rgba(255,255,255,.6); }
.popular-label { position: absolute; right: 18px; top: 18px; font-size: .56rem; font-weight: 950; letter-spacing: .1em; }
.package-card h3 { margin: 0; font-size: 1.8rem; letter-spacing: -.04em; }
.package-card > p { min-height: 76px; color: var(--muted); }
.package-featured > p { color: rgba(17,17,17,.68); }
.package-card .check-list { margin-bottom: 35px; }
.package-card > a { margin-top: auto; }
.package-featured .check-list li::before { background: var(--ink); color: white; }

.contact-section { position: relative; padding: 112px 0; background: var(--ink); color: white; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; left: -300px; bottom: -350px; background: radial-gradient(circle, rgba(248,200,70,.22), transparent 68%); }
.contact-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.7rem); line-height: .94; letter-spacing: -.06em; }
.contact-copy > p { color: rgba(255,255,255,.63); max-width: 500px; }
.contact-points { display: grid; gap: 12px; margin-top: 40px; }
.contact-points span { display: flex; align-items: center; gap: 13px; font-size: .86rem; }
.contact-points b { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--yellow); font-size: .58rem; }
.contact-form { padding: 38px; border-radius: 26px; background: white; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 15px; font-size: .72rem; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(17,17,17,.16);
  border-radius: 12px;
  background: #fafafa;
  color: var(--ink);
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { resize: vertical; padding: 13px 14px; min-height: 118px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--yellow); background: white; box-shadow: 0 0 0 4px rgba(248,200,70,.18); }
.form-note { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: .66rem; }
.form-status { min-height: 22px; margin-top: 10px; text-align: center; font-size: .75rem; font-weight: 800; }
.form-status.success { color: #168d56; }
.form-status.error { color: #c02a4d; }

.site-footer { background: #070707; color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; padding: 70px 0 55px; }
.footer-brand img { width: 190px; }
.footer-brand p { max-width: 360px; color: rgba(255,255,255,.5); font-size: .86rem; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; }
.footer-links div { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 7px; color: var(--yellow); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: rgba(255,255,255,.64); text-decoration: none; font-size: .8rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.42); font-size: .7rem; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.revealed { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1060px) {
  .site-nav { gap: 20px; }
  .site-nav > a:not(.button) { font-size: .82rem; }
  .hero-layout { gap: 35px; }
  .hero h1 { font-size: clamp(3.4rem, 6.4vw, 5.1rem); }
  .card-growth { left: -20px; }
  .card-plan { right: -8px; }
  .content-system, .contact-layout { gap: 50px; }
  .content-wheel { transform: scale(.9); }
  .about-layout { gap: 55px; }
  .sticker-one { left: 0; }
}

@media (max-width: 920px) {
  .menu-toggle { display: flex; }
  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    padding: 100px 30px 50px;
    background: var(--cream-2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.button) { font-size: 1.6rem; }
  .hero { padding-top: 135px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-intro { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 590px; }
  .ticker { margin-top: 45px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .split-heading p { max-width: 650px; }
  .content-system { grid-template-columns: 1fr; }
  .content-copy { text-align: center; }
  .content-copy h2, .content-copy > p { margin-inline: auto; }
  .content-pill-list { justify-content: center; }
  .content-wheel { min-height: 560px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .about-layout { grid-template-columns: 1fr; }
  .about-visual { order: 2; }
  .about-copy { max-width: 720px; }
  .packages-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .package-featured { transform: none; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { max-width: 760px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .brand img { width: 158px; }
  .site-header { padding: 9px 0; }
  .hero { min-height: auto; padding-top: 124px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero h1 span { white-space: normal; }
  .hero-intro { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; text-align: left; max-width: 400px; margin-inline: auto; }
  .hero-proof div { padding: 10px 0; border-bottom: 1px solid var(--line); }
  .hero-visual { min-height: 535px; transform: scale(.88); margin: -15px -40px 0; }
  .phone-shell { width: 265px; height: 510px; }
  .card-growth { left: 0; }
  .card-plan { right: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-feature { grid-row: auto; min-height: 660px; }
  .service-card { min-height: 315px; padding: 28px; }
  .service-visual { left: 20px; right: 20px; }
  .clip-a { left: 5%; }
  .clip-c { right: 5%; }
  .section-heading h2, .about-copy h2, .content-copy h2, .contact-copy h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .content-wheel { transform: scale(.72); margin: -80px -100px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 220px; }
  .process-card h3 { margin-top: 38px; }
  .about-visual { min-height: 525px; }
  .panel-main { padding: 33px; }
  .sticker-one { width: 95px; height: 95px; top: 38px; }
  .sticker-two { width: 80px; height: 80px; bottom: 38px; }
  .sticker-two img { width: 60px; }
  .package-card { padding: 30px; min-height: 430px; }
  .contact-form { padding: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .hero-visual { transform: scale(.75); margin: -60px -70px -45px; }
  .service-feature { min-height: 620px; }
  .clip { width: 122px; height: 190px; }
  .content-wheel { transform: scale(.62); margin: -115px -135px; }
  .about-visual { min-height: 475px; }
  .panel-main h3 { font-size: 1.6rem; }
  .sticker-one { left: -3px; }
  .sticker-two { right: -3px; }
  .footer-links { grid-template-columns: 1fr; }
}

@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; }
}
