:root{--primary-color: #2f5fb3;--primary-dark: #1f4488;--secondary-color: #10b981;--accent-color: #f59e0b;--navy: #0e1f3c;--navy-light: #16294a;--bg-blue-light: #eef3fb;--text-color: #16233d;--text-light: #5b6b85;--bg-color: #ffffff;--bg-light: #f9fafb;--bg-gray: #f3f4f6;--border-color: #e5e7eb;--shadow: 0 1px 3px rgba(14, 31, 60, .08);--shadow-md: 0 4px 6px rgba(14, 31, 60, .08);--shadow-lg: 0 10px 15px rgba(14, 31, 60, .1);--shadow-xl: 0 20px 25px rgba(14, 31, 60, .12);--radius: .875rem;--transition: all .3s ease;--brand-purple: #7c3aed;--brand-purple-dark: #5b21b6;--brand-pink: #ec4899;--brand-gradient: linear-gradient(135deg, #7c3aed 0%, #c026a3 55%, #ec4899 100%);--nav-dark: #0b0a1a;--nav-dark-light: #16142c;--hero-navy: #140f2b;--hero-navy-light: #241a44}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:var(--bg-color);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;margin-bottom:.5em}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;transition:var(--transition);cursor:pointer;border:none}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.btn-success{background:var(--secondary-color);color:#fff}.btn-success:hover{background:#059669;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-gradient{background:var(--brand-gradient);color:#fff}.btn-gradient:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 10px 20px #7c3aed59}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-full{width:100%;justify-content:center}.section-header{text-align:center;margin-bottom:3rem}.section-subtitle{display:inline-block;color:var(--primary-color);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.section-title{color:var(--text-color);margin-bottom:1rem}.section-description{color:var(--text-light);font-size:1.125rem;max-width:600px;margin:0 auto}.highlight{color:var(--primary-color)}@media(max-width:768px){.container{padding:0 16px}.section-header{margin-bottom:2rem}}.mega-menu{position:fixed;top:114px;left:50%;transform:translate(-50%);width:min(1100px,92vw);background:#fff;border-radius:1rem;border:1px solid var(--border-color);box-shadow:var(--shadow-xl);padding:1.75rem;z-index:1050;max-height:calc(100vh - 130px);overflow-y:auto}.mega-menu-body{display:grid;grid-template-columns:220px 1fr;gap:2rem}.mega-menu-intro h3{font-size:1.0625rem;color:var(--navy);margin-bottom:.5rem}.mega-menu-intro>p{color:var(--text-light);font-size:.8125rem;line-height:1.6;margin-bottom:1.5rem}.mega-menu-help{background:var(--bg-blue-light);border-radius:.75rem;padding:1rem}.mega-menu-help strong{display:block;font-size:.875rem;color:var(--navy);margin-bottom:.3rem}.mega-menu-help p{color:var(--text-light);font-size:.8125rem;line-height:1.5;margin-bottom:.75rem}.mega-menu-help-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--primary-color);font-weight:600;font-size:.8125rem}.mega-menu-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.mega-menu-column-title{display:block;color:var(--primary-color);font-weight:700;font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.9rem}.mega-menu-column ul{list-style:none;display:flex;flex-direction:column;gap:.9rem}.mega-menu-column a{display:flex;align-items:flex-start;gap:.6rem}.mega-menu-item-icon{width:30px;height:30px;min-width:30px;border-radius:.5rem;background:var(--bg-blue-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center}.mega-menu-column strong{display:block;font-size:.8125rem;font-weight:600;color:var(--navy);margin-bottom:.15rem}.mega-menu-column p{color:var(--text-light);font-size:.75rem;line-height:1.4}.mega-menu-features{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--border-color);display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.mega-menu-feature{display:flex;align-items:flex-start;gap:.6rem}.mega-menu-feature-icon{width:34px;height:34px;min-width:34px;border-radius:.5rem;background:var(--bg-light);border:1px solid var(--border-color);color:var(--primary-color);display:flex;align-items:center;justify-content:center}.mega-menu-feature strong{display:block;font-size:.8125rem;color:var(--navy);margin-bottom:.15rem}.mega-menu-feature p{color:var(--text-light);font-size:.75rem;line-height:1.4}.mega-menu-downloads{padding:1.1rem 1.25rem;border-top:1px solid var(--border-color);background:var(--bg-blue-light);border-radius:0 0 .75rem .75rem;margin:1.75rem -1.75rem -1.75rem;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.mega-menu-downloads-icon{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center}.mega-menu-downloads-text{min-width:200px}.mega-menu-downloads-text strong{display:block;font-size:.875rem;color:var(--navy);margin-bottom:.15rem}.mega-menu-downloads-text p{color:var(--text-light);font-size:.75rem;line-height:1.4;max-width:260px}.mega-menu-downloads-chips{display:flex;flex-wrap:wrap;gap:.6rem;flex:1}.mega-menu-download-chip{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--border-color);border-radius:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;color:var(--navy);white-space:nowrap}.mega-menu-download-chip:hover{border-color:var(--primary-color);color:var(--primary-color)}.mega-menu-downloads-all{display:inline-flex;align-items:center;gap:.35rem;color:var(--primary-color);font-weight:700;font-size:.8125rem;white-space:nowrap}@media(max-width:1100px){.mega-menu{width:96vw}}@media(max-width:900px){.mega-menu-body{grid-template-columns:1fr}.mega-menu-columns,.mega-menu-features{grid-template-columns:repeat(2,1fr)}.mega-menu-downloads{flex-direction:column;align-items:flex-start}}.needs-mega-menu-body{display:grid;grid-template-columns:1fr 280px;gap:1.5rem}.needs-mega-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.needs-mega-menu-item{display:flex;align-items:center;gap:.9rem;padding:.85rem;border-radius:.875rem;transition:var(--transition)}.needs-mega-menu-item:hover{background:var(--bg-blue-light)}.needs-mega-menu-icon{width:44px;height:44px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.needs-mega-menu-item:hover .needs-mega-menu-icon{background:#fff}.needs-mega-menu-text{flex:1;min-width:0}.needs-mega-menu-text strong{display:block;font-size:.875rem;font-weight:700;color:var(--navy);margin-bottom:.15rem}.needs-mega-menu-text p{color:var(--text-light);font-size:.75rem;line-height:1.35}.needs-mega-menu-visual{width:56px;height:56px;border-radius:.625rem;background-color:var(--hero-navy);background-size:cover;background-position:center;flex-shrink:0}.needs-mega-menu-item svg:last-child{color:var(--text-light);flex-shrink:0}.needs-mega-menu-help{background:var(--bg-blue-light);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:flex-start}.needs-mega-menu-help-illustration{position:relative;width:100%;height:90px;margin-bottom:1rem}.needs-mega-menu-help-monitor{position:absolute;inset:0 10% 0 0;border-radius:.75rem;background:linear-gradient(160deg,var(--brand-purple),var(--brand-pink))}.needs-mega-menu-help-bubble{position:absolute;bottom:-6px;left:0;width:34px;height:34px;border-radius:50%;background:#fff;color:var(--brand-purple);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.needs-mega-menu-help strong{color:var(--navy);font-size:.9375rem;margin-bottom:.4rem}.needs-mega-menu-help p{color:var(--text-light);font-size:.8125rem;margin-bottom:1.1rem}.needs-mega-menu-help .btn{margin-bottom:.6rem}.needs-mega-menu-outline-btn{width:100%;text-align:center;padding:.7rem 1rem;border-radius:.625rem;border:1.5px solid var(--brand-pink);color:var(--brand-pink);font-weight:700;font-size:.9375rem}.needs-mega-menu-outline-btn:hover{background:var(--brand-pink);color:#fff}.needs-mega-menu-all{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.5rem;color:var(--brand-pink);font-weight:700;font-size:.9375rem}@media(max-width:900px){.needs-mega-menu-body,.needs-mega-menu-grid{grid-template-columns:1fr}.needs-mega-menu-visual{display:none}}.cart-dropdown{position:absolute;top:calc(100% + .75rem);right:0;width:320px;background:#fff;border-radius:.875rem;box-shadow:var(--shadow-xl);border:1px solid var(--border-color);padding:1rem;z-index:1200}.cart-dropdown-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:var(--navy);margin-bottom:.75rem}.cart-dropdown-count{background:var(--bg-blue-light);color:var(--brand-purple);border-radius:999px;padding:.1rem .55rem;font-size:.75rem}.cart-dropdown-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem .5rem;color:var(--text-light);text-align:center;font-size:.875rem}.cart-dropdown-list{list-style:none;display:flex;flex-direction:column;gap:.625rem;max-height:260px;overflow-y:auto;margin-bottom:.75rem}.cart-dropdown-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding-bottom:.625rem;border-bottom:1px solid var(--border-color);font-size:.8125rem}.cart-dropdown-item strong{display:block;color:var(--navy);font-size:.875rem}.cart-dropdown-item span{color:var(--text-light)}.cart-dropdown-item-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.cart-dropdown-item-right button{color:var(--text-light);font-size:.875rem}.cart-dropdown-item-right button:hover{color:var(--brand-pink)}.cart-dropdown-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;font-size:.9375rem;color:var(--navy)}.search-overlay{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border-radius:.875rem;box-shadow:var(--shadow-xl);border:1px solid var(--border-color);padding:1.25rem;z-index:1100;color:var(--text-color);text-align:left}.search-overlay-section-title{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-light);margin-bottom:.75rem}.search-overlay-section-title svg{color:var(--brand-purple)}.search-overlay-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}.search-overlay-section ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.search-overlay-section a,.search-overlay-section button{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;text-align:left;padding:.4rem .5rem;border-radius:.5rem;font-size:.8125rem}.search-overlay-section a:hover,.search-overlay-section button:hover{background:var(--bg-light)}.search-overlay-section strong{color:var(--navy);font-weight:600}.search-overlay-section span{color:var(--text-light);font-size:.75rem;flex-shrink:0}.search-overlay-all{display:block;text-align:center;padding-top:.9rem;border-top:1px solid var(--border-color);color:var(--brand-purple);font-weight:600;font-size:.8125rem}.search-overlay-chips{display:flex;flex-wrap:wrap;gap:.5rem}.search-overlay-chips button{background:var(--bg-light);border-radius:999px;padding:.4rem .9rem;font-size:.8125rem;color:var(--text-color)}.search-overlay-chips button:hover{background:var(--bg-blue-light);color:var(--brand-purple)}.search-overlay-empty{text-align:center;padding:.5rem}.search-overlay-empty p{color:var(--text-light);font-size:.875rem;margin-bottom:.9rem}.search-overlay-whatsapp{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;font-weight:700;font-size:.8125rem;padding:.6rem 1.1rem;border-radius:.625rem}.search-overlay-whatsapp:hover{background:#1ebe5a}@media(max-width:576px){.search-overlay-columns{grid-template-columns:1fr}}.utility-bar{background:var(--nav-dark);color:#ffffffd9;font-size:.8125rem}.utility-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:40px}.utility-bar-whatsapp{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffd9;white-space:nowrap;flex-shrink:0}.utility-bar-whatsapp svg{color:var(--brand-pink);flex-shrink:0}.utility-bar-whatsapp strong{font-weight:700;color:#fff}.utility-bar-whatsapp:hover strong{text-decoration:underline}.utility-bar-trust{display:flex;align-items:center;gap:1.5rem}.utility-bar-trust-item{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;color:#ffffffd9}.utility-bar-trust-item svg{flex-shrink:0}.utility-bar-divider{width:1px;height:16px;background:#fff3}@media(max-width:900px){.utility-bar-whatsapp span{display:none}}@media(max-width:768px){.utility-bar-trust-item:not(:last-child),.utility-bar-divider{display:none}}@media(max-width:560px){.utility-bar{display:none}}.header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:1000;border-bottom:1px solid var(--border-color);transition:var(--transition)}.header.scrolled{box-shadow:var(--shadow-md)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:72px}.nav-logo{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.nav-logo-img{height:30px;width:auto;display:block}.nav-logo-tagline{font-size:.5625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);white-space:nowrap}.nav-menu{flex:1;display:flex;justify-content:center}.nav-list{display:flex;align-items:center;gap:2rem;list-style:none}.nav-item-dropdown{position:relative}.nav-link{color:var(--text-color);font-weight:600;font-size:1rem;transition:var(--transition);position:relative;background:none;border:none;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}.nav-link:hover{color:var(--brand-purple)}.nav-link.is-active{color:var(--brand-pink)}.nav-link-icon,.nav-link-chevron.mobile-only{display:none}.nav-link-dropdown .nav-link-chevron.desktop-only svg{transition:var(--transition);color:var(--text-light)}.nav-item-dropdown:hover .nav-link-dropdown .nav-link-chevron.desktop-only svg{transform:rotate(180deg)}.nav-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.nav-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;color:var(--text-color);transition:var(--transition);position:relative}.nav-icon-btn:hover{background:var(--bg-light);color:var(--brand-purple)}.nav-cart{position:relative}.nav-cart-badge{position:absolute;top:2px;right:2px;background:var(--brand-pink);color:#fff;font-size:.625rem;font-weight:700;min-width:16px;height:16px;padding:0 3px;border-radius:999px;display:flex;align-items:center;justify-content:center;line-height:1}.nav-cta{margin-left:.5rem}.nav-toggle,.nav-close{display:none;font-size:1.5rem;cursor:pointer;color:var(--navy)}.mobile-menu-header,.mobile-menu-search,.mobile-menu-bottom{display:none}.nav-searchbar{padding-bottom:1rem}.nav-searchbar-wrap{position:relative}.nav-searchbar-form{display:flex;align-items:stretch;background:#fff;border:1px solid var(--border-color);border-radius:.75rem;overflow:hidden}.nav-searchbar-select{border:none;border-right:1px solid var(--border-color);background:var(--bg-light);color:var(--text-color);font-size:.875rem;padding:0 .75rem;font-family:inherit}.nav-searchbar-input{flex:1;border:none;padding:.75rem 1rem;font-size:.9375rem;font-family:inherit;color:var(--text-color)}.nav-searchbar-input:focus{outline:none}.nav-searchbar-submit{background:var(--brand-pink);color:#fff;padding:0 1.25rem;display:flex;align-items:center;justify-content:center}.nav-searchbar-submit:hover{background:var(--brand-purple)}@media(max-width:768px){.nav-toggle{display:block}.nav-actions{display:none}.nav-menu{position:fixed;top:0;right:-100%;width:86%;max-width:360px;height:100vh;background:var(--nav-dark);padding:0;transition:var(--transition);box-shadow:var(--shadow-lg);flex-direction:column;justify-content:flex-start}.nav-menu.active{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-logo{display:flex;align-items:center;gap:.6rem}.mobile-menu-header .nav-logo-tagline{color:#fff9}.nav-close{display:block;color:#fff;font-size:1.25rem}.mobile-menu-search{display:flex;align-items:center;gap:.6rem;margin:1.25rem 1.5rem .5rem;padding:.75rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:.75rem;color:var(--brand-pink)}.mobile-menu-search input{flex:1;background:none;border:none;color:#fff;font-size:.9375rem;font-family:inherit}.mobile-menu-search input::placeholder{color:#ffffff80}.mobile-menu-search input:focus{outline:none}.nav-list{flex-direction:column;align-items:stretch;gap:0;width:100%;padding:.5rem 1.5rem;overflow-y:auto}.nav-item{border-bottom:1px solid rgba(255,255,255,.08)}.nav-link{width:100%;color:#fff;padding:1rem 0;font-size:1.0625rem;gap:.75rem}.nav-link:hover{color:#fff}.nav-link.is-active{color:var(--brand-pink)}.nav-link-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--brand-purple);flex-shrink:0}.nav-link-chevron.desktop-only{display:none}.nav-link-chevron.mobile-only{display:inline-flex;margin-left:auto;color:#fff6;transform:rotate(-90deg)}.mobile-menu-bottom{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding:1.25rem 1.5rem 1.75rem}.mobile-menu-cta{justify-content:center}.mobile-menu-whatsapp{display:flex;align-items:center;gap:.75rem;border:1px solid rgba(124,58,237,.4);border-radius:.75rem;padding:.75rem 1rem}.mobile-menu-whatsapp-icon{width:34px;height:34px;border-radius:50%;background:#7c3aed26;color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-menu-whatsapp-text{display:flex;flex-direction:column;font-size:.75rem;color:#ffffffb3}.mobile-menu-whatsapp-text strong{color:#fff;font-size:.875rem;font-weight:700}.mobile-menu-whatsapp-chevron{margin-left:auto;color:#fff6;transform:rotate(-90deg)}.nav-searchbar-form{flex-wrap:wrap}.nav-searchbar-select{border-right:none;border-bottom:1px solid var(--border-color);width:100%}}.footer{background:var(--nav-dark);color:#fff;padding:3.5rem 0 1.5rem;position:relative}.footer-content{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:2rem;margin-bottom:2.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.375rem;font-weight:800;color:#fff;margin-bottom:1rem}.footer-logo-img{height:26px;width:auto;display:block}.footer-logo-tagline{font-size:.5625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80}.footer-brand p{color:#ffffffa6;font-size:.875rem;line-height:1.7;margin-bottom:1.25rem}.footer-social{display:flex;gap:.6rem}.footer-social a{width:34px;height:34px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:var(--transition)}.footer-social a:hover{background:var(--brand-gradient)}.footer-section h4{color:#fff;font-size:.9375rem;margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffa6;font-size:.875rem;transition:var(--transition)}.footer-links a:hover{color:#fff;padding-left:.25rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#fff9;font-size:.8125rem;margin:0}.footer-made-in{color:#fff9;font-size:.8125rem;font-weight:600}@media(max-width:968px){.footer-content{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1 / -1}}@media(max-width:640px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}.floating-whatsapp-button{position:fixed;right:1.5rem;bottom:1.5rem;z-index:999;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--secondary-color);color:#fff;box-shadow:0 6px 20px #10b98166;transition:var(--transition)}.floating-whatsapp-button:hover{background:#059669;transform:translateY(-3px) scale(1.05);box-shadow:0 10px 26px #10b98180}@media(max-width:576px){.floating-whatsapp-button{right:1rem;bottom:1rem;width:50px;height:50px}}.legal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.legal-container{background:#fff;max-width:900px;width:100%;max-height:90vh;border-radius:1rem;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.legal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid var(--border-color)}.legal-header h1{margin:0;color:var(--text-color);font-size:1.75rem}.close-button{width:40px;height:40px;border-radius:50%;background:var(--bg-gray);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-color);transition:var(--transition);cursor:pointer}.close-button:hover{background:var(--primary-color);color:#fff;transform:rotate(90deg)}.legal-content{flex:1;overflow-y:auto;padding:2rem}.legal-intro{color:var(--text-light);font-style:italic;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:var(--primary-color);font-size:1.35rem;margin-bottom:1rem}.legal-content p{color:var(--text-color);line-height:1.8;margin-bottom:1rem}.legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-content li{color:var(--text-color);line-height:1.8;margin-bottom:.5rem}.legal-footer{padding:1.5rem 2rem;border-top:2px solid var(--border-color);display:flex;justify-content:flex-end}@media(max-width:768px){.legal-overlay{padding:0;align-items:flex-start}.legal-container{max-height:100vh;border-radius:0}.legal-header{padding:1.5rem}.legal-header h1{font-size:1.35rem}.legal-content{padding:1.5rem}.legal-content h2{font-size:1.15rem}.legal-footer{padding:1rem 1.5rem}}.legal-content h3{color:var(--text-color);font-size:1.15rem;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.hero{margin-top:116px;padding:4.5rem 0 7rem;background:radial-gradient(60% 80% at 85% 15%,#ec489959,#ec489900 60%),radial-gradient(50% 60% at 10% 90%,#7c3aed59,#7c3aed00 60%),linear-gradient(180deg,var(--hero-navy) 0%,var(--hero-navy-light) 100%);overflow:hidden;color:#fff}.hero-container{display:grid;grid-template-columns:.85fr 1.2fr;align-items:center;gap:2rem}.hero-eyebrow{display:block;color:#fff9;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.9rem}.hero-title{font-size:clamp(2.25rem,4.5vw,3.5rem);line-height:1.12;color:#fff;margin-bottom:1.25rem}.hero-title-highlight{background:linear-gradient(120deg,var(--brand-pink),#f9a8d4);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-description{color:#ffffffb8;font-size:1.0625rem;max-width:480px;margin-bottom:1.75rem;line-height:1.7}.hero-search-wrap{position:relative;max-width:560px;margin-bottom:1.5rem}.hero-search{display:flex;align-items:center;gap:.5rem;background:#fff;border-radius:.875rem;padding:.5rem .5rem .5rem 1.1rem;box-shadow:var(--shadow-xl);color:var(--text-light)}.hero-search input{flex:1;border:none;font-size:.9375rem;font-family:inherit;color:var(--text-color);padding:.5rem 0}.hero-search input:focus{outline:none}.hero-search .btn{white-space:nowrap}.hero-search-fallback{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:600;color:#ffffffa6}.hero-search-fallback:hover{color:#fff}.hero-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem}.hero-chip{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.45rem .9rem;font-size:.8125rem;font-weight:600;color:#ffffffd9}.hero-buttons{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--navy);font-weight:700;font-size:.9375rem;padding:.8rem 1.5rem;border-radius:.75rem;transition:var(--transition)}.hero-cta-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.hero-visual{position:relative}.hero-visual-img{display:block;width:100%;height:auto}@media(max-width:968px){.hero-container{grid-template-columns:1fr}.hero-visual{order:-1}}@media(max-width:576px){.hero{padding:3rem 0 6rem}.hero-search{flex-wrap:wrap}.hero-search .btn{width:100%;justify-content:center}}.popular-products{padding:2.75rem 0;background:#fff}.popular-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:1.75rem}.popular-product-card{display:block;border:1px solid var(--border-color);border-radius:1rem;padding:1.1rem;transition:var(--transition)}.popular-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.popular-product-visual{display:block;aspect-ratio:4 / 3;border-radius:.75rem;background-color:var(--hero-navy);background-size:cover;background-position:center;margin-bottom:.9rem}.popular-product-card strong{display:block;color:var(--navy);font-size:.9375rem;margin-bottom:.3rem}.popular-product-card p{color:var(--text-light);font-size:.8125rem;line-height:1.45}.popular-products-more{display:block;text-align:center;color:var(--brand-purple);font-weight:600;font-size:.9375rem}@media(max-width:968px){.popular-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.popular-products-grid{grid-template-columns:1fr}}.needs-grid-section{position:relative;margin-top:-4.5rem;z-index:5;padding-bottom:2rem}.needs-card{background:#fff;border-radius:1.25rem;box-shadow:var(--shadow-xl);padding:1.5rem}.needs-card-title{text-align:center;margin-bottom:.4rem;color:var(--navy)}.needs-card-subtitle{text-align:center;max-width:520px;margin:0 auto 1.25rem;color:var(--text-light);font-size:.875rem}.needs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.need-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;padding:.65rem .5rem;border-radius:.875rem;transition:var(--transition)}.need-item:hover{background:var(--bg-blue-light);transform:translateY(-2px)}.need-icon{display:block;width:52px;height:52px;border-radius:.75rem;background-color:var(--hero-navy);background-size:cover;background-position:center}.need-label{font-size:.8125rem;font-weight:600;color:var(--text-color)}.needs-card-more{display:block;text-align:center;margin-top:1rem;color:var(--brand-purple);font-weight:600;font-size:.875rem}@media(max-width:768px){.needs-grid-section{margin-top:-3rem}.needs-card{padding:1.5rem 1rem}.needs-grid{grid-template-columns:repeat(2,1fr)}}.quote-showcase{padding:4rem 0;background:var(--bg-light)}.quote-showcase-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:start}.quote-showcase-info,.quote-showcase-card{min-width:0}.quote-showcase-description{margin:0 0 1.5rem;max-width:none}.quote-showcase-rating{display:flex;align-items:center;gap:.75rem;margin-top:1.75rem}.quote-showcase-avatars{display:flex}.quote-showcase-avatars span{width:32px;height:32px;border-radius:50%;border:2px solid var(--bg-light);background:var(--brand-gradient);margin-left:-10px}.quote-showcase-avatars span:first-child{margin-left:0}.quote-showcase-rating strong{display:flex;align-items:center;gap:.3rem;color:var(--navy);font-size:.9375rem}.quote-showcase-rating strong svg{color:#f59e0b}.quote-showcase-rating span{display:block;color:var(--text-light);font-size:.8125rem}.quote-showcase-card{background:#fff;border-radius:1.25rem;box-shadow:var(--shadow-xl);padding:1.75rem}.quote-steps{display:flex;align-items:center;margin-bottom:1.75rem;overflow-x:auto}.quote-step{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.quote-step-number{width:24px;height:24px;border-radius:50%;background:var(--bg-gray);color:var(--text-light);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.quote-step.is-active .quote-step-number{background:var(--brand-gradient);color:#fff}.quote-step-label{font-size:.8125rem;font-weight:600;color:var(--text-color);white-space:nowrap}.quote-step-line{width:32px;height:2px;background:var(--border-color);margin:0 .5rem}.quote-showcase-product{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-light);border-radius:.875rem;margin-bottom:1.5rem}.quote-showcase-product-visual{width:56px;height:56px;border-radius:.75rem;background-color:var(--hero-navy);background-size:cover;background-position:center;flex-shrink:0}.quote-showcase-product strong{display:block;color:var(--navy)}.quote-showcase-product span{color:var(--text-light);font-size:.8125rem}.quote-showcase-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.quote-tier{position:relative;border:1.5px solid var(--border-color);border-radius:.875rem;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.4rem}.quote-tier.is-recommended{border-color:var(--brand-pink);box-shadow:0 10px 24px #ec48992e}.quote-tier-badge{position:absolute;top:-.65rem;right:1rem;background:var(--brand-pink);color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .55rem;border-radius:999px}.quote-tier-name{color:var(--navy);font-size:.9375rem}.quote-tier-delivery{color:var(--text-light);font-size:.75rem}.quote-tier-price{font-size:1.375rem;font-weight:800;color:var(--navy);margin:.25rem 0}.quote-tier-tagline{font-size:.75rem;color:var(--text-light);line-height:1.5;margin-bottom:.75rem;flex:1}.quote-tier .btn{justify-content:center}.quote-tier .btn-secondary{background:#fff;color:var(--brand-purple);border:1.5px solid var(--brand-purple)}.quote-tier .btn-secondary:hover{background:var(--brand-purple);color:#fff}@media(max-width:968px){.quote-showcase-grid{grid-template-columns:1fr}}@media(max-width:768px){.quote-showcase-tiers{grid-template-columns:1fr}}.product-categories{padding:2.75rem 0;background:#fff}.portfolio-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.product-categories-header-text{text-align:left;margin-bottom:0}.product-categories-header-actions{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.portfolio-nav{display:flex;gap:.6rem;flex-shrink:0}.portfolio-nav-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border-color);background:#fff;color:var(--navy);font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.portfolio-nav-btn:hover{background:var(--brand-purple);color:#fff;border-color:var(--brand-purple)}.categories-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;scrollbar-width:none;margin-bottom:1.5rem}.categories-track::-webkit-scrollbar{display:none}.category-card{flex:0 0 220px;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius);padding:1.5rem 1.25rem;scroll-snap-align:start;transition:var(--transition);display:block}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}.category-card-visual{display:block;position:relative;width:100%;aspect-ratio:4 / 3;border-radius:.75rem;background-color:var(--hero-navy);background-size:cover;background-position:center;margin-bottom:1.5rem}.category-card-icon{position:absolute;bottom:-16px;left:1rem;width:38px;height:38px;border-radius:50%;background:#fff;color:var(--brand-purple);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.category-title{color:var(--navy);margin-bottom:.3rem;font-size:1rem}.category-description{color:var(--text-light);font-size:.8125rem}.categories-more-link{color:var(--brand-purple);font-weight:600;font-size:.875rem;white-space:nowrap}@media(max-width:576px){.portfolio-header{flex-direction:column;align-items:flex-start}.product-categories-header-actions{width:100%;justify-content:space-between}.category-card{flex-basis:180px}}.techniques-row{padding:2.75rem 0;background:var(--bg-light)}.techniques-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.25rem;margin-bottom:1.5rem}.technique-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.technique-icon{width:56px;height:56px;border-radius:50%;background:#fff;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;color:var(--brand-purple)}.technique-label{font-size:.8125rem;font-weight:600;color:var(--text-color)}.techniques-more-link{display:block;text-align:center;color:var(--brand-purple);font-weight:600;font-size:.9375rem}@media(max-width:768px){.techniques-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.techniques-grid{grid-template-columns:repeat(2,1fr)}}.upload-advice{padding:2.75rem 0;background:#fff}.upload-advice h2{color:var(--navy);margin-bottom:.4rem}.upload-advice-subtitle{color:var(--text-light);margin-bottom:2rem}.upload-advice-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:2rem;align-items:start}.upload-advice-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.upload-advice-photo-img{position:relative;display:block;aspect-ratio:4 / 3;border-radius:.875rem;background-color:var(--hero-navy);background-size:cover;background-position:center;margin-bottom:1rem}.upload-advice-photo-icon{position:absolute;bottom:-14px;left:.9rem;width:34px;height:34px;border-radius:50%;background:#fff;color:var(--brand-purple);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.upload-advice-photo strong{display:block;color:var(--navy);font-size:.9375rem;margin:1.25rem 0 .35rem}.upload-advice-photo p{color:var(--text-light);font-size:.8125rem;line-height:1.5}.upload-advice-help{background:var(--bg-blue-light);border-radius:1rem;padding:1.5rem}.upload-advice-help strong{display:block;color:var(--navy);font-size:.9375rem;margin-bottom:1rem}.upload-advice-checklist{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.5rem}.upload-advice-checklist li{display:flex;align-items:center;gap:.55rem;font-weight:600;font-size:.875rem;color:var(--text-color)}.upload-advice-checklist li svg{color:var(--brand-purple);flex-shrink:0}@media(max-width:900px){.upload-advice-grid{grid-template-columns:1fr}.upload-advice-photos{grid-template-columns:repeat(3,1fr)}}@media(max-width:576px){.upload-advice-photos{grid-template-columns:1fr}}.network-banner{padding:2.5rem 0;background:#fff;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.network-banner-title{text-align:center;color:var(--navy);margin-bottom:1.75rem}.network-stats-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.network-stat{display:flex;align-items:flex-start;gap:.65rem}.network-stat-icon{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#7c3aed1f,#ec48991f);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.network-stat strong{display:block;font-size:.875rem;color:var(--navy);margin-bottom:.15rem}.network-stat p{font-size:.75rem;color:var(--text-light);line-height:1.4}@media(max-width:968px){.network-stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.network-stats-row{grid-template-columns:1fr}}.provider-cta{padding:2.5rem 0}.provider-cta-box{position:relative;background:linear-gradient(100deg,#7c3aedeb,#ec4899d9),var(--nav-dark) url(/formato.png) center / cover no-repeat;border-radius:1.25rem;padding:1.75rem 2.25rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;color:#fff}.provider-cta-text{max-width:640px}.provider-cta-text h2{color:#fff;margin-bottom:.6rem}.provider-cta-text p{color:#ffffffd9;font-size:.9375rem;line-height:1.6}.provider-cta-button{background:#fff;color:var(--brand-purple-dark);flex-shrink:0}.provider-cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media(max-width:576px){.provider-cta-box{flex-direction:column;align-items:flex-start}}.services-list-page{min-height:100vh;background:#fff;padding:11rem 0 4rem}.services-hero-row{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.services-hero-text{max-width:480px}.services-hero-text h1{color:var(--navy);margin-bottom:.6rem}.services-hero-text p{color:var(--text-light);line-height:1.7}.services-top-features{display:flex;gap:1.75rem;flex-wrap:wrap}.services-top-feature{display:flex;align-items:center;gap:.75rem;max-width:200px}.services-top-feature-icon{width:42px;height:42px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.services-top-feature strong{display:block;font-size:.875rem;color:var(--navy)}.services-top-feature p{color:var(--text-light);font-size:.75rem}.services-families-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.service-family-card{display:flex;align-items:stretch;gap:1rem;border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;transition:var(--transition)}.service-family-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.service-family-content{display:flex;flex-direction:column;flex:1;min-width:0}.service-family-icon{width:40px;height:40px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.service-family-content strong{display:block;color:var(--navy);font-size:1rem;margin-bottom:.35rem}.service-family-content p{color:var(--text-light);font-size:.8125rem;line-height:1.45;margin-bottom:.9rem;flex:1}.service-family-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--brand-pink);font-weight:700;font-size:.8125rem}.service-family-visual{width:84px;border-radius:.75rem;background-position:center;background-repeat:no-repeat;background-size:cover;flex-shrink:0}.services-cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;background:var(--bg-blue-light);border-radius:1.25rem;padding:2rem;margin-bottom:3rem}.services-cta-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.services-cta-text{flex:1;min-width:220px}.services-cta-text h2{color:var(--navy);font-size:1.25rem;margin-bottom:.25rem}.services-cta-text p{color:var(--text-light);font-size:.9375rem}.services-cta-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.services-cta-outline,.services-cta-primary{padding:.75rem 1.5rem;border-radius:.625rem;font-weight:700;font-size:.875rem;white-space:nowrap}.services-cta-outline{background:#fff;color:var(--navy);border:1.5px solid var(--border-color)}.services-cta-outline:hover{border-color:var(--brand-purple);color:var(--brand-purple)}.services-cta-primary{background:#fff;color:var(--brand-pink);border:1.5px solid var(--brand-pink)}.services-cta-primary:hover{background:var(--brand-pink);color:#fff}.services-cta-divider{color:var(--text-light);font-size:.8125rem}.services-bottom-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.services-bottom-feature-icon{width:44px;height:44px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.services-bottom-feature strong{display:block;color:var(--navy);font-size:.9375rem;margin-bottom:.3rem}.services-bottom-feature p{color:var(--text-light);font-size:.8125rem;line-height:1.5}@media(max-width:968px){.services-families-grid,.services-bottom-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.services-families-grid,.services-bottom-features{grid-template-columns:1fr}.service-family-visual{display:none}.services-cta{flex-direction:column;align-items:flex-start}}.product-page{padding:11rem 0 4rem;background:#fff}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1.5rem}.breadcrumbs a{color:var(--brand-purple)}.breadcrumbs span:not(:last-child){color:var(--border-color)}.product-top-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:3rem;margin-bottom:3rem}.product-thumbs{display:flex;flex-direction:column;gap:.75rem}.product-thumb{width:72px;height:72px;border-radius:.625rem;border:2px solid var(--border-color);background-color:var(--hero-navy);background-size:cover;background-position:center;background-repeat:no-repeat}.product-thumb.is-active{border-color:var(--brand-purple)}.product-gallery{display:flex;align-items:flex-start;gap:1rem}.product-main-image{position:relative;flex:1;min-width:0;max-width:100%;aspect-ratio:4 / 3;border-radius:1rem;overflow:hidden}.product-main-image-visual{display:block;width:100%;height:100%;background-color:var(--hero-navy);background-size:cover;background-position:center;background-repeat:no-repeat}.product-image-heart,.product-image-zoom{position:absolute;width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--navy);box-shadow:var(--shadow-md)}.product-image-heart{top:.75rem;right:.75rem}.product-image-heart .product-image-heart-fill{position:absolute;inset:0;border-radius:50%;background:#ec489926}.product-image-zoom{bottom:.75rem;right:.75rem}.product-info h1{color:var(--navy);margin-bottom:.4rem}.product-category-tag{display:inline-block;color:var(--text-light);font-size:.875rem;margin-bottom:.75rem}.product-rating-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.product-rating{display:flex;align-items:center;gap:.3rem;font-weight:600;color:var(--navy);font-size:.875rem}.product-rating svg{color:#f59e0b}.product-verified-badge{display:flex;align-items:center;gap:.3rem;background:#10b9811a;color:var(--secondary-color);font-size:.8125rem;font-weight:600;padding:.25rem .6rem;border-radius:999px}.product-description{color:var(--text-light);line-height:1.7;margin-bottom:1.25rem}.product-badges-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.75rem}.product-badge{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;color:var(--text-color)}.product-badge svg{color:var(--brand-purple)}.product-configurator{border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem}.product-configurator h3{margin-bottom:1rem;font-size:1.0625rem;color:var(--navy)}.product-configurator-field{margin-bottom:1rem}.product-configurator-field label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-light);margin-bottom:.4rem}.product-configurator-field select,.product-configurator-field input[type=number]{width:100%;padding:.6rem .75rem;border:1px solid var(--border-color);border-radius:.625rem;font-family:inherit;font-size:.875rem;color:var(--text-color)}.quantity-stepper button{width:36px;height:36px;border-radius:.5rem;border:1px solid var(--border-color);font-size:1.125rem;color:var(--navy);flex-shrink:0}.quantity-stepper button:hover{border-color:var(--brand-purple);color:var(--brand-purple)}.quantity-stepper input{flex:1;text-align:center;padding:.6rem .5rem;border:1px solid var(--border-color);border-radius:.5rem;font-family:inherit}.product-configurator-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1rem;margin-bottom:1.25rem}.product-price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.product-price-label{color:var(--text-light);font-size:.875rem}.product-price-value{font-size:1.625rem;color:var(--navy)}.product-price-units{color:var(--text-light);font-size:.8125rem}.product-actions{display:flex;gap:.75rem;flex-wrap:wrap}.product-actions .btn{flex:1;justify-content:center}.product-configurator .btn-secondary{background:#fff;color:var(--brand-purple);border:1.5px solid var(--brand-purple)}.product-different-link{display:block;text-align:center;margin-top:.75rem;font-size:.8125rem;font-weight:600;color:var(--brand-purple)}.product-trust-row{display:flex;gap:1.5rem;flex-wrap:wrap}.product-trust-row span{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--text-color)}.product-trust-row svg{color:var(--brand-purple);flex-shrink:0}.product-trust-row small{display:block;font-weight:400;color:var(--text-light)}.product-tabs{display:flex;gap:1.5rem;border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;overflow-x:auto}.product-tab{padding:.75rem .25rem;font-weight:600;font-size:.9375rem;color:var(--text-light);border-bottom:2px solid transparent;white-space:nowrap}.product-tab.is-active{color:var(--brand-purple);border-bottom-color:var(--brand-purple)}.product-tab-content{color:var(--text-color);line-height:1.7;margin-bottom:3rem;max-width:800px}.product-spec-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.product-reviews{display:flex;flex-direction:column;gap:1.25rem}.product-review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.3rem}.product-review-header span{color:#f59e0b;letter-spacing:.05em}.product-featured,.product-details-section,.product-inspiration-section,.product-related-section{margin-bottom:3rem}.product-featured h2,.product-details-section h2,.product-inspiration-section h2,.product-related-section h2{color:var(--navy);margin-bottom:1.5rem}.product-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.product-featured-card{position:relative;border:1.5px solid var(--border-color);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column}.product-featured-card.is-highlighted{border-color:var(--brand-pink);box-shadow:0 10px 24px #ec48992e}.product-featured-badge{position:absolute;top:-.65rem;right:1.25rem;background:var(--brand-pink);color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;padding:.2rem .55rem;border-radius:999px}.product-featured-visual{aspect-ratio:16 / 10;border-radius:.75rem;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));margin-bottom:1rem}.product-featured-card h3{color:var(--navy);font-size:1.0625rem;margin-bottom:.3rem}.product-featured-card p{color:var(--text-light);font-size:.875rem;margin-bottom:.75rem}.product-featured-price{font-size:1.25rem;color:var(--navy)}.product-featured-units{display:block;color:var(--text-light);font-size:.75rem;margin-bottom:.75rem}.product-featured-card ul{list-style:none;display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.25rem;flex:1}.product-featured-card ul li{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--text-color)}.product-featured-card ul li svg{color:var(--secondary-color);flex-shrink:0}.product-featured-card .btn-secondary{background:#fff;color:var(--brand-purple);border:1.5px solid var(--brand-purple)}.product-details-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.product-detail-item{display:flex;align-items:center;gap:.65rem;color:var(--brand-purple)}.product-detail-item div{display:flex;flex-direction:column}.product-detail-item strong{color:var(--navy);font-size:.875rem}.product-detail-item span{color:var(--text-light);font-size:.75rem}.product-inspiration-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.product-inspiration-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.product-inspiration-visual{width:100%;aspect-ratio:1;border-radius:.75rem;background:linear-gradient(160deg,var(--hero-navy),var(--hero-navy-light))}.product-inspiration-item span:last-child{font-size:.8125rem;color:var(--text-color);font-weight:600}.product-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-related-card{display:flex;flex-direction:column;gap:.3rem;border:1px solid var(--border-color);border-radius:.875rem;padding:1rem;transition:var(--transition)}.product-related-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-related-visual{aspect-ratio:4 / 3;border-radius:.625rem;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));margin-bottom:.5rem}.product-related-card strong{color:var(--navy);font-size:.9375rem}.product-related-units{color:var(--text-light);font-size:.75rem}.product-related-link{color:var(--brand-purple);font-weight:600;font-size:.8125rem;margin-top:.3rem}@media(max-width:968px){.product-top-grid,.product-featured-grid{grid-template-columns:1fr}.product-details-grid,.product-inspiration-grid,.product-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.product-gallery{flex-direction:column-reverse}.product-thumbs{flex-direction:row}.product-configurator-grid{grid-template-columns:1fr}}.service-page{padding:11rem 0 4rem;background:#fff;min-height:100vh}.service-page .breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1.5rem}.service-page .breadcrumbs a{color:var(--brand-purple)}.service-page .breadcrumbs span:not(:last-child){color:var(--border-color)}.service-hero{max-width:100%;margin-bottom:0}.service-category{display:inline-block;background:var(--bg-blue-light);color:var(--brand-purple);padding:.4rem .9rem;border-radius:999px;font-size:.75rem;font-weight:700;margin-bottom:1rem}.service-hero h1{font-size:2.5rem;font-weight:800;color:var(--navy);margin-bottom:1rem;line-height:1.15}.service-description{font-size:1.125rem;color:var(--text-light);margin-bottom:1.75rem;line-height:1.6}.service-cta{display:flex;gap:1rem;flex-wrap:wrap}.service-btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border:1.5px solid var(--border-color);border-radius:.75rem;font-weight:700;font-size:.9375rem;color:var(--text-color);transition:var(--transition)}.service-btn-outline:hover{border-color:var(--brand-purple);color:var(--brand-purple)}.service-grid{display:grid;grid-template-columns:1fr 320px;gap:3rem;margin-bottom:3rem}.service-main{min-width:0}.service-section{margin-bottom:2.5rem}.service-section h2{font-size:1.5rem;font-weight:800;color:var(--navy);margin-bottom:1.25rem}.service-section p{font-size:1rem;line-height:1.75;color:var(--text-light)}.feature-list{list-style:none;padding:0;display:grid;gap:.9rem}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--text-color)}.feature-list li svg{flex-shrink:0;margin-top:.2rem;color:var(--brand-purple)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.benefit-card{display:flex;align-items:center;gap:.9rem;padding:1.1rem 1.25rem;background:var(--bg-light);border-radius:.875rem;border:1px solid var(--border-color);transition:var(--transition)}.benefit-card:hover{border-color:var(--brand-purple);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.benefit-card svg{flex-shrink:0;color:var(--brand-pink)}.benefit-card span{font-weight:600;font-size:.9375rem;color:var(--text-color)}.applications-grid{display:flex;flex-wrap:wrap;gap:.65rem}.application-tag{padding:.6rem 1.1rem;background:var(--bg-blue-light);color:var(--brand-purple);border-radius:999px;font-weight:600;font-size:.875rem}.service-different-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--brand-pink);font-weight:700;font-size:.9375rem}.service-sidebar{position:sticky;top:6.5rem;height:fit-content;display:flex;flex-direction:column;gap:1.25rem}.sidebar-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem}.sidebar-card h3{font-size:1.0625rem;font-weight:800;color:var(--navy);margin-bottom:.5rem}.sidebar-card p{color:var(--text-light);margin-bottom:1.1rem;font-size:.875rem}.btn-full{display:block;width:100%;text-align:center}.contact-info{display:flex;flex-direction:column;gap:1.1rem}.contact-item{display:flex;gap:.75rem}.contact-item svg{flex-shrink:0;color:var(--brand-purple);margin-top:.15rem}.contact-item div{flex:1}.contact-item .label{display:block;font-size:.6875rem;color:var(--text-light);font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem}.contact-item a{color:var(--navy);font-weight:600;font-size:.9375rem;display:block}.contact-item a:hover{color:var(--brand-purple)}.related-services{display:flex;flex-direction:column;gap:.25rem}.related-service-link{padding:.6rem .5rem;color:var(--text-color);border-radius:.5rem;font-size:.875rem;font-weight:600;transition:var(--transition)}.related-service-link:hover{background:var(--bg-light);color:var(--brand-purple)}.service-cta-section{background:var(--nav-dark);color:#fff;padding:3.5rem 2.5rem;border-radius:1.5rem;text-align:center}.service-cta-section h2{font-size:1.875rem;font-weight:800;margin-bottom:.6rem}.service-cta-section p{font-size:1.0625rem;opacity:.85;margin-bottom:1.75rem}.service-page .btn{display:inline-flex;align-items:center;gap:.5rem}@media(max-width:968px){.service-grid{grid-template-columns:1fr}.service-sidebar{position:static}}@media(max-width:576px){.service-hero h1{font-size:1.875rem}.service-cta{flex-direction:column}.service-cta a{width:100%;justify-content:center;text-align:center}.benefits-grid{grid-template-columns:1fr}.service-cta-section{padding:2.5rem 1.5rem}.service-cta-section h2{font-size:1.5rem}}.products-index-page{padding:11rem 0 4rem;background:#fff}.products-index-page .breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1.25rem}.products-index-page .breadcrumbs a{color:var(--brand-purple)}.products-index-page .breadcrumbs span:not(:last-child){color:var(--border-color)}.products-index-page h1{color:var(--navy);margin-bottom:.4rem}.products-index-subtitle{color:var(--text-light);margin-bottom:1.75rem}.products-index-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.products-index-feature{display:flex;align-items:center;gap:.75rem;border:1px solid var(--border-color);border-radius:.875rem;padding:1rem}.products-index-feature-icon{width:40px;height:40px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.products-index-feature strong{display:block;font-size:.875rem;color:var(--navy)}.products-index-feature p{color:var(--text-light);font-size:.75rem}.products-index-grid{display:grid;grid-template-columns:260px 1fr;gap:2rem;align-items:start}.products-index-sidebar h2{color:var(--navy);font-size:1.0625rem;margin-bottom:.9rem}.products-index-categories{list-style:none;display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.5rem}.products-index-categories button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .75rem;border-radius:.625rem;font-size:.875rem;font-weight:600;color:var(--text-color);text-align:left}.products-index-categories button:hover{background:var(--bg-light)}.products-index-categories button.is-active{background:var(--brand-gradient);color:#fff}.products-index-categories button span{color:inherit;opacity:.7;font-weight:600;font-size:.75rem}.products-index-help{background:var(--bg-blue-light);border-radius:1rem;padding:1.25rem}.products-index-help strong{display:block;color:var(--navy);font-size:.9375rem;margin-bottom:.4rem}.products-index-help p{color:var(--text-light);font-size:.8125rem;margin-bottom:1rem}.products-index-help-btn{display:block;width:100%;text-align:center;background:#fff;color:var(--brand-pink);border:1.5px solid var(--brand-pink);font-weight:700;padding:.7rem 1rem;border-radius:.625rem;margin-bottom:.9rem}.products-index-help-btn:hover{background:var(--brand-pink);color:#fff}.products-index-help-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--brand-purple);font-weight:600;font-size:.8125rem}.products-index-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.products-index-count{color:var(--text-light);font-size:.875rem}.products-index-toolbar-actions{display:flex;align-items:center;gap:1rem}.products-index-sort{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);font-weight:600}.products-index-sort select{padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:.5rem;font-family:inherit;font-size:.8125rem;color:var(--text-color)}.products-index-view-toggle{display:flex;border:1px solid var(--border-color);border-radius:.5rem;overflow:hidden}.products-index-view-toggle button{width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:var(--text-light)}.products-index-view-toggle button.is-active{background:var(--brand-gradient);color:#fff}.products-index-results.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.products-index-results.list{display:flex;flex-direction:column;gap:1rem}.products-index-card{border:1px solid var(--border-color);border-radius:1rem;overflow:hidden;transition:var(--transition)}.products-index-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.products-index-results.list .products-index-card{display:flex;align-items:stretch}.products-index-card-visual{position:relative;display:block;aspect-ratio:4 / 3;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));background-size:cover;background-position:center}.products-index-card-visual.has-logo{background-color:var(--bg-light);background-size:cover;background-repeat:no-repeat;background-position:center}.products-index-results.list .products-index-card-visual{width:140px;aspect-ratio:auto;flex-shrink:0}.products-index-card-badge{position:absolute;top:.6rem;right:.6rem;background:#fff;color:var(--brand-purple);font-size:.6875rem;font-weight:700;padding:.2rem .55rem;border-radius:999px}.products-index-card-body{padding:1.1rem;flex:1}.products-index-card-body strong{display:block;color:var(--navy);font-size:.9375rem;margin-bottom:.3rem}.products-index-card-body p{color:var(--text-light);font-size:.8125rem;line-height:1.45;margin-bottom:.6rem}.products-index-card-price{display:block;color:var(--navy);font-weight:700;margin-bottom:.4rem}.products-index-card-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--brand-pink);font-weight:700;font-size:.8125rem}.products-index-pagination{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:2rem}.products-index-pagination button{padding:.6rem 1.1rem;border:1px solid var(--border-color);border-radius:.625rem;font-weight:600;font-size:.8125rem;color:var(--text-color)}.products-index-pagination button:disabled{opacity:.4;cursor:not-allowed}.products-index-pagination button:not(:disabled):hover{border-color:var(--brand-purple);color:var(--brand-purple)}.products-index-pagination span{color:var(--text-light);font-size:.8125rem}@media(max-width:968px){.products-index-features{grid-template-columns:repeat(2,1fr)}.products-index-grid{grid-template-columns:1fr}.products-index-results.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.products-index-features,.products-index-results.grid{grid-template-columns:1fr}.products-index-results.list .products-index-card{flex-direction:column}.products-index-results.list .products-index-card-visual{width:100%;aspect-ratio:4 / 3}}.solutions-index-page{padding:11rem 0 4rem;background:#fff}.solutions-index-page .breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1.25rem}.solutions-index-page .breadcrumbs a{color:var(--brand-purple)}.solutions-index-page .breadcrumbs span:not(:last-child){color:var(--border-color)}.solutions-index-hero-row{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem}.solutions-index-hero-text{max-width:480px}.solutions-index-hero-text h1{color:var(--navy);margin-bottom:.6rem}.solutions-index-hero-text p{color:var(--text-light);line-height:1.7}.solutions-index-features{display:flex;gap:1.5rem;flex-wrap:wrap}.solutions-index-feature{display:flex;align-items:center;gap:.65rem;max-width:190px}.solutions-index-feature-icon{width:40px;height:40px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.solutions-index-feature strong{display:block;font-size:.8125rem;color:var(--navy)}.solutions-index-feature p{color:var(--text-light);font-size:.75rem}.solutions-index-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.solution-card{display:block;border:1px solid var(--border-color);border-radius:1rem;overflow:hidden;transition:var(--transition)}.solution-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.solution-card-visual{position:relative;aspect-ratio:4 / 3;background-color:var(--hero-navy);background-size:cover;background-position:center}.solution-card-icon{position:absolute;bottom:-18px;left:1rem;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--brand-purple);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.solution-card strong{display:block;color:var(--navy);font-size:1rem;margin:1.75rem 1.25rem .4rem}.solution-card p{color:var(--text-light);font-size:.8125rem;line-height:1.45;margin:0 1.25rem .9rem}.solution-card-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--brand-purple);font-weight:700;font-size:.8125rem;margin:0 1.25rem 1.25rem}.solutions-index-cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;background:var(--bg-blue-light);border-radius:1.25rem;padding:2rem}.solutions-index-cta-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.solutions-index-cta-text{flex:1;min-width:220px}.solutions-index-cta-text h2{color:var(--navy);font-size:1.25rem;margin-bottom:.25rem}.solutions-index-cta-text p{color:var(--text-light);font-size:.9375rem}.solutions-index-cta-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.solutions-index-cta-outline{background:#fff;color:var(--navy);border:1.5px solid var(--border-color);display:inline-flex;align-items:center;gap:.5rem}.solutions-index-cta-outline:hover{border-color:var(--brand-purple);color:var(--brand-purple)}@media(max-width:968px){.solutions-index-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.solutions-index-grid{grid-template-columns:1fr}}.solution-detail-page{padding:11rem 0 4rem;background:#fff}.solution-detail-page .breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1.5rem}.solution-detail-page .breadcrumbs a{color:var(--brand-purple)}.solution-detail-page .breadcrumbs span:not(:last-child){color:var(--border-color)}.solution-detail-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:3rem}.solution-detail-badge{display:inline-block;background:#ec48991a;color:var(--brand-pink);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .65rem;border-radius:999px;margin-bottom:.75rem}.solution-detail-hero-text h1{color:var(--navy);margin-bottom:.75rem}.solution-detail-hero-text>p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.solution-detail-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1.75rem}.solution-detail-feature{display:flex;align-items:flex-start;gap:.65rem}.solution-detail-feature-icon{width:38px;height:38px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.solution-detail-feature strong{display:block;color:var(--navy);font-size:.875rem;margin-bottom:.15rem}.solution-detail-feature p{color:var(--text-light);font-size:.75rem;line-height:1.4}.solution-detail-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.solution-detail-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--brand-purple);font-weight:700;font-size:.9375rem}.solution-detail-visual{position:relative}.solution-detail-visual-panel{display:block;width:100%;aspect-ratio:4 / 3.4;border-radius:1.25rem;background-color:var(--hero-navy);background-size:cover;background-position:center}.solution-detail-tip{position:absolute;bottom:-1.25rem;right:1.5rem;left:1.5rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);padding:1rem 1.25rem;display:flex;align-items:flex-start;gap:.75rem}.solution-detail-tip-icon{width:34px;height:34px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.solution-detail-tip strong{display:block;color:var(--navy);font-size:.875rem;margin-bottom:.2rem}.solution-detail-tip p{color:var(--text-light);font-size:.8125rem;line-height:1.4}.solution-detail-includes{border:1px solid var(--border-color);border-radius:1.25rem;padding:2rem;margin-bottom:3rem}.solution-detail-includes h2{color:var(--navy);font-size:1.25rem;margin-bottom:.3rem}.solution-detail-includes>p{color:var(--text-light);font-size:.875rem;margin-bottom:1.5rem}.solution-detail-includes-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.solution-detail-include{display:flex;align-items:flex-start;gap:.65rem}.solution-detail-include-icon{width:38px;height:38px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.solution-detail-include strong{display:block;color:var(--navy);font-size:.875rem}.solution-detail-include p{color:var(--text-light);font-size:.75rem}.solution-detail-recommended{margin-bottom:3rem}.solution-detail-recommended-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.solution-detail-recommended-header h2{color:var(--navy);font-size:1.25rem}.solution-detail-recommended-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.solution-product-card{border:1px solid var(--border-color);border-radius:1rem;padding:1rem;transition:var(--transition);display:block}.solution-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.solution-product-visual{display:block;aspect-ratio:4 / 3;border-radius:.75rem;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));margin-bottom:.75rem}.solution-product-card strong{display:block;color:var(--navy);font-size:.875rem;margin-bottom:.25rem}.solution-product-card p{color:var(--text-light);font-size:.75rem;margin-bottom:.5rem}.solution-product-price{color:var(--brand-pink);font-weight:700;font-size:.8125rem}.solution-detail-process{margin-bottom:3rem}.solution-detail-process h2{color:var(--navy);font-size:1.25rem;margin-bottom:1.75rem}.solution-detail-process-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.solution-process-top{display:flex;align-items:center;margin-bottom:.75rem}.solution-process-number{width:26px;height:26px;border-radius:50%;background:var(--brand-gradient);color:#fff;font-weight:700;font-size:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.solution-process-line{flex:1;height:0;border-top:2px dashed var(--border-color);margin-left:.5rem}.solution-process-icon{width:42px;height:42px;border-radius:.75rem;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;margin-bottom:.65rem}.solution-process-step strong{display:block;color:var(--navy);font-size:.875rem;margin-bottom:.25rem}.solution-process-step p{color:var(--text-light);font-size:.75rem;line-height:1.4}.solution-detail-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;background:var(--bg-blue-light);border-radius:1.25rem;padding:2rem;margin-bottom:2.5rem}.solution-detail-cta h2{color:var(--navy);font-size:1.25rem;margin-bottom:.3rem}.solution-detail-cta p{color:var(--text-light);font-size:.9375rem}.solution-detail-cta-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.solution-detail-cta-outline{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--navy);border:1.5px solid var(--border-color);padding:.75rem 1.5rem;border-radius:.625rem;font-weight:700;font-size:.9375rem}.solution-detail-cta-outline:hover{border-color:var(--brand-purple);color:var(--brand-purple)}.solution-detail-bottom-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.solution-bottom-feature{display:flex;align-items:center;gap:.6rem}.solution-bottom-feature-icon{width:36px;height:36px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.solution-bottom-feature strong{display:block;color:var(--navy);font-size:.8125rem}.solution-bottom-feature p{color:var(--text-light);font-size:.75rem}.solution-detail-more{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid var(--border-color);font-size:.8125rem}.solution-detail-more span{color:var(--text-light);font-weight:600}.solution-detail-more a{color:var(--brand-purple);font-weight:600}@media(max-width:968px){.solution-detail-hero{grid-template-columns:1fr}.solution-detail-includes-row{grid-template-columns:repeat(2,1fr)}.solution-detail-recommended-grid{grid-template-columns:repeat(3,1fr)}.solution-detail-process-row,.solution-detail-bottom-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.solution-detail-features,.solution-detail-includes-row,.solution-detail-recommended-grid,.solution-detail-process-row,.solution-detail-bottom-features{grid-template-columns:1fr}.solution-process-line{display:none}}.cart-page{padding:11rem 0 4rem;background:#fff}.cart-page .breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1rem}.cart-page .breadcrumbs a{color:var(--brand-purple)}.cart-page .breadcrumbs span:not(:last-child){color:var(--border-color)}.cart-title-row{display:flex;align-items:center;gap:.9rem;margin-bottom:1.75rem}.cart-title-row h1{color:var(--navy);margin:0}.cart-count-badge{background:var(--bg-blue-light);color:var(--brand-purple);font-size:.75rem;font-weight:700;padding:.25rem .7rem;border-radius:999px}.cart-empty{text-align:center;padding:4rem 1rem;border:1px dashed var(--border-color);border-radius:1rem}.cart-empty p{color:var(--text-light);margin-bottom:1.25rem}.cart-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:2.5rem;align-items:start}.cart-shipping-banner{display:flex;align-items:flex-start;gap:.75rem;background:#10b98114;border:1px solid rgba(16,185,129,.25);color:var(--secondary-color);border-radius:.875rem;padding:1rem 1.25rem;margin-bottom:1.5rem}.cart-shipping-banner>div{flex:1}.cart-shipping-banner span:first-child{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.cart-shipping-track{width:100%;height:6px;background:#10b98133;border-radius:999px;overflow:hidden;margin-bottom:.4rem}.cart-shipping-fill{display:block;height:100%;background:var(--secondary-color)}.cart-shipping-values{font-size:.75rem;color:var(--text-light)}.cart-table{border:1px solid var(--border-color);border-radius:1rem;overflow:hidden;margin-bottom:1.25rem}.cart-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:.9rem 1.25rem;background:var(--bg-light);font-size:.75rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.03em}.cart-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;align-items:center;padding:1.1rem 1.25rem;border-top:1px solid var(--border-color)}.cart-row-product{display:flex;align-items:center;gap:.9rem}.cart-row-visual{width:64px;height:64px;border-radius:.75rem;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));flex-shrink:0}.cart-row-product a{display:block;color:var(--navy);font-weight:700;font-size:.9375rem;margin-bottom:.2rem}.cart-row-variant{display:block;color:var(--text-light);font-size:.8125rem}.cart-row-specs{display:block;color:var(--text-light);font-size:.75rem;white-space:pre-line;line-height:1.5;margin-top:.2rem}.cart-row-price{color:var(--text-color);font-weight:600;font-size:.875rem}.cart-row-price small{display:block;color:var(--text-light);font-weight:400;font-size:.6875rem}.cart-row-quantity{display:flex;align-items:center;gap:.5rem}.cart-row-quantity button{width:28px;height:28px;border-radius:.5rem;border:1px solid var(--border-color);color:var(--navy)}.cart-row-quantity span{min-width:32px;text-align:center;font-weight:600;font-size:.8125rem}.cart-row-subtotal{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-weight:700;color:var(--navy)}.cart-row-remove{color:var(--text-light);font-size:.875rem}.cart-row-remove:hover{color:var(--brand-pink)}.cart-actions-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.cart-clear-btn,.cart-save-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;border:1.5px solid var(--border-color);border-radius:.625rem;font-weight:600;font-size:.8125rem;color:var(--text-color)}.cart-clear-btn:hover{border-color:var(--brand-pink);color:var(--brand-pink)}.cart-save-btn:hover{border-color:var(--brand-purple);color:var(--brand-purple)}.cart-saved-message{color:var(--secondary-color);font-weight:600;font-size:.8125rem;margin-bottom:1.5rem}.cart-more-banner{display:flex;align-items:center;gap:1rem;background:var(--bg-blue-light);border-radius:1rem;padding:1.25rem;margin-bottom:2rem;flex-wrap:wrap}.cart-more-icon{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-more-text{flex:1;min-width:200px}.cart-more-text strong{display:block;color:var(--navy)}.cart-more-text p{color:var(--text-light);font-size:.8125rem}.cart-more-btn{background:#fff;border:1.5px solid var(--brand-purple);color:var(--brand-purple);font-weight:700;font-size:.8125rem;padding:.6rem 1.25rem;border-radius:.625rem}.cart-more-btn:hover{background:var(--brand-purple);color:#fff}.cart-suggestions{margin-bottom:2rem}.cart-suggestions h2{color:var(--navy);font-size:1.125rem;margin-bottom:1.25rem}.cart-suggestions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.cart-suggestion-card{border:1px solid var(--border-color);border-radius:.875rem;padding:.9rem}.cart-suggestion-visual{display:block;aspect-ratio:4 / 3;border-radius:.625rem;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));margin-bottom:.6rem}.cart-suggestion-card strong{display:block;color:var(--navy);font-size:.8125rem;margin-bottom:.2rem}.cart-suggestion-price{display:block;color:var(--brand-pink);font-weight:700;font-size:.75rem;margin-bottom:.6rem}.cart-suggestion-card button{width:100%;padding:.5rem;border:1.5px solid var(--brand-purple);border-radius:.5rem;color:var(--brand-purple);font-weight:600;font-size:.75rem}.cart-suggestion-card button:hover{background:var(--brand-purple);color:#fff}.cart-bottom-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.cart-bottom-feature{display:flex;align-items:flex-start;gap:.6rem;color:var(--brand-purple)}.cart-bottom-feature strong{display:block;color:var(--navy);font-size:.8125rem}.cart-bottom-feature p{color:var(--text-light);font-size:.75rem}.cart-summary{position:sticky;top:128px;border:1px solid var(--border-color);border-radius:1.25rem;padding:1.5rem}.cart-summary h2{color:var(--navy);font-size:1.0625rem;margin-bottom:1.25rem}.cart-summary-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:var(--text-color);margin-bottom:.75rem}.cart-summary-link{color:var(--brand-purple);font-weight:600}.cart-summary-total{display:flex;flex-direction:column;padding-top:1rem;margin-top:.5rem;margin-bottom:1.25rem;border-top:1px solid var(--border-color)}.cart-summary-total span{color:var(--text-light);font-size:.8125rem}.cart-summary-total strong{font-size:1.5rem;color:var(--navy)}.cart-summary-total small{color:var(--text-light);font-size:.75rem}.cart-summary-note{background:var(--bg-light);border-radius:.75rem;padding:.9rem 1rem;color:var(--text-light);font-size:.8125rem;line-height:1.5;margin-bottom:1.25rem}.cart-summary .btn-full{margin-bottom:.75rem}.cart-summary-secondary{display:block;text-align:center;color:var(--brand-purple);font-weight:600;font-size:.875rem;margin-bottom:1.5rem}.cart-summary-info{display:flex;align-items:flex-start;gap:.65rem;background:var(--bg-light);border-radius:.875rem;padding:1rem;margin-bottom:1rem}.cart-summary-info svg{color:var(--brand-purple);flex-shrink:0;margin-top:.15rem}.cart-summary-info strong{display:block;color:var(--navy);font-size:.8125rem}.cart-summary-info p{color:var(--text-light);font-size:.75rem;margin-bottom:.4rem}.cart-summary-info a{color:var(--brand-purple);font-weight:600;font-size:.75rem;display:inline-flex;align-items:center;gap:.3rem}.cart-summary-trust{display:flex;flex-direction:column;gap:.75rem}.cart-summary-trust span{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--text-color)}.cart-summary-trust svg{color:var(--brand-purple);flex-shrink:0;margin-top:.1rem}.cart-summary-trust small{display:block;color:var(--text-light);font-weight:400}@media(max-width:1100px){.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:900px){.cart-table-header{display:none}.cart-row{grid-template-columns:1fr;gap:.6rem}.cart-row-subtotal{justify-content:flex-start;gap:1rem}.cart-suggestions-grid{grid-template-columns:repeat(2,1fr)}.cart-bottom-features{grid-template-columns:1fr}}@media(max-width:576px){.cart-suggestions-grid{grid-template-columns:1fr}}.special-project-page{padding:11rem 0 4rem;background:#fff}.special-project-intro{max-width:640px;margin-bottom:2.5rem}.special-project-intro h1{color:var(--navy);margin-bottom:.75rem;position:relative}.special-project-intro p{color:var(--text-light);line-height:1.7}.special-project-intro strong{color:var(--brand-purple)}.special-project-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.special-project-card{border:1px solid var(--border-color);border-radius:1.25rem;padding:2rem;text-align:center}.special-project-icon-collage{display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.special-project-whatsapp-icon{width:84px;height:84px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px #25d36659}.special-project-card h2{color:var(--navy);font-size:1.25rem;margin-bottom:.5rem}.special-project-card>p{color:var(--text-light);margin-bottom:1.25rem}.whatsapp-cta-button{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;font-weight:700;padding:.85rem 1.75rem;border-radius:.75rem;font-size:1rem}.whatsapp-cta-button:hover{background:#1ebe5a}.special-project-safe-note{display:block;color:var(--text-light);font-size:.75rem;margin-top:.6rem;margin-bottom:1.75rem}.special-project-points{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;text-align:left;border-top:1px solid var(--border-color);padding-top:1.5rem}.special-project-point{display:flex;align-items:center;gap:.6rem;font-size:.8125rem;font-weight:600;color:var(--text-color)}.special-project-point svg{color:var(--brand-purple);flex-shrink:0}.special-project-preview{background:var(--bg-light);border-radius:1.25rem;padding:1.75rem;display:flex;flex-direction:column}.special-project-preview-header{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--navy);margin-bottom:1.25rem}.special-project-preview-header svg{color:#25d366}.special-project-example-badge{margin-left:auto;background:#7c3aed1a;color:var(--brand-purple);font-size:.6875rem;font-weight:700;padding:.15rem .55rem;border-radius:999px}.special-project-chat-bubble{background:#dcf8c6;border-radius:.875rem;padding:1rem 1.25rem;position:relative;margin-bottom:1.25rem}.special-project-chat-bubble p{color:#1f2d1a;font-size:.875rem;margin-bottom:.4rem}.special-project-chat-field{font-weight:600}.special-project-chat-time{display:block;text-align:right;color:#4a5c40;font-size:.6875rem;margin-top:.5rem}.special-project-preview-note{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:.8125rem}.special-project-usecases,.special-project-online{margin-bottom:2.5rem}.special-project-usecases h2,.special-project-online h2{color:var(--navy);font-size:1.25rem;margin-bottom:1.25rem}.special-project-usecases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.special-project-usecase{border:1px solid var(--border-color);border-radius:1rem;padding:1.25rem}.special-project-usecase svg{color:var(--brand-purple);margin-bottom:.75rem}.special-project-usecase strong{display:block;color:var(--navy);margin-bottom:.35rem}.special-project-usecase p{color:var(--text-light);font-size:.8125rem}.special-project-online-row{display:flex;flex-wrap:wrap;gap:.75rem}.special-project-online-chip{display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--border-color);border-radius:999px;padding:.5rem 1rem .5rem .5rem;font-size:.875rem;font-weight:600;color:var(--text-color)}.special-project-online-chip:hover{border-color:var(--brand-purple);color:var(--brand-purple)}.special-project-online-visual{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));flex-shrink:0}.special-project-note{background:#7c3aed0f;border:1px solid rgba(124,58,237,.2);border-radius:.875rem;padding:1rem 1.25rem;color:var(--text-color);font-size:.875rem}.special-project-note strong{color:var(--brand-purple)}@media(max-width:900px){.special-project-grid{grid-template-columns:1fr}.special-project-usecases-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.special-project-points,.special-project-usecases-grid{grid-template-columns:1fr}}.search-results-page{padding:11rem 0 4rem;background:#fff;min-height:60vh}.search-results-page .breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1.25rem}.search-results-page .breadcrumbs a{color:var(--brand-purple)}.search-results-page .breadcrumbs span:not(:last-child){color:var(--border-color)}.search-results-title{color:var(--navy);margin-bottom:.3rem}.search-results-count{color:var(--text-light);margin-bottom:1.5rem}.search-results-filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.search-results-filters button{padding:.5rem 1rem;border-radius:999px;border:1.5px solid var(--border-color);font-size:.8125rem;font-weight:600;color:var(--text-color)}.search-results-filters button.is-active{border-color:var(--brand-purple);color:var(--brand-purple);background:#7c3aed0f}.search-results-grid{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}.search-results-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.search-result-card{border:1px solid var(--border-color);border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;transition:var(--transition)}.search-result-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.search-result-visual{display:block;aspect-ratio:4 / 3;border-radius:.75rem;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));background-size:cover;background-position:center;margin-bottom:.9rem}.search-result-visual.has-logo{background-color:var(--bg-light);background-size:cover;background-repeat:no-repeat;background-position:center}.search-result-card strong{color:var(--navy);font-size:1rem;margin-bottom:.2rem}.search-result-category{color:var(--text-light);font-size:.75rem;margin-bottom:.5rem}.search-result-card p{color:var(--text-light);font-size:.8125rem;margin-bottom:.75rem;flex:1}.search-result-price{display:block;color:var(--navy);font-weight:700;margin-bottom:.4rem}.search-result-link{color:var(--brand-purple);font-weight:600;font-size:.8125rem}.search-results-empty{text-align:center;padding:3rem 1rem;border:1px dashed var(--border-color);border-radius:1rem}.search-results-empty svg{color:var(--brand-purple);margin-bottom:1rem}.search-results-empty h2{color:var(--navy);font-size:1.25rem;margin-bottom:.5rem}.search-results-empty p{color:var(--text-light);max-width:420px;margin:0 auto 1.25rem}.search-results-whatsapp{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;font-weight:700;padding:.75rem 1.5rem;border-radius:.75rem}.search-results-whatsapp:hover{background:#1ebe5a}.search-results-side-card{border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;background:var(--bg-light)}.search-results-side-card h3{color:var(--navy);font-size:1.0625rem;margin-bottom:.5rem}.search-results-side-card p{color:var(--text-light);font-size:.875rem;margin-bottom:1.25rem}@media(max-width:968px){.search-results-grid{grid-template-columns:1fr}.search-results-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.search-results-cards{grid-template-columns:1fr}}.help-page{padding:11rem 0 4rem;background:#fff}.help-hero{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem}.help-hero h1{color:var(--navy);margin-bottom:.4rem}.help-hero p{color:var(--text-light)}.help-hero-illustration{position:relative;width:200px;height:110px;flex-shrink:0}.help-hero-monitor{position:absolute;inset:0 20px 0 0;border-radius:.875rem;background:linear-gradient(150deg,var(--bg-blue-light),white);border:1px solid var(--border-color)}.help-hero-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.help-hero-bubble-question{top:-10px;left:10px;width:44px;height:44px;background:var(--brand-gradient);color:#fff}.help-hero-bubble-chat{bottom:4px;right:-6px;width:34px;height:34px;background:#fff;color:var(--brand-purple);border:1px solid var(--border-color)}.help-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.help-category-card{position:relative;border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;transition:var(--transition)}.help-category-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.help-category-icon{width:44px;height:44px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.help-category-card strong{display:block;color:var(--navy);font-size:.9375rem;margin-bottom:.3rem}.help-category-card p{color:var(--text-light);font-size:.8125rem}.help-category-arrow{position:absolute;bottom:1.25rem;right:1.25rem;color:var(--brand-pink);transform:rotate(-90deg)}.help-main-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:1.25rem;margin-bottom:2rem}.help-topics-card,.help-tips-card{border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem}.help-contact-card{background:var(--bg-light);border-radius:1rem;padding:1.5rem}.help-topics-card h2,.help-contact-card h2{color:var(--navy);font-size:1.0625rem;margin-bottom:.4rem}.help-contact-card>p{color:var(--text-light);font-size:.875rem;margin-bottom:1.25rem}.help-topics-list{display:flex;flex-direction:column;margin-bottom:1rem}.help-topic-item{border-bottom:1px solid var(--border-color)}.help-topic-item:first-child{border-top:1px solid var(--border-color)}.help-topic-question{width:100%;display:flex;align-items:center;gap:.6rem;padding:.9rem 0;text-align:left;font-size:.875rem;font-weight:600;color:var(--text-color)}.help-topic-chevron{display:inline-flex;color:var(--brand-purple);transform:rotate(-90deg);transition:var(--transition);flex-shrink:0}.help-topic-chevron.is-open{transform:rotate(0)}.help-topic-answer{color:var(--text-light);font-size:.8125rem;padding-bottom:.9rem;line-height:1.6}.help-topics-all,.help-tips-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--brand-pink);font-weight:700;font-size:.875rem}.help-contact-options{display:flex;flex-direction:column;gap:.75rem}.help-contact-option{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid var(--border-color);border-radius:.75rem;padding:.9rem 1rem;transition:var(--transition)}.help-contact-option:hover{border-color:var(--brand-purple);box-shadow:var(--shadow)}.help-contact-option-icon{width:38px;height:38px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.help-contact-option strong{display:block;color:var(--navy);font-size:.875rem}.help-contact-option span{color:var(--text-light);font-size:.75rem}.help-tips-card{background:var(--bg-blue-light);border:none}.help-tips-header{display:flex;align-items:center;gap:.6rem;color:var(--brand-purple);margin-bottom:1rem}.help-tips-header strong{color:var(--navy);font-size:.9375rem}.help-tips-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.25rem}.help-tips-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:var(--text-color)}.help-tips-list li svg{color:var(--brand-purple);margin-top:.15rem;flex-shrink:0}.help-bottom-strip{background:var(--bg-blue-light);border-radius:1rem;display:grid;grid-template-columns:repeat(3,1fr)}.help-bottom-item{position:relative;display:flex;align-items:center;gap:.9rem;padding:1.5rem;border-right:1px solid rgba(124,58,237,.12)}.help-bottom-item:last-child{border-right:none}.help-bottom-icon{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.help-bottom-item strong{display:block;color:var(--navy);font-size:.9375rem}.help-bottom-item span{display:block;color:var(--text-light);font-size:.8125rem}.help-bottom-extra{font-size:.75rem!important}.help-bottom-arrow{position:absolute;right:1.5rem;color:var(--brand-purple);transform:rotate(-90deg)}@media(max-width:1024px){.help-categories{grid-template-columns:repeat(2,1fr)}.help-main-grid{grid-template-columns:1fr}}@media(max-width:640px){.help-hero{flex-direction:column;align-items:flex-start}.help-categories,.help-bottom-strip{grid-template-columns:1fr}.help-bottom-item{border-right:none;border-bottom:1px solid rgba(124,58,237,.12)}.help-bottom-item:last-child{border-bottom:none}}.about-page{padding:11rem 0 4rem;background:#fff}.about-page .breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1.5rem}.about-page .breadcrumbs a{color:var(--brand-purple)}.about-page .breadcrumbs span:not(:last-child){color:var(--border-color)}.about-hero-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:3rem}.about-hero-text h1{color:var(--navy);margin-bottom:1rem}.about-highlight{color:var(--brand-purple)}.about-hero-text>p{color:var(--text-light);line-height:1.7;margin-bottom:1.75rem;max-width:460px}.about-hero-features{display:flex;flex-direction:column;gap:1rem}.about-hero-feature{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--text-color)}.about-hero-feature strong{color:var(--navy)}.about-hero-feature-icon{width:40px;height:40px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-hero-visual{aspect-ratio:4 / 3;border-radius:1.25rem;background:linear-gradient(150deg,var(--hero-navy),var(--hero-navy-light) 70%,#1a1425 100%)}.about-values{background:var(--bg-blue-light);border-radius:1.25rem;padding:2.5rem;display:grid;grid-template-columns:220px 1fr;gap:2rem;margin-bottom:3rem}.about-values-label h2{color:var(--navy);font-size:1.375rem;margin-bottom:.4rem}.about-values-label p{color:var(--text-light);font-size:.875rem}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-value-icon{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--brand-purple);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;box-shadow:var(--shadow)}.about-value strong{display:block;color:var(--navy);font-size:1rem;margin-bottom:.4rem}.about-value p{color:var(--text-light);font-size:.8125rem;line-height:1.5}.about-history{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem;margin-bottom:3rem}.about-history-visual{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1rem}.about-history-visual-main{grid-column:1 / -1;aspect-ratio:16 / 10;border-radius:1rem;background:linear-gradient(150deg,var(--brand-purple),var(--brand-pink))}.about-history-visual-small{aspect-ratio:4 / 3;border-radius:.875rem;background:linear-gradient(150deg,var(--hero-navy),var(--hero-navy-light))}.about-history-eyebrow{display:block;color:var(--brand-purple);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.about-history-text h2{color:var(--navy);margin-bottom:1rem}.about-history-text>p{color:var(--text-light);line-height:1.7;margin-bottom:1rem}.about-timeline-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.75rem}.about-timeline-top{display:flex;align-items:center;margin-bottom:.6rem}.about-timeline-icon{width:32px;height:32px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-timeline-line{flex:1;height:0;border-top:2px dashed var(--border-color);margin-left:.5rem}.about-timeline-item strong{display:block;color:var(--navy);font-size:.9375rem;margin-bottom:.3rem}.about-timeline-item p{color:var(--text-light);font-size:.75rem;line-height:1.4}.about-cta{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;background:var(--bg-blue-light);border-radius:1.25rem;padding:2.5rem;margin-bottom:2.5rem}.about-cta-text h2{color:var(--navy);margin-bottom:.5rem}.about-cta-text>p{color:var(--text-light);margin-bottom:1.5rem}.about-cta-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.about-cta-outline{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--navy);border:1.5px solid var(--border-color);padding:.75rem 1.5rem;border-radius:.625rem;font-weight:700;font-size:.9375rem}.about-cta-outline:hover{border-color:var(--brand-purple);color:var(--brand-purple)}.about-cta-visual{aspect-ratio:4 / 3;border-radius:1rem;background:linear-gradient(150deg,var(--brand-purple),var(--brand-pink))}.about-bottom-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-bottom-feature{display:flex;align-items:center;gap:.6rem}.about-bottom-feature-icon{width:36px;height:36px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-bottom-feature strong{display:block;color:var(--navy);font-size:.8125rem}.about-bottom-feature p{color:var(--text-light);font-size:.75rem}@media(max-width:968px){.about-hero-row,.about-history,.about-cta{grid-template-columns:1fr}.about-history-visual{order:-1}.about-values{grid-template-columns:1fr}.about-values-grid,.about-timeline-row,.about-bottom-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.about-values-grid,.about-timeline-row,.about-bottom-features{grid-template-columns:1fr}.about-timeline-line{display:none}}.how-hero{margin-top:176px;padding:3rem 0 4rem;background:linear-gradient(180deg,var(--bg-blue-light) 0%,#ffffff 100%);overflow:hidden}.how-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}.how-breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1.25rem}.how-breadcrumb a{color:var(--text-light)}.how-breadcrumb a:hover{color:var(--primary-color)}.how-hero-title{font-size:clamp(2rem,4vw,2.75rem);color:var(--navy);margin-bottom:1rem}.how-hero-dot{color:var(--accent-color)}.how-hero-description{color:var(--text-light);font-size:1.0625rem;max-width:480px;line-height:1.7;margin-bottom:2rem}.how-badges{display:grid;grid-template-columns:repeat(4,auto);gap:1.5rem}.how-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;max-width:100px}.how-badge-icon{width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid var(--border-color);color:var(--primary-color);display:flex;align-items:center;justify-content:center}.how-badge span:last-child{font-size:.75rem;font-weight:600;color:var(--text-color);line-height:1.3}.how-hero-visual{position:relative}.how-hero-blob{position:absolute;top:-10%;right:-15%;width:75%;height:75%;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));opacity:.9;z-index:0}.how-hero-frame{position:relative;z-index:1;height:340px}.how-hero-item{position:absolute;border-radius:.75rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.35rem;font-weight:700;color:var(--navy)}.how-hero-item-box{width:40%;height:55%;top:8%;left:0;background:linear-gradient(160deg,#f4f6f9,#e3e8ef);transform:rotate(-4deg)}.how-hero-item-bag{width:30%;height:55%;top:4%;right:8%;background:#fff;border:1px solid var(--border-color);transform:rotate(3deg);clip-path:polygon(12% 0%,88% 0%,100% 100%,0% 100%)}.how-hero-item-logomark{width:30px;height:30px;border-radius:50%;background:var(--primary-color)}.how-hero-item-catalog{width:34%;height:32%;bottom:4%;left:10%;background:var(--navy);color:#fff;font-size:.8125rem;transform:rotate(-2deg)}.how-hero-item-catalog strong{font-size:1rem}.how-hero-item-flyer{width:30%;height:30%;bottom:8%;right:10%;background:linear-gradient(135deg,#e8437a,#7c3fd6);color:#fff;font-size:.8125rem;transform:rotate(5deg)}.how-steps{padding:4rem 0}.how-steps-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.how-step{display:flex;flex-direction:column;align-items:center;text-align:center}.how-step-top{position:relative;width:100%;display:flex;justify-content:center;margin-bottom:1rem}.how-step-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.how-step-icon-blue{background:#e4edfc;color:#2f5fb3}.how-step-icon-purple{background:#efe6fb;color:#7c3fd6}.how-step-icon-pink{background:#fbe7ef;color:#d6336c}.how-step-icon-orange{background:#fdece0;color:#f0872f}.how-step-icon-green{background:#e3f6ea;color:#1a9f5c}.how-step-number{position:absolute;top:-6px;left:calc(50% + 16px);width:22px;height:22px;border-radius:50%;color:#fff;font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid white}.how-step-number-blue{background:#2f5fb3}.how-step-number-purple{background:#7c3fd6}.how-step-number-pink{background:#d6336c}.how-step-number-orange{background:#f0872f}.how-step-number-green{background:#1a9f5c}.how-step-connector{position:absolute;left:calc(50% + 40px);top:30px;width:calc(100% - 30px);border-top:2px dashed var(--border-color)}.how-step-title{font-size:1rem;color:var(--navy);margin-bottom:.5rem}.how-step-description{color:var(--text-light);font-size:.8125rem;line-height:1.6;margin-bottom:1rem}.how-step-checklist{list-style:none;text-align:left;display:flex;flex-direction:column;gap:.5rem}.how-step-checklist li{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-color)}.how-step-checklist svg{color:var(--primary-color);flex-shrink:0}.how-tracking{padding:0 0 4rem}.how-tracking-box{background:var(--bg-light);border-radius:1.25rem;padding:2rem;display:grid;grid-template-columns:1fr 1.4fr;gap:2.5rem;align-items:center}.how-tracking-text h3{font-size:1.25rem;color:var(--navy);margin-bottom:.6rem}.how-tracking-text p{color:var(--text-light);font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}.how-tracking-timeline{display:grid;grid-template-columns:repeat(4,1fr)}.how-tracking-stage{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.3rem}.how-tracking-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.3rem;z-index:1}.how-tracking-icon-green{background:#e3f6ea;color:#1a9f5c}.how-tracking-icon-blue{background:#e4edfc;color:#2f5fb3}.how-tracking-stage strong{font-size:.8125rem;color:var(--navy)}.how-tracking-status{font-size:.75rem;color:var(--text-light)}.how-tracking-date{font-size:.6875rem;color:var(--text-light)}.how-tracking-line{position:absolute;top:18px;left:calc(50% + 18px);width:calc(100% - 8px);height:2px;background:var(--border-color)}.how-why{padding:1rem 0 4rem}.how-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.how-why-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.9rem;transition:var(--transition)}.how-why-card:hover{box-shadow:var(--shadow-md);border-color:#d7e3f7}.how-why-icon{width:44px;height:44px;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.how-why-icon-blue{background:#e4edfc;color:#2f5fb3}.how-why-icon-purple{background:#efe6fb;color:#7c3fd6}.how-why-icon-pink{background:#fbe7ef;color:#d6336c}.how-why-icon-orange{background:#fdece0;color:#f0872f}.how-why-card h3{font-size:.9375rem;color:var(--navy);margin-bottom:.3rem}.how-why-card p{color:var(--text-light);font-size:.8125rem;line-height:1.5}.how-audiences{padding:1rem 0 4rem;background:var(--bg-light)}.how-audiences-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.how-audience-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border-color);transition:var(--transition)}.how-audience-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.how-audience-image{aspect-ratio:4 / 3;background:linear-gradient(135deg,var(--primary-color),var(--navy));color:#fff;display:flex;align-items:center;justify-content:center}.how-audience-content{padding:1.25rem}.how-audience-content h3{font-size:.9375rem;color:var(--navy);margin-bottom:.4rem}.how-audience-content p{color:var(--text-light);font-size:.8125rem;line-height:1.5;margin-bottom:.85rem}.how-audience-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--primary-color);font-weight:600;font-size:.8125rem}.how-cta{padding:0 0 4rem}.how-cta-box{background:linear-gradient(120deg,var(--navy) 0%,var(--primary-color) 100%);border-radius:1.25rem;padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;color:#fff}.how-cta-text{display:flex;align-items:center;gap:1rem}.how-cta-icon{width:48px;height:48px;min-width:48px;border-radius:.75rem;background:#ffffff26;display:flex;align-items:center;justify-content:center}.how-cta-text h2{font-size:1.25rem;color:#fff;margin-bottom:.25rem}.how-cta-text p{color:#fffc;font-size:.9375rem}.how-cta-buttons{display:flex;gap:.85rem;flex-wrap:wrap}.how-cta-btn-primary{background:#fff;color:var(--primary-color)}.how-cta-btn-primary:hover{background:var(--bg-light);transform:translateY(-2px)}.how-cta-btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5)}.how-cta-btn-outline:hover{background:#ffffff1f}@media(max-width:968px){.how-hero-grid{grid-template-columns:1fr}.how-hero-visual{order:-1}.how-badges{grid-template-columns:repeat(2,auto)}.how-steps-row{grid-template-columns:repeat(2,1fr);row-gap:2.5rem}.how-step-connector{display:none}.how-tracking-box{grid-template-columns:1fr}.how-why-grid,.how-audiences-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.how-steps-row,.how-why-grid,.how-audiences-grid{grid-template-columns:1fr}.how-tracking-timeline{grid-template-columns:repeat(2,1fr);row-gap:1.5rem}.how-tracking-line{display:none}}.providers-page{background:#fff}.providers-hero{margin-top:176px;padding:3rem 0}.providers-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.providers-hero-title{color:var(--navy);margin-bottom:.75rem}.providers-hero-highlight{color:var(--brand-pink)}.providers-hero-description{color:var(--text-light);font-size:1.0625rem;line-height:1.7;max-width:460px;margin-bottom:1.5rem}.providers-hero-buttons{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.75rem;flex-wrap:wrap}.providers-secondary-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--brand-purple);font-weight:600;font-size:.9375rem}.providers-trust-row{display:flex;flex-wrap:wrap;gap:1.5rem}.providers-trust-item{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:.8125rem;font-weight:600}.providers-trust-item svg{color:var(--brand-purple);flex-shrink:0}.providers-hero-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;aspect-ratio:4 / 3}.providers-visual-tile{border-radius:1rem}.providers-visual-tile-1{background:linear-gradient(160deg,var(--hero-navy),var(--hero-navy-light))}.providers-visual-tile-2{background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink))}.providers-visual-tile-3{background:linear-gradient(160deg,#3a2a14,#6b4a1e)}.providers-visual-tile-4{background:linear-gradient(160deg,var(--nav-dark),var(--nav-dark-light))}.providers-stats{background:var(--bg-light);padding:2rem 0}.providers-stats-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.providers-stat{display:flex;align-items:center;gap:.75rem;flex:1 1 200px}.providers-stat-icon{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--shadow)}.providers-stat strong{display:block;font-size:1.125rem;color:var(--navy)}.providers-stat span{font-size:.8125rem;color:var(--text-light)}.providers-steps,.providers-types,.providers-benefits,.providers-requirements{padding:3.5rem 0}.providers-steps h2,.providers-types h2,.providers-benefits h2,.providers-requirements h2{color:var(--navy);margin-bottom:1.75rem}.providers-steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.providers-step{display:flex;flex-direction:column}.providers-step-top{display:flex;align-items:center;margin-bottom:.75rem}.providers-step-number{width:28px;height:28px;border-radius:50%;background:var(--brand-gradient);color:#fff;font-weight:700;font-size:.8125rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.providers-step-line{flex:1;height:0;border-top:2px dashed var(--border-color);margin-left:.5rem}.providers-step-icon{width:44px;height:44px;border-radius:.75rem;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.providers-step strong{color:var(--navy);font-size:.9375rem;margin-bottom:.35rem}.providers-step p{color:var(--text-light);font-size:.8125rem;line-height:1.5}.providers-types{background:var(--bg-light)}.providers-types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.providers-type-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;color:var(--brand-purple)}.providers-type-card span{color:var(--text-color);font-size:.8125rem;font-weight:600}.providers-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.providers-benefit{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:1px solid var(--border-color);border-radius:.875rem;color:var(--brand-purple)}.providers-benefit span{color:var(--text-color);font-size:.875rem;font-weight:600}.providers-requirements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.providers-requirement{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;background:var(--bg-light);border-radius:.75rem;font-size:.875rem;font-weight:600;color:var(--text-color)}.providers-requirement-check{width:24px;height:24px;border-radius:50%;background:var(--brand-gradient);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.providers-join{padding:3.5rem 0;background:var(--bg-light)}.providers-join-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:2rem;align-items:start}.providers-join-form-card,.providers-assignment-card{background:#fff;border:1px solid var(--border-color);border-radius:1.25rem;padding:2rem}.providers-join-form-card h2{color:var(--navy);margin-bottom:1.25rem;font-size:1.375rem}.providers-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.providers-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.8125rem;font-weight:600;color:var(--text-light)}.providers-form input,.providers-form select{padding:.65rem .75rem;border:1px solid var(--border-color);border-radius:.625rem;font-family:inherit;font-size:.875rem;color:var(--text-color)}.providers-form-checkbox{flex-direction:row!important;align-items:center;gap:.5rem!important;margin-bottom:1.25rem;font-weight:500!important}.providers-form-checkbox input{width:auto}.providers-form-success{display:flex;align-items:center;gap:.5rem;color:var(--secondary-color);font-weight:600;background:#10b98114;padding:1rem;border-radius:.75rem}.providers-assignment-card h3{color:var(--navy);margin-bottom:.6rem;font-size:1.0625rem}.providers-assignment-card>p{color:var(--text-light);font-size:.875rem;margin-bottom:1.25rem}.providers-assignment-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.providers-assignment-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:var(--text-color)}.providers-assignment-list li svg{color:var(--brand-purple);margin-top:.2rem;flex-shrink:0}.providers-assignment-list strong{color:var(--navy)}.providers-assignment-note{color:var(--brand-purple);font-size:.8125rem;font-weight:600}.providers-faq{padding:3.5rem 0}.providers-faq h2{color:var(--navy);margin-bottom:1.5rem}.providers-faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.providers-faq-item{border:1px solid var(--border-color);border-radius:.875rem;padding:.25rem 1.25rem}.providers-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-weight:600;font-size:.9375rem;color:var(--navy);text-align:left}.providers-faq-chevron{display:inline-flex;color:var(--text-light);transition:var(--transition);flex-shrink:0}.providers-faq-chevron.is-open{transform:rotate(180deg)}.providers-faq-answer{color:var(--text-light);font-size:.875rem;padding-bottom:1rem;line-height:1.6}.providers-cta{padding:0 0 4rem}.providers-cta-box{background:var(--brand-gradient);border-radius:1.25rem;padding:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;color:#fff}.providers-cta-box h2{color:#fff;font-size:1.375rem;margin-bottom:.4rem}.providers-cta-box p{color:#ffffffd9}.providers-cta-button{background:#fff;color:var(--brand-purple-dark);font-weight:700;padding:.85rem 1.75rem;border-radius:.75rem;flex-shrink:0}.providers-cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media(max-width:968px){.providers-hero-grid,.providers-join-grid{grid-template-columns:1fr}.providers-steps-row,.providers-types-grid,.providers-benefits-grid,.providers-requirements-grid{grid-template-columns:repeat(2,1fr)}.providers-faq-list{grid-template-columns:1fr}}@media(max-width:576px){.providers-hero{margin-top:200px}.providers-steps-row,.providers-types-grid,.providers-benefits-grid,.providers-requirements-grid,.providers-form-grid{grid-template-columns:1fr}.providers-step-line{display:none}}.provider-login{min-height:100vh;display:grid;grid-template-columns:minmax(320px,34%) 1fr}.provider-login-side{position:relative;background:linear-gradient(165deg,var(--navy) 0%,#14285a 55%,#0a1830 100%);color:#fff;padding:2.5rem 2.5rem 0;display:flex;flex-direction:column;overflow:hidden}.provider-login-logo{display:flex;flex-direction:column;font-size:1.625rem;font-weight:800;color:#fff;margin-bottom:2.5rem}.provider-login-logo small{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff9}.provider-login-dot{color:var(--accent-color)}.provider-login-title{font-size:clamp(1.5rem,2.6vw,1.875rem);line-height:1.3;margin-bottom:1rem}.provider-login-description{color:#ffffffb3;font-size:.9375rem;line-height:1.6;margin-bottom:2rem;max-width:340px}.provider-login-features{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.provider-login-feature{display:flex;align-items:flex-start;gap:.85rem}.provider-login-feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;background:#ffffff14;color:#fff;display:flex;align-items:center;justify-content:center}.provider-login-feature strong{display:block;font-size:.9375rem;margin-bottom:.15rem}.provider-login-feature p{color:#fff9;font-size:.8125rem;line-height:1.5}.provider-login-badge{position:relative;z-index:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:.875rem;padding:1.1rem 1.25rem;margin-bottom:1.5rem}.provider-login-badge p{font-size:1rem;line-height:1.4}.provider-login-badge strong{color:var(--accent-color);font-size:1.5rem}.provider-login-badge-rule{display:block;width:32px;height:3px;background:var(--accent-color);border-radius:999px;margin:.75rem 0}.provider-login-badge-sub{color:#ffffffa6;font-size:.8125rem;line-height:1.5}.provider-login-photo{flex:1;min-height:220px;margin:0 -2.5rem;background:linear-gradient(0deg,#00000080,#0a183000),linear-gradient(135deg,#1c355f,#0d1b38)}.provider-login-main{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;padding:3rem 1.5rem;background:var(--bg-blue-light);overflow:hidden}.provider-login-blob{position:absolute;bottom:-12%;right:-10%;width:45%;aspect-ratio:1;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));opacity:.7;z-index:0}.provider-login-card{position:relative;z-index:1;width:100%;max-width:460px;background:#fff;border-radius:1.25rem;box-shadow:var(--shadow-xl);padding:2.5rem 2.25rem}.provider-login-mark{width:64px;height:64px;border-radius:50%;background:var(--bg-blue-light);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.provider-login-heading{text-align:center;font-size:1.375rem;color:var(--navy);margin-bottom:.3rem}.provider-login-subheading{text-align:center;color:var(--text-light);font-size:.9375rem;margin-bottom:1.5rem}.provider-login-subheading .highlight{font-weight:700}.provider-login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.5rem}.provider-login-tab{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem .5rem;border-radius:.625rem;border:1.5px solid var(--border-color);background:#fff;color:var(--text-light);font-size:.8125rem;font-weight:600;transition:var(--transition)}.provider-login-tab.active{border-color:var(--primary-color);background:var(--bg-blue-light);color:var(--primary-color)}.provider-login-form{display:flex;flex-direction:column;gap:1.1rem}.provider-login-field label{display:block;font-size:.8125rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.provider-login-input{display:flex;align-items:center;gap:.6rem;border:1.5px solid var(--border-color);border-radius:.625rem;padding:.7rem .9rem;color:var(--text-light);transition:var(--transition)}.provider-login-input:focus-within{border-color:var(--primary-color)}.provider-login-input input{flex:1;border:none;outline:none;font-size:.9375rem;color:var(--text-color);font-family:inherit;background:transparent}.provider-login-eye{color:var(--text-light);display:flex}.provider-login-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.provider-login-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-color);cursor:pointer}.provider-login-checkbox input{width:16px;height:16px;accent-color:var(--primary-color)}.provider-login-forgot{font-size:.8125rem;color:var(--primary-color);font-weight:600}.provider-login-submit{margin-top:.25rem}.provider-login-divider{display:flex;align-items:center;gap:.75rem;color:var(--text-light);font-size:.75rem;margin:1.5rem 0}.provider-login-divider:before,.provider-login-divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.provider-login-social{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.provider-login-social-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.7rem;border-radius:.625rem;border:1.5px solid var(--border-color);background:#fff;font-size:.875rem;font-weight:600;color:var(--text-color);transition:var(--transition)}.provider-login-social-btn:hover{border-color:#d7e3f7;background:var(--bg-light)}.provider-login-signup{text-align:center;font-size:.875rem;color:var(--text-light)}.provider-login-signup a{display:inline-flex;align-items:center;gap:.3rem;color:var(--primary-color);font-weight:700}.provider-login-help{position:relative;z-index:1;display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.provider-login-help-item{display:flex;align-items:flex-start;gap:.6rem;color:var(--text-light)}.provider-login-help-item strong{display:block;font-size:.8125rem;color:var(--navy);margin-bottom:.15rem}.provider-login-help-item p{font-size:.8125rem}.provider-login-help-item a{color:var(--primary-color);font-weight:600}@media(max-width:968px){.provider-login{grid-template-columns:1fr}.provider-login-side{padding:2rem 1.5rem 0}.provider-login-photo{display:none}.provider-login-card{padding:2rem 1.5rem}}@media(max-width:480px){.provider-login-tabs{grid-template-columns:1fr}}.provider-sidebar{width:260px;min-width:260px;height:100vh;position:sticky;top:0;background:var(--navy);color:#fff;display:flex;flex-direction:column;padding:1.5rem 1rem;overflow-y:auto}.provider-sidebar-logo{display:flex;align-items:center;gap:.6rem;color:#fff;font-size:1.125rem;font-weight:800;padding:0 .5rem;margin-bottom:1.5rem}.provider-sidebar-logo small{display:block;font-size:.5625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff80}.provider-sidebar-nav{display:flex;flex-direction:column;gap:.2rem;flex:1}.provider-sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:.625rem;color:#ffffffb3;font-size:.875rem;font-weight:500;transition:var(--transition)}.provider-sidebar-link:hover{background:#ffffff0f;color:#fff}.provider-sidebar-link.active{background:var(--primary-color);color:#fff;font-weight:600}.provider-sidebar-link span:first-of-type{flex:1}.provider-sidebar-badge{background:#ffffff26;border-radius:999px;font-size:.6875rem;font-weight:700;padding:.1rem .5rem}.provider-sidebar-link.active .provider-sidebar-badge{background:#ffffff40}.provider-sidebar-profile-card{display:flex;align-items:center;gap:.85rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:.875rem;padding:1rem;margin:1rem 0}.provider-sidebar-progress{width:46px;height:46px;min-width:46px;border-radius:50%;background:conic-gradient(var(--accent-color) var(--pct),rgba(255,255,255,.15) 0);display:flex;align-items:center;justify-content:center}.provider-sidebar-progress span{width:34px;height:34px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700}.provider-sidebar-profile-card strong{display:block;font-size:.8125rem;margin-bottom:.15rem}.provider-sidebar-profile-card p{font-size:.75rem;color:#fff9;margin-bottom:.35rem}.provider-sidebar-profile-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:700;color:#6fa1ff}.provider-sidebar-footer{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;padding:.5rem;font-size:.875rem;font-weight:700}.provider-sidebar-footer p{width:100%;font-size:.6875rem;font-weight:500;color:#fff6}@media(max-width:1100px){.provider-sidebar{position:fixed;left:-280px;z-index:40;transition:left .25s ease}.provider-sidebar.open{left:0}}.provider-portal{display:flex;min-height:100vh;background:var(--bg-light)}.provider-portal-main{flex:1;min-width:0;padding:1.75rem 2rem 3rem}.provider-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.provider-topbar-greeting h1{font-size:1.375rem;color:var(--navy);margin-bottom:.25rem}.provider-topbar-greeting p{color:var(--text-light);font-size:.9375rem}.provider-topbar-actions{display:flex;align-items:center;gap:.75rem}.provider-quick-action{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1.5px solid var(--border-color);border-radius:.625rem;padding:.6rem 1rem;font-size:.8125rem;font-weight:600;color:var(--navy);transition:var(--transition)}.provider-quick-action:hover{border-color:var(--primary-color);color:var(--primary-color)}.provider-icon-btn{position:relative;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--border-color);color:var(--text-color);display:flex;align-items:center;justify-content:center}.provider-icon-badge{position:absolute;top:-4px;right:-4px;background:#d6336c;color:#fff;font-size:.625rem;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-light)}.provider-icon-dot{position:absolute;top:6px;right:8px;width:8px;height:8px;border-radius:50%;background:var(--primary-color);border:2px solid var(--bg-light)}.provider-topbar-profile{display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid var(--border-color);border-radius:999px;padding:.35rem .75rem .35rem .35rem;color:var(--text-color)}.provider-topbar-avatar{width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.provider-topbar-profile-text{display:flex;flex-direction:column;text-align:left}.provider-topbar-profile-text strong{font-size:.8125rem;color:var(--navy)}.provider-topbar-profile-text small{font-size:.6875rem;color:var(--text-light)}.provider-tone-blue{background:#e4edfc;color:#2f5fb3}.provider-tone-green{background:#e3f6ea;color:#1a9f5c}.provider-tone-orange{background:#fdece0;color:#f0872f}.provider-tone-purple{background:#efe6fb;color:#7c3fd6}.provider-tone-red{background:#fbe4e4;color:#d6336c}.provider-tone-gray{background:#eef1f5;color:#64748b}.provider-text-blue{color:#2f5fb3}.provider-text-green{color:#1a9f5c}.provider-text-orange{color:#f0872f}.provider-text-purple{color:#7c3fd6}.provider-text-red{color:#d6336c}.provider-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:1.1rem;margin-bottom:1.5rem}.provider-kpi-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius);padding:1.1rem;display:flex;gap:.85rem;align-items:flex-start}.provider-kpi-icon{width:42px;height:42px;min-width:42px;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.provider-kpi-card p{font-size:.75rem;color:var(--text-light);margin-bottom:.3rem}.provider-kpi-card strong{display:block;font-size:1.25rem;color:var(--navy);margin-bottom:.4rem}.provider-kpi-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:700}.provider-columns{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem;margin-bottom:1.25rem;align-items:start}.provider-panel{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius);padding:1.25rem}.provider-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.provider-panel-header h2{font-size:1rem;color:var(--navy)}.provider-panel-header a,.provider-period-select{display:inline-flex;align-items:center;gap:.3rem;color:var(--primary-color);font-weight:600;font-size:.8125rem;background:none;border:none}.provider-table-wrap{overflow-x:auto}.provider-table{width:100%;border-collapse:collapse;font-size:.8125rem}.provider-table th{text-align:left;color:var(--text-light);font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.03em;padding:.5rem .6rem;border-bottom:1px solid var(--border-color);white-space:nowrap}.provider-table td{padding:.75rem .6rem;border-bottom:1px solid var(--border-color);color:var(--text-color);vertical-align:middle;white-space:nowrap}.provider-table tr:last-child td{border-bottom:none}.provider-table-id{color:var(--primary-color);font-weight:700}.provider-table-product{display:block;color:var(--navy);font-weight:500}.provider-table-quantity{display:block;color:var(--text-light);font-size:.75rem}.provider-pill{display:inline-block;padding:.25rem .65rem;border-radius:999px;font-size:.6875rem;font-weight:700}.provider-pill-blue{background:#e4edfc;color:#2f5fb3}.provider-pill-orange{background:#fdece0;color:#f0872f}.provider-pill-green{background:#e3f6ea;color:#1a9f5c}.provider-pill-purple{background:#efe6fb;color:#7c3fd6}.provider-pill-gray{background:#eef1f5;color:#64748b}.provider-row-menu{color:var(--text-light);display:flex}.provider-capacity-list{display:flex;flex-direction:column;gap:.9rem}.provider-capacity-item{display:flex;align-items:center;gap:.75rem}.provider-capacity-icon{width:36px;height:36px;min-width:36px;border-radius:.625rem;display:flex;align-items:center;justify-content:center}.provider-capacity-info{flex:1;min-width:0;display:flex;flex-direction:column}.provider-capacity-info strong{font-size:.8125rem;color:var(--navy)}.provider-status{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--text-light)}.provider-status-dot{width:6px;height:6px;border-radius:50%}.provider-status-green .provider-status-dot{background:#1a9f5c}.provider-status-orange .provider-status-dot{background:#f0872f}.provider-status-red .provider-status-dot{background:#d6336c}.provider-status-highlight{color:var(--primary-color);font-weight:700;font-size:.8125rem}.provider-capacity-detail{font-size:.75rem;color:var(--text-light);text-align:right;max-width:140px}.provider-opportunities-panel{margin-bottom:1.25rem}.provider-opportunities-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.provider-opportunity-card{border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden}.provider-opportunity-image{position:relative;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.provider-opportunity-badge{position:absolute;top:.6rem;left:.6rem;background:#fff;border-radius:999px;padding:.15rem .6rem;font-size:.6875rem;font-weight:700;color:inherit}.provider-opportunity-content{padding:1rem}.provider-opportunity-content h3{font-size:.9375rem;color:var(--navy);margin-bottom:.2rem}.provider-opportunity-location{font-size:.75rem;color:var(--text-light);display:block;margin-bottom:.65rem}.provider-opportunity-content dl{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.9rem}.provider-opportunity-content dl div{display:flex;gap:.35rem;font-size:.75rem}.provider-opportunity-content dt{color:var(--text-light)}.provider-opportunity-content dd{color:var(--navy);font-weight:600}.provider-opportunity-btn{display:block;text-align:center;border:1.5px solid var(--primary-color);color:var(--primary-color);border-radius:.5rem;padding:.5rem;font-size:.8125rem;font-weight:700}.provider-opportunity-btn:hover{background:var(--primary-color);color:#fff}.provider-performance-panel{margin-bottom:1.5rem}.provider-performance-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:1.5rem}.provider-performance-score{text-align:center;border-right:1px solid var(--border-color);padding-right:1rem;display:flex;flex-direction:column;align-items:center}.provider-performance-score>span:first-child{font-size:.8125rem;color:var(--text-light);margin-bottom:.4rem}.provider-performance-score strong{font-size:2rem;color:var(--navy);margin-bottom:.3rem}.provider-performance-score strong small{font-size:1rem;color:var(--text-light);font-weight:500}.provider-performance-stars{display:flex;gap:.15rem;color:#f5a623;margin-bottom:.6rem}.provider-performance-badge{display:inline-block;background:#e3f6ea;color:#1a9f5c;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:999px;margin-bottom:.6rem}.provider-performance-score p{font-size:.75rem;color:var(--text-light);line-height:1.5}.provider-performance-metrics{display:flex;flex-direction:column;gap:.85rem}.provider-performance-metric{display:flex;align-items:center;gap:.7rem}.provider-performance-metric-icon{width:32px;height:32px;min-width:32px;border-radius:50%;background:var(--bg-blue-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center}.provider-performance-metric-body{flex:1}.provider-performance-metric-top{display:flex;justify-content:space-between;font-size:.8125rem;margin-bottom:.3rem}.provider-performance-metric-top span{color:var(--text-color)}.provider-performance-metric-top strong{color:var(--navy)}.provider-performance-bar{height:6px;border-radius:999px;background:var(--bg-gray);overflow:hidden}.provider-performance-bar span{display:block;height:100%;background:#1a9f5c;border-radius:999px}.provider-performance-link{display:inline-flex;align-items:center;gap:.3rem;color:var(--primary-color);font-weight:700;font-size:.8125rem;margin-top:.25rem}.provider-cta{background:var(--navy);border-radius:1.25rem;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;color:#fff}.provider-cta-icon{width:52px;height:52px;min-width:52px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center}.provider-cta-text{flex:1;min-width:240px}.provider-cta-text strong{display:block;font-size:1rem;margin-bottom:.25rem}.provider-cta-text p{color:#ffffffb3;font-size:.875rem}@media(max-width:1200px){.provider-kpis{grid-template-columns:repeat(3,1fr)}.provider-columns{grid-template-columns:1fr}.provider-opportunities-row{grid-template-columns:repeat(2,1fr)}.provider-performance-grid{grid-template-columns:1fr}.provider-performance-score{border-right:none;border-bottom:1px solid var(--border-color);padding-right:0;padding-bottom:1rem}}@media(max-width:700px){.provider-kpis{grid-template-columns:repeat(2,1fr)}.provider-opportunities-row{grid-template-columns:1fr}}.provider-coming-soon{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius);padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.provider-coming-soon-icon{width:56px;height:56px;border-radius:50%;background:var(--bg-blue-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.provider-coming-soon h1{font-size:1.25rem;color:var(--navy)}.provider-coming-soon p{color:var(--text-light);font-size:.9375rem;margin-bottom:.75rem}.contact-page{padding:11rem 0 4rem;background:#fff}.contact-page .breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1.5rem}.contact-page .breadcrumbs a{color:var(--brand-purple)}.contact-page .breadcrumbs span:not(:last-child){color:var(--border-color)}.contact-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;margin-bottom:3rem}.contact-hero-text h1{color:var(--navy);margin-bottom:1rem}.contact-highlight{color:var(--brand-purple)}.contact-hero-text>p{color:var(--text-light);line-height:1.7;margin-bottom:1.75rem;max-width:420px}.contact-trust-list{display:flex;flex-direction:column;gap:1.25rem}.contact-trust-item{display:flex;align-items:flex-start;gap:.75rem}.contact-trust-icon{width:40px;height:40px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-trust-item strong{display:block;color:var(--navy);font-size:.9375rem}.contact-trust-item p{color:var(--text-light);font-size:.8125rem}.contact-form-card{border:1px solid var(--border-color);border-radius:1.25rem;padding:2rem}.contact-form-card h2{color:var(--navy);font-size:1.375rem;margin-bottom:.3rem}.contact-form-card>p{color:var(--text-light);font-size:.875rem;margin-bottom:1.5rem}.contact-form-card form{display:flex;flex-direction:column;gap:1rem}.contact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.contact-form-card label{display:flex;flex-direction:column;gap:.4rem;font-size:.8125rem;font-weight:600;color:var(--text-light)}.contact-form-card input,.contact-form-card select,.contact-form-card textarea{padding:.7rem .9rem;border:1px solid var(--border-color);border-radius:.625rem;font-family:inherit;font-size:.875rem;color:var(--text-color);resize:vertical}.contact-form-card button{align-self:flex-start;margin-top:.5rem}.contact-form-success{color:var(--secondary-color);font-weight:600;background:#10b98114;padding:1rem;border-radius:.75rem}.contact-channels{border:1px solid var(--border-color);border-radius:1.25rem;padding:1.75rem;margin-bottom:3rem}.contact-channels h3{color:var(--navy);font-size:1.0625rem;margin-bottom:1.25rem}.contact-channels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.contact-channel{display:flex;align-items:flex-start;gap:.75rem}.contact-channel-icon{width:42px;height:42px;border-radius:50%;background:var(--bg-blue-light);color:var(--brand-purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-channel strong{display:block;color:var(--navy);font-size:.9375rem}.contact-channel-value{display:block;color:var(--text-color);font-size:.875rem;font-weight:600}.contact-channel-note{display:block;color:var(--text-light);font-size:.75rem;white-space:pre-line}.contact-location{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem;margin-bottom:3rem;align-items:start}.contact-location-text h2{color:var(--navy);margin-bottom:.6rem}.contact-location-text>p{color:var(--text-light);margin-bottom:1.5rem}.contact-location-text ul{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.contact-location-text li{display:flex;align-items:flex-start;gap:.6rem;color:var(--text-color);font-size:.875rem;line-height:1.5}.contact-location-text li svg{color:var(--brand-purple);margin-top:.15rem;flex-shrink:0}.contact-location-link{display:inline-flex;align-items:center;gap:.5rem;border:1.5px solid var(--border-color);border-radius:.625rem;padding:.65rem 1.25rem;font-weight:700;font-size:.875rem;color:var(--navy)}.contact-location-link:hover{border-color:var(--brand-purple);color:var(--brand-purple)}.contact-map{position:relative;aspect-ratio:16 / 10;border-radius:1.25rem;background:linear-gradient(160deg,var(--bg-light),var(--bg-blue-light));border:1px solid var(--border-color);overflow:hidden}.contact-map-pin{position:absolute;top:40%;left:45%;width:42px;height:42px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--brand-gradient);color:#fff;display:flex;align-items:center;justify-content:center}.contact-map-pin svg{transform:rotate(45deg)}.contact-map-card{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;background:#fff;border-radius:.75rem;box-shadow:var(--shadow-lg);padding:.9rem 1.1rem;max-width:260px}.contact-map-card strong{display:block;color:var(--navy);font-size:.875rem}.contact-map-card span{color:var(--text-light);font-size:.8125rem}.contact-cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;background:var(--bg-blue-light);border-radius:1.25rem;padding:2rem}.contact-cta-icon{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--brand-purple),var(--brand-pink));color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-cta-text{flex:1;min-width:220px}.contact-cta-text strong{display:block;color:var(--navy);font-size:1.0625rem;margin-bottom:.2rem}.contact-cta-text p{color:var(--text-light);font-size:.875rem}.contact-cta-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.contact-cta-outline{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--navy);border:1.5px solid var(--border-color);padding:.75rem 1.5rem;border-radius:.625rem;font-weight:700;font-size:.9375rem}.contact-cta-outline:hover{border-color:var(--brand-purple);color:var(--brand-purple)}@media(max-width:968px){.contact-hero-grid,.contact-location{grid-template-columns:1fr}.contact-channels-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.contact-form-grid,.contact-channels-grid{grid-template-columns:1fr}}.quote-wizard{padding:11rem 0 4rem;background:#fff}.quote-wizard .breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);margin-bottom:1rem}.quote-wizard .breadcrumbs a{color:var(--brand-purple)}.quote-wizard .breadcrumbs span:not(:last-child){color:var(--border-color)}.quote-wizard-title{color:var(--navy);margin-bottom:.4rem}.quote-wizard-subtitle{color:var(--text-light);margin-bottom:1.75rem}.quote-steps-bar{display:flex;align-items:center;gap:.5rem;background:var(--bg-light);border-radius:1rem;padding:1rem 1.25rem;margin-bottom:2rem;overflow-x:auto}.quote-step-pill{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--text-light);white-space:nowrap;flex-shrink:0}.quote-step-pill.is-done{color:var(--navy)}.quote-step-pill-number{width:24px;height:24px;border-radius:50%;background:#fff;border:1.5px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.quote-step-pill.is-done .quote-step-pill-number{background:var(--brand-gradient);color:#fff;border-color:transparent}.quote-step-pill-line{width:40px;height:2px;background:var(--border-color);margin-left:.5rem}.quote-wizard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2.5rem;align-items:start}.quote-wizard-main{display:flex;flex-direction:column;gap:1.75rem}.quote-product-card{display:grid;grid-template-columns:130px 1fr 220px;gap:1.5rem;border:1px solid var(--border-color);border-radius:1rem;padding:1.25rem}.quote-product-visual{width:100%;aspect-ratio:1;border-radius:.75rem;background:linear-gradient(160deg,var(--hero-navy),var(--hero-navy-light))}.quote-product-info strong{display:block;color:var(--navy);font-size:1.0625rem;margin-bottom:.2rem}.quote-product-category{display:block;color:var(--text-light);font-size:.8125rem;margin-bottom:.5rem}.quote-product-info p{color:var(--text-light);font-size:.875rem;margin-bottom:.75rem}.quote-product-badges{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.quote-product-badges span{font-size:.75rem;font-weight:600;color:var(--text-color)}.quote-advisor-box{background:var(--bg-light);border-radius:.875rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.quote-advisor-box strong{color:var(--navy);font-size:.875rem}.quote-advisor-box p{color:var(--text-light);font-size:.8125rem}.quote-advisor-note{font-size:.75rem;color:var(--text-light)}.quote-section{border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem}.quote-section h2{color:var(--navy);font-size:1.125rem;margin-bottom:.9rem}.quote-section-hint{color:var(--text-light);font-size:.8125rem;margin-bottom:.75rem}.quote-section-note{color:var(--text-light);font-size:.75rem;margin-top:.75rem}.quote-fields-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.quote-field label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-light);margin-bottom:.4rem}.quote-field select,.quote-field input[type=date]{width:100%;padding:.6rem .75rem;border:1px solid var(--border-color);border-radius:.625rem;font-family:inherit;font-size:.875rem;color:var(--text-color)}.quote-toggle-group{display:flex;gap:.5rem;flex-wrap:wrap}.quote-toggle-group button{padding:.55rem .9rem;border-radius:.625rem;border:1.5px solid var(--border-color);font-size:.8125rem;font-weight:600;color:var(--text-color)}.quote-toggle-group button.is-active{border-color:var(--brand-purple);color:var(--brand-purple);background:#7c3aed0f}.quote-quantity-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.quantity-stepper{display:flex;align-items:center;gap:.5rem}.quantity-stepper button{width:36px;height:36px;border-radius:.5rem;border:1px solid var(--border-color);font-size:1.125rem;color:var(--navy)}.quantity-stepper input{width:90px;text-align:center;padding:.6rem .5rem;border:1px solid var(--border-color);border-radius:.5rem;font-family:inherit}.quote-quantity-presets{display:flex;gap:.5rem;flex-wrap:wrap}.quote-quantity-presets button{padding:.55rem .9rem;border-radius:.625rem;border:1.5px solid var(--border-color);font-size:.8125rem;font-weight:600;color:var(--text-color)}.quote-quantity-presets button.is-active{border-color:var(--brand-purple);color:var(--brand-purple);background:#7c3aed0f}.quote-special-link{display:inline-block;margin-top:.9rem;font-size:.8125rem;font-weight:600;color:#25d366}.quote-special-link:hover{text-decoration:underline}.quote-files-row{display:grid;grid-template-columns:1.4fr 1fr;gap:1.25rem;margin-top:1.5rem}.quote-file-upload strong,.quote-design-help strong{display:block;color:var(--navy);font-size:.9375rem;margin-bottom:.25rem}.quote-file-upload p,.quote-design-help p{color:var(--text-light);font-size:.8125rem;margin-bottom:.75rem}.quote-dropzone{display:flex;align-items:center;gap:.75rem;border:1.5px dashed var(--border-color);border-radius:.75rem;padding:1rem;color:var(--text-light)}.quote-dropzone span{flex:1;font-size:.8125rem}.quote-design-help{background:var(--bg-light);border-radius:.875rem;padding:1rem}.quote-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;background:var(--bg-light);border-radius:1rem;padding:1.25rem}.quote-trust-strip>div{display:flex;align-items:flex-start;gap:.6rem}.quote-trust-strip svg{color:var(--brand-purple);flex-shrink:0;margin-top:.15rem}.quote-trust-strip strong{display:block;font-size:.8125rem;color:var(--navy)}.quote-trust-strip span{font-size:.75rem;color:var(--text-light)}.quote-summary{position:sticky;top:192px;border:1px solid var(--border-color);border-radius:1.25rem;padding:1.5rem}.quote-summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.quote-summary-header span{font-weight:700;color:var(--navy)}.quote-summary-header button{font-size:.8125rem;color:var(--brand-purple);font-weight:600}.quote-summary-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-color)}.quote-summary-list li{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;gap:.5rem}.quote-summary-list li span{color:var(--text-light);flex-shrink:0}.quote-summary-list li strong{color:var(--navy);text-align:right}.quote-summary-price{margin-bottom:1.25rem}.quote-summary-price span{display:block;color:var(--text-light);font-size:.8125rem}.quote-summary-price strong{display:block;font-size:2rem;color:var(--navy)}.quote-summary-price small{color:var(--text-light);font-size:.75rem}.quote-summary-tiers{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.quote-summary-tier{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;border:1.5px solid var(--border-color);border-radius:.875rem;padding:.9rem;cursor:pointer}.quote-summary-tier.is-selected{border-color:var(--brand-pink);box-shadow:0 8px 18px #ec489926}.quote-summary-tier-badge{position:absolute;top:-.6rem;right:.9rem;background:var(--brand-pink);color:#fff;font-size:.5625rem;font-weight:700;text-transform:uppercase;padding:.15rem .5rem;border-radius:999px}.quote-summary-tier input{accent-color:var(--brand-purple)}.quote-summary-tier strong{display:block;color:var(--navy);font-size:.875rem}.quote-summary-tier>div span{color:var(--text-light);font-size:.75rem}.quote-summary-tier-price{font-weight:700;color:var(--navy);font-size:.9375rem}.quote-summary-tier ul{grid-column:1 / -1;list-style:none;display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem}.quote-summary-tier ul li{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-color)}.quote-summary-tier ul li svg{color:var(--secondary-color);flex-shrink:0}.quote-summary .btn-full{margin-bottom:.75rem}.quote-summary .btn-secondary{background:#fff;color:var(--brand-purple);border:1.5px solid var(--brand-purple)}.quote-summary-confirm{text-align:center;color:var(--secondary-color);font-weight:600;font-size:.8125rem;margin-bottom:.75rem}.quote-summary-trust{display:flex;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.quote-summary-trust span{display:flex;align-items:center;gap:.3rem;font-size:.6875rem;color:var(--text-light);font-weight:600}.quote-summary-trust svg{color:var(--brand-purple)}@media(max-width:1100px){.quote-wizard-grid{grid-template-columns:1fr}.quote-summary{position:static}}@media(max-width:900px){.quote-product-card{grid-template-columns:1fr}.quote-fields-grid{grid-template-columns:repeat(2,1fr)}.quote-files-row{grid-template-columns:1fr}.quote-trust-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.quote-fields-grid,.quote-trust-strip{grid-template-columns:1fr}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.not-found-content{text-align:center;padding:4rem 2rem}.not-found-content h1{font-size:5rem;margin:0;color:#2563eb}.not-found-content h2{font-size:2rem;margin:.5rem 0 1rem;color:#0f172a}.not-found-content p{margin-bottom:2rem;color:#475569}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}section{padding:4rem 0}section:nth-child(2n){background-color:var(--bg-light)}@media(max-width:768px){section{padding:3rem 0}}
