  .ff-country {
    /* Page-local tokens. Global tokens come from global.css */
    --brand-red-light: #8b2a1f;
    --accent-gold: #b8956a;
    --accent-gold-light: #d4b896;
    --bg-warm: #f5ede6;
    --text-grey: #595959;
    --text-light: #8a8a8a;
    --border: #e0d5ce;
    color: var(--color-dark);
    line-height: 1.65;
    background: var(--color-cream);
  }
  .ff-country :is(h1, h2, h3, h4) { text-transform: none; }
  .ff-country a:hover { color: inherit; }
  .ff-country .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .ff-country .container.narrow {
    max-width: 920px;
  }
  .ff-country .eyebrow {
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent-gold);
    font-weight: 600;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .ff-country .eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: var(--accent-gold);
  }
  .ff-country .accent {
    font-style: italic;
    color: var(--accent-gold);
  }

  /* HERO */
  .ff-country .hero {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(
      135deg,
      var(--color-primary-dark) 0%,
      var(--color-primary) 60%,
      var(--brand-red-light) 100%
    );
    color: #fff;
  }
  .ff-country .hero-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      radial-gradient(
        circle at 20% 30%,
        rgba(184, 149, 106, 0.15) 0%,
        transparent 50%
      ),
      radial-gradient(
        circle at 80% 70%,
        rgba(184, 149, 106, 0.1) 0%,
        transparent 50%
      ),
      repeating-linear-gradient(
        45deg,
        transparent,
        transparent 35px,
        rgba(255, 255, 255, 0.02) 35px,
        rgba(255, 255, 255, 0.02) 36px
      );
  }
  .ff-country .hero .container {
    position: relative;
    z-index: 2;
  }
  .ff-country .hero .crumbs {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent-gold-light);
    margin-bottom: 48px;
  }
  .ff-country .hero .crumbs a {
    color: var(--accent-gold-light);
    text-decoration: none;
    transition: color 0.2s;
  }
  .ff-country .hero .crumbs a:hover {
    color: #fff;
  }
  .ff-country .hero .crumbs span {
    margin: 0 10px;
    opacity: 0.6;
  }
  .ff-country .hero .crumbs .active {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
  }
  .ff-country .hero .eyebrow {
    color: var(--accent-gold);
    margin-bottom: 24px;
  }
  .ff-country .hero h1 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    font-size: clamp(40px, 5.5vw, 76px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 28px;
  }
  .ff-country .hero h1 .accent {
    color: var(--accent-gold-light);
    font-weight: 400;
  }
  .ff-country .hero .lead {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 640px;
    margin: 0 auto 48px;
    text-align: center;
  }
  .ff-country .hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding-top: 36px;
    border-top: 1px solid rgba(184, 149, 106, 0.3);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .ff-country .hero-stats .stat {
    text-align: center;
  }
  .ff-country .hero-stats .num {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 42px;
    font-weight: 600;
    color: var(--accent-gold-light);
    line-height: 1;
    margin-bottom: 6px;
  }
  .ff-country .hero-stats .lbl {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
  }

  /* INTRO */
  .ff-country .intro {
    padding: 80px 0 40px;
    background: #fff;
  }
  .ff-country .intro p {
    font-size: 17px;
    color: var(--color-dark);
    margin: 0 0 20px;
    line-height: 1.75;
  }

  /* SERVICE SECTIONS */
  .ff-country .svc-section {
    padding: 70px 0;
    background: #fff;
  }
  .ff-country .svc-section.alt {
    background: var(--bg-warm);
  }
  .ff-country .svc-section h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 500;
    line-height: 1.15;
    color: var(--color-primary);
    margin: 0 0 12px;
    letter-spacing: -0.01em;
  }
  .ff-country .svc-section .subtitle {
    color: var(--accent-gold);
    font-style: italic;
    font-size: 18px;
    font-family: "Cormorant Garamond", Georgia, serif;
    margin: 0 0 20px;
  }
  .ff-country .svc-section .intro-text {
    font-size: 16.5px;
    color: var(--text-grey);
    margin: 0 0 22px;
    line-height: 1.75;
  }
  .ff-country .svc-section .outro-text {
    font-size: 15.5px;
    color: var(--text-grey);
    margin: 22px 0 0;
    padding: 18px 22px;
    border-left: 3px solid var(--accent-gold);
    background: rgba(184, 149, 106, 0.06);
  }
  .ff-country .svc-section .bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .ff-country .svc-section.alt .bullets {
    background: #fff;
  }
  .ff-country .svc-section .bullets li {
    padding: 14px 18px 14px 32px;
    font-size: 15px;
    color: var(--color-dark);
    border-top: 1px solid var(--border);
    position: relative;
    line-height: 1.55;
  }
  .ff-country .svc-section .bullets li:nth-child(-n + 2) {
    border-top: none;
  }
  .ff-country .svc-section .bullets li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 22px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-gold);
  }

  /* CASE STUDY */
  .ff-country .case-study {
    padding: 80px 0;
    background: linear-gradient(
      135deg,
      var(--color-primary-dark),
      var(--color-primary)
    );
    color: #fff;
  }
  .ff-country .case-study .eyebrow {
    color: var(--accent-gold-light);
  }
  .ff-country .case-study .eyebrow::before {
    background: var(--accent-gold-light);
  }
  .ff-country .case-study p {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    font-style: italic;
    max-width: 800px;
  }

  /* WHY */
  .ff-country .why {
    padding: 100px 0;
    background: var(--color-cream);
  }
  .ff-country .section-header {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
  }
  .ff-country .section-header .eyebrow {
    justify-content: center;
    display: inline-flex;
  }
  .ff-country .section-header h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 500;
    color: var(--color-primary);
    margin: 0;
    letter-spacing: -0.01em;
  }
  .ff-country .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .ff-country .why-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px 32px;
    transition:
      transform 0.25s,
      box-shadow 0.25s;
  }
  .ff-country .why-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px -20px rgba(85, 14, 5, 0.18);
  }
  .ff-country .why-item .num {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 38px;
    color: var(--accent-gold);
    margin-bottom: 14px;
  }
  .ff-country .why-item h3 {
    font-size: 19px;
    color: var(--color-primary);
    margin: 0 0 12px;
    font-weight: 700;
  }
  .ff-country .why-item p {
    color: var(--text-grey);
    font-size: 15px;
    margin: 0;
    line-height: 1.7;
  }

  /* STEPS */
  .ff-country .steps {
    padding: 100px 0;
    background: #fff;
  }
  .ff-country .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .ff-country .step {
    padding: 28px 24px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--bg-warm);
  }
  .ff-country .step .num {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    color: var(--accent-gold);
    margin-bottom: 12px;
  }
  .ff-country .step h3 {
    font-size: 17px;
    color: var(--color-primary);
    margin: 0 0 8px;
    font-weight: 700;
  }
  .ff-country .step p {
    color: var(--text-grey);
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
  }

  /* CTA */
  .ff-country .cta {
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(
      135deg,
      var(--color-primary-dark),
      var(--color-primary)
    );
    color: #fff;
  }
  .ff-country .cta .eyebrow {
    color: var(--accent-gold-light);
  }
  .ff-country .cta .eyebrow::before {
    background: var(--accent-gold-light);
  }
  .ff-country .cta h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 500;
    color: #fff;
    margin: 0 0 24px;
    letter-spacing: -0.01em;
  }
  .ff-country .cta h2 .accent {
    color: var(--accent-gold-light);
    font-weight: 400;
  }
  .ff-country .cta p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
    max-width: 720px;
    margin: 0 auto 40px;
  }
  .ff-country .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 38px;
    background: var(--accent-gold);
    color: var(--color-primary-dark);
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    transition:
      transform 0.25s,
      box-shadow 0.25s;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .ff-country .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
  }
  .ff-country .cta-btn .arrow {
    transition: transform 0.25s;
  }
  .ff-country .cta-btn:hover .arrow {
    transform: translateX(4px);
  }

  /* RESPONSIVE */
  @media (max-width: 860px) {
    .ff-country .hero {
      padding: 96px 0 60px;
    }
    .ff-country .hero-stats {
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
    }
    .ff-country .container,
    .ff-country .container.narrow {
      padding: 0 20px;
    }
    .ff-country .svc-section {
      padding: 50px 0;
    }
    .ff-country .svc-section .bullets {
      grid-template-columns: 1fr;
    }
    .ff-country .svc-section .bullets li {
      border-top: 1px solid var(--border);
    }
    .ff-country .svc-section .bullets li:first-child {
      border-top: none;
    }
    .ff-country .why,
    .ff-country .steps,
    .ff-country .cta {
      padding: 60px 0;
    }
    .ff-country .why-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .ff-country .steps-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .ff-country .intro {
      padding: 50px 0 30px;
    }
  }
  /* ============ OFFICES BLOCK ============ */
  .ff-country .offices-block {
    background: #2b2b2b;
    padding: 80px 0;
  }
  .ff-country .offices-block .section-header {
    text-align: center;
    margin-bottom: 48px;
  }
  .ff-country .offices-block .section-header .eyebrow {
    color: var(--accent-gold);
    justify-content: center;
  }
  .ff-country .offices-block .section-header h2 {
    color: #fff;
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 600;
    letter-spacing: -0.02em;
  }
  .ff-country .office-wrapper {
    margin-bottom: 2.5rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
  }
  .ff-country .office-name {
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
  }
  .ff-country .office-card {
    background: #3a3a3a;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  .ff-country .office-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
  .ff-country .office-col { display: flex; flex-direction: column; }
  .ff-country .office-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .ff-country .office-info { color: #e5e5e5; text-align: left; }
  .ff-country .office-info h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
  }
  .ff-country .office-info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .ff-country .info-label {
    font-size: 0.8rem !important;
    color: #a0a0a0 !important;
    margin-bottom: 2px !important;
  }
  .ff-country .info-label-mt { margin-top: 0.75rem !important; }
  .ff-country .office-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    border-top: 1px solid #4a4a4a;
    padding-top: 24px;
  }
  .ff-country .btn-office {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    background: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    font-size: 1rem;
  }
  .ff-country .btn-office:hover {
    background: var(--color-primary-dark);
    color: #fff;
  }
  @media (max-width: 768px) {
    .ff-country .office-grid,
    .ff-country .office-actions {
      grid-template-columns: 1fr;
    }
  }

  /* CITIES NAV (кнопки міст на сторінці країни) */
  .ff-country .cities {
    padding: 10px 0 60px;
    background: #fff;
  }
  .ff-country .city-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .ff-country .city-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border: 1px solid var(--accent-gold);
    border-radius: 50px;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    background: #fff;
    transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
  }
  .ff-country .city-btn .arrow {
    transition: transform 0.25s;
  }
  .ff-country .city-btn:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -12px rgba(85, 14, 5, 0.4);
  }
  .ff-country .city-btn:hover .arrow {
    transform: translateX(4px);
  }
