@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#2c3e50;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#1a2332}h1{font-size:1.875rem}@media(min-width:768px){h1{font-size:2.25rem}}@media(min-width:992px){h1{font-size:3rem}}h2{font-size:1.5rem}@media(min-width:768px){h2{font-size:1.875rem}}@media(min-width:992px){h2{font-size:2.25rem}}h3{font-size:1.25rem}@media(min-width:768px){h3{font-size:1.5rem}}p{margin-bottom:1rem;color:#7b8d9e}.highlight{color:#e31e24;font-weight:700}.highlight-large{color:#e31e24;font-size:1.2em;font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:992px){.container{padding:0 2rem}}.section-title{font-size:1.5rem;font-weight:700;color:#1a2332;text-align:center;margin-bottom:2rem}.section-title--light{color:#fff}.section-subtitle{font-size:1rem;font-weight:400;color:#7b8d9e;text-align:center;margin-bottom:3rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}@media(min-width:768px){.section-subtitle{font-size:1.125rem;margin-bottom:4rem}}.section-subtitle--light{color:#ffffffe6}.section-header{margin-bottom:1.5rem}@media(min-width:768px){.section-header{margin-bottom:2rem}}.section-header .section-title{margin-bottom:1.5rem}.icon{width:24px;height:24px}.icon-large{width:48px;height:48px}.icon-small{width:20px;height:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes pulseUp{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes glow{0%,to{box-shadow:0 0 20px #e31e244d}50%{box-shadow:0 0 40px #e31e2499}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blob{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-50px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(50px,50px) scale(1.05)}}.animate-on-scroll{opacity:0;transition:none}.animate-on-scroll.animated{animation-duration:.8s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.4,0,.2,1)}.animate-on-scroll.fade-in-up.animated{animation-name:fadeInUp}.animate-on-scroll.fade-in-down.animated{animation-name:fadeInDown}.animate-on-scroll.fade-in-left.animated{animation-name:fadeInLeft}.animate-on-scroll.fade-in-right.animated{animation-name:fadeInRight}.animate-on-scroll.fade-in.animated{animation-name:fadeIn}.animate-on-scroll.scale-in.animated{animation-name:scaleIn}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-delay-6{animation-delay:.6s}.animate-delay-7{animation-delay:.7s}.animate-delay-8{animation-delay:.8s}.animate-delay-9{animation-delay:.9s}.animate-delay-10{animation-delay:1s}.animate-delay-11{animation-delay:1.1s}.animate-delay-12{animation-delay:1.2s}.float-animation{animation:float 6s ease-in-out infinite}.pulse-animation{animation:pulse 2s ease-in-out infinite}.glow-animation{animation:glow 2s ease-in-out infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid transparent;cursor:pointer;text-align:center;transition:all .3s ease;text-decoration:none}@media(min-width:768px){.btn{padding:1rem 2rem;font-size:1.125rem}}.btn--primary{background-color:#e31e24;color:#fff;border-color:#e31e24}.btn--primary:hover{background-color:#c0181d;border-color:#c0181d;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.btn--primary:active{transform:translateY(0)}.btn--secondary{background-color:#fff;color:#1a2332;border-color:#fff}.btn--secondary:hover{background-color:#f2f2f2;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.btn--outline{background-color:transparent;color:#1a2332;border-color:#1a2332;border-width:2px}.btn--outline:hover{background-color:#1a2332;color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.btn--outline-light{color:#fff;border-color:#fff;border-width:2px}.btn--outline-light:hover{background-color:#fff;color:#1a2332;transform:translateY(-2px);box-shadow:0 8px 24px #ffffff4d}.btn--whatsapp{background-color:#128c7e;color:#fff;border-color:#128c7e;width:100%;margin-top:1rem}.btn--whatsapp svg{filter:brightness(1)}.btn--whatsapp:hover{background-color:#0a6b5f;border-color:#0a6b5f;transform:translateY(-2px);box-shadow:0 8px 16px #128c7e4d}.btn--large{padding:1.5rem 3rem;font-size:1.125rem}@media(min-width:768px){.btn--large{padding:2rem 4rem;font-size:1.25rem}}.btn--large svg{width:24px;height:24px}.btn--full{width:100%}.btn svg{width:20px;height:20px;flex-shrink:0}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.contact-form{width:100%}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:400px){.form-row{gap:1rem;margin-bottom:1rem}}@media(min-width:768px){.form-row{grid-template-columns:1fr 1fr;gap:2rem}}.form-group{margin-bottom:1.5rem}@media(max-width:400px){.form-group{margin-bottom:1rem}}.form-row .form-group{margin-bottom:0}.form-label{display:block;font-size:.875rem;font-weight:600;color:#1a2332;margin-bottom:.5rem}@media(max-width:400px){.form-label{font-size:.75rem}}.form-input{width:100%;padding:.875rem 1.125rem;font-size:1rem;font-family:inherit;border:2px solid #E2E8F0;border-radius:10px;background:#f7fafc;color:#2c3e50;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:400px){.form-input{padding:.5rem 1rem;font-size:.875rem}}.form-input:hover{border-color:#cbd5e0;background:#fff}.form-input:focus{outline:none;border-color:#e31e24;background:#fff;box-shadow:0 0 0 4px #e31e241a;transform:translateY(-1px)}.form-input::placeholder{color:#a0aec0}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%234A5568' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:20px;padding-right:2.5rem}@media(max-width:400px){.form-select{background-position:right 1rem center;padding-right:2rem}}.form-select option[value=""][disabled]{color:#a0aec0}.form-textarea{resize:vertical;min-height:8.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}@media(max-width:400px){.form-textarea{min-height:5rem}}@media(min-width:768px){.form-textarea{min-height:8.75rem}}.form-success{padding:1.5rem;background-color:#27ae601a;color:#27ae60;border-radius:8px;text-align:center;font-weight:500;border:1px solid rgba(39,174,96,.2)}@media(max-width:400px){.form-success{padding:1rem;font-size:.875rem}}.form-error{padding:1.5rem;background-color:#e31e241a;color:#e31e24;border-radius:8px;text-align:center;font-weight:500;border:1px solid rgba(227,30,36,.2)}@media(max-width:400px){.form-error{padding:1rem;font-size:.875rem}}.radio-group{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.75rem}@media(min-width:768px){.radio-group{flex-wrap:nowrap}}.radio-group .radio-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px 1.5rem;border:2px solid #E2E8F0;border-radius:8px;background:#f7fafc;transition:all .3s ease;white-space:nowrap}.radio-group .radio-label:hover{border-color:#cbd5e0;background:#fff}.radio-group .radio-label input[type=radio]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:#E31E24}.radio-group .radio-label input[type=radio]:focus{outline:none}.radio-group .radio-label input[type=radio]:checked+span{color:#e31e24;font-weight:600}.radio-group .radio-label:has(input:checked){border-color:#e31e24;background:#e31e240d}.radio-group .radio-label span{font-size:1rem;color:#4a5568;transition:all .3s ease}.service-card{background-color:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 16px #1a233214;transition:all .3s ease;text-align:center}@media(min-width:768px){.service-card{padding:3rem}}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1a23321f}.service-card__icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:12px;transition:all .3s ease}.service-card__icon .icon-large{width:32px;height:32px;color:#fff;transition:all .3s ease}.service-card__title{font-size:1.25rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}.service-card__leader{font-size:.875rem;font-weight:600;color:#718096;margin-bottom:1.5rem}.service-card__description{font-size:1rem;color:#7b8d9e;line-height:1.7;margin-bottom:1.5rem}.service-card__list{list-style:none;padding:0}.service-card__list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#7b8d9e;font-size:.875rem}.service-card__list li:before{content:"✓";position:absolute;left:0;color:#e31e24;font-weight:700}.contact-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;text-align:center;transition:all .3s ease}@media(min-width:768px){.contact-card{padding:3rem}}.contact-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.contact-card__avatar{width:100px;height:100px;border-radius:9999px;background:linear-gradient(135deg,#e31e24,#a11418);color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.875rem;font-weight:700;margin:0 auto 2rem;box-shadow:0 8px 16px #e31e244d,0 0 0 4px #fff,0 0 0 6px #e31e2433;position:relative;transition:all .3s ease}@media(min-width:768px){.contact-card__avatar{width:120px;height:120px;font-size:2.25rem}}.contact-card__avatar:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;border-radius:9999px;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);pointer-events:none}.contact-card:first-child .contact-card__avatar{background:linear-gradient(135deg,#3498db,#2c3e50);box-shadow:0 8px 16px #3498db4d,0 0 0 4px #fff,0 0 0 6px #3498db33}.contact-card:last-child .contact-card__avatar{background:linear-gradient(135deg,#9b59b6,#8e44ad);box-shadow:0 8px 16px #9b59b64d,0 0 0 4px #fff,0 0 0 6px #9b59b633}.contact-card:hover .contact-card__avatar{transform:scale(1.05) rotate(5deg);box-shadow:0 12px 24px #e31e2466,0 0 0 4px #fff,0 0 0 8px #e31e244d}.contact-card:first-child:hover .contact-card__avatar{box-shadow:0 12px 24px #3498db66,0 0 0 4px #fff,0 0 0 8px #3498db4d}.contact-card:last-child:hover .contact-card__avatar{box-shadow:0 12px 24px #9b59b666,0 0 0 4px #fff,0 0 0 8px #9b59b64d}.contact-card__avatar--image{background:linear-gradient(135deg,#7b8d9e,#617485);overflow:hidden;padding:0}.contact-card__avatar--image:before{display:none}.contact-card__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.contact-card:first-child .contact-card__avatar--image,.contact-card:last-child .contact-card__avatar--image{background:linear-gradient(135deg,#7b8d9e,#617485)}.contact-card__name{font-size:1.125rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}@media(min-width:768px){.contact-card__name{font-size:1.25rem}}.contact-card__role{font-size:.875rem;color:#7b8d9e;margin-bottom:1.5rem}.contact-card__phone{display:block;font-size:1.125rem;font-weight:600;color:#e31e24;margin-bottom:1rem;transition:all .3s ease}.contact-card__phone:hover{color:#b7171c}.benefit{display:flex;gap:1.5rem;margin-bottom:2rem}.benefit:last-child{margin-bottom:0}.benefit__icon{flex-shrink:0;width:48px;height:48px;display:flex;justify-content:center;align-items:center;background-color:#e31e241a;border-radius:8px}.benefit__icon .icon{color:#e31e24}.benefit__content{flex:1}.benefit__title{font-size:1.125rem;font-weight:600;color:#1a2332;margin-bottom:.5rem}.benefit__text{font-size:1rem;color:#7b8d9e;line-height:1.6}.custom-cursor{position:fixed;pointer-events:none;z-index:9999;mix-blend-mode:difference}.custom-cursor__icon{position:fixed;width:32px;height:32px;transform:translate(-50%,-50%);z-index:10000;display:flex;align-items:center;justify-content:center;background:#e31e24;border-radius:9999px;box-shadow:0 4px 12px #e31e2466;transition:width .2s ease,height .2s ease,background .2s ease}.custom-cursor__icon:before{content:"₹";font-size:18px;font-weight:700;color:#fff;transition:content .2s ease,font-size .2s ease}.custom-cursor.cursor-hover .custom-cursor__icon{width:48px;height:48px;background:#1a2332;box-shadow:0 6px 20px #1a233280}.custom-cursor.cursor-hover .custom-cursor__icon:before{content:"→";font-size:24px}@media(max-width:1024px){.custom-cursor{display:none!important}}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a2332,#111721);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:99999;opacity:1;transition:opacity .5s ease,visibility .5s ease}.page-loader.hidden{opacity:0;visibility:hidden}.page-loader__content{display:flex;flex-direction:column;align-items:center;gap:4rem}.page-loader__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}.page-loader__logo{font-size:5rem;font-weight:700;color:#fff;letter-spacing:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1;margin-right:-12px}@media(min-width:768px){.page-loader__logo{font-size:6rem;letter-spacing:16px;margin-right:-16px}}@media(min-width:992px){.page-loader__logo{font-size:7rem;letter-spacing:20px;margin-right:-20px}}.page-loader__logo span{display:inline-block;animation:fadeInUp .8s ease forwards;opacity:0}.page-loader__logo span.letter-u{color:#e31e24;position:relative;animation:pulseUp 1.5s ease-in-out infinite;animation-delay:1s;text-shadow:0 0 30px rgba(227,30,36,.8);font-size:1.15em;transform-origin:bottom center;vertical-align:baseline}.page-loader__logo span:nth-child(1){animation-delay:.1s}.page-loader__logo span:nth-child(2){animation-delay:.2s}.page-loader__logo span:nth-child(3){animation-delay:.3s}.page-loader__logo span:nth-child(4){animation-delay:.4s}.page-loader__logo span:nth-child(5){animation-delay:.5s}.page-loader__subtitle{font-size:1.25rem;color:#ecf0f1;font-weight:400;animation:fadeIn 1s ease forwards;animation-delay:.8s;opacity:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:2px;margin-right:-2px}@media(min-width:768px){.page-loader__subtitle{font-size:1.5rem;letter-spacing:3px;margin-right:-3px}}@media(min-width:992px){.page-loader__subtitle{font-size:2rem;letter-spacing:4px;margin-right:-4px}}.page-loader__spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-top-color:#e31e24;border-radius:50%;animation:spin 1s linear infinite}@media(min-width:768px){.page-loader__spinner{width:60px;height:60px;border-width:4px}}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.floating-shapes__shape{position:absolute;opacity:.1;border-radius:50%;animation:blob 20s ease-in-out infinite}.floating-shapes__shape--1{width:300px;height:300px;background:linear-gradient(135deg,#e31e24,#1a2332);top:10%;left:5%;animation-delay:0s}@media(min-width:768px){.floating-shapes__shape--1{width:500px;height:500px}}.floating-shapes__shape--2{width:200px;height:200px;background:linear-gradient(225deg,#7b8d9e,#e31e24);top:60%;right:10%;animation-delay:5s}@media(min-width:768px){.floating-shapes__shape--2{width:400px;height:400px}}.floating-shapes__shape--3{width:150px;height:150px;background:linear-gradient(315deg,#1a2332,#7b8d9e);bottom:20%;left:50%;animation-delay:10s}@media(min-width:768px){.floating-shapes__shape--3{width:300px;height:300px}}.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#1a2332b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.floating-buttons{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.floating-buttons{bottom:3rem;right:3rem}}.floating-btn{background:none;border:none;padding:0;cursor:pointer;font:inherit;width:56px;height:56px;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}@media(min-width:768px){.floating-btn{width:64px;height:64px}}.floating-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 20px #00000040}.floating-btn:active{transform:translateY(-2px) scale(1.02)}.floating-btn svg{width:28px;height:28px}@media(min-width:768px){.floating-btn svg{width:32px;height:32px}}.floating-btn--whatsapp{background:#128c7e;color:#fff;box-shadow:0 4px 20px #128c7e66}.floating-btn--whatsapp:hover{background:#0a6b5f;box-shadow:0 6px 30px #128c7e99}.floating-btn--scroll-top{background:#1a2332;color:#fff;opacity:0;visibility:hidden;transition:all .3s ease}.floating-btn--scroll-top.visible{opacity:1;visibility:visible}.floating-btn--scroll-top:hover{background:#e31e24}.floating-btn--whatsapp:after{content:"";position:absolute;inset:0;border-radius:9999px;background:#128c7e;animation:pulse-ring 2s ease-out infinite;z-index:-1}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.4);opacity:0}}.header{position:sticky;top:0;background-color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000000f;z-index:100;transition:all .3s ease}.header__nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}@media(min-width:768px){.header__nav{padding:1.5rem 0}}@media(min-width:768px)and (max-height:845px){.header__nav{padding:1.25rem 0}}@media(min-width:768px)and (max-height:800px){.header__nav{padding:1rem 0}}@media(min-width:768px)and (max-height:700px){.header__nav{padding:.5rem 0}}.header__logo{flex-shrink:0}.header__logo-img{height:40px;width:auto;display:block}@media(min-width:576px){.header__logo-img{height:50px}}@media(min-width:768px){.header__logo-img{height:60px}}.header__logo-text{font-size:1.25rem;font-weight:700;color:#1a2332}@media(min-width:768px){.header__logo-text{font-size:1.5rem}}.header__menu{display:none;gap:2rem;align-items:center}@media(min-width:768px){.header__menu{display:flex}}.header__menu-item--dropdown{position:relative}.header__link{position:relative;font-size:1rem;font-weight:500;color:#2c3e50;transition:all .3s ease;padding:.5rem 0;display:inline-flex;align-items:center;gap:.5rem}.header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#e31e24;transition:all .3s ease}.header__link:hover{color:#e31e24}.header__link:hover:after{width:100%}.header__dropdown-icon{width:16px;height:16px;transition:transform .3s ease}.header__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:#fff;box-shadow:0 10px 30px #1a233226;border-radius:8px;padding:1rem 0;margin-top:1rem;list-style:none;z-index:100}.header__dropdown-link{display:block;padding:1rem 2rem;font-size:1rem;font-weight:500;color:#2c3e50;transition:all .3s ease}.header__dropdown-link:hover{background-color:#e31e241a;color:#e31e24}.header__toggle{background:none;border:none;cursor:pointer;font:inherit;display:block;z-index:102;padding:8px}@media(min-width:768px){.header__toggle{display:none}}.header__hamburger{display:flex;flex-direction:column;gap:5px;width:26px;height:20px;position:relative}.header__hamburger-line{display:block;width:100%;height:3px;background-color:#1a2332;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.header__hamburger--active .header__hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__hamburger--active .header__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger--active .header__hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__mobile-overlay{position:fixed;inset:0;background-color:#1a233299;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90}@media(min-width:768px){.header__mobile-overlay{display:none}}.header__mobile-overlay--enter{transition:opacity .3s ease-out}.header__mobile-overlay--enter-start{opacity:0}.header__mobile-overlay--enter-end{opacity:1}.header__mobile-overlay--leave{transition:opacity .25s ease-in}.header__mobile-overlay--leave-start{opacity:1}.header__mobile-overlay--leave-end{opacity:0}.header__mobile{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:360px;background:linear-gradient(135deg,#1a2332fa,#111721fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:-10px 0 40px #0000004d;z-index:91;overflow-y:auto;overflow-x:hidden}@media(min-width:768px){.header__mobile{display:none}}.header__mobile--enter{transition:transform .35s cubic-bezier(.4,0,.2,1)}.header__mobile--enter-start{transform:translate(100%)}.header__mobile--enter-end{transform:translate(0)}.header__mobile--leave{transition:transform .3s cubic-bezier(.4,0,.6,1)}.header__mobile--leave-start{transform:translate(0)}.header__mobile--leave-end{transform:translate(100%)}.header__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08}.header__mobile-logo{height:45px;width:auto;background-color:#fff;padding:.5rem 1rem;border-radius:8px}.header__mobile-close{background:none;border:none;cursor:pointer;font:inherit;padding:8px;color:#fff;transition:all .3s ease;border-radius:4px}.header__mobile-close:hover{background-color:#e31e2433;color:#e31e24;transform:rotate(90deg)}.header__mobile-close svg{display:block}.header__mobile-menu{display:flex;flex-direction:column;gap:0;padding:1.5rem 0;list-style:none}.header__mobile-link{display:flex;align-items:center;gap:1.5rem;font-size:1.125rem;font-weight:500;color:#fff;padding:1.5rem 2rem;transition:all .3s ease;border-left:3px solid transparent;background:transparent;width:100%;text-align:left;border:none;cursor:pointer}.header__mobile-link:hover{background-color:#ffffff14;border-left-color:#e31e24;padding-left:calc(2rem + 4px)}.header__mobile-link--dropdown{justify-content:space-between;padding-right:2rem}.header__mobile-link-content{display:flex;align-items:center;gap:1.5rem}.header__mobile-icon{width:22px;height:22px;flex-shrink:0}.header__mobile-chevron{width:20px;height:20px;transition:transform .3s ease;flex-shrink:0}.header__mobile-chevron--open{transform:rotate(180deg)}.header__mobile-dropdown{margin-bottom:.5rem}.header__mobile-submenu{display:flex;flex-direction:column;gap:0;background-color:#ffffff08;border-left:2px solid rgba(227,30,36,.3);margin-left:2rem;list-style:none}.header__mobile-sublink{display:block;font-size:1rem;font-weight:400;color:#ffffffd9;padding:1rem 2rem 1rem 3.5rem;transition:all .3s ease;border-left:2px solid transparent}.header__mobile-sublink:hover{background-color:#ffffff0d;color:#fff;border-left-color:#e31e24;padding-left:calc(3.5rem + 4px)}.footer{background-color:#1a2332;color:#ecf0f1;padding:4rem 0 2rem}.footer__logo-section{text-align:center;margin-bottom:4rem}@media(min-width:768px){.footer__logo-section{margin-bottom:6rem}}.footer__logo-card{display:inline-block;background:#fff;padding:2rem 3rem;border-radius:16px;box-shadow:0 8px 24px #0003;transition:all .3s ease}@media(max-width:568px){.footer__logo-card{padding:1.5rem 2rem;border-radius:12px}}.footer__logo-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000040}.footer__logo{display:block;height:80px;width:auto;max-width:100%;object-fit:contain}@media(max-width:568px){.footer__logo{height:60px}}@media(max-width:400px){.footer__logo{height:50px}}.footer__tagline{color:#ecf0f1;font-size:1rem;margin-top:1.5rem;text-align:center}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:576px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(4,1fr);gap:4rem}}.footer__col{display:flex;flex-direction:column}.footer__title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.footer__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer__link{color:#ecf0f1;font-size:1rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem}.footer__link:hover{color:#e31e24;transform:translate(.5rem)}.footer__icon{width:18px;height:18px;flex-shrink:0}.footer__text{color:#ecf0f1;font-size:1rem;display:flex;align-items:flex-start;gap:.5rem;line-height:1.6}.footer__disclaimers{padding:2rem 0;border-top:1px solid rgba(236,240,241,.2);border-bottom:1px solid rgba(236,240,241,.2);margin-bottom:2rem}.footer__disclaimer{font-size:.75rem;color:#95a5a6;text-align:center;margin-bottom:.5rem}@media(min-width:768px){.footer__disclaimer{font-size:.875rem}}.footer__disclaimer:last-child{margin-bottom:0}.footer__bottom{text-align:center}.footer__copyright{font-size:.875rem;color:#95a5a6;margin-bottom:.5rem}.footer__credits{font-size:.75rem;color:#95a5a6;margin-top:.5rem}@media(min-width:768px){.footer__credits{font-size:.875rem}}.footer__credits-link{color:#e31e24;font-weight:600;transition:all .3s ease;text-decoration:none}.footer__credits-link:hover{color:#fff;text-decoration:underline}.insurance-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a2332,#111721,#2c3e50);color:#fff;position:relative;overflow:hidden;padding:4rem 1.5rem}.insurance-hero:before,.insurance-hero:after{content:"";position:absolute;border-radius:50%;background:#e31e2426;animation:float 20s infinite ease-in-out}.insurance-hero:before{width:500px;height:500px;top:-150px;right:-150px;box-shadow:0 0 100px #e31e2433}.insurance-hero:after{width:400px;height:400px;bottom:-100px;left:-100px;animation-delay:-10s;background:#7b8d9e1f;box-shadow:0 0 80px #7b8d9e26}.insurance-hero .container{position:relative;z-index:2}.insurance-hero__announcement{max-width:700px;margin:0 auto 4rem;padding:2rem;text-align:center;background:#ffffff26;border:2px solid #E31E24;position:relative;overflow:hidden}.insurance-hero__announcement:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 0%,transparent 35%,rgba(255,255,255,.1) 45%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.1) 55%,transparent 65%,transparent 100%);animation:shine 3s infinite}.insurance-hero__announcement-badge{display:inline-block;background:#e31e24;color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:700;margin-bottom:1rem;letter-spacing:1px;animation:pulse 2s infinite;box-shadow:0 0 #e31e24b3;position:relative;z-index:2}@keyframes pulse{0%,to{box-shadow:0 0 #e31e24b3}50%{box-shadow:0 0 0 10px #e31e2400}}.insurance-hero__announcement-title{position:relative;z-index:2;font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}@media(min-width:768px){.insurance-hero__announcement-title{font-size:1.5rem}}.insurance-hero__announcement-text{font-size:1rem;opacity:.95;position:relative;z-index:2}@media(min-width:768px){.insurance-hero__announcement-text{font-size:1.125rem}}.insurance-hero__content{text-align:center}.insurance-hero__title{font-size:1.875rem;font-weight:700;margin-bottom:2rem;line-height:1.2;color:#fff}@media(min-width:768px){.insurance-hero__title{font-size:3.5rem}}@media(min-width:992px){.insurance-hero__title{font-size:4rem}}.insurance-hero__title .highlight{color:#e31e24}.insurance-hero__subtitle{font-size:1.125rem;margin-bottom:4rem;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto}@media(min-width:768px){.insurance-hero__subtitle{font-size:1.25rem}}.insurance-hero__stats{display:grid;grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto 4rem}@media(min-width:576px){.insurance-hero__stats{grid-template-columns:repeat(3,1fr);gap:3rem}}.insurance-hero__stats .stat-card{padding:3rem;text-align:center}.insurance-hero__stats .stat-card__number{font-size:3rem;font-weight:700;color:#e31e24;line-height:1;margin-bottom:1rem}@media(min-width:768px){.insurance-hero__stats .stat-card__number{font-size:3.5rem}}.insurance-hero__stats .stat-card__label{font-size:.875rem;opacity:.9}@media(min-width:768px){.insurance-hero__stats .stat-card__label{font-size:1rem}}.insurance-hero__cta{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center}@media(min-width:576px){.insurance-hero__cta{flex-direction:row;gap:2rem}}.insurance-hero__cta .btn{min-width:200px}.hero-floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}.floating-element{position:absolute;border-radius:50%;opacity:.4}.floating-element--1{width:60px;height:60px;top:15%;left:10%;background:linear-gradient(135deg,#E31E24,transparent);animation:float-diagonal 15s infinite ease-in-out}.floating-element--2{width:40px;height:40px;top:60%;right:15%;background:linear-gradient(135deg,#7b8d9e,transparent);animation:float-diagonal 18s infinite ease-in-out reverse;animation-delay:-5s}.floating-element--3{width:80px;height:80px;bottom:20%;left:20%;background:linear-gradient(135deg,rgba(227,30,36,.3),transparent);animation:float-up-down 20s infinite ease-in-out}.floating-element--4{width:50px;height:50px;top:40%;right:25%;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);animation:float-left-right 12s infinite ease-in-out;animation-delay:-3s}.floating-element--5{width:70px;height:70px;top:75%;right:10%;background:linear-gradient(135deg,rgba(227,30,36,.25),transparent);animation:float-up-down 16s infinite ease-in-out;animation-delay:-8s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes float-diagonal{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(20px,-15px) rotate(90deg)}50%{transform:translateY(-30px) rotate(180deg)}75%{transform:translate(-20px,-15px) rotate(270deg)}}@keyframes float-up-down{0%,to{transform:translateY(0)}50%{transform:translateY(-40px)}}@keyframes float-left-right{0%,to{transform:translate(0)}50%{transform:translate(30px)}}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.gst-calculator__card{max-width:1100px;margin:0 auto;padding:3rem 4rem;background:#fffffff2;box-shadow:0 10px 40px #1a23321a}.gst-calculator__layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:2rem}@media(min-width:768px){.gst-calculator__layout{grid-template-columns:1fr 2fr;gap:4rem}}.gst-calculator__input label{display:block;font-size:1rem;font-weight:600;color:#1a2332;margin-bottom:1rem;text-align:center}@media(min-width:768px){.gst-calculator__input label{text-align:left}}.gst-calculator__input .input-wrapper{position:relative;display:flex;align-items:center}.gst-calculator__input .input-wrapper .currency{position:absolute;left:2rem;font-size:1.25rem;font-weight:700;color:#1a2332;pointer-events:none}.gst-calculator__input .input-wrapper input{width:100%;padding:1.5rem 2rem 1.5rem 2.5rem;font-size:1.25rem;border:2px solid #7b8d9e;border-radius:8px;font-weight:600;color:#1a2332;transition:all .3s ease;background:#fff}.gst-calculator__input .input-wrapper input:focus{outline:none;border-color:#e31e24;box-shadow:0 0 0 4px #e31e241a}.gst-calculator__input .input-wrapper input::placeholder{color:#7b8d9e80}.gst-calculator__results{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:576px){.gst-calculator__results{grid-template-columns:repeat(3,1fr)}}.gst-calculator__results .result-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;border-radius:8px;background:#1a23320d;transition:transform .3s ease;min-height:100px}.gst-calculator__results .result-item:hover{transform:translateY(-2px)}.gst-calculator__results .result-item.highlight-green{background:#10b9811a;border:2px solid rgba(16,185,129,.3)}.gst-calculator__results .result-item.savings{background:linear-gradient(135deg,#10b981,#059669);border:none}.gst-calculator__results .result-item.savings .result-label{color:#fff;font-size:1rem;font-weight:700}.gst-calculator__results .result-item.savings .result-value{color:#fff}.gst-calculator__results .result-item.savings .result-value.savings-amount{font-size:1.5rem;font-weight:700}.gst-calculator__results .result-label{font-size:.875rem;color:#7b8d9e;font-weight:500;margin-bottom:1rem;min-height:2.5rem;display:flex;align-items:center;justify-content:center;white-space:nowrap}.gst-calculator__results .result-value{font-size:1.25rem;font-weight:700;color:#1a2332;line-height:1.2}.gst-calculator__note{font-size:.75rem;color:#7b8d9e;text-align:center;font-style:italic;padding-top:1.5rem;border-top:1px solid rgba(26,35,50,.1);line-height:1.5}.insurance-overview__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:992px){.insurance-overview__grid{grid-template-columns:1fr 1fr;gap:6rem}}.insurance-overview__content .section-title{text-align:left}.insurance-overview__subtitle{font-size:1.25rem;color:#e31e24;font-weight:600;margin-bottom:2rem}@media(min-width:768px){.insurance-overview__subtitle{font-size:1.5rem}}.insurance-overview__text{font-size:1rem;line-height:1.8;color:#2c3e50;margin-bottom:2rem}@media(min-width:768px){.insurance-overview__text{font-size:1.125rem}}.insurance-overview__features{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.insurance-overview__features .feature-item{display:flex;gap:1.5rem;align-items:flex-start}.insurance-overview__features .feature-item .feature-icon{width:48px;height:48px;color:#e31e24;flex-shrink:0}.insurance-overview__features .feature-item h4{font-size:1.125rem;font-weight:600;color:#1a2332;margin-bottom:.5rem}.insurance-overview__features .feature-item p{font-size:1rem;color:#7b8d9e;line-height:1.6}.insurance-overview__visual{position:relative}.insurance-overview__visual img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #1a233233}.insurance-overview__badge{position:absolute;bottom:2rem;right:2rem;padding:2rem 3rem;text-align:center}.insurance-overview__badge .badge-number{font-size:2.5rem;font-weight:700;color:#e31e24;line-height:1;margin-bottom:.5rem}.insurance-overview__badge .badge-text{font-size:.875rem;opacity:.9}.insurance-types__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:576px){.insurance-types__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.insurance-types__grid{grid-template-columns:repeat(3,1fr)}}.insurance-type-card{padding:3rem;background:#fffffff2;border:2px solid rgba(26,35,50,.1);border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden}.insurance-type-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(227,30,36,.05),transparent);transition:left .6s ease}.insurance-type-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px #1a233233;border-color:#e31e24}.insurance-type-card:hover:before{left:100%}.insurance-type-card:hover .insurance-type-card__icon{transform:scale(1.15) rotate(5deg);color:#e31e24}.insurance-type-card__icon{width:72px;height:72px;margin:0 auto 2rem;padding:1.5rem;background:linear-gradient(135deg,#e31e241a,#7b8d9e1a);border-radius:50%;color:#e31e24;transition:all .4s ease}.insurance-type-card__icon svg{width:100%;height:100%}.insurance-type-card__title{font-size:1.25rem;font-weight:700;color:#1a2332;text-align:center;margin-bottom:1rem}.insurance-type-card__gst{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:700;margin:0 auto 2rem;text-align:center}.insurance-type-card__gst:before{content:"✓ "}.insurance-type-card__gst-old{display:inline-block;background:linear-gradient(135deg,#7b8d9e,#617485);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:700;margin:0 auto 2rem;text-align:center}.insurance-type-card__list{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.insurance-type-card__list li{padding:1rem 0 1rem 2rem;font-size:1rem;color:#2c3e50;position:relative}.insurance-type-card__list li:before{content:"•";position:absolute;left:0;color:#e31e24;font-weight:700}.insurance-type-card__benefit{font-size:.875rem;color:#7b8d9e;font-style:italic;text-align:center;padding-top:1.5rem;border-top:1px solid rgba(26,35,50,.1)}.insurance-expert__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:992px){.insurance-expert__grid{grid-template-columns:1fr 1.2fr;gap:6rem}}.insurance-expert__image{position:relative;text-align:center}.insurance-expert__image .expert-image-container{position:relative;display:inline-block;padding:3rem 0 0;background:linear-gradient(135deg,#e31e241a,#7b8d9e1a);border-radius:16px;border:3px solid rgba(227,30,36,.5);box-shadow:0 20px 60px #0000004d}@media(min-width:768px){.insurance-expert__image .expert-image-container{padding-top:4rem}}.insurance-expert__image img{width:100%;max-width:345px;height:auto;display:block;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}@media(min-width:768px){.insurance-expert__image img{max-width:400px}}.insurance-expert__badge{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);padding:1.5rem 3rem;text-align:center;min-width:180px}.insurance-expert__badge .badge-stat{font-size:1.75rem;font-weight:700;color:#e31e24;line-height:1;margin-bottom:.5rem}.insurance-expert__badge .badge-label{font-size:.75rem;opacity:.9}.insurance-expert__content{color:#fff}.insurance-expert__label{display:inline-block;background:#e31e2433;color:#e31e24;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.insurance-expert__name{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.insurance-expert__name{font-size:2.5rem}}.insurance-expert__tagline{font-size:1.25rem;color:#ffffffe6;font-weight:500;margin-bottom:3rem}.insurance-expert__bio{font-size:1rem;line-height:1.8;color:#ffffffd9;margin-bottom:3rem}@media(min-width:768px){.insurance-expert__bio{font-size:1.125rem}}.insurance-expert__specialties{margin-bottom:3rem}.insurance-expert__specialties h4{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.insurance-expert__specialties .specialty-tags{display:flex;flex-wrap:wrap;gap:1rem}.insurance-expert__specialties .specialty-tags span{display:inline-block;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;transition:all .3s ease}.insurance-expert__specialties .specialty-tags span:hover{background:#e31e2433;border-color:#e31e24}.insurance-expert__quote{font-size:1.125rem;font-style:italic;color:#fffffff2;padding:2rem;border-left:4px solid #E31E24;background:#ffffff0d;border-radius:8px;margin-bottom:3rem}.insurance-expert__contact{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:576px){.insurance-expert__contact{flex-direction:row;gap:2rem}}.insurance-expert__contact .btn{display:inline-flex;align-items:center;gap:1rem}.insurance-expert__contact .btn svg{width:20px;height:20px}.claim-process{background:linear-gradient(180deg,#f8f9fa,#f8f9fa4d);padding:6rem 0}.claim-process__steps{display:grid;grid-template-columns:1fr;gap:4rem;margin:6rem 0;position:relative;padding:4rem 2rem}@media(min-width:768px){.claim-process__steps{grid-template-columns:repeat(5,1fr);gap:1.5rem;padding:4rem 3rem}}@media(min-width:992px){.claim-process__steps{gap:2rem;padding:4rem 6rem}}.claim-process__cta{text-align:center;padding:6rem 4rem;background:linear-gradient(135deg,#1a2332,#111721);border-radius:16px;max-width:700px;margin:0 auto;position:relative;overflow:hidden;border:2px solid rgba(227,30,36,.3);box-shadow:0 10px 40px #1a233233}@media(max-width:450px){.claim-process__cta{padding:4rem 2rem}}.claim-process__cta:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(227,30,36,.1) 0%,transparent 70%);animation:float 20s infinite ease-in-out}.claim-process__cta h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;position:relative;z-index:2}@media(min-width:768px){.claim-process__cta h3{font-size:1.875rem}}.claim-process__cta p{font-size:1.125rem;color:#ffffffe6;margin-bottom:3rem;position:relative;z-index:2}.claim-process__cta .btn{position:relative;z-index:2;min-width:250px}@media(max-width:450px){.claim-process__cta .btn{min-width:100%;width:100%}}.process-step{position:relative;background:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 4px 20px #1a233214;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.process-step:before{content:"";position:absolute;top:50%;right:-1.5rem;width:1.5rem;height:2px;background:linear-gradient(90deg,rgba(227,30,36,.5),transparent);transform:translateY(-50%);display:none}@media(min-width:768px){.process-step:before{display:block}}.process-step:last-child:before{display:none}.process-step:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #e31e2426;border-color:#e31e24}.process-step:hover .process-step__number{transform:scale(1.1) rotate(360deg)}.process-step:hover .process-step__icon{transform:scale(1.1);background:linear-gradient(135deg,#e31e24,#b7171c)}.process-step:hover .process-step__icon svg{color:#fff}.process-step__number{width:50px;height:50px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#e31e24,#b7171c);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;box-shadow:0 4px 16px #e31e244d;transition:all .4s ease}.process-step__icon{width:70px;height:70px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e31e241a,#7b8d9e1a);border-radius:50%;border:3px solid rgba(227,30,36,.3);transition:all .4s ease}.process-step__icon svg{width:32px;height:32px;color:#e31e24;stroke-width:2.5;transition:all .4s ease}.process-step__title{font-size:1.125rem;font-weight:700;color:#1a2332;margin-bottom:1rem}.process-step__description{font-size:1rem;color:#7b8d9e;line-height:1.6}.case-studies__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.case-studies__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.case-studies__grid{grid-template-columns:repeat(2,1fr)}}.case-study-card{padding:3rem;background:#fffffff2;border:2px solid rgba(26,35,50,.1);border-radius:12px;transition:all .4s ease;display:flex;flex-direction:column;position:relative;overflow:hidden}.case-study-card:before{content:"";position:absolute;top:-50%;left:-50%;width:50%;height:200%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.8) 50%,transparent 100%);transform:skew(-20deg);transition:left .8s ease;z-index:1}.case-study-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #1a233233;border-color:#e31e24}.case-study-card:hover:before{left:150%}.case-study-card__type{display:inline-block;background:#e31e241a;color:#e31e24;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;align-self:flex-start;position:relative;z-index:2}.case-study-card__title{font-size:1.25rem;font-weight:700;color:#1a2332;margin-bottom:1rem;position:relative;z-index:2}.case-study-card__amount{font-size:1.5rem;font-weight:700;color:#10b981;margin-bottom:2rem;position:relative;z-index:2}.case-study-card__description{font-size:1rem;line-height:1.7;color:#2c3e50;margin-bottom:2rem;flex-grow:1;position:relative;z-index:2}.case-study-card__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:2rem;border-top:1px solid rgba(26,35,50,.1);position:relative;z-index:2}.case-study-card__stats .stat{text-align:center}.case-study-card__stats .stat-label{display:block;font-size:.75rem;color:#7b8d9e;margin-bottom:.5rem}.case-study-card__stats .stat-value{display:block;font-size:1.125rem;font-weight:700;color:#1a2332}.insurance-cta{background:linear-gradient(135deg,#1a2332,#151c28 30%,#2c3e50 70%,#233140);color:#fff;position:relative;overflow:hidden;border-top:3px solid #E31E24;box-shadow:0 -10px 40px #e31e241a}.insurance-cta:before{content:"";position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(227,30,36,.2) 0%,transparent 70%);border-radius:50%;animation:float 20s infinite ease-in-out}.insurance-cta:after{content:"";position:absolute;bottom:-150px;left:-150px;width:600px;height:600px;background:radial-gradient(circle,rgba(123,141,158,.15) 0%,transparent 70%);border-radius:50%;animation:float 25s infinite ease-in-out reverse}.insurance-cta__content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.insurance-cta__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.insurance-cta__title{font-size:1.875rem}}.insurance-cta__text{font-size:1.125rem;color:#ffffffe6;margin-bottom:4rem}@media(min-width:768px){.insurance-cta__text{font-size:1.25rem}}.insurance-cta__benefits{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}@media(min-width:576px){.insurance-cta__benefits{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.insurance-cta__benefits{grid-template-columns:repeat(4,1fr);gap:2rem}}.insurance-cta__benefits .benefit-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:8px;border:1px solid rgba(255,255,255,.2)}@media(min-width:768px){.insurance-cta__benefits .benefit-item{flex-direction:column;text-align:center}}.insurance-cta__benefits .benefit-item svg{width:24px;height:24px;color:#10b981;flex-shrink:0}.insurance-cta__benefits .benefit-item span{font-size:.875rem;color:#fff}@media(min-width:768px){.insurance-cta__benefits .benefit-item span{font-size:1rem}}.insurance-cta__buttons{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;margin-bottom:3rem}@media(min-width:576px){.insurance-cta__buttons{flex-direction:row;gap:2rem}}.insurance-cta__buttons .btn{display:inline-flex;align-items:center;gap:1rem;min-width:220px}.insurance-cta__buttons .btn svg{width:20px;height:20px}.insurance-cta__note{font-size:1rem;color:#fffc;display:flex;align-items:center;justify-content:center;gap:1rem}.insurance-cta__note svg{width:20px;height:20px;color:#e31e24;flex-shrink:0}.faq{padding:6rem 0;background:linear-gradient(180deg,#ecf0f126,#ecf0f14d);position:relative}.faq__header{text-align:center;margin-bottom:6rem;position:relative;z-index:1}.faq__subtitle{font-size:1.125rem;color:#7b8d9e;margin-top:1rem;font-weight:500}@media(max-width:400px){.faq__subtitle{font-size:1rem;padding:0 1rem}}@media(min-width:768px){.faq__subtitle{font-size:1.25rem}}.faq__accordion{max-width:900px;margin:0 auto;position:relative;z-index:1}.faq__cta{text-align:center;margin-top:6rem;padding:4rem;background:linear-gradient(135deg,#fff,#1a233205);border-radius:16px;box-shadow:0 8px 24px #1a23321a;border:2px solid rgba(227,30,36,.1);transition:all .3s ease}@media(max-width:400px){.faq__cta{padding:2rem;border-radius:12px;margin-top:4rem}}.faq__cta:hover{transform:translateY(-5px);box-shadow:0 12px 32px #1a233226;border-color:#e31e244d}.faq__cta-text{font-size:1.125rem;color:#1a2332;font-weight:600;margin-bottom:1.5rem}@media(max-width:400px){.faq__cta-text{font-size:1rem;margin-bottom:1rem}}@media(min-width:768px){.faq__cta-text{font-size:1.25rem}}.faq-category{margin-bottom:6rem}.faq-category:last-of-type{margin-bottom:0}.faq-category__title{font-size:1.25rem;font-weight:700;color:#1a2332;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:3px solid transparent;border-image:linear-gradient(90deg,#E31E24 0%,#1a2332 50%,transparent 100%) 1;position:relative}@media(max-width:400px){.faq-category__title{font-size:1.125rem;margin-bottom:1.5rem;padding-bottom:1rem}}@media(min-width:768px){.faq-category__title{font-size:1.5rem}}.faq-category__title:before{content:"•";color:#e31e24;margin-right:.5rem;font-size:1.5em;vertical-align:middle}.faq-item{margin-bottom:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #1a23320f;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(26,35,50,.06)}.faq-item:hover{box-shadow:0 6px 20px #1a23321f;border-color:#e31e2433}.faq-item:last-child{margin-bottom:0}.faq-item__question{width:100%;padding:2rem 3rem;background:transparent;border:none;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;text-align:left;cursor:pointer;font-size:1rem;font-weight:600;color:#1a2332;transition:all .3s ease;position:relative}@media(max-width:400px){.faq-item__question{padding:1.5rem 2rem;font-size:.875rem;gap:1rem}}@media(min-width:768px){.faq-item__question{padding:2rem 3rem;font-size:1.125rem}}.faq-item__question:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#e31e24,#1a2332);transform:scaleY(0);transition:transform .3s ease}.faq-item__question:hover{background:#e31e2408;padding-left:calc(3rem + 8px)}@media(max-width:400px){.faq-item__question:hover{padding-left:calc(2rem + 6px)}}.faq-item__question:hover:before{transform:scaleY(1)}.faq-item__question.active{color:#e31e24;background:#e31e240d;padding-left:calc(3rem + 8px)}@media(max-width:400px){.faq-item__question.active{padding-left:calc(2rem + 6px)}}.faq-item__question.active:before{transform:scaleY(1)}.faq-item__question span{flex:1}.faq-item__icon{width:28px;height:28px;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);color:#e31e24;filter:drop-shadow(0 2px 4px rgba(227,30,36,.2))}@media(max-width:400px){.faq-item__icon{width:24px;height:24px}}.faq-item__icon.rotate{transform:rotate(45deg);color:#1a2332}.faq-item__answer{font-size:1rem;color:#7b8d9e;line-height:1.8;background:#1a233203;border-top:1px solid rgba(26,35,50,.05);overflow:hidden}@media(max-width:400px){.faq-item__answer{font-size:.875rem;line-height:1.6}}@media(min-width:768px){.faq-item__answer{font-size:1.125rem}}.faq-item__answer p{padding:1.5rem 3rem 2rem;margin:0}@media(max-width:400px){.faq-item__answer p{padding:1rem 2rem 1.5rem}}@media(min-width:768px){.faq-item__answer p{padding:1.5rem 3rem 3rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.testimonials{padding:4rem 0;background:linear-gradient(135deg,#1a2332,#111721);position:relative;overflow:visible}.testimonials:before{content:"";position:absolute;top:-100px;left:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(227,30,36,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.testimonials:after{content:"";position:absolute;bottom:-150px;right:10%;width:400px;height:400px;background:radial-gradient(circle,rgba(227,30,36,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.testimonials__carousel{position:relative;max-width:1000px;margin:0 auto;padding:1.5rem 0 3rem}.testimonials__track{overflow-x:hidden;overflow-y:visible}.testimonials__slides{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.testimonials__slide{min-width:100%;padding:1.5rem 1rem}@media(min-width:768px){.testimonials__slide{padding:2rem 1.5rem}}.testimonials__controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.testimonials__button{background:none;border:none;padding:0;cursor:pointer;font:inherit;width:50px;height:50px;border-radius:9999px;background:#fff;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:2px solid transparent}.testimonials__button svg{width:24px;height:24px;color:#1a2332;transition:color .3s ease}.testimonials__button:hover{background:#e31e24;border-color:#e31e24;transform:scale(1.1);box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.testimonials__button:hover svg{color:#fff}.testimonials__button:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}.testimonials__button:disabled:hover{background:#fff;border-color:transparent}.testimonials__button:disabled:hover svg{color:#1a2332}.testimonials__dots{display:flex;gap:.5rem}.testimonials__dot{background:none;border:none;padding:0;cursor:pointer;font:inherit;width:12px;height:12px;border-radius:9999px;background:#ffffff4d;transition:all .3s ease}.testimonials__dot.active{width:32px;background:#e31e24;box-shadow:0 0 10px #e31e2480}.testimonials__dot:hover{background:#ffffff80}.testimonial-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;position:relative;overflow:hidden}@media(max-width:380px){.testimonial-card{padding:1.5rem;border-radius:12px}}@media(min-width:768px){.testimonial-card{padding:4rem}}.testimonial-card:before{content:'"';position:absolute;top:-20px;left:20px;font-size:120px;font-weight:700;color:#e31e241a;font-family:Georgia,serif;line-height:1}@media(max-width:380px){.testimonial-card:before{font-size:80px;top:-15px;left:15px}}.testimonial-card__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;position:relative;z-index:2}@media(max-width:380px){.testimonial-card__header{gap:1rem;margin-bottom:1.5rem}}.testimonial-card__avatar{width:60px;height:60px;border-radius:9999px;background:linear-gradient(135deg,#1a2332,#e31e24);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}@media(max-width:380px){.testimonial-card__avatar{width:50px;height:50px;font-size:1.125rem}}@media(min-width:768px){.testimonial-card__avatar{width:70px;height:70px;font-size:1.5rem}}.testimonial-card__info{flex:1}.testimonial-card__name{font-size:1.125rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}@media(max-width:380px){.testimonial-card__name{font-size:1rem}}@media(min-width:768px){.testimonial-card__name{font-size:1.25rem}}.testimonial-card__service{font-size:.875rem;color:#7b8d9e;margin-bottom:.5rem}@media(max-width:380px){.testimonial-card__service{font-size:.75rem}}@media(min-width:768px){.testimonial-card__service{font-size:1rem}}.testimonial-card__rating{display:flex;gap:4px}@media(max-width:380px){.testimonial-card__rating{gap:2px}}.testimonial-card__rating svg{width:18px;height:18px;fill:#fbbf24}@media(max-width:380px){.testimonial-card__rating svg{width:16px;height:16px}}.testimonial-card__quote{font-size:1rem;color:#2c3e50;line-height:1.8;font-style:italic;position:relative;z-index:2}@media(max-width:380px){.testimonial-card__quote{font-size:.875rem;line-height:1.6}}@media(min-width:768px){.testimonial-card__quote{font-size:1.125rem}}.testimonial-card__footer{margin-top:2rem;padding-top:2rem;border-top:1px solid #ecf0f1;display:flex;justify-content:space-between;align-items:center}@media(max-width:380px){.testimonial-card__footer{margin-top:1.5rem;padding-top:1.5rem;flex-direction:column;gap:.5rem;align-items:flex-start}}.testimonial-card__date{font-size:.875rem;color:#95a5a6}@media(max-width:380px){.testimonial-card__date{font-size:.75rem}}.testimonial-card__verified{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#27ae60;font-weight:500}@media(max-width:380px){.testimonial-card__verified{font-size:.75rem;gap:4px}}.testimonial-card__verified svg{width:16px;height:16px}@media(max-width:380px){.testimonial-card__verified svg{width:14px;height:14px}}.section-padding{padding:4rem 0}@media(min-width:768px){.section-padding{padding:6rem 0}}.bg-light{background-color:#f8f9fa}.bg-white{background-color:#fff}.bg-navy{background-color:#1a2332;color:#fff}.text-center{text-align:center}.section-title{font-size:1.5rem;font-weight:700;color:#1a2332;margin-bottom:2rem}@media(min-width:768px){.section-title{font-size:1.875rem;margin-bottom:3rem}}.bg-navy .section-title,.section-title--light{color:#fff}.section-subtitle{font-size:1.125rem;color:#7b8d9e;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}@media(min-width:768px){.section-subtitle{font-size:1.25rem}}.bg-navy .section-subtitle{color:#ffffffd9}.highlight{color:#e31e24;font-size:1.3em;font-weight:700;position:relative;display:inline-block;line-height:1}.glass{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #1f268726}.glass-dark{background:#1a2332cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;color:#fff}.animate-delay-1{animation-delay:.15s}.animate-delay-2{animation-delay:.3s}.animate-delay-3{animation-delay:.45s}.animate-delay-4{animation-delay:.6s}.animate-delay-5{animation-delay:.75s}.animate-delay-6{animation-delay:.9s}
