:root {
    --ink: #05243d;
    --muted: #5b7083;
    --line: #d4e6f5;
    --paper: #f4fbff;
    --white: #fff;
    --green: #0076c9;
    --blue: #00a7e8;
    --steel: #143c5a;
    --accent: #00aeef;
    --navy: #05243d;
    --tint: #eaf7ff;
    --tint-strong: #dff3ff;
    --shadow: 0 16px 40px rgba(5, 36, 61, .12);
    --content-pad: clamp(1rem, 4vw, 4rem);
    --sticky-offset: clamp(7.5rem, 13vw, 10.5rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; max-width: 100%; overflow-x: hidden; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.site-header { position: sticky; top: 0; z-index: 35; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 0 0 .75rem; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.top-menu-rates { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .75rem; width: 100%; min-width: 0; padding: .52rem var(--content-pad); background: var(--navy); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); }
.top-menu-rates-content { display: flex; flex-wrap: wrap; align-items: center; min-width: 0; gap: .35rem .75rem; font-size: .9rem; line-height: 1.35; }
.top-menu-rates-content strong { color: #7bdcff; }
.top-menu-rates-content span { color: rgba(255,255,255,.9); }
.top-menu-rates-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; max-width: 100%; padding: .4rem .7rem; border-radius: 6px; background: var(--accent); color: var(--navy); text-decoration: none; font-weight: 900; white-space: nowrap; }
.brand { display: flex; align-items: center; gap: .8rem; min-width: 0; margin-left: var(--content-pad); text-decoration: none; font-weight: 700; color: var(--steel); }
.brand span { font-size: .8rem; max-width: 12rem; line-height: 1.25; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: .4rem; min-width: 0; margin-right: var(--content-pad); }
.main-nav a { text-decoration: none; padding: .65rem .85rem; border-radius: 6px; font-weight: 700; font-size: .92rem; color: var(--steel); }
.main-nav a.active, .main-nav a:hover { background: var(--tint); color: var(--green); }
.main-nav .nav-cta { background: var(--green); color: var(--white); }
.nav-toggle { display: none; margin-right: var(--content-pad); border: 1px solid var(--line); background: var(--white); padding: .55rem .7rem; border-radius: 6px; font-weight: 700; }
.hero { min-height: 78vh; display: flex; align-items: center; padding: clamp(2rem, 5vw, 5rem) var(--content-pad); background: linear-gradient(90deg, rgba(5,36,61,.9), rgba(0,118,201,.48)), url('/assets/img/slider.jpg') center/cover no-repeat; color: var(--white); }
.hero-overlay { width: min(800px, 100%); }
.eyebrow { margin: 0 0 .7rem; color: var(--accent); text-transform: uppercase; font-weight: 800; letter-spacing: 0; font-size: .78rem; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 1rem; letter-spacing: 0; }
h1 { font-size: clamp(2.4rem, 5vw, 5rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.6rem); }
h3 { font-size: 1.15rem; }
.hero p, .page-hero p { font-size: 1.15rem; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.hero-actions.left { justify-content: flex-start; }
.contact-grid .hero-actions { margin-top: 1.35rem; margin-bottom: 1.5rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .78rem 1rem; border: 1px solid currentColor; border-radius: 6px; color: var(--ink); background: var(--white); text-decoration: none; font-weight: 800; cursor: pointer; }
.btn.primary { background: var(--green); border-color: var(--green); color: var(--white); }
.hero .btn { color: var(--white); background: transparent; }
.hero .btn.primary { background: var(--accent); border-color: var(--accent); color: var(--navy); }
.section { width: 100%; min-width: 0; padding: clamp(2.5rem, 5vw, 5rem) var(--content-pad); max-width: none; margin: 0; }
.section > h2, .section > .eyebrow, .section > p { max-width: 980px; }
.narrow { max-width: none; font-size: 1.08rem; }
.narrow > * { max-width: 920px; }
.intro-grid, .split, .contact-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.brand-family { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; background: var(--tint); }
.partner-brand-logo { width: min(220px, 70vw); height: auto; margin: 0 0 1rem; }
.stats { display: grid; gap: .8rem; }
.stats div, .service-card, .contact-form, .social-proof { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 1.2rem; box-shadow: var(--shadow); }
.stats strong { display: block; font-size: 2.2rem; color: var(--green); }
.stats span { color: var(--muted); font-weight: 700; }
.service-band { max-width: none; background: var(--tint); }
.service-band > h2, .service-band > .card-grid { max-width: none; margin-left: 0; margin-right: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.service-card h2, .service-card h3 { color: var(--steel); }
.service-card p { color: var(--muted); }
.service-card a { font-weight: 800; color: var(--green); text-decoration: none; }
.service-card.highlight { border-top: 5px solid var(--accent); }
.service-detail-grid, .two-column-lists { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.service-detail-main p { font-size: 1.08rem; }
.service-summary { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 1.4rem; box-shadow: var(--shadow); border-top: 5px solid var(--accent); }
.service-summary h2 { font-size: 1.35rem; }
.service-summary a { display: inline-flex; margin-top: .5rem; color: var(--green); font-weight: 900; text-decoration: none; }
.cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--tint-strong); max-width: none; }
.cta-strip > div, .cta-strip > a { margin-left: 0; margin-right: 0; }
.split img { border-radius: 8px; min-height: 320px; object-fit: cover; width: 100%; }
.pump-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 42vw); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; padding: clamp(2.5rem, 5vw, 5rem) var(--content-pad); background: linear-gradient(120deg, var(--navy), #0076c9 54%, #00a7e8); color: var(--white); }
.pump-hero-copy h1 { max-width: 900px; font-size: clamp(2.2rem, 5vw, 5rem); }
.pump-hero-copy p { max-width: 760px; font-size: 1.16rem; }
.pump-hero-media { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; padding: clamp(.75rem, 2vw, 1.2rem); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.pump-hero-media img, .pump-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; background: var(--white); }
.pump-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 38vw); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.pump-link-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.pump-link-row a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: .7rem .85rem; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--steel); font-weight: 900; text-align: center; text-decoration: none; box-shadow: var(--shadow); }
.pump-link-row a:hover { color: var(--green); border-color: var(--green); }
.pump-products { background: var(--tint); }
.pump-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pump-card { display: grid; grid-template-rows: auto 1fr; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.pump-card-body { display: grid; align-content: start; gap: .85rem; padding: 1rem; }
.pump-card h1 { font-size: clamp(1.25rem, 2vw, 1.55rem); margin: 0; color: var(--steel); }
.pump-card h2 { font-size: 1rem; margin: .25rem 0 0; }
.pump-card ul { margin: 0; padding-left: 1.1rem; color: var(--muted); }
.pump-badge { display: inline-flex; width: max-content; max-width: 100%; padding: .36rem .55rem; border-radius: 6px; background: var(--tint); color: var(--green); font-weight: 900; font-size: .84rem; }
.pump-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; margin: 0; }
.pump-specs div { border: 1px solid var(--line); border-radius: 6px; padding: .55rem; background: var(--paper); }
.pump-specs dt { font-size: .76rem; color: var(--muted); font-weight: 800; }
.pump-specs dd { margin: .1rem 0 0; color: var(--ink); font-weight: 900; }
.pump-card-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .35rem; }
.pump-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.pump-panel { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--accent); border-radius: 8px; padding: 1.3rem; box-shadow: var(--shadow); }
.pump-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.pump-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.pump-table th, .pump-table td { padding: .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.pump-table th { background: var(--navy); color: var(--white); font-size: .9rem; }
.pump-table tr:last-child td { border-bottom: 0; }
.pump-final-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center; background: linear-gradient(120deg, var(--green), var(--blue)); color: var(--white); }
.pump-final-cta p { max-width: 760px; }
.page-hero { position: relative; overflow: hidden; scroll-margin-top: var(--sticky-offset); padding: clamp(2.25rem, 4vw, 3.5rem) var(--content-pad); background: linear-gradient(120deg, var(--navy), var(--green), var(--blue), #7bdcff); background-size: 320% 320%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); animation: pageHeroGradient 16s ease infinite; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 20%, rgba(255,255,255,.22), transparent 28%), radial-gradient(circle at 82% 18%, rgba(255,255,255,.14), transparent 24%), linear-gradient(90deg, rgba(8,31,38,.42), rgba(8,31,38,.1)); pointer-events: none; }
.page-hero > * { position: relative; z-index: 1; }
.page-hero.compact h1 { max-width: 980px; font-size: clamp(2rem, 4vw, 4rem); }
@keyframes pageHeroGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@media (prefers-reduced-motion: reduce) {
    .page-hero { animation: none; }
}
.city-group { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.city-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; }
.city-grid a { min-height: 44px; padding: .75rem .85rem; background: var(--white); border: 1px solid var(--line); border-radius: 6px; text-decoration: none; font-weight: 800; color: var(--steel); }
.city-grid a:hover { border-color: var(--green); color: var(--green); }
.check-list { padding-left: 1.1rem; margin: 1.5rem 0; }
.check-list li { margin: .6rem 0; }
.contact-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); align-items: start; }
.contact-grid > * { min-width: 0; }
.contact-form { display: grid; gap: .9rem; width: 100%; max-width: 420px; justify-self: end; }
.contact-form label { display: grid; gap: .35rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: .78rem; font: inherit; background: var(--white); color: var(--ink); }
textarea { resize: vertical; }
.notice { padding: .8rem; border-radius: 6px; font-weight: 700; }
.notice.success { background: #e5f6ed; color: #105d35; }
.notice.error { background: #fde7e7; color: #8f1d1d; }
.map-wrap { margin-top: 1.5rem; position: relative; aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.map-wrap iframe { width: 100%; height: 100%; }
.site-footer { background: var(--navy); color: var(--white); padding: 3rem var(--content-pad) 1rem; }
.footer-grid { width: 100%; max-width: none; margin: 0; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.site-footer p { color: rgba(255,255,255,.72); }
.site-footer h2 { font-size: 1rem; color: var(--accent); }
.site-footer a { display: block; color: rgba(255,255,255,.82); text-decoration: none; margin: .45rem 0; }
.footer-bottom { width: 100%; max-width: none; margin: 2rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.7); font-size: .9rem; text-align: center; }
.footer-attribution { width: 100%; max-width: none; margin: 1rem 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .45rem; text-align: center; color: rgba(255,255,255,.68); }
.footer-attribution-label { display: block; font-size: .75rem; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.site-footer .footer-attribution-link { display: inline-flex; align-items: center; justify-content: center; width: min(96px, 34vw); margin: 0; color: rgba(255,255,255,.86); transition: color .2s ease, transform .2s ease; }
.site-footer .footer-attribution-link:hover { color: var(--accent); transform: translateY(-1px); }
.footer-attribution-logo { width: 100%; height: auto; display: block; }
.float-whatsapp, .float-call, .to-top { position: fixed; z-index: 25; right: max(1rem, env(safe-area-inset-right)); border-radius: 6px; padding: .75rem .9rem; font-weight: 900; text-decoration: none; border: 0; box-shadow: var(--shadow); }
.float-whatsapp { bottom: max(1rem, env(safe-area-inset-bottom)); background: #20b45b; color: var(--white); }
.float-call { bottom: calc(max(1rem, env(safe-area-inset-bottom)) + 3.4rem); background: var(--blue); color: var(--white); display: none; }
.to-top { bottom: calc(max(1rem, env(safe-area-inset-bottom)) + 6.8rem); background: var(--white); color: var(--ink); cursor: pointer; opacity: 0; pointer-events: none; }
.scrolled .to-top { opacity: 1; pointer-events: auto; }
@media (max-width: 900px) {
    :root { --sticky-offset: 13rem; }
    .site-header { grid-template-columns: auto auto; }
    .top-menu-rates { grid-template-columns: 1fr; }
    .top-menu-rates-content { font-size: .84rem; }
    .top-menu-rates-cta { justify-self: start; }
    .nav-toggle { display: inline-flex; }
    .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; margin-right: 0; flex-direction: column; align-items: stretch; padding: .8rem; background: var(--white); border-bottom: 1px solid var(--line); }
    .main-nav.open { display: flex; }
    .brand span { display: none; }
    .intro-grid, .split, .contact-grid, .city-group, .footer-grid, .service-detail-grid, .two-column-lists, .brand-family { grid-template-columns: 1fr; }
    .pump-hero, .pump-intro, .pump-split, .pump-final-cta { grid-template-columns: 1fr; }
    .pump-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-form { max-width: none; justify-self: stretch; }
    .card-grid, .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cta-strip { display: grid; }
    .cta-strip > div, .cta-strip > a { margin-left: 0; margin-right: 0; }
    .float-call { display: block; }
}
@media (max-width: 560px) {
    :root { --sticky-offset: 14.5rem; }
    .top-menu-rates { padding: .55rem 1rem; gap: .55rem; }
    .top-menu-rates-content { display: grid; gap: .25rem; }
    .top-menu-rates-cta { width: auto; min-height: 36px; white-space: normal; text-align: center; }
    .hero { min-height: 72vh; padding: 2rem 1rem; }
    .page-hero { padding-top: 2rem; padding-bottom: 2rem; }
    .hero-actions { width: 100%; }
    .hero-actions .btn, .contact-form .btn { width: 100%; }
    .card-grid, .city-grid { grid-template-columns: 1fr; }
    .pump-grid, .pump-link-row { grid-template-columns: 1fr; }
    .pump-specs { grid-template-columns: 1fr; }
    .pump-card-actions .btn { width: 100%; }
    .site-header { padding: 0 0 .6rem; gap: .7rem; }
    .brand { margin-left: .8rem; }
    .nav-toggle { margin-right: .8rem; }
    .brand img { width: 118px; }
    .to-top { display: none; }
    .float-whatsapp, .float-call { right: .75rem; padding: .65rem .78rem; }
    .float-whatsapp { bottom: .75rem; }
    .float-call { bottom: 3.8rem; }
}
