/* ============================================
       1. ОСНОВА
       ============================================ */
    :root {
      --c-primary:        #1B3E6F;
      --c-primary-soft:   #2A5290;
      --c-primary-dark:   #0F2447;
      --c-green:          #6BB44A;
      --c-green-soft:     #8BC76C;
      --c-orange:         #EF7B31;
      --c-orange-soft:    #F58F4D;
      --c-cyan:           #4DBED2;
      --c-cyan-soft:      #6FD1E0;
      --c-yellow:         #FFC72C;
      --c-yellow-soft:    #FFD45F;

      --c-cream:          #FFF8EC;
      --c-cream-deep:     #FBEFD2;
      --c-cream-soft:     #FFFCF5;
      --c-bg:             #FFFFFF;
      --c-text:           #1B2A50;
      --c-text-muted:     #5B6B82;
      --c-text-soft:      #8893A8;
      --c-border:         #EDEFF4;
      --c-border-strong:  #DCE1EC;

      --container:        1440px;

      --radius-sm:        12px;
      --radius:           18px;
      --radius-lg:        28px;
      --radius-xl:        36px;

      --shadow-sm:   0 1px 2px rgba(27,42,80,.04), 0 1px 3px rgba(27,42,80,.06);
      --shadow:      0 4px 14px rgba(27,42,80,.06), 0 2px 4px rgba(27,42,80,.04);
      --shadow-md:   0 14px 32px rgba(27,42,80,.10), 0 6px 12px rgba(27,42,80,.06);
      --shadow-lg:   0 28px 56px rgba(27,42,80,.12), 0 10px 20px rgba(27,42,80,.06);
      --shadow-cta:  0 12px 28px rgba(239,123,49,.32);
      --shadow-cta-h:0 16px 36px rgba(239,123,49,.42);

      --t-fast:  .2s cubic-bezier(.4,0,.2,1);
      --t:       .35s cubic-bezier(.4,0,.2,1);
      --t-slow:  .6s cubic-bezier(.16,1,.3,1);
    }

    *, *::before, *::after { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }

    body {
      margin: 0;
      font-family: 'Manrope', system-ui, -apple-system, sans-serif;
      font-size: 17px;
      line-height: 1.65;
      color: var(--c-text);
      background: var(--c-bg);
      overflow-x: hidden;
    }

    img { max-width: 100%; display: block; }
    a   { color: inherit; text-decoration: none; }
    button { font-family: inherit; cursor: pointer; border: none; background: none; }

    h1, h2, h3, h4 {
      margin: 0;
      font-family: 'Onest', 'Manrope', system-ui, sans-serif;
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -0.025em;
      color: var(--c-primary);
      text-wrap: balance;
    }
    p { margin: 0; text-wrap: pretty; }

    .container {
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 40px;
    }

    .eyebrow {
      display: inline-block;
      font-family: 'Manrope', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: var(--c-orange);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    .h2 {
      font-size: clamp(30px, 3.2vw, 44px);
      font-weight: 800;
      line-height: 1.1;
      color: var(--c-primary);
    }

    .lead {
      font-size: 17px;
      line-height: 1.7;
      color: var(--c-text-muted);
    }

    .visually-hidden {
      position: absolute;
      width: 1px; height: 1px;
      padding: 0; margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }

    /* ============================================
       1.5 ФОТО-ПЛЕЙСХОЛДЕРЫ
       Здесь будут реальные фотографии клиента.
       Сейчас — стилизованные плейсхолдеры в фирменных цветах.
       ============================================ */
    .photo {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #FFF0D4 0%, #FFD9A0 100%);
    }
    .photo::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle, rgba(27,62,111,0.07) 1.4px, transparent 1.4px);
      background-size: 22px 22px;
      background-position: 0 0;
      pointer-events: none;
    }
    .photo-icon {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--c-primary);
      opacity: .32;
      pointer-events: none;
    }
    .photo-icon svg {
      width: 34%;
      max-width: 130px;
      height: auto;
    }
    /* Варианты цвета фона */
    .photo.cream { background: linear-gradient(135deg, #FFF0D4 0%, #FFE0AE 100%); }
    .photo.sky   { background: linear-gradient(135deg, #DBEEF5 0%, #A8DDE9 100%); }
    .photo.mint  { background: linear-gradient(135deg, #DBF0CD 0%, #ABD68F 100%); }
    .photo.peach { background: linear-gradient(135deg, #FFE2CF 0%, #FCC396 100%); }
    .photo.lemon { background: linear-gradient(135deg, #FFF1B5 0%, #FFDD7A 100%); }
    .photo.lilac { background: linear-gradient(135deg, #EDE4F5 0%, #C9B6E0 100%); }

    /* Если в .photo вложен <img> с src — изображение перекрывает плейсхолдер */
    .photo img {
      position: relative;
      z-index: 2;
      width: 100%; height: 100%;
      object-fit: cover;
    }

    /* Реальные фото из Customizer — заполняют родительский контейнер */
    .hero-img,
    .about-visual-main,
    .service-img,
    .why-visual-main { position: relative; }
    .photo-real,
    .hero-img > img,
    .about-visual-main > img,
    .service-img > img,
    .why-visual-main > img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .hero-img,
    .about-visual-main,
    .service-img,
    .why-visual-main { overflow: hidden; }

    /* ============================================
       2. КНОПКИ
       ============================================ */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 17px 32px;
      border-radius: 14px;
      font-family: 'Onest', sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 1;
      letter-spacing: 0.005em;
      transition: transform var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
      white-space: nowrap;
    }
    .btn-primary {
      background: var(--c-orange);
      color: #fff;
      box-shadow: var(--shadow-cta);
    }
    .btn-primary:hover {
      background: var(--c-orange-soft);
      transform: translateY(-2px);
      box-shadow: var(--shadow-cta-h);
    }
    .btn-primary:active { transform: translateY(0); }

    /* ============================================
       3. ШАПКА
       ============================================ */
    .header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      padding: 18px 0;
      background: transparent;
      transition: background var(--t), padding var(--t), box-shadow var(--t);
    }
    .header.scrolled {
      background: rgba(255, 252, 245, 0.94);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      box-shadow: 0 4px 24px rgba(27,42,80,.06);
      padding: 12px 0;
    }
    .header-inner {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 24px;
    }
    .nav {
      display: flex;
      align-items: center;
      gap: 34px;
      justify-self: start;
    }
    .nav a {
      font-size: 15px;
      font-weight: 600;
      color: var(--c-text);
      position: relative;
      padding: 6px 0;
      transition: color var(--t-fast);
    }
    .nav a::after {
      content: '';
      position: absolute;
      left: 0; bottom: 0;
      width: 0; height: 2px;
      background: var(--c-orange);
      transition: width var(--t);
    }
    .nav a:hover { color: var(--c-orange); }
    .nav a:hover::after { width: 100%; }

    .logo {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: 'Onest', sans-serif;
      font-weight: 800;
      font-size: 24px;
      letter-spacing: -0.03em;
      color: var(--c-primary);
      justify-self: center;
    }
    .logo-mark { width: 44px; height: 44px; flex-shrink: 0; }
    .logo-text { display: inline-flex; align-items: baseline; }
    .logo-text .step { color: var(--c-green); }
    /* Кастомный логотип WP — ограничиваем размер чтобы не ломал шапку */
    .header .logo .custom-logo,
    .header .logo .custom-logo-link img {
      max-height: 48px;
      width: auto;
      height: auto;
      max-width: 200px;
      flex-shrink: 0;
    }

    .header-cta {
      display: flex;
      align-items: center;
      gap: 14px;
      justify-self: end;
    }
    .header-icon {
      width: 44px; height: 44px;
      border-radius: 50%;
      background: rgba(27,62,111,.06);
      color: var(--c-primary);
      display: grid; place-items: center;
      transition: background var(--t-fast), color var(--t-fast);
    }
    .header-icon:hover { background: var(--c-primary); color: #fff; }
    .header-icon svg { width: 18px; height: 18px; }

    .btn-header { padding: 14px 24px; font-size: 14px; }

    .burger {
      display: none;
      width: 44px; height: 44px;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: var(--c-primary);
      color: #fff;
    }
    .burger svg { width: 22px; height: 22px; }

    /* ============================================
       4. HERO + плавающие декорации
       ============================================ */
    .hero {
      position: relative;
      padding: 140px 0 100px;
      background: var(--c-cream);
      overflow: hidden;
    }
    .hero-inner {
      display: grid;
      grid-template-columns: 1fr 1.2fr 1fr;
      align-items: center;
      gap: 40px;
      position: relative;
      z-index: 2;
    }
    .hero-img {
      position: relative;
      overflow: hidden;
      aspect-ratio: 3 / 4;
      box-shadow: var(--shadow-lg);
      border-radius: 200px 200px 32px 32px;
    }
    .hero-img.right { border-radius: 32px 32px 200px 200px; }

    .hero-text {
      text-align: center;
      padding: 0 8px;
      position: relative;
      z-index: 3;
    }
    .hero-text h1 {
      font-size: clamp(30px, 3.5vw, 46px);
      font-weight: 800;
      line-height: 1.08;
      color: var(--c-primary);
      margin-bottom: 22px;
      text-wrap: balance;
    }
    .hero-text h1 .accent { color: var(--c-green); }
    .hero-text p {
      font-size: 17px;
      line-height: 1.65;
      color: var(--c-text-muted);
      margin-bottom: 32px;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Плавающие декорации hero */
    .deco { position: absolute; pointer-events: none; z-index: 3; }
    .deco-pluses {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
    }
    .deco-pluses span {
      display: block;
      width: 14px; height: 14px;
      position: relative;
    }
    .deco-pluses span::before,
    .deco-pluses span::after {
      content: '';
      position: absolute;
      background: var(--c-green);
      border-radius: 1px;
    }
    .deco-pluses span::before { top: 50%; left: 0; width: 100%; height: 3px; transform: translateY(-50%); }
    .deco-pluses span::after  { left: 50%; top: 0; height: 100%; width: 3px; transform: translateX(-50%); }

    /* Размещение декораций */
    .deco-1 { /* плюсики справа сверху */
      top: 130px; right: 32%;
      width: 110px;
    }
    .deco-2 { /* большая желтая звезда */
      top: 200px; left: 38%;
      width: 32px; height: 32px;
      color: var(--c-yellow);
      animation: floatY 5s ease-in-out infinite;
    }
    .deco-3 { /* бирюзовая звезда мелкая */
      bottom: 240px; right: 36%;
      width: 24px; height: 24px;
      color: var(--c-cyan);
      animation: floatY 4s ease-in-out infinite .8s;
    }
    .deco-4 { /* большой рисованный декор слева снизу */
      bottom: 40px; left: 24%;
      width: 110px; height: auto;
      animation: floatY 6s ease-in-out infinite .4s;
    }
    .deco-6 { /* мини рисованный декор справа сверху */
      top: 300px; right: 29%;
      width: 70px; height: auto;
      animation: floatY 5s ease-in-out infinite 1.2s;
    }
    img.deco { object-fit: contain; }

    /* Плейсхолдер декоративной иллюстрации (клиентка заменит на свой PNG/SVG) */
    .deco-ph {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 5px;
      border: 2px dashed rgba(27,62,111,0.28);
      border-radius: 16px;
      background: rgba(255,255,255,0.55);
      color: rgba(27,62,111,0.55);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
    }
    .deco-ph svg { width: 26px; height: 26px; }
    .deco-ph span {
      font-family: 'Onest', sans-serif;
      font-size: 10.5px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .deco-ph-sm { border-radius: 12px; }
    .deco-ph-sm svg { width: 20px; height: 20px; }
    .deco-5 { /* плюсики слева сверху */
      top: 220px; left: 30%;
      width: 84px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }
    .deco-5 span {
      display: block;
      width: 12px; height: 12px;
      position: relative;
    }
    .deco-5 span::before,
    .deco-5 span::after {
      content: '';
      position: absolute;
      background: var(--c-cyan);
      border-radius: 1px;
    }
    .deco-5 span::before { top: 50%; left: 0; width: 100%; height: 2.5px; transform: translateY(-50%); }
    .deco-5 span::after  { left: 50%; top: 0; height: 100%; width: 2.5px; transform: translateX(-50%); }

    @keyframes floatY {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      50%      { transform: translateY(-14px) rotate(8deg); }
    }

    /* ============================================
       5. ABOUT
       ============================================ */
    .about {
      padding: 120px 0;
      background: #fff;
    }
    .about-inner {
      display: grid;
      grid-template-columns: 0.92fr 1.1fr;
      align-items: center;
      gap: 84px;
    }
    .about-visual {
      position: relative;
      max-width: 90%;
    }
    .about-visual-main {
      width: 100%;
      aspect-ratio: 4 / 5;
      border-radius: 260px 260px 32px 32px;
      box-shadow: var(--shadow-lg);
    }
    .about-sticker {
      position: absolute;
      bottom: 36px;
      right: -22px;
      background: var(--c-yellow);
      color: var(--c-primary);
      padding: 18px 22px;
      border-radius: 18px;
      box-shadow: 0 14px 30px rgba(255,199,44,.36);
      transform: rotate(-4deg);
      z-index: 4;
      font-family: 'Onest', sans-serif;
      max-width: 220px;
    }
    .about-sticker strong {
      display: block;
      font-size: 18px;
      font-weight: 800;
      line-height: 1.15;
      margin-bottom: 4px;
    }
    .about-sticker span {
      font-size: 13px;
      font-weight: 600;
      line-height: 1.35;
      opacity: .82;
    }

    .about-content h2 { margin-bottom: 22px; }
    .about-content > p {
      font-size: 17px;
      line-height: 1.75;
      color: var(--c-text-muted);
      margin-bottom: 30px;
    }
    .about-list {
      list-style: none;
      padding: 0;
      margin: 0 0 36px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .about-list li {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-size: 16px;
      color: var(--c-text);
      line-height: 1.55;
    }
    .check-icon {
      flex-shrink: 0;
      width: 26px; height: 26px;
      border-radius: 50%;
      background: var(--c-yellow);
      color: var(--c-primary);
      display: grid; place-items: center;
      margin-top: 1px;
    }
    .check-icon svg { width: 14px; height: 14px; stroke-width: 3; }

    /* ============================================
       6. SERVICES
       ============================================ */
    .services {
      padding: 120px 0;
      background: var(--c-cream);
    }
    .section-head {
      text-align: center;
      max-width: 720px;
      margin: 0 auto 64px;
    }
    .section-head h2 { margin-bottom: 18px; }
    .section-head p {
      color: var(--c-text-muted);
      font-size: 17px;
      line-height: 1.65;
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }
    .service-card {
      background: #fff;
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow);
      transition: transform var(--t), box-shadow var(--t);
      display: flex;
      flex-direction: column;
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-lg);
    }
    .service-img {
      aspect-ratio: 4/3;
    }
    .service-body {
      padding: 26px 24px 28px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      flex: 1;
    }
    .service-icon {
      width: 48px; height: 48px;
      border-radius: 14px;
      display: grid; place-items: center;
    }
    .service-icon svg { width: 26px; height: 26px; }
    .service-icon.green  { background: rgba(107,180,74,.14); color: var(--c-green); }
    .service-icon.orange { background: rgba(239,123,49,.14); color: var(--c-orange); }
    .service-icon.cyan   { background: rgba(77,190,210,.16); color: var(--c-cyan); }
    .service-icon.yellow { background: rgba(255,199,44,.22); color: #B98700; }
    .service-card h3 {
      font-size: 19px;
      font-weight: 700;
      color: var(--c-primary);
      line-height: 1.25;
      min-height: 48px;
    }
    .service-card p {
      font-size: 14.5px;
      line-height: 1.6;
      color: var(--c-text-muted);
      flex: 1;
    }

    /* ============================================
       7. PROCESS
       ============================================ */
    .process {
      padding: 120px 0;
      background: #fff;
    }
    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      position: relative;
    }
    .process-grid::before {
      content: '';
      position: absolute;
      top: 44px;
      left: 10%; right: 10%;
      height: 2px;
      background-image: linear-gradient(to right, var(--c-border-strong) 50%, transparent 50%);
      background-size: 14px 2px;
      background-repeat: repeat-x;
      z-index: 0;
    }
    .process-step {
      background: var(--c-cream);
      border-radius: var(--radius-lg);
      padding: 74px 26px 30px;
      position: relative;
      z-index: 1;
      transition: transform .35s cubic-bezier(.4,0,.2,1),
                  box-shadow .35s cubic-bezier(.4,0,.2,1),
                  background .3s;
      text-align: center;
    }
    /* Акцентная линия снизу — появляется при наведении в цвете своего шага */
    .process-step::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: 4px;
      border-radius: 4px 4px 0 0;
      transform: translateX(-50%);
      transition: width .45s cubic-bezier(.65,0,.35,1);
    }
    .process-step:nth-child(1)::after { background: var(--c-orange); }
    .process-step:nth-child(2)::after { background: var(--c-green);  }
    .process-step:nth-child(3)::after { background: var(--c-cyan);   }
    .process-step:nth-child(4)::after { background: var(--c-primary);}

    .process-step:hover {
      transform: translateY(-10px);
      box-shadow: var(--shadow-lg);
      background: #fff;
    }
    .process-step:hover::after { width: 64%; }

    /* Заголовок плавно переходит в цвет своего шага */
    .process-step h3 { transition: color .3s; }
    .process-step:nth-child(1):hover h3 { color: var(--c-orange); }
    .process-step:nth-child(2):hover h3 { color: var(--c-green);  }
    .process-step:nth-child(3):hover h3 { color: var(--c-cyan);   }
    .process-step:nth-child(4):hover h3 { color: var(--c-primary);}

    /* Степ-номер «прыгает» с поворотом — как ребёнок, перепрыгивающий по ступенькам */
    @keyframes stepBounce {
      0%   { transform: translateX(-50%) translateY(0)    rotate(0); }
      25%  { transform: translateX(-50%) translateY(-20px) rotate(-14deg); }
      50%  { transform: translateX(-50%) translateY(0)    rotate(10deg); }
      72%  { transform: translateX(-50%) translateY(-7px) rotate(-4deg); }
      100% { transform: translateX(-50%) translateY(0)    rotate(0); }
    }
    .process-step:hover .step-num {
      animation: stepBounce .75s cubic-bezier(.34,1.56,.64,1);
    }

    .step-num {
      position: absolute;
      top: -32px;
      left: 50%;
      transform: translateX(-50%);
      width: 64px; height: 64px;
      border-radius: 50%;
      color: #fff;
      font-family: 'Onest', sans-serif;
      font-size: 20px;
      font-weight: 800;
      display: grid; place-items: center;
      border: 4px solid #fff;
    }
    .process-step:nth-child(1) .step-num { background: var(--c-orange); box-shadow: 0 8px 18px rgba(239,123,49,.32); }
    .process-step:nth-child(2) .step-num { background: var(--c-green);  box-shadow: 0 8px 18px rgba(107,180,74,.32); }
    .process-step:nth-child(3) .step-num { background: var(--c-cyan);   box-shadow: 0 8px 18px rgba(77,190,210,.32); }
    .process-step:nth-child(4) .step-num { background: var(--c-primary);box-shadow: 0 8px 18px rgba(27,62,111,.32); }

    .process-step h3 {
      font-size: 19px;
      font-weight: 700;
      color: var(--c-primary);
      margin-bottom: 12px;
      line-height: 1.25;
    }
    .process-step p {
      font-size: 15px;
      line-height: 1.6;
      color: var(--c-text-muted);
    }

    /* ============================================
       8. WHY US
       ============================================ */
    .why {
      padding: 120px 0;
      background: var(--c-cream);
    }
    .why-inner {
      display: grid;
      grid-template-columns: 1fr 1.05fr;
      gap: 72px;
      align-items: center;
    }
    .why-visual { position: relative; }
    .why-visual-main {
      width: 100%;
      aspect-ratio: 4 / 4.5;
      border-radius: 32px;
      box-shadow: var(--shadow-lg);
    }
    .why-sticker {
      position: absolute;
      top: 28px;
      left: -28px;
      background: #fff;
      padding: 18px 22px;
      border-radius: var(--radius);
      box-shadow: var(--shadow-md);
      display: flex;
      align-items: center;
      gap: 14px;
      z-index: 4;
      max-width: 290px;
    }
    .why-sticker-icon {
      width: 48px; height: 48px;
      border-radius: 14px;
      background: var(--c-green);
      color: #fff;
      display: grid; place-items: center;
      flex-shrink: 0;
    }
    .why-sticker-icon svg { width: 24px; height: 24px; }
    .why-sticker strong {
      display: block;
      font-family: 'Onest', sans-serif;
      font-size: 15px;
      font-weight: 800;
      color: var(--c-primary);
      margin-bottom: 4px;
      line-height: 1.2;
    }
    .why-sticker span {
      font-size: 13px;
      color: var(--c-text-muted);
      line-height: 1.4;
    }

    .why-content h2 { margin-bottom: 22px; }
    .why-content > p {
      font-size: 17px;
      line-height: 1.7;
      color: var(--c-text-muted);
      margin-bottom: 34px;
    }
    .why-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .why-item {
      padding: 26px 24px 28px;
      border-radius: 22px;
      color: #fff;
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: transform var(--t);
    }
    .why-item:hover { transform: translateY(-4px); }
    .why-item-icon {
      width: 46px; height: 46px;
      border-radius: 14px;
      background: rgba(255,255,255,.20);
      display: grid; place-items: center;
    }
    .why-item-icon svg { width: 24px; height: 24px; color: #fff; }
    .why-item h4 {
      font-size: 17px;
      font-weight: 700;
      color: #fff;
      line-height: 1.25;
      text-wrap: balance;
    }
    .why-item p {
      font-size: 14px;
      line-height: 1.55;
      color: rgba(255,255,255,.92);
    }
    .why-item.orange { background: var(--c-orange); }
    .why-item.blue   { background: var(--c-primary); }
    .why-item.green  { background: var(--c-green); }
    .why-item.yellow { background: var(--c-yellow); }
    .why-item.yellow h4 { color: var(--c-primary); }
    .why-item.yellow p  { color: var(--c-primary); opacity: .82; }
    .why-item.yellow .why-item-icon { background: rgba(27,62,111,.14); }
    .why-item.yellow .why-item-icon svg { color: var(--c-primary); }

    /* ============================================
       9. FAQ — фото растягивается под высоту вопросов
       ============================================ */
    .faq {
      padding: 120px 0;
      background: #fff;
    }
    .faq-wrap {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 60px;
      align-items: stretch;
    }
    .faq-left {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .faq-left-head h2 { margin-bottom: 16px; }
    .faq-left-head p {
      font-size: 15.5px;
      color: var(--c-text-muted);
      line-height: 1.7;
    }
    .faq-cta-card {
      background: var(--c-primary);
      color: #fff;
      border-radius: 22px;
      padding: 26px 24px;
      position: relative;
      overflow: hidden;
      margin-top: auto;
    }
    .faq-cta-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1.4px, transparent 1.4px);
      background-size: 18px 18px;
      pointer-events: none;
    }
    .faq-cta-card strong {
      display: block;
      font-family: 'Onest', sans-serif;
      font-size: 17px;
      color: #fff;
      margin-bottom: 8px;
      position: relative;
      z-index: 2;
    }
    .faq-cta-card p {
      font-size: 14px;
      color: rgba(255,255,255,.78);
      margin-bottom: 16px;
      line-height: 1.55;
      position: relative;
      z-index: 2;
    }
    .faq-cta-card .btn {
      position: relative;
      z-index: 2;
    }

    .faq-items {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .faq-item {
      background: var(--c-cream);
      border-radius: 18px;
      overflow: hidden;
      transition: background var(--t-fast), box-shadow var(--t-fast);
    }
    .faq-item.open {
      background: #fff;
      box-shadow: var(--shadow-md);
      border: 1px solid var(--c-border);
    }
    .faq-q {
      padding: 24px 28px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      font-family: 'Onest', sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: var(--c-primary);
      line-height: 1.35;
      transition: color var(--t-fast);
      width: 100%;
      text-align: left;
    }
    .faq-q:hover { color: var(--c-orange); }
    .faq-item.open .faq-q { color: var(--c-orange); padding-bottom: 10px; }
    .faq-toggle {
      width: 34px; height: 34px;
      border-radius: 50%;
      background: rgba(27,62,111,.08);
      display: grid; place-items: center;
      flex-shrink: 0;
      transition: background var(--t-fast);
    }
    .faq-toggle svg {
      width: 15px; height: 15px;
      color: var(--c-primary);
      transition: transform var(--t-fast);
    }
    .faq-item.open .faq-toggle { background: var(--c-orange); }
    .faq-item.open .faq-toggle svg {
      color: #fff;
      transform: rotate(45deg);
    }
    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height var(--t);
    }
    .faq-a-inner {
      padding: 0 28px 24px;
      font-size: 15.5px;
      line-height: 1.7;
      color: var(--c-text-muted);
    }

    /* ============================================
       10. CTA + FORM (с декорациями)
       ============================================ */
    .cta-section {
      padding: 80px 0 120px;
      background-color: var(--c-cream);
      background-image: url('../images/cta-bg.png');
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      position: relative;
    }
    .cta-inner {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 24px;
      align-items: stretch;
    }
    .cta-info {
      background: var(--c-primary);
      color: #fff;
      border-radius: var(--radius-lg);
      padding: 46px 40px;
      position: relative;
      overflow: hidden;
    }
    /* Точечный узор */
    .cta-info::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle, rgba(255,255,255,0.08) 1.5px, transparent 1.5px);
      background-size: 22px 22px;
      pointer-events: none;
    }
    /* Большая мягкая звезда в углу */
    .cta-deco-star {
      position: absolute;
      bottom: -36px;
      right: -36px;
      width: 220px; height: 220px;
      opacity: 0.07;
      color: #fff;
      pointer-events: none;
    }
    .cta-info h3 {
      font-size: 26px;
      color: #fff;
      margin-bottom: 28px;
      line-height: 1.18;
      font-weight: 800;
      position: relative;
      z-index: 2;
    }
    .cta-info-block {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 24px;
      position: relative;
      z-index: 2;
    }
    .cta-info-block:last-child { margin-bottom: 0; }
    .cta-info-icon {
      width: 46px; height: 46px;
      border-radius: 14px;
      background: var(--c-orange);
      display: grid; place-items: center;
      flex-shrink: 0;
    }
    .cta-info-icon svg { width: 22px; height: 22px; color: #fff; }
    .cta-info-block h4 {
      font-size: 17px;
      color: #fff;
      margin-bottom: 6px;
      font-weight: 700;
    }
    .cta-info-block p {
      font-size: 14.5px;
      color: rgba(255,255,255,.85);
      line-height: 1.55;
    }

    .cta-form {
      background: #fff;
      border-radius: var(--radius-lg);
      padding: 42px;
      box-shadow: var(--shadow-md);
      border: 1px solid var(--c-border);
    }
    .cta-form h3 {
      font-size: 26px;
      color: var(--c-primary);
      margin-bottom: 8px;
      font-weight: 800;
    }
    .cta-form .form-lead {
      font-size: 15px;
      color: var(--c-text-muted);
      margin-bottom: 26px;
      line-height: 1.55;
    }
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .field { position: relative; }
    .field.full { grid-column: 1/-1; }
    .field label {
      position: absolute;
      top: 15px; left: 18px;
      font-size: 14px;
      color: var(--c-text-soft);
      pointer-events: none;
      transition: all var(--t-fast);
      background: #fff;
      padding: 0 6px;
    }
    .field input,
    .field select,
    .field textarea {
      width: 100%;
      padding: 16px 18px;
      border: 1.5px solid var(--c-border-strong);
      border-radius: 14px;
      font-family: inherit;
      font-size: 15px;
      color: var(--c-text);
      background: #fff;
      transition: border-color var(--t-fast), box-shadow var(--t-fast);
      appearance: none;
      -webkit-appearance: none;
    }
    .field textarea { resize: vertical; min-height: 90px; line-height: 1.5; }
    .field select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4.5L6 8.5L10 4.5' stroke='%235B6B82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 18px center;
      background-size: 13px;
      padding-right: 44px;
      color: var(--c-text-soft);
    }
    .field select:not([data-empty]) { color: var(--c-text); }
    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      outline: none;
      border-color: var(--c-orange);
      box-shadow: 0 0 0 4px rgba(239,123,49,.10);
    }
    .field input:focus + label,
    .field input:not(:placeholder-shown) + label,
    .field textarea:focus + label,
    .field textarea:not(:placeholder-shown) + label {
      top: -8px;
      font-size: 12px;
      color: var(--c-orange);
      font-weight: 600;
    }
    .form-submit {
      margin-top: 22px;
      width: 100%;
      padding: 18px;
      font-size: 15px;
    }
    .form-note {
      margin-top: 14px;
      font-size: 12.5px;
      color: var(--c-text-soft);
      text-align: center;
      line-height: 1.5;
    }

    /* ============================================
       11. FOOTER
       ============================================ */
    .footer {
      background: var(--c-primary-dark);
      color: rgba(255,255,255,.78);
      padding: 90px 0 0;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr 1fr 1fr 1.4fr;
      gap: 56px;
    }
    .footer-brand .logo {
      color: #fff;
      margin-bottom: 22px;
    }
    .footer-brand p {
      font-size: 15px;
      line-height: 1.7;
      color: rgba(255,255,255,.72);
      margin-bottom: 26px;
      max-width: 320px;
    }
    .footer-socials {
      display: flex;
      gap: 10px;
    }
    .footer-socials a {
      width: 42px; height: 42px;
      border-radius: 12px;
      background: var(--c-orange);
      color: #fff;
      display: grid; place-items: center;
      transition: transform var(--t-fast), background var(--t-fast);
    }
    .footer-socials a:hover {
      background: var(--c-orange-soft);
      transform: translateY(-3px);
    }
    .footer-socials svg { width: 18px; height: 18px; }

    .footer-col h4 {
      font-family: 'Onest', sans-serif;
      color: var(--c-orange);
      font-size: 19px;
      font-weight: 800;
      margin-bottom: 24px;
    }
    .footer-col ul {
      list-style: none; padding: 0; margin: 0;
      display: flex;
      flex-direction: column;
      gap: 13px;
    }
    .footer-col ul a {
      font-size: 15px;
      color: rgba(255,255,255,.74);
      transition: color var(--t-fast), padding-left var(--t-fast);
    }
    .footer-col ul a:hover {
      color: var(--c-orange);
      padding-left: 4px;
    }

    /* Обратный звонок в футере */
    .footer-call p {
      font-size: 14.5px;
      line-height: 1.6;
      color: rgba(255,255,255,.72);
      margin-bottom: 18px;
    }
    .footer-form {
      display: flex;
      gap: 8px;
      background: #fff;
      border-radius: 14px;
      padding: 6px;
      box-shadow: 0 4px 16px rgba(0,0,0,.18);
    }
    .footer-form input {
      flex: 1;
      border: none;
      padding: 14px 16px;
      font-family: inherit;
      font-size: 14.5px;
      color: var(--c-text);
      background: transparent;
      min-width: 0;
    }
    .footer-form input:focus { outline: none; }
    .footer-form input::placeholder { color: var(--c-text-soft); }
    .footer-form button {
      background: var(--c-orange);
      color: #fff;
      padding: 13px 22px;
      border-radius: 10px;
      font-family: 'Onest', sans-serif;
      font-weight: 700;
      font-size: 14px;
      transition: background var(--t-fast);
      white-space: nowrap;
    }
    .footer-form button:hover { background: var(--c-orange-soft); }

    .footer-bottom {
      margin-top: 60px;
      padding: 26px 0;
      border-top: 1px solid rgba(255,255,255,.10);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      font-size: 14px;
      color: rgba(255,255,255,.6);
    }

    /* ============================================
       12. ANIMATIONS
       ============================================ */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity var(--t-slow), transform var(--t-slow);
    }
    .reveal.in {
      opacity: 1;
      transform: translateY(0);
    }
    .reveal.delay-1 { transition-delay: 0.1s; }
    .reveal.delay-2 { transition-delay: 0.2s; }
    .reveal.delay-3 { transition-delay: 0.3s; }
    .reveal.delay-4 { transition-delay: 0.4s; }

    /* ============================================
       13. МОБИЛЬНОЕ МЕНЮ
       ============================================ */
    .mobile-menu {
      position: fixed;
      inset: 0;
      background: rgba(15, 36, 71, 0.96);
      backdrop-filter: blur(10px);
      z-index: 200;
      display: flex;
      flex-direction: column;
      padding: 80px 32px 32px;
      transform: translateY(-100%);
      opacity: 0;
      transition: transform .4s cubic-bezier(.16,1,.3,1), opacity .3s;
      pointer-events: none;
    }
    .mobile-menu.open {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }
    .mobile-menu-close {
      position: absolute;
      top: 24px; right: 24px;
      width: 44px; height: 44px;
      border-radius: 12px;
      background: rgba(255,255,255,.10);
      color: #fff;
      display: grid; place-items: center;
    }
    .mobile-menu-close svg { width: 22px; height: 22px; }
    .mobile-menu a {
      color: #fff;
      font-family: 'Onest', sans-serif;
      font-size: 22px;
      font-weight: 700;
      padding: 16px 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .mobile-menu .btn {
      margin-top: 24px;
      width: 100%;
    }

    /* ============================================
       14. RESPONSIVE
       ============================================ */
    @media (max-width: 1200px) {
      .container { padding: 0 32px; }
      .nav { gap: 24px; }
      .nav a { font-size: 14px; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .process-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 22px; }
      .process-grid::before { display: none; }
      .hero-inner { grid-template-columns: 1fr 1.4fr 1fr; gap: 24px; }
      .deco-1, .deco-5, .deco-6 { display: none; } /* убрать декорации на средних экранах */
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
    }

    @media (max-width: 900px) {
      .container { padding: 0 24px; }
      .header-inner { display: flex; justify-content: space-between; }
      .nav, .header-icon, .btn-header { display: none; }
      .logo { justify-self: start; }
      .burger { display: inline-flex; }

      .hero { padding: 120px 0 70px; }
      .hero-inner { grid-template-columns: 1fr; }
      .hero-img { display: none; }
      .hero-text { padding: 0; }
      .deco { display: none; }

      .about, .services, .process, .why, .faq, .cta-section { padding: 80px 0; }

      .about-inner, .why-inner { grid-template-columns: 1fr; gap: 60px; }
      .about-visual { max-width: 100%; }
      .about-visual-main, .why-visual-main { max-width: 520px; margin: 0 auto; }
      .about-sticker { right: 0; }

      .faq-wrap { grid-template-columns: 1fr; gap: 40px; }

      .cta-inner { grid-template-columns: 1fr; }
      .form-grid { grid-template-columns: 1fr; }
      .why-grid { grid-template-columns: 1fr; }

      .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    }

    @media (max-width: 560px) {
      .container { padding: 0 18px; }
      .hero-text h1 { font-size: 28px; }
      .h2 { font-size: 26px; }
      .cta-info, .cta-form { padding: 28px 22px; }
      .services-grid, .process-grid { grid-template-columns: 1fr; }
      .footer { padding-top: 60px; }
      .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
      .section-head { margin-bottom: 40px; }
      .about, .services, .process, .why, .faq, .cta-section { padding: 64px 0; }
      .footer-form { flex-direction: column; padding: 8px; }
      .footer-form button { width: 100%; padding: 14px; }
    }
    /* ============================================
       15. МОДАЛЬНОЕ ОКНО (поп-ап успеха/ошибки)
       ============================================ */
    .modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(15, 36, 71, 0.65);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      z-index: 300;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      opacity: 0;
      pointer-events: none;
      transition: opacity .3s ease;
    }
    .modal-overlay.open {
      opacity: 1;
      pointer-events: auto;
    }
    .modal {
      background: #fff;
      border-radius: var(--radius-lg);
      padding: 48px 40px 40px;
      max-width: 460px;
      width: 100%;
      text-align: center;
      box-shadow: 0 40px 80px rgba(15, 36, 71, .3);
      transform: scale(.92) translateY(20px);
      opacity: 0;
      transition: transform .4s cubic-bezier(.34,1.56,.64,1), opacity .3s ease;
      position: relative;
    }
    .modal-overlay.open .modal {
      transform: scale(1) translateY(0);
      opacity: 1;
    }
    .modal-close {
      position: absolute;
      top: 16px; right: 16px;
      width: 36px; height: 36px;
      border-radius: 50%;
      background: rgba(27,62,111,.06);
      color: var(--c-primary);
      display: grid;
      place-items: center;
      transition: background var(--t-fast);
    }
    .modal-close:hover { background: rgba(27,62,111,.12); }
    .modal-close svg { width: 16px; height: 16px; }
    .modal-icon {
      width: 80px; height: 80px;
      border-radius: 50%;
      background: var(--c-green);
      color: #fff;
      display: grid;
      place-items: center;
      margin: 0 auto 22px;
      box-shadow: 0 12px 30px rgba(107,180,74,.32);
      animation: modalIconPulse .6s cubic-bezier(.34,1.56,.64,1);
    }
    .modal-icon.error {
      background: var(--c-orange);
      box-shadow: 0 12px 30px rgba(239,123,49,.32);
    }
    .modal-icon svg { width: 38px; height: 38px; stroke-width: 2.4; }
    @keyframes modalIconPulse {
      0%   { transform: scale(0); }
      60%  { transform: scale(1.15); }
      100% { transform: scale(1); }
    }
    .modal h3 {
      font-family: 'Onest', sans-serif;
      font-size: 24px;
      color: var(--c-primary);
      margin-bottom: 12px;
    }
    .modal p {
      font-size: 16px;
      line-height: 1.6;
      color: var(--c-text-muted);
      margin-bottom: 28px;
    }
    .modal .btn {
      width: 100%;
    }

    /* ============================================
       16. 404 — страница не найдена
       ============================================ */
    .error-404 {
      min-height: calc(100vh - 80px);
      padding: 160px 0 100px;
      background: var(--c-cream);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }
    .error-404-inner {
      text-align: center;
      max-width: 560px;
      position: relative;
      z-index: 2;
    }
    .error-404-num {
      font-family: 'Onest', sans-serif;
      font-size: clamp(120px, 22vw, 220px);
      font-weight: 800;
      line-height: 1;
      color: var(--c-primary);
      letter-spacing: -0.04em;
      margin-bottom: 8px;
      position: relative;
      display: inline-block;
    }
    .error-404-num::before,
    .error-404-num::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background: var(--c-yellow);
      border-radius: 50%;
    }
    .error-404-num::before {
      top: 10%;
      left: -30px;
      animation: floatY 5s ease-in-out infinite;
    }
    .error-404-num::after {
      bottom: 15%;
      right: -30px;
      background: var(--c-green);
      animation: floatY 5s ease-in-out infinite 1s;
    }
    .error-404 h1 {
      font-size: clamp(26px, 3vw, 38px);
      color: var(--c-primary);
      margin-bottom: 16px;
    }
    .error-404 p {
      font-size: 17px;
      color: var(--c-text-muted);
      line-height: 1.7;
      margin-bottom: 32px;
    }

    /* Декоративные звёзды на 404 */
    .error-404-star {
      position: absolute;
      pointer-events: none;
      z-index: 1;
    }
    .error-404-star.s1 {
      top: 15%; left: 12%;
      width: 38px; height: 38px;
      color: var(--c-yellow);
      animation: floatY 6s ease-in-out infinite;
    }
    .error-404-star.s2 {
      bottom: 20%; right: 14%;
      width: 28px; height: 28px;
      color: var(--c-cyan);
      animation: floatY 5s ease-in-out infinite .8s;
    }
    .error-404-star.s3 {
      top: 28%; right: 22%;
      width: 22px; height: 22px;
      color: var(--c-orange);
      animation: floatY 7s ease-in-out infinite .4s;
    }

    @media (max-width: 560px) {
      .modal { padding: 36px 24px 28px; }
      .modal h3 { font-size: 20px; }
      .error-404 { padding: 130px 0 60px; }
      .error-404-num::before, .error-404-num::after { display: none; }
    }



/* LogoStep V3 OVERRIDES START */
.header .logo, .header .logo a { line-height: 0; }
.header .logo .custom-logo,
.header .logo img.custom-logo,
.header .logo > a > img,
.header .logo img {
    height: 48px !important;
    width: auto !important;
    max-width: 240px !important;
    max-height: 48px !important;
    object-fit: contain !important;
    display: inline-block !important;
}
@media (max-width: 640px) {
    .header .logo .custom-logo,
    .header .logo img.custom-logo,
    .header .logo img {
        height: 40px !important;
        max-width: 180px !important;
        max-height: 40px !important;
    }
}
.cta-section {
    position: relative;
    background-image: linear-gradient(rgba(27, 62, 111, 0.84), rgba(27, 62, 111, 0.92)), url('https://cm18485-wordpress-fw3ij.tw1.ru/wp-content/uploads/2026/06/cta_bg-v3.png');
    background-size: cover;
    background-position: center;
}
/* LogoStep V3 OVERRIDES END */

/* LogoStep V5 OVERRIDES START */
/* Шапка: WP вытаскивает <a class="custom-logo-link"> наружу из обёртки <a class="logo">.
   Поэтому целимся напрямую в .custom-logo / .custom-logo-link img. */
.header .logo,
.header .logo a,
.header-inner .custom-logo-link { line-height: 0; }

.header-inner .custom-logo,
.header-inner .custom-logo-link img,
.header .custom-logo,
.header img.custom-logo {
    height: 40px !important;
    width: auto !important;
    max-width: 160px !important;
    max-height: 40px !important;
    object-fit: contain !important;
    display: inline-block !important;
}
@media (max-width: 640px) {
    .header-inner .custom-logo,
    .header-inner .custom-logo-link img,
    .header .custom-logo,
    .header img.custom-logo {
        height: 32px !important;
        max-width: 130px !important;
        max-height: 32px !important;
    }
}

/* Подвал: белый логотип-картинка вместо SVG */
.footer-brand .footer-logo-img {
    height: auto;
    width: auto;
    max-height: 88px;
    max-width: 170px;
    object-fit: contain;
    display: block;
}
@media (max-width: 640px) {
    .footer-brand .footer-logo-img {
        max-height: 72px;
        max-width: 140px;
    }
}
/* LogoStep V5 OVERRIDES END */


/* ============================================
   TEAM (наши специалисты) — V1
   ============================================ */
.team {
    padding: 120px 0;
    background: #fff;
}
.team .section-head { margin-bottom: 56px; }
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.team-card {
    background: var(--c-cream);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform var(--t), box-shadow var(--t);
    display: flex;
    flex-direction: column;
}
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}
.team-photo {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #FFF0D4 0%, #FFD9A0 100%);
}
.team-photo .team-photo-img,
.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--t-slow);
}
.team-card:hover .team-photo-img,
.team-card:hover .team-photo img { transform: scale(1.04); }
.team-photo-fallback {
    width: 100%; height: 100%;
    display: grid; place-items: center;
    font-family: 'Onest', sans-serif;
    font-size: 96px;
    font-weight: 800;
    color: var(--c-primary);
    opacity: .48;
}
.team-body {
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.team-name {
    font-family: 'Onest', sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: var(--c-primary);
    line-height: 1.25;
    margin: 0;
}
.team-name .team-age {
    font-size: 14px;
    font-weight: 600;
    color: var(--c-text-muted);
    margin-left: 6px;
    white-space: nowrap;
}
.team-role {
    font-size: 14px;
    font-weight: 700;
    color: var(--c-orange);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.team-bio {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--c-text-muted);
    margin: 0;
}

@media (max-width: 1100px) {
    .team-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .team { padding: 80px 0; }
}
@media (max-width: 600px) {
    .team-grid { grid-template-columns: 1fr; }
    .team-body { padding: 20px 20px 24px; }
}
