
:root {
  --ink: #071318;
  --ink-2: #0b2028;
  --ink-3: #12303a;
  --gold: #d9a83f;
  --gold-light: #f3d27d;
  --ivory: #f7f4eb;
  --paper: #fffdf8;
  --muted: #65727a;
  --line: #dfe5e4;
  --green: #1fa463;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(4, 15, 20, .15);
  --radius: 22px;
  --max: 1240px;
}
* { 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(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--gold); color: var(--ink); padding: 10px 15px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: .82rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--gold); }
h1, h2, h3 { margin: 0 0 .55em; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 5.3vw, 5rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1.15em; }
.lead { font-size: clamp(1.02rem, 1.45vw, 1.22rem); color: #d4dde0; max-width: 620px; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-soft { background: #eff3f1; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-head p { color: #b8c4c8; }
.btn-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 13px; padding: 14px 20px; border: 1px solid transparent; font-weight: 850; line-height: 1.15; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .nav-link:focus-visible, .icon-link:focus-visible { outline: 3px solid rgba(243, 210, 125, .55); outline-offset: 3px; }
.btn-primary { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #111; box-shadow: 0 13px 35px rgba(217, 168, 63, .25); }
.btn-dark { background: var(--ink); color: var(--white); border-color: #34515c; }
.btn-whatsapp { background: #176b47; color: var(--white); border-color: #2ba06e; }
.btn-outline { color: var(--ink); border-color: #b9c5c5; background: transparent; }
.icon { width: 21px; height: 21px; flex: 0 0 21px; }
.notice { font-size: .94rem; color: #aebcc1; margin-top: 17px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(6, 17, 22, .96); color: white; backdrop-filter: blur(14px); border-bottom: 1px solid rgba(217, 168, 63, .2); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: 240px 1fr auto; gap: 28px; align-items: center; }
.brand img { width: 230px; height: auto; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 26px; }
.nav-link { color: #e9eeee; font-weight: 720; font-size: .94rem; padding: 30px 0 26px; border-bottom: 3px solid transparent; }
.nav-link:hover, .nav-link.active { color: var(--gold-light); border-bottom-color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { display: grid; gap: 0; text-align: right; margin-right: 6px; min-width: 130px; }
.header-phone small { color: #98a8ae; line-height: 1.1; display:none; }
.header-phone strong { font-size: 1.06rem; }
.menu-toggle { display: none; width: 48px; height: 48px; border-radius: 10px; border: 1px solid #38515b; background: #0e252d; color: white; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; width: 22px; height: 2px; background: currentColor; display: block; transition: .2s; }
.menu-toggle span { margin: 5px 0; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 15%, rgba(217, 168, 63, .11), transparent 25%), linear-gradient(135deg, #071318 0%, #0c242d 60%, #071318 100%); color: var(--white); padding: 76px 0 64px; }
.hero::after { content: ""; position: absolute; inset: auto -100px -240px auto; width: 580px; height: 580px; border: 1px solid rgba(217,168,63,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(217,168,63,.035), 0 0 0 140px rgba(217,168,63,.025); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(320px,470px); gap: 54px; align-items: center; }
.hero h1 span { color: var(--gold-light); display: block; }
.hero-art { position: relative; max-width: 455px; margin-left: auto; padding: 10px; border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); border: 1px solid rgba(217,168,63,.20); box-shadow: 0 28px 70px rgba(0,0,0,.22); overflow: visible; }
.hero-art img { width: 100%; height: auto !important; aspect-ratio: auto !important; object-fit: contain; object-position: center; border-radius: 18px; filter: none; display: block; }
.hero-badge { position: absolute; right: -8px; bottom: 18px; width: 228px; background: rgba(4, 14, 18, .94); border: 1px solid rgba(217,168,63,.74); border-radius: 18px; padding: 15px 16px; box-shadow: 0 18px 42px rgba(0,0,0,.26); backdrop-filter: blur(8px); }
.hero-badge strong { display: block; color: var(--gold-light); font-size: 1.1rem; }
.hero-contact { margin-top: 28px; }
.hero .btn { min-width: 215px; }
.hero h1 { max-width: 640px; }
.trust-bar { background: #0a1b22; color: white; border-top: 1px solid rgba(255,255,255,.06); }
.trust-grid { min-height: 100px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.08); }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); flex: 0 0 42px; }
.trust-item strong { display: block; font-size: .94rem; }
.trust-item small { color: #a9b8bd; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.problem-card { position: relative; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 25px; min-height: 220px; box-shadow: 0 14px 40px rgba(11,32,40,.06); transition: transform .2s, border-color .2s; }
.problem-card:hover { transform: translateY(-4px); border-color: #c9a55c; }
.problem-number { color: var(--gold); font-size: .82rem; font-weight: 900; letter-spacing: .12em; }
.problem-card p { color: var(--muted); font-size: .97rem; }
.problem-card a { color: #9a661c; font-weight: 800; }
.service-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.service-feature + .service-feature { margin-top: 82px; }
.service-feature:nth-child(even) .service-image { order: 2; }
.service-image { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: var(--ink); }
.check-list { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(217,168,63,.16); color: #9a6417; font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { counter-increment: step; border: 1px solid rgba(255,255,255,.12); background: #0c2028; padding: 28px; border-radius: 18px; }
.step::before { content: "0" counter(step); display: block; color: var(--gold); font-weight: 900; font-size: .9rem; letter-spacing: .12em; margin-bottom: 34px; }
.step p { color: #b5c2c6; }
.area-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.area-tile { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 25px; }
.area-tile h3 { margin-bottom: 7px; }
.area-tile p { color: var(--muted); }
.area-tile a { color: #8e5f1c; font-weight: 850; }
.cta-panel { background: linear-gradient(125deg, #071318, #12303a); color: white; border-radius: 28px; padding: clamp(32px, 6vw, 68px); display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; box-shadow: var(--shadow); }
.cta-panel p { color: #c2ced1; max-width: 700px; }
.faq { display: grid; gap: 12px; max-width: 880px; }
details { border: 1px solid var(--line); border-radius: 14px; background: white; overflow: hidden; }
summary { cursor: pointer; padding: 19px 22px; font-weight: 800; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); padding: 0 22px 21px; margin: 0; }
.page-hero { background: radial-gradient(circle at 85% 25%, rgba(217,168,63,.13), transparent 25%), linear-gradient(135deg, #071318, #0e2b35); color: white; padding: 78px 0; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.page-hero p { max-width: 720px; color: #c4d0d3; font-size: 1.14rem; }
.breadcrumb { color: #9eb0b6; font-size: .9rem; margin-bottom: 25px; }
.breadcrumb a { color: var(--gold-light); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 60px; align-items: start; }
.side-card { position: sticky; top: 110px; background: var(--ink); color: white; border-radius: 20px; padding: 28px; box-shadow: var(--shadow); }
.side-card p { color: #bdc9cc; }
.side-card .btn { width: 100%; margin-top: 10px; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-list article { border: 1px solid var(--line); padding: 23px; border-radius: 16px; background: white; }
.service-list p { color: var(--muted); }
.area-section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.area-section:last-child { border-bottom: 0; }
.area-list { columns: 3; column-gap: 35px; margin: 0; padding-left: 20px; }
.area-list li { break-inside: avoid; margin: 0 0 8px; color: #394b52; }
.local-intro { background: #eff3f1; border-left: 4px solid var(--gold); padding: 22px; border-radius: 0 14px 14px 0; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { border: 1px solid var(--line); border-radius: 18px; padding: 27px; background: white; }
.contact-card p { color: var(--muted); }
.contact-card strong { font-size: 1.2rem; }
.legal { max-width: 900px; }
.legal h2 { font-size: 1.75rem; margin-top: 2em; }
.legal h3 { margin-top: 1.8em; }
.legal p, .legal li { color: #405158; }
.site-footer { background: #061116; color: white; padding: 64px 0 105px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .8fr 1fr; gap: 42px; }
.footer-brand img { width: 235px; margin-bottom: 18px; }
.footer-brand p, .footer-col p, .footer-col a { color: #aebdc1; }
.footer-col h3 { color: var(--gold-light); font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa1a7; display: flex; justify-content: space-between; gap: 20px; font-size: .9rem; }
.mobile-action-bar { display: none; position: fixed; z-index: 150; bottom: 0; left: 0; right: 0; background: #061116; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(217,168,63,.35); gap: 8px; }
.mobile-action-bar .btn { flex: 1; min-height: 50px; padding: 10px 8px; font-size: .92rem; }
.emergency-note { padding: 15px 18px; border-radius: 13px; background: #fff4da; border: 1px solid #ebcf8e; color: #594315; font-size: .95rem; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { font-size: clamp(5rem, 18vw, 11rem); color: var(--gold); margin: 0; }
@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 220px 1fr auto; gap: 18px; }
  .main-nav { gap: 16px; }
  .header-phone { display: none; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-item:nth-child(3) { border-right: 0; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .area-tiles { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .header-inner { min-height: 72px; grid-template-columns: 190px 1fr auto; }
  .brand img { width: 185px; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #071318; border-top: 1px solid #213942; padding: 12px 18px 22px; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 24px 40px rgba(0,0,0,.35); }
  .main-nav.open { display: flex; }
  .nav-link { padding: 14px 3px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .header-actions .btn { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-art { max-width: 500px; margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item, .trust-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,.08); }
  .trust-item:nth-child(even) { border-right: 0; }
  .service-feature, .content-grid { grid-template-columns: 1fr; }
  .service-feature:nth-child(even) .service-image { order: 0; }
  .side-card { position: static; }
  .cta-panel { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .area-list { columns: 2; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .hero .btn-row, .cta-panel .btn-row { display: grid; grid-template-columns: 1fr; }
  .hero .btn { width: 100%; }
  .hero-badge { position: static; width: 100%; margin-top: 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 14px 10px; gap: 9px; }
  .trust-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .trust-item small { display: none; }
  .problem-grid, .steps, .area-tiles, .service-list { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .area-list { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .mobile-action-bar { display: flex; }
  .site-footer { padding-bottom: 118px; }
  .page-hero { padding: 58px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


.service-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.process-card{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 14px 40px rgba(11,32,40,.06);}
.process-card h3{margin-bottom:8px;}
.process-card p{color:var(--muted);margin:0;}
.local-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px;}
.local-card{background:white;border:1px solid var(--line);padding:22px;border-radius:16px;}
.local-card p{color:var(--muted);margin:0;}
.local-card h3{margin-bottom:8px;}
.area-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.area-summary article{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 14px 40px rgba(11,32,40,.06);}
.area-summary p{color:var(--muted);}
.note-strip{padding:16px 18px;border-radius:14px;background:#eff3f1;border:1px solid #d6e1de;color:#26414b;}
@media (max-width:860px){.process-grid,.local-cards,.area-summary{grid-template-columns:1fr 1fr;}}
@media (max-width:640px){.process-grid,.local-cards,.area-summary{grid-template-columns:1fr;}}



/* Final responsive layout overrides */
html, body { max-width: 100%; overflow-x: hidden; }
.hero-art picture { display: block; width: 100%; }

@media (max-width: 1180px) and (min-width: 861px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 420px); gap: 40px; }
  .hero-art { max-width: 420px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 70px; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
  .brand { min-width: 0; }
  .brand img { width: min(180px, 60vw); }
  .header-actions { grid-column: 2; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .main-nav { top: 70px; }

  .hero { padding: 42px 0 38px; }
  .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; align-items: start; }
  .hero-grid > div:first-child { min-width: 0; width: 100%; }
  .hero h1 { max-width: 680px; font-size: clamp(2.55rem, 10.5vw, 4.25rem); line-height: 1.01; overflow-wrap: normal; word-break: normal; }
  .hero .lead { max-width: 680px; font-size: 1.06rem; line-height: 1.58; }
  .hero-contact { margin-top: 24px; }
  .hero-art { width: min(100%, 470px); max-width: 470px; margin: 0 auto; padding: 9px; border-radius: 24px; }
  .hero-art img { width: 100%; height: auto !important; border-radius: 17px; }
  .hero-badge { right: 18px; bottom: 18px; max-width: 210px; }

  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item { min-width: 0; }
  .contact-cards { grid-template-columns: 1fr; }
  .service-feature { gap: 30px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .site-header { backdrop-filter: none; }
  .header-inner { min-height: 66px; }
  .brand img { width: min(166px, 62vw); }
  .main-nav { top: 66px; }
  .menu-toggle { width: 44px; height: 44px; }

  .hero { padding: 30px 0 28px; }
  .hero::after { display: none; }
  .hero-grid { gap: 24px; }
  .eyebrow { font-size: .72rem; letter-spacing: .105em; }
  .eyebrow::before { width: 18px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); line-height: 1.02; margin-bottom: .42em; }
  .hero .lead { font-size: 1rem; line-height: 1.55; margin-bottom: 1em; }
  .hero-contact { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
  .hero .btn { width: 100%; min-width: 0; min-height: 54px; }
  .notice { margin-top: 14px; font-size: .88rem; line-height: 1.48; }
  .hero-art { width: 100%; max-width: none; padding: 7px; border-radius: 21px; }
  .hero-art img { border-radius: 15px; }
  .hero-badge { display: none; }

  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; padding: 6px 0; }
  .trust-item { min-height: 78px; padding: 12px 9px; align-items: flex-start; }
  .trust-item strong { font-size: .86rem; line-height: 1.25; }
  .trust-item small { display: block; font-size: .72rem; line-height: 1.25; margin-top: 3px; }
  .trust-icon { width: 34px; height: 34px; flex: 0 0 34px; }
  .trust-icon .icon { width: 18px; height: 18px; }

  .section-sm { padding: 42px 0; }
  .section { padding: 58px 0; }
  .contact-card, .problem-card, .step, .area-tile, .local-card, .area-summary article { padding: 21px; }
  .section-head { margin-bottom: 30px; }
  .section-head p { font-size: 1rem; }
  .service-feature + .service-feature { margin-top: 58px; }
  .service-image { border-radius: 20px; }
  .service-image img { border-radius: 20px; }
  .cta-panel { padding: 28px 22px; border-radius: 22px; }
  .page-hero { padding: 46px 0; }
  .page-hero h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .content-grid { gap: 34px; }
  .footer-grid { gap: 28px; }
  .site-footer { padding-top: 52px; }
  .mobile-action-bar { display: flex; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2.2rem; }
  .brand img { width: 152px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.08); }
  .trust-item:last-child { border-bottom: 0; }
}
