.VinInput-module__Ka3g-W__wrapper{width:100%;max-width:600px}.VinInput-module__Ka3g-W__inputGroup{background:var(--color-bg-white);border-radius:var(--radius-full);border:2px solid #0000;align-items:center;padding:6px 6px 6px 20px;transition:border-color .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #0046cc1a}.VinInput-module__Ka3g-W__inputGroup:focus-within{border-color:var(--color-primary);box-shadow:0 4px 24px #0046cc2e}.VinInput-module__Ka3g-W__searchIcon{color:var(--color-text-muted);flex-shrink:0;margin-right:12px}.VinInput-module__Ka3g-W__input{font-size:1rem;font-family:var(--font-family);color:var(--color-text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 0}.VinInput-module__Ka3g-W__input::placeholder{color:var(--color-text-muted)}.VinInput-module__Ka3g-W__button{background:var(--color-cta);color:var(--color-cta-text);border-radius:var(--radius-full);cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-family);white-space:nowrap;border:none;flex-shrink:0;padding:12px 28px;transition:background .2s,transform .1s}.VinInput-module__Ka3g-W__button:hover:not(:disabled){background:var(--color-cta-hover);transform:scale(1.02)}.VinInput-module__Ka3g-W__button:disabled{opacity:.5;cursor:not-allowed}.VinInput-module__Ka3g-W__error{color:var(--color-danger);margin-top:var(--space-sm);padding-left:var(--space-lg);font-size:.85rem}.VinInput-module__Ka3g-W__hint{color:var(--color-text-muted);margin-top:var(--space-sm);padding-left:var(--space-lg);font-size:.8rem}@media (max-width:600px){.VinInput-module__Ka3g-W__inputGroup{border-radius:12px;flex-direction:column;gap:8px;padding:12px}.VinInput-module__Ka3g-W__searchIcon{display:none}.VinInput-module__Ka3g-W__input{text-align:center;width:100%;padding:6px 0;font-size:.95rem}.VinInput-module__Ka3g-W__button{width:100%;padding:12px;font-size:.95rem}.VinInput-module__Ka3g-W__error,.VinInput-module__Ka3g-W__hint{margin-top:4px;font-size:.75rem}}
.ValueProps-module__OoQNmG__section{background:var(--color-bg-white);padding:80px 0}.ValueProps-module__OoQNmG__header{text-align:center;margin-bottom:56px}.ValueProps-module__OoQNmG__sectionTitle{color:var(--color-text-heading);margin-bottom:var(--space-md);font-size:2.5rem;font-weight:800;line-height:1.2}.ValueProps-module__OoQNmG__sectionSubtitle{color:var(--color-text-secondary);max-width:640px;margin:0 auto;font-size:1.1rem;line-height:1.7}.ValueProps-module__OoQNmG__grid{gap:var(--space-2xl);grid-template-columns:repeat(3,1fr);display:grid}.ValueProps-module__OoQNmG__card{text-align:center;padding:var(--space-xl)}.ValueProps-module__OoQNmG__illustrationWrap{margin-bottom:var(--space-lg);justify-content:center;display:flex}.ValueProps-module__OoQNmG__illustration{object-fit:contain;width:120px;height:120px}.ValueProps-module__OoQNmG__cardTitle{color:var(--color-text-heading);margin-bottom:var(--space-md);font-size:1.25rem;font-weight:700}.ValueProps-module__OoQNmG__cardDesc{color:var(--color-text-secondary);font-size:.95rem;line-height:1.7}@media (max-width:768px){.ValueProps-module__OoQNmG__grid{gap:var(--space-xl);grid-template-columns:1fr}.ValueProps-module__OoQNmG__sectionTitle{font-size:1.75rem}}
.Features-module__mTnrVG__section{background:var(--color-bg);padding:80px 0}.Features-module__mTnrVG__header{text-align:center;margin-bottom:56px}.Features-module__mTnrVG__title{color:var(--color-text-heading);margin-bottom:var(--space-md);font-size:2.5rem;font-weight:800}.Features-module__mTnrVG__subtitle{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.Features-module__mTnrVG__grid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.Features-module__mTnrVG__card{align-items:center;gap:var(--space-xl);background:var(--color-bg-white);border:1px solid var(--color-card-border);border-radius:var(--radius-lg);padding:var(--space-xl);transition:box-shadow .3s,transform .3s;display:flex}.Features-module__mTnrVG__card:hover{box-shadow:0 8px 30px var(--color-card-hover-shadow);transform:translateY(-3px)}.Features-module__mTnrVG__imageWrap{border-radius:var(--radius-md);background:#f0f7ff;flex-shrink:0;width:280px;height:200px;padding:8px;overflow:hidden}.Features-module__mTnrVG__collageContainer{flex-direction:column;gap:4px;width:100%;height:100%;display:flex}.Features-module__mTnrVG__collageMain{border-radius:6px;flex:1;position:relative;overflow:hidden}.Features-module__mTnrVG__collageThumbs{grid-template-columns:repeat(3,1fr);gap:4px;height:30%;display:grid}.Features-module__mTnrVG__collageThumb{border-radius:4px;position:relative;overflow:hidden}.Features-module__mTnrVG__sliceTopLeft,.Features-module__mTnrVG__sliceTopRight,.Features-module__mTnrVG__sliceBottomLeft,.Features-module__mTnrVG__sliceBottomRight{object-fit:cover!important;width:200%!important;height:200%!important;position:absolute!important}.Features-module__mTnrVG__sliceTopLeft{top:0;left:0}.Features-module__mTnrVG__sliceTopRight{top:0;left:-100%}.Features-module__mTnrVG__sliceBottomLeft{top:-100%;left:0}.Features-module__mTnrVG__sliceBottomRight{top:-100%;left:-100%}.Features-module__mTnrVG__collageImgWrap{position:absolute;inset:0}.Features-module__mTnrVG__featureImage{object-fit:cover;border-radius:var(--radius-md);width:100%;height:100%}.Features-module__mTnrVG__svgIllustration{width:100%;height:100%;padding:var(--space-sm);justify-content:center;align-items:center;display:flex}.Features-module__mTnrVG__svgImage{width:100%;height:auto;max-height:200px}.Features-module__mTnrVG__textWrap{flex:1}.Features-module__mTnrVG__cardTitle{color:var(--color-text-heading);margin-bottom:var(--space-md);font-size:1.3rem;font-weight:700}.Features-module__mTnrVG__cardDesc{color:var(--color-text-secondary);font-size:.95rem;line-height:1.7}@media (max-width:900px){.Features-module__mTnrVG__grid{grid-template-columns:1fr}}@media (max-width:600px){.Features-module__mTnrVG__card{text-align:center;flex-direction:column}.Features-module__mTnrVG__imageWrap{width:100%;height:180px}.Features-module__mTnrVG__title{font-size:1.75rem}}
.Testimonials-module__VOp6eq__section{padding:var(--space-3xl) 0;background:var(--color-bg-white)}.Testimonials-module__VOp6eq__header{text-align:center;margin-bottom:var(--space-2xl)}.Testimonials-module__VOp6eq__header .Testimonials-module__VOp6eq__section-subtitle{margin:var(--space-md) auto 0}.Testimonials-module__VOp6eq__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.Testimonials-module__VOp6eq__card{background:var(--color-bg);border:1px solid var(--color-card-border);border-radius:var(--radius-lg);padding:var(--space-xl);transition:box-shadow .3s,transform .3s;position:relative}.Testimonials-module__VOp6eq__card:hover{box-shadow:0 8px 30px var(--color-card-hover-shadow);transform:translateY(-3px)}.Testimonials-module__VOp6eq__quoteIcon{color:var(--color-primary);opacity:.2;margin-bottom:var(--space-md)}.Testimonials-module__VOp6eq__quote{color:var(--color-text);margin-bottom:var(--space-lg);font-size:1rem;font-style:italic;line-height:1.7}.Testimonials-module__VOp6eq__stars{margin-bottom:var(--space-lg);gap:2px;display:flex}.Testimonials-module__VOp6eq__author{align-items:center;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-card-border);display:flex}.Testimonials-module__VOp6eq__avatar{background:linear-gradient(135deg, var(--color-primary), var(--color-bg-accent-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.Testimonials-module__VOp6eq__name{color:var(--color-text-heading);font-size:.9rem;font-weight:700}.Testimonials-module__VOp6eq__location{color:var(--color-text-muted);font-size:.8rem}.Testimonials-module__VOp6eq__verified{color:var(--color-safe);border-radius:var(--radius-full);background:#00c8531a;margin-left:auto;padding:3px 10px;font-size:.7rem;font-weight:600}@media (max-width:768px){.Testimonials-module__VOp6eq__grid{grid-template-columns:1fr}}
.Navbar-module__cJzEcG__nav{z-index:999;background:var(--color-bg);border-bottom:1px solid var(--color-card-border);padding:1rem 0;position:sticky;top:0}.Navbar-module__cJzEcG__navInner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{color:var(--color-primary);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__plainLink,.Navbar-module__cJzEcG__dropdownToggle{color:var(--color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.Navbar-module__cJzEcG__plainLink:hover,.Navbar-module__cJzEcG__dropdownToggle:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__chevronUp{transition:transform .2s;transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdownWrap{align-items:center;height:100%;display:flex;position:relative}.Navbar-module__cJzEcG__dropdownMenu{z-index:1000;padding-top:15px;position:absolute;top:100%;left:0}.Navbar-module__cJzEcG__dropdownMenuInner{border:1px solid var(--color-border);background:#fff;border-radius:12px;flex-direction:column;min-width:240px;padding:.5rem 0;animation:.2s forwards Navbar-module__cJzEcG__slideDown;display:flex;box-shadow:0 10px 40px #0000001f}@keyframes Navbar-module__cJzEcG__slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cJzEcG__dropdownMenuInner a{color:var(--color-text);padding:.75rem 1.5rem;font-size:.95rem;text-decoration:none;transition:background .15s,color .15s;display:block}.Navbar-module__cJzEcG__dropdownMenuInner a:hover{color:var(--color-primary);background:#f4f7fb}.Navbar-module__cJzEcG__navRight{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__langBtn{cursor:pointer;color:var(--color-text);background:0 0;border:none;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.Navbar-module__cJzEcG__globeIcon{color:var(--color-primary)}.Navbar-module__cJzEcG__langBtn:hover{background:#0000000a}.Navbar-module__cJzEcG__loginBtn{border:1px solid var(--color-text);color:var(--color-text);border-radius:999px;padding:.4rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.Navbar-module__cJzEcG__loginBtn:hover{background:var(--color-text);color:#fff}.Navbar-module__cJzEcG__mobileMenuToggle{color:var(--color-text);cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}.Navbar-module__cJzEcG__mobileMenu{border-bottom:1px solid var(--color-card-border);background:#fff;width:100%;max-height:calc(100vh - 70px);animation:.3s forwards Navbar-module__cJzEcG__slideDown;display:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 20px #0000000d}.Navbar-module__cJzEcG__mobileMenuInner{flex-direction:column;gap:2rem;padding:2rem 1.5rem;display:flex}.Navbar-module__cJzEcG__mobileSection h4{text-transform:uppercase;color:#64748b;letter-spacing:.05em;border-bottom:1px solid #f1f5f9;margin-bottom:1rem;padding-bottom:.5rem;font-size:.85rem}.Navbar-module__cJzEcG__mobileSection a{color:var(--color-text);padding:.5rem 0;font-size:1.05rem;font-weight:600;text-decoration:none;display:block}@media (max-width:900px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__mobileMenuToggle{justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__mobileMenu{display:block}}@media (max-width:480px){.Navbar-module__cJzEcG__langText{display:none}.Navbar-module__cJzEcG__loginBtn{padding:.4rem 1rem;font-size:.85rem}}
.VehicleDamageExplorer-module__tHv7uq__explorerContainer{background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;display:flex}.VehicleDamageExplorer-module__tHv7uq__vehicleSvg{filter:drop-shadow(0 4px 6px #0000000d);width:100%;max-width:220px;height:auto}.VehicleDamageExplorer-module__tHv7uq__part{cursor:help;transition:all .3s}.VehicleDamageExplorer-module__tHv7uq__part:hover{filter:brightness(.95);opacity:.8}.VehicleDamageExplorer-module__tHv7uq__legend{color:#64748b;border-top:1px solid #f1f5f9;justify-content:center;gap:1.5rem;width:100%;padding-top:1rem;font-size:.85rem;font-weight:700;display:flex}.VehicleDamageExplorer-module__tHv7uq__legendItem{align-items:center;gap:.5rem;display:flex}.VehicleDamageExplorer-module__tHv7uq__dotMajor{background:#ef4444;border-radius:50%;width:12px;height:12px;display:inline-block}.VehicleDamageExplorer-module__tHv7uq__dotMinor{background:#f59e0b;border-radius:50%;width:12px;height:12px;display:inline-block}
.MileageRollbackExplorer-module__55F-ya__container{background:#fff;flex-direction:column;gap:1.5rem;width:100%;padding:1rem;display:flex}.MileageRollbackExplorer-module__55F-ya__alertBanner{background:#fef2f2;border-left:4px solid #ef4444;border-radius:8px;gap:1rem;padding:1.25rem;display:flex}.MileageRollbackExplorer-module__55F-ya__alertIcon{color:#ef4444;flex-shrink:0}.MileageRollbackExplorer-module__55F-ya__alertBanner h4{color:#991b1b;margin:0 0 .25rem;font-size:1rem;font-weight:800}.MileageRollbackExplorer-module__55F-ya__alertBanner p{color:#b91c1c;margin:0;font-size:.9rem;line-height:1.4}.MileageRollbackExplorer-module__55F-ya__chartWrapper{aspect-ratio:16/9;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-height:250px;padding:1rem;overflow:hidden}.MileageRollbackExplorer-module__55F-ya__chartSvg{width:100%;height:100%;overflow:visible}.MileageRollbackExplorer-module__55F-ya__pointGroup{transition:all .3s}.MileageRollbackExplorer-module__55F-ya__pointLabel{fill:#64748b;font-size:11px;font-weight:800}.MileageRollbackExplorer-module__55F-ya__mileageLabel{fill:#0f172a;font-size:10px;font-weight:700}.MileageRollbackExplorer-module__55F-ya__anomalousPath{animation:2s infinite MileageRollbackExplorer-module__55F-ya__pulseRed}@keyframes MileageRollbackExplorer-module__55F-ya__pulseRed{0%{stroke-opacity:1}50%{stroke-opacity:.5}to{stroke-opacity:1}}.MileageRollbackExplorer-module__55F-ya__statsRow{flex-wrap:wrap;gap:1.5rem;display:flex}.MileageRollbackExplorer-module__55F-ya__statBox{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;flex:1;align-items:center;gap:1rem;min-width:200px;padding:1.25rem;display:flex}.MileageRollbackExplorer-module__55F-ya__statBox span{text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.75rem;font-weight:700;display:block}.MileageRollbackExplorer-module__55F-ya__statBox strong{font-size:1.25rem;font-weight:900;display:block}.MileageRollbackExplorer-module__55F-ya__statBoxRed{color:#991b1b;background:#fff1f2;border-color:#fecdd3}@media (max-width:600px){.MileageRollbackExplorer-module__55F-ya__statBox{min-width:100%;padding:1rem}.MileageRollbackExplorer-module__55F-ya__alertBanner{flex-direction:column;gap:.5rem}.MileageRollbackExplorer-module__55F-ya__statsRow{gap:1rem}}
.HistoricalTimeline-module__XkpIaW__timelineContainer{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem;box-shadow:0 4px 6px -1px #00000005}.HistoricalTimeline-module__XkpIaW__timelineTitle{color:#0f172a;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.HistoricalTimeline-module__XkpIaW__timelineList{flex-direction:column;display:flex}.HistoricalTimeline-module__XkpIaW__eventItem{gap:1.5rem;display:flex}.HistoricalTimeline-module__XkpIaW__markerColumn{flex-direction:column;align-items:center;display:flex}.HistoricalTimeline-module__XkpIaW__iconMarker{color:#64748b;z-index:2;background:#f1f5f9;border:4px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 0 0 1px #e2e8f0}.HistoricalTimeline-module__XkpIaW__registration{color:#16a34a;background:#dcfce7}.HistoricalTimeline-module__XkpIaW__accident{color:#ef4444;background:#fee2e2}.HistoricalTimeline-module__XkpIaW__inspection{color:#3b82f6;background:#eff6ff}.HistoricalTimeline-module__XkpIaW__sale{color:#d97706;background:#fef3c7}.HistoricalTimeline-module__XkpIaW__import{color:#a855f7;background:#f3e8ff}.HistoricalTimeline-module__XkpIaW__verticalLine{background:#e2e8f0;flex:1;width:2px;margin:4px 0}.HistoricalTimeline-module__XkpIaW__contentColumn{flex:1;padding-bottom:2.5rem}.HistoricalTimeline-module__XkpIaW__eventHeader{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.HistoricalTimeline-module__XkpIaW__eventDate{color:#0ea5e9;text-transform:uppercase;font-size:.85rem;font-weight:700}.HistoricalTimeline-module__XkpIaW__eventCountry{color:#64748b;background:#f8fafc;border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.HistoricalTimeline-module__XkpIaW__eventTitle{color:#0f172a;margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.HistoricalTimeline-module__XkpIaW__eventDesc{color:#475569;font-size:.95rem;line-height:1.5}@media (max-width:768px){.HistoricalTimeline-module__XkpIaW__timelineContainer{padding:1.5rem 1rem}.HistoricalTimeline-module__XkpIaW__eventItem{gap:1rem}}
.TheftCheckGrid-module__rwneDW__container{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem;box-shadow:0 4px 6px -1px #00000005}.TheftCheckGrid-module__rwneDW__header{align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.TheftCheckGrid-module__rwneDW__shieldIcon{color:#16a34a;box-sizing:content-box;background:#dcfce7;border-radius:12px;padding:.75rem}.TheftCheckGrid-module__rwneDW__header h3{color:#0f172a;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.TheftCheckGrid-module__rwneDW__header p{color:#64748b;margin:0;font-size:.9rem}.TheftCheckGrid-module__rwneDW__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.TheftCheckGrid-module__rwneDW__countryBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;transition:transform .2s;display:flex}.TheftCheckGrid-module__rwneDW__countryBox:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.TheftCheckGrid-module__rwneDW__flag{font-size:2rem}.TheftCheckGrid-module__rwneDW__countryName{color:#0f172a;text-align:center;font-size:.85rem;font-weight:700}.TheftCheckGrid-module__rwneDW__statusBadge{color:#16a34a;text-transform:uppercase;letter-spacing:.02em;background:#dcfce7;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.75rem;font-weight:800;display:flex}@media (max-width:768px){.TheftCheckGrid-module__rwneDW__grid{grid-template-columns:repeat(2,1fr)}.TheftCheckGrid-module__rwneDW__container{padding:1.5rem 1rem}}@media (max-width:480px){.TheftCheckGrid-module__rwneDW__grid{grid-template-columns:1fr}}
.CarHakikiInsights-module__No6Dha__insightsBox{background:#f0f9ff;border:1px solid #bae6fd;border-radius:16px;gap:1.5rem;margin:1.5rem 0;padding:1.5rem;display:flex}.CarHakikiInsights-module__No6Dha__iconContainer{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 6px -1px #0000000d}.CarHakikiInsights-module__No6Dha__lightbulb{color:#0ea5e9}.CarHakikiInsights-module__No6Dha__textContainer{flex:1}.CarHakikiInsights-module__No6Dha__insightsTitle{color:#0369a1;margin-bottom:.5rem;font-size:1rem;font-weight:800}.CarHakikiInsights-module__No6Dha__insightsContent{color:#0c4a6e;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.CarHakikiInsights-module__No6Dha__brandTag{color:#0284c7;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.35rem;font-size:.75rem;font-weight:800;display:flex}
.MarketValueCalculator-module__xu6Byq__container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-top:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.MarketValueCalculator-module__xu6Byq__header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.MarketValueCalculator-module__xu6Byq__titleGroup{flex-direction:column;display:flex}.MarketValueCalculator-module__xu6Byq__title{color:#0f172a;font-size:1.25rem;font-weight:800}.MarketValueCalculator-module__xu6Byq__subtitle{color:#64748b;margin-top:.25rem;font-size:.95rem}.MarketValueCalculator-module__xu6Byq__badgeLabel{color:#166534;background:#f0fdf4;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:flex}.MarketValueCalculator-module__xu6Byq__calculatorFlex{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;display:grid}@media (max-width:768px){.MarketValueCalculator-module__xu6Byq__calculatorFlex{grid-template-columns:1fr;padding:1.5rem 1rem}.MarketValueCalculator-module__xu6Byq__header{padding:1.25rem 1rem}.MarketValueCalculator-module__xu6Byq__statusBox{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem 1rem}}.MarketValueCalculator-module__xu6Byq__inputSection{flex-direction:column;gap:1rem;display:flex}.MarketValueCalculator-module__xu6Byq__inputLabel{color:#334155;font-size:.95rem;font-weight:600}.MarketValueCalculator-module__xu6Byq__inputWrapper{border:2px solid #cbd5e1;border-radius:8px;align-items:center;transition:all .2s;display:flex;overflow:hidden}.MarketValueCalculator-module__xu6Byq__inputWrapper:focus-within{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71a}.MarketValueCalculator-module__xu6Byq__currencyPrefix{color:#475569;background:#f1f5f9;border-right:1px solid #cbd5e1;padding:.75rem 1rem;font-weight:700}.MarketValueCalculator-module__xu6Byq__priceInput{color:#0f172a;border:none;outline:none;flex:1;padding:.75rem 1rem;font-size:1.1rem;font-weight:700}.MarketValueCalculator-module__xu6Byq__priceInput::placeholder{color:#94a3b8;font-weight:500}.MarketValueCalculator-module__xu6Byq__statusBox{border-radius:12px;gap:1rem;padding:1.5rem;animation:.3s ease-out forwards MarketValueCalculator-module__xu6Byq__slideIn;display:flex}@keyframes MarketValueCalculator-module__xu6Byq__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.MarketValueCalculator-module__xu6Byq__statusTitle{margin-bottom:.25rem;font-size:1rem;font-weight:800}.MarketValueCalculator-module__xu6Byq__statusDesc{font-size:.85rem;line-height:1.5}.MarketValueCalculator-module__xu6Byq__great{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.MarketValueCalculator-module__xu6Byq__great .MarketValueCalculator-module__xu6Byq__statusIcon{color:#22c55e}.MarketValueCalculator-module__xu6Byq__fair{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe}.MarketValueCalculator-module__xu6Byq__fair .MarketValueCalculator-module__xu6Byq__statusIcon{color:#3b82f6}.MarketValueCalculator-module__xu6Byq__overpriced{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.MarketValueCalculator-module__xu6Byq__overpriced .MarketValueCalculator-module__xu6Byq__statusIcon{color:#ef4444}.MarketValueCalculator-module__xu6Byq__gaugeSection{flex-direction:column;justify-content:center;gap:1.5rem;display:flex}.MarketValueCalculator-module__xu6Byq__marketEstimateBox{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:1.5rem}.MarketValueCalculator-module__xu6Byq__estimateLabel{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.MarketValueCalculator-module__xu6Byq__estimateValue{color:#0f172a;font-size:1.75rem;font-weight:900}.MarketValueCalculator-module__xu6Byq__gaugeVisual{padding:2rem 0;position:relative}.MarketValueCalculator-module__xu6Byq__gradientBar{background:linear-gradient(90deg,#22c55e 0%,#3b82f6 50%,#ef4444 100%);border-radius:999px;height:12px;position:relative;box-shadow:inset 0 2px 4px #0000001a}.MarketValueCalculator-module__xu6Byq__targetRange{background:#fff6;border:2px solid #fff;border-radius:8px;position:absolute;top:-4px;bottom:-4px;box-shadow:0 4px 6px #0000001a}.MarketValueCalculator-module__xu6Byq__priceMarker{flex-direction:column;align-items:center;transition:left .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:-35px;transform:translate(-50%)}.MarketValueCalculator-module__xu6Byq__markerLabel{color:#fff;background:#0f172a;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:800;box-shadow:0 4px 6px #00000026}.MarketValueCalculator-module__xu6Byq__markerArrow{border-top:6px solid #0f172a;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;margin-top:-1px}.MarketValueCalculator-module__xu6Byq__gaugeLabels{color:#94a3b8;justify-content:space-between;margin-top:.75rem;font-size:.75rem;font-weight:600;display:flex}.MarketValueCalculator-module__xu6Byq__disclaimerText{color:#64748b;background:#f8fafc;border-radius:8px;align-items:flex-start;gap:.5rem;padding:1rem;font-size:.75rem;line-height:1.5;display:flex}.MarketValueCalculator-module__xu6Byq__disclaimerText svg{color:#94a3b8;flex-shrink:0}
.about-module__8TymFG__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-card-border);padding:var(--space-md) 0;background:#e6f4f1e6;position:sticky;top:0}.about-module__8TymFG__navInner{justify-content:space-between;align-items:center;display:flex}.about-module__8TymFG__logo{align-items:center;gap:var(--space-sm);color:var(--color-primary);font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}.about-module__8TymFG__navLinks{gap:var(--space-xl);align-items:center;display:flex}.about-module__8TymFG__navLinks a{color:var(--color-text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.about-module__8TymFG__navLinks a:hover,.about-module__8TymFG__active{color:var(--color-primary)!important;font-weight:700!important}.about-module__8TymFG__langBtn{color:var(--color-text);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-family);background:0 0;border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;transition:background .2s,color .2s;display:flex}.about-module__8TymFG__langBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.about-module__8TymFG__heroSection{background:var(--color-bg-white);padding:80px 0 60px}.about-module__8TymFG__heroGrid{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about-module__8TymFG__heroText h1{color:var(--color-text-heading);margin-bottom:var(--space-lg);font-size:2.75rem;font-weight:900;line-height:1.15}.about-module__8TymFG__heroText p{color:var(--color-text-secondary);font-size:1.05rem;line-height:1.7}.about-module__8TymFG__heroImg{border-radius:var(--radius-lg);width:100%;height:auto;animation:.8s ease-out about-module__8TymFG__fadeUp}@keyframes about-module__8TymFG__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-module__8TymFG__featureSection{background:var(--color-bg);padding:80px 0}.about-module__8TymFG__featureGrid{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about-module__8TymFG__featureImg{border-radius:var(--radius-lg);width:100%;height:auto}.about-module__8TymFG__featureText h2{color:var(--color-text-heading);margin-bottom:var(--space-lg);font-size:2rem;font-weight:800;line-height:1.2}.about-module__8TymFG__featureText p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.8}.about-module__8TymFG__marketsSection{text-align:center;background:linear-gradient(135deg,#039 0%,#0055e6 50%,#06f 100%);padding:80px 0}.about-module__8TymFG__marketsTitle{color:#fff;margin-bottom:var(--space-md);font-size:2.5rem;font-weight:800}.about-module__8TymFG__marketsSubtitle{color:#fffc;max-width:640px;margin:0 auto var(--space-2xl);font-size:1rem;line-height:1.7}.about-module__8TymFG__marketPills{flex-wrap:wrap;justify-content:center;gap:10px;max-width:800px;margin:0 auto;display:flex}.about-module__8TymFG__marketPill{color:#fff;white-space:nowrap;background:#ffffff1f;border:1px solid #fff3;border-radius:50px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:background .2s;display:inline-flex}.about-module__8TymFG__marketPill:hover{background:#ffffff38}.about-module__8TymFG__numbersSection{background:var(--color-bg-white);text-align:center;padding:80px 0}.about-module__8TymFG__numbersTitle{color:var(--color-text-heading);margin-bottom:56px;font-size:2.25rem;font-weight:800}.about-module__8TymFG__numbersGrid{gap:var(--space-2xl) var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.about-module__8TymFG__numberCard{padding:var(--space-xl)}.about-module__8TymFG__numberIcon{margin-bottom:var(--space-lg);font-size:2.5rem}.about-module__8TymFG__numberValue{color:var(--color-text-heading);margin-bottom:4px;font-size:2.25rem;font-weight:900}.about-module__8TymFG__numberLabel{color:var(--color-text-muted);font-size:.9rem}.about-module__8TymFG__awardsSection{background:var(--color-bg);padding:80px 0}.about-module__8TymFG__awardsTitle{color:var(--color-text-heading);text-align:center;margin-bottom:48px;font-size:2rem;font-weight:800}.about-module__8TymFG__awardsGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.about-module__8TymFG__awardCard{background:var(--color-bg-white);border:1px solid var(--color-card-border);border-radius:var(--radius-lg);padding:var(--space-2xl);text-align:center;transition:box-shadow .3s,transform .3s}.about-module__8TymFG__awardCard:hover{box-shadow:0 8px 30px var(--color-card-hover-shadow);transform:translateY(-3px)}.about-module__8TymFG__awardLogo{color:var(--color-text-heading);margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-card-border);font-size:1.5rem;font-weight:900}.about-module__8TymFG__awardCard h3{color:var(--color-text-heading);margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.about-module__8TymFG__awardCard p{color:var(--color-text-muted);font-size:.85rem}.about-module__8TymFG__bottomCta{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 100%);padding:80px 0}.about-module__8TymFG__bottomCtaInner{gap:var(--space-3xl);grid-template-columns:1fr auto;align-items:center;display:grid}.about-module__8TymFG__bottomCtaText h2{color:#fff;margin-bottom:var(--space-lg);font-size:2.5rem;font-weight:900;line-height:1.2}.about-module__8TymFG__bottomCtaText p{color:#ffffffb3;margin-bottom:var(--space-xl);max-width:560px;font-size:1rem;line-height:1.7}.about-module__8TymFG__ctaButton{align-items:center;gap:var(--space-sm);background:var(--color-cta);color:var(--color-cta-text);border-radius:var(--radius-full);padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .1s;display:inline-flex}.about-module__8TymFG__ctaButton:hover{background:var(--color-cta-hover);transform:scale(1.03)}.about-module__8TymFG__ctaMascot{border-radius:var(--radius-lg);width:280px;height:auto}.about-module__8TymFG__footer{padding:var(--space-xl) 0;background:#0a0a0a;border-top:1px solid #ffffff1a}.about-module__8TymFG__footerInner{justify-content:space-between;align-items:center;display:flex}.about-module__8TymFG__footerBrand{align-items:center;gap:var(--space-sm);color:#fff;font-size:1.1rem;font-weight:800;display:flex}.about-module__8TymFG__footerInner p{color:var(--color-text-on-footer);font-size:.8rem}@media (max-width:768px){.about-module__8TymFG__heroGrid,.about-module__8TymFG__featureGrid,.about-module__8TymFG__bottomCtaInner{grid-template-columns:1fr}.about-module__8TymFG__heroText h1{font-size:2rem}.about-module__8TymFG__featureVisual{order:-1}.about-module__8TymFG__numbersGrid{grid-template-columns:repeat(2,1fr)}.about-module__8TymFG__awardsGrid{grid-template-columns:1fr}.about-module__8TymFG__navLinks{display:none}.about-module__8TymFG__bottomCtaText h2{font-size:1.75rem}.about-module__8TymFG__bottomCtaVisual{display:none}}
.blog-post-module__aCJF9a__main{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.blog-post-module__aCJF9a__articleSection{flex:1;padding:3rem 0 6rem}.blog-post-module__aCJF9a__articleInner{max-width:1000px;margin:0 auto}.blog-post-module__aCJF9a__backNav{margin-bottom:2rem}.blog-post-module__aCJF9a__backLink{color:#64748b;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.blog-post-module__aCJF9a__backLink:hover{color:#3b82f6}.blog-post-module__aCJF9a__articleHeader{text-align:center;margin-bottom:3rem}.blog-post-module__aCJF9a__categoryBadge{color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;background:#eff6ff;border-radius:999px;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.8rem;font-weight:800;display:inline-block}.blog-post-module__aCJF9a__title{color:#0f172a;letter-spacing:-.02em;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:3rem;font-weight:800;line-height:1.2}.blog-post-module__aCJF9a__metaRow{color:#64748b;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;font-size:.95rem;font-weight:500;display:flex}.blog-post-module__aCJF9a__metaItem{align-items:center;gap:.4rem;display:flex}.blog-post-module__aCJF9a__metaIcon{color:#94a3b8}.blog-post-module__aCJF9a__heroImage{margin-bottom:4rem}.blog-post-module__aCJF9a__imgPlaceholder{color:#94a3b8;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:20px;justify-content:center;align-items:center;width:100%;height:450px;font-size:1.25rem;font-weight:600;display:flex}.blog-post-module__aCJF9a__contentWrap{grid-template-columns:1fr 300px;align-items:flex-start;gap:4rem;display:grid}.blog-post-module__aCJF9a__textContent{color:#334155;font-size:1.15rem;line-height:1.8}.blog-post-module__aCJF9a__textContent h2{color:#0f172a;margin:3rem 0 1.5rem;font-size:1.8rem;font-weight:800;line-height:1.3}.blog-post-module__aCJF9a__textContent h3{color:#0f172a;margin:2.5rem 0 1rem;font-size:1.4rem;font-weight:800}.blog-post-module__aCJF9a__textContent p{margin-bottom:1.5rem}.blog-post-module__aCJF9a__ctaInsert{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;margin:3rem 0;padding:2.5rem}.blog-post-module__aCJF9a__ctaInsert h3{color:#166534;margin-top:0}.blog-post-module__aCJF9a__ctaInsert p{color:#15803d;font-size:1.05rem}.blog-post-module__aCJF9a__vinSearchMock{gap:.5rem;max-width:400px;margin:0 auto;display:flex}.blog-post-module__aCJF9a__vinInput{background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:1rem;font-family:inherit;font-size:1rem}.blog-post-module__aCJF9a__vinBtn{color:#fff;background:#22c55e;border:none;border-radius:8px;padding:0 1.5rem;font-family:inherit;font-size:1rem;font-weight:800}.blog-post-module__aCJF9a__divider{background:#e2e8f0;border:0;height:1px;margin:4rem 0}.blog-post-module__aCJF9a__authorBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;display:flex}.blog-post-module__aCJF9a__authorAvatar{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.5rem;font-weight:800;display:flex}.blog-post-module__aCJF9a__authorInfo h4{color:#0f172a;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.blog-post-module__aCJF9a__authorInfo p{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}.blog-post-module__aCJF9a__sidebar{position:sticky;top:100px}.blog-post-module__aCJF9a__stickyWidget{color:#fff;text-align:center;background:#0f172a;border-radius:16px;padding:2rem}.blog-post-module__aCJF9a__stickyWidget h3{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.blog-post-module__aCJF9a__stickyWidget p{color:#94a3b8;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.blog-post-module__aCJF9a__sidebarBtn{color:#fff;background:#3b82f6;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:800;text-decoration:none;transition:background .2s;display:flex}.blog-post-module__aCJF9a__sidebarBtn:hover{background:#2563eb}.blog-post-module__aCJF9a__footerSimple{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:2rem 0;font-weight:600}@media (max-width:1024px){.blog-post-module__aCJF9a__contentWrap{grid-template-columns:1fr}.blog-post-module__aCJF9a__sidebar{margin-top:3rem;position:static}.blog-post-module__aCJF9a__title{font-size:2.5rem}.blog-post-module__aCJF9a__imgPlaceholder{height:300px}.blog-post-module__aCJF9a__authorBox{text-align:center;flex-direction:column}}
.blog-module__JsT-Oq__main{background:#fff;min-height:100vh}.blog-module__JsT-Oq__subNavWrap{z-index:30;background:#fff;border-bottom:1px solid #f1f5f9;position:sticky;top:70px}.blog-module__JsT-Oq__subNav{scrollbar-width:none;align-items:center;gap:1rem;padding:.5rem 0;display:flex;overflow-x:auto}.blog-module__JsT-Oq__subNav::-webkit-scrollbar{display:none}.blog-module__JsT-Oq__navLink,.blog-module__JsT-Oq__activeNav{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s}.blog-module__JsT-Oq__navLink:hover{color:#0f172a;background:#f8fafc}.blog-module__JsT-Oq__activeNav{color:#3b82f6;background:#fff;border-color:#f1f5f9;box-shadow:0 1px 2px #0000000d}.blog-module__JsT-Oq__searchIcon{color:#64748b;cursor:pointer;margin-left:auto;padding:.5rem}.blog-module__JsT-Oq__featuredHero{background:#fff;padding:4rem 0}.blog-module__JsT-Oq__featuredWrapper{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.blog-module__JsT-Oq__featuredImageSide{aspect-ratio:16/9;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}.blog-module__JsT-Oq__featuredImg{border-radius:20px}.blog-module__JsT-Oq__featuredContent{flex-direction:column;display:flex}.blog-module__JsT-Oq__featuredMeta{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.blog-module__JsT-Oq__featTag{color:#64748b;text-transform:uppercase;letter-spacing:.05em;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.blog-module__JsT-Oq__featDate{color:#94a3b8;font-size:.85rem}.blog-module__JsT-Oq__featTitle{color:#0f172a;margin-bottom:4rem;font-size:3rem;font-weight:800;line-height:1.1}.blog-module__JsT-Oq__featFooter{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.blog-module__JsT-Oq__authorInfo{flex-direction:column;display:flex}.blog-module__JsT-Oq__authorName{color:#0f172a;font-size:.95rem;font-weight:700}.blog-module__JsT-Oq__featNav{gap:1rem;display:flex}.blog-module__JsT-Oq__navCirc{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex}.blog-module__JsT-Oq__navCirc:hover{background:#2563eb;transform:scale(1.1)}.blog-module__JsT-Oq__content{padding:4rem 0}.blog-module__JsT-Oq__categoryBlock{margin-bottom:5rem}.blog-module__JsT-Oq__categoryHeader{align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.blog-module__JsT-Oq__categoryIcon{color:#3b82f6;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.blog-module__JsT-Oq__categoryHeader h2{color:#0f172a;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.blog-module__JsT-Oq__categoryHeader p{color:#64748b;font-size:.95rem}.blog-module__JsT-Oq__articleGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.blog-module__JsT-Oq__articleCard{border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .2s;display:flex;overflow:hidden}.blog-module__JsT-Oq__articleCard:hover{transform:translateY(-8px)}.blog-module__JsT-Oq__imageOverlay{aspect-ratio:16/9;background:#f1f5f9;border-radius:16px;width:100%;margin-bottom:1.25rem;position:relative;overflow:hidden}.blog-module__JsT-Oq__cardInfo h3{color:#0f172a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:1.25rem;font-weight:800;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__articleMeta{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8rem;font-weight:800;display:block}.blog-module__JsT-Oq__authorGroup{align-items:center;gap:.75rem;display:flex}.blog-module__JsT-Oq__avatar{background:#e2e8f0 url(https://api.dicebear.com/7.x/avataaars/svg?seed=Felix) 0 0/cover;border-radius:50%;width:32px;height:32px}.blog-module__JsT-Oq__authorGroup span{color:#475569;font-size:.9rem;font-weight:700}.blog-module__JsT-Oq__allPostsWrapper{justify-content:center;margin-top:2rem;display:flex}.blog-module__JsT-Oq__allPostsBtn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a;border-radius:999px;padding:.75rem 2rem;font-weight:700;transition:all .2s}.blog-module__JsT-Oq__allPostsBtn:hover{color:#fff;background:#0f172a}.blog-module__JsT-Oq__footerSimple{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #f1f5f9;padding:3rem 0;font-weight:600}@media (max-width:1024px){.blog-module__JsT-Oq__articleGrid{grid-template-columns:repeat(2,1fr)}.blog-module__JsT-Oq__featuredWrapper{grid-template-columns:1fr;gap:2rem}.blog-module__JsT-Oq__featTitle{margin-bottom:2rem;font-size:2.5rem}}@media (max-width:640px){.blog-module__JsT-Oq__articleGrid{grid-template-columns:1fr}.blog-module__JsT-Oq__featTitle{margin-bottom:1.5rem;font-size:2rem}}
.affiliate-module__ESHNDa__main{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.affiliate-module__ESHNDa__heroSection{background:linear-gradient(#f0fdf4 0%,#fff 100%);border-bottom:1px solid #e2e8f0;padding:6rem 0}.affiliate-module__ESHNDa__heroInner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.affiliate-module__ESHNDa__badgeLabel{color:#166534;text-transform:uppercase;letter-spacing:.05em;background:#dcfce7;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:800;display:inline-block}.affiliate-module__ESHNDa__heroTitle{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.affiliate-module__ESHNDa__heroSubtitle{color:#475569;max-width:90%;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.affiliate-module__ESHNDa__heroActions{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.affiliate-module__ESHNDa__primaryBtn{color:#fff;background-color:#22c55e;border-radius:999px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px #22c55e4d}.affiliate-module__ESHNDa__primaryBtn:hover{background-color:#16a34a;transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}.affiliate-module__ESHNDa__trustNote{color:#64748b;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.affiliate-module__ESHNDa__heroVisual{justify-content:center;display:flex;position:relative}.affiliate-module__ESHNDa__dashboardMockup{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:500px;transition:transform .3s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg);box-shadow:0 25px 50px -12px #0000001a}.affiliate-module__ESHNDa__dashboardMockup:hover{transform:perspective(1000px)rotateY(0)}.affiliate-module__ESHNDa__mockupHeader{color:#fff;background:#0f172a;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.affiliate-module__ESHNDa__mockupTitle{color:#94a3b8;font-size:.9rem;font-weight:700}.affiliate-module__ESHNDa__balLabel{color:#cbd5e1;text-align:right;margin-bottom:.25rem;font-size:.8rem;display:block}.affiliate-module__ESHNDa__balAmount{color:#22c55e;font-size:2rem;font-weight:800}.affiliate-module__ESHNDa__mockupBody{padding:1.5rem}.affiliate-module__ESHNDa__statGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.affiliate-module__ESHNDa__statBox{text-align:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;padding:1rem}.affiliate-module__ESHNDa__statLabel{color:#64748b;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.affiliate-module__ESHNDa__statValue{color:#0f172a;font-size:1.25rem;font-weight:800}.affiliate-module__ESHNDa__chartMockup{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:flex-end;gap:8px;height:120px;padding-top:1rem;display:flex}.affiliate-module__ESHNDa__bar{background:#dcfce7;border-radius:4px 4px 0 0;flex:1;transition:background .2s}.affiliate-module__ESHNDa__bar:hover,.affiliate-module__ESHNDa__bar:last-child{background:#22c55e}.affiliate-module__ESHNDa__benefitsSection{background:#fff;padding:6rem 0}.affiliate-module__ESHNDa__sectionTitle{text-align:center;color:#0f172a;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.affiliate-module__ESHNDa__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.affiliate-module__ESHNDa__benefitCard{text-align:center}.affiliate-module__ESHNDa__iconContainer{background:#f0fdf4;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.affiliate-module__ESHNDa__iconAccent{color:#16a34a}.affiliate-module__ESHNDa__benefitCard h3{color:#0f172a;margin-bottom:1rem;font-size:1.35rem;font-weight:800}.affiliate-module__ESHNDa__benefitCard p{color:#475569;line-height:1.6}.affiliate-module__ESHNDa__bottomBanner{background:#fff;padding:5rem 0}.affiliate-module__ESHNDa__bannerInner{color:#fff;background:#0f172a;border-radius:24px;justify-content:space-between;align-items:center;padding:4rem;display:flex}.affiliate-module__ESHNDa__bannerText h2{margin-bottom:1rem;font-size:2.25rem;font-weight:800}.affiliate-module__ESHNDa__bannerText p{color:#94a3b8;max-width:500px;font-size:1.1rem}.affiliate-module__ESHNDa__bannerBtn{color:#fff;white-space:nowrap;background:#22c55e;border-radius:999px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.affiliate-module__ESHNDa__bannerBtn:hover{background:#16a34a}.affiliate-module__ESHNDa__footerSimple{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:2rem 0;font-weight:600}@media (max-width:1024px){.affiliate-module__ESHNDa__heroInner{text-align:center;grid-template-columns:1fr}.affiliate-module__ESHNDa__heroSubtitle{margin:0 auto 2.5rem}.affiliate-module__ESHNDa__heroActions{align-items:center}.affiliate-module__ESHNDa__dashboardMockup{margin:0 auto;transform:none}.affiliate-module__ESHNDa__benefitsGrid{grid-template-columns:1fr;gap:2rem}.affiliate-module__ESHNDa__bannerInner{text-align:center;flex-direction:column;gap:2rem;padding:2.5rem}.affiliate-module__ESHNDa__bannerText p{margin:0 auto}}
.api-integration-module__wxPQ9W__main{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.api-integration-module__wxPQ9W__hero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.api-integration-module__wxPQ9W__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:992px){.api-integration-module__wxPQ9W__heroGrid{text-align:center;grid-template-columns:1fr}}.api-integration-module__wxPQ9W__badge{color:#38bdf8;text-transform:uppercase;letter-spacing:.05em;background:#38bdf826;border:1px solid #38bdf84d;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.api-integration-module__wxPQ9W__heroText h1{margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.api-integration-module__wxPQ9W__highlight{color:#38bdf8}.api-integration-module__wxPQ9W__heroSubtitle{color:#94a3b8;max-width:500px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}@media (max-width:992px){.api-integration-module__wxPQ9W__heroSubtitle{margin:0 auto 2.5rem}}.api-integration-module__wxPQ9W__ctaGroup{gap:1rem;display:flex}@media (max-width:992px){.api-integration-module__wxPQ9W__ctaGroup{justify-content:center}}.api-integration-module__wxPQ9W__primaryBtn,.api-integration-module__wxPQ9W__secondaryBtn{cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.api-integration-module__wxPQ9W__primaryBtn{color:#0f172a;background:#38bdf8;border:none}.api-integration-module__wxPQ9W__primaryBtn:hover{background:#0ea5e9;transform:translateY(-2px)}.api-integration-module__wxPQ9W__secondaryBtn{color:#fff;background:0 0;border:1px solid #475569}.api-integration-module__wxPQ9W__secondaryBtn:hover{background:#ffffff0d;border-color:#64748b}.api-integration-module__wxPQ9W__codeWindow{background:#020617;border:1px solid #334155;border-radius:12px;transition:transform .5s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);box-shadow:0 25px 50px -12px #00000080}.api-integration-module__wxPQ9W__codeWindow:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.api-integration-module__wxPQ9W__codeHeader{background:#0f172a;border-bottom:1px solid #334155;align-items:center;padding:1rem;display:flex}.api-integration-module__wxPQ9W__dots{gap:6px;margin-right:1.5rem;display:flex}.api-integration-module__wxPQ9W__dots span{border-radius:50%;width:12px;height:12px}.api-integration-module__wxPQ9W__dots span:first-child{background:#ef4444}.api-integration-module__wxPQ9W__dots span:nth-child(2){background:#eab308}.api-integration-module__wxPQ9W__dots span:nth-child(3){background:#22c55e}.api-integration-module__wxPQ9W__codeTitle{color:#38bdf8;font-family:monospace;font-size:.85rem;font-weight:600}.api-integration-module__wxPQ9W__codeBlock{margin:0;padding:1.5rem;overflow-x:auto}.api-integration-module__wxPQ9W__codeBlock code{color:#e2e8f0;white-space:pre;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.5}.api-integration-module__wxPQ9W__featuresSection{background:#fff;padding:5rem 0}.api-integration-module__wxPQ9W__sectionHeader{text-align:center;max-width:600px;margin:0 auto 4rem}.api-integration-module__wxPQ9W__sectionHeader h2{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.api-integration-module__wxPQ9W__sectionHeader p{color:#64748b;font-size:1.2rem}.api-integration-module__wxPQ9W__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.api-integration-module__wxPQ9W__featureCard{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;padding:2rem;transition:transform .2s,box-shadow .2s}.api-integration-module__wxPQ9W__featureCard:hover{border-color:#e2e8f0;transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000000d}.api-integration-module__wxPQ9W__featureIcon{color:#0284c7;background:#e0f2fe;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.api-integration-module__wxPQ9W__featureCard h3{color:#0f172a;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.api-integration-module__wxPQ9W__featureCard p{color:#475569;line-height:1.6}.api-integration-module__wxPQ9W__pricingSection{background:#f8fafc;padding:5rem 0}.api-integration-module__wxPQ9W__pricingGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;gap:2rem;display:grid}.api-integration-module__wxPQ9W__pricingCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem 2rem;position:relative;box-shadow:0 4px 6px -1px #0000000d}.api-integration-module__wxPQ9W__featuredCard{z-index:10;border:2px solid #0284c7;transform:scale(1.05);box-shadow:0 20px 25px -5px #0284c71a}@media (max-width:992px){.api-integration-module__wxPQ9W__featuredCard{transform:scale(1)}}.api-integration-module__wxPQ9W__popularBadge{color:#fff;text-transform:uppercase;background:#0284c7;border-radius:999px;padding:.25rem 1rem;font-size:.75rem;font-weight:800;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.api-integration-module__wxPQ9W__tierTarget{color:#0284c7;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.api-integration-module__wxPQ9W__tierVolume{color:#0f172a;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.api-integration-module__wxPQ9W__tierPrice{color:#475569;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:2rem;font-size:1.2rem}.api-integration-module__wxPQ9W__tierList{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.api-integration-module__wxPQ9W__tierList li{color:#334155;align-items:center;gap:.75rem;font-weight:500;display:flex}.api-integration-module__wxPQ9W__tierList svg{color:#22c55e;flex-shrink:0}.api-integration-module__wxPQ9W__tierBtnPrimary,.api-integration-module__wxPQ9W__tierBtnSecondary{cursor:pointer;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s}.api-integration-module__wxPQ9W__tierBtnPrimary{color:#fff;background:#0f172a;border:none}.api-integration-module__wxPQ9W__tierBtnPrimary:hover{background:#1e293b}.api-integration-module__wxPQ9W__tierBtnSecondary{color:#0f172a;background:0 0;border:2px solid #e2e8f0}.api-integration-module__wxPQ9W__tierBtnSecondary:hover{border-color:#0f172a}.api-integration-module__wxPQ9W__trustBanner{color:#fff;background:#0ea5e9;padding:4rem 0}.api-integration-module__wxPQ9W__trustFlex{justify-content:space-between;align-items:center;gap:2rem;display:flex}@media (max-width:768px){.api-integration-module__wxPQ9W__trustFlex{text-align:center;flex-direction:column}}.api-integration-module__wxPQ9W__trustText h2{margin-bottom:.5rem;font-size:2rem;font-weight:800}.api-integration-module__wxPQ9W__trustText p{opacity:.9;font-size:1.1rem}.api-integration-module__wxPQ9W__trustBtn{color:#0284c7;cursor:pointer;background:#fff;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:800;transition:transform .2s;display:flex}.api-integration-module__wxPQ9W__trustBtn:hover{transform:scale(1.05)}.api-integration-module__wxPQ9W__footerSimple{text-align:center;color:#64748b;background:#fff;border-top:1px solid #e2e8f0;padding:2rem 0;font-size:.9rem}
.b2b-pricing-module__G3kK5a__main{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.b2b-pricing-module__G3kK5a__headerSection{background:#fff;padding:6rem 0 3rem}.b2b-pricing-module__G3kK5a__text-center{text-align:center}.b2b-pricing-module__G3kK5a__badge{color:#475569;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:800;display:inline-block}.b2b-pricing-module__G3kK5a__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.b2b-pricing-module__G3kK5a__subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.b2b-pricing-module__G3kK5a__pricingSection{padding:3rem 0 6rem}.b2b-pricing-module__G3kK5a__grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.b2b-pricing-module__G3kK5a__card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;padding:2.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.b2b-pricing-module__G3kK5a__card:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000000d}.b2b-pricing-module__G3kK5a__cardPopular{border:2px solid #3b82f6;box-shadow:0 20px 40px -10px #3b82f61a}.b2b-pricing-module__G3kK5a__cardPopular:hover{box-shadow:0 25px 50px -12px #3b82f633}.b2b-pricing-module__G3kK5a__popularBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#3b82f6;border-radius:999px;padding:.25rem 1rem;font-size:.75rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.b2b-pricing-module__G3kK5a__cardHeader h3{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.b2b-pricing-module__G3kK5a__cardHeader p{color:#64748b;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.b2b-pricing-module__G3kK5a__cardPriceBox{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem;padding:1.5rem 0}.b2b-pricing-module__G3kK5a__reportCount{color:#3b82f6;margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.b2b-pricing-module__G3kK5a__price{color:#0f172a;margin-bottom:.25rem;font-size:2.25rem;font-weight:800;line-height:1}.b2b-pricing-module__G3kK5a__perReport{color:#94a3b8;font-size:.9rem;font-weight:600}.b2b-pricing-module__G3kK5a__cardFeatures{flex:1;margin-bottom:2rem}.b2b-pricing-module__G3kK5a__cardFeatures ul{margin:0;padding:0;list-style:none}.b2b-pricing-module__G3kK5a__cardFeatures li{color:#475569;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem;display:flex}.b2b-pricing-module__G3kK5a__checkIcon{color:#10b981;flex-shrink:0}.b2b-pricing-module__G3kK5a__btnPrimary{text-align:center;color:#fff;background:#3b82f6;border-radius:12px;padding:1rem;font-weight:800;text-decoration:none;transition:background .2s;display:block}.b2b-pricing-module__G3kK5a__btnPrimary:hover{background:#2563eb}.b2b-pricing-module__G3kK5a__btnSecondary{text-align:center;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;font-weight:800;text-decoration:none;transition:all .2s;display:block}.b2b-pricing-module__G3kK5a__btnSecondary:hover{background:#f1f5f9;border-color:#cbd5e1}.b2b-pricing-module__G3kK5a__customSection{padding:0 0 6rem}.b2b-pricing-module__G3kK5a__customInner{color:#fff;background:#0f172a;border-radius:20px;justify-content:space-between;align-items:center;padding:4rem;display:flex}.b2b-pricing-module__G3kK5a__customText h2{margin-bottom:1rem;font-size:2rem;font-weight:800}.b2b-pricing-module__G3kK5a__customText p{color:#94a3b8;max-width:600px;font-size:1.1rem;line-height:1.6}.b2b-pricing-module__G3kK5a__ctaContact{color:#0f172a;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.05rem;font-weight:800;text-decoration:none;transition:background .2s;display:inline-flex}.b2b-pricing-module__G3kK5a__ctaContact:hover{background:#f1f5f9}.b2b-pricing-module__G3kK5a__footerSimple{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:2rem 0;font-weight:600}@media (max-width:1024px){.b2b-pricing-module__G3kK5a__grid{grid-template-columns:1fr;max-width:500px}.b2b-pricing-module__G3kK5a__customInner{text-align:center;flex-direction:column;gap:2rem;padding:3rem 2rem}.b2b-pricing-module__G3kK5a__customText p{margin:0 auto}}
.business-module__ejCyTa__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-card-border);padding:var(--space-md) 0;background:#e6f4f1e6;position:sticky;top:0}.business-module__ejCyTa__navInner{justify-content:space-between;align-items:center;display:flex}.business-module__ejCyTa__logo{align-items:center;gap:var(--space-sm);color:var(--color-primary);font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}.business-module__ejCyTa__navLinks{gap:var(--space-xl);align-items:center;display:flex}.business-module__ejCyTa__navLinks a{color:var(--color-text-secondary);font-size:.95rem;font-weight:500;text-decoration:none}.business-module__ejCyTa__navLinks a:hover,.business-module__ejCyTa__active{color:var(--color-primary)!important;font-weight:700!important}.business-module__ejCyTa__langBtn{color:var(--color-text);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-family);background:0 0;border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;display:flex}.business-module__ejCyTa__hero{background:linear-gradient(135deg,#039 0%,#0055e6 100%);padding:80px 0}.business-module__ejCyTa__heroInner{max-width:680px}.business-module__ejCyTa__badge{color:#fff;margin-bottom:var(--space-lg);background:#ffffff26;border:1px solid #fff3;border-radius:50px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-block}.business-module__ejCyTa__heroText h1{color:#fff;margin-bottom:var(--space-lg);font-size:2.75rem;font-weight:900;line-height:1.15}.business-module__ejCyTa__heroText p{color:#fffc;margin-bottom:var(--space-xl);font-size:1.1rem;line-height:1.7}.business-module__ejCyTa__ctaBtn{background:var(--color-cta);color:var(--color-cta-text);border-radius:50px;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-flex}.business-module__ejCyTa__ctaBtn:hover{transform:scale(1.03)}.business-module__ejCyTa__benefitsSection{background:var(--color-bg-white);padding:80px 0}.business-module__ejCyTa__sectionTitle{color:var(--color-text-heading);text-align:center;margin-bottom:var(--space-md);font-size:2.25rem;font-weight:800}.business-module__ejCyTa__sectionSubtitle{color:var(--color-text-secondary);text-align:center;max-width:560px;margin:0 auto var(--space-2xl);font-size:1rem}.business-module__ejCyTa__benefitsGrid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);margin-top:48px;display:grid}.business-module__ejCyTa__benefitCard{background:var(--color-bg);border:1px solid var(--color-card-border);border-radius:var(--radius-lg);padding:var(--space-2xl);transition:box-shadow .3s,transform .3s}.business-module__ejCyTa__benefitCard:hover{box-shadow:0 8px 30px var(--color-card-hover-shadow);transform:translateY(-3px)}.business-module__ejCyTa__benefitIcon{margin-bottom:var(--space-md);font-size:2rem}.business-module__ejCyTa__benefitCard h3{color:var(--color-text-heading);margin-bottom:var(--space-sm);font-size:1.2rem;font-weight:700}.business-module__ejCyTa__benefitCard p{color:var(--color-text-secondary);font-size:.9rem;line-height:1.7}.business-module__ejCyTa__pricingSection{background:var(--color-bg);padding:80px 0}.business-module__ejCyTa__plansGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);margin-top:40px;display:grid}.business-module__ejCyTa__planCard{background:var(--color-bg-white);border:1px solid var(--color-card-border);border-radius:var(--radius-lg);padding:var(--space-2xl);text-align:center;transition:box-shadow .3s,transform .3s;position:relative}.business-module__ejCyTa__planCard:hover{box-shadow:0 8px 30px var(--color-card-hover-shadow);transform:translateY(-2px)}.business-module__ejCyTa__bestValue{border-color:var(--color-primary);border-width:2px}.business-module__ejCyTa__planBadge{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:50px;padding:6px 20px;font-size:.8rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.business-module__ejCyTa__planReports{color:var(--color-text-heading);margin-bottom:var(--space-md);font-size:1.3rem;font-weight:700}.business-module__ejCyTa__planPrice{color:var(--color-text-heading);margin-bottom:var(--space-xl);font-size:2rem;font-weight:900}.business-module__ejCyTa__planPrice span{color:var(--color-text-muted);font-size:1rem;font-weight:400}.business-module__ejCyTa__planBtn{background:var(--color-primary);color:#fff;border-radius:50px;padding:12px 28px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.business-module__ejCyTa__planBtn:hover{background:var(--color-primary-dark,#003d99)}.business-module__ejCyTa__apiSection{background:var(--color-bg-white);padding:80px 0}.business-module__ejCyTa__apiHeader{text-align:center;margin-bottom:48px}.business-module__ejCyTa__apiHeader h2{color:var(--color-text-heading);margin-bottom:var(--space-md);font-size:2rem;font-weight:800}.business-module__ejCyTa__apiHeader p{color:var(--color-text-secondary);max-width:560px;margin:0 auto;font-size:1rem}.business-module__ejCyTa__apiGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.business-module__ejCyTa__apiCard{background:var(--color-bg);border:1px solid var(--color-card-border);border-radius:var(--radius-lg);padding:var(--space-2xl);transition:box-shadow .3s,transform .3s}.business-module__ejCyTa__apiCard:hover{box-shadow:0 8px 30px var(--color-card-hover-shadow);transform:translateY(-3px)}.business-module__ejCyTa__apiIcon{color:var(--color-primary);margin-bottom:var(--space-md)}.business-module__ejCyTa__apiCard h3{color:var(--color-text-heading);margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.business-module__ejCyTa__apiCard p{color:var(--color-text-secondary);font-size:.9rem;line-height:1.7}.business-module__ejCyTa__bottomCta{text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 100%);padding:80px 0}.business-module__ejCyTa__ctaInner h2{color:#fff;margin-bottom:var(--space-md);font-size:2.25rem;font-weight:900}.business-module__ejCyTa__ctaInner p{color:#ffffffb3;max-width:540px;margin:0 auto var(--space-xl);font-size:1.05rem;line-height:1.7}.business-module__ejCyTa__ctaBtnWhite{color:var(--color-text-heading);background:#fff;border-radius:50px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.business-module__ejCyTa__ctaBtnWhite:hover{transform:scale(1.03)}.business-module__ejCyTa__footer{padding:var(--space-xl) 0;background:#0a0a0a;border-top:1px solid #ffffff1a}.business-module__ejCyTa__footerInner{justify-content:space-between;align-items:center;display:flex}.business-module__ejCyTa__footerBrand{align-items:center;gap:var(--space-sm);color:#fff;font-weight:800;display:flex}.business-module__ejCyTa__footerInner p{color:var(--color-text-on-footer);font-size:.8rem}@media (max-width:768px){.business-module__ejCyTa__heroText h1{font-size:2rem}.business-module__ejCyTa__benefitsGrid,.business-module__ejCyTa__plansGrid,.business-module__ejCyTa__apiGrid{grid-template-columns:1fr}.business-module__ejCyTa__navLinks{display:none}}
.dealerships-module__ckksQW__main{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.dealerships-module__ckksQW__heroSection{background:var(--color-bg);padding:6rem 0 4rem;overflow:hidden}.dealerships-module__ckksQW__heroInner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.dealerships-module__ckksQW__heroBadge{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;background:#0463eb1a;border-radius:999px;margin-bottom:1.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:700;display:inline-block}.dealerships-module__ckksQW__heroTitle{color:var(--color-text);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.dealerships-module__ckksQW__heroDesc{color:var(--color-text-light);max-width:90%;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.dealerships-module__ckksQW__heroActions{gap:1rem;margin-bottom:1.5rem;display:flex}.dealerships-module__ckksQW__primaryBtn{background-color:var(--color-primary);color:#fff;border-radius:999px;padding:.8rem 2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px #0463eb4d}.dealerships-module__ckksQW__primaryBtn:hover{background-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #0463eb66}.dealerships-module__ckksQW__secondaryBtn{color:var(--color-text);border:1px solid var(--color-border);background-color:#fff;border-radius:999px;padding:.8rem 2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .2s}.dealerships-module__ckksQW__secondaryBtn:hover{border-color:var(--color-text);background-color:#f8fafc}.dealerships-module__ckksQW__heroTrust{color:#10b981;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.dealerships-module__ckksQW__heroVisual{justify-content:center;align-items:center;display:flex;position:relative}.dealerships-module__ckksQW__visualCard{border:1px solid var(--color-card-border);background:#fff;border-radius:16px;width:100%;max-width:480px;transition:transform .5s;overflow:hidden;transform:rotate(2deg)translateY(-10px);box-shadow:0 20px 40px #00000014}.dealerships-module__ckksQW__visualCard:hover{transform:rotate(0)translateY(-15px)}.dealerships-module__ckksQW__cardHeader{border-bottom:1px solid var(--color-card-border);background:#f8fafc;padding:1rem}.dealerships-module__ckksQW__dots{gap:6px;display:flex}.dealerships-module__ckksQW__dots span{background:#e2e8f0;border-radius:50%;width:10px;height:10px}.dealerships-module__ckksQW__dots span:first-child{background:#ef4444}.dealerships-module__ckksQW__dots span:nth-child(2){background:#f59e0b}.dealerships-module__ckksQW__dots span:nth-child(3){background:#22c55e}.dealerships-module__ckksQW__cardBody{background:#fff;padding:2rem}.dealerships-module__ckksQW__reportMockup{flex-direction:column;gap:1rem;display:flex}.dealerships-module__ckksQW__mockupTitle{color:var(--color-text);font-size:1.25rem;font-weight:800}.dealerships-module__ckksQW__mockupVin{background:var(--color-bg);color:var(--color-text-light);letter-spacing:.1em;border-radius:6px;padding:.5rem;font-family:monospace;font-size:.9rem}.dealerships-module__ckksQW__statusRow{flex-wrap:wrap;gap:.5rem;display:flex}.dealerships-module__ckksQW__statusPill{border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.dealerships-module__ckksQW__statusPill.dealerships-module__ckksQW__clean{color:#10b981;background:#10b9811a}.dealerships-module__ckksQW__statusPill.dealerships-module__ckksQW__flagged{color:#ef4444;background:#ef44441a}.dealerships-module__ckksQW__chartMockup{border-bottom:3px solid var(--color-primary);background:linear-gradient(90deg,#0000,#0463eb1a);border-radius:4px;height:80px;margin-top:1rem;position:relative}.dealerships-module__ckksQW__chartMockup:after{content:"";background:#ef4444;border-radius:50%;width:12px;height:12px;position:absolute;top:30%;right:20%;box-shadow:0 0 0 4px #ef444433}.dealerships-module__ckksQW__benefitsSection{background:#fff;padding:6rem 0}.dealerships-module__ckksQW__sectionTitle{text-align:center;color:var(--color-text);margin-bottom:4rem;font-size:2.5rem;font-weight:800}.dealerships-module__ckksQW__benefitsGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.dealerships-module__ckksQW__benefitCard{border:1px solid var(--color-border);background:#f8fafc;border-radius:16px;padding:2.5rem 2rem;transition:transform .2s,box-shadow .2s}.dealerships-module__ckksQW__benefitCard:hover{background:#fff;transform:translateY(-5px);box-shadow:0 12px 24px #0000000a}.dealerships-module__ckksQW__iconWrap{background:#0463eb1a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.dealerships-module__ckksQW__iconElement{color:var(--color-primary)}.dealerships-module__ckksQW__benefitTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.25rem;font-weight:800}.dealerships-module__ckksQW__benefitDesc{color:var(--color-text-light);font-size:1rem;line-height:1.6}.dealerships-module__ckksQW__footerSimple{text-align:center;color:var(--color-text-light);border-top:1px solid var(--color-border);background:#fff;margin-top:auto;padding:2rem 0;font-weight:600}@media (max-width:1024px){.dealerships-module__ckksQW__heroInner{text-align:center;grid-template-columns:1fr}.dealerships-module__ckksQW__heroDesc{margin:0 auto 2.5rem}.dealerships-module__ckksQW__heroActions,.dealerships-module__ckksQW__heroTrust{justify-content:center}.dealerships-module__ckksQW__benefitsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.dealerships-module__ckksQW__heroTitle{font-size:2.5rem}.dealerships-module__ckksQW__benefitsGrid{grid-template-columns:1fr}.dealerships-module__ckksQW__heroActions{flex-direction:column}}
.influencers-module__kCSMVG__main{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.influencers-module__kCSMVG__heroSection{background:#fdf2f8;border-bottom:1px solid #fbcfe8;padding:6rem 0}.influencers-module__kCSMVG__heroInner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.influencers-module__kCSMVG__creatorTag{color:#db2777;text-transform:uppercase;letter-spacing:.05em;background:#fff;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 4px 6px #db27771a}.influencers-module__kCSMVG__tagIcon{color:#db2777}.influencers-module__kCSMVG__heroTitle{color:#111827;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.influencers-module__kCSMVG__heroSubtitle{color:#4b5563;max-width:90%;margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.influencers-module__kCSMVG__ctaRow{margin-bottom:2rem}.influencers-module__kCSMVG__applyBtn{color:#fff;background-color:#db2777;border-radius:999px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 14px #db27774d}.influencers-module__kCSMVG__applyBtn:hover{background-color:#be185d;transform:translateY(-2px);box-shadow:0 6px 20px #db277766}.influencers-module__kCSMVG__statsRow{color:#4b5563;gap:2rem;font-size:.95rem;display:flex}.influencers-module__kCSMVG__statLine strong{color:#111827;font-size:1.5rem;display:block}.influencers-module__kCSMVG__heroVisual{justify-content:center;display:flex}.influencers-module__kCSMVG__youtubeMockup{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:480px;transition:transform .3s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg);box-shadow:0 25px 50px -12px #0000001a}.influencers-module__kCSMVG__youtubeMockup:hover{transform:perspective(1000px)rotateY(0)}.influencers-module__kCSMVG__ytScreen{background:#111827;justify-content:center;align-items:center;height:240px;display:flex;position:relative}.influencers-module__kCSMVG__playButton{background:#ef4444;border-radius:8px;width:60px;height:40px;position:relative}.influencers-module__kCSMVG__playButton:after{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:12px solid #fff;position:absolute;top:50%;left:55%;transform:translate(-50%,-50%)}.influencers-module__kCSMVG__ytInfo{border-bottom:1px solid #f3f4f6;gap:1rem;padding:1rem;display:flex}.influencers-module__kCSMVG__ytAvatar{background:#e5e7eb;border-radius:50%;flex-shrink:0;width:40px;height:40px}.influencers-module__kCSMVG__ytTitle{color:#111827;margin-bottom:.25rem;font-size:.95rem;font-weight:700;line-height:1.3}.influencers-module__kCSMVG__ytChannel{color:#6b7280;font-size:.8rem}.influencers-module__kCSMVG__ytDescription{color:#4b5563;background:#f9fafb;padding:1rem;font-size:.85rem;line-height:1.5}.influencers-module__kCSMVG__sponsorDrop{color:#111827;background:#fdf2f8;border-left:3px solid #db2777;border-radius:8px;margin-bottom:1rem;padding:.75rem;display:block}.influencers-module__kCSMVG__perksSection{background:#fff;padding:6rem 0}.influencers-module__kCSMVG__sectionHeading{text-align:center;color:#111827;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.influencers-module__kCSMVG__perksGrid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.influencers-module__kCSMVG__perkCard{text-align:center}.influencers-module__kCSMVG__iconBox{background:#fdf2f8;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.influencers-module__kCSMVG__iconVlog{color:#db2777}.influencers-module__kCSMVG__perkCard h3{color:#111827;margin-bottom:1rem;font-size:1.35rem;font-weight:800}.influencers-module__kCSMVG__perkCard p{color:#4b5563;line-height:1.6}.influencers-module__kCSMVG__requirementsBanner{background:#fff;padding:0 0 6rem}.influencers-module__kCSMVG__reqInner{color:#fff;background:#111827;border-radius:24px;grid-template-columns:1fr .8fr;align-items:center;gap:4rem;padding:4rem;display:grid}.influencers-module__kCSMVG__reqContent h2{margin-bottom:1.5rem;font-size:2.25rem;font-weight:800}.influencers-module__kCSMVG__reqList{margin:0;padding:0;list-style:none}.influencers-module__kCSMVG__reqList li{color:#d1d5db;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.influencers-module__kCSMVG__checkIcon{color:#db2777;flex-shrink:0}.influencers-module__kCSMVG__reqAction{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2.5rem}.influencers-module__kCSMVG__reqAction p{margin-bottom:1.5rem;font-size:1.15rem}.influencers-module__kCSMVG__outlineBtn{color:#111827;background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:800;text-decoration:none;transition:background .2s;display:inline-flex}.influencers-module__kCSMVG__outlineBtn:hover{background:#f3f4f6}.influencers-module__kCSMVG__footerSimple{text-align:center;color:#9ca3af;background:#fff;border-top:1px solid #f3f4f6;margin-top:auto;padding:2rem 0;font-weight:600}@media (max-width:1024px){.influencers-module__kCSMVG__heroInner{text-align:center;grid-template-columns:1fr}.influencers-module__kCSMVG__heroSubtitle{margin:0 auto 2rem}.influencers-module__kCSMVG__statsRow{justify-content:center}.influencers-module__kCSMVG__youtubeMockup{margin:0 auto;transform:none}.influencers-module__kCSMVG__perksGrid{grid-template-columns:1fr;gap:2rem}.influencers-module__kCSMVG__reqInner{text-align:center;grid-template-columns:1fr;gap:2.5rem;padding:2.5rem}.influencers-module__kCSMVG__reqList li{justify-content:center}}
.insurance-module__c1g7Za__main{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.insurance-module__c1g7Za__heroSection{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:6rem 0;overflow:hidden}.insurance-module__c1g7Za__heroInner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.insurance-module__c1g7Za__categoryBadge{color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:999px;margin-bottom:1.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:700;display:inline-block}.insurance-module__c1g7Za__heroTitle{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.insurance-module__c1g7Za__heroDesc{color:#94a3b8;max-width:90%;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.insurance-module__c1g7Za__actionGroup{align-items:center;gap:2rem;display:flex}.insurance-module__c1g7Za__primaryBtn{color:#fff;background-color:#3b82f6;border-radius:999px;padding:.8rem 2rem;font-weight:700;text-decoration:none;transition:all .2s}.insurance-module__c1g7Za__primaryBtn:hover{background-color:#2563eb;transform:translateY(-2px)}.insurance-module__c1g7Za__textLink{color:#fff;align-items:center;gap:.25rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.insurance-module__c1g7Za__textLink:hover{color:#60a5fa}.insurance-module__c1g7Za__heroVisual{perspective:1000px}.insurance-module__c1g7Za__floatingUI{background:#fff;border:1px solid #ffffff1a;border-radius:12px;transition:transform .5s;overflow:hidden;transform:rotateY(-10deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000080}.insurance-module__c1g7Za__floatingUI:hover{transform:rotateY(0)rotateX(0)}.insurance-module__c1g7Za__uiHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.insurance-module__c1g7Za__claimId{color:#475569;font-family:monospace;font-weight:700}.insurance-module__c1g7Za__claimStatus{color:#ef4444;background:#fee2e2;border-radius:999px;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.insurance-module__c1g7Za__uiBody{padding:1.5rem}.insurance-module__c1g7Za__uiRow{justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.insurance-module__c1g7Za__uiLabel{color:#64748b}.insurance-module__c1g7Za__uiValue{color:#0f172a;font-weight:600}.insurance-module__c1g7Za__uiRowAlert{background:#fff1f2;border-left:3px solid #ef4444;border-radius:6px;justify-content:space-between;margin-bottom:1.5rem;padding:.75rem;display:flex}.insurance-module__c1g7Za__uiLabelAlert{color:#ef4444;font-size:.9rem;font-weight:600}.insurance-module__c1g7Za__uiValueAlert{color:#991b1b;font-size:.9rem;font-weight:600}.insurance-module__c1g7Za__imgPlaceholder{color:#94a3b8;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;height:120px;font-size:.85rem;font-weight:500;display:flex}.insurance-module__c1g7Za__casesSection{background:#f8fafc;padding:6rem 0}.insurance-module__c1g7Za__casesHeader{text-align:center;max-width:600px;margin:0 auto 4rem}.insurance-module__c1g7Za__sectionTitle{color:var(--color-text);font-size:2.5rem;font-weight:800;line-height:1.2}.insurance-module__c1g7Za__casesGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.insurance-module__c1g7Za__caseCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d}.insurance-module__c1g7Za__iconCircle{background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.insurance-module__c1g7Za__iconStyle{color:#3b82f6}.insurance-module__c1g7Za__caseTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.35rem;font-weight:700}.insurance-module__c1g7Za__caseDesc{color:#64748b;line-height:1.6}.insurance-module__c1g7Za__ctaBanner{color:#fff;text-align:center;background:#3b82f6;padding:5rem 0}.insurance-module__c1g7Za__ctaInner h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.insurance-module__c1g7Za__ctaInner p{opacity:.9;max-width:600px;margin:0 auto 2rem;font-size:1.15rem}.insurance-module__c1g7Za__whiteBtn{color:#3b82f6;background:#fff;border-radius:999px;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.insurance-module__c1g7Za__whiteBtn:hover{transform:translateY(-2px)}.insurance-module__c1g7Za__simpleFooter{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #e2e8f0;padding:2rem 0;font-weight:600}@media (max-width:1024px){.insurance-module__c1g7Za__heroInner{text-align:center;grid-template-columns:1fr}.insurance-module__c1g7Za__heroDesc{margin:0 auto 2.5rem}.insurance-module__c1g7Za__actionGroup{justify-content:center}.insurance-module__c1g7Za__floatingUI{max-width:400px;margin:0 auto;transform:none}.insurance-module__c1g7Za__casesGrid{grid-template-columns:1fr}}
.leasing-module__hAP0aG__main{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.leasing-module__hAP0aG__heroWrap{background:radial-gradient(circle at 100% 0,#e0f2fe 0%,#f8fafc 100%);border-bottom:1px solid #e2e8f0;padding:6rem 0;overflow:hidden}.leasing-module__hAP0aG__heroGrid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.leasing-module__hAP0aG__eyebrow{color:#0284c7;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block}.leasing-module__hAP0aG__heroTitle{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.leasing-module__hAP0aG__heroSubtitle{color:#475569;max-width:90%;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.leasing-module__hAP0aG__btnRow{gap:1rem;display:flex}.leasing-module__hAP0aG__btnSolid{color:#fff;background-color:#0ea5e9;border-radius:999px;padding:.8rem 2rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px #0ea5e94d}.leasing-module__hAP0aG__btnSolid:hover{background-color:#0284c7;transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e966}.leasing-module__hAP0aG__btnOutline{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.8rem 2rem;font-weight:700;text-decoration:none;transition:all .2s}.leasing-module__hAP0aG__btnOutline:hover{background-color:#f1f5f9;border-color:#94a3b8}.leasing-module__hAP0aG__dataGraphic{width:100%;position:relative}.leasing-module__hAP0aG__glassCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #ffffff80;border-radius:16px;padding:1.5rem;transform:perspective(1000px)rotateY(-5deg)translateY(-10px);box-shadow:0 25px 50px -12px #0000001a}.leasing-module__hAP0aG__cardTop{color:#334155;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;font-size:.95rem;display:flex}.leasing-module__hAP0aG__badgeDanger{color:#dc2626;text-transform:uppercase;background:#fef2f2;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.leasing-module__hAP0aG__graphWrapper{border-bottom:2px solid #e2e8f0;border-left:2px solid #e2e8f0;height:200px;position:relative}.leasing-module__hAP0aG__graphLine{background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 80 Q 20 60 40 40 T 70 75 L 100 75' fill='none' stroke='%230ea5e9' stroke-width='3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;width:100%;height:100%;position:absolute;top:10%;left:0}.leasing-module__hAP0aG__dataPoint,.leasing-module__hAP0aG__dataPointDanger{background:#fff;border:3px solid #0ea5e9;border-radius:50%;width:12px;height:12px;position:absolute;transform:translate(-50%,50%)}.leasing-module__hAP0aG__dataPointDanger{border-color:#ef4444;box-shadow:0 0 0 4px #ef444433}.leasing-module__hAP0aG__dataPoint span,.leasing-module__hAP0aG__dataPointDanger span{color:#fff;white-space:nowrap;background:#1e293b;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.leasing-module__hAP0aG__dataPointDanger span{background:#ef4444}.leasing-module__hAP0aG__featuresSection{background:#fff;padding:6rem 0}.leasing-module__hAP0aG__featuresTitle{text-align:center;color:#0f172a;max-width:700px;margin:0 auto 4rem;font-size:2.25rem;font-weight:800}.leasing-module__hAP0aG__cardsGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.leasing-module__hAP0aG__benefitBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;transition:all .2s}.leasing-module__hAP0aG__benefitBox:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000000d}.leasing-module__hAP0aG__iconWrapper{background:#e0f2fe;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.leasing-module__hAP0aG__iconCore{color:#0ea5e9}.leasing-module__hAP0aG__benefitBox h3{color:#0f172a;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.leasing-module__hAP0aG__benefitBox p{color:#475569;line-height:1.6}.leasing-module__hAP0aG__apiCta{color:#fff;text-align:center;background:#0f172a;padding:5rem 0}.leasing-module__hAP0aG__apiCta h2{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.leasing-module__hAP0aG__apiCta p{color:#94a3b8;max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem}.leasing-module__hAP0aG__apiLink{color:#0f172a;background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.leasing-module__hAP0aG__apiLink:hover{background:#e2e8f0}.leasing-module__hAP0aG__footerSimple{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:2rem 0;font-weight:600}@media (max-width:1024px){.leasing-module__hAP0aG__heroGrid{text-align:center;grid-template-columns:1fr;gap:3rem}.leasing-module__hAP0aG__heroSubtitle{margin:0 auto 2.5rem}.leasing-module__hAP0aG__btnRow{justify-content:center}.leasing-module__hAP0aG__glassCard{max-width:500px;margin:0 auto;transform:none}.leasing-module__hAP0aG__cardsGrid{grid-template-columns:1fr}}
.careers-module__E25rUa__main{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.careers-module__E25rUa__text-center{text-align:center}.careers-module__E25rUa__heroSection{background:#fff;border-bottom:1px solid #e2e8f0;padding:8rem 0 6rem}.careers-module__E25rUa__tag{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:800;display:inline-block}.careers-module__E25rUa__title{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.careers-module__E25rUa__subtitle{color:#475569;max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.6}.careers-module__E25rUa__btnPrimary{color:#fff;background-color:#3b82f6;border-radius:999px;padding:1rem 2.5rem;font-weight:800;text-decoration:none;transition:background .2s;display:inline-block}.careers-module__E25rUa__btnPrimary:hover{background-color:#2563eb}.careers-module__E25rUa__cultureSection{background:#fff;padding:6rem 0}.careers-module__E25rUa__cultureGrid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid}.careers-module__E25rUa__cultureBox{text-align:center}.careers-module__E25rUa__iconBg{background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.careers-module__E25rUa__iconCore{color:#3b82f6}.careers-module__E25rUa__cultureBox h3{color:#0f172a;margin-bottom:1rem;font-size:1.35rem;font-weight:800}.careers-module__E25rUa__cultureBox p{color:#64748b;line-height:1.6}.careers-module__E25rUa__rolesSection{padding:6rem 0}.careers-module__E25rUa__rolesWrap{max-width:800px;margin:0 auto}.careers-module__E25rUa__rolesHeader{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.careers-module__E25rUa__rolesHeader h2{color:#0f172a;font-size:2rem;font-weight:800}.careers-module__E25rUa__badgeCount{color:#1e3a8a;background:#dbeafe;border-radius:999px;padding:.2rem .8rem;font-size:.9rem;font-weight:800}.careers-module__E25rUa__rolesList{flex-direction:column;gap:1rem;display:flex}.careers-module__E25rUa__roleCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;text-decoration:none;transition:all .2s;display:flex}.careers-module__E25rUa__roleCard:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000000d}.careers-module__E25rUa__roleInfo h3{color:#0f172a;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.careers-module__E25rUa__roleTags{color:#64748b;gap:1rem;font-size:.9rem;font-weight:500;display:flex}.careers-module__E25rUa__deptTag{color:#3b82f6;font-weight:600}.careers-module__E25rUa__locTag{align-items:center;gap:.25rem;display:flex}.careers-module__E25rUa__roleAction{align-items:center;gap:1.5rem;display:flex}.careers-module__E25rUa__typeLabel{color:#475569;background:#f1f5f9;border-radius:999px;padding:.25rem .75rem;font-size:.8rem;font-weight:700}.careers-module__E25rUa__applyBtnIcon{color:#0f172a;background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:flex}.careers-module__E25rUa__roleCard:hover .careers-module__E25rUa__applyBtnIcon{color:#fff;background:#3b82f6}.careers-module__E25rUa__ctaFooter{padding:5rem 0}.careers-module__E25rUa__ctaFooter h2{margin-bottom:1rem;font-size:2rem;font-weight:800}.careers-module__E25rUa__ctaFooter p{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.careers-module__E25rUa__outlineBtn{color:#0f172a;border:1px solid #cbd5e1;border-radius:999px;padding:.8rem 2rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-block}.careers-module__E25rUa__outlineBtn:hover{background:#fff}.careers-module__E25rUa__footerSimple{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:2rem 0;font-weight:600}@media (max-width:768px){.careers-module__E25rUa__title{font-size:2.5rem}.careers-module__E25rUa__cultureGrid{grid-template-columns:1fr;gap:4rem}.careers-module__E25rUa__roleCard{flex-direction:column;align-items:flex-start;gap:1.5rem}.careers-module__E25rUa__roleAction{justify-content:space-between;width:100%}}
.press-module__06CKOa__main{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.press-module__06CKOa__text-center{text-align:center}.press-module__06CKOa__heroSection{background:#fff;border-bottom:1px solid #e2e8f0;padding:8rem 0 5rem}.press-module__06CKOa__tag{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:800;display:inline-block}.press-module__06CKOa__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.press-module__06CKOa__subtitle{color:#475569;max-width:650px;margin:0 auto;font-size:1.15rem;line-height:1.6}.press-module__06CKOa__contentSection{padding:6rem 0}.press-module__06CKOa__gridContainer{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.press-module__06CKOa__sectionHeading{color:#0f172a;margin-bottom:1rem;font-size:2rem;font-weight:800}.press-module__06CKOa__sectionDesc{color:#64748b;margin-bottom:2.5rem;font-size:1.05rem}.press-module__06CKOa__assetsColumn{flex-direction:column;gap:1.5rem;display:flex}.press-module__06CKOa__assetCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden}.press-module__06CKOa__assetCard:hover{transform:translateY(-3px);box-shadow:0 10px 25px -5px #0000000d}.press-module__06CKOa__assetVisual{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:center;align-items:center;height:200px;display:flex}.press-module__06CKOa__assetVisualDark{background:#0f172a;justify-content:center;align-items:center;height:200px;display:flex}.press-module__06CKOa__logoMock{color:#3b82f6;letter-spacing:-.05em;font-size:2.5rem;font-weight:900}.press-module__06CKOa__logoMockDark{color:#fff;letter-spacing:-.05em;font-size:2.5rem;font-weight:900}.press-module__06CKOa__assetInfo{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.press-module__06CKOa__assetInfo h3{color:#0f172a;margin-bottom:.25rem;font-weight:700}.press-module__06CKOa__assetInfo p{color:#64748b;font-size:.85rem;font-weight:600}.press-module__06CKOa__downloadBtn{color:#3b82f6;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.press-module__06CKOa__downloadBtn:hover{background:#e2e8f0}.press-module__06CKOa__prColumn{flex-direction:column;display:flex}.press-module__06CKOa__newsList{flex-direction:column;gap:1.5rem;margin-top:1.5rem;margin-bottom:4rem;display:flex}.press-module__06CKOa__newsItem{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-decoration:none;transition:border-color .2s}.press-module__06CKOa__newsItem:hover{border-color:#3b82f6}.press-module__06CKOa__date{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.press-module__06CKOa__newsItem h3{color:#0f172a;margin-bottom:1rem;font-size:1.15rem;font-weight:700;line-height:1.4}.press-module__06CKOa__readMore{color:#3b82f6;align-items:center;gap:.25rem;font-size:.9rem;font-weight:700;display:inline-flex}.press-module__06CKOa__contactBox{background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;padding:2.5rem}.press-module__06CKOa__contactBox h3{color:#1e3a8a;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.press-module__06CKOa__contactBox p{color:#1e40af;margin-bottom:1.5rem;line-height:1.6}.press-module__06CKOa__emailLink{color:#1e3a8a;background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-flex;box-shadow:0 4px 6px -1px #0000000d}.press-module__06CKOa__emailLink:hover{transform:translateY(-2px)}.press-module__06CKOa__footerSimple{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:2rem 0;font-weight:600}@media (max-width:1024px){.press-module__06CKOa__gridContainer{grid-template-columns:1fr;gap:4rem}}
.contact-module__swMWYG__main{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.contact-module__swMWYG__text-center{text-align:center}.contact-module__swMWYG__heroSection{background:#fff;padding:8rem 0 6rem}.contact-module__swMWYG__tag{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:800;display:inline-block}.contact-module__swMWYG__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.contact-module__swMWYG__subtitle{color:#475569;max-width:650px;margin:0 auto;font-size:1.15rem;line-height:1.6}.contact-module__swMWYG__contactGridSection{z-index:10;margin-top:-3rem;padding:0 0 6rem;position:relative}.contact-module__swMWYG__gridContainer{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.contact-module__swMWYG__contactCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:center;padding:3rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 25px -5px #00000005}.contact-module__swMWYG__contactCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000000f}.contact-module__swMWYG__iconBox{background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.contact-module__swMWYG__iconStyle{color:#16a34a}.contact-module__swMWYG__contactCard h3{color:#0f172a;margin-bottom:1rem;font-size:1.35rem;font-weight:800}.contact-module__swMWYG__contactCard p{color:#64748b;flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.contact-module__swMWYG__linkText{color:#3b82f6;margin-bottom:1rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:color .2s}.contact-module__swMWYG__linkText:hover{color:#2563eb;text-decoration:underline}.contact-module__swMWYG__disclaimer{color:#94a3b8;background:#f8fafc;border-radius:999px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.contact-module__swMWYG__mapSection{padding:0 0 6rem}.contact-module__swMWYG__mapMockup{background-color:#cbd5e1;background-image:radial-gradient(#94a3b8 1px,#0000 1px);background-size:20px 20px;border:1px solid #e2e8f0;border-radius:24px;height:400px;position:relative;overflow:hidden}.contact-module__swMWYG__mapPin{z-index:2;background:#3b82f6;border:4px solid #fff;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 6px #0000001a}.contact-module__swMWYG__pulse{z-index:1;background:#3b82f666;border-radius:50%;width:60px;height:60px;animation:2s ease-out infinite contact-module__swMWYG__pulseAnim;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes contact-module__swMWYG__pulseAnim{0%{opacity:1;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(2)}}.contact-module__swMWYG__footerSimple{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:2rem 0;font-weight:600}@media (max-width:768px){.contact-module__swMWYG__gridContainer{grid-template-columns:1fr}.contact-module__swMWYG__title{font-size:2.5rem}}
.help-module__mD1omq__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-card-border);padding:var(--space-md) 0;background:#e6f4f1e6;position:sticky;top:0}.help-module__mD1omq__navInner{justify-content:space-between;align-items:center;display:flex}.help-module__mD1omq__logo{align-items:center;gap:var(--space-sm);color:var(--color-primary);font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}.help-module__mD1omq__navLinks{gap:var(--space-xl);align-items:center;display:flex}.help-module__mD1omq__navLinks a{color:var(--color-text-secondary);font-size:.95rem;font-weight:500;text-decoration:none}.help-module__mD1omq__navLinks a:hover,.help-module__mD1omq__active{color:var(--color-primary)!important;font-weight:700!important}.help-module__mD1omq__langBtn{color:var(--color-text);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-family);background:0 0;border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;display:flex}.help-module__mD1omq__hero{background:var(--color-bg-white);text-align:center;border-bottom:1px solid var(--color-card-border);padding:60px 0}.help-module__mD1omq__heroIcon{color:var(--color-primary);margin-bottom:var(--space-md)}.help-module__mD1omq__hero h1{color:var(--color-text-heading);margin-bottom:var(--space-md);font-size:2.5rem;font-weight:900}.help-module__mD1omq__hero p{color:var(--color-text-secondary);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}.help-module__mD1omq__faqSection{padding:60px 0}.help-module__mD1omq__faqList{max-width:720px;margin:0 auto}.help-module__mD1omq__faqItem{border:1px solid var(--color-card-border);border-radius:var(--radius-lg);margin-bottom:var(--space-md);background:var(--color-bg-white);transition:box-shadow .3s;overflow:hidden}.help-module__mD1omq__faqItem:hover{box-shadow:0 4px 16px var(--color-card-hover-shadow)}.help-module__mD1omq__faqQuestion{width:100%;padding:var(--space-lg) var(--space-xl);cursor:pointer;color:var(--color-text-heading);text-align:left;font-size:1rem;font-weight:600;font-family:var(--font-family);background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.help-module__mD1omq__chevron{color:var(--color-text-muted);flex-shrink:0;transition:transform .3s}.help-module__mD1omq__open .help-module__mD1omq__chevron{transform:rotate(180deg)}.help-module__mD1omq__faqAnswer{padding:0 var(--space-xl) var(--space-lg)}.help-module__mD1omq__faqAnswer p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.7}.help-module__mD1omq__contactSection{background:var(--color-bg-white);border-top:1px solid var(--color-card-border);padding:60px 0}.help-module__mD1omq__contactSection h2{color:var(--color-text-heading);text-align:center;margin-bottom:40px;font-size:2rem;font-weight:800}.help-module__mD1omq__contactGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.help-module__mD1omq__contactCard{background:var(--color-bg);border:1px solid var(--color-card-border);border-radius:var(--radius-lg);padding:var(--space-2xl);text-align:center;transition:box-shadow .3s,transform .3s}.help-module__mD1omq__contactCard:hover{box-shadow:0 8px 24px var(--color-card-hover-shadow);transform:translateY(-2px)}.help-module__mD1omq__contactCard svg{color:var(--color-primary);margin-bottom:var(--space-md)}.help-module__mD1omq__contactCard h3{color:var(--color-text-heading);margin-bottom:var(--space-xs);font-size:1.1rem;font-weight:700}.help-module__mD1omq__contactCard p{color:var(--color-text-muted);margin-bottom:var(--space-md);font-size:.85rem}.help-module__mD1omq__contactCard a{color:var(--color-primary);font-size:.95rem;font-weight:600;text-decoration:none}.help-module__mD1omq__footer{padding:var(--space-xl) 0;background:#0a0a0a}.help-module__mD1omq__footerInner{justify-content:space-between;align-items:center;display:flex}.help-module__mD1omq__footerBrand{align-items:center;gap:var(--space-sm);color:#fff;font-weight:800;display:flex}.help-module__mD1omq__footerInner p{color:var(--color-text-on-footer);font-size:.8rem}@media (max-width:768px){.help-module__mD1omq__contactGrid{grid-template-columns:1fr}.help-module__mD1omq__navLinks{display:none}}
.novin-module__Jv9ugq__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-card-border);padding:var(--space-md) 0;background:#e6f4f1e6;position:sticky;top:0}.novin-module__Jv9ugq__navInner{justify-content:space-between;align-items:center;display:flex}.novin-module__Jv9ugq__logo{align-items:center;gap:var(--space-sm);color:var(--color-primary);font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}.novin-module__Jv9ugq__navLinks{gap:var(--space-xl);align-items:center;display:flex}.novin-module__Jv9ugq__navLinks a{color:var(--color-text-secondary);font-size:.95rem;font-weight:500;text-decoration:none}.novin-module__Jv9ugq__navLinks a:hover{color:var(--color-primary)}.novin-module__Jv9ugq__langBtn{color:var(--color-text);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-family);background:0 0;border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;display:flex}.novin-module__Jv9ugq__heroSection{background:var(--color-bg-white);border-bottom:1px solid var(--color-card-border);padding:60px 0}.novin-module__Jv9ugq__heroGrid{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.novin-module__Jv9ugq__heroLeft h1{color:var(--color-text-heading);margin-bottom:var(--space-lg);font-size:2.25rem;font-weight:900;line-height:1.2}.novin-module__Jv9ugq__heroLeft p{color:var(--color-text-secondary);font-size:1rem;line-height:1.7}.novin-module__Jv9ugq__heroRight h3{color:var(--color-text-heading);margin-bottom:var(--space-lg);font-size:1rem;font-weight:700}.novin-module__Jv9ugq__heroRight ul{gap:var(--space-md);flex-direction:column;list-style:none;display:flex}.novin-module__Jv9ugq__heroRight li{align-items:flex-start;gap:var(--space-sm);color:var(--color-text);font-size:.95rem;line-height:1.5;display:flex}.novin-module__Jv9ugq__checkIcon{color:var(--color-safe);flex-shrink:0;margin-top:2px}.novin-module__Jv9ugq__pricingSection{background:var(--color-bg);padding:60px 0}.novin-module__Jv9ugq__pricingGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.novin-module__Jv9ugq__pricingCard{background:var(--color-bg-white);border:1px solid var(--color-card-border);border-radius:var(--radius-lg);padding:var(--space-xl);transition:box-shadow .3s,transform .3s;position:relative}.novin-module__Jv9ugq__pricingCard:hover{box-shadow:0 8px 30px var(--color-card-hover-shadow);transform:translateY(-2px)}.novin-module__Jv9ugq__popular{border-color:var(--color-primary);border-width:2px}.novin-module__Jv9ugq__popularBadge{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);white-space:nowrap;padding:6px 20px;font-size:.8rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.novin-module__Jv9ugq__cardTop{align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-xl);display:flex}.novin-module__Jv9ugq__radioCircle{border:2px solid var(--color-card-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.novin-module__Jv9ugq__popular .novin-module__Jv9ugq__radioCircle{border-color:var(--color-primary);background:var(--color-primary)}.novin-module__Jv9ugq__radioDot{background:#fff;border-radius:50%;width:8px;height:8px}.novin-module__Jv9ugq__cardTitle{color:var(--color-text-heading);font-size:1.1rem;font-weight:700}.novin-module__Jv9ugq__cardSubtitle{color:var(--color-text-muted);margin-top:4px;font-size:.8rem}.novin-module__Jv9ugq__price{color:var(--color-text-heading);margin-bottom:var(--space-sm);font-size:2rem;font-weight:900}.novin-module__Jv9ugq__perReport{color:var(--color-text-muted);font-size:1rem;font-weight:400}.novin-module__Jv9ugq__totalRow{color:var(--color-text);margin-bottom:var(--space-md);gap:var(--space-sm);font-size:.9rem;display:flex}.novin-module__Jv9ugq__strikePrice{color:var(--color-danger);text-decoration:line-through}.novin-module__Jv9ugq__discountBadge{color:var(--color-safe);border-radius:var(--radius-full);margin-bottom:var(--space-lg);background:#00c8531a;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.novin-module__Jv9ugq__cardBottom{padding-top:var(--space-md);border-top:1px solid var(--color-card-border);color:var(--color-text-muted);font-size:.85rem}.novin-module__Jv9ugq__footer{padding:var(--space-xl) 0;background:#0a0a0a}.novin-module__Jv9ugq__footerInner{justify-content:space-between;align-items:center;display:flex}.novin-module__Jv9ugq__footerBrand{align-items:center;gap:var(--space-sm);color:#fff;font-weight:800;display:flex}.novin-module__Jv9ugq__footerInner p{color:var(--color-text-on-footer);font-size:.8rem}@media (max-width:768px){.novin-module__Jv9ugq__heroGrid,.novin-module__Jv9ugq__pricingGrid{grid-template-columns:1fr}.novin-module__Jv9ugq__navLinks{display:none}.novin-module__Jv9ugq__heroLeft h1{font-size:1.75rem}}
.page-module___8aEwW__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-card-border);padding:var(--space-md) 0;background:#e6f4f1e6;position:sticky;top:0}.page-module___8aEwW__navInner{justify-content:space-between;align-items:center;display:flex}.page-module___8aEwW__logo{align-items:center;gap:var(--space-sm);color:var(--color-primary);font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}.page-module___8aEwW__navLinks{gap:var(--space-xl);align-items:center;display:flex}.page-module___8aEwW__navLinks a{color:var(--color-text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.page-module___8aEwW__navLinks a:hover{color:var(--color-primary);font-weight:700}.page-module___8aEwW__langBtn{color:var(--color-text);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-family);background:0 0;border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;transition:background .2s,color .2s;display:flex}.page-module___8aEwW__langBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.page-module___8aEwW__hero{background:var(--color-bg);padding:60px 0 80px}.page-module___8aEwW__heroContent{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.page-module___8aEwW__heroText h1{color:var(--color-text-heading);margin-bottom:var(--space-md);font-size:3rem;font-weight:900;line-height:1.15}.page-module___8aEwW__heroSubtitle{color:var(--color-text-secondary);margin-bottom:var(--space-xl);font-size:1.1rem;line-height:1.6}.page-module___8aEwW__noVinLink{text-align:center;width:100%;margin-top:var(--space-md);border:1px solid var(--color-text-heading);border-radius:var(--radius-full);color:var(--color-text-heading);padding:12px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:block}.page-module___8aEwW__noVinLink:hover{background:var(--color-text-heading);color:#fff}.page-module___8aEwW__uncoverSection{margin-top:30px}.page-module___8aEwW__uncoverTitle{color:var(--color-text-heading);margin-bottom:var(--space-md);text-align:center;font-size:.95rem;font-weight:700}.page-module___8aEwW__uncoverGrid{flex-wrap:wrap;justify-content:center;gap:10px 18px;display:flex}.page-module___8aEwW__uncoverItem{color:var(--color-text-secondary);align-items:center;gap:6px;font-size:.85rem;display:flex}.page-module___8aEwW__uncoverCheck{color:var(--color-primary);flex-shrink:0}.page-module___8aEwW__weCheckRow{color:var(--color-text-secondary);opacity:.8;justify-content:center;align-items:center;gap:12px;margin-top:24px;font-size:.9rem;display:flex}.page-module___8aEwW__weCheckRow svg{color:var(--color-text-secondary);stroke-width:1.5px}.page-module___8aEwW__heroVisual{flex-direction:column;justify-content:center;align-items:center;padding-top:40px;display:flex;position:relative}.page-module___8aEwW__heroImage{border-radius:var(--radius-lg);width:100%;max-width:600px;height:auto;animation:.8s ease-out page-module___8aEwW__fadeUp}.page-module___8aEwW__heroDataCards{pointer-events:none;z-index:2;filter:drop-shadow(0 20px 40px #0000001f);width:95%;height:auto;animation:5s ease-in-out infinite page-module___8aEwW__floatData;position:absolute;top:-45%;right:-5%}.page-module___8aEwW__sectionTitle{color:var(--color-text-heading);text-align:center;margin-bottom:var(--space-sm);font-size:2.25rem;font-weight:900}.page-module___8aEwW__sectionSubtitle{color:var(--color-text-secondary);text-align:center;max-width:640px;margin:0 auto var(--space-3xl);font-size:1.05rem;line-height:1.6}.page-module___8aEwW__valuePropsSection{background:var(--color-bg-white);padding:80px 0}.page-module___8aEwW__featuresWrapper{background:var(--color-bg);padding:80px 0}.page-module___8aEwW__bundleSection{background:var(--color-bg-white);padding:80px 0}.page-module___8aEwW__bundleInner{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#ffb800 0%,#f90 100%);padding:48px}.page-module___8aEwW__bundleText h2{color:#111;margin-bottom:var(--space-sm);font-size:2.25rem;font-weight:900}.page-module___8aEwW__bundleText p{color:#333;max-width:560px;margin:0 auto var(--space-xl);font-size:1.05rem;line-height:1.6}.page-module___8aEwW__bundleCta{color:#fff;border-radius:var(--radius-full);background:#111;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.page-module___8aEwW__bundleCta:hover{transform:scale(1.03)}.page-module___8aEwW__howItWorks{background:var(--color-bg-white);padding:80px 0}.page-module___8aEwW__stepsGrid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);margin-top:48px;display:grid}.page-module___8aEwW__stepCard{text-align:center;padding:0 var(--space-sm)}.page-module___8aEwW__stepNum{background:var(--color-bg);border:2px solid var(--color-primary);width:48px;height:48px;color:var(--color-primary);margin:0 auto var(--space-md);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.page-module___8aEwW__stepCard h3{color:var(--color-text-heading);margin-bottom:var(--space-sm);height:48px;font-size:1.1rem;font-weight:700}.page-module___8aEwW__stepCard p{color:var(--color-text-secondary);margin-bottom:var(--space-md);font-size:.9rem;line-height:1.6}.page-module___8aEwW__stepLink{color:var(--color-primary);font-size:.85rem;font-weight:600;text-decoration:underline}.page-module___8aEwW__socialProof{background:var(--color-primary-dark,#039);text-align:center;color:#fff;padding:60px 0}.page-module___8aEwW__socialProof h2{margin-bottom:var(--space-sm);font-size:2rem;font-weight:800}.page-module___8aEwW__socialProof p{opacity:.9;max-width:500px;margin:0 auto;font-size:1rem;line-height:1.6}.page-module___8aEwW__secondCta{background:var(--color-bg);padding:80px 0}.page-module___8aEwW__secondCtaInner{text-align:center;max-width:600px;margin:0 auto}.page-module___8aEwW__secondCtaInner h2{color:var(--color-text-heading);margin-bottom:var(--space-sm);font-size:2.25rem;font-weight:900}.page-module___8aEwW__secondCtaInner p{color:var(--color-text-secondary);margin-bottom:var(--space-xl);font-size:1.05rem;line-height:1.6}.page-module___8aEwW__noVinLinkAlt{margin-top:var(--space-md);color:var(--color-text-heading);font-size:.95rem;font-weight:700;text-decoration:underline;display:inline-block}.page-module___8aEwW__trustBar{color:var(--color-primary);justify-content:center;align-items:center;gap:8px;margin-top:40px;font-size:.85rem;font-weight:600;display:flex}.page-module___8aEwW__trustBar:before,.page-module___8aEwW__trustBar:after{content:"";background:var(--color-card-border);width:40px;height:1px;display:block}.page-module___8aEwW__supportSection{background:var(--color-bg-white);border-bottom:1px solid var(--color-card-border);padding:80px 0}.page-module___8aEwW__supportLink{color:var(--color-primary);font-weight:600;text-decoration:underline}.page-module___8aEwW__supportGrid{gap:var(--space-xl);text-align:center;grid-template-columns:repeat(3,1fr);margin-top:48px;display:grid}.page-module___8aEwW__supportValue{color:var(--color-primary);margin-bottom:8px;font-size:3rem;font-weight:900;line-height:1}.page-module___8aEwW__supportLabel{color:var(--color-text-heading);font-size:1.1rem;font-weight:600}.page-module___8aEwW__blogSection{background:var(--color-bg);border-bottom:1px solid var(--color-card-border);padding:80px 0}.page-module___8aEwW__blogGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);margin-top:40px;display:grid}.page-module___8aEwW__blogCard{background:var(--color-bg-white);border:1px solid var(--color-card-border);border-radius:var(--radius-lg);padding:var(--space-xl);text-decoration:none;transition:box-shadow .3s,transform .3s;display:block}.page-module___8aEwW__blogCard:hover{box-shadow:0 8px 24px var(--color-card-hover-shadow);transform:translateY(-3px)}.page-module___8aEwW__blogCategory{background:var(--color-bg);color:var(--color-text-heading);margin-bottom:var(--space-sm);border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.page-module___8aEwW__blogDate{color:var(--color-text-muted);margin-bottom:var(--space-md);font-size:.8rem;display:block}.page-module___8aEwW__blogCard h3{color:var(--color-text-heading);font-size:1.1rem;font-weight:700;line-height:1.4}.page-module___8aEwW__blogAll{text-align:center;margin-top:40px}.page-module___8aEwW__blogAll a{color:var(--color-primary);font-size:1rem;font-weight:700;text-decoration:underline;display:inline-block}.page-module___8aEwW__megaFooter{color:#fff;background:#0a0a0a;padding:80px 0 0}.page-module___8aEwW__footerGrid{gap:var(--space-3xl);grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:60px;display:grid}.page-module___8aEwW__footerBrand{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);font-size:1.5rem;font-weight:900;display:flex}.page-module___8aEwW__footerCol p{color:#ffffffb3;max-width:240px;font-size:.95rem;line-height:1.6}.page-module___8aEwW__footerCol h4{margin-bottom:var(--space-lg);font-size:1.1rem;font-weight:700}.page-module___8aEwW__footerCol a{color:#ffffffb3;margin-bottom:var(--space-sm);font-size:.95rem;text-decoration:none;transition:color .2s;display:block}.page-module___8aEwW__footerCol a:hover{color:#fff;text-decoration:underline}.page-module___8aEwW__footerBottom{padding:var(--space-xl) 0;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;display:flex}.page-module___8aEwW__footerBottom p{color:#ffffff80;font-size:.85rem}@keyframes page-module___8aEwW__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module___8aEwW__floatData{0%,to{transform:translateY(0)rotate(2deg)}50%{transform:translateY(-15px)rotate(3deg)}}@keyframes page-module___8aEwW__floatDataMobile{0%,to{transform:translate(-50%)translateY(0)rotate(2deg)}50%{transform:translate(-50%)translateY(-15px)rotate(3deg)}}@media (max-width:992px){.page-module___8aEwW__heroContent{text-align:center;grid-template-columns:1fr}.page-module___8aEwW__heroText{max-width:100%;margin:0 auto}.page-module___8aEwW__uncoverGrid{text-align:left}.page-module___8aEwW__stepsGrid{gap:var(--space-2xl) var(--space-xl);grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__footerGrid{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.page-module___8aEwW__navLinks{display:none}.page-module___8aEwW__heroVisual{flex-direction:column;align-items:center;min-height:400px;padding-top:2rem;display:flex}.page-module___8aEwW__heroImage{width:100%;max-width:380px;margin-top:40px}.page-module___8aEwW__heroDataCards{z-index:3;filter:drop-shadow(0 10px 20px #0000001a);width:120%;max-width:520px;margin:0;animation:4s ease-in-out infinite page-module___8aEwW__floatDataMobile;display:block;position:absolute;top:-50px;left:50%;right:auto;transform:translate(-50%)}}@media (max-width:768px){.page-module___8aEwW__hero{padding:24px 0 32px}.page-module___8aEwW__heroText h1{margin-bottom:8px;font-size:1.85rem;line-height:1.15}.page-module___8aEwW__heroSubtitle{margin-bottom:16px;font-size:.95rem;line-height:1.4}.page-module___8aEwW__noVinLink{margin-top:12px;padding:10px;font-size:.85rem}.page-module___8aEwW__weCheckRow{gap:8px;margin-top:16px;font-size:.8rem}.page-module___8aEwW__uncoverSection{margin-top:16px}.page-module___8aEwW__uncoverTitle{margin-bottom:8px;font-size:.8rem}.page-module___8aEwW__uncoverGrid{gap:6px 12px}.page-module___8aEwW__uncoverItem{gap:4px;font-size:.75rem}.page-module___8aEwW__stepsGrid,.page-module___8aEwW__supportGrid,.page-module___8aEwW__blogGrid{grid-template-columns:1fr}.page-module___8aEwW__bundleInner{padding:32px 20px}.page-module___8aEwW__footerGrid{grid-template-columns:1fr}}
