  :root {
    --navy: #2d3a7d;
    --navy-dark: #232e66;
    --navy-deeper: #1a2452;
    --navy-50: #eef0f8;
    --navy-100: #d5daed;
    --pink: #e91e85;
    --pink-soft: #ffb3d9;
    --pink-50: #fdeaf3;
    --orange: #f58024;
    --orange-soft: #fcb549;
    --orange-50: #fff2e6;
    --red: #e64644;
    --magenta: #d823cd;
    --grad: linear-gradient(90deg, #fcb549 0%, #e64644 50%, #d823cd 100%);
    --grad-tilt: linear-gradient(135deg, #fcb549 0%, #e64644 50%, #d823cd 100%);
    --grad-v: linear-gradient(180deg, #fcb549 0%, #e64644 50%, #d823cd 100%);
    --bg: #ffffff;
    --surface: #f8f9fb;
    --surface-2: #f2f4f8;
    --border: #e8eaef;
    --text: #151515;
    --text-muted: #6f6f6f;
    --font: 'Figtree', system-ui, -apple-system, sans-serif;
    --mono: 'Figtree', sans-serif;
    --sh-sm: 0 1px 2px rgba(35, 46, 102, 0.04), 0 2px 6px rgba(35, 46, 102, 0.04);
    --sh-md: 0 4px 8px rgba(35, 46, 102, 0.06), 0 8px 24px rgba(35, 46, 102, 0.08);
    --sh-lg: 0 12px 24px -8px rgba(35, 46, 102, 0.12), 0 24px 64px -12px rgba(35, 46, 102, 0.18);
  }

  /* Reset / base */
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }
  img, video, svg { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; border: none; background: none; }
  ::selection { background: var(--pink); color: #fff; }

  .mono { font-family: var(--mono); }
  .container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 32px; }

  /* =========================================================
     PLATFORM TOGGLE (floating bottom bar) — vaikuttaa for-wp / for-ai sisältöön
     ========================================================= */
  [data-platform="wp"] .for-ai { display: none !important; }
  [data-platform="ai"] .for-wp { display: none !important; }

  .platform-toggle {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 16px 10px 18px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(15, 18, 46, 0.08);
    border-radius: 999px;
    box-shadow:
      0 12px 36px -8px rgba(15, 18, 46, 0.20),
      0 2px 8px rgba(15, 18, 46, 0.08);
    opacity: 0;
    transform: translate(-50%, 12px);
    animation: platformToggleIn 0.45s ease 0.3s forwards;
  }
  @keyframes platformToggleIn {
    to { opacity: 1; transform: translate(-50%, 0); }
  }
  .platform-toggle-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-muted);
    flex-shrink: 0;
  }
  .platform-toggle-options {
    display: flex;
    gap: 4px;
  }
  .platform-opt {
    padding: 8px 16px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
  }
  .platform-opt:hover {
    background: rgba(45, 58, 125, 0.06);
    color: var(--text);
  }
  .platform-opt--active {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
  }
  .platform-opt--active:hover {
    background: var(--navy);
    color: #fff;
  }
  @media (max-width: 600px) {
    .platform-toggle {
      bottom: 16px;
      padding: 8px 12px;
      gap: 10px;
    }
    .platform-toggle-label { font-size: 10px; letter-spacing: 0.12em; }
    .platform-opt { padding: 7px 12px; font-size: 12.5px; }
  }

  /* =========================================================
     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; }

  /* Single-column centered layout */
  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-visual { display: none; }
  .hero-content {
    width: 100%;
    min-width: 0;
    max-width: 720px;
  }
  .page-hero .lead { max-width: 560px; margin-left: auto; margin-right: auto; }
  .page-hero .cta-row { justify-content: center; }
  .page-hero .hero-meta { justify-content: center; }

  .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;
  }
  @media (max-width: 600px) {
    .page-hero h1 { font-size: clamp(1.75rem, 9vw, 2.25rem); }
  }
  .page-hero .lead {
    max-width: 480px;
    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;
  }
  .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-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 15px; font-weight: 600; color: var(--text-muted);
    transition: color 0.2s, gap 0.2s;
  }
  .page-hero .hero-link:hover { color: var(--text); gap: 10px; }

  .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%;
  }
  .hero-marquee-track {
    display: flex;
    width: max-content;
    animation: heroMarq 32s 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; }

  /* ---- Right-side visual: browser mockup ---- */
  .hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Gradient panel behind the mockup */
  .hero-visual-bg {
    position: absolute;
    inset: -40px -60px -40px -20px;
    background: var(--grad-tilt);
    border-radius: 32px 0 0 32px;
    opacity: 0.12;
  }

  .browser-mock {
    position: relative;
    width: 100%;
    max-width: 480px;
    background: #fff;
    border-radius: 14px;
    box-shadow:
      0 2px 0 rgba(0,0,0,0.06) inset,
      0 24px 64px -12px rgba(35, 46, 102, 0.22),
      0 4px 12px rgba(35, 46, 102, 0.08);
    border: 1px solid rgba(35, 46, 102, 0.1);
    overflow: hidden;
  }
  .browser-chrome {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #f4f4f5;
    border-bottom: 1px solid #e4e4e7;
  }
  .browser-dots {
    display: flex; gap: 6px; flex-shrink: 0;
  }
  .browser-dots span {
    width: 11px; height: 11px; border-radius: 50%;
  }
  .browser-dots span:nth-child(1) { background: #ff5f57; }
  .browser-dots span:nth-child(2) { background: #febc2e; }
  .browser-dots span:nth-child(3) { background: #28c840; }
  .browser-bar {
    flex: 1;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 12px;
    color: #6f6f6f;
    font-family: var(--mono);
    letter-spacing: 0.02em;
  }

  /* WordPress Admin UI inside browser */
  .wp-admin {
    display: flex;
    height: 320px;
  }
  .wp-sidebar {
    width: 160px;
    background: #1e1e1e;
    flex-shrink: 0;
    padding: 12px 0;
  }
  .wp-sidebar-header {
    padding: 8px 16px 16px;
    font-size: 11px;
    font-weight: 700;
    color: #a0a0a0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--mono);
  }
  .wp-nav-item {
    padding: 9px 16px;
    font-size: 12px;
    color: #c3c3c3;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: default;
    transition: background 0.15s;
  }
  .wp-nav-item.active {
    background: rgba(255,255,255,0.08);
    color: #fff;
  }
  .wp-nav-item .nav-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: currentColor;
    opacity: 0.5;
    flex-shrink: 0;
  }
  .wp-nav-item.active .nav-dot { opacity: 1; background: #fcb549; }

  .wp-main {
    flex: 1;
    background: #f0f0f1;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .wp-topbar {
    background: #1d2327;
    margin: -16px -16px 0;
    padding: 0 16px;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  .wp-topbar-logo {
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--grad-tilt);
    flex-shrink: 0;
  }
  .wp-topbar-link {
    font-size: 11px; color: #a7aaad;
    font-family: var(--mono);
  }
  .wp-topbar-link.site { color: #fff; }

  .wp-page-title {
    font-size: 13px; font-weight: 700; color: #1d2327;
    margin-bottom: 4px;
  }
  .wp-stats-row {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  }
  .wp-stat {
    background: #fff;
    border-radius: 6px;
    padding: 10px 12px;
    border: 1px solid #dcdcde;
  }
  .wp-stat-label { font-size: 10px; color: #787c82; margin-bottom: 2px; font-family: var(--mono); }
  .wp-stat-val { font-size: 18px; font-weight: 800; color: #1d2327; letter-spacing: -0.02em; }
  .wp-stat-val.green { color: #00a32a; }
  .wp-stat-val.orange { color: var(--orange); }

  .wp-update-card {
    background: #fff;
    border-radius: 6px;
    padding: 12px 14px;
    border: 1px solid #dcdcde;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .wp-update-icon {
    width: 28px; height: 28px; border-radius: 6px;
    background: #d7f0d7;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
  }
  .wp-update-text { flex: 1; }
  .wp-update-title { font-size: 12px; font-weight: 700; color: #1d2327; }
  .wp-update-sub { font-size: 10px; color: #787c82; margin-top: 1px; font-family: var(--mono); }
  .wp-update-badge {
    font-size: 10px; font-weight: 700;
    padding: 3px 8px; border-radius: 999px;
    background: #d7f0d7; color: #00a32a;
    font-family: var(--mono);
    letter-spacing: 0.06em;
  }

  .wp-activity {
    background: #fff;
    border-radius: 6px;
    padding: 12px 14px;
    border: 1px solid #dcdcde;
    flex: 1;
  }
  .wp-activity-title { font-size: 11px; font-weight: 700; color: #1d2327; margin-bottom: 8px; }
  .wp-activity-row {
    display: flex; align-items: center; gap: 8px;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f1;
    font-size: 10px; color: #787c82;
  }
  .wp-activity-row:last-child { border-bottom: none; }
  .wp-activity-dot {
    width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0;
  }
  .wp-activity-dot.green { background: #00a32a; }
  .wp-activity-dot.blue { background: #2271b1; }
  .wp-activity-dot.orange { background: var(--orange); }

  /* Floating status badge over the mockup */
  .hero-badge {
    position: absolute;
    bottom: -16px; left: -20px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: var(--sh-md);
    display: flex; align-items: center; gap: 10px;
    white-space: nowrap;
  }
  .hero-badge-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: #00a32a;
    box-shadow: 0 0 0 3px rgba(0,163,42,0.2);
    flex-shrink: 0;
  }
  .hero-badge-text { font-size: 13px; font-weight: 700; color: var(--text); }
  .hero-badge-sub { font-size: 11px; color: var(--text-muted); margin-top: 1px; }

  /* =========================================================
     Shared section
     ========================================================= */
  /* =========================================================
     STATS STRIP — cinematic
     ========================================================= */
  .stats-strip {
    background: #090e24;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
  }
  /* dramatic side-lit atmosphere */
  .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;
  }
  /* hairline gradient borders top & bottom */
  .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; }
  }

  .block { padding: 96px 0; }
  .block.surface { background: var(--surface); }

  /* ── Cinematic dark section ── */
  .block.dark {
    background: #090e24;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  /* Atmospheric side-lighting */
  .block.dark::before {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 75% 70% at -8% 25%, rgba(245,128,36,0.22) 0%, transparent 52%),
      radial-gradient(ellipse 65% 60% at 108% 75%, rgba(216,35,205,0.2) 0%, transparent 52%),
      radial-gradient(ellipse 55% 45% at 50% -12%, rgba(230,70,68,0.16) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
  }
  /* Gradient hairline at top */
  .block.dark::after {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: var(--grad);
    opacity: 0.55;
  }
  .block.dark .container { position: relative; z-index: 1; }

  /* Kicker on dark */
  .block.dark .kicker {
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.72);
    border: 1px solid rgba(255,255,255,0.1);
  }
  .block.dark .kicker::before { background: var(--grad-tilt); }
  .block.dark .kicker.orange {
    background: rgba(245,128,36,0.15);
    color: var(--orange-soft);
    border-color: rgba(245,128,36,0.25);
  }
  .block.dark .kicker.orange::before { background: var(--orange-soft); }
  .block.dark .section-title { color: #fff; }
  .block.dark .section-lead { color: rgba(255,255,255,0.58); }

  /* Glass-morphism feature cards */
  .block.dark .feature {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
  }
  /* Inner glass sheen */
  .block.dark .feature::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.07) 0%, transparent 55%);
    pointer-events: none;
    border-radius: inherit;
  }
  .block.dark .feature:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.14);
    box-shadow: 0 24px 64px -16px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.09);
    transform: translateY(-5px);
  }
  /* Gradient icon with glow */
  .block.dark .feature .ic {
    background: var(--grad-tilt);
    color: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(230,70,68,0.4);
    width: 44px; height: 44px;
  }
  .block.dark .feature h3 { color: #fff; }
  .block.dark .feature p { color: rgba(255,255,255,0.55); }

  /* =========================================================
     SECTION DECORATIVE ELEMENTS
     — ambient blobs valkoisiin sectioneihin
     — diagonaalinen gradient-muoto updates-osioon
     ========================================================= */

  /* Page-tason ambient blobs — ei katkea sectioneiden välissä */
  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%);
  }


  /* =========================================================
     MIXED FEATURES — diagonaali tummat kortit (1, 5, 9)
     ========================================================= */
  .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; }
  /* Vaaleat kortit: valkoinen #f1f3fa-taustan päällä = koholla */
  .features-mixed .feature { background: #fff; }
  /* Värilliset ikonit vaaleisiin kortteihin */
  .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;
  }
  /* tummat kortit: nth-child(4n+1) = kortit 1, 5, 9 — diagonaali 3-col gridissä */
  .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); }

  .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: 620px;
    line-height: 1.6;
  }
  .section-lead a {
    color: var(--pink);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--pink-soft);
    text-underline-offset: 3px;
  }

  /* =========================================================
     FEATURES GRID
     ========================================================= */
  .features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 48px;
  }
  .features > .feature { flex: 1 1 calc((100% - 40px) / 3); min-width: 0; }
  @media (max-width: 900px) { .features > .feature { flex-basis: calc((100% - 20px) / 2); } }
  @media (max-width: 600px) { .features > .feature { flex-basis: 100%; } }

  .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: 40px; height: 40px;
    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; }

  /* =========================================================
     PRICING TABLE
     ========================================================= */
  /* Center pricing section heading + lead to match centered card grid */
  .pricing-mixed > .container { 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: var(--bg);
    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.featured {
    border-color: var(--orange);
    box-shadow: 0 12px 28px -10px rgba(245, 128, 36, 0.35);
  }
  .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 .tier-tag {
    font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text-muted);
  }
  .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 .alk {
    font-family: var(--mono); font-size: 10px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.95;
  }
  .tier .stamp .num { font-size: 26px; 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 .vat {
    font-family: var(--mono); font-size: 10px; color: var(--text-muted);
    letter-spacing: 0.1em; text-transform: uppercase; text-align: center;
    margin-top: -4px;
  }
  .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;
  }
  /* ✓ sisältyy */
  .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>");
  }
  /* ✗ ei sisälly */
  .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>");
  }
  /* arvo-rivi (tallennustila, frekvenssi) */
  .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>");
  }
  /* featured-kortti (tumma pohja): muted-rivit vaaleampana */
  .pricing-mixed .tier.featured li.feat-no {
    color: rgba(255,255,255,0.35);
  }
  .pricing-mixed .tier.featured li.feat-no::before {
    background-color: rgba(255,255,255,0.07);
    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='rgba(255,255,255,0.35)' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  }
  .pricing-mixed .tier.featured li.feat-yes::before {
    background-color: rgba(34, 197, 94, 0.18);
  }
  .pricing-mixed .tier.featured li.feat-val::before {
    background-color: rgba(245,128,36,0.2);
  }
  .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; }
  .tier.featured .tier-cta { background: var(--navy-dark); color: #fff; }
  .tier.featured .tier-cta:hover { background: var(--grad); }

  /* =========================================================
     MIXED PRICING — vaaleat peruspaketit + tumma featured
     ========================================================= */
  .pricing-mixed {
    background: var(--bg);
    position: relative;
    overflow: hidden;
  }
  /* subtile gradient spots taustalla */
  .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; }

  /* peruspaketit — siistit valkoiset kortit, ei muutosta */
  .pricing-mixed .tier {
    background: #fff;
    border-color: var(--border);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .pricing-mixed .tier:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
  }

  /* ── FEATURED KORTTI — täysin tumma, dramaattinen ── */
  .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);
    position: relative;
  }
  /* featured: ambient lighting */
  .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%);
  }
  .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);
  }
  /* featured: teksti tumma pohjalla */
  .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 .tier-tag     { color: rgba(255,255,255,0.42); }
  .pricing-mixed .tier.featured .vat       { color: rgba(255,255,255,0.35); }
  .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>");
  }
  /* featured: CTA — gradient painike */
  .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);
  }
  /* featured: "Suosituin" pill — erottuu tummasta */
  .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-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    opacity: 0.7;
  }
  /* "Kaikkiin paketteihin sisältyy" -lista */
  .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(4, auto);
    justify-content: center;
    gap: 14px 48px;
    padding: 0;
    margin: 0;
  }
  @media (max-width: 900px) {
    .pricing-common-list { grid-template-columns: repeat(2, auto); }
  }
  .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;
  }
  @media (max-width: 600px) {
    .pricing-common { padding: 24px 20px; }
    .pricing-common-list { flex-direction: column; align-items: flex-start; text-align: left; }
  }

  /* =========================================================
     UPDATES — email mockup redesign
     ========================================================= */
  .updates-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: start;
    margin-top: 56px;
  }
  @media (max-width: 900px) { .updates-grid { grid-template-columns: 1fr; gap: 48px; } }

  .updates-intro {
    font-size: 13px; font-weight: 700; color: var(--text-muted);
    letter-spacing: 0.1em; text-transform: uppercase;
    font-family: var(--mono); margin-bottom: 12px;
  }

  /* Request cards */
  .request-cards {
    display: flex; flex-direction: column; gap: 6px;
    margin-bottom: 8px;
  }
  .request-card {
    display: flex; align-items: center; gap: 12px;
    padding: 11px 14px 11px 12px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
  }
  .request-card:hover {
    border-color: rgba(245,128,36,0.25);
    box-shadow: 0 4px 16px rgba(245,128,36,0.1);
    transform: translateX(2px);
  }
  .req-check {
    width: 24px; height: 24px; border-radius: 50%;
    background: var(--grad-tilt);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(230,70,68,0.25);
  }
  .req-check svg { display: block; }
  .req-text {
    flex: 1; font-size: 14px; color: var(--text); font-weight: 500;
  }
  .req-done {
    padding: 3px 10px; border-radius: 999px;
    background: var(--orange-50);
    color: var(--orange);
    font-family: var(--mono); font-size: 11px; font-weight: 700;
    letter-spacing: 0.04em; white-space: nowrap;
  }
  .updates-more {
    font-size: 13px; color: var(--text-muted); font-style: italic;
    text-align: center; padding: 8px 0 20px;
  }

  /* Scope expanded */
  .scope-expanded {
    display: none; margin-top: 12px;
  }
  .scope-expanded.open { display: block; }
  .scope-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 7px;
  }
  .scope-item {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: 13px; line-height: 1.45; color: var(--text);
  }
  .scope-item-icon {
    width: 17px; height: 17px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 1px;
  }
  .scope-in .scope-item-icon { background: rgba(22,163,74,0.12); }
  .scope-in .scope-item-icon svg { stroke: #16a34a; }
  .scope-extra .scope-item-icon { background: rgba(245,128,36,0.1); }
  .scope-extra .scope-item-icon svg { stroke: var(--orange); }
  .scope-extra { color: var(--text-muted); }
  .scope-extra-lbl {
    font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
    text-transform: uppercase; color: var(--orange);
    margin: 14px 0 8px;
  }
  .scope-toggle-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--navy-50); border: none;
    border-radius: 999px; cursor: pointer;
    padding: 8px 16px 8px 14px;
    margin-top: 16px; margin-bottom: 28px;
    font: 600 13px/1 'Figtree', sans-serif; color: var(--navy);
    text-decoration: none;
    transition: background 0.15s;
  }
  .scope-toggle-btn:hover { background: var(--navy-100); }
  .scope-toggle-btn.open { margin-bottom: 4px; }
  .scope-toggle-btn .arr { transition: transform 0.2s; display: flex; }
  .scope-toggle-btn.open .arr { transform: rotate(180deg); }
  .scope-expanded.open { margin-bottom: 28px; }

  /* SLA */
  .sla-promise {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(35,46,102,0.05);
  }
  .sla-grad-bar {
    height: 3px;
    background: var(--grad);
  }
  .sla-main {
    display: grid; grid-template-columns: 1fr 1fr;
  }
  .sla-cell {
    padding: 18px 20px 14px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .sla-cell:nth-child(2) { border-right: none; }
  .sla-cell:nth-child(2) .sla-num { color: var(--pink); }
  .sla-cell .sla-lbl {
    font-size: 11px; font-weight: 700; color: var(--text-muted);
    letter-spacing: 0.06em; text-transform: uppercase;
    font-family: var(--mono); margin-bottom: 4px;
  }
  .sla-cell .sla-num {
    font-size: 34px; font-weight: 900; letter-spacing: -0.03em;
    color: var(--orange); line-height: 1;
  }
  .sla-cell .sla-unit {
    font-size: 12px; color: var(--text-muted); margin-top: 3px;
  }
  .sla-footer {
    padding: 13px 20px;
    display: flex; align-items: center; gap: 10px;
    font-size: 14px; font-weight: 600; color: var(--text);
  }
  .sla-emergency {
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(252,181,73,0.07) 0%, rgba(216,35,205,0.05) 100%);
    transition: background 0.2s ease, transform 0.15s ease;
  }
  .sla-emergency:hover {
    background: linear-gradient(135deg, rgba(252,181,73,0.16) 0%, rgba(216,35,205,0.13) 100%);
  }
  .sla-emergency:hover .sla-emergency-word {
    letter-spacing: -0.01em;
  }
  .sla-emergency-word {
    font-size: 34px; font-weight: 900; letter-spacing: -0.03em; line-height: 1;
    background: var(--grad-tilt);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: letter-spacing 0.2s ease;
  }
  .sla-footer .sla-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--grad-tilt); flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(245,128,36,0.15);
  }

  /* Email mockup */
  .email-mock {
    background: #fff; border-radius: 18px;
    box-shadow: 0 32px 80px -16px rgba(35,46,102,0.22), 0 4px 16px rgba(35,46,102,0.08);
    border: 1px solid rgba(35,46,102,0.1); overflow: hidden;
  }
  .email-mock-toolbar {
    background: #f5f5f7; border-bottom: 1px solid #ebebec;
    padding: 12px 18px;
    display: flex; align-items: center; gap: 8px;
  }
  .email-mock-toolbar .dot { width: 12px; height: 12px; border-radius: 50%; }
  .email-mock-toolbar .dot:nth-child(1) { background: #ff5f57; }
  .email-mock-toolbar .dot:nth-child(2) { background: #febc2e; }
  .email-mock-toolbar .dot:nth-child(3) { background: #28c840; }
  .email-mock-toolbar .title {
    margin-left: 10px; font-size: 12.5px; font-weight: 600; color: #888;
    letter-spacing: -0.01em;
  }

  .email-thread-subject {
    padding: 18px 24px 14px;
    font-size: 16px; font-weight: 800; color: var(--text);
    letter-spacing: -0.02em;
    border-bottom: 1px solid #f0f0f0;
  }

  .email-item {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
  }
  .email-item:last-child { border-bottom: none; }
  .email-item.reply {
    background: #fafbff;
  }
  .email-item.reply::before {
    content: "";
    position: absolute; left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--grad-v);
  }
  .email-meta {
    display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px;
  }
  .email-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 800; flex-shrink: 0; color: #fff;
    font-family: var(--font);
  }
  .email-avatar.sender { background: #6366f1; }
  .email-avatar.labona { background: var(--grad-tilt); }
  .email-from { font-size: 14px; font-weight: 700; color: var(--text); letter-spacing: -0.01em; }
  .email-addr { font-size: 12px; color: var(--text-muted); margin-top: 1px; }
  .email-date { font-size: 12px; color: var(--text-muted); margin-left: auto; white-space: nowrap; }
  .email-body { font-size: 14px; color: var(--text); line-height: 1.65; }
  .email-body p { margin-bottom: 5px; }
  .email-body p:last-child { margin-bottom: 0; }

  .email-done-badge {
    display: inline-flex; align-items: center; gap: 7px;
    margin-top: 14px;
    padding: 7px 16px; border-radius: 999px;
    background: #dcfce7; color: #16a34a;
    font-size: 13px; font-weight: 700;
    letter-spacing: -0.01em;
  }

  /* =========================================================
     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: 20ch;
    margin: 0 auto 16px;
  }
  .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); }

  /* =========================================================
     FOOTER (same as index.html)
     ========================================================= */
  .foot {
    background: var(--navy-deeper);
    color: rgba(255, 255, 255, 0.7);
    padding: 80px 0 40px;
  }
  .foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  @media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px 32px; } }
  @media (max-width: 600px) { .foot-grid { grid-template-columns: 1fr; } }
  .foot-brand p { max-width: 320px; font-size: 14px; line-height: 1.6; }
  .foot-col h4 {
    color: #fff; font-size: 13px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    margin-bottom: 18px;
  }
  .foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .foot-col a { font-size: 14px; transition: color 0.2s; }
  .foot-col a:hover { color: var(--pink-soft); }
  .foot-bottom {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 32px; font-size: 12px; gap: 20px; flex-wrap: wrap;
  }
  .foot-bottom .mono-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; }

  /* =========================================================
     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); }

  /* Tekstivirtaan upotettu tarkistusmerkki — perii ympäröivän tekstin värin */
  .inline-tick {
    display: inline-block;
    width: 12px; height: 12px;
    vertical-align: -1px;
    color: currentColor;
  }

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

  /* =========================================================
     EMAIL PLANS
     ========================================================= */
  .email-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 48px;
  }
  @media (max-width: 860px) { .email-plans { grid-template-columns: 1fr; } }

  .email-tier {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 26px 24px 24px;
    display: flex; flex-direction: column; gap: 0;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .email-tier:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
  .email-tier.et-featured {
    border-color: var(--navy);
    box-shadow: 0 12px 28px -10px rgba(45, 58, 125, 0.25);
  }
  .et-pop {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: var(--navy-dark); color: #fff;
    padding: 5px 14px; border-radius: 999px;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    white-space: nowrap;
  }
  .et-provider {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 14px;
  }
  .et-provider-icon {
    width: 28px; height: 28px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .et-provider-icon svg { width: 18px; height: 18px; }
  .et-provider.gws { color: #1a73e8; }
  .et-provider.gws .et-provider-icon { background: #e8f0fe; }
  .et-provider.m365 { color: #0078d4; }
  .et-provider.m365 .et-provider-icon { background: #deecf9; }

  .et-top {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
    margin-bottom: 6px;
  }
  .et-name { font-size: 22px; font-weight: 900; letter-spacing: -0.03em; line-height: 1.1; }
  .et-subname { font-size: 13px; font-weight: 600; color: var(--text-muted); margin-top: 3px; }
  .et-price-block { text-align: right; flex-shrink: 0; }
  .et-price { font-size: 28px; font-weight: 900; letter-spacing: -0.03em; line-height: 1; }
  .et-per { font-size: 12px; font-weight: 600; color: var(--text-muted); }
  .et-billing {
    font-size: 11px; color: var(--text-muted); margin-top: 10px; margin-bottom: 18px;
  }
  .et-ul {
    list-style: none;
    display: flex; flex-direction: column; gap: 9px;
    flex: 1;
    padding-top: 16px;
    border-top: 1px solid var(--border);
  }
  .et-li {
    font-size: 14px; color: var(--text);
    padding-left: 24px; position: relative; line-height: 1.4;
  }
  .et-li::before {
    content: "";
    position: absolute; left: 0; top: 3px;
    width: 15px; height: 15px; border-radius: 50%;
    background-color: rgba(34, 197, 94, 0.13);
    background-repeat: no-repeat; background-position: center; background-size: 9px 9px;
    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>");
  }
  .et-li.et-highlight { font-weight: 700; }
  .et-cta {
    display: block; text-align: center;
    margin-top: 20px; padding: 13px;
    border-radius: 12px;
    font-size: 14px; font-weight: 700;
    background: var(--navy-50); color: var(--navy-dark);
    transition: background 0.2s, color 0.2s;
  }
  .et-cta:hover { background: var(--navy); color: #fff; }
  .email-tier.et-featured .et-cta {
    background: var(--navy-dark); color: #fff;
  }
  .email-tier.et-featured .et-cta:hover { background: var(--navy-deeper); }
  .email-vat { margin-top: 16px; text-align: center; font-size: 13px; color: var(--text-muted); }

  /* Domain checker teaser */
  .domain-teaser {
    display: flex; align-items: center; gap: 40px;
    background: var(--navy-50);
    border: 1.5px solid var(--navy-100);
    border-radius: 24px;
    padding: 40px 48px;
    margin: 48px 0;
  }
  .domain-teaser-text { flex: 1; }
  .domain-teaser-text h2 {
    font-size: 1.6rem; font-weight: 800; letter-spacing: -.02em;
    margin-bottom: 12px; line-height: 1.2;
  }
  .domain-teaser-text p {
    font-size: 15px; color: var(--text-muted); margin-bottom: 20px; line-height: 1.6;
  }
  .domain-teaser-pills { display: flex; gap: 8px; flex-shrink: 0; }
  .dt-pill {
    padding: 8px 16px; border-radius: 999px;
    font-size: 14px; font-weight: 800;
    background: #fff; border: 1.5px solid var(--navy-100); color: var(--navy);
  }
  .btn-primary-sm {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 24px; border-radius: 999px;
    background: var(--grad); color: #fff; font-weight: 700; font-size: 14px;
    letter-spacing: -.01em; border: none; cursor: pointer;
    box-shadow: 0 6px 20px -6px rgba(230,70,68,.5);
    transition: transform .2s, box-shadow .2s; text-decoration: none;
  }
  .btn-primary-sm:hover { transform: translateY(-2px); box-shadow: 0 10px 26px -6px rgba(230,70,68,.65); }
  @media (max-width: 700px) {
    .domain-teaser { flex-direction: column; padding: 28px 24px; }
    .domain-teaser-pills { flex-wrap: wrap; }
  }
