:root{--azul-oculia: #1548F5;--azul-oculia-hover: #0d38c7;--azul-oculia-light: rgba(21, 72, 245, .08);--azul-oculia-border: rgba(21, 72, 245, .2);--negro-optico: #101416;--negro-suave: #1c2226;--texto-secundario: #5b6871;--texto-muted: #8896a0;--azul-niebla: #EEF3FF;--bg-app: #F6F8FC;--blanco: #FFFFFF;--border-color: #E2E8F0;--border-subtle: #EDF2F7;--verde-exito: #10B981;--verde-bg: #ECFDF5;--verde-border: #A7F3D0;--amarillo-alerta: #F59E0B;--amarillo-bg: #FEF3C7;--amarillo-border: #FDE68A;--rojo-error: #EF4444;--rojo-bg: #FEF2F2;--rojo-border: #FCA5A5;--morado-info: #8B5CF6;--morado-bg: #F5F3FF;--shadow-sm: 0 1px 3px rgba(16, 20, 22, .05);--shadow-md: 0 4px 12px rgba(16, 20, 22, .08);--shadow-lg: 0 10px 25px rgba(16, 20, 22, .12);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .25s ease}body.dark-mode{--bg-app: #0B0E10;--blanco: #141A1E;--border-color: #263038;--border-subtle: #1E262C;--azul-niebla: #182238;--texto-secundario: #94A3B8;--texto-muted: #64748B;--negro-optico: #F8FAFC}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-app);color:var(--negro-optico);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{display:flex;min-height:100vh;width:100vw;overflow-x:hidden}.sidebar{width:260px;background-color:var(--negro-optico);color:#fff;display:flex;flex-direction:column;flex-shrink:0;transition:width var(--transition-normal);z-index:50}.sidebar-header{padding:20px 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo{height:38px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.sidebar-nav{padding:16px 12px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--radius-sm);color:#a0aec0;text-decoration:none;font-weight:500;font-size:13.5px;cursor:pointer;transition:all var(--transition-fast);border:none;background:transparent;width:100%;text-align:left}.nav-item:hover{background-color:#ffffff0f;color:#fff}.nav-item.active{background-color:var(--azul-oculia);color:#fff;font-weight:600;box-shadow:0 4px 12px #1548f559}.sidebar-footer{padding:16px 18px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:8px}.user-badge{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--radius-sm);background:#ffffff0d}.user-avatar{width:34px;height:34px;border-radius:50%;background:var(--azul-oculia);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.user-info{flex:1;overflow:hidden}.user-name{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:11px;color:#a0aec0}.main-wrapper{flex:1;display:flex;flex-direction:column;min-width:0;overflow-y:auto}.top-bar{height:64px;background-color:var(--blanco);border-bottom:1px solid var(--border-color);padding:0 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:40;box-shadow:var(--shadow-sm)}.top-bar-left{display:flex;align-items:center;gap:16px}.sucursal-selector{display:flex;align-items:center;gap:8px;padding:6px 12px;background-color:var(--azul-niebla);color:var(--azul-oculia);border-radius:var(--radius-sm);font-weight:600;font-size:13px;border:1px solid var(--azul-oculia-border)}.global-search{position:relative;width:320px}.global-search input{width:100%;padding:8px 12px 8px 36px;border-radius:var(--radius-full);border:1px solid var(--border-color);background-color:var(--bg-app);font-size:13px;transition:all var(--transition-fast)}.global-search input:focus{outline:none;border-color:var(--azul-oculia);background-color:var(--blanco);box-shadow:0 0 0 3px var(--azul-oculia-light)}.global-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--texto-muted)}.top-bar-actions{display:flex;align-items:center;gap:12px}.page-content{padding:24px;flex:1}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-title-group h1{font-size:22px;font-weight:700;color:var(--negro-optico);letter-spacing:-.3px}.page-title-group p{color:var(--texto-secundario);font-size:13px;margin-top:2px}.card{background-color:var(--blanco);border-radius:var(--radius-md);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:20px;margin-bottom:20px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-subtle)}.card-title{font-size:16px;font-weight:600;color:var(--negro-optico);display:flex;align-items:center;gap:8px}.grid-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px}.kpi-card{background:var(--blanco);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:18px;display:flex;align-items:center;gap:16px;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.kpi-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.kpi-icon-box{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;background-color:var(--azul-niebla);color:var(--azul-oculia)}.kpi-data{display:flex;flex-direction:column}.kpi-label{font-size:12px;font-weight:500;color:var(--texto-secundario);text-transform:uppercase;letter-spacing:.5px}.kpi-value{font-size:22px;font-weight:700;color:var(--negro-optico);line-height:1.2}.kpi-sub{font-size:11px;color:var(--verde-exito);font-weight:600;margin-top:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;font-size:13.5px;font-weight:600;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;white-space:nowrap}.btn-primary{background-color:var(--azul-oculia);color:#fff}.btn-primary:hover{background-color:var(--azul-oculia-hover);box-shadow:0 4px 12px #1548f540}.btn-secondary{background-color:var(--azul-niebla);color:var(--azul-oculia);border-color:var(--azul-oculia-border)}.btn-secondary:hover{background-color:#1548f526}.btn-outline{background-color:transparent;border-color:var(--border-color);color:var(--negro-optico)}.btn-outline:hover{background-color:var(--bg-app);border-color:var(--texto-muted)}.btn-danger{background-color:var(--rojo-error);color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-success{background-color:var(--verde-exito);color:#fff}.btn-success:hover{background-color:#059669}.btn-sm{padding:6px 12px;font-size:12px}.btn-lg{padding:12px 24px;font-size:15px}.form-group{margin-bottom:16px;display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:600;color:var(--negro-optico)}.form-control{padding:9px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-color);background-color:var(--blanco);font-size:13.5px;color:var(--negro-optico);transition:all var(--transition-fast);width:100%}.form-control:focus{outline:none;border-color:var(--azul-oculia);box-shadow:0 0 0 3px var(--azul-oculia-light)}.form-control::placeholder{color:var(--texto-muted)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.table-responsive{width:100%;overflow-x:auto;border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--blanco)}.data-table{width:100%;border-collapse:collapse;text-align:left}.data-table th{background-color:var(--bg-app);color:var(--texto-secundario);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;border-bottom:1px solid var(--border-color)}.data-table td{padding:12px 16px;border-bottom:1px solid var(--border-subtle);color:var(--negro-optico);font-size:13.5px}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background-color:var(--azul-niebla)}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--radius-full);font-size:11.5px;font-weight:600;line-height:1.3}.badge-success{background-color:var(--verde-bg);color:var(--verde-exito);border:1px solid var(--verde-border)}.badge-warning{background-color:var(--amarillo-bg);color:var(--amarillo-alerta);border:1px solid var(--amarillo-border)}.badge-danger{background-color:var(--rojo-bg);color:var(--rojo-error);border:1px solid var(--rojo-border)}.badge-info{background-color:var(--azul-niebla);color:var(--azul-oculia);border:1px solid var(--azul-oculia-border)}.badge-purple{background-color:var(--morado-bg);color:var(--morado-info)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#10141699;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;animation:fadeIn .2s ease}.modal-content{background-color:var(--blanco);border-radius:var(--radius-lg);width:100%;max-width:650px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.modal-header{padding:20px 24px;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:18px;font-weight:700;color:var(--negro-optico)}.modal-body{padding:24px;flex:1}.modal-footer{padding:16px 24px;border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:flex-end;gap:12px;background-color:var(--bg-app);border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.ticket-preview{width:300px;margin:0 auto;background:#fffff8;border:1px dashed #CCC;padding:20px 14px;font-family:Courier New,Courier,monospace;font-size:12px;color:#000;box-shadow:0 4px 10px #0000001a;line-height:1.4}.ticket-header{text-align:center;margin-bottom:12px;border-bottom:1px dashed #000;padding-bottom:10px}.ticket-logo{max-width:120px;height:auto;margin-bottom:6px;filter:grayscale(100%) contrast(200%)}.ticket-divider{border-top:1px dashed #000;margin:8px 0}.ticket-row{display:flex;justify-content:space-between;margin:3px 0}.ticket-total{font-weight:700;font-size:14px;margin-top:6px}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.text-right{text-align:right}.text-center{text-align:center}.font-bold{font-weight:700}.text-muted{color:var(--texto-muted)}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}@media (max-width: 768px){.app-container{flex-direction:column;min-height:100vh;width:100vw;overflow-x:hidden}.sidebar{width:280px;position:fixed;top:0;left:0;bottom:0;z-index:100;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 20px #00000080}.sidebar.mobile-open{transform:translate(0)}.top-bar{padding:8px 12px;height:auto;min-height:56px;flex-wrap:wrap;gap:8px}.top-bar-left{gap:8px;flex:1}.sucursal-selector{padding:4px 8px;font-size:11.5px}.global-search{display:none}.top-bar-actions{gap:6px;flex-wrap:wrap}.top-bar-actions .btn span{display:none}.page-content{padding:12px}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.page-actions{width:100%;display:flex;flex-direction:column;gap:8px}.page-actions .btn{width:100%;justify-content:center}.grid-kpis{grid-template-columns:1fr 1fr;gap:10px}.kpi-card{padding:10px;gap:10px}.kpi-icon-box{width:38px;height:38px}.kpi-value{font-size:16px}.kpi-label{font-size:10px}.card{padding:12px;margin-bottom:14px;border-radius:var(--radius-sm)}.card-header{flex-direction:column;align-items:flex-start;gap:8px}.card-header .btn{width:100%}.form-row{grid-template-columns:1fr!important;gap:10px}.form-control{font-size:14px;padding:10px}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table th,.data-table td{padding:8px 10px;font-size:12px;white-space:nowrap}.modal-overlay{padding:10px}.modal-content{width:100%!important;max-width:96vw!important;max-height:94vh!important;border-radius:var(--radius-md)}.modal-header,.modal-body{padding:14px 16px}.modal-footer{padding:12px 16px;flex-direction:column;gap:8px}.modal-footer .btn{width:100%}.ticket-preview{width:100%;max-width:280px;padding:12px 8px;font-size:10.5px}}.public-site{--public-blue:#1548f5;--public-ink:#101416;--public-mist:#eef3ff;min-height:100vh;color:var(--public-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;scroll-behavior:smooth}.public-nav{height:78px;padding:0 clamp(22px,5vw,76px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;border-bottom:1px solid #e9edf4;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}.public-brand img{width:128px;height:48px;object-fit:contain;object-position:left center}.public-links{display:flex;gap:30px}.public-links a{color:#394150;text-decoration:none;font-size:14px;font-weight:650}.public-links a:hover{color:var(--public-blue)}.system-access{justify-self:end;border:1px solid #dce2ec;background:#fff;color:#687080;border-radius:8px;padding:8px 12px;font-size:11px;cursor:pointer}.system-access:hover{border-color:var(--public-blue);color:var(--public-blue)}.public-hero{min-height:650px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:5vw;padding:72px clamp(22px,7vw,110px);overflow:hidden;background:radial-gradient(circle at 78% 30%,#e7edff 0,transparent 35%),linear-gradient(145deg,#fff 45%,#f7f9ff)}.hero-copy{max-width:680px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--public-blue);background:var(--public-mist);border:1px solid #dbe4ff;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hero-copy h1{font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin:24px 0;max-width:720px}.hero-copy h1 em{color:var(--public-blue);font-style:normal}.hero-copy>p{color:#586172;font-size:18px;line-height:1.7;max-width:620px}.hero-actions{display:flex;align-items:center;gap:14px;margin-top:30px;flex-wrap:wrap}.public-primary,.public-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;border-radius:10px;padding:14px 20px;font-weight:750;font-size:14px}.public-primary{background:var(--public-blue);color:#fff;box-shadow:0 12px 28px #1548f538}.public-secondary{color:var(--public-ink);border:1px solid #dde3ec;background:#fff}.hero-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:#687080;font-size:12px}.hero-trust span{display:flex;align-items:center;gap:5px}.hero-trust svg{color:#14a46f}.hero-visual{min-height:480px;position:relative;display:grid;place-items:center}.hero-photo-wrap{animation:publicFadeUp .8s ease both .15s}.hero-photo{width:100%;height:520px;object-fit:cover;object-position:center;border-radius:24px;box-shadow:0 30px 70px #10141633}.vision-orbit{width:min(390px,80vw);aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#1548f5,#0c2aa2);color:#fff;display:grid;place-items:center;position:relative;box-shadow:0 35px 80px #1548f547}.vision-orbit:after,.vision-orbit:before{content:"";position:absolute;border:1px solid rgba(255,255,255,.28);border-radius:50%;top:13%;right:13%;bottom:13%;left:13%}.vision-orbit:after{top:27%;right:27%;bottom:27%;left:27%}.orbit-one,.orbit-two{position:absolute;width:18px;height:18px;border-radius:50%;background:#86a3ff;top:18%;right:20%}.orbit-two{width:10px;height:10px;top:auto;right:auto;bottom:23%;left:16%;background:#fff}.floating-note{position:absolute;display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #e6ebf4;border-radius:13px;padding:12px 15px;box-shadow:0 16px 35px #1014161f;color:var(--public-blue)}.floating-note span{display:flex;flex-direction:column;color:#7a8290;font-size:10px}.floating-note strong{color:var(--public-ink);font-size:12px}.note-top{top:11%;right:0}.note-bottom{bottom:10%;left:0}.hero-copy>*{animation:publicFadeUp .65s ease both}.hero-copy>*:nth-child(2){animation-delay:.08s}.hero-copy>*:nth-child(3){animation-delay:.16s}.hero-copy>*:nth-child(4){animation-delay:.24s}.hero-copy>*:nth-child(5){animation-delay:.32s}.local-seo-section{padding:88px clamp(22px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,6vw,84px);align-items:center;max-width:1440px;margin:auto}.local-image{overflow:hidden;border-radius:22px;box-shadow:0 24px 54px #10141621}.local-image img{width:100%;height:540px;object-fit:cover;display:block;transition:transform .7s ease}.local-image:hover img{transform:scale(1.035)}.local-copy>span{color:var(--public-blue);font-size:14.4px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.local-copy h2{font-size:clamp(38.4px,4.4vw,57.6px);line-height:1.08;letter-spacing:-.035em;margin:12px 0 20px}.local-copy p{color:#626b7b;font-size:18px;line-height:1.75;margin-bottom:16px}.local-copy a{margin-top:10px}.public-section{padding:88px clamp(22px,7vw,110px)}.section-heading{text-align:center;max-width:700px;margin:0 auto 42px}.section-heading>span,.contact-section>div>span{color:var(--public-blue);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.section-heading h2,.contact-section h2{font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.035em;margin:10px 0 14px}.section-heading p{color:#697181;line-height:1.65}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1200px;margin:auto}.services-grid article{padding:26px;border:1px solid #e6eaf1;border-radius:16px;background:#fff;transition:.2s ease}.services-grid article:hover{transform:translateY(-4px);border-color:#b9c8ff;box-shadow:0 18px 38px #10141612}.service-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;color:var(--public-blue);background:var(--public-mist)}.services-grid h3{margin:20px 0 8px;font-size:17px}.services-grid p{color:#697181;font-size:13px;line-height:1.65}.care-process{padding:88px clamp(22px,7vw,110px);background:#f7f9fd}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1200px;margin:auto}.process-grid article{padding:25px;background:#fff;border:1px solid #e5eaf2;border-radius:16px}.process-grid b{color:var(--public-blue);font-size:13px;letter-spacing:.08em}.process-grid h3{font-size:17px;line-height:1.25;margin:16px 0 9px}.process-grid p{margin:0;color:#697181;font-size:13px;line-height:1.7}.promotions-section{padding:88px clamp(22px,7vw,110px);background:var(--public-ink)}.section-heading.light h2{color:#fff}.section-heading.light p{color:#a9b0bb}.section-heading.light>span{color:#8da8ff}.public-promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;max-width:1200px;margin:auto}.public-promo-card{padding:25px;border-radius:16px;background:#fff;min-height:300px;display:flex;flex-direction:column}.promo-pill{align-self:flex-start;background:var(--public-mist);color:var(--public-blue);border-radius:999px;padding:5px 9px;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.public-promo-card h3{font-size:20px;margin:18px 0 8px}.public-promo-card p{color:#687080;font-size:13px;line-height:1.6;flex:1}.promo-price{font-size:30px;font-weight:900;letter-spacing:-.04em;color:var(--public-blue);margin:18px 0}.public-promo-card>a{color:var(--public-ink);display:flex;align-items:center;gap:6px;text-decoration:none;font-size:13px;font-weight:800}.coupon-card{background:linear-gradient(145deg,#eef3ff,#fff)}.coupon-code{border:1px dashed #8ba5fa;padding:10px;text-align:center;font:800 19px ui-monospace,monospace;color:var(--public-blue);border-radius:8px;letter-spacing:.08em}.coupon-value{font-weight:850;text-align:center;margin:12px 0 6px}.coupon-card small{text-align:center;color:#7a8290}.no-promos{max-width:700px;margin:auto;padding:28px;text-align:center;border:1px solid #30363d;color:#b7bec8;border-radius:14px}.contact-section{margin:72px clamp(22px,7vw,110px);padding:48px;border-radius:22px;background:linear-gradient(135deg,#eef3ff,#fff);display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:40px}.contact-section p{color:#687080}.contact-actions{display:grid;gap:12px}.contact-actions a{display:flex;align-items:center;gap:12px;background:#fff;padding:15px;border:1px solid #dfe5ef;border-radius:12px;text-decoration:none;color:var(--public-blue)}.contact-actions span{color:var(--public-ink);font-weight:800}.contact-actions small{display:block;color:#7b8391;font-size:10px;font-weight:600}.faq-section{padding:76px clamp(22px,7vw,110px) 96px;background:#f7f9fd}.faq-grid{max-width:900px;margin:auto;display:grid;gap:12px}.faq-grid details{background:#fff;border:1px solid #e1e7f0;border-radius:13px;padding:18px 20px;transition:border-color .2s ease,transform .2s ease}.faq-grid details:hover{border-color:#b7c7ff}.faq-grid summary{cursor:pointer;font-size:18px;font-weight:800;line-height:1.35}.faq-grid p{color:#657080;font-size:15.6px;line-height:1.7;margin:12px 0 0}.faq-grid details[open]{border-color:#9bb1ff;transform:translateY(-2px)}.public-footer{padding:30px clamp(22px,7vw,110px);border-top:1px solid #e8ecf2;display:flex;align-items:center;gap:20px;color:#7b8391;font-size:12px}.public-footer img{width:92px;height:38px;object-fit:contain}.public-footer p{flex:1}@keyframes publicFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.public-nav{grid-template-columns:1fr auto}.public-links{display:none}.public-hero,.local-seo-section{grid-template-columns:1fr;padding-top:52px}.hero-visual{min-height:420px}.hero-photo{height:440px}.local-image img{height:460px}.services-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.contact-section{grid-template-columns:1fr}.public-promo-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.public-nav{height:66px;padding:0 16px}.public-brand img{width:112px;height:40px}.system-access{font-size:10px;padding:9px}.public-hero{padding:42px 20px 56px;min-height:auto}.hero-copy h1{font-size:45px;line-height:1.02}.hero-copy>p{font-size:16px;line-height:1.65}.hero-actions>a{width:100%;min-height:48px}.hero-trust{display:grid}.hero-visual{min-height:340px}.vision-orbit{width:260px}.floating-note{padding:9px;max-width:170px}.note-top{right:-5px}.note-bottom{left:-5px}.public-section,.care-process,.promotions-section{padding:60px 20px}.section-heading{text-align:left;margin-bottom:30px}.section-heading h2{font-size:34px}.services-grid,.process-grid,.public-promo-grid{grid-template-columns:1fr}.services-grid article,.process-grid article,.public-promo-card{padding:22px}.contact-section{margin:44px 20px;padding:28px 20px}.contact-actions a{min-height:58px}.public-footer{align-items:flex-start;flex-wrap:wrap}.public-footer p{min-width:55%}}@media (max-width: 768px){html{scroll-padding-top:68px}body{overflow-x:hidden}.sidebar{width:min(88vw,320px)}.sidebar-header{padding:16px;min-height:68px}.sidebar-logo{height:34px;max-width:180px}.nav-item{min-height:44px;padding:11px 13px;font-size:14px}.main-wrapper{width:100%;min-width:0}.top-bar{position:sticky;top:0;z-index:40;width:100%}.top-bar-left{min-width:0}.sucursal-selector{max-width:calc(100vw - 74px);min-width:0}.sucursal-selector span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar-actions{width:100%;justify-content:flex-end}.top-bar-actions .badge{margin-right:auto}.page-title-group h1{font-size:23px;line-height:1.15}.page-title-group p{font-size:13px;line-height:1.5}.page-content{width:100%;min-width:0;padding:14px 12px 28px}.grid-kpis{grid-template-columns:1fr}.kpi-card{min-height:72px}.btn{min-height:42px}.btn-sm{min-height:38px}.form-control{min-height:44px;font-size:16px}textarea.form-control{min-height:92px}.table-responsive{border-radius:10px;border:1px solid var(--border-subtle)}.data-table{min-width:720px}.modal-title{font-size:17px;line-height:1.3}.modal-content{margin:0}.modal-body{overflow-y:auto}.flex-between{gap:10px;flex-wrap:wrap}}@media (max-width: 390px){.page-content{padding-left:10px;padding-right:10px}.top-bar-actions .btn{padding-left:9px;padding-right:9px}.hero-copy h1{font-size:40px}.vision-orbit{width:230px}.floating-note{transform:scale(.92)}}@media (max-width:600px){.hero-photo{height:340px;border-radius:18px}.hero-photo-wrap{min-height:340px}.local-seo-section{padding:60px 20px}.local-image{border-radius:16px}.local-image img{height:320px}.local-copy h2{font-size:37.2px}.local-copy p{font-size:17.4px}.faq-section{padding:60px 20px}.faq-grid details{padding:16px}.faq-grid summary{font-size:18px}}@media (prefers-reduced-motion: reduce){.public-site *,.public-site *:before,.public-site *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.public-site{font-size:19.2px}.public-links a{font-size:16.8px}.system-access{font-size:13.2px}.hero-eyebrow{font-size:14.4px}.hero-copy h1{font-size:clamp(57.6px,7.2vw,93.6px)}.hero-copy>p{font-size:21.6px}.public-primary,.public-secondary{font-size:16.8px}.hero-trust{font-size:14.4px}.floating-note span{font-size:12px}.floating-note strong{font-size:14.4px}.section-heading>span,.contact-section>div>span{font-size:14.4px}.section-heading h2,.contact-section h2{font-size:clamp(38.4px,4.8vw,57.6px)}.section-heading p{font-size:19.2px}.services-grid h3,.process-grid h3{font-size:20.4px}.services-grid p,.process-grid p,.process-grid b{font-size:15.6px}.promo-pill{font-size:12px}.public-promo-card h3{font-size:24px}.public-promo-card p{font-size:15.6px}.promo-price{font-size:36px}.public-promo-card>a{font-size:15.6px}.coupon-code{font-size:22.8px}.coupon-card small{font-size:13.2px}.contact-section p{font-size:19.2px;line-height:1.65}.contact-actions span{font-size:19.2px}.contact-actions small{font-size:12px}.public-footer{font-size:14.4px}@media (max-width: 600px){.public-site{font-size:19.2px}.hero-copy h1{font-size:clamp(48px,13.8vw,54px)}.hero-copy>p{font-size:19.2px}.section-heading h2,.contact-section h2{font-size:40.8px}.section-heading p,.contact-section p{font-size:17.4px}.public-primary,.public-secondary{font-size:16.8px}}@media (max-width: 390px){.hero-copy h1{font-size:48px}.section-heading h2,.contact-section h2{font-size:37.2px}}
