
:root {
  --bg: #080808;
  --surface: #111111;
  --surface-2: #181818;
  --text: #f7f7f7;
  --muted: #b6b6b6;
  --yellow: #f5b400;
  --yellow-2: #ffd54a;
  --green: #1fbf5b;
  --line: rgba(255,255,255,.12);
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(0,0,0,.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(100% - 32px, var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 16px; top: 16px; z-index: 9999; background: #fff; color: #000; padding: 10px 14px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8,8,8,.9); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 124px; gap: 28px; }
.brand img { width: clamp(280px, 26vw, 390px); height: auto; max-height: 112px; object-fit: contain; object-position: left center; }
.header-contact { display: grid; justify-items: end; flex: 0 0 auto; min-width: 210px; }
.header-contact span { color: var(--yellow); font-weight: 800; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.header-contact a { text-decoration: none; font-size: 1.1rem; font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: 72px 0 76px; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(245,180,0,.16), transparent 32%),
    linear-gradient(135deg, #080808 0%, #0a0a0a 55%, #15110a 100%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.eyebrow { display: inline-block; color: var(--yellow); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; }
h1, h2, h3 { line-height: 1.12; margin: 0; }
h1 { font-size: clamp(2.6rem, 5.2vw, 4.75rem); max-width: 760px; margin-top: 12px; letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
.hero-text { color: #d7d7d7; font-size: 1.12rem; max-width: 690px; margin: 24px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.trust-row span { border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 999px; padding: 8px 13px; font-size: .88rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border-radius: 12px; font-weight: 900; text-decoration: none; transition: transform .18s ease, filter .18s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-whatsapp { background: var(--green); color: white; }
.btn-call { background: var(--yellow); color: #111; }
.microcopy { color: var(--muted); font-size: .9rem; margin-top: 14px; }
.hero-media { margin: 0; position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 26px 70px rgba(0,0,0,.42), 0 0 70px rgba(245,180,0,.09); min-height: 590px; background: #151515; }
.hero-media img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; object-position: 50% 48%; }
.hero-media::after { content: ""; position: absolute; inset: auto 0 0; height: 36%; background: linear-gradient(transparent, rgba(0,0,0,.85)); }
.hero-media figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; color: #fff; font-weight: 800; }

.section { padding: 92px 0; }
.section-heading { max-width: 820px; margin-bottom: 36px; }
.section-heading h2 { margin-top: 10px; }
.section-heading p { color: var(--muted); font-size: 1.06rem; }

.services, .faq { background: #0d0d0d; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.card-icon { display: block; font-size: 2rem; margin-bottom: 18px; }
.card p { color: var(--muted); margin-bottom: 0; }

.steps { background: linear-gradient(180deg, #111 0%, #0b0b0b 100%); }
.steps-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.steps-grid li { background: #151515; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: grid; gap: 16px; }
.steps-grid strong { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: #111; }

.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.area-grid span { border: 1px solid rgba(245,180,0,.28); background: rgba(245,180,0,.06); border-radius: 12px; padding: 14px 16px; font-weight: 800; }
.local-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; }
.local-copy article { background: var(--surface); border-radius: var(--radius); padding: 26px; border: 1px solid var(--line); }
.local-copy p { color: var(--muted); margin-bottom: 0; }

.why { background: linear-gradient(135deg, #16120a, #0b0b0b); }
.why-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 54px; align-items: center; }
.why p { color: var(--muted); font-size: 1.06rem; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.check-list li { background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 12px; padding: 15px 16px; font-weight: 800; }
.check-list li::before { content: "✓"; color: var(--yellow); margin-right: 10px; }

.faq-list { display: grid; gap: 12px; }
details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; }
summary { cursor: pointer; padding: 20px 0; font-weight: 900; }
details p { color: var(--muted); padding: 0 0 20px; margin: 0; }

.final-cta { padding: 56px 0; background: var(--yellow); color: #101010; }
.final-cta .eyebrow { color: #101010; }
.final-cta-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.final-cta p { margin-bottom: 0; }
.final-cta .btn-whatsapp { background: #111; }
.final-cta .btn-call { background: white; border: 1px solid rgba(0,0,0,.12); }

.site-footer { background: #050505; padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .9fr 1.2fr .9fr; gap: 30px; }
.footer-grid > div:first-child img { width: min(100%, 310px); height: auto; object-fit: contain; object-position: left center; }
.footer-grid strong { display: block; color: var(--yellow); margin-bottom: 10px; }
.footer-grid a { display: block; text-decoration: none; margin-bottom: 6px; }
.footer-grid p, address { color: var(--muted); font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 30px; border-top: 1px solid var(--line); color: var(--muted); }
.privacy-link { background: none; border: 0; color: var(--muted); cursor: pointer; text-decoration: underline; }

.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 90; background: var(--green); color: #fff; padding: 14px 18px; border-radius: 999px; text-decoration: none; font-weight: 900; box-shadow: 0 14px 32px rgba(0,0,0,.3); }
.mobile-bar { display: none; }

.privacy-modal { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.72); padding: 20px; place-items: center; }
.privacy-modal:not([hidden]) { display: grid; }
.privacy-card { position: relative; max-width: 620px; background: #fff; color: #111; border-radius: 18px; padding: 30px; box-shadow: var(--shadow); }
.privacy-close { position: absolute; top: 12px; right: 14px; border: 0; background: none; font-size: 2rem; cursor: pointer; }

@media (max-width: 920px) {
  .hero-grid, .why-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 430px; }
  .hero-media img { min-height: 430px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .container { width: min(100% - 28px, var(--max)); }

  .site-header {
    position: relative;
    background: #050505;
  }

  .header-inner {
    min-height: 132px;
    gap: 8px;
    padding-block: 12px;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand img {
    width: 225px;
    height: auto;
    max-height: 108px;
    object-fit: contain;
    object-position: left center;
  }

  .header-contact {
    flex: 0 0 auto;
    justify-items: end;
    margin-left: -10px;
  }

  .header-contact span { display: none; }

  .header-contact a {
    font-size: .92rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  .hero {
    padding: 38px 0 50px;
  }

  .hero-grid {
    gap: 48px;
  }

  h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.05rem);
    line-height: 1.08;
  }

  .hero-text {
    font-size: 1.05rem;
    margin: 22px 0;
  }

  .trust-row {
    gap: 9px;
    margin-bottom: 24px;
  }

  .trust-row span {
    padding: 9px 13px;
    font-size: .86rem;
  }

  .cta-row {
    gap: 12px;
  }

  .cta-row .btn {
    width: 100%;
    min-height: 58px;
  }

  .microcopy {
    margin-top: 16px;
    line-height: 1.55;
  }

  .hero-media {
    min-height: 470px;
    border-radius: 22px;
  }

  .hero-media img {
    min-height: 470px;
    object-position: 48% 48%;
  }

  .hero-media figcaption {
    left: 18px;
    right: 18px;
    bottom: 17px;
    font-size: .98rem;
  }

  .cards, .steps-grid, .area-grid, .local-copy, .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .steps-grid li {
    min-height: 136px;
    padding: 24px;
  }

  .final-cta {
    padding: 48px 0;
  }

  .site-footer {
    padding-top: 46px;
  }

  .footer-grid > div:first-child img {
    width: min(100%, 330px);
  }

  .floating-whatsapp { display: none; }

  .mobile-bar {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    border-top: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 -10px 30px rgba(0,0,0,.28);
  }

  .mobile-bar a {
    display: grid;
    place-items: center;
    min-height: 60px;
    text-decoration: none;
    font-weight: 900;
  }

  .mobile-bar a:first-child {
    background: var(--yellow);
    color: #111;
  }

  .mobile-bar a:last-child {
    background: var(--green);
    color: #fff;
  }

  .footer-bottom {
    flex-direction: column;
  }
}


@media (max-width: 430px) {
  .header-inner {
    min-height: 126px;
    gap: 4px;
  }

  .brand img {
    width: 205px;
    max-height: 102px;
  }

  .header-contact a {
    font-size: .86rem;
  }
}
