@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#2c3e50;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#1a2332}h1{font-size:1.875rem}@media(min-width:768px){h1{font-size:2.25rem}}@media(min-width:992px){h1{font-size:3rem}}h2{font-size:1.5rem}@media(min-width:768px){h2{font-size:1.875rem}}@media(min-width:992px){h2{font-size:2.25rem}}h3{font-size:1.25rem}@media(min-width:768px){h3{font-size:1.5rem}}p{margin-bottom:1rem;color:#7b8d9e}.highlight{color:#e31e24;font-weight:700}.highlight-large{color:#e31e24;font-size:1.2em;font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:992px){.container{padding:0 2rem}}.section-title{font-size:1.5rem;font-weight:700;color:#1a2332;text-align:center;margin-bottom:2rem}@media(min-width:768px){.section-title{font-size:1.875rem;margin-bottom:3rem}}.section-title--light{color:#fff}.section-subtitle{font-size:1rem;font-weight:400;color:#7b8d9e;text-align:center;margin-bottom:3rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}@media(min-width:768px){.section-subtitle{font-size:1.125rem;margin-bottom:4rem}}.section-subtitle--light{color:#ffffffe6}.section-header{margin-bottom:1.5rem}@media(min-width:768px){.section-header{margin-bottom:2rem}}.section-header .section-title{margin-bottom:1.5rem}.icon{width:24px;height:24px}.icon-large{width:48px;height:48px}.icon-small{width:20px;height:20px}.highlight{color:#e31e24;font-size:1.3em;font-weight:700;position:relative;display:inline-block;line-height:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes pulseUp{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes glow{0%,to{box-shadow:0 0 20px #e31e244d}50%{box-shadow:0 0 40px #e31e2499}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blob{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-50px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(50px,50px) scale(1.05)}}.animate-on-scroll{opacity:0;transition:none}.animate-on-scroll.animated{animation-duration:.8s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.4,0,.2,1)}.animate-on-scroll.fade-in-up.animated{animation-name:fadeInUp}.animate-on-scroll.fade-in-down.animated{animation-name:fadeInDown}.animate-on-scroll.fade-in-left.animated{animation-name:fadeInLeft}.animate-on-scroll.fade-in-right.animated{animation-name:fadeInRight}.animate-on-scroll.fade-in.animated{animation-name:fadeIn}.animate-on-scroll.scale-in.animated{animation-name:scaleIn}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-delay-6{animation-delay:.6s}.animate-delay-7{animation-delay:.7s}.animate-delay-8{animation-delay:.8s}.animate-delay-9{animation-delay:.9s}.animate-delay-10{animation-delay:1s}.animate-delay-11{animation-delay:1.1s}.animate-delay-12{animation-delay:1.2s}.float-animation{animation:float 6s ease-in-out infinite}.pulse-animation{animation:pulse 2s ease-in-out infinite}.glow-animation{animation:glow 2s ease-in-out infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid transparent;cursor:pointer;text-align:center;transition:all .3s ease;text-decoration:none}@media(min-width:768px){.btn{padding:1rem 2rem;font-size:1.125rem}}.btn--primary{background-color:#e31e24;color:#fff;border-color:#e31e24}.btn--primary:hover{background-color:#c0181d;border-color:#c0181d;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.btn--primary:active{transform:translateY(0)}.btn--secondary{background-color:#fff;color:#1a2332;border-color:#fff}.btn--secondary:hover{background-color:#f2f2f2;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.btn--outline{background-color:transparent;color:#1a2332;border-color:#1a2332;border-width:2px}.btn--outline:hover{background-color:#1a2332;color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.btn--outline-light{color:#fff;border-color:#fff;border-width:2px}.btn--outline-light:hover{background-color:#fff;color:#1a2332;transform:translateY(-2px);box-shadow:0 8px 24px #ffffff4d}.btn--whatsapp{background-color:#128c7e;color:#fff;border-color:#128c7e;width:100%;margin-top:1rem}.btn--whatsapp svg{filter:brightness(1)}.btn--whatsapp:hover{background-color:#0a6b5f;border-color:#0a6b5f;transform:translateY(-2px);box-shadow:0 8px 16px #128c7e4d}.btn--large{padding:1.5rem 3rem;font-size:1.125rem}@media(min-width:768px){.btn--large{padding:2rem 4rem;font-size:1.25rem}}.btn--large svg{width:24px;height:24px}.btn--full{width:100%}.btn svg{width:20px;height:20px;flex-shrink:0}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.contact-form{width:100%}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:400px){.form-row{gap:1rem;margin-bottom:1rem}}@media(min-width:768px){.form-row{grid-template-columns:1fr 1fr;gap:2rem}}.form-group{margin-bottom:1.5rem}@media(max-width:400px){.form-group{margin-bottom:1rem}}.form-row .form-group{margin-bottom:0}.form-label{display:block;font-size:.875rem;font-weight:600;color:#1a2332;margin-bottom:.5rem}@media(max-width:400px){.form-label{font-size:.75rem}}.form-input{width:100%;padding:.875rem 1.125rem;font-size:1rem;font-family:inherit;border:2px solid #E2E8F0;border-radius:10px;background:#f7fafc;color:#2c3e50;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:400px){.form-input{padding:.5rem 1rem;font-size:.875rem}}.form-input:hover{border-color:#cbd5e0;background:#fff}.form-input:focus{outline:none;border-color:#e31e24;background:#fff;box-shadow:0 0 0 4px #e31e241a;transform:translateY(-1px)}.form-input::placeholder{color:#a0aec0}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%234A5568' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:20px;padding-right:2.5rem}@media(max-width:400px){.form-select{background-position:right 1rem center;padding-right:2rem}}.form-select option[value=""][disabled]{color:#a0aec0}.form-textarea{resize:vertical;min-height:8.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}@media(max-width:400px){.form-textarea{min-height:5rem}}@media(min-width:768px){.form-textarea{min-height:8.75rem}}.form-success{padding:1.5rem;background-color:#27ae601a;color:#27ae60;border-radius:8px;text-align:center;font-weight:500;border:1px solid rgba(39,174,96,.2)}@media(max-width:400px){.form-success{padding:1rem;font-size:.875rem}}.form-error{padding:1.5rem;background-color:#e31e241a;color:#e31e24;border-radius:8px;text-align:center;font-weight:500;border:1px solid rgba(227,30,36,.2)}@media(max-width:400px){.form-error{padding:1rem;font-size:.875rem}}.radio-group{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.75rem}@media(min-width:768px){.radio-group{flex-wrap:nowrap}}.radio-group .radio-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px 1.5rem;border:2px solid #E2E8F0;border-radius:8px;background:#f7fafc;transition:all .3s ease;white-space:nowrap}.radio-group .radio-label:hover{border-color:#cbd5e0;background:#fff}.radio-group .radio-label input[type=radio]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:#E31E24}.radio-group .radio-label input[type=radio]:focus{outline:none}.radio-group .radio-label input[type=radio]:checked+span{color:#e31e24;font-weight:600}.radio-group .radio-label:has(input:checked){border-color:#e31e24;background:#e31e240d}.radio-group .radio-label span{font-size:1rem;color:#4a5568;transition:all .3s ease}.service-card{background-color:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 16px #1a233214;transition:all .3s ease;text-align:center}@media(min-width:768px){.service-card{padding:3rem}}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1a23321f}.service-card__icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:12px;transition:all .3s ease}.service-card__icon .icon-large{width:32px;height:32px;color:#fff;transition:all .3s ease}.service-card__title{font-size:1.25rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}.service-card__leader{font-size:.875rem;font-weight:600;color:#718096;margin-bottom:1.5rem}.service-card__description{font-size:1rem;color:#7b8d9e;line-height:1.7;margin-bottom:1.5rem}.service-card__list{list-style:none;padding:0}.service-card__list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#7b8d9e;font-size:.875rem}.service-card__list li:before{content:"✓";position:absolute;left:0;color:#e31e24;font-weight:700}.contact-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;text-align:center;transition:all .3s ease}@media(min-width:768px){.contact-card{padding:3rem}}.contact-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.contact-card__avatar{width:100px;height:100px;border-radius:9999px;background:linear-gradient(135deg,#e31e24,#a11418);color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.875rem;font-weight:700;margin:0 auto 2rem;box-shadow:0 8px 16px #e31e244d,0 0 0 4px #fff,0 0 0 6px #e31e2433;position:relative;transition:all .3s ease}@media(min-width:768px){.contact-card__avatar{width:120px;height:120px;font-size:2.25rem}}.contact-card__avatar:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;border-radius:9999px;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);pointer-events:none}.contact-card:first-child .contact-card__avatar{background:linear-gradient(135deg,#3498db,#2c3e50);box-shadow:0 8px 16px #3498db4d,0 0 0 4px #fff,0 0 0 6px #3498db33}.contact-card:last-child .contact-card__avatar{background:linear-gradient(135deg,#9b59b6,#8e44ad);box-shadow:0 8px 16px #9b59b64d,0 0 0 4px #fff,0 0 0 6px #9b59b633}.contact-card:hover .contact-card__avatar{transform:scale(1.05) rotate(5deg);box-shadow:0 12px 24px #e31e2466,0 0 0 4px #fff,0 0 0 8px #e31e244d}.contact-card:first-child:hover .contact-card__avatar{box-shadow:0 12px 24px #3498db66,0 0 0 4px #fff,0 0 0 8px #3498db4d}.contact-card:last-child:hover .contact-card__avatar{box-shadow:0 12px 24px #9b59b666,0 0 0 4px #fff,0 0 0 8px #9b59b64d}.contact-card__avatar--image{background:linear-gradient(135deg,#7b8d9e,#617485);overflow:hidden;padding:0}.contact-card__avatar--image:before{display:none}.contact-card__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.contact-card:first-child .contact-card__avatar--image,.contact-card:last-child .contact-card__avatar--image{background:linear-gradient(135deg,#7b8d9e,#617485)}.contact-card__name{font-size:1.125rem;font-weight:700;color:#1a2332;margin-bottom:.5rem}@media(min-width:768px){.contact-card__name{font-size:1.25rem}}.contact-card__role{font-size:.875rem;color:#7b8d9e;margin-bottom:1.5rem}.contact-card__phone{display:block;font-size:1.125rem;font-weight:600;color:#e31e24;margin-bottom:1rem;transition:all .3s ease}.contact-card__phone:hover{color:#b7171c}.benefit{display:flex;gap:1.5rem;margin-bottom:2rem}.benefit:last-child{margin-bottom:0}.benefit__icon{flex-shrink:0;width:48px;height:48px;display:flex;justify-content:center;align-items:center;background-color:#e31e241a;border-radius:8px}.benefit__icon .icon{color:#e31e24}.benefit__content{flex:1}.benefit__title{font-size:1.125rem;font-weight:600;color:#1a2332;margin-bottom:.5rem}.benefit__text{font-size:1rem;color:#7b8d9e;line-height:1.6}.custom-cursor{position:fixed;pointer-events:none;z-index:9999;mix-blend-mode:difference}.custom-cursor__icon{position:fixed;width:32px;height:32px;transform:translate(-50%,-50%);z-index:10000;display:flex;align-items:center;justify-content:center;background:#e31e24;border-radius:9999px;box-shadow:0 4px 12px #e31e2466;transition:width .2s ease,height .2s ease,background .2s ease}.custom-cursor__icon:before{content:"₹";font-size:18px;font-weight:700;color:#fff;transition:content .2s ease,font-size .2s ease}.custom-cursor.cursor-hover .custom-cursor__icon{width:48px;height:48px;background:#1a2332;box-shadow:0 6px 20px #1a233280}.custom-cursor.cursor-hover .custom-cursor__icon:before{content:"→";font-size:24px}@media(max-width:1024px){.custom-cursor{display:none!important}}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a2332,#111721);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:99999;opacity:1;transition:opacity .5s ease,visibility .5s ease}.page-loader.hidden{opacity:0;visibility:hidden}.page-loader__content{display:flex;flex-direction:column;align-items:center;gap:4rem}.page-loader__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}.page-loader__logo{font-size:5rem;font-weight:700;color:#fff;letter-spacing:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1;margin-right:-12px}@media(min-width:768px){.page-loader__logo{font-size:6rem;letter-spacing:16px;margin-right:-16px}}@media(min-width:992px){.page-loader__logo{font-size:7rem;letter-spacing:20px;margin-right:-20px}}.page-loader__logo span{display:inline-block;animation:fadeInUp .8s ease forwards;opacity:0}.page-loader__logo span.letter-u{color:#e31e24;position:relative;animation:pulseUp 1.5s ease-in-out infinite;animation-delay:1s;text-shadow:0 0 30px rgba(227,30,36,.8);font-size:1.15em;transform-origin:bottom center;vertical-align:baseline}.page-loader__logo span:nth-child(1){animation-delay:.1s}.page-loader__logo span:nth-child(2){animation-delay:.2s}.page-loader__logo span:nth-child(3){animation-delay:.3s}.page-loader__logo span:nth-child(4){animation-delay:.4s}.page-loader__logo span:nth-child(5){animation-delay:.5s}.page-loader__subtitle{font-size:1.25rem;color:#ecf0f1;font-weight:400;animation:fadeIn 1s ease forwards;animation-delay:.8s;opacity:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:2px;margin-right:-2px}@media(min-width:768px){.page-loader__subtitle{font-size:1.5rem;letter-spacing:3px;margin-right:-3px}}@media(min-width:992px){.page-loader__subtitle{font-size:2rem;letter-spacing:4px;margin-right:-4px}}.page-loader__spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-top-color:#e31e24;border-radius:50%;animation:spin 1s linear infinite}@media(min-width:768px){.page-loader__spinner{width:60px;height:60px;border-width:4px}}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.floating-shapes__shape{position:absolute;opacity:.1;border-radius:50%;animation:blob 20s ease-in-out infinite}.floating-shapes__shape--1{width:300px;height:300px;background:linear-gradient(135deg,#e31e24,#1a2332);top:10%;left:5%;animation-delay:0s}@media(min-width:768px){.floating-shapes__shape--1{width:500px;height:500px}}.floating-shapes__shape--2{width:200px;height:200px;background:linear-gradient(225deg,#7b8d9e,#e31e24);top:60%;right:10%;animation-delay:5s}@media(min-width:768px){.floating-shapes__shape--2{width:400px;height:400px}}.floating-shapes__shape--3{width:150px;height:150px;background:linear-gradient(315deg,#1a2332,#7b8d9e);bottom:20%;left:50%;animation-delay:10s}@media(min-width:768px){.floating-shapes__shape--3{width:300px;height:300px}}.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#1a2332b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.floating-buttons{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.floating-buttons{bottom:3rem;right:3rem}}.floating-btn{background:none;border:none;padding:0;cursor:pointer;font:inherit;width:56px;height:56px;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}@media(min-width:768px){.floating-btn{width:64px;height:64px}}.floating-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 20px #00000040}.floating-btn:active{transform:translateY(-2px) scale(1.02)}.floating-btn svg{width:28px;height:28px}@media(min-width:768px){.floating-btn svg{width:32px;height:32px}}.floating-btn--whatsapp{background:#128c7e;color:#fff;box-shadow:0 4px 20px #128c7e66}.floating-btn--whatsapp:hover{background:#0a6b5f;box-shadow:0 6px 30px #128c7e99}.floating-btn--scroll-top{background:#1a2332;color:#fff;opacity:0;visibility:hidden;transition:all .3s ease}.floating-btn--scroll-top.visible{opacity:1;visibility:visible}.floating-btn--scroll-top:hover{background:#e31e24}.floating-btn--whatsapp:after{content:"";position:absolute;inset:0;border-radius:9999px;background:#128c7e;animation:pulse-ring 2s ease-out infinite;z-index:-1}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.4);opacity:0}}.header{position:sticky;top:0;background-color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000000f;z-index:100;transition:all .3s ease}.header__nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}@media(min-width:768px){.header__nav{padding:1.5rem 0}}@media(min-width:768px)and (max-height:845px){.header__nav{padding:1.25rem 0}}@media(min-width:768px)and (max-height:800px){.header__nav{padding:1rem 0}}@media(min-width:768px)and (max-height:700px){.header__nav{padding:.5rem 0}}.header__logo{flex-shrink:0}.header__logo-img{height:40px;width:auto;display:block}@media(min-width:576px){.header__logo-img{height:50px}}@media(min-width:768px){.header__logo-img{height:60px}}.header__logo-text{font-size:1.25rem;font-weight:700;color:#1a2332}@media(min-width:768px){.header__logo-text{font-size:1.5rem}}.header__menu{display:none;gap:2rem;align-items:center}@media(min-width:768px){.header__menu{display:flex}}.header__menu-item--dropdown{position:relative}.header__link{position:relative;font-size:1rem;font-weight:500;color:#2c3e50;transition:all .3s ease;padding:.5rem 0;display:inline-flex;align-items:center;gap:.5rem}.header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#e31e24;transition:all .3s ease}.header__link:hover{color:#e31e24}.header__link:hover:after{width:100%}.header__dropdown-icon{width:16px;height:16px;transition:transform .3s ease}.header__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:#fff;box-shadow:0 10px 30px #1a233226;border-radius:8px;padding:1rem 0;margin-top:1rem;list-style:none;z-index:100}.header__dropdown-link{display:block;padding:1rem 2rem;font-size:1rem;font-weight:500;color:#2c3e50;transition:all .3s ease}.header__dropdown-link:hover{background-color:#e31e241a;color:#e31e24}.header__toggle{background:none;border:none;cursor:pointer;font:inherit;display:block;z-index:102;padding:8px}@media(min-width:768px){.header__toggle{display:none}}.header__hamburger{display:flex;flex-direction:column;gap:5px;width:26px;height:20px;position:relative}.header__hamburger-line{display:block;width:100%;height:3px;background-color:#1a2332;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.header__hamburger--active .header__hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__hamburger--active .header__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger--active .header__hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__mobile-overlay{position:fixed;inset:0;background-color:#1a233299;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90}@media(min-width:768px){.header__mobile-overlay{display:none}}.header__mobile-overlay--enter{transition:opacity .3s ease-out}.header__mobile-overlay--enter-start{opacity:0}.header__mobile-overlay--enter-end{opacity:1}.header__mobile-overlay--leave{transition:opacity .25s ease-in}.header__mobile-overlay--leave-start{opacity:1}.header__mobile-overlay--leave-end{opacity:0}.header__mobile{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:360px;background:linear-gradient(135deg,#1a2332fa,#111721fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:-10px 0 40px #0000004d;z-index:91;overflow-y:auto;overflow-x:hidden}@media(min-width:768px){.header__mobile{display:none}}.header__mobile--enter{transition:transform .35s cubic-bezier(.4,0,.2,1)}.header__mobile--enter-start{transform:translate(100%)}.header__mobile--enter-end{transform:translate(0)}.header__mobile--leave{transition:transform .3s cubic-bezier(.4,0,.6,1)}.header__mobile--leave-start{transform:translate(0)}.header__mobile--leave-end{transform:translate(100%)}.header__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08}.header__mobile-logo{height:45px;width:auto;background-color:#fff;padding:.5rem 1rem;border-radius:8px}.header__mobile-close{background:none;border:none;cursor:pointer;font:inherit;padding:8px;color:#fff;transition:all .3s ease;border-radius:4px}.header__mobile-close:hover{background-color:#e31e2433;color:#e31e24;transform:rotate(90deg)}.header__mobile-close svg{display:block}.header__mobile-menu{display:flex;flex-direction:column;gap:0;padding:1.5rem 0;list-style:none}.header__mobile-link{display:flex;align-items:center;gap:1.5rem;font-size:1.125rem;font-weight:500;color:#fff;padding:1.5rem 2rem;transition:all .3s ease;border-left:3px solid transparent;background:transparent;width:100%;text-align:left;border:none;cursor:pointer}.header__mobile-link:hover{background-color:#ffffff14;border-left-color:#e31e24;padding-left:calc(2rem + 4px)}.header__mobile-link--dropdown{justify-content:space-between;padding-right:2rem}.header__mobile-link-content{display:flex;align-items:center;gap:1.5rem}.header__mobile-icon{width:22px;height:22px;flex-shrink:0}.header__mobile-chevron{width:20px;height:20px;transition:transform .3s ease;flex-shrink:0}.header__mobile-chevron--open{transform:rotate(180deg)}.header__mobile-dropdown{margin-bottom:.5rem}.header__mobile-submenu{display:flex;flex-direction:column;gap:0;background-color:#ffffff08;border-left:2px solid rgba(227,30,36,.3);margin-left:2rem;list-style:none}.header__mobile-sublink{display:block;font-size:1rem;font-weight:400;color:#ffffffd9;padding:1rem 2rem 1rem 3.5rem;transition:all .3s ease;border-left:2px solid transparent}.header__mobile-sublink:hover{background-color:#ffffff0d;color:#fff;border-left-color:#e31e24;padding-left:calc(3.5rem + 4px)}.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}.services-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a2332,#2c3e50);padding:10rem 0;overflow:hidden}@media(max-width:767px){.services-hero{min-height:60vh;padding:8rem 0}}.services-hero__content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.services-hero__title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.2}@media(max-width:767px){.services-hero__title{font-size:2.5rem}}@media(max-width:575px){.services-hero__title{font-size:2rem}}.services-hero__subtitle{font-size:1.75rem;color:#e31e24;font-weight:600;margin-bottom:1.5rem}@media(max-width:767px){.services-hero__subtitle{font-size:1.5rem}}@media(max-width:575px){.services-hero__subtitle{font-size:1.25rem}}.services-hero__description{font-size:1.125rem;color:#ecf0f1;line-height:1.8;margin-bottom:6rem;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:575px){.services-hero__description{font-size:1rem}}.services-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;max-width:800px;margin:0 auto}@media(max-width:767px){.services-hero__stats{gap:3rem}}@media(max-width:575px){.services-hero__stats{grid-template-columns:1fr;gap:2rem}}.services-hero__stat{text-align:center;padding:2rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.services-hero__stat:hover{transform:translateY(-5px);background:#ffffff14;border-color:#e31e244d}.services-hero__stat-value{font-size:2.5rem;font-weight:700;color:#e31e24;margin-bottom:.5rem}@media(max-width:575px){.services-hero__stat-value{font-size:2rem}}.services-hero__stat-label{font-size:.875rem;color:#ecf0f1;text-transform:uppercase;letter-spacing:1px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.services-grid{padding:10rem 0;background:linear-gradient(135deg,#f8f9fa,#fff,#e31e2408);position:relative;overflow:hidden}.services-grid:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(227,30,36,.08) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.services-grid:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(26,35,50,.05) 0%,transparent 70%);border-radius:50%;animation:float 15s ease-in-out infinite reverse}@media(max-width:767px){.services-grid{padding:8rem 0}}.services-grid__wrapper{max-width:1600px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}@media(max-width:991px){.services-grid__wrapper{padding:0 1.5rem}}.services-grid__header{text-align:center;margin-bottom:8rem;max-width:900px;margin-left:auto;margin-right:auto}.services-grid__title{font-size:2.5rem;font-weight:700;color:#1a2332;margin-bottom:1.5rem}@media(max-width:575px){.services-grid__title{font-size:2rem}}.services-grid__subtitle{font-size:1.125rem;color:#7b8d9e}.services-grid__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin-bottom:8rem}@media(max-width:991px){.services-grid__cards{grid-template-columns:1fr;gap:4rem}}.services-grid__consultation{margin-top:8rem;max-width:1200px;margin-left:auto;margin-right:auto}.service-card{position:relative;padding:5rem;border-radius:16px;background:#fff;border:2px solid rgba(26,35,50,.1);transition:all .5s cubic-bezier(.4,0,.2,1);width:100%;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(227,30,36,.05) 50%,transparent 100%);transition:left .6s ease}.service-card:hover:before{left:100%}@media(max-width:767px){.service-card{padding:3.25rem}}@media(max-width:575px){.service-card{padding:2.5rem}}@media(max-width:450px){.service-card{padding:1.625rem}}.service-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 70px #1a233233,0 10px 30px #e31e241a;border-color:#e31e24}.service-card--featured{border-color:#e31e24;box-shadow:0 10px 40px #e31e2433;background:linear-gradient(135deg,#fff,#e31e2405)}.service-card--featured:hover{box-shadow:0 25px 70px #e31e2459,0 10px 30px #1a23321a;transform:translateY(-15px) scale(1.03)}.service-card__badge{position:absolute;top:2rem;right:2rem;background:linear-gradient(135deg,#e31e24,#b7171c);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #e31e244d;z-index:10;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 4px 15px #e31e244d}50%{transform:scale(1.05);box-shadow:0 6px 20px #e31e2480}}.service-card__icon{width:70px;height:70px;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .3s ease}@media(max-width:575px){.service-card__icon{width:60px;height:60px}}.service-card__icon svg{width:35px;height:35px;stroke:#fff}@media(max-width:575px){.service-card__icon svg{width:30px;height:30px}}.service-card:hover .service-card__icon{transform:scale(1.1) rotate(5deg)}.service-card__title{font-size:1.75rem;font-weight:700;color:#1a2332;margin-bottom:1.5rem}@media(max-width:767px){.service-card__title{font-size:1.5rem}}@media(max-width:575px){.service-card__title{font-size:1.25rem}}.service-card__description{font-size:1rem;color:#7b8d9e;line-height:1.7;margin-bottom:3rem}@media(max-width:450px){.service-card__description{font-size:.9375rem;margin-bottom:2rem}}.service-card__features{margin-bottom:3rem;padding:2rem;background:#1a233205;border-radius:8px}@media(max-width:575px){.service-card__features{padding:1.5rem}}@media(max-width:450px){.service-card__features{padding:1rem;margin-bottom:2rem}}.service-card__features-title{font-size:.875rem;font-weight:600;color:#1a2332;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}.service-card__list{list-style:none;padding:0;margin:0;text-align:left}.service-card__list li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:.9375rem;color:#1a2332;line-height:1.6;text-align:left}.service-card__list li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:#e31e24;border-radius:50%}.service-card__list li strong{color:#1a2332;font-weight:600}.service-card__highlight{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#e31e241a,#e31e240d);border-left:3px solid #E31E24;border-radius:4px;margin-bottom:3rem}@media(max-width:450px){.service-card__highlight{padding:1rem;gap:.5rem;margin-bottom:2rem}}.service-card__highlight svg{flex-shrink:0;stroke:#e31e24}@media(max-width:450px){.service-card__highlight svg{width:16px;height:16px}}.service-card__highlight span{font-size:.9375rem;font-weight:600;color:#1a2332}@media(max-width:450px){.service-card__highlight span{font-size:.875rem}}.service-card__expert{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#1a233208;border-radius:8px;margin-bottom:2rem}@media(max-width:450px){.service-card__expert{padding:1rem;gap:1rem;margin-bottom:1.5rem}}.service-card__expert-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;border:2px solid #E31E24}@media(max-width:575px){.service-card__expert-avatar{width:45px;height:45px}}.service-card__expert-avatar img{width:100%;height:100%;object-fit:cover}.service-card__expert-info{flex:1}.service-card__expert-name{font-size:.9375rem;font-weight:600;color:#1a2332;margin-bottom:2px}.service-card__expert-title{font-size:.8125rem;color:#7b8d9e}.service-card__cta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 2rem}.service-card__cta svg{transition:transform .3s ease}.service-card__cta:hover svg{transform:translate(5px)}.consultation-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:4rem;padding:6rem 4rem;border-radius:16px;background:linear-gradient(135deg,#fff,#e31e2408);border:3px solid #E31E24;box-shadow:0 15px 50px #1a233226;position:relative;overflow:hidden}.consultation-banner:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(227,30,36,.05) 50%,transparent 70%);animation:shine 3s ease-in-out infinite}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@media(max-width:767px){.consultation-banner{grid-template-columns:1fr;text-align:center;gap:2rem;padding:4rem}}@media(max-width:575px){.consultation-banner{padding:3rem}}@media(max-width:450px){.consultation-banner{padding:2rem 1.5rem;gap:1.5rem}}.consultation-banner__icon{width:70px;height:70px;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;animation:iconBounce 2s ease-in-out infinite}@media(max-width:575px){.consultation-banner__icon{width:60px;height:60px}}.consultation-banner__icon svg{width:36px;height:36px;stroke:#fff}@media(max-width:575px){.consultation-banner__icon svg{width:30px;height:30px}}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.consultation-banner__content{flex:1;position:relative;z-index:1}.consultation-banner__title{font-size:2rem;font-weight:700;color:#1a2332;margin-bottom:1rem}@media(max-width:575px){.consultation-banner__title{font-size:1.5rem}}@media(max-width:450px){.consultation-banner__title{font-size:1.25rem;margin-bottom:.5rem}}.consultation-banner__text{font-size:1.125rem;color:#1a2332;line-height:1.7}@media(max-width:450px){.consultation-banner__text{font-size:.9375rem;line-height:1.6}}.consultation-banner__cta{white-space:nowrap;background:#e31e24;color:#fff;padding:1.5rem 3rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;position:relative;z-index:1;overflow:hidden}.consultation-banner__cta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.consultation-banner__cta:hover:before{width:300px;height:300px}.consultation-banner__cta:hover{background:#b7171c;transform:translateY(-3px) scale(1.05);box-shadow:0 10px 30px #e31e2466}@media(max-width:767px){.consultation-banner__cta{width:100%;text-align:center}}@media(max-width:450px){.consultation-banner__cta{white-space:normal;padding:1rem 1.5rem;font-size:.9375rem;line-height:1.4}}.services-expertise{padding:10rem 0;background:linear-gradient(135deg,#1a2332,#2c3e50);position:relative;overflow:hidden}@media(max-width:767px){.services-expertise{padding:8rem 0}}.services-expertise__header{text-align:center;margin-bottom:8rem}.services-expertise__title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}@media(max-width:575px){.services-expertise__title{font-size:2rem}}.services-expertise__subtitle{font-size:1.125rem;color:#ecf0f1;max-width:700px;margin:0 auto}.services-expertise__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6rem;margin-bottom:8rem;max-width:1200px;margin-left:auto;margin-right:auto}@media(max-width:767px){.services-expertise__grid{grid-template-columns:1fr;gap:3rem}}.services-expertise__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;padding:4rem;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:767px){.services-expertise__stats{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(max-width:575px){.services-expertise__stats{grid-template-columns:1fr;gap:2rem}}.expertise-card{position:relative;padding:4rem;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden}@media(max-width:575px){.expertise-card{padding:3rem}}.expertise-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,rgba(227,30,36,.15) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .5s ease}.expertise-card:hover{transform:translateY(-12px) scale(1.02);background:#ffffff1f;border-color:#e31e2499;box-shadow:0 25px 70px #e31e244d,0 10px 30px #ffffff1a}.expertise-card:hover:after{opacity:1}.expertise-card__number{position:absolute;top:2rem;right:2rem;font-size:3rem;font-weight:700;color:#ffffff26;line-height:1}@media(max-width:575px){.expertise-card__number{font-size:2rem;top:1.5rem;right:1.5rem}}.expertise-card__icon{width:80px;height:80px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}@media(max-width:575px){.expertise-card__icon{width:60px;height:60px}}.expertise-card__icon svg{stroke:#fff}@media(max-width:575px){.expertise-card__icon svg{width:28px;height:28px}}.expertise-card:hover .expertise-card__icon{transform:scale(1.1) rotate(-5deg);background:linear-gradient(135deg,#e31e2440,#e31e2426);border-color:#e31e2466}.expertise-card:hover .expertise-card__icon svg{stroke:#e31e24}.expertise-card__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}@media(max-width:575px){.expertise-card__title{font-size:1.25rem}}.expertise-card__description{font-size:1rem;color:#ecf0f1;line-height:1.7;margin-bottom:2rem}.expertise-card__points{list-style:none;padding:0;margin:0}.expertise-card__points li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:.9375rem;color:#ecf0f1;line-height:1.6}.expertise-card__points li:before{content:"✓";position:absolute;left:0;color:#e31e24;font-weight:700}.expertise-card__points li:last-child{margin-bottom:0}.stat-item{text-align:center}.stat-item__value{font-size:2.5rem;font-weight:700;color:#e31e24;margin-bottom:.5rem}@media(max-width:575px){.stat-item__value{font-size:2rem}}.stat-item__label{font-size:.875rem;color:#ecf0f1;text-transform:uppercase;letter-spacing:1px}.why-choose-services{padding:10rem 0;background:#f8f9fa}@media(max-width:767px){.why-choose-services{padding:8rem 0}}.why-choose-services__header{text-align:center;margin-bottom:8rem}.why-choose-services__title{font-size:2.5rem;font-weight:700;color:#1a2332;margin-bottom:1.5rem}@media(max-width:575px){.why-choose-services__title{font-size:2rem}}.why-choose-services__subtitle{font-size:1.125rem;color:#7b8d9e;max-width:700px;margin:0 auto}.why-choose-services__content{max-width:1200px;margin:0 auto}.why-choose-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin-bottom:8rem}@media(max-width:991px){.why-choose-services__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(max-width:575px){.why-choose-services__grid{grid-template-columns:1fr}}.why-choose-services__philosophy{margin-top:6rem}.advantage-card{padding:4rem;border-radius:16px;background:#fff;border:2px solid rgba(26,35,50,.1);transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media(max-width:575px){.advantage-card{padding:3rem}}.advantage-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#e31e24,#a11418);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}.advantage-card:hover:before{transform:scaleX(1)}.advantage-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #1a233226,0 8px 25px #e31e241a;border-color:#e31e2466;background:linear-gradient(135deg,#fff,#e31e2405)}.advantage-card__icon{width:70px;height:70px;background:linear-gradient(135deg,#e31e241a,#e31e240d);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .3s ease}@media(max-width:575px){.advantage-card__icon{width:60px;height:60px}}.advantage-card__icon svg{stroke:#e31e24}@media(max-width:575px){.advantage-card__icon svg{width:28px;height:28px}}.advantage-card:hover .advantage-card__icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#e31e2426,#e31e2414)}.advantage-card__title{font-size:1.5rem;font-weight:700;color:#1a2332;margin-bottom:1.5rem}@media(max-width:575px){.advantage-card__title{font-size:1.25rem}}.advantage-card__description{font-size:1rem;color:#7b8d9e;line-height:1.7}.philosophy-highlight{padding:6rem;border-radius:16px;background:linear-gradient(135deg,#1a233208,#e31e2405);border:2px solid rgba(227,30,36,.2);text-align:center}@media(max-width:767px){.philosophy-highlight{padding:4rem}}@media(max-width:575px){.philosophy-highlight{padding:3rem}}.philosophy-highlight__title{font-size:2rem;font-weight:700;color:#1a2332;margin-bottom:1.5rem}@media(max-width:575px){.philosophy-highlight__title{font-size:1.5rem}}.philosophy-highlight__text{font-size:1.125rem;color:#1a2332;line-height:1.8;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}@media(max-width:575px){.philosophy-highlight__text{font-size:1rem}}.philosophy-highlight__text strong{color:#1a2332;font-weight:600}.philosophy-highlight__link{display:inline-flex;align-items:center;gap:1rem;padding:1.5rem 3rem;background:#e31e24;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease}.philosophy-highlight__link svg{transition:transform .3s ease}.philosophy-highlight__link:hover{background:#b7171c;transform:translateY(-2px);box-shadow:0 10px 30px #e31e244d}.philosophy-highlight__link:hover svg{transform:translate(5px)}.services-cta{position:relative;padding:10rem 0;background:linear-gradient(135deg,#1a2332,#2c3e50);overflow:hidden}@media(max-width:767px){.services-cta{padding:8rem 0}}.services-cta__content{position:relative;z-index:2}.services-cta__title{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:1.5rem}@media(max-width:767px){.services-cta__title{font-size:2rem}}@media(max-width:575px){.services-cta__title{font-size:1.75rem}}.services-cta__subtitle{font-size:1.125rem;color:#ecf0f1;text-align:center;margin-bottom:8rem;max-width:700px;margin-left:auto;margin-right:auto}.services-cta__contacts{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;margin-bottom:6rem}@media(max-width:767px){.services-cta__contacts{grid-template-columns:1fr;gap:3rem}}.services-cta__office{max-width:800px;margin:0 auto}.contact-expert{padding:4rem;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s ease}@media(max-width:575px){.contact-expert{padding:3rem}}.contact-expert:hover{transform:translateY(-8px);background:#ffffff14;border-color:#e31e2466;box-shadow:0 20px 60px #e31e2433}.contact-expert__avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid #E31E24;margin:0 auto 2rem;box-shadow:0 10px 30px #e31e244d}@media(max-width:575px){.contact-expert__avatar{width:80px;height:80px}}.contact-expert__avatar img{width:100%;height:100%;object-fit:cover}.contact-expert__info{text-align:center;margin-bottom:3rem}.contact-expert__name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media(max-width:575px){.contact-expert__name{font-size:1.25rem}}.contact-expert__title{font-size:1rem;color:#e31e24;font-weight:600;margin-bottom:.5rem}.contact-expert__specialty{font-size:.9375rem;color:#ecf0f1}.contact-expert__actions{display:flex;flex-direction:column;gap:1.5rem}.contact-expert__button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 2rem;text-decoration:none;transition:all .3s ease}.contact-expert__button svg{transition:transform .3s ease}.contact-expert__button:hover svg{transform:scale(1.1)}.office-info{display:flex;align-items:flex-start;gap:3rem;padding:4rem;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:575px){.office-info{flex-direction:column;align-items:center;text-align:center;padding:3rem;gap:1.5rem}}.office-info__icon{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#e31e2433,#e31e241a);border-radius:12px;display:flex;align-items:center;justify-content:center}@media(max-width:575px){.office-info__icon{width:50px;height:50px}}.office-info__icon svg{stroke:#e31e24}@media(max-width:575px){.office-info__icon svg{width:24px;height:24px}}.office-info__content{flex:1}.office-info__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}@media(max-width:575px){.office-info__title{font-size:1.25rem}}.office-info__address{font-size:1rem;color:#ecf0f1;line-height:1.7;margin-bottom:1rem}.office-info__email{font-size:1rem;color:#ecf0f1}.office-info__email a{color:#e31e24;text-decoration:none;transition:color .3s ease}.office-info__email a:hover{color:#e94b50;text-decoration:underline}.glass-dark{background:#ffffff08;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
