:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:#fef2f2;--color-red-100:#ffe2e2;--color-red-200:#ffcaca;--color-red-500:#fb2c36;--color-red-600:#e40014;--color-red-700:#bf000f;--color-amber-500:#f99c00;--color-green-50:#f0fdf4;--color-green-100:#dcfce7;--color-green-500:#00c758;--color-green-600:#00a544;--color-green-700:#008138;--color-emerald-50:#ecfdf5;--color-emerald-100:#d0fae5;--color-emerald-200:#a4f4cf;--color-emerald-700:#007956;--color-emerald-900:#004e3b;--color-sky-50:#f0f9ff;--color-sky-100:#dff2fe;--color-sky-200:#b8e6fe;--color-sky-300:#77d4ff;--color-sky-400:#00bcfe;--color-sky-500:#00a5ef;--color-sky-700:#0069a4;--color-sky-800:#005986;--color-sky-900:#024a70;--color-rose-50:#fff1f2;--color-slate-50:#f8fafc;--color-slate-100:#f1f5f9;--color-slate-200:#e2e8f0;--color-slate-300:#cad5e2;--color-slate-400:#90a1b9;--color-slate-500:#62748e;--color-slate-600:#45556c;--color-slate-700:#314158;--color-slate-800:#1d293d;--color-slate-900:#0f172b;--color-slate-950:#020618;--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25/1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-normal:0em;--tracking-wider:.05em;--leading-tight:1.25;--leading-relaxed:1.625;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--radius-card:20px;--radius-pill:999px;--ease-out:cubic-bezier(0,0,.2,1);--blur-sm:8px;--blur-2xl:40px;--blur-3xl:64px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}@supports (color:lab(0% 0 0)){:root{--color-red-50:lab(96.5005% 4.18508 1.52328);--color-red-100:lab(92.243% 10.2865 3.83865);--color-red-200:lab(86.017% 19.8815 7.75869);--color-red-500:lab(55.4814% 75.0732 48.8528);--color-red-600:lab(48.4493% 77.4328 61.5452);--color-red-700:lab(40.4273% 67.2623 53.7441);--color-amber-500:lab(72.7183% 31.8672 97.9407);--color-green-50:lab(98.1563% -5.60117 2.75915);--color-green-100:lab(96.1861% -13.8464 6.52365);--color-green-500:lab(70.5521% -66.5147 45.8073);--color-green-600:lab(59.0978% -58.6621 41.2579);--color-green-700:lab(47.0329% -47.0239 31.4788);--color-emerald-50:lab(97.8462% -6.94966 1.85487);--color-emerald-100:lab(94.9004% -17.0769 5.63836);--color-emerald-200:lab(90.2247% -31.039 9.47084);--color-emerald-700:lab(44.4871% -41.0396 11.0361);--color-emerald-900:lab(28.8637% -26.9249 5.45986);--color-sky-50:lab(97.3623% -2.33802 -4.13098);--color-sky-100:lab(94.3709% -4.56053 -8.23453);--color-sky-200:lab(88.6983% -11.3978 -16.8488);--color-sky-300:lab(80.3307% -20.2945 -31.385);--color-sky-400:lab(70.687% -23.6078 -45.9483);--color-sky-500:lab(63.3038% -18.433 -51.0407);--color-sky-700:lab(41.6013% -9.10804 -42.5647);--color-sky-800:lab(35.164% -9.57692 -34.4068);--color-sky-900:lab(29.1959% -8.34689 -28.2453);--color-rose-50:lab(96.2369% 4.94155 1.28011);--color-slate-50:lab(98.1434% -.369519 -1.05966);--color-slate-100:lab(96.286% -.852436 -2.46847);--color-slate-200:lab(91.7353% -.998765 -4.76968);--color-slate-300:lab(84.7652% -1.94535 -7.93337);--color-slate-400:lab(65.5349% -2.25151 -14.5072);--color-slate-500:lab(48.0876% -2.03595 -16.5814);--color-slate-600:lab(35.5623% -1.74978 -15.4316);--color-slate-700:lab(26.9569% -1.47016 -15.6993);--color-slate-800:lab(16.132% -.318035 -14.6672);--color-slate-900:lab(7.78673% 1.82345 -15.0537);--color-slate-950:lab(1.76974% 1.32743 -9.28855)}}
@keyframes pageFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-transition{opacity:0;will-change:opacity,transform;animation:.8s cubic-bezier(.2,.8,.2,1) forwards pageFadeIn}:root{--bg:#f7f9fc;--surface:#fff;--surface-soft:#f5f8fb;--text:#1f3248;--ink:#102b43;--text-body:#4e6278;--muted:#5f7388;--line:#dfe8f2;--line-strong:#c9d9e6;--brand:#1491d5;--brand-ink:#0878b8;--brand-dark:#0d5f9d;--brand-soft:#8fc2e4;--brand-wash:#dff3ff;--brand-gradient:linear-gradient(135deg,#0878b8,#10a9dc);--success:#16a34a;--input:#e2e8f0;--ring:#1491d566;--input-radius:10px;--admin-app-bg:#eef4fb;--admin-surface:#fff;--admin-surface-soft:#f3f7fc;--admin-text:#223548;--admin-text-soft:#334960;--admin-muted:#617792;--admin-border:#d7e2ee;--admin-input-border:#d0dce8;--admin-blue:#00a0e3;--admin-blue-dark:#007cb3;--admin-navy:#15324b;--font-body:"IBM Plex Sans","Segoe UI",sans-serif;--font-display:"Sora","Segoe UI",sans-serif;--container-page:1240px;--container-readable:760px;--container-compact:640px;--page-container-gutter:clamp(36px,5vw,72px);--page-section-pad-y:clamp(58px,8vw,92px);--page-section-pad-y-compact:clamp(46px,6vw,72px);--page-layout-gap:clamp(28px,4vw,44px);--type-hero-title-size:clamp(34px,5vw,60px);--type-page-title-size:clamp(24px,3vw,36px);--type-section-title-size:clamp(24px,3vw,36px);--type-card-title-size:clamp(20px,2vw,27px);--type-lead-size:15px;--type-lead-size-fluid:clamp(15px,1.15vw,18px);--type-eyebrow-size:12px;--type-display-weight:var(--font-weight-medium);--type-title-line-height:1.16;--type-hero-line-height:1.04;--type-body-line-height:1.7;--type-title-tracking:-.035em;--type-hero-tracking:-.045em;--type-eyebrow-tracking:.16em}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a{text-decoration:none}a:not([class]){color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4{letter-spacing:-.02em;margin:0;line-height:1.15}p,ul{margin:0;padding:0}ul{list-style:none}.container{width:min(var(--container-page),calc(100% - var(--page-container-gutter)));margin:0 auto}main :where([class*=__eyebrow],[class*=__nav-title],[class*=__sidebar-title],[class*=__address-label],[class*=__table-head-cell]){text-transform:none!important;letter-spacing:.01em!important}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--ring);outline-offset:3px}input[type=checkbox],input[type=radio]{border:1px solid var(--input);cursor:pointer;width:16px;height:16px;accent-color:var(--brand);border-radius:4px}.prose a{color:var(--brand-dark);text-decoration:underline}.prose{max-width:78ch;color:var(--text-body);display:block}.prose--wide{max-width:none}.product-content.prose{overflow-wrap:anywhere}.product-content.prose :where(p,li,a,span,strong,em){overflow-wrap:anywhere;word-break:break-word}.product-content.prose :where(img,video,iframe,table){max-width:100%}.product-content.prose table{-webkit-overflow-scrolling:touch;width:100%;display:block;overflow-x:auto}.prose>*{margin:0}.prose>*+*{margin-top:14px}.prose h2{color:var(--ink);margin-top:24px;font-size:clamp(24px,2.2vw,30px);font-weight:600;line-height:1.28}.prose h3{color:var(--ink);margin-top:20px;font-size:clamp(20px,1.9vw,26px);font-weight:600;line-height:1.32}.prose p{color:var(--text-body);font-size:15px;line-height:1.78}.prose ul,.prose ol{margin:6px 0 0;padding-left:22px;list-style-position:outside;display:block}.prose ul{list-style:outside}.prose ol{list-style:decimal}.prose li{line-height:1.72}.prose li+li{margin-top:8px}.product-content.prose>*+*{margin-top:18px}.product-content.prose h2{margin-top:28px;font-size:clamp(21px,1.85vw,28px);line-height:1.3}.product-content.prose h3{margin-top:24px;font-size:clamp(18px,1.45vw,23px);line-height:1.32}.product-content.prose p,.product-content.prose ul,.product-content.prose ol,.product-content.prose li{font-size:15.5px;line-height:1.8}.product-content.prose .product-detail-callout{color:#304960;background:#f0f7fc;border-radius:12px;margin-top:24px;margin-bottom:20px;padding:20px 24px;font-size:15.5px;line-height:1.8}@media (max-width:640px){.product-content.prose h2{margin-top:24px}.product-content.prose h3{margin-top:20px}.product-content.prose p,.product-content.prose li{font-size:15px}}@keyframes homeRefMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes homeRefMarqueeReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.home-ref-track:hover,.home-ref-track:focus-within{animation-play-state:paused}.swal2-popup{font-family:var(--font-body);border-radius:20px;padding:2rem}.swal2-title{color:var(--ink);font-size:1.5rem;font-weight:600}select:required:invalid{color:#94a3b8;border-color:#e2e8f0}select:required:valid{color:var(--ink)}.swal2-html-container{color:#475569;font-size:1rem}.swal2-confirm.swal2-styled{background-color:var(--brand);border-radius:12px;padding:12px 32px;font-weight:600}.swal2-icon.swal2-success{color:#10b981;border-color:#10b981}.swal2-success-ring{border-color:#10b98133}.swal2-icon.swal2-error{color:#ef4444;border-color:#ef4444}
.button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;font-weight:500;transition:background-color .2s ease-out,border-color .2s ease-out,color .2s ease-out;display:inline-flex}.button:focus-visible{outline:3px solid var(--ring);outline-offset:3px}.button:disabled{pointer-events:none;opacity:.5}.button--primary{background:var(--brand);color:#fff}.button--primary:hover{background:var(--brand-dark)}.button--outline{border-color:var(--brand);color:var(--brand);background:0 0}.button--outline:hover{background:var(--brand);color:#fff}.button--ghost{color:#334155;background:#ffffffb3;border-color:#e2e8f0}.button--ghost:hover{background:#fff;border-color:#cbd5e1}.button--danger{color:#fff;background:#dc2626}.button--danger:hover{background:#b91c1c}.button--light{color:var(--brand);background:#fff}.button--light:hover{background:#f8fafc}.button--sm{min-height:36px;padding:8px 12px;font-size:14px}.button--md{min-height:44px;padding:10px 20px;font-size:14px}.button--lg{min-height:48px;padding:12px 24px;font-size:16px}.button--block{width:100%}
.site-header{z-index:40;border-bottom:1px solid var(--line);background:#fffffff5;position:sticky;top:0}.site-header__topbar{color:#fff;background:linear-gradient(90deg,#0b7dbc,#065f8f);border-bottom:1px solid #edf3f8}.site-header__topbar-inner{min-height:36px;font-size:.82rem;font-weight:var(--font-weight-medium);letter-spacing:.01em;justify-content:space-between;align-items:center;gap:18px;display:flex}.site-header__topbar-text{color:#ffffffe6;margin:0}.site-header__topbar-link{color:#fff;white-space:nowrap;text-decoration:none}.site-header__inner{align-items:center;gap:clamp(18px,2.2vw,34px);min-height:82px;display:flex}.site-header__logo{flex:none;align-items:center;text-decoration:none;display:inline-flex}.site-header__logo-image{width:clamp(152px,14vw,210px);height:auto;display:block}.site-header__nav{flex:auto;justify-content:center;align-items:center;gap:6px;min-width:0;display:flex}.site-header__nav-group{position:relative}.site-header__nav-group:after{content:"";height:14px;position:absolute;top:100%;left:-10px;right:-10px}.site-header__nav-trigger,.site-header__top-link{border-radius:var(--radius-pill);min-height:42px;color:var(--ink);font-size:.9rem;font-weight:var(--font-weight-medium);white-space:nowrap;align-items:center;gap:6px;padding:0 13px;line-height:1;text-decoration:none;transition:background-color .18s,color .18s,transform .18s;display:inline-flex}.site-header__nav-trigger:hover,.site-header__top-link:hover,.site-header__top-link--active{color:var(--brand-ink);background:#eaf6fc}.site-header__chevron{width:14px;height:14px;transition:transform .18s}.site-header__nav-group:hover .site-header__chevron,.site-header__nav-group:focus-within .site-header__chevron{transform:rotate(180deg)}.site-header__nav-panel{z-index:5;border:1px solid var(--line);opacity:0;pointer-events:none;transform-origin:top;background:#fff;border-radius:22px;grid-template-columns:minmax(180px,1fr);gap:4px;min-width:240px;max-width:min(560px,100vw - 36px);max-height:min(72vh,620px);padding:12px;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + 12px);left:50%;overflow:auto;transform:translate(-50%,8px)scale(.98)}.site-header__nav-group:nth-of-type(2) .site-header__nav-panel{grid-template-columns:repeat(2,minmax(190px,1fr));width:min(520px,100vw - 36px)}.site-header__nav-group:hover .site-header__nav-panel,.site-header__nav-group:focus-within .site-header__nav-panel{opacity:1;pointer-events:auto;transform:translate(-50%)scale(1)}.site-header__dropdown-link,.site-header__dropdown-link--featured{min-height:40px;color:var(--text-body);border-radius:14px;align-items:center;padding:9px 12px;font-size:.9rem;font-weight:650;text-decoration:none;transition:background-color .16s,color .16s,transform .16s;display:flex}.site-header__dropdown-link:hover,.site-header__dropdown-link--featured:hover,.site-header__dropdown-link--active{color:var(--brand-ink);background:#eef8fd;transform:translate(2px)}.site-header__dropdown-link--featured{background:var(--brand-gradient);color:#fff;margin-bottom:4px}.site-header__cta,.site-header__phone-link,.site-header__phone-link--wide,.site-header__mobile-phone,.site-header__mobile-toggle{border-radius:var(--radius-pill);min-height:42px;font-weight:var(--font-weight-medium);white-space:nowrap;cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:transform .18s,background-color .18s;display:inline-flex}.site-header__cta{color:#fff;background:#f08a24;padding:0 16px}.site-header__phone{flex:none;align-items:center;display:flex}.site-header__phone-link,.site-header__phone-link--wide{color:#087b43;background:#eaf7ef;padding:0 15px}.site-header__phone-link--wide{display:none}.site-header__cta:hover,.site-header__phone-link:hover,.site-header__phone-link--wide:hover,.site-header__mobile-phone:hover,.site-header__mobile-toggle:hover{transform:translateY(-1px)}.site-header__mobile-actions{align-items:center;gap:10px;margin-left:auto;display:none}.site-header__mobile-phone,.site-header__mobile-toggle{width:44px;height:44px;color:var(--brand-ink);background:#eaf6fc}.site-header__mobile-toggle{color:var(--ink)}.site-header__mobile-icon{width:20px;height:20px}.site-header__mobile-overlay{z-index:60;display:none;position:fixed;inset:0}.site-header__mobile-overlay--open{display:block}.site-header__mobile-overlay--closed{display:none}.site-header__mobile-overlay-backdrop{cursor:pointer;background:#0816227a;border:0;position:absolute;inset:0}.site-header__mobile-nav{width:min(92vw,430px);height:100%;color:var(--ink);background:#f7fbfe;flex-direction:column;display:flex;position:absolute;top:0;right:0}.site-header__mobile-nav-anim{transition:transform .24s}.site-header__mobile-nav--open{transform:translate(0)}.site-header__mobile-nav--closed{transform:translate(104%)}.site-header__mobile-nav-header{border-bottom:1px solid var(--line);background:#fff}.site-header__mobile-nav-header-inner{justify-content:space-between;align-items:center;gap:14px;min-height:74px;padding:16px 18px;display:flex}.site-header__mobile-nav-title{color:var(--muted);font-weight:var(--font-weight-medium);margin-left:auto}.site-header__mobile-nav-close{border:1px solid var(--line);border-radius:var(--radius-pill);width:42px;height:42px;color:var(--ink);cursor:pointer;background:#fff;justify-content:center;align-items:center;display:inline-flex}.site-header__mobile-nav-content{flex:auto;padding:18px;overflow:auto}.site-header__mobile-nav-callout{background:var(--brand-gradient);color:#fff;min-height:50px;font-weight:var(--font-weight-medium);border-radius:18px;align-items:center;margin-bottom:16px;padding:0 16px;text-decoration:none;display:flex}.site-header__mobile-nav-group{border:1px solid var(--line);border-radius:var(--radius-card);background:#fff;margin-bottom:10px;overflow:hidden}.site-header__mobile-trigger{width:100%;min-height:58px;color:var(--ink);font:inherit;font-weight:var(--font-weight-medium);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0 15px;display:flex}.site-header__mobile-nav-group-trigger{align-items:center;gap:10px;display:inline-flex}.site-header__mobile-nav-group-trigger-icon{width:32px;height:32px;color:var(--brand-ink);background:#eaf6fc;border-radius:12px;justify-content:center;align-items:center;font-size:.8rem;display:inline-flex}.site-header__mobile-nav-group-chevron{transition:transform .18s}.site-header__mobile-nav-group-chevron--open{transform:rotate(180deg)}.site-header__mobile-nav-group-content{gap:3px;padding-inline:10px;transition:max-height .22s,padding-bottom .22s,opacity .18s;display:grid;overflow:hidden}.site-header__mobile-nav-group-content--open,.site-header__mobile-nav-group-content--open-featured{opacity:1;max-height:560px;padding-bottom:12px}.site-header__mobile-nav-group-content--open-featured{max-height:850px}.site-header__mobile-nav-group-content--closed{opacity:0;max-height:0;padding-bottom:0}.site-header__mobile-nav-link,.site-header__mobile-nav-top-link{min-height:42px;color:var(--text-body);font-weight:var(--font-weight-medium);border-radius:14px;align-items:center;padding:9px 12px;text-decoration:none;transition:background-color .16s,color .16s,opacity .18s,transform .18s;display:flex}.site-header__mobile-nav-link--closed{opacity:0;transform:translateY(-4px)}.site-header__mobile-nav-link--open{opacity:1;transform:translateY(0)}.site-header__mobile-nav-link--active,.site-header__mobile-nav-link:hover,.site-header__mobile-nav-top-link:hover{color:var(--brand-ink);background:#eaf6fc}.site-header__mobile-nav-top-links{gap:8px;margin-top:16px;display:grid}.site-header__mobile-nav-cta{color:#fff;min-height:48px;font-weight:var(--font-weight-medium);background:#f08a24;border-radius:16px;justify-content:center;align-items:center;text-decoration:none;display:flex}.site-header__mobile-nav-footer{border-top:1px solid var(--line);background:#fff;padding:16px 18px 20px}.site-header__mobile-nav-contact,.site-header__mobile-nav-social{flex-wrap:wrap;gap:10px;display:flex}.site-header__mobile-nav-contact-link,.site-header__mobile-nav-whatsapp,.site-header__mobile-nav-call{border-radius:var(--radius-pill);min-height:42px;color:var(--brand-ink);font-weight:var(--font-weight-medium);background:#eaf6fc;align-items:center;gap:8px;padding:0 13px;text-decoration:none;display:inline-flex}.site-header__mobile-nav-whatsapp{color:#087b43;background:#eaf7ef}.site-header__mobile-nav-social{margin-top:14px}.site-header__mobile-nav-social-pill,.site-header__mobile-nav-social-pill--alt{border-radius:var(--radius-pill);width:38px;height:38px;color:var(--text-body);font-size:.78rem;font-weight:var(--font-weight-medium);background:#f0f5f9;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.site-header__mobile-nav-social-pill--alt{color:var(--brand-ink);background:#eaf6fc}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:#f7f9fb;margin-top:clamp(44px,7vw,84px);padding-block:clamp(52px,7vw,76px)}.site-footer__inner{grid-template-columns:minmax(220px,1.25fr) repeat(4,minmax(150px,1fr));align-items:start;gap:clamp(28px,4vw,48px);display:grid}.site-footer__brand{gap:16px;display:grid}.site-footer__brand-logo{align-items:center;width:fit-content;display:inline-flex}.site-footer__brand-text{max-width:320px;color:var(--muted);margin:0;line-height:1.7}.site-footer__title{color:var(--ink);font-size:.95rem;font-weight:var(--font-weight-medium);margin:0 0 14px}.site-footer__list,.site-footer__contact-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.site-footer__link,.site-footer__contact-link{color:var(--muted);text-decoration:none;transition:color .16s}.site-footer__link:hover,.site-footer__contact-link:hover{color:var(--brand-ink)}.site-footer__contact-item{grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;line-height:1.55;display:grid}.site-footer__contact-icon{color:var(--brand-ink);margin-top:3px}.site-footer__bottom{border-top:1px solid var(--line);color:var(--muted);background:#fff}.site-footer__bottom-inner{justify-content:space-between;align-items:center;gap:18px;min-height:72px;padding-block:22px;display:flex}.site-footer__bottom-inner p{margin:0}.site-footer__social{align-items:center;gap:10px;display:flex}.site-footer__social-link{border-radius:var(--radius-pill);width:38px;height:38px;color:var(--brand-ink);background:#eef5fa;justify-content:center;align-items:center;text-decoration:none;transition:transform .16s,background-color .16s;display:inline-flex}.site-footer__social-link:hover{background:var(--brand-ink);color:#fff;transform:translateY(-2px)}@media (max-width:1240px){.site-header__nav{gap:2px}.site-header__nav-trigger,.site-header__top-link{padding-inline:10px;font-size:.84rem}.site-header__phone{display:none}.site-header__phone-link--wide{display:inline-flex}}@media (max-width:1180px){.site-header__nav,.site-header__phone,.site-header__phone-link--wide{display:none}.site-header__mobile-actions{display:flex}}@media (max-width:1080px){.site-header__topbar,.site-header__nav,.site-header__phone,.site-header__phone-link--wide{display:none}.site-header__inner{min-height:72px}.site-header__mobile-actions{display:flex}.site-footer__inner{column-count:2;column-gap:clamp(28px,4vw,48px);display:block}.site-footer__inner>*{break-inside:avoid;margin-bottom:clamp(28px,4vw,40px)}.site-footer__brand{column-span:all}}@media (max-width:720px){.site-header__inner{min-height:66px}.site-header__logo-image{width:145px}.site-header__mobile-nav{width:min(96vw,410px)}.site-footer__bottom-inner{text-align:center;flex-direction:column;grid-template-columns:1fr;justify-content:center;padding-block:18px}}
.brand-graph-footer{border-top:1px solid var(--line);margin-top:clamp(34px,5vw,56px);padding:clamp(30px,5vw,48px) 0 0}.brand-graph-footer__eyebrow{color:var(--ink);font-family:var(--font-display);font-size:clamp(18px,1.8vw,24px);font-weight:var(--font-weight-medium);letter-spacing:var(--type-title-tracking);margin:0 0 16px}.brand-graph-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.brand-graph-footer__card{text-align:left;border:1px solid var(--line);border-radius:var(--radius-card);min-width:0;color:inherit;background:#fff;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.brand-graph-footer__card:hover{border-color:var(--brand-soft);transform:translateY(-3px);box-shadow:0 14px 30px -18px #102b4342}.brand-graph-footer__content{flex-direction:column;gap:4px;min-width:0;display:flex}.brand-graph-footer__name{color:var(--ink);font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--font-weight-semibold);margin:0}.brand-graph-footer__tagline{color:var(--muted);font-size:var(--text-sm);margin:0;line-height:1.5}.brand-graph-footer__arrow{border-radius:var(--radius-pill);background:var(--brand-wash);width:34px;height:34px;color:var(--brand);flex:none;justify-content:center;align-items:center;font-size:18px;transition:transform .18s,background-color .18s;display:inline-flex}.brand-graph-footer__card:hover .brand-graph-footer__arrow{background:var(--brand);color:#fff;transform:translate(3px)}.form-field{gap:6px;min-width:0;display:grid}.form-field--full{grid-column:span 2/span 2}.form-field__label{color:var(--color-slate-600);font-size:var(--text-sm);font-weight:var(--font-weight-medium)}.form-field__control-wrap{align-items:center;display:flex;position:relative}.form-field__control{border:1px solid var(--color-slate-300);width:100%;min-width:0;min-height:44px;color:var(--color-slate-900);font-size:var(--text-sm);background:#fff;border-radius:10px;padding:10px 14px;transition:border-color .18s,background-color .18s}.form-field__control::placeholder{color:var(--color-slate-400)}.form-field__control:hover{border-color:var(--color-slate-400)}.form-field__control:focus{border-color:var(--brand);outline:none}.form-field__control--textarea{resize:vertical;min-height:112px}.form-field__control--select{appearance:none;padding-right:40px;display:block}.form-field__control--with-icon{padding-left:40px}.form-field__control--phone{padding-left:96px}.form-field__icon{pointer-events:none;z-index:1;color:var(--color-slate-400);font-size:18px;display:grid;position:absolute;top:50%;left:12px;translate:0 -50%}.form-field__phone-prefix{inset-block:1px;z-index:1;border-right:1px solid var(--color-slate-200);background:var(--color-slate-50);color:var(--color-slate-500);font-size:var(--text-sm);font-weight:var(--font-weight-medium);border-radius:10px 0 0 10px;align-items:center;gap:6px;padding-inline:12px;display:flex;position:absolute;left:1px}.form-field__radio-list{flex-wrap:wrap;gap:16px;padding-block:4px;display:flex}.form-field__radio-item{align-items:center;gap:8px;display:inline-flex}.form-field__radio-input{width:16px;height:16px;accent-color:var(--brand)}.form-field__radio-label{color:var(--color-slate-700);font-size:var(--text-sm)}.form-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-section__actions{grid-column:1/-1;gap:16px;display:grid}.form-section__consent{color:var(--color-slate-600);font-size:var(--text-sm);align-items:flex-start;gap:10px;line-height:1.6;display:flex}.form-section__consent-input{width:16px;height:16px;accent-color:var(--brand);margin-top:4px}.form-section__privacy-trigger,.privacy-dialog__trigger{color:var(--brand);font:inherit;font-weight:var(--font-weight-semibold);text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;-webkit-text-decoration:underline #0000;text-decoration:underline #0000}.form-section__privacy-trigger:hover,.privacy-dialog__trigger:hover,.privacy-dialog__trigger.is-active{text-decoration-color:currentColor}.form-section__submit{min-height:48px}.file-dropzone{border:1px dashed var(--color-slate-300);background:color-mix(in srgb,var(--color-slate-50)82%,#fff);text-align:center;border-radius:18px;justify-items:center;gap:10px;padding:28px 18px;transition:border-color .18s,background-color .18s;display:grid}.file-dropzone.is-drag-active{border-color:var(--brand);background:color-mix(in srgb,var(--brand)8%,#fff)}.file-dropzone__icon{color:var(--brand);font-size:32px}.file-dropzone__title{color:var(--color-slate-800);font-weight:var(--font-weight-semibold);margin:0}.file-dropzone__summary,.file-dropzone__hint{color:var(--color-slate-500);font-size:var(--text-sm);margin:0}.file-dropzone__errors{gap:4px;margin:0;padding:0;list-style:none;display:grid}.file-dropzone__error{color:#b91c1c;font-size:var(--text-sm)}.privacy-dialog__backdrop{z-index:80;background:#0f172a94;place-items:center;padding:20px;animation:.18s ease-out both privacy-dialog-fade;display:grid;position:fixed;inset:0}.privacy-dialog__backdrop.is-closing{animation-direction:reverse}.privacy-dialog__panel{background:#fff;border-radius:22px;width:min(760px,100%);max-height:min(720px,100vh - 40px);animation:.22s ease-out both privacy-dialog-rise;overflow:hidden}.privacy-dialog__panel.is-closing{animation-direction:reverse}.privacy-dialog__header{border-bottom:1px solid var(--color-slate-200);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.privacy-dialog__title{color:var(--color-slate-900);font-size:var(--text-xl);margin:0}.privacy-dialog__close{border:1px solid var(--color-slate-200);border-radius:var(--radius-pill);background:var(--color-slate-50);color:var(--color-slate-700);cursor:pointer;padding:8px 14px}.privacy-dialog__close:hover{border-color:var(--color-slate-300);background:#fff}.privacy-dialog__content{max-width:none;max-height:calc(100vh - 160px);padding:22px;overflow:auto}.privacy-heading{color:var(--color-slate-900);margin-top:1.2em}.privacy-meta{margin-block:.45em}.privacy-list{padding-left:1.2em}@keyframes privacy-dialog-fade{0%{opacity:0}to{opacity:1}}@keyframes privacy-dialog-rise{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.form-page-section,.faq-page,.content-section{padding-block:clamp(48px,7vw,88px)}.form-page-section__shell{background:linear-gradient(180deg,var(--color-slate-50),#fff);padding-block:clamp(32px,5vw,64px)}.form-page-section__card,.faq-page__panel,.content-section__panel{border:1px solid var(--color-slate-200);border-radius:var(--radius-3xl);background:#fff;padding:clamp(22px,4vw,42px)}.content-section__panel--card{background:color-mix(in srgb,var(--color-slate-50)55%,#fff)}.content-section__panel--wide{max-width:none}.content-section__heading{color:var(--color-slate-900);margin:0 0 20px;font-size:clamp(28px,4vw,42px)}.content-section__heading--legal{font-size:clamp(24px,3vw,34px)}.content-section__body--about,.content-section__body--legal{max-width:none}.faq-accordion{gap:12px;display:grid}.faq-accordion__item{border:1px solid var(--color-slate-200);background:#fff;border-radius:18px;overflow:hidden}.faq-accordion__summary{color:var(--color-slate-900);font-weight:var(--font-weight-semibold);cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.faq-accordion__summary:after{content:"+";color:var(--brand);font-size:22px;line-height:1}.faq-accordion__item[open] .faq-accordion__summary:after{content:"-"}.faq-accordion__answer{border-top:1px solid var(--color-slate-200);padding:18px 20px 22px}.modal{z-index:70;background:#0f172a8f;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal__panel{background:#fff;border-radius:22px;width:min(560px,100%);padding:24px}.legacy-banner{color:#fff;background-position:50%;background-size:cover;min-height:clamp(320px,42vw,500px);position:relative;overflow:hidden}.legacy-banner__overlay{min-height:inherit;background:linear-gradient(90deg,#051c30db,#051c308f 55%,#051c3040);align-items:center;padding-block:clamp(56px,8vw,96px);display:grid}.legacy-banner__content{max-width:760px}.legacy-banner__eyebrow{color:#ffffffc7;font-size:var(--text-sm);font-weight:var(--font-weight-semibold);letter-spacing:.14em;margin:0 0 12px}.legacy-banner__title{color:#fff;margin:0;font-size:clamp(38px,6vw,68px);line-height:1.02}.legacy-banner__breadcrumbs{color:#ffffffbd;font-size:var(--text-sm);flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.legacy-banner__crumb{align-items:center;gap:8px;display:inline-flex}.legacy-banner__link{color:inherit;text-decoration:none}.legacy-banner__link:hover,.legacy-banner__crumb--current{color:#fff}.legacy-banner__separator{opacity:.55}.legacy-banner__callout{margin-top:28px}.quote-banner{z-index:3;padding-inline:clamp(16px,4vw,40px);position:relative;translate:0 -28px}.quote-banner--inner{margin-top:-40px}.quote-banner__inner{max-width:var(--container-page);grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-inline:auto;display:grid}.quote-banner__card{border-radius:var(--radius-card);color:inherit;background:#fff;border:1px solid #ffffff9e;grid-template-columns:44px 1fr auto;align-items:center;gap:14px;padding:18px;text-decoration:none;transition:transform .18s;display:grid}.quote-banner__card:hover{transform:translateY(-3px)}.quote-banner__icon{background:color-mix(in srgb,var(--brand)10%,#fff);width:44px;height:44px;color:var(--brand);border-radius:14px;place-items:center;font-size:21px;display:grid}.quote-banner__content{min-width:0}.quote-banner__title{color:var(--color-slate-900);font-weight:var(--font-weight-semibold);display:block}.quote-banner__subtitle{color:var(--color-slate-500);margin-top:3px;display:block}.quote-banner__arrow{color:var(--brand);font-size:18px}.floating-links{right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:60;gap:10px;transition:transform .22s,opacity .22s,visibility .22s;display:grid;position:fixed}.floating-links.is-lifted{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px)}.floating-links__surface{border-radius:var(--radius-card);background:#fffffff0;border:1px solid #e2e8f0e6}.floating-links__toggle{color:var(--color-slate-900);font-weight:var(--font-weight-semibold);cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:12px 16px;display:none}.floating-links__toggle-icon,.floating-links__action-icon{background:color-mix(in srgb,var(--brand)10%,#fff);width:38px;height:38px;color:var(--brand);border-radius:14px;place-items:center;font-size:20px;display:grid}.floating-links__panel{gap:8px;padding:8px;display:grid}.floating-links__action{color:var(--color-slate-900);grid-template-columns:38px minmax(160px,1fr) auto;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:transform .18s,border-color .18s,background-color .18s;display:grid}.floating-links__action:hover{border-color:color-mix(in srgb,var(--brand)28%,var(--color-slate-200));transform:translate(-3px)}.floating-links__action--whatsapp{background:linear-gradient(135deg,#ecfdf5,#fff)}.floating-links__action--branch{border-color:color-mix(in srgb,var(--brand)42%,var(--color-slate-200));background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff}.floating-links__action-icon--whatsapp{color:var(--success);background:#dcfce7}.floating-links__action-icon--partner{color:#2563eb;background:#eff6ff}.floating-links__action-icon--branch{color:#fff;background:#ffffff29}.floating-links__action-body{min-width:0;font-weight:var(--font-weight-semibold);display:grid}.floating-links__detail{font-weight:var(--font-weight-normal);margin-top:2px}.floating-links__detail--muted,.floating-links__arrow--muted{color:var(--color-slate-500)}.floating-links__detail--light,.floating-links__arrow--light{color:#ffffffc7}.floating-links__arrow{place-items:center;display:grid}.hero-metrics{flex-wrap:wrap;align-items:stretch;gap:18px;display:flex}.hero-metrics__item{align-items:stretch;gap:18px;display:flex}.hero-metrics__divider{background:#ffffff3d;width:1px}.hero-metrics__metric{gap:3px;transition:opacity .42s,transform .42s;display:grid}.hero-metrics__metric.is-hidden{opacity:0;transform:translateY(12px)}.hero-metrics__metric.is-visible{opacity:1;transform:translateY(0)}.hero-metrics__value{color:#fff;font-size:clamp(26px,4vw,42px);line-height:1}.hero-metrics__label{color:#ffffffb8;font-size:var(--text-sm)}@media (max-width:980px){.brand-graph-footer__grid,.quote-banner__inner{grid-template-columns:1fr}.floating-links{right:max(14px,env(safe-area-inset-right));left:max(14px,env(safe-area-inset-left));justify-items:end}.floating-links__toggle{display:inline-flex}.floating-links__panel{transform-origin:100% 100%;width:min(420px,100%);transition:opacity .18s,transform .18s,visibility .18s}.floating-links__panel.is-closed{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(8px)scale(.98)}.floating-links__panel.is-open{visibility:visible;opacity:1;transform:translateY(0)scale(1)}}@media (max-width:760px){.form-field--full{grid-column:span 1/span 1}.form-section{grid-template-columns:1fr}.legacy-banner__overlay{background:linear-gradient(#051c30e6,#051c3094)}.quote-banner{translate:0 -18px}.hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hero-metrics__divider{display:none}}@media (max-width:520px){.floating-links__action{grid-template-columns:36px minmax(0,1fr) auto}.legacy-banner__title{font-size:clamp(32px,12vw,46px)}.quote-banner__card{grid-template-columns:40px 1fr}.quote-banner__arrow{display:none}}.legacy-banner__title{font-family:var(--font-display);font-size:var(--type-hero-title-size);font-weight:var(--type-display-weight);line-height:var(--type-hero-line-height);letter-spacing:var(--type-hero-tracking)}.legacy-banner__eyebrow{font-size:var(--type-eyebrow-size);font-weight:var(--font-weight-medium);letter-spacing:var(--type-eyebrow-tracking)}.content-section__heading{font-family:var(--font-display);font-size:var(--type-section-title-size);font-weight:var(--type-display-weight);line-height:var(--type-title-line-height);letter-spacing:var(--type-title-tracking)}.faq-accordion__summary,.brand-graph-footer__name,.quote-banner__title,.floating-links__toggle,.floating-links__action-body{font-weight:var(--font-weight-medium)}.brand-graph-footer{border-top:1px solid var(--line);width:100%;margin-top:clamp(46px,6vw,76px);padding:clamp(34px,5vw,54px) 0 clamp(28px,4vw,44px)}.brand-graph-footer__grid{gap:clamp(14px,2vw,20px)}@media (max-width:980px){.brand-graph-footer__grid{grid-template-columns:1fr}}@media (max-width:720px){.brand-graph-footer{margin-top:28px;padding-top:28px;padding-bottom:0}.brand-graph-footer__eyebrow{margin-bottom:14px}}
