@charset "UTF-8";*{padding:0;margin:0;box-sizing:border-box;font-family:DM Sans,serif}html{scroll-behavior:smooth}.navbar{position:sticky;top:0;width:100%;background:white;box-shadow:0 2px 4px #00000014;z-index:1000;height:4.5rem}.navbar__container{margin:0 auto;height:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar__logo img{height:4rem;width:auto}.navbar__menu{display:flex;align-items:center;gap:2rem}.navbar__links{display:flex;gap:1.25rem}.navbar__link{font-size:.9rem;color:#2c3e50;text-decoration:none;padding:.5rem 0;position:relative;font-weight:700;letter-spacing:.2px;transition:color .2s ease}.navbar__link:hover{color:#1d81be}.navbar__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#1D81BE;transition:width .3s ease}.navbar__link:hover:after{width:100%}.navbar__actions{display:flex;align-items:center;gap:1.25rem}.navbar__phone{font-size:.9rem;display:flex;align-items:center;gap:.5rem;color:#2c3e50;text-decoration:none;font-weight:700;transition:color .2s ease}.navbar__phone:hover{color:#1d81be}.navbar__phone span{font-size:.95rem}.navbar__cta{background:#1D81BE;color:#fff;text-decoration:none;padding:.75rem 1.25rem;font-size:.9rem;border-radius:4px;font-weight:600;letter-spacing:.3px;transition:all .2s ease;box-shadow:0 2px 4px #1d81be1a}.navbar__cta:hover{background:rgb(23.597260274,104.9671232877,154.602739726);transform:translateY(-1px);box-shadow:0 4px 6px #1d81be33}.navbar__hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.navbar__hamburger span{display:block;width:25px;height:2px;background:#2C3E50;transition:all .3s ease}.navbar__hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__hamburger.active span:nth-child(2){opacity:0}.navbar__hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 1200px){.navbar__container{padding:0 1rem}.navbar__hamburger{display:flex}.navbar__menu{position:fixed;top:4.5rem;left:0;right:0;background:white;flex-direction:column;padding:1.5rem;transform:translate(100%);transition:transform .3s ease;box-shadow:0 4px 6px #0000001a}.navbar__menu.active{transform:translate(0)}.navbar__links{flex-direction:column;align-items:center;width:100%}.navbar__link{font-size:1.1rem;padding:.75rem 0}.navbar__actions{flex-direction:column;align-items:center;width:100%;gap:1rem;margin-top:1rem}.navbar__phone{font-size:1.1rem}.navbar__cta{width:100%;text-align:center}}.sticky-phone{position:fixed;bottom:20px;right:20px;background:#1D81BE;color:#fff;border:none;border-radius:50px;padding:12px 16px;display:none;align-items:center;gap:8px;font-size:.9rem;font-weight:600;text-decoration:none;z-index:1001;box-shadow:0 4px 12px #1d81be4d;transition:all .3s ease}.sticky-phone:hover{background:rgb(23.597260274,104.9671232877,154.602739726);transform:translateY(-2px);box-shadow:0 6px 16px #1d81be66}@media (max-width: 1200px){.sticky-phone{display:flex}}@media (max-width: 1200px){.navbar__actions{flex-direction:column;align-items:center;width:100%;gap:1rem;margin-top:1rem}.navbar__phone{display:none}.navbar__cta{width:100%;text-align:center}}.home-hero{background:linear-gradient(135deg,#1D81BE,rgb(18.8698630137,83.9383561644,123.6301369863));min-height:calc(100vh - 4.5rem);position:relative;overflow:hidden;margin-top:0;display:flex;align-items:center;box-sizing:border-box;padding:0}.home-hero__container{max-width:1800px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;padding:6rem 4rem;gap:6rem}.home-hero__content{flex:1;color:#fff;max-width:750px;position:relative;z-index:2}.home-hero__rating{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem}.home-hero__stars{color:gold;font-size:1.75rem;letter-spacing:3px}.home-hero__rating-text{font-size:1.2rem;opacity:.9}.home-hero__title{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:2rem}.home-hero__highlight{display:block;color:#90ee90;margin-bottom:.5rem}.home-hero__subtitle{font-size:1.4rem;line-height:1.6;opacity:.9;margin-bottom:3rem}.home-hero__cta-group{display:flex;gap:1.5rem}.home-hero__cta-primary{background:#90EE90;color:#1d81be;padding:1.25rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.home-hero__cta-primary:hover{transform:translateY(-3px);box-shadow:0 6px 15px #90ee9066}.home-hero__cta-secondary{background:transparent;color:#fff;padding:1.25rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;border:2px solid white;transition:all .3s ease}.home-hero__cta-secondary:hover{background:rgba(255,255,255,.15);transform:translateY(-3px)}.home-hero__image-wrapper{flex:1.2;position:relative;z-index:2}.home-hero__image{width:100%;max-width:800px;height:auto;border-radius:12px;box-shadow:0 25px 50px #00000040}.home-hero:before{content:"";position:absolute;top:-30%;right:-5%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 70%);border-radius:50%;z-index:1}.home-hero:after{content:"";position:absolute;bottom:-30%;left:-5%;width:600px;height:600px;background:radial-gradient(circle,rgba(144,238,144,.1) 0%,rgba(144,238,144,0) 70%);border-radius:50%;z-index:1}@media (max-width: 1400px){.home-hero__container{padding:5rem 3rem}.home-hero__title{font-size:4rem}.home-hero__image{max-width:700px}}@media (max-width: 1024px){.home-hero__container{padding:4rem 2rem;flex-direction:column;text-align:center;gap:4rem}.home-hero__content{max-width:800px}.home-hero__title{font-size:3.5rem}.home-hero__rating,.home-hero__cta-group{justify-content:center}.home-hero__image-wrapper{margin-top:2rem;display:flex;justify-content:center}}@media (max-width: 768px){.home-hero{min-height:auto}.home-hero__container{padding:3rem 1.5rem}.home-hero__title{font-size:2.75rem}.home-hero__subtitle{font-size:1.2rem}.home-hero__cta-group{flex-direction:column;width:100%;max-width:400px;margin:0 auto;gap:1rem}.home-hero__cta-primary,.home-hero__cta-secondary{width:100%;text-align:center;padding:1rem 2rem}.home-hero__image-wrapper{margin-top:3rem}.home-hero__image{max-width:100%}.home-hero__rating{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.home-hero__container{padding:2rem 1rem}.home-hero__title{font-size:2.25rem}.home-hero__subtitle{font-size:1.1rem}.home-hero__stars{font-size:1.5rem}.home-hero__rating-text{font-size:1rem}}.home-services{padding:6rem 2rem;background:linear-gradient(to bottom,#f8f9fa,#ffffff)}.home-services__container{max-width:1440px;margin:0 auto}.home-services__header{text-align:center;margin-bottom:4rem}.home-services__title{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1.5rem}.home-services__title:after{content:"";display:block;width:80px;height:4px;background:#1D81BE;margin:1rem auto;border-radius:2px}.home-services__subtitle{font-size:1.25rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}.home-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.home-services__card{background:white;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;height:100%;border:1px solid rgba(0,0,0,.05)}.home-services__card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #1d81be26}.home-services__card:hover .home-services__card-icon{background:#1D81BE;color:#fff;transform:scale(1.05)}.home-services__card-icon{width:72px;height:72px;background:rgba(29,129,190,.1);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#1d81be;margin-bottom:2rem;transition:all .3s ease}.home-services__card-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.home-services__card-description{font-size:1.1rem;color:#6c757d;line-height:1.6;margin-bottom:2rem}.home-services__feature-list{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.home-services__feature-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.home-services__feature-item:last-child{border-bottom:none}.home-services__feature-icon{color:#1d81be;display:flex;align-items:center}.home-services__feature-text{font-size:1rem;color:#4a4a4a}.home-services__card-link{color:#1d81be;text-decoration:none;font-weight:600;font-size:1.1rem;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 0;transition:all .2s ease;margin-top:auto}.home-services__card-link:hover{color:#166392;gap:.75rem}@media (max-width: 1200px){.home-services__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.home-services{padding:4rem 1.5rem}.home-services__title{font-size:2.5rem}.home-services__subtitle{font-size:1.1rem}.home-services__grid{grid-template-columns:1fr}.home-services__card{padding:2rem}}.tax-calculator{padding:6rem 2rem;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);position:relative;overflow:hidden}.tax-calculator:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(29,129,190,.05) 0%,transparent 60%);pointer-events:none}.tax-calculator__container{max-width:1440px;margin:0 auto}.tax-calculator__header{text-align:center;margin-bottom:3rem}.tax-calculator__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(29,129,190,.1);color:#1d81be;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;margin-bottom:1.5rem}.tax-calculator__title{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1rem}.tax-calculator__description{font-size:1.25rem;color:#6c757d}.tax-calculator__content{background:white;border-radius:8px;box-shadow:0 12px 24px #0000001a;overflow:hidden;display:grid;grid-template-columns:3fr 2fr;gap:2rem}.tax-calculator__form-wrapper{padding:3rem;border-right:1px solid #e9ecef}.tax-calculator__form{display:flex;flex-direction:column;gap:2rem}.tax-calculator__year-select label{display:block;margin-bottom:1rem;font-weight:600;color:#2c3e50}.tax-calculator__year-buttons{display:flex;gap:1rem}.tax-calculator__year-button{flex:1;padding:1rem;border:2px solid #e9ecef;border-radius:8px;background:none;color:#6c757d;font-weight:600;cursor:pointer;transition:all .2s ease}.tax-calculator__year-button:hover{border-color:#1d81be;color:#1d81be}.tax-calculator__year-button.active{background:#1D81BE;border-color:#1d81be;color:#fff}.tax-calculator__inputs{display:grid;grid-template-columns:1fr;gap:1.5rem}.tax-calculator__input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50}.tax-calculator__input-wrapper{position:relative}.tax-calculator__input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6c757d}.tax-calculator input{width:100%;padding:1rem 1rem 1rem 2.5rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .2s ease}.tax-calculator input:focus{outline:none;border-color:#1d81be;box-shadow:0 0 0 3px #1d81be1a}.tax-calculator__submit{background:#1D81BE;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.tax-calculator__submit:hover{background:rgb(25.6232876712,113.9794520548,167.8767123288);transform:translateY(-1px)}.tax-calculator__results{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.tax-calculator__results h3{color:#2c3e50;margin-bottom:1.5rem}.tax-calculator__result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.tax-calculator__result-item{background:#f8f9fa;padding:1.5rem;border-radius:8px}.tax-calculator__result-item.highlight{background:rgba(29,129,190,.1);grid-column:1/-1}.tax-calculator__result-item .label{display:block;font-size:.9rem;color:#6c757d;margin-bottom:.5rem}.tax-calculator__result-item .value{display:block;font-size:1.5rem;font-weight:700;color:#2c3e50}.tax-calculator__result-item .value.positive{color:#28a745}.tax-calculator__result-item .value.negative{color:#dc3545}.tax-calculator__info-panel{padding:3rem;background:#f8f9fa}.tax-calculator__tax-rates{margin-bottom:2rem}.tax-calculator__tax-rates h4{display:flex;align-items:center;gap:.5rem;color:#2c3e50;margin-bottom:1rem}.tax-calculator__rates-table{background:white;border-radius:8px;overflow:hidden;border:1px solid #e9ecef}.tax-calculator__rate-row{display:flex;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef}.tax-calculator__rate-row:last-child{border-bottom:none}.tax-calculator__rate-row .threshold{color:#6c757d;font-size:.95rem}.tax-calculator__rate-row .rate{font-weight:600;color:#2c3e50}.tax-calculator__disclaimers h4{display:flex;align-items:center;gap:.5rem;color:#2c3e50;margin-bottom:1rem}.tax-calculator__disclaimers ul{list-style:none;padding:0;margin:0}.tax-calculator__disclaimers ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#6c757d;font-size:.95rem}.tax-calculator__disclaimers ul li:before{content:"•";position:absolute;left:0;color:#1d81be}.tax-calculator__disclaimers ul li:last-child{margin-bottom:0}@media (max-width: 1200px){.tax-calculator__content{grid-template-columns:1fr}.tax-calculator__form-wrapper{border-right:none;border-bottom:1px solid #e9ecef}}@media (max-width: 768px){.tax-calculator{padding:4rem 1rem}.tax-calculator__title{font-size:2.25rem}.tax-calculator__description{font-size:1.1rem}.tax-calculator__form-wrapper,.tax-calculator__info-panel{padding:1.5rem}.tax-calculator__year-buttons{flex-direction:column}.tax-calculator__result-grid{grid-template-columns:1fr}.tax-calculator__result-item.highlight{grid-column:auto}}@media (max-width: 480px){.tax-calculator__badge{padding:.5rem 1rem;font-size:.9rem}.tax-calculator__inputs{gap:1rem}.tax-calculator input{padding:.875rem 1rem .875rem 2.5rem}.tax-calculator__submit{padding:.875rem 1.5rem}}.why-choose{padding:7rem 2rem;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);position:relative;overflow:hidden}.why-choose:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(29,129,190,.05) 0%,transparent 60%);pointer-events:none}.why-choose__container{max-width:1440px;margin:0 auto;position:relative}.why-choose__header{text-align:center;margin-bottom:5rem}.why-choose__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(29,129,190,.1);color:#1d81be;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;margin-bottom:1.5rem}.why-choose__badge svg{animation:pulse 2s infinite}.why-choose__title{font-size:3.5rem;font-weight:800;color:#2c3e50;margin-bottom:1.5rem;background:linear-gradient(to right,#2C3E50,#1D81BE);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.why-choose__subtitle{font-size:1.25rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}.why-choose__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:5rem}.why-choose__item{background:white;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid rgba(29,129,190,.1);position:relative;overflow:hidden}.why-choose__item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#1D81BE,#90EE90);opacity:0;transition:opacity .3s ease}.why-choose__item:hover{transform:translateY(-5px);box-shadow:0 12px 24px #1d81be26}.why-choose__item:hover:before{opacity:1}.why-choose__item:hover .why-choose__icon{background:#1D81BE;color:#fff;transform:scale(1.1)}.why-choose__icon{width:64px;height:64px;background:rgba(29,129,190,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1d81be;margin-bottom:1.5rem;transition:all .3s ease}.why-choose__content{position:relative}.why-choose__item-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.why-choose__item-description{font-size:1.1rem;color:#6c757d;line-height:1.6;margin-bottom:1.5rem}.why-choose__item-stats{display:flex;flex-direction:column;gap:.5rem}.why-choose__stats-number{color:#1d81be;font-weight:700;font-size:1.25rem}.why-choose__highlight-tag{display:inline-block;background:rgba(144,238,144,.2);color:#2c3e50;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600}.why-choose__cta{background:linear-gradient(135deg,#1D81BE,rgb(18.8698630137,83.9383561644,123.6301369863));padding:4rem;border-radius:10px;color:#fff;text-align:center;position:relative;overflow:hidden}.why-choose__cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E")}.why-choose__cta-content{position:relative;z-index:1}.why-choose__cta-icon{color:#90ee90;margin-bottom:1.5rem}.why-choose__cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.why-choose__cta-text{font-size:1.25rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.why-choose__cta-buttons{display:flex;gap:1rem;justify-content:center}.why-choose__cta-button-primary{background:#90EE90;color:#1d81be;padding:1.25rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease}.why-choose__cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #90ee904d}.why-choose__cta-button-secondary{background:transparent;color:#fff;padding:1.25rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.why-choose__cta-button-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media (max-width: 1200px){.why-choose__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.why-choose{padding:4rem 1.5rem}.why-choose__title{font-size:2.5rem}.why-choose__grid{grid-template-columns:1fr}.why-choose__cta{padding:3rem 1.5rem}.why-choose__cta-title{font-size:2rem}.why-choose__cta-buttons{flex-direction:column}}.tax-service{background:white;padding:2.75rem;border-radius:16px;box-shadow:0 6px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column;min-height:75vh;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.tax-service:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(to right,#1D81BE,rgb(68.904109589,166.8493150685,226.595890411));opacity:0;transition:opacity .3s ease}.tax-service:hover{transform:translateY(-8px);box-shadow:0 16px 32px #1d81be26}.tax-service:hover:before{opacity:1}.tax-service:hover .tax-service__icon{background:#1D81BE;color:#fff;transform:scale(1.08)}.tax-service__icon{width:80px;height:80px;background:rgba(29,129,190,.12);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#1d81be;margin-bottom:1.75rem;transition:all .3s ease;box-shadow:0 4px 8px #1d81be1a}.tax-service__title{font-size:2rem;font-weight:800;color:#2c3e50;margin-bottom:1rem;position:relative}.tax-service__title:after{content:"";display:block;width:60px;height:3px;background:rgba(29,129,190,.3);margin-top:.75rem}.tax-service__description{font-size:1.15rem;color:#6c757d;line-height:1.7;margin-bottom:2rem;font-weight:400}.tax-service__content{margin-bottom:2rem;flex-grow:1}.tax-service__content p{color:#4a4a4a;line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem}.tax-service__subtitle{font-size:1.3rem;font-weight:700;color:#2c3e50;margin-bottom:1.25rem;margin-top:2rem}.tax-service__feature-list{list-style:none;padding:0;margin:0 0 2rem}.tax-service__feature-item{display:flex;align-items:flex-start;gap:1.25rem;padding:.85rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.tax-service__feature-item:last-child{border-bottom:none}.tax-service__feature-icon{color:#1d81be;display:flex;align-items:center;flex-shrink:0;margin-top:.2rem;background:rgba(29,129,190,.1);padding:.5rem;border-radius:8px}.tax-service__feature-text{font-size:1.05rem;color:#4a4a4a;line-height:1.6}.tax-service__link{color:#1d81be;text-decoration:none;font-weight:600;font-size:1.15rem;display:inline-flex;align-items:center;gap:.5rem;padding:1rem 0;transition:all .25s ease;margin-top:auto;border:2px solid rgba(29,129,190,.1);padding:1rem 1.5rem;border-radius:8px;text-align:center;justify-content:center}.tax-service__link:hover{color:#fff;background:#1D81BE;gap:.75rem}.tax-service__pricing{background:linear-gradient(to right,rgba(29,129,190,.08),rgba(29,129,190,.03));padding:1.75rem;border-radius:12px;margin:2rem 0}.tax-service__pricing h4{font-size:1.2rem;color:#2c3e50;margin-bottom:.75rem}.tax-service__pricing-list{margin-top:1rem;padding-left:1.25rem}.tax-service__pricing-list li{margin-bottom:.5rem;color:#4a4a4a}.tax-service__price{font-size:2.25rem;font-weight:800;color:#1d81be;margin-bottom:.25rem}.tax-service__price-note{font-size:1rem;color:#6c757d;margin:0}.tax-service__quote{border-left:4px solid #90EE90;padding:1.25rem 0 1.25rem 1.75rem;margin:2rem 0;background:rgba(144,238,144,.05)}.tax-service__quote p{font-style:italic;color:#2c3e50;margin:0;font-size:1.1rem;line-height:1.6}.tax-service__alert{background:rgba(255,193,7,.1);border-left:4px solid #ffc107;padding:1.5rem;border-radius:8px;margin:2rem 0}.tax-service__alert h4{font-size:1.2rem;color:#856404;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.tax-service__alert h4:before{content:"⚠️"}.tax-service__alert p{margin:0;color:#856404}.tax-service__table{margin:2rem 0;border:1px solid rgba(0,0,0,.1);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.tax-service__table h4{padding:1.25rem;margin:0;background:rgba(0,0,0,.02);border-bottom:1px solid rgba(0,0,0,.1);font-size:1.2rem;color:#2c3e50}.tax-service__table-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.05);align-items:center}.tax-service__table-row:last-child{border-bottom:none}.tax-service__table-row:nth-child(odd):not(.tax-service__table-header){background:rgba(0,0,0,.01)}.tax-service__table-row.tax-service__table-header{background:rgba(29,129,190,.1);font-weight:700;color:#2c3e50;padding:1.25rem}.tax-service__steps{margin:2rem 0}.tax-service__steps h4{margin-bottom:1.5rem;font-size:1.25rem;color:#2c3e50}.tax-service__steps-list{list-style:none;padding:0;margin:0;counter-reset:step-counter}.tax-service__steps-list li{display:flex;align-items:flex-start;margin-bottom:1.5rem;position:relative}.tax-service__steps-list li:last-child{margin-bottom:0}.tax-service__steps-list li:not(:last-child):after{content:"";position:absolute;left:14px;top:28px;bottom:-14px;width:2px;background:rgba(29,129,190,.2);z-index:0}.tax-service__step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#1D81BE;color:#fff;border-radius:50%;font-weight:700;flex-shrink:0;margin-right:1.25rem;position:relative;z-index:2;box-shadow:0 2px 4px #1d81be4d}.tax-service__step-text{padding-top:.25rem;font-size:1.05rem;color:#4a4a4a;line-height:1.5}.tax-service__benefits{margin:2rem 0}.tax-service__benefits h4{margin-bottom:1.5rem;font-size:1.25rem;color:#2c3e50}.tax-service__benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.tax-service__benefit{background:rgba(29,129,190,.05);padding:1.5rem;border-radius:12px;border-left:3px solid rgba(29,129,190,.3);transition:all .2s ease}.tax-service__benefit:hover{background:rgba(29,129,190,.08);transform:translateY(-3px)}.tax-service__benefit h5{font-size:1.15rem;color:#1d81be;margin-bottom:.75rem;font-weight:700}.tax-service__benefit p{margin:0;font-size:1rem;line-height:1.6}@media (max-width: 1024px){.tax-service{min-height:60vh;padding:2.25rem}.tax-service__benefits-grid{grid-template-columns:1fr}.tax-service__title{font-size:1.75rem}.tax-service__description{font-size:1.1rem}}@media (max-width: 768px){.tax-service{padding:2rem;min-height:auto}.tax-service__title{font-size:1.6rem}.tax-service__description{font-size:1rem}.tax-service__table-row{grid-template-columns:1fr;gap:.75rem}.tax-service__table-row:not(:last-child){padding-bottom:1.5rem}.tax-service__table-row.tax-service__table-header{display:none}.tax-service__feature-item{gap:1rem}.tax-service__icon{width:70px;height:70px}.tax-service__price{font-size:1.8rem}.tax-service__link{font-size:1rem;padding:.875rem 1.25rem}}@media (max-width: 480px){.tax-service{padding:1.75rem}.tax-service__icon{width:60px;height:60px}.tax-service__steps-list li{margin-bottom:1.25rem}.tax-service__pricing{padding:1.25rem}.tax-service__feature-icon{padding:.4rem}.tax-service__feature-text{font-size:.95rem}}.about{background:linear-gradient(to bottom,#f8f9fa,#ffffff)}.about__hero{background:linear-gradient(135deg,#1D81BE,rgb(18.8698630137,83.9383561644,123.6301369863));padding:6rem 2rem;color:#fff;text-align:center;position:relative;overflow:hidden}.about__hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.about__hero-container{max-width:1440px;margin:0 auto;position:relative;z-index:1}.about__hero-content{max-width:800px;margin:0 auto}.about__tagline{font-size:1.5rem;color:#ffffffe6;margin-bottom:2rem;font-weight:300}.about h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to right,#ffffff,#90EE90);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about__badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgba(255,255,255,.1);border-radius:50px;font-weight:600;transition:all .3s ease}.about__badge:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.about__container{max-width:1440px;margin:0 auto;padding:6rem 2rem}.about__container h2{font-size:2.5rem;font-weight:800;color:#2c3e50;margin-bottom:2rem;text-align:center}.about__container h2:after{content:"";display:block;width:80px;height:4px;background:#1D81BE;margin:1rem auto;border-radius:2px}.about__container p{font-size:1.2rem;line-height:1.6;color:#6c757d;text-align:center;max-width:800px;margin:0 auto}.about__credentials-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.about__credential-item{display:flex;align-items:center;gap:.75rem;background:white;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.about__credential-item:hover{transform:translateY(-2px);box-shadow:0 8px 16px #1d81be1a}.about__credential-item svg{color:#1d81be}.about__credential-item span{font-weight:600;color:#2c3e50}.about__profile-content{max-width:800px;margin:0 auto}.about__profile-content p{margin-bottom:1.5rem;text-align:left}.about__profile-content p:last-child{margin-bottom:0}.about__services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.about__service-card{background:white;padding:2.5rem 2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);text-align:center}.about__service-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #1d81be26}.about__service-card .about__service-icon{width:70px;height:70px;background:rgba(29,129,190,.1);display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem}.about__service-card .about__service-icon svg{color:#1d81be}.about__service-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.about__service-card p{font-size:1.1rem;margin-bottom:0}.about__expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.about__expertise-card{background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.about__expertise-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #1d81be26}.about__expertise-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:700}.about__expertise-card ul{list-style:none;padding:0;margin:0}.about__expertise-card ul li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#6c757d;border-bottom:1px solid rgba(0,0,0,.05)}.about__expertise-card ul li svg{color:#1d81be}.about__expertise-card ul li:last-child{border-bottom:none}.about__software{background:#f8f9fa}.about__software-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.about__software-card{background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.about__software-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #1d81be26}.about__software-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:700}.about__software-card ul{list-style:none;padding:0;margin:0}.about__software-card ul li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#6c757d;border-bottom:1px solid rgba(0,0,0,.05)}.about__software-card ul li svg{color:#1d81be}.about__software-card ul li:last-child{border-bottom:none}.about__cta{background:linear-gradient(135deg,#1D81BE,rgb(18.8698630137,83.9383561644,123.6301369863));color:#fff;text-align:center;position:relative;overflow:hidden}.about__cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.about__cta-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.about__cta-content h2{color:#fff!important}.about__cta-content h2:after{background:#90EE90}.about__cta-content p{color:#ffffffe6!important;margin-bottom:2rem}.about__cta-buttons{display:flex;gap:1rem;justify-content:center}.about__cta-primary{background:#90EE90;color:#1d81be;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.about__cta-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #90ee904d}@media (max-width: 1024px){.about__expertise-grid,.about__software-grid,.about__services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.about__hero{padding:4rem 1.5rem}.about h1{font-size:2.5rem}.about__tagline{font-size:1.2rem}.about__container{padding:4rem 1.5rem}.about__container h2{font-size:2rem}.about__container p{font-size:1.1rem}.about__expertise-grid,.about__software-grid,.about__services-grid{grid-template-columns:1fr}.about__credential-item{flex:0 0 100%}.about__cta-buttons{flex-direction:column;gap:1rem}}.individual-hero{background:linear-gradient(135deg,#1D81BE,rgb(18.8698630137,83.9383561644,123.6301369863));min-height:calc(100vh - 4.5rem);position:relative;overflow:hidden;margin-top:0;display:flex;align-items:center;box-sizing:border-box;padding:0}.individual-hero__container{margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;padding:6rem 4rem;gap:4rem}.individual-hero__content{flex:1.2;color:#fff;max-width:800px;position:relative;z-index:2}.individual-hero__badges{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.individual-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);padding:.75rem 1.5rem;border-radius:50px;font-weight:600}.individual-hero__title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.individual-hero__subtitle{font-size:1.25rem;opacity:.9;margin-bottom:3rem;line-height:1.6}.individual-hero__highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.individual-hero__highlight{background:rgba(255,255,255,.1);padding:1.75rem;border-radius:8px;transition:transform .3s ease}.individual-hero__highlight h3{font-size:1.2rem;margin-bottom:.75rem;line-height:1.4}.individual-hero__highlight p{opacity:.9;font-size:.95rem;line-height:1.5}.individual-hero__image-wrapper{flex:1;position:relative;z-index:2;display:flex;justify-content:center}.individual-hero__image{width:100%;max-width:650px;height:auto;border-radius:12px;box-shadow:0 25px 50px #00000040}.individual-hero__cta{display:flex;gap:1rem}.individual-hero__cta-primary{background:#90EE90;color:#1d81be;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.individual-hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #90ee904d}.individual-hero__cta-secondary{background:transparent;border:2px solid white;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.individual-hero__cta-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}@media (max-width: 1400px){.individual-hero__container{padding:5rem 3rem;gap:3rem}.individual-hero__title{font-size:3.5rem}.individual-hero__image{max-width:600px}}@media (max-width: 1024px){.individual-hero__container{padding:4rem 2rem;flex-direction:column;text-align:center;gap:3rem}.individual-hero__content{max-width:800px}.individual-hero__title{font-size:3rem}.individual-hero__badges{justify-content:center}.individual-hero__highlights{grid-template-columns:repeat(2,1fr);gap:1.5rem}.individual-hero__cta{justify-content:center}.individual-hero__image-wrapper{margin-top:2rem;display:flex;justify-content:center}.individual-hero__image{max-width:500px}}@media (max-width: 768px){.individual-hero{min-height:auto}.individual-hero__container{padding:3rem 1.5rem}.individual-hero__title{font-size:2.5rem}.individual-hero__highlights{grid-template-columns:1fr}.individual-hero__cta{flex-direction:column;align-items:stretch}.individual-hero__image-wrapper{margin-top:3rem}.individual-hero__image{max-width:100%}}.individual-process{padding:6rem 2rem;background:white}.individual-process__container{max-width:1440px;margin:0 auto}.individual-process__header{text-align:center;margin-bottom:4rem}.individual-process__header h2{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1rem}.individual-process__header p{font-size:1.25rem;color:#6c757d}.individual-process__timeline{display:flex;flex-direction:column;gap:3rem;margin:0 auto;position:relative}.individual-process__timeline:before{content:"";position:absolute;left:32px;top:0;bottom:0;width:2px;background:rgba(29,129,190,.2)}.individual-process__step{display:flex;gap:2rem;position:relative}.individual-process__step-icon{width:64px;height:64px;background:#1D81BE;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;z-index:1;transition:all .3s ease}.individual-process__step-icon:hover{transform:scale(1.1);box-shadow:0 0 20px #1d81be4d}.individual-process__step-content{border:1.2px dashed #1D81BE;background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;flex-grow:1;transition:all .3s ease}.individual-process__step-content:hover{transform:scale(1.025);box-shadow:0 8px 16px #1d81be1a}.individual-process__step-content h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.individual-process__step-content p{color:#6c757d;margin-bottom:1rem;line-height:1.6}.individual-process__step-content ul{list-style:none;padding:0;margin:0}.individual-process__step-content ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#2c3e50}.individual-process__step-content ul li:before{content:"→";position:absolute;left:0;color:#1d81be}.individual-process__step-content ul li:last-child{margin-bottom:0}@media (max-width: 768px){.individual-process{padding:4rem 1.5rem}.individual-process__header h2{font-size:2.5rem}.individual-process__timeline:before{left:24px}.individual-process__step{gap:1.5rem}.individual-process__step-icon{width:48px;height:48px}.individual-process__step-icon svg{width:24px;height:24px}.individual-process__step-content{padding:1.5rem}}.individual-services{padding:6rem 2rem;background:linear-gradient(to bottom,#f8f9fa,#ffffff)}.individual-services__container{margin:0 auto}.individual-services__header{text-align:center;margin-bottom:4rem}.individual-services__header h2{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1rem}.individual-services__header p{font-size:1.25rem;color:#6c757d}.individual-services__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.individual-services__card{background:white;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.individual-services__card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #1d81be26}.individual-services__card:hover .individual-services__card-icon{background:#1D81BE;color:#fff;transform:scale(1.1)}.individual-services__card h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.individual-services__card p{color:#6c757d;margin-bottom:1.5rem;line-height:1.6}.individual-services__card ul{list-style:none;padding:0;margin:0}.individual-services__card ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#2c3e50}.individual-services__card ul li:before{content:"•";position:absolute;left:0;color:#1d81be}.individual-services__card ul li:last-child{margin-bottom:0}.individual-services__card-icon{width:64px;height:64px;background:rgba(29,129,190,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1d81be;margin-bottom:1.5rem;transition:all .3s ease}@media (max-width: 1024px){.individual-services__grid{grid-template-columns:1fr}}@media (max-width: 768px){.individual-services{padding:4rem 1.5rem}.individual-services__header h2{font-size:2.5rem}.individual-services__card{padding:2rem}}.business-hero{background:linear-gradient(135deg,#1D81BE,rgb(18.8698630137,83.9383561644,123.6301369863));min-height:calc(100vh - 4.5rem);position:relative;overflow:hidden;margin-top:0;display:flex;align-items:center;box-sizing:border-box;padding:0}.business-hero__container{margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;padding:6rem 4rem;gap:4rem}.business-hero__content{flex:1.2;color:#fff;max-width:800px;position:relative;z-index:2}.business-hero__badges{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.business-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);padding:.75rem 1.5rem;border-radius:50px;font-weight:600}.business-hero__title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.business-hero__subtitle{font-size:1.25rem;opacity:.9;margin-bottom:3rem;line-height:1.6}.business-hero__highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.business-hero__highlight{background:rgba(255,255,255,.1);padding:1.75rem;border-radius:8px;transition:transform .3s ease}.business-hero__highlight h3{font-size:1.2rem;margin-bottom:.75rem;line-height:1.4}.business-hero__highlight p{opacity:.9;font-size:.95rem;line-height:1.5}.business-hero__highlight svg{margin-bottom:1rem}.business-hero__highlight:hover{transform:translateY(-5px)}.business-hero__image-wrapper{flex:1;position:relative;z-index:2;display:flex;justify-content:center}.business-hero__image{width:100%;max-width:650px;height:auto;border-radius:12px;box-shadow:0 25px 50px #00000040}.business-hero__cta{display:flex;gap:1rem}.business-hero__cta-primary{background:#90EE90;color:#1d81be;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.business-hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #90ee904d}.business-hero__cta-secondary{background:transparent;border:2px solid white;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.business-hero__cta-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}@media (max-width: 1400px){.business-hero__container{padding:5rem 3rem;gap:3rem}.business-hero__image{max-width:550px}}@media (max-width: 1024px){.business-hero__container{padding:4rem 2rem;flex-direction:column;text-align:center;gap:3rem}.business-hero__highlights{grid-template-columns:repeat(2,1fr);gap:1.5rem}.business-hero__cta{justify-content:center}.business-hero__image{max-width:500px}}@media (max-width: 768px){.business-hero{min-height:auto}.business-hero__container{padding:3rem 1.5rem}.business-hero__title{font-size:2.5rem}.business-hero__highlights{grid-template-columns:1fr}.business-hero__cta{flex-direction:column;align-items:stretch}.business-hero__image-wrapper{margin-top:3rem}.business-hero__image{max-width:100%}.business-hero__badges{justify-content:center}}.business-process{padding:6rem 2rem;background:white}.business-process__container{margin:0 auto}.business-process__header{text-align:center;margin-bottom:4rem}.business-process__header h2{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1rem}.business-process__header p{font-size:1.25rem;color:#6c757d}.business-process__timeline{display:flex;flex-direction:column;gap:3rem;margin:0 auto;position:relative}.business-process__timeline:before{content:"";position:absolute;left:32px;top:0;bottom:0;width:2px;background:rgba(29,129,190,.2)}.business-process__step{display:flex;gap:2rem;position:relative}.business-process__step-icon{width:64px;height:64px;background:#1D81BE;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;z-index:1;transition:all .3s ease}.business-process__step-icon:hover{transform:scale(1.1);box-shadow:0 0 20px #1d81be4d}.business-process__step-content{border:1.2px dashed #1D81BE;background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;flex-grow:1;transition:all .3s ease}.business-process__step-content:hover{transform:scale(1.05);box-shadow:0 8px 16px #1d81be1a}.business-process__step-content h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.business-process__step-content p{color:#6c757d;margin-bottom:1rem;line-height:1.6}.business-process__step-content ul{list-style:none;padding:0;margin:0}.business-process__step-content ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#2c3e50}.business-process__step-content ul li:before{content:"→";position:absolute;left:0;color:#1d81be}.business-process__step-content ul li:last-child{margin-bottom:0}@media (max-width: 768px){.business-process{padding:4rem 1.5rem}.business-process__header h2{font-size:2.5rem}.business-process__header p{font-size:1.1rem}.business-process__timeline:before{left:24px}.business-process__step{gap:1.5rem}.business-process__step-icon{width:48px;height:48px}.business-process__step-icon svg{width:24px;height:24px}.business-process__step-content{padding:1.5rem}}@media (max-width: 480px){.business-process__step-content h3{font-size:1.25rem}.business-process__step-content p{font-size:.95rem}}.business-services{padding:6rem 2rem;background:linear-gradient(to bottom,#f8f9fa,#ffffff)}.business-services__container{max-width:1440px;margin:0 auto}.business-services__header{text-align:center;margin-bottom:4rem}.business-services__header h2{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1rem}.business-services__header h2:after{content:"";display:block;width:80px;height:4px;background:#1D81BE;margin:1rem auto;border-radius:2px}.business-services__header p{font-size:1.25rem;color:#6c757d;max-width:700px;margin:0 auto}.business-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.business-services__card{background:white;border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);overflow:hidden}.business-services__card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #1d81be26}.business-services__card:hover .business-services__card-icon{background:#1D81BE;color:#fff;transform:scale(1.1)}.business-services__card-icon{width:64px;height:64px;background:rgba(29,129,190,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1d81be;margin:2rem auto 1rem;transition:all .3s ease}.business-services__card-content{padding:1.5rem 2rem 2rem}.business-services__card-content h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;text-align:center}.business-services__card-content p{color:#6c757d;margin-bottom:1.5rem;text-align:center;line-height:1.6}.business-services__card-content ul{list-style:none;padding:0;margin:0 0 1.5rem}.business-services__card-content ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#2c3e50}.business-services__card-content ul li:before{content:"•";position:absolute;left:0;color:#1d81be}.business-services__card-content ul li:last-child{margin-bottom:0}.business-services__card-link{display:inline-block;color:#1d81be;text-decoration:none;font-weight:600;transition:all .2s ease}.business-services__card-link:hover{color:#166392;transform:translate(5px)}@media (max-width: 1200px){.business-services__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.business-services{padding:4rem 1.5rem}.business-services__header h2{font-size:2.5rem}.business-services__header p{font-size:1.1rem}.business-services__grid{grid-template-columns:1fr}.business-services__card{max-width:500px;margin:0 auto}}.financial-hero{background:linear-gradient(135deg,#1D81BE,rgb(18.8698630137,83.9383561644,123.6301369863));min-height:calc(100vh - 4.5rem);position:relative;overflow:hidden;margin-top:0;display:flex;align-items:center;box-sizing:border-box;padding:0}.financial-hero__container{margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;padding:6rem 4rem;gap:4rem}.financial-hero__content{flex:1.2;color:#fff;max-width:800px;position:relative;z-index:2}.financial-hero__badges{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.financial-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);padding:.75rem 1.5rem;border-radius:50px;font-weight:600}.financial-hero__title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.financial-hero__subtitle{font-size:1.25rem;opacity:.9;margin-bottom:3rem;line-height:1.6}.financial-hero__highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.financial-hero__highlight{background:rgba(255,255,255,.1);padding:1.75rem;border-radius:8px;transition:transform .3s ease}.financial-hero__highlight h3{font-size:1.2rem;margin-bottom:.75rem;line-height:1.4}.financial-hero__highlight p{opacity:.9;font-size:.95rem;line-height:1.5}.financial-hero__highlight svg{margin-bottom:1rem}.financial-hero__highlight:hover{transform:translateY(-5px)}.financial-hero__image-wrapper{flex:1;position:relative;z-index:2;display:flex;justify-content:center}.financial-hero__image{width:100%;max-width:650px;height:auto;border-radius:12px;box-shadow:0 25px 50px #00000040}.financial-hero__cta{display:flex;gap:1rem}.financial-hero__cta-primary{background:#90EE90;color:#1d81be;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.financial-hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #90ee904d}.financial-hero__cta-secondary{background:transparent;border:2px solid white;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.financial-hero__cta-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}@media (max-width: 1400px){.financial-hero__container{padding:5rem 3rem;gap:3rem}.financial-hero__title{font-size:3.5rem}.financial-hero__image{max-width:550px}}@media (max-width: 1024px){.financial-hero__container{padding:4rem 2rem;flex-direction:column;text-align:center;gap:3rem}.financial-hero__highlights{grid-template-columns:repeat(2,1fr);gap:1.5rem}.financial-hero__cta,.financial-hero__badges{justify-content:center}.financial-hero__image{max-width:500px}}@media (max-width: 768px){.financial-hero{min-height:auto}.financial-hero__container{padding:3rem 1.5rem}.financial-hero__title{font-size:2.5rem}.financial-hero__highlights{grid-template-columns:1fr}.financial-hero__cta{flex-direction:column;align-items:stretch}.financial-hero__image-wrapper{margin-top:3rem}.financial-hero__image{max-width:100%}}.financial-services{padding:6rem 2rem;background:linear-gradient(to bottom,#f8f9fa,#ffffff)}.financial-services__container{max-width:1440px;margin:0 auto}.financial-services__header{text-align:center;margin-bottom:4rem}.financial-services__header h2{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1rem}.financial-services__header h2:after{content:"";display:block;width:80px;height:4px;background:#1D81BE;margin:1rem auto;border-radius:2px}.financial-services__header p{font-size:1.25rem;color:#6c757d;max-width:700px;margin:0 auto}.financial-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.financial-services__card{background:white;border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);overflow:hidden}.financial-services__card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #1d81be26}.financial-services__card:hover .financial-services__card-icon{background:#1D81BE;color:#fff;transform:scale(1.1)}.financial-services__card-icon{width:64px;height:64px;background:rgba(29,129,190,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1d81be;margin:2rem auto 1rem;transition:all .3s ease}.financial-services__card-content{padding:1.5rem 2rem 2rem}.financial-services__card-content h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;text-align:center}.financial-services__card-content p{color:#6c757d;margin-bottom:1.5rem;text-align:center;line-height:1.6}.financial-services__card-content ul{list-style:none;padding:0;margin:0 0 1.5rem}.financial-services__card-content ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#2c3e50}.financial-services__card-content ul li:before{content:"•";position:absolute;left:0;color:#1d81be}.financial-services__card-content ul li:last-child{margin-bottom:0}.financial-services__card-link{display:inline-block;color:#1d81be;text-decoration:none;font-weight:600;transition:all .2s ease}.financial-services__card-link:hover{color:#166392;transform:translate(5px)}@media (max-width: 1200px){.financial-services__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.financial-services{padding:4rem 1.5rem}.financial-services__header h2{font-size:2.5rem}.financial-services__header p{font-size:1.1rem}.financial-services__grid{grid-template-columns:1fr}.financial-services__card{max-width:500px;margin:0 auto}}.financial-process{padding:6rem 2rem;background:white}.financial-process__container{margin:0 auto}.financial-process__header{text-align:center;margin-bottom:4rem}.financial-process__header h2{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1rem}.financial-process__header p{font-size:1.25rem;color:#6c757d}.financial-process__timeline{display:flex;flex-direction:column;gap:3rem;margin:0 auto;position:relative}.financial-process__timeline:before{content:"";position:absolute;left:32px;top:0;bottom:0;width:2px;background:rgba(29,129,190,.2)}.financial-process__step{display:flex;gap:2rem;position:relative}.financial-process__step-icon{width:64px;height:64px;background:#1D81BE;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;z-index:1;transition:all .3s ease}.financial-process__step-icon:hover{transform:scale(1.1);box-shadow:0 0 20px #1d81be4d}.financial-process__step-content{border:1.2px dashed #1D81BE;background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;flex-grow:1;transition:all .3s ease}.financial-process__step-content:hover{transform:scale(1.025);box-shadow:0 8px 16px #1d81be1a}.financial-process__step-content h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.financial-process__step-content p{color:#6c757d;margin-bottom:1rem;line-height:1.6}.financial-process__step-content ul{list-style:none;padding:0;margin:0}.financial-process__step-content ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#2c3e50}.financial-process__step-content ul li:before{content:"→";position:absolute;left:0;color:#1d81be}.financial-process__step-content ul li:last-child{margin-bottom:0}@media (max-width: 768px){.financial-process{padding:4rem 1.5rem}.financial-process__header h2{font-size:2.5rem}.financial-process__timeline:before{left:24px}.financial-process__step{gap:1.5rem}.financial-process__step-icon{width:48px;height:48px}.financial-process__step-icon svg{width:24px;height:24px}.financial-process__step-content{padding:1.5rem}}.contact{padding:6rem 2rem;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.contact__container{max-width:1440px;margin:0 auto}.contact__header{text-align:center;margin-bottom:4rem}.contact__title{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1rem}.contact__subtitle{font-size:1.25rem;color:#6c757d}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact__form-section{background:white;padding:3rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}.contact__form{display:flex;flex-direction:column;gap:1.5rem}.contact__form-group{display:flex;flex-direction:column;gap:.5rem}.contact__form-group label{font-weight:600;color:#2c3e50}.contact__form-group input,.contact__form-group select,.contact__form-group textarea{padding:.875rem 1rem;border:2px solid #e9ecef;border-radius:4px;font-size:1rem;transition:all .2s ease}.contact__form-group input:focus,.contact__form-group select:focus,.contact__form-group textarea:focus{outline:none;border-color:#1d81be;box-shadow:0 0 0 3px #1d81be1a}.contact__form-group textarea{resize:vertical;min-height:120px}.contact__form-success{background-color:#d4edda;color:#155724;padding:1rem;border-radius:4px;margin-bottom:1.5rem;text-align:center;font-weight:600}.contact__form-error{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1.5rem;text-align:center;font-weight:600}.contact__submit{background:#1D81BE;color:#fff;border:none;padding:1rem 2rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact__submit:hover{background:rgb(25.6232876712,113.9794520548,167.8767123288);transform:translateY(-1px)}.contact__submit:disabled{background:#6c757d;cursor:not-allowed;transform:none}.contact__info-section{display:flex;flex-direction:column;gap:2rem}.contact__info-card{background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}.contact__info-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:2rem}.contact__info-items{display:flex;flex-direction:column;gap:1.5rem}.contact__info-item{display:flex;gap:1rem;align-items:flex-start}.contact__info-icon{color:#1d81be;flex-shrink:0}.contact__info-content .label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.contact__info-content a{color:#1d81be;text-decoration:none}.contact__info-content a:hover{text-decoration:underline}.contact__info-content p{color:#6c757d;margin:0;line-height:1.5}.contact__map{border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000000d}@media (max-width: 1024px){.contact{padding:4rem 1.5rem}.contact__content{grid-template-columns:1fr;gap:2rem}.contact__title{font-size:2.5rem}}@media (max-width: 768px){.contact__form-section,.contact__info-card{padding:1.5rem}}@media (max-width: 480px){.contact{padding:3rem 1rem}.contact__title{font-size:2rem}.contact__subtitle{font-size:1.1rem}}.footer{background:#2C3E50;color:#fff;padding:4rem 2rem 2rem}.footer__container{margin:0 auto}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer__section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#90ee90}.footer__section p{line-height:1.6;opacity:.8}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.75rem}.footer__links li a{color:#fff;text-decoration:none;opacity:.8;transition:all .2s ease}.footer__links li a:hover{opacity:1;color:#90ee90}.footer__contact{list-style:none;padding:0;margin:0}.footer__contact li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;opacity:.8}.footer__contact li a{color:#fff;text-decoration:none;transition:color .2s ease}.footer__contact li a:hover{color:#90ee90}.footer__business-details{margin-bottom:1.5rem}.footer__business-details h4{font-size:1.1rem;font-weight:600;color:#90ee90;margin-bottom:.5rem}.footer__business-details p{color:#fff;opacity:.8;margin-bottom:.25rem;font-size:.9rem}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.footer__copyright p{opacity:.8;font-size:.9rem;margin-bottom:.5rem}.footer__copyright p:last-child{margin-bottom:0}.footer__copyright p a{color:#90ee90;text-decoration:none;transition:opacity .2s ease}.footer__copyright p a:hover{opacity:.8}.footer__socials{display:flex;gap:1rem}.footer__social-link{color:#fff;opacity:.8;transition:all .2s ease}.footer__social-link:hover{opacity:1;color:#90ee90;transform:translateY(-2px)}@media (max-width: 1024px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;text-align:center;gap:1.5rem}.footer__copyright{order:2}.footer__socials{order:1;justify-content:center}}.coming-soon{min-height:calc(100vh - 4.5rem);background:linear-gradient(135deg,#1D81BE,rgb(18.8698630137,83.9383561644,123.6301369863));display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.coming-soon__container{max-width:600px;width:100%;position:relative;z-index:2}.coming-soon__content{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:16px;text-align:center;color:#fff;border:1px solid rgba(255,255,255,.2)}.coming-soon__icon{margin-bottom:1.5rem;animation:pulse 2s infinite}.coming-soon__title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#90EE90);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.coming-soon__description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.coming-soon__newsletter{margin-bottom:2.5rem}.coming-soon__newsletter h2{font-size:1.5rem;margin-bottom:1rem}.coming-soon__form{max-width:400px;margin:0 auto}.coming-soon__input-group{position:relative;display:flex;gap:.5rem}.coming-soon__input-group input{flex:1;padding:1rem 1rem 1rem 2.75rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.1);color:#fff;font-size:1rem}.coming-soon__input-group input::placeholder{color:#fff9}.coming-soon__input-group input:focus{outline:none;border-color:#90ee90}.coming-soon__input-group button{background:#90EE90;color:#1d81be;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.coming-soon__input-group button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #90ee904d}.coming-soon__input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#fff9}.coming-soon__navigation p{margin-bottom:1rem;opacity:.9}.coming-soon__links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.coming-soon__link{color:#fff;text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:50px;transition:all .3s ease}.coming-soon__link:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.coming-soon__shapes{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.coming-soon__shape{position:absolute;background:rgba(255,255,255,.1);border-radius:50%}.coming-soon__shape--1{width:300px;height:300px;top:-150px;right:-150px}.coming-soon__shape--2{width:200px;height:200px;bottom:-100px;left:-100px}.coming-soon__shape--3{width:150px;height:150px;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width: 768px){.coming-soon{padding:1.5rem}.coming-soon__content{padding:2rem}.coming-soon__title{font-size:2.5rem}.coming-soon__description{font-size:1.1rem}.coming-soon__input-group{flex-direction:column}.coming-soon__input-group input{width:100%}.coming-soon__input-group button{width:100%;justify-content:center}}@media (max-width: 480px){.coming-soon__title{font-size:2rem}.coming-soon__content{padding:1.5rem}}
