.srp-footer,
  .srp-footer * {
    box-sizing: border-box;
  }

  .srp-footer {
    --srp-footer-surface: #ffffff;
    --srp-footer-soft: #f7f9fb;
    --srp-footer-ink: #0f172a;
    --srp-footer-muted: #667085;
    --srp-footer-line: #dfe5ea;
    --srp-footer-accent: #0f8f83;
    --srp-footer-accent-dark: #0a6e66;
    --srp-footer-navy: #0c1b2d;
    --srp-footer-bottom: #0a1728;
    --srp-footer-white: #ffffff;

    border-top: 1px solid var(--srp-footer-line);
    background:
      linear-gradient(rgba(15, 36, 62, .022) 1px, transparent 1px),
      linear-gradient(90deg, rgba(15, 36, 62, .022) 1px, transparent 1px),
      var(--srp-footer-surface);
    background-size: 30px 30px, 30px 30px, auto;
    color: var(--srp-footer-ink);
  }

  .srp-footer a {
    -webkit-tap-highlight-color: transparent;
  }

  .srp-footer-main {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 48px 0 40px;
  }

  .srp-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr .95fr 1.15fr;
    gap: 42px;
    align-items: start;
  }

  .srp-footer-brand-name {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--srp-footer-navy);
    text-decoration: none;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: -.03em;
  }

  .srp-footer-brand-copy {
    max-width: 390px;
    margin: 0 0 20px;
    color: var(--srp-footer-muted);
    font-size: 14px;
    line-height: 1.75;
  }
.srp-footer-heading {
    margin: 3px 0 18px;
    color: var(--srp-footer-navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .srp-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 11px;
  }

  .srp-footer-links a {
    color: #586678;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
  }

  .srp-footer-links a:hover,
  .srp-footer-links a:focus-visible {
    color: var(--srp-footer-accent-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .srp-footer-contact-box {
    padding: 18px;
    border: 1px solid var(--srp-footer-line);
    background: rgba(255, 255, 255, .86);
  }

  .srp-footer-contact-line {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--srp-footer-line);
  }

  .srp-footer-contact-line:last-of-type {
    margin-bottom: 16px;
  }

  .srp-footer-contact-label {
    display: block;
    margin-bottom: 4px;
    color: #8a96a5;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
  }

  .srp-footer-contact-value,
  .srp-footer-contact-value a {
    color: #243247;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
  }

  .srp-footer-action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .srp-footer-btn {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
  }

  .srp-footer-btn:hover {
    transform: translateY(-1px);
  }

  .srp-footer-btn-call {
    border: 1px solid #cfd7df;
    color: var(--srp-footer-navy);
    background: var(--srp-footer-white);
  }

  .srp-footer-btn-whatsapp {
    color: var(--srp-footer-white);
    background: var(--srp-footer-accent);
    border: 1px solid var(--srp-footer-accent);
  }

  .srp-footer-btn-whatsapp:hover,
  .srp-footer-btn-whatsapp:focus-visible {
    background: var(--srp-footer-accent-dark);
    border-color: var(--srp-footer-accent-dark);
  }

  .srp-footer-bottom {
    background: var(--srp-footer-bottom);
    color: #aeb9c6;
  }

  .srp-footer-bottom-inner {
    width: min(1200px, calc(100% - 40px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 12px;
  }

  .srp-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .srp-footer-bottom-links a {
    color: #c5ced8;
    text-decoration: none;
  }

  .srp-footer-mobile {
    display: none;
  }

  @media (max-width: 900px) {
    .srp-footer-grid {
      grid-template-columns: 1fr 1fr;
    }

    .srp-footer-brand-block {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 767px) {
    .srp-footer-desktop {
      display: none;
    }

    .srp-footer-mobile {
      display: block;
    }

    .srp-footer-main {
      width: calc(100% - 28px);
      padding: 34px 0 28px;
    }

    .srp-footer-brand-copy {
      font-size: 14px;
    }
.srp-footer-mobile-contact {
      margin: 20px 0 18px;
    }

    .srp-footer-mobile-contact .srp-footer-contact-box {
      padding: 16px;
    }

    .srp-footer details {
      border-top: 1px solid var(--srp-footer-line);
    }

    .srp-footer details:last-of-type {
      border-bottom: 1px solid var(--srp-footer-line);
    }

    .srp-footer summary {
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 0;
      color: var(--srp-footer-navy);
      font-size: 14px;
      font-weight: 900;
    }

    .srp-footer summary::-webkit-details-marker {
      display: none;
    }

    .srp-footer summary::after {
      content: "\002B";
      color: #7d8998;
      font-size: 20px;
      font-weight: 400;
    }

    .srp-footer details[open] summary::after {
      content: "\2212";
    }

    .srp-footer details .srp-footer-links {
      padding: 0 0 16px;
    }

    .srp-footer-bottom-inner {
      width: calc(100% - 28px);
      min-height: auto;
      padding: 18px 0;
      align-items: flex-start;
      flex-direction: column;
      gap: 10px;
    }
  }

@media (max-width: 767px) { .srp-footer-bottom { padding-bottom: calc(74px + env(safe-area-inset-bottom)); } }

.srp-footer-trust-list { list-style:none; padding:0; margin:0; display:grid; gap:8px; color:#586678; font-size:13px; font-weight:700; }
.srp-footer-trust-list li { display:flex; align-items:center; gap:8px; }
.srp-footer-trust-list li::before { content:""; width:6px; height:6px; border-radius:50%; background:var(--srp-footer-accent); box-shadow:0 0 0 3px rgba(15,143,131,.08); }
