*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
--ink:#0c1524;--slate:#1e3a5f;--emerald:#059669;--emerald-d:#047857;
--platinum:#e8eef4;--amber:#d97706;--white:#fff;--muted:#5a6578;
--radius:12px;--shadow:0 8px 32px rgba(12,21,36,.08);
--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Outfit",system-ui,sans-serif;
--max:1180px;--header-h:72px
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);background:var(--platinum);color:var(--ink);line-height:1.65;font-size:1rem}
img{max-width:100%;height:auto;display:block}
a{color:var(--emerald);text-decoration:none;transition:color .2s}
a:hover{color:var(--emerald-d)}
h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.15;color:var(--ink)}
h1{font-size:clamp(2.2rem,5vw,3.4rem)}
h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}
h3{font-size:1.35rem}
.container{width:min(var(--max),92%);margin-inline:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}
.btn--primary{background:var(--emerald);color:var(--white)}
.btn--primary:hover{background:var(--emerald-d);color:var(--white);transform:translateY(-1px);box-shadow:0 6px 20px rgba(5,150,105,.35)}
.btn--outline{background:rgba(255,255,255,.08);color:var(--white);border:2px solid rgba(255,255,255,.75);backdrop-filter:blur(4px)}
.btn--outline:hover{border-color:var(--white);background:rgba(255,255,255,.18);color:var(--white)}
.btn--dark{background:var(--ink);color:var(--white)}
.btn--dark:hover{background:var(--slate);color:var(--white)}
.btn--sm{min-height:40px;padding:.5rem 1rem;font-size:.875rem}
.topbar{background:var(--ink);color:rgba(255,255,255,.85);font-size:.82rem;padding:.45rem 0}
.topbar__inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem}
.topbar a{color:rgba(255,255,255,.9)}
.topbar a:hover{color:var(--white)}
.nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(12,21,36,.06)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-h);gap:1rem}
.nav__logo img{height:40px;width:auto}
.nav__links{display:flex;align-items:center;gap:1.5rem}
.nav__links a{color:var(--ink);font-weight:500;font-size:.95rem}
.nav__links a[aria-current="page"]{color:var(--emerald)}
.nav__cta{background:var(--emerald)!important;color:var(--white)!important;padding:.55rem 1.2rem;border-radius:999px}
.nav__cta:hover{background:var(--emerald-d)!important;color:var(--white)!important}
.nav__toggle{display:none;background:none;border:none;color:var(--ink);cursor:pointer;min-width:44px;min-height:44px}
.hero-split{display:grid;grid-template-columns:1.1fr .9fr;min-height:min(88vh,760px);background:var(--ink)}
.hero-split__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,6vw,4.5rem);color:var(--white);position:relative;overflow:hidden;background:linear-gradient(160deg,#0c1524 0%,#152a45 45%,#1e3a5f 100%)}
.hero-split__content::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 20% 50%,rgba(5,150,105,.12),transparent 70%);pointer-events:none}
.hero-split__content>*{position:relative;z-index:1}
.hero-split__content h1{color:var(--white);font-size:clamp(2rem,6vw,3.6rem);font-weight:700;text-shadow:0 2px 24px rgba(0,0,0,.35);max-width:14ch;line-height:1.12;margin-bottom:.25rem}
.hero-split__content h1 em{font-style:normal;color:#6ee7b7}
.hero-split__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;color:var(--amber);margin-bottom:1.25rem;font-weight:600;background:rgba(217,119,6,.12);border:1px solid rgba(217,119,6,.35);padding:.4rem .85rem;border-radius:999px;width:fit-content}
.hero-split__content p{font-size:clamp(1rem,2.5vw,1.15rem);color:rgba(255,255,255,.92);max-width:38ch;margin:1rem 0 2rem;line-height:1.7}
.hero-split__actions{display:flex;flex-wrap:wrap;gap:1rem}
.hero-split__visual{position:relative;overflow:hidden}
.hero-split__visual img{width:100%;height:100%;object-fit:cover}
.hero-split__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink),transparent 30%)}
.stats-bar{background:var(--slate);color:var(--white);padding:2rem 0}
.stats-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.stat__num{font-family:var(--font-display);font-size:2.2rem;color:var(--amber);display:block}
.stat__label{font-size:.85rem;opacity:.85}
.section{padding:clamp(3rem,8vw,5.5rem) 0}
.section--dark{background:var(--ink);color:var(--white)}
.section--dark h2,.section--dark h3{color:var(--white)}
.section__head{text-align:center;max-width:640px;margin:0 auto 3rem}
.section__head p{color:var(--muted);margin-top:.75rem}
.section--dark .section__head p{color:rgba(255,255,255,.7)}
.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.bento-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.bento-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(12,21,36,.12)}
.bento-card--wide{grid-column:span 2}
.bento-card--tall .bento-card__img img{min-height:280px;object-fit:cover}
.bento-card__img{position:relative;aspect-ratio:16/10;overflow:hidden}
.bento-card__img img{width:100%;height:100%;object-fit:cover}
.img-badge{position:absolute;bottom:.5rem;right:.5rem;background:rgba(12,21,36,.75);color:var(--white);font-size:.65rem;padding:.2rem .5rem;border-radius:4px}
.bento-card__body{padding:1.25rem 1.35rem 1.5rem;flex:1;display:flex;flex-direction:column}
.bento-card__cat{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--emerald);font-weight:600}
.bento-card__body h3{margin:.35rem 0 .5rem}
.bento-card__body p{font-size:.9rem;color:var(--muted);flex:1}
.bento-card__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--platinum)}
.price{font-family:var(--font-display);font-size:1.25rem;color:var(--slate)}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;counter-reset:step}
.process__item{background:var(--white);padding:1.5rem;border-radius:var(--radius);border-left:3px solid var(--emerald);position:relative}
.process__item::before{counter-increment:step;content:counter(step);position:absolute;top:1rem;right:1rem;font-family:var(--font-display);font-size:2rem;color:var(--platinum);font-weight:700}
.process__item h3{font-size:1.1rem;margin-bottom:.5rem}
.process__item p{font-size:.88rem;color:var(--muted)}
.cta-band{background:linear-gradient(135deg,var(--slate),var(--ink));color:var(--white);padding:3.5rem 0;text-align:center;border-radius:var(--radius);margin:0 auto;max-width:var(--max);width:92%}
.cta-band h2{color:var(--white);margin-bottom:.75rem}
.cta-band p{opacity:.85;margin-bottom:1.5rem;max-width:50ch;margin-inline:auto}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.contact-card{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}
.contact-card h3{margin-bottom:1rem}
.contact-list{list-style:none;display:grid;gap:.85rem}
.contact-list li{display:flex;gap:.75rem;align-items:flex-start;font-size:.95rem}
.contact-list strong{min-width:5rem;color:var(--muted);font-weight:500}
.map-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/10;background:var(--platinum)}
.map-wrap iframe{width:100%;height:100%;border:0}
.catalog-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}
.catalog-toolbar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}
.catalog-toolbar input,.catalog-toolbar select{min-height:44px;padding:.6rem 1rem;border:1px solid #c5ced9;border-radius:8px;font-family:inherit;font-size:.95rem;background:var(--white);flex:1;min-width:180px}
.cart-panel{position:sticky;top:calc(var(--header-h) + 1rem);background:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}
.cart-panel h3{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}
#cart-count{background:var(--emerald);color:var(--white);font-size:.75rem;padding:.15rem .55rem;border-radius:999px;font-family:var(--font-body)}
#cart-list{list-style:none;font-size:.88rem;color:var(--muted);margin-bottom:1rem;max-height:200px;overflow-y:auto}
#cart-list li{padding:.35rem 0;border-bottom:1px solid var(--platinum)}
.cart-empty{font-style:italic}
.cart-total-row{display:flex;justify-content:space-between;font-weight:600;margin-bottom:1rem;padding-top:.75rem;border-top:2px solid var(--platinum)}
.cart-actions{display:grid;gap:.5rem}
.page-hero{background:var(--slate);color:var(--white);padding:3rem 0 2.5rem;text-align:center}
.page-hero h1{color:var(--white)}
.page-hero p{opacity:.85;margin-top:.5rem}
.legal-content{max-width:760px;margin:0 auto;padding:3rem 1rem 4rem}
.legal-content h2{font-size:1.4rem;margin:2rem 0 .75rem}
.legal-content p,.legal-content li{color:var(--muted);margin-bottom:.75rem;font-size:.95rem}
.legal-content ul{padding-left:1.25rem}
.footer{background:var(--ink);color:rgba(255,255,255,.75);padding:3rem 0 1.5rem;font-size:.88rem}
.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2rem;margin-bottom:2rem}
.footer__disclaimer{background:rgba(0,0,0,.25);border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 0;margin-bottom:1.25rem}
.footer__disclaimer p{font-size:.78rem;line-height:1.65;color:rgba(255,255,255,.72);max-width:960px}
.footer address{font-style:normal;line-height:1.7;font-size:.88rem}
.footer-links{list-style:none;display:grid;gap:.45rem}
.topbar__pulse{display:inline-flex;align-items:center;gap:.45rem}
.pulse-dot{width:7px;height:7px;border-radius:50%;background:#34d399;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.45}}
.form-glass{background:rgba(255,255,255,.97);border-radius:var(--radius);padding:1.75rem;box-shadow:0 20px 50px rgba(0,0,0,.25);color:var(--ink)}
.form-glass h2{font-size:1.35rem;margin-bottom:.35rem}
.form-glass .form-sub{font-size:.88rem;color:var(--muted);margin-bottom:1.25rem}
.form-group{margin-bottom:1rem}
.form-label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.35rem;color:var(--ink)}
.form-input,.form-glass select,.form-glass textarea{width:100%;min-height:44px;padding:.65rem .85rem;border:1px solid #c5ced9;border-radius:8px;font-family:inherit;font-size:.95rem;background:var(--white)}
.form-input:focus,.form-glass select:focus,.form-glass textarea:focus{outline:2px solid var(--emerald);outline-offset:1px;border-color:var(--emerald)}
.form-input.is-error{border-color:#ef4444}
.form-privacy{font-size:.75rem;color:var(--muted);margin-top:.85rem;line-height:1.5}
.form-privacy a{color:var(--emerald)}
.hero-split__form{display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#152a45,#1e3a5f)}
.hero-split__form .form-glass{width:100%;max-width:420px}
.map-section .map-wrap{aspect-ratio:auto;min-height:420px}
.map-coords{font-size:.85rem;color:var(--muted);margin-top:1rem;text-align:center}
.map-coords a{color:var(--emerald)}
.contact-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}
.whatsapp-float{position:fixed;bottom:1.25rem;right:1.25rem;z-index:150;display:flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;padding:.75rem 1rem;border-radius:999px;box-shadow:0 6px 24px rgba(37,211,102,.45);font-weight:600;font-size:.9rem;transition:transform .2s}
.whatsapp-float:hover{color:#fff;transform:translateY(-2px)}
.whatsapp-float svg{width:24px;height:24px;flex-shrink:0}
.page-center{padding:4rem 0;text-align:center;min-height:50vh;display:flex;align-items:center}
.thanks-icon{width:72px;height:72px;border-radius:50%;background:rgba(5,150,105,.12);color:var(--emerald);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}
.legal-hero{background:var(--slate);color:var(--white);padding:2.5rem 0;text-align:center}
.legal-hero h1{color:var(--white)}
.error-code{font-family:var(--font-display);font-size:4rem;color:var(--emerald);line-height:1}
#cookie-banner a{color:#6ee7b7}
.footer h4{color:var(--white);font-family:var(--font-body);font-size:.95rem;margin-bottom:1rem;font-weight:600}
.footer a{color:rgba(255,255,255,.75)}
.footer a:hover{color:var(--white)}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}
#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--ink);color:var(--white);padding:1rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 -4px 24px rgba(0,0,0,.2)}
#cookie-banner p{font-size:.88rem;max-width:680px;opacity:.9}
#cookie-banner .btn--sm{min-width:auto}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
.reveal{opacity:1;transform:none;transition:none}
.btn{transition:none}
.bento-card{transition:none}
}
@media(max-width:960px){
.hero-split{grid-template-columns:1fr;min-height:auto}
.hero-split__content{padding:2.5rem 1.5rem 2rem;text-align:left}
.hero-split__content h1{max-width:none;font-size:clamp(1.85rem,7vw,2.75rem)}
.hero-split__content p{max-width:none}
.hero-split__form{padding:1.5rem;order:2}
.hero-split__visual{max-height:260px;order:-1}
.hero-split__visual::after{background:linear-gradient(180deg,transparent 40%,#0c1524 95%)}
.stats-bar__grid,.bento,.process{grid-template-columns:repeat(2,1fr)}
.bento-card--wide{grid-column:span 1}
.catalog-layout,.contact-grid,.footer__grid{grid-template-columns:1fr}
.cart-panel{position:static}
}
@media(max-width:640px){
.nav__toggle{display:flex;align-items:center;justify-content:center}
.nav__links{display:none;position:absolute;top:var(--header-h);left:0;right:0;background:var(--white);flex-direction:column;padding:1rem 1.5rem 1.5rem;border-bottom:1px solid var(--platinum);box-shadow:var(--shadow)}
.nav__links.is-open{display:flex}
.nav{position:relative}
.stats-bar__grid,.bento,.process{grid-template-columns:1fr}
}
