@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}.why-hero{min-height:auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a2332,#151c28,#2a3f5f);color:#fff;position:relative;overflow:hidden;padding:80px 20px 60px}@media(min-width:1326px)and (min-height:851px){.why-hero{min-height:calc(100vh - 90px);max-height:calc(100vh - 90px)}}@media(min-width:768px)and (max-width:1325px){.why-hero{padding:60px 40px}}@media(min-width:768px)and (min-height:851px){.why-hero{padding:96px 40px 80px}}@media(max-height:850px){.why-hero{min-height:auto;max-height:none;padding:60px 20px 40px}}@media(max-height:850px)and (min-width:768px){.why-hero{padding:70px 40px 50px}}.why-hero:before{content:"";position:absolute;width:600px;height:600px;top:-200px;right:-200px;border-radius:50%;background:radial-gradient(circle,rgba(227,30,36,.1) 0%,transparent 70%);animation:float 20s infinite ease-in-out}.why-hero:after{content:"";position:absolute;width:500px;height:500px;bottom:-150px;left:-150px;border-radius:50%;background:radial-gradient(circle,rgba(72,85,106,.08) 0%,transparent 70%);animation:float 25s infinite ease-in-out reverse;animation-delay:-5s}.why-hero .container{position:relative;z-index:2;max-width:1280px;margin:0 auto}.why-hero__content{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(max-width:1129px){.why-hero__content{grid-template-columns:1fr;gap:50px}}@media(min-width:1130px){.why-hero__content{grid-template-columns:1fr 1fr;gap:60px}}@media(min-width:1130px)and (max-width:1325px){.why-hero__content{gap:40px}}@media(max-height:850px){.why-hero__content{gap:30px}}@media(max-height:850px)and (min-width:1130px){.why-hero__content{gap:40px}}@media(max-width:1129px){.why-hero__text{text-align:center;display:flex;flex-direction:column;align-items:center}}.why-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#e31e2426;border:1px solid rgba(227,30,36,.3);border-radius:50px;font-size:13px;font-weight:600;letter-spacing:1px;color:#fff;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:1129px){.why-hero__badge{align-self:center}}.why-hero__badge svg{width:16px;height:16px;stroke:#e31e24}@media(min-width:768px){.why-hero__badge{font-size:14px;padding:12px 24px}}.why-hero__title{font-size:36px;font-weight:700;line-height:1.2;margin-bottom:24px;color:#fff}@media(max-width:1129px){.why-hero__title{text-align:center}}@media(min-width:768px){.why-hero__title{font-size:48px}}@media(min-width:1024px)and (max-width:1325px){.why-hero__title{font-size:42px}}@media(min-width:1326px){.why-hero__title{font-size:56px}}@media(max-height:850px){.why-hero__title{font-size:32px;margin-bottom:16px}}@media(max-height:850px)and (min-width:768px){.why-hero__title{font-size:40px}}@media(max-height:850px)and (min-width:1024px){.why-hero__title{font-size:44px}}.why-hero__title .highlight-u{color:#e31e24;font-size:1.3em;position:relative;display:inline-block;font-weight:800}.why-hero__title .highlight-u:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;background:#e31e24;opacity:.3;border-radius:3px}.why-hero__subtitle{font-size:18px;line-height:1.7;color:#ffffffe6;margin-bottom:40px;max-width:600px}@media(max-width:1129px){.why-hero__subtitle{margin-left:auto;margin-right:auto;text-align:center}}@media(min-width:768px){.why-hero__subtitle{font-size:20px}}@media(max-height:850px){.why-hero__subtitle{font-size:16px;margin-bottom:24px}}@media(max-height:850px)and (min-width:768px){.why-hero__subtitle{font-size:18px;margin-bottom:30px}}.why-hero__subtitle strong{color:#e31e24;font-weight:700}.why-hero__cta{display:flex;flex-direction:column;gap:16px}@media(max-width:1129px){.why-hero__cta{align-items:center;justify-content:center}}@media(min-width:640px){.why-hero__cta{flex-direction:row;gap:20px}}@media(min-width:640px)and (max-width:1129px){.why-hero__cta{justify-content:center}}@media(min-width:790px)and (max-width:1129px){.why-hero__cta{width:100%;justify-content:center}}.why-hero__cta .btn{min-width:200px;white-space:nowrap}@media(min-width:768px){.why-hero__cta .btn{min-width:220px}}@media(max-width:1129px){.why-hero__milestones{max-width:650px;margin:0 auto}}@media(min-width:1130px)and (max-width:1199px){.why-hero__milestones{width:118%;max-width:118%}}@media(min-width:1200px)and (max-width:1302px){.why-hero__milestones{width:112%;max-width:112%}}@media(min-width:1303px){.why-hero__milestones{width:110%;max-width:110%}}.milestones-card{padding:32px;border-radius:20px}@media(min-width:768px){.milestones-card{padding:40px}}@media(max-height:850px){.milestones-card{padding:24px}}@media(max-height:850px)and (min-width:768px){.milestones-card{padding:28px}}@media(min-width:1130px)and (max-width:1302px){.milestones-card{padding:28px 24px}}@media(min-width:768px)and (max-width:1129px){.milestones-card{padding:32px}}.milestones-card__header{margin-bottom:32px;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:24px}.milestones-card__header h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px}@media(min-width:768px){.milestones-card__header h3{font-size:28px}}@media(min-width:1130px)and (max-width:1302px){.milestones-card__header h3{font-size:22px}}.milestones-card__header p{font-size:14px;color:#ffffffb3;margin:0}@media(min-width:768px){.milestones-card__header p{font-size:16px}}@media(min-width:1130px)and (max-width:1302px){.milestones-card__header p{font-size:13px}}@media(max-height:850px){.milestones-card__header{margin-bottom:20px;padding-bottom:16px}.milestones-card__header h3{font-size:20px;margin-bottom:4px}}@media(max-height:850px)and (min-width:768px){.milestones-card__header h3{font-size:24px}}@media(max-height:850px){.milestones-card__header p{font-size:13px}}@media(max-height:850px)and (min-width:768px){.milestones-card__header p{font-size:14px}}@media(min-width:1130px)and (max-width:1302px){.milestones-card__header{margin-bottom:24px;padding-bottom:18px}}.milestones-card__timeline{margin-bottom:32px}@media(max-height:850px){.milestones-card__timeline{margin-bottom:20px}}@media(min-width:1130px)and (max-width:1302px){.milestones-card__timeline{margin-bottom:24px}}.milestones-card__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:1130px)and (max-width:1302px){.milestones-card__stats{gap:12px;padding-top:20px}}.milestone-item{display:flex;gap:20px;margin-bottom:28px;opacity:.7;transition:opacity .3s ease}.milestone-item:hover{opacity:1}.milestone-item:last-child{margin-bottom:0}@media(max-height:850px){.milestone-item{gap:12px;margin-bottom:18px}}@media(min-width:1130px)and (max-width:1302px){.milestone-item{gap:14px;margin-bottom:20px}}@media(min-width:768px)and (max-width:1129px){.milestone-item{gap:16px;margin-bottom:22px}}.milestone-item--current{opacity:1}.milestone-item--current .milestone-item__year{background:linear-gradient(135deg,#e31e24,#b7171c);box-shadow:0 0 20px #e31e2466}.milestone-item--current .milestone-item__icon{background:#e31e2433;border-color:#e31e24}.milestone-item--current .milestone-item__icon svg{stroke:#e31e24}.milestone-item__year{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:12px;font-size:16px;font-weight:700;color:#fff;border:1px solid rgba(255,255,255,.1)}@media(min-width:1130px)and (max-width:1302px){.milestone-item__year{width:54px;height:54px;font-size:14px}}.milestone-item__content{flex:1;display:flex;gap:16px;align-items:center}.milestone-item__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .3s ease}@media(min-width:1130px)and (max-width:1302px){.milestone-item__icon{width:42px;height:42px}}.milestone-item__icon svg{width:24px;height:24px;stroke:#ffffffb3;transition:stroke .3s ease}@media(min-width:1130px)and (max-width:1302px){.milestone-item__icon svg{width:20px;height:20px}}.milestone-item__text{flex:1}.milestone-item__text h4{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px;line-height:1.3}@media(min-width:768px){.milestone-item__text h4{font-size:17px}}@media(min-width:1130px)and (max-width:1302px){.milestone-item__text h4{font-size:15px}}.milestone-item__text p{font-size:13px;color:#fff9;margin:0;line-height:1.4}@media(min-width:768px){.milestone-item__text p{font-size:14px}}@media(min-width:1130px)and (max-width:1302px){.milestone-item__text p{font-size:12px}}.quick-stat{text-align:center;padding:16px 8px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.quick-stat:hover{background:#ffffff0d;border-color:#e31e244d;transform:translateY(-4px)}@media(min-width:1130px)and (max-width:1302px){.quick-stat{padding:12px 6px}}.quick-stat__value{display:inline-block;font-size:32px;font-weight:800;color:#e31e24;line-height:1}@media(min-width:768px){.quick-stat__value{font-size:36px}}@media(min-width:1130px)and (max-width:1302px){.quick-stat__value{font-size:28px}}.quick-stat__suffix{display:inline-block;font-size:20px;font-weight:700;color:#e31e24;margin-left:2px}@media(min-width:768px){.quick-stat__suffix{font-size:24px}}@media(min-width:1130px)and (max-width:1302px){.quick-stat__suffix{font-size:18px}}.quick-stat__label{font-size:12px;color:#ffffffb3;margin-top:8px;font-weight:500;white-space:nowrap}@media(min-width:768px){.quick-stat__label{font-size:13px}}@media(min-width:1130px)and (max-width:1302px){.quick-stat__label{font-size:11px;margin-top:6px}}.hero-floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}.hero-floating-elements .floating-element{position:absolute;border-radius:50%;opacity:.3}.hero-floating-elements .floating-element--1{width:80px;height:80px;top:20%;left:8%;background:linear-gradient(135deg,rgba(227,30,36,.2),transparent);animation:float-diagonal 15s infinite ease-in-out}.hero-floating-elements .floating-element--2{width:60px;height:60px;top:60%;right:12%;background:linear-gradient(135deg,rgba(72,85,106,.15),transparent);animation:float-diagonal 18s infinite ease-in-out reverse;animation-delay:-5s}.hero-floating-elements .floating-element--3{width:100px;height:100px;bottom:15%;left:15%;background:linear-gradient(135deg,rgba(227,30,36,.15),transparent);animation:float-up-down 20s infinite ease-in-out}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@keyframes float-diagonal{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,-30px) scale(1.1)}}@keyframes float-up-down{0%,to{transform:translateY(0)}50%{transform:translateY(-40px)}}@media(max-width:767px){.why-hero{min-height:auto;padding:100px 16px 60px}.why-hero__title{font-size:32px}.why-hero__subtitle{font-size:16px}.milestones-card{padding:24px}.milestones-card__header h3{font-size:20px}.milestone-item{gap:12px}.milestone-item__year{width:50px;height:50px;font-size:14px}.milestone-item__icon{width:40px;height:40px}.milestone-item__icon svg{width:20px;height:20px}.milestone-item__text h4{font-size:15px}.milestone-item__text p{font-size:12px}.quick-stat{padding:12px 4px}.quick-stat__value{font-size:24px}.quick-stat__suffix{font-size:16px}.quick-stat__label{font-size:11px}}.u-philosophy{padding:80px 0;background:#fff;position:relative;overflow:hidden}@media(min-width:768px){.u-philosophy{padding:120px 0}}.u-philosophy__content{text-align:center;position:relative;z-index:2}.u-philosophy__brand{font-size:4rem;font-weight:700;letter-spacing:.05em;line-height:1;color:#1a2332;text-align:center;margin-bottom:40px;opacity:0;transform:scale(.8)}@media(min-width:576px){.u-philosophy__brand{font-size:6rem}}@media(min-width:768px){.u-philosophy__brand{font-size:8rem}}@media(min-width:1024px){.u-philosophy__brand{font-size:10rem;letter-spacing:.1em}}.u-philosophy__brand.scale-in{animation:scaleIn .8s ease-out forwards}.u-philosophy__brand .letter{display:inline-block;transition:all .3s ease}.u-philosophy__brand .letter:hover{transform:scale(1.1) translateY(-10px);color:#e31e24}.u-philosophy__brand .letter--u{color:#e31e24;position:relative;text-shadow:0 4px 20px rgba(227,30,36,.3);animation:glowPulse 3s ease-in-out infinite}.u-philosophy__text{font-size:16px;color:#5a6c7d;line-height:1.8;margin-bottom:24px;max-width:900px;margin-left:auto;margin-right:auto}@media(min-width:768px){.u-philosophy__text{font-size:18px}}.u-philosophy__text strong{color:#1a2332;font-weight:600}.u-philosophy__text .highlight-u{color:#e31e24;font-weight:700;font-size:1.3em;display:inline-block;margin-right:2px}.u-philosophy__quote{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(26,35,50,.1);border-radius:16px;padding:32px;margin:48px auto;max-width:800px;position:relative;box-shadow:0 8px 32px #1a233214}@media(min-width:768px){.u-philosophy__quote{padding:48px}}.u-philosophy__quote .quote__icon{width:48px;height:48px;margin:0 auto 24px;color:#e31e24;opacity:.3}.u-philosophy__quote .quote__icon svg{width:100%;height:100%}.u-philosophy__quote .quote__text{font-size:18px;color:#1a2332;line-height:1.8;font-style:italic;margin-bottom:24px;text-align:center}@media(min-width:768px){.u-philosophy__quote .quote__text{font-size:20px}}.u-philosophy__quote .quote__author{font-size:16px;font-weight:600;color:#1a2332;text-align:center;margin:0}@media(min-width:768px){.u-philosophy__quote .quote__author{font-size:18px}}.u-philosophy__quote .quote__author-title{display:block;font-size:14px;font-weight:400;color:#5a6c7d;margin-top:8px}.u-philosophy__points{display:grid;grid-template-columns:1fr;gap:24px;margin-top:48px}@media(min-width:768px){.u-philosophy__points{grid-template-columns:repeat(3,1fr);gap:32px}}.u-philosophy .philosophy-point{background:linear-gradient(135deg,#1a233208,#e31e2408);border:2px solid rgba(26,35,50,.08);border-radius:16px;padding:32px 24px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.u-philosophy .philosophy-point:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#1a2332,#e31e24);transform:scaleX(0);transition:transform .4s ease}.u-philosophy .philosophy-point:hover{transform:translateY(-10px);border-color:#e31e24;box-shadow:0 20px 40px #e31e2426}.u-philosophy .philosophy-point:hover:before{transform:scaleX(1)}.u-philosophy .philosophy-point:hover .philosophy-point__icon{transform:scale(1.1) rotate(5deg);background:#e31e24;color:#fff}.u-philosophy .philosophy-point__icon{width:80px;height:80px;margin:0 auto 24px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#1a23321a;color:#1a2332;transition:all .4s ease}@media(min-width:768px){.u-philosophy .philosophy-point__icon{width:100px;height:100px}}.u-philosophy .philosophy-point__icon svg{width:40px;height:40px}@media(min-width:768px){.u-philosophy .philosophy-point__icon svg{width:50px;height:50px}}.u-philosophy .philosophy-point__content h3{font-size:18px;font-weight:700;color:#1a2332;margin-bottom:12px}@media(min-width:768px){.u-philosophy .philosophy-point__content h3{font-size:20px}}.u-philosophy .philosophy-point__content p{font-size:14px;color:#5a6c7d;line-height:1.6}@media(min-width:768px){.u-philosophy .philosophy-point__content p{font-size:16px}}.u-philosophy:before{content:"U";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:30rem;font-weight:700;color:#e31e2405;z-index:0;line-height:1;pointer-events:none}@media(min-width:1024px){.u-philosophy:before{font-size:40rem}}@keyframes glowPulse{0%,to{text-shadow:0 4px 20px rgba(227,30,36,.3),0 0 40px rgba(227,30,36,.2)}50%{text-shadow:0 4px 30px rgba(227,30,36,.5),0 0 60px rgba(227,30,36,.4)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:767px){.u-philosophy{padding:60px 0}.u-philosophy__brand{font-size:3rem;letter-spacing:.02em;margin-bottom:32px}.u-philosophy__points{gap:16px}.u-philosophy .philosophy-point{padding:24px 16px}.u-philosophy .philosophy-point__icon{width:60px;height:60px}.u-philosophy .philosophy-point__icon svg{width:30px;height:30px}.u-philosophy:before{font-size:20rem}}.journey-timeline{padding:80px 0;background:linear-gradient(180deg,#f8f9fa,#fff);position:relative}@media(min-width:768px){.journey-timeline{padding:120px 0}}.journey-timeline .timeline{position:relative;max-width:1200px;margin:0 auto;padding:48px 0}.journey-timeline .timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#e31e24,#1a2332,#e31e24);transform:translate(-50%);border-radius:100px}@media(min-width:1024px){.journey-timeline .timeline:before{left:50%}}.timeline-item{position:relative;margin-bottom:80px;padding-left:70px}@media(min-width:1024px){.timeline-item{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding-left:0}}.timeline-item:last-child{margin-bottom:0}.timeline-item:before{content:"";position:absolute;left:30px;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#fff;border:4px solid #E31E24;border-radius:100px;box-shadow:0 0 0 6px #e31e2433;z-index:2}@media(min-width:1024px){.timeline-item:before{left:50%}}@media(min-width:1024px){.timeline-item:nth-child(2n) .timeline-item__year{order:2;text-align:left;padding-left:64px;justify-content:flex-start}.timeline-item:nth-child(2n) .timeline-item__content{order:1;text-align:right;padding-right:64px}.timeline-item:nth-child(odd) .timeline-item__year{order:1;text-align:right;padding-right:64px;justify-content:flex-end}.timeline-item:nth-child(odd) .timeline-item__content{order:2;text-align:left;padding-left:64px}}.timeline-item__year{display:flex;align-items:center;font-size:24px;font-weight:700;color:#e31e24;margin-bottom:16px}@media(min-width:768px){.timeline-item__year{font-size:32px}}@media(min-width:1024px){.timeline-item__year{font-size:48px;margin-bottom:0;justify-content:flex-end}}.timeline-item__content{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 20px #1a233214;border:2px solid transparent;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column}@media(min-width:768px){.timeline-item__content{padding:48px}}.timeline-item__content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e31e24,#1a2332);border-radius:16px 16px 0 0;transform:scaleX(0);transition:transform .4s ease}.timeline-item__content:hover{border-color:#e31e24;box-shadow:0 12px 40px #e31e2426;transform:translateY(-5px)}.timeline-item__content:hover:before{transform:scaleX(1)}.timeline-item__icon{width:60px;height:60px;background:linear-gradient(135deg,#e31e24,#b01520);color:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 20px #e31e244d;order:1}@media(min-width:768px){.timeline-item__icon{width:80px;height:80px}}.timeline-item__icon svg{width:32px;height:32px}@media(min-width:768px){.timeline-item__icon svg{width:40px;height:40px}}.timeline-item__title{order:2}.timeline-item__description{order:3}.timeline-item__tag{order:4}.timeline-item__highlights{order:5}.timeline-item__team{order:6}.timeline-item__current-stats{order:7}@media(min-width:1024px){.timeline-item:nth-child(2n) .timeline-item__content{align-items:flex-end}.timeline-item:nth-child(2n) .timeline-item__icon{align-self:flex-end}.timeline-item:nth-child(odd) .timeline-item__content{align-items:flex-start}.timeline-item:nth-child(odd) .timeline-item__icon{align-self:flex-start}}.timeline-item__title{font-size:20px;font-weight:700;color:#1a2332;margin-bottom:16px}@media(min-width:768px){.timeline-item__title{font-size:28px}}.timeline-item__description{font-size:16px;color:#5a6c7d;line-height:1.8;margin-bottom:16px}@media(min-width:768px){.timeline-item__description{font-size:18px}}.timeline-item__tag{display:inline-block;padding:8px 16px;background:#e31e241a;color:#e31e24;border-radius:100px;font-size:12px;font-weight:600;margin-top:16px}@media(min-width:768px){.timeline-item__tag{font-size:14px}}.timeline-item__highlights{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.timeline-item__highlights .highlight-chip{display:inline-block;padding:8px 16px;background:#1a233214;color:#1a2332;border-radius:8px;font-size:12px;font-weight:600}@media(min-width:768px){.timeline-item__highlights .highlight-chip{font-size:14px;padding:10px 20px}}.timeline-item__team{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px;padding-top:24px;border-top:2px solid rgba(26,35,50,.1)}@media(min-width:576px){.timeline-item__team{grid-template-columns:repeat(2,1fr)}}.timeline-item__team .team-member{text-align:center}.timeline-item__team .team-member strong{display:block;font-size:16px;font-weight:600;color:#1a2332;margin-bottom:4px}.timeline-item__team .team-member span{display:block;font-size:14px;color:#5a6c7d}.timeline-item__current-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}@media(min-width:768px){.timeline-item__current-stats{gap:24px}}.timeline-item__current-stats .current-stat{text-align:center}.timeline-item__current-stats .current-stat__number{display:block;font-size:24px;font-weight:700;color:#e31e24;line-height:1;margin-bottom:8px}@media(min-width:768px){.timeline-item__current-stats .current-stat__number{font-size:32px}}.timeline-item__current-stats .current-stat__label{display:block;font-size:12px;color:#5a6c7d;font-weight:500}@media(min-width:768px){.timeline-item__current-stats .current-stat__label{font-size:14px}}.timeline-item:nth-child(2n) .timeline-item__icon{background:linear-gradient(135deg,#1a2332,#0f1621)}.timeline-item:nth-child(3n) .timeline-item__icon{background:linear-gradient(135deg,#3498db,#2980b9)}@media(max-width:1023px){.journey-timeline .timeline:before{left:30px}.timeline-item:before{left:30px}}@media(max-width:575px){.journey-timeline{padding:60px 0}.timeline-item{padding-left:50px;margin-bottom:60px}.timeline-item__content{padding:24px}.timeline-item__year,.timeline-item__title{font-size:18px}.timeline-item__description{font-size:14px}.timeline-item__icon{width:50px;height:50px}.timeline-item__icon svg{width:24px;height:24px}}.discipline-framework{padding:80px 0;background:linear-gradient(135deg,#1a2332,#0f1621);color:#fff;position:relative;overflow:hidden}@media(min-width:768px){.discipline-framework{padding:120px 0}}.discipline-framework:before,.discipline-framework:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.discipline-framework:before{width:400px;height:400px;top:-100px;right:-100px;background:radial-gradient(circle,rgba(227,30,36,.15) 0%,transparent 70%)}.discipline-framework:after{width:500px;height:500px;bottom:-150px;left:-150px;background:radial-gradient(circle,rgba(90,108,125,.1) 0%,transparent 70%)}.discipline-framework .container{position:relative;z-index:2}.discipline-framework .discipline-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:48px}@media(min-width:576px){.discipline-framework .discipline-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.discipline-framework .discipline-grid{gap:32px}}@media(min-width:1024px){.discipline-framework .discipline-grid{grid-template-columns:repeat(5,1fr)}}.discipline-framework .discipline-item{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media(min-width:768px){.discipline-framework .discipline-item{padding:48px 24px}}.discipline-framework .discipline-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(227,30,36,.1),transparent);transition:left .6s ease}.discipline-framework .discipline-item:hover{transform:translateY(-10px);border-color:#e31e24;background:#ffffff1a;box-shadow:0 20px 40px #e31e2433}.discipline-framework .discipline-item:hover:before{left:100%}.discipline-framework .discipline-item:hover .discipline-item__letter{transform:scale(1.1) rotate(5deg);background:#e31e24;box-shadow:0 10px 30px #e31e2466}.discipline-framework .discipline-item__letter{width:80px;height:80px;margin:0 auto 24px;background:#e31e2433;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:36px;font-weight:700;transition:all .4s ease;box-shadow:0 8px 20px #e31e2433}@media(min-width:768px){.discipline-framework .discipline-item__letter{width:100px;height:100px;font-size:48px}}.discipline-framework .discipline-item__dash{font-size:24px;color:#ffffff4d;margin-bottom:16px;font-weight:300}@media(min-width:768px){.discipline-framework .discipline-item__dash{font-size:32px}}.discipline-framework .discipline-item__word{font-size:18px;font-weight:700;color:#fff;margin-bottom:16px}@media(min-width:768px){.discipline-framework .discipline-item__word{font-size:20px}}.discipline-framework .discipline-item__description{font-size:13px;color:#fffc;line-height:1.6}@media(min-width:768px){.discipline-framework .discipline-item__description{font-size:15px}}.discipline-framework .discipline-quote{max-width:900px;margin:64px auto 0;padding:48px;text-align:center;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:767px){.discipline-framework .discipline-quote{padding:32px 24px;margin-top:48px}}.discipline-framework .discipline-quote p{font-size:20px;font-weight:500;font-style:italic;line-height:1.6;color:#fff;margin:0}@media(min-width:768px){.discipline-framework .discipline-quote p{font-size:24px}}.discipline-framework .discipline-quote p:before{content:'"';color:#e31e24;font-size:1.5em;margin-right:4px}.discipline-framework .discipline-quote p:after{content:'"';color:#e31e24;font-size:1.5em;margin-left:4px}@media(max-width:1023px){.discipline-framework .discipline-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.discipline-framework{padding:60px 0}.discipline-framework .discipline-grid{grid-template-columns:1fr;gap:16px}.discipline-framework .discipline-item{padding:24px}.discipline-framework .discipline-item__letter{width:60px;height:60px;font-size:28px}.discipline-framework .discipline-item__dash{font-size:20px}.discipline-framework .discipline-item__word{font-size:16px}.discipline-framework .discipline-item__description{font-size:12px}}.stand-out{padding:80px 0;background:#fff;position:relative}@media(min-width:768px){.stand-out{padding:120px 0}}.stand-out__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:48px}@media(min-width:576px){.stand-out__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.stand-out__grid{gap:32px}}@media(min-width:1024px){.stand-out__grid{grid-template-columns:repeat(3,1fr)}}.stand-out-card{background:#fff;border:2px solid rgba(26,35,50,.1);border-radius:20px;padding:48px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-align:center}@media(min-width:768px){.stand-out-card{padding:56px 32px}}.stand-out-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e31e24,#1a2332);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.stand-out-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 0%,transparent 40%,rgba(255,255,255,.3) 50%,transparent 60%,transparent 100%);transform:translate(-100%) translateY(-100%);transition:transform .6s ease}.stand-out-card:hover{transform:translateY(-15px);border-color:#e31e24;box-shadow:0 25px 50px #e31e2426}.stand-out-card:hover:before{transform:scaleX(1)}.stand-out-card:hover:after{transform:translate(0) translateY(0)}.stand-out-card:hover .stand-out-card__icon{transform:scale(1.15) rotate(10deg);background:linear-gradient(135deg,#e31e24,#b01520);box-shadow:0 15px 35px #e31e2466;color:#fff}.stand-out-card:hover .stand-out-card__icon svg{stroke:#fff;fill:none}.stand-out-card__icon{width:100px;height:100px;margin:0 auto 32px;background:linear-gradient(135deg,#e31e241a,#1a23321a);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#e31e24;transition:all .4s ease;box-shadow:0 8px 20px #1a23321a;position:relative}@media(min-width:768px){.stand-out-card__icon{width:120px;height:120px}}.stand-out-card__icon svg{width:50px;height:50px;position:relative;z-index:2}@media(min-width:768px){.stand-out-card__icon svg{width:60px;height:60px}}.stand-out-card__icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,rgba(227,30,36,.2),transparent);border-radius:100px;z-index:1}.stand-out-card__title{font-size:20px;font-weight:700;color:#1a2332;margin-bottom:16px;text-align:center}@media(min-width:768px){.stand-out-card__title{font-size:24px}}.stand-out-card__description{font-size:15px;color:#5a6c7d;line-height:1.8;text-align:center;margin-bottom:0}@media(min-width:768px){.stand-out-card__description{font-size:17px}}.stand-out-card__description .highlight{color:#e31e24;font-weight:600}.stand-out-card:nth-child(2n) .stand-out-card__icon{background:linear-gradient(135deg,#1a23321a,#e31e241a);color:#1a2332}.stand-out-card:nth-child(2n):hover .stand-out-card__icon{background:linear-gradient(135deg,#1a2332,#0f1621);color:#fff}.stand-out-card:nth-child(2n):hover .stand-out-card__icon svg{stroke:#fff;fill:none}.stand-out-card:nth-child(3n) .stand-out-card__icon{background:linear-gradient(135deg,#3498db1a,#2c3e501a);color:#3498db}.stand-out-card:nth-child(3n):hover .stand-out-card__icon{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.stand-out-card:nth-child(3n):hover .stand-out-card__icon svg{stroke:#fff;fill:none}@media(max-width:1023px){.stand-out__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.stand-out{padding:60px 0}.stand-out__grid{grid-template-columns:1fr;gap:16px}.stand-out-card{padding:32px 24px}.stand-out-card__icon{width:80px;height:80px}.stand-out-card__icon svg{width:40px;height:40px}.stand-out-card__title{font-size:18px}.stand-out-card__description{font-size:14px}}.experts-dual{padding:80px 0;background:linear-gradient(180deg,#f8f9fa,#fff);position:relative}@media(min-width:768px){.experts-dual{padding:120px 0}}.experts-dual__wrapper{display:flex;flex-direction:column;gap:64px}@media(min-width:1024px){.experts-dual__wrapper{flex-direction:row;gap:64px;align-items:stretch}}.expert-profile{flex:1;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #1a233214;border:2px solid rgba(26,35,50,.06);transition:all .4s cubic-bezier(.4,0,.2,1)}.expert-profile:hover{transform:translateY(-8px);box-shadow:0 20px 50px #e31e241f;border-color:#e31e24}.expert-profile__image{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(135deg,#1a2332,#2a3f5f,#1a2332)}.expert-profile__image img{width:100%;height:100%;object-fit:cover}.expert-profile:first-child .expert-profile__image{background:linear-gradient(135deg,#0f1419,#1a2332,#2a3f5f,#1a2332,#0f1419)}.expert-profile__badge{position:absolute;bottom:24px;right:24px;background:#1a2332e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:12px 24px;border-radius:100px;font-size:13px;font-weight:600;box-shadow:0 8px 20px #1a233266;text-align:center}@media(min-width:768px){.expert-profile__badge{font-size:14px;padding:16px 28px}}.expert-profile__badge .badge-stat{display:block;font-size:16px;font-weight:700;margin-bottom:4px}@media(min-width:768px){.expert-profile__badge .badge-stat{font-size:18px}}.expert-profile__badge .badge-label{display:block;font-size:11px;opacity:.9}@media(min-width:768px){.expert-profile__badge .badge-label{font-size:12px}}.expert-profile__content{padding:32px}@media(min-width:768px){.expert-profile__content{padding:48px}}.expert-profile__label{display:block;font-size:12px;font-weight:600;color:#e31e24;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}@media(min-width:768px){.expert-profile__label{font-size:13px}}.expert-profile__name{font-size:24px;font-weight:700;color:#1a2332;margin-bottom:8px;line-height:1.2}@media(min-width:768px){.expert-profile__name{font-size:28px}}.expert-profile__tagline{font-size:16px;font-weight:600;color:#5a6c7d;font-style:italic;margin-bottom:24px}@media(min-width:768px){.expert-profile__tagline{font-size:18px}}.expert-profile__bio{font-size:15px;color:#5a6c7d;line-height:1.8;margin-bottom:32px}@media(min-width:768px){.expert-profile__bio{font-size:16px}}.expert-profile__specialties{margin-bottom:32px}.expert-profile__specialties h5{font-size:16px;font-weight:700;color:#1a2332;margin-bottom:16px}@media(min-width:768px){.expert-profile__specialties h5{font-size:18px}}.expert-profile__specialties .specialty-tags{display:flex;flex-wrap:wrap;gap:8px}.expert-profile__specialties .specialty-tags span{display:inline-block;padding:8px 16px;background:#e31e2414;color:#e31e24;border-radius:8px;font-size:12px;font-weight:600;transition:all .3s ease}@media(min-width:768px){.expert-profile__specialties .specialty-tags span{font-size:13px;padding:10px 18px}}.expert-profile__specialties .specialty-tags span:hover{background:#e31e24;color:#fff;transform:translateY(-2px)}.expert-profile__contact{display:flex;flex-direction:column;gap:12px}@media(min-width:576px){.expert-profile__contact{flex-direction:row;gap:16px}}.expert-profile__contact .btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:12px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s ease;white-space:nowrap}@media(min-width:640px){.expert-profile__contact .btn{font-size:14px;padding:14px 24px}}@media(min-width:768px){.expert-profile__contact .btn{font-size:15px;padding:16px 28px}}.expert-profile__contact .btn svg{width:18px;height:18px}@media(min-width:768px){.expert-profile__contact .btn svg{width:20px;height:20px}}.expert-profile__contact .btn--primary{background:#e31e24;color:#fff;border:2px solid #E31E24}.expert-profile__contact .btn--primary:hover{background:#b01520;border-color:#b01520;transform:translateY(-2px);box-shadow:0 8px 20px #e31e244d}.expert-profile__contact .btn--secondary{background:#25d366;color:#fff;border:2px solid #25D366}.expert-profile__contact .btn--secondary:hover{background:#1eae55;border-color:#1eae55;transform:translateY(-2px);box-shadow:0 8px 20px #25d3664d}@media(max-width:1023px){.experts-dual__wrapper{flex-direction:column}}@media(max-width:575px){.experts-dual{padding:60px 0}.experts-dual__wrapper{gap:48px}.expert-profile__badge{bottom:16px;right:16px;padding:10px 20px}.expert-profile__badge .badge-stat{font-size:14px}.expert-profile__badge .badge-label{font-size:10px}.expert-profile__content{padding:24px}.expert-profile__name{font-size:22px}.expert-profile__tagline{font-size:15px}.expert-profile__bio{font-size:14px}.expert-profile__contact{flex-direction:column}.expert-profile__contact .btn{padding:12px 20px;font-size:13px}}.numbers-section{padding:80px 0;background:linear-gradient(135deg,#1a2332,#0f1621);color:#fff;position:relative;overflow:hidden}@media(min-width:768px){.numbers-section{padding:120px 0}}.numbers-section:before,.numbers-section:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.numbers-section:before{width:600px;height:600px;top:-200px;right:-200px;background:radial-gradient(circle,rgba(227,30,36,.15) 0%,transparent 70%);animation:float 20s infinite ease-in-out}.numbers-section:after{width:500px;height:500px;bottom:-150px;left:-150px;background:radial-gradient(circle,rgba(90,108,125,.1) 0%,transparent 70%);animation:float 25s infinite ease-in-out reverse}.numbers-section .container{position:relative;z-index:2}.numbers-section .numbers-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:48px}@media(min-width:576px){.numbers-section .numbers-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media(min-width:1024px){.numbers-section .numbers-grid{grid-template-columns:repeat(3,1fr);gap:32px}}.number-card{text-align:center;padding:48px 32px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.1);border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media(min-width:768px){.number-card{padding:64px 32px}}.number-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#E31E24,transparent);transform:scaleX(0);transition:transform .4s ease}.number-card:hover{transform:translateY(-10px);border-color:#e31e24;background:#ffffff1a;box-shadow:0 20px 40px #e31e2433}.number-card:hover:before{transform:scaleX(1)}.number-card:hover .number-card__value{transform:scale(1.1);text-shadow:0 0 30px rgba(227,30,36,.5)}.number-card:hover .number-card__icon{transform:scale(1.1) rotate(10deg)}.number-card__icon{width:60px;height:60px;margin:0 auto 24px;background:#e31e2433;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}@media(min-width:768px){.number-card__icon{width:80px;height:80px}}.number-card__icon svg{width:30px;height:30px}@media(min-width:768px){.number-card__icon svg{width:40px;height:40px}}.number-card__value{font-size:3rem;font-weight:700;color:#e31e24;line-height:1;margin-bottom:16px;transition:all .3s ease}@media(min-width:768px){.number-card__value{font-size:4rem}}@media(min-width:1024px){.number-card__value{font-size:5rem}}.number-card__label{font-size:16px;color:#ffffffe6;font-weight:500;margin-bottom:8px}@media(min-width:768px){.number-card__label{font-size:18px}}.number-card__description{font-size:13px;color:#ffffffb3;line-height:1.5}@media(min-width:768px){.number-card__description{font-size:15px}}@media(max-width:1023px){.numbers-section .numbers-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.numbers-section{padding:60px 0}.numbers-section .numbers-grid{grid-template-columns:1fr;gap:16px}.number-card{padding:32px 24px}.number-card__icon{width:50px;height:50px}.number-card__icon svg{width:25px;height:25px}.number-card__value{font-size:2.5rem}.number-card__label{font-size:14px}.number-card__description{font-size:12px}}.philosophy{padding:80px 0;background:#fff;position:relative}@media(min-width:768px){.philosophy{padding:120px 0}}.philosophy__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:48px}@media(min-width:576px){.philosophy__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.philosophy__grid{gap:32px}}@media(min-width:1024px){.philosophy__grid{grid-template-columns:repeat(3,1fr)}}.philosophy__quote{max-width:900px;margin:64px auto 0;padding:48px;text-align:center;background:linear-gradient(135deg,#1a233208,#e31e2408);border:2px solid rgba(26,35,50,.1);border-radius:16px;position:relative}@media(max-width:767px){.philosophy__quote{padding:32px 24px;margin-top:48px}}.philosophy__quote .quote-content{position:relative}.philosophy__quote .quote-icon{width:48px;height:48px;margin:0 auto 24px;color:#e31e24;opacity:.3}.philosophy__quote .quote-text{font-size:20px;font-weight:500;font-style:italic;line-height:1.6;color:#1a2332;margin-bottom:24px}@media(min-width:768px){.philosophy__quote .quote-text{font-size:24px}}.philosophy__quote .quote-author{font-size:16px;font-weight:600;color:#5a6c7d;margin:0}@media(min-width:768px){.philosophy__quote .quote-author{font-size:18px}}.philosophy-card{background:linear-gradient(135deg,#fff,#f8f9fa80);border:2px solid rgba(26,35,50,.08);border-radius:20px;padding:48px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-align:center}@media(min-width:768px){.philosophy-card{padding:48px 32px}}.philosophy-card:before{content:"";position:absolute;top:0;left:0;width:60px;height:60px;background:linear-gradient(135deg,#E31E24,transparent);opacity:.1;border-radius:0 0 100%;transition:all .4s ease}.philosophy-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 0%,transparent 45%,rgba(255,255,255,.5) 50%,transparent 55%,transparent 100%);transform:translate(-100%);transition:transform .6s ease}.philosophy-card:hover{transform:translateY(-12px);border-color:#e31e24;box-shadow:0 25px 50px #e31e241f}.philosophy-card:hover:before{width:100px;height:100px;opacity:.15}.philosophy-card:hover:after{transform:translate(100%)}.philosophy-card:hover .philosophy-card__icon{transform:scale(1.1);background:linear-gradient(135deg,#e31e24,#b01520);color:#fff}.philosophy-card:hover .philosophy-card__icon svg{stroke:#fff;fill:none}.philosophy-card__icon{width:80px;height:80px;margin:0 auto 32px;background:linear-gradient(135deg,#e31e241a,#1a23321a);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#e31e24;transition:all .4s ease;box-shadow:0 8px 20px #1a233214;position:relative}@media(min-width:768px){.philosophy-card__icon{width:100px;height:100px}}.philosophy-card__icon svg{width:40px;height:40px;position:relative;z-index:2}@media(min-width:768px){.philosophy-card__icon svg{width:50px;height:50px}}.philosophy-card__icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;background:radial-gradient(circle,rgba(227,30,36,.3),transparent);border-radius:100px;z-index:1}.philosophy-card__title{font-size:20px;font-weight:700;color:#1a2332;margin-bottom:16px;text-align:center}@media(min-width:768px){.philosophy-card__title{font-size:24px}}.philosophy-card__description{font-size:15px;color:#5a6c7d;line-height:1.8;text-align:center;margin-bottom:24px}@media(min-width:768px){.philosophy-card__description{font-size:17px}}.philosophy-card__formula{padding:16px 24px;background:#e31e240d;border-radius:12px;font-size:14px;font-weight:600;color:#e31e24;text-align:center;font-family:Courier New,monospace}@media(min-width:768px){.philosophy-card__formula{font-size:16px;padding:20px 28px}}.philosophy-card:nth-child(3n+1) .philosophy-card__icon{background:linear-gradient(135deg,#e31e241a,#1a23321a);color:#e31e24}.philosophy-card:nth-child(3n+1):hover .philosophy-card__icon{background:linear-gradient(135deg,#e31e24,#b01520);color:#fff}.philosophy-card:nth-child(3n+1):hover .philosophy-card__icon svg{stroke:#fff;fill:none}.philosophy-card:nth-child(3n+2) .philosophy-card__icon{background:linear-gradient(135deg,#1a23321a,#3498db1a);color:#1a2332}.philosophy-card:nth-child(3n+2):hover .philosophy-card__icon{background:linear-gradient(135deg,#1a2332,#0f1621);color:#fff}.philosophy-card:nth-child(3n+2):hover .philosophy-card__icon svg{stroke:#fff;fill:none}.philosophy-card:nth-child(3n+2):before{background:linear-gradient(135deg,#1A2332,transparent)}.philosophy-card:nth-child(3n+3) .philosophy-card__icon{background:linear-gradient(135deg,#3498db1a,#e31e241a);color:#3498db}.philosophy-card:nth-child(3n+3):hover .philosophy-card__icon{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.philosophy-card:nth-child(3n+3):hover .philosophy-card__icon svg{stroke:#fff;fill:none}.philosophy-card:nth-child(3n+3):before{background:linear-gradient(135deg,#3498db,transparent)}@media(max-width:1023px){.philosophy__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.philosophy{padding:60px 0}.philosophy__grid{grid-template-columns:1fr;gap:16px}.philosophy-card{padding:32px 24px}.philosophy-card__icon{width:70px;height:70px}.philosophy-card__icon svg{width:35px;height:35px}.philosophy-card__title{font-size:18px}.philosophy-card__description{font-size:14px}.philosophy-card__formula{font-size:12px;padding:14px 20px}}.comparison{padding:80px 0;background:linear-gradient(180deg,#f8f9fa,#fff);position:relative}@media(min-width:768px){.comparison{padding:120px 0}}.comparison__table-wrapper{max-width:1200px;margin:48px auto 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison__table-wrapper::-webkit-scrollbar{height:8px}.comparison__table-wrapper::-webkit-scrollbar-track{background:#f8f9fa;border-radius:100px}.comparison__table-wrapper::-webkit-scrollbar-thumb{background:#e31e24;border-radius:100px}.comparison__table-wrapper::-webkit-scrollbar-thumb:hover{background:#b01520}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #1a233214;min-width:600px}@media(min-width:768px){.comparison-table{min-width:auto}}.comparison-table thead{background:linear-gradient(135deg,#1a2332,#0f1621);color:#fff}.comparison-table thead th{padding:32px 24px;font-size:16px;font-weight:700;text-align:center;position:relative;vertical-align:middle}@media(min-width:768px){.comparison-table thead th{font-size:18px;padding:48px 32px}}.comparison-table thead th:first-child{text-align:left;border-top-left-radius:20px}.comparison-table thead th:last-child{border-top-right-radius:20px}.comparison-table tbody tr{transition:background-color .3s ease}.comparison-table tbody tr:nth-child(2n){background:#1a233205}.comparison-table tbody tr:hover{background:#e31e240d}.comparison-table tbody tr:last-child td:first-child{border-bottom-left-radius:20px}.comparison-table tbody tr:last-child td:last-child{border-bottom-right-radius:20px}.comparison-table tbody td{padding:24px;border-bottom:1px solid rgba(26,35,50,.08);font-size:14px;vertical-align:top}@media(min-width:768px){.comparison-table tbody td{padding:32px;font-size:16px}}.comparison-table tbody td:first-child{text-align:left}.comparison-table tbody td:not(:first-child){text-align:center}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table__feature{font-weight:600;color:#1a2332}.comparison-table__feature strong{display:block;font-size:16px;font-weight:700;color:#1a2332;margin-bottom:8px}@media(min-width:768px){.comparison-table__feature strong{font-size:18px}}.comparison-table__feature .feature-description{display:block;font-size:12px;font-weight:400;color:#5a6c7d;margin-top:4px}@media(min-width:768px){.comparison-table__feature .feature-description{font-size:14px}}.comparison-table__krupa{background:linear-gradient(135deg,#e31e241a,#1a23320d)}.comparison-table__krupa .header-content .company-name{display:block;font-size:20px;font-weight:700;margin-bottom:8px}@media(min-width:768px){.comparison-table__krupa .header-content .company-name{font-size:24px}}.comparison-table__krupa .header-content .tagline{display:block;font-size:13px;font-weight:500;opacity:.9}@media(min-width:768px){.comparison-table__krupa .header-content .tagline{font-size:15px}}.comparison-table__krupa .header-content .tagline .highlight{color:#e31e24;font-weight:700}.comparison-table__others .header-content{font-size:20px;font-weight:700}@media(min-width:768px){.comparison-table__others .header-content{font-size:24px}}.krupa-cell .cell-text,.others-cell .cell-text{display:block;margin-top:12px;font-size:13px;color:#5a6c7d}@media(min-width:768px){.krupa-cell .cell-text,.others-cell .cell-text{font-size:15px}}.krupa-cell{font-weight:600;color:#1a2332}.others-cell{color:#5a6c7d}.feature-cell strong{display:block;font-size:16px;font-weight:700;color:#1a2332;margin-bottom:8px}@media(min-width:768px){.feature-cell strong{font-size:18px}}.feature-cell .feature-description{display:block;font-size:12px;font-weight:400;color:#5a6c7d}@media(min-width:768px){.feature-cell .feature-description{font-size:14px}}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#2ecc711a;border-radius:100px;color:#2ecc71;margin:0 auto}@media(min-width:768px){.check-icon{width:36px;height:36px}}.check-icon svg{width:18px;height:18px}@media(min-width:768px){.check-icon svg{width:20px;height:20px}}.cross-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#5a6c7d1a;border-radius:100px;color:#5a6c7d;margin:0 auto}@media(min-width:768px){.cross-icon{width:36px;height:36px}}.cross-icon svg{width:18px;height:18px}@media(min-width:768px){.cross-icon svg{width:20px;height:20px}}@media(max-width:575px){.comparison{padding:60px 0}.comparison-table thead th{padding:24px 16px;font-size:14px}.comparison-table tbody td{padding:16px;font-size:13px}.comparison-table__feature strong{font-size:14px}.comparison-table__krupa .header-content .company-name{font-size:18px}}.promise{padding:80px 0;background:linear-gradient(135deg,#1a2332,#0f1621);color:#fff;position:relative;overflow:hidden}@media(min-width:768px){.promise{padding:120px 0}}.promise:before,.promise:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.promise:before{width:500px;height:500px;top:-150px;left:-150px;background:radial-gradient(circle,rgba(227,30,36,.1) 0%,transparent 70%);animation:float 20s infinite ease-in-out}.promise:after{width:600px;height:600px;bottom:-200px;right:-200px;background:radial-gradient(circle,rgba(90,108,125,.08) 0%,transparent 70%);animation:float 25s infinite ease-in-out reverse}.promise .container{position:relative;z-index:2}.promise__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:48px;max-width:1200px;margin-left:auto;margin-right:auto}@media(min-width:576px){.promise__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.promise__grid{gap:32px}}@media(min-width:1024px){.promise__grid{grid-template-columns:repeat(6,1fr)}.promise__grid .promise-card:nth-child(1),.promise__grid .promise-card:nth-child(2),.promise__grid .promise-card:nth-child(3){grid-column:span 2}.promise__grid .promise-card:nth-child(4){grid-column:2/4}.promise__grid .promise-card:nth-child(5){grid-column:4/6}}.promise__signature{max-width:900px;margin:64px auto 0;padding:48px;text-align:center;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:767px){.promise__signature{padding:32px 24px;margin-top:48px}}.promise__signature .signature-content{position:relative}.promise__signature .signature-content .signature-line{width:100px;height:2px;background:#e31e24;margin:0 auto 24px}.promise__signature .signature-content .signature-text{font-size:18px;font-weight:500;line-height:1.6;color:#fff;margin-bottom:32px}@media(min-width:768px){.promise__signature .signature-content .signature-text{font-size:20px}}.promise__signature .signature-content .signature-names{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}@media(min-width:576px){.promise__signature .signature-content .signature-names{flex-direction:row;gap:16px}}.promise__signature .signature-content .signature-names span{font-size:16px;font-weight:600;color:#e31e24;text-align:center}@media(min-width:768px){.promise__signature .signature-content .signature-names span{font-size:18px}}.promise__signature .signature-content .signature-names span.separator{color:#ffffff80;font-weight:300}.promise-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:48px 32px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media(min-width:768px){.promise-card{padding:48px 32px}}.promise-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(227,30,36,.1),transparent);transition:left .6s ease}.promise-card:hover{transform:translateY(-15px);box-shadow:0 25px 60px #e31e2426;border-color:#e31e24}.promise-card:hover:before{left:100%}.promise-card:hover .promise-card__icon{transform:scale(1.15) rotate(10deg);background:linear-gradient(135deg,#e31e24,#b01520);box-shadow:0 15px 35px #e31e2466}.promise-card__icon{width:90px;height:90px;margin:0 auto 32px;background:linear-gradient(135deg,#e31e2433,#1a233233);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .4s ease;box-shadow:0 8px 20px #e31e2433;position:relative}@media(min-width:768px){.promise-card__icon{width:110px;height:110px}}.promise-card__icon svg{width:45px;height:45px;position:relative;z-index:2}@media(min-width:768px){.promise-card__icon svg{width:55px;height:55px}}.promise-card__icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;background:radial-gradient(circle,rgba(227,30,36,.3),transparent);border-radius:100px;z-index:1}.promise-card__title{font-size:18px;font-weight:700;color:#fff;margin-bottom:16px;text-align:center}@media(min-width:768px){.promise-card__title{font-size:20px}}.promise-card__description{font-size:14px;color:#ffffffd9;line-height:1.8;text-align:center}@media(min-width:768px){.promise-card__description{font-size:15px}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@media(max-width:1023px){.promise__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.promise{padding:60px 0}.promise__grid{grid-template-columns:1fr;gap:16px}.promise-card{padding:32px 24px}.promise-card__icon{width:70px;height:70px}.promise-card__icon svg{width:35px;height:35px}.promise-card__title{font-size:16px}.promise-card__description{font-size:13px}}.personal-message{padding:80px 0;background:linear-gradient(180deg,#f8f9fa,#fff);position:relative}@media(min-width:768px){.personal-message{padding:120px 0}}.personal-message__wrapper{display:flex;flex-direction:column;gap:64px}@media(min-width:1024px){.personal-message__wrapper{flex-direction:row;gap:64px;align-items:center}}.personal-message__content{flex:1}@media(min-width:1024px){.personal-message__content{flex:1.2}}.personal-message__label{display:block;font-size:12px;font-weight:600;color:#e31e24;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}@media(min-width:768px){.personal-message__label{font-size:13px}}.personal-message__title{font-size:32px;font-weight:700;color:#1a2332;margin-bottom:32px;line-height:1.2}@media(min-width:768px){.personal-message__title{font-size:42px}}@media(min-width:1024px){.personal-message__title{font-size:48px}}.personal-message__text p{font-size:16px;color:#5a6c7d;line-height:1.8;margin-bottom:24px}@media(min-width:768px){.personal-message__text p{font-size:17px}}.personal-message__text p strong{color:#1a2332;font-weight:600}.personal-message__text p .highlight{color:#e31e24;font-weight:700}.personal-message__text p.highlight-text{font-size:18px;font-weight:500;color:#1a2332;padding:24px;background:linear-gradient(135deg,#e31e240d,#1a233208);border-left:4px solid #E31E24;border-radius:8px;margin:32px 0}@media(min-width:768px){.personal-message__text p.highlight-text{font-size:19px;padding:32px}}.personal-message__text p.signature-text{font-size:18px;font-weight:600;color:#1a2332;font-style:italic;margin-top:32px;margin-bottom:32px}@media(min-width:768px){.personal-message__text p.signature-text{font-size:20px}}.personal-message__signatures{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:center;justify-items:stretch;margin-top:48px;padding-top:32px;border-top:2px solid rgba(26,35,50,.1)}@media(max-width:767px){.personal-message__signatures{grid-template-columns:1fr;gap:16px;text-align:center}}.personal-message__signatures .signature-item strong{display:block;font-size:16px;font-weight:700;color:#1a2332;margin-bottom:4px}@media(min-width:768px){.personal-message__signatures .signature-item strong{font-size:18px}}.personal-message__signatures .signature-item span{display:block;font-size:13px;color:#5a6c7d}@media(min-width:768px){.personal-message__signatures .signature-item span{font-size:14px}}@media(max-width:767px){.personal-message__signatures .signature-item{text-align:center}}@media(min-width:768px){.personal-message__signatures .signature-item:first-child{text-align:right}.personal-message__signatures .signature-item:last-child{text-align:left}}.personal-message__signatures .signature-separator{font-size:24px;color:#e31e24;font-weight:300;justify-self:center;text-align:center}@media(max-width:767px){.personal-message__signatures .signature-separator{display:none}}.personal-message__visual{flex:1}@media(min-width:1024px){.personal-message__visual{flex:.8}}.message-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(26,35,50,.1);border-radius:20px;padding:48px;box-shadow:0 8px 32px #1a233214}@media(max-width:767px){.message-card{padding:32px 24px}}.message-card__quote{text-align:center;padding-bottom:32px;border-bottom:2px solid rgba(26,35,50,.1);margin-bottom:32px}.message-card__quote .quote-icon{width:48px;height:48px;margin:0 auto 24px;color:#e31e24;opacity:.3}.message-card__quote p{font-size:18px;font-weight:500;font-style:italic;line-height:1.6;color:#1a2332;margin:0}@media(min-width:768px){.message-card__quote p{font-size:20px}}.message-card__quote p .highlight{color:#e31e24;font-weight:700;font-style:normal}.message-card__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:32px;border-bottom:2px solid rgba(26,35,50,.1);margin-bottom:32px;width:110%;margin-left:-5%}@media(max-width:767px){.message-card__stats{width:100%;margin-left:0}}@media(max-width:575px){.message-card__stats{gap:16px}}.message-card__stats .stat-item{text-align:center}.message-card__stats .stat-item .stat-number{display:block;font-size:28px;font-weight:700;color:#e31e24;line-height:1;margin-bottom:8px}@media(min-width:768px){.message-card__stats .stat-item .stat-number{font-size:36px}}@media(max-width:575px){.message-card__stats .stat-item .stat-number{font-size:24px}}.message-card__stats .stat-item .stat-label{display:block;font-size:12px;color:#5a6c7d;font-weight:500}@media(min-width:768px){.message-card__stats .stat-item .stat-label{font-size:13px}}@media(max-width:575px){.message-card__stats .stat-item .stat-label{font-size:11px}}.message-card__founder .founder-tribute{display:flex;align-items:center;gap:16px;padding:24px;background:linear-gradient(135deg,#e31e240d,#1a233208);border-radius:12px}@media(max-width:575px){.message-card__founder .founder-tribute{flex-direction:column;text-align:center;gap:12px}}.message-card__founder .founder-tribute svg{width:40px;height:40px;color:#e31e24;flex-shrink:0}@media(min-width:768px){.message-card__founder .founder-tribute svg{width:48px;height:48px}}.message-card__founder .founder-tribute .founder-text{flex:1}.message-card__founder .founder-tribute .founder-text strong{display:block;font-size:14px;font-weight:700;color:#1a2332;margin-bottom:4px}@media(min-width:768px){.message-card__founder .founder-tribute .founder-text strong{font-size:16px}}.message-card__founder .founder-tribute .founder-text span{display:block;font-size:14px;color:#5a6c7d;margin-bottom:2px}@media(min-width:768px){.message-card__founder .founder-tribute .founder-text span{font-size:15px}}.message-card__founder .founder-tribute .founder-text span.founder-years{font-size:12px;color:#e31e24;font-weight:600}@media(min-width:768px){.message-card__founder .founder-tribute .founder-text span.founder-years{font-size:13px}}@media(max-width:1023px){.personal-message__wrapper{flex-direction:column}}@media(max-width:575px){.personal-message{padding:60px 0}.personal-message__wrapper{gap:48px}.personal-message__title{font-size:28px}.personal-message__text p{font-size:15px}.personal-message__text p.highlight-text{font-size:16px;padding:20px}.personal-message__text p.signature-text{font-size:17px}}.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)}}.faq-item__answer ul{list-style:none;margin:16px 0;padding:0}@media(min-width:768px){.faq-item__answer ul{margin:20px 0}}.faq-item__answer li{position:relative;padding-left:28px;margin-bottom:12px;font-size:14px;color:#64748b;line-height:1.7}@media(max-width:400px){.faq-item__answer li{font-size:13px;padding-left:24px;margin-bottom:10px}}@media(min-width:768px){.faq-item__answer li{font-size:16px;padding-left:32px;margin-bottom:14px}}.faq-item__answer li:before{content:"•";position:absolute;left:8px;color:#e63946;font-size:20px;font-weight:700;line-height:1.2}@media(min-width:768px){.faq-item__answer li:before{font-size:24px}}.faq-item__answer li strong{color:#1a2332;font-weight:600}.faq-item__answer a{color:#e63946;font-weight:600;text-decoration:none;position:relative;transition:all .3s ease;display:inline-block}.faq-item__answer a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#e63946;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.faq-item__answer a:hover{color:#c52d3a}.faq-item__answer a:hover:after{transform:scaleX(1);transform-origin:left}.faq-item__answer a:active{transform:translateY(1px)}.faq__cta-buttons{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}@media(min-width:640px){.faq__cta-buttons{flex-direction:row;gap:20px}}.faq__cta-buttons .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:240px;white-space:nowrap}@media(max-width:400px){.faq__cta-buttons .btn{min-width:200px;font-size:14px;padding:12px 20px}}.faq__cta-buttons .btn svg{width:20px;height:20px;flex-shrink:0}@media(max-width:400px){.faq__cta-buttons .btn svg{width:18px;height:18px}}.faq__cta-buttons .btn--primary{background:#e63946;color:#fff;border:2px solid #E63946;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #e6394633}.faq__cta-buttons .btn--primary:hover{background:#c52d3a;border-color:#c52d3a;transform:translateY(-2px);box-shadow:0 6px 20px #e639464d}.faq__cta-buttons .btn--primary:active{transform:translateY(0)}.faq__cta-buttons .btn--secondary{background:transparent;color:#1a2332;border:2px solid #1A2332;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #1a23321a}.faq__cta-buttons .btn--secondary:hover{background:#1a2332;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1a233233}.faq__cta-buttons .btn--secondary:active{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}}.final-cta{background:linear-gradient(180deg,#1a2332,#141d29 40%,#1e2939,#0f1419);color:#fff;position:relative;overflow:hidden;border-top:3px solid #E63946;box-shadow:0 -10px 40px #e639461a;padding:80px 0 120px}@media(min-width:768px){.final-cta{padding:120px 0 150px}}.final-cta:before{content:"";position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(230,57,70,.15) 0%,transparent 70%);border-radius:50%;animation:float 20s infinite ease-in-out}.final-cta:after{content:"";position:absolute;bottom:-150px;left:-150px;width:600px;height:600px;background:radial-gradient(circle,rgba(100,116,139,.1) 0%,transparent 70%);border-radius:50%;animation:float 25s infinite ease-in-out reverse}.final-cta__hero{position:relative;z-index:2;text-align:center}.final-cta__content{margin-bottom:48px}@media(min-width:768px){.final-cta__content{margin-bottom:64px}}.final-cta__title{font-size:32px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2}@media(min-width:768px){.final-cta__title{font-size:48px}}@media(min-width:1024px){.final-cta__title{font-size:56px}}.final-cta__subtitle{font-size:18px;color:#ffffffe6;margin-bottom:32px;line-height:1.6}@media(min-width:768px){.final-cta__subtitle{font-size:22px}}.final-cta__subtitle .highlight{color:#e63946;font-size:1.3em;font-weight:700;position:relative;display:inline-block;line-height:1}.final-cta__benefits{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:48px}@media(min-width:640px){.final-cta__benefits{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:768px){.final-cta__benefits{grid-template-columns:repeat(4,1fr);gap:24px}}.final-cta__contact-boxes{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:48px}@media(min-width:768px){.final-cta__contact-boxes{grid-template-columns:repeat(2,1fr);gap:32px}}@media(min-width:1024px){.final-cta__contact-boxes{gap:48px;padding:0 32px}}.final-cta__office{margin-bottom:32px}.final-cta__trust{text-align:center}.benefit-item{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffff1a;border-radius:12px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}@media(min-width:768px){.benefit-item{flex-direction:column;text-align:center;padding:20px}}.benefit-item:hover{background:#ffffff26;border-color:#e6394680;transform:translateY(-4px)}.benefit-item svg{width:24px;height:24px;color:#10b981;flex-shrink:0}@media(min-width:768px){.benefit-item svg{width:28px;height:28px}}.benefit-item span{font-size:14px;color:#fff;font-weight:500}@media(min-width:768px){.benefit-item span{font-size:16px}}.contact-box{background:#1a2332cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;color:#fff;padding:32px;transition:all .4s ease;position:relative;overflow:hidden}@media(max-width:480px){.contact-box{padding:24px}}@media(min-width:1024px){.contact-box{padding:40px}}.contact-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e63946,#1a2332);opacity:0;transition:opacity .4s ease}.contact-box:hover{transform:translateY(-8px);box-shadow:0 16px 48px #e6394633;border-color:#e639464d}.contact-box:hover:before{opacity:1}.contact-box__header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:480px){.contact-box__header{gap:12px;margin-bottom:20px;padding-bottom:16px}}.contact-box__icon{width:56px;height:56px;background:linear-gradient(135deg,#e63946,#c52d3a);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #e639464d}@media(max-width:480px){.contact-box__icon{width:48px;height:48px}}.contact-box__icon svg{width:28px;height:28px;color:#fff}@media(max-width:480px){.contact-box__icon svg{width:24px;height:24px}}.contact-box__title{font-size:20px;font-weight:700;color:#fff}@media(max-width:480px){.contact-box__title{font-size:18px}}@media(min-width:768px){.contact-box__title{font-size:24px}}.contact-box__expert{margin-bottom:20px}@media(max-width:480px){.contact-box__expert{margin-bottom:16px}}.contact-box__services{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}@media(max-width:480px){.contact-box__services{gap:6px;margin-bottom:20px}}.contact-box__services span{display:inline-block;padding:6px 12px;background:#e6394626;border:1px solid rgba(230,57,70,.3);border-radius:20px;font-size:12px;color:#fff;font-weight:500}@media(max-width:480px){.contact-box__services span{padding:4px 10px;font-size:11px}}@media(min-width:768px){.contact-box__services span{font-size:14px;padding:8px 16px}}.contact-box__buttons{display:flex;flex-direction:column;gap:12px}@media(min-width:640px){.contact-box__buttons{flex-direction:row;gap:16px}}.contact-box__buttons .btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;text-decoration:none;white-space:nowrap}@media(max-width:480px){.contact-box__buttons .btn{padding:12px 20px;font-size:14px}}.contact-box__buttons .btn svg{width:20px;height:20px;flex-shrink:0}@media(max-width:480px){.contact-box__buttons .btn svg{width:18px;height:18px}}.contact-box__buttons .btn--primary{background:#e63946;color:#fff;border:2px solid #E63946}.contact-box__buttons .btn--primary:hover{background:#c52d3a;border-color:#c52d3a;transform:translateY(-2px);box-shadow:0 6px 20px #e6394666}.contact-box__buttons .btn--outline{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff}.contact-box__buttons .btn--outline:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.contact-box__buttons .btn--outline-light{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff}.contact-box__buttons .btn--outline-light:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.contact-box__buttons .btn--large{padding:16px 28px}@media(max-width:480px){.contact-box__buttons .btn--large{padding:14px 24px}}.expert-name{font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}@media(max-width:480px){.expert-name{font-size:16px}}@media(min-width:768px){.expert-name{font-size:20px}}.expert-title{font-size:14px;color:#ffffffb3;font-style:italic}@media(max-width:480px){.expert-title{font-size:13px}}@media(min-width:768px){.expert-title{font-size:16px}}.office-info{display:flex;align-items:center;justify-content:center;gap:16px;padding:24px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);max-width:800px;margin:0 auto;transition:all .3s ease}@media(max-width:480px){.office-info{flex-direction:column;gap:12px;padding:20px;text-align:center}}.office-info:hover{background:#ffffff14;border-color:#e639464d}.office-icon{width:48px;height:48px;background:linear-gradient(135deg,#e63946,#c52d3a);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #e639464d}@media(max-width:480px){.office-icon{width:40px;height:40px}}.office-icon svg{width:24px;height:24px;color:#fff}@media(max-width:480px){.office-icon svg{width:20px;height:20px}}.office-details{flex:1;text-align:left}@media(max-width:480px){.office-details{text-align:center}}.office-label{font-size:16px;font-weight:600;color:#e63946;margin-bottom:4px}@media(max-width:480px){.office-label{font-size:14px}}@media(min-width:768px){.office-label{font-size:18px}}.office-address{font-size:14px;color:#ffffffd9;line-height:1.5}@media(max-width:480px){.office-address{font-size:13px}}@media(min-width:768px){.office-address{font-size:16px}}.trust-message{font-size:18px;color:#ffffffe6;margin-bottom:24px;font-weight:500}@media(max-width:480px){.trust-message{font-size:16px;margin-bottom:20px}}@media(min-width:768px){.trust-message{font-size:20px}}.trust-message strong{color:#e63946;font-weight:700}.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}@media(max-width:480px){.trust-badges{gap:16px}}@media(min-width:768px){.trust-badges{gap:48px}}.badge-item{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:140px}@media(max-width:480px){.badge-item{min-width:120px}}.badge-item svg{width:32px;height:32px;color:#e63946;filter:drop-shadow(0 2px 8px rgba(230,57,70,.3))}@media(max-width:480px){.badge-item svg{width:28px;height:28px}}@media(min-width:768px){.badge-item svg{width:40px;height:40px}}.badge-item span{font-size:14px;color:#fff;font-weight:600;text-align:center}@media(max-width:480px){.badge-item span{font-size:13px}}@media(min-width:768px){.badge-item span{font-size:16px}}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.glass-dark{background:#1a2332cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;color:#fff}.section-padding{padding:4rem 0}@media(min-width:768px){.section-padding{padding:6rem 0}}.section-padding-large{padding:6rem 0}@media(min-width:768px){.section-padding-large{padding:8rem 0}}.bg-light{background-color:#f8f9fa}.bg-white{background-color:#fff}.bg-navy{background-color:#1a2332;color:#fff}.bg-gradient-navy{background:linear-gradient(135deg,#1a2332,#111721);color:#fff}.text-center{text-align:center}.section-title{font-size:1.5rem;font-weight:700;color:#1a2332;margin-bottom:2rem;line-height:1.2}@media(min-width:768px){.section-title{font-size:1.875rem;margin-bottom:3rem}}@media(min-width:992px){.section-title{font-size:2.25rem}}.bg-navy .section-title,.bg-gradient-navy .section-title,.section-title--light{color:#fff}.section-title--large{font-size:1.875rem}@media(min-width:768px){.section-title--large{font-size:2.25rem}}@media(min-width:992px){.section-title--large{font-size:3rem}}.section-subtitle{font-size:1.125rem;color:#7b8d9e;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}@media(min-width:768px){.section-subtitle{font-size:1.25rem}}.bg-navy .section-subtitle,.bg-gradient-navy .section-subtitle{color:#ffffffd9}.highlight{color:#e31e24;font-size:1.3em;font-weight:700;position:relative;display:inline-block;line-height:1}.u-emphasis{color:#e31e24;font-weight:700;position:relative;display:inline}.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}.glass-light{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(26,35,50,.1);box-shadow:0 8px 32px #1a233214}.counter{font-size:2.25rem;font-weight:700;color:#e31e24;line-height:1}@media(min-width:768px){.counter{font-size:3rem}}.counter--navy{color:#1a2332}.counter--white{color:#fff}@keyframes drawLine{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes pulseMilestone{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.graph-line{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawLine 2s ease-in-out forwards}.milestone-point{animation:pulseMilestone 2s ease-in-out infinite;transform-origin:center}.milestone-point:nth-child(1){animation-delay:.2s}.milestone-point:nth-child(2){animation-delay:.4s}.milestone-point:nth-child(3){animation-delay:.6s}.milestone-point:nth-child(4){animation-delay:.8s}.milestone-point:nth-child(5){animation-delay:1s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.timeline-item{opacity:0}.timeline-item.animated{animation-duration:.8s;animation-fill-mode:both}.timeline-item.animated--left{animation-name:slideInLeft}.timeline-item.animated--right{animation-name:slideInRight}.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}.animate-delay-7{animation-delay:1.05s}.animate-delay-8{animation-delay:1.2s}.animate-delay-9{animation-delay:1.35s}.animate-delay-10{animation-delay:1.5s}.animate-delay-11{animation-delay:1.65s}.animate-delay-12{animation-delay:1.8s}.grid-2-col{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-2-col{grid-template-columns:repeat(2,1fr);gap:3rem}}.grid-3-col{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:576px){.grid-3-col{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-3-col{grid-template-columns:repeat(3,1fr);gap:3rem}}.grid-4-col{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:576px){.grid-4-col{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-4-col{grid-template-columns:repeat(4,1fr);gap:3rem}}.grid-5-col{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:576px){.grid-5-col{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-5-col{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.grid-5-col{grid-template-columns:repeat(5,1fr);gap:3rem}}.split-layout{display:flex;flex-direction:column;gap:3rem}@media(min-width:992px){.split-layout{flex-direction:row;gap:4rem;align-items:center}.split-layout__left,.split-layout__right{flex:1}}.accordion-content{overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.comparison-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-scroll::-webkit-scrollbar{height:8px}.comparison-scroll::-webkit-scrollbar-track{background:#f8f9fa;border-radius:9999px}.comparison-scroll::-webkit-scrollbar-thumb{background:#e31e24;border-radius:9999px}.comparison-scroll::-webkit-scrollbar-thumb:hover{background:#b7171c}.text-large{font-size:1.25rem}@media(min-width:768px){.text-large{font-size:1.5rem}}.text-small{font-size:.875rem;color:#7b8d9e}.mb-0{margin-bottom:0!important}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:1.5rem}.mb-lg{margin-bottom:2rem}.mb-xl{margin-bottom:3rem}.mb-2xl{margin-bottom:4rem}.mt-0{margin-top:0!important}.mt-sm{margin-top:1rem}.mt-md{margin-top:1.5rem}.mt-lg{margin-top:2rem}.mt-xl{margin-top:3rem}.mt-2xl{margin-top:4rem}.container-narrow{max-width:900px;margin-left:auto;margin-right:auto}.container-wide{max-width:1400px;margin-left:auto;margin-right:auto}.divider{width:80px;height:4px;background:linear-gradient(90deg,#e31e24,#1a2332);margin:2rem auto;border-radius:9999px}.divider--center{margin-left:auto;margin-right:auto}.divider--left{margin-left:0;margin-right:auto}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 20px 25px #00000026,0 10px 10px #0000000a}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.image-overlay{position:relative;overflow:hidden}.image-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(26,35,50,.7) 100%);opacity:0;transition:opacity .3s ease}.image-overlay:hover:after{opacity:1}.badge{display:inline-block;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;background:#e31e24;color:#fff}.badge--navy{background:#1a2332}.badge--outline{background:transparent;border:2px solid #E31E24;color:#e31e24}.icon-box{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background:#e31e241a;border-radius:12px;color:#e31e24;transition:all .3s ease}.icon-box:hover{background:#e31e24;color:#fff;transform:scale(1.1) rotate(5deg)}.icon-box--large{width:80px;height:80px}@media(min-width:768px){.icon-box--large{width:100px;height:100px}}.icon-box--navy{background:#1a23321a;color:#1a2332}.icon-box--navy:hover{background:#1a2332;color:#fff}.stat-number{font-size:2.25rem;font-weight:700;line-height:1;color:#e31e24;margin-bottom:1rem}@media(min-width:768px){.stat-number{font-size:3rem}}.stat-number__label{font-size:1rem;color:#7b8d9e;font-weight:500;margin-top:.5rem}@media(min-width:768px){.stat-number__label{font-size:1.125rem}}.quote-mark{font-size:80px;font-family:Georgia,serif;color:#e31e2433;line-height:1;font-weight:700}@media(min-width:768px){.quote-mark{font-size:120px}}@media(min-width:768px){.mobile-only{display:none!important}}@media(max-width:767px){.desktop-only{display:none!important}}.skeleton{background:linear-gradient(90deg,#ecf0f1 25%,#ecf0f180,#ecf0f1 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}
