  /* ============================================================
     DESIGN TOKENS
     ============================================================ */
  :root {
    --navy: #2d3a7d;
    --navy-dark: #232e66;
    --navy-deeper: #1a2452;
    --navy-50: #eef0f8;
    --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-soft: linear-gradient(135deg, #fff2e6 0%, #fdeaf3 100%);

    --bg: #ffffff;
    --surface: #f7f8fc;
    --surface-2: #f2f4f8;
    --border: #e8eaef;
    --text: #151515;
    --text-muted: #6b7280;

    --font: 'Figtree', system-ui, -apple-system, sans-serif;

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

  *, *::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; }

  .container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 32px;
  }

  /* ============================================================
     HERO
     ============================================================ */
  .hero-about {
    padding: 210px 0 100px;
    background:
      linear-gradient(180deg, rgba(240, 242, 249, 0.25) 0%, rgba(255, 255, 255, 0.55) 100%),
      url('../../kosminen_tausta_desk.webp') center center / cover no-repeat,
      #f0f2f9;
    position: relative;
    overflow: hidden;
  }
  .hero-about::before {
    content: '';
    position: absolute;
    top: -160px;
    right: -120px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(45, 58, 125, 0.09) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .hero-about::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(232, 30, 133, 0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .hero-about-bg {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(45, 58, 125, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(45, 58, 125, 0.04) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(0,0,0,0.4) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-about-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
  }
  .hero-about .kicker { color: var(--navy); margin-bottom: 20px; }
  .hero-about h1 {
    font-size: clamp(40px, 5.8vw, 76px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin-bottom: 24px;
    color: var(--navy-deeper);
  }
  .hero-about h1 .gr {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .hero-about .hero-hook {
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: 24px;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
  .hero-about .hero-body {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.75;
    max-width: 680px;
  }
  .hero-about .container {
    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: flex-end;
    gap: 0;
  }
  .hero-about .container > .breadcrumb {
    grid-column: 1 / -1;
  }
  .hero-about-inner { align-self: start; }
  .hero-about-person {
    align-self: flex-end;
    justify-self: end;
    width: 420px;
    max-width: 100%;
    margin-bottom: -100px;
  }
  .hero-about-person img { width: 100%; height: auto; display: block; }

  /* ============================================================
     SECTION BASE
     ============================================================ */
  .block { padding: 100px 0; }
  .block.alt { background: var(--surface); }

  .section-head { margin-bottom: 64px; max-width: 840px; }
  .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .kicker {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 16px;
  }
  .kicker.navy { color: var(--navy); }
  .kicker.pink { color: var(--pink); }
  .kicker.orange { color: var(--orange); }
  .section-title {
    font-size: clamp(26px, 3.2vw, 48px);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 22px;
    letter-spacing: -0.02em;
  }
  .section-title .gr {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .section-lead {
    font-size: 18px;
    color: var(--text-muted);
    max-width: 680px;
    line-height: 1.75;
  }
  .section-head.center .section-lead { margin-left: auto; margin-right: auto; }

  /* ============================================================
     TARINA
     ============================================================ */
  .tarina-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 72px;
    align-items: stretch;
  }
  .tarina-text { display: flex; flex-direction: column; justify-content: center; gap: 0; }
  .tarina-year-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: var(--navy-50);
    border-radius: 999px;
    margin-bottom: 28px;
    align-self: flex-start;
  }
  .tarina-year-badge .badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--grad);
    flex-shrink: 0;
  }
  .tarina-year-badge span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--navy-dark);
  }
  .tarina-text h2 {
    font-size: clamp(30px, 3.2vw, 48px);
    font-weight: 900;
    color: var(--navy-deeper);
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin-bottom: 32px;
  }
  .tarina-text h2 .gr {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .tarina-body { display: flex; flex-direction: column; gap: 20px; }
  .tarina-body p {
    font-size: 17px;
    color: var(--text-muted);
    line-height: 1.78;
  }
  .tarina-body .highlight { color: var(--navy-dark); font-weight: 600; }
  .tarina-visual {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(20, 24, 60, 0.14);
    border: 1px solid rgba(45, 58, 125, 0.06);
    min-height: 480px;
  }
  .tarina-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }
  .tarina-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(20, 24, 60, 0.52) 100%);
    pointer-events: none;
  }
  .tarina-visual-caption {
    position: absolute;
    left: 24px;
    bottom: 22px;
    right: 24px;
    z-index: 1;
    color: rgba(255,255,255,0.95);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.45;
  }
  .tarina-visual-caption span {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 4px;
  }
  .tarina-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    border: 1.5px solid var(--border);
    color: var(--navy-dark);
    background: #fff;
    transition: border-color 0.2s, color 0.2s;
  }
  .tarina-pill:hover { border-color: var(--navy); color: var(--navy); }
  .tarina-pill .pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--grad);
    flex-shrink: 0;
  }
  .tarina-body { font-size: 18px; line-height: 1.85; color: var(--text); }
  .tarina-body p { margin-bottom: 22px; }
  .tarina-body p:last-child { margin-bottom: 0; }
  .tarina-body .highlight { color: var(--navy-dark); font-weight: 600; }
  .tarina-body a {
    color: var(--navy-dark);
    text-decoration: underline;
    text-decoration-color: var(--border);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.2s;
  }
  .tarina-body a:hover { text-decoration-color: var(--navy); }

  /* ============================================================
     VALUE CARDS
     ============================================================ */
  .value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .value-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
    position: relative;
    overflow: hidden;
  }
  .value-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: var(--navy-50); }
  .value-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--grad);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .value-card:hover::before { opacity: 1; }
  .value-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy-50);
    color: var(--navy);
    flex-shrink: 0;
  }
  .value-icon.pink { background: var(--pink-50); color: var(--pink); }
  .value-icon.orange { background: var(--orange-50); color: var(--orange); }
  .value-icon.grad { background: var(--grad); color: #fff; }
  .value-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--navy-dark);
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
  .value-card p { font-size: 15.5px; color: var(--text-muted); line-height: 1.7; }

  /* ============================================================
     EXPERT SECTION
     ============================================================ */
  .expert-header {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 64px;
  }
  .expert-header-img {
    overflow: visible;
  }
  .expert-header-img img {
    width: 120%;
    height: auto;
    display: block;
    -webkit-mask-image: linear-gradient(to right,
      transparent 0%,
      black 18%,
      black 72%,
      transparent 100%
    );
    mask-image: linear-gradient(to right,
      transparent 0%,
      black 18%,
      black 72%,
      transparent 100%
    );
  }
  .expert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .expert-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 280px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
  }
  .expert-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: var(--navy-50); }
  .expert-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--grad);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
  }
  .expert-card:hover::before { opacity: 1; }
  .expert-card-body {
    position: relative;
    z-index: 1;
    width: 60%;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .expert-card-body h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--navy-dark);
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
  .expert-card-body p { font-size: 15.5px; color: var(--text-muted); line-height: 1.7; }
  .expert-card-img {
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
    width: 64%;
    pointer-events: none;
  }
  .expert-card-img img { width: 100%; height: auto; display: block; }
  .expert-card--wide-text .expert-card-body { width: 64%; }

  /* ============================================================
     STATS
     ============================================================ */
  .stats-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--border);
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 32px;
  }
  .stat-cell {
    background: #fff;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .stat-cell:first-child { border-radius: 24px 0 0 24px; }
  .stat-cell:last-child { border-radius: 0 24px 24px 0; }
  .stat-number {
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .stat-label { font-size: 15px; font-weight: 600; color: var(--navy-dark); line-height: 1.4; }
  .stat-note { font-size: 13px; color: var(--text-muted); line-height: 1.55; margin-top: 4px; }
  .stats-trust-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    margin-top: 48px;
  }
  .stats-trust-text .kicker { color: var(--pink); margin-bottom: 16px; }
  .stats-trust-text h3 {
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 900;
    color: var(--navy-deeper);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
  }
  .stats-trust-text > p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .stats-trust-quote {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.65;
    padding: 18px 22px;
    background: var(--navy-50);
    border-radius: 14px;
    border-left: 3px solid var(--navy);
  }
  .stats-trust-quote strong { color: var(--navy-dark); font-weight: 700; }
  .stats-trust-visual {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(20, 24, 60, 0.14);
    border: 1px solid rgba(45, 58, 125, 0.06);
  }
  .stats-trust-visual img {
    display: block;
    width: 100%;
    height: auto;
  }
  @media (max-width: 900px) {
    .stats-trust-block { grid-template-columns: 1fr; gap: 32px; margin-top: 36px; }
  }

  /* ============================================================
     OMISTAJASTA
     ============================================================ */
  .founder-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }
  .founder-content .kicker { color: var(--pink); display: inline-block; }
  .founder-content h2 {
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    color: var(--navy-dark);
  }
  .founder-content h2 .gr {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .founder-bio { font-size: 17px; color: var(--text-muted); line-height: 1.75; margin: 20px 0 32px; }
  .founder-quote {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
    padding: 28px 32px;
    background: var(--navy-50);
    border-radius: 18px;
    font-size: 18px;
    font-weight: 600;
    color: var(--navy-dark);
    line-height: 1.55;
    letter-spacing: -0.005em;
  }
  .founder-quote::before {
    content: '"';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--grad);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    padding-bottom: 6px;
    box-shadow: 0 8px 22px rgba(216, 35, 205, 0.25);
  }

  /* ============================================================
     AI-HI FORM
     ============================================================ */
  .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-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); }

  .cta-band .ai-hi {
    background: rgba(255,255,255,0.10);
    color: #fff;
    border-color: rgba(255,255,255,0.24);
  }
  .cta-band .ai-hi:hover,
  .cta-band .ai-hi:focus-within {
    background: rgba(255,255,255,0.15);
    border-color: rgba(252,181,73,0.50);
    color: #fff;
    transform: translateY(-2px);
  }
  .cta-band .ai-hi-input { color: #fff; border-left-color: rgba(255,255,255,0.24) !important; }
  .cta-band .ai-hi-input::placeholder { color: rgba(255,255,255,0.55); }
  .cta-band .ai-hi-send { color: #fff; }
  .cta-band .ai-hi-send:hover { color: var(--orange-soft); }

  /* ============================================================
     CTA BAND
     ============================================================ */
  .cta-band {
    background: var(--navy-deeper);
    padding: 110px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .cta-band::before {
    content: '';
    position: absolute;
    top: -200px; right: -200px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(45,58,125,0.40) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .cta-band::after {
    content: '';
    position: absolute;
    bottom: -200px; left: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(232,30,133,0.22) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .cta-band-inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .cta-band h2 {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    color: #fff;
  }
  .cta-band h2 .gr {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .cta-band .cta-body {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
    margin-bottom: 36px;
  }
  .cta-band .cta-note { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 16px; }

  /* ============================================================
     REVEAL
     ============================================================ */
  [data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }
  [data-reveal].in { opacity: 1; transform: translateY(0); }
  [data-reveal-stagger] > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
  [data-reveal-stagger].in > * { opacity: 1; transform: translateY(0); }
  [data-reveal-stagger].in > *:nth-child(1) { transition-delay: 0.05s; }
  [data-reveal-stagger].in > *:nth-child(2) { transition-delay: 0.10s; }
  [data-reveal-stagger].in > *:nth-child(3) { transition-delay: 0.15s; }
  [data-reveal-stagger].in > *:nth-child(4) { transition-delay: 0.20s; }
  [data-reveal-stagger].in > *:nth-child(5) { transition-delay: 0.25s; }
  [data-reveal-stagger].in > *:nth-child(6) { transition-delay: 0.30s; }

  /* ============================================================
     RESPONSIVE
     ============================================================ */
  @media (max-width: 1024px) {
    .tarina-grid { grid-template-columns: 1fr; gap: 48px; }
    .tarina-visual { min-height: 320px; order: -1; }
    .value-grid { grid-template-columns: 1fr; }
    .expert-header { grid-template-columns: 1fr; }
    .expert-header-img { display: none; }
    .expert-grid { grid-template-columns: 1fr; }
    .expert-card { min-height: 240px; }
    .expert-card-body { width: 55%; padding: 28px 24px; }
    .stats-wrap { grid-template-columns: 1fr; background: none; gap: 16px; border-radius: 0; }
    .stat-cell { border-radius: 18px; border: 1px solid var(--border); }
    .stat-cell:first-child, .stat-cell:last-child { border-radius: 18px; }
  }
  @media (max-width: 600px) {
    .container { padding: 0 20px; }
    .hero-about { padding: 160px 0 72px; }
    .hero-about .container { grid-template-columns: 1fr; }
    .hero-about-person { display: none; }
    .block { padding: 72px 0; }
    .section-head { margin-bottom: 48px; }
    .value-card { padding: 32px 26px; }
    .expert-card { min-height: 200px; }
    .expert-card-body { width: 100%; padding: 28px 24px 120px; }
    .expert-card-img { width: 65%; top: auto; transform: none; bottom: 0; }
    .stat-cell { padding: 36px 28px; }
    .cta-band { padding: 80px 0; }
    .tarina-body { font-size: 17px; }
    .ai-hi { justify-content: center; width: 100%; }
    .ai-hi:hover .ai-hi-input,
    .ai-hi:focus-within .ai-hi-input { width: 140px; }
  }
