/* services.css — extracted from services.body.html */

:root {
      --section-rhythm: clamp(3.25rem, 6vw, 5.75rem);
      --faq-gap: 1rem;
      --faq-summary-min-h-mobile: 44px;
      --faq-summary-min-h-desktop: 48px;
      --faq-summary-pad-y: 0.72rem;
      --faq-summary-pad-x: 1rem;
      --faq-answer-pad: 0.95rem 1rem 1.1rem;
      --faq-cta-gap: 0.85rem;
      --faq-cta-padding: clamp(1.35rem, 3vw, 2rem);
    }

    .services-page {
      background: var(--surface-base);
      color: var(--ink);
    }

    .section-rhythm {
      padding-top: var(--section-rhythm);
      padding-bottom: var(--section-rhythm);
    }

    .section-kicker {
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.75rem;
      color: var(--ink-muted);
    }

    .hero-grid {
      display: grid;
      gap: 1.5rem;
      align-items: start;
    }

    .hero-title {
      font-size: clamp(2.35rem, 8.4vw, 5.4rem);
      line-height: 0.92;
      letter-spacing: -0.03em;
      margin-top: 0.75rem;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 800;
    }

    .hero-copy {
      font-size: clamp(1.02rem, 2.25vw, 1.2rem);
      line-height: 1.62;
      max-width: 39rem;
      color: var(--ink-muted);
    }

    .highlight-blue {
      background: var(--accent-blue);
      color: #fff;
      padding: 0 0.22em;
    }

    .highlight-red {
      background: var(--accent-red);
      color: #fff;
      padding: 0 0.22em;
    }

    .highlight-yellow {
      background: var(--accent-yellow);
      color: #000;
      padding: 0 0.22em;
    }

    .btn-brutal {
      min-height: var(--btn-min-h-mobile);
      background: var(--accent-yellow) !important;
      color: #000 !important;
      border: var(--border-strong) !important;
      box-shadow: var(--shadow-mid) !important;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .proof-panel {
      border: var(--border-strong);
      box-shadow: var(--shadow-mid);
      background: #fff;
      padding: 1.1rem;
      display: grid;
      gap: 0.7rem;
    }

    .proof-title {
      font-size: 0.76rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-weight: 800;
    }

    .proof-item {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 0.75rem;
      border: var(--border-strong);
      padding: 0.65rem 0.7rem;
      background: var(--surface-soft);
      font-size: 0.88rem;
    }

    .proof-item strong {
      font-family: var(--font-heading);
      font-size: 1.3rem;
      line-height: 1;
    }

    .trust-strip {
      border-top: var(--border-strong);
      border-bottom: var(--border-strong);
      padding: 0.85rem 0;
      margin-top: clamp(1.8rem, 4vw, 2.3rem);
      margin-bottom: clamp(1.9rem, 4vw, 2.5rem);
      overflow-x: auto;
      scrollbar-width: none;
    }

    .trust-strip::-webkit-scrollbar {
      display: none;
    }

    .trust-row {
      display: flex;
      gap: 0.7rem;
      min-width: max-content;
      padding: 0 0.15rem;
    }

    .trust-chip {
      border: var(--border-strong);
      padding: 0.48rem 0.72rem;
      background: #fff;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      white-space: nowrap;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
    }

    .trust-chip:nth-child(1) {
      border-bottom: 6px solid var(--accent-red);
    }

    .trust-chip:nth-child(2) {
      border-bottom: 6px solid var(--accent-blue);
    }

    .trust-chip:nth-child(3) {
      border-bottom: 6px solid var(--accent-yellow);
    }

    .trust-chip:nth-child(4) {
      border-bottom: 6px solid #000;
    }

    .services-grid {
      display: grid;
      gap: 1rem;
    }

    .service-card {
      border: var(--border-strong);
      box-shadow: var(--shadow-hard);
      background: #fff;
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: transform 180ms ease, box-shadow 180ms ease;
    }

    .service-card:hover {
      transform: translate(1px, 1px);
      box-shadow: var(--shadow-mid);
    }

    .service-accent {
      height: 9px;
      width: 100%;
    }

    .service-card:nth-child(1) .service-accent,
    .service-card:nth-child(4) .service-accent {
      background: var(--accent-red);
    }

    .service-card:nth-child(2) .service-accent {
      background: var(--accent-blue);
    }

    .service-card:nth-child(3) .service-accent {
      background: var(--accent-yellow);
    }

    .service-body {
      padding: 1.08rem;
      display: grid;
      gap: 0.75rem;
    }

    .service-body h2 {
      font-size: clamp(1.75rem, 3.3vw, 2.25rem);
      line-height: 1;
    }

    .service-meta {
      display: grid;
      gap: 0.55rem;
      font-size: 0.94rem;
      line-height: 1.45;
    }

    .service-meta div {
      border-top: var(--border-strong);
      padding-top: 0.5rem;
      display: grid;
      gap: 0.2rem;
    }

    .service-meta dt {
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.09em;
      font-weight: 800;
      color: var(--ink-muted);
    }

    .service-meta dd {
      margin: 0;
    }

    .process-zone {
      background: #000;
      color: #fff;
    }

    .process-grid {
      display: grid;
      gap: 0.9rem;
      position: relative;
    }

    .process-step {
      border: 3px solid #fff;
      background: #0f0f0f;
      padding: 0.95rem;
      min-height: 120px;
      display: grid;
      align-content: start;
      gap: 0.45rem;
    }

    .process-step .step-num {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.09em;
      color: #b8b8b8;
      font-weight: 700;
    }

    .process-step h3 {
      font-size: 1.35rem;
      line-height: 1.1;
      font-weight: 700;
    }

    .process-step p {
      color: #d6d6d6;
      line-height: 1.52;
    }

    .faq-grid {
      display: grid;
      gap: var(--faq-gap);
    }

    .faq-item {
      border: var(--border-strong);
      background: #fff;
      transition: transform 0.18s ease;
    }

    .faq-item summary {
      cursor: pointer;
      font-weight: 700;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      min-height: var(--faq-summary-min-h-mobile);
      line-height: 1.35;
      padding: var(--faq-summary-pad-y) var(--faq-summary-pad-x);
    }

    

    

    

    .faq-item[open] {
      transform: translateY(-1px);
    }

    .faq-answer {
      border-top: var(--border-strong);
      padding: var(--faq-answer-pad);
      color: var(--ink-muted);
      line-height: 1.6;
    }

    .cta-rail {
      border: var(--border-strong);
      box-shadow: var(--shadow-hard);
      background: var(--accent-yellow);
      padding: var(--faq-cta-padding);
      display: grid;
      gap: var(--faq-cta-gap);
    }

    .cta-rail .section-kicker {
      margin: 0;
      color: #000;
    }

    .cta-rail h3 {
      margin: 0;
      line-height: 1.1;
    }

    .cta-rail p {
      margin: 0;
      line-height: 1.6;
    }

    .faq-cta-actions {
      margin-top: 1.5rem;
      gap: 1rem;
    }

    

    @media (min-width: 768px) {
      .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem;
      }

      .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (min-width: 1024px) {
      .hero-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        gap: 2rem;
        align-items: end;
      }

      .process-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .faq-item summary {
        min-height: var(--faq-summary-min-h-desktop);
      }
    }

    

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
      }
    }
