@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#2c3e50;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#1a2332}h1{font-size:1.875rem}@media(min-width:768px){h1{font-size:2.25rem}}@media(min-width:992px){h1{font-size:3rem}}h2{font-size:1.5rem}@media(min-width:768px){h2{font-size:1.875rem}}@media(min-width:992px){h2{font-size:2.25rem}}h3{font-size:1.25rem}@media(min-width:768px){h3{font-size:1.5rem}}p{margin-bottom:1rem;color:#7b8d9e}.highlight{color:#e31e24;font-weight:700}.highlight-large{color:#e31e24;font-size:1.2em;font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:992px){.container{padding:0 2rem}}.section-title{font-size:1.5rem;font-weight:700;color:#1a2332;text-align:center;margin-bottom:2rem}@media(min-width:768px){.section-title{font-size:1.875rem;margin-bottom:3rem}}.section-subtitle{font-size:1rem;font-weight:400;color:#7b8d9e;text-align:center;margin-bottom:3rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}@media(min-width:768px){.section-subtitle{font-size:1.125rem;margin-bottom:4rem}}.section-subtitle--light{color:#ffffffe6}.section-header{margin-bottom:1.5rem}@media(min-width:768px){.section-header{margin-bottom:2rem}}.section-header .section-title{margin-bottom:1.5rem}.icon{width:24px;height:24px}.icon-large{width:48px;height:48px}.icon-small{width:20px;height:20px}.highlight{color:#e31e24;font-size:1.3em;font-weight:700;position:relative;display:inline-block;line-height:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes pulseUp{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes glow{0%,to{box-shadow:0 0 20px #e31e244d}50%{box-shadow:0 0 40px #e31e2499}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blob{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-50px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(50px,50px) scale(1.05)}}.animate-on-scroll{opacity:0;transition:none}.animate-on-scroll.animated{animation-duration:.8s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.4,0,.2,1)}.animate-on-scroll.fade-in-up.animated{animation-name:fadeInUp}.animate-on-scroll.fade-in-down.animated{animation-name:fadeInDown}.animate-on-scroll.fade-in-left.animated{animation-name:fadeInLeft}.animate-on-scroll.fade-in-right.animated{animation-name:fadeInRight}.animate-on-scroll.fade-in.animated{animation-name:fadeIn}.animate-on-scroll.scale-in.animated{animation-name:scaleIn}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-delay-6{animation-delay:.6s}.animate-delay-7{animation-delay:.7s}.animate-delay-8{animation-delay:.8s}.animate-delay-9{animation-delay:.9s}.animate-delay-10{animation-delay:1s}.animate-delay-11{animation-delay:1.1s}.animate-delay-12{animation-delay:1.2s}.float-animation{animation:float 6s ease-in-out infinite}.pulse-animation{animation:pulse 2s ease-in-out infinite}.glow-animation{animation:glow 2s ease-in-out infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid transparent;cursor:pointer;text-align:center;transition:all .3s ease;text-decoration:none}@media(min-width:768px){.btn{padding:1rem 2rem;font-size:1.125rem}}.btn--primary{background-color:#e31e24;color:#fff;border-color:#e31e24}.btn--primary:hover{background-color:#c0181d;border-color:#c0181d;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.btn--primary:active{transform:translateY(0)}.btn--secondary{background-color:#fff;color:#1a2332;border-color:#fff}.btn--secondary:hover{background-color:#f2f2f2;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.btn--outline{background-color:transparent;color:#1a2332;border-color:#1a2332;border-width:2px}.btn--outline:hover{background-color:#1a2332;color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.btn--outline-light{color:#fff;border-color:#fff;border-width:2px}.btn--outline-light:hover{background-color:#fff;color:#1a2332;transform:translateY(-2px);box-shadow:0 8px 24px #ffffff4d}.btn--whatsapp{background-color:#128c7e;color:#fff;border-color:#128c7e;width:100%;margin-top:1rem}.btn--whatsapp svg{filter:brightness(1)}.btn--whatsapp:hover{background-color:#0a6b5f;border-color:#0a6b5f;transform:translateY(-2px);box-shadow:0 8px 16px #128c7e4d}.btn--large{padding:1.5rem 3rem;font-size:1.125rem}@media(min-width:768px){.btn--large{padding:2rem 4rem;font-size:1.25rem}}.btn--large svg{width:24px;height:24px}.btn--full{width:100%}.btn svg{width:20px;height:20px;flex-shrink:0}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.contact-form{width:100%}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:400px){.form-row{gap:1rem;margin-bottom:1rem}}@media(min-width:768px){.form-row{grid-template-columns:1fr 1fr;gap:2rem}}.form-group{margin-bottom:1.5rem}@media(max-width:400px){.form-group{margin-bottom:1rem}}.form-row .form-group{margin-bottom:0}.form-label{display:block;font-size:.875rem;font-weight:600;color:#1a2332;margin-bottom:.5rem}@media(max-width:400px){.form-label{font-size:.75rem}}.form-input{width:100%;padding:.875rem 1.125rem;font-size:1rem;font-family:inherit;border:2px solid #E2E8F0;border-radius:10px;background:#f7fafc;color:#2c3e50;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:400px){.form-input{padding:.5rem 1rem;font-size:.875rem}}.form-input:hover{border-color:#cbd5e0;background:#fff}.form-input:focus{outline:none;border-color:#e31e24;background:#fff;box-shadow:0 0 0 4px #e31e241a;transform:translateY(-1px)}.form-input::placeholder{color:#a0aec0}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%234A5568' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:20px;padding-right:2.5rem}@media(max-width:400px){.form-select{background-position:right 1rem center;padding-right:2rem}}.form-select option[value=""][disabled]{color:#a0aec0}.form-textarea{resize:vertical;min-height:8.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}@media(max-width:400px){.form-textarea{min-height:5rem}}@media(min-width:768px){.form-textarea{min-height:8.75rem}}.form-success{padding:1.5rem;background-color:#27ae601a;color:#27ae60;border-radius:8px;text-align:center;font-weight:500;border:1px solid rgba(39,174,96,.2)}@media(max-width:400px){.form-success{padding:1rem;font-size:.875rem}}.form-error{padding:1.5rem;background-color:#e31e241a;color:#e31e24;border-radius:8px;text-align:center;font-weight:500;border:1px solid rgba(227,30,36,.2)}@media(max-width:400px){.form-error{padding:1rem;font-size:.875rem}}.radio-group{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.75rem}@media(min-width:768px){.radio-group{flex-wrap:nowrap}}.radio-group .radio-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px 1.5rem;border:2px solid #E2E8F0;border-radius:8px;background:#f7fafc;transition:all .3s ease;white-space:nowrap}.radio-group .radio-label:hover{border-color:#cbd5e0;background:#fff}.radio-group .radio-label input[type=radio]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:#E31E24}.radio-group .radio-label input[type=radio]:focus{outline:none}.radio-group .radio-label input[type=radio]:checked+span{color:#e31e24;font-weight:600}.radio-group .radio-label:has(input:checked){border-color:#e31e24;background:#e31e240d}.radio-group .radio-label span{font-size:1rem;color:#4a5568;transition:all .3s ease}.service-card{background-color:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 16px #1a233214;transition:all .3s ease;text-align:center}@media(min-width:768px){.service-card{padding:3rem}}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1a23321f}.service-card__icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:12px;transition:all .3s ease}.service-card__icon .icon-large{width:32px;height:32px;color:#fff;transition:all .3s ease}.service-card__title{font-size:1.25rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}.service-card__leader{font-size:.875rem;font-weight:600;color:#718096;margin-bottom:1.5rem}.service-card__description{font-size:1rem;color:#7b8d9e;line-height:1.7;margin-bottom:1.5rem}.service-card__list{list-style:none;padding:0}.service-card__list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#7b8d9e;font-size:.875rem}.service-card__list li:before{content:"✓";position:absolute;left:0;color:#e31e24;font-weight:700}.contact-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;text-align:center;transition:all .3s ease}@media(min-width:768px){.contact-card{padding:3rem}}.contact-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.contact-card__avatar{width:100px;height:100px;border-radius:9999px;background:linear-gradient(135deg,#e31e24,#a11418);color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.875rem;font-weight:700;margin:0 auto 2rem;box-shadow:0 8px 16px #e31e244d,0 0 0 4px #fff,0 0 0 6px #e31e2433;position:relative;transition:all .3s ease}@media(min-width:768px){.contact-card__avatar{width:120px;height:120px;font-size:2.25rem}}.contact-card__avatar:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;border-radius:9999px;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);pointer-events:none}.contact-card:first-child .contact-card__avatar{background:linear-gradient(135deg,#3498db,#2c3e50);box-shadow:0 8px 16px #3498db4d,0 0 0 4px #fff,0 0 0 6px #3498db33}.contact-card:last-child .contact-card__avatar{background:linear-gradient(135deg,#9b59b6,#8e44ad);box-shadow:0 8px 16px #9b59b64d,0 0 0 4px #fff,0 0 0 6px #9b59b633}.contact-card:hover .contact-card__avatar{transform:scale(1.05) rotate(5deg);box-shadow:0 12px 24px #e31e2466,0 0 0 4px #fff,0 0 0 8px #e31e244d}.contact-card:first-child:hover .contact-card__avatar{box-shadow:0 12px 24px #3498db66,0 0 0 4px #fff,0 0 0 8px #3498db4d}.contact-card:last-child:hover .contact-card__avatar{box-shadow:0 12px 24px #9b59b666,0 0 0 4px #fff,0 0 0 8px #9b59b64d}.contact-card__avatar--image{background:linear-gradient(135deg,#7b8d9e,#617485);overflow:hidden;padding:0}.contact-card__avatar--image:before{display:none}.contact-card__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.contact-card:first-child .contact-card__avatar--image,.contact-card:last-child .contact-card__avatar--image{background:linear-gradient(135deg,#7b8d9e,#617485)}.contact-card__name{font-size:1.125rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}@media(min-width:768px){.contact-card__name{font-size:1.25rem}}.contact-card__role{font-size:.875rem;color:#7b8d9e;margin-bottom:1.5rem}.contact-card__phone{display:block;font-size:1.125rem;font-weight:600;color:#e31e24;margin-bottom:1rem;transition:all .3s ease}.contact-card__phone:hover{color:#b7171c}.benefit{display:flex;gap:1.5rem;margin-bottom:2rem}.benefit:last-child{margin-bottom:0}.benefit__icon{flex-shrink:0;width:48px;height:48px;display:flex;justify-content:center;align-items:center;background-color:#e31e241a;border-radius:8px}.benefit__icon .icon{color:#e31e24}.benefit__content{flex:1}.benefit__title{font-size:1.125rem;font-weight:600;color:#1a2332;margin-bottom:.5rem}.benefit__text{font-size:1rem;color:#7b8d9e;line-height:1.6}.custom-cursor{position:fixed;pointer-events:none;z-index:9999;mix-blend-mode:difference}.custom-cursor__icon{position:fixed;width:32px;height:32px;transform:translate(-50%,-50%);z-index:10000;display:flex;align-items:center;justify-content:center;background:#e31e24;border-radius:9999px;box-shadow:0 4px 12px #e31e2466;transition:width .2s ease,height .2s ease,background .2s ease}.custom-cursor__icon:before{content:"₹";font-size:18px;font-weight:700;color:#fff;transition:content .2s ease,font-size .2s ease}.custom-cursor.cursor-hover .custom-cursor__icon{width:48px;height:48px;background:#1a2332;box-shadow:0 6px 20px #1a233280}.custom-cursor.cursor-hover .custom-cursor__icon:before{content:"→";font-size:24px}@media(max-width:1024px){.custom-cursor{display:none!important}}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a2332,#111721);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:99999;opacity:1;transition:opacity .5s ease,visibility .5s ease}.page-loader.hidden{opacity:0;visibility:hidden}.page-loader__content{display:flex;flex-direction:column;align-items:center;gap:4rem}.page-loader__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}.page-loader__logo{font-size:5rem;font-weight:700;color:#fff;letter-spacing:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1;margin-right:-12px}@media(min-width:768px){.page-loader__logo{font-size:6rem;letter-spacing:16px;margin-right:-16px}}@media(min-width:992px){.page-loader__logo{font-size:7rem;letter-spacing:20px;margin-right:-20px}}.page-loader__logo span{display:inline-block;animation:fadeInUp .8s ease forwards;opacity:0}.page-loader__logo span.letter-u{color:#e31e24;position:relative;animation:pulseUp 1.5s ease-in-out infinite;animation-delay:1s;text-shadow:0 0 30px rgba(227,30,36,.8);font-size:1.15em;transform-origin:bottom center;vertical-align:baseline}.page-loader__logo span:nth-child(1){animation-delay:.1s}.page-loader__logo span:nth-child(2){animation-delay:.2s}.page-loader__logo span:nth-child(3){animation-delay:.3s}.page-loader__logo span:nth-child(4){animation-delay:.4s}.page-loader__logo span:nth-child(5){animation-delay:.5s}.page-loader__subtitle{font-size:1.25rem;color:#ecf0f1;font-weight:400;animation:fadeIn 1s ease forwards;animation-delay:.8s;opacity:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:2px;margin-right:-2px}@media(min-width:768px){.page-loader__subtitle{font-size:1.5rem;letter-spacing:3px;margin-right:-3px}}@media(min-width:992px){.page-loader__subtitle{font-size:2rem;letter-spacing:4px;margin-right:-4px}}.page-loader__spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-top-color:#e31e24;border-radius:50%;animation:spin 1s linear infinite}@media(min-width:768px){.page-loader__spinner{width:60px;height:60px;border-width:4px}}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.floating-shapes__shape{position:absolute;opacity:.1;border-radius:50%;animation:blob 20s ease-in-out infinite}.floating-shapes__shape--1{width:300px;height:300px;background:linear-gradient(135deg,#e31e24,#1a2332);top:10%;left:5%;animation-delay:0s}@media(min-width:768px){.floating-shapes__shape--1{width:500px;height:500px}}.floating-shapes__shape--2{width:200px;height:200px;background:linear-gradient(225deg,#7b8d9e,#e31e24);top:60%;right:10%;animation-delay:5s}@media(min-width:768px){.floating-shapes__shape--2{width:400px;height:400px}}.floating-shapes__shape--3{width:150px;height:150px;background:linear-gradient(315deg,#1a2332,#7b8d9e);bottom:20%;left:50%;animation-delay:10s}@media(min-width:768px){.floating-shapes__shape--3{width:300px;height:300px}}.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#1a2332b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.floating-buttons{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.floating-buttons{bottom:3rem;right:3rem}}.floating-btn{background:none;border:none;padding:0;cursor:pointer;font:inherit;width:56px;height:56px;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}@media(min-width:768px){.floating-btn{width:64px;height:64px}}.floating-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 20px #00000040}.floating-btn:active{transform:translateY(-2px) scale(1.02)}.floating-btn svg{width:28px;height:28px}@media(min-width:768px){.floating-btn svg{width:32px;height:32px}}.floating-btn--whatsapp{background:#128c7e;color:#fff;box-shadow:0 4px 20px #128c7e66}.floating-btn--whatsapp:hover{background:#0a6b5f;box-shadow:0 6px 30px #128c7e99}.floating-btn--scroll-top{background:#1a2332;color:#fff;opacity:0;visibility:hidden;transition:all .3s ease}.floating-btn--scroll-top.visible{opacity:1;visibility:visible}.floating-btn--scroll-top:hover{background:#e31e24}.floating-btn--whatsapp:after{content:"";position:absolute;inset:0;border-radius:9999px;background:#128c7e;animation:pulse-ring 2s ease-out infinite;z-index:-1}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.4);opacity:0}}.header{position:sticky;top:0;background-color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000000f;z-index:100;transition:all .3s ease}.header__nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}@media(min-width:768px){.header__nav{padding:1.5rem 0}}@media(min-width:768px)and (max-height:845px){.header__nav{padding:1.25rem 0}}@media(min-width:768px)and (max-height:800px){.header__nav{padding:1rem 0}}@media(min-width:768px)and (max-height:700px){.header__nav{padding:.5rem 0}}.header__logo{flex-shrink:0}.header__logo-img{height:40px;width:auto;display:block}@media(min-width:576px){.header__logo-img{height:50px}}@media(min-width:768px){.header__logo-img{height:60px}}.header__logo-text{font-size:1.25rem;font-weight:700;color:#1a2332}@media(min-width:768px){.header__logo-text{font-size:1.5rem}}.header__menu{display:none;gap:2rem;align-items:center}@media(min-width:768px){.header__menu{display:flex}}.header__menu-item--dropdown{position:relative}.header__link{position:relative;font-size:1rem;font-weight:500;color:#2c3e50;transition:all .3s ease;padding:.5rem 0;display:inline-flex;align-items:center;gap:.5rem}.header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#e31e24;transition:all .3s ease}.header__link:hover{color:#e31e24}.header__link:hover:after{width:100%}.header__dropdown-icon{width:16px;height:16px;transition:transform .3s ease}.header__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:#fff;box-shadow:0 10px 30px #1a233226;border-radius:8px;padding:1rem 0;margin-top:1rem;list-style:none;z-index:100}.header__dropdown-link{display:block;padding:1rem 2rem;font-size:1rem;font-weight:500;color:#2c3e50;transition:all .3s ease}.header__dropdown-link:hover{background-color:#e31e241a;color:#e31e24}.header__toggle{background:none;border:none;cursor:pointer;font:inherit;display:block;z-index:102;padding:8px}@media(min-width:768px){.header__toggle{display:none}}.header__hamburger{display:flex;flex-direction:column;gap:5px;width:26px;height:20px;position:relative}.header__hamburger-line{display:block;width:100%;height:3px;background-color:#1a2332;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.header__hamburger--active .header__hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__hamburger--active .header__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger--active .header__hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__mobile-overlay{position:fixed;inset:0;background-color:#1a233299;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90}@media(min-width:768px){.header__mobile-overlay{display:none}}.header__mobile-overlay--enter{transition:opacity .3s ease-out}.header__mobile-overlay--enter-start{opacity:0}.header__mobile-overlay--enter-end{opacity:1}.header__mobile-overlay--leave{transition:opacity .25s ease-in}.header__mobile-overlay--leave-start{opacity:1}.header__mobile-overlay--leave-end{opacity:0}.header__mobile{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:360px;background:linear-gradient(135deg,#1a2332fa,#111721fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:-10px 0 40px #0000004d;z-index:91;overflow-y:auto;overflow-x:hidden}@media(min-width:768px){.header__mobile{display:none}}.header__mobile--enter{transition:transform .35s cubic-bezier(.4,0,.2,1)}.header__mobile--enter-start{transform:translate(100%)}.header__mobile--enter-end{transform:translate(0)}.header__mobile--leave{transition:transform .3s cubic-bezier(.4,0,.6,1)}.header__mobile--leave-start{transform:translate(0)}.header__mobile--leave-end{transform:translate(100%)}.header__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08}.header__mobile-logo{height:45px;width:auto;background-color:#fff;padding:.5rem 1rem;border-radius:8px}.header__mobile-close{background:none;border:none;cursor:pointer;font:inherit;padding:8px;color:#fff;transition:all .3s ease;border-radius:4px}.header__mobile-close:hover{background-color:#e31e2433;color:#e31e24;transform:rotate(90deg)}.header__mobile-close svg{display:block}.header__mobile-menu{display:flex;flex-direction:column;gap:0;padding:1.5rem 0;list-style:none}.header__mobile-link{display:flex;align-items:center;gap:1.5rem;font-size:1.125rem;font-weight:500;color:#fff;padding:1.5rem 2rem;transition:all .3s ease;border-left:3px solid transparent;background:transparent;width:100%;text-align:left;border:none;cursor:pointer}.header__mobile-link:hover{background-color:#ffffff14;border-left-color:#e31e24;padding-left:calc(2rem + 4px)}.header__mobile-link--dropdown{justify-content:space-between;padding-right:2rem}.header__mobile-link-content{display:flex;align-items:center;gap:1.5rem}.header__mobile-icon{width:22px;height:22px;flex-shrink:0}.header__mobile-chevron{width:20px;height:20px;transition:transform .3s ease;flex-shrink:0}.header__mobile-chevron--open{transform:rotate(180deg)}.header__mobile-dropdown{margin-bottom:.5rem}.header__mobile-submenu{display:flex;flex-direction:column;gap:0;background-color:#ffffff08;border-left:2px solid rgba(227,30,36,.3);margin-left:2rem;list-style:none}.header__mobile-sublink{display:block;font-size:1rem;font-weight:400;color:#ffffffd9;padding:1rem 2rem 1rem 3.5rem;transition:all .3s ease;border-left:2px solid transparent}.header__mobile-sublink:hover{background-color:#ffffff0d;color:#fff;border-left-color:#e31e24;padding-left:calc(3.5rem + 4px)}.about-hero{position:relative;min-height:700px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a2332f2,#2c3e50e6,#e31e2433);overflow:hidden;animation:gradient-shift 8s ease-in-out infinite}@media(min-width:768px){.about-hero{min-height:800px}}.about-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(227,30,36,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(123,141,158,.1) 0%,transparent 50%);pointer-events:none;animation:radial-pulse 6s ease-in-out infinite}.about-hero__floating-shapes{position:absolute;inset:0;overflow:hidden;z-index:1}.about-hero__overlay{position:absolute;inset:0;background-color:#1a23324d;background:linear-gradient(to bottom,transparent 0%,rgba(26,35,50,.5) 100%)}.about-hero__content{position:relative;z-index:2;text-align:center;padding:3rem 1.5rem}.about-hero__image-wrapper{position:relative;width:200px;height:200px;margin:0 auto 3rem}@media(min-width:768px){.about-hero__image-wrapper{width:250px;height:250px;margin-bottom:4rem}}.about-hero__image{width:100%;height:100%;object-fit:cover;border-radius:9999px;border:5px solid #ffffff;box-shadow:0 10px 40px #0000004d;position:relative;z-index:2}.about-hero__image-glow{position:absolute;inset:-20px;background:radial-gradient(circle,rgba(227,30,36,.3) 0%,transparent 70%);border-radius:9999px;animation:pulse-glow 3s ease-in-out infinite;z-index:1}.about-hero__title{font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem}@media(min-width:768px){.about-hero__title{font-size:1.875rem;margin-bottom:2rem}}@media(min-width:992px){.about-hero__title{font-size:2.25rem}}.about-hero__subtitle{font-size:1.125rem;color:#ecf0f1;margin-bottom:1rem;font-weight:500}@media(min-width:768px){.about-hero__subtitle{font-size:1.25rem;margin-bottom:1.5rem}}.about-hero__tagline{font-size:1rem;color:#ffffffd9;font-style:italic;max-width:600px;margin:0 auto}@media(min-width:768px){.about-hero__tagline{font-size:1.125rem}}.floating-shape{position:absolute;border-radius:50%;opacity:.1}.floating-shape--1{width:300px;height:300px;background:radial-gradient(circle,#E31E24,transparent);top:-100px;left:-100px;animation:float-1 20s ease-in-out infinite}.floating-shape--2{width:200px;height:200px;background:radial-gradient(circle,#7b8d9e,transparent);top:50%;right:-50px;animation:float-2 15s ease-in-out infinite}.floating-shape--3{width:250px;height:250px;background:radial-gradient(circle,#ffffff,transparent);bottom:-80px;left:30%;animation:float-3 18s ease-in-out infinite}.floating-shape--4{width:180px;height:180px;background:radial-gradient(circle,#E31E24,transparent);top:20%;right:20%;animation:float-4 22s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes gradient-shift{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(10deg)}}@keyframes radial-pulse{0%,to{opacity:.3}50%{opacity:.6}}@keyframes float-1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-30px) scale(1.1)}66%{transform:translate(-30px,40px) scale(.9)}}@keyframes float-2{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-40px,60px) rotate(180deg)}}@keyframes float-3{0%,to{transform:translate(0)}33%{transform:translate(-60px,-20px)}66%{transform:translate(40px,-40px)}}@keyframes float-4{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,30px) scale(1.2)}75%{transform:translate(-20px,-20px) scale(.8)}}.about-timeline-item{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;transition:all .3s ease}@media(min-width:768px){.about-timeline-item{flex-direction:row;align-items:center;gap:4rem}}.about-timeline-item:hover{transform:translate(10px)}.about-timeline-item__year{flex-shrink:0;font-size:1.875rem;font-weight:700;color:#fff;position:relative;padding:2rem;background:linear-gradient(135deg,#1a2332cc,#7b8d9e99);border-radius:12px;border-left:5px solid #E31E24;text-align:center;box-shadow:0 4px 15px #0003;transition:all .3s ease}@media(min-width:768px){.about-timeline-item__year{font-size:2.25rem;min-width:180px}}.about-timeline-item__year:after{content:"";position:absolute;top:50%;right:-15px;width:30px;height:3px;background:linear-gradient(90deg,#e31e24,#e31e2400);transform:translateY(-50%);display:none}@media(min-width:768px){.about-timeline-item__year:after{display:block}}.about-timeline-item:hover .about-timeline-item__year{transform:scale(1.05);box-shadow:0 6px 20px #e31e244d}.about-timeline-item__content{flex:1;transition:all .3s ease}.about-timeline-item:hover .about-timeline-item__content{transform:translate(5px)}.about-timeline-item__heading{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}@media(min-width:768px){.about-timeline-item__heading{font-size:1.5rem;margin-bottom:2rem}}.about-timeline-item__heading{color:#1a2332}.bg-slate .about-timeline-item__heading,.bg-navy .about-timeline-item__heading,.bg-dark .about-timeline-item__heading{color:#fff}.about-timeline-item__text{font-size:1rem;line-height:1.8}@media(min-width:768px){.about-timeline-item__text{font-size:1.125rem}}.about-timeline-item__text{color:#7b8d9e}.bg-slate .about-timeline-item__text,.bg-navy .about-timeline-item__text,.bg-dark .about-timeline-item__text{color:#ecf0f1}.about-philosophy__content{max-width:1000px;margin:0 auto}.about-philosophy__quote-box{position:relative;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4rem 2rem;border-radius:12px;margin:3rem 0;border:2px solid rgba(227,30,36,.3);transition:all .3s ease;overflow:hidden}@media(min-width:768px){.about-philosophy__quote-box{padding:6rem 4rem;margin:4rem 0}}.about-philosophy__quote-box:before{content:"";position:absolute;top:-50%;left:-100%;width:40%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),rgba(255,255,255,.3),rgba(255,255,255,.15),transparent);transform:skew(-25deg);animation:glass-reflection 5s ease-in-out infinite;pointer-events:none;z-index:2}.about-philosophy__quote-box:hover{background:#ffffff14;border-color:#e31e2480;transform:scale(1.02);box-shadow:0 10px 40px #e31e2433}.about-philosophy__quote-box:hover:before{animation:glass-reflection-hover 1s ease-in-out}.about-philosophy__quote-mark{font-size:80px;line-height:1;color:#e31e24;opacity:.4;font-family:Georgia,serif;position:absolute;top:10px;left:20px}.about-philosophy__quote-mark--closing{inset:auto 20px -20px auto}.about-philosophy__quote{font-size:1.25rem;font-weight:600;color:#fff;text-align:center;line-height:1.6;margin:0;position:relative;z-index:1}@media(min-width:768px){.about-philosophy__quote{font-size:1.5rem;line-height:1.5}}.about-philosophy__text{font-size:1rem;line-height:1.8;color:#ecf0f1;text-align:center;margin-bottom:2rem}@media(min-width:768px){.about-philosophy__text{font-size:1.125rem;margin-bottom:3rem}}.about-philosophy__principle{display:flex;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;padding:2rem;background:#ffffff1a;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.about-philosophy__principle-icon{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:9999px;display:flex;align-items:center;justify-content:center}.about-philosophy__principle-icon svg{width:28px;height:28px;color:#fff}.about-philosophy__principle-text{flex:1;font-size:1rem;line-height:1.6;color:#fff;margin:0}@media(min-width:768px){.about-philosophy__principle-text{font-size:1.125rem}}.about-philosophy__principle-text strong{color:#e31e24}@keyframes glass-reflection{0%{left:-100%}20%{left:150%}to{left:150%}}@keyframes glass-reflection-hover{0%{left:-100%}to{left:150%}}.mission__grid{display:grid;gap:4rem;max-width:1200px;margin:0 auto}@media(min-width:992px){.mission__grid{grid-template-columns:1fr 1fr;gap:6rem}}.mission__card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:4rem;border:1px solid rgba(26,35,50,.1);transition:all .4s ease;position:relative;overflow:hidden}@media(min-width:768px){.mission__card{padding:6rem}}.mission__card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(227,30,36,.05),transparent);transition:left .6s ease}.mission__card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026;border-color:#e31e244d}.mission__card:hover:before{left:100%}.mission__card:hover .mission__icon{transform:scale(1.1) rotate(5deg)}.mission__icon{width:70px;height:70px;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 8px 20px #e31e244d;transition:all .3s ease}@media(min-width:768px){.mission__icon{width:80px;height:80px}}.mission__icon svg{width:38px;height:38px;color:#fff}@media(min-width:768px){.mission__icon svg{width:44px;height:44px}}.mission__title{font-size:.875rem;font-weight:600;color:#7b8d9e;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}@media(min-width:768px){.mission__title{font-size:1rem}}.mission__headline{font-size:1.25rem;font-weight:700;color:#1a2332;margin-bottom:1.5rem;line-height:1.3}@media(min-width:768px){.mission__headline{font-size:1.5rem;margin-bottom:2rem}}.mission__text{font-size:1rem;line-height:1.8;color:#e31e24;font-weight:600;font-style:italic;margin-bottom:1.5rem;padding-left:1.5rem;border-left:4px solid #E31E24}@media(min-width:768px){.mission__text{font-size:1.125rem;margin-bottom:2rem}}.mission__supporting{font-size:.875rem;line-height:1.8;color:#7b8d9e;margin-bottom:3rem}@media(min-width:768px){.mission__supporting{font-size:1rem}}.mission__stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;padding-top:3rem;border-top:2px solid rgba(26,35,50,.1)}.mission__stat{text-align:center;transition:transform .3s ease}.mission__stat:hover{transform:scale(1.05)}.mission__stat-number{display:block;font-size:1.5rem;font-weight:700;color:#e31e24;margin-bottom:.5rem}@media(min-width:768px){.mission__stat-number{font-size:1.875rem}}.mission__stat-label{display:block;font-size:.875rem;color:#7b8d9e;font-weight:500}@media(min-width:768px){.mission__stat-label{font-size:1rem}}.glass{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001a}.investment-philosophy{background:#1a2332}.investment-philosophy__header{max-width:800px;margin:0 auto 6rem}.investment-philosophy__quote-badge{display:inline-block;padding:1.5rem 3rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;border:2px solid rgba(227,30,36,.3);margin:2rem 0;transition:all .3s ease}.investment-philosophy__quote-badge:hover{background:#ffffff14;border-color:#e31e2480;transform:scale(1.05)}.investment-philosophy__quote-badge .highlight{font-size:1.25rem;font-weight:700;color:#e31e24;text-transform:uppercase;letter-spacing:1px}@media(min-width:768px){.investment-philosophy__quote-badge .highlight{font-size:1.5rem}}.investment-philosophy__attribution{font-size:1rem;color:#ecf0f1;font-style:italic;margin-top:1rem}@media(min-width:768px){.investment-philosophy__attribution{font-size:1.125rem}}.investment-philosophy__content{max-width:1400px;margin:0 auto}.investment-philosophy__grid{display:grid;gap:3rem;margin-bottom:6rem}@media(min-width:768px){.investment-philosophy__grid{grid-template-columns:repeat(2,1fr);gap:4rem}}@media(min-width:992px){.investment-philosophy__grid{grid-template-columns:repeat(3,1fr)}}.investment-philosophy__cta{margin-top:4rem}.investment-philosophy__cta .btn--large{padding:1.5rem 4rem;font-size:1.125rem;min-width:320px}@media(min-width:768px){.investment-philosophy__cta .btn--large{padding:2rem 6rem;font-size:1.25rem}}.philosophy-card{background:#ffffff0d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:3rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;isolation:isolate}@media(min-width:768px){.philosophy-card{padding:4rem}}.philosophy-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(227,30,36,.08) 0%,transparent 70%);opacity:0;transition:opacity .5s ease;z-index:-1}.philosophy-card:hover{transform:translateY(-10px) scale(1.02);border-color:#e31e244d;box-shadow:0 20px 60px #0000004d}.philosophy-card:hover:before{opacity:1}.philosophy-card:hover .philosophy-card__icon{transform:scale(1.15) rotate(360deg)}.philosophy-card__icon{width:60px;height:60px;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 8px 20px #e31e2466;transition:all .5s ease}@media(min-width:768px){.philosophy-card__icon{width:70px;height:70px}}.philosophy-card__icon svg{width:32px;height:32px;color:#fff}@media(min-width:768px){.philosophy-card__icon svg{width:38px;height:38px}}.philosophy-card__title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative;z-index:1}@media(min-width:768px){.philosophy-card__title{font-size:1.25rem;margin-bottom:2rem}}.philosophy-card__quote{font-size:1rem;font-style:italic;color:#e31e24;font-weight:600;margin-bottom:1.5rem;padding-left:1.5rem;border-left:4px solid #E31E24;line-height:1.6;position:relative;z-index:1}@media(min-width:768px){.philosophy-card__quote{font-size:1.125rem;margin-bottom:2rem}}.philosophy-card__text{font-size:.875rem;line-height:1.8;color:#ecf0f1;margin:0;position:relative;z-index:1}@media(min-width:768px){.philosophy-card__text{font-size:1rem}}.glass-dark{background:#ffffff0d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 8px 32px #0003;border:1px solid rgba(255,255,255,.1)}.about-logo-story__grid{display:grid;gap:4rem;align-items:center}@media(min-width:992px){.about-logo-story__grid{grid-template-columns:1fr 1fr;gap:6rem}}.about-logo-story__content{order:2}@media(min-width:992px){.about-logo-story__content{order:1}}.about-logo-story__text{font-size:1rem;line-height:1.8;color:#7b8d9e;margin-top:2rem}@media(min-width:768px){.about-logo-story__text{font-size:1.125rem}}.about-logo-story__visual{order:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;background:linear-gradient(135deg,#1a23320d,#e31e240d);border-radius:12px}@media(min-width:992px){.about-logo-story__visual{order:2;padding:6rem}}.about-logo-story__logo{display:flex;align-items:center;justify-content:center;font-size:60px;font-weight:700;letter-spacing:-2px;margin-bottom:2rem}@media(min-width:768px){.about-logo-story__logo{font-size:80px;margin-bottom:3rem}}.about-logo-story__logo-text{color:#1a2332}.about-logo-story__logo-u{color:#e31e24;font-size:1.2em;margin:0 4px;position:relative;animation:highlight-u 2s ease-in-out infinite;cursor:pointer;transition:all .3s ease}.about-logo-story__logo-u:hover{transform:scale(1.3) rotate(5deg);text-shadow:0 0 30px rgba(227,30,36,.8)}.about-logo-story__logo-caption{font-size:1rem;color:#7b8d9e;text-align:center;line-height:1.6}@media(min-width:768px){.about-logo-story__logo-caption{font-size:1.125rem}}.about-logo-story__logo-caption .text-accent{font-size:1.3em}@keyframes highlight-u{0%,to{transform:scale(1);text-shadow:0 0 0 rgba(227,30,36,0)}50%{transform:scale(1.1);text-shadow:0 0 20px rgba(227,30,36,.5)}}.about-leadership__grid{display:grid;gap:4rem;margin-top:4rem}@media(min-width:992px){.about-leadership__grid{grid-template-columns:1fr 1fr;gap:6rem;margin-top:6rem}}.about-leadership__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.about-leadership__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 .5s ease}.about-leadership__card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #00000026}.about-leadership__card:hover:before{left:100%}.about-leadership__image-wrapper{position:relative;width:100%;height:350px;overflow:hidden;background:linear-gradient(135deg,#1a23321a,#e31e241a)}@media(min-width:768px){.about-leadership__image-wrapper{height:400px}}.about-leadership__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-leadership__card:hover .about-leadership__image{transform:scale(1.05)}.about-leadership__content{padding:3rem}@media(min-width:768px){.about-leadership__content{padding:4rem}}.about-leadership__name{font-size:1.25rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}@media(min-width:768px){.about-leadership__name{font-size:1.5rem;margin-bottom:1rem}}.about-leadership__title{font-size:1rem;font-weight:600;color:#e31e24;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}@media(min-width:768px){.about-leadership__title{font-size:1.125rem;margin-bottom:2rem}}.about-leadership__description{font-size:.875rem;line-height:1.8;color:#7b8d9e;margin-bottom:2rem}@media(min-width:768px){.about-leadership__description{font-size:1rem}}.about-leadership__description .text-accent{font-size:1.2em;font-weight:700}.about-leadership__contact{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background:linear-gradient(135deg,#e31e24,#b7171c);color:#fff;text-decoration:none;border-radius:9999px;font-weight:600;font-size:1rem;transition:all .3s ease;position:relative;overflow:hidden}.about-leadership__contact:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .5s,height .5s}.about-leadership__contact svg{width:20px;height:20px;position:relative;z-index:1;transition:transform .3s ease}.about-leadership__contact span{position:relative;z-index:1}.about-leadership__contact:hover{transform:translate(5px) scale(1.05);box-shadow:0 5px 20px #e31e2466}.about-leadership__contact:hover:before{width:300px;height:300px}.about-leadership__contact:hover svg{transform:rotate(360deg)}.about-discipline-framework__header{text-align:center;max-width:800px;margin:0 auto 4rem}@media(min-width:768px){.about-discipline-framework__header{margin-bottom:6rem}}.about-discipline-framework__intro{font-size:1.125rem;color:#ecf0f1;margin-bottom:1.5rem}@media(min-width:768px){.about-discipline-framework__intro{font-size:1.25rem}}.about-discipline-framework__quote{font-size:1rem;font-style:italic;color:#ffffffd9;margin:0}@media(min-width:768px){.about-discipline-framework__quote{font-size:1.125rem}}.about-discipline-framework__timeline{position:relative;max-width:900px;margin:0 auto;padding-left:0}@media(min-width:768px){.about-discipline-framework__timeline{padding-left:40px}}.about-discipline-framework__timeline:before{content:"";position:absolute;left:30px;top:35px;bottom:35px;width:4px;background:linear-gradient(180deg,transparent 0%,#E31E24 10%,rgba(227,30,36,.4) 50%,#E31E24 90%,transparent 100%);border-radius:2px;display:none;animation:pulse-line 3s ease-in-out infinite}@media(min-width:768px){.about-discipline-framework__timeline:before{display:block;left:75px}}.about-discipline-framework__timeline:after{content:"";position:absolute;left:28px;top:35px;bottom:35px;width:8px;background:linear-gradient(180deg,transparent 0%,rgba(227,30,36,.3) 10%,rgba(227,30,36,.1) 50%,rgba(227,30,36,.3) 90%,transparent 100%);border-radius:4px;filter:blur(8px);display:none;animation:glow-pulse 3s ease-in-out infinite}@media(min-width:768px){.about-discipline-framework__timeline:after{display:block;left:71px}}@keyframes pulse-line{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.8;transform:scaleY(.98)}}@keyframes glow-pulse{0%,to{opacity:.6}50%{opacity:1}}.discipline-timeline-item{position:relative;display:flex;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.discipline-timeline-item{gap:4rem;margin-bottom:4rem}}.discipline-timeline-item:last-child{margin-bottom:0}.discipline-timeline-item__marker{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:9999px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 0 0 4px #1a2332,0 0 0 6px #e31e244d;transition:all .3s ease}@media(min-width:768px){.discipline-timeline-item__marker{width:70px;height:70px}}.discipline-timeline-item__letter{font-size:1.5rem;font-weight:700;color:#fff}@media(min-width:768px){.discipline-timeline-item__letter{font-size:1.875rem}}.discipline-timeline-item__content{flex:1;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:all .3s ease}@media(min-width:768px){.discipline-timeline-item__content{padding:3rem}}.discipline-timeline-item__title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.discipline-timeline-item__title{font-size:1.25rem;margin-bottom:1.5rem}}.discipline-timeline-item__text{font-size:.875rem;line-height:1.7;color:#ecf0f1;margin:0}@media(min-width:768px){.discipline-timeline-item__text{font-size:1rem}}.discipline-timeline-item:hover .discipline-timeline-item__marker{transform:scale(1.1);box-shadow:0 0 0 4px #1a2332,0 0 0 8px #e31e2480,0 0 30px #e31e2466}.discipline-timeline-item:hover .discipline-timeline-item__content{background:#ffffff14;border-color:#e31e244d;transform:translate(5px)}.about-message__card{max-width:900px;margin:0 auto;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:4rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(227,30,36,.1);transition:all .4s ease;position:relative;overflow:hidden}@media(min-width:768px){.about-message__card{padding:6rem}}.about-message__card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(227,30,36,.05) 0%,transparent 70%);animation:rotate-gradient 20s linear infinite;pointer-events:none}.about-message__card:hover{transform:translateY(-5px);box-shadow:0 25px 70px #00000026;border-color:#e31e244d}.about-message__header{text-align:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:2px solid rgba(227,30,36,.2)}.about-message__icon{width:60px;height:60px;color:#e31e24;margin:0 auto 2rem;animation:heartbeat 2s ease-in-out infinite}@media(min-width:768px){.about-message__icon{width:80px;height:80px}}.about-message__title{font-size:1.25rem;font-weight:700;color:#1a2332;margin:0}@media(min-width:768px){.about-message__title{font-size:1.5rem}}.about-message__content{margin-bottom:4rem}.about-message__content p{font-size:1rem;line-height:1.9;color:#7b8d9e;margin-bottom:2rem}@media(min-width:768px){.about-message__content p{font-size:1.125rem}}.about-message__content p:last-child{margin-bottom:0}.about-message__content p em{color:#e31e24;font-weight:600;font-style:italic}.about-message__signature{text-align:center;padding-top:3rem;border-top:2px solid rgba(227,30,36,.2)}.about-message__closing{font-size:1.125rem;color:#7b8d9e;margin-bottom:1rem;font-style:italic}@media(min-width:768px){.about-message__closing{font-size:1.25rem}}.about-message__names{font-size:1rem;line-height:1.8;color:#1a2332;margin:0}@media(min-width:768px){.about-message__names{font-size:1.125rem}}.about-message__names strong{font-weight:700}.about-message__names .text-accent{margin-top:1rem;display:block;font-size:1.1em}@keyframes rotate-gradient{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes heartbeat{0%,to{transform:scale(1)}10%,30%{transform:scale(1.1)}20%,40%{transform:scale(1)}}.about-cta{background:linear-gradient(135deg,#1a2332,#2c3e50,#e31e244d);position:relative;overflow:hidden}.about-cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(227,30,36,.2) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(123,141,158,.2) 0%,transparent 50%);pointer-events:none}.about-cta__content{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.about-cta__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.3}@media(min-width:768px){.about-cta__title{font-size:1.875rem;margin-bottom:2rem}}.about-cta__text{font-size:1rem;line-height:1.7;color:#ecf0f1;margin-bottom:3rem}@media(min-width:768px){.about-cta__text{font-size:1.125rem;margin-bottom:4rem}}.about-cta__buttons{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:576px){.about-cta__buttons{flex-direction:row;justify-content:center}}.about-cta__buttons .btn{min-width:180px}@media(min-width:768px){.about-cta__buttons .btn{min-width:200px}}.about-cta__btn-outline{background:transparent;border:2px solid #ffffff;color:#fff}.about-cta__btn-outline:hover{background:#fff;color:#1a2332;transform:translateY(-2px)}.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}.section-padding{padding:4rem 0}@media(min-width:768px){.section-padding{padding:6rem 0}}.bg-light{background-color:#f8f9fa}.bg-navy{background-color:#1a2332}.bg-slate{background:linear-gradient(135deg,#576776,#617485)}.bg-dark{background-color:#1a2332}.bg-gradient{background:linear-gradient(135deg,#1a2332,#2c3e50)}.text-accent{color:#e31e24;font-weight:700}.section-title{font-size:1.5rem;font-weight:700;color:#1a2332;margin-bottom:3rem}@media(min-width:768px){.section-title{font-size:1.875rem;margin-bottom:4rem}}.section-title--light{color:#fff}.text-center{text-align:center}
