:root {
    --ink: #0f172a;
    --muted: #64748b;
    --line: #e2e8f0;
    --soft: #f8fafc;
    --white: #ffffff;
    --sky: #0ea5e9;
    --sky-dark: #0369a1;
    --sky-light: #e0f2fe;
    --green: #16a34a;
    --green-soft: #dcfce7;
    --navy: #0b1220;
    --shadow: 0 14px 40px rgba(15, 23, 42, .10);
    --shadow-lg: 0 24px 70px rgba(15, 23, 42, .16);
    --radius: 8px;
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
    background: var(--white);
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 32px)); max-width: 100%; margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 50; background: var(--ink); color: #fff; padding: 8px 12px; }
.skip-link:focus { left: 8px; }

.top-bar { background: var(--navy); color: #dbeafe; font-size: .86rem; }
.top-bar-inner { min-height: 38px; display: flex; gap: 22px; align-items: center; justify-content: flex-end; }
.top-bar i { color: var(--sky); margin-right: 7px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(226,232,240,.86); }
.nav-shell { height: 76px; display: flex; align-items: center; gap: 20px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; min-width: 0; }
.brand span:last-child { min-width: 0; }
.brand-mark, .footer-brand i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, var(--sky), var(--green)); box-shadow: 0 10px 24px rgba(14,165,233,.28); }
.brand small { display: block; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.desktop-nav a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 11px; border-radius: var(--radius); color: #334155; font-size: .94rem; font-weight: 700; transition: .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--sky-dark); background: var(--sky-light); }
.desktop-nav i { color: var(--sky); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 18px; border: 0; border-radius: var(--radius); font-weight: 800; cursor: pointer; transition: .2s ease; }
.nav-cta, .btn-primary { color: #fff; background: var(--sky); box-shadow: 0 10px 22px rgba(14,165,233,.25); }
.nav-cta:hover, .btn-primary:hover { background: var(--sky-dark); transform: translateY(-1px); }
.btn-secondary { color: var(--sky-dark); background: var(--sky-light); }
.btn-secondary:hover { background: #bae6fd; }
.btn-light { color: var(--ink); background: #fff; }
.mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); font-size: 1.1rem; }
.mobile-backdrop { position: fixed; inset: 0; background: rgba(15,23,42,.45); z-index: 39; opacity: 0; pointer-events: none; transition: .25s ease; }
.mobile-menu { position: fixed; inset: 0 0 0 auto; width: min(88vw, 360px); background: #fff; z-index: 40; transform: translateX(100%); transition: .25s ease; padding: 18px; box-shadow: var(--shadow-lg); }
.menu-open .mobile-menu { transform: translateX(0); }
.menu-open .mobile-backdrop { opacity: 1; pointer-events: auto; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mobile-close { width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); }
.mobile-menu a { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: var(--radius); font-weight: 800; color: #334155; }
.mobile-menu a i { width: 22px; color: var(--sky); text-align: center; }
.mobile-menu a.active, .mobile-menu a:hover { background: var(--sky-light); color: var(--sky-dark); }
.mobile-whatsapp { margin-top: 14px; color: #15803d !important; background: var(--green-soft); }

.hero { position: relative; overflow: hidden; padding: 82px 0 52px; color: #fff; background: linear-gradient(115deg, rgba(11,18,32,.96), rgba(3,105,161,.84)), url("../images/rental-homepage-background.jpg") center/cover; }
.hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 430px; height: 430px; border: 80px solid rgba(255,255,255,.08); border-radius: 50%; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
.eyebrow, .sec-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--sky-dark); background: var(--sky-light); border-radius: 999px; padding: 7px 12px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero .eyebrow { color: #e0f2fe; background: rgba(14,165,233,.18); border: 1px solid rgba(125,211,252,.25); }
.hero h1, .page-hero h1 { margin: 18px 0; font-size: clamp(2.25rem, 5vw, 4.85rem); line-height: .98; letter-spacing: 0; overflow-wrap: anywhere; }
.hero p { max-width: 680px; color: #dbeafe; font-size: 1.12rem; overflow-wrap: anywhere; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.proof-row span { display: inline-flex; align-items: center; gap: 8px; color: #e0f2fe; font-weight: 800; font-size: .92rem; }
.proof-row i { color: #86efac; }
.hero-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero-panel img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.hero-stat { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 16px; border-radius: var(--radius); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.hero-stat strong { display: block; font-size: 1.5rem; }
.hero-stat span { color: #dbeafe; font-size: .85rem; }

.section { padding: 74px 0; }
.section-muted { background: var(--soft); }
.section-head { max-width: 760px; margin-bottom: 32px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2, .page-section h2 { margin: 12px 0; font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.1; letter-spacing: 0; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card, .product-card, .contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(15,23,42,.06); transition: .2s ease; }
.card:hover, .product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #bae6fd; }
.card { padding: 24px; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: var(--radius); color: var(--sky-dark); background: var(--sky-light); font-size: 1.2rem; margin-bottom: 18px; }
.card h3, .product-card h3 { margin: 0 0 9px; line-height: 1.2; }
.card p, .product-card p { color: var(--muted); margin: 0; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--sky-dark); font-weight: 900; }

.product-card { overflow: hidden; display: flex; flex-direction: column; }
.product-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: var(--soft); }
.product-body { padding: 20px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 999px; color: var(--sky-dark); background: var(--sky-light); font-size: .78rem; font-weight: 900; }
.price { color: var(--ink); font-weight: 900; }

.cta-band { color: #fff; background: linear-gradient(135deg, var(--navy), var(--sky-dark)); padding: 56px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.cta-inner h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.12; }
.cta-inner p { margin: 0; color: #dbeafe; max-width: 680px; }

.page-hero { padding: 64px 0; color: #fff; background: linear-gradient(135deg, var(--navy), #075985); }
.page-hero p { max-width: 760px; color: #dbeafe; font-size: 1.08rem; overflow-wrap: anywhere; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.check-list { padding: 0; margin: 18px 0 0; list-style: none; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; color: #334155; }
.check-list i { color: var(--green); margin-top: 4px; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; align-items: start; }
.contact-card { padding: 24px; }
.contact-method { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-method:last-child { border-bottom: 0; }
.contact-method i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--radius); color: var(--sky-dark); background: var(--sky-light); }
.contact-method div { min-width: 0; }
.contact-method p { overflow-wrap: anywhere; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 800; color: #334155; }
input, select, textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: var(--radius); min-height: 46px; padding: 10px 12px; font: inherit; color: var(--ink); background: #fff; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(14,165,233,.16); border-color: var(--sky); }
.alert { padding: 14px 16px; border-radius: var(--radius); margin-bottom: 18px; font-weight: 700; }
.alert-success { color: #166534; background: #dcfce7; border: 1px solid #86efac; }
.alert-error { color: #991b1b; background: #fee2e2; border: 1px solid #fecaca; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }

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

.site-footer { color: #cbd5e1; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .85fr .95fr 1fr; gap: 32px; padding: 56px 0 34px; }
.footer-brand { color: #fff; margin-bottom: 14px; }
.footer-brand i { width: 38px; height: 38px; }
.site-footer h2 { color: #fff; font-size: 1rem; margin: 0 0 14px; }
.site-footer p { color: #cbd5e1; margin-top: 0; }
.footer-link, .contact-line { display: flex; align-items: center; gap: 10px; color: #cbd5e1; margin: 10px 0; }
.footer-link:hover { color: #fff; }
.footer-link i, .contact-line i { color: var(--sky); width: 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: var(--radius); background: rgba(255,255,255,.08); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 16px 0; color: #94a3b8; font-size: .9rem; }
.float-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 25; width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: #25d366; border-radius: 50%; box-shadow: 0 16px 34px rgba(37,211,102,.35); font-size: 1.55rem; }

@media (max-width: 1020px) {
    .desktop-nav, .nav-cta, .top-bar { display: none; }
    .nav-shell { position: relative; }
    .mobile-toggle { display: grid; place-items: center; position: absolute; right: 0; top: 12px; }
    .hero-inner, .split, .contact-layout { grid-template-columns: 1fr; }
    .hero-panel { max-width: 680px; }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .container { width: min(100% - 24px, 1180px); }
    .nav-shell { height: 68px; }
    .brand strong { font-size: .95rem; }
    .brand-mark { width: 40px; height: 40px; flex: 0 0 40px; }
    .brand small { display: none; }
    .hero, .section { padding: 48px 0; }
    .hero h1, .page-hero h1 { font-size: 2rem; line-height: 1.08; }
    .hero-panel { grid-template-columns: 1fr; }
    .hero-stat { grid-template-columns: 1fr; }
    .grid-4, .grid-3, .form-grid, .footer-grid { grid-template-columns: 1fr; }
    .contact-card, .card { padding: 20px; }
    .contact-method { align-items: flex-start; }
    .cta-inner { align-items: flex-start; flex-direction: column; }
    .float-whatsapp { right: 14px; bottom: 14px; }
}
