@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{color:#1f2550;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background:#fff;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}img{max-width:100%;display:block}button,a{font:inherit}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-header);background:#fffffff5;border-bottom:1px solid #4d70bd14;position:sticky;top:0}.header-row{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.brand{color:inherit;flex-shrink:0;align-items:center;gap:.9rem;text-decoration:none;display:inline-flex}.brand-mark{justify-content:center;align-items:center;width:110px;height:62px;display:inline-flex}.brand-mark img{object-fit:contain;width:100%;height:100%}.brand-text{flex-direction:column;display:flex}.brand-text strong{font-size:1.1rem;line-height:1.1}.brand-text small{color:var(--muted);font-size:.82rem}.nav-toggle{width:44px;height:44px;color:var(--accent-strong);cursor:pointer;background:#fff;border:1px solid #4d70bd26;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:background-color .18s;display:none}.nav-toggle:hover{background:#f4f7fc}.site-nav{align-items:center;gap:2rem;display:flex}.site-nav a{color:inherit;white-space:nowrap;font-weight:500;text-decoration:none}.site-nav a:hover{color:var(--accent-strong)}.header-cta{min-height:48px;color:var(--accent-strong);white-space:nowrap;background:#fff;border:1.5px solid #3a63b76b;border-radius:999px;justify-content:center;align-items:center;padding:0 1.4rem;text-decoration:none;transition:transform .18s;display:inline-flex;box-shadow:0 10px 26px #4b63a714}.header-cta:hover{transform:translateY(-2px)}.header-cta--mobile{display:none}@media (width<=900px){.nav-toggle{margin-left:auto;display:inline-flex}.header-cta--desktop{display:none}.header-cta--mobile{width:100%;margin-top:.5rem;display:inline-flex}.site-nav{opacity:0;visibility:hidden;max-height:0;box-shadow:none;background:#fffffffa;border-bottom:1px solid #0000;flex-direction:column;align-items:stretch;gap:0;padding:0 1.5rem;transition:max-height .28s,opacity .2s,visibility .2s,padding .28s,border-color .2s,box-shadow .2s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.site-nav.is-open{opacity:1;visibility:visible;max-height:420px;box-shadow:var(--shadow-header);border-bottom-color:#4d70bd14;padding:1rem 1.5rem 1.25rem}.site-nav a{border-bottom:1px solid #4d70bd14;padding:.85rem 0}.site-nav a:last-of-type{border-bottom:none}.header-row{flex-wrap:wrap;position:relative}.brand{flex:1;min-width:0}.brand-text small{display:none}}@media (width<=480px){.header-row{min-height:auto;padding:.6rem 0}.brand-mark{width:78px;height:44px}.brand-text strong{font-size:1rem}}.hero-section{padding:3.25rem 0 5.5rem}.hero-grid{background:#fff;border:1px solid #4d70bd14;border-radius:40px;grid-template-columns:minmax(0,1.05fr) minmax(260px,.95fr);align-items:center;gap:3rem;padding:3.5rem;display:grid;box-shadow:0 28px 70px #3e518e1a}.hero-copy h1{letter-spacing:-.05em;color:#4b4ea0;word-break:break-word;max-width:14ch;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.02}.hero-description{color:var(--muted);font-size:1.04rem;line-height:1.8}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}.hero-highlights{gap:.95rem;margin-top:2rem;padding:0;list-style:none;display:grid}.hero-highlights li{color:#53638f;padding-left:1.5rem;line-height:1.6;position:relative}.hero-highlights li:before{content:"";background:var(--accent-strong);border-radius:50%;width:.62rem;height:.62rem;position:absolute;top:.7rem;left:0}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-card{aspect-ratio:.95;width:min(100%,500px);min-height:320px;box-shadow:var(--shadow-soft);background:#fff;border:1px solid #4d70bd14;border-radius:48px;justify-content:center;align-items:center;padding:1.6rem;display:flex;position:relative}.hero-card:before{content:"";filter:blur(16px);background:#344c8929;border-radius:999px;height:22px;position:absolute;inset:auto 1rem .8rem}.hero-logo-image{z-index:1;filter:drop-shadow(0 18px 28px #4153901f);border-radius:10%;width:min(84%,360px);position:relative}@media (width<=1200px){.hero-grid{grid-template-columns:1fr;padding:2.5rem}.hero-copy h1{max-width:100%}.hero-visual{order:-1}}@media (width<=720px){.hero-section{padding:2.5rem 0 4rem}.hero-copy h1{font-size:clamp(2rem,10vw,3.2rem)}.hero-description{font-size:.95rem;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch}.hero-highlights li{font-size:.92rem}.hero-card{border-radius:28px;width:100%;min-height:260px;padding:1rem}.hero-logo-image{width:min(78%,250px)}}@media (width<=480px){.hero-grid{border-radius:24px;gap:1.5rem;padding:1.2rem}.hero-copy h1{font-size:clamp(1.85rem,11vw,2.5rem)}}@media (width<=320px){.hero-grid{padding:1rem}.hero-copy h1{font-size:1.6rem}.hero-card{min-height:220px}}.info-section{background:#fff}.info-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:2rem;display:grid}@media (width<=1200px){.info-grid{grid-template-columns:1fr;gap:1.5rem}}.service-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.4rem;display:grid}.service-card{border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-card);border:1px solid #4d70bd14;padding:1.8rem;transition:transform .18s,box-shadow .18s}.service-card:hover{transform:translateY(-4px);box-shadow:0 24px 44px #4a5fa221}.service-icon{color:#fff;background:var(--accent-strong);border-radius:18px;place-items:center;width:54px;height:54px;margin-bottom:1rem;display:inline-grid}.service-card h3{margin-bottom:.7rem;font-size:1.32rem}.service-card p{color:var(--muted);font-size:1.04rem;line-height:1.8}@media (width<=720px){.service-card{border-radius:22px;padding:1.2rem}.service-card p{font-size:.95rem;line-height:1.65}}@media (width<=480px){.service-grid{grid-template-columns:1fr}}.pricing-heading{margin-bottom:2.5rem}.pricing-shell{box-shadow:var(--shadow-card);background:#fff;border:1px solid #4d70bd14;border-radius:32px;padding:1.5rem}.pricing-toolbar{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.pricing-search{background:#fff;border:1px solid #4d70bd1f;border-radius:18px;align-items:center;gap:.75rem;width:100%;padding:.95rem 1rem;display:flex;box-shadow:0 10px 24px #4a5fa20f}.pricing-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.pricing-search input::placeholder{color:var(--muted)}.pricing-filters{flex-wrap:wrap;gap:.65rem;display:flex}.filter-chip{color:var(--accent-strong);cursor:pointer;background:#fff;border:1px solid #4d70bd1f;border-radius:999px;padding:.75rem 1rem;font-size:.9rem;transition:transform .18s,box-shadow .18s,color .18s,background-color .18s;box-shadow:0 8px 18px #4a5fa20d}.filter-chip.active{color:#fff;background:var(--accent-strong);box-shadow:0 14px 24px #4a5fa224}.filter-chip:hover{transform:translateY(-2px)}.pricing-meta{color:var(--muted);margin-bottom:1rem}.pricing-table-wrap{-webkit-overflow-scrolling:touch;border:1px solid #4d70bd14;border-radius:24px;overflow:auto}.pricing-table-wrap--desktop{display:block}.pricing-table{border-collapse:collapse;background:#fff;width:100%;min-width:640px}.pricing-table th,.pricing-table td{text-align:left;border-bottom:1px solid #4d70bd14;padding:1rem 1.1rem}.pricing-table th{z-index:1;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-strong);background:#f9fbff;font-size:.92rem;position:sticky;top:0}.pricing-table tbody tr:hover{background:#fcfdff}.pricing-table td:last-child,.pricing-table th:last-child{white-space:nowrap}.pricing-cards{flex-direction:column;gap:.85rem;display:none}.pricing-card{background:#fcfdff;border:1px solid #4d70bd1a;border-radius:18px;padding:1.1rem 1.2rem}.pricing-card__name{color:var(--text);margin:0 0 .75rem;font-size:1.05rem}.pricing-card__details{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0;display:grid}.pricing-card__details div{flex-direction:column;gap:.2rem;display:flex}.pricing-card__details dt{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}.pricing-card__details dd{color:var(--text);margin:0;font-size:.95rem}.pricing-card__price{color:var(--accent-strong);font-weight:700}.pricing-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.pagination-pages{flex-wrap:wrap;flex:240px;justify-content:center;gap:.6rem;display:flex}.pagination-button,.page-chip{color:var(--accent-strong);cursor:pointer;background:#fff;border:1px solid #4d70bd1f;border-radius:999px;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s}.pagination-button{padding:.8rem 1.15rem;box-shadow:0 8px 18px #4a5fa20d}.page-chip{min-width:42px;padding:.75rem .9rem;box-shadow:0 8px 18px #4a5fa20a}.page-ellipsis{min-width:42px;color:var(--accent-strong);justify-content:center;align-items:center;padding:.75rem .4rem;font-weight:700;display:inline-flex}.pagination-button:hover,.page-chip:hover{transform:translateY(-2px)}.pagination-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.page-chip.active{color:#fff;background:#355eaf;border-color:#355eaf;box-shadow:0 14px 24px #355eaf38}@media (width>=901px){.pricing-toolbar{flex-flow:wrap;justify-content:space-between;align-items:center}.pricing-search{flex:320px;max-width:420px}.pricing-filters{flex:100%}}@media (width<=768px){.pricing-table-wrap--desktop{display:none}.pricing-cards{display:flex}.pricing-card__details{grid-template-columns:1fr 1fr}.pricing-card__details div:last-child{grid-column:1/-1}}@media (width<=720px){.pricing-shell{border-radius:22px;padding:1.2rem}.pricing-pagination{justify-content:center}.pagination-button{flex:130px}}@media (width<=480px){.filter-chip,.page-chip,.pagination-button{font-size:.9rem}.pricing-card__details{grid-template-columns:1fr}.pricing-card__details div:last-child{grid-column:auto}}@media (width<=320px){.page-chip,.page-ellipsis{min-width:36px;padding-inline:.45rem}}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;display:grid}.process-card{border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-card);border:1px solid #4d70bd14;padding:1.8rem;transition:transform .18s,box-shadow .18s}.process-card:hover{transform:translateY(-4px);box-shadow:0 24px 44px #4a5fa221}.process-card h3{margin-bottom:.7rem;font-size:1.32rem}.process-card p{color:var(--muted);font-size:1.04rem;line-height:1.8}.step-number{letter-spacing:.08em;color:var(--accent);margin-bottom:1rem;font-size:.92rem;font-weight:800;display:inline-block}@media (width<=1200px){.process-grid{grid-template-columns:1fr}}@media (width<=900px){.process-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (width<=720px){.process-card{border-radius:22px;padding:1.2rem}.process-card p{font-size:.95rem;line-height:1.65}}@media (width<=480px){.process-grid{grid-template-columns:1fr}}.site-footer{color:var(--text);background:#fff;border-top:1px solid #4d70bd14}.footer-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:2rem;display:grid}.footer-label,.footer-copy{color:var(--muted)}.footer-copy{font-size:1.04rem;line-height:1.8}.footer-card{border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-card);border:1px solid #4d70bd14;flex-direction:column;gap:1rem;padding:1.8rem;display:flex}.footer-card-title{color:var(--accent-strong);margin:0;font-size:1rem;font-weight:600}.contact-links-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.icon-link{color:#1d4ed8;background-color:#f0f4f8;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s,transform .1s;display:inline-flex}.icon-link:hover{background-color:#e2e8f0;transform:translateY(-1px)}.icon-link.whatsapp-link:hover{color:#fff;background-color:#25d366}.email-link{color:var(--text);font-weight:500;text-decoration:none}.email-link:hover{color:var(--accent-strong)}.hours-text{color:var(--muted);margin:0;font-size:.95rem}.footer-button{width:100%;padding:14px;display:block;color:#fff!important}@media (width<=1200px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}}@media (width<=720px){.footer-card{border-radius:22px;padding:1.2rem}.footer-copy{font-size:.95rem;line-height:1.65}}@media (width<=480px){.contact-links-row{flex-direction:column;align-items:stretch}.icon-link{justify-content:center}}:root{--bg-start:#fff;--bg-mid:#fff;--bg-end:#fff;--surface:#fffffff5;--surface-strong:#fff;--text:#304c95;--muted:#6675a4;--line:#4d70bd1f;--accent:#b21f74;--accent-strong:#355eaf;--accent-gradient:linear-gradient(90deg, #3a63b7 0%, #b11f74 100%);--shadow-soft:0 30px 70px #3b569c1f;--shadow-card:0 18px 42px #4a5fa21a;--shadow-header:0 10px 30px #44579414;--radius-xl:32px;--radius-lg:22px;--radius-md:16px;--container:1180px;--header-height:88px}.site-shell{min-height:100vh;color:var(--text);background:linear-gradient(180deg, var(--bg-start) 0%, var(--bg-mid) 100%)}.container{width:min(calc(100% - 3rem), var(--container));margin:0 auto}.eyebrow,.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.92rem;font-weight:700;display:inline-flex}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading h2,.info-grid h2,.site-footer h2{letter-spacing:-.05em;font-size:clamp(2rem,4vw,3.4rem);line-height:.98}.section-text{color:var(--muted);font-size:1.04rem;line-height:1.8}.primary-button,.footer-button{color:#fff;background:var(--accent-strong);text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;min-height:54px;padding:0 1.6rem;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 18px 34px #633d953d}.primary-button:hover,.footer-button:hover{transform:translateY(-2px)}.info-section,.services-section,.pricing-section,.process-section,.site-footer{padding:5.5rem 0}@media (width<=720px){.container{width:min(calc(100% - 1.5rem), var(--container))}.info-section,.services-section,.pricing-section,.process-section,.site-footer{padding:4rem 0}.section-heading h2,.info-grid h2,.site-footer h2{font-size:clamp(2.2rem,10vw,3.4rem)}.section-text{font-size:.95rem;line-height:1.65}.primary-button,.footer-button{width:100%;min-height:48px;padding:0 1rem;font-size:.95rem}}@media (width<=480px){.container{width:min(calc(100% - 1rem), var(--container))}.section-heading h2,.info-grid h2,.site-footer h2{font-size:clamp(1.85rem,11vw,2.5rem);line-height:1.05}}@media (width<=320px){.container{width:min(calc(100% - .75rem), var(--container))}.section-heading h2,.info-grid h2,.site-footer h2{font-size:1.6rem}}
