.header{position:fixed;top:0;left:0;right:0;height:80px;z-index:1000;transition:all .3s ease}.header--transparent{background:transparent}.header--transparent .header__logo-icon{background:#fff;color:#08113b}.header--transparent .header__logo-text,.header--transparent .header__nav-link{color:#fff}.header--transparent .header__nav-link:after{background:#fff}.header--transparent .header__cta{background:#fff;color:#08113b}.header--transparent .header__cta:hover{background:#f8f9fa}.header--transparent .header__mobile-toggle{color:#fff}.header--solid{background:#fff;box-shadow:0 4px 12px #08113b1a}.header__container{height:100%;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:1rem}.header__logo-icon{height:30px;background:#08113b;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:700}.header__logo-text{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:600;color:#08113b}.header__nav{display:flex;align-items:center;gap:3rem}@media(max-width:992px){.header__nav{position:fixed;inset:80px 0 0;background:#fff;flex-direction:column;justify-content:flex-start;padding:3rem;gap:2rem;transform:translate(100%);transition:transform .3s ease}.header__nav--open{transform:translate(0)}}.header__nav-link{font-size:.9375rem;font-weight:500;color:#212529;position:relative;padding:.5rem 0;transition:color .2s ease}.header__nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#08113b;transition:width .3s ease}.header__nav-link:hover:after,.header__nav-link--active:after{width:100%}@media(max-width:992px){.header__nav-link{font-size:1.25rem;color:#212529!important}.header__nav-link:after{background:#08113b!important}}.header__cta{padding:.75rem 1.5rem;background:#08113b;color:#fff;font-size:.875rem;font-weight:600;border-radius:4px;transition:all .2s ease}.header__cta:hover{background:#1a2555;transform:translateY(-2px)}@media(max-width:992px){.header__cta{background:#08113b!important;color:#fff!important;width:100%;text-align:center}}.header__mobile-toggle{display:none;padding:.5rem;color:#08113b}@media(max-width:992px){.header__mobile-toggle{display:flex}}.header__container{display:flex;align-items:center;justify-content:space-between}.header__right{display:flex;align-items:center;gap:2rem}.header__nav{display:flex;align-items:center;gap:1.5rem}.footer{background:#07102b;color:#fff;padding:6rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}@media(max-width:992px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:576px){.footer__grid{grid-template-columns:1fr}}.footer__brand{max-width:300px}.footer__logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer__logo-icon{background:#fff;color:#08113b;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:700}.footer__logo-text{font-family:Cormorant Garamond,Georgia,serif;font-size:1.125rem;font-weight:600}.footer__description{font-size:.9375rem;color:#ffffffb3;line-height:1.7}.footer__column{min-width:0}.footer__title{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer__links li{margin-bottom:1rem}.footer__links a{font-size:.9375rem;color:#ffffffb3;transition:color .2s ease}.footer__links a:hover{color:#fff}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer__copyright{font-size:.875rem;color:#fff9}.footer__social{display:flex;gap:1.5rem}.footer__social a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.footer__social a:hover{background:#fff;color:#08113b}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#08113b;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.3}.hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#08113be6,#08113bb3,#08113bd9)}.hero__content{position:relative;z-index:1;text-align:center;color:#fff;max-width:900px;padding:4rem}@media(max-width:768px){.hero__content{padding:2rem}}.hero__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;margin-bottom:1.5rem;opacity:0;animation:fadeInUp .8s ease .2s forwards}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;color:#fff;margin-bottom:2rem;opacity:0;animation:fadeInUp .8s ease .4s forwards}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.8;opacity:.9;max-width:700px;margin:0 auto 3rem;opacity:0;animation:fadeInUp .8s ease .6s forwards}.hero__cta-group{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;opacity:0;animation:fadeInUp .8s ease .8s forwards}@media(max-width:768px){.hero__cta-group{flex-direction:column;align-items:center}.hero__cta-group .btn{width:100%;max-width:280px}}.hero__scroll{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:2px;display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:0;animation:fadeIn 1s ease 1.2s forwards}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,#ffffff,transparent);animation:scrollPulse 2s ease-in-out infinite}.services-page{background:linear-gradient(180deg,#fff,#f8f9fa)}.services-hero{padding:8rem 0 6rem;position:relative;overflow:hidden}.services-hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#08113b0d,#1a25550d);clip-path:polygon(25% 0%,100% 0%,100% 100%,0% 100%);z-index:0}.services-hero__content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.services-hero__text{margin-bottom:4rem;max-width:800px}.services-hero__title{font-size:3.5rem;font-weight:700;line-height:1.1;margin:1.5rem 0;color:#08113b;font-family:Cormorant Garamond,Georgia,serif}@media(max-width:768px){.services-hero__title{font-size:2.5rem}}@media(max-width:576px){.services-hero__title{font-size:2rem}}.services-hero__subtitle{font-size:1.25rem;line-height:1.6;color:#495057;max-width:600px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.services-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.services-layout,.services-layout-simple{padding:4rem 0}.services-main{display:grid;grid-template-columns:280px 1fr;gap:4rem;position:relative}@media(max-width:992px){.services-main{grid-template-columns:1fr;gap:2rem}}.services-main-simple{width:100%;max-width:1200px;margin:0 auto}.services-sidebar{position:sticky;top:120px;height:fit-content;align-self:start}@media(max-width:992px){.services-sidebar{display:none}}.services-mobile-toc{display:none}@media(max-width:992px){.services-mobile-toc{display:block;margin-bottom:2rem}}.services-content{width:100%}.services-intro{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e9ecef}.services-intro__title{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:1rem;font-family:Cormorant Garamond,Georgia,serif}@media(max-width:768px){.services-intro__title{font-size:2rem}}.services-intro__description{font-size:1.125rem;line-height:1.7;color:#495057;max-width:800px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #08113b14;display:flex;align-items:center;gap:1rem;transition:all .3s ease;border:2px solid transparent;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #08113b1f;border-color:#08113b}.stat-card:hover svg{color:#08113b}.stat-card h3{font-size:2rem;font-weight:700;color:#08113b;margin-bottom:.25rem;font-family:Cormorant Garamond,Georgia,serif}.stat-card p{font-size:.875rem;color:#495057;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.stat-card svg{color:#6c757d;transition:color .3s ease}.services-toc{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #08113b1a;border:1px solid #e9ecef;position:sticky;top:120px}.services-toc .toc-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.services-toc .toc-header svg{color:#08113b}.services-toc .toc-header .toc-title{font-size:1.25rem;font-weight:700;color:#212529;margin:0;font-family:Cormorant Garamond,Georgia,serif}.services-toc .toc-list{list-style:none;padding:0;margin:0}.services-toc .toc-item{margin-bottom:.5rem}.services-toc .toc-item:last-child{margin-bottom:0}.services-toc .toc-link{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:transparent;border:2px solid transparent;border-radius:8px;text-align:left;cursor:pointer;transition:all .3s ease;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:#495057;position:relative}.services-toc .toc-link:hover{background:#08113b0d;color:#08113b;transform:translate(4px)}.services-toc .toc-link:hover .toc-number{background:#08113b;color:#fff}.services-toc .toc-link:hover .toc-arrow{opacity:1;transform:translate(2px)}.services-toc .toc-link--active{background:#08113b1a;border-color:#08113b;color:#08113b}.services-toc .toc-link--active .toc-number{background:#08113b;color:#fff}.services-toc .toc-link--active .toc-arrow{opacity:1;transform:translate(2px)}.services-toc .toc-number{font-size:.75rem;font-weight:600;color:#08113b;background:#08113b1a;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.services-toc .toc-service-title{font-size:.9375rem;font-weight:500;flex:1;text-align:left}.services-toc .toc-arrow{color:#08113b;opacity:0;transition:all .3s ease;flex-shrink:0}.mobile-toc{position:relative}.mobile-toc .mobile-toc-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem;background:#fff;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;color:#08113b}.mobile-toc .mobile-toc-toggle:hover{border-color:#08113b;box-shadow:0 1px 3px #08113b14}.mobile-toc .mobile-toc-toggle svg:first-child{margin-right:.5rem}.mobile-toc .mobile-toc-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 8px 30px #08113b1f;border:1px solid #e9ecef;z-index:100;overflow:hidden}.mobile-toc .mobile-toc-nav{display:flex;flex-direction:column;padding:.5rem;max-height:400px;overflow-y:auto}.mobile-toc .mobile-toc-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;text-align:left;color:#495057}.mobile-toc .mobile-toc-link:hover{background:#08113b0d;color:#08113b}.mobile-toc .mobile-toc-link--active{background:#08113b1a;color:#08113b;font-weight:600}.mobile-toc .mobile-toc-link--active .mobile-toc-number{background:#08113b;color:#fff}.mobile-toc .mobile-toc-number{font-size:.75rem;font-weight:600;color:#08113b;background:#08113b1a;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.services-grid{display:flex;flex-direction:column;gap:3rem}@media(max-width:768px){.services-grid{gap:2rem}}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 1px 3px #08113b14;transition:all .5s ease;border:2px solid transparent;position:relative;overflow:hidden;scroll-margin-top:100px}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#08113b,#1a2555);opacity:0;transition:opacity .3s ease}.service-card:target,.service-card.active{border-color:#08113b33;box-shadow:0 4px 12px #08113b1a}.service-card:target:before,.service-card.active:before{opacity:1}.service-card:target .service-card__icon-wrapper,.service-card.active .service-card__icon-wrapper{background:linear-gradient(135deg,#08113b,#1a2555);color:#fff}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #08113b1f;border-color:#08113b1a}.service-card:hover:before{opacity:1}.service-card:hover .service-card__icon-wrapper{transform:scale(1.05);background:linear-gradient(135deg,#08113b,#1a2555);color:#fff}.service-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.service-card__number{font-size:3rem;font-weight:800;color:#4950571a;line-height:1;font-family:Cormorant Garamond,Georgia,serif}.service-card__icon-wrapper{width:72px;height:72px;background:linear-gradient(135deg,#f8f9fa,#fefefe);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#08113b;transition:all .3s ease}.service-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#212529;font-family:Cormorant Garamond,Georgia,serif}.service-card__description{color:#495057;line-height:1.7;margin-bottom:2rem;font-size:1.0625rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.service-card__footer{display:flex;justify-content:flex-end}.service-card__link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#08113b;background:#08113b1a;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem}.service-card__link:hover{background:#08113b;color:#fff;gap:.75rem}.service-detail__title{font-size:1.75rem;margin-bottom:1.5rem;color:#212529;font-family:Cormorant Garamond,Georgia,serif}.service-detail__text{color:#495057;line-height:1.8;margin-bottom:1.5rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.service-detail__list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:#495057;line-height:1.6;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.services-cta{padding:6rem 0;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#212529;font-family:Cormorant Garamond,Georgia,serif}@media(max-width:768px){.cta-title{font-size:2rem}}.cta-subtitle{font-size:1.25rem;color:#495057;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:576px){.cta-buttons{flex-direction:column;align-items:center}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem}.btn--primary{background:linear-gradient(135deg,#08113b,#1a2555);color:#fff}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #08113b1f}.btn--outline{background:transparent;border-color:#08113b;color:#08113b}.btn--outline:hover{background:#08113b;color:#fff;transform:translateY(-2px)}.btn--lg{padding:1.25rem 2.5rem;font-size:1.125rem}.section--gradient{background:linear-gradient(135deg,#08113b08,#1a255508)}.section--gradient-reverse{background:linear-gradient(135deg,#1a255508,#08113b08)}@media(max-width:768px){.services-hero{padding:6rem 0 4rem}.services-layout{padding:2rem 0}.services-cta{padding:4rem 0}}@media(max-width:576px){.service-card{padding:2rem}.service-detail{padding:3rem 0;gap:3rem}}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media(max-width:992px){.about-section{grid-template-columns:1fr;gap:3rem}}.about-section__image{position:relative;height:500px;border-radius:8px;overflow:hidden}.about-section__image img{width:100%;height:100%;object-fit:cover}.about-section__image:after{content:"";position:absolute;bottom:-20px;right:-20px;width:60%;height:60%;border:4px solid #08113b;border-radius:8px;z-index:-1}@media(max-width:768px){.about-section__image{height:350px}.about-section__image:after{display:none}}.about-section__content{padding-left:3rem}@media(max-width:992px){.about-section__content{padding-left:0}}.about-section__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#6c757d;margin-bottom:1rem}.about-section__title{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1.5rem}.about-section__text{color:#495057;line-height:1.8;margin-bottom:1.5rem}.about-section__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding-top:3rem;border-top:1px solid #e9ecef}@media(max-width:576px){.about-section__stats{grid-template-columns:1fr;text-align:center}}.stat-item__number{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:700;color:#08113b;line-height:1;margin-bottom:.5rem}.stat-item__label{font-size:.875rem;color:#6c757d;text-transform:uppercase;letter-spacing:1px}.quote-section{position:relative;padding:6rem 0;background:#08113b;text-align:center;overflow:hidden}.quote-section:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.quote-section__content{position:relative;z-index:1;max-width:900px;margin:0 auto}.quote-section__icon{font-family:Cormorant Garamond,Georgia,serif;font-size:6rem;color:#ffffff26;line-height:1;margin-bottom:1.5rem}.quote-section__text{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;font-style:italic;color:#fff;line-height:1.6;margin-bottom:2rem}.quote-section__author{font-size:1rem;font-weight:600;color:#fff}.quote-section__role{font-size:.875rem;color:#ffffffb3;margin-top:.5rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.team-card{text-align:center}.team-card:hover .team-card__image{border-color:#08113b;transform:scale(1.05)}.team-card__image{position:relative;width:200px;height:200px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid #e9ecef;transition:all .3s ease}.team-card__image img{width:100%;height:100%;object-fit:cover}.team-card__name{font-size:1.25rem;margin-bottom:.5rem}.team-card__role{font-size:.875rem;color:#6c757d;margin-bottom:1rem}.team-card__bio{font-size:.9375rem;color:#495057;line-height:1.7;max-width:300px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:#f8f9fa;padding:3rem;border-radius:8px;position:relative;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 4px 12px #08113b1a}.testimonial-card:before{content:'"';font-family:Cormorant Garamond,Georgia,serif;font-size:5rem;color:#08113b;opacity:.1;position:absolute;top:10px;left:20px;line-height:1}.testimonial-card__text{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:2rem;font-style:italic;position:relative;z-index:1}.testimonial-card__author{display:flex;align-items:center;gap:1.5rem}.testimonial-card__avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__name{font-weight:600;color:#08113b;margin-bottom:2px}.testimonial-card__company{font-size:.875rem;color:#6c757d}.contact-section{display:grid;grid-template-columns:1fr 1.5fr;gap:6rem}@media(max-width:992px){.contact-section{grid-template-columns:1fr;gap:3rem}}.contact-info__title{font-size:1.5rem;margin-bottom:1.5rem}.contact-info__text{color:#495057;line-height:1.8;margin-bottom:3rem}.contact-info__item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.contact-info__icon{width:50px;height:50px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#08113b;flex-shrink:0;box-shadow:0 1px 3px #08113b14}.contact-info__label{font-size:.875rem;color:#6c757d;margin-bottom:.5rem}.contact-info__value{font-size:1rem;font-weight:500;color:#212529;white-space:pre-line}.contact-form{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 8px 30px #08113b1f}.contact-form .btn{width:100%;margin-top:1rem}.contact-form .btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#212529;margin-bottom:.5rem}.form-label .required{color:#dc3545}.form-label-hint{font-weight:400;color:#6c757d}.form-help-text{font-size:.8125rem;color:#6c757d;margin-bottom:1rem}.form-input,.form-textarea,.form-select{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:inherit;border:1px solid #e9ecef;border-radius:4px;background:#f8f9fa;transition:all .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#08113b;background:#fff;box-shadow:0 0 0 3px #08113b1a}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{opacity:.6;cursor:not-allowed}.form-textarea{min-height:150px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:576px){.form-row{grid-template-columns:1fr}}.form-alert{padding:1.5rem;border-radius:4px;margin-bottom:1.5rem}.form-alert p{margin:0;font-weight:500}.form-alert--success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.form-alert--error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.file-upload-area{position:relative;margin-bottom:1rem}.file-input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer;z-index:2}.file-input:disabled{cursor:not-allowed}.file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.5rem;border:2px dashed #e9ecef;border-radius:8px;background:#fff;color:#6c757d;text-align:center;transition:all .2s ease;cursor:pointer}.file-upload-label:hover{border-color:#08113b;background:#08113b05;color:#08113b}.file-upload-label.disabled{opacity:.5;cursor:not-allowed}.file-upload-label.disabled:hover{border-color:#e9ecef;background:#fff;color:#6c757d}.file-upload-label span{font-size:.875rem}.file-error{color:#dc3545;font-size:.875rem;margin-top:.5rem;margin-bottom:1rem}.file-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;transition:all .2s ease}.file-item:hover{border-color:#adb5bd}.file-icon{font-size:1.25rem;flex-shrink:0}.file-name{flex:1;font-size:.875rem;color:#212529;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{font-size:.75rem;color:#6c757d;flex-shrink:0}.file-remove{width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#6c757d;transition:all .2s ease;flex-shrink:0}.file-remove:hover{background:#f8d7da;color:#dc3545}.file-remove:disabled{opacity:.5;cursor:not-allowed}.cta-section{position:relative;padding:6rem 0;text-align:center;overflow:hidden}.cta-section__bg{position:absolute;inset:0;z-index:0}.cta-section__bg img{width:100%;height:100%;object-fit:cover}.cta-section__overlay{position:absolute;inset:0;background:#08113beb}.cta-section__content{position:relative;z-index:1;max-width:700px;margin:0 auto}.cta-section__title{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-bottom:1.5rem}.cta-section__text{font-size:1.125rem;color:#ffffffd9;margin-bottom:3rem;line-height:1.8}.cta-section__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width:576px){.cta-section__buttons{flex-direction:column;align-items:center}.cta-section__buttons .btn{width:100%;max-width:280px}}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;padding:4rem 0;border-bottom:1px solid #e9ecef}.service-detail:last-child{border-bottom:none}.service-detail:nth-child(2n){direction:rtl}.service-detail:nth-child(2n)>*{direction:ltr}@media(max-width:992px){.service-detail{grid-template-columns:1fr}.service-detail:nth-child(2n){direction:ltr}}.service-detail__image{height:400px;border-radius:8px;overflow:hidden}.service-detail__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-detail__image:hover img{transform:scale(1.05)}.service-detail__content{padding:0 2rem}@media(max-width:992px){.service-detail__content{padding:0}}.service-detail__number{font-family:Cormorant Garamond,Georgia,serif;font-size:4rem;font-weight:700;color:#e9ecef;line-height:1;margin-bottom:1rem}.service-detail__title{font-size:1.75rem;margin-bottom:1.5rem}.service-detail__text{color:#495057;line-height:1.8;margin-bottom:1.5rem}.service-detail__list{margin-bottom:2rem}.service-detail__list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:#495057;line-height:1.6}.service-detail__list li:before{content:"";width:6px;height:6px;background:#08113b;border-radius:50%;margin-top:.6rem;flex-shrink:0}.page-header{padding:8rem 0 6rem;background:linear-gradient(135deg,#08113b08,#1a255508);position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#08113b0d,#1a25550d);clip-path:polygon(25% 0%,100% 0%,100% 100%,0% 100%);z-index:0}.page-header .container{position:relative;z-index:1}.page-header__title{font-size:4rem;font-weight:700;color:#08113b;margin-bottom:1.5rem;font-family:Cormorant Garamond,Georgia,serif;line-height:1.1}@media(max-width:768px){.page-header__title{font-size:3rem}}@media(max-width:576px){.page-header__title{font-size:2.5rem}}.page-header__subtitle{font-size:1.5rem;color:#495057;max-width:800px;line-height:1.6;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}@media(max-width:768px){.page-header__subtitle{font-size:1.25rem}}.about-story{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;padding:6rem 0}@media(max-width:992px){.about-story{grid-template-columns:1fr;gap:4rem;padding:4rem 0}}.about-story__content{max-width:600px}.about-story__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#08113b;margin-bottom:1rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.about-story__title{font-size:3rem;font-weight:700;color:#212529;margin-bottom:2rem;font-family:Cormorant Garamond,Georgia,serif;line-height:1.1}@media(max-width:768px){.about-story__title{font-size:2.5rem}}@media(max-width:576px){.about-story__title{font-size:2rem}}.about-story__text{font-size:1.125rem;line-height:1.7;color:#495057;margin-bottom:1.5rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.about-story__text:last-child{margin-bottom:0}.about-story__image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #08113b1f;transition:all .5s ease}.about-story__image:hover{transform:translateY(-8px);box-shadow:0 8px 30px #08113b1f}.about-story__image:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(8,17,59,.1) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.about-story__image:hover:before{opacity:1}.about-story__image img{width:100%;height:100%;object-fit:cover;min-height:500px;transition:transform .5s ease}.about-story__image:hover img{transform:scale(1.05)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:4rem}@media(max-width:576px){.values-grid{grid-template-columns:1fr;gap:2rem}}.value-card{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 1px 3px #08113b14;transition:all .3s ease;border:2px solid transparent;text-align:center;position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#08113b,#1a2555);opacity:0;transition:opacity .3s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #08113b1f;border-color:#08113b1a}.value-card:hover:before{opacity:1}.value-card:hover .value-card__icon{transform:scale(1.1);background:linear-gradient(135deg,#08113b,#1a2555);color:#fff}.value-card__icon{width:80px;height:80px;background:linear-gradient(135deg,#f8f9fa,#fefefe);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:#08113b;transition:all .3s ease}.value-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#212529;font-family:Cormorant Garamond,Georgia,serif}.value-card__description{font-size:1.0625rem;line-height:1.6;color:#495057;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.timeline{position:relative;max-width:800px;margin:4rem auto 0;padding-left:60px}@media(max-width:768px){.timeline{padding-left:40px}}.timeline:before{content:"";position:absolute;left:24px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#08113b,#1a2555)}@media(max-width:768px){.timeline:before{left:14px}}.timeline__item{position:relative;margin-bottom:4rem}.timeline__item:last-child{margin-bottom:0}.timeline__marker{position:absolute;left:-60px;top:0;width:48px;height:48px;background:#fff;border:3px solid #08113b;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #08113b14;transition:all .3s ease}@media(max-width:768px){.timeline__marker{left:-40px;width:36px;height:36px}}.timeline__item:hover .timeline__marker{transform:scale(1.1);box-shadow:0 4px 12px #08113b1a;background:#08113b}.timeline__item:hover .timeline__marker .timeline__year{color:#fff}.timeline__year{font-size:.875rem;font-weight:700;color:#08113b;transition:color .3s ease;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}@media(max-width:768px){.timeline__year{font-size:.75rem}}.timeline__content{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 1px 3px #08113b14;border:2px solid transparent;transition:all .3s ease}.timeline__item:hover .timeline__content{transform:translate(8px);box-shadow:0 8px 30px #08113b1f;border-color:#08113b1a}@media(max-width:576px){.timeline__content{padding:2rem}}.timeline__title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#212529;font-family:Cormorant Garamond,Georgia,serif}.timeline__description{font-size:1.0625rem;line-height:1.6;color:#495057;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.section--snow{background:linear-gradient(180deg,#fff,#f8f9fa)}.section__header{text-align:center;max-width:800px;margin:0 auto 4rem}.section__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#08113b;margin-bottom:1rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.section__title{font-size:3rem;font-weight:700;color:#212529;margin-bottom:1.5rem;font-family:Cormorant Garamond,Georgia,serif;line-height:1.1}@media(max-width:768px){.section__title{font-size:2.5rem}}@media(max-width:576px){.section__title{font-size:2rem}}.section__subtitle{font-size:1.25rem;color:#495057;line-height:1.6;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}@media(max-width:768px){.page-header{padding:6rem 0 4rem}.about-story{padding:3rem 0}.timeline{margin-top:3rem}.section__header{margin-bottom:3rem}}@media(max-width:576px){.value-card{padding:2rem 1.5rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:#212529;background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.nav-open{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,serif;font-weight:600;line-height:1.2;color:#08113b}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid #08113b;outline-offset:2px}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scrollPulse{0%,to{opacity:.5;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:.9375rem;font-weight:600;border-radius:4px;transition:all .2s ease;min-width:160px}.btn--primary{background:#fff;color:#08113b}.btn--primary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 30px #08113b1f}.btn--outline{background:transparent;color:#fff;border:2px solid #ffffff}.btn--outline:hover{background:#fff;color:#08113b}.btn--dark{background:#08113b;color:#fff}.btn--dark:hover{background:#1a2555;transform:translateY(-2px);box-shadow:0 8px 30px #08113b1f}.section{padding:6rem 0}.section--snow{background:#f8f9fa}.section--primary{background:#08113b;color:#fff}.section--primary .section__eyebrow{color:#ffffffb3}.section--primary .section__title{color:#fff}.section--primary .section__subtitle{color:#ffffffd9}.section__header{text-align:center;max-width:700px;margin:0 auto 4rem}.section__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#6c757d;margin-bottom:1rem}.section__title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.section__subtitle{font-size:1.125rem;color:#495057;line-height:1.8}.page-header{padding:calc(80px + 6rem) 0 6rem;background:#f8f9fa;text-align:center}.page-header__title{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.5rem}.page-header__subtitle{font-size:1.125rem;color:#495057;max-width:600px;margin:0 auto;line-height:1.8}
