/* ============================================================
   Labona Kasvukumppanuus™ — sivukohtaiset tyylit
   ------------------------------------------------------------
   Nav, footer, breadcrumb ja qcta tulevat jaetuista CSS:istä
   (assets/nav.css, components/footer.css). Tokenit ja base
   ladataan ennen tätä (tokens.css + base.css).

   Komponentit (page-hero, stats-strip, block, kicker,
   section-title, features, pricing, cta-final) noudattavat
   samaa visuaalista kieltä kuin huoleton.css. Uudet osiot:
   kasvutikapuut, TÄYSI-kanavat, mediabudjetti, kuukausirytmi.
   ============================================================ */

/* Page-tason ambient blobs */
body::before {
  content: "";
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none; z-index: 0;
  background:
    radial-gradient(circle 380px at 8% 18%, rgba(245,128,36,0.07) 0%, transparent 100%),
    radial-gradient(circle 460px at 94% 42%, rgba(216,35,205,0.08) 0%, transparent 100%),
    radial-gradient(circle 320px at 12% 75%, rgba(216,35,205,0.06) 0%, transparent 100%),
    radial-gradient(circle 400px at 90% 88%, rgba(245,128,36,0.06) 0%, transparent 100%);
}

/* =========================================================
   PAGE HERO
   ========================================================= */
.page-hero {
  padding: 160px 0 80px;
  background-color: var(--bg);
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.55) 60%, rgba(255,255,255,1) 100%),
    url('../../hero-bg.webp');
  background-size: cover;
  background-position: center 90%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.page-hero .container { position: relative; z-index: 2; }

.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-content { max-width: 760px; }

.page-hero .kicker-text {
  display: block;
  font-size: 15px; font-weight: 700;
  color: var(--orange);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.page-hero h1 {
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: var(--text);
  margin: 0 0 22px;
}
.page-hero .lead {
  max-width: 580px; margin-left: auto; margin-right: auto;
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 32px;
}
.page-hero .cta-row {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  justify-content: center;
}
.page-hero .hero-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px; border-radius: 999px;
  background: var(--grad); color: #fff;
  font-weight: 700; font-size: 16px;
  box-shadow: 0 10px 28px -6px rgba(230, 70, 68, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.page-hero .hero-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -6px rgba(230, 70, 68, 0.6); }
.page-hero .hero-cta .arr { transition: transform 0.2s; }
.page-hero .hero-cta:hover .arr { transform: translateX(3px); }

.page-hero .hero-meta {
  margin-top: 32px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
  width: 100%;
  justify-content: center;
}
.hero-marquee-track {
  display: flex;
  width: max-content;
  animation: heroMarq 34s linear infinite;
}
.hero-marquee-track:hover { animation-play-state: paused; }
@keyframes heroMarq {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.hero-benefit {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0 22px; white-space: nowrap;
  font-size: 13px; font-weight: 600; color: var(--text-muted);
  border-right: 1px solid var(--border);
}
.hero-benefit:last-child { border-right: none; }
.hero-benefit-check {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--orange-50);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-benefit-check svg { display: block; }

/* =========================================================
   AI-HI FORM — ensisijainen toimintakehote (Kipinä)
   ========================================================= */
.ai-hi {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 16px 28px;
  background: #fff;
  color: var(--navy-dark);
  border: 1px solid var(--border);
  font-weight: 800;
  font-size: 15px;
  border-radius: 999px;
  font-family: var(--font);
  transition: all 0.2s;
}
.ai-hi:hover, .ai-hi:focus-within {
  border-color: var(--navy);
  color: var(--navy);
  transform: translateY(-2px);
}
.ai-hi-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  user-select: none;
  cursor: default;
}
.ai-hi-wave {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  transform-origin: 70% 70%;
  animation: aiWave 3.4s ease-in-out 2s infinite;
}
@keyframes aiWave {
  0%, 78%, 100% { transform: rotate(0deg); }
  82%  { transform: rotate(14deg); }
  86%  { transform: rotate(-8deg); }
  90%  { transform: rotate(14deg); }
  94%  { transform: rotate(-4deg); }
  98%  { transform: rotate(10deg); }
}
.ai-hi-input {
  width: 0;
  min-width: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--navy-dark);
  font: 500 14px/1 var(--font);
  opacity: 0;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease 0.05s, padding 0.3s ease, margin 0.3s ease;
}
.ai-hi-input::placeholder {
  color: var(--text-muted);
  font-weight: 400;
}
.ai-hi:hover .ai-hi-input,
.ai-hi:focus-within .ai-hi-input {
  width: 200px;
  opacity: 1;
  padding: 0 12px;
  margin-left: 10px;
  border-left: 1px solid var(--border);
}
.ai-hi-send {
  width: 0;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--navy-dark);
  cursor: pointer;
  opacity: 0;
  transform: scale(0.65);
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease 0.1s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.ai-hi-send svg { width: 14px; height: 14px; stroke-width: 2.6; }
.ai-hi:hover .ai-hi-send,
.ai-hi:focus-within .ai-hi-send {
  width: 32px;
  opacity: 1;
  transform: scale(1);
}
.ai-hi-send:hover, .ai-hi-send:focus-visible { color: var(--pink); }

/* Tummalla taustalla: vaalea muunnos */
.cta-final .ai-hi:hover,
.cta-final .ai-hi:focus-within { border-color: rgba(255,255,255,0.55); color: #fff; }
.cta-final .ai-hi-input::placeholder { color: rgba(255,255,255,0.6); }
.cta-final .ai-hi:hover .ai-hi-input,
.cta-final .ai-hi:focus-within .ai-hi-input { border-left-color: rgba(255,255,255,0.28); }
.cta-final .ai-hi-send:hover,
.cta-final .ai-hi-send:focus-visible { color: var(--pink-soft); }

/* =========================================================
   STATS STRIP — cinematic
   ========================================================= */
.stats-strip {
  background: #090e24;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.stats-strip::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 180% at -8% 50%, rgba(245,128,36,0.28) 0%, transparent 52%),
    radial-gradient(ellipse 55% 180% at 108% 50%, rgba(216,35,205,0.24) 0%, transparent 52%),
    radial-gradient(ellipse 40% 60% at 50% 110%, rgba(230,70,68,0.18) 0%, transparent 55%);
  pointer-events: none;
}
.stats-strip::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: var(--grad); opacity: 0.5;
}
.stats-strip .container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-bar {
  width: 36px; height: 3px;
  background: var(--grad); border-radius: 999px;
  margin-bottom: 22px;
  box-shadow: 0 0 18px rgba(230,70,68,0.7), 0 0 6px rgba(245,128,36,0.5);
}
.stat-num {
  font-size: 60px; font-weight: 900;
  letter-spacing: -0.05em; line-height: 1;
  color: #fff; margin-bottom: 12px;
}
.stat-lbl {
  font-size: 11px; color: rgba(255,255,255,0.38);
  font-family: var(--mono); letter-spacing: 0.12em;
  text-transform: uppercase; text-align: center;
}
@media (max-width: 768px) {
  .stats-strip .container { grid-template-columns: repeat(2, 1fr); gap: 40px 0; padding: 0; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); padding: 32px; }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.06); }
  .stat-item:nth-last-child(-n+2) { border-bottom: none; }
  .stats-strip { padding: 60px 0; }
}
@media (max-width: 480px) {
  .stats-strip .container { grid-template-columns: 1fr; }
  .stat-item { border-right: none !important; }
  .stat-num { font-size: 48px; }
}

/* =========================================================
   SHARED SECTION PRIMITIVES
   ========================================================= */
.block { padding: 96px 0; position: relative; }
.block.surface { background: var(--surface); }

.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border-radius: 999px;
  font-family: var(--mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  background: var(--navy-50); color: var(--navy);
}
.kicker::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--navy); }
.kicker.orange { background: var(--orange-50); color: var(--orange); }
.kicker.orange::before { background: var(--orange); }
.kicker.pink { background: var(--pink-50); color: var(--pink); }
.kicker.pink::before { background: var(--pink); }

.section-title {
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 900; letter-spacing: -0.03em; line-height: 1.1;
  margin: 16px 0 14px; max-width: 22ch;
}
.section-title .gr {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-lead {
  font-size: clamp(16px, 1.2vw, 18px);
  color: var(--text-muted); max-width: 640px; line-height: 1.6;
}

/* =========================================================
   FEATURES GRID (mixed — kortit 1 & 5 tummia)
   ========================================================= */
.features {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 48px;
}
@media (max-width: 900px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

.feature {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
  border-color: rgba(35, 46, 102, 0.18);
}
.feature .ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--orange-50); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
}
.feature h3 { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; }
.feature p { font-size: 14px; color: var(--text-muted); line-height: 1.55; }

.features-mixed {
  background: #f1f3fa; position: relative; overflow: hidden;
}
.features-mixed::before {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 62% at -3% 45%, rgba(245,128,36,0.16) 0%, transparent 55%),
    radial-gradient(ellipse 50% 58% at 104% 50%, rgba(216,35,205,0.14) 0%, transparent 55%),
    radial-gradient(ellipse 40% 44% at 50% 108%, rgba(230,70,68,0.10) 0%, transparent 55%);
}
.features-mixed .container { position: relative; z-index: 1; }
.features-mixed .feature { background: #fff; }
.features-mixed .feature:not(:nth-child(4n+1)) .ic {
  background: linear-gradient(135deg, rgba(252,181,73,0.18) 0%, rgba(216,35,205,0.13) 100%);
  color: #e64644;
}
.features-mixed .feature:nth-child(4n+1) {
  background: #090e24; border-color: rgba(255,255,255,0.08);
  position: relative; overflow: hidden;
}
.features-mixed .feature:nth-child(4n+1)::before {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 120% 80% at 110% 110%, rgba(216,35,205,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 100% 60% at -10% -10%, rgba(245,128,36,0.14) 0%, transparent 55%);
  border-radius: inherit;
}
.features-mixed .feature:nth-child(4n+1):hover {
  background: #0d1530; border-color: rgba(255,255,255,0.14);
  box-shadow: 0 20px 48px -12px rgba(0,0,0,0.65);
}
.features-mixed .feature:nth-child(4n+1) .ic {
  background: var(--grad-tilt); color: #fff;
  box-shadow: 0 4px 18px rgba(230,70,68,0.45);
}
.features-mixed .feature:nth-child(4n+1) h3 { color: #fff; }
.features-mixed .feature:nth-child(4n+1) p  { color: rgba(255,255,255,0.58); }

/* =========================================================
   GROWTH LADDER — Ylläpito → KEVYT → TÄYSI
   ========================================================= */
.ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 860px) { .ladder { grid-template-columns: 1fr; } }

.rung {
  position: relative;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 26px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rung:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.rung-step {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 10px;
  font-family: var(--mono); font-size: 14px; font-weight: 800;
  background: var(--navy-50); color: var(--navy);
}
.rung-label {
  font-family: var(--mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted);
}
.rung h3 { font-size: 20px; font-weight: 900; letter-spacing: -0.02em; line-height: 1.15; }
.rung p { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }

/* perusta */
.rung--base .rung-step { background: var(--navy-50); color: var(--navy); }
/* kevyt — korostettu oranssi */
.rung--kevyt { border-color: rgba(245,128,36,0.4); }
.rung--kevyt .rung-step { background: var(--orange-50); color: var(--orange); }
/* täysi — dramaattinen tumma */
.rung--taysi {
  background: #090e24;
  border-color: rgba(252,181,73,0.45);
  box-shadow: 0 0 0 1px rgba(252,181,73,0.15), 0 20px 56px -12px rgba(10,14,36,0.6), 0 0 60px -18px rgba(245,128,36,0.3);
  overflow: hidden;
}
.rung--taysi::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(245,128,36,0.14) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(216,35,205,0.12) 0%, transparent 55%);
}
.rung--taysi > * { position: relative; z-index: 1; }
.rung--taysi .rung-step { background: var(--grad-tilt); color: #fff; box-shadow: 0 4px 16px rgba(230,70,68,0.45); }
.rung--taysi .rung-label { color: var(--orange-soft); }
.rung--taysi h3 { color: #fff; }
.rung--taysi p { color: rgba(255,255,255,0.62); }

/* opinionated huomautus tikapuiden alla */
.ladder-note {
  margin-top: 28px;
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 16px;
  padding: 22px 26px;
}
.ladder-note-mark {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px;
  background: var(--grad-tilt); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.ladder-note p { font-size: 15px; line-height: 1.6; color: var(--text); margin: 0; }
.ladder-note strong { color: var(--navy-dark); }

/* =========================================================
   TÄYSI CHANNELS — SEO / GEO / Google Ads
   ========================================================= */
.channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 860px) { .channels { grid-template-columns: 1fr; } }

.channel {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 30px 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.channel:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(35,46,102,0.18); }
.channel-top { display: flex; align-items: center; gap: 14px; }
.channel-ic {
  width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--grad-tilt); color: #fff;
  box-shadow: 0 6px 18px -4px rgba(230,70,68,0.4);
}
.channel-tag {
  font-family: var(--mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted);
}
.channel h3 { font-size: 21px; font-weight: 900; letter-spacing: -0.02em; line-height: 1.1; }
.channel p { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }

.channels-claim {
  margin-top: 28px; text-align: center;
  font-size: clamp(17px, 1.8vw, 22px); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.4;
  max-width: 760px; margin-left: auto; margin-right: auto;
  color: var(--text);
}
.channels-claim .gr {
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* =========================================================
   MEDIA BUDGET CALLOUT — rehellinen mainosbudjetti
   ========================================================= */
.budget-callout {
  margin-top: 32px;
  background: #090e24;
  border-radius: 24px;
  padding: 44px 48px;
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
}
.budget-callout::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 70% at 12% 20%, rgba(245,128,36,0.2) 0%, transparent 55%),
    radial-gradient(ellipse 55% 60% at 95% 90%, rgba(216,35,205,0.18) 0%, transparent 55%);
}
.budget-callout > * { position: relative; z-index: 1; }
.budget-callout h3 {
  font-size: clamp(22px, 2.4vw, 30px); font-weight: 900;
  letter-spacing: -0.025em; line-height: 1.15; color: #fff; margin-bottom: 14px;
}
.budget-callout p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.66); }
.budget-dial {
  display: flex; flex-direction: column; gap: 12px;
}
.budget-dial-row {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 16px 18px;
}
.budget-dial-amount {
  font-size: 24px; font-weight: 900; letter-spacing: -0.03em;
  color: #fff; flex-shrink: 0; min-width: 78px;
}
.budget-dial-amount.zero { color: var(--orange-soft); }
.budget-dial-desc { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.45; }
@media (max-width: 760px) {
  .budget-callout { grid-template-columns: 1fr; gap: 28px; padding: 32px 26px; }
}

/* =========================================================
   PRICING (mixed — vaalea KEVYT + tumma TÄYSI)
   ========================================================= */
.pricing-mixed { background: var(--bg); position: relative; overflow: hidden; }
.pricing-mixed::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 60% at -4% 50%, rgba(245,128,36,0.07) 0%, transparent 55%),
    radial-gradient(ellipse 45% 55% at 104% 50%, rgba(216,35,205,0.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 50% 110%, rgba(230,70,68,0.05) 0%, transparent 55%);
}
.pricing-mixed .container { position: relative; z-index: 1; text-align: center; }
.pricing-mixed > .container > .section-title {
  max-width: 760px; margin-left: auto; margin-right: auto; text-wrap: balance;
}
.pricing-mixed > .container > .section-lead {
  max-width: 680px; margin-left: auto; margin-right: auto; text-wrap: balance;
}
.pricing-mixed .pricing,
.pricing-mixed .pricing-common,
.pricing-mixed .pricing-common-list { text-align: left; }
.pricing-mixed .pricing-common-title { text-align: center; }

.pricing {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px; margin-top: 48px; max-width: 880px;
  margin-left: auto; margin-right: auto;
}
@media (max-width: 720px) { .pricing { grid-template-columns: 1fr; } }

.tier {
  background: #fff; border: 1px solid var(--border);
  border-radius: 20px; padding: 26px 24px 24px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tier:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.tier .pop {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--grad-tilt); color: #fff;
  padding: 5px 14px; border-radius: 999px;
  font-family: var(--mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  box-shadow: 0 6px 14px -4px rgba(230, 70, 68, 0.5);
}
.tier .tier-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tier .tier-name { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.tier .tier-brand { font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: var(--text-muted); }
.tier .tier-variant { font-size: 28px; font-weight: 900; letter-spacing: -0.035em; line-height: 1; color: var(--text); }
.tier .stamp {
  width: 88px; height: 88px; border-radius: 50%;
  background: var(--grad-tilt); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; transform: rotate(-4deg);
  box-shadow: 0 10px 28px rgba(233, 30, 133, 0.28), 0 2px 6px rgba(35, 46, 102, 0.08);
  flex-shrink: 0;
}
.tier .stamp .num { font-size: 24px; font-weight: 900; letter-spacing: -0.03em; line-height: 1; }
.tier .stamp .unit {
  font-family: var(--mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.95;
}
.tier ul {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
  margin-top: 4px; padding-top: 16px; border-top: 1px solid var(--border);
}
.tier li { font-size: 15px; color: var(--text); padding-left: 26px; position: relative; line-height: 1.5; }
.tier li::before {
  content: ""; position: absolute; left: 0; top: 4px;
  width: 16px; height: 16px; border-radius: 50%;
  background-repeat: no-repeat; background-position: center; background-size: 10px 10px;
}
.tier li.feat-yes::before {
  background-color: rgba(34, 197, 94, 0.13);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 8.5 L6.5 12 L13 5' stroke='%2316a34a' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.tier li.feat-no { color: var(--text-muted); opacity: 0.5; }
.tier li.feat-no::before {
  background-color: rgba(150, 150, 150, 0.12);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M5 5 L11 11 M11 5 L5 11' stroke='%23999' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.tier li.feat-val::before {
  background-color: var(--orange-50);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3.5 8.5 L6.5 11.5 L12.5 5' stroke='%23f58024' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.tier .tier-cta {
  margin-top: auto; padding: 12px 20px; border-radius: 999px;
  background: var(--surface-2); color: var(--text);
  font-size: 13px; font-weight: 700; text-align: center;
  transition: background 0.2s, color 0.2s;
}
.tier .tier-cta:hover { background: var(--navy-dark); color: #fff; }

/* FEATURED — TÄYSI tummana */
.pricing-mixed .tier.featured {
  background: #090e24;
  border: 1px solid rgba(252,181,73,0.45);
  box-shadow: 0 0 0 1px rgba(252,181,73,0.15), 0 20px 56px -12px rgba(10,14,36,0.7), 0 0 60px -16px rgba(245,128,36,0.3);
}
.pricing-mixed .tier.featured::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(245,128,36,0.14) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(216,35,205,0.12) 0%, transparent 55%);
}
/* Merkki jatetaan ulos, jotta se pysyy absoluuttisena kortin ylareunassa. */
.pricing-mixed .tier.featured > *:not(.pop) { position: relative; z-index: 1; }
.pricing-mixed .tier.featured:hover {
  transform: translateY(-6px);
  border-color: rgba(252,181,73,0.7);
  box-shadow: 0 0 0 1px rgba(252,181,73,0.3), 0 28px 64px -12px rgba(10,14,36,0.8), 0 0 80px -16px rgba(245,128,36,0.4);
}
.pricing-mixed .tier.featured .tier-brand   { color: rgba(255,255,255,0.42); }
.pricing-mixed .tier.featured .tier-variant { color: #fff; }
.pricing-mixed .tier.featured li { color: rgba(255,255,255,0.78); }
.pricing-mixed .tier.featured ul { border-top-color: rgba(255,255,255,0.1); }
.pricing-mixed .tier.featured li::before {
  background-color: rgba(245,128,36,0.18);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3.5 8.5 L6.5 11.5 L12.5 5' stroke='%23fcb549' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.pricing-mixed .tier.featured li.feat-val::before { background-color: rgba(245,128,36,0.28); }
.pricing-mixed .tier.featured .tier-cta {
  background: var(--grad-tilt); color: #fff; border: none;
  box-shadow: 0 6px 22px -4px rgba(230,70,68,0.55);
}
.pricing-mixed .tier.featured .tier-cta:hover { filter: brightness(1.1); box-shadow: 0 10px 30px -4px rgba(230,70,68,0.7); }
.pricing-mixed .tier.featured .pop { box-shadow: 0 6px 16px -4px rgba(230,70,68,0.6), 0 0 20px rgba(252,181,73,0.25); }

.pricing-vat-note {
  margin-top: 24px; text-align: center;
  font-size: 13px; color: var(--text-muted); line-height: 1.6;
  max-width: 620px; margin-left: auto; margin-right: auto;
}
.pricing-common {
  margin-top: 56px; padding: 32px 36px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px; text-align: center;
}
.pricing-common-title {
  font-family: var(--mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted);
  margin-bottom: 18px;
}
.pricing-common-list {
  list-style: none; display: grid; grid-template-columns: repeat(5, auto);
  justify-content: center; gap: 14px 40px; padding: 0; margin: 0;
}
@media (max-width: 900px) {
  .pricing-common-list { grid-template-columns: repeat(2, auto); }
  .pricing-common-list > :last-child { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .pricing-common { padding: 24px 20px; }
  .pricing-common-list { grid-template-columns: 1fr; }
}
.pricing-common-list li {
  font-size: 16px; font-weight: 600; color: var(--text);
  padding-left: 24px; position: relative; line-height: 1.4;
}
.pricing-common-list li::before {
  content: ""; position: absolute; left: 0; top: 4px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--orange-50);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3.5 8.5 L6.5 11.5 L12.5 5' stroke='%23f58024' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat; background-position: center;
}

/* =========================================================
   MONTHLY RHYTHM — mittaa, paranna, raportoi
   ========================================================= */
.rhythm { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 860px) { .rhythm { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .rhythm { grid-template-columns: 1fr; } }

.rhythm-step {
  position: relative;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.rhythm-num {
  font-family: var(--mono); font-size: 12px; font-weight: 800;
  letter-spacing: 0.1em; color: var(--orange);
}
.rhythm-step .ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(252,181,73,0.18) 0%, rgba(216,35,205,0.13) 100%);
  color: #e64644;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
}
.rhythm-step h3 { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; }
.rhythm-step p { font-size: 14px; color: var(--text-muted); line-height: 1.55; }
/* yhdistävä nuoli isoilla näytöillä */
.rhythm-step:not(:last-child)::after {
  content: "→";
  position: absolute; top: 50%; right: -14px; transform: translateY(-50%);
  color: var(--orange); font-weight: 800; font-size: 18px; z-index: 2;
}
@media (max-width: 860px) { .rhythm-step::after { display: none; } }

/* =========================================================
   FINAL CTA
   ========================================================= */
.cta-final {
  background: var(--navy-deeper); color: #fff;
  border-radius: 28px; padding: 64px 48px;
  margin: 80px auto; max-width: 1120px;
  position: relative; overflow: hidden; text-align: center;
}
.cta-final::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 20% 30%, rgba(245, 128, 36, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 50% at 80% 70%, rgba(233, 30, 133, 0.22), transparent 60%);
  pointer-events: none;
}
.cta-final > * { position: relative; z-index: 2; }
.cta-final h2 {
  font-size: clamp(26px, 3vw, 40px); font-weight: 900;
  letter-spacing: -0.03em; line-height: 1.1;
  max-width: 22ch; margin: 0 auto 16px;
}
.cta-final h2 .gr {
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cta-final p { color: rgba(255, 255, 255, 0.72); max-width: 560px; margin: 0 auto 28px; font-size: 16px; }
.cta-final .buttons { display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; }
.cta-final .btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px;
  background: var(--grad); color: #fff; font-weight: 700; font-size: 15px;
  box-shadow: 0 10px 28px -6px rgba(230, 70, 68, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-final .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -6px rgba(230, 70, 68, 0.7); }
.cta-final .btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px;
  background: rgba(255,255,255,0.08); color: #fff;
  font-weight: 700; font-size: 15px;
  border: 1px solid rgba(255,255,255,0.18);
  transition: background 0.2s;
}
.cta-final .btn-ghost:hover { background: rgba(255,255,255,0.14); }

@media (max-width: 800px) {
  .page-hero { padding: 140px 0 60px; }
  .block { padding: 72px 0; }
  .ai-hi { justify-content: center; }
  .ai-hi:hover .ai-hi-input,
  .ai-hi:focus-within .ai-hi-input { width: 140px; }
}
