.LocalUrgencyBanner-module__hzCzqG__banner{background-color:var(--digi-yellow);color:var(--text-primary);z-index:1000;width:100%;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a}.LocalUrgencyBanner-module__hzCzqG__container{justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;position:relative}.LocalUrgencyBanner-module__hzCzqG__content{text-align:center;align-items:center;gap:.75rem;display:flex}.LocalUrgencyBanner-module__hzCzqG__pulseIcon{font-size:.8rem;animation:2s infinite LocalUrgencyBanner-module__hzCzqG__pulse}.LocalUrgencyBanner-module__hzCzqG__text{margin:0;font-size:.95rem;line-height:1.4}.LocalUrgencyBanner-module__hzCzqG__text strong{font-weight:800}.LocalUrgencyBanner-module__hzCzqG__closeBtn{cursor:pointer;color:var(--text-primary);opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.25rem;transition:opacity .2s;display:flex;position:absolute;right:1rem}.LocalUrgencyBanner-module__hzCzqG__closeBtn:hover{opacity:1}@keyframes LocalUrgencyBanner-module__hzCzqG__pulse{0%{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1.2)}to{opacity:.5;transform:scale(.95)}}@media (max-width:768px){.LocalUrgencyBanner-module__hzCzqG__text{font-size:.85rem}.LocalUrgencyBanner-module__hzCzqG__container{padding-right:2.5rem}}
.Hero-module__JgYmMq__hero{background:linear-gradient(135deg,var(--white)0%,#eff6ff 100%);padding:6rem 2rem;position:relative;overflow:hidden}.Hero-module__JgYmMq__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.Hero-module__JgYmMq__content{z-index:10;position:relative}.Hero-module__JgYmMq__badge{color:var(--digi-blue);text-transform:uppercase;letter-spacing:.05em;background-color:#005a9c1a;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.Hero-module__JgYmMq__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module__JgYmMq__highlight{color:var(--digi-blue);position:relative}.Hero-module__JgYmMq__highlight:after{content:"";background-color:var(--digi-yellow);z-index:-1;border-radius:2px;width:100%;height:.5rem;position:absolute;bottom:.2rem;left:0}.Hero-module__JgYmMq__subtitle{color:var(--text-secondary);max-width:90%;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.Hero-module__JgYmMq__actions{gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__JgYmMq__primaryButton{background-color:var(--digi-blue);color:var(--white);border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #005a9c4d}.Hero-module__JgYmMq__primaryButton:before{content:"";background:linear-gradient(#ffffff1a,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__primaryButton:hover{transform:translateY(-2px);box-shadow:0 15px 20px -3px #005a9c66}.Hero-module__JgYmMq__secondaryButton{color:var(--text-primary);border:2px solid var(--border-color);background-color:#0000;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .2s}.Hero-module__JgYmMq__secondaryButton:hover{border-color:var(--text-primary)}.Hero-module__JgYmMq__trustIndicators{gap:2rem;display:flex}.Hero-module__JgYmMq__indicator{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.Hero-module__JgYmMq__icon{font-size:1.25rem}.Hero-module__JgYmMq__imageContainer{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__JgYmMq__decorativeCircle{background-color:var(--digi-yellow);opacity:.1;z-index:1;border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__imageWrapper{z-index:2;width:100%;max-width:450px;position:relative}.Hero-module__JgYmMq__heroImageContainer{width:100%;height:500px;box-shadow:var(--shadow-lg);border:8px solid var(--white);background-color:#dbeafe;border-radius:20px;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroImage{object-fit:cover;object-position:center top}.Hero-module__JgYmMq__floatingCard{background-color:var(--white);box-shadow:var(--shadow-lg);border-radius:12px;max-width:280px;padding:1.5rem;animation:6s ease-in-out infinite Hero-module__JgYmMq__float;position:absolute;bottom:-2rem;left:-2rem}.Hero-module__JgYmMq__rating{letter-spacing:2px;margin-bottom:.5rem;font-size:1.2rem}.Hero-module__JgYmMq__floatingCard p{margin-bottom:.5rem;font-size:.9rem;font-weight:600;line-height:1.4}.Hero-module__JgYmMq__floatingCard small{color:var(--text-secondary);font-weight:500}@keyframes Hero-module__JgYmMq__float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:992px){.Hero-module__JgYmMq__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__JgYmMq__badge{margin:0 auto 1.5rem}.Hero-module__JgYmMq__subtitle{margin:0 auto 2.5rem}.Hero-module__JgYmMq__actions{justify-content:center}.Hero-module__JgYmMq__trustIndicators{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.Hero-module__JgYmMq__title{font-size:2.5rem}.Hero-module__JgYmMq__actions{flex-direction:column}.Hero-module__JgYmMq__primaryButton,.Hero-module__JgYmMq__secondaryButton{width:100%}.Hero-module__JgYmMq__floatingCard{max-width:none;bottom:-3rem;left:1rem;right:1rem}}
.TariffComparator-module__I-JwHG__section{background-color:var(--white);padding:6rem 2rem}.TariffComparator-module__I-JwHG__container{max-width:1200px;margin:0 auto}.TariffComparator-module__I-JwHG__header{text-align:center;margin-bottom:4rem}.TariffComparator-module__I-JwHG__title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.TariffComparator-module__I-JwHG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem}.TariffComparator-module__I-JwHG__tabs{background-color:#f1f5f9;border-radius:9999px;gap:.5rem;padding:.5rem;display:inline-flex}.TariffComparator-module__I-JwHG__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.TariffComparator-module__I-JwHG__activeTab{background-color:var(--white);color:var(--digi-blue);box-shadow:var(--shadow-sm)}.TariffComparator-module__I-JwHG__grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.TariffComparator-module__I-JwHG__card{background-color:var(--white);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;width:100%;max-width:350px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.TariffComparator-module__I-JwHG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.TariffComparator-module__I-JwHG__cardHighlight{border:2px solid var(--digi-blue);transform:scale(1.05);box-shadow:0 10px 25px -5px #005a9c26}.TariffComparator-module__I-JwHG__cardHighlight:hover{transform:scale(1.05)translateY(-5px)}.TariffComparator-module__I-JwHG__badge{background-color:var(--digi-yellow);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:9999px;padding:.25rem 1rem;font-size:.8rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.TariffComparator-module__I-JwHG__cardTitle{color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.TariffComparator-module__I-JwHG__priceContainer{color:var(--digi-blue);justify-content:center;align-items:flex-start;margin-bottom:.5rem;display:flex}.TariffComparator-module__I-JwHG__priceSymbol{margin-top:.5rem;font-size:1.5rem;font-weight:700}.TariffComparator-module__I-JwHG__priceAmount{font-size:5rem;font-weight:900;line-height:1}.TariffComparator-module__I-JwHG__priceMonthly{color:var(--text-secondary);align-self:flex-end;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.TariffComparator-module__I-JwHG__finalPriceTag{text-align:center;color:#10b981;letter-spacing:.05em;text-transform:uppercase;background-color:#d1fae5;border-radius:6px;margin-bottom:2rem;padding:.4rem 0;font-size:.85rem;font-weight:700}.TariffComparator-module__I-JwHG__featuresList{flex-grow:1;margin-bottom:2.5rem;list-style:none}.TariffComparator-module__I-JwHG__featuresList li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.95rem;display:flex}.TariffComparator-module__I-JwHG__checkIcon{color:var(--digi-blue);font-weight:900}.TariffComparator-module__I-JwHG__actionButton{text-align:center;border:2px solid var(--digi-blue);color:var(--digi-blue);border-radius:8px;padding:1rem;font-weight:700;transition:all .2s;display:block}.TariffComparator-module__I-JwHG__actionButton:hover{background-color:#eff6ff}.TariffComparator-module__I-JwHG__actionButtonHighlight{background-color:var(--digi-blue);color:var(--white)}.TariffComparator-module__I-JwHG__actionButtonHighlight:hover{color:var(--white);background-color:#004a80}.TariffComparator-module__I-JwHG__nebaDisclaimer{border:1px dashed var(--digi-blue);text-align:center;background-color:#eff6ff;border-radius:12px;max-width:800px;margin-top:3.5rem;margin-left:auto;margin-right:auto;padding:1.5rem 2rem}.TariffComparator-module__I-JwHG__nebaDisclaimer h4{color:var(--digi-blue);margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.TariffComparator-module__I-JwHG__nebaDisclaimer p{color:var(--text-secondary);font-size:1rem;line-height:1.5}.TariffComparator-module__I-JwHG__nebaDisclaimer strong{color:var(--text-primary)}@media (max-width:768px){.TariffComparator-module__I-JwHG__tabs{flex-direction:column;width:100%;max-width:300px;margin:0 auto;display:flex}.TariffComparator-module__I-JwHG__cardHighlight{transform:none}.TariffComparator-module__I-JwHG__cardHighlight:hover{transform:translateY(-5px)}.TariffComparator-module__I-JwHG__priceAmount{font-size:4rem}}
.SavingsSlider-module__v8umaW__section{border-top:1px solid var(--border-color);background-color:#f8fafc;padding:6rem 2rem}.SavingsSlider-module__v8umaW__container{max-width:900px;margin:0 auto}.SavingsSlider-module__v8umaW__header{text-align:center;margin-bottom:3rem}.SavingsSlider-module__v8umaW__title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.SavingsSlider-module__v8umaW__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.6}.SavingsSlider-module__v8umaW__calculatorCard{background-color:var(--white);border-radius:24px;padding:3rem;box-shadow:0 20px 40px #005a9c14}.SavingsSlider-module__v8umaW__sliderContainer{margin-bottom:3rem}.SavingsSlider-module__v8umaW__sliderLabel{color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;display:block}.SavingsSlider-module__v8umaW__sliderValueWrapper{text-align:center;margin-bottom:1.5rem}.SavingsSlider-module__v8umaW__sliderValue{color:var(--digi-blue);font-size:3.5rem;font-weight:800;line-height:1}.SavingsSlider-module__v8umaW__sliderPeriod{color:var(--text-secondary);font-size:1.25rem;font-weight:600}.SavingsSlider-module__v8umaW__slider{-webkit-appearance:none;background:#e2e8f0;border-radius:6px;outline:none;width:100%;height:12px;margin-bottom:.5rem}.SavingsSlider-module__v8umaW__slider::-webkit-slider-thumb{appearance:none;background:var(--digi-yellow);cursor:pointer;border:4px solid var(--white);border-radius:50%;width:32px;height:32px;transition:transform .1s;box-shadow:0 4px 6px -1px #ffcc0080}.SavingsSlider-module__v8umaW__slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.SavingsSlider-module__v8umaW__slider::-moz-range-thumb{background:var(--digi-yellow);cursor:pointer;border:4px solid var(--white);border-radius:50%;width:32px;height:32px;box-shadow:0 4px 6px -1px #ffcc0080}.SavingsSlider-module__v8umaW__sliderLimits{color:var(--text-secondary);justify-content:space-between;font-size:.9rem;font-weight:600;display:flex}.SavingsSlider-module__v8umaW__comparisonGrid{background-color:#f8fafc;border-radius:16px;align-items:center;margin-bottom:3rem;padding:2rem;display:flex}.SavingsSlider-module__v8umaW__comparisonItem{text-align:center;flex:1}.SavingsSlider-module__v8umaW__comparisonItem h4{color:var(--text-secondary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.SavingsSlider-module__v8umaW__priceRow{justify-content:center;align-items:baseline;gap:.25rem;display:flex}.SavingsSlider-module__v8umaW__oldPrice{color:var(--text-primary);opacity:.7;font-size:2rem;font-weight:700;text-decoration:line-through}.SavingsSlider-module__v8umaW__newPrice{color:var(--digi-blue);font-size:2.5rem;font-weight:800}.SavingsSlider-module__v8umaW__vsSeparator{color:var(--border-color);padding:0 2rem;font-size:1.5rem;font-weight:800}.SavingsSlider-module__v8umaW__digiItem{position:relative}.SavingsSlider-module__v8umaW__badge{background-color:var(--digi-blue);color:var(--white);border-radius:4px;margin-top:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.SavingsSlider-module__v8umaW__savingsResult{color:var(--white);background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 10px 15px -3px #10b9814d}.SavingsSlider-module__v8umaW__savingsText h3{margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.SavingsSlider-module__v8umaW__savingsText p{opacity:.9;font-size:1rem}.SavingsSlider-module__v8umaW__savingsAmount{text-shadow:0 2px 4px #0000001a;font-size:3.5rem;font-weight:900}.SavingsSlider-module__v8umaW__actionContainer{text-align:center}.SavingsSlider-module__v8umaW__ctaButton{background-color:var(--digi-yellow);color:var(--text-primary);border-radius:8px;padding:1.25rem 2.5rem;font-size:1.15rem;font-weight:800;transition:all .2s;display:inline-block;box-shadow:0 4px 6px -1px #fc06}.SavingsSlider-module__v8umaW__ctaButton:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #ffcc0080}@media (max-width:768px){.SavingsSlider-module__v8umaW__calculatorCard{padding:2rem 1.5rem}.SavingsSlider-module__v8umaW__comparisonGrid{flex-direction:column;gap:2rem;padding:1.5rem}.SavingsSlider-module__v8umaW__vsSeparator{padding:0;transform:rotate(90deg)}.SavingsSlider-module__v8umaW__savingsResult{text-align:center;flex-direction:column;gap:1.5rem;padding:1.5rem}.SavingsSlider-module__v8umaW__savingsAmount{font-size:3rem}}
.CoverageValidator-module__JxDXWq__section{background-color:var(--digi-blue);color:var(--white);padding:6rem 2rem;position:relative;overflow:hidden}.CoverageValidator-module__JxDXWq__section:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 150%,#ffcc0026 0%,#0000 50%);position:absolute;inset:0}.CoverageValidator-module__JxDXWq__container{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.CoverageValidator-module__JxDXWq__textContent{padding-right:2rem}.CoverageValidator-module__JxDXWq__title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.CoverageValidator-module__JxDXWq__subtitle{opacity:.9;margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.CoverageValidator-module__JxDXWq__benefits{flex-direction:column;gap:1rem;list-style:none;display:flex}.CoverageValidator-module__JxDXWq__benefits li{align-items:center;gap:1rem;font-size:1.05rem;font-weight:500;display:flex}.CoverageValidator-module__JxDXWq__checkIcon{background-color:var(--digi-yellow);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:800;display:flex}.CoverageValidator-module__JxDXWq__formContent{width:100%}.CoverageValidator-module__JxDXWq__formCard{background-color:var(--white);color:var(--text-primary);border-radius:16px;flex-direction:column;justify-content:center;min-height:400px;padding:3rem 2.5rem;display:flex;box-shadow:0 25px 50px -12px #00000040}.CoverageValidator-module__JxDXWq__stepContainer{flex-direction:column;display:flex}.CoverageValidator-module__JxDXWq__stepper{justify-content:center;align-items:center;margin-bottom:2.5rem;display:flex}.CoverageValidator-module__JxDXWq__stepIndicator{background-color:var(--border-color);width:32px;height:32px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.CoverageValidator-module__JxDXWq__stepActive{background-color:var(--digi-blue);color:var(--white);box-shadow:0 0 0 4px #005a9c1a}.CoverageValidator-module__JxDXWq__stepLine{background-color:var(--border-color);flex:1;max-width:50px;height:2px;margin:0 .5rem}.CoverageValidator-module__JxDXWq__fadeIn{animation:.4s CoverageValidator-module__JxDXWq__fadeIn}.CoverageValidator-module__JxDXWq__formTitle{text-align:center;color:var(--text-primary);margin-bottom:1.5rem;font-size:1.4rem;font-weight:800}.CoverageValidator-module__JxDXWq__stepSubtitle{text-align:center;color:var(--text-secondary);margin-top:-1rem;margin-bottom:1.5rem;font-size:.9rem}.CoverageValidator-module__JxDXWq__optionsGrid{flex-direction:column;gap:1rem;display:flex}.CoverageValidator-module__JxDXWq__optionButton{border:2px solid var(--border-color);color:var(--text-primary);cursor:pointer;background-color:#f8fafc;border-radius:12px;padding:1.25rem 1rem;font-size:1.1rem;font-weight:700;transition:all .2s}.CoverageValidator-module__JxDXWq__optionButton:hover{border-color:var(--digi-blue);background-color:#eff6ff;transform:translateY(-2px)}.CoverageValidator-module__JxDXWq__optionButtonHighlight{background-color:var(--digi-blue);border:2px solid var(--digi-blue);color:var(--white);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:12px;padding:1.25rem 1rem;font-size:1.1rem;font-weight:700;transition:all .2s}.CoverageValidator-module__JxDXWq__optionButtonHighlight:hover{background-color:#004a80;border-color:#004a80;transform:translateY(-2px)}.CoverageValidator-module__JxDXWq__optionButtonOutline{color:var(--text-secondary);cursor:pointer;background-color:#0000;border:none;padding:1rem;font-size:.95rem;font-weight:500;text-decoration:underline}.CoverageValidator-module__JxDXWq__optionButtonOutline:hover{color:var(--digi-blue)}.CoverageValidator-module__JxDXWq__backLink{color:var(--text-secondary);text-align:center;cursor:pointer;background:0 0;border:none;width:100%;margin-top:1.5rem;font-size:.9rem;transition:color .2s}.CoverageValidator-module__JxDXWq__backLink:hover{color:var(--text-primary)}.CoverageValidator-module__JxDXWq__form{flex-direction:column;gap:1.25rem;display:flex}.CoverageValidator-module__JxDXWq__formGroup{flex-direction:column;gap:.5rem;display:flex}.CoverageValidator-module__JxDXWq__formGroup label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.CoverageValidator-module__JxDXWq__formGroup input{border:1px solid var(--border-color);border-radius:8px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .2s}.CoverageValidator-module__JxDXWq__formGroup input:focus{border-color:var(--digi-blue);outline:none;box-shadow:0 0 0 3px #005a9c1a}.CoverageValidator-module__JxDXWq__submitButton{background-color:var(--digi-yellow);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:1.25rem;font-size:1.1rem;font-weight:800;transition:all .2s;box-shadow:0 4px 6px -1px #fc06}.CoverageValidator-module__JxDXWq__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #ffcc0080}.CoverageValidator-module__JxDXWq__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.CoverageValidator-module__JxDXWq__disclaimer{color:var(--text-secondary);text-align:center;margin-top:1rem;font-size:.75rem}.CoverageValidator-module__JxDXWq__successMessage{text-align:center;padding:1rem 0;animation:.5s CoverageValidator-module__JxDXWq__fadeIn}.CoverageValidator-module__JxDXWq__successIcon{margin-bottom:1rem;font-size:4rem}.CoverageValidator-module__JxDXWq__successMessage h4{color:#10b981;margin-bottom:1rem;font-size:1.5rem}.CoverageValidator-module__JxDXWq__successMessage p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.5}.CoverageValidator-module__JxDXWq__resetButton{color:var(--digi-blue);border:2px solid var(--digi-blue);cursor:pointer;background-color:#0000;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.CoverageValidator-module__JxDXWq__resetButton:hover{background-color:#eff6ff}@keyframes CoverageValidator-module__JxDXWq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.CoverageValidator-module__JxDXWq__container{grid-template-columns:1fr;gap:3rem}.CoverageValidator-module__JxDXWq__textContent{text-align:center;padding-right:0}.CoverageValidator-module__JxDXWq__benefits{align-items:center}}@media (max-width:480px){.CoverageValidator-module__JxDXWq__formCard{padding:2rem 1.5rem}}
.LocalAdviser-module__kfDtDG__section{background-color:var(--white);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:6rem 2rem;overflow:hidden}.LocalAdviser-module__kfDtDG__container{grid-template-columns:1fr 1.25fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.LocalAdviser-module__kfDtDG__imageColumn{position:relative}.LocalAdviser-module__kfDtDG__imageCard{background:linear-gradient(145deg,var(--white),#eff6ff);border-radius:24px;width:100%;padding:1.5rem;position:relative;box-shadow:0 20px 40px #005a9c1a}.LocalAdviser-module__kfDtDG__imageCard:before{content:"";background-color:var(--digi-yellow);opacity:.15;z-index:-1;border-radius:50%;width:150px;height:150px;position:absolute;top:-30px;left:-30px}.LocalAdviser-module__kfDtDG__imageContainer{aspect-ratio:4/5;background-color:#dbeafe;border-radius:16px;width:100%;position:relative;overflow:hidden}.LocalAdviser-module__kfDtDG__adviserImage{object-fit:cover;object-position:center top}.LocalAdviser-module__kfDtDG__floatingBadge{background-color:var(--white);box-shadow:var(--shadow-lg);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.5rem;animation:5s ease-in-out infinite LocalAdviser-module__kfDtDG__float;display:flex;position:absolute;bottom:2rem;right:-2rem}.LocalAdviser-module__kfDtDG__badgeIcon{font-size:1.5rem}.LocalAdviser-module__kfDtDG__badgeText{color:var(--text-primary);font-size:1.05rem;font-weight:700}.LocalAdviser-module__kfDtDG__contentColumn{flex-direction:column;display:flex}.LocalAdviser-module__kfDtDG__tag{color:var(--digi-blue);text-transform:uppercase;letter-spacing:.05em;background-color:#005a9c1a;border-radius:9999px;align-self:flex-start;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:800;display:inline-block}.LocalAdviser-module__kfDtDG__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.75rem;font-weight:800;line-height:1.15}.LocalAdviser-module__kfDtDG__description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.15rem;line-height:1.6}.LocalAdviser-module__kfDtDG__description strong{color:var(--digi-blue)}.LocalAdviser-module__kfDtDG__features{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.LocalAdviser-module__kfDtDG__featureItem{gap:1.25rem;display:flex}.LocalAdviser-module__kfDtDG__featureIcon{width:48px;height:48px;color:var(--digi-blue);background-color:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.LocalAdviser-module__kfDtDG__featureText h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.LocalAdviser-module__kfDtDG__featureText p{color:var(--text-secondary);font-size:1rem;line-height:1.5}.LocalAdviser-module__kfDtDG__ctaButton{background-color:var(--digi-yellow);color:var(--text-primary);border-radius:8px;align-self:flex-start;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:800;transition:all .2s;box-shadow:0 4px 6px -1px #fc06}.LocalAdviser-module__kfDtDG__ctaButton:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #ffcc0080}@keyframes LocalAdviser-module__kfDtDG__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:992px){.LocalAdviser-module__kfDtDG__container{grid-template-columns:1fr;gap:4rem}.LocalAdviser-module__kfDtDG__imageColumn{order:2;max-width:500px;margin:0 auto}.LocalAdviser-module__kfDtDG__contentColumn{order:1}.LocalAdviser-module__kfDtDG__floatingBadge{right:-1rem}}@media (max-width:768px){.LocalAdviser-module__kfDtDG__title{font-size:2.25rem}.LocalAdviser-module__kfDtDG__featureItem{flex-direction:column;gap:1rem}.LocalAdviser-module__kfDtDG__floatingBadge{display:none}}
.Testimonials-module__5wb8fq__section{background-color:#f8fafc;padding:6rem 2rem}.Testimonials-module__5wb8fq__container{max-width:1200px;margin:0 auto}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:4rem}.Testimonials-module__5wb8fq__title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Testimonials-module__5wb8fq__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem}.Testimonials-module__5wb8fq__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.Testimonials-module__5wb8fq__card{background-color:var(--white);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;transition:transform .3s,box-shadow .3s}.Testimonials-module__5wb8fq__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Testimonials-module__5wb8fq__cardHeader{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Testimonials-module__5wb8fq__avatar{background-color:var(--digi-blue);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:800;display:flex}.Testimonials-module__5wb8fq__name{color:var(--text-primary);margin-bottom:.1rem;font-size:1.1rem;font-weight:700}.Testimonials-module__5wb8fq__location{color:var(--text-secondary);font-size:.85rem;font-weight:500}.Testimonials-module__5wb8fq__rating{color:var(--digi-yellow);letter-spacing:2px;margin-bottom:1rem;font-size:1.25rem}.Testimonials-module__5wb8fq__text{color:var(--text-secondary);font-size:1.05rem;font-style:italic;line-height:1.6}
.StoreMap-module__bPJIdW__section{background-color:var(--white);padding:6rem 2rem}.StoreMap-module__bPJIdW__container{max-width:1200px;margin:0 auto}.StoreMap-module__bPJIdW__header{text-align:center;margin-bottom:4rem}.StoreMap-module__bPJIdW__title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.StoreMap-module__bPJIdW__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem}.StoreMap-module__bPJIdW__grid{grid-template-columns:1fr 1.5fr;align-items:stretch;gap:3rem;display:grid}.StoreMap-module__bPJIdW__storeInfo{flex-direction:column;gap:1.5rem;display:flex}.StoreMap-module__bPJIdW__card{border:1px solid var(--border-color);background-color:#f8fafc;border-radius:16px;padding:2rem}.StoreMap-module__bPJIdW__iconWrapper{margin-bottom:1rem;font-size:2rem}.StoreMap-module__bPJIdW__card h3{color:var(--digi-blue);margin-bottom:.5rem;font-size:1.25rem}.StoreMap-module__bPJIdW__card p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}.StoreMap-module__bPJIdW__schedule{color:var(--text-secondary);background-color:var(--white);border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;line-height:1.6}.StoreMap-module__bPJIdW__schedule strong{color:var(--text-primary)}.StoreMap-module__bPJIdW__directionsBtn{color:var(--digi-blue);border:2px solid var(--digi-blue);text-align:center;background-color:#0000;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-weight:700;transition:all .2s;display:inline-block}.StoreMap-module__bPJIdW__directionsBtn:hover{background-color:var(--digi-blue);color:var(--white)}.StoreMap-module__bPJIdW__mapContainer{box-shadow:var(--shadow-lg);border-radius:16px;min-height:400px;overflow:hidden}.StoreMap-module__bPJIdW__mapFrame{width:100%;height:100%;min-height:400px}@media (max-width:992px){.StoreMap-module__bPJIdW__grid{grid-template-columns:1fr}.StoreMap-module__bPJIdW__mapContainer{height:400px}}
