:root {
  --bg: #0F172A;
  --bg-deep: #0B0F19;
  --surface: #1E293B;
  --primary: #2563EB;
  --highlight: #06B6D4;
  --whatsapp: #25D366;
  --text: #F8FAFC;
  --muted: #94A3B8;
  --line: rgba(148, 163, 184, 0.22);
  --shadow-panel: 0 24px 64px rgba(0, 0, 0, 0.38);
  --container: min(100% - 36px, 1180px);
  --section: clamp(68px, 8.5vw, 116px);
  --fs-body: clamp(1.04rem, 1.1vw, 1.18rem);
  --fs-headline: clamp(2.35rem, 5.2vw, 4.55rem);
  --fs-caption: 0.96rem;
}

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

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body.support-page {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(37, 99, 235, 0.17), transparent 28rem),
    linear-gradient(180deg, #0B0F19 0%, #0F172A 48%, #0B0F19 100%);
  color: var(--text);
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-body);
  line-height: 1.62;
}

a {
  color: inherit;
}

p {
  color: var(--muted);
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.site-icon-fill {
  fill: currentColor;
  stroke: none;
}

.support-container {
  width: var(--container);
  margin-inline: auto;
}

.support-hero {
  position: relative;
  min-height: clamp(700px, 88vh, 880px);
  display: flex;
  align-items: center;
  padding: 132px 0 78px;
  background-image: url("../images/banner-support.webp");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.support-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 15, 25, 0.96) 0%, rgba(11, 15, 25, 0.82) 54%, rgba(11, 15, 25, 0.48) 100%),
    linear-gradient(180deg, rgba(11, 15, 25, 0.22), rgba(11, 15, 25, 0.9));
}

.support-hero-grid,
.support-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 470px);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.page-kicker,
.section-label {
  margin: 0 0 12px;
  color: var(--highlight);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  font-weight: 900;
}

.support-hero h1,
.section-head h2,
.final-cta h2 {
  margin: 0;
  color: var(--text);
  font-family: "Oswald", "Nunito Sans", sans-serif;
  font-size: var(--fs-headline);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.support-hero h1 {
  max-width: 820px;
  font-size: clamp(2.9rem, 6.4vw, 5.85rem);
}

.hero-copy {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.4vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.page-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  padding: 15px 24px;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.page-btn-whatsapp {
  border: 1px solid var(--whatsapp);
  background: var(--whatsapp);
  color: var(--bg-deep);
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.22);
}

.page-btn-secondary {
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(11, 15, 25, 0.78);
  color: var(--text);
}

.page-btn:hover,
.page-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.page-btn-whatsapp:hover,
.page-btn-whatsapp:focus-visible {
  background: #32e577;
  color: #07110b;
  box-shadow: 0 20px 44px rgba(37, 211, 102, 0.3);
}

.page-btn-secondary:hover,
.page-btn-secondary:focus-visible {
  border-color: var(--highlight);
}

.send-panel {
  border-radius: 8px;
  background: rgba(30, 41, 59, 0.82);
  border: 1px solid rgba(6, 182, 212, 0.36);
  box-shadow: var(--shadow-panel);
  backdrop-filter: blur(14px);
  padding: clamp(24px, 4vw, 36px);
}

.send-panel h2 {
  margin: 0 0 20px;
  color: var(--text);
  font-family: "Oswald", "Nunito Sans", sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
  line-height: 1.05;
}

.send-panel ol {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: send;
}

.send-panel li {
  position: relative;
  display: grid;
  gap: 5px;
  border-top: 1px solid var(--line);
  padding: 17px 0 0 46px;
  counter-increment: send;
}

.send-panel li:first-child {
  border-top: 0;
  padding-top: 0;
}

.send-panel li::before {
  content: counter(send);
  position: absolute;
  left: 0;
  top: 17px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--primary);
  color: var(--text);
  font-weight: 900;
}

.send-panel li:first-child::before {
  top: 0;
}

.send-panel strong,
.support-routes strong,
.check-list strong {
  color: var(--text);
  font-size: clamp(1.12rem, 1.4vw, 1.32rem);
  font-weight: 900;
}

.send-panel span,
.support-routes small,
.check-list p,
.faq-list p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.52;
}

.section {
  padding: var(--section) 0;
}

.section-deep {
  background: rgba(11, 15, 25, 0.72);
  border-block: 1px solid rgba(148, 163, 184, 0.13);
}

.section-head {
  max-width: 760px;
}

.support-routes {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.support-routes a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: clamp(22px, 3vw, 32px) 0;
  text-decoration: none;
}

.support-routes span {
  display: grid;
  gap: 7px;
}

.support-routes b {
  min-width: 120px;
  color: var(--whatsapp);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 900;
  text-align: right;
}

.support-routes a:hover strong,
.support-routes a:focus-visible strong {
  color: var(--highlight);
}

.support-routes a:focus-visible {
  outline: 2px solid var(--highlight);
  outline-offset: 6px;
}

.check-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.check-list div {
  background: rgba(30, 41, 59, 0.76);
  padding: clamp(22px, 3vw, 30px);
}

.check-list p {
  margin: 9px 0 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid rgba(148, 163, 184, 0.18);
  overflow: hidden;
}

.faq-list summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  padding: 18px 22px;
  color: var(--text);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--highlight);
  font-size: 1.55rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.final-cta {
  padding: clamp(58px, 8vw, 96px) 0;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.25), rgba(6, 182, 212, 0.12));
  border-top: 1px solid rgba(6, 182, 212, 0.28);
  text-align: center;
}

.final-cta h2,
.final-cta p {
  max-width: 820px;
  margin-inline: auto;
}

.final-cta p {
  margin-top: 16px;
}

.final-cta .page-btn {
  margin-top: 30px;
}

.privacy-page {
  background:
    radial-gradient(circle at 82% 10%, rgba(6, 182, 212, 0.12), transparent 25rem),
    linear-gradient(180deg, #0B0F19 0%, #0F172A 48%, #0B0F19 100%);
}

.privacy-hero {
  padding: clamp(132px, 16vw, 178px) 0 clamp(58px, 8vw, 92px);
  background:
    linear-gradient(90deg, rgba(11, 15, 25, 0.95), rgba(15, 23, 42, 0.76)),
    url("../images/banner-support.webp") center / cover;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.privacy-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--text);
  font-family: "Oswald", "Nunito Sans", sans-serif;
  font-size: clamp(2.55rem, 6vw, 5.3rem);
  font-weight: 700;
  line-height: 1.02;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
}

.privacy-summary,
.privacy-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  background: rgba(30, 41, 59, 0.76);
  box-shadow: var(--shadow-panel);
}

.privacy-summary {
  position: sticky;
  top: 104px;
  padding: clamp(22px, 3vw, 32px);
}

.privacy-summary h2,
.privacy-card h2 {
  margin: 0;
  color: var(--text);
  font-family: "Oswald", "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1.08;
}

.privacy-summary h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
}

.privacy-summary p {
  margin: 14px 0 0;
}

.privacy-summary .page-btn {
  width: 100%;
  margin-top: 24px;
}

.privacy-card {
  padding: clamp(24px, 4vw, 48px);
}

.privacy-card h2 {
  margin-top: clamp(34px, 5vw, 48px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--line);
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
}

.privacy-card h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.privacy-card p {
  margin: 14px 0 0;
  color: #cbd5e1;
  font-size: clamp(1.02rem, 1.2vw, 1.14rem);
}

.privacy-card strong {
  color: var(--text);
}

.privacy-contact {
  margin-top: clamp(36px, 5vw, 54px);
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: 8px;
  background: rgba(11, 15, 25, 0.48);
}

.privacy-contact h2 {
  margin: 0;
  padding: 0;
  border: 0;
}

.privacy-contact .page-btn {
  margin-top: 22px;
}

.mobile-quote-bar {
  display: none;
}

@media (max-width: 991px) {
  .support-hero-grid,
  .support-two-column {
    grid-template-columns: 1fr;
  }

  .support-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .send-panel {
    max-width: 640px;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-summary {
    position: static;
  }
}

@media (max-width: 620px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  html {
    scroll-behavior: auto;
  }

  body.support-page {
    font-size: 1rem;
    padding-bottom: 86px;
  }

  .mobile-quote-bar {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 1040;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--whatsapp);
    color: var(--bg-deep);
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.28);
    font-size: 1.02rem;
    font-weight: 900;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 28px));
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  body.support-page.mobile-quote-visible .mobile-quote-bar {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .support-hero {
    padding: 104px 0 58px;
    background-position: 58% center;
  }

  .support-hero h1 {
    font-size: clamp(2.58rem, 14.5vw, 3.85rem);
  }

  .hero-actions,
  .page-btn {
    width: 100%;
  }

  .hero-actions .page-btn-whatsapp {
    display: none;
  }

  .support-routes a {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .support-routes b {
    text-align: left;
  }
}
