    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --green:      #1a7a4a;
      --green-dark: #0d4a2a;
      --green-lt:   #f0faf5;
      --accent:     #4dd98a;
      --text:       #111827;
      --text-2:     #4b5563;
      --text-3:     #9ca3af;
      --gray-50:    #f9fafb;
      --gray-100:   #f3f4f6;
      --gray-200:   #e5e7eb;
      --nav-h:      72px;
      --font:       Fabriga, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
    img { display: block; max-width: 100%; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    /* ── TOPBAR ── */
    .topbar { background: #fff; border-bottom: 1px solid rgba(0,0,0,0.07); padding: 9px 32px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .topbar__left { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: #444; white-space: nowrap; }
    .topbar__dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; flex-shrink: 0; }
    .topbar__tel { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: #222; text-decoration: none; white-space: nowrap; }
    .topbar__tel svg { width: 12px; height: 12px; stroke: var(--green); fill: none; }
    .topbar__hours { font-size: 12.5px; color: #555; display: flex; align-items: center; gap: 6px; white-space: nowrap; }
    .topbar__hours svg { width: 12px; height: 12px; stroke: #555; fill: none; }
    @media (max-width: 768px) { .topbar { display: none; } }

    /* ── NAV ── */
    .nav { background: #fff; border-bottom: 1px solid rgba(0,0,0,0.09); position: fixed; top: 0; left: 0; right: 0; z-index: 200; box-shadow: 0 2px 20px rgba(0,0,0,0.08); height: var(--nav-h); }
    .nav__inner { width: 100%; padding: 0 40px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
    .nav__logo { display: flex; align-items: center; }
    .nav__logo img { max-height: 25px; height: auto; width: auto; display: block; }
    .nav__links { display: flex; align-items: center; list-style: none; flex: 1; justify-content: flex-start; gap: 14px; }
    .nav__links a { font-size: 14.5px; font-weight: 500; color: #444; text-decoration: none; padding: 8px 13px; border-radius: 6px; transition: background 0.18s, color 0.18s; white-space: nowrap; }
    .nav__links a:hover { background: #f3f3f3; color: #111; }
    .nav__links li.nav__active a { color: var(--green); font-weight: 700; border-bottom: 2px solid var(--green); border-radius: 0; padding-bottom: 6px; }
    .nav__right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
    .nav__tel { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: #111; text-decoration: none; padding: 8px 16px; border: 1.5px solid #ddd; border-radius: 6px; transition: border-color 0.18s, background 0.18s, color 0.18s; white-space: nowrap; }
    .nav__tel svg { width: 14px; height: 14px; stroke: currentColor; fill: none; flex-shrink: 0; }
    .nav__tel:hover { border-color: var(--green); background: var(--green-lt); color: var(--green); }
    .btn-book { display: inline-flex; align-items: center; gap: 6px; background: var(--green); color: #fff; font-family: var(--font); font-size: 14px; font-weight: 700; padding: 10px 22px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; min-height: 44px; white-space: nowrap; transition: background 0.18s; }
    .btn-book:hover { background: var(--green-dark); }
    .nav__item-drop { position: static; list-style: none; }
    .nav__drop-toggle { display: inline-flex; align-items: center; gap: 5px; font-size: 14.5px; font-weight: 500; color: #444; padding: 8px 13px; border-radius: 6px; background: none; border: none; cursor: pointer; font-family: var(--font); transition: background 0.18s, color 0.18s; white-space: nowrap; }
    .nav__drop-toggle svg { width: 14px; height: 14px; transition: transform 0.22s; flex-shrink: 0; stroke: currentColor; fill: none; }
    .nav__item-drop.open .nav__drop-toggle svg { transform: rotate(180deg); }
    .nav__item-drop.open .nav__drop-toggle { background: #f3f3f3; color: #111; }
    .nav__mega { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: #fff; border-top: 2px solid var(--green); box-shadow: 0 12px 40px rgba(0,0,0,0.12); z-index: 190; padding: 28px 40px 32px; }
    .nav__item-drop.open .nav__mega { display: block; }
    .nav__mega-inner { max-width: 1280px; margin: 0 auto; }
    .nav__mega-heading { font-size: 10.5px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 18px; }
    .nav__mega-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
    .nav__mega a.nav__mega-link { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: #333 !important; text-decoration: none; padding: 11px 14px; border-radius: 6px; white-space: nowrap; background: transparent; transition: background 0.15s, color 0.15s; }
    .nav__mega a.nav__mega-link:hover { background: #f0faf5 !important; color: var(--green) !important; }
    .nav__mega a.nav__mega-link svg { width: 15px; height: 15px; flex-shrink: 0; opacity: 0.40; fill: none; stroke: currentColor; stroke-width: 1.8; }
    .nav__mega a.nav__mega-link:hover svg { opacity: 1; }
    .nav__burger { display: none; flex-direction: column; gap: 5px; padding: 10px; background: none; border: none; cursor: pointer; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
    .nav__burger span { display: block; width: 22px; height: 2px; background: #333; border-radius: 2px; transition: transform 0.28s, opacity 0.28s; }
    .nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav__burger.open span:nth-child(2) { opacity: 0; }
    .nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav__drawer { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.08); z-index: 199; padding: 8px 24px 20px; box-shadow: 0 8px 24px rgba(0,0,0,0.10); }
    .nav__drawer.open { display: block; }
    .nav__drawer ul { list-style: none; }
    .nav__drawer ul li a { display: block; font-size: 16px; font-weight: 500; color: #222; padding: 14px 0; border-bottom: 1px solid #f0f0f0; text-decoration: none; }
    .nav__drawer ul li a:hover { color: var(--green); }
    .drawer-tel { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; color: var(--green); padding: 16px 0 4px; text-decoration: none; }
    .drawer-repairs-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; font-size: 16px; font-weight: 500; color: #222; padding: 14px 0; border-bottom: 1px solid #f0f0f0; background: none; border-top: none; border-left: none; border-right: none; cursor: pointer; font-family: var(--font); text-align: left; }
    .drawer-repairs-toggle svg { width: 16px; height: 16px; stroke: currentColor; fill: none; transition: transform 0.22s; }
    .drawer-repairs-toggle.open svg { transform: rotate(180deg); }
    .drawer-repairs-sub { display: none; list-style: none; padding-left: 12px; }
    .drawer-repairs-sub.open { display: block; }
    .drawer-repairs-sub li a { font-size: 14px; font-weight: 400; color: #555; padding: 10px 0; border-bottom: 1px solid #f5f5f5; }
    .drawer-repairs-sub li a:hover { color: var(--green); }
    @media (max-width: 1024px) { .nav__tel { display: none; } }
    @media (max-width: 900px) { .nav__links, .btn-book { display: none; } .nav__burger { display: flex; } .nav__mega { display: none !important; } .nav__logo img { height: 13px; } .nav__inner { padding: 0 32px 0 16px; } }

    /* ── HERO ── */
    .hero-contact { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; }
    .hero-contact__bg { position: absolute; inset: 0; }
    .hero-contact__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .hero-contact__overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(5,20,12,.88) 0%, rgba(10,40,22,.80) 45%, rgba(10,40,22,.55) 75%, transparent 100%); }
    .hero-contact__inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 90px 40px; width: 100%; }
    .hero-contact__h1 { font-size: clamp(32px, 4.4vw, 56px); font-weight: 900; color: #fff; line-height: 1.08; letter-spacing: -1.4px; margin-bottom: 18px; max-width: 720px; }
    .hero-contact__h1 em { font-style: normal; color: var(--accent); }
    .hero-contact__sub { font-size: clamp(15px, 1.6vw, 18px); color: rgba(255,255,255,0.82); line-height: 1.6; max-width: 620px; margin-bottom: 32px; }
    .hero-contact__checks { display: flex; flex-direction: column; gap: 14px; max-width: 560px; }
    .hero-contact__checks li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; font-weight: 600; color: #fff; line-height: 1.4; }
    .hero-contact__checks svg { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: rgba(77,217,138,0.20); border: 1px solid rgba(77,217,138,0.45); stroke: var(--accent); flex-shrink: 0; margin-top: 1px; }
    @media (max-width: 700px) { .hero-contact { min-height: 460px; } .hero-contact__inner { padding: 64px 24px; } }

    /* ── CONTACT SECTION ── */
    .contact-section { background: var(--gray-50); padding: 72px 24px; }
    .contact-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }

    /* Form column */
    .contact-form-col { background: #fff; border: 1px solid var(--gray-200); border-radius: 20px; padding: 44px 44px 40px; box-shadow: 0 4px 32px rgba(0,0,0,0.06); }
    .contact-form-col__title { font-size: 26px; font-weight: 900; color: var(--text); margin-bottom: 8px; letter-spacing: -0.5px; }
    .contact-form-col__sub { font-size: 14.5px; color: var(--text-2); line-height: 1.6; margin-bottom: 32px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
    .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
    .form-group:last-of-type { margin-bottom: 0; }
    .form-label { font-size: 13.5px; font-weight: 700; color: var(--text); }
    .form-label .req { color: #e74c3c; margin-left: 2px; }
    .form-label .opt { font-size: 12px; font-weight: 500; color: var(--text-3); margin-left: 4px; }
    .form-input, .form-select, .form-textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--gray-200); border-radius: 8px; font-size: 14px; font-family: var(--font); color: var(--text); background: #fff; outline: none; transition: border-color 0.18s, box-shadow 0.18s; appearance: none; -webkit-appearance: none; }
    .form-input::placeholder, .form-textarea::placeholder { color: var(--text-3); }
    .form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(26,122,74,0.10); }
    .form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
    .form-textarea { min-height: 110px; resize: vertical; line-height: 1.6; }
    .form-submit { width: 100%; padding: 16px 24px; background: var(--green); color: #fff; font-family: var(--font); font-size: 16px; font-weight: 800; border: none; border-radius: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: background 0.18s; margin-top: 20px; }
    .form-submit:hover { background: var(--green-dark); }
    .form-submit svg { width: 18px; height: 18px; stroke: #fff; fill: none; }
    .form-privacy { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 12px; color: var(--text-3); margin-top: 12px; }
    .form-privacy svg { width: 13px; height: 13px; stroke: var(--text-3); fill: none; flex-shrink: 0; }

    /* Info sidebar */
    .contact-info-card { background: #0d3321; border-radius: 20px; padding: 36px 30px; color: #fff; position: sticky; top: calc(var(--nav-h) + 24px); }
    .contact-info-card__title { font-size: 21px; font-weight: 900; letter-spacing: -0.3px; margin-bottom: 4px; }
    .contact-info-card__tag { font-size: 13.5px; color: rgba(255,255,255,0.55); margin-bottom: 28px; }
    .contact-info-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.10); }
    .contact-info-item:first-of-type { border-top: none; padding-top: 0; }
    .contact-info-item__icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(77,217,138,0.12); border: 1px solid rgba(77,217,138,0.30); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .contact-info-item__icon svg { width: 18px; height: 18px; stroke: var(--accent); }
    .contact-info-item__label { display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.45); margin-bottom: 3px; }
    .contact-info-item a { font-size: 15px; font-weight: 700; color: #fff; }
    .contact-info-item a:hover { color: var(--accent); }
    .contact-info-item p { font-size: 14.5px; font-weight: 600; color: #fff; }

    @media (max-width: 900px) { .contact-inner { grid-template-columns: 1fr; } .contact-form-col { padding: 36px 28px; } .contact-info-card { position: static; } }
    @media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }

    /* ── MANUFACTURER-APPROVED ── */
    .mfr-trust { position: relative; background: #fbfdfc; padding: 88px 24px 72px; border-top: 1px solid var(--gray-200); overflow: hidden; }
    .mfr-trust__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.9; z-index: 0; pointer-events: none; }
    .mfr-trust__inner { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; text-align: center; }

    .mfr-trust__icon { width: 76px; height: 76px; margin: 0 auto 20px; border-radius: 50%; background: #fff; border: 1.5px solid rgba(26,122,74,0.18); box-shadow: 0 0 0 8px rgba(26,122,74,0.06), 0 0 0 16px rgba(26,122,74,0.03), 0 8px 24px rgba(26,122,74,0.10); display: flex; align-items: center; justify-content: center; }
    .mfr-trust__icon svg { width: 34px; height: 34px; stroke: var(--green); }

    .mfr-trust__pill { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-dark); background: #fff; border: 1px solid rgba(26,122,74,0.20); border-radius: 999px; padding: 9px 20px; margin-bottom: 26px; box-shadow: 0 4px 14px rgba(26,122,74,0.08); }
    .mfr-trust__pill svg { width: 13px; height: 13px; stroke: var(--green); flex-shrink: 0; }
    .mfr-trust__pill i { font-style: normal; color: var(--text-3); }

    .mfr-trust__heading { font-size: clamp(26px, 3.4vw, 40px); font-weight: 900; color: var(--text); line-height: 1.2; letter-spacing: -0.8px; margin-bottom: 22px; }
    .mfr-trust__heading span { display: inline-block; background: linear-gradient(90deg, var(--green) 0%, #3fae7a 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

    .mfr-trust__divider { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 26px; }
    .mfr-trust__divider span { width: 36px; height: 2px; background: linear-gradient(90deg, transparent, rgba(26,122,74,0.35)); border-radius: 2px; }
    .mfr-trust__divider span:last-child { background: linear-gradient(90deg, rgba(26,122,74,0.35), transparent); }
    .mfr-trust__divider i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }

    .mfr-trust__text { font-size: 16px; color: var(--text-2); line-height: 1.75; max-width: 640px; margin: 0 auto 44px; }
    .mfr-trust__text strong { color: var(--text); font-weight: 800; }

    /* Brand cards */
    .mfr-trust__brands { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; max-width: 820px; margin: 0 auto 40px; }
    .mfr-trust__brand-card { position: relative; background: #fff; border: 1px solid var(--gray-200); border-radius: 10px; padding: 16px 8px 13px; box-shadow: 0 4px 12px rgba(17,24,39,0.04); border-bottom: 2px solid var(--accent, var(--green)); transition: transform 0.2s, box-shadow 0.2s; }
    .mfr-trust__brand-card:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(17,24,39,0.08); }
    .mfr-trust__brand-card--beko      { --accent: #0a3fae; }
    .mfr-trust__brand-card--hotpoint  { --accent: #111827; }
    .mfr-trust__brand-card--indesit   { --accent: #0057b7; }
    .mfr-trust__brand-card--grundig   { --accent: #0f9b8e; }
    .mfr-trust__brand-card--blomberg  { --accent: #d11f2f; }
    .mfr-trust__brand-card--whirlpool { --accent: #f5a623; }
    .mfr-trust__brand-card--more {
      grid-column: 1 / -1;
      background: transparent;
      border: none;
      box-shadow: none;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--green);
      font-weight: 700;
      font-size: 14px;
      text-decoration: none;
      padding: 6px 8px;
    }
    .mfr-trust__brand-card--more:hover { text-decoration: underline; transform: none; box-shadow: none; }

    .mfr-trust__brand-logo { display: flex; align-items: center; justify-content: center; height: 22px; margin-bottom: 10px; font-family: Georgia, 'Times New Roman', serif; }
    .mfr-trust__brand-name { display: block; font-size: 10.5px; font-weight: 700; color: var(--text); }
    .mfr-trust__brand-check { position: absolute; left: 50%; bottom: -9px; transform: translateX(-50%); width: 19px; height: 19px; border-radius: 50%; background: #fff; border: 1.5px solid var(--gray-200); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(17,24,39,0.08); }
    .mfr-trust__brand-check svg { width: 9px; height: 9px; stroke: var(--accent, var(--green)); }

    .mfr-trust__brand-logo--beko { font-family: var(--font); font-weight: 800; font-size: 17px; font-style: italic; color: var(--accent); letter-spacing: -0.3px; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
    .mfr-trust__brand-logo--hotpoint { font-family: var(--font); font-weight: 700; font-size: 9.5px; letter-spacing: 0.02em; color: #fff; background: var(--accent); padding: 4px 8px; border-radius: 3px; }
    .mfr-trust__brand-logo--indesit { font-family: var(--font); font-weight: 800; font-size: 10px; letter-spacing: 0.03em; color: var(--accent); display: inline-flex; align-items: center; gap: 3px; }
    .mfr-trust__brand-logo--indesit i { width: 10px; height: 10px; border: 1.5px solid var(--accent); border-radius: 50%; position: relative; font-style: normal; }
    .mfr-trust__brand-logo--indesit i::before { content: ""; position: absolute; left: 50%; top: 2px; width: 1.5px; height: 4px; background: var(--accent); transform: translateX(-50%); border-radius: 1px; }
    .mfr-trust__brand-logo--grundig { font-family: var(--font); font-weight: 900; font-size: 12px; letter-spacing: 0.06em; color: var(--accent); }
    .mfr-trust__brand-logo--blomberg { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-style: italic; font-size: 14px; color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
    .mfr-trust__brand-logo--whirlpool { font-family: var(--font); font-weight: 800; font-size: 11px; color: var(--text); position: relative; }
    .mfr-trust__brand-logo--whirlpool::after { content: ""; position: absolute; top: -6px; right: -5px; width: 11px; height: 11px; border: 1.5px solid var(--accent); border-radius: 50%; border-left-color: transparent; transform: rotate(-45deg); }

    @media (max-width: 900px) {
      .mfr-trust__brands { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 600px) {
      .mfr-trust { padding: 64px 20px 56px; }
      .mfr-trust__brands { grid-template-columns: repeat(3, 1fr); gap: 16px 8px; }
    }

    /* ── BOTTOM BANNER ── */
    .cta-banner { background: var(--gray-50); padding: 40px 24px; border-top: 1px solid var(--gray-200); }
    .cta-banner__inner { max-width: 900px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
    .cta-banner__icon { width: 72px; height: 72px; background: var(--green-lt); border: 1.5px solid rgba(26,122,74,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .cta-banner__icon svg { width: 30px; height: 30px; stroke: var(--green); fill: none; stroke-width: 1.6; }
    .cta-banner__text { flex: 1; }
    .cta-banner__text h2 { font-size: 20px; font-weight: 900; color: var(--text); margin-bottom: 4px; }
    .cta-banner__text p { font-size: 14px; color: var(--text-2); }
    .cta-banner__btn { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--green); font-size: 14.5px; font-weight: 800; padding: 13px 28px; border-radius: 8px; border: 2px solid var(--green); white-space: nowrap; transition: background 0.18s, color 0.18s; flex-shrink: 0; }
    .cta-banner__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }
    .cta-banner__btn:hover { background: var(--green); color: #fff; }
    @media (max-width: 700px) { .cta-banner__inner { flex-direction: column; align-items: flex-start; gap: 20px; } }

    /* ── FOOTER ── */
    .footer { background: #0d1f14; padding: 56px 24px 28px; }
    .footer__inner { max-width: 1200px; margin: 0 auto; }
    .footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
    .footer__brand-logo { margin-bottom: 12px; }
    .footer__brand-logo img { height: 32px; width: auto; filter: brightness(0) invert(0.75); }
    .footer__brand-logo-text { font-size: 20px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
    .footer__brand-logo-text em { font-style: normal; color: #4dd98a; }
    .footer__desc { font-size: 13.5px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 20px; max-width: 260px; }
    .footer__socials { display: flex; gap: 10px; }
    .footer__social { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.50); text-decoration: none; transition: background 0.15s, color 0.15s; }
    .footer__social svg { width: 14px; height: 14px; }
    .footer__social:hover { background: rgba(77,217,138,0.15); color: #4dd98a; }
    .footer__col-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.30); margin-bottom: 16px; }
    .footer__col-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer__col-links a { font-size: 14px; color: rgba(255,255,255,0.52); text-decoration: none; transition: color 0.15s; }
    .footer__col-links a:hover { color: #fff; }
    .footer__col-links a.active { color: #4dd98a; }
    .footer__contact-row { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 10px; }
    .footer__contact-row svg { width: 14px; height: 14px; stroke: #4dd98a; fill: none; flex-shrink: 0; }
    .footer__bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
    .footer__copy { font-size: 12.5px; color: rgba(255,255,255,0.25); }
    .footer__legal { display: flex; gap: 20px; }
    .footer__legal a { font-size: 12.5px; color: rgba(255,255,255,0.28); text-decoration: none; transition: color 0.15s; }
    .footer__legal a:hover { color: rgba(255,255,255,0.70); }
    @media (max-width: 1024px) { .footer__top { grid-template-columns: 1fr 1fr; gap: 28px; } }
    @media (max-width: 600px)  { .footer__top { grid-template-columns: 1fr; } .footer__bottom { flex-direction: column; align-items: flex-start; } }
