:root{--brand:#0f766e;--brand2:#16a34a;--dark:#123235;--ink:#24494b;--muted:#64748b;--soft:#ecfdf5;--soft2:#f0fdfa;--line:#dbe8e8;--white:#fff;--radius:22px;--shadow:0 22px 58px rgba(18,50,53,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fbfefd;line-height:1.65}a{color:inherit}.container{width:min(1180px,92vw);margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.8rem;z-index:999}.topbar{background:#0b3f3b;color:#eafffb;font-size:.92rem}.topbar .container{display:flex;justify-content:space-between;gap:1rem;padding:.52rem 0}.topbar a{color:#fff;text-decoration:none;font-weight:700}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:78px}.brand img{width:210px;display:block}.menu{display:flex;align-items:center;gap:.2rem;margin:0;padding:0}.menu>li{list-style:none;position:relative}.menu a,.menu button{font:inherit;text-decoration:none;font-weight:760;color:#214547;background:transparent;border:0;padding:.75rem .82rem;border-radius:999px;cursor:pointer}.menu a:hover,.menu button:hover{background:var(--soft2);color:var(--brand)}.dropdown{position:absolute;left:0;top:104%;min-width:300px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:.55rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:.16s;z-index:90}.menu>li:hover .dropdown,.menu>li:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{display:block;border-radius:12px;padding:.7rem .85rem}.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.88rem 1.2rem;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white!important;text-decoration:none;font-weight:850;box-shadow:0 13px 28px rgba(15,118,110,.22);border:0;cursor:pointer}.ghost-btn{display:inline-flex;align-items:center;justify-content:center;padding:.84rem 1.12rem;border-radius:999px;background:#fff;color:var(--brand)!important;text-decoration:none;font-weight:820;border:1px solid var(--line)}.mobile-toggle{display:none;border:1px solid var(--line);background:white;font-size:1.55rem;color:var(--dark);padding:.42rem .68rem;border-radius:12px}.hero{overflow:hidden;background:radial-gradient(circle at 12% 10%,#dffcf5 0,#fbfefd 35%,#fff 100%);padding:5.4rem 0 4rem}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) 420px;gap:3rem;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;background:#dcfce7;color:var(--brand);border:1px solid #bbf7d0;border-radius:999px;padding:.4rem .72rem;font-weight:850;font-size:.9rem}.eyebrow svg,.card-icon svg{width:22px;height:22px}h1{font-size:clamp(2.25rem,5vw,4.65rem);line-height:1.03;letter-spacing:-.05em;color:var(--dark);margin:1rem 0}h2{font-size:clamp(1.65rem,3vw,2.55rem);line-height:1.14;letter-spacing:-.03em;color:var(--dark);margin:0 0 1rem}h3{font-size:1.22rem;color:var(--dark);margin:.3rem 0 .5rem}.lead{font-size:1.17rem;color:var(--muted);max-width:780px}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin:1.7rem 0}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1.4rem}.trust-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:.88rem;font-weight:800;color:#315b5d;box-shadow:0 9px 24px rgba(18,50,53,.06)}section{padding:4.3rem 0}.section-soft{background:linear-gradient(180deg,#f0fdfa,#fff)}.section-head{display:flex;justify-content:space-between;gap:1.5rem;align-items:end;margin-bottom:1.5rem}.section-head p{max-width:720px;color:var(--muted);margin:.2rem 0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.05rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.05rem}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 32px rgba(18,50,53,.075);padding:1.35rem}.hero-card{box-shadow:var(--shadow);padding:1.45rem}.link-card{text-decoration:none;display:block;transition:.16s transform,.16s box-shadow}.link-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.tag{display:inline-flex;color:var(--brand);background:#ecfdf5;border:1px solid #ccfbf1;border-radius:999px;padding:.22rem .6rem;font-size:.76rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.card-icon{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#ccfbf1,#ecfdf5);display:grid;place-items:center;color:var(--brand);margin-bottom:.85rem}.muted{color:var(--muted)}.content{display:grid;grid-template-columns:minmax(0,2fr) 360px;gap:2rem;align-items:start}.article{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:2.25rem}.article h1{font-size:clamp(2rem,4vw,3.45rem)}.article h2{margin-top:2.05rem}.article p{color:#405a5d}.breadcrumbs{font-size:.9rem;color:#64748b;margin-bottom:1rem}.breadcrumbs a{text-decoration:none;color:var(--brand);font-weight:800}.sidebar{position:sticky;top:100px;display:grid;gap:1rem}.mini-list{padding:0;margin:.7rem 0 0;list-style:none}.mini-list li{position:relative;padding:.38rem 0 .38rem 1.55rem}.mini-list li:before{content:"✓";position:absolute;left:0;color:var(--brand);font-weight:900}.form{display:grid;gap:.82rem}.form input,.form select,.form textarea{width:100%;border:1px solid #cfe1df;background:#fff;border-radius:14px;padding:.92rem 1rem;font:inherit;color:var(--ink)}.form textarea{min-height:108px;resize:vertical}.form small{color:var(--muted);font-size:.8rem}.form .honeypot{position:absolute;left:-9999px}.faq details{border:1px solid var(--line);background:#fff;border-radius:16px;padding:1rem;margin:.7rem 0}.faq summary{font-weight:850;cursor:pointer;color:var(--dark)}.cta-band{background:linear-gradient(135deg,#0b3f3b,var(--brand));color:#fff;border-radius:28px;padding:2.15rem;display:flex;justify-content:space-between;align-items:center;gap:1.4rem;box-shadow:var(--shadow)}.cta-band h2{color:#fff}.cta-band p{color:#dffaf6}.badge-row{display:flex;gap:.55rem;flex-wrap:wrap;margin:1.1rem 0}.badge{background:#f8fafc;border:1px solid var(--line);border-radius:999px;padding:.36rem .7rem;font-weight:800;color:#315b5d}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid var(--line);padding:.8rem;text-align:left}.table th{color:var(--dark)}.notice{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;border-radius:16px;padding:1rem}.footer{background:#0b2f32;color:#e9fffb;padding:3.1rem 0 1.4rem}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:2rem}.footer img{width:220px;filter:brightness(0) invert(1) opacity(.96)}.footer a{display:block;color:#dffaf6;text-decoration:none;margin:.38rem 0}.footer a:hover{text-decoration:underline}.legal{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.14);color:#a8c7ca;font-size:.92rem}.sticky-mobile{display:none}@media(max-width:980px){.mobile-toggle{display:block}.menu{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;border-bottom:1px solid var(--line);padding:1rem;width:100%;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.menu.open{display:flex}.menu>li{width:100%}.menu a,.menu button{width:100%;display:block;text-align:left}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:#f8fffd;display:none;margin:.2rem 0 .5rem}.menu li.open .dropdown{display:block}.hero-grid,.content,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}.section-head{display:block}.trust-row{grid-template-columns:1fr}.sidebar{position:static}.cta-band{display:block}.brand img{width:185px}.topbar .container{display:block}.hero{padding:3.8rem 0 2.8rem}.sticky-mobile{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);padding:.7rem 1rem;z-index:80;display:block}.sticky-mobile .cta-btn{width:100%}body{padding-bottom:76px}}@media(max-width:560px){.article{padding:1.35rem}.card{padding:1.1rem}h1{font-size:2.2rem}.hero-actions a{width:100%}.container{width:min(100% - 26px,1180px)}}.legal-content h2{margin-top:2rem;padding-top:.4rem}.legal-content ul{padding-left:1.25rem}.legal-content li{margin:.35rem 0}.legal-content .table{margin:1rem 0 1.5rem;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(18,50,53,.06)}.legal-content .table th{width:28%;background:#f0fdfa}.consent{display:block;font-size:.86rem;line-height:1.45;color:var(--muted);margin:.35rem 0 .85rem;padding:.75rem .85rem;background:#f8fafc;border:1px solid var(--line);border-radius:14px}.consent input{width:auto;margin-right:.45rem;vertical-align:middle}.consent a{color:var(--brand);font-weight:700}.blog-hero-img{width:100%;height:auto;border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow);background:#eef7f6;margin:22px 0 8px;display:block}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.article-body{font-size:1.06rem;line-height:1.82}.article-body h2{margin-top:34px}.article-body ul{padding-left:1.2rem}.article-body li{margin:8px 0}.article-form{position:sticky;top:100px}.article-meta{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0 0}.blog-card img{width:100%;height:auto;border-radius:18px;margin-bottom:14px;background:#eef7f6}.related-box{margin-top:26px;padding:20px;border:1px solid var(--border);border-radius:22px;background:#f8fbfb}.related-box a{display:inline-flex;margin:6px 8px 6px 0}@media(max-width:900px){.article-layout{grid-template-columns:1fr}.article-form{position:static}}:root{--accent:#0f766e;--accent-2:#16a34a;--nav-text:#264a4c}.site-header{backdrop-filter:saturate(160%) blur(10px)}.nav{min-height:84px;gap:1.2rem}.brand img{width:210px;display:block}.menu{gap:.28rem;flex-wrap:nowrap;margin-left:auto}.menu>li{display:flex;align-items:center;position:relative}.menu a,.menu button{font-size:.92rem;line-height:1.15;font-weight:700;letter-spacing:.01em;color:var(--nav-text);padding:.7rem .78rem;border-radius:14px}.menu a:hover,.menu button:hover{background:#f2fbfa;color:var(--brand)}.menu .cta-btn{padding:.82rem 1.12rem!important;border-radius:999px!important;background:linear-gradient(135deg,var(--accent),var(--accent-2))!important;color:#fff!important;box-shadow:0 12px 26px rgba(15,118,110,.24)!important}.menu .cta-btn:hover{background:linear-gradient(135deg,var(--accent),var(--accent-2))!important;color:#fff!important;filter:brightness(1.04)}.dropdown{top:115%;min-width:290px;border-radius:18px;padding:.55rem;box-shadow:0 18px 48px rgba(18,50,53,.14)}.dropdown a{display:block;padding:.78rem .9rem;font-size:.92rem;border-radius:12px;color:#33575a}.dropdown a:hover{background:#f4fbfa}.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(360px,460px);gap:2.6rem;align-items:center}.hero-media{background:#fff;border:1px solid var(--line);border-radius:28px;padding:1rem;box-shadow:var(--shadow)}.hero-photo{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:20px;background:#eef6f5}.hero-photo-wrap{position:relative}.hero-photo-badge{position:absolute;left:16px;bottom:16px;display:inline-flex;align-items:center;gap:.5rem;padding:.7rem .9rem;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.9);border-radius:999px;color:var(--dark);font-weight:800;box-shadow:0 10px 30px rgba(18,50,53,.16)}.hero-caption{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.95rem .2rem .1rem}.hero-caption strong{display:block;color:var(--dark);font-size:1rem}.hero-caption span{display:block;color:var(--muted);font-size:.92rem;max-width:31ch}.hero-mini-cta{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1rem;border-radius:999px;background:#effcf7;color:var(--brand)!important;text-decoration:none;font-weight:800;border:1px solid #cdeee6;white-space:nowrap}.home-intro-form{padding-top:1.2rem}.home-intro-form .card{height:100%}.footer img{width:220px;filter:none;background:#fff;border-radius:16px;padding:.55rem .7rem;box-shadow:0 10px 24px rgba(0,0,0,.12)}@media (max-width:1160px){.menu a,.menu button{font-size:.88rem;padding:.62rem .62rem}.brand img{width:196px}.nav{gap:.8rem}}@media(max-width:980px){.menu{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;border-bottom:1px solid var(--line);padding:1rem;width:100%;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:.15rem;margin-left:0}.menu.open{display:flex}.menu>li{width:100%}.menu a,.menu button{width:100%;display:block;text-align:left;padding:.82rem .9rem;font-size:.98rem;border-radius:12px}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:#f8fffd;display:none;margin:.2rem 0 .5rem;min-width:auto}.menu li.open .dropdown{display:block}.menu .cta-btn{width:100%;justify-content:center}.hero-grid{grid-template-columns:1fr;gap:1.6rem}.hero-caption{display:block}.hero-mini-cta{margin-top:.85rem}.brand img{width:184px}}.topbar{font-size:.86rem}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:saturate(170%) blur(14px);border-bottom:1px solid rgba(27,140,126,.08)}.nav{min-height:84px}.menu{gap:.24rem}.menu a.active{background:#eef9f7;color:var(--brand)}.menu>li:last-child{margin-left:.2rem}.menu>li:nth-last-child(2) a,.menu>li:nth-last-child(2) button{font-weight:700}.hero .lead{max-width:60ch}.hero-actions{margin-bottom:1rem}.hero-media{position:relative;overflow:hidden}.hero-media::after{content:'';position:absolute;inset:auto -20% -35% auto;width:220px;height:220px;background:radial-gradient(circle,rgba(27,140,126,.10),transparent 65%);pointer-events:none}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.2rem}.feature-tile{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.15rem;box-shadow:var(--shadow)}.feature-tile h3{margin:.45rem 0 .35rem;font-size:1.05rem}.feature-tile p{margin:0;color:var(--muted);font-size:.96rem}.feature-tile .card-icon{width:48px;height:48px}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.step-card{position:relative;padding-top:1.15rem}.step-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#e8faf6;color:var(--brand);font-weight:800;margin-bottom:.8rem}.trust-band{display:grid;grid-template-columns:1.1fr .9fr;gap:1.2rem;align-items:stretch}.soft-list{display:grid;gap:.75rem;margin-top:1rem}.soft-list div{display:flex;gap:.8rem;align-items:flex-start;padding:.95rem 1rem;border-radius:18px;background:#fff;border:1px solid var(--line)}.soft-list strong{display:block;margin-bottom:.2rem}.highlight-box{background:linear-gradient(180deg,#f5fcfb 0,#ffffff 100%);border:1px solid var(--line);border-radius:28px;padding:1.35rem;box-shadow:var(--shadow)}.blog-card img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:18px;margin-bottom:1rem;background:#eef6f5}.blog-card h2{font-size:1.18rem;line-height:1.3}.article-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.article-media-figure{margin:0 0 1.2rem}.article-media-figure img{display:block;width:100%;height:auto;border-radius:20px;aspect-ratio:4/3;object-fit:cover;background:#eef6f5}.article-media-figure figcaption{margin-top:.65rem;color:var(--muted);font-size:.95rem}.article-form{position:sticky;top:105px}@media(max-width:980px){.feature-strip,.step-grid,.trust-band{grid-template-columns:1fr}.article-form{position:static}}@media (min-width:981px){.site-header{background:rgba(255,255,255,.97)}.site-header .nav{display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"left brand right" "menu menu menu";row-gap:.65rem;min-height:auto;padding:1rem 0 .8rem;align-items:center}.brand{grid-area:brand;justify-self:center;display:flex;align-items:center}.brand img{width:230px}.mobile-toggle{grid-area:right;justify-self:end}.menu{grid-area:menu;justify-self:center;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.38rem;margin:0 auto;padding:.55rem .75rem;background:#f8fffd;border:1px solid var(--line);border-radius:999px;box-shadow:0 12px 32px rgba(18,50,53,.07);max-width:1120px}.menu>li{display:flex;align-items:center}.menu a,.menu button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;text-align:center;font-size:.9rem;line-height:1;padding:.72rem .88rem;border-radius:999px}.menu button{gap:.25rem}.menu .cta-btn{min-height:44px;padding:.76rem 1.15rem!important}.dropdown{top:calc(100% + 10px);left:50%;transform:translate(-50%,8px);text-align:left}.menu>li:hover .dropdown,.menu>li:focus-within .dropdown{transform:translate(-50%,0)}.dropdown a{display:flex;justify-content:flex-start;align-items:center;text-align:left;min-height:0;border-radius:12px}}.local-map-wrap{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:1.35rem;align-items:stretch}.map-card{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.map-card iframe{display:block;width:100%;min-height:430px;border:0}.area-links{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-top:1.1rem}.area-links a{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:16px;background:#fff;text-decoration:none;font-weight:800;color:var(--dark);box-shadow:0 8px 22px rgba(18,50,53,.055)}.area-links a:hover{color:var(--brand);border-color:#b9eee3;background:#f7fffd}.area-links a::after{content:"↗";color:var(--brand);font-weight:900}.map-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.2rem}@media(max-width:980px){.local-map-wrap{grid-template-columns:1fr}.area-links{grid-template-columns:1fr}.map-card iframe{min-height:340px}}@media (min-width:981px){.site-header .nav{grid-template-columns:auto 1fr auto;grid-template-areas:"brand spacer right" "menu menu menu";justify-content:stretch}.brand{justify-self:start}.brand img{width:226px}.menu{justify-self:center}}.testimonials-section{background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem;margin-top:1.4rem}.testimonial-card{background:#f7fbfa;border:1px solid var(--line);border-radius:24px;padding:1.55rem;box-shadow:0 12px 32px rgba(18,50,53,.07);position:relative}.testimonial-card::before{content:"“";position:absolute;top:.35rem;left:1.1rem;font-size:4rem;line-height:1;color:rgba(15,118,110,.16);font-weight:900}.testimonial-card p{position:relative;margin:1.2rem 0 1.05rem;color:#36595b;font-style:italic}.testimonial-name{display:flex;align-items:center;gap:.65rem;font-weight:850;color:var(--dark)}.testimonial-name span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#ccfbf1,#ecfdf5);color:var(--brand);font-size:.9rem}.testimonial-note{margin-top:1rem;color:var(--muted);font-size:.92rem}@media(max-width:980px){.testimonials-grid{grid-template-columns:1fr}}.form input.field-error,.form select.field-error,.form textarea.field-error{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.12)}.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(15,118,110,.12)}:root{--danger:#dc2626;--gold:#f59e0b}.quick-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.quick-card-grid .card h3{font-size:1.08rem}.price-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.price-preview .card{box-shadow:0 10px 26px rgba(18,50,53,.06)}.urgent-band{background:linear-gradient(135deg,#fff7ed,#ffffff);border:1px solid #fed7aa;border-radius:28px;padding:1.6rem;box-shadow:var(--shadow)}.whatsapp-float{position:fixed;right:18px;bottom:92px;z-index:90;background:#22c55e;color:#fff!important;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;text-decoration:none;box-shadow:0 15px 36px rgba(34,197,94,.32);font-size:1.35rem;font-weight:900}.whatsapp-float span{position:absolute;right:66px;background:#113f3d;color:#fff;padding:.45rem .7rem;border-radius:999px;font-size:.82rem;white-space:nowrap;display:none}.whatsapp-float:hover span{display:block}.hub-nav{display:flex;flex-wrap:wrap;gap:.65rem;margin:1rem 0 0}.hub-nav a{display:inline-flex;padding:.55rem .8rem;border-radius:999px;background:#eef9f7;border:1px solid var(--line);text-decoration:none;font-weight:800;color:var(--brand)}.red-flags{margin-top:1.4rem;background:#fff5f5;border-color:#fecaca;color:#7f1d1d}.red-flags h2{color:#7f1d1d}.field-success{background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46;border-radius:14px;padding:.75rem .9rem;margin-top:.75rem;font-weight:700}@media(max-width:980px){.quick-card-grid,.price-preview{grid-template-columns:1fr}.whatsapp-float{bottom:82px;right:14px;width:52px;height:52px}.whatsapp-float span{display:none!important}}.chatbot-widget{position:fixed;right:18px;bottom:92px;z-index:95;display:flex;flex-direction:column;align-items:flex-end;gap:.8rem}.chatbot-launch{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1rem;border:none;border-radius:999px;background:linear-gradient(135deg,#0f766e,#1b8c7e);color:#fff;font-weight:800;box-shadow:0 15px 36px rgba(15,118,110,.28);cursor:pointer}.chatbot-launch-icon{font-size:1.1rem;line-height:1}.chatbot-panel{width:min(380px,calc(100vw - 28px));max-height:min(78vh,700px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 24px 60px rgba(18,50,53,.2)}.chatbot-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1rem .9rem;border-bottom:1px solid var(--line);background:#f7fffd;border-radius:24px 24px 0 0}.chatbot-head strong{display:block;color:var(--dark)}.chatbot-head small{display:block;color:var(--muted);margin-top:.1rem}.chatbot-close{width:36px;height:36px;border:none;border-radius:50%;background:#eef9f7;color:var(--brand);font-size:1.4rem;cursor:pointer}.chatbot-body{padding:1rem}.chatbot-msg{padding:.9rem 1rem;border-radius:18px;background:#eef9f7;color:#21484a;margin-bottom:1rem;font-size:.96rem}.chatbot-form{display:grid;gap:.78rem}.chatbot-form small{color:var(--muted)}.chatbot-form .cta-btn{width:100%;justify-content:center}.article-media-figure picture{display:block}.article-media-figure img{background:#eef6f5}@media(max-width:980px){.chatbot-widget{right:14px;bottom:82px}.chatbot-launch{padding:.82rem .95rem}.chatbot-launch-text{font-size:.95rem}}html{scroll-behavior:smooth}img{max-width:100%;height:auto}section{content-visibility:auto;contain-intrinsic-size:1px 720px}.hero,.site-header,.topbar,.footer,.sticky-mobile,.chatbot-widget{content-visibility:visible;contain-intrinsic-size:auto}@media(max-width:980px){body{font-size:16px}.topbar{display:none}.site-header{position:sticky;top:0}.nav{min-height:68px;padding:.55rem 0}.brand img{width:174px}.mobile-toggle{width:46px;height:46px;border-radius:14px;font-size:1.25rem}.menu{top:68px;max-height:calc(100vh - 68px);overflow:auto;padding:.75rem;background:#fff}.menu a,.menu button{min-height:48px;font-size:.97rem}.dropdown a{min-height:42px;font-size:.94rem}.hero{padding-top:2.1rem;padding-bottom:2.2rem}.hero h1{font-size:clamp(2rem,8vw,3.1rem);line-height:1.05}.lead{font-size:1.04rem}.hero-actions{display:grid;grid-template-columns:1fr;gap:.7rem}.hero-actions .cta-btn,.hero-actions .ghost-btn{width:100%;justify-content:center}.container{width:min(100% - 28px,var(--max))}.card{border-radius:20px;padding:1.05rem}.grid-2,.grid-3,.grid-4,.quick-card-grid,.price-preview,.feature-strip,.step-grid,.local-map-wrap,.trust-band,.testimonials-grid{grid-template-columns:1fr!important}.blog-card img{aspect-ratio:4/3;border-radius:16px}.article-layout{grid-template-columns:1fr!important}.article-body{font-size:1rem}.form input,.form select,.form textarea{min-height:48px;font-size:16px}.form textarea{min-height:108px}.cta-btn,.ghost-btn{min-height:48px}.sticky-mobile{display:block}.sticky-mobile .cta-btn{border-radius:0;min-height:56px;width:100%}.chatbot-widget{right:12px;bottom:72px}.chatbot-launch{width:52px;height:52px;border-radius:50%;padding:0;justify-content:center}.chatbot-launch-text{display:none}.chatbot-panel{position:fixed;right:8px;left:8px;bottom:72px;width:auto;max-height:calc(100vh - 92px);border-radius:20px}.chatbot-head{position:sticky;top:0;z-index:2}.chatbot-body{padding:.85rem}.chatbot-form input,.chatbot-form select,.chatbot-form textarea{font-size:16px}.map-card iframe{min-height:300px}}@media(max-width:430px){.container{width:min(100% - 22px,var(--max))}.hero h1{font-size:2rem}.section-head h2,h2{font-size:1.55rem}.hero-media{padding:.55rem;border-radius:20px}.hero-photo{border-radius:16px}}:root{--max:1180px}@media(min-width:981px){.site-header .nav{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"brand spacer right" "menu menu menu";row-gap:.65rem;padding:1rem 0 .8rem}.brand{grid-area:brand;justify-self:start}.menu{grid-area:menu;justify-self:center}}@media(max-width:980px){.topbar{display:none}.site-header .nav{min-height:68px;padding:.55rem 0}.menu{top:68px;max-height:calc(100vh - 68px);overflow:auto}.chatbot-panel{position:fixed;right:8px;left:8px;bottom:72px;width:auto;max-height:calc(100vh - 92px)}}

/* Caja compacta de respuesta rápida para artículos SEO/GEO */
.answer-box {
  margin: 1rem 0 1.25rem;
  padding: 0.9rem 1rem;
  border: 1px solid #86efac;
  border-left: 5px solid var(--brand);
  border-radius: 14px;
  background: linear-gradient(135deg, #dcfce7 0%, #ecfdf5 58%, #ffffff 100%);
  color: #123235;
  box-shadow: 0 8px 22px rgba(15, 118, 110, 0.12);
  font-size: 1rem;
  line-height: 1.45;
}
.answer-box strong {
  color: #0b5f59;
  font-weight: 900;
}
.cta-band .cta-final-btn {
  text-align: center;
  min-width: 230px;
  white-space: normal;
  line-height: 1.25;
}
@media(max-width: 560px) {
  .cta-band .cta-final-btn {
    width: 100%;
  }
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.25rem;
  font-size: 0.98rem;
}
.price-table th, .price-table td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
}
.price-table th {
  background: #f0fdfa;
  color: var(--brand);
}


/* Nuevos componentes blog GEO */
.compare-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1rem 0 1.4rem}
.compare-card{padding:1.1rem 1.2rem;border-radius:18px;border:1px solid rgba(15,118,110,.14);background:linear-gradient(180deg,#ffffff,#f8fffd);box-shadow:0 8px 24px rgba(18,50,53,.05)}
.compare-card h3{margin:.4rem 0 .45rem;font-size:1.1rem}
.table-scroll{overflow-x:auto;margin:1rem 0 1.4rem}
.article-table{width:100%;border-collapse:collapse;min-width:560px;background:#fff;border:1px solid rgba(15,118,110,.12);border-radius:18px;overflow:hidden}
.article-table th,.article-table td{padding:.85rem .95rem;text-align:left;border-bottom:1px solid rgba(15,118,110,.08)}
.article-table thead th{background:#ecfdf5;color:#123235;font-weight:800}
.article-table tr:last-child td{border-bottom:none}
.cta-final-btn{display:inline-flex;justify-content:center;align-items:center;text-align:center;min-width:220px}

/* Lead chatbot: captura de solicitudes conectable con Google Sheets */
.lead-chatbot{position:fixed;right:18px;bottom:24px;z-index:120;display:flex;flex-direction:column;align-items:flex-end;gap:.8rem}.lead-chatbot-launch{display:inline-flex;align-items:center;gap:.6rem;padding:.92rem 1.08rem;border:0;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-weight:900;box-shadow:0 18px 42px rgba(15,118,110,.32);cursor:pointer}.lead-chatbot-icon{font-size:1.1rem}.lead-chatbot-panel{width:min(390px,calc(100vw - 28px));max-height:min(78vh,720px);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 28px 70px rgba(18,50,53,.24)}.lead-chatbot-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f0fdfa,#fff);border-radius:24px 24px 0 0}.lead-chatbot-header strong{display:block;color:var(--dark);font-size:1rem}.lead-chatbot-header small{display:block;color:var(--muted);font-size:.82rem;margin-top:.08rem}.lead-chatbot-close{width:38px;height:38px;border:0;border-radius:50%;background:#e7f7f4;color:var(--brand);font-size:1.45rem;line-height:1;cursor:pointer}.lead-chatbot-messages{display:grid;gap:.55rem;padding:1rem 1rem 0;max-height:190px;overflow:auto}.lead-chatbot-msg{width:fit-content;max-width:92%;padding:.75rem .9rem;border-radius:18px;font-size:.94rem;line-height:1.45}.lead-chatbot-msg.bot{background:#eef9f7;color:#22494b;border-bottom-left-radius:6px}.lead-chatbot-msg.user{justify-self:end;background:var(--brand);color:#fff;border-bottom-right-radius:6px}.lead-chatbot-form{display:grid;gap:.75rem;padding:1rem}.lead-chatbot-question{margin:0 0 .65rem;color:var(--dark);font-weight:850}.lead-chatbot-options{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.lead-chatbot-options button{border:1px solid var(--line);background:#fff;color:var(--brand);border-radius:14px;padding:.75rem .75rem;font-weight:800;text-align:left;cursor:pointer}.lead-chatbot-options button:hover,.lead-chatbot-options button:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(15,118,110,.12)}.lead-chatbot-form input,.lead-chatbot-form textarea{width:100%;border:1px solid #cfe1df;background:#fff;border-radius:14px;padding:.88rem 1rem;font:inherit;color:var(--ink)}.lead-chatbot-form textarea{min-height:90px;resize:vertical}.lead-chatbot-form input:focus,.lead-chatbot-form textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(15,118,110,.12)}.lead-chatbot-form .field-error{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.12)}.lead-chatbot-consent{display:flex;gap:.55rem;align-items:flex-start;font-size:.82rem;color:var(--muted);line-height:1.45}.lead-chatbot-consent input{width:auto;margin-top:.2rem}.lead-chatbot-consent a{color:var(--brand);font-weight:800}.lead-chatbot-form small{font-size:.78rem;color:var(--muted)}.lead-chatbot-result{background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46;border-radius:16px;padding:.9rem;line-height:1.45}.lead-chatbot .honeypot{position:absolute;left:-9999px}@media(max-width:980px){.lead-chatbot{right:12px;bottom:12px}.lead-chatbot-launch{width:56px;height:56px;border-radius:50%;padding:0;justify-content:center}.lead-chatbot-text{display:none}.lead-chatbot-panel{position:fixed;left:8px;right:8px;bottom:76px;width:auto;max-height:calc(100vh - 92px);border-radius:20px}.lead-chatbot-header{border-radius:20px 20px 0 0}.lead-chatbot-options{grid-template-columns:1fr}.lead-chatbot-form input,.lead-chatbot-form textarea{font-size:16px}}


/* FIX estado inicial: el panel del chatbot debe permanecer oculto hasta pulsar el botón o autoabrirse a los 12s. */
.lead-chatbot-panel[hidden]{
  display:none!important;
}

/* FIX 2026-06-11: asegura que el chatbot sea usable en móvil y pantallas pequeñas.
   El panel usa altura controlada, scroll interno y el botón de envío queda visible. */
.lead-chatbot-panel{
  display:flex;
  flex-direction:column;
  max-height:min(82vh,720px);
}
.lead-chatbot-header{
  flex:0 0 auto;
}
.lead-chatbot-messages{
  flex:0 0 auto;
  max-height:150px;
}
.lead-chatbot-form{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  padding-bottom:1.15rem;
}
.lead-chatbot-form .cta-btn[type="submit"]{
  width:100%;
  min-height:50px;
  margin-top:.25rem;
  position:sticky;
  bottom:0;
  z-index:3;
}
.lead-chatbot-consent{
  padding:.7rem .75rem;
  background:#f8fafc;
  border:1px solid var(--line);
  border-radius:14px;
}
@media(max-width:980px){
  .lead-chatbot{bottom:84px;}
  .lead-chatbot-panel{
    top:auto;
    bottom:78px;
    max-height:calc(100dvh - 104px);
    height:auto;
  }
  .lead-chatbot-messages{
    max-height:96px;
    padding:.8rem .85rem 0;
  }
  .lead-chatbot-form{
    padding:.85rem;
    padding-bottom:1rem;
  }
  .lead-chatbot-form .cta-btn[type="submit"]{
    bottom:-.85rem;
    margin-left:-.85rem;
    width:calc(100% + 1.7rem);
    border-radius:0 0 20px 20px;
  }
}
@media(max-width:430px){
  .lead-chatbot-panel{
    left:6px;
    right:6px;
    max-height:calc(100dvh - 98px);
  }
  .lead-chatbot-header{
    padding:.78rem .85rem;
  }
  .lead-chatbot-header small{
    display:none;
  }
  .lead-chatbot-messages{
    max-height:72px;
  }
  .lead-chatbot-question{
    margin-bottom:.45rem;
  }
}

/* Ajuste 2026-06-11: mensaje final limpio tras envío y autoapertura del chatbot */
.lead-chatbot[data-submitted="1"] .lead-chatbot-form{
  overflow:visible;
  padding:1rem;
}
.lead-chatbot[data-submitted="1"] .lead-chatbot-result{
  display:block;
  text-align:center;
  padding:1.15rem;
  font-size:1rem;
}

/* Testimonials showcase update */
.testimonials-showcase{background:linear-gradient(180deg,#ffffff 0%,#f7fffd 100%)}
.testimonials-head{align-items:center}
.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.35rem}
.review-card{border:1px solid rgba(36,73,75,.08);border-radius:24px;padding:1.35rem 1.15rem 1.25rem;box-shadow:0 16px 38px rgba(18,50,53,.07);text-align:center;display:flex;flex-direction:column;align-items:center;min-height:100%}
.review-card-pink{background:#ffe5e7}
.review-card-peach{background:#ffe9cc}
.review-card-green{background:#dbf6df}
.review-card-blue{background:#d9ebff}
.review-avatar{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffffff,#f3f7f7);border:4px solid rgba(255,255,255,.78);box-shadow:0 10px 22px rgba(18,50,53,.08);margin-bottom:1rem}
.review-avatar span{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#0f766e,#16a34a);color:#fff;font-weight:900;letter-spacing:.03em}
.review-quote{margin:0 0 .95rem;color:#305052;font-size:.98rem;line-height:1.7}
.review-stars{margin-top:auto;font-size:1.18rem;letter-spacing:.16em;color:#f59e0b;text-shadow:0 1px 0 rgba(255,255,255,.55)}
.review-meta{margin-top:.85rem;display:flex;flex-direction:column;gap:.18rem}
.review-meta strong{color:var(--dark);font-size:1rem}
.review-meta span{color:#48696c;font-size:.92rem}
@media(max-width:1100px){.review-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.review-grid{grid-template-columns:1fr}.review-card{padding:1.15rem 1rem}}

/* Testimonials avatars + mobile slider */
.review-avatar{overflow:hidden;padding:0}
.review-avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
.review-swipe-note{display:none;margin:.85rem 0 0;color:var(--muted);font-size:.92rem;font-weight:700}
@media(max-width:640px){
  .testimonials-showcase .container{width:min(100% - 18px,var(--max))}
  .review-grid{display:grid;grid-auto-flow:column;grid-auto-columns:85%;overflow-x:auto;gap:.9rem;padding:.2rem .2rem .7rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .review-grid::-webkit-scrollbar{height:8px}
  .review-grid::-webkit-scrollbar-thumb{background:#b7d7d3;border-radius:999px}
  .review-card{scroll-snap-align:start}
  .review-swipe-note{display:block}
}
