:root {
  --bg: #070b14;
  --bg-soft: #0b111d;
  --surface: #101827;
  --surface-2: #131d2e;
  --text: #f4f7fb;
  --muted: #9aa6b5;
  --line: rgba(255,255,255,.10);
  --accent: #f6b84b;
  --accent-strong: #e89b21;
  --whatsapp: #25d366;
  --whatsapp-dark: #169c46;
  --radius: 28px;
  --radius-sm: 18px;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
h1, h2, h3, p { margin: 0; }
button, input, textarea, select { font: inherit; }
strong { font-weight: 760; }

.skip-link { position: fixed; left: 16px; top: 16px; z-index: 999; padding: 10px 14px; border-radius: 10px; background: #fff; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1220px, calc(100% - 32px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--muted { background: var(--bg-soft); }
.section--light { background: #f4f6f9; color: #131922; }
.section--contact { padding-top: 40px; }
.eyebrow { margin-bottom: 14px; color: var(--accent); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { max-width: 840px; margin: 0 auto 44px; text-align: center; }
.section-heading--left { margin-left: 0; text-align: left; }
.section-heading h2 { font-size: clamp(34px, 5vw, 58px); line-height: 1.03; letter-spacing: -.04em; text-wrap: balance; }
.section-heading > p:last-child { max-width: 760px; margin: 18px auto 0; color: var(--muted); font-size: 18px; }
.section-heading--left > p:last-child { margin-left: 0; }
.section-heading--dark > p:last-child { color: #687383; }

.site-header { overflow: visible; background: radial-gradient(circle at 86% 26%, rgba(246,184,75,.14), transparent 26%), linear-gradient(180deg, #09101d 0%, #070b14 100%); }
.nav { position: relative; z-index: 50; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .04em; }
.brand__mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 10px; background: var(--accent); color: #141414; font-size: 13px; }
.brand__text { font-size: 14px; }
.nav__list { display: flex; align-items: center; gap: 26px; }
.nav__list a { color: #dce2eb; font-size: 14px; transition: color .2s ease, background .2s ease; }
.nav__list a:hover, .nav__list a:focus-visible { color: var(--accent); }
.nav__cta { padding: 11px 16px; border: 1px solid rgba(246,184,75,.4); border-radius: 999px; }
.mobile-nav { display: none; }
.mobile-nav summary { list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }

.hero { position: relative; padding: 94px 0 42px; }
.hero__content { max-width: 830px; }
.hero h1 { max-width: 970px; font-size: clamp(44px, 7vw, 82px); line-height: .99; letter-spacing: -.055em; text-wrap: balance; }
.hero__lead { max-width: 760px; margin-top: 28px; color: #c7cfda; font-size: clamp(18px, 2vw, 22px); }
.hero__lead strong { color: #fff; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__note { max-width: 720px; margin-top: 18px; color: #8f99a8; font-size: 14px; }
.hero__visual { position: absolute; right: 0; top: 170px; }
.hero__glass { width: 236px; padding: 24px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(10,15,25,.58); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.hero__glass strong { color: var(--accent); font-size: 44px; line-height: 1; }
.hero__glass span { color: #cfd6df; font-size: 13px; }
.hero__glass-label { text-transform: uppercase; letter-spacing: .08em; }

.btn { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 14px; font-weight: 760; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid rgba(246,184,75,.3); outline-offset: 3px; }
.btn--primary { background: linear-gradient(135deg, var(--accent), var(--accent-strong)); color: #16130d; box-shadow: 0 12px 35px rgba(246,184,75,.18); }
.btn--secondary, .btn--ghost { border-color: var(--line); background: rgba(255,255,255,.05); }
.btn--whatsapp { background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark)); color: #fff; box-shadow: 0 12px 35px rgba(37,211,102,.18); }
.btn--secondary:hover, .btn--ghost:hover { background: rgba(255,255,255,.09); }

.benefits { margin-top: 88px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.benefit { min-height: 112px; padding: 20px; display: flex; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(12,18,30,.72); }
.benefit img { width: 42px; height: 42px; object-fit: contain; }
.benefit strong, .benefit span { display: block; }
.benefit strong { font-size: 16px; }
.benefit span { margin-top: 4px; color: #98a2b1; font-size: 13px; }

.intent-strip { padding: 30px 0; border-bottom: 1px solid var(--line); }
.intent-strip__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.intent-strip__list span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: #cbd3dd; background: rgba(255,255,255,.025); font-size: 13px; }

.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { position: relative; min-height: 335px; overflow: hidden; border-radius: var(--radius); background: var(--surface); isolation: isolate; }
.product-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 18%, rgba(3,6,12,.95) 100%); }
.product-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover img { transform: scale(1.045); }
.product-card__overlay { position: absolute; z-index: 2; inset: auto 24px 24px; }
.product-card h3 { font-size: 25px; line-height: 1.15; }
.product-card p { margin-top: 8px; color: #bbc3cf; font-size: 14px; }
.inline-cta { margin-top: 24px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.inline-cta strong, .inline-cta span { display: block; }
.inline-cta strong { font-size: 19px; }
.inline-cta span { margin-top: 4px; color: var(--muted); }

.factor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.factor-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.025); }
.factor-card > span { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.factor-card h3 { margin-top: 28px; font-size: 20px; }
.factor-card p { margin-top: 9px; color: var(--muted); font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.steps li { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.025); }
.steps li > span { color: var(--accent); font-size: 13px; letter-spacing: .12em; }
.steps h3 { margin-top: 40px; font-size: 20px; }
.steps p { margin-top: 10px; color: var(--muted); font-size: 14px; }

.cta-panel { padding: 52px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; border: 1px solid rgba(246,184,75,.24); border-radius: var(--radius); background: radial-gradient(circle at 90% 20%, rgba(246,184,75,.17), transparent 32%), var(--surface); box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 760px; font-size: clamp(34px, 4.7vw, 56px); line-height: 1.05; letter-spacing: -.04em; }
.cta-panel p:not(.eyebrow) { max-width: 720px; margin-top: 16px; color: var(--muted); }
.cta-panel__actions { display: flex; gap: 10px; flex-wrap: wrap; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.about__media { min-height: 620px; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.about__media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; filter: saturate(.85) contrast(1.03); }
.about__content h2 { font-size: clamp(34px, 4.7vw, 58px); line-height: 1.04; letter-spacing: -.04em; }
.about__content > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); font-size: 17px; }
.about__facts { margin: 30px 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.about__facts div { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.about__facts strong, .about__facts span { display: block; }
.about__facts strong { color: var(--accent); font-size: 20px; }
.about__facts span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.check-list { display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; color: #d7dde5; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 800; }

.prep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.prep-grid article { padding: 26px; border: 1px solid #dde3ea; border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(16,24,40,.055); }
.prep-grid h3 { font-size: 19px; }
.prep-grid p { margin-top: 10px; color: #667180; font-size: 14px; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-layout__heading { position: sticky; top: 30px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); overflow: clip; }
.faq-list summary { position: relative; padding: 21px 56px 21px 22px; cursor: pointer; font-weight: 720; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 24px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 22px 22px; color: var(--muted); }

.contact-card { padding: 50px; display: grid; grid-template-columns: 1fr .9fr; gap: 50px; align-items: center; border-radius: var(--radius); background: linear-gradient(145deg, #101827, #0a0f19); border: 1px solid var(--line); }
.contact-card h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.04em; }
.contact-card p:not(.eyebrow) { margin-top: 14px; color: var(--muted); }
.contact-card__links { display: grid; gap: 10px; }
.contact-card__links a { padding: 18px 20px; display: flex; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.03); transition: border-color .2s ease, background .2s ease; }
.contact-card__links a:hover { border-color: rgba(246,184,75,.45); background: rgba(246,184,75,.05); }
.contact-card__links span { color: var(--muted); }
.contact-card__links strong { color: var(--accent); }
.footer { padding: 30px 0; border-top: 1px solid var(--line); }
.footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer p { color: #7f8998; font-size: 13px; text-align: right; }
.footer__meta { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; }
.footer__legal a { color: #9ca6b5; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.footer__legal a:hover, .footer__legal a:focus-visible { color: #fff; }
.brand--footer .brand__text { color: #cfd5df; }

@media (max-width: 1050px) {
  .hero__visual { display: none; }
  .benefits { grid-template-columns: repeat(2,1fr); }
  .product-grid, .factor-grid, .prep-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .about { grid-template-columns: 1fr; }
  .about__media, .about__media img { min-height: 420px; max-height: 520px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-layout__heading { position: static; }
  .cta-panel { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .section { padding: 72px 0; }
  .nav { min-height: 72px; gap: 14px; }

  .nav__list--desktop { display: none; }

  .mobile-nav {
    position: relative;
    z-index: 1000;
    display: block;
    margin-left: auto;
  }

  .mobile-nav__toggle {
    min-width: 112px;
    min-height: 48px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: #111a29;
    color: #fff;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .mobile-nav__toggle:focus-visible {
    outline: 3px solid rgba(246,184,75,.42);
    outline-offset: 3px;
  }

  .mobile-nav__label {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
  }

  .mobile-nav__icon {
    width: 22px;
    display: grid;
    gap: 4px;
  }

  .mobile-nav__icon i {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }

  .mobile-nav[open] .mobile-nav__icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mobile-nav[open] .mobile-nav__icon i:nth-child(2) { opacity: 0; }
  .mobile-nav[open] .mobile-nav__icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .mobile-nav__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(330px, calc(100vw - 24px));
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    padding: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;
    background: #0b111d;
    box-shadow: 0 24px 60px rgba(0,0,0,.5);
  }

  .mobile-nav__panel a {
    min-height: 52px;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    color: #eef2f7;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .mobile-nav__panel a + a { margin-top: 3px; }
  .mobile-nav__panel a:hover, .mobile-nav__panel a:focus-visible { background: rgba(255,255,255,.07); }

  .mobile-nav__panel .mobile-nav__cta {
    margin-top: 7px;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #17120a;
  }

  .hero { padding-top: 72px; }
  .hero h1 { font-size: clamp(42px, 11vw, 70px); }
  .contact-card { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
  .footer p { text-align: left; }
  .footer__meta { align-items: flex-start; }
  .footer__legal { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1220px); }
  .brand__text { font-size: 11px; }
  .hero { padding-top: 56px; }
  .hero h1 { font-size: clamp(38px, 12vw, 58px); }
  .hero__actions, .cta-panel__actions { display: grid; grid-template-columns: 1fr; }
  .hero__actions .btn, .cta-panel__actions .btn { width: 100%; }
  .benefits, .product-grid, .factor-grid, .steps, .prep-grid, .about__facts { grid-template-columns: 1fr; }
  .benefits { margin-top: 54px; }
  .product-card { min-height: 300px; }
  .inline-cta { align-items: stretch; flex-direction: column; }
  .inline-cta .btn { width: 100%; }
  .cta-panel, .contact-card { padding: 28px 22px; }
  .about__media, .about__media img { min-height: 360px; }
  .contact-card__links a { flex-direction: column; gap: 5px; }
}

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

/* Estimate modal and lead form */
.estimate-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.estimate-modal:target,
.estimate-modal.is-open { display: flex; }
.estimate-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 13, .82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.estimate-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: #0c1320;
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  color: #eef2f7;
}
.estimate-modal__close {
  position: sticky;
  float: right;
  top: 0;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: -8px -8px 0 12px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  background: #151e2c;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.estimate-modal__intro { max-width: 720px; margin-bottom: 26px; }
.estimate-modal__intro h2 { margin-top: 8px; font-size: clamp(30px, 5vw, 46px); line-height: 1.05; letter-spacing: -.035em; }
.estimate-modal__intro > p:last-child { margin-top: 12px; color: var(--muted); }
.estimate-form { clear: both; }
.estimate-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.estimate-form label > span:first-child,
.estimate-form__upload-title { display: block; margin-bottom: 8px; color: #dbe2eb; font-size: 13px; font-weight: 750; }
.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  background: #111a28;
  color: #fff;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.estimate-form input,
.estimate-form select { min-height: 50px; padding: 0 14px; }
.estimate-form textarea { padding: 14px; resize: vertical; min-height: 120px; }
.estimate-form input::placeholder,
.estimate-form textarea::placeholder { color: #727d8d; }
.estimate-form input:focus,
.estimate-form select:focus,
.estimate-form textarea:focus { border-color: rgba(246,184,75,.72); box-shadow: 0 0 0 3px rgba(246,184,75,.11); background: #141e2e; }
.estimate-form__wide { display: block; margin-top: 16px; }
.estimate-form__money-wrap { position: relative; }
.estimate-form__money-wrap input { padding-right: 42px; }
.estimate-form__money-wrap b { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: var(--accent); }
.estimate-form__upload { display: block; margin-top: 18px; cursor: pointer; }
.estimate-form__upload input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.estimate-form__upload-box {
  min-height: 112px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px dashed rgba(246,184,75,.4);
  border-radius: 16px;
  background: rgba(246,184,75,.045);
}
.estimate-form__upload-box strong { color: var(--accent); font-size: 16px; }
.estimate-form__upload-box small { max-width: 620px; margin-top: 6px; color: var(--muted); line-height: 1.45; }
.estimate-form__files { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.estimate-form__files span { padding: 6px 9px; border-radius: 9px; background: rgba(255,255,255,.055); color: #aeb8c5; font-size: 12px; }
.estimate-form__consent { margin-top: 18px; display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; }
.estimate-form__consent input[type="checkbox"] { width: 18px; min-height: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); cursor: pointer; }
.estimate-form__consent input[type="hidden"] { display: none; }
.estimate-form__consent label { margin: 0 !important; color: var(--muted) !important; font-size: 13px !important; font-weight: 400 !important; line-height: 1.45; cursor: pointer; }
.estimate-form__consent a { color: #d7dde7; text-decoration: underline; text-underline-offset: 3px; }
.estimate-form__consent a:hover, .estimate-form__consent a:focus-visible { color: #fff; }
.estimate-form__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.estimate-form__footer { margin-top: 20px; display: flex; align-items: center; gap: 18px; }
.estimate-form__submit { min-width: 210px; cursor: pointer; }
.estimate-form__submit[disabled] { opacity: .6; cursor: wait; }
.estimate-form__status { margin: 0; color: #aeb8c5; font-size: 14px; }
.estimate-form__status.is-success { color: #75d89b; }
.estimate-form__status.is-error { color: #ff8b8b; }
body.modal-open { overflow: hidden; }

@media (max-width: 700px) {
  .estimate-modal { padding: 0; align-items: flex-end; }
  .estimate-modal__dialog {
    width: 100%;
    max-height: 94vh;
    max-height: 94dvh;
    padding: 24px 18px 26px;
    border-radius: 24px 24px 0 0;
    border-bottom: 0;
  }
  .estimate-form__grid { grid-template-columns: 1fr; gap: 13px; }
  .estimate-modal__intro { margin-bottom: 20px; }
  .estimate-form__footer { align-items: stretch; flex-direction: column; }
  .estimate-form__submit { width: 100%; }
}

/* Lightweight legal pages */
.legal-page { background: #060910; color: #d8d9de; min-height: 100vh; }
.legal-header { padding: 22px 0; border-bottom: 1px solid var(--line); }
.legal-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-back { color: #cfd5df; font-size: 14px; }
.legal-back:hover, .legal-back:focus-visible { color: #fff; }
.legal-main { padding: 48px 0 72px; }
.legal-content { max-width: 860px; margin: 0 auto; }
.legal-content h1 { padding: 0; margin: 0 0 12px; color: #fff; font-size: clamp(30px, 5vw, 48px); line-height: 1.05; text-transform: none; }
.legal-content h2 { padding: 30px 0 0; margin: 0 0 12px; color: #fff; font-size: 22px; text-align: left; text-transform: none; }
.legal-content p, .legal-content li { color: #b9c1cd; font-size: 15px; line-height: 1.7; padding: 0; }
.legal-content p { margin: 0 0 12px; }
.legal-content ul, .legal-content ol { display: block; margin: 0 0 16px 22px; padding: 0; }
.legal-content li { list-style: disc; margin: 6px 0; }
.legal-content ol li { list-style: decimal; }
.legal-content a { color: #f3b54a; text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin: 24px 0; padding: 16px 18px; border: 1px solid #5a4b2a; border-radius: 14px; background: rgba(243,181,74,.07); }
.legal-note strong { color: #f3b54a; }
.legal-meta { color: #7f8998 !important; font-size: 13px !important; }
@media (max-width: 640px) {
  .legal-main { padding: 32px 0 52px; }
  .legal-header__inner { align-items: flex-start; flex-direction: column; }
}
