:root{--brand:#0EA5E9;--brand-dark:#0284C7;--accent:#22C55E;--ink:#0f172a;--muted:#475569;--bg:#f8fafc;--card:#fff;--ring: 0 0 0 4px rgb(14 165 233 / .25);--radius:20px}body{margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}a{color:var(--brand);text-decoration:none}html{scroll-behavior:smooth}img{max-width:100%;display:block;height:auto}.container{width:min(1100px,92%);margin-inline:auto}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.section{padding:3rem 0}.section h2{font-size:clamp(1.6rem,3vw,2.2rem);margin:0 0 1rem}.card{background:var(--card);border:1px solid #e2e8f0;border-radius:var(--radius);padding:1.2rem}.list{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.list li{display:flex;gap:.6rem;align-items:flex-start}.check{inline-size:22px;block-size:22px;border-radius:999px;background:#ecfdf5;border:1px solid #bbf7d0;display:grid;place-items:center;margin-top:2px}.badge{display:inline-flex;align-items:center;gap:.4rem;background:#e6f6fe;color:#0369a1;border:1px solid #bae6fd;padding:.35rem .6rem;border-radius:999px;font-size:.81rem;font-weight:600}.brand{display:flex;align-items:center;gap:.7rem;font-weight:800;font-size:1.05rem}.brand-emblem{inline-size:36px;block-size:36px;border-radius:10px;background:linear-gradient(135deg,var(--brand),#60a5fa);display:grid;place-items:center;color:#fff;font-weight:900}.split{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;align-items:center}@media (max-width:980px){.hide-md{display:none!important}.split,.grid-3,.grid-2{grid-template-columns:1fr}}@media (max-width:420px){.hide-sm{display:none!important}}@media (max-width:280px){.hide-xs{display:none!important}}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.2rem;border-radius:999px;font-weight:700;letter-spacing:.2px;border:0;cursor:pointer;transition:.2s}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-ghost{background:transparent;color:var(--brand);border:2px solid var(--brand)}.btn-ghost:hover{background:#0ea5e914}.btn-pill{gap:.5rem;background:#111827;color:#e5e7eb;border:1px solid #374151;padding:.5rem .7rem;border-radius:999px}header{position:sticky;top:0;background:#ffffffd9;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid #e2e8f0;z-index:50;width:100%}header .nav{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0}header .nav-cta{display:flex;gap:.6rem;align-items:center}header .phone-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:inline-block;vertical-align:middle}.form-card{background:var(--card);border:1px solid #e2e8f0;border-radius:var(--radius);padding:1.2rem;box-shadow:0 10px 30px #0208170d}#quoteForm .form-field{display:block}#quoteForm .form-input{width:100%;padding:.8rem;border-radius:12px;border:1px solid #cbd5e1}#quoteForm .text-area-field{grid-column:1/-1}#quoteForm .shared-buttons{display:flex;gap:.6rem;align-items:center;margin-top:.6rem}.form-card .form-msg{margin:.6rem 0 0;font-size:.9rem}.form-card .form-msg.success{color:#16a34a}.form-card .form-msg.error{color:#b91c1c}.form-card .form-msg.sending{color:var(--muted)}.form-card .form-card-note{font-size:.85rem;color:var(--muted);margin-top:1rem}.hero{padding:3.5rem 0 2.5rem;display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.hero h1{font-size:clamp(1.8rem,4vw,3rem);line-height:1.1;margin:.2rem 0 .6rem}.hero h1 .colored-title{color:var(--brand)}.hero p{color:var(--muted);font-size:1.05rem}.hero ul{margin-top:1rem}.hero .shared-buttons{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1rem}@media (max-width:980px){.hero{grid-template-columns:1fr}}.gradient-section{background:linear-gradient(180deg,#fff,#f1f5f9)}.flex-item{display:flex}.steps{counter-reset:step}.steps li{counter-increment:step}.steps li:before{content:counter(step);display:grid;place-items:center;inline-size:34px;block-size:34px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-weight:800;margin-right:.6rem}#zona .shared-buttons{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.6rem}#presupuesto{padding:2.5rem 0;background:linear-gradient(180deg,#f1f5f9,#fff)}.today-card{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;align-items:center;background:var(--card);border:1px solid #e2e8f0;border-radius:var(--radius);padding:1.2rem;box-shadow:0 10px 30px #0208170d}#presupuesto .shared-buttons{display:flex;gap:.6rem;flex-wrap:wrap}#presupuesto img{border-radius:16px;border:1px solid #e2e8f0}@media (max-width:980px){.today-card{grid-template-columns:1fr}}.faq details{background:var(--card);border:1px solid #e2e8f0;border-radius:14px;padding:1rem}.faq details+details{margin-top:.8rem}.faq summary{cursor:pointer;font-weight:700}.footer{background:#0b1220;color:#cbd5e1;padding:2.2rem 0;margin-top:2rem}.footer a,.footer-title{color:#e2e8f0}.contact-info-text{margin:.4rem 0 0}.normal-text{margin:.6rem 0 0}.footer .shared-buttons{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.6rem}.footer .list{margin-top:.6rem}.bottom-footer{margin-top:1rem;border-top:1px solid #1f2937;padding-top:1rem;font-size:.9rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
