:root {
  --ink: #202a36;
  --muted: #66717e;
  --navy: #223247;
  --blue: #2f5f84;
  --green: #2f6f63;
  --warm: #c59b4a;
  --linen: #f7f4ef;
  --mist: #f1f5f6;
  --paper: #ffffff;
  --line: #d9e1e5;
  --shadow: 0 18px 42px rgba(32, 42, 54, 0.10);
  --radius: 8px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-bottom: 64px; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p, ul, ol { margin-top: 0; }
.container { width: 100%; max-width: calc(var(--container) + 28px); margin: 0 auto; padding-right: 14px; padding-left: 14px; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: var(--radius); }
.skip-link:focus { top: 16px; }
.topbar { display: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; max-width: calc(100vw - 126px); color: var(--navy); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; color: var(--navy); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.brand-mark svg { width: 31px; height: 31px; }
.brand-copy { display: grid; gap: 2px; min-width: 0; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-size: .96rem; letter-spacing: 0; overflow-wrap: anywhere; }
.brand-copy small { color: var(--muted); font-size: .72rem; font-weight: 700; overflow-wrap: anywhere; }
.nav, .header-actions { display: none; }
.mobile-menu summary { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--navy); background: #fff; font-weight: 800; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-panel { position: absolute; top: 74px; right: 14px; left: 14px; display: grid; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.mobile-menu:not([open]) .mobile-panel { display: none; }
.mobile-panel a { padding: 10px 0; color: var(--ink); font-weight: 800; text-decoration: none; }
.mobile-panel .accent { color: var(--green); }
.btn, .quick-contact a, .text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 800; line-height: 1.2; text-decoration: none; text-align: center; overflow-wrap: anywhere; }
.btn-primary { color: #fff; background: var(--navy); }
.btn-secondary { color: #fff; background: var(--blue); }
.btn-whatsapp { color: #fff; background: var(--green); }
.btn-outline { color: var(--navy); background: rgba(255,255,255,.86); border-color: var(--line); }
.text-link { min-height: auto; padding: 0; color: var(--blue); border: 0; }
.hero { position: relative; isolation: isolate; display: grid; align-items: center; min-height: 560px; color: var(--ink); background-color: var(--linen); background-image: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.74)), var(--hero-image); background-position: center right; background-size: cover; }
.hero.has-media { overflow: hidden; background-image: none; }
.hero.has-media::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.82) 58%, rgba(255,255,255,.62)); }
.hero-media { position: absolute; inset: 0; z-index: -2; margin: 0; background: var(--linen); }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center right; }
.hero-media figcaption { position: absolute; right: 14px; bottom: 12px; max-width: min(420px, calc(100% - 28px)); padding: 8px 10px; border-radius: var(--radius); color: #263244; background: rgba(255,255,255,.84); font-size: .82rem; line-height: 1.35; box-shadow: 0 8px 22px rgba(32,42,54,.09); }
.hero.compact { min-height: 390px; }
.hero-content { max-width: 760px; padding-top: 58px; padding-bottom: 66px; }
.eyebrow { display: inline-flex; margin-bottom: 14px; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.12; overflow-wrap: break-word; hyphens: auto; }
.hero h1, .hero-title { max-width: 860px; margin: 0; color: var(--navy); font-size: clamp(1.85rem, 7.4vw, 3.6rem); font-weight: 900; line-height: 1.03; overflow-wrap: break-word; text-wrap: balance; }
.hero p { max-width: 660px; margin: 18px 0 0; color: #3f4a56; font-size: 1.05rem; }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-actions .btn, .cta-row .btn { width: 100%; }
.trust-strip { color: var(--ink); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; gap: 1px; background: var(--line); }
.trust-item { padding: 22px; background: #fff; }
.trust-item strong { display: block; color: var(--navy); font-size: 1.18rem; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: .94rem; }
.section { padding: 58px 0; }
.section.soft { background: var(--mist); }
.section.linen { background: var(--linen); }
.section-header { max-width: 760px; margin-bottom: 28px; }
.section-header.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-header h2, .content h2 { font-size: clamp(1.75rem, 7vw, 2.65rem); }
.section-header p, .lead { color: var(--muted); font-size: 1.05rem; }
.grid { display: grid; gap: 20px; }
.grid > *, .content, .quote-panel, .table-wrap { min-width: 0; }
.card, .contact-card, .price-card, .quote-panel { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(32,42,54,.07); }
.card, .contact-card { padding: 24px; }
.card h3, .contact-card h3 { margin-bottom: 10px; font-size: 1.18rem; }
.card p, .content p, .contact-card p { color: #35414d; }
.card-kicker { display: block; margin-bottom: 10px; color: var(--green); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.service-card { overflow: hidden; border-top: 4px solid var(--green); }
.service-card .service-thumb { margin: -24px -24px 22px; background: var(--mist); }
.service-card .service-thumb img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.service-card .service-body { display: grid; gap: 10px; }
.content { display: grid; gap: 18px; }
.muted-note { margin-top: 16px; color: var(--muted) !important; }
.image-panel { min-height: 330px; border-radius: var(--radius); background-color: #e8eef0; background-position: center; background-size: cover; box-shadow: var(--shadow); }
.service-photo { margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.service-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.service-photo figcaption { padding: 12px 14px; color: var(--muted); font-size: .9rem; }
.service-photo + .table-wrap { margin-top: 18px; }
.portrait-panel { background-size: contain; background-repeat: no-repeat; background-position: center bottom; }
.quote-panel { overflow: hidden; }
.quote-panel .quote-head { padding: 24px; color: #fff; background: var(--navy); }
.quote-panel .quote-head h2 { color: #fff; font-size: 1.45rem; }
.quote-panel .quote-head p { color: rgba(255,255,255,.82); }
.quote-steps { display: grid; gap: 1px; background: var(--line); }
.quote-step { padding: 22px; background: #fff; }
.quote-step strong { display: block; color: var(--navy); font-size: 1.05rem; }
.quote-step span { color: var(--muted); }
.quote-actions { padding: 22px; background: #fff; }
.faq-section { background: #fff; }
.faq-list { display: grid; gap: 12px; max-width: 920px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(32,42,54,.06); overflow: hidden; }
.faq-item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; padding: 18px 52px 18px 18px; color: var(--navy); font-weight: 900; line-height: 1.3; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; line-height: 1; }
.faq-item[open] summary::after { content: "-"; }
.faq-item p { margin: 0; padding: 0 18px 20px; color: #35414d; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.price-card { overflow: hidden; text-align: center; }
.price-card img { width: 100%; height: 82px; object-fit: contain; padding: 8px 8px 0; }
.price-card div { padding: 10px 10px 14px; }
.price-card strong { display: block; color: var(--ink); }
.price-card span { color: var(--blue); font-size: 1.12rem; font-weight: 900; }
.table-wrap { overflow-x: auto; max-width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(32,42,54,.07); }
table { width: 100%; min-width: 480px; border-collapse: collapse; }
th, td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: #fff; background: var(--navy); }
tr:last-child td { border-bottom: 0; }
.contact-grid { display: grid; gap: 16px; }
.contact-card .big-link { display: inline-flex; margin-top: 8px; color: var(--blue); font-size: 1.1rem; font-weight: 900; text-decoration: none; }
.contact-card .big-link.whatsapp { color: var(--green); }
.legal-copy { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.legal-copy .subtitle, .legal-copy h1 { margin-bottom: 18px; color: var(--navy) !important; font-size: clamp(1.85rem, 7vw, 2.8rem); text-align: left !important; }
.legal-copy h2 { margin-top: 28px; font-size: 1.5rem; }
.legal-copy p, .legal-copy .bodytext, .legal-copy a { color: #263244 !important; font-size: 1rem !important; line-height: 1.75 !important; }
.legal-copy a { color: var(--blue) !important; overflow-wrap: anywhere; }
.redirect-page { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: var(--mist); }
.redirect-page .card { max-width: 620px; }
.footer { color: #fff; background: var(--navy); }
.footer-grid { display: grid; gap: 28px; padding: 44px 0; }
.footer h2, .footer h3 { margin-bottom: 10px; color: #fff; font-size: 1.05rem; }
.footer p, .footer a { color: rgba(255,255,255,.82); }
.footer a { text-decoration: none; }
.company-logo { display: block; width: min(190px, 100%); height: auto; margin-bottom: 14px; border-radius: 6px; background: #000; }
.legal-logo { display: block; width: min(260px, 100%); height: auto; margin-bottom: 24px; border-radius: 6px; border: 1px solid var(--line); background: #000; }
.footer a:hover, .nav a:hover, .mobile-panel a:hover { text-decoration: underline; }
.footer-nav { display: grid; gap: 8px; }
.quick-contact { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(34,50,71,.18); }
.quick-contact a { min-height: 58px; padding: 0 8px; border-radius: 0; color: #fff; background: var(--navy); font-size: .88rem; }
.quick-contact a:nth-child(2) { background: var(--green); }
.quick-contact a:nth-child(3) { background: var(--blue); }
@media (max-width: 839px) { .container.hero-content { width: auto; margin-right: 14px; margin-left: 14px; padding-right: 0; padding-left: 0; } .hero h1 { overflow-wrap: anywhere; } }
@media (min-width: 620px) { .hero-actions .btn, .cta-row .btn { width: auto; } .trust-grid, .quote-steps, .contact-grid { grid-template-columns: repeat(3, 1fr); } .price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 840px) {
  body { padding-bottom: 0; font-size: 17px; }
  .topbar { display: block; color: #fff; background: var(--navy); font-size: .92rem; }
  .topbar-inner { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; }
  .topbar-links { display: flex; gap: 16px; }
  .topbar a { color: rgba(255,255,255,.88); text-decoration: none; }
  .header-inner { min-height: 82px; }
  .brand-mark { width: 48px; height: 48px; }
  .brand { max-width: 330px; }
  .brand-copy strong { font-size: 1.06rem; }
  .brand-copy small { font-size: .82rem; }
  .mobile-menu { display: none; }
  .nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
  .nav a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 10px; border-radius: var(--radius); color: var(--ink); font-size: .9rem; font-weight: 800; text-decoration: none; }
  .nav a[aria-current="page"] { color: var(--blue); background: var(--mist); }
  .header-actions { display: flex; flex: 0 0 auto; gap: 8px; }
  .header-actions .btn { min-height: 42px; padding: 0 14px; white-space: nowrap; }
  .hero { min-height: 560px; background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.78), rgba(255,255,255,.08)), var(--hero-image); }
  .hero.has-media::before { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.78) 52%, rgba(255,255,255,.10)); }
  .hero-media figcaption { right: 24px; bottom: 20px; }
  .hero.compact { min-height: 370px; }
  .hero-content { padding-top: 70px; padding-bottom: 70px; }
  .hero h1, .hero-title { font-size: clamp(2.85rem, 4.2vw, 4rem); }
  .section { padding: 78px 0; }
  .grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid.four, .price-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .content { align-content: center; }
  .legal-copy { padding: 44px; }
  .footer-grid { grid-template-columns: 1.15fr 1fr .65fr; }
  .quick-contact { display: none; }
}
@media (min-width: 1080px) { .nav a { padding: 0 13px; font-size: .94rem; } .price-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
