@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}@media(min-width:768px){.section-title{font-size:1.875rem;margin-bottom:3rem}}.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}.highlight{color:#e31e24;font-size:1.3em;font-weight:700;position:relative;display:inline-block;line-height:1}@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)}.hero{position:relative;min-height:600px;overflow:hidden}@media(min-width:768px){.hero{min-height:700px}}@media(min-width:992px){.hero{min-height:800px}}.hero__carousel{position:relative;width:100%;height:100%}.hero__slides{display:flex;transition:transform .8s cubic-bezier(.4,0,.2,1);height:100%}.hero__slide{min-width:100%;min-height:600px;position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;padding:6rem 1rem}@media(min-width:768px){.hero__slide{min-height:700px;padding:6rem 1.5rem}}@media(min-width:992px){.hero__slide{min-height:800px}}.hero__slide--1,.hero__slide--2,.hero__slide--3{background-position:center center}.hero__overlay{position:absolute;inset:0;background-color:#1a2332bf;z-index:1;background:linear-gradient(135deg,#1a2332e6,#1a2332b3,#e31e244d);background-size:200% 200%;animation:gradient-shift 15s ease infinite}.hero__content{position:relative;z-index:2;text-align:center;max-width:900px}.hero__title{font-size:1.5rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:1.5rem}@media(min-width:768px){.hero__title{font-size:1.875rem;margin-bottom:2rem}}@media(min-width:992px){.hero__title{font-size:2.25rem}}.hero__subtitle{font-size:1.125rem;color:#ecf0f1;margin-bottom:1rem}@media(min-width:768px){.hero__subtitle{font-size:1.25rem;margin-bottom:1.5rem}}.hero__tagline{font-size:1rem;color:#ffffffe6;font-style:italic;margin-bottom:3rem}@media(min-width:768px){.hero__tagline{font-size:1.125rem;margin-bottom:4rem}}.hero__cta{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:576px){.hero__cta{flex-direction:row;justify-content:center}}.hero__controls{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.5rem}.hero__dot{background:none;border:none;padding:0;cursor:pointer;font:inherit;width:12px;height:12px;border-radius:9999px;background:#ffffff80;transition:all .3s ease;border:2px solid transparent}.hero__dot.active{width:40px;background:#e31e24;border-color:#fff}.hero__dot:hover:not(.active){background:#fffc}.hero__nav{background:none;border:none;padding:0;cursor:pointer;font:inherit;position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:50px;height:50px;border-radius:9999px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.hero__nav:hover{background:#e31e24}.hero__nav svg{width:24px;height:24px;color:#fff}.hero__nav--prev{left:1.5rem}.hero__nav--next{right:1.5rem}@media(max-width:576px){.hero__nav{display:none}}.stats{background:linear-gradient(180deg,#fff,#ecf0f133);padding:4rem 0}@media(min-width:768px){.stats{padding:4rem 0}}.stats__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:576px){.stats__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.stats__grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.stats__item{text-align:center;padding:2rem;transition:transform .3s ease}.stats__item:hover{transform:translateY(-5px)}.stats__number{font-size:1.875rem;font-weight:700;color:#e31e24;margin-bottom:.5rem}@media(min-width:768px){.stats__number{font-size:2.25rem}}.stats__label{font-size:.875rem;color:#7b8d9e;text-transform:uppercase;letter-spacing:.5px;font-weight:500}@media(min-width:768px){.stats__label{font-size:1rem}}.trust-indicators{padding:6rem 0;background:linear-gradient(180deg,#ecf0f133,#fff);position:relative}.trust-indicators__certifications{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:6rem;position:relative;z-index:1}@media(min-width:768px){.trust-indicators__certifications{grid-template-columns:repeat(3,1fr);gap:3rem}}.trust-indicators__partners{margin-top:6rem;position:relative;z-index:1}.trust-indicators__subtitle{text-align:center;font-size:1.5rem;color:#1a2332;margin-bottom:4rem;font-weight:600;position:relative}.trust-indicators__subtitle:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#E31E24,transparent)}.trust-indicators__category{margin-bottom:6rem}.trust-indicators__category:last-child{margin-bottom:0}.trust-indicators__category-title{text-align:center;font-size:1.25rem;color:#1a2332;margin-bottom:3rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.certification-badge{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 8px 20px #1a233214;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.certification-badge: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}.certification-badge:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 16px 40px #1a233226}.certification-badge:hover:before{left:100%}.certification-badge:hover .certification-badge__icon{transform:rotateY(360deg)}.certification-badge__icon{display:flex;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 2rem;background:linear-gradient(135deg,#e31e24,#a11418);border-radius:50%;color:#fff;box-shadow:0 8px 16px #e31e244d;transition:transform .6s ease}.certification-badge__icon svg{width:45px;height:45px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.certification-badge__title{font-size:1.25rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}@media(min-width:768px){.certification-badge__title{font-size:1.5rem}}.certification-badge__desc{font-size:1rem;color:#7b8d9e;margin:0}@media(min-width:768px){.certification-badge__desc{font-size:1.125rem}}.partner-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.partner-logos{grid-template-columns:repeat(4,1fr);gap:3rem}}.partner-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;background:#fff;border:2px solid rgba(26,35,50,.1);border-radius:12px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:110px;position:relative;overflow:hidden}.partner-logo__img{max-width:100%;max-height:80px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}@media(min-width:768px){.partner-logo__img{max-height:100px}}.partner-logo__fallback{display:none;flex-direction:column;align-items:center;justify-content:center}.partner-logo__brand{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;transition:all .3s ease}@media(min-width:768px){.partner-logo__brand{font-size:1.25rem}}.partner-logo__text{font-size:.75rem;color:#7b8d9e;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media(min-width:768px){.partner-logo__text{font-size:.875rem}}.partner-logo:hover .partner-logo__img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.partner-logo--sbi .partner-logo__brand{color:#1e4d92}.partner-logo--sbi:hover{border-color:#1e4d92;box-shadow:0 8px 20px #1e4d9233}.partner-logo--sbi:hover .partner-logo__brand{color:#4472c4}.partner-logo--hdfc .partner-logo__brand{color:#004c8f}.partner-logo--hdfc:hover{border-color:#004c8f;box-shadow:0 8px 20px #004c8f33}.partner-logo--hdfc:hover .partner-logo__brand{color:#06c}.partner-logo--icici .partner-logo__brand{color:#d3232a}.partner-logo--icici:hover{border-color:#d3232a;box-shadow:0 8px 20px #d3232a33}.partner-logo--icici:hover .partner-logo__brand{color:#f15a29}.partner-logo--aditya .partner-logo__brand{color:#00529b}.partner-logo--aditya:hover{border-color:#00529b;box-shadow:0 8px 20px #00529b33}.partner-logo--aditya:hover .partner-logo__brand{color:#0073cf}.partner-logo--lic .partner-logo__brand{color:#d4af37}.partner-logo--lic:hover{border-color:#d4af37;box-shadow:0 8px 20px #d4af3733}.partner-logo--lic:hover .partner-logo__brand{color:gold}.partner-logo--hdfc-ergo .partner-logo__brand{color:#e63946}.partner-logo--hdfc-ergo:hover{border-color:#e63946;box-shadow:0 8px 20px #e6394633}.partner-logo--hdfc-ergo:hover .partner-logo__brand{color:#ff5964}.partner-logo--icici-lombard .partner-logo__brand{color:#ff6700}.partner-logo--icici-lombard:hover{border-color:#ff6700;box-shadow:0 8px 20px #ff670033}.partner-logo--icici-lombard:hover .partner-logo__brand{color:#ff8533}.partner-logo--bajaj .partner-logo__brand{color:#003087}.partner-logo--bajaj:hover{border-color:#003087;box-shadow:0 8px 20px #00308733}.partner-logo--bajaj:hover .partner-logo__brand{color:#0046be}.partner-logo:hover{transform:translateY(-5px)}.discipline{padding:6rem 0;background:linear-gradient(180deg,#1a2332,#151c28);position:relative;overflow:hidden}.discipline__intro{text-align:center;max-width:900px;margin:0 auto 6rem}.discipline__title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.discipline__title{font-size:2.25rem}}.discipline__title .highlight-word{position:relative;letter-spacing:8px;font-size:1.2em}.discipline__title .highlight-word .letter{display:inline-block;transition:all .3s ease}.discipline__title .highlight-word .letter--u{color:#e31e24;font-size:1.3em;text-shadow:0 0 20px rgba(227,30,36,.6)}.discipline__title .highlight-word .letter:hover{transform:translateY(-5px)}.discipline__quote{font-size:1.125rem;color:#ecf0f1;font-style:italic;line-height:1.8;margin-top:1.5rem}@media(min-width:768px){.discipline__quote{font-size:1.25rem}}.discipline__grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1200px;margin:0 auto}@media(min-width:576px){.discipline__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:992px){.discipline__grid{grid-template-columns:repeat(5,1fr);gap:2rem}}.discipline-item{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media(min-width:768px){.discipline-item{padding:3rem 2rem}}.discipline-item:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(227,30,36,.1) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.discipline-item:hover{transform:translateY(-8px) scale(1.02);border-color:#e31e24;box-shadow:0 20px 40px #e31e244d;background:#e31e240d}.discipline-item:hover:before{opacity:1}.discipline-item:hover .discipline-item__letter{transform:scale(1.15);color:#e31e24;text-shadow:0 0 30px rgba(227,30,36,.8)}.discipline-item:hover .discipline-item__dash{width:80px;background:linear-gradient(90deg,#e31e24,#e31e244d)}.discipline-item__letter{font-size:4rem;font-weight:700;color:#fff;margin-bottom:1rem;display:inline-block;transition:all .4s ease;text-shadow:0 4px 12px rgba(0,0,0,.3)}@media(min-width:768px){.discipline-item__letter{font-size:5rem}}.discipline-item__dash{width:60px;height:3px;background:linear-gradient(90deg,transparent,#ffffff,transparent);margin:1.5rem auto;transition:all .4s ease}.discipline-item__meaning{font-size:1rem;color:#ecf0f1;font-weight:600;line-height:1.5;letter-spacing:.5px}@media(min-width:768px){.discipline-item__meaning{font-size:1.125rem}}@media(min-width:992px){.discipline__grid .discipline-item:nth-child(6),.discipline__grid .discipline-item:nth-child(7),.discipline__grid .discipline-item:nth-child(8),.discipline__grid .discipline-item:nth-child(9),.discipline__grid .discipline-item:nth-child(10){margin-top:2rem}}.why-choose{padding:6rem 0;background-color:#fff}.why-choose__message{text-align:center;font-size:1.125rem;color:#7b8d9e;max-width:800px;margin:0 auto 4rem;line-height:1.7}@media(min-width:768px){.why-choose__message{font-size:1.25rem;margin-bottom:6rem}}.why-choose__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:992px){.why-choose__grid{grid-template-columns:1fr 1.5fr;gap:6rem}}.why-choose__visual{display:flex;justify-content:center;align-items:center}.why-choose__logo{text-align:center;padding:4rem;background:linear-gradient(135deg,#e31e240d,#1a23320d);border-radius:16px;border:3px solid rgba(227,30,36,.1)}.why-choose__logo-text{font-size:2.25rem;font-weight:700;color:#1a2332;letter-spacing:2px}@media(min-width:768px){.why-choose__logo-text{font-size:3rem}}.why-choose__logo-subtitle{font-size:1.25rem;color:#7b8d9e;margin-top:1rem;font-weight:500}@media(min-width:768px){.why-choose__logo-subtitle{font-size:1.5rem}}.why-choose__benefits{display:flex;flex-direction:column;gap:2rem}.about-preview{padding:6rem 0;background:#1a2332;position:relative;overflow:hidden}.about-preview__content{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;position:relative;z-index:2}@media(min-width:992px){.about-preview__content{grid-template-columns:1fr 1fr;gap:6rem}}.about-preview__text{color:#fff}.about-preview__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.about-preview__title{font-size:1.875rem}}@media(min-width:992px){.about-preview__title{font-size:2.25rem}}.about-preview__subtitle{font-size:1.125rem;color:#e31e24;font-weight:600;margin-bottom:2rem}@media(min-width:768px){.about-preview__subtitle{font-size:1.25rem}}.about-preview__description{font-size:1rem;color:#ecf0f1;line-height:1.8;margin-bottom:1.5rem}@media(min-width:768px){.about-preview__description{font-size:1.125rem}}.about-preview__quote{background:#e31e241a;border-left:4px solid #E31E24;padding:1.5rem 2rem;margin:2rem 0;font-style:italic;color:#fff;font-size:1.125rem;border-radius:8px}.about-preview__legacy{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.about-preview__cta{margin-top:3rem}.about-preview__visual{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center}@media(min-width:992px){.about-preview__visual{min-height:500px}}.about-preview__timeline{position:relative;padding:3rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1)}.about-preview__year{font-size:2.25rem;font-weight:700;color:#e31e24;text-align:center;margin-bottom:1rem}@media(min-width:768px){.about-preview__year{font-size:3rem}}.about-preview__milestone{text-align:center;color:#fff;font-size:1.125rem;margin-bottom:2rem}.about-preview__arrow{text-align:center;color:#e31e24;font-size:1.875rem;margin:1.5rem 0}.about-preview__current{text-align:center;color:#ecf0f1;font-size:1.25rem}.services{padding:6rem 0;background:linear-gradient(to bottom,#ecf0f1,#fff)}.services__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.services__grid{grid-template-columns:repeat(3,1fr)}}.how-it-works{padding:6rem 0;background:linear-gradient(180deg,#ecf0f14d,#ecf0f126);position:relative;overflow:hidden}.how-it-works__header{text-align:center;margin-bottom:6rem;position:relative;z-index:1}.how-it-works__subtitle{font-size:1.125rem;color:#7b8d9e;margin-top:1.5rem;font-style:italic;font-weight:500}@media(min-width:768px){.how-it-works__subtitle{font-size:1.25rem}}.how-it-works__timeline{max-width:1000px;margin:0 auto;position:relative;z-index:1}@media(min-width:768px){.how-it-works__timeline:before{content:"";position:absolute;left:50%;top:60px;bottom:60px;width:3px;background:linear-gradient(180deg,#e31e24,#1a2332,#e31e24);transform:translate(-50%);box-shadow:0 0 10px #e31e244d}}@media(max-width:767px){.how-it-works__timeline:before{content:"";position:absolute;left:30px;top:60px;bottom:60px;width:2px;background:linear-gradient(180deg,#e31e24,#1a2332);opacity:.3}}@media(max-width:440px){.how-it-works__timeline:before{left:25px;top:40px;bottom:40px}}.timeline-step{position:relative;margin-bottom:6rem;display:grid;grid-template-columns:60px 1fr;gap:2rem;align-items:center}@media(max-width:440px){.timeline-step{grid-template-columns:50px 1fr;gap:1.5rem;margin-bottom:4rem}}@media(min-width:768px){.timeline-step{grid-template-columns:1fr 100px 1fr;margin-bottom:6rem}.timeline-step:nth-child(2n) .timeline-step__content{grid-column:1;grid-row:1;text-align:right}.timeline-step:nth-child(2n) .timeline-step__number{grid-column:2;grid-row:1}.timeline-step:nth-child(2n) .timeline-step__icon{margin-left:auto;margin-right:0}.timeline-step:nth-child(2n):after{content:"";grid-column:3;grid-row:1}.timeline-step:nth-child(odd) .timeline-step__content{grid-column:3;grid-row:1;text-align:left}.timeline-step:nth-child(odd) .timeline-step__number{grid-column:2;grid-row:1}.timeline-step:nth-child(odd) .timeline-step__icon{margin-left:0;margin-right:auto}.timeline-step:nth-child(odd):before{content:"";grid-column:1;grid-row:1}}.timeline-step__number{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:linear-gradient(135deg,#e31e24,#a11418);color:#fff;font-size:1.25rem;font-weight:700;border-radius:50%;box-shadow:0 4px 12px #e31e2466,0 0 0 4px #fff,0 0 0 8px #e31e2433;position:relative;z-index:3;margin:0 auto;transition:all .4s ease}@media(max-width:440px){.timeline-step__number{width:50px;height:50px;font-size:1.125rem;box-shadow:0 3px 8px #e31e2466,0 0 0 3px #fff,0 0 0 6px #e31e2433}}@media(min-width:768px){.timeline-step__number{width:100px;height:100px;font-size:1.875rem;box-shadow:0 8px 20px #e31e2480,0 0 0 6px #fff,0 0 0 12px #e31e2433}}.timeline-step__number:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;border:2px solid #E31E24;transform:translate(-50%,-50%);animation:step-pulse 2s cubic-bezier(.4,0,.2,1) infinite;opacity:0}.timeline-step__content{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 24px #1a233214;border:2px solid rgba(26,35,50,.08);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}@media(max-width:440px){.timeline-step__content{padding:1.5rem;border-radius:12px}}.timeline-step__content:hover{transform:translateY(-8px);box-shadow:0 16px 40px #1a233226;border-color:#e31e24}.timeline-step__content:hover .timeline-step__icon{background:linear-gradient(135deg,#e31e2426,#1a233226);transform:scale(1.1) rotate(5deg)}@media(min-width:768px){.timeline-step__content{padding:4rem}}.timeline-step__icon{display:flex;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 2rem;background:linear-gradient(135deg,#1a233214,#e31e2414);border-radius:50%;color:#1a2332;transition:all .4s cubic-bezier(.4,0,.2,1)}@media(max-width:440px){.timeline-step__icon{width:55px;height:55px;margin-bottom:1.5rem}.timeline-step__icon svg{width:28px;height:28px}}.timeline-step__icon svg{width:35px;height:35px}.timeline-step__title{font-size:1.25rem;font-weight:700;color:#1a2332;margin-bottom:1rem;position:relative;display:inline-block}@media(max-width:440px){.timeline-step__title{font-size:1.125rem;margin-bottom:.5rem}}.timeline-step__title:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#e31e24;transition:width .3s ease}.timeline-step__content:hover .timeline-step__title:after{width:100%}@media(min-width:768px){.timeline-step__title{font-size:1.5rem}}.timeline-step__desc{font-size:1rem;color:#7b8d9e;line-height:1.8;margin:0}@media(max-width:440px){.timeline-step__desc{font-size:.875rem;line-height:1.6}}@media(min-width:768px){.timeline-step__desc{font-size:1.125rem}}.timeline-step .timeline-step__number{background:linear-gradient(135deg,#e31e24,#a11418)}@keyframes step-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{opacity:.3}to{transform:translate(-50%,-50%) scale(1.5);opacity: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}}.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)}}.cta{padding:6rem 0;background:linear-gradient(135deg,#1a2332,#111721);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(227,30,36,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.cta:after{content:"";position:absolute;bottom:-150px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(227,30,36,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.cta__content{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:3rem;position:relative;z-index:1}@media(min-width:992px){.cta__content{grid-template-columns:400px 1fr;gap:6rem;margin-top:4rem}}@media(min-width:1200px){.cta__content{grid-template-columns:450px 1fr}}.cta__contacts{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:576px){.cta__contacts{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.cta__contacts{grid-template-columns:1fr}}.cta__form{background-color:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 60px #0000004d;transition:all .3s ease}@media(min-width:768px){.cta__form{padding:4rem}}.cta__form:hover{transform:translateY(-5px);box-shadow:0 25px 70px #0006}.cta__form-title{font-size:1.5rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}@media(min-width:768px){.cta__form-title{font-size:1.875rem}}.cta__form-subtitle{font-size:1rem;color:#7b8d9e;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(26,35,50,.1)}@media(min-width:768px){.cta__form-subtitle{font-size:1.125rem}}.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}
