.Header-module__VCQ7Xa__header{z-index:100;background-color:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-glass);width:100%;height:80px;transition:var(--transition);justify-content:center;align-items:center;padding:0;display:flex;position:fixed;top:0;left:0}.Header-module__VCQ7Xa__scrolled{height:70px;box-shadow:var(--shadow-md);background-color:#fffffff2;border-bottom-color:#22007f1f}.Header-module__VCQ7Xa__navCapsule{width:100%;max-width:1300px;height:100%;box-shadow:none;-webkit-backdrop-filter:none;transition:var(--transition);background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.Header-module__VCQ7Xa__header.Header-module__VCQ7Xa__scrolled .Header-module__VCQ7Xa__navCapsule{box-shadow:none;border-color:#0000}.Header-module__VCQ7Xa__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__VCQ7Xa__logoLink{outline:none;align-items:center;display:flex}.Header-module__VCQ7Xa__logoImage{width:auto;height:36px;transition:var(--transition);display:block}.Header-module__VCQ7Xa__header.Header-module__VCQ7Xa__scrolled .Header-module__VCQ7Xa__logoImage{height:30px}.Header-module__VCQ7Xa__logoDot{color:var(--accent-neon)}.Header-module__VCQ7Xa__nav{align-items:center;display:flex}.Header-module__VCQ7Xa__navList{align-items:center;gap:2.2rem;display:flex}.Header-module__VCQ7Xa__navLink{font-family:var(--font-heading);color:var(--text-secondary);padding:.3rem 0;font-size:.9rem;font-weight:500;position:relative}.Header-module__VCQ7Xa__navLink:after{content:"";background-color:var(--accent-primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:0}.Header-module__VCQ7Xa__navLink:hover{color:var(--text-primary)}.Header-module__VCQ7Xa__navLink:hover:after{width:100%}.Header-module__VCQ7Xa__dropdownContainer{position:relative}.Header-module__VCQ7Xa__dropdownTrigger{cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:.35rem;display:flex}.Header-module__VCQ7Xa__dropdownTrigger:after{display:none!important}.Header-module__VCQ7Xa__arrow{opacity:.7;font-size:.6rem;transition:transform .3s;display:inline-block}.Header-module__VCQ7Xa__dropdownActive .Header-module__VCQ7Xa__arrow{transform:rotate(180deg)}.Header-module__VCQ7Xa__dropdownMenu{background-color:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;z-index:1000;flex-direction:column;min-width:220px;margin-top:.4rem;padding:.6rem 0;transition:opacity .25s,transform .25s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(5px)}.Header-module__VCQ7Xa__dropdownMenu:before{content:"";background:0 0;width:100%;height:1rem;position:absolute;top:-1rem;left:0}.Header-module__VCQ7Xa__dropdownVisible{opacity:1;pointer-events:all;transform:translate(-50%)translateY(0)}@media (min-width:769px){.Header-module__VCQ7Xa__dropdownContainer:hover .Header-module__VCQ7Xa__dropdownMenu{opacity:1;pointer-events:all;transform:translate(-50%)translateY(0)}.Header-module__VCQ7Xa__dropdownContainer:hover .Header-module__VCQ7Xa__arrow{transform:rotate(180deg)}}.Header-module__VCQ7Xa__dropdownLink{font-family:var(--font-heading);color:var(--text-secondary);transition:var(--transition);text-align:left;border-radius:4px;width:100%;padding:.6rem 1.2rem;font-size:.82rem;font-weight:600;display:block}.Header-module__VCQ7Xa__dropdownLink:hover{color:var(--accent-primary);background-color:#22007f0d}.Header-module__VCQ7Xa__actions{align-items:center;gap:1rem;display:flex}.Header-module__VCQ7Xa__ctaBtn{font-family:var(--font-heading);color:var(--bg-dark);background-color:var(--accent-neon);border-radius:var(--radius-pill);transition:var(--transition);padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;box-shadow:0 4px 10px #00ffa933}.Header-module__VCQ7Xa__ctaBtn:hover{background-color:#00d78e;transform:translateY(-1px);box-shadow:0 6px 14px #00ffa959}.Header-module__VCQ7Xa__hamburger{cursor:pointer;z-index:101;background:0 0;border:none;padding:.5rem;display:none}.Header-module__VCQ7Xa__bar{background-color:var(--text-primary);width:22px;height:2px;transition:var(--transition);margin:4px 0;display:block}@media (max-width:768px){.Header-module__VCQ7Xa__header{height:70px}.Header-module__VCQ7Xa__scrolled{background-color:#fffffffa;height:60px}.Header-module__VCQ7Xa__navCapsule{padding:0 1.5rem}.Header-module__VCQ7Xa__logoImage{height:26px}.Header-module__VCQ7Xa__header.Header-module__VCQ7Xa__scrolled .Header-module__VCQ7Xa__logoImage{height:22px}.Header-module__VCQ7Xa__hamburger{display:block}.Header-module__VCQ7Xa__nav{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:var(--transition);background-color:#fffffffa;padding:2rem;position:fixed;top:100%;left:1.5rem;right:1.5rem;transform:translateY(-10px)}.Header-module__VCQ7Xa__mobileOpen{opacity:1;pointer-events:all;transform:translateY(10px)}.Header-module__VCQ7Xa__navList{flex-direction:column;align-items:center;gap:1.5rem;width:100%}.Header-module__VCQ7Xa__navLink{font-size:1.1rem}.Header-module__VCQ7Xa__hamburgerActive .Header-module__VCQ7Xa__bar:first-child{transform:translateY(6px)rotate(45deg)}.Header-module__VCQ7Xa__hamburgerActive .Header-module__VCQ7Xa__bar:nth-child(2){opacity:0}.Header-module__VCQ7Xa__hamburgerActive .Header-module__VCQ7Xa__bar:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.Header-module__VCQ7Xa__dropdownContainer{flex-direction:column;align-items:center;width:100%;display:flex}.Header-module__VCQ7Xa__dropdownTrigger{justify-content:center;width:100%}.Header-module__VCQ7Xa__dropdownMenu{box-shadow:none;opacity:0;pointer-events:none;background:#00000005;border:none;width:100%;min-width:0;max-height:0;margin-top:0;padding:0;transition:max-height .3s,opacity .3s;position:relative;left:auto;overflow:hidden;transform:none!important}.Header-module__VCQ7Xa__dropdownVisible{opacity:1;pointer-events:all;max-height:300px;margin-top:.5rem;padding:.5rem 0}.Header-module__VCQ7Xa__dropdownLink{text-align:center;padding:.6rem 0;font-size:.95rem}}
.Footer-module__smRZRa__footer{background-color:var(--bg-primary);border-top:1px solid #0000000d;position:relative;overflow:hidden}.Footer-module__smRZRa__ctaContainer{z-index:10;margin-top:-4rem;margin-bottom:4rem;position:relative}.Footer-module__smRZRa__ctaCard{-webkit-backdrop-filter:blur(20px);color:var(--text-dark-primary);border-radius:var(--radius-lg);transition:var(--transition);background-color:#050014d9;border:1px solid #ffffff12;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;padding:4.5rem;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 60px -10px #05001499,0 0 50px -10px #00ffa914}.Footer-module__smRZRa__ctaCard:hover{border-color:#00ffa933;transform:translateY(-4px);box-shadow:0 40px 80px -15px #050014b3,0 0 60px -5px #00ffa926}.Footer-module__smRZRa__ctaCardGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#00ffa914 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-150px;right:-150px}.Footer-module__smRZRa__ctaAmbientGlow{pointer-events:none;filter:blur(80px);z-index:-1;background:radial-gradient(circle,#22007f26 0%,#00ffa90d 50%,#0000 70%);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Footer-module__smRZRa__ctaContent{text-align:left;z-index:1;flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.Footer-module__smRZRa__ctaBadge{border-radius:var(--radius-pill);color:var(--accent-neon);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1.5px;background-color:#00ffa914;border:1px solid #00ffa933;align-items:center;gap:.6rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.Footer-module__smRZRa__badgePulse{background-color:var(--accent-neon);border-radius:50%;width:8px;height:8px;animation:1.8s infinite Footer-module__smRZRa__pulse;display:inline-block;position:relative;box-shadow:0 0 #00ffa9b3}@keyframes Footer-module__smRZRa__pulse{0%{transform:scale(.95);box-shadow:0 0 #00ffa9b3}70%{transform:scale(1);box-shadow:0 0 0 10px #00ffa900}to{transform:scale(.95);box-shadow:0 0 #00ffa900}}.Footer-module__smRZRa__ctaTitle{color:#fff;letter-spacing:-1.5px;font-size:3rem;font-weight:800;line-height:1.1}.Footer-module__smRZRa__ctaHighlight{background:linear-gradient(135deg, var(--accent-neon) 0%, #00d78e 100%);-webkit-text-fill-color:transparent;color:var(--accent-neon);-webkit-background-clip:text;background-clip:text}.Footer-module__smRZRa__ctaDesc{color:var(--text-dark-secondary);font-size:1.05rem;line-height:1.6}.Footer-module__smRZRa__ctaFeatures{flex-direction:column;gap:.8rem;margin-top:.5rem;display:flex}.Footer-module__smRZRa__ctaFeatures li{color:var(--text-dark-secondary);align-items:center;gap:.8rem;font-size:.95rem;display:flex}.Footer-module__smRZRa__featureIcon{width:18px;height:18px;color:var(--accent-neon);flex-shrink:0}.Footer-module__smRZRa__ctaActionsBox{border-radius:var(--radius-md);z-index:1;background-color:#ffffff05;border:1px solid #ffffff0d;flex-direction:column;gap:1.8rem;width:100%;padding:2.2rem;display:flex}.Footer-module__smRZRa__actionsHeader{text-align:center;flex-direction:column;gap:.3rem;display:flex}.Footer-module__smRZRa__actionsTitle{font-family:var(--font-heading);color:#fff;font-size:1.2rem;font-weight:700}.Footer-module__smRZRa__actionsSubtitle{color:var(--text-dark-secondary);font-size:.85rem}.Footer-module__smRZRa__ctaActions{flex-direction:column;gap:.9rem;display:flex}.Footer-module__smRZRa__ctaActions a{justify-content:center;align-items:center;gap:.8rem;width:100%;padding:1rem 1.5rem;display:inline-flex}.Footer-module__smRZRa__btnIcon{width:18px;height:18px;transition:transform .3s}.Footer-module__smRZRa__ctaActions a:hover .Footer-module__smRZRa__btnIcon{transform:translate(4px)}.Footer-module__smRZRa__whatsappIcon{width:18px;height:18px}.Footer-module__smRZRa__actionsNote{color:var(--text-dark-secondary);opacity:.7;text-align:center;font-size:.8rem}.Footer-module__smRZRa__btnOutline{color:#fff;font-family:var(--font-heading);border-radius:var(--radius-pill);cursor:pointer;transition:var(--transition);background-color:#0000;border:1px solid #fff3;justify-content:center;align-items:center;padding:.9rem 2rem;font-weight:600;display:inline-flex}.Footer-module__smRZRa__btnOutline:hover{background-color:#ffffff0d;border-color:#fff;transform:translateY(-2px)}.Footer-module__smRZRa__footerBottom{background-color:#fff;border-top:1px solid #0000000d;padding:5rem 0 3rem}.Footer-module__smRZRa__bottomContainer{flex-direction:column;gap:4rem;display:flex}.Footer-module__smRZRa__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:4rem;display:grid}.Footer-module__smRZRa__footerBrand{flex-direction:column;align-items:flex-start;gap:1.2rem;display:flex}.Footer-module__smRZRa__logo{font-family:var(--font-heading);color:var(--accent-primary);letter-spacing:1px;font-size:1.4rem;font-weight:800}.Footer-module__smRZRa__logoImage{width:auto;height:36px;display:block}.Footer-module__smRZRa__logoDot{color:var(--accent-neon)}.Footer-module__smRZRa__footerText{color:var(--text-secondary);max-width:320px;font-size:.95rem;line-height:1.6}.Footer-module__smRZRa__footerLinks{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__smRZRa__linkTitle{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:700}.Footer-module__smRZRa__footerLinks ul{flex-direction:column;gap:.8rem;display:flex}.Footer-module__smRZRa__footerLinks a{color:var(--text-secondary);transition:var(--transition);font-size:.9rem}.Footer-module__smRZRa__footerLinks a:hover{color:var(--accent-primary);padding-left:2px}.Footer-module__smRZRa__copyright{text-align:center;color:var(--text-secondary);border-top:1px solid #0000000d;padding-top:2rem;font-size:.85rem}@media (max-width:992px){.Footer-module__smRZRa__ctaCard{grid-template-columns:1fr;gap:3rem;padding:3.5rem}.Footer-module__smRZRa__ctaTitle{font-size:2.5rem}.Footer-module__smRZRa__ctaContent{text-align:center;align-items:center}.Footer-module__smRZRa__ctaFeatures{align-items:flex-start}.Footer-module__smRZRa__footerGrid{grid-template-columns:1fr;gap:3rem}.Footer-module__smRZRa__footerBrand,.Footer-module__smRZRa__footerLinks{text-align:center;align-items:center}}@media (max-width:576px){.Footer-module__smRZRa__ctaCard{gap:2.5rem;padding:2.5rem 1.5rem}.Footer-module__smRZRa__ctaTitle{font-size:2rem}.Footer-module__smRZRa__ctaActionsBox{padding:1.5rem}}
.ServiceHero-module__pRpPFW__hero{background:var(--bg-primary);border-bottom:1px solid var(--border-light);align-items:center;min-height:85vh;padding:180px 0 100px;display:flex;position:relative;overflow:hidden}.ServiceHero-module__pRpPFW__sectionGridLines{pointer-events:none;z-index:1;grid-template-columns:repeat(4,1fr);width:100%;max-width:1300px;height:100%;padding:0 2rem;display:grid;position:absolute;top:0;left:50%;transform:translate(-50%)}.ServiceHero-module__pRpPFW__sectionGridLines span{border-right:1px solid #22007f08;height:100%}.ServiceHero-module__pRpPFW__sectionGridLines span:first-child{border-left:1px solid #22007f08}.ServiceHero-module__pRpPFW__heroContainer{z-index:10;position:relative}.ServiceHero-module__pRpPFW__grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:992px){.ServiceHero-module__pRpPFW__grid{grid-template-columns:1.1fr .9fr}}.ServiceHero-module__pRpPFW__contentCol{max-width:650px}.ServiceHero-module__pRpPFW__badge{border-radius:var(--radius-pill);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#22007f0d;border:1px solid #22007f1a;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;display:inline-flex}.ServiceHero-module__pRpPFW__badgeDot{background:var(--accent-neon);width:8px;height:8px;box-shadow:0 0 10px var(--accent-neon);border-radius:50%;animation:2s infinite ServiceHero-module__pRpPFW__pulseDot}@keyframes ServiceHero-module__pRpPFW__pulseDot{0%{box-shadow:0 0 #00ffa966}70%{box-shadow:0 0 0 10px #00ffa900}to{box-shadow:0 0 #00ffa900}}.ServiceHero-module__pRpPFW__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.15}@media (min-width:768px){.ServiceHero-module__pRpPFW__title{font-size:3.6rem}}.ServiceHero-module__pRpPFW__titleHighlight{color:var(--accent-primary)}.ServiceHero-module__pRpPFW__description{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.ServiceHero-module__pRpPFW__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.ServiceHero-module__pRpPFW__visualCol{perspective:1000px;justify-content:center;align-items:center;display:flex;position:relative}.ServiceHero-module__pRpPFW__visualWrapper{justify-content:center;align-items:center;width:100%;max-width:480px;display:flex;position:relative}.ServiceHero-module__pRpPFW__glowSphere{filter:blur(25px);z-index:1;background:radial-gradient(circle,#22007f1a 0%,#00ffa908 60%,#0000 80%);border-radius:50%;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ServiceHero-module__pRpPFW__mockupContainer{z-index:2;width:100%;animation:6s ease-in-out infinite ServiceHero-module__pRpPFW__floatMockup;position:relative}@keyframes ServiceHero-module__pRpPFW__floatMockup{0%{transform:translateY(0)rotateX(2deg)rotateY(-2deg)}50%{transform:translateY(-12px)rotateX(4deg)rotateY(2deg)}to{transform:translateY(0)rotateX(2deg)rotateY(-2deg)}}.ServiceHero-module__pRpPFW__floatingBadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-glass);box-shadow:var(--shadow-md);border-radius:var(--radius-sm);font-family:var(--font-heading);color:var(--text-primary);z-index:5;background:#ffffffd9;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:700;animation:4s ease-in-out infinite ServiceHero-module__pRpPFW__floatBadge;display:flex;position:absolute}.ServiceHero-module__pRpPFW__badgeIcon{font-size:1.1rem}.ServiceHero-module__pRpPFW__badgeTop{animation-delay:.5s;top:10%;right:-10px}.ServiceHero-module__pRpPFW__badgeBottom{animation-delay:1.5s;bottom:10%;left:-20px}@keyframes ServiceHero-module__pRpPFW__floatBadge{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.ServiceHero-module__pRpPFW__mockupEcommerce,.ServiceHero-module__pRpPFW__mockupRealEstate,.ServiceHero-module__pRpPFW__mockupCorporate{width:100%;box-shadow:var(--shadow-lg), 0 30px 60px -15px #22007f14;background:#fff;border:1px solid #00000014;border-radius:12px;overflow:hidden}.ServiceHero-module__pRpPFW__mockupHeader{background:#f8fafc;border-bottom:1px solid #0000000f;align-items:center;gap:6px;height:32px;padding:0 16px;display:flex}.ServiceHero-module__pRpPFW__dot{background:#e2e8f0;border-radius:50%;width:8px;height:8px}.ServiceHero-module__pRpPFW__dot:first-child{background:#ff5f56}.ServiceHero-module__pRpPFW__dot:nth-child(2){background:#ffbd2e}.ServiceHero-module__pRpPFW__dot:nth-child(3){background:#27c93f}.ServiceHero-module__pRpPFW__url{font-family:var(--font-body);color:var(--text-secondary);opacity:.7;margin-left:12px;font-size:.75rem}.ServiceHero-module__pRpPFW__mockupContent{background:#fff;padding:20px}.ServiceHero-module__pRpPFW__checkoutGrid{grid-template-columns:1.2fr .8fr;gap:15px;display:grid}.ServiceHero-module__pRpPFW__checkoutForm{flex-direction:column;gap:10px;display:flex}.ServiceHero-module__pRpPFW__formTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:.9rem;font-weight:700}.ServiceHero-module__pRpPFW__formLine{background:var(--accent-primary);border-radius:2px;width:40px;height:4px}.ServiceHero-module__pRpPFW__formFields{gap:8px;display:flex}.ServiceHero-module__pRpPFW__fieldShort{background:#f1f5f9;border-radius:4px;flex:1;height:24px}.ServiceHero-module__pRpPFW__fieldLong{background:#f1f5f9;border-radius:4px;height:24px}.ServiceHero-module__pRpPFW__paymentButton{background:var(--accent-primary);color:#fff;height:32px;font-family:var(--font-heading);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;margin-top:5px;font-size:.8rem;font-weight:600;transition:background .3s;display:flex}.ServiceHero-module__pRpPFW__paymentButton:hover{background:#170058}.ServiceHero-module__pRpPFW__paymentIcon{font-size:.85rem}.ServiceHero-module__pRpPFW__checkoutSummary{background:#f8fafc;border:1px solid #0000000a;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.ServiceHero-module__pRpPFW__productCard{align-items:center;gap:8px;display:flex}.ServiceHero-module__pRpPFW__productImg{background:#fff;border:1px solid #0000000a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;display:flex}.ServiceHero-module__pRpPFW__productDetails{flex-direction:column;display:flex}.ServiceHero-module__pRpPFW__productTitle{color:var(--text-primary);font-size:.7rem;font-weight:600}.ServiceHero-module__pRpPFW__productPrice{color:var(--text-secondary);font-size:.7rem}.ServiceHero-module__pRpPFW__divider{background:#0000000f;height:1px;margin:4px 0}.ServiceHero-module__pRpPFW__totalRow{font-family:var(--font-heading);color:var(--text-primary);justify-content:space-between;font-size:.75rem;font-weight:700;display:flex}.ServiceHero-module__pRpPFW__searchBar{background:#f1f5f9;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:8px 12px;display:flex}.ServiceHero-module__pRpPFW__searchText{color:var(--text-secondary);font-size:.75rem}.ServiceHero-module__pRpPFW__searchIcon{font-size:.85rem}.ServiceHero-module__pRpPFW__propertyGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ServiceHero-module__pRpPFW__propertyCard{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000d;border-radius:8px;transition:transform .3s;overflow:hidden}.ServiceHero-module__pRpPFW__propertyCard:hover{transform:translateY(-2px)}.ServiceHero-module__pRpPFW__propertyImg{background:#f8fafc;justify-content:center;align-items:center;height:80px;font-size:2rem;display:flex}.ServiceHero-module__pRpPFW__propertyInfo{padding:10px}.ServiceHero-module__pRpPFW__propertyTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:2px;font-size:.75rem;font-weight:700}.ServiceHero-module__pRpPFW__propertyMeta{color:var(--text-secondary);margin-bottom:6px;font-size:.65rem}.ServiceHero-module__pRpPFW__propertyPrice{font-family:var(--font-heading);color:var(--accent-primary);font-size:.75rem;font-weight:700}.ServiceHero-module__pRpPFW__phoneFrame{width:260px;height:480px;box-shadow:var(--shadow-lg), 0 25px 50px -12px #00000040;background:#0f172a;border:4px solid #334155;border-radius:36px;margin:0 auto;padding:10px;position:relative}.ServiceHero-module__pRpPFW__phoneSpeaker{z-index:10;background:#334155;border-radius:2px;width:60px;height:4px;position:absolute;top:15px;left:50%;transform:translate(-50%)}.ServiceHero-module__pRpPFW__phoneScreen{background:#fff;border-radius:28px;flex-direction:column;width:100%;height:100%;padding-top:15px;display:flex;position:relative;overflow:hidden}.ServiceHero-module__pRpPFW__menuHeader{background:var(--accent-primary);color:#fff;flex-direction:column;padding:15px 12px;display:flex}.ServiceHero-module__pRpPFW__restaurantName{font-family:var(--font-heading);font-size:.95rem;font-weight:700}.ServiceHero-module__pRpPFW__menuSub{color:var(--accent-neon);font-size:.65rem;font-weight:600}.ServiceHero-module__pRpPFW__menuCategories{border-bottom:1px solid #f1f5f9;gap:8px;padding:8px 12px;display:flex}.ServiceHero-module__pRpPFW__categoryTab{color:var(--text-secondary);background:#f1f5f9;border-radius:20px;padding:4px 8px;font-size:.65rem;font-weight:600}.ServiceHero-module__pRpPFW__activeTab{background:var(--accent-primary);color:#fff}.ServiceHero-module__pRpPFW__menuItems{flex-direction:column;flex-grow:1;gap:10px;padding:10px 12px;display:flex;overflow-y:auto}.ServiceHero-module__pRpPFW__menuItem{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;padding-bottom:8px;display:flex}.ServiceHero-module__pRpPFW__itemInfo{flex-direction:column;flex:1;display:flex}.ServiceHero-module__pRpPFW__itemName{font-family:var(--font-heading);color:var(--text-primary);font-size:.75rem;font-weight:700}.ServiceHero-module__pRpPFW__itemDesc{color:var(--text-secondary);margin:2px 0 4px;font-size:.6rem;line-height:1.2}.ServiceHero-module__pRpPFW__itemPrice{font-family:var(--font-heading);color:var(--accent-primary);font-size:.75rem;font-weight:700}.ServiceHero-module__pRpPFW__itemImg{background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.ServiceHero-module__pRpPFW__cartFloatingButton{font-family:var(--font-heading);color:var(--bg-dark);background:#00d78e;border-radius:20px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.7rem;font-weight:700;display:flex;position:absolute;bottom:12px;left:10px;right:10px;box-shadow:0 4px 10px #00ffa966}.ServiceHero-module__pRpPFW__corpNav{border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;padding-bottom:15px;display:flex}.ServiceHero-module__pRpPFW__corpLogo{font-family:var(--font-heading);color:var(--accent-primary);font-size:.85rem;font-weight:800}.ServiceHero-module__pRpPFW__corpLinks{color:var(--text-secondary);gap:10px;font-size:.65rem;display:flex}.ServiceHero-module__pRpPFW__corpHero{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:20px 0;display:flex}.ServiceHero-module__pRpPFW__corpH1{background:var(--text-primary);border-radius:5px;width:140px;height:10px}.ServiceHero-module__pRpPFW__corpH2{background:var(--accent-primary);border-radius:5px;width:100px;height:10px}.ServiceHero-module__pRpPFW__corpParagraph{background:#e2e8f0;border-radius:3px;width:180px;height:6px;margin-top:4px}.ServiceHero-module__pRpPFW__corpBtn{background:var(--accent-primary);border-radius:10px;width:70px;height:20px;margin-top:8px}.ServiceHero-module__pRpPFW__corpGrid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;display:grid}.ServiceHero-module__pRpPFW__corpCard{background:#f8fafc;border:1px solid #00000008;border-radius:6px;height:40px}.ServiceHero-module__pRpPFW__perspectiveContainer{perspective:1200px;width:100%;transform-style:preserve-3d;justify-content:center;align-items:center;height:380px;margin-top:1rem;display:flex;position:relative}.ServiceHero-module__pRpPFW__laptopMockup{border-radius:var(--radius-md);z-index:2;width:90%;max-width:440px;transform-style:preserve-3d;background:#000;border:1px solid #ffffff1a;transition:transform .6s cubic-bezier(.25,.8,.25,1),border-color .3s,box-shadow .3s;position:relative;overflow:hidden;transform:rotateY(-18deg)rotateX(10deg)rotate(2deg);box-shadow:0 30px 60px -15px #05001480,0 0 40px #00ffa90d}.ServiceHero-module__pRpPFW__laptopImg{width:100%;height:auto;display:block}.ServiceHero-module__pRpPFW__phoneMockup{z-index:3;background:#000;border:2px solid #ffffff26;border-radius:18px;width:120px;transition:transform .6s cubic-bezier(.25,.8,.25,1),border-color .3s,box-shadow .3s;position:absolute;bottom:-20px;right:-10px;overflow:hidden;transform:translateZ(50px)rotateY(-10deg)rotateX(8deg)rotate(-2deg);box-shadow:0 20px 40px -10px #05001499,0 0 30px #00ffa91a}.ServiceHero-module__pRpPFW__phoneImg{width:100%;height:auto;display:block}.ServiceHero-module__pRpPFW__perspectiveContainer:hover .ServiceHero-module__pRpPFW__laptopMockup{transform:rotateY(-8deg) rotateX(6deg) rotateZ(1deg) translateY(-8deg);border-color:#00ffa940;box-shadow:0 40px 80px -20px #05001499,0 0 50px #00ffa926}.ServiceHero-module__pRpPFW__perspectiveContainer:hover .ServiceHero-module__pRpPFW__phoneMockup{border-color:#00ffa966;transform:translateZ(90px)rotateY(-4deg)rotateX(4deg)rotate(-1deg)translateY(-12px);box-shadow:0 30px 60px -15px #050014b3,0 0 40px #00ffa94d}.ServiceHero-module__pRpPFW__playButton{width:68px;height:68px;color:var(--bg-dark);cursor:pointer;z-index:10;background:#00ffa9e6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:2s infinite ServiceHero-module__pRpPFW__playPulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(40px);box-shadow:0 0 #00ffa980,0 10px 25px #00ffa94d}.ServiceHero-module__pRpPFW__playButton svg{width:26px;height:26px;margin-left:4px}.ServiceHero-module__pRpPFW__playButton:hover{color:var(--accent-primary);background:#fff;transform:translate(-50%,-50%)translateZ(60px)scale(1.1);box-shadow:0 0 30px #fffc,0 15px 35px #00ffa980}@keyframes ServiceHero-module__pRpPFW__playPulse{0%{box-shadow:0 0 #00ffa999,0 10px 25px #00ffa94d}70%{box-shadow:0 0 0 20px #00ffa900,0 10px 25px #00ffa94d}to{box-shadow:0 0 #00ffa900,0 10px 25px #00ffa94d}}@media (max-width:992px){.ServiceHero-module__pRpPFW__visualCol{justify-content:center;width:100%;margin-top:3rem;display:flex}.ServiceHero-module__pRpPFW__perspectiveContainer{perspective:none;transform-style:flat;max-width:480px;height:320px}.ServiceHero-module__pRpPFW__laptopMockup{width:80%;box-shadow:var(--shadow-lg);margin:0;transform:none}.ServiceHero-module__pRpPFW__phoneMockup{width:100px;box-shadow:var(--shadow-md);bottom:-15px;right:5px;transform:none}.ServiceHero-module__pRpPFW__perspectiveContainer:hover .ServiceHero-module__pRpPFW__laptopMockup,.ServiceHero-module__pRpPFW__perspectiveContainer:hover .ServiceHero-module__pRpPFW__phoneMockup{transform:none}}@media (max-width:576px){.ServiceHero-module__pRpPFW__hero{padding:130px 0 60px}.ServiceHero-module__pRpPFW__actions{flex-direction:column;align-items:stretch}.ServiceHero-module__pRpPFW__actions a{text-align:center;width:100%}.ServiceHero-module__pRpPFW__visualCol{margin-top:2rem}.ServiceHero-module__pRpPFW__perspectiveContainer{height:240px}.ServiceHero-module__pRpPFW__phoneMockup{width:80px;bottom:-10px}}
.VideoModal-module__pP4n6a__overlay{-webkit-backdrop-filter:blur(10px);z-index:9999;background-color:#050014d9;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out forwards VideoModal-module__pP4n6a__fadeIn;display:flex;position:fixed;top:0;left:0}.VideoModal-module__pP4n6a__modalContent{border-radius:var(--radius-md);background:#0a022099;border:1px solid #ffffff1a;width:90%;max-width:900px;padding:1rem;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards VideoModal-module__pP4n6a__scaleUp;position:relative;box-shadow:0 30px 60px #000c,0 0 50px #00ffa91a}.VideoModal-module__pP4n6a__closeBtn{color:#fff;cursor:pointer;opacity:.7;width:32px;height:32px;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:-2.5rem;right:0}.VideoModal-module__pP4n6a__closeBtn:hover{opacity:1;color:var(--accent-neon);transform:rotate(90deg)}.VideoModal-module__pP4n6a__videoWrapper{border-radius:var(--radius-sm);background-color:#000;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.VideoModal-module__pP4n6a__videoWrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}@keyframes VideoModal-module__pP4n6a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes VideoModal-module__pP4n6a__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:576px){.VideoModal-module__pP4n6a__modalContent{width:95%;padding:.5rem}.VideoModal-module__pP4n6a__closeBtn{z-index:10;background:#050014cc;border-radius:50%;width:28px;height:28px;padding:4px;top:.5rem;right:.5rem}}
.ServiceFeatures-module__Wc256q__features{background:var(--bg-secondary);padding:100px 0}.ServiceFeatures-module__Wc256q__title{text-align:center;color:var(--text-primary);max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:2.2rem}.ServiceFeatures-module__Wc256q__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.ServiceFeatures-module__Wc256q__grid{grid-template-columns:repeat(2,1fr)}}.ServiceFeatures-module__Wc256q__card{background:var(--bg-primary);border-radius:var(--radius-md);border:1px solid var(--border-glass);box-shadow:var(--shadow-sm);transition:var(--transition);padding:2.5rem;position:relative;overflow:hidden}.ServiceFeatures-module__Wc256q__card:hover{box-shadow:var(--shadow-glass);border-color:var(--accent-primary);transform:translateY(-5px)}.ServiceFeatures-module__Wc256q__number{font-family:var(--font-heading);color:var(--accent-primary);opacity:.2;font-size:3rem;font-weight:800;line-height:1;position:absolute;top:1rem;right:1.5rem}.ServiceFeatures-module__Wc256q__cardTitle{color:var(--text-primary);z-index:2;margin-bottom:1rem;font-size:1.3rem;position:relative}.ServiceFeatures-module__Wc256q__cardDesc{color:var(--text-secondary);z-index:2;line-height:1.6;position:relative}
.ServiceIncludes-module__7yjEbW__includes{background:var(--bg-primary);padding:100px 0}.ServiceIncludes-module__7yjEbW__title{text-align:center;color:var(--text-primary);max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:2.2rem}.ServiceIncludes-module__7yjEbW__grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:768px){.ServiceIncludes-module__7yjEbW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ServiceIncludes-module__7yjEbW__grid{grid-template-columns:repeat(3,1fr)}}.ServiceIncludes-module__7yjEbW__item{gap:1rem;display:flex}.ServiceIncludes-module__7yjEbW__iconWrapper{background:#22007f1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ServiceIncludes-module__7yjEbW__checkIcon{color:var(--accent-primary);font-size:1.1rem;font-weight:700}.ServiceIncludes-module__7yjEbW__content{flex-grow:1}.ServiceIncludes-module__7yjEbW__itemTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.ServiceIncludes-module__7yjEbW__itemDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}
.PricingCards-module__U7BeLq__pricing{background-color:var(--bg-secondary);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:120px 0;position:relative;overflow:hidden}.PricingCards-module__U7BeLq__pricingContainer{z-index:2;position:relative}.PricingCards-module__U7BeLq__title{text-align:center;font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:5rem;font-size:2.5rem;font-weight:800}.PricingCards-module__U7BeLq__grid{flex-direction:column;align-items:stretch;gap:2.5rem;max-width:960px;margin:0 auto;display:flex}@media (min-width:768px){.PricingCards-module__U7BeLq__grid{flex-direction:row}}.PricingCards-module__U7BeLq__card{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;flex:1;padding:3.5rem 2.5rem;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s;display:flex;position:relative}.PricingCards-module__U7BeLq__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.PricingCards-module__U7BeLq__popular{background:var(--bg-dark);border:2px solid var(--accent-neon);color:var(--text-dark-primary);z-index:2;transform:scale(1.03);box-shadow:0 25px 50px -12px #22007f40}.PricingCards-module__U7BeLq__popular:hover{transform:translateY(-8px)scale(1.03);box-shadow:0 30px 60px -15px #00ffa940}@media (max-width:767px){.PricingCards-module__U7BeLq__popular{transform:scale(1)}.PricingCards-module__U7BeLq__popular:hover{transform:translateY(-5px)scale(1)}}.PricingCards-module__U7BeLq__popularBadge{background:var(--accent-neon);color:var(--bg-dark);font-family:var(--font-heading);border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.05em;padding:.4rem 1.4rem;font-size:.8rem;font-weight:800;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #00ffa966}.PricingCards-module__U7BeLq__cardHeader{text-align:center;border-bottom:1px solid #0000000f;margin-bottom:2.5rem;padding-bottom:2rem}.PricingCards-module__U7BeLq__popular .PricingCards-module__U7BeLq__cardHeader{border-bottom:1px solid #ffffff1a}.PricingCards-module__U7BeLq__planName{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.PricingCards-module__U7BeLq__popular .PricingCards-module__U7BeLq__planName{color:var(--text-dark-primary)}.PricingCards-module__U7BeLq__planSubtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.PricingCards-module__U7BeLq__popular .PricingCards-module__U7BeLq__planSubtitle{color:var(--text-dark-secondary)}.PricingCards-module__U7BeLq__priceContainer{justify-content:center;align-items:flex-start;gap:.2rem;margin-bottom:.5rem;display:flex}.PricingCards-module__U7BeLq__price{font-family:var(--font-heading);color:var(--accent-primary);letter-spacing:-.03em;font-size:3.2rem;font-weight:800;line-height:1}.PricingCards-module__U7BeLq__popular .PricingCards-module__U7BeLq__price{color:var(--accent-neon)}.PricingCards-module__U7BeLq__plusIva{color:var(--text-secondary);margin-top:.4rem;font-size:.9rem;font-weight:700}.PricingCards-module__U7BeLq__popular .PricingCards-module__U7BeLq__plusIva{color:var(--accent-neon)}.PricingCards-module__U7BeLq__frequency{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.PricingCards-module__U7BeLq__popular .PricingCards-module__U7BeLq__frequency{color:var(--text-dark-secondary)}.PricingCards-module__U7BeLq__featuresList{flex-direction:column;flex-grow:1;gap:1.2rem;margin-bottom:3rem;display:flex}.PricingCards-module__U7BeLq__featuresList li{color:var(--text-secondary);align-items:flex-start;gap:.8rem;font-size:.95rem;line-height:1.4;display:flex}.PricingCards-module__U7BeLq__popular .PricingCards-module__U7BeLq__featuresList li{color:var(--text-dark-secondary)}.PricingCards-module__U7BeLq__checkIcon{color:var(--accent-primary);font-size:1.1rem;font-weight:700;line-height:1}.PricingCards-module__U7BeLq__popular .PricingCards-module__U7BeLq__checkIcon{color:var(--accent-neon)}.PricingCards-module__U7BeLq__featureText{flex-grow:1}.PricingCards-module__U7BeLq__cardFooter{text-align:center;width:100%;margin-top:auto}
.HeroSection-module__ZNUjKq__hero{align-items:center;min-height:100vh;padding-top:8rem;padding-bottom:6rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__ZNUjKq__heroContainer{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.HeroSection-module__ZNUjKq__content{flex-direction:column;align-items:flex-start;display:flex}.HeroSection-module__ZNUjKq__badgeWrapper{background-color:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);align-items:center;gap:.6rem;margin-bottom:2rem;padding:.4rem 1rem;display:inline-flex}.HeroSection-module__ZNUjKq__glowingDot{background-color:var(--accent-neon);width:8px;height:8px;box-shadow:0 0 10px var(--accent-neon), 0 0 5px var(--accent-neon);border-radius:50%;animation:2s infinite HeroSection-module__ZNUjKq__pulse}@keyframes HeroSection-module__ZNUjKq__pulse{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}to{opacity:.6;transform:scale(.9)}}.HeroSection-module__ZNUjKq__badgeText{font-family:var(--font-heading);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:500}.HeroSection-module__ZNUjKq__title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.HeroSection-module__ZNUjKq__name{color:var(--accent-primary);font-weight:800}.HeroSection-module__ZNUjKq__titleGradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HeroSection-module__ZNUjKq__description{color:var(--text-secondary);max-width:580px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.HeroSection-module__ZNUjKq__actions{align-items:center;gap:1.2rem;margin-bottom:3.5rem;display:flex}.HeroSection-module__ZNUjKq__followMe{border-top:1px solid #0000000f;align-items:center;gap:1rem;width:100%;max-width:450px;padding-top:1.5rem;display:flex}.HeroSection-module__ZNUjKq__followText{font-family:var(--font-heading);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.HeroSection-module__ZNUjKq__socialLinks{align-items:center;gap:1.2rem;display:flex}.HeroSection-module__ZNUjKq__socialLink{color:var(--text-secondary);transition:var(--transition);font-size:.9rem;font-weight:500}.HeroSection-module__ZNUjKq__socialLink:hover{color:var(--accent-primary);transform:translateY(-1px)}.HeroSection-module__ZNUjKq__imageColumn{justify-content:center;align-items:center;display:flex;position:relative}.HeroSection-module__ZNUjKq__imageCard{background-color:var(--bg-dark);border-radius:var(--radius-md);width:100%;max-width:400px;height:500px;transition:var(--transition);border:1px solid #ffffff0d;flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #05001440}.HeroSection-module__ZNUjKq__imageCard:hover{border-color:var(--accent-neon);transform:translateY(-5px);box-shadow:0 35px 70px -10px #05001459}.HeroSection-module__ZNUjKq__profileBgImage{object-fit:cover;object-position:center 10%;filter:grayscale();width:100%;height:100%;transition:var(--transition);z-index:1;position:absolute;top:0;left:0}.HeroSection-module__ZNUjKq__cardGradientOverlay{z-index:2;pointer-events:none;background:linear-gradient(#0500141a 0%,#050014a6 60%,#050014f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__ZNUjKq__cardGridLines{pointer-events:none;opacity:.1;z-index:2;justify-content:space-around;width:100%;height:100%;padding:0 2rem;display:flex;position:absolute;top:0;left:0}.HeroSection-module__ZNUjKq__cardGridLines span{background-color:#fff;width:1px;height:100%}.HeroSection-module__ZNUjKq__cardContent{z-index:3;flex-direction:column;gap:1.5rem;display:flex;position:relative}.HeroSection-module__ZNUjKq__cardDetails{flex-direction:column;gap:.3rem;display:flex}.HeroSection-module__ZNUjKq__cardTitle{font-family:var(--font-heading);color:var(--text-dark-primary);font-size:1.6rem;font-weight:700}.HeroSection-module__ZNUjKq__cardSubtitle{color:var(--accent-neon);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:500}.HeroSection-module__ZNUjKq__indicatorContainer{z-index:3;border-top:1px solid #ffffff14;justify-content:space-between;margin-top:auto;padding-top:1.5rem;display:flex;position:relative}.HeroSection-module__ZNUjKq__statItem{flex-direction:column;gap:.2rem;display:flex}.HeroSection-module__ZNUjKq__statNumber{font-family:var(--font-heading);color:var(--text-dark-primary);font-size:2rem;font-weight:700;line-height:1}.HeroSection-module__ZNUjKq__statLabel{color:var(--text-dark-secondary);font-size:.75rem}.HeroSection-module__ZNUjKq__floatingBadge{background-color:var(--bg-primary);border:1px solid var(--border-glass);border-radius:var(--radius-pill);font-family:var(--font-heading);box-shadow:var(--shadow-md);z-index:3;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600;animation:4s ease-in-out infinite HeroSection-module__ZNUjKq__float;display:flex;position:absolute}.HeroSection-module__ZNUjKq__badgeLeft{bottom:2rem;left:-2rem}.HeroSection-module__ZNUjKq__badgeRight{animation-delay:2s;top:3rem;right:-2rem}.HeroSection-module__ZNUjKq__badgeIcon{font-size:1rem}@keyframes HeroSection-module__ZNUjKq__float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.HeroSection-module__ZNUjKq__scrollDown{z-index:2;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.HeroSection-module__ZNUjKq__scrollLink{font-family:var(--font-heading);color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;flex-direction:column;align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;display:flex}.HeroSection-module__ZNUjKq__scrollArrow{color:var(--accent-primary);font-size:1.2rem;animation:2s infinite HeroSection-module__ZNUjKq__bounce}@keyframes HeroSection-module__ZNUjKq__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}@media (max-width:992px){.HeroSection-module__ZNUjKq__hero{padding-top:10rem;padding-bottom:4rem}.HeroSection-module__ZNUjKq__heroContainer{grid-template-columns:1fr;gap:5rem}.HeroSection-module__ZNUjKq__content{text-align:center;align-items:center}.HeroSection-module__ZNUjKq__badgeWrapper{margin-bottom:1.5rem}.HeroSection-module__ZNUjKq__title{font-size:3.5rem}.HeroSection-module__ZNUjKq__description{margin-bottom:2rem}.HeroSection-module__ZNUjKq__actions{justify-content:center}.HeroSection-module__ZNUjKq__followMe{justify-content:center;margin:0 auto}.HeroSection-module__ZNUjKq__imageColumn{width:100%}.HeroSection-module__ZNUjKq__imageCard{width:100%;max-width:420px}.HeroSection-module__ZNUjKq__badgeLeft{left:2rem}.HeroSection-module__ZNUjKq__badgeRight{right:2rem}}@media (max-width:576px){.HeroSection-module__ZNUjKq__title{letter-spacing:-1px;font-size:2.5rem}.HeroSection-module__ZNUjKq__actions{flex-direction:column;gap:.8rem;width:100%}.HeroSection-module__ZNUjKq__actions a{width:100%}.HeroSection-module__ZNUjKq__badgeLeft{bottom:-1rem;left:0}.HeroSection-module__ZNUjKq__badgeRight{top:-1rem;right:0}.HeroSection-module__ZNUjKq__imageCard{height:420px;padding:1.8rem}.HeroSection-module__ZNUjKq__initialsBg{font-size:4.5rem}}
.WhyWorkWithMe-module__h6kkya__whyMe{background-color:var(--bg-primary);border-bottom:1px solid var(--border-light);padding:120px 0}.WhyWorkWithMe-module__h6kkya__containerGrid{grid-template-columns:1fr;align-items:center;gap:5rem;display:grid}@media (min-width:992px){.WhyWorkWithMe-module__h6kkya__containerGrid{grid-template-columns:.9fr 1.1fr}}.WhyWorkWithMe-module__h6kkya__imageCol{justify-content:center;width:100%;display:flex;position:relative}.WhyWorkWithMe-module__h6kkya__imageContainer{background:var(--bg-secondary);border:1px solid var(--border-light);width:100%;max-width:380px;box-shadow:var(--shadow-sm);flex-direction:column;padding:1rem;display:flex;position:relative}.WhyWorkWithMe-module__h6kkya__profileImage{object-fit:cover;filter:grayscale();width:100%;height:auto;transition:filter .6s,transform .6s;display:block}.WhyWorkWithMe-module__h6kkya__imageContainer:hover .WhyWorkWithMe-module__h6kkya__profileImage{filter:grayscale(0%);transform:scale(1.02)}.WhyWorkWithMe-module__h6kkya__imageCaption{font-family:var(--font-heading);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:center;border-top:1px solid #0000000f;margin-top:1rem;padding-top:.8rem;font-size:.75rem;font-weight:700}.WhyWorkWithMe-module__h6kkya__contentCol{flex-direction:column;display:flex}.WhyWorkWithMe-module__h6kkya__subtitle{font-family:var(--font-heading);color:var(--accent-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.85rem;font-weight:700;display:inline-block}.WhyWorkWithMe-module__h6kkya__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.8rem;font-size:2.3rem;font-weight:800;line-height:1.2}.WhyWorkWithMe-module__h6kkya__description{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.WhyWorkWithMe-module__h6kkya__benefitsTitle{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;letter-spacing:.02em;border-bottom:1px solid #0000000f;margin-bottom:1.5rem;padding-bottom:.6rem;font-size:1.25rem;font-weight:800}.WhyWorkWithMe-module__h6kkya__benefitsList{flex-direction:column;gap:1.2rem;display:flex}.WhyWorkWithMe-module__h6kkya__benefitsList li{color:var(--text-primary);align-items:flex-start;gap:1rem;font-size:1.05rem;font-weight:500;line-height:1.4;display:flex}.WhyWorkWithMe-module__h6kkya__checkIcon{color:var(--accent-primary);font-size:1.1rem;font-weight:700;line-height:1}@media (max-width:576px){.WhyWorkWithMe-module__h6kkya__title{font-size:1.8rem}.WhyWorkWithMe-module__h6kkya__description{font-size:1rem}}
.ServicesSection-module__7h8QIq__services{background-color:var(--bg-secondary);border-top:1px solid #0000000d;border-bottom:1px solid #0000000d}.ServicesSection-module__7h8QIq__header{text-align:center;max-width:750px;margin:0 auto 5rem}.ServicesSection-module__7h8QIq__subtitle{font-family:var(--font-heading);color:var(--accent-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.ServicesSection-module__7h8QIq__title{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.ServicesSection-module__7h8QIq__description{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.ServicesSection-module__7h8QIq__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.ServicesSection-module__7h8QIq__card{background-color:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);flex-direction:column;padding:3rem;display:flex;position:relative;overflow:hidden}.ServicesSection-module__7h8QIq__card:hover{box-shadow:var(--shadow-lg);border-color:#22007f1f;transform:translateY(-5px)}.ServicesSection-module__7h8QIq__cardHeader{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.ServicesSection-module__7h8QIq__iconWrapper{background-color:var(--bg-secondary);border-radius:var(--radius-sm);width:48px;height:48px;color:var(--accent-primary);transition:var(--transition);justify-content:center;align-items:center;display:flex}.ServicesSection-module__7h8QIq__card:hover .ServicesSection-module__7h8QIq__iconWrapper{background-color:var(--accent-primary);color:#fff}.ServicesSection-module__7h8QIq__icon{width:24px;height:24px}.ServicesSection-module__7h8QIq__cardTitle{color:var(--text-primary);font-size:1.5rem;font-weight:700}.ServicesSection-module__7h8QIq__cardDesc{color:var(--text-secondary);font-size:1rem;line-height:1.5}.ServicesSection-module__7h8QIq__divider{background-color:#0000000f;width:100%;height:1px;margin:2rem 0}.ServicesSection-module__7h8QIq__featureList{flex-direction:column;gap:.8rem;margin-bottom:2.5rem;display:flex}.ServicesSection-module__7h8QIq__featureItem{align-items:flex-start;gap:.8rem;display:flex}.ServicesSection-module__7h8QIq__checkIcon{color:var(--accent-neon);font-size:1.1rem;font-weight:800;line-height:1}.ServicesSection-module__7h8QIq__featureText{color:var(--text-secondary);font-size:.95rem}.ServicesSection-module__7h8QIq__cardFooter{margin-top:auto}.ServicesSection-module__7h8QIq__cardLink{font-family:var(--font-heading);color:var(--accent-primary);transition:var(--transition);align-items:center;font-size:.95rem;font-weight:600;display:inline-flex}.ServicesSection-module__7h8QIq__cardLink:hover{color:#170058;transform:translate(3px)}@media (max-width:992px){.ServicesSection-module__7h8QIq__grid{grid-template-columns:1fr;gap:2rem}.ServicesSection-module__7h8QIq__card{padding:2.5rem}}@media (max-width:576px){.ServicesSection-module__7h8QIq__title{letter-spacing:-.8px;font-size:2.2rem}.ServicesSection-module__7h8QIq__card{padding:2rem}.ServicesSection-module__7h8QIq__cardTitle{font-size:1.3rem}}
.RiskReversal-module__7nGcaG__guarantee{background-color:var(--bg-primary);border-bottom:1px solid var(--border-light);padding:100px 0}.RiskReversal-module__7nGcaG__wrapper{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-lg);grid-template-columns:1fr;align-items:flex-start;gap:3rem;padding:4rem;display:grid;position:relative;overflow:hidden}@media (min-width:992px){.RiskReversal-module__7nGcaG__wrapper{grid-template-columns:.3fr .7fr}}.RiskReversal-module__7nGcaG__badgeWrapper{text-align:center;border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;display:flex}.RiskReversal-module__7nGcaG__shieldIcon{width:64px;height:64px;color:var(--accent-primary);background:#22007f0d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.RiskReversal-module__7nGcaG__shieldIcon svg{width:32px;height:32px}.RiskReversal-module__7nGcaG__badgeText{font-family:var(--font-heading);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:800;line-height:1.3}.RiskReversal-module__7nGcaG__content{flex-direction:column;display:flex}.RiskReversal-module__7nGcaG__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.2rem;font-weight:800;line-height:1.2}.RiskReversal-module__7nGcaG__description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.RiskReversal-module__7nGcaG__description strong{color:var(--accent-primary);font-weight:700}.RiskReversal-module__7nGcaG__grid{border-top:1px solid #0000000f;grid-template-columns:1fr;gap:2rem;padding-top:2.5rem;display:grid}@media (min-width:768px){.RiskReversal-module__7nGcaG__grid{grid-template-columns:repeat(3,1fr)}}.RiskReversal-module__7nGcaG__benefitItem{gap:1rem;display:flex}.RiskReversal-module__7nGcaG__benefitNumber{font-family:var(--font-heading);color:var(--accent-primary);opacity:.3;font-size:1.8rem;font-weight:800;line-height:1}.RiskReversal-module__7nGcaG__benefitText h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.RiskReversal-module__7nGcaG__benefitText p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}@media (max-width:768px){.RiskReversal-module__7nGcaG__wrapper{padding:2.5rem 1.5rem}.RiskReversal-module__7nGcaG__title{font-size:1.8rem}}
.AboutSection-module__rwGd2W__about{background-color:var(--bg-primary);position:relative}.AboutSection-module__rwGd2W__aboutContainer{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}.AboutSection-module__rwGd2W__leftColumn{flex-direction:column;gap:2rem;display:flex}.AboutSection-module__rwGd2W__profileBox{justify-content:center;align-items:center;width:100%;max-width:320px;margin:0 auto;display:flex;position:relative}.AboutSection-module__rwGd2W__avatarWrapper{border:4px solid var(--bg-secondary);width:250px;height:250px;box-shadow:var(--shadow-lg);transition:var(--transition);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.AboutSection-module__rwGd2W__profileBox:hover .AboutSection-module__rwGd2W__avatarWrapper{border-color:var(--accent-neon);transform:scale(1.02);box-shadow:0 15px 30px #00ffa926}.AboutSection-module__rwGd2W__avatarImage{object-fit:cover;width:100%;height:100%}.AboutSection-module__rwGd2W__experienceBadge{background-color:var(--bg-dark);color:#fff;border-radius:var(--radius-md);border:2px solid var(--accent-neon);box-shadow:var(--shadow-md);z-index:3;transition:var(--transition);align-items:center;gap:.8rem;padding:.6rem 1rem;display:flex;position:absolute;bottom:5px;right:15px}.AboutSection-module__rwGd2W__profileBox:hover .AboutSection-module__rwGd2W__experienceBadge{transform:translateY(-2px);box-shadow:0 8px 20px #00ffa940}.AboutSection-module__rwGd2W__badgeNum{font-family:var(--font-heading);color:var(--accent-neon);font-size:2rem;font-weight:800;line-height:1}.AboutSection-module__rwGd2W__badgeText{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:700;line-height:1.2}.AboutSection-module__rwGd2W__leadText{color:var(--accent-primary);border-left:3px solid var(--accent-neon);margin-bottom:1.5rem;padding-left:1rem;font-size:1.25rem;font-weight:600;line-height:1.5}.AboutSection-module__rwGd2W__skillsContainer{flex-direction:column;gap:1rem;display:flex}.AboutSection-module__rwGd2W__skillsTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700}.AboutSection-module__rwGd2W__skillsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.AboutSection-module__rwGd2W__skillTag{background-color:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:.6rem;padding:.8rem 1.2rem;display:flex}.AboutSection-module__rwGd2W__skillTag:hover{box-shadow:var(--shadow-sm);background-color:#fff;border-color:#22007f26;transform:translateY(-2px)}.AboutSection-module__rwGd2W__skillDot{background-color:var(--accent-primary);border-radius:50%;width:6px;height:6px}.AboutSection-module__rwGd2W__skillName{color:var(--text-primary);font-size:.9rem;font-weight:500}.AboutSection-module__rwGd2W__rightColumn{flex-direction:column;align-items:flex-start;display:flex}.AboutSection-module__rwGd2W__subtitle{font-family:var(--font-heading);color:var(--accent-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.AboutSection-module__rwGd2W__title{letter-spacing:-1.5px;margin-bottom:2rem;font-size:3rem;line-height:1.2}.AboutSection-module__rwGd2W__textBlock{color:var(--text-secondary);flex-direction:column;gap:1.5rem;margin-bottom:3rem;font-size:1.1rem;line-height:1.7;display:flex}.AboutSection-module__rwGd2W__socials{border-top:1px solid #0000000f;width:100%;padding-top:2rem}.AboutSection-module__rwGd2W__socialTitle{font-family:var(--font-heading);color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.8rem;font-weight:700}.AboutSection-module__rwGd2W__socialLinks{flex-wrap:wrap;gap:1rem;display:flex}.AboutSection-module__rwGd2W__socialBtn{font-family:var(--font-heading);color:var(--text-primary);border:1px solid var(--border-light);border-radius:var(--radius-pill);transition:var(--transition);background-color:#fff;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600}.AboutSection-module__rwGd2W__socialBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}@media (max-width:992px){.AboutSection-module__rwGd2W__aboutContainer{grid-template-columns:1fr;gap:4rem}}@media (max-width:576px){.AboutSection-module__rwGd2W__title{font-size:2.2rem}.AboutSection-module__rwGd2W__experienceCard{padding:2rem}.AboutSection-module__rwGd2W__skillsGrid{grid-template-columns:1fr}}
.ContactHero-module__2iyUWq__hero{background:var(--bg-primary);text-align:center;padding:180px 0 80px;position:relative;overflow:hidden}.ContactHero-module__2iyUWq__container{z-index:10;position:relative}.ContactHero-module__2iyUWq__content{max-width:800px;margin:0 auto}.ContactHero-module__2iyUWq__subtitle{color:var(--accent-primary);letter-spacing:.15em;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:inline-block}.ContactHero-module__2iyUWq__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;line-height:1.2}@media (min-width:768px){.ContactHero-module__2iyUWq__title{font-size:4.5rem}}.ContactHero-module__2iyUWq__description{color:var(--text-secondary);font-size:1.15rem;line-height:1.6}.ContactHero-module__2iyUWq__decor1{z-index:1;background:radial-gradient(circle,#22007f14 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;left:-100px}.ContactHero-module__2iyUWq__decor2{z-index:1;background:radial-gradient(circle,#00ffa90d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-150px;right:-50px}
.Testimonials-module__r56p-q__testimonials{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-light);padding:120px 0}.Testimonials-module__r56p-q__header{text-align:center;flex-direction:column;align-items:center;max-width:700px;margin:0 auto 5rem;display:flex}.Testimonials-module__r56p-q__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.Testimonials-module__r56p-q__googleSummary{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);align-items:center;gap:1.2rem;padding:.8rem 1.5rem;display:flex}.Testimonials-module__r56p-q__excelent{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:800}.Testimonials-module__r56p-q__stars{color:#fbbc04;letter-spacing:1px;font-size:1.2rem;display:flex}.Testimonials-module__r56p-q__star{color:#fbbc04}.Testimonials-module__r56p-q__reviewCount{color:var(--text-secondary);font-size:.85rem;font-weight:500}.Testimonials-module__r56p-q__googleText{font-family:var(--font-heading);color:var(--text-primary);border-left:1px solid #0000001a;padding-left:1.2rem;font-size:.9rem;font-weight:800}.Testimonials-module__r56p-q__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Testimonials-module__r56p-q__grid{grid-template-columns:repeat(2,1fr)}}.Testimonials-module__r56p-q__card{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:space-between;padding:2.5rem;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s;display:flex}.Testimonials-module__r56p-q__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Testimonials-module__r56p-q__cardTop{flex-direction:column;display:flex}.Testimonials-module__r56p-q__cardHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Testimonials-module__r56p-q__avatar{background:var(--bg-secondary);border:1px solid var(--border-light);width:44px;height:44px;color:var(--accent-primary);font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.Testimonials-module__r56p-q__name{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.1rem;font-size:1rem;font-weight:700}.Testimonials-module__r56p-q__time{color:var(--text-secondary);font-size:.75rem}.Testimonials-module__r56p-q__cardStars{gap:1px;margin-bottom:1.2rem;font-size:1rem;display:flex}.Testimonials-module__r56p-q__text{color:var(--text-secondary);font-size:.95rem;font-style:italic;line-height:1.6}@media (max-width:576px){.Testimonials-module__r56p-q__title{font-size:2rem}.Testimonials-module__r56p-q__googleSummary{border-radius:var(--radius-md);flex-direction:column;gap:.5rem;width:100%;padding:1.5rem}.Testimonials-module__r56p-q__googleText{border-top:1px solid #0000000d;border-left:none;width:100%;padding-top:.5rem;padding-left:0}.Testimonials-module__r56p-q__card{padding:1.8rem}}
.PortfolioSection-module__cLuhrW__portfolio{background-color:var(--bg-primary)}.PortfolioSection-module__cLuhrW__header{grid-template-columns:1fr 1fr;align-items:flex-end;gap:4rem;margin-bottom:5rem;display:grid}.PortfolioSection-module__cLuhrW__subtitle{font-family:var(--font-heading);color:var(--accent-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.PortfolioSection-module__cLuhrW__title{letter-spacing:-2px;font-size:3.5rem;line-height:1.1}.PortfolioSection-module__cLuhrW__description{color:var(--text-secondary);padding-bottom:.5rem;font-size:1.1rem;line-height:1.6}.PortfolioSection-module__cLuhrW__grid{grid-template-columns:repeat(2,1fr);gap:3.5rem 2.5rem;margin-bottom:5rem;display:grid}.PortfolioSection-module__cLuhrW__portfolioItem{transition:var(--transition);flex-direction:column;gap:1.5rem;display:flex}.PortfolioSection-module__cLuhrW__imagePlaceholder{border-radius:var(--radius-md);width:100%;height:320px;box-shadow:var(--shadow-md);transition:var(--transition);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.PortfolioSection-module__cLuhrW__portfolioItem:hover .PortfolioSection-module__cLuhrW__imagePlaceholder{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.PortfolioSection-module__cLuhrW__deviceToggle{z-index:10;-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-pill);background:#0006;border:1px solid #ffffff1f;gap:.3rem;padding:3px;display:flex;position:absolute;top:.8rem;right:.8rem}.PortfolioSection-module__cLuhrW__toggleBtn{cursor:pointer;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.5px;color:#fff;transition:var(--transition);opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:4px 12px;font-size:.62rem;font-weight:700;display:flex}.PortfolioSection-module__cLuhrW__toggleBtn:hover{opacity:1;transform:scale(1.05)}.PortfolioSection-module__cLuhrW__activeBtn{opacity:1;background:#ffffff40;box-shadow:0 2px 6px #00000026}.PortfolioSection-module__cLuhrW__uiMockIcon{stroke:currentColor;stroke-width:2px;width:14px;height:14px}.PortfolioSection-module__cLuhrW__browserFrame{width:82%;height:75%;transition:var(--transition);background-color:#fff;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;display:flex;overflow:hidden;transform:rotateX(8deg)rotateY(-8deg)translateY(10px);box-shadow:0 15px 35px #00000040}.PortfolioSection-module__cLuhrW__portfolioItem:hover .PortfolioSection-module__cLuhrW__browserFrame{transform:rotateX(0)rotateY(0)translateY(0)scale(1.02);box-shadow:0 20px 45px #00000059}.PortfolioSection-module__cLuhrW__browserHeader{background-color:#f1f2f6;border-bottom:1px solid #e4e7eb;flex-shrink:0;align-items:center;gap:.8rem;height:26px;padding:0 .6rem;display:flex}.PortfolioSection-module__cLuhrW__browserDots{gap:4px;display:flex}.PortfolioSection-module__cLuhrW__dot{border-radius:50%;width:6px;height:6px;display:inline-block}.PortfolioSection-module__cLuhrW__red{background-color:#ff5f56}.PortfolioSection-module__cLuhrW__yellow{background-color:#ffbd2e}.PortfolioSection-module__cLuhrW__green{background-color:#27c93f}.PortfolioSection-module__cLuhrW__browserAddressBar{color:#7f8c8d;text-align:left;font-size:.55rem;font-family:var(--font-body);text-overflow:ellipsis;white-space:nowrap;background-color:#fff;border:1px solid #dcdde1;border-radius:3px;flex:1;padding:1px 8px;overflow:hidden}.PortfolioSection-module__cLuhrW__browserContent{background-color:#fff;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.PortfolioSection-module__cLuhrW__phoneFrame{width:155px;height:250px;transition:var(--transition);background-color:#1a1a1a;border:1px solid #ffffff1a;border-radius:26px;flex-direction:column;padding:4px;display:flex;position:relative;transform:rotateX(8deg)rotateY(-8deg)translateY(10px);box-shadow:0 15px 35px #0000004d}.PortfolioSection-module__cLuhrW__portfolioItem:hover .PortfolioSection-module__cLuhrW__phoneFrame{transform:rotateX(0)rotateY(0)translateY(0)scale(1.04);box-shadow:0 20px 45px #0006}.PortfolioSection-module__cLuhrW__phoneNotch{z-index:10;background-color:#1a1a1a;border-bottom-right-radius:8px;border-bottom-left-radius:8px;justify-content:center;align-items:center;gap:3px;width:70px;height:12px;display:flex;position:absolute;top:4px;left:50%;transform:translate(-50%)}.PortfolioSection-module__cLuhrW__speaker{background-color:#333;border-radius:1px;width:18px;height:2px}.PortfolioSection-module__cLuhrW__camera{background-color:#223e36;border-radius:50%;width:3px;height:3px}.PortfolioSection-module__cLuhrW__phoneContent{background-color:#fff;border:1px solid #222;border-radius:22px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.PortfolioSection-module__cLuhrW__phoneHomeBar{z-index:10;background-color:#555;border-radius:2px;width:50px;height:3px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.PortfolioSection-module__cLuhrW__uiNav{background:#fff;border-bottom:1px solid #0000000d;flex-shrink:0;justify-content:space-between;align-items:center;height:22px;padding:0 6px;display:flex}.PortfolioSection-module__cLuhrW__uiLogo{font-size:.5rem;font-weight:800}.PortfolioSection-module__cLuhrW__uiLinks{color:#555;gap:6px;font-size:.4rem;display:flex}.PortfolioSection-module__cLuhrW__uiLinks span{font-weight:500}.PortfolioSection-module__cLuhrW__uiActive{color:var(--accent-primary);font-weight:700!important}.PortfolioSection-module__cLuhrW__uiPhone{color:#777;font-size:.4rem;font-weight:600}.PortfolioSection-module__cLuhrW__uiScrollWrapper{flex-direction:column;flex:1;transition:transform 4s cubic-bezier(.25,.8,.25,1);display:flex;transform:translateY(0)}.PortfolioSection-module__cLuhrW__portfolioItem:hover .PortfolioSection-module__cLuhrW__desktopLayout .PortfolioSection-module__cLuhrW__uiScrollWrapper{transform:translateY(-120px)}.PortfolioSection-module__cLuhrW__portfolioItem:hover .PortfolioSection-module__cLuhrW__mobileLayout .PortfolioSection-module__cLuhrW__uiScrollWrapper{transform:translateY(-135px)}.PortfolioSection-module__cLuhrW__uiHeroBanner,.PortfolioSection-module__cLuhrW__uiHero{text-align:center;color:#fff;flex-shrink:0;padding:10px 6px}.PortfolioSection-module__cLuhrW__uiHeroBanner h4,.PortfolioSection-module__cLuhrW__uiHero h4{margin-bottom:2px;font-size:.65rem;font-weight:700;line-height:1.2}.PortfolioSection-module__cLuhrW__uiHeroBanner p,.PortfolioSection-module__cLuhrW__uiHero p{opacity:.85;font-size:.42rem;line-height:1.25}.PortfolioSection-module__cLuhrW__uiGrid{flex-shrink:0;grid-template-columns:repeat(2,1fr);gap:5px;padding:6px;display:grid}.PortfolioSection-module__cLuhrW__uiCard{background-color:#fff;border:1px solid #0000000d;border-radius:5px;flex-direction:column;gap:2px;padding:5px;display:flex;box-shadow:0 1px 3px #00000005}.PortfolioSection-module__cLuhrW__uiCard h6{color:#333;font-size:.45rem;font-weight:600;line-height:1.1}.PortfolioSection-module__cLuhrW__andalienUI{text-align:left;background-color:#fcfcfc;flex-direction:column;height:100%;display:flex}.PortfolioSection-module__cLuhrW__andalienUI .PortfolioSection-module__cLuhrW__uiNav{color:#fff;background-color:#1b4d3e;border:none}.PortfolioSection-module__cLuhrW__andalienUI .PortfolioSection-module__cLuhrW__uiHeroBanner{background:linear-gradient(135deg,#1b4d3e 0%,#1e5c46 100%)}.PortfolioSection-module__cLuhrW__uiBtnGreen{color:#fff;cursor:pointer;background-color:#2e8b57;border:none;border-radius:10px;margin-top:4px;padding:2px 6px;font-size:.38rem;font-weight:700}.PortfolioSection-module__cLuhrW__uiCategories{color:#1e5c46;background-color:#f1f7f5;border-bottom:1px solid #00000005;justify-content:space-around;padding:4px;font-size:.38rem;font-weight:600;display:flex}.PortfolioSection-module__cLuhrW__uiCardImg{background-color:#f4faf7;border-radius:3px;justify-content:center;align-items:center;height:22px;font-size:.8rem;display:flex}.PortfolioSection-module__cLuhrW__uiPrice{color:#1e5c46;font-size:.38rem;font-weight:700}.PortfolioSection-module__cLuhrW__clinicaPhoneUI{text-align:left;background-color:#f8f9fa;flex-direction:column;height:100%;display:flex}.PortfolioSection-module__cLuhrW__clinicaPhoneUI .PortfolioSection-module__cLuhrW__uiNav{color:#fff;background-color:#0f2027;border:none}.PortfolioSection-module__cLuhrW__uiBtnOrangeCompact{color:#fff;background-color:#e65c00;border:none;border-radius:2px;padding:1px 5px;font-size:.38rem;font-weight:700}.PortfolioSection-module__cLuhrW__clinicaPhoneUI .PortfolioSection-module__cLuhrW__uiHero{background-color:#0f2027;border-bottom:2px solid #e65c00}.PortfolioSection-module__cLuhrW__uiBtnOrange{color:#fff;background-color:#e65c00;border:none;border-radius:12px;margin-top:4px;padding:3px 8px;font-size:.38rem;font-weight:700;box-shadow:0 2px 4px #e65c0033}.PortfolioSection-module__cLuhrW__clinicaPhoneUI .PortfolioSection-module__cLuhrW__uiCard{text-align:center;align-items:center;padding:6px 3px}.PortfolioSection-module__cLuhrW__uiIcon{font-size:.9rem}.PortfolioSection-module__cLuhrW__uiFooterText{color:#888;text-align:center;background-color:#fff;border-top:1px solid #eee;margin-top:auto;padding:6px 0;font-size:.35rem}.PortfolioSection-module__cLuhrW__moneyChangeUI{text-align:left;color:#fff;background-color:#0d111b;flex-direction:column;height:100%;display:flex}.PortfolioSection-module__cLuhrW__moneyChangeUI .PortfolioSection-module__cLuhrW__uiNav{color:#fff;background-color:#121824;border-bottom:1px solid #1a2235}.PortfolioSection-module__cLuhrW__uiActivePill{color:#00ffa9;background-color:#00ffa926;border-radius:8px;padding:1px 5px;font-size:.38rem;font-weight:700}.PortfolioSection-module__cLuhrW__uiCalcBox{background-color:#161f30;border:1px solid #222f46;border-radius:6px;flex-direction:column;gap:3px;margin:6px;padding:6px;display:flex}.PortfolioSection-module__cLuhrW__uiCalcBox h5{color:#8892b0;margin-bottom:1px;font-size:.48rem;font-weight:700}.PortfolioSection-module__cLuhrW__uiInputRow{background-color:#0d111b;border:1px solid #ffffff08;border-radius:3px;justify-content:space-between;padding:3px 5px;font-size:.42rem;display:flex}.PortfolioSection-module__cLuhrW__uiRateRow{color:#00ffa9;text-align:center;margin:1px 0;font-size:.38rem;font-weight:500}.PortfolioSection-module__cLuhrW__uiNeonText{color:#00ffa9}.PortfolioSection-module__cLuhrW__uiBtnLime{color:#0d111b;cursor:pointer;background-color:#00ffa9;border:none;border-radius:3px;margin-top:2px;padding:3px;font-size:.4rem;font-weight:700}.PortfolioSection-module__cLuhrW__uiChartSection{color:#8892b0;padding:0 6px 6px;font-size:.35rem}.PortfolioSection-module__cLuhrW__uiChartSection p{margin-bottom:2px}.PortfolioSection-module__cLuhrW__uiSvgChart{background-color:#0000004d;border-radius:3px;width:100%;height:24px;padding:2px}.PortfolioSection-module__cLuhrW__stangerLawUI{text-align:left;color:#c5a059;background-color:#111;flex-direction:column;height:100%;display:flex}.PortfolioSection-module__cLuhrW__stangerLawUI .PortfolioSection-module__cLuhrW__uiNav{color:#c5a059;background-color:#000;border-bottom:1px solid #c5a059}.PortfolioSection-module__cLuhrW__stangerLawUI .PortfolioSection-module__cLuhrW__uiHero{text-align:center;background-color:#000;border-bottom:1px solid #c5a05926;padding:10px 5px}.PortfolioSection-module__cLuhrW__stangerLawUI .PortfolioSection-module__cLuhrW__uiHero h4{color:#c5a059;font-family:serif;font-size:.6rem}.PortfolioSection-module__cLuhrW__stangerLawUI .PortfolioSection-module__cLuhrW__uiHero p{color:#ddd;font-size:.38rem}.PortfolioSection-module__cLuhrW__stangerLawUI .PortfolioSection-module__cLuhrW__uiCard{background-color:#181818;border:1px solid #c5a0591f;border-left:2px solid #c5a059;padding:4px}.PortfolioSection-module__cLuhrW__stangerLawUI .PortfolioSection-module__cLuhrW__uiCard h5{color:#c5a059;margin-bottom:1px;font-size:.45rem;font-weight:700}.PortfolioSection-module__cLuhrW__stangerLawUI .PortfolioSection-module__cLuhrW__uiCard p{color:#999;font-size:.36rem;line-height:1.2}.PortfolioSection-module__cLuhrW__arqiServicesUI{text-align:left;background-color:#fff;flex-direction:column;height:100%;display:flex}.PortfolioSection-module__cLuhrW__arqiServicesUI .PortfolioSection-module__cLuhrW__uiNav{color:#fff;background-color:#1d3557;border:none}.PortfolioSection-module__cLuhrW__uiBadge{color:#fff;background-color:#e63946;border-radius:2px;padding:1px 4px;font-size:.35rem}.PortfolioSection-module__cLuhrW__arqiServicesUI .PortfolioSection-module__cLuhrW__uiHero{background:linear-gradient(135deg,#1d3557 0%,#457b9d 100%)}.PortfolioSection-module__cLuhrW__uiSvcList{flex-direction:column;gap:3px;padding:6px;display:flex}.PortfolioSection-module__cLuhrW__uiSvcItem{color:#2b2d42;align-items:center;gap:3px;font-size:.42rem;display:flex}.PortfolioSection-module__cLuhrW__uiSvcItem span{color:#e63946;font-weight:700}.PortfolioSection-module__cLuhrW__uiBtnBlue{color:#fff;cursor:pointer;background-color:#1d3557;border:none;border-radius:3px;margin:0 6px 6px;padding:3px;font-size:.4rem;font-weight:700}.PortfolioSection-module__cLuhrW__colegioBautistaUI{text-align:left;background-color:#f3f5f8;flex-direction:column;height:100%;display:flex}.PortfolioSection-module__cLuhrW__colegioBautistaUI .PortfolioSection-module__cLuhrW__uiNav{color:#fff;background-color:#0d3b66;border:none}.PortfolioSection-module__cLuhrW__uiSubLogo{opacity:.8;font-size:.38rem;font-weight:500}.PortfolioSection-module__cLuhrW__uiNewsCard{background-color:#fff;border:1px solid #e2e8f0;border-top:3px solid #f4d35e;border-radius:6px;margin:6px;padding:6px}.PortfolioSection-module__cLuhrW__uiTag{color:#fff;background-color:#0d3b66;border-radius:2px;margin-bottom:2px;padding:1px 3px;font-size:.35rem;font-weight:700;display:inline-block}.PortfolioSection-module__cLuhrW__uiNewsCard h5{color:#0d3b66;margin-bottom:1px;font-size:.48rem;font-weight:700}.PortfolioSection-module__cLuhrW__uiNewsCard p{color:#4a5568;margin-bottom:3px;font-size:.38rem;line-height:1.25}.PortfolioSection-module__cLuhrW__uiBtnYellow{color:#0d3b66;cursor:pointer;background-color:#f4d35e;border:none;border-radius:3px;padding:1px 5px;font-size:.38rem;font-weight:700}.PortfolioSection-module__cLuhrW__uiBtnPortal{color:#fff;text-align:center;background-color:#0d3b66;border-radius:3px;padding:3px;font-size:.4rem;font-weight:700}.PortfolioSection-module__cLuhrW__itemInfo{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.PortfolioSection-module__cLuhrW__itemCategory{font-family:var(--font-heading);color:var(--accent-primary);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:700}.PortfolioSection-module__cLuhrW__itemTitle{color:var(--text-primary);letter-spacing:-.5px;font-size:1.6rem;font-weight:700}.PortfolioSection-module__cLuhrW__itemDesc{color:var(--text-secondary);margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.PortfolioSection-module__cLuhrW__itemLink{font-family:var(--font-heading);color:var(--text-primary);transition:var(--transition);align-items:center;font-size:.9rem;font-weight:600;display:inline-flex}.PortfolioSection-module__cLuhrW__portfolioItem:hover .PortfolioSection-module__cLuhrW__itemLink{color:var(--accent-primary);transform:translate(4px)}.PortfolioSection-module__cLuhrW__footer{text-align:center;margin-top:2rem}@media (max-width:992px){.PortfolioSection-module__cLuhrW__header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}.PortfolioSection-module__cLuhrW__grid{grid-template-columns:1fr;gap:3rem}.PortfolioSection-module__cLuhrW__imagePlaceholder{height:280px}}@media (max-width:576px){.PortfolioSection-module__cLuhrW__title{font-size:2.2rem}.PortfolioSection-module__cLuhrW__itemTitle{font-size:1.3rem}.PortfolioSection-module__cLuhrW__imagePlaceholder{height:220px}}
.ContactSection-module__wiKb9G__contact{background-color:var(--bg-secondary);border-top:1px solid #0000000d}.ContactSection-module__wiKb9G__contactContainer{grid-template-columns:1fr 1fr;align-items:flex-start;gap:5rem;display:grid}.ContactSection-module__wiKb9G__infoColumn{flex-direction:column;align-items:flex-start;display:flex}.ContactSection-module__wiKb9G__subtitle{font-family:var(--font-heading);color:var(--accent-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.ContactSection-module__wiKb9G__title{letter-spacing:-1.5px;margin-bottom:2rem;font-size:3rem;line-height:1.2}.ContactSection-module__wiKb9G__description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.ContactSection-module__wiKb9G__detailsList{flex-direction:column;gap:2rem;width:100%;display:flex}.ContactSection-module__wiKb9G__detailItem{align-items:center;gap:1.2rem;display:flex}.ContactSection-module__wiKb9G__detailIcon{background-color:var(--bg-primary);border:1px solid var(--border-light);width:44px;height:44px;color:var(--accent-primary);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.ContactSection-module__wiKb9G__svgIcon{stroke:currentColor;width:20px;height:20px}.ContactSection-module__wiKb9G__detailContent{flex-direction:column;display:flex}.ContactSection-module__wiKb9G__detailLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.ContactSection-module__wiKb9G__detailValue{color:var(--text-primary);transition:var(--transition);font-size:1.1rem;font-weight:700}.ContactSection-module__wiKb9G__detailValue[href]:hover{color:var(--accent-primary);transform:translate(2px)}.ContactSection-module__wiKb9G__formColumn{width:100%}.ContactSection-module__wiKb9G__formWrapper{background-color:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border-color:#22007f14;padding:3rem}.ContactSection-module__wiKb9G__form{flex-direction:column;gap:1.5rem;display:flex}.ContactSection-module__wiKb9G__inputGroup{flex-direction:column;gap:.5rem;display:flex}.ContactSection-module__wiKb9G__label{font-family:var(--font-heading);color:var(--text-primary);font-size:.85rem;font-weight:600}.ContactSection-module__wiKb9G__input,.ContactSection-module__wiKb9G__select,.ContactSection-module__wiKb9G__textarea{font-family:var(--font-body);border-radius:var(--radius-sm);color:var(--text-primary);transition:var(--transition);background-color:#fff;border:1px solid #0000001f;width:100%;padding:.8rem 1rem;font-size:.95rem}.ContactSection-module__wiKb9G__input:focus,.ContactSection-module__wiKb9G__select:focus,.ContactSection-module__wiKb9G__textarea:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #22007f26}.ContactSection-module__wiKb9G__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.ContactSection-module__wiKb9G__textarea{resize:vertical}.ContactSection-module__wiKb9G__successMessage{text-align:center;flex-direction:column;align-items:center;gap:1.2rem;padding:2rem 0;display:flex}.ContactSection-module__wiKb9G__successIcon{background-color:var(--accent-neon);width:64px;height:64px;color:var(--bg-dark);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex;box-shadow:0 10px 20px #00ffa94d}.ContactSection-module__wiKb9G__successTitle{color:var(--text-primary);margin-top:.5rem;font-size:1.6rem;font-weight:700}.ContactSection-module__wiKb9G__successText{color:var(--text-secondary);max-width:320px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}@media (max-width:992px){.ContactSection-module__wiKb9G__contactContainer{grid-template-columns:1fr;gap:4rem}}@media (max-width:576px){.ContactSection-module__wiKb9G__title{font-size:2.2rem}.ContactSection-module__wiKb9G__formWrapper{padding:2rem}}.ContactSection-module__wiKb9G__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.ContactSection-module__wiKb9G__errorMessage{color:#dc2626;margin-top:.25rem;font-size:.8rem;font-weight:500;display:block}.ContactSection-module__wiKb9G__inputError{background-color:#fef2f2!important;border-color:#dc2626!important}.ContactSection-module__wiKb9G__inputError:focus{box-shadow:0 0 0 3px #dc262626!important}.ContactSection-module__wiKb9G__submitErrorAlert{border-radius:var(--radius-sm);color:#991b1b;background-color:#fef2f2;border-left:4px solid #dc2626;padding:1rem;font-size:.9rem;line-height:1.5}.ContactSection-module__wiKb9G__contactProfile{background-color:var(--bg-primary);border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);width:fit-content;transition:var(--transition);align-items:center;gap:1rem;margin-bottom:2rem;padding:.6rem 1.2rem;display:flex}.ContactSection-module__wiKb9G__contactProfile:hover{box-shadow:var(--shadow-md);border-color:#22007f1a;transform:translateY(-2px)}.ContactSection-module__wiKb9G__contactAvatarWrapper{flex-shrink:0;width:48px;height:48px;position:relative}.ContactSection-module__wiKb9G__contactAvatar{object-fit:cover;border:2px solid var(--bg-secondary);background-color:#fff;border-radius:50%;width:100%;height:100%}.ContactSection-module__wiKb9G__activeDot{background-color:var(--accent-neon);width:10px;height:10px;box-shadow:0 0 8px var(--accent-neon);border:2px solid #fff;border-radius:50%;position:absolute;bottom:1px;right:1px}.ContactSection-module__wiKb9G__contactProfileInfo{flex-direction:column;display:flex}.ContactSection-module__wiKb9G__contactName{font-family:var(--font-heading);color:var(--text-primary);font-size:.95rem;font-weight:700;line-height:1.2}.ContactSection-module__wiKb9G__contactStatus{color:#10b981;margin-top:2px;font-size:.72rem;font-weight:600}
.ContactInfo-module__i4afHG__infoWrapper{background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-glass);height:100%;padding:3rem}.ContactInfo-module__i4afHG__heading{color:var(--text-primary);margin-bottom:1rem;font-size:1.8rem}.ContactInfo-module__i4afHG__subtext{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.ContactInfo-module__i4afHG__cards{flex-direction:column;gap:1.5rem;display:flex}.ContactInfo-module__i4afHG__card{background:var(--bg-primary);border-radius:var(--radius-md);border:1px solid var(--border-glass);align-items:flex-start;gap:1.2rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex}.ContactInfo-module__i4afHG__card:hover{box-shadow:var(--shadow-sm);border-color:#22007f33;transform:translateY(-3px)}.ContactInfo-module__i4afHG__icon{background:#22007f0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.8rem;display:flex}.ContactInfo-module__i4afHG__cardContent{flex-direction:column;gap:.3rem;display:flex}.ContactInfo-module__i4afHG__cardTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.ContactInfo-module__i4afHG__cardValue,.ContactInfo-module__i4afHG__cardValueLink{color:var(--text-primary);font-size:1.2rem;font-weight:700}.ContactInfo-module__i4afHG__cardValueLink{text-decoration:none;transition:color .3s}.ContactInfo-module__i4afHG__cardValueLink:hover{color:var(--accent-primary)}.ContactInfo-module__i4afHG__cardDesc{color:var(--text-secondary);margin-top:.2rem;font-size:.9rem}
.privacy-terms-module__EiWFmG__legalPage{background-color:var(--bg-primary);z-index:1;min-height:100vh;padding-top:120px;position:relative}.privacy-terms-module__EiWFmG__hero{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);text-align:center;padding:5rem 0 3rem;position:relative;overflow:hidden}.privacy-terms-module__EiWFmG__heroGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#22007f0d 0%,#22007f00 70%);width:600px;height:600px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.privacy-terms-module__EiWFmG__title{color:var(--text-primary);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.privacy-terms-module__EiWFmG__meta{font-family:var(--font-heading);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.privacy-terms-module__EiWFmG__contentWrapper{padding:4rem 0 6rem}.privacy-terms-module__EiWFmG__contentCard{background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);max-width:900px;margin:0 auto;padding:4rem}.privacy-terms-module__EiWFmG__section{margin-bottom:2.5rem}.privacy-terms-module__EiWFmG__section:last-child{margin-bottom:0}.privacy-terms-module__EiWFmG__sectionTitle{color:var(--text-primary);border-bottom:2px solid #22007f0f;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.privacy-terms-module__EiWFmG__paragraph{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.privacy-terms-module__EiWFmG__paragraph:last-child{margin-bottom:0}.privacy-terms-module__EiWFmG__list{margin-bottom:1.5rem;margin-left:0;padding-left:0;list-style:none}.privacy-terms-module__EiWFmG__listItem{color:var(--text-secondary);margin-bottom:.75rem;padding-left:1.5rem;font-size:1.05rem;line-height:1.6;position:relative}.privacy-terms-module__EiWFmG__listItem:before{content:"";background-color:var(--accent-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.625rem;left:.25rem}.privacy-terms-module__EiWFmG__highlight{color:var(--accent-primary);font-weight:500}@media (max-width:768px){.privacy-terms-module__EiWFmG__legalPage{padding-top:100px}.privacy-terms-module__EiWFmG__hero{padding:3rem 0 2rem}.privacy-terms-module__EiWFmG__title{font-size:2rem}.privacy-terms-module__EiWFmG__contentCard{border-radius:var(--radius-md);padding:2rem 1.5rem}.privacy-terms-module__EiWFmG__sectionTitle{font-size:1.25rem}}
.ContactForm-module__LE3eFW__form{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-glass);padding:3rem;box-shadow:0 20px 40px #0000000d}.ContactForm-module__LE3eFW__formGroup{margin-bottom:1.5rem}.ContactForm-module__LE3eFW__label{color:var(--text-primary);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.ContactForm-module__LE3eFW__input,.ContactForm-module__LE3eFW__select,.ContactForm-module__LE3eFW__textarea{width:100%;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-glass);border-radius:var(--radius-sm);outline:none;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.ContactForm-module__LE3eFW__input:focus,.ContactForm-module__LE3eFW__select:focus,.ContactForm-module__LE3eFW__textarea:focus{border-color:var(--accent-primary);background:var(--bg-primary);box-shadow:0 0 0 4px #22007f1a}.ContactForm-module__LE3eFW__input::placeholder,.ContactForm-module__LE3eFW__textarea::placeholder{color:#a1a1aa}.ContactForm-module__LE3eFW__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.ContactForm-module__LE3eFW__textarea{resize:vertical;min-height:120px}.ContactForm-module__LE3eFW__submitBtn{background:var(--accent-neon);color:#050014;border-radius:var(--radius-sm);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;width:100%;margin-top:1rem;padding:1.2rem;font-size:1.05rem;font-weight:800;transition:all .3s;box-shadow:0 10px 20px #00ffa933}.ContactForm-module__LE3eFW__submitBtn:hover{background:#0c8;transform:translateY(-3px);box-shadow:0 15px 30px #00ffa966}.ContactForm-module__LE3eFW__disclaimer{text-align:center;color:var(--text-secondary);margin-top:1rem;font-size:.8rem}.ContactForm-module__LE3eFW__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.ContactForm-module__LE3eFW__errorMessage{color:#dc2626;margin-top:.25rem;font-size:.85rem;font-weight:500;display:block}.ContactForm-module__LE3eFW__inputError{background-color:#fef2f2!important;border-color:#dc2626!important}.ContactForm-module__LE3eFW__inputError:focus{box-shadow:0 0 0 4px #dc262626!important}.ContactForm-module__LE3eFW__successMessage{text-align:center;background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-glass);flex-direction:column;align-items:center;gap:1.2rem;padding:2rem;display:flex;box-shadow:0 20px 40px #0000000d}.ContactForm-module__LE3eFW__successIcon{background-color:var(--accent-neon);width:64px;height:64px;color:var(--bg-dark);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex;box-shadow:0 10px 20px #00ffa94d}.ContactForm-module__LE3eFW__successTitle{color:var(--text-primary);margin-top:.5rem;font-size:1.6rem;font-weight:700}.ContactForm-module__LE3eFW__successText{color:var(--text-secondary);max-width:340px;margin-bottom:1rem;font-size:1rem;line-height:1.6}.ContactForm-module__LE3eFW__resetBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:.95rem;text-decoration:underline;transition:color .2s}.ContactForm-module__LE3eFW__resetBtn:hover{color:var(--text-primary)}
.FaqSection-module__BnDsKa__faqs{background-color:var(--bg-primary);border-bottom:1px solid var(--border-light);padding:120px 0}.FaqSection-module__BnDsKa__header{text-align:center;max-width:650px;margin:0 auto 5rem}.FaqSection-module__BnDsKa__tag{font-family:var(--font-heading);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-block}.FaqSection-module__BnDsKa__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.5rem;font-weight:800}.FaqSection-module__BnDsKa__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.FaqSection-module__BnDsKa__accordionList{flex-direction:column;max-width:800px;margin:0 auto;display:flex}.FaqSection-module__BnDsKa__item{border-bottom:1px solid var(--border-light);cursor:pointer;transition:background-color .3s}.FaqSection-module__BnDsKa__item:first-child{border-top:1px solid var(--border-light)}.FaqSection-module__BnDsKa__item:hover{background-color:#22007f03}.FaqSection-module__BnDsKa__questionButton{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.8rem 1rem;display:flex}.FaqSection-module__BnDsKa__questionText{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;line-height:1.4;transition:color .3s}.FaqSection-module__BnDsKa__item:hover .FaqSection-module__BnDsKa__questionText,.FaqSection-module__BnDsKa__open .FaqSection-module__BnDsKa__questionText{color:var(--accent-primary)}.FaqSection-module__BnDsKa__icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:relative}.FaqSection-module__BnDsKa__horizontal,.FaqSection-module__BnDsKa__vertical{background-color:var(--text-primary);border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s;position:absolute}.FaqSection-module__BnDsKa__horizontal{width:100%;height:2px}.FaqSection-module__BnDsKa__vertical{width:2px;height:100%}.FaqSection-module__BnDsKa__item:hover .FaqSection-module__BnDsKa__horizontal,.FaqSection-module__BnDsKa__item:hover .FaqSection-module__BnDsKa__vertical,.FaqSection-module__BnDsKa__open .FaqSection-module__BnDsKa__horizontal,.FaqSection-module__BnDsKa__open .FaqSection-module__BnDsKa__vertical{background-color:var(--accent-primary)}.FaqSection-module__BnDsKa__open .FaqSection-module__BnDsKa__vertical{opacity:0;transform:rotate(90deg)}.FaqSection-module__BnDsKa__open .FaqSection-module__BnDsKa__horizontal{transform:rotate(180deg)}.FaqSection-module__BnDsKa__answerWrapper{transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s;overflow:hidden}.FaqSection-module__BnDsKa__answerContent{padding:0 1rem 1.8rem}.FaqSection-module__BnDsKa__answerText{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}@media (max-width:576px){.FaqSection-module__BnDsKa__title{font-size:2rem}.FaqSection-module__BnDsKa__questionText{font-size:1.05rem}.FaqSection-module__BnDsKa__questionButton{padding:1.5rem .5rem}.FaqSection-module__BnDsKa__answerContent{padding:0 .5rem 1.5rem}}
