.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--header-bg);border-bottom:1px solid rgba(15,45,107,.08);transition:box-shadow var(--transition),background var(--transition);padding-top:var(--safe-top)}.header--scrolled{box-shadow:0 2px 16px #0f2d6b14;background:var(--header-bg-scrolled)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:1rem}.header__logo{display:flex;align-items:center;gap:.625rem}.header__logo-symbol{width:36px;height:36px;flex-shrink:0;display:block}.header__logo-name{height:28px;width:auto;display:block}.header__nav{display:flex;align-items:center;gap:2rem}.header__links{display:flex;align-items:center;gap:1.75rem}.header__links a,.header__link{font-size:.875rem;font-weight:500;color:var(--gray-900);transition:color var(--transition);position:relative;padding-bottom:.25rem}.header__links a:hover,.header__link:hover,.header__links a.header__link--active,.header__link.header__link--active{color:var(--blue-dark)}.header__links a.header__link--active:after,.header__link.header__link--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--gold);border-radius:1px}.header__cta.btn{padding:.3rem .6rem;font-size:.6875rem;font-weight:600;min-height:28px;border-radius:6px;letter-spacing:.02em;white-space:nowrap;line-height:1.2}.header__cta.btn:hover{transform:translateY(-1px)}.header__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;flex-shrink:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.header__toggle span{display:block;width:24px;height:3px;background:var(--blue-dark);border-radius:999px;transition:transform .25s ease,opacity .2s ease,background .2s ease}.header__toggle:hover span,.header__toggle:focus-visible span{background:var(--gold-dark)}.header__toggle--open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__toggle--open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media(max-width:900px){.header{overflow:visible}.header__logo-name{height:24px}.header__inner{position:relative}.header__toggle{display:flex;margin-left:auto;z-index:1002;order:2}.header__logo{order:1}.header__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;border:none;padding:0;margin:0;background:#00000040;cursor:pointer}.header__nav{position:fixed;top:calc(var(--header-h) + var(--safe-top) + .5rem);right:clamp(.75rem,4vw,1.5rem);left:auto;bottom:auto;width:min(240px,calc(100vw - 1.5rem));max-height:calc(100dvh - var(--header-h) - 1.5rem);flex-direction:column;align-items:stretch;gap:.5rem;padding:.625rem;background:var(--white);border:1px solid rgba(15,45,107,.1);border-radius:14px;box-shadow:var(--shadow-lg);overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.98);transform-origin:top right;transition:opacity .22s ease,visibility .22s ease,transform .22s ease}.header__nav--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.header__links{flex-direction:column;align-items:stretch;gap:.125rem}.header__links a,.header__link{padding:.75rem .875rem;font-size:.9375rem;font-weight:600;border-bottom:none;border-radius:8px;min-height:44px;display:flex;align-items:center;color:var(--gray-900)}.header__links a:hover,.header__link:hover{background:var(--header-bg);color:var(--blue-dark)}.header__links a.header__link--active,.header__link.header__link--active{background:#c5a36726;color:var(--blue-dark)}.header__links a.header__link--active:after,.header__link.header__link--active:after{display:none}.header__cta.btn{width:100%;max-width:none;margin:.375rem 0 0;min-height:42px;font-size:.75rem;padding:.45rem .75rem}}@media(min-width:901px){.header__backdrop{display:none}}@media(max-width:380px){.header__logo-name{height:20px}.header__logo-symbol{width:32px;height:32px}}.animated-words{display:block}.animated-words--inline{display:flex;flex-wrap:wrap;gap:.3em .4em;align-items:baseline}.animated-words__word{display:inline-block;opacity:0;transform:translate(-1.25rem);animation:animatedWordIn .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--d, 0ms)}.animated-words__word--gold{color:var(--gold)}.animated-words__word--gold-gradient{background:linear-gradient(120deg,var(--gold-dark) 0%,var(--gold-light) 50%,var(--gold) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}@keyframes animatedWordIn{0%{opacity:0;transform:translate(-1.25rem)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.animated-words__word{animation:none;opacity:1;transform:none}}.footer{background:var(--footer-bg);color:var(--gray-700);border-top:1px solid rgba(15,45,107,.1);padding-top:1rem}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1.4fr 1.2fr;gap:2.5rem 3rem;padding:2.5rem 1.5rem;align-items:start}.footer__logo-link{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1rem;text-decoration:none}.footer__logo-symbol{width:40px;height:40px;flex-shrink:0;display:block}.footer__logo-name{height:32px;width:auto;display:block}.footer__tagline{font-size:.875rem;color:var(--gray-700);line-height:1.6;font-weight:500;margin-bottom:.625rem}.footer__col-title{font-size:1rem;font-weight:700;color:var(--blue-dark);margin-bottom:1.25rem;letter-spacing:.01em}.footer__links{list-style:none;padding:0;display:flex;flex-direction:column;gap:.625rem}.footer__links a{font-size:.9rem;color:var(--gray-500);transition:color var(--transition);text-decoration:none}.footer__links a:hover{color:var(--blue)}.footer__address a{color:var(--gray-500);text-decoration:none;transition:color var(--transition)}.footer__address a:hover{color:var(--blue)}.footer__address{font-size:.9rem;color:var(--gray-500);line-height:1.65;margin-bottom:.75rem}.footer__contact-link{display:block;font-size:.9rem;color:var(--gray-500);text-decoration:none;margin-bottom:.5rem;transition:color var(--transition)}.footer__contact-link:hover{color:var(--blue)}.footer__touch-title{margin-bottom:1.25rem}.footer__touch-title .animated-words__word:not(.animated-words__word--gold){color:var(--blue-dark)}.footer__touch-title .animated-words__word--gold{color:var(--gold-dark)}.footer__bottom{border-top:1px solid rgba(15,45,107,.12);background:var(--footer-bg);padding:1.125rem 0}.footer__bottom p{font-size:.8125rem;color:var(--gray-500);text-align:center}@media(max-width:900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem;padding:2rem 1.25rem}}@media(max-width:560px){.footer__grid{grid-template-columns:1fr;gap:1.75rem;padding:2rem 1rem 1.75rem}.footer__brand,.footer__col{text-align:center}.footer__logo-link,.footer__touch-title.animated-words--inline{justify-content:center}.footer__contact-link{word-break:break-word}.footer__bottom p{padding:0 .5rem;font-size:.75rem;line-height:1.5}}.hero{position:relative;width:100%;height:100vh;height:100dvh;min-height:320px;overflow:hidden;background:var(--blue-deep)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .9s ease}.hero__bg--active{opacity:1;z-index:1}.hero__bg--hidden{opacity:0;z-index:0}.hero__intro{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:1}.hero__intro-inner{width:min(1100px,calc(100% - 2rem));text-align:center;padding:0;margin:0}.hero__title{font-size:clamp(1.6rem,5.5vw,3.1rem);font-weight:900;color:var(--white);line-height:1.15;margin:0;text-shadow:0 10px 34px rgba(0,0,0,.6)}.hero__line2{margin:.35rem 0 0;font-size:clamp(1.4rem,5vw,2.7rem);font-weight:900;line-height:1.15;text-shadow:0 10px 34px rgba(0,0,0,.6)}.hero__static{display:inline;opacity:1}.hero__subtitle{margin-top:.9rem;font-size:clamp(.95rem,2.6vw,1.2rem);font-weight:600;color:#ffffffeb;text-shadow:0 10px 28px rgba(0,0,0,.55)}.hero__word{display:inline-block;opacity:0;transform:translate(-16px);animation:heroWordIn .7s ease forwards;animation-delay:var(--d, 0ms);margin-left:.25rem}.hero__word:first-child{margin-left:0}.hero__word--gold{color:var(--gold)}@keyframes heroWordIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.hero__dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.5rem}.hero__dot{width:10px;height:10px;border-radius:50%;background:#ffffff73;border:1.5px solid var(--gold);cursor:pointer;padding:0;transition:background var(--transition),transform var(--transition)}.hero__dot--active{background:var(--gold);transform:scale(1.25)}@media(max-width:768px){.hero{height:70vh;height:70dvh;min-height:220px}.hero__intro-inner{width:calc(100% - 1.5rem)}.hero__subtitle{padding:0 .5rem;font-size:clamp(.875rem,3.5vw,1rem)}.hero__word{margin-left:.2rem}}@media(max-width:480px){.hero{height:58vh;height:58dvh;min-height:200px}.hero__title{font-size:clamp(1.35rem,6.5vw,1.75rem)}.hero__line2{font-size:clamp(1.2rem,6vw,1.65rem)}.hero__dots{bottom:.75rem}.hero__dot{width:8px;height:8px}}.home-about{padding:clamp(3rem,7vw,5rem) 0;background:var(--white)}.home-about__inner{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(2rem,5vw,3.5rem);align-items:center}.home-about__image-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 32px #0f2d6b1f}.home-about__image{width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:center 35%;display:block}.home-about__heading{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--gray-900);margin-bottom:1.25rem;line-height:1.2}.home-about__para{font-size:clamp(.9rem,2.2vw,.9375rem);color:#555;line-height:1.75;margin-bottom:1rem}.home-about__para:last-of-type{margin-bottom:1.75rem}.home-about__content .btn{text-decoration:none}@media(max-width:860px){.home-about{padding:2.5rem 0}.home-about__inner{grid-template-columns:1fr;gap:1.75rem}.home-about__content{text-align:center}.home-about__image{aspect-ratio:16 / 9}.home-about__content .btn{display:inline-flex;width:auto;max-width:100%}}@media(max-width:480px){.home-about__heading{font-size:1.375rem}.home-about__content .btn{width:100%;max-width:280px}}.services--with-cta{padding-bottom:clamp(2rem,4vw,2.75rem)}.services__actions{margin-top:1.5rem;text-align:center}.services__actions .btn{text-decoration:none}.services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1.25rem}.services__grid--row{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.services__grid--row{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.services__grid--row{grid-template-columns:1fr}}.service-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(26,75,149,.1);border-top:4px solid var(--gold);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-top-color:var(--gold-light)}.service-card__image-wrap{position:relative;height:160px;overflow:hidden}.service-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.service-card:hover .service-card__image{transform:scale(1.05)}.service-card__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,45,107,.5),transparent 50%);pointer-events:none}.service-card__body{padding:1.25rem}.service-card__title{font-size:clamp(.9375rem,2.5vw,1.0625rem);font-weight:700;color:var(--blue-dark);margin-bottom:.5rem;line-height:1.35}.service-card__desc{font-size:.875rem;color:var(--gray-700);line-height:1.65}@media(max-width:480px){.services__grid{grid-template-columns:1fr}.service-card__image-wrap{height:150px}.service-card__body{padding:1rem}.service-card__title{font-size:1rem}}.expertise{background:var(--white);padding-top:clamp(2rem,5vw,2.75rem)}.expertise__carousel{position:relative;display:flex;align-items:center;gap:.75rem}.expertise__arrow{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:2px solid var(--gold);background:var(--blue-dark);color:var(--gold-light);font-size:1.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition),transform var(--transition);z-index:2}.expertise__arrow:hover{background:var(--blue);transform:scale(1.05)}.expertise__scroller{flex:1;min-width:0;display:flex;align-items:stretch;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:.25rem 0;scrollbar-width:none}.expertise__scroller::-webkit-scrollbar{display:none}.expertise__chip{flex:0 0 calc(25% - .94rem);min-width:220px;display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius);overflow:hidden;scroll-snap-align:start;box-shadow:var(--shadow);border:1px solid rgba(26,75,149,.1);border-top:4px solid var(--gold);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.expertise__chip:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-top-color:var(--gold-light)}.expertise__media{position:relative;height:180px;overflow:hidden;flex:1 1 auto}.expertise__chip-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.expertise__chip:hover .expertise__chip-img{transform:scale(1.05)}.expertise__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,45,107,.55),transparent 50%);pointer-events:none}.expertise__chip-label{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:.75rem .625rem;font-weight:700;font-size:clamp(.8125rem,2vw,.9375rem);color:var(--white);text-align:center;line-height:1.35}@media(max-width:900px){.expertise__chip{flex:0 0 calc(50% - .625rem);min-width:180px}}@media(max-width:640px){.expertise__arrow{display:none}.expertise__carousel{gap:0}.expertise__scroller{padding:.25rem .125rem;scroll-padding-inline:1rem}.expertise__chip{flex:0 0 min(82%,280px);min-width:0}}@media(max-width:480px){.expertise{padding-top:2rem}.expertise__chip{flex:0 0 88%}.expertise__media{height:150px}.section__title{margin-bottom:1.25rem}}.about-intro{padding:calc(var(--header-h) + 3rem) 0 clamp(2.5rem,6vw,3.5rem);background:linear-gradient(180deg,var(--white) 0%,var(--blue-tint) 100%);border-bottom:1px solid rgba(26,75,149,.08)}.about-intro__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,3.5rem);align-items:center}.about-intro__text{position:relative;max-width:500px}.about-intro__heading{margin:0}.about-intro__line{display:block;line-height:1.08}.about-intro__line--lead{font-size:clamp(2rem,5.5vw,3rem);font-weight:800;color:var(--blue-dark);letter-spacing:-.03em}.about-intro__line--with{margin:.15rem 0 .2rem;font-size:clamp(1.25rem,3.5vw,1.75rem);font-weight:600;color:var(--gray-500);letter-spacing:.02em}.about-intro__line--accent{font-size:clamp(2.125rem,5.8vw,3.25rem);font-weight:800;letter-spacing:-.02em;background:linear-gradient(120deg,var(--gold-dark) 0%,var(--gold) 45%,var(--gold-light) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.about-intro__rule{display:block;width:72px;height:3px;margin-top:1.5rem;border-radius:2px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 70%,transparent 100%)}.about-intro__image-wrap{border-radius:18px;overflow:hidden;box-shadow:0 16px 48px #0f2d6b26;border:1px solid rgba(197,163,103,.35)}.about-intro__image{width:100%;aspect-ratio:5 / 4;object-fit:cover;object-position:center 35%;display:block}@media(max-width:860px){.about-intro{padding:calc(var(--header-h) + 2rem) 0 2rem}.about-intro__inner{grid-template-columns:1fr;gap:1.75rem}.about-intro__text{max-width:none;text-align:center}.about-intro__line--lead,.about-intro__line--accent{font-size:clamp(1.65rem,7vw,2.25rem)}.about-intro__line--with{font-size:clamp(1.1rem,4vw,1.35rem)}.about-intro__rule{margin-left:auto;margin-right:auto}.about-intro__image{aspect-ratio:16 / 10}}@media(max-width:480px){.about-intro__line--lead,.about-intro__line--accent{font-size:1.5rem}}.about-section{padding:3rem 0;border-bottom:1px solid #eee;background:var(--white)}.about-section__inner{display:grid;grid-template-columns:240px 1fr;gap:3rem;align-items:start}.about-section__heading{font-size:clamp(1.375rem,3.5vw,1.75rem);font-weight:800;color:var(--gray-900);line-height:1.2}.about-section__body p{font-size:clamp(.875rem,2.2vw,.9375rem);color:#555;line-height:1.8;margin-bottom:1rem}.about-section__body p:last-child{margin-bottom:0}.about-whyus__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.875rem}.about-whyus__item{display:flex;align-items:flex-start;gap:.75rem;font-size:clamp(.875rem,2.2vw,.9375rem);color:#444;line-height:1.65;font-weight:500}.about-whyus__dot{flex-shrink:0;width:9px;height:9px;border-radius:50%;background:var(--gold);margin-top:.45rem}@media(max-width:720px){.about-section{padding:2rem 0}.about-section__inner{grid-template-columns:1fr;gap:1rem}}@media(max-width:480px){.about-section__heading{font-size:1.25rem}}.page-banner{position:relative;min-height:220px;display:flex;align-items:center;padding:calc(var(--header-h) + 2.5rem) 0 2.5rem;color:var(--white);overflow:hidden}.page-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.page-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(135deg,#0a2249f0,#0f2d6be0)}.page-banner__inner{position:relative;z-index:2;text-align:center;max-width:720px}.page-banner__title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;margin-bottom:.75rem;color:var(--white)}.page-banner__title:after{content:"";display:block;width:64px;height:3px;margin:.75rem auto 0;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px}.page-banner__subtitle{font-size:clamp(.9375rem,2.8vw,1.0625rem);color:var(--gold-light);line-height:1.6;opacity:.95}@media(max-width:768px){.page-banner{min-height:160px;padding-top:calc(var(--header-h) + 1.5rem);padding-bottom:1.75rem}.page-banner__inner{padding:0 .25rem}}@media(max-width:480px){.page-banner{min-height:140px}.page-banner__title{font-size:1.5rem}}.contact-form{position:relative;min-height:calc(100vh - var(--header-h));padding:calc(var(--header-h) + 3rem) 0 3rem;overflow:hidden}.contact-form__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.contact-form__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#ffffffa6,#ffffff59 45%,#ffffff1a)}.contact-form__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr minmax(0,440px);gap:2.5rem;align-items:center}.contact-form__left{color:var(--gray-900)}.contact-form__heading{margin:0 0 1rem}.contact-form__heading-line{font-size:clamp(2rem,5vw,3.25rem);font-weight:900;line-height:1.15;color:var(--blue-dark);margin-bottom:.15rem}.contact-form__heading-line--accent{margin-bottom:0}.contact-form__text{max-width:480px;color:#0f2340cc;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.contact-form__card{background:#ffffffd1;border:1px solid rgba(26,75,149,.14);border-radius:14px;padding:1.25rem 1.25rem 1rem;box-shadow:0 14px 48px #0a224929;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--gray-900);width:100%;max-width:440px;justify-self:end}.contact-form__card-title{text-align:center;font-size:.75rem;font-weight:800;letter-spacing:.12em;color:var(--gold-dark);margin-bottom:1rem}.contact-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.contact-form__field{display:grid;gap:.35rem;margin-bottom:.75rem}.contact-form__field span{font-size:.75rem;font-weight:700;color:#0f2340cc}.contact-form__field input,.contact-form__field textarea{width:100%;border-radius:10px;border:1px solid rgba(26,75,149,.18);padding:.75rem .85rem;font-size:.9rem;outline:none;background:#fffffff2;transition:border-color var(--transition),box-shadow var(--transition)}.contact-form__field textarea{resize:vertical;min-height:120px}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:#c5a367bf;box-shadow:0 0 0 3px #c5a3672e}.contact-form__field .is-error{border-color:#c43c3c99;box-shadow:0 0 0 3px #c43c3c1f}.contact-form__submit{display:block;width:auto;min-width:128px;margin:.5rem auto 0;padding:.4rem 1.25rem;min-height:34px;border-radius:8px;border:1px solid var(--blue-dark);background:var(--blue-dark);color:var(--white);font-weight:700;font-size:.8125rem;cursor:pointer;transition:background var(--transition),transform var(--transition)}.contact-form__submit:hover{background:var(--blue);transform:translateY(-1px)}@media(max-width:960px){.contact-form__inner{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:900px){.contact-form__overlay{background:linear-gradient(180deg,#ffffffe0,#ffffffbf 45%,#ffffff59)}.contact-form__left{text-align:center}.contact-form__heading-line{justify-content:center}.contact-form__heading-line.animated-words--inline{display:flex;justify-content:center}.contact-form__text{margin-left:auto;margin-right:auto}.contact-form__card{max-width:100%;margin:0 auto;justify-self:stretch}}@media(max-width:480px){.contact-form{padding:calc(var(--header-h) + 1.5rem) 0 2rem;min-height:auto}.contact-form__heading-line{font-size:clamp(1.65rem,8vw,2.25rem)}.contact-form__grid{grid-template-columns:1fr}.contact-form__card{padding:1rem}.contact-form__submit{width:100%;max-width:100%}}:root{--blue: #1a4b95;--blue-mid: #1d4b9b;--blue-dark: #0f2d6b;--blue-deep: #0a2249;--gold: #c5a367;--gold-light: #dbb978;--gold-dark: #a8864a;--gold-glow: rgba(197, 163, 103, .35);--black: #061428;--gray-900: #0f2340;--gray-700: #3d4f66;--gray-500: #6b7c94;--gray-100: #eef2f8;--blue-tint: #e8eef7;--header-bg: #f3f4f6;--header-bg-scrolled: #eceef1;--footer-bg: #dbe2e9;--white: #ffffff;--shadow: 0 4px 24px rgba(15, 45, 107, .1);--shadow-lg: 0 12px 40px rgba(15, 45, 107, .16);--shadow-gold: 0 8px 24px var(--gold-glow);--radius: 12px;--transition: .25s ease;--header-h: 72px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px);--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-family:var(--font-sans)}body{font-family:inherit;color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}button,input,textarea,select{font-family:inherit}body.menu-open{overflow:hidden;position:fixed;width:100%}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}ul{list-style:none}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 clamp(1rem,4vw,1.5rem)}.section{padding:clamp(3rem,8vw,5rem) 0;padding-bottom:calc(clamp(3rem,8vw,5rem) + var(--safe-bottom))}.section--alt{background:var(--blue-tint);border-top:1px solid rgba(26,75,149,.08);border-bottom:1px solid rgba(26,75,149,.08)}.section__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.75rem;padding:.35rem .85rem;background:#c5a3671f;border-radius:4px;border-left:3px solid var(--gold)}.section__title{font-size:clamp(1.5rem,5vw,2.25rem);font-weight:800;color:var(--blue-dark);line-height:1.25;margin-bottom:1rem;position:relative;padding-bottom:.75rem}.section__title:after{content:"";position:absolute;left:0;bottom:0;width:56px;height:3px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 100%);border-radius:2px}.section__subtitle{font-size:clamp(.9375rem,2.8vw,1.0625rem);color:var(--gray-700);max-width:640px;margin-bottom:clamp(1.5rem,4vw,2.5rem);line-height:1.65}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;min-height:48px;transition:background var(--transition),transform var(--transition),box-shadow var(--transition),color var(--transition);touch-action:manipulation}.btn--primary{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--blue-deep);border:1px solid var(--gold-dark)}.btn--primary:hover,.btn--primary:active{background:linear-gradient(135deg,var(--gold-light) 0%,#e8c98a 100%)}.btn--primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-gold)}.btn--secondary{background:var(--blue-dark);color:var(--white);border:1px solid var(--blue)}.btn--secondary:hover{background:var(--blue);box-shadow:var(--shadow)}.btn--outline{background:transparent;color:var(--white);border:2px solid var(--gold)}.btn--outline:hover,.btn--outline:active{background:#c5a36726;border-color:var(--gold-light);color:var(--gold-light)}@media(max-width:768px){:root{--header-h: 64px}.section__subtitle{margin-bottom:1.5rem}}@media(hover:none){.btn--primary:hover{transform:none;box-shadow:none}}@media(max-width:768px){.section{padding:2.5rem 0;padding-bottom:calc(2.5rem + var(--safe-bottom))}.section__label{font-size:.75rem}}@media(max-width:480px){.container{padding-left:1rem;padding-right:1rem}.section{padding:2rem 0;padding-bottom:calc(2rem + var(--safe-bottom))}.home-about__content .btn,.services__actions .btn{width:auto;max-width:280px}}@media(hover:none){.service-card:hover,.expertise__chip:hover,.service-card:hover .service-card__image,.expertise__chip:hover .expertise__chip-img{transform:none}}@media(max-width:768px){.contact-form__field input,.contact-form__field textarea{font-size:16px}}
