:root{--color-bg:#f5efe7;--color-surface:#fffaf5;--color-surface-strong:#fff;--color-primary:#0b3b36;--color-primary-soft:#19554e;--color-secondary:#b87439;--color-secondary-soft:#d59d69;--color-text:#20312f;--color-text-muted:#5f6f6d;--color-border:#0b3b361f;--color-border-strong:#0b3b3633;--color-overlay:#0817168f;--color-success:#25d366;--shadow-sm:0 14px 30px #152e2b14;--shadow-md:0 26px 60px #0d27251f;--radius-sm:16px;--radius-md:24px;--radius-lg:36px;--container:1180px;--font-base:"Manrope", "Segoe UI", sans-serif;--font-heading:"Manrope", "Segoe UI", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-base);color:var(--color-text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 0 0,#d4e9dfcc,#0000 30%),linear-gradient(#f7f2eb 0%,#f5efe7 100%);margin:0}*,:before,:after{box-sizing:border-box}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button,input,select,textarea{font:inherit}ul,ol,p,h1,h2,h3,h4{margin:0}ul,ol{padding:0}#root{min-height:100vh}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.container{width:min(var(--container), calc(100% - 2rem));margin:0 auto}.section{padding:6rem 0}.section--soft{background:#ffffff94}.section--lined{position:relative}.section--lined:before{content:"";pointer-events:none;background:linear-gradient(90deg,#b8743914,#0000 30%);position:absolute;inset:0}.section--split{padding-top:5rem}.page-hero{padding:8rem 0 3rem}.split-grid,.content-grid,.cards-grid{gap:1.5rem;display:grid}.split-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:2rem}.split-grid--reverse>:first-child{order:2}.content-grid,.cards-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.media-card,.content-card,.service-card,.contact-card{background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.media-card{min-height:100%;overflow:hidden}.media-card img{object-fit:cover;width:100%;height:100%}.media-card--tall{min-height:34rem}.site-header{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f2ebe0;border-bottom:1px solid #0b3b3614;position:sticky;top:0}.site-header__top{background:var(--color-primary);color:#ffffffd6;justify-content:space-between;gap:1rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.site-header__bar{justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.site-header__brand img{width:170px;height:auto}.site-header__desktop{flex:1;justify-content:center;display:flex}.site-header__actions{align-items:center;gap:1rem;display:flex}.site-header__phone{color:var(--color-primary);font-weight:700}.site-header__toggle{border:1px solid var(--color-border);background:var(--color-surface-strong);cursor:pointer;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:3rem;height:3rem;display:none}.site-header__toggle span{background:var(--color-primary);width:1.2rem;height:2px}.navbar__list{gap:1.2rem;list-style:none;display:flex}.navbar__link{color:var(--color-text-muted);padding:.5rem 0;font-weight:600;position:relative}.navbar__link.is-active,.navbar__link:hover{color:var(--color-primary)}.navbar__link.is-active:after,.navbar__link:hover:after{content:"";background:var(--color-secondary);height:2px;position:absolute;bottom:-.05rem;left:0;right:0}.mobile-menu{z-index:120;position:fixed;inset:0}.mobile-menu__panel,.mobile-menu__backdrop{opacity:0;transition:opacity .32s,transform .32s cubic-bezier(.22,1,.36,1),visibility .32s}.mobile-menu__panel{width:min(26rem,92vw);height:100dvh;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform-origin:100%;z-index:121;visibility:hidden;background:#fffffff5;padding:1.5rem;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)scale(.98)}.mobile-menu.is-open .mobile-menu__panel{opacity:1;visibility:visible;transform:translate(0,0)scale(1)}.mobile-menu.is-closing .mobile-menu__panel{opacity:0;visibility:hidden;transform:translate(100%)scale(.98)}.mobile-menu__backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:120;visibility:hidden;background:#0a1a1833;border:0;position:fixed;inset:0}.mobile-menu.is-open .mobile-menu__backdrop{opacity:1;visibility:visible;background:#0a1a1875}.mobile-menu.is-closing .mobile-menu__backdrop{opacity:0;visibility:hidden;background:#0a1a182e}.mobile-menu__header{opacity:0;justify-content:space-between;align-items:center;margin-bottom:2rem;transition:opacity .24s,transform .32s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(.7rem)}.mobile-menu__close{cursor:pointer;background:0 0;border:0;font-size:2rem;line-height:1}.mobile-menu .navbar__list{flex-direction:column;margin-bottom:2rem}.mobile-menu .navbar__list li,.mobile-menu__cta{opacity:0;transition:opacity .24s,transform .38s cubic-bezier(.22,1,.36,1);transform:translateY(.8rem)}.mobile-menu.is-open .mobile-menu__header,.mobile-menu.is-open .navbar__list li,.mobile-menu.is-open .mobile-menu__cta{opacity:1;transform:translateY(0)}.mobile-menu.is-open .mobile-menu__header{transition-delay:80ms}.mobile-menu.is-open .navbar__list li:first-child{transition-delay:.12s}.mobile-menu.is-open .navbar__list li:nth-child(2){transition-delay:.16s}.mobile-menu.is-open .navbar__list li:nth-child(3){transition-delay:.2s}.mobile-menu.is-open .navbar__list li:nth-child(4){transition-delay:.24s}.mobile-menu.is-open .navbar__list li:nth-child(5){transition-delay:.28s}.mobile-menu.is-open .navbar__list li:nth-child(6){transition-delay:.32s}.mobile-menu.is-open .navbar__list li:nth-child(7){transition-delay:.36s}.mobile-menu.is-open .mobile-menu__cta{transition-delay:.42s}.site-footer{color:#ffffffc2;background:#102a27;margin-top:4rem}.site-footer__grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:2rem;padding:4rem 0 3rem;display:grid}.site-footer__logo{width:160px;margin-bottom:1rem}.site-footer h3{color:#fff;margin-bottom:1rem}.site-footer__links{gap:.85rem;list-style:none;display:grid}.site-footer__bottom{border-top:1px solid #ffffff1f;padding:1rem 0}.site-footer__bottom-content{justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (width>=1101px){.site-footer__bottom-content{padding-right:21rem}}.site-footer__powered-by{color:#fff;font-weight:700;text-decoration:none}.site-footer__powered-brand{color:#b8ff2c}.site-footer__powered-by:hover{color:#f0c48a}.site-footer__powered-by:hover .site-footer__powered-brand{color:#d7ff7b}.hero-section{align-items:end;min-height:92vh;display:grid;position:relative;overflow:hidden}.hero-section__media,.hero-section__overlay{position:absolute;inset:0}.hero-section__video,.hero-section__fallback{object-fit:cover;width:100%;height:100%}.hero-section__fallback{display:none}.hero-section__overlay{background:linear-gradient(90deg,#081716c2 0%,#08171670 48%,#0817163d 100%),linear-gradient(#08171614 0%,#08171680 100%)}.hero-section__content{z-index:1;grid-template-columns:1.4fr .8fr;align-items:end;gap:2rem;padding:9rem 0 4rem;display:grid;position:relative}.hero-section__copy{color:#fff;max-width:46rem}.hero-section__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffffb3;margin-bottom:1rem;font-size:.95rem}.hero-section h1{font-family:var(--font-heading);margin-bottom:1.2rem;font-size:clamp(3rem,6vw,5.7rem);line-height:.95}.hero-section__copy>p:last-of-type{color:#ffffffd1;font-size:1.1rem;line-height:1.75}.hero-section__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.hero-section__stats{gap:1rem;display:grid}.hero-section__stats article{border-radius:var(--radius-sm);color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff1f;border:1px solid #ffffff2e;padding:1.4rem}.hero-section__stats strong{margin-bottom:.55rem;font-size:1.05rem;display:block}.section-title{margin-bottom:2rem}.section-title--center{text-align:center;max-width:46rem;margin-inline:auto}.section-title__eyebrow,.cta-panel__eyebrow{color:var(--color-secondary);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.85rem;font-size:.9rem;font-weight:800}.section-title h2,.page-hero h2,.cta-panel h2,.not-found h1{font-family:var(--font-heading);color:var(--color-primary);font-size:clamp(2rem,3vw,3.8rem);line-height:1.02}.section-title__description,.page-hero .section-title__description{max-width:44rem;color:var(--color-text-muted);margin-top:1rem;font-size:1.05rem;line-height:1.75}.feature-list,.faq-list,.stats-inline,.contact-list{gap:1rem;display:grid}.feature-list article,.content-card,.faq-item,.contact-card{padding:1.5rem}.content-card h3,.feature-list h3,.service-card h3{color:var(--color-primary);margin-bottom:.75rem}.content-card p,.feature-list p,.service-card p,.faq-item__content,.contact-list,.legal-copy p,.check-list li,.process-list li{color:var(--color-text-muted);line-height:1.75}.check-list,.process-list{gap:.75rem;margin:1.4rem 0 2rem;padding-left:1.2rem;display:grid}.stats-inline{grid-template-columns:repeat(2,minmax(0,1fr));margin:1.4rem 0 2rem}.stats-inline article,.cta-panel{border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:linear-gradient(#ffffffe6,#fff8f2fa);padding:1.5rem}.stats-inline strong{color:var(--color-primary);margin-bottom:.5rem;display:block}.section__actions{gap:1rem;margin-top:2rem;display:flex}.section__actions--center{justify-content:center}.service-card{overflow:hidden}.service-card__media img{object-fit:cover;width:100%;height:15rem}.service-card__body{padding:1.5rem}.service-card__audience{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem;font-size:.8rem;font-weight:700}.service-card ul{gap:.65rem;margin-top:1rem;list-style:none;display:grid}.service-card li{color:var(--color-text-muted)}.faq-item{background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.faq-item__trigger{width:100%;color:var(--color-primary);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;gap:1rem;padding:0;font-weight:700;display:flex}.faq-item__content{margin-top:1rem}.faq-item__icon{font-size:1.5rem;line-height:1}.cta-panel{justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-panel__actions{flex-wrap:wrap;gap:1rem;display:flex}.contact-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:2rem;display:grid}.contact-form{background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-content:start;gap:1rem;height:100%;padding:2rem;display:grid}.contact-form label{color:var(--color-primary);gap:.55rem;font-weight:700;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--color-border-strong);background:#fff;border-radius:1rem;padding:.95rem 1rem}.contact-form__captcha{justify-items:start;gap:.6rem;display:grid}.contact-form__hint,.contact-form__status{font-size:.95rem;line-height:1.6}.contact-form__hint{color:var(--color-text-muted)}.contact-form__status{border:1px solid #0000;border-radius:1rem;padding:.9rem 1rem}.contact-form__status--success{color:#0f5132;background:#e9f7ef;border-color:#b7e4c7}.contact-form__status--error{color:#7f1d1d;background:#fef2f2;border-color:#fecaca}.contact-card{height:100%;overflow:hidden}.contact-card__map{border-bottom:1px solid var(--color-border);width:100%;height:18rem;overflow:hidden}.contact-card__map iframe{border:0;width:100%;height:100%;display:block}.contact-list{padding:1.5rem;list-style:none}.contact-list li{gap:.35rem;display:grid}.contact-list__compact{align-content:start}.contact-list strong{color:var(--color-primary);margin-bottom:.35rem;display:block}.legal-copy{gap:1rem;max-width:54rem;display:grid}.legal-copy a{color:var(--color-primary);text-underline-offset:.18em;-webkit-text-decoration:underline #0b3b3647;text-decoration:underline #0b3b3647}.legal-copy strong{color:var(--color-primary)}.legal-copy__section{gap:.9rem;padding-top:.6rem;display:grid}.legal-copy__section h3{color:var(--color-primary);font-size:1.25rem}.not-found{place-items:center;min-height:70vh;display:grid}.not-found__content{text-align:center;max-width:44rem}.not-found__code{color:var(--color-secondary);margin-bottom:1rem;font-size:5rem;font-weight:800}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:3.35rem;padding:.9rem 1.4rem;font-weight:800;transition:transform .2s,box-shadow .2s,background-color .2s,color .2s,border-color .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.button--primary:hover{background:var(--color-primary-soft)}.button--secondary{border-color:var(--color-border-strong);color:var(--color-primary);background:#ffffff26}.whatsapp-widget{z-index:45;justify-items:end;gap:.9rem;display:grid;position:fixed;bottom:1.5rem;right:1.5rem}.whatsapp-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#23c95d 0%,#1faa4f 100%);border:1px solid #ffffff59;border-radius:999px;align-items:center;gap:.85rem;min-height:4.25rem;padding:.8rem 1.15rem .8rem .85rem;transition:transform .2s,box-shadow .2s,filter .2s,background-color .2s;display:inline-flex;box-shadow:0 18px 40px #19573a3d,0 10px 22px #25d36647}.whatsapp-button:hover{filter:saturate(1.05);transform:translateY(-2px);box-shadow:0 22px 46px #19573a47,0 12px 28px #25d36657}.whatsapp-button:focus-visible{outline-offset:4px;outline:3px solid #0b3b362e}.whatsapp-widget.is-open .whatsapp-button{background:linear-gradient(135deg,#1fb857 0%,#169447 100%)}.whatsapp-button__icon{background:#ffffff2e;border-radius:50%;flex:none;place-items:center;width:2.7rem;height:2.7rem;display:inline-grid;box-shadow:inset 0 1px #ffffff3d}.whatsapp-button__icon svg{width:1.45rem;height:1.45rem;display:block}.whatsapp-button__content{gap:.05rem;display:grid}.whatsapp-button__eyebrow{letter-spacing:.08em;text-transform:uppercase;opacity:.82;font-size:.68rem;font-weight:700}.whatsapp-button__text{font-size:.98rem;font-weight:800;line-height:1.1}.whatsapp-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#fffffffa,#f8fffafa);border:1px solid #0b3b361f;border-radius:1.5rem;width:min(22rem,100vw - 2rem);padding:1rem;box-shadow:0 24px 60px #0d27252e,0 10px 24px #19573a1f}.whatsapp-panel__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.whatsapp-panel__brand{align-items:center;gap:.8rem;display:flex}.whatsapp-panel__brand-icon{color:#fff;background:linear-gradient(135deg,#23c95d 0%,#1faa4f 100%);border-radius:999px;place-items:center;width:2.75rem;height:2.75rem;display:inline-grid;box-shadow:0 10px 24px #25d3663d}.whatsapp-panel__brand-icon svg{width:1.4rem;height:1.4rem}.whatsapp-panel__eyebrow{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.15rem;font-size:.75rem;font-weight:700}.whatsapp-panel__title{color:var(--color-primary);font-size:1.2rem}.whatsapp-panel__close{width:2.25rem;height:2.25rem;color:var(--color-primary);cursor:pointer;background:#0b3b3612;border:0;border-radius:999px;place-items:center;font-size:1.35rem;line-height:1;display:inline-grid}.whatsapp-panel__description{color:var(--color-text-muted);margin-top:.85rem;font-size:.95rem;line-height:1.5}.whatsapp-panel__field{gap:.55rem;margin-top:1rem;display:grid}.whatsapp-panel__field span{color:var(--color-primary);font-size:.9rem;font-weight:700}.whatsapp-panel__field textarea{border:1px solid var(--color-border-strong);width:100%;min-height:7.5rem;color:var(--color-text);resize:vertical;background:#fff;border-radius:1rem;padding:.95rem 1rem}.whatsapp-panel__field textarea:focus{border-color:#1faa4f73;outline:2px solid #25d36638}.whatsapp-panel__actions{gap:.75rem;margin-top:1rem;display:flex}.whatsapp-panel__primary,.whatsapp-panel__secondary{text-align:center;border-radius:999px;min-height:3rem;padding:.85rem 1rem;font-weight:800}.whatsapp-panel__primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm);flex:1}.whatsapp-panel__secondary{border:1px solid var(--color-border-strong);color:var(--color-primary);cursor:pointer;background:#ffffffd1}@media (width<=1100px){.site-header__desktop,.site-header__phone,.site-header__cta{display:none}.site-header__toggle{display:inline-flex}.hero-section__content,.site-footer__grid,.content-grid,.cards-grid--three,.split-grid,.contact-layout,.stats-inline,.cta-panel{grid-template-columns:1fr}.cta-panel,.hero-section__actions,.cta-panel__actions{display:grid}.split-grid--reverse>:first-child{order:initial}}@media (width>=721px){.contact-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.contact-list li:not(.contact-list__compact){grid-column:1/-1}}@media (width<=720px){.site-header__top,.site-footer__bottom-content{flex-direction:column;align-items:flex-start}.page-hero,.section{padding:4rem 0}.hero-section{min-height:auto}.hero-section__content{padding:7.5rem 0 3rem}.hero-section__stats article,.content-card,.service-card__body,.feature-list article,.faq-item,.contact-form,.contact-list,.cta-panel{padding:1.2rem}.whatsapp-button__text,.whatsapp-button__eyebrow{display:none}.whatsapp-button{min-height:auto;padding:.7rem}.whatsapp-widget{bottom:1rem;right:1rem}.whatsapp-panel{width:min(20rem,100vw - 1rem);padding:.9rem}.whatsapp-panel__actions{flex-direction:column}}
