.CostCalculator-module__Ct8tvq__calculatorCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:800px;margin:0 auto;padding:2rem;box-shadow:0 4px 20px #0006}.CostCalculator-module__Ct8tvq__section{margin-bottom:2rem}.CostCalculator-module__Ct8tvq__section h3{color:var(--text-secondary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.CostCalculator-module__Ct8tvq__optionsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.CostCalculator-module__Ct8tvq__optionBtn{background:var(--bg);border:2px solid var(--border);color:var(--text);cursor:pointer;text-align:center;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}.CostCalculator-module__Ct8tvq__optionBtn:hover{border-color:var(--primary)}.CostCalculator-module__Ct8tvq__optionBtn.CostCalculator-module__Ct8tvq__active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 0 15px #06f3}.CostCalculator-module__Ct8tvq__actionSection{text-align:center;border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.CostCalculator-module__Ct8tvq__calcBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:30px;width:100%;max-width:300px;padding:1rem 2rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0066ff4d}.CostCalculator-module__Ct8tvq__calcBtn:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 20px #06f6}.CostCalculator-module__Ct8tvq__calcBtn:disabled{background:var(--border);cursor:not-allowed;box-shadow:none;opacity:.7;transform:none}.CostCalculator-module__Ct8tvq__resultBox{background:var(--bg);border:1px solid var(--primary);text-align:center;border-radius:12px;margin-top:2rem;padding:2rem;animation:.5s CostCalculator-module__Ct8tvq__fadeIn}.CostCalculator-module__Ct8tvq__resultBox h4{color:var(--text-muted);margin-bottom:.5rem;font-size:1.2rem}.CostCalculator-module__Ct8tvq__priceRange{color:var(--secondary);justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:flex}.CostCalculator-module__Ct8tvq__currency{color:var(--text-muted);font-size:1.2rem}.CostCalculator-module__Ct8tvq__disclaimer{color:var(--danger);margin-bottom:2rem;font-size:.85rem}.CostCalculator-module__Ct8tvq__resultActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.CostCalculator-module__Ct8tvq__copyBtn,.CostCalculator-module__Ct8tvq__whatsappBtn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.8rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.CostCalculator-module__Ct8tvq__copyBtn{background:var(--surface);border:1px solid var(--border);color:var(--text)}.CostCalculator-module__Ct8tvq__copyBtn:hover{background:var(--border)}.CostCalculator-module__Ct8tvq__whatsappBtn{background:var(--success);color:#fff;border:none}.CostCalculator-module__Ct8tvq__whatsappBtn:hover{background:#1da851}@keyframes CostCalculator-module__Ct8tvq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.CostCalculator-module__Ct8tvq__calculatorCard{padding:1.5rem 1rem}.CostCalculator-module__Ct8tvq__optionsGrid{grid-template-columns:1fr}.CostCalculator-module__Ct8tvq__resultActions{flex-direction:column}.CostCalculator-module__Ct8tvq__copyBtn,.CostCalculator-module__Ct8tvq__whatsappBtn{width:100%}}
.ServiceSummary-module__-eKwCW__serviceSummary{max-width:var(--max-width,1200px);padding:var(--space-4) var(--space-6);margin:0 auto}.ServiceSummary-module__-eKwCW__summaryBox{padding:var(--space-5) var(--space-6);background:var(--glass,#1f242e99);border-radius:var(--radius-lg,12px);border:1px solid #0073e640;border-inline-start:4px solid var(--primary,#0073e6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative}.ServiceSummary-module__-eKwCW__summaryLabel{letter-spacing:.05em;text-transform:uppercase;color:#70b8ff;margin-bottom:var(--space-2);font-size:.75rem;font-weight:700;display:inline-block}.ServiceSummary-module__-eKwCW__summaryText{color:var(--text,#eaecf0);margin:0;font-size:1rem;line-height:1.8}[data-theme=light] .ServiceSummary-module__-eKwCW__summaryBox{background:#f4f7fae6;border-color:#0073e64d}
.CrossSellCards-module__ZcDioq__crossSell{padding:var(--space-10) var(--space-6)}.CrossSellCards-module__ZcDioq__container{max-width:var(--max-width,1200px);margin:0 auto}.CrossSellCards-module__ZcDioq__sectionTitle{font-size:var(--text-2xl,1.5rem);text-align:center;margin-bottom:var(--space-8);color:var(--text,#eaecf0);font-weight:700}.CrossSellCards-module__ZcDioq__sectionTitle span{color:var(--primary,#0073e6)}.CrossSellCards-module__ZcDioq__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.CrossSellCards-module__ZcDioq__card{gap:var(--space-3);padding:var(--space-6);background:var(--glass,#1f242e99);border-radius:var(--radius-lg,12px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:inherit;border:1px solid #0073e61f;flex-direction:column;text-decoration:none;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.CrossSellCards-module__ZcDioq__card:hover{border-color:#0073e666;transform:translateY(-4px);box-shadow:0 12px 40px #0073e614}.CrossSellCards-module__ZcDioq__cardIcon{font-size:2rem}.CrossSellCards-module__ZcDioq__cardTitle{font-size:var(--text-lg,1.125rem);color:var(--text,#eaecf0);margin:0;font-weight:700}.CrossSellCards-module__ZcDioq__cardDesc{font-size:var(--text-sm,.875rem);color:#9da3af;margin:0;line-height:1.7}.CrossSellCards-module__ZcDioq__cardLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm,.875rem);color:#70b8ff;margin-top:auto;font-weight:600;display:inline-flex}[data-theme=light] .CrossSellCards-module__ZcDioq__card{background:#f9fafbe6;border-color:#0073e626}[data-theme=light] .CrossSellCards-module__ZcDioq__card:hover{background:#fff}
.LiveJeddahWeatherBanner-module__PLBncW__banner{z-index:10;padding:var(--space-3) 0;font-size:var(--text-sm);position:relative;overflow:hidden}.LiveJeddahWeatherBanner-module__PLBncW__extreme{background:linear-gradient(90deg,#550707,#792306,#550707);border-bottom:2px solid #b81414}.LiveJeddahWeatherBanner-module__PLBncW__high{background:linear-gradient(90deg,#472106,#6b4106,#472106);border-bottom:2px solid #b86614}.LiveJeddahWeatherBanner-module__PLBncW__moderate{background:linear-gradient(90deg,#342909,#534609,#342909);border-bottom:2px solid #98781b}.LiveJeddahWeatherBanner-module__PLBncW__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.LiveJeddahWeatherBanner-module__PLBncW__content{justify-content:center;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.LiveJeddahWeatherBanner-module__PLBncW__icon{font-size:var(--text-lg);animation:2s ease-in-out infinite LiveJeddahWeatherBanner-module__PLBncW__pulse-icon}@keyframes LiveJeddahWeatherBanner-module__PLBncW__pulse-icon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.LiveJeddahWeatherBanner-module__PLBncW__textBlock{align-items:center;gap:var(--space-2);flex-wrap:wrap;justify-content:center;display:flex}.LiveJeddahWeatherBanner-module__PLBncW__prefix{color:#fff;font-weight:700}.LiveJeddahWeatherBanner-module__PLBncW__separator{color:#ffffff4d}.LiveJeddahWeatherBanner-module__PLBncW__uvBadge{padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);color:#ffffffe6;font-weight:600;font-size:var(--text-xs);font-variant-numeric:tabular-nums;background:#ffffff1a;align-items:center;display:inline-flex}.LiveJeddahWeatherBanner-module__PLBncW__message{color:#fffc}.LiveJeddahWeatherBanner-module__PLBncW__cta{padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);color:#fff;font-weight:600;font-size:var(--text-xs);white-space:nowrap;background:#ffffff26;border:1px solid #ffffff40;align-items:center;text-decoration:none;transition:all .2s;display:inline-flex}.LiveJeddahWeatherBanner-module__PLBncW__cta:hover{background:#ffffff40;transform:translate(-2px)}@media (max-width:640px){.LiveJeddahWeatherBanner-module__PLBncW__content{gap:var(--space-2);flex-direction:column}.LiveJeddahWeatherBanner-module__PLBncW__separator{display:none}.LiveJeddahWeatherBanner-module__PLBncW__textBlock{flex-direction:column}}@media (prefers-reduced-motion:reduce){.LiveJeddahWeatherBanner-module__PLBncW__icon{animation:none}}
.VoiceSearchFAQ-module__IBRYxa__wrapper{padding:var(--space-24) 0;background:var(--bg-secondary)}.VoiceSearchFAQ-module__IBRYxa__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.VoiceSearchFAQ-module__IBRYxa__header{text-align:center;margin-bottom:var(--space-12)}.VoiceSearchFAQ-module__IBRYxa__overline{font-size:var(--text-sm);color:var(--primary-light);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.1em;font-weight:600;display:inline-block}.VoiceSearchFAQ-module__IBRYxa__title{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.VoiceSearchFAQ-module__IBRYxa__subtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.VoiceSearchFAQ-module__IBRYxa__faqGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(480px,1fr));display:grid}.VoiceSearchFAQ-module__IBRYxa__faqItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .2s;overflow:hidden}.VoiceSearchFAQ-module__IBRYxa__faqItem:hover{border-color:var(--primary)}.VoiceSearchFAQ-module__IBRYxa__faqItem[open]{border-color:var(--primary);box-shadow:0 4px 20px var(--primary-glow)}.VoiceSearchFAQ-module__IBRYxa__question{align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-6);font-size:var(--text-base);color:var(--text);cursor:pointer;font-weight:600;line-height:1.6;list-style:none;transition:background .2s;display:flex}.VoiceSearchFAQ-module__IBRYxa__question::-webkit-details-marker{display:none}.VoiceSearchFAQ-module__IBRYxa__question:hover{background:var(--surface-hover)}.VoiceSearchFAQ-module__IBRYxa__voiceBadge{font-size:var(--text-lg);opacity:.6;flex-shrink:0}.VoiceSearchFAQ-module__IBRYxa__faqItem[open] .VoiceSearchFAQ-module__IBRYxa__voiceBadge{opacity:1;animation:1.5s ease-in-out infinite VoiceSearchFAQ-module__IBRYxa__mic-pulse}@keyframes VoiceSearchFAQ-module__IBRYxa__mic-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.VoiceSearchFAQ-module__IBRYxa__chevron{font-size:var(--text-sm);color:var(--text-muted);flex-shrink:0;margin-right:auto;transition:transform .3s}.VoiceSearchFAQ-module__IBRYxa__faqItem[open] .VoiceSearchFAQ-module__IBRYxa__chevron{transform:rotate(180deg)}.VoiceSearchFAQ-module__IBRYxa__answer{padding:0 var(--space-6) var(--space-6);font-size:var(--text-sm);color:var(--text-secondary);line-height:1.9;animation:.3s VoiceSearchFAQ-module__IBRYxa__slide-down}@keyframes VoiceSearchFAQ-module__IBRYxa__slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.VoiceSearchFAQ-module__IBRYxa__faqGrid{grid-template-columns:1fr}.VoiceSearchFAQ-module__IBRYxa__title{font-size:var(--text-3xl)}.VoiceSearchFAQ-module__IBRYxa__question{font-size:var(--text-sm);padding:var(--space-4)}.VoiceSearchFAQ-module__IBRYxa__answer{padding:0 var(--space-4) var(--space-4)}}@media (prefers-reduced-motion:reduce){.VoiceSearchFAQ-module__IBRYxa__faqItem[open] .VoiceSearchFAQ-module__IBRYxa__voiceBadge,.VoiceSearchFAQ-module__IBRYxa__answer{animation:none}}
.AuthorProfile-module__j6JFgW__reviewBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#151a23f2,#101318fa);border:1px solid #0073e633;border-radius:12px;margin:2rem 0;position:relative;overflow:hidden}.AuthorProfile-module__j6JFgW__reviewBox:before{content:"";background:linear-gradient(#0073e6,#17bfcf);width:4px;height:100%;position:absolute;top:0;right:0}.AuthorProfile-module__j6JFgW__header{border-bottom:1px solid #4149584d;align-items:center;padding:.75rem 1.25rem;display:flex}.AuthorProfile-module__j6JFgW__badge{background:#0073e61a;border:1px solid #0073e640;border-radius:20px;align-items:center;gap:.5rem;padding:.35rem .85rem;display:flex}.AuthorProfile-module__j6JFgW__badgeIcon{font-size:.9rem}.AuthorProfile-module__j6JFgW__badgeText{color:#4ca6ff;letter-spacing:.02em;font-size:.8rem;font-weight:600}.AuthorProfile-module__j6JFgW__content{align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.AuthorProfile-module__j6JFgW__avatarSection{flex-shrink:0}.AuthorProfile-module__j6JFgW__avatar{background:linear-gradient(135deg,#0073e6,#17bfcf);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 0 20px #0073e64d}.AuthorProfile-module__j6JFgW__avatarIcon{font-size:1.5rem}.AuthorProfile-module__j6JFgW__info{flex:1}.AuthorProfile-module__j6JFgW__meta{align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.85rem;display:flex}.AuthorProfile-module__j6JFgW__label{color:#818898;font-weight:500}.AuthorProfile-module__j6JFgW__value{color:#d3d7de;font-weight:600}.AuthorProfile-module__j6JFgW__expertLink{color:#4ca6ff;border-bottom:1px dashed #4ca6ff66;font-weight:600;text-decoration:none;transition:color .2s}.AuthorProfile-module__j6JFgW__expertLink:hover{color:#80bfff}.AuthorProfile-module__j6JFgW__title{color:#818898;margin:.15rem 0;font-size:.8rem;line-height:1.4}.AuthorProfile-module__j6JFgW__org{color:#33bfcc;margin:0;font-size:.75rem}.AuthorProfile-module__j6JFgW__quote{color:#c4c9d4;background:#1f242e80;border-right:3px solid #f99e1f;border-radius:8px;margin:.75rem 0 0;padding:.75rem;font-size:.85rem;font-style:italic;line-height:1.6}.AuthorProfile-module__j6JFgW__date{color:#676f7e;margin-top:.5rem;font-size:.72rem;display:block}.AuthorProfile-module__j6JFgW__compact .AuthorProfile-module__j6JFgW__content{padding:.75rem 1rem}.AuthorProfile-module__j6JFgW__compact .AuthorProfile-module__j6JFgW__avatar{width:40px;height:40px}.AuthorProfile-module__j6JFgW__compact .AuthorProfile-module__j6JFgW__avatarIcon{font-size:1.1rem}[data-theme=light] .AuthorProfile-module__j6JFgW__reviewBox{background:linear-gradient(135deg,#f6f7f8f2,#eeeff1fa);border-color:#0073e626}[data-theme=light] .AuthorProfile-module__j6JFgW__value{color:#262f40}[data-theme=light] .AuthorProfile-module__j6JFgW__quote{color:#333c4d;background:#e8eaeeb3}[data-theme=light] .AuthorProfile-module__j6JFgW__title{color:#5c6370}@media (max-width:480px){.AuthorProfile-module__j6JFgW__content{text-align:center;flex-direction:column;align-items:center}.AuthorProfile-module__j6JFgW__meta{justify-content:center}.AuthorProfile-module__j6JFgW__quote{border-top:3px solid #f99e1f;border-right:none}}
.OfficialPartnerBar-module__RPfyCq__trustBar{background:#151a2366;border-top:1px solid #4149584d;border-bottom:1px solid #4149584d;margin:3rem 0;padding:1.5rem 0}.OfficialPartnerBar-module__RPfyCq__trustContainer{flex-direction:column;align-items:center;gap:1.25rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.OfficialPartnerBar-module__RPfyCq__trustTitle{color:#98a1b3;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.85rem;font-weight:600}.OfficialPartnerBar-module__RPfyCq__entitiesList{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.OfficialPartnerBar-module__RPfyCq__entityLink{background:#1f242e80;border:1px solid #41495880;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s;display:flex}.OfficialPartnerBar-module__RPfyCq__entityLink:hover{background:#0073e61a;border-color:#0073e64d;transform:translateY(-2px)}.OfficialPartnerBar-module__RPfyCq__entityIcon{opacity:.8;filter:grayscale();font-size:1.2rem;transition:filter .2s}.OfficialPartnerBar-module__RPfyCq__entityLink:hover .OfficialPartnerBar-module__RPfyCq__entityIcon{filter:grayscale(0)}.OfficialPartnerBar-module__RPfyCq__entityInfo{flex-direction:column;display:flex}.OfficialPartnerBar-module__RPfyCq__entityAbbr{color:#e0e4eb;font-size:.9rem;font-weight:700;line-height:1.2}.OfficialPartnerBar-module__RPfyCq__entityName{color:#8a94a8;white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.7rem;overflow:hidden}[data-theme=light] .OfficialPartnerBar-module__RPfyCq__trustBar{background:#f6f7f8cc;border-color:#e2e4e9}[data-theme=light] .OfficialPartnerBar-module__RPfyCq__trustTitle{color:#626d84}[data-theme=light] .OfficialPartnerBar-module__RPfyCq__entityLink{background:#fff;border-color:#e2e4e9}[data-theme=light] .OfficialPartnerBar-module__RPfyCq__entityLink:hover{background:#f0f7ff;border-color:#9cf}[data-theme=light] .OfficialPartnerBar-module__RPfyCq__entityAbbr{color:#262f40}@media (max-width:768px){.OfficialPartnerBar-module__RPfyCq__entitiesList{gap:1rem}.OfficialPartnerBar-module__RPfyCq__entityLink{justify-content:center;width:100%}.OfficialPartnerBar-module__RPfyCq__entityName{white-space:normal;max-width:none}}
.TrustSection-module__4WCoxG__section{padding:var(--space-32) 0;background:var(--bg-secondary);position:relative;overflow:hidden}.TrustSection-module__4WCoxG__section:before{content:"";filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#f99e1f0d,#0000 70%);width:600px;height:600px;position:absolute;top:10%;right:-10%}.TrustSection-module__4WCoxG__container{max-width:var(--max-width);padding:0 var(--space-6);z-index:1;margin:0 auto;position:relative}.TrustSection-module__4WCoxG__header{text-align:center;margin-bottom:var(--space-20)}.TrustSection-module__4WCoxG__overline{font-size:var(--text-sm);color:var(--secondary-light);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.15em;padding:var(--space-1) var(--space-4);border-radius:var(--radius-full);background:#f99e1f1a;border:1px solid #f99e1f33;font-weight:700;display:inline-block}.TrustSection-module__4WCoxG__title{font-size:var(--text-4xl);margin-bottom:var(--space-4);background:linear-gradient(135deg,#fff 0%,#abb0ba 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;font-weight:800}.TrustSection-module__4WCoxG__subtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.TrustSection-module__4WCoxG__grid{gap:var(--space-6);margin-bottom:var(--space-16);grid-template-columns:repeat(4,1fr);display:grid}.TrustSection-module__4WCoxG__card{padding:var(--space-8) var(--space-6);border-radius:var(--radius-2xl);text-align:center;transition:all var(--duration-normal) cubic-bezier(.16, 1, .3, 1);-webkit-backdrop-filter:blur(12px);background:#0b0e1399;border:1px solid #ffffff14;position:relative;overflow:hidden}.TrustSection-module__4WCoxG__card:before{content:"";opacity:0;transition:opacity var(--duration-normal) ease;background:linear-gradient(135deg,#f99e1f0d,#0000);position:absolute;inset:0}.TrustSection-module__4WCoxG__card:hover{border-color:#f99e1f4d;transform:translateY(-8px);box-shadow:0 20px 40px #0006,inset 0 1px #f99e1f1a}.TrustSection-module__4WCoxG__card:hover:before{opacity:1}.TrustSection-module__4WCoxG__cardIcon{font-size:var(--text-4xl);width:70px;height:70px;margin:0 auto var(--space-6);color:var(--secondary-light);transition:transform var(--duration-normal) ease;z-index:1;background:#f99e1f1a;border:1px solid #f99e1f33;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:inset 0 0 20px #f99e1f1a}.TrustSection-module__4WCoxG__card:hover .TrustSection-module__4WCoxG__cardIcon{transform:scale(1.1)rotate(5deg)}.TrustSection-module__4WCoxG__cardTitle{font-size:var(--text-lg);margin-bottom:var(--space-3);color:var(--text);z-index:1;font-weight:700;position:relative}.TrustSection-module__4WCoxG__cardValue{font-family:var(--font-en);font-size:var(--text-sm);color:var(--primary-light);margin-bottom:var(--space-3);word-break:break-all;z-index:1;direction:ltr;font-weight:700;display:block;position:relative}.TrustSection-module__4WCoxG__cardDesc{font-size:var(--text-sm);color:var(--text-muted);z-index:1;line-height:1.6;position:relative}.TrustSection-module__4WCoxG__expertBox{align-items:center;gap:var(--space-8);padding:var(--space-8) var(--space-10);border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(20px);background:#0f1319cc;border:1px solid #ffffff14;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.TrustSection-module__4WCoxG__expertBox:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0080ff1a,#0000);width:150px;height:100%;position:absolute;top:0;right:0}[dir=ltr] .TrustSection-module__4WCoxG__expertBox:before{left:0;right:auto}.TrustSection-module__4WCoxG__expertAvatar{width:90px;height:90px;font-size:var(--text-4xl);z-index:1;background:#0080ff1a;border:2px solid #0080ff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 0 20px #0080ff33}.TrustSection-module__4WCoxG__expertInfo{z-index:1;flex:1;position:relative}.TrustSection-module__4WCoxG__expertName{font-size:var(--text-2xl);margin-bottom:var(--space-1);color:var(--text);font-weight:800}.TrustSection-module__4WCoxG__expertTitle{font-size:var(--text-sm);color:var(--primary-light);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.TrustSection-module__4WCoxG__expertQuote{font-size:var(--text-lg);color:var(--text-secondary);border-right:4px solid var(--primary);padding-right:var(--space-5);font-style:italic;line-height:1.8;position:relative}[dir=ltr] .TrustSection-module__4WCoxG__expertQuote{border-right:none;border-left:4px solid var(--primary);padding-right:0;padding-left:var(--space-5)}@media (max-width:1024px){.TrustSection-module__4WCoxG__grid{gap:var(--space-8);grid-template-columns:1fr 1fr}.TrustSection-module__4WCoxG__section{padding:var(--space-20) 0}.TrustSection-module__4WCoxG__title{font-size:var(--text-3xl)}}@media (max-width:768px){.TrustSection-module__4WCoxG__expertBox{text-align:center;padding:var(--space-8) var(--space-6);flex-direction:column}.TrustSection-module__4WCoxG__expertQuote{padding-right:0;padding-top:var(--space-5);border-top:2px solid #ffffff1a;border-right:none}[dir=ltr] .TrustSection-module__4WCoxG__expertQuote{border-left:none;padding-left:0}}@media (max-width:480px){.TrustSection-module__4WCoxG__grid{grid-template-columns:1fr}.TrustSection-module__4WCoxG__header{margin-bottom:var(--space-12)}.TrustSection-module__4WCoxG__card{padding:var(--space-6) var(--space-5)}.TrustSection-module__4WCoxG__expertBox{padding:var(--space-6) var(--space-4)}}
.FAQSection-module__JFL0gW__section{padding:var(--space-32) 0;background:var(--bg);position:relative;overflow:hidden}.FAQSection-module__JFL0gW__section:before{content:"";filter:blur(100px);z-index:0;pointer-events:none;background:radial-gradient(circle,#0080ff08,#0000 70%);width:700px;height:700px;position:absolute;top:40%;left:-20%}.FAQSection-module__JFL0gW__container{max-width:800px;padding:0 var(--space-6);z-index:1;margin:0 auto;position:relative}.FAQSection-module__JFL0gW__header{text-align:center;margin-bottom:var(--space-16)}.FAQSection-module__JFL0gW__overline{font-size:var(--text-sm);color:var(--primary-light);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.15em;padding:var(--space-1) var(--space-4);border-radius:var(--radius-full);background:#0080ff1a;border:1px solid #0080ff33;font-weight:700;display:inline-block}.FAQSection-module__JFL0gW__title{font-size:var(--text-4xl);background:linear-gradient(135deg,#fff 0%,#abb0ba 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;font-weight:800}.FAQSection-module__JFL0gW__faqGrid{gap:var(--space-4);flex-direction:column;display:flex}.FAQSection-module__JFL0gW__faqItem{border-radius:var(--radius-xl);transition:all var(--duration-normal) cubic-bezier(.16, 1, .3, 1);-webkit-backdrop-filter:blur(12px);background:#0f131966;border:1px solid #ffffff0d;overflow:hidden;box-shadow:0 4px 20px #0003}.FAQSection-module__JFL0gW__faqItem:hover{background:#0f131999;border-color:#0080ff33;transform:translateY(-2px);box-shadow:0 8px 30px #0000004d,inset 0 0 0 1px #0080ff1a}.FAQSection-module__JFL0gW__faqItem[open]{background:#131720cc;border-color:#0080ff66;box-shadow:0 15px 40px #0006,inset 0 1px #0080ff33}.FAQSection-module__JFL0gW__question{padding:var(--space-6) var(--space-8);cursor:pointer;font-size:var(--text-lg);color:var(--text);transition:color var(--duration-fast) ease;justify-content:space-between;align-items:center;font-weight:700;list-style:none;display:flex}.FAQSection-module__JFL0gW__question::-webkit-details-marker{display:none}.FAQSection-module__JFL0gW__chevron{transition:transform var(--duration-normal) cubic-bezier(.34, 1.56, .64, 1);color:var(--text-muted);margin-left:var(--space-4);font-size:var(--text-xl);background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}[dir=rtl] .FAQSection-module__JFL0gW__chevron{margin-left:0;margin-right:var(--space-4)}.FAQSection-module__JFL0gW__faqItem:hover .FAQSection-module__JFL0gW__chevron{color:var(--primary-light);background:#0080ff1a}.FAQSection-module__JFL0gW__faqItem[open] .FAQSection-module__JFL0gW__chevron{background:var(--primary);color:#fff;transform:rotate(180deg);box-shadow:0 0 15px #0080ff80}.FAQSection-module__JFL0gW__answer{padding:0 var(--space-8) var(--space-6);font-size:var(--text-base);color:var(--text-secondary);animation:FAQSection-module__JFL0gW__slideDown var(--duration-normal) cubic-bezier(.16, 1, .3, 1) forwards;line-height:1.8;position:relative}.FAQSection-module__JFL0gW__answer:before{content:"";top:0;left:var(--space-8);right:var(--space-8);background:linear-gradient(90deg,#0080ff33,#0000);height:1px;position:absolute}[dir=ltr] .FAQSection-module__JFL0gW__answer:before{background:linear-gradient(90deg,#0000,#0080ff33)}@keyframes FAQSection-module__JFL0gW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.FAQSection-module__JFL0gW__seeAll{text-align:center;margin-top:var(--space-12)}.FAQSection-module__JFL0gW__seeAllLink{align-items:center;gap:var(--space-2);color:var(--text);font-weight:700;font-size:var(--text-base);padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);transition:all var(--duration-fast) ease;background:#ffffff0d;border:1px solid #ffffff1a;display:inline-flex}.FAQSection-module__JFL0gW__seeAllLink:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #0080ff33}@media (max-width:768px){.FAQSection-module__JFL0gW__section{padding:var(--space-24) 0}.FAQSection-module__JFL0gW__title{font-size:var(--text-3xl)}.FAQSection-module__JFL0gW__question{font-size:var(--text-base);padding:var(--space-5) var(--space-6)}.FAQSection-module__JFL0gW__answer{padding:0 var(--space-6) var(--space-5)}.FAQSection-module__JFL0gW__answer:before{left:var(--space-6);right:var(--space-6)}}@media (max-width:480px){.FAQSection-module__JFL0gW__header{margin-bottom:var(--space-10)}.FAQSection-module__JFL0gW__question{font-size:var(--text-sm);padding:var(--space-4) var(--space-5)}.FAQSection-module__JFL0gW__chevron{width:24px;height:24px;font-size:var(--text-lg)}.FAQSection-module__JFL0gW__answer{font-size:var(--text-sm);padding:0 var(--space-5) var(--space-4)}}
.CTASection-module__yxcNFW__section{padding:var(--space-32) 0;background:var(--bg);text-align:center;position:relative;overflow:hidden}.CTASection-module__yxcNFW__glow1{filter:blur(100px);pointer-events:none;z-index:0;background:radial-gradient(circle,#1fad530d,#0000 60%);width:1200px;height:1200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CTASection-module__yxcNFW__glow2{filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(circle,#0080ff0d,#0000 70%);width:800px;height:800px;position:absolute;bottom:-20%;right:-10%}.CTASection-module__yxcNFW__container{max-width:800px;padding:var(--space-12) var(--space-8);z-index:1;border-radius:var(--radius-3xl);-webkit-backdrop-filter:blur(20px);background:#0f131999;border:1px solid #ffffff1a;margin:0 auto;position:relative;box-shadow:0 30px 60px -15px #00000080,inset 0 1px #ffffff1a}.CTASection-module__yxcNFW__container:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#26d96880,#0080ff33,#0000);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.CTASection-module__yxcNFW__title{font-size:var(--text-5xl);margin-bottom:var(--space-6);letter-spacing:-.02em;font-weight:800;line-height:1.2}.CTASection-module__yxcNFW__gradient{background:linear-gradient(135deg,#26d968,#39f);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #26d9684d;-webkit-background-clip:text;background-clip:text}.CTASection-module__yxcNFW__subtitle{font-size:var(--text-xl);color:var(--text-secondary);margin-bottom:var(--space-12);max-width:600px;margin-left:auto;margin-right:auto;line-height:1.8}.CTASection-module__yxcNFW__actions{justify-content:center;gap:var(--space-6);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.CTASection-module__yxcNFW__whatsappBtn{align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-10);color:#fff;border-radius:var(--radius-full);font-size:var(--text-lg);transition:all var(--duration-normal) cubic-bezier(.34, 1.56, .64, 1);background:linear-gradient(135deg,#1fad53,#17823e);border:1px solid #26d96880;font-weight:800;animation:3s infinite CTASection-module__yxcNFW__pulse-glow;display:inline-flex;box-shadow:0 10px 30px #1fad5366,inset 0 1px #fff3}.CTASection-module__yxcNFW__whatsappBtn:hover{background:linear-gradient(135deg,#22c35d,#1b9849);transform:translateY(-4px)scale(1.05);box-shadow:0 15px 40px #1fad5399,inset 0 1px #ffffff4d}.CTASection-module__yxcNFW__callBtn{align-items:center;gap:var(--space-2);padding:var(--space-5) var(--space-10);color:var(--text);border-radius:var(--radius-full);font-size:var(--text-lg);-webkit-backdrop-filter:blur(12px);transition:all var(--duration-normal) cubic-bezier(.34, 1.56, .64, 1);background:#ffffff0d;border:1px solid #ffffff1a;font-weight:700;display:inline-flex}.CTASection-module__yxcNFW__callBtn:hover{color:var(--primary-light);background:#0080ff1a;border-color:#0080ff4d;transform:translateY(-4px);box-shadow:0 10px 30px #0080ff1a}.CTASection-module__yxcNFW__hours{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-muted);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);background:#ffffff08;border:1px solid #ffffff0d;display:inline-flex}@keyframes CTASection-module__yxcNFW__pulse-glow{0%{box-shadow:0 0 #1fad5366}70%{box-shadow:0 0 0 20px #1fad5300}to{box-shadow:0 0 #1fad5300}}@media (max-width:768px){.CTASection-module__yxcNFW__section{padding:var(--space-24) 0}.CTASection-module__yxcNFW__container{padding:var(--space-10) var(--space-6);border-radius:var(--radius-2xl)}.CTASection-module__yxcNFW__title{font-size:var(--text-3xl)}.CTASection-module__yxcNFW__subtitle{font-size:var(--text-lg);margin-bottom:var(--space-10)}.CTASection-module__yxcNFW__actions{flex-direction:column;align-items:stretch}.CTASection-module__yxcNFW__whatsappBtn,.CTASection-module__yxcNFW__callBtn{justify-content:center;width:100%}}@media (max-width:480px){.CTASection-module__yxcNFW__container{padding:var(--space-8) var(--space-5)}.CTASection-module__yxcNFW__title{font-size:var(--text-2xl)}}@media (prefers-reduced-motion:reduce){.CTASection-module__yxcNFW__whatsappBtn{animation:none}}
.Certifications-module__8Z-7la__badgesWrapper{flex-wrap:wrap;gap:1rem;margin:1.5rem 0;display:flex}.Certifications-module__8Z-7la__badge{background:#0073e614;border:1px solid #0073e633;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .85rem;text-decoration:none;transition:all .2s;display:inline-flex}.Certifications-module__8Z-7la__badge:hover{background:#0073e626;border-color:#0073e666;transform:translateY(-2px)}.Certifications-module__8Z-7la__badgeIcon{filter:drop-shadow(0 2px 4px #0003);font-size:1.25rem}.Certifications-module__8Z-7la__badgeInfo{flex-direction:column;display:flex}.Certifications-module__8Z-7la__badgeTitle{color:#4ca6ff;font-size:.8rem;font-weight:700;line-height:1.2}.Certifications-module__8Z-7la__badgeGrantor{color:#8a94a8;margin-top:.1rem;font-size:.65rem}[data-theme=light] .Certifications-module__8Z-7la__badge{background:#fff;border-color:#0073e633;box-shadow:0 2px 8px #d1d6e080}[data-theme=light] .Certifications-module__8Z-7la__badge:hover{box-shadow:0 4px 12px #0073e626}[data-theme=light] .Certifications-module__8Z-7la__badgeTitle{color:#06c}[data-theme=light] .Certifications-module__8Z-7la__badgeGrantor{color:#626d84}
.page-module__2_bz5W__hero{align-items:center;min-height:75vh;display:flex;position:relative}.page-module__2_bz5W__heroBg{z-index:0;position:absolute;inset:0}.page-module__2_bz5W__heroOverlay{background:linear-gradient(135deg,#0b0e13e0,#0b0e138c);position:absolute;inset:0}.page-module__2_bz5W__heroContent{z-index:1;max-width:720px;padding:var(--space-12) var(--space-6);text-align:center;margin:0 auto;position:relative}.page-module__2_bz5W__breadcrumb{font-size:var(--text-sm);color:#fff9;margin-bottom:var(--space-5)}.page-module__2_bz5W__breadcrumb a{color:#ffffffb3;transition:color .2s}.page-module__2_bz5W__breadcrumb a:hover{color:#fff}.page-module__2_bz5W__heroTitle{font-size:var(--text-5xl);color:#fff;margin-bottom:var(--space-5);font-weight:700;line-height:1.2}.page-module__2_bz5W__greenGradient{background:linear-gradient(135deg,#22c373,#67e4a6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__2_bz5W__heroSubtitle{font-size:var(--text-lg);color:#fffc;margin-bottom:var(--space-8);line-height:1.8}.page-module__2_bz5W__heroActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.page-module__2_bz5W__primaryBtn{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);color:#fff;border-radius:var(--radius-lg);font-weight:700;font-size:var(--text-base);transition:all var(--duration-normal) var(--ease-out);background:linear-gradient(135deg,#1da54f,#17823e);display:inline-flex;box-shadow:0 4px 20px #1fad534d}.page-module__2_bz5W__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1fad5366}.page-module__2_bz5W__secondaryBtn{padding:var(--space-4) var(--space-6);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);background:var(--surface);transition:all var(--duration-fast) ease;font-weight:500}.page-module__2_bz5W__secondaryBtn:hover{background:var(--surface-hover);border-color:var(--primary)}.page-module__2_bz5W__heroActions .page-module__2_bz5W__secondaryBtn{color:#fff;background:0 0;border-color:#ffffff4d}.page-module__2_bz5W__heroActions .page-module__2_bz5W__secondaryBtn:hover{box-shadow:none;background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.page-module__2_bz5W__statsSection{padding:var(--space-12) 0;background:var(--surface-elevated);border-bottom:1px solid var(--border)}.page-module__2_bz5W__statsGrid{gap:var(--space-5);max-width:var(--max-width);padding:0 var(--space-6);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.page-module__2_bz5W__statCard{text-align:center;padding:var(--space-6)}.page-module__2_bz5W__statValue{font-family:var(--font-en);font-size:var(--text-4xl);background:linear-gradient(135deg, #22c373, var(--primary-light));-webkit-text-fill-color:transparent;margin-bottom:var(--space-2);-webkit-background-clip:text;background-clip:text;font-weight:800;display:block}.page-module__2_bz5W__statLabel{font-size:var(--text-sm);margin-bottom:var(--space-1);font-weight:600;display:block}.page-module__2_bz5W__statDesc{font-size:var(--text-xs);color:#9da3af}.page-module__2_bz5W__section{padding:var(--space-24) 0}.page-module__2_bz5W__sectionAlt{background:var(--bg-secondary)}.page-module__2_bz5W__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.page-module__2_bz5W__sectionHeader{text-align:center;margin-bottom:var(--space-12)}.page-module__2_bz5W__overline{font-size:var(--text-sm);color:#22c373;margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.1em;font-weight:600;display:inline-block}.page-module__2_bz5W__sectionTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__2_bz5W__typesGrid{gap:var(--space-5);grid-template-columns:repeat(4,1fr);display:grid}.page-module__2_bz5W__typeCard{padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out)}.page-module__2_bz5W__typeCard:hover{border-color:#22c373;transform:translateY(-4px);box-shadow:0 4px 20px #22c3731a}.page-module__2_bz5W__typeIcon{font-size:var(--text-4xl);margin-bottom:var(--space-4);display:block}.page-module__2_bz5W__typeTitle{font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:700}.page-module__2_bz5W__typeDesc{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}.page-module__2_bz5W__pricingGrid{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.page-module__2_bz5W__pricingCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-8) var(--space-6);transition:all var(--duration-normal) var(--ease-out);flex-direction:column;display:flex;position:relative;overflow:hidden}.page-module__2_bz5W__pricingCard:hover{border-color:#22c373;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.page-module__2_bz5W__pricingCardBest{background:linear-gradient(180deg, #22c3730d, var(--surface));border-color:#22c373;transform:scale(1.02);box-shadow:0 10px 30px #22c3731a}.page-module__2_bz5W__pricingCardBest:hover{border-color:#3cdd8c;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #22c37333}.page-module__2_bz5W__bestBadge{color:#fff;padding:var(--space-1) var(--space-4);font-size:var(--text-xs);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#3cdd8c,#22c373);font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #22c3734d}.page-module__2_bz5W__pricingHeader{text-align:center;margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--border)}.page-module__2_bz5W__pricingTitle{font-size:var(--text-xl);color:var(--text);margin-bottom:var(--space-4);font-weight:700}.page-module__2_bz5W__pricingFeatures{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;flex-grow:1;display:flex}.page-module__2_bz5W__featureItem{font-size:var(--text-sm);justify-content:space-between;align-items:center;display:flex}.page-module__2_bz5W__featureLabel{color:var(--text-secondary)}.page-module__2_bz5W__featureValue{color:var(--text);font-weight:600}.page-module__2_bz5W__featureValueHighlight{color:#22c373;font-weight:700;font-family:var(--font-en);direction:ltr}.page-module__2_bz5W__benefitsGrid{gap:var(--space-5);grid-template-columns:repeat(3,1fr);display:grid}.page-module__2_bz5W__benefitCard{padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out)}.page-module__2_bz5W__benefitCard:hover{border-color:#22c373;transform:translateY(-4px)}.page-module__2_bz5W__benefitIcon{font-size:var(--text-3xl);margin-bottom:var(--space-3);display:block}.page-module__2_bz5W__benefitTitle{font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:700}.page-module__2_bz5W__benefitDesc{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}.page-module__2_bz5W__galleryGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.page-module__2_bz5W__galleryItem{border-radius:var(--radius-md);aspect-ratio:4/3;background:var(--surface);transition:transform var(--duration-normal) var(--ease-out);overflow:hidden}.page-module__2_bz5W__galleryItem:hover{transform:scale(1.02)}.page-module__2_bz5W__ctaSection{padding:var(--space-20) 0;text-align:center;background:linear-gradient(135deg, var(--bg-secondary), #22c37308)}.page-module__2_bz5W__ctaTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__2_bz5W__ctaSubtitle{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-8)}.page-module__2_bz5W__ctaActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}@media (max-width:768px){.page-module__2_bz5W__heroTitle{font-size:var(--text-4xl)}.page-module__2_bz5W__statsGrid,.page-module__2_bz5W__typesGrid,.page-module__2_bz5W__benefitsGrid,.page-module__2_bz5W__galleryGrid{grid-template-columns:1fr 1fr}.page-module__2_bz5W__heroActions,.page-module__2_bz5W__ctaActions{flex-direction:column;align-items:center}.page-module__2_bz5W__primaryBtn,.page-module__2_bz5W__secondaryBtn{text-align:center;justify-content:center;width:100%}.page-module__2_bz5W__sectionTitle,.page-module__2_bz5W__ctaTitle{font-size:var(--text-3xl)}}@media (max-width:480px){.page-module__2_bz5W__statsGrid,.page-module__2_bz5W__typesGrid,.page-module__2_bz5W__benefitsGrid,.page-module__2_bz5W__galleryGrid{grid-template-columns:1fr}}
.page-module__rY3K_W__hero{align-items:center;min-height:75vh;display:flex;position:relative}.page-module__rY3K_W__heroBg{z-index:0;position:absolute;inset:0}.page-module__rY3K_W__heroOverlay{background:linear-gradient(135deg,#0b0e13e0,#0b0e138c);position:absolute;inset:0}.page-module__rY3K_W__heroContent{z-index:1;max-width:720px;padding:var(--space-12) var(--space-6);text-align:center;margin:0 auto;position:relative}.page-module__rY3K_W__breadcrumb{font-size:var(--text-sm);color:#fff9;margin-bottom:var(--space-5)}.page-module__rY3K_W__breadcrumb a{color:#ffffffb3;transition:color .2s}.page-module__rY3K_W__breadcrumb a:hover{color:#fff}.page-module__rY3K_W__heroTitle{font-size:var(--text-5xl);color:#fff;margin-bottom:var(--space-5);font-weight:700;line-height:1.2}.page-module__rY3K_W__blueGradient{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__rY3K_W__heroSubtitle{font-size:var(--text-lg);color:#fffc;margin-bottom:var(--space-8);line-height:1.8}.page-module__rY3K_W__heroActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.page-module__rY3K_W__primaryBtn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);color:#fff;border-radius:var(--radius-lg);font-weight:700;font-size:var(--text-base);transition:all var(--duration-normal) var(--ease-out);background:linear-gradient(135deg,#1da54f,#17823e);display:inline-flex;box-shadow:0 4px 20px #1fad534d}.page-module__rY3K_W__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1fad5366}.page-module__rY3K_W__secondaryBtn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-6);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);background:var(--surface);transition:all var(--duration-fast) ease;font-weight:600;display:inline-flex}.page-module__rY3K_W__secondaryBtn:hover{background:var(--surface-hover);border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 4px 15px #0000000d}.page-module__rY3K_W__heroActions .page-module__rY3K_W__secondaryBtn{color:#fff;background:0 0;border-color:#ffffff4d}.page-module__rY3K_W__heroActions .page-module__rY3K_W__secondaryBtn:hover{box-shadow:none;background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.page-module__rY3K_W__section{padding:var(--space-24) 0}.page-module__rY3K_W__sectionAlt{background:var(--bg-secondary)}.page-module__rY3K_W__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.page-module__rY3K_W__sectionHeader{text-align:center;margin-bottom:var(--space-12)}.page-module__rY3K_W__overline{font-size:var(--text-sm);color:var(--primary-light);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.1em;font-weight:600;display:inline-block}.page-module__rY3K_W__sectionTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__rY3K_W__sectionSubtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-module__rY3K_W__benefitsDl{gap:var(--space-5);grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}.page-module__rY3K_W__benefitsDl>div{padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out)}.page-module__rY3K_W__benefitsDl>div:hover{border-color:var(--primary);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.page-module__rY3K_W__benefitsDl dt{font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:700}.page-module__rY3K_W__benefitsDl dt .page-module__rY3K_W__benefitIcon{font-size:var(--text-3xl);margin-bottom:var(--space-3);display:block}.page-module__rY3K_W__benefitsDl dd{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.7}.page-module__rY3K_W__pricingGrid{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.page-module__rY3K_W__pricingCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-8) var(--space-6);transition:all var(--duration-normal) var(--ease-out);flex-direction:column;display:flex;position:relative;overflow:hidden}.page-module__rY3K_W__pricingCard:hover{border-color:var(--border-hover);transform:translateY(-8px);box-shadow:0 20px 40px #0006}.page-module__rY3K_W__pricingCardBest{border-color:var(--primary);background:linear-gradient(180deg, #0080ff0d, var(--surface));transform:scale(1.02);box-shadow:0 10px 30px #0080ff1a}.page-module__rY3K_W__pricingCardBest:hover{border-color:var(--primary-light);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0080ff33}.page-module__rY3K_W__bestBadge{background:linear-gradient(135deg, var(--primary-light), var(--primary));color:#fff;padding:var(--space-1) var(--space-4);font-size:var(--text-xs);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.05em;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #0080ff4d}.page-module__rY3K_W__pricingHeader{text-align:center;margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--border)}.page-module__rY3K_W__pricingTitle{font-size:var(--text-xl);color:var(--text);margin-bottom:var(--space-4);font-weight:700}.page-module__rY3K_W__pricingPrice{justify-content:center;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);font-family:var(--font-en);direction:ltr;display:flex}.page-module__rY3K_W__priceValue{font-size:var(--text-4xl);color:var(--text);font-weight:800;line-height:1}.page-module__rY3K_W__pricingCardBest .page-module__rY3K_W__priceValue{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__rY3K_W__priceCurrency{font-size:var(--text-base);color:var(--text-muted);font-weight:600}.page-module__rY3K_W__pricingDesc{font-size:var(--text-xs);color:var(--text-muted)}.page-module__rY3K_W__pricingFeatures{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;flex-grow:1;display:flex}.page-module__rY3K_W__featureItem{font-size:var(--text-sm);justify-content:space-between;align-items:center;display:flex}.page-module__rY3K_W__featureLabel{color:var(--text-secondary)}.page-module__rY3K_W__featureValue{color:var(--text);font-weight:600}.page-module__rY3K_W__featureValueHighlight{color:var(--primary-light);font-weight:700;font-family:var(--font-en);direction:ltr}.page-module__rY3K_W__vltGrid{gap:var(--space-4);grid-template-columns:repeat(5,1fr);display:grid}.page-module__rY3K_W__vltCard{padding:var(--space-5);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out)}.page-module__rY3K_W__vltCard:hover{border-color:var(--primary);transform:translateY(-3px)}.page-module__rY3K_W__vltLevel{font-family:var(--font-en);font-size:var(--text-lg);color:var(--primary-light);margin-bottom:var(--space-3);direction:ltr;font-weight:700}.page-module__rY3K_W__vltDesc{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:var(--space-3);line-height:1.6}.page-module__rY3K_W__vltLegal{font-size:var(--text-xs);color:var(--text-muted)}.page-module__rY3K_W__processGrid{gap:var(--space-5);grid-template-columns:repeat(4,1fr);display:grid}.page-module__rY3K_W__processCard{padding:var(--space-8) var(--space-5);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out);position:relative}.page-module__rY3K_W__processCard:hover{border-color:var(--primary);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.page-module__rY3K_W__processStep{top:var(--space-3);left:var(--space-3);font-family:var(--font-en);font-size:var(--text-4xl);color:var(--border);opacity:.3;font-weight:800;position:absolute}.page-module__rY3K_W__processIcon{font-size:var(--text-3xl);margin-bottom:var(--space-3);display:block}.page-module__rY3K_W__processTitle{font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:700}.page-module__rY3K_W__processDesc{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}.page-module__rY3K_W__galleryGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.page-module__rY3K_W__galleryItem{border-radius:var(--radius-md);aspect-ratio:4/3;background:var(--surface);transition:transform var(--duration-normal) var(--ease-out);overflow:hidden}.page-module__rY3K_W__galleryItem:hover{transform:scale(1.02)}.page-module__rY3K_W__ctaSection{padding:var(--space-20) 0;text-align:center;background:linear-gradient(135deg, var(--bg-secondary), #0073e608)}.page-module__rY3K_W__ctaTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__rY3K_W__ctaSubtitle{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-8);font-family:var(--font-en);direction:ltr}.page-module__rY3K_W__ctaActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}@media (max-width:768px){.page-module__rY3K_W__heroTitle{font-size:var(--text-4xl)}.page-module__rY3K_W__benefitsDl{grid-template-columns:1fr 1fr}.page-module__rY3K_W__vltGrid{grid-template-columns:repeat(3,1fr)}.page-module__rY3K_W__processGrid,.page-module__rY3K_W__galleryGrid{grid-template-columns:1fr 1fr}.page-module__rY3K_W__heroActions,.page-module__rY3K_W__ctaActions{flex-direction:column;align-items:center}.page-module__rY3K_W__primaryBtn,.page-module__rY3K_W__secondaryBtn{text-align:center;justify-content:center;width:100%}.page-module__rY3K_W__sectionTitle,.page-module__rY3K_W__ctaTitle{font-size:var(--text-3xl)}}@media (max-width:480px){.page-module__rY3K_W__benefitsDl,.page-module__rY3K_W__processGrid{grid-template-columns:1fr}.page-module__rY3K_W__vltGrid{grid-template-columns:1fr 1fr}.page-module__rY3K_W__galleryGrid{grid-template-columns:1fr}}
.page-module__dBITNq__hero{align-items:center;min-height:75vh;display:flex;position:relative}.page-module__dBITNq__heroBg{z-index:0;position:absolute;inset:0}.page-module__dBITNq__heroOverlay{background:linear-gradient(135deg,#0b0e13e0,#0b0e138c);position:absolute;inset:0}.page-module__dBITNq__heroContent{z-index:1;max-width:720px;padding:var(--space-12) var(--space-6);text-align:center;margin:0 auto;position:relative}.page-module__dBITNq__breadcrumb{font-size:var(--text-sm);color:#fff9;margin-bottom:var(--space-5)}.page-module__dBITNq__breadcrumb a{color:#ffffffb3;transition:color .2s}.page-module__dBITNq__breadcrumb a:hover{color:#fff}.page-module__dBITNq__heroTitle{font-size:var(--text-5xl);color:#fff;margin-bottom:var(--space-5);font-weight:700;line-height:1.2}.page-module__dBITNq__blueGradient{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__dBITNq__heroSubtitle{font-size:var(--text-lg);color:#fffc;margin-bottom:var(--space-8);line-height:1.8}.page-module__dBITNq__heroActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.page-module__dBITNq__primaryBtn{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);color:#fff;border-radius:var(--radius-lg);font-weight:700;font-size:var(--text-base);transition:all var(--duration-normal) var(--ease-out);background:linear-gradient(135deg,#1da54f,#17823e);display:inline-flex;box-shadow:0 4px 20px #1fad534d}.page-module__dBITNq__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1fad5366}.page-module__dBITNq__secondaryBtn{padding:var(--space-4) var(--space-6);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);background:var(--surface);transition:all var(--duration-fast) ease;font-weight:500}.page-module__dBITNq__secondaryBtn:hover{background:var(--surface-hover);border-color:var(--primary)}.page-module__dBITNq__heroActions .page-module__dBITNq__secondaryBtn{color:#fff;background:0 0;border-color:#ffffff4d}.page-module__dBITNq__heroActions .page-module__dBITNq__secondaryBtn:hover{box-shadow:none;background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.page-module__dBITNq__section{padding:var(--space-24) 0}.page-module__dBITNq__sectionAlt{background:var(--bg-secondary)}.page-module__dBITNq__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.page-module__dBITNq__sectionHeader{text-align:center;margin-bottom:var(--space-12)}.page-module__dBITNq__overline{font-size:var(--text-sm);color:var(--primary-light);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.1em;font-weight:600;display:inline-block}.page-module__dBITNq__sectionTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__dBITNq__sectionSubtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-module__dBITNq__benefitsDl{gap:var(--space-5);grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}.page-module__dBITNq__benefitsDl>div{padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out)}.page-module__dBITNq__benefitsDl>div:hover{border-color:var(--primary);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.page-module__dBITNq__benefitsDl dt{font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:700}.page-module__dBITNq__benefitsDl dt .page-module__dBITNq__benefitIcon{font-size:var(--text-3xl);margin-bottom:var(--space-3);display:block}.page-module__dBITNq__benefitsDl dd{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.7}.page-module__dBITNq__pricingGrid{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.page-module__dBITNq__pricingCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-8) var(--space-6);transition:all var(--duration-normal) var(--ease-out);flex-direction:column;display:flex;position:relative;overflow:hidden}.page-module__dBITNq__pricingCard:hover{border-color:var(--border-hover);transform:translateY(-8px);box-shadow:0 20px 40px #0006}.page-module__dBITNq__pricingCardBest{border-color:var(--primary);background:linear-gradient(180deg, #0080ff0d, var(--surface));transform:scale(1.02);box-shadow:0 10px 30px #0080ff1a}.page-module__dBITNq__pricingCardBest:hover{border-color:var(--primary-light);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0080ff33}.page-module__dBITNq__bestBadge{background:linear-gradient(135deg, var(--primary-light), var(--primary));color:#fff;padding:var(--space-1) var(--space-4);font-size:var(--text-xs);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.05em;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #0080ff4d}.page-module__dBITNq__pricingHeader{text-align:center;margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--border)}.page-module__dBITNq__pricingTitle{font-size:var(--text-xl);color:var(--text);margin-bottom:var(--space-4);font-weight:700}.page-module__dBITNq__pricingPrice{justify-content:center;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);font-family:var(--font-en);direction:ltr;display:flex}.page-module__dBITNq__priceValue{font-size:var(--text-4xl);color:var(--text);font-weight:800;line-height:1}.page-module__dBITNq__pricingCardBest .page-module__dBITNq__priceValue{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__dBITNq__priceCurrency{font-size:var(--text-base);color:var(--text-muted);font-weight:600}.page-module__dBITNq__pricingDesc{font-size:var(--text-xs);color:var(--text-muted)}.page-module__dBITNq__pricingFeatures{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;flex-grow:1;display:flex}.page-module__dBITNq__featureItem{font-size:var(--text-sm);justify-content:space-between;align-items:center;display:flex}.page-module__dBITNq__featureLabel{color:var(--text-secondary)}.page-module__dBITNq__featureValue{color:var(--text);font-weight:600}.page-module__dBITNq__featureValueHighlight{color:var(--primary-light);font-weight:700;font-family:var(--font-en);direction:ltr}.page-module__dBITNq__vltGrid{gap:var(--space-4);grid-template-columns:repeat(5,1fr);display:grid}.page-module__dBITNq__vltCard{padding:var(--space-5);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out)}.page-module__dBITNq__vltCard:hover{border-color:var(--primary);transform:translateY(-3px)}.page-module__dBITNq__vltLevel{font-family:var(--font-en);font-size:var(--text-lg);color:var(--primary-light);margin-bottom:var(--space-3);direction:ltr;font-weight:700}.page-module__dBITNq__vltDesc{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:var(--space-3);line-height:1.6}.page-module__dBITNq__vltLegal{font-size:var(--text-xs);color:var(--text-muted)}.page-module__dBITNq__processGrid{gap:var(--space-5);grid-template-columns:repeat(4,1fr);display:grid}.page-module__dBITNq__processCard{padding:var(--space-8) var(--space-5);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out);position:relative}.page-module__dBITNq__processCard:hover{border-color:var(--primary);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.page-module__dBITNq__processStep{top:var(--space-3);left:var(--space-3);font-family:var(--font-en);font-size:var(--text-4xl);color:var(--border);opacity:.3;font-weight:800;position:absolute}.page-module__dBITNq__processIcon{font-size:var(--text-3xl);margin-bottom:var(--space-3);display:block}.page-module__dBITNq__processTitle{font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:700}.page-module__dBITNq__processDesc{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}.page-module__dBITNq__ctaSubtitle{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-8);font-family:var(--font-en);direction:ltr}.page-module__dBITNq__galleryGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.page-module__dBITNq__galleryItem{border-radius:var(--radius-md);aspect-ratio:4/3;background:var(--surface);transition:transform var(--duration-normal) var(--ease-out);overflow:hidden}.page-module__dBITNq__galleryItem:hover{transform:scale(1.02)}.page-module__dBITNq__ctaSection{padding:var(--space-20) 0;text-align:center;background:linear-gradient(135deg, var(--bg-secondary), #0073e608)}.page-module__dBITNq__ctaTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__dBITNq__ctaSubtitle{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-8)}.page-module__dBITNq__ctaActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}@media (max-width:768px){.page-module__dBITNq__heroTitle{font-size:var(--text-4xl)}.page-module__dBITNq__benefitsDl,.page-module__dBITNq__processGrid,.page-module__dBITNq__galleryGrid{grid-template-columns:1fr 1fr}.page-module__dBITNq__heroActions,.page-module__dBITNq__ctaActions{flex-direction:column;align-items:center}.page-module__dBITNq__primaryBtn,.page-module__dBITNq__secondaryBtn{text-align:center;justify-content:center;width:100%}.page-module__dBITNq__sectionTitle,.page-module__dBITNq__ctaTitle{font-size:var(--text-3xl)}}@media (max-width:480px){.page-module__dBITNq__benefitsDl,.page-module__dBITNq__processGrid,.page-module__dBITNq__galleryGrid{grid-template-columns:1fr}}
.page-module__A18yda__hero{align-items:center;min-height:80vh;display:flex;position:relative}.page-module__A18yda__heroBg{z-index:0;position:absolute;inset:0}.page-module__A18yda__heroBg img{object-fit:cover}.page-module__A18yda__heroOverlay{background:linear-gradient(135deg,#0b0e13e0,#5c0a0a66);position:absolute;inset:0}.page-module__A18yda__heroContent{z-index:1;max-width:720px;padding:var(--space-12) var(--space-6);text-align:center;margin:0 auto;position:relative}.page-module__A18yda__dealerBadge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);font-size:var(--text-sm);color:#f47171;margin-bottom:var(--space-6);background:linear-gradient(135deg,#ec131333,#ec131314);border:1px solid #ec131366;font-weight:700;display:inline-flex}.page-module__A18yda__badgePulse{background:#ee2b2b;border-radius:50%;width:8px;height:8px;animation:2s infinite page-module__A18yda__pulse-glow}.page-module__A18yda__heroTitle{font-size:var(--text-5xl);color:#fff;margin-bottom:var(--space-5);font-weight:700;line-height:1.2}.page-module__A18yda__redGradient{background:linear-gradient(135deg,#ee2b2b,#f47171);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__A18yda__heroSubtitle{font-size:var(--text-lg);color:#fffc;margin-bottom:var(--space-8);line-height:1.8}.page-module__A18yda__heroActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.page-module__A18yda__whatsappBtn{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);color:#fff;border-radius:var(--radius-lg);font-weight:700;font-size:var(--text-base);transition:all var(--duration-normal) var(--ease-out);background:linear-gradient(135deg,#1da54f,#17823e);display:inline-flex;box-shadow:0 4px 20px #1fad534d}.page-module__A18yda__whatsappBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1fad5366}.page-module__A18yda__scrollBtn{padding:var(--space-4) var(--space-6);border-radius:var(--radius-lg);color:#fff;transition:all var(--duration-fast) ease;border:1px solid #ffffff4d;font-weight:500}.page-module__A18yda__scrollBtn:hover{background:#ffffff1a}.page-module__A18yda__callBtn{padding:var(--space-4) var(--space-6);background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius-lg);color:var(--text);font-weight:600;font-family:var(--font-en);transition:all var(--duration-fast) ease;direction:ltr}.page-module__A18yda__callBtn:hover{background:var(--surface-hover)}.page-module__A18yda__section{padding:var(--space-24) 0}.page-module__A18yda__sectionAlt{background:var(--bg-secondary)}.page-module__A18yda__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.page-module__A18yda__sectionHeader{text-align:center;margin-bottom:var(--space-12)}.page-module__A18yda__overline{font-size:var(--text-sm);color:#f04242;margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.1em;font-weight:600;display:inline-block}.page-module__A18yda__sectionTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__A18yda__sectionSubtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-module__A18yda__whyGrid{gap:var(--space-5);grid-template-columns:repeat(3,1fr);display:grid}.page-module__A18yda__whyCard{padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out)}.page-module__A18yda__whyCard:hover{border-color:#ee2b2b;transform:translateY(-4px);box-shadow:0 4px 20px #ee2b2b1a}.page-module__A18yda__whyIcon{font-size:var(--text-3xl);margin-bottom:var(--space-3);display:block}.page-module__A18yda__productsGrid{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.page-module__A18yda__productCard{padding:var(--space-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);transition:all var(--duration-normal) var(--ease-out)}.page-module__A18yda__productCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.page-module__A18yda__flagship{background:linear-gradient(180deg, var(--surface), #ee2b2b08);border-color:#ee2b2b66}.page-module__A18yda__flagship:hover{box-shadow:0 8px 30px #ee2b2b26}.page-module__A18yda__premium{border-color:#1a8cff4d}.page-module__A18yda__value{border-color:#26d98033}.page-module__A18yda__productHeader{margin-bottom:var(--space-5)}.page-module__A18yda__productTier{padding:var(--space-1) var(--space-3);background:var(--surface-hover);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-muted);margin-bottom:var(--space-2);font-weight:600;display:inline-block}.page-module__A18yda__flagship .page-module__A18yda__productTier{color:#f47171;background:#ee2b2b26}.page-module__A18yda__productName{font-family:var(--font-en);font-size:var(--text-2xl);direction:ltr;font-weight:700}.page-module__A18yda__productNameAr{font-size:var(--text-sm);color:var(--text-muted);display:block}.page-module__A18yda__productMetrics{gap:var(--space-3);margin-bottom:var(--space-5);flex-direction:column;display:flex}.page-module__A18yda__metric{align-items:center;gap:var(--space-3);display:flex}.page-module__A18yda__metricBar{background:var(--surface-hover);border-radius:var(--radius-full);flex:1;height:8px;overflow:hidden}.page-module__A18yda__metricFill{background:var(--primary);border-radius:var(--radius-full);height:100%;transition:width 1s var(--ease-out)}.page-module__A18yda__flagship .page-module__A18yda__metricFill{background:linear-gradient(90deg,#ee2b2b,#f47171)}.page-module__A18yda__metricInfo{flex-direction:column;align-items:flex-end;min-width:60px;display:flex}.page-module__A18yda__metricValue{font-family:var(--font-en);font-weight:700;font-size:var(--text-sm);color:var(--text)}.page-module__A18yda__metricLabel{font-size:var(--text-xs);color:var(--text-muted)}.page-module__A18yda__productDesc{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-5);line-height:1.8}.page-module__A18yda__productDetails{gap:var(--space-2);margin-bottom:var(--space-5);padding:var(--space-4);background:var(--surface-hover);border-radius:var(--radius-md);flex-direction:column;display:flex}.page-module__A18yda__detailRow{font-size:var(--text-sm);color:var(--text-secondary);justify-content:space-between;display:flex}.page-module__A18yda__detailRow span:last-child{color:var(--text);font-weight:600;font-family:var(--font-en)}.page-module__A18yda__warranty{color:var(--success-light)!important}.page-module__A18yda__productFeatures{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.page-module__A18yda__featureTag{padding:var(--space-1) var(--space-3);background:var(--surface-hover);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-secondary)}.page-module__A18yda__flagship .page-module__A18yda__featureTag{color:#f47171;background:#ee2b2b1a}.page-module__A18yda__bestFor{font-size:var(--text-sm);color:var(--text-muted);line-height:1.6}.page-module__A18yda__tableWrap{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);overflow-x:auto}.page-module__A18yda__table{border-collapse:collapse;width:100%;font-size:var(--text-sm);min-width:600px}.page-module__A18yda__tableCaption{padding:var(--space-4);font-size:var(--text-xs);color:var(--text-muted);text-align:right}.page-module__A18yda__table th{padding:var(--space-4) var(--space-5);background:var(--surface-elevated);color:var(--text-muted);text-align:right;font-weight:600;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);white-space:nowrap}.page-module__A18yda__table td{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);color:var(--text-secondary);white-space:nowrap}.page-module__A18yda__table tbody tr:last-child td{border-bottom:none}.page-module__A18yda__table tbody tr:hover{background:var(--surface-hover)}.page-module__A18yda__rowFeatured{background:#ee2b2b0a}.page-module__A18yda__rowFeatured td:first-child{color:#f47171;font-weight:700}.page-module__A18yda__faqGrid{gap:var(--space-3);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.page-module__A18yda__faqItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color var(--duration-fast) ease;overflow:hidden}.page-module__A18yda__faqItem[open]{border-color:#ee2b2b}.page-module__A18yda__faqQuestion{padding:var(--space-5) var(--space-6);cursor:pointer;justify-content:space-between;align-items:center;font-weight:600;list-style:none;display:flex}.page-module__A18yda__faqQuestion::-webkit-details-marker{display:none}.page-module__A18yda__faqQuestion:after{content:"+";font-size:var(--text-xl);color:var(--text-muted);transition:transform var(--duration-fast) ease}.page-module__A18yda__faqItem[open] .page-module__A18yda__faqQuestion:after{content:"−"}.page-module__A18yda__faqAnswer{padding:0 var(--space-6) var(--space-5);font-size:var(--text-sm);color:var(--text-secondary);line-height:1.8}.page-module__A18yda__ctaSection{padding:var(--space-20) 0;text-align:center;background:linear-gradient(135deg, var(--bg-secondary), #ee2b2b08)}.page-module__A18yda__ctaTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__A18yda__ctaSubtitle{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-8)}.page-module__A18yda__ctaActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}@media (max-width:768px){.page-module__A18yda__heroTitle{font-size:var(--text-4xl)}.page-module__A18yda__whyGrid{grid-template-columns:1fr 1fr}.page-module__A18yda__productsGrid{grid-template-columns:1fr}.page-module__A18yda__heroActions,.page-module__A18yda__ctaActions{flex-direction:column;align-items:center}.page-module__A18yda__whatsappBtn,.page-module__A18yda__scrollBtn,.page-module__A18yda__callBtn{text-align:center;justify-content:center;width:100%}.page-module__A18yda__sectionTitle,.page-module__A18yda__ctaTitle{font-size:var(--text-3xl)}}@media (max-width:480px){.page-module__A18yda__whyGrid{grid-template-columns:1fr}.page-module__A18yda__heroTitle{font-size:var(--text-3xl)}}
.page-module__LgvvNq__article{max-width:800px;padding:var(--space-8) var(--space-6);margin:0 auto}.page-module__LgvvNq__breadcrumb{font-size:var(--text-sm,.875rem);color:var(--text-muted,#818898);margin-bottom:var(--space-6)}.page-module__LgvvNq__breadcrumb a{color:var(--primary,#0073e6);text-decoration:none}.page-module__LgvvNq__breadcrumb a:hover{text-decoration:underline}.page-module__LgvvNq__heroImage{aspect-ratio:16/9;border-radius:var(--radius-lg,12px);width:100%;margin-bottom:var(--space-8);position:relative;overflow:hidden}.page-module__LgvvNq__meta{align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.page-module__LgvvNq__category{font-size:var(--text-xs,.75rem);text-transform:uppercase;letter-spacing:.05em;padding:var(--space-1) var(--space-3);color:var(--primary,#0073e6);border-radius:var(--radius-full,999px);background:#0073e626;font-weight:700;display:inline-block}.page-module__LgvvNq__date{font-size:var(--text-sm,.875rem);color:var(--text-muted,#818898)}.page-module__LgvvNq__title{font-size:var(--text-4xl,2.25rem);margin-bottom:var(--space-6);color:var(--text,#eaecf0);font-weight:800;line-height:1.3}.page-module__LgvvNq__title span{color:var(--primary,#0073e6)}.page-module__LgvvNq__readTime{font-size:var(--text-sm,.875rem);color:var(--text-muted,#818898);margin-bottom:var(--space-6);padding:var(--space-2) 0;border-bottom:1px solid #4149584d}.page-module__LgvvNq__content{font-size:var(--text-lg,1.125rem);color:var(--text,#eaecf0);line-height:2}.page-module__LgvvNq__content h2{font-size:var(--text-2xl,1.5rem);margin-top:var(--space-10);margin-bottom:var(--space-4);color:var(--text,#eaecf0);padding-bottom:var(--space-2);border-bottom:2px solid #0073e633;font-weight:700}.page-module__LgvvNq__content h3{font-size:var(--text-xl,1.25rem);margin-top:var(--space-8);margin-bottom:var(--space-3);font-weight:700}.page-module__LgvvNq__content p{margin-bottom:var(--space-4)}.page-module__LgvvNq__content strong{color:var(--primary,#0073e6);font-weight:700}.page-module__LgvvNq__content ul{margin:var(--space-4) 0;padding-inline-start:var(--space-6)}.page-module__LgvvNq__content ul li{margin-bottom:var(--space-2);line-height:1.8}.page-module__LgvvNq__content ul li::marker{color:var(--primary,#0073e6)}.page-module__LgvvNq__warningBox{margin:var(--space-8) 0;padding:var(--space-5) var(--space-6);border:1px solid #f4592540;border-radius:var(--radius-md,8px);background:#f4592514;border-inline-start:4px solid #f45925}.page-module__LgvvNq__warningBox strong{color:#f45925}.page-module__LgvvNq__tocBox{margin:var(--space-8) 0;padding:var(--space-6);border:1px solid var(--border);border-radius:var(--radius-md);background:#29303d66}.page-module__LgvvNq__tocBox h3{font-size:var(--text-lg);margin-bottom:var(--space-4);color:var(--primary-light);font-weight:700}.page-module__LgvvNq__tocBox ul{margin:0;padding:0;list-style:none}.page-module__LgvvNq__tocBox li{padding-right:var(--space-4);margin-bottom:var(--space-2);color:var(--text-secondary);font-size:var(--text-base);position:relative}.page-module__LgvvNq__tocBox li:before{content:"•";color:var(--primary);position:absolute;right:0}.page-module__LgvvNq__ctaBox{margin-top:var(--space-10);padding:var(--space-8);background:var(--glass,#1f242e99);border-radius:var(--radius-lg,12px);text-align:center;border:1px solid #0073e633}.page-module__LgvvNq__ctaBox h3{font-size:var(--text-xl,1.25rem);margin-bottom:var(--space-4)}.page-module__LgvvNq__ctaBtn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-8);background:var(--primary,#0073e6);color:#fff;border-radius:var(--radius-full,999px);font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.page-module__LgvvNq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0073e64d}.page-module__LgvvNq__backLink{align-items:center;gap:var(--space-2);margin-top:var(--space-8);color:var(--primary,#0073e6);font-weight:600;text-decoration:none;display:inline-flex}.page-module__LgvvNq__backLink:hover{text-decoration:underline}.page-module__LgvvNq__quickAnswerBox{margin:var(--space-6) 0 var(--space-10);padding:var(--space-8);border:1px solid var(--primary-glow);border-radius:var(--radius-lg);background:linear-gradient(145deg,#0073e61a,#17bfcf0d);position:relative;box-shadow:0 8px 32px #1a8cff0d}.page-module__LgvvNq__quickAnswerBadge{top:-12px;right:var(--space-6);background:var(--primary);color:#fff;border-radius:var(--radius-full);font-size:var(--text-xs);letter-spacing:.5px;padding:2px 12px;font-weight:700;position:absolute}.page-module__LgvvNq__quickAnswerBox p{font-size:var(--text-lg);color:var(--text);margin:0;line-height:1.8}.page-module__LgvvNq__tableWrapper{margin:var(--space-8) 0;border-radius:var(--radius-md);border:1px solid #0073e633;overflow-x:auto;box-shadow:0 4px 16px #0000001a}.page-module__LgvvNq__comparisonTable{border-collapse:collapse;text-align:right;background:var(--glass);width:100%;font-size:var(--text-sm)}.page-module__LgvvNq__comparisonTable th{color:var(--primary-light);padding:var(--space-4);white-space:nowrap;background:#0073e626;border-bottom:2px solid #0073e64d;font-weight:700}.page-module__LgvvNq__comparisonTable td{padding:var(--space-4);color:var(--text-secondary);border-bottom:1px solid #ffffff0d}.page-module__LgvvNq__comparisonTable tr:last-child td{border-bottom:none}.page-module__LgvvNq__comparisonTable tr:hover td{color:var(--text);background:#0073e60d}.page-module__LgvvNq__faqBox{margin:var(--space-12) 0;padding:var(--space-8);background:var(--glass);border-radius:var(--radius-lg);border:1px solid #0073e633}.page-module__LgvvNq__faqBox h2{font-size:var(--text-2xl);color:var(--text);margin-bottom:var(--space-6);text-align:center}.page-module__LgvvNq__faqItem{margin-bottom:var(--space-4);border-radius:var(--radius-sm);background:#0003;border:1px solid #ffffff1a;overflow:hidden}.page-module__LgvvNq__faqItem summary{padding:var(--space-4);font-weight:700;font-size:var(--text-base);color:var(--primary-light);cursor:pointer;justify-content:space-between;align-items:center;list-style:none;display:flex}.page-module__LgvvNq__faqItem summary::-webkit-details-marker{display:none}.page-module__LgvvNq__faqItem summary:after{content:"+";font-size:1.5rem;line-height:1;transition:transform .3s}.page-module__LgvvNq__faqItem[open] summary:after{content:"−";transform:rotate(180deg)}.page-module__LgvvNq__faqItem p{padding:0 var(--space-4) var(--space-4);color:var(--text-secondary);font-size:var(--text-sm);margin:0;line-height:1.7}[data-theme=light] .page-module__LgvvNq__warningBox{background:#f459250d}[data-theme=light] .page-module__LgvvNq__ctaBox{background:#f4f7fae6}@media (max-width:768px){.page-module__LgvvNq__title{font-size:var(--text-2xl,1.5rem)}.page-module__LgvvNq__content{font-size:var(--text-base,1rem)}}
.page-module__R4LPka__hero{background:var(--bg);text-align:center;border-bottom:1px solid var(--border);padding:120px 0 60px}.page-module__R4LPka__container{max-width:1200px;margin:0 auto;padding:0 20px}.page-module__R4LPka__title{color:var(--text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.page-module__R4LPka__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.page-module__R4LPka__calculatorSection{background:var(--surface);padding:4rem 0}.page-module__R4LPka__calculatorWrapper{margin-top:3rem}
.page-module__koMCiq__pageHeader{padding:var(--space-20) 0 var(--space-12);background:var(--bg-secondary);text-align:center}.page-module__koMCiq__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.page-module__koMCiq__breadcrumb{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-4)}.page-module__koMCiq__breadcrumb a{color:var(--text-secondary);transition:color .2s}.page-module__koMCiq__breadcrumb a:hover{color:var(--primary-light)}.page-module__koMCiq__pageTitle{font-size:var(--text-5xl);margin-bottom:var(--space-4);font-weight:700}.page-module__koMCiq__highlight{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__koMCiq__pageSubtitle{font-size:var(--text-lg);color:var(--text-secondary)}.page-module__koMCiq__section{padding:var(--space-16) 0}.page-module__koMCiq__sectionAlt{background:var(--bg-secondary)}.page-module__koMCiq__sectionHeader{text-align:center;margin-bottom:var(--space-8)}.page-module__koMCiq__overline{font-size:var(--text-sm);color:var(--primary-light);margin-bottom:var(--space-2);font-weight:600;display:inline-block}.page-module__koMCiq__sectionTitle{font-size:var(--text-3xl);font-weight:700}.page-module__koMCiq__galleryGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.page-module__koMCiq__galleryItem{border-radius:var(--radius-lg);aspect-ratio:4/3;background:var(--surface);cursor:pointer;transition:transform var(--duration-normal) var(--ease-out);position:relative;overflow:hidden}.page-module__koMCiq__galleryItem:hover{transform:scale(1.03)}.page-module__koMCiq__galleryItem:hover .page-module__koMCiq__caption{opacity:1}.page-module__koMCiq__caption{padding:var(--space-4) var(--space-5);color:#fff;font-size:var(--text-sm);opacity:0;transition:opacity var(--duration-normal) ease;background:linear-gradient(#0000,#000000bf);position:absolute;bottom:0;left:0;right:0}.page-module__koMCiq__ctaSection{padding:var(--space-16) 0;text-align:center}.page-module__koMCiq__ctaTitle{font-size:var(--text-3xl);margin-bottom:var(--space-3);font-weight:700}.page-module__koMCiq__ctaSubtitle{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-6)}.page-module__koMCiq__primaryBtn{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);color:#fff;border-radius:var(--radius-lg);font-weight:700;font-size:var(--text-base);transition:all var(--duration-normal) var(--ease-out);background:linear-gradient(135deg,#1da54f,#17823e);display:inline-flex;box-shadow:0 4px 20px #1fad534d}.page-module__koMCiq__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1fad5366}@media (max-width:768px){.page-module__koMCiq__galleryGrid{grid-template-columns:1fr 1fr}.page-module__koMCiq__pageTitle{font-size:var(--text-4xl)}}@media (max-width:480px){.page-module__koMCiq__galleryGrid{grid-template-columns:1fr}}
.page-module__5GKl8a__hero{align-items:center;min-height:80vh;display:flex;position:relative}.page-module__5GKl8a__heroBg{z-index:0;position:absolute;inset:0}.page-module__5GKl8a__heroBg img{object-fit:cover}.page-module__5GKl8a__heroOverlay{background:linear-gradient(135deg,#0b0e13d9,#0b0e1399);position:absolute;inset:0}.page-module__5GKl8a__heroContent{z-index:1;max-width:720px;padding:var(--space-12) var(--space-6);text-align:center;margin:0 auto;position:relative}.page-module__5GKl8a__dealerBadge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--secondary-light);margin-bottom:var(--space-6);background:linear-gradient(135deg,#f99e1f33,#f99e1f14);border:1px solid #f99e1f66;font-weight:700;display:inline-flex}.page-module__5GKl8a__badgePulse{background:var(--secondary);border-radius:50%;width:8px;height:8px;animation:2s infinite page-module__5GKl8a__pulse-glow}.page-module__5GKl8a__heroTitle{font-size:var(--text-5xl);color:#fff;margin-bottom:var(--space-5);font-weight:700;line-height:1.2}.page-module__5GKl8a__goldGradient{background:linear-gradient(135deg,#f99e1f,#fbbf6a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__5GKl8a__heroSubtitle{font-size:var(--text-lg);color:#fffc;margin-bottom:var(--space-8);line-height:1.8}.page-module__5GKl8a__heroActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.page-module__5GKl8a__whatsappBtn{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);color:#fff;border-radius:var(--radius-lg);font-weight:700;font-size:var(--text-base);transition:all var(--duration-normal) var(--ease-out);background:linear-gradient(135deg,#1da54f,#17823e);display:inline-flex;box-shadow:0 4px 20px #1fad534d}.page-module__5GKl8a__whatsappBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1fad5366}.page-module__5GKl8a__scrollBtn{padding:var(--space-4) var(--space-6);border-radius:var(--radius-lg);color:#fff;transition:all var(--duration-fast) ease;border:1px solid #ffffff4d;font-weight:500}.page-module__5GKl8a__scrollBtn:hover{background:#ffffff1a}.page-module__5GKl8a__callBtn{padding:var(--space-4) var(--space-6);background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius-lg);color:var(--text);font-weight:600;font-family:var(--font-en);transition:all var(--duration-fast) ease;direction:ltr}.page-module__5GKl8a__callBtn:hover{background:var(--surface-hover)}.page-module__5GKl8a__section{padding:var(--space-24) 0}.page-module__5GKl8a__sectionAlt{background:var(--bg-secondary)}.page-module__5GKl8a__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.page-module__5GKl8a__sectionHeader{text-align:center;margin-bottom:var(--space-12)}.page-module__5GKl8a__overline{font-size:var(--text-sm);color:var(--secondary);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.1em;font-weight:600;display:inline-block}.page-module__5GKl8a__sectionTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__5GKl8a__sectionSubtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-module__5GKl8a__whyGrid{gap:var(--space-5);grid-template-columns:repeat(3,1fr);display:grid}.page-module__5GKl8a__whyCard{padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out)}.page-module__5GKl8a__whyCard:hover{border-color:var(--secondary);transform:translateY(-4px);box-shadow:0 4px 20px #f99e1f1a}.page-module__5GKl8a__whyIcon{font-size:var(--text-3xl);margin-bottom:var(--space-3);display:block}.page-module__5GKl8a__whyTitle{font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:700}.page-module__5GKl8a__whyDesc{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}.page-module__5GKl8a__productsGrid{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.page-module__5GKl8a__productCard{padding:var(--space-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);transition:all var(--duration-normal) var(--ease-out)}.page-module__5GKl8a__productCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.page-module__5GKl8a__gold{background:linear-gradient(180deg, var(--surface), #f99e1f08);border-color:#f99e1f66}.page-module__5GKl8a__gold:hover{box-shadow:0 8px 30px #f99e1f26}.page-module__5GKl8a__blue{border-color:#1a8cff4d}.page-module__5GKl8a__green{border-color:#26d98033}.page-module__5GKl8a__charcoal{background:linear-gradient(180deg, var(--surface), #5c637008);border-color:#737b8c40}.page-module__5GKl8a__charcoal:hover{box-shadow:0 8px 30px #737b8c1a}.page-module__5GKl8a__productHeader{margin-bottom:var(--space-5)}.page-module__5GKl8a__productTier{padding:var(--space-1) var(--space-3);background:var(--surface-hover);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-muted);margin-bottom:var(--space-2);font-weight:600;display:inline-block}.page-module__5GKl8a__gold .page-module__5GKl8a__productTier{color:var(--secondary-light);background:#f99e1f26}.page-module__5GKl8a__productName{font-family:var(--font-en);font-size:var(--text-2xl);direction:ltr;font-weight:700}.page-module__5GKl8a__productNameAr{font-size:var(--text-sm);color:var(--text-muted);display:block}.page-module__5GKl8a__productMetrics{gap:var(--space-3);margin-bottom:var(--space-5);flex-direction:column;display:flex}.page-module__5GKl8a__metric{align-items:center;gap:var(--space-3);display:flex}.page-module__5GKl8a__metricBar{background:var(--surface-hover);border-radius:var(--radius-full);flex:1;height:8px;overflow:hidden}.page-module__5GKl8a__metricFill{background:var(--primary);border-radius:var(--radius-full);height:100%;transition:width 1s var(--ease-out)}.page-module__5GKl8a__gold .page-module__5GKl8a__metricFill{background:linear-gradient(90deg, var(--secondary), var(--secondary-light))}.page-module__5GKl8a__metricInfo{flex-direction:column;align-items:flex-end;min-width:60px;display:flex}.page-module__5GKl8a__metricValue{font-family:var(--font-en);font-weight:700;font-size:var(--text-sm);color:var(--text)}.page-module__5GKl8a__metricLabel{font-size:var(--text-xs);color:var(--text-muted)}.page-module__5GKl8a__productDesc{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-5);line-height:1.8}.page-module__5GKl8a__productDetails{gap:var(--space-2);margin-bottom:var(--space-5);padding:var(--space-4);background:var(--surface-hover);border-radius:var(--radius-md);flex-direction:column;display:flex}.page-module__5GKl8a__detailRow{font-size:var(--text-sm);color:var(--text-secondary);justify-content:space-between;display:flex}.page-module__5GKl8a__detailRow span:last-child{color:var(--text);font-weight:600;font-family:var(--font-en)}.page-module__5GKl8a__warranty{color:var(--success-light)!important}.page-module__5GKl8a__productFeatures{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.page-module__5GKl8a__featureTag{padding:var(--space-1) var(--space-3);background:var(--surface-hover);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-secondary)}.page-module__5GKl8a__gold .page-module__5GKl8a__featureTag{color:var(--secondary-light);background:#f99e1f1a}.page-module__5GKl8a__bestFor{font-size:var(--text-sm);color:var(--text-muted);line-height:1.6}.page-module__5GKl8a__tableWrap{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);overflow-x:auto}.page-module__5GKl8a__table{border-collapse:collapse;width:100%;font-size:var(--text-sm);min-width:600px}.page-module__5GKl8a__table th{padding:var(--space-4) var(--space-5);background:var(--surface-elevated);color:var(--text-muted);text-align:right;font-weight:600;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);white-space:nowrap}.page-module__5GKl8a__table td{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);color:var(--text-secondary);white-space:nowrap}.page-module__5GKl8a__table tbody tr:last-child td{border-bottom:none}.page-module__5GKl8a__table tbody tr:hover{background:var(--surface-hover)}.page-module__5GKl8a__rowFeatured{background:#f99e1f0a}.page-module__5GKl8a__rowFeatured td:first-child{color:var(--secondary-light);font-weight:700}.page-module__5GKl8a__faqGrid{gap:var(--space-3);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.page-module__5GKl8a__faqItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color var(--duration-fast) ease;overflow:hidden}.page-module__5GKl8a__faqItem[open]{border-color:var(--secondary)}.page-module__5GKl8a__faqQuestion{padding:var(--space-5) var(--space-6);cursor:pointer;justify-content:space-between;align-items:center;font-weight:600;list-style:none;display:flex}.page-module__5GKl8a__faqQuestion::-webkit-details-marker{display:none}.page-module__5GKl8a__faqQuestion:after{content:"+";font-size:var(--text-xl);color:var(--text-muted);transition:transform var(--duration-fast) ease}.page-module__5GKl8a__faqItem[open] .page-module__5GKl8a__faqQuestion:after{content:"−"}.page-module__5GKl8a__faqAnswer{padding:0 var(--space-6) var(--space-5);font-size:var(--text-sm);color:var(--text-secondary);line-height:1.8}.page-module__5GKl8a__ctaSection{padding:var(--space-20) 0;text-align:center;background:linear-gradient(135deg, var(--bg-secondary), #f99e1f08)}.page-module__5GKl8a__ctaTitle{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:700}.page-module__5GKl8a__ctaSubtitle{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-8)}.page-module__5GKl8a__ctaActions{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}@media (max-width:768px){.page-module__5GKl8a__heroTitle{font-size:var(--text-4xl)}.page-module__5GKl8a__whyGrid{grid-template-columns:1fr 1fr}.page-module__5GKl8a__productsGrid{grid-template-columns:1fr}.page-module__5GKl8a__heroActions,.page-module__5GKl8a__ctaActions{flex-direction:column;align-items:center}.page-module__5GKl8a__whatsappBtn,.page-module__5GKl8a__scrollBtn,.page-module__5GKl8a__callBtn{text-align:center;justify-content:center;width:100%}.page-module__5GKl8a__sectionTitle,.page-module__5GKl8a__ctaTitle{font-size:var(--text-3xl)}}@media (max-width:480px){.page-module__5GKl8a__whyGrid{grid-template-columns:1fr}.page-module__5GKl8a__heroTitle{font-size:var(--text-3xl)}}
