:root{--primary: #26b888;--secondary: #288E7F;--secondary-2: #074E44;--secondary-3: #006fad;--secondary-4: #ccd3c2;--secondary-5: #f2f2f2;--bg: var(--secondary-5);--bg-soft: #ffffff;--border-subtle: #e2e6ee;--text-main: #111827;--text-muted: #6b7280;--accent: var(--primary);--accent-soft: rgba(38, 184, 136, .15);--accent-strong: var(--secondary);--radius-lg: 16px;--radius-xl: 24px;--shadow-soft: 0 18px 40px rgba(15, 23, 42, .08)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;color:var(--text-main);background:var(--bg)}a{color:var(--secondary-3);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;padding-top:80px}.container{width:100%;max-width:1120px;padding:0 1.5rem;margin:0 auto}.section{padding:3.5rem 0}.section-soft{background:var(--bg-soft)}.section-header{margin-bottom:2rem}.section-header-center{text-align:center}.section-label{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:600;margin-bottom:.75rem}.section-header h2{font-size:1.8rem;margin:0 0 .4rem}.section-subtitle{margin:0;color:var(--text-muted);max-width:620px}.btn{border-radius:999px;border:none;padding:.75rem 1.6rem;font-size:.95rem;cursor:pointer;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;white-space:nowrap}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-strong)}.btn.btn-cart,.btn-cart{background:var(--primary)!important;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-lg);font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:all .3s ease;color:#fff!important}.btn.btn-cart:hover,.btn-cart:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #26b8884d}.btn.btn-cart:active,.btn.btn-cart:focus,.btn-cart:active,.btn-cart:focus{background:var(--primary-dark) color: #000 outline: none}.btn-cart svg{flex-shrink:0;color:#fff!important}.pos-option-buttons{display:flex;gap:.75rem;margin-top:1rem}.btn-outline{background:transparent;border:1px solid var(--border-subtle);color:var(--text-main)}.btn-outline:hover{border-color:var(--accent)}.btn-ghost{background:transparent;border:none;color:var(--accent)}.btn-ghost:hover{background:var(--accent-soft)}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f5f7faf2;border-bottom:1px solid rgba(226,230,238,.8)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:100px}.logo{display:flex;align-items:center;gap:.5rem}.logo img{height:50px}.logo-symbol{width:32px;height:32px;border-radius:999px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--accent-strong);font-size:.9rem}.logo-text{font-weight:600;font-size:1rem}.nav-links{display:flex;gap:1.5rem;font-size:.95rem}.nav-link{text-decoration:none;color:var(--text-muted)}.nav-link.active{color:var(--text-main);font-weight:500}.nav-cta-group{display:flex;gap:.5rem}.hero{padding:3.5rem 0 2.5rem}.hero-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:center}.hero h1{font-size:2.3rem;line-height:1.1;margin:0 0 1rem}.accent{color:var(--accent)}.hero-subtitle{margin:0 0 1.5rem;color:var(--text-muted)}.hero-cta-group{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.hero-note{color:var(--text-muted);font-size:.85rem}.hero-content{display:flex;flex-direction:column;justify-content:center}.hero-banner-container{position:relative;display:flex;justify-content:center;align-items:center;min-height:400px}.hero-banner-bg{position:absolute;right:-100vw;top:50%;transform:translateY(-50%);width:200vw;height:85%;background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);border-radius:20px 0 0 20px;z-index:0}.hero-banner-image{position:relative;z-index:1;max-width:100%;height:auto;max-height:450px;object-fit:contain}.hero-carousel{background:#f8fafc;padding:3rem 0 4rem;position:relative;min-height:420px;display:flex;align-items:center}.hero-carousel-content{flex:1}.hero-carousel-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-carousel-text{z-index:1}.hero-carousel-text h1{font-size:2.25rem;line-height:1.2;margin:0 0 1rem;color:var(--text-main);font-weight:700}.hero-accent{color:var(--primary)}.hero-carousel-text .hero-subtitle{margin:0 0 1.5rem;color:var(--text-muted);font-size:1rem;line-height:1.6}.hero-carousel-image{display:flex;justify-content:center;align-items:center}.hero-carousel-image img{max-height:380px;width:auto;object-fit:contain}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid var(--border-subtle);box-shadow:0 2px 8px #00000014;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.hero-arrow:hover{background:var(--bg-soft);box-shadow:0 4px 12px #0000001f}.hero-arrow svg{width:20px;height:20px;color:var(--text-muted)}.hero-arrow-left{left:2rem}.hero-arrow-right{right:2rem}.hero-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.hero-dot{width:8px;height:8px;border-radius:50%;background:var(--border-subtle);border:none;cursor:pointer;transition:all .2s ease;padding:0}.hero-dot.active{background:var(--primary);width:24px;border-radius:4px}.hero-dot:hover{background:var(--primary-light)}.hero-static{background:#f8fafc;padding:3rem 0 4rem;position:relative;min-height:420px;display:flex;align-items:center}.hero-static-content{flex:1}.hero-static-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-static-text{z-index:1}.hero-static-text h1{font-size:2.25rem;line-height:1.2;margin:0 0 1rem;color:var(--text-main);font-weight:700}.hero-static-text .hero-subtitle{margin:0 0 1.5rem;color:var(--text-muted);font-size:1rem;line-height:1.6}.hero-static-image{display:flex;justify-content:center;align-items:center}.hero-static-image img{max-height:380px;width:auto;object-fit:contain}.hero-landing{background:#f7f8f9;padding:80px 0 0;position:relative;min-height:600px;display:flex;align-items:center;overflow:visible;margin-top:-80px}.hero-landing-content{flex:1;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-landing-grid{display:grid;grid-template-columns:48% 52%;gap:1rem;align-items:start}.hero-landing-text{z-index:2;padding:4rem 0 2rem}.hero-landing-text h1{font-size:2.5rem;line-height:1.15;margin:0 0 1.25rem;color:#1a1a1a;font-weight:700;letter-spacing:-.02em;max-width:90%}.hero-landing-text h1 .hero-accent{color:#26b888}.hero-landing-text .hero-subtitle{margin:0 0 2rem;color:#6b7280;font-size:1rem;line-height:1.6;max-width:400px}.hero-landing-image{display:flex;justify-content:flex-end;align-items:flex-start;position:relative;margin-right:-4rem;margin-top:-80px}.hero-landing-image img{max-height:750px;width:auto;max-width:none;object-fit:contain}.hero-img-desktop{display:block;transform:translate(100px)}.hero-img-tablet,.hero-img-mobile{display:none}.btn-conocer-planes{display:inline-block;background:#26b888;color:#fff;padding:.9rem 1.75rem;border-radius:6px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s ease;border:none;cursor:pointer;border-radius:15cap}.btn-conocer-planes:hover{background:#1fa377;transform:translateY(-2px);box-shadow:0 6px 16px #26b88859;text-decoration:none}@media(max-width:992px){.hero-landing{min-height:auto}.hero-landing-grid{grid-template-columns:50% 50%}.hero-landing-text{padding:3rem 0 2rem}.hero-landing-text h1{font-size:2.25rem}.hero-landing-image{margin-right:-2rem;margin-top:-40px}.hero-landing-image img{max-height:480px}}@media(max-width:992px)and (min-width:769px){.hero-landing-grid{grid-template-columns:40% 60%}.hero-img-desktop{display:none}.hero-img-tablet{display:block;width:auto;max-width:none;object-fit:contain;transform:translate(320px)}.hero-img-mobile{display:none}.hero-landing-image{justify-content:flex-end;overflow:visible}}@media(max-width:768px){.hero-landing{min-height:auto;margin-top:0;padding-top:2rem;padding-bottom:2rem}.hero-landing-content{padding:0 1.5rem}.hero-landing-grid{grid-template-columns:1fr;text-align:center;gap:1.5rem}.hero-landing-text{padding:0;order:2}.hero-landing-text h1{font-size:1.85rem}.hero-landing-text .hero-subtitle{max-width:100%;margin:0 auto 1.5rem}.hero-landing-image{order:1;justify-content:center;margin-right:0;margin-top:0;overflow:visible;width:100vw;margin-left:-1.5rem;margin-right:-1.5rem}.hero-landing-image img{max-height:none;max-width:100%}.hero-img-desktop,.hero-img-tablet{display:none}.hero-img-mobile{display:block;width:100%;max-width:none;object-fit:cover}}@media(max-width:480px){.hero-landing-text h1{font-size:1.6rem}.hero-landing-text .hero-subtitle{font-size:.9rem}.hero-landing-image img{max-height:260px}.btn-conocer-planes{padding:.8rem 1.5rem;font-size:.9rem}}.section-services{padding-top:0;margin-top:-18rem;position:relative;z-index:10}.section-services .container{background:var(--bg-main);padding-top:2rem;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.section-services .section-header{text-align:left;padding-left:1.5rem}.full-width-banner{width:100%;margin:3rem 0;padding:0;line-height:0}.full-width-banner img{width:100%;height:auto;display:block}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:0 8px 32px #0f172a1a;border:none;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a1f;border-color:var(--primary-light)}.service-icon{width:56px;height:56px;background:var(--accent-soft);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-icon svg{width:28px;height:28px;color:var(--primary)}.service-image{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-image img{max-width:100%;max-height:70px;object-fit:contain;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.08)}.service-card h3{font-size:1.1rem;font-weight:600;color:var(--text-main);margin:0 0 .75rem;line-height:1.3}.service-card p{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.5;flex:1}.service-link{display:inline-flex;align-items:center;color:var(--primary);font-size:.875rem;font-weight:600;margin-top:1rem;transition:color .2s ease}.service-card:hover .service-link{color:var(--primary-dark)}.service-card-with-carousel{padding-top:0;overflow:hidden}.service-card-static{padding:0;overflow:hidden;border-radius:var(--radius-xl)}.service-card-image{width:100%;height:280px;margin:0;border-radius:0;overflow:hidden;background:transparent}.service-card-image img{width:100%;height:100%;object-fit:cover}.service-card-static h3{padding:1.5rem 1.5rem 0;font-size:1.25rem}.service-card-static p{padding:.75rem 1.5rem 0;font-size:.95rem}.service-card-static .btn-contratame{margin:1.5rem}.services-carousel{position:relative;--services-visible: 3}.services-carousel-viewport{overflow:hidden}.services-carousel-track{display:flex;transition:transform .45s ease;will-change:transform}.services-carousel-slide{flex:0 0 calc(100% / var(--services-visible));padding:0 .75rem;box-sizing:border-box}.services-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(15,23,42,.15);background:#fffffff2;box-shadow:0 10px 20px #0f172a26;display:flex;align-items:center;justify-content:center;color:var(--text-main);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:5}.services-carousel-nav:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 14px 26px #0f172a2e}.services-carousel-prev{left:.5rem}.services-carousel-next{right:.5rem}.services-carousel-dots{display:flex;justify-content:center;gap:.6rem;margin-top:1.25rem}.services-carousel-dot{width:9px;height:9px;border-radius:999px;border:none;background:#0f172a33;cursor:pointer;padding:0;transition:transform .2s ease,background .2s ease}.services-carousel-dot:hover{background:#0f172a59}.services-carousel-dot.active{background:var(--primary);transform:scale(1.2)}@media(max-width:960px){.services-carousel{--services-visible: 2}}@media(max-width:640px){.services-carousel{--services-visible: 1}}.service-carousel{position:relative;width:100%;height:200px;margin-bottom:1rem;border-radius:var(--radius-xl) var(--radius-xl) 0 0;overflow:hidden;background:#f8fafb}.service-carousel-inner{position:relative;width:100%;height:100%}.service-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;display:flex;align-items:center;justify-content:center}.service-carousel-slide.active{opacity:1}.service-carousel-slide img{width:100%;height:100%;object-fit:contain;object-position:center}.service-carousel-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.service-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0;transition:all .3s ease}.service-carousel-dot:hover{background:#fffc}.service-carousel-dot.active{background:var(--primary);transform:scale(1.2)}.service-card-with-carousel h3,.service-card-with-carousel p{padding:0 2rem}.service-card-with-carousel .service-link{padding:0 2rem;margin-bottom:1.5rem}.btn-contratame{display:inline-block;background:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .25s ease;margin-top:auto;text-align:center;botonr-radius:22cap}.btn-contratame:hover{background:#1fa377;transform:translateY(-2px);box-shadow:0 4px 12px #26b8884d;text-decoration:none;color:#fff}.service-card-with-carousel .btn-contratame{margin:1rem 2rem 1.5rem}.hero-new{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);padding:4rem 0 5rem;margin-top:0;position:relative;overflow:hidden}.hero-new:before{content:"";position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(38,184,136,.15) 0%,transparent 70%);pointer-events:none}.hero-new .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-new .hero-content{display:flex;flex-direction:column;justify-content:center;z-index:1}.hero-new h1{font-size:2.5rem;line-height:1.15;margin:0 0 1.25rem;color:#fff;font-weight:700}.hero-new .hero-subtitle{margin:0 0 2rem;color:#ffffffe6;font-size:1.1rem;line-height:1.6}.hero-new .hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap}.btn-white{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;background:#fff;color:var(--secondary-2);border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-white:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 8px 20px #00000026;text-decoration:none}.hero-btn-main{padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 4px 15px #ffffff4d}50%{box-shadow:0 4px 25px #ffffff80,0 0 30px #26b8884d}}.btn-outline-white{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7);cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px);text-decoration:none}.hero-new .hero-image-wrapper{display:flex;justify-content:center;align-items:center;z-index:2}.hero-new .hero-banner-image{max-height:520px;width:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.hero-new .hero-bg-device{position:absolute;left:5%;bottom:10%;max-height:320px;width:auto;opacity:.15;z-index:0;pointer-events:none}.brand-strip{padding:.75rem 0 1.25rem;overflow:hidden}.brand-strip-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:#fff;padding:1rem 0;position:relative;overflow:hidden}.brand-strip-label{font-size:.8rem;color:var(--text-muted);text-align:center;margin:0;z-index:10;background:#fff;padding:0 1rem}.marquee-container{width:100%;display:flex;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.marquee-content{display:flex;gap:2.5rem;min-width:max-content;animation:scroll 20s linear infinite;padding:0 1.25rem;align-items:center}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-logo{height:28px;width:auto;min-width:70px;max-width:100px;color:#6b7280;transition:all .3s ease;flex-shrink:0}.brand-logo:hover{color:var(--primary);transform:scale(1.05)}.brand-text{font-size:.95rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap;display:flex;align-items:center;justify-content:center}.brand-logos{display:flex;flex-wrap:wrap;gap:.5rem}.brand-pill{padding:.35rem .75rem;border-radius:999px;background:var(--bg);font-size:.8rem}.benefits-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.benefit-card{background:#fff;border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--border-subtle)}.benefit-card h3{margin:0 0 .5rem;font-size:1rem}.benefit-card p{margin:0;font-size:.9rem;color:var(--text-muted)}.benefit-card-with-image{padding:0;overflow:hidden;display:flex;flex-direction:column}.benefit-image{width:100%;height:180px;overflow:hidden;background:#f8fafb}.benefit-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.benefit-card-with-image:hover .benefit-image img{transform:scale(1.05)}.benefit-content{padding:1.25rem}.benefit-card-with-image h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text-main)}.benefit-card-with-image p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.two-column{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:center}.security-list{list-style:none;padding:0;margin:1rem 0 0;color:var(--text-muted);font-size:.9rem}.security-panel{background:var(--secondary-2);border-radius:var(--radius-xl);padding:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.chip{padding:.35rem .75rem;border-radius:999px;background:#94a3b833;color:#e5e7eb;font-size:.8rem}.about-hero{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);padding:5rem 0;color:#fff}.about-hero .container{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.about-hero-banner{position:relative;min-height:420px;padding:4rem 0;overflow:hidden;border-radius:0 0 2rem 2rem}.about-hero-banner .container{position:relative;z-index:2;display:block}.about-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.about-hero-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(22,78,78,.95) 0%,rgba(22,78,78,.85) 40%,rgba(22,78,78,.3) 70%,transparent 100%);z-index:1}.about-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:right center}.about-hero-banner .about-hero-content{max-width:550px}.about-hero-banner .about-hero-content h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.25rem}.about-hero-banner .about-hero-content h1 em{font-style:italic;color:#4ade80}.about-hero-banner .about-hero-content p{font-size:1rem;line-height:1.7;opacity:.9;margin-bottom:1.75rem}@media(max-width:768px){.about-hero-banner{min-height:500px;border-radius:0 0 1.5rem 1.5rem}.about-hero-bg:before{background:linear-gradient(180deg,#164e4ef2,#164e4ecc 60%,#164e4e99)}.about-hero-bg img{object-position:center top}.about-hero-banner .about-hero-content{max-width:100%;text-align:center}.about-hero-banner .about-hero-content h1{font-size:1.75rem}.about-hero-banner .about-hero-buttons{justify-content:center}}.about-hero-label{display:inline-block;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-bottom:1rem}.about-hero-content h1{font-size:2.75rem;line-height:1.15;margin:0 0 1.5rem;font-weight:800}.text-gradient{background:linear-gradient(135deg,#26b888,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-content p{font-size:1.125rem;line-height:1.7;opacity:.9;margin:0 0 2rem;max-width:500px}.about-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-outline-light{border:2px solid rgba(255,255,255,.5);color:#fff;background:transparent}.btn-outline-light:hover{background:#ffffff1a;border-color:#fff}.about-hero-visual{display:flex;flex-direction:column;gap:1rem}.about-hero-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:1.25rem;display:flex;align-items:center;gap:1rem}.about-hero-card-icon{width:48px;height:48px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-hero-card-icon svg{width:24px;height:24px}.about-hero-card-label{font-size:.8rem;opacity:.7;display:block}.about-hero-card-value{font-size:1.5rem;font-weight:700}.about-story{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-story-content h2{font-size:2rem;margin:.5rem 0 1.5rem;color:var(--text-main)}.about-story-content p{color:var(--text-muted);line-height:1.7;margin:0 0 1rem}.about-story-stats{display:flex;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-subtle)}.about-stat{text-align:center}.about-stat-value{display:block;font-size:1.75rem;font-weight:800;color:var(--primary)}.about-stat-label{font-size:.8rem;color:var(--text-muted)}.about-story-image{position:relative}.about-story-shape{position:absolute;top:-20px;right:-20px;width:200px;height:200px;background:var(--accent-soft);border-radius:50%;z-index:0}.about-story-icon-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-icon-item{background:var(--bg-soft);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;transition:all .2s ease}.about-icon-item:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-soft)}.about-icon-item svg{width:32px;height:32px;color:var(--primary);margin-bottom:.75rem}.about-icon-item span{font-size:.9rem;font-weight:600;color:var(--text-main)}.about-story-image-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-image-item{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;text-align:center;transition:all .3s ease}.about-image-item:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-soft)}.about-image-item img{width:100%;height:120px;object-fit:cover;object-position:center;transition:transform .3s ease}.about-image-item:hover img{transform:scale(1.05)}.about-image-item span{display:block;padding:.75rem;font-size:.9rem;font-weight:600;color:var(--text-main);background:#fff}.about-image-item.about-image-item-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem}.about-image-item.about-image-item-icon img{width:60px;height:60px;object-fit:contain;margin-bottom:.5rem}.about-image-item.about-image-item-icon:hover img{transform:scale(1.1)}.about-image-item.about-image-item-icon span{padding:.5rem 0 0;background:transparent}.about-image-link{text-decoration:none;cursor:pointer;transition:all .3s ease}.about-image-link:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00a65126;border-color:var(--primary)}.about-image-link:hover span{color:var(--primary)}@media(max-width:640px){.about-story{grid-template-columns:1fr;text-align:center}.about-story-content h2{font-size:1.6rem}.about-story-stats{flex-wrap:wrap;gap:1.25rem;justify-content:center;margin-top:1.5rem;padding-top:1.5rem}.about-stat{flex:1 1 45%}.about-stat-value{font-size:1.4rem}.about-stat-label{font-size:.75rem}.about-story-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.about-story-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.about-story-shape{width:140px;height:140px;top:-12px;right:-12px}}@media(max-width:960px)and (min-width:641px){.about-story{grid-template-columns:1fr}}.about-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.about-feature-card{background:var(--bg-soft);border-radius:var(--radius-xl);padding:2rem;border:1px solid var(--border-subtle);transition:all .2s ease}.about-feature-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-soft)}.about-feature-icon{width:56px;height:56px;background:var(--accent-soft);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.about-feature-icon svg{width:28px;height:28px;color:var(--primary)}.about-feature-card h3{font-size:1.125rem;margin:0 0 .75rem;color:var(--text-main)}.about-feature-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin:0}.about-security{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.about-security-content h2{font-size:2rem;margin:.5rem 0 1rem;color:var(--text-main)}.about-security-content>p{color:var(--text-muted);line-height:1.7;margin:0 0 2rem}.about-security-highlights-card{background:var(--bg-soft);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-soft)}.about-security-highlights-header{text-align:center;margin-bottom:1.5rem}.about-security-highlights-header h3{margin:0;font-size:1.4rem;color:var(--text-main)}.about-security-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin:0;text-align:left}.about-security-highlight{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.about-security-highlight h3{margin:0;font-size:1.1rem;color:var(--text-main)}.about-security-highlight p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.6}.about-security-highlight-image{display:block;width:220px;height:160px;object-fit:contain}.about-security-badge-image,.about-security-visa-image{width:220px;height:160px;max-width:100%}.about-security-list{display:flex;flex-direction:column;gap:1.25rem}.about-security-item{display:flex;gap:1rem;align-items:flex-start}.about-security-check{width:32px;height:32px;background:var(--accent-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-security-check svg{width:16px;height:16px;color:var(--primary)}.about-security-item strong{display:block;font-size:1rem;color:var(--text-main);margin-bottom:.25rem}.about-security-item p{font-size:.875rem;color:var(--text-muted);margin:0;line-height:1.5}.about-security-visual{display:flex;flex-direction:column;align-items:center;gap:2rem}.about-security-badge{width:200px;height:200px;background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.about-security-badge svg{width:64px;height:64px;margin-bottom:.5rem}.about-security-badge span{font-size:.9rem;font-weight:600}.about-security-chips{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.security-chip{padding:.5rem 1rem;background:var(--accent-soft);color:var(--secondary-2);border-radius:999px;font-size:.8rem;font-weight:600}.about-cta{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);border-radius:var(--radius-xl);padding:4rem;display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center;color:#fff}.about-cta h2{font-size:2rem;margin:0 0 1rem}.about-cta p{font-size:1.125rem;opacity:.9;margin:0 0 2rem;line-height:1.6}.about-cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.about-cta .btn-primary{background:#fff;color:var(--secondary-2)}.about-cta .btn-primary:hover{background:var(--secondary-5)}.about-cta .btn-outline{border-color:#ffffff80;color:#fff}.about-cta .btn-outline:hover{background:#ffffff1a;border-color:#fff}.about-cta-features{display:flex;flex-direction:column;gap:1rem}.about-cta-feature{display:flex;align-items:center;gap:.75rem;font-size:1rem}.about-cta-feature svg{width:20px;height:20px;color:#4ade80}.products-grid{margin-top:1.5rem;display:grid;gap:1.2rem;grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{position:relative;background:#fff;border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.75rem}.product-badge{position:absolute;top:.9rem;right:.9rem;padding:.25rem .6rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.75rem}.product-title{margin:.1rem 0;font-size:1rem}.product-description{margin:0;font-size:.9rem;color:var(--text-muted)}.product-features{margin:0;padding-left:1rem;font-size:.85rem;color:var(--text-muted)}.products-contact{margin-top:2.5rem;text-align:center}.products-contact h3{margin-bottom:.5rem}.blog-hero{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);padding:5rem 0 4rem;color:#fff;position:relative;overflow:hidden}.blog-hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.blog-hero-content{position:relative;z-index:2}.blog-hero-label{display:inline-block;background:#fff3;padding:.4rem 1rem;border-radius:999px;font-size:.85rem;font-weight:500;margin-bottom:1.25rem}.blog-hero h1{font-size:2.75rem;font-weight:800;line-height:1.15;margin-bottom:1.25rem}.blog-hero p{font-size:1.1rem;line-height:1.7;opacity:.9;margin-bottom:2rem}.blog-hero-stats{display:flex;gap:2.5rem}.blog-stat{display:flex;flex-direction:column}.blog-stat-value{font-size:2rem;font-weight:800;line-height:1}.blog-stat-label{font-size:.85rem;opacity:.8;margin-top:.25rem}.blog-hero-visual{position:relative;height:300px}.blog-hero-decoration{position:absolute;inset:0}.blog-decoration-circle{position:absolute;width:250px;height:250px;border-radius:50%;background:#ffffff1a;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-decoration-dots{position:absolute;width:100px;height:100px;top:20px;right:20px;background-image:radial-gradient(circle,rgba(255,255,255,.3) 2px,transparent 2px);background-size:15px 15px}.blog-hero-icons{position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.blog-floating-icon{position:absolute;width:60px;height:60px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #00000026;animation:float 3s ease-in-out infinite}.blog-floating-icon:nth-child(1){top:20%;left:20%;animation-delay:0s}.blog-floating-icon:nth-child(2){top:50%;right:15%;animation-delay:.5s}.blog-floating-icon:nth-child(3){bottom:15%;left:35%;animation-delay:1s}.blog-floating-icon svg{width:28px;height:28px;color:var(--primary)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.blog-categories-section{background:#fff;padding:1.5rem 0;border-bottom:1px solid var(--border-subtle)}.blog-categories{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.blog-category-btn{background:transparent;border:1px solid var(--border-subtle);padding:.6rem 1.25rem;border-radius:999px;font-size:.9rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.blog-category-btn:hover{border-color:var(--primary);color:var(--primary)}.blog-category-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.blog-featured{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);overflow:hidden}.blog-featured-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600}.blog-featured-badge svg{width:18px;height:18px}.blog-featured-content{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;padding:2rem}.blog-featured-text{display:flex;flex-direction:column;gap:1rem}.blog-featured-category{display:inline-block;background:var(--accent-soft);color:var(--primary);padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;width:fit-content}.blog-featured-text h2{font-size:1.75rem;font-weight:700;line-height:1.3;margin:0}.blog-featured-text p{color:var(--text-muted);line-height:1.7;margin:0}.blog-featured-meta{display:flex;gap:1.5rem}.blog-meta-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-muted)}.blog-meta-item svg{width:16px;height:16px}.blog-featured-visual{position:relative;display:flex;align-items:center;justify-content:center}.blog-featured-icon{width:120px;height:120px;background:linear-gradient(135deg,var(--accent-soft) 0%,#d1fae5 100%);border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.blog-featured-icon svg{width:60px;height:60px;color:var(--primary)}.blog-featured-shape{position:absolute;width:180px;height:180px;border-radius:50%;background:var(--bg-soft);z-index:1}.blog-section-header{text-align:center;margin-bottom:2.5rem}.blog-section-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.blog-section-header p{color:var(--text-muted);font-size:1.05rem}.blog-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-article-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column}.blog-article-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.blog-article-icon{background:linear-gradient(135deg,var(--bg-soft) 0%,#e0f2fe 100%);padding:2rem;display:flex;align-items:center;justify-content:center}.blog-article-icon svg{width:48px;height:48px;color:var(--secondary-2)}.blog-article-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.blog-article-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.blog-article-category{background:var(--accent-soft);color:var(--primary);padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.blog-article-time{font-size:.8rem;color:var(--text-muted)}.blog-article-title{font-size:1.1rem;font-weight:600;line-height:1.4;margin:0 0 .75rem;color:var(--text-main)}.blog-article-excerpt{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin:0 0 1rem;flex:1}.blog-article-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-subtle)}.blog-article-date{font-size:.8rem;color:var(--text-muted)}.blog-article-link{display:flex;align-items:center;gap:.4rem;background:none;border:none;color:var(--primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:gap .2s ease}.blog-article-link:hover{gap:.6rem}.blog-article-link svg{width:16px;height:16px}.blog-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:var(--radius-lg);border:1px dashed var(--border-subtle)}.blog-empty svg{width:64px;height:64px;color:var(--text-muted);margin-bottom:1rem}.blog-empty p{color:var(--text-muted);font-size:1rem}.blog-topics-header{text-align:center;margin-bottom:2.5rem}.blog-topics-header h2{font-size:2rem;font-weight:700;margin-top:.5rem}.blog-topics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.blog-topic-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);padding:1.5rem;text-align:center;transition:all .2s ease;cursor:pointer}.blog-topic-card:hover{border-color:var(--primary);box-shadow:0 8px 30px #26b8881a}.blog-topic-icon{width:60px;height:60px;background:var(--accent-soft);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.blog-topic-icon svg{width:28px;height:28px;color:var(--primary)}.blog-topic-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.blog-topic-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.blog-topic-count{font-size:.8rem;color:var(--primary);font-weight:600}.blog-newsletter{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);border-radius:var(--radius-lg);padding:3rem;color:#fff;text-align:center}.blog-newsletter-content{max-width:600px;margin:0 auto}.blog-newsletter-icon{width:70px;height:70px;background:#fff3;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.blog-newsletter-icon svg{width:36px;height:36px}.blog-newsletter h2{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.blog-newsletter p{opacity:.9;line-height:1.7;margin-bottom:1.5rem}.blog-newsletter-form{display:flex;gap:.75rem;max-width:450px;margin:0 auto 1.5rem}.blog-newsletter-input{flex:1;padding:.9rem 1.25rem;border:none;border-radius:var(--radius);font-size:1rem;outline:none}.blog-newsletter-input::placeholder{color:var(--text-muted)}.blog-newsletter .btn-primary{background:#fff;color:var(--secondary-2);white-space:nowrap}.blog-newsletter .btn-primary:hover{background:var(--bg-soft)}.blog-newsletter-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.blog-newsletter-features span{display:flex;align-items:center;gap:.4rem;font-size:.9rem;opacity:.9}.blog-newsletter-features svg{width:18px;height:18px;color:#4ade80}.article-hero{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);padding:3rem 0 4rem;color:#fff}.article-back-btn{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;border:none;color:#fff;padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.9rem;cursor:pointer;transition:background .2s ease;margin-bottom:2rem}.article-back-btn:hover{background:#ffffff40}.article-back-btn svg{width:18px;height:18px}.article-hero-content{max-width:800px}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.article-category{background:#fff3;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:500}.article-date,.article-read-time{display:flex;align-items:center;gap:.35rem;font-size:.85rem;opacity:.85}.article-date svg,.article-read-time svg{width:16px;height:16px}.article-hero h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.article-excerpt{font-size:1.15rem;line-height:1.7;opacity:.9}.article-hero-icon{position:absolute;right:10%;top:50%;transform:translateY(-50%);width:120px;height:120px;background:#ffffff1a;border-radius:24px;display:flex;align-items:center;justify-content:center}.article-hero-icon svg{width:60px;height:60px;color:#fff;opacity:.8}.article-content{max-width:800px;margin:0 auto;font-size:1.05rem;line-height:1.8;color:var(--text-main)}.article-content h2{font-size:1.75rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text-main)}.article-content h3{font-size:1.35rem;font-weight:600;margin:2rem 0 .75rem;color:var(--text-main)}.article-content p{margin-bottom:1.25rem;color:var(--text-muted)}.article-content strong{color:var(--text-main);font-weight:600}.article-list{margin:1rem 0 1.5rem 1.5rem;color:var(--text-muted)}.article-list li{margin-bottom:.5rem;padding-left:.5rem}.article-cta{max-width:800px;margin:3rem auto;text-align:center;padding:2.5rem;background:var(--bg-soft);border-radius:var(--radius-xl)}.article-cta h3{font-size:1.5rem;margin-bottom:.5rem}.article-cta p{color:var(--text-muted);margin-bottom:1.5rem}.article-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.article-related{max-width:800px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--border-subtle)}.article-related h3{font-size:1.5rem;margin-bottom:1.5rem}.article-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.article-related-card{display:flex;gap:1rem;padding:1rem;background:var(--bg-soft);border-radius:var(--radius-lg);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.article-related-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.article-related-icon{width:48px;height:48px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.article-related-icon svg{width:24px;height:24px;color:var(--primary)}.article-related-content{flex:1;min-width:0}.article-related-category{font-size:.75rem;color:var(--primary);font-weight:500}.article-related-content h4{font-size:.9rem;font-weight:600;color:var(--text-main);margin:.25rem 0;line-height:1.4}.article-related-time{font-size:.75rem;color:var(--text-muted)}.article-not-found{text-align:center;padding:4rem 2rem}.article-not-found svg{width:64px;height:64px;color:var(--text-muted);margin-bottom:1rem}.article-not-found h1{font-size:1.5rem;margin-bottom:.5rem}.article-not-found p{color:var(--text-muted);margin-bottom:1.5rem}@media(max-width:768px){.article-hero{padding:2rem 0 3rem}.article-hero h1{font-size:1.75rem}.article-hero-icon{display:none}.article-related-grid{grid-template-columns:1fr}}.blog-cta{text-align:center;padding:3rem;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-subtle)}.blog-cta h2{font-size:2rem;font-weight:700;margin-bottom:.75rem}.blog-cta p{color:var(--text-muted);font-size:1.1rem;max-width:500px;margin:0 auto 1.5rem}.blog-cta-buttons{display:flex;gap:1rem;justify-content:center}.footer{background:var(--secondary-2);color:#e5e7eb;padding-top:3rem;margin-top:0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem}.footer-brand{max-width:360px}.logo-footer{display:inline-block}.logo-footer .logo-symbol{background:var(--accent-soft);color:#fff}.footer-text{margin-top:1rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.footer-sec{margin:0;font-size:.8rem;color:#9ca3af;line-height:1.5}.footer-recognition{margin-top:1rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;flex-wrap:nowrap}.footer-recognition-item{display:grid;gap:.4rem;justify-items:start}.footer-recognition-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af}.footer-recognition-badge{width:clamp(90px,16vw,140px);height:auto}.footer-certifications{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;margin-bottom:.5rem}.certification-chip{background:#ffffff1a;color:#e5e7eb;padding:.25rem .6rem;border-radius:999px;font-size:.7rem;font-weight:500}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.social-icon{width:36px;height:36px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e5e7eb;transition:all .2s ease}.social-icon:hover{background:var(--primary);color:#fff;text-decoration:none}.social-icon svg{width:16px;height:16px}.footer-title{margin-top:0;margin-bottom:1rem;font-size:1rem;font-weight:600;color:#fff}.footer-list{list-style:none;padding:0;margin:0;font-size:.9rem}.footer-list li{margin-bottom:.625rem;display:flex;align-items:center;gap:.5rem}.footer-list li svg{flex-shrink:0;opacity:.7}.footer-list a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-list a:hover{color:var(--primary);text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0;margin-top:2.5rem;font-size:.85rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:var(--primary)}@media(max-width:960px){.hero-grid{grid-template-columns:1fr}.hero-banner-container{min-height:300px}.hero-banner-bg{right:-20px;width:calc(100% + 40px);height:100%;border-radius:20px}.hero-banner-image{max-height:350px}.hero-carousel{padding:2rem 0 3rem;min-height:auto}.hero-carousel-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-carousel-text h1{font-size:1.75rem}.hero-carousel-image img{max-height:280px}.hero-arrow{width:40px;height:40px}.hero-arrow-left{left:1rem}.hero-arrow-right{right:1rem}.hero-static{padding:2rem 0 3rem;min-height:auto}.hero-static-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-static-text h1{font-size:1.75rem}.hero-static-image img{max-height:280px}.services-grid{grid-template-columns:1fr;gap:1rem}.section-services{margin-top:0;padding-top:2rem}.hero-new{padding:3rem 0 4rem}.hero-new .hero-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-new h1{font-size:2rem}.hero-accent{display:inline}.hero-new .hero-cta-group{justify-content:center}.hero-new .hero-banner-image{max-height:280px}.hero-new .hero-bg-device{max-height:240px;left:2%;bottom:15%;opacity:.12}.two-column,.about-layout,.products-grid,.benefits-grid{grid-template-columns:1fr}.blog-hero .container{grid-template-columns:1fr;text-align:center}.blog-hero-visual{display:none}.blog-hero-stats{justify-content:center}.blog-featured-content{grid-template-columns:1fr}.blog-featured-visual{display:none}.blog-articles-grid,.blog-topics-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:span 2;max-width:none}.footer-bottom-content{justify-content:center;text-align:center}.footer-legal{width:100%;justify-content:center}.navbar{background:#fffffffa;box-shadow:0 1px 3px #0000001a}.navbar-inner{gap:1rem}.logo img{height:40px!important}.hamburger-btn{display:flex}.nav-links{display:none}.nav-cta-group{display:flex;gap:.5rem}.nav-cta-group .btn{display:none}.nav-cta-group .cart-icon-wrapper{display:flex}}@media(max-width:640px){.section{padding:2.5rem 0}.hero{padding-top:2.5rem}.hero-new{padding:2.5rem 0 3rem}.hero-new h1{font-size:1.6rem}.hero-new .hero-subtitle{font-size:1rem}.hero-new .hero-banner-image{max-height:200px}.hero-new .hero-bg-device{display:none}.btn-white{padding:.75rem 1.5rem;font-size:.95rem}.section-header h2{font-size:1.5rem}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.about-hero{padding:4rem 0 3rem}.about-hero .container{grid-template-columns:1fr;text-align:center}.about-hero h1{font-size:1.75rem}.about-hero-visual{grid-template-columns:1fr;justify-items:center}.about-hero-card{max-width:280px}.about-hero-buttons{justify-content:center}.about-features-grid{grid-template-columns:1fr}.about-security,.about-security-highlights{grid-template-columns:1fr;text-align:center}.about-security-highlights-card{padding:2rem}.about-security-highlight{align-items:center}.about-security-item{flex-direction:column;text-align:center}.about-security-visual{order:-1}.about-cta{grid-template-columns:1fr;padding:2rem;text-align:center}.about-cta-buttons{justify-content:center}.about-cta-features{align-items:center}.blog-hero{padding:4rem 0 3rem}.blog-hero h1{font-size:1.75rem}.blog-hero-stats{gap:1.5rem}.blog-stat-value{font-size:1.5rem}.blog-categories{gap:.4rem}.blog-category-btn{padding:.5rem 1rem;font-size:.85rem}.blog-featured-content{padding:1.5rem}.blog-featured-text h2{font-size:1.35rem}.blog-featured-meta{flex-direction:column;gap:.5rem}.blog-articles-grid,.blog-topics-grid{grid-template-columns:1fr}.blog-newsletter{padding:2rem 1.5rem}.blog-newsletter h2{font-size:1.5rem}.blog-newsletter-form{flex-direction:column}.blog-newsletter-features{flex-direction:column;gap:.75rem;align-items:center}.blog-cta{padding:2rem 1.5rem}.blog-cta h2{font-size:1.5rem}.blog-cta-buttons{flex-direction:column}.blog-cta-buttons .btn{width:100%}}@media(max-width:960px)and (min-width:641px){.about-hero .container{grid-template-columns:1fr;text-align:center}.about-hero-visual{grid-template-columns:repeat(3,1fr)}.about-hero-buttons{justify-content:center}.about-features-grid{grid-template-columns:repeat(2,1fr)}.about-security{grid-template-columns:1fr}.about-cta{grid-template-columns:1fr;text-align:center}.about-cta-buttons{justify-content:center}.about-cta-features{align-items:center}}.section-difference{background:#fff}.difference-header-wrapper{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}.difference-title-block{flex:1}.difference-title{font-size:3.5rem;line-height:1;font-weight:900;color:#074e44;margin:0 0 1rem}.difference-subtitle{font-size:1.25rem;font-weight:700;color:#000;margin:0}.text-primary{color:var(--primary);font-style:italic}.highlighted-feature{flex:0 0 250px;text-align:center;margin-top:1rem}.feature-icon-large{height:80px;margin-bottom:1rem;margin-left:auto;margin-right:auto}.feature-icon{height:64px;margin-bottom:1rem;margin-left:auto;margin-right:auto}.difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem 2rem}.difference-item{text-align:center;max-width:320px;margin:0 auto}.difference-item-link{text-decoration:none;display:block;padding:1rem;border-radius:var(--radius-lg);transition:all .2s ease}.difference-item-link:hover{background:#00000008;transform:translateY(-2px)}.highlighted-feature-link{text-decoration:none;transition:all .2s ease}.highlighted-feature-link:hover{transform:translateY(-2px)}.difference-item h3,.highlighted-feature h3{color:var(--secondary-2);font-size:1rem;font-weight:800;margin-bottom:.5rem;line-height:1.2}.difference-item p,.highlighted-feature p{color:var(--text-main);font-size:.9rem;line-height:1.4;margin:0}@media(max-width:768px){.difference-header-wrapper{flex-direction:column;text-align:center;align-items:center}.difference-title{font-size:2.5rem}.difference-grid{grid-template-columns:1fr;gap:3rem}}.carousel{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--bg-soft);aspect-ratio:4/3}.carousel-track{display:flex;transition:transform .3s ease;height:100%}.carousel-image{width:100%;height:100%;object-fit:contain;flex-shrink:0;padding:1rem}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:1px solid var(--border-subtle);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:var(--text-main);transition:all .2s ease;z-index:10}.carousel-btn:hover{background:#fff;box-shadow:0 4px 12px #0000001a;transform:translateY(-50%) scale(1.1)}.carousel-btn-prev{left:.5rem}.carousel-btn-next{right:.5rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--border-subtle);border:none;padding:0;cursor:pointer;transition:all .2s ease}.dot:hover{background:var(--text-muted)}.dot.active{background:var(--primary);transform:scale(1.3)}.pos-product-card{background:var(--bg-soft);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-soft);transition:all .3s ease}.pos-product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0f172a1f}.pos-product-image-section{margin-bottom:1.5rem}.pos-product-info{display:flex;flex-direction:column;gap:.75rem}.pos-product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.pos-product-name{font-size:1.25rem;font-weight:700;color:var(--text-main);margin:0;line-height:1.3}.pos-product-price-wrapper{text-align:right;flex-shrink:0}.pos-product-price{font-size:1.5rem;font-weight:700;color:var(--primary);margin:0;line-height:1}.pos-product-price-label{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.pos-product-description{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0}.pos-product-features{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.5rem}.pos-product-features li{font-size:.85rem;color:var(--text-main);padding-left:1.5rem;position:relative;line-height:1.4}.pos-product-features li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.pos-product-cta{margin-top:1rem}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:4px;width:32px;height:32px;justify-content:center;align-items:center}.hamburger-line{width:24px;height:2px;background:var(--text-main);border-radius:2px;transition:all .3s ease}@media(max-width:960px){.hamburger-btn{display:flex}}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:10001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;left:0;top:0;height:100vh;width:280px;max-width:85vw;background:var(--bg-soft);box-shadow:4px 0 20px #00000026;transform:translate(-100%);transition:transform .3s ease;z-index:10002;display:flex;flex-direction:column}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{padding:1.5rem;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center}.mobile-menu-header h2{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-main)}.mobile-menu-close{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-muted);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}.mobile-menu-close:hover{background:var(--bg);color:var(--text-main)}.mobile-menu-nav{flex:1;padding:1rem 0;display:flex;flex-direction:column}.mobile-menu-link{padding:1rem 1.5rem;text-decoration:none;color:var(--text-main);font-size:1rem;border-left:3px solid transparent;transition:all .2s ease}.mobile-menu-link:hover{background:var(--bg);border-left-color:var(--primary)}.mobile-menu-link.active{background:var(--accent-soft);border-left-color:var(--primary);color:var(--primary);font-weight:600}.mobile-menu-actions{padding:1.5rem;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.75rem}.cart-icon-wrapper{position:relative;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.cart-icon-wrapper:hover{transform:scale(1.1)}.cart-icon{width:24px;height:24px;color:var(--text-main)}.cart-badge{position:absolute;top:2px;right:2px;background:var(--primary);color:#fff;border-radius:999px;min-width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px #0003}.cart-toast{position:fixed;top:5.5rem;right:2rem;display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#26b888,#1a9c6f);padding:1rem 1.25rem;border-radius:var(--radius-lg);box-shadow:0 10px 40px #26b8884d;z-index:10000}.cart-toast-enter{animation:toastSlideIn .4s cubic-bezier(.34,1.56,.64,1)}.cart-toast-exit{animation:toastSlideOut .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.cart-toast-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff3;border-radius:50%;flex-shrink:0}.cart-toast-icon svg{width:20px;height:20px;color:#fff}.cart-toast-content{display:flex;flex-direction:column;gap:.15rem}.cart-toast-title{font-size:.75rem;color:#ffffffd9;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.cart-toast-product{font-size:.95rem;color:#fff;font-weight:600}.cart-toast-close{background:transparent;border:none;padding:.25rem;cursor:pointer;color:#ffffffb3;transition:color .2s ease;margin-left:.5rem}.cart-toast-close:hover{color:#fff}.cart-toast-close svg{width:18px;height:18px}@media(max-width:640px){.cart-toast{left:1rem;right:1rem;top:4.5rem}}.cart-drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:10001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;height:100vh;width:400px;max-width:90vw;background:var(--bg-soft);box-shadow:-4px 0 20px #00000026;transform:translate(100%);transition:transform .3s ease;z-index:10002;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-header{padding:1.5rem;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center}.cart-header h2{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-main)}.cart-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.cart-close-btn:hover{background:var(--bg);color:var(--text-main)}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-muted);text-align:center;padding:2rem}.cart-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.cart-item{display:flex;gap:1rem;padding:1rem;background:var(--bg);border-radius:var(--radius-lg);margin-bottom:.75rem;transition:all .2s ease}.cart-item:hover{box-shadow:0 2px 8px #0000000d}.cart-item-image{width:80px;height:80px;object-fit:contain;background:#fff;border-radius:8px;padding:.5rem;flex-shrink:0}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-item-name{font-weight:600;color:var(--text-main);font-size:.9rem;line-height:1.3;margin:0}.cart-item-quantity{font-size:.85rem;color:var(--text-muted)}.cart-item-quantity-controls{display:flex;margin:.75rem 0}.quantity-input-group{display:flex;align-items:center;gap:.5rem}.quantity-btn{background:var(--bg-soft);border:1px solid var(--border-subtle);color:var(--text-main);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);cursor:pointer;font-size:1.25rem;font-weight:600;line-height:1;transition:all .2s ease;padding:0;flex-shrink:0}.quantity-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.quantity-btn:active{transform:scale(.95)}.quantity-input{flex:1;text-align:center;padding:.5rem;border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-size:.95rem;font-weight:600;background:var(--bg);color:var(--text-main);min-width:60px;max-width:80px;-moz-appearance:textfield}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-soft)}.cart-item-prices{display:flex;align-items:baseline;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.cart-item-price{font-weight:700;color:var(--primary);font-size:1rem;margin:0}.cart-item-unit-price{font-size:.75rem;color:var(--text-muted);font-weight:400;margin:0;opacity:.7}.cart-item-remove{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;font-size:.85rem;text-decoration:underline;transition:color .2s ease;align-self:flex-start}.cart-item-remove:hover{color:#dc2626}.cart-footer{padding:1.5rem;border-top:1px solid var(--border-subtle);background:var(--bg)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-total-label{font-size:1rem;font-weight:600;color:var(--text-main)}.cart-total-price{font-size:1.5rem;font-weight:700;color:var(--primary)}@media(max-width:640px){.cart-drawer{width:100vw;max-width:100vw}.pos-product-header{flex-direction:column;align-items:flex-start}.pos-product-price-wrapper{text-align:left}}.contact-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}.contact-form-card{background:var(--bg-soft);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-soft)}.contact-form-card h2{font-size:1.75rem;margin:0 0 .5rem;color:var(--text-main)}.contact-form-card>p{color:var(--text-muted);margin:0 0 2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--text-main);margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem 1rem;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);font-size:1rem;font-family:inherit;background:var(--bg);color:var(--text-main);transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-soft)}.form-group textarea{min-height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-sidebar{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{background:var(--bg-soft);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-soft)}.contact-info-card h3{font-size:1.25rem;margin:0 0 1.25rem;color:var(--text-main)}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.contact-info-item:last-child{margin-bottom:0}.contact-info-icon{width:40px;height:40px;background:var(--accent-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{width:20px;height:20px;color:var(--primary)}.contact-info-text strong{display:block;font-size:.875rem;color:var(--text-main);margin-bottom:.25rem}.contact-info-text span{font-size:.875rem;color:var(--text-muted)}.social-links{display:flex;gap:.75rem;margin-top:1rem}.social-link{width:40px;height:40px;background:var(--bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .2s ease}.social-link:hover{background:var(--primary);color:#fff;text-decoration:none}.social-link svg{width:18px;height:18px}.faq-section{margin-top:4rem}.faq-section h2{font-size:2rem;text-align:center;margin-bottom:2rem;color:var(--text-main)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.faq-item{background:var(--bg-soft);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:0 2px 8px #0000000a;border:1px solid var(--border-subtle)}.faq-question{font-size:1rem;font-weight:600;color:var(--text-main);margin:0 0 .75rem;display:flex;align-items:flex-start;gap:.75rem}.faq-question:before{content:"?";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--accent-soft);color:var(--primary);border-radius:50%;font-size:.875rem;font-weight:700;flex-shrink:0}.faq-answer{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.6;padding-left:2.25rem}@media(max-width:960px){.contact-layout,.faq-grid{grid-template-columns:1fr}}@media(max-width:640px){.form-row{grid-template-columns:1fr}.contact-form-card{padding:1.5rem}}.account-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.account-sidebar{background:var(--bg-soft);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-soft);position:sticky;top:100px}.account-user-info{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border-subtle);margin-bottom:1.5rem}.account-avatar{width:80px;height:80px;background:var(--accent-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem;color:var(--primary);font-weight:700}.account-user-info h3{font-size:1.125rem;margin:0 0 .25rem;color:var(--text-main)}.account-user-info p{font-size:.875rem;color:var(--text-muted);margin:0}.account-nav{display:flex;flex-direction:column;gap:.25rem}.account-nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:var(--radius-lg);font-size:.9rem;color:var(--text-main);text-decoration:none;transition:all .2s ease}.account-nav-link:hover{background:var(--bg);text-decoration:none}.account-nav-link.active{background:var(--accent-soft);color:var(--primary);font-weight:600}.account-nav-link svg{width:18px;height:18px;opacity:.7}.account-nav-link.active svg{opacity:1}.account-content{background:var(--bg-soft);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-soft)}.account-content h2{font-size:1.5rem;margin:0 0 1.5rem;color:var(--text-main)}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--bg);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;border:1px solid var(--border-subtle)}.stat-card-icon{width:48px;height:48px;background:var(--accent-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.stat-card-icon svg{width:24px;height:24px;color:var(--primary)}.stat-card-value{font-size:1.75rem;font-weight:700;color:var(--text-main);margin-bottom:.25rem}.stat-card-label{font-size:.875rem;color:var(--text-muted)}.profile-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.profile-form .form-group.full-width{grid-column:span 2}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:var(--bg);border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.order-info h4{font-size:1rem;margin:0 0 .25rem;color:var(--text-main)}.order-info p{font-size:.875rem;color:var(--text-muted);margin:0}.order-status{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.order-status.delivered{background:#dcfce7;color:#166534}.order-status.pending{background:#fef3c7;color:#92400e}.order-status.processing{background:#dbeafe;color:#1e40af}.order-amount{font-size:1.25rem;font-weight:700;color:var(--primary)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-state svg{width:64px;height:64px;margin-bottom:1rem;opacity:.4}.empty-state h3{font-size:1.125rem;color:var(--text-main);margin:0 0 .5rem}.empty-state p{margin:0}@media(max-width:960px){.account-layout{grid-template-columns:1fr}.account-sidebar{position:static}.dashboard-stats,.profile-form{grid-template-columns:1fr}.profile-form .form-group.full-width{grid-column:span 1}}.products-hero{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);color:#fff;padding:4rem 0;text-align:center;margin-bottom:2rem}.products-hero h1{font-size:2.5rem;margin:0 0 1rem}.products-hero p{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto}.products-hero-banner{position:relative;min-height:420px;padding:6rem 0;overflow:hidden;margin-bottom:0}.products-hero-banner .container{position:relative;z-index:2}.products-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.products-hero-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#164e4ed9,#164e4eb3,#164e4e80);z-index:1}.products-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.products-hero-banner h1{font-size:2.75rem;font-weight:700;margin-bottom:1.25rem}.products-hero-banner h1 em{font-style:italic}.products-hero-banner p{font-size:1.125rem;line-height:1.7;opacity:.9;max-width:700px;margin:0 auto}@media(max-width:768px){.products-hero-banner{min-height:320px;padding:4rem 0}.products-hero-banner h1{font-size:1.75rem}.products-hero-banner p{font-size:1rem}}.product-categories{display:flex;justify-content:center;gap:.75rem;margin-bottom:3rem;flex-wrap:wrap}.category-tab{padding:.75rem 1.5rem;border:2px solid var(--border-subtle);border-radius:999px;background:var(--bg-soft);color:var(--text-main);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.category-tab:hover{border-color:var(--primary);color:var(--primary)}.category-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.product-category-section{margin-bottom:4rem}.product-category-section h2{font-size:1.75rem;margin:0 0 .5rem;color:var(--text-main)}.product-category-section>p{color:var(--text-muted);margin:0 0 2rem}.product-features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}.product-feature-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--bg);border-radius:var(--radius-lg)}.product-feature-item svg{width:24px;height:24px;color:var(--primary);flex-shrink:0}.product-feature-item span{font-size:.9rem;color:var(--text-main)}.link-pago-card{background:var(--bg-soft);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-soft);display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.link-pago-content h3{font-size:1.5rem;margin:0 0 1rem;color:var(--text-main)}.link-pago-content p{color:var(--text-muted);margin:0 0 1.5rem;line-height:1.7}.link-pago-benefits{list-style:none;padding:0;margin:0 0 1.5rem}.link-pago-benefits li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;color:var(--text-main)}.link-pago-benefits li svg{width:20px;height:20px;color:var(--primary);flex-shrink:0}.link-pago-preview{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);border-radius:var(--radius-xl);padding:2rem;color:#fff;text-align:center}.link-pago-preview-header{font-size:.875rem;opacity:.8;margin-bottom:1rem}.link-pago-preview-amount{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.link-pago-preview-btn{background:#fff;color:var(--secondary-2);padding:.875rem 2rem;border-radius:999px;font-weight:600;display:inline-block}.insumos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.insumo-card{background:var(--bg-soft);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .2s ease}.insumo-card:hover{transform:translateY(-4px)}.insumo-image{aspect-ratio:4/3;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:1.5rem}.insumo-image img{max-width:100%;max-height:180px;object-fit:contain;transition:transform .3s ease}.insumo-card:hover .insumo-image img{transform:scale(1.05)}.insumo-card-carousel .insumo-image{padding:0;background:#f8fafb}.insumo-card-carousel .pos-carousel{height:320px}.insumo-card-carousel .pos-carousel-slide{padding:1rem}.insumo-card-carousel .pos-carousel-slide img{max-height:280px}.insumo-content{padding:1.5rem}.insumo-content h4{font-size:1.125rem;margin:0 0 .5rem;color:var(--text-main)}.insumo-content p{font-size:.875rem;color:var(--text-muted);margin:0 0 1rem}.insumo-price{font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:1rem}@media(max-width:960px){.link-pago-card{grid-template-columns:1fr}}.pos-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.pos-option-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--border-subtle)}.pos-option-image{background:var(--bg-soft);padding:2rem;display:flex;justify-content:center;align-items:center}.pos-option-image img{max-height:180px;object-fit:contain}.pos-option-card-carousel .pos-option-image{padding:0;background:#f8fafb}.pos-carousel{position:relative;width:100%;height:220px}.pos-carousel-inner{position:relative;width:100%;height:100%}.pos-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;display:flex;align-items:center;justify-content:center;padding:1rem}.pos-carousel-slide.active{opacity:1}.pos-carousel-slide img{max-width:100%;max-height:180px;object-fit:contain}.pos-carousel-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.pos-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#0003;cursor:pointer;padding:0;transition:all .3s ease}.pos-carousel-dot:hover{background:#0006}.pos-carousel-dot.active{background:var(--primary);transform:scale(1.2)}.pos-option-content{padding:1.5rem}.pos-option-content h3{font-size:1.25rem;margin:0 0 .5rem;color:var(--text-main)}.pos-option-price{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.pos-option-content p{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.pos-showcase{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;margin-top:1rem;padding:2rem;background:linear-gradient(135deg,#f8fafb,#fff);border-radius:var(--radius-xl);border:1px solid var(--border-subtle)}.pos-showcase-carousel{position:relative;background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:0 20px 60px #00000014;overflow:hidden}.pos-showcase-carousel .pos-carousel{height:400px}.pos-showcase-carousel .pos-carousel-slide img{max-height:360px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15));transition:transform .5s ease}.pos-showcase-carousel .pos-carousel-slide.active img{transform:scale(1.02)}.pos-showcase-carousel .pos-carousel-dots{bottom:1rem}.pos-showcase-carousel .pos-carousel-dot{width:10px;height:10px}.pos-showcase-content{display:flex;flex-direction:column;gap:1.5rem}.pos-showcase-header{display:flex;flex-direction:column;gap:.5rem}.pos-showcase-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-soft);color:var(--primary);padding:.4rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;width:fit-content;text-transform:uppercase;letter-spacing:.5px}.pos-showcase-header h2{font-size:2.5rem;font-weight:800;color:var(--text-main);margin:0;line-height:1.1}.pos-showcase-subtitle{font-size:1.1rem;color:var(--text-muted);margin:0;line-height:1.5}.pos-showcase-description{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin:0;padding:1rem;background:#fff;border-radius:var(--radius-lg);border-left:3px solid var(--primary)}.pos-showcase-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.pos-btn{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-radius:var(--radius-lg);font-size:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;width:100%}.pos-btn-content{display:flex;align-items:center;gap:1rem}.pos-btn-text{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.pos-btn-label{font-weight:700;font-size:1.1rem}.pos-btn-sublabel{font-size:.8rem;opacity:.8;font-weight:400}.pos-btn-price{font-weight:800;font-size:1.25rem;display:flex;align-items:baseline;gap:.2rem}.pos-btn-price small{font-size:.85rem;font-weight:500;opacity:.8}.pos-btn-primary{background:linear-gradient(135deg,var(--primary) 0%,#00b85c 100%);color:#fff;box-shadow:0 8px 24px #00a6514d}.pos-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00a65166}.pos-btn-primary svg{color:#fff}.pos-btn-secondary{background:#fff;color:var(--primary);border-color:var(--primary);box-shadow:0 4px 16px #0000000f}.pos-btn-secondary:hover{background:var(--primary-soft);transform:translateY(-3px);box-shadow:0 8px 24px #00a65126}.pos-btn-secondary svg{color:var(--primary)}@media(max-width:900px){.pos-showcase{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.pos-showcase-carousel{order:1}.pos-showcase-content{order:2;text-align:center}.pos-showcase-header{align-items:center}.pos-showcase-description{border-left:none;border-top:3px solid var(--primary)}}@media(max-width:600px){.pos-showcase-carousel .pos-carousel{height:300px}.pos-showcase-carousel .pos-carousel-slide img{max-height:260px}.pos-showcase-header h2{font-size:2rem}.pos-btn{padding:1rem 1.25rem}.pos-btn-label{font-size:1rem}.pos-btn-price{font-size:1.1rem}}.lightbox-overlay{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:lightboxFadeIn .3s ease}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:60px 80px}.lightbox-close{position:absolute;top:20px;right:20px;background:#ffffff1a;border:none;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.lightbox-close:hover{background:#fff3;transform:scale(1.1)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.lightbox-nav:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-image-container{max-width:90%;max-height:80vh;display:flex;align-items:center;justify-content:center}.lightbox-image-container img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:var(--radius-lg);animation:lightboxImageIn .4s ease}@keyframes lightboxImageIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.lightbox-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;padding:0;transition:all .3s ease}.lightbox-dot:hover{border-color:#fff}.lightbox-dot.active{background:#fff;border-color:#fff;transform:scale(1.2)}.lightbox-counter{position:absolute;bottom:30px;right:30px;color:#ffffffb3;font-size:.9rem;font-weight:500}@media(max-width:768px){.lightbox-content{padding:60px 20px}.lightbox-nav{width:45px;height:45px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{top:15px;right:15px;width:40px;height:40px}.lightbox-dots{bottom:20px}.lightbox-dot{width:10px;height:10px}}.pos-single-card-container{display:flex;justify-content:center;margin-top:1.5rem}.pos-single-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--border-subtle);max-width:500px;width:100%}.pos-single-card-image{background:#f8fafb;padding:0}.pos-single-card-image .pos-carousel{height:280px}.pos-single-card-content{padding:1.5rem 2rem 2rem}.pos-single-card-content h3{font-size:1.5rem;margin:0 0 .75rem;color:var(--text-main);text-align:center}.pos-single-card-content p{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6;text-align:center}.pos-dual-buttons{display:flex;flex-direction:column;gap:.75rem}.btn-compra,.btn-arriendo{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.btn-compra{background:var(--primary);color:#fff}.btn-arriendo{background:#fff;color:var(--primary);border-color:var(--primary)}.btn-arriendo:hover{background:var(--primary-soft);transform:translateY(-2px);box-shadow:0 4px 12px #00a65126}.btn-label{flex-shrink:0}.btn-price{background:#fff3;padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:700}.btn-compra .btn-price{background:#fff3}.btn-arriendo .btn-price{background:var(--primary-soft);color:var(--primary)}@media(max-width:480px){.pos-single-card-content{padding:1.25rem 1.5rem 1.5rem}.btn-compra,.btn-arriendo{flex-direction:column;gap:.5rem;padding:.875rem 1rem}.btn-compra svg,.btn-arriendo svg{display:none}}.online-payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.online-payment-card{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-soft);border:1px solid var(--border-subtle);display:flex;flex-direction:column}.online-payment-badge{display:inline-block;background:var(--accent-soft);color:var(--accent);padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;margin-bottom:1rem;align-self:flex-start}.online-payment-card h3{font-size:1.125rem;margin:0 0 .75rem;color:var(--text-main)}.online-payment-card p{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;flex-grow:1;line-height:1.6}.boleta-section{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:center;background:#fff;border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-soft);border:1px solid var(--border-subtle);margin-top:1.5rem}.boleta-content h3{font-size:1.25rem;margin:0 0 1rem;color:var(--text-main)}.boleta-content p{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.boleta-preview{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafb,#fff);border-radius:var(--radius-xl)}.boleta-pos-image{max-height:350px;width:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1));transition:transform .3s ease}.boleta-price-badge{background:linear-gradient(135deg,var(--primary) 0%,#00b85c 100%);color:#fff;padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:600;font-size:1.1rem;text-align:center;box-shadow:0 4px 16px #00a6514d}.servicios-section{background:var(--bg-soft);border-radius:var(--radius-xl);padding:2rem;margin-top:2rem;text-align:center}.servicios-content h3{font-size:1.25rem;margin:0 0 .75rem;color:var(--text-main)}.servicios-content p{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.about-security-image-placeholder{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);border-radius:var(--radius-xl);padding:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#fff;min-height:300px}.about-security-image-placeholder svg{width:100px;height:100px;opacity:.8}.about-security-image-placeholder span{font-size:1.25rem;font-weight:600;opacity:.9}.about-security-image{border-radius:var(--radius-xl);overflow:hidden;min-height:300px}.about-security-image img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-xl)}.about-hero-card-icon img{width:32px;height:32px;object-fit:contain}.about-icon-item img{width:48px;height:48px;object-fit:contain;margin-bottom:.5rem}@media(max-width:960px){.pos-options-grid,.online-payment-grid{grid-template-columns:1fr}.boleta-section{grid-template-columns:1fr;text-align:center}.boleta-content{order:1}.boleta-preview{order:0}}.benefit-icon{width:48px;height:48px;background:var(--accent-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.benefit-icon svg{width:24px;height:24px;color:var(--primary)}.home-cta-section{display:flex;justify-content:center;gap:1rem;margin-top:2.5rem}.products-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-preview-card{background:var(--bg-soft);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-soft);border:1px solid var(--border-subtle);transition:transform .2s ease,box-shadow .2s ease;text-align:center}.product-preview-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #0f172a1f}.product-preview-card-clickable{cursor:pointer}.product-preview-image{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;height:160px}.product-preview-image img{max-height:150px;width:auto;object-fit:contain;transition:transform .3s ease}.product-preview-card:hover .product-preview-image img{transform:scale(1.05)}.product-preview-card h3{font-size:1.15rem;margin:0 0 .5rem;color:var(--text-main)}.product-preview-price{font-size:1.25rem;font-weight:700;color:var(--primary);margin:0 0 .75rem!important}.product-preview-card p{color:var(--text-muted);font-size:.9rem;margin:0 0 1.25rem;line-height:1.6}.btn-add-cart{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.btn-add-cart svg{flex-shrink:0}.security-list{list-style:none;padding:0;margin:0}.security-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:var(--text-main);font-size:.95rem}.security-list li svg{color:var(--primary);flex-shrink:0;margin-top:2px}.hero-list{list-style:none;padding:0;margin:0}.hero-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;color:var(--text-muted);font-size:.9rem}.hero-list li svg{color:var(--primary);flex-shrink:0;margin-top:3px}.final-cta{background:linear-gradient(135deg,var(--secondary-2) 0%,var(--secondary) 100%);border-radius:var(--radius-xl);padding:4rem 2rem;text-align:center;color:#fff}.final-cta h2{font-size:2rem;margin:0 0 1rem}.final-cta p{font-size:1.125rem;opacity:.9;margin:0 0 2rem;max-width:500px;margin-left:auto;margin-right:auto}.final-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.final-cta-contact{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:1.5rem}.final-cta-contact-item{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:1.125rem;font-weight:500;transition:opacity .2s ease}.final-cta-contact-item:hover{opacity:.8}.final-cta-contact-item svg{flex-shrink:0}.final-cta .btn-primary{background:#fff;color:var(--secondary-2)}.final-cta .btn-primary:hover{background:var(--secondary-5)}.final-cta .btn-outline{border-color:#fff;color:#fff}.final-cta .btn-outline:hover{background:#ffffff1a}.btn-lg{padding:1rem 2rem;font-size:1rem}@media(max-width:960px){.products-preview-grid{grid-template-columns:1fr}.home-cta-section{flex-direction:column;align-items:center}.final-cta{padding:3rem 1.5rem}.final-cta h2{font-size:1.5rem}}.auth-container{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{background:var(--bg-soft);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-soft);width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header img{height:40px;margin:0 auto 1.5rem}.auth-header h1{font-size:1.5rem;margin:0 0 .5rem;color:var(--text-main)}.auth-header p{color:var(--text-muted);margin:0}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--text-muted);font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border-subtle)}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--text-muted)}.auth-footer a{color:var(--primary);font-weight:600}.simulator-section{background:linear-gradient(180deg,#f8fafc,#fff)}.simulator-container{background:#fff;border-radius:var(--radius-xl);padding:2.5rem;box-shadow:0 4px 24px #0f172a14;border:1px solid var(--border-subtle);max-width:900px;margin:0 auto}.simulator-title{font-size:1.125rem;font-weight:600;color:var(--text-main);text-align:center;margin:0 0 1.5rem}.simulator-service-toggle{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.service-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:2px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;background:#fff}.service-option:hover{border-color:var(--primary-light)}.service-option.active{border-color:var(--primary);background:linear-gradient(135deg,#00a6510d,#00a65105)}.service-option input[type=radio]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.service-option-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);border-radius:var(--radius-md)}.service-option-icon svg{width:24px;height:24px;color:var(--primary)}.service-option.active .service-option-icon{background:var(--primary)}.service-option.active .service-option-icon svg{color:#fff}.service-option-text{display:flex;flex-direction:column;gap:.125rem}.service-option-title{font-weight:600;color:var(--text-main);font-size:.9rem}.service-option-subtitle{font-size:.75rem;color:var(--text-muted);line-height:1.3}.simulator-selectors-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.simulator-selector{position:relative}.simulator-selector label{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.025em}.custom-dropdown{position:relative;cursor:pointer}.dropdown-selected{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid var(--primary);border-radius:var(--radius-md);transition:all .2s ease}.dropdown-selected:hover{border-color:var(--primary-dark)}.dropdown-code{font-weight:700;color:var(--primary);font-size:.875rem}.dropdown-name{flex:1;color:var(--text-main);font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-arrow{width:16px;height:16px;color:var(--text-muted);transition:transform .2s ease}.custom-dropdown:focus .dropdown-arrow,.custom-dropdown:active .dropdown-arrow{transform:rotate(180deg)}.dropdown-options{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:0 8px 24px #0f172a1f;z-index:100;max-height:240px;overflow-y:auto;margin-top:4px}.dropdown-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;cursor:pointer;transition:background .15s ease}.dropdown-option:hover{background:var(--bg-soft)}.dropdown-option.selected{background:var(--accent-soft)}.dropdown-option .dropdown-code{min-width:50px}.simulator-calc-title{font-size:1rem;font-weight:600;color:var(--text-main);text-align:center;margin:2rem 0 1.25rem}.simulator-calc-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}.simulator-input-group,.simulator-result-group{display:flex;flex-direction:column}.simulator-input-group label,.simulator-result-group label{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem}.simulator-input-wrapper{display:flex;align-items:center;background:#fff;border:2px solid var(--border-subtle);border-radius:var(--radius-md);padding:.75rem 1rem;transition:border-color .2s ease}.simulator-input-wrapper:focus-within{border-color:var(--primary)}.currency-symbol{font-size:1.5rem;font-weight:600;color:var(--text-main);margin-right:.25rem}.simulator-input{flex:1;border:none;outline:none;font-size:1.75rem;font-weight:600;color:var(--text-main);background:transparent;width:100%}.simulator-result{background:linear-gradient(135deg,#00a65114,#00a65108);border:2px solid var(--primary);border-radius:var(--radius-md);padding:.75rem 1rem;text-align:center}.result-amount{font-size:1.75rem;font-weight:700;color:var(--primary)}.simulator-bank-info{text-align:center;font-size:.875rem;color:var(--text-main);margin:1rem 0 1.5rem;padding:.75rem 1rem;background:var(--bg-soft);border-radius:var(--radius-md)}.simulator-bank-info .text-muted{color:var(--text-muted)}.simulator-detail-card{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem}.detail-title{font-size:.8rem;font-weight:700;color:var(--text-main);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-subtle)}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem}.detail-row span:first-child{color:var(--text-muted)}.detail-row span:last-child{color:var(--text-main);font-weight:500}.detail-row.detail-total{border-top:1px solid var(--border-subtle);margin-top:.5rem;padding-top:.75rem}.detail-row.detail-total span:first-child{color:var(--text-main);font-weight:600}.detail-row.detail-total span:last-child{color:var(--primary);font-weight:700;font-size:1rem}.simulator-uf-note{text-align:center;font-size:.8rem;color:var(--primary);margin:.75rem 0}.simulator-disclaimer{text-align:center;font-size:.75rem;color:var(--text-muted);margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--border-subtle)}@media(max-width:768px){.simulator-container{padding:1.5rem}.simulator-service-toggle,.simulator-selectors-row,.simulator-calc-row{grid-template-columns:1fr}.service-option{padding:.875rem 1rem}.service-option-subtitle{display:none}.simulator-input,.result-amount{font-size:1.5rem}}.section-divider{position:relative;height:80px;background:linear-gradient(180deg,#fff 0%,var(--bg-soft) 100%);overflow:hidden}.section-divider:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:4px;background:linear-gradient(90deg,transparent,var(--primary),transparent);border-radius:2px}.section-divider-wave{position:relative;height:60px;background:#fff}.section-divider-wave:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:var(--bg-soft);clip-path:ellipse(70% 100% at 50% 100%)}.section-divider-dots{display:flex;justify-content:center;align-items:center;gap:.75rem;padding:2rem 0;background:linear-gradient(180deg,#fff 0%,var(--bg-soft) 100%)}.section-divider-dots span{width:8px;height:8px;background:var(--primary);border-radius:50%;opacity:.6}.section-divider-dots span:nth-child(2){width:12px;height:12px;opacity:1}.section-divider-line{display:flex;justify-content:center;align-items:center;padding:3rem 0;background:linear-gradient(180deg,#fff 0%,var(--bg-soft) 100%)}.section-divider-line:before{content:"";width:200px;height:2px;background:linear-gradient(90deg,transparent,var(--border-subtle),var(--primary),var(--border-subtle),transparent)}.boleta-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:linear-gradient(135deg,#f8fafb,#fff);border-radius:var(--radius-xl);padding:3rem;box-shadow:0 4px 20px #0000000f;border:1px solid var(--border-subtle);position:relative;overflow:hidden}.boleta-section:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(38,184,136,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.boleta-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;background:var(--bg-soft);padding:.5rem;border-radius:var(--radius-lg);width:fit-content}.boleta-tab{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;border:none;background:transparent;color:var(--text-muted);font-size:.95rem;font-weight:500;cursor:pointer;border-radius:var(--radius-md);transition:all .25s ease}.boleta-tab:hover{color:var(--text-main);background:#ffffff80}.boleta-tab.active{background:#fff;color:var(--primary);box-shadow:0 2px 8px #00000014}.boleta-tab svg{flex-shrink:0}.boleta-tab-content{animation:tabFadeIn .5s cubic-bezier(.4,0,.2,1) forwards}.boleta-tab-content .boleta-section{animation:tabSlideIn .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes tabFadeIn{0%{opacity:0}to{opacity:1}}@keyframes tabSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media(max-width:640px){.boleta-tabs{width:100%}.boleta-tab{flex:1;justify-content:center;padding:.75rem 1rem;font-size:.85rem}.boleta-tab svg{width:18px;height:18px}}.servicios-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.servicio-premium-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.servicio-premium-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #26b88833}.servicio-premium-alt:hover{box-shadow:0 20px 50px #074e4433}.servicio-premium-image{position:relative;height:300px;overflow:hidden;background:linear-gradient(135deg,#f8faf9,#e8f5f0)}.servicio-premium-alt .servicio-premium-image{background:linear-gradient(135deg,#f0f5f4,#e0ebe9)}.servicio-premium-image img{width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:transform .5s ease}.servicio-premium-card:hover .servicio-premium-image img{transform:scale(1.05)}.servicio-premium-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,var(--primary) 0%,#1a9c6f 100%);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.servicio-premium-badge-blue{background:linear-gradient(135deg,#074e44,#053a33)}.servicio-premium-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.servicio-premium-tag{display:inline-block;background:#26b8881a;color:var(--primary);padding:.35rem .85rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;width:fit-content;margin-bottom:.75rem}.servicio-premium-tag-blue{background:#074e441a;color:#074e44}.servicio-premium-content h3{font-size:1.6rem;font-weight:700;color:var(--text-main);margin:0 0 1rem;line-height:1.3}.servicio-premium-content>p{font-size:1.05rem;color:var(--text-muted);line-height:1.6;margin:0 0 1.5rem}.servicio-premium-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:1.5rem}.servicio-premium-feature{display:flex;align-items:center;gap:.6rem;font-size:1rem;color:var(--text-main)}.servicio-premium-feature svg{width:20px;height:20px;color:var(--primary);flex-shrink:0}.servicio-premium-alt .servicio-premium-feature svg{color:#074e44}.servicio-premium-action{display:flex;align-items:center;justify-content:space-between;padding-top:1.25rem;border-top:1px solid var(--border-subtle);margin-top:auto}.servicio-premium-price{display:flex;align-items:baseline;gap:.25rem}.servicio-premium-price .price-amount{font-size:1.5rem;font-weight:800;color:var(--primary)}.servicio-premium-price .price-period{font-size:.9rem;color:var(--text-muted);font-weight:500}.servicio-premium-price .price-highlight{font-size:1rem;font-weight:700;color:#074e44}.btn-blue{background:linear-gradient(135deg,#074e44,#053a33)}.btn-blue:hover{background:linear-gradient(135deg,#053a33,#042d28)}@media(max-width:900px){.servicios-premium-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.servicio-premium-image{height:180px}.servicio-premium-content{padding:1.25rem}.servicio-premium-content h3{font-size:1.2rem}.servicio-premium-features{grid-template-columns:1fr;gap:.5rem}.servicio-premium-action{flex-direction:column;gap:1rem;align-items:stretch}.servicio-premium-price{justify-content:center}.servicio-premium-action .btn{width:100%;text-align:center}}.boleta-content{z-index:1}.boleta-content h3{font-size:1.75rem;font-weight:700;color:var(--text-main);margin:0 0 1rem;line-height:1.3}.boleta-content>p{font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0 0 1.5rem}.link-pago-benefits{list-style:none;padding:0;margin:0 0 2rem}.link-pago-benefits li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:.95rem;color:var(--text-main);border-bottom:1px solid rgba(226,230,238,.5);transition:all .2s ease}.link-pago-benefits li:last-child{border-bottom:none}.link-pago-benefits li:hover{padding-left:.5rem;color:var(--primary)}.link-pago-benefits li svg{width:20px;height:20px;color:var(--primary);background:var(--accent-soft);border-radius:50%;padding:3px;flex-shrink:0}.boleta-preview{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.boleta-pos-image{width:100%;max-width:500px;height:auto;object-fit:contain;border-radius:var(--radius-lg);transition:transform .3s ease;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.boleta-pos-image:hover{transform:scale(1.02)}.boleta-price-badge{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #26b8884d;white-space:nowrap}@media(max-width:992px){.boleta-section{grid-template-columns:1fr;gap:2rem;padding:2rem}.boleta-preview{order:-1}.boleta-pos-image{max-width:400px}}@media(max-width:640px){.boleta-section{padding:1.5rem}.boleta-content h3{font-size:1.5rem}.boleta-pos-image{max-width:100%}.link-pago-benefits li{font-size:.9rem}}.simulator-type-selector{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;background:var(--bg-soft);padding:.5rem;border-radius:var(--radius-lg);width:fit-content;margin-left:auto;margin-right:auto}.type-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);cursor:pointer;font-weight:500;color:var(--text-muted);transition:all .2s ease;-webkit-user-select:none;user-select:none}.type-option:hover{color:var(--text-main);background:#ffffff80}.type-option.active{background:#fff;color:var(--primary);font-weight:600;box-shadow:0 2px 8px #0000000d}.type-option input{display:none}
