:root {
  --ink: #071a23; --ink-soft: #53666e; --paper: #f3f0e8; --surface: #fff;
  --navy: #061f2a; --navy-2: #0a3b4a; --navy-3: #10576a;
  --teal: #11b4a8; --teal-dark: #087b75; --signal: #ffad20; --signal-2: #ff7a1a;
  --whatsapp: #16a362; --line: rgba(7,26,35,.13); --line-light: rgba(255,255,255,.15);
  --ok: #0b6e4f; --danger: #a33a2b; --radius-sm: .75rem; --radius: 1.3rem;
  --radius-lg: 2rem; --shadow: 0 24px 70px rgba(3,24,33,.15);
  --shadow-strong: 0 32px 90px rgba(0,14,20,.28); --content: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: inherit; } img { display: block; max-width: 100%; height: auto; } button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; z-index: 999; top: .75rem; left: .75rem; padding: .65rem 1rem; color: white; background: var(--navy); border-radius: .45rem; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2.25rem), var(--content)); margin-inline: auto; }
.topbar { color: var(--navy); background: var(--signal); }
.topbar .container { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: .8rem; text-align: center; font-size: .84rem; font-weight: 700; letter-spacing: .015em; }
.topbar strong { font-weight: 950; text-transform: uppercase; } .topbar span { opacity: .78; }
.site-header { position: sticky; top: 0; z-index: 50; color: white; background: rgba(6,31,42,.96); border-bottom: 1px solid var(--line-light); backdrop-filter: blur(18px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand-logo { width: 188px; max-height: 54px; object-fit: contain; object-position: left center; }
.brand-mark { display: none; }
.nav-links { display: flex; align-items: center; gap: 1.15rem; margin: 0; padding: 0; list-style: none; }
.nav-links a { text-decoration: none; font-size: .91rem; font-weight: 760; }
.nav-links > li > a:not(.btn) { color: rgba(255,255,255,.84); }
.nav-links > li > a:not(.btn):hover, .nav-links > li > a:not(.btn):focus-visible, .nav-links > li > a[aria-current="page"] { color: var(--signal); }
.nav-toggle { display: none; min-width: 46px; min-height: 46px; color: white; border: 1px solid var(--line-light); border-radius: .7rem; background: rgba(255,255,255,.06); }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .82rem 1.15rem; border: 2px solid transparent; border-radius: .78rem; text-decoration: none; font-weight: 850; line-height: 1.1; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; }
.btn:hover { transform: translateY(-2px); } .btn:focus-visible { outline: 3px solid rgba(255,173,32,.55); outline-offset: 3px; }
.btn-primary { color: var(--navy); background: linear-gradient(135deg,var(--signal),var(--signal-2)); box-shadow: 0 14px 28px rgba(255,122,26,.22); }
.btn-primary:hover { box-shadow: 0 18px 34px rgba(255,122,26,.3); }
.btn-dark { color: white; background: var(--navy); box-shadow: 0 14px 28px rgba(6,31,42,.18); }
.btn-whatsapp { color: white; background: var(--whatsapp); box-shadow: 0 14px 28px rgba(22,163,98,.2); }
.btn-secondary { color: var(--navy); border-color: rgba(6,31,42,.7); background: transparent; }
.btn-secondary:hover { color: white; background: var(--navy); } .btn-light { color: var(--navy); background: white; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem; color: var(--teal-dark); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 3px; background: var(--signal); }
h1,h2,h3 { margin: 0 0 .8rem; line-height: 1.03; letter-spacing: -.045em; }
h1 { font-size: clamp(2.7rem,6.3vw,5.8rem); max-width: 12ch; } h2 { font-size: clamp(2.05rem,4.5vw,3.8rem); max-width: 17ch; } h3 { font-size: 1.28rem; }
.lead { max-width: 62ch; color: var(--ink-soft); font-size: clamp(1.06rem,1.8vw,1.27rem); } .text-accent { color: var(--signal); }
.hero { position: relative; overflow: hidden; isolation: isolate; padding: clamp(4rem,8vw,7.5rem) 0 clamp(4.5rem,8vw,7rem); color: white; background: radial-gradient(circle at 75% 12%,rgba(17,180,168,.25),transparent 25rem),radial-gradient(circle at 15% 95%,rgba(255,173,32,.15),transparent 28rem),linear-gradient(135deg,#061f2a 0%,#092f3c 52%,#0b4250 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg,black,transparent 75%); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.hero .eyebrow { color: #8ce5df; } .hero .lead { color: rgba(255,255,255,.76); }
.hero-actions,.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; } .hero-note { margin: 1rem 0 0; color: rgba(255,255,255,.66); font-size: .9rem; }
.hero-actions--prominent { display: grid; grid-template-columns: minmax(190px,.82fr) minmax(250px,1.18fr); max-width: 690px; gap: .9rem; }
.cta-hero { min-height: 76px; justify-content: flex-start; padding: .9rem 1.05rem; border-radius: 1rem; border-color: rgba(255,255,255,.22); text-align: left; }
.cta-hero:hover { transform: translateY(-3px) scale(1.012); }
.cta-hero .cta-icon { flex: 0 0 auto; width: 42px; height: 42px; padding: 9px; border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; background: rgba(255,255,255,.28); }
.cta-hero .cta-icon--solid { fill: currentColor; stroke: none; padding: 10px; }
.cta-hero span { display: grid; gap: .18rem; }
.cta-hero strong { font-size: 1.02rem; font-weight: 950; letter-spacing: -.01em; }
.cta-hero small { max-width: 26ch; font-size: .73rem; font-weight: 730; opacity: .82; }
.hero-actions--prominent .btn-primary { box-shadow: 0 18px 44px rgba(255,122,26,.42),0 0 0 4px rgba(255,173,32,.1); }
.hero-actions--prominent .btn-whatsapp { background: linear-gradient(135deg,#19b96d,#087d4a); box-shadow: 0 18px 44px rgba(13,164,91,.38),0 0 0 4px rgba(25,185,109,.1); }
.hero-visual { position: relative; min-height: 500px; margin: 0; }
.hero-photo { width: 100%; height: 520px; object-fit: cover; border-radius: 2.2rem 2.2rem 7rem 2.2rem; box-shadow: var(--shadow-strong); border: 1px solid rgba(255,255,255,.18); }
.hero-photo--pump { object-position: center 18%; }
.hero-visual--map .hero-photo { object-fit: contain; padding: clamp(.8rem,2vw,1.35rem); background: #fff; }
.hero-visual--map .hero-caption { right: 1rem; bottom: 1rem; max-width: 315px; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: -18px 26% 22% -18px; border: 1px solid rgba(255,173,32,.42); border-radius: 2.6rem; }
.hero-caption { position: absolute; right: -1rem; bottom: 1.5rem; max-width: 285px; padding: 1.05rem 1.2rem; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 1rem; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-caption strong { display: block; font-size: 1rem; } .hero-caption span { color: var(--ink-soft); font-size: .86rem; }
.offer-card { max-width: 660px; display: grid; grid-template-columns: auto 1fr; gap: .85rem; align-items: center; margin-top: 1.7rem; padding: 1rem 1.15rem; border: 1px solid rgba(255,255,255,.19); border-radius: 1rem; background: rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.offer-badge { display: grid; place-items: center; min-width: 68px; min-height: 68px; color: var(--navy); background: var(--signal); border-radius: 50%; font-size: .72rem; font-weight: 950; letter-spacing: .06em; }
.offer-card strong { display: block; font-size: 1.12rem; letter-spacing: -.01em; } .offer-card p { margin: .2rem 0 0; color: rgba(255,255,255,.67); font-size: .87rem; }
.service-panel { position: relative; padding: 1.6rem; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius-lg); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.service-panel strong { display: block; font-size: 1.22rem; } .service-panel p,.service-panel li { color: rgba(255,255,255,.73); } .service-panel ul { margin: 1.3rem 0 0; padding-left: 1.2rem; } .service-panel li+li { margin-top: .55rem; }
.status-line { display: flex; gap: .65rem; align-items: flex-start; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .9rem; }
.status-dot { flex: 0 0 auto; width: .7rem; height: .7rem; margin-top: .35rem; background: var(--signal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,173,32,.14); }
.trust-strip { padding: 1.15rem 0; color: white; background: #031820; border-top: 1px solid var(--line-light); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; } .trust-item { display: flex; align-items: center; gap: .75rem; font-weight: 760; } .trust-number { color: var(--signal); font-size: 1.35rem; font-weight: 950; }
.brands-section { padding: clamp(3.2rem,6vw,5rem) 0; background: linear-gradient(180deg,#f7f9f7 0%,#fff 100%); border-bottom: 1px solid var(--line); }
.brands-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.8rem; }
.brands-heading h2 { max-width: 20ch; font-size: clamp(1.85rem,3.6vw,3.15rem); }
.brands-heading>p { max-width: 43ch; margin: 0; color: var(--ink-soft); }
.brand-grid { display: grid; grid-template-columns: 1.35fr repeat(5,1fr); gap: .75rem; }
.brand-tile { position: relative; min-height: 118px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .28rem; padding: 1rem .7rem; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 10px 28px rgba(7,26,35,.06); text-decoration: none; }
.brand-tile strong { font-size: clamp(1rem,1.6vw,1.26rem); letter-spacing: -.025em; }
.brand-tile small { color: var(--ink-soft); font-size: .72rem; }
.brand-tile--featured { color: white; background: linear-gradient(145deg,var(--navy-2),var(--teal-dark)); border-color: transparent; box-shadow: 0 18px 42px rgba(6,57,70,.22); }
.brand-tile--featured strong { color: white; font-size: clamp(1.5rem,2.5vw,2rem); }
.brand-tile--featured small { color: rgba(255,255,255,.75); }
.brand-rank { position: absolute; top: .6rem; right: .6rem; padding: .23rem .48rem; color: var(--navy); background: var(--signal); border-radius: 999px; font-size: .64rem; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; }
.brands-note { margin: 1rem 0 0; color: var(--ink-soft); font-size: .8rem; }
.section { padding: clamp(4.5rem,8vw,8rem) 0; } .section-white { background: white; } .section-tint { background: #e8f2f0; } .section-paper { background: var(--paper); } .section-dark { color: white; background: var(--navy); }
.section-dark .lead,.section-dark .section-heading>p { color: rgba(255,255,255,.7); } .section-dark .eyebrow { color: #7fe0d9; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; } .section-heading>p { max-width: 49ch; margin: 0; color: var(--ink-soft); }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.service-grid-home { grid-template-columns: repeat(4,1fr); }
.card { position: relative; min-height: 100%; overflow: hidden; padding: 1.6rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(7,26,35,.07); transition: transform .2s ease,box-shadow .2s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(7,26,35,.12); } .card p { margin-bottom: 0; color: var(--ink-soft); } .card-number { display: block; margin-bottom: 1rem; color: var(--teal-dark); font-size: 1.45rem; font-weight: 950; }
.service-card { min-height: 390px; display: flex; flex-direction: column; justify-content: end; color: white; border: 0; background-position: center; background-size: cover; }
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,24,32,.05) 10%,rgba(3,24,32,.93) 82%); } .service-card>* { position: relative; z-index: 1; } .service-card p { color: rgba(255,255,255,.72); } .service-card .btn { align-self: flex-start; }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.85fr); gap: clamp(2.5rem,6vw,6rem); align-items: start; }
.check-list { margin: 1.4rem 0 0; padding: 0; list-style: none; } .check-list li { position: relative; padding-left: 1.8rem; } .check-list li+li { margin-top: .72rem; } .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 950; }
.process { counter-reset: process; display: grid; gap: .8rem; } .process-step { counter-increment: process; display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.2rem; background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); } .process-step::before { content: counter(process,decimal-leading-zero); color: var(--signal-2); font-weight: 950; } .process-step p { margin: .2rem 0 0; color: var(--ink-soft); }
.coverage-box { padding: clamp(1.6rem,4vw,2.7rem); background: linear-gradient(145deg,#fff,#edf7f5); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 18px 50px rgba(7,26,35,.08); }
.coverage-pills { display: flex; flex-wrap: wrap; gap: .58rem; margin-top: 1.2rem; } .pill { padding: .48rem .78rem; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .89rem; font-weight: 760; }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-flow: dense; gap: .9rem; }
.work-card { position: relative; grid-column: span 4; min-height: 310px; overflow: hidden; color: white; background: var(--navy); border-radius: var(--radius); box-shadow: 0 16px 40px rgba(3,24,32,.14); }
.work-card.work-wide { grid-column: span 8; } .work-card.work-tall { grid-row: span 2; min-height: 640px; }
.work-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .45s ease; } .work-card::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent,rgba(3,24,32,.92)); pointer-events: none; } .work-card:hover img { transform: scale(1.035); }
.work-meta { position: absolute; z-index: 1; inset: auto 1rem 1rem; display: flex; justify-content: space-between; gap: 1rem; align-items: end; } .work-meta strong { display: block; font-size: 1.04rem; } .work-meta span { color: rgba(255,255,255,.68); font-size: .82rem; } .work-meta em { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy); background: var(--signal); border-radius: 50%; font-style: normal; font-weight: 950; }
.instagram-note { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1.35rem; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.72); } .instagram-note p { margin: 0; color: var(--ink-soft); }
.faq { max-width: 920px; } .faq details { padding: 1.15rem 0; border-top: 1px solid var(--line); } .faq details:last-child { border-bottom: 1px solid var(--line); } .faq summary { cursor: pointer; font-weight: 850; } .faq p { color: var(--ink-soft); }
.contact-panel { display: grid; grid-template-columns: minmax(0,.78fr) minmax(340px,1.22fr); gap: 2.4rem; padding: clamp(1.6rem,4vw,3.2rem); color: var(--ink); background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.section-dark .contact-panel .lead { color: var(--ink-soft); } .contact-cards { display: grid; gap: .8rem; margin-top: 1.5rem; } .contact-card { padding: 1rem; border: 1px solid var(--line); border-radius: .85rem; background: #f9fbfa; } .contact-card strong { display: block; } .contact-card a { color: var(--teal-dark); font-weight: 900; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .field { display: grid; gap: .36rem; } .field-full { grid-column: 1/-1; } .field label { font-weight: 770; }
.field input,.field textarea,.field select { width: 100%; padding: .84rem .9rem; color: var(--ink); background: white; border: 1px solid #aebdbf; border-radius: .58rem; } .field textarea { min-height: 135px; resize: vertical; } .field input:focus,.field textarea:focus,.field select:focus { outline: 3px solid rgba(17,180,168,.2); border-color: var(--teal-dark); }
.consent { display: flex; gap: .6rem; align-items: flex-start; color: var(--ink-soft); font-size: .88rem; } .consent input { margin-top: .35rem; } .form-status { min-height: 1.6rem; margin: .85rem 0 0; font-weight: 780; } .form-status[data-state="ok"] { color: var(--ok); } .form-status[data-state="error"] { color: var(--danger); } .prototype-note { padding: .8rem; border-left: 4px solid var(--signal); background: #fff6df; font-size: .88rem; }
.form-submit { width: 100%; margin-top: 1rem; }
.cta-band { padding: 2.7rem 0; color: white; background: linear-gradient(115deg,var(--navy-2),var(--navy-3)); } .cta-band .container { display: flex; justify-content: space-between; align-items: center; gap: 2rem; } .cta-band h2 { max-width: 22ch; font-size: clamp(1.8rem,4vw,2.7rem); }
.site-footer { padding: 3.5rem 0 6rem; color: #d7e4e6; background: #031820; } .footer-grid { display: grid; grid-template-columns: 1.35fr repeat(2,.8fr); gap: 2.4rem; } .footer-logo { width: 195px; margin-bottom: 1rem; } .footer-grid h3 { color: white; font-size: 1rem; letter-spacing: 0; } .footer-grid a { color: inherit; } .footer-links { margin: 0; padding: 0; list-style: none; } .footer-links li+li { margin-top: .48rem; } .footer-small { margin-top: 2rem; padding-top: 1.35rem; border-top: 1px solid rgba(255,255,255,.12); color: #9fb3b7; font-size: .82rem; }
.mobile-contact-bar { display: none; }
[data-reveal] { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .nav-toggle { display: inline-grid; place-items: center; } .nav-links { position: absolute; inset: 82px 1rem auto; display: none; align-items: stretch; flex-direction: column; padding: 1rem; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); } .nav-links[data-open="true"] { display: flex; } .nav-links>li>a:not(.btn) { color: var(--ink); } .nav-links .btn { width: 100%; }
  .hero-grid,.split,.contact-panel { grid-template-columns: 1fr; } .hero-visual { min-height: 440px; } .hero-photo { height: 460px; } .card-grid,.service-grid-home { grid-template-columns: 1fr 1fr; } .work-card { grid-column: span 6; } .work-card.work-wide { grid-column: span 12; } .footer-grid { grid-template-columns: 1fr 1fr; } .brand-grid { grid-template-columns: repeat(3,1fr); } .brand-tile--featured { grid-column: span 1; }
}
@media (max-width: 680px) {
  body { padding-bottom: 68px; } .container { width: min(calc(100% - 1.35rem),var(--content)); } .topbar .container { min-height: 44px; display: grid; gap: 0; padding: .35rem 0; line-height: 1.2; } .topbar span { font-size: .72rem; } .nav-shell { min-height: 70px; } .nav-links { top: 70px; } .brand-logo { width: 156px; max-height: 46px; } .hero { padding-top: 3.4rem; }
  .hero-actions .btn,.cta-row .btn { width: 100%; } .hero-actions--prominent { grid-template-columns: 1fr; } .cta-hero { min-height: 72px; } .offer-card { grid-template-columns: auto 1fr; padding: .85rem; } .offer-badge { min-width: 58px; min-height: 58px; } .hero-visual { min-height: 360px; } .hero-photo { height: 380px; border-radius: 1.4rem 1.4rem 4.5rem 1.4rem; } .hero-caption { right: .6rem; left: .6rem; bottom: .7rem; max-width: none; } .hero-visual--map .hero-photo { padding: .65rem; } .hero-visual--map .hero-caption { right: .6rem; left: .6rem; bottom: .7rem; max-width: none; }
  .trust-grid { grid-template-columns: 1fr; gap: .65rem; } .brands-heading { display: block; } .brands-heading>p { margin-top: 1rem; } .brand-grid { grid-template-columns: 1fr 1fr; } .brand-tile--featured { grid-column: 1/-1; min-height: 130px; } .section-heading { display: block; } .section-heading>p { margin-top: 1rem; } .card-grid,.service-grid-home,.form-grid,.footer-grid { grid-template-columns: 1fr; } .work-card,.work-card.work-wide { grid-column: span 12; min-height: 340px; } .work-card.work-tall { grid-row: auto; min-height: 430px; } .instagram-note { display: block; } .instagram-note .btn { width: 100%; margin-top: 1rem; } .cta-band .container { display: block; } .cta-band .cta-row { margin-top: 1.25rem; } .field-full { grid-column: auto; }
  .mobile-contact-bar { position: fixed; z-index: 60; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: .45rem; background: rgba(3,24,32,.98); } .mobile-contact-bar .btn { min-height: 52px; border-radius: .55rem; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto!important; transition: none!important; } [data-reveal] { opacity: 1; transform: none; } }
@media print { .topbar,.site-header,.mobile-contact-bar,.hero-actions,.cta-band { display:none!important; } body { color:black; background:white; } .hero { color:black; background:white; } .hero .lead { color:#333; } .section { padding:2rem 0; } }

/* V5 — sistema visual técnico premium. El contenido de las landings permanece intacto. */
:root {
  --ink: #071c26;
  --ink-soft: #50656d;
  --paper: #f2f1eb;
  --surface: #ffffff;
  --navy: #051f2b;
  --navy-2: #073847;
  --navy-3: #0b5865;
  --teal: #1bc3b2;
  --teal-dark: #087b75;
  --signal: #ffb51b;
  --signal-2: #ff7817;
  --whatsapp: #13a960;
  --line: rgba(6,31,43,.12);
  --line-light: rgba(255,255,255,.14);
  --radius-sm: .9rem;
  --radius: 1.45rem;
  --radius-lg: 2.4rem;
  --shadow: 0 24px 80px rgba(4,27,37,.13);
  --shadow-strong: 0 36px 110px rgba(0,13,19,.34);
  --content: 1280px;
}

body {
  background:
    radial-gradient(circle at 10% 0, rgba(27,195,178,.055), transparent 22rem),
    var(--paper);
  letter-spacing: -.005em;
}

.container { width: min(calc(100% - 3rem), var(--content)); }
.topbar { position: relative; z-index: 60; background: linear-gradient(90deg,#ffc22d,#ffa719 55%,#ff8f18); }
.topbar .container { min-height: 42px; gap: 1rem; font-size: .82rem; }
.topbar strong { letter-spacing: .075em; }
.topbar span { padding-left: 1rem; border-left: 1px solid rgba(5,31,43,.24); }
.site-header { background: rgba(5,28,38,.92); box-shadow: 0 12px 44px rgba(0,12,18,.13); }
.nav-shell { min-height: 88px; }
.brand-logo { width: 205px; max-height: 58px; }
.nav-links { gap: 1.3rem; }
.nav-links a { font-size: .88rem; letter-spacing: .01em; }
.nav-links .btn { min-height: 46px; padding-inline: 1rem; }

.btn { min-height: 52px; padding: .88rem 1.28rem; border-radius: 999px; }
.btn-primary { background: linear-gradient(125deg,#ffc32f,#ff7917 84%); box-shadow: 0 16px 42px rgba(255,121,23,.24); }
.btn-whatsapp { background: linear-gradient(135deg,#1bbb6d,#087c4b); }
.btn-light { box-shadow: 0 8px 28px rgba(3,24,32,.09); }
.eyebrow { margin-bottom: 1.15rem; color: var(--teal-dark); font-size: .71rem; letter-spacing: .2em; }
.eyebrow::before { width: 38px; height: 2px; }
h1,h2,h3 { letter-spacing: -.052em; }
h1 { font-size: clamp(3.15rem,6.1vw,6.25rem); font-weight: 900; }
h2 { font-size: clamp(2.35rem,4.25vw,4rem); font-weight: 880; }
h3 { font-size: 1.34rem; }
.lead { line-height: 1.62; }

.hero {
  min-height: 690px;
  display: grid;
  align-items: center;
  padding: clamp(4.5rem,7vw,7rem) 0 clamp(4.8rem,8vw,7.5rem);
  background:
    radial-gradient(circle at 77% 9%,rgba(27,195,178,.28),transparent 24rem),
    radial-gradient(circle at 9% 90%,rgba(255,181,27,.13),transparent 30rem),
    linear-gradient(128deg,#041b25 0%,#06313e 55%,#07505c 100%);
}
.hero::before {
  opacity: .2;
  background-size: 68px 68px;
  mask-image: linear-gradient(100deg,black 0%,rgba(0,0,0,.48) 58%,transparent 92%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -185px;
  bottom: -205px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 78px rgba(255,255,255,.025),0 0 0 156px rgba(255,255,255,.018);
}
.hero-grid { grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); gap: clamp(3rem,6vw,6.8rem); }
.hero .lead { max-width: 56ch; color: rgba(255,255,255,.78); }
.offer-card {
  max-width: 625px;
  margin-top: 1.8rem;
  padding: .86rem 1rem;
  border-color: rgba(255,255,255,.17);
  border-left: 3px solid var(--signal);
  border-radius: 1.05rem;
  background: linear-gradient(100deg,rgba(255,255,255,.105),rgba(255,255,255,.045));
}
.offer-badge { min-width: 62px; min-height: 62px; background: linear-gradient(145deg,#ffd04a,#ff9f17); box-shadow: 0 10px 28px rgba(255,166,24,.3); }
.hero-actions--prominent { max-width: 645px; grid-template-columns: minmax(205px,.9fr) minmax(275px,1.1fr); gap: .75rem; }
.cta-hero { min-height: 80px; padding: .95rem 1.1rem; border-radius: 1.1rem; }
.cta-hero .cta-icon { width: 44px; height: 44px; }
.cta-hero strong { font-size: 1.05rem; }
.hero-note { letter-spacing: .025em; }
.hero-visual { min-height: 570px; }
.hero-photo {
  height: 585px;
  border-radius: 3.3rem 1rem 7rem 1rem;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: var(--shadow-strong);
}
.hero-visual::before { inset: -24px 24% 20% -24px; border-color: rgba(255,181,27,.5); border-radius: 3.7rem 1.25rem 4.2rem 1.25rem; }
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 130px;
  height: 130px;
  top: -48px;
  right: -28px;
  background: radial-gradient(circle,var(--signal) 2px,transparent 2.5px);
  background-size: 14px 14px;
  opacity: .55;
}
.hero-spec {
  position: absolute;
  right: -1.25rem;
  bottom: 1.5rem;
  width: min(88%,370px);
  padding: 1.25rem 1.35rem;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 1.25rem;
  box-shadow: 0 24px 65px rgba(0,15,21,.25);
  backdrop-filter: blur(18px);
}
.hero-spec>span { display: block; color: var(--teal-dark); font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-spec>strong { display: block; margin-top: .4rem; font-size: 1.08rem; line-height: 1.25; letter-spacing: -.02em; }
.hero-spec>div { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .85rem; }
.hero-spec em { padding: .38rem .58rem; color: var(--ink-soft); background: #eef4f2; border-radius: 999px; font-size: .7rem; font-style: normal; font-weight: 760; }
.hero-caption { right: -1.25rem; bottom: 1.5rem; border: 1px solid rgba(255,255,255,.72); }

.trust-strip { padding: 0; background: #02151e; }
.trust-grid { gap: 0; }
.trust-item { min-height: 78px; padding: 1rem 1.6rem; border-left: 1px solid rgba(255,255,255,.11); font-size: .92rem; }
.trust-item:last-child { border-right: 1px solid rgba(255,255,255,.11); }
.trust-number { font-size: .72rem; letter-spacing: .13em; }

.brands-section { position: relative; padding: clamp(4rem,6.5vw,6.2rem) 0; overflow: hidden; background: #f8faf7; }
.brands-section::after { content:"MARCAS"; position:absolute; right:-1rem; top:-2.4rem; color:rgba(7,28,38,.028); font-size:clamp(7rem,17vw,16rem); font-weight:950; letter-spacing:-.08em; pointer-events:none; }
.brands-heading { position: relative; z-index: 1; margin-bottom: 2.4rem; }
.brand-grid { position: relative; z-index: 1; grid-template-columns: 1.45fr repeat(5,1fr); gap: .85rem; }
.brand-tile { min-height: 134px; border-radius: 1.2rem; box-shadow: 0 14px 40px rgba(7,26,35,.055); }
.brand-tile::before { content:""; width:28px; height:3px; margin-bottom:.5rem; border-radius:999px; background:linear-gradient(90deg,var(--teal),var(--signal)); }
.brand-tile--featured { align-items: flex-start; padding-inline: 1.35rem; background: linear-gradient(145deg,#062c3a,#08766f); }
.brand-tile--featured::before { width:44px; background:var(--signal); }
.brand-tile--featured strong { font-size: 2.15rem; }

.section { padding: clamp(5.2rem,8vw,8.4rem) 0; }
.section-white { background: #fff; }
.section-paper { background: linear-gradient(180deg,#efede5,#f7f5ef); }
.section-tint { background: linear-gradient(125deg,#e3f2ef,#f3f7f4); }
.section-dark { position: relative; overflow: hidden; background: linear-gradient(135deg,#031923,#063541); }
.section-dark::before { content:""; position:absolute; inset:0; opacity:.11; background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size:54px 54px; }
.section-dark>.container { position: relative; }
.section-heading { margin-bottom: 3rem; }
.section-heading>p { line-height: 1.7; }

.page-home .service-grid-home { grid-template-columns: repeat(12,1fr); gap: 1.1rem; }
.page-home .service-card { min-height: 395px; grid-column: span 6; padding: 2rem; border-radius: 1.8rem; box-shadow: 0 24px 70px rgba(3,24,32,.17); }
.page-home .service-card:nth-child(3) { grid-column: span 7; min-height: 435px; }
.page-home .service-card:nth-child(4) { grid-column: span 5; min-height: 435px; }
.service-card::before { background: linear-gradient(180deg,rgba(2,18,25,.04) 5%,rgba(3,24,32,.35) 44%,rgba(3,24,32,.96) 92%); }
.service-card::after { content:""; position:absolute; inset:1rem 1rem auto auto; width:42px; height:42px; border:1px solid rgba(255,255,255,.5); border-radius:50%; }
.service-card h3 { max-width: 14ch; font-size: clamp(1.65rem,2.4vw,2.35rem); }
.service-card p { max-width: 48ch; }
.service-card .card-number { color: #7fe9df; font-size: .7rem; letter-spacing: .15em; }
.service-card .btn { min-height: 46px; }

.gallery-grid { gap: 1rem; }
.work-card { min-height: 340px; border-radius: 1.5rem; box-shadow: 0 20px 60px rgba(3,24,32,.16); }
.work-card.work-wide { min-height: 430px; }
.work-card::after { inset: 30% 0 0; }
.work-meta { inset: auto 1.25rem 1.25rem; }
.instagram-note { padding: 1.1rem 1.35rem; border-radius: 1.2rem; background: rgba(255,255,255,.86); box-shadow: 0 12px 38px rgba(7,26,35,.055); }

.split { align-items: center; }
.process { grid-template-columns: 1fr 1fr; gap: .85rem; }
.process-step { min-height: 145px; grid-template-columns: 1fr; align-content: space-between; padding: 1.35rem; border: 0; border-top: 3px solid var(--teal); box-shadow: 0 14px 36px rgba(7,26,35,.07); }
.process-step:nth-child(even) { border-top-color: var(--signal); }
.process-step::before { font-size: .75rem; letter-spacing: .1em; }
.coverage-box { border: 0; box-shadow: 0 24px 70px rgba(7,26,35,.1); }
.pill { background: rgba(255,255,255,.92); }

.contact-panel { gap: clamp(2rem,5vw,5rem); padding: clamp(1.7rem,4vw,4rem); border: 1px solid rgba(255,255,255,.36); border-radius: 2.2rem; box-shadow: 0 36px 100px rgba(0,12,18,.32); }
.contact-card { padding: 1.05rem 1.15rem; border: 0; border-left: 3px solid var(--teal); background: #f1f6f4; }
.contact-card:nth-child(2) { border-left-color: var(--signal); }
.contact-card:nth-child(3) { border-left-color: var(--signal-2); }
.prototype-note { border: 0; border-radius: .75rem; background: #fff4d7; }
.field label { font-size: .82rem; letter-spacing: .015em; }
.field input,.field textarea,.field select { min-height: 50px; padding: .9rem 1rem; border-color: #bbc9ca; border-radius: .75rem; background: #fbfcfb; }
.field textarea { min-height: 145px; }
.form-submit { min-height: 58px; }

.faq { max-width: 980px; }
.faq details { padding: 1.35rem 0; }
.faq summary { position:relative; padding-right:2.5rem; font-size:1.02rem; list-style:none; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; position:absolute; right:.25rem; top:-.2rem; color:var(--teal-dark); font-size:1.6rem; font-weight:500; }
.faq details[open] summary::after { content:"−"; }
.cta-band { padding: 3.4rem 0; background: linear-gradient(110deg,#075363,#087b75); }
.site-footer { padding-top: 4.5rem; background: #02141c; }

@media (max-width: 1080px) {
  .nav-links { gap: .85rem; }
  .nav-links a { font-size: .82rem; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.85fr); gap: 3rem; }
  .hero-photo { height: 530px; }
  .hero-visual { min-height: 520px; }
}

@media (max-width: 980px) {
  .container { width: min(calc(100% - 2rem),var(--content)); }
  .nav-shell { min-height: 78px; gap: 0; }
  .nav-toggle { flex: 0 0 auto; margin-left: auto; }
  .nav-shell > nav { flex: 0 0 0; width: 0; }
  .nav-links { inset: 78px 1rem auto; border-radius: 1.3rem; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 11ch; }
  .hero-visual { min-height: 470px; }
  .hero-photo { height: 490px; }
  .hero-spec { right: 1rem; }
  .page-home .service-grid-home { grid-template-columns: 1fr 1fr; }
  .page-home .service-card,.page-home .service-card:nth-child(3),.page-home .service-card:nth-child(4) { grid-column: auto; min-height: 390px; }
  .brand-grid { grid-template-columns: repeat(3,1fr); }
  .process { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 76px; }
  .container { width: min(calc(100% - 1.4rem),var(--content)); }
  .topbar .container { min-height: 48px; }
  .topbar span { padding-left: 0; border-left: 0; }
  .nav-shell { min-height: 72px; }
  .brand-logo { width: 164px; }
  .nav-links { top: 72px; }
  h1 { font-size: clamp(2.5rem,12.5vw,3.35rem); }
  h2 { font-size: clamp(2rem,10.5vw,2.75rem); }
  .hero { padding: 3.4rem 0 3rem; }
  .hero-grid { gap: 2.5rem; }
  .hero .eyebrow { font-size: .64rem; }
  .hero .lead { font-size: 1.02rem; }
  .offer-card { margin-top: 1.35rem; padding: .78rem; }
  .offer-card strong { font-size: 1rem; }
  .offer-card p { font-size: .78rem; }
  .offer-badge { min-width: 54px; min-height: 54px; font-size: .62rem; }
  .hero-actions--prominent { gap: .65rem; margin-top: 1.2rem; }
  .cta-hero { min-height: 70px; }
  .hero-visual { min-height: 335px; }
  .hero-photo { height: 345px; border-radius: 1.6rem .7rem 4rem .7rem; }
  .hero-visual::before { inset: -12px 19% 19% -10px; border-radius: 2rem .8rem 3rem .8rem; }
  .hero-visual::after { display:none; }
  .hero-spec { right:.6rem; bottom:.6rem; width:calc(100% - 1.2rem); padding:.9rem 1rem; border-radius:1rem; }
  .hero-spec>strong { font-size:.9rem; }
  .hero-spec em { font-size:.62rem; }
  .hero-caption { right:.6rem; }
  .trust-strip { overflow:hidden; }
  .trust-grid { display:flex; width:max-content; min-width:100%; overflow-x:auto; scroll-snap-type:x mandatory; }
  .trust-item { width:78vw; min-height:70px; flex:0 0 auto; padding:.8rem 1rem; scroll-snap-align:start; border-right:1px solid rgba(255,255,255,.11); }
  .brands-section { padding:3.8rem 0; }
  .brands-heading { margin-bottom:1.5rem; }
  .brand-grid { display:flex; overflow-x:auto; gap:.7rem; padding:.25rem 0 .85rem; scroll-snap-type:x mandatory; }
  .brand-tile,.brand-tile--featured { min-width:148px; min-height:118px; flex:0 0 auto; grid-column:auto; align-items:flex-start; scroll-snap-align:start; }
  .brand-tile--featured { min-width:190px; }
  .brand-tile--featured strong { font-size:1.7rem; }
  .section { padding:3.9rem 0; }
  .section-heading { margin-bottom:1.75rem; }
  .page-home .service-grid-home { display:flex; overflow-x:auto; gap:.8rem; padding:.2rem 0 1rem; scroll-snap-type:x mandatory; }
  .page-home .service-card,.page-home .service-card:nth-child(3),.page-home .service-card:nth-child(4) { min-width:84vw; min-height:390px; flex:0 0 auto; padding:1.45rem; scroll-snap-align:center; }
  .service-card h3 { font-size:1.75rem; }
  .page-home .gallery-grid { display:flex; overflow-x:auto; gap:.8rem; padding:.2rem 0 1rem; scroll-snap-type:x mandatory; }
  .page-home .work-card,.page-home .work-card.work-wide,.page-home .work-card.work-tall { min-width:84vw; min-height:390px; flex:0 0 auto; grid-column:auto; grid-row:auto; scroll-snap-align:center; }
  .instagram-note { padding:1rem; }
  .process { grid-template-columns:1fr 1fr; gap:.65rem; }
  .process-step { min-height:138px; padding:1rem; }
  .process-step h3 { font-size:1.08rem; }
  .process-step p { font-size:.82rem; }
  .contact-panel { gap:2rem; padding:1.25rem; border-radius:1.35rem; }
  .contact-panel h2 { font-size:2.2rem; }
  .contact-card { padding:.85rem .95rem; }
  .field input,.field textarea,.field select { min-height:48px; }
  .cta-band { padding:2.5rem 0; }
  .site-footer { padding-top:3rem; }
  .mobile-contact-bar { gap:.45rem; padding:.55rem .65rem; background:rgba(2,20,28,.96); border-top:1px solid rgba(255,255,255,.12); backdrop-filter:blur(16px); }
  .mobile-contact-bar .btn { min-height:56px; border-radius:999px; font-size:.9rem; }
}

@media print {
  .hero-spec { position:static; margin-top:1rem; box-shadow:none; }
  .section-dark::before { display:none; }
}

/* Diferencial comercial en todas las landings, sin alterar su contenido. */
.hero .offer-card {
  color: #102a32;
  background: #fff4dc;
  border: 2px solid #ffad20;
  box-shadow: 0 18px 46px rgba(0, 10, 16, .17);
  backdrop-filter: none;
}
.hero .offer-card strong { font-size: clamp(1.15rem, 1.8vw, 1.4rem); }
.hero .offer-card p { color: #4e5e5d; font-weight: 680; }
.hero .offer-badge { background: #ffad20; box-shadow: inset 0 0 0 2px rgba(16, 42, 50, .14); }

/* Contacto V8: acciones legibles, diferenciadas y consistentes en las landings. */
body:not(.page-home) .hero-actions--prominent { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 680px; gap: .85rem; }
body:not(.page-home) .cta-hero { position: relative; min-width: 0; min-height: 94px; justify-content: flex-start; gap: .85rem; padding: 1rem 1.15rem; overflow: hidden; border: 1px solid rgba(255,255,255,.38); border-radius: 18px; box-shadow: 0 16px 35px rgba(0,0,0,.15); }
body:not(.page-home) .cta-hero.btn-primary { color: #102b34; background: linear-gradient(135deg,#ffd078,#ffad39 58%,#f3912c); box-shadow: 0 18px 36px rgba(255,145,42,.2); }
body:not(.page-home) .cta-hero.btn-whatsapp { color: #fff; background: linear-gradient(135deg,#0aa777,#087e58 70%,#066b4d); box-shadow: 0 18px 36px rgba(4,91,67,.24); }
body:not(.page-home) .cta-hero .cta-icon { width: 48px; height: 48px; padding: 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(255,255,255,.24); }
body:not(.page-home) .cta-hero strong { font-size: 1.08rem; }
body:not(.page-home) .cta-hero small { font-size: .75rem; opacity: .9; }
body:not(.page-home) .cta-hero:hover { transform: translateY(-3px); filter: brightness(1.035); }
@media (max-width: 700px) {
  body:not(.page-home) .hero-actions--prominent { grid-template-columns: 1fr; }
  body:not(.page-home) .cta-hero { min-height: 78px; }
  body { padding-bottom: 84px; }
  .mobile-contact-bar { gap: .6rem; padding: .58rem max(.7rem,env(safe-area-inset-right)) calc(.58rem + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.16); background: rgba(8,32,40,.96); box-shadow: 0 -16px 32px rgba(4,23,29,.16); backdrop-filter: blur(18px); }
  .mobile-contact-bar .btn { min-height: 55px; gap: .55rem; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; font-size: .86rem; box-shadow: none; }
  .mobile-contact-bar .btn-light { color: #102b34; background: linear-gradient(135deg,#ffd078,#f7a13d); }
  .mobile-contact-bar .btn-whatsapp { color: #fff; background: linear-gradient(135deg,#0ca36f,#087b56); }
  .mobile-contact-bar .btn::before { content: ""; flex: 0 0 19px; width: 19px; height: 19px; background: currentColor; }
  .mobile-contact-bar [data-cta-type="phone"]::before { -webkit-mask: url("contact-phone.svg") center/contain no-repeat; mask: url("contact-phone.svg") center/contain no-repeat; }
  .mobile-contact-bar [data-cta-type="whatsapp"]::before { -webkit-mask: url("contact-whatsapp.svg") center/contain no-repeat; mask: url("contact-whatsapp.svg") center/contain no-repeat; }
}
