*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0a1628;--navy-light:#132038;--navy-mid:#1a2d4a;--gold:#c9a84c;--gold-light:#e0c36a;--gold-dark:#b08f3a;--white:#fff;--gray-50:#fafbfc;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--red:#dc2626;--green:#16a34a;--font-heading:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width:1200px;--transition:.3s ease;--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}a{color:inherit;transition:color var(--transition);text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--navy);line-height:1.2}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-dark{background:var(--navy);color:var(--gray-300)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-gray{background:var(--gray-50)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.section-header .subtitle{color:var(--gray-500);max-width:650px;margin:0 auto;font-size:1.125rem}.section-dark .section-header .subtitle{color:var(--gray-400)}.gold-accent{color:var(--gold)}.gold-bar{background:var(--gold);width:60px;height:3px;margin-bottom:1.5rem}.gold-bar-center{background:var(--gold);width:60px;height:3px;margin:0 auto 1.5rem}.btn{text-transform:uppercase;letter-spacing:.08em;transition:all var(--transition);text-align:center;border-radius:4px;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;display:inline-block}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 4px 12px #c9a84c66}.btn-outline{border:2px solid var(--gold);color:var(--gold);background:0 0}.btn-outline:hover{background:var(--gold);color:var(--navy)}.btn-white{background:var(--white);color:var(--navy)}.btn-white:hover{background:var(--gray-100);transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-light);transform:translateY(-2px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.card{background:var(--white);box-shadow:var(--shadow);transition:all var(--transition);border-radius:8px;padding:2rem}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:4rem 0}.section-header h2{font-size:2rem}}@media (width<=480px){.section{padding:3rem 0}.container{padding:0 1rem}}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all var(--transition);background:#0a1628f2;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.header--scrolled{background:#0a1628fa;border-bottom:1px solid #c9a84c33;box-shadow:0 4px 20px #0000004d}.header__inner{justify-content:space-between;align-items:center;height:80px;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__logo img{object-fit:cover;border-radius:6px;width:50px;height:50px}.header__logo-text{flex-direction:column;display:flex}.header__logo-name{font-family:var(--font-heading);color:var(--white);font-size:1.25rem;font-weight:700;line-height:1.2}.header__logo-tag{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.header__nav{align-items:center;gap:.25rem;display:flex}.header__nav>a,.header__dropdown>a{color:var(--gray-300);transition:all var(--transition);white-space:nowrap;border-radius:4px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500}.header__nav>a:hover,.header__dropdown>a:hover,.header__nav>a.active,.header__dropdown>a.active{color:var(--gold)}.header__cta.btn{margin-left:.75rem;padding:.625rem 1.5rem;font-size:.875rem}.header__dropdown{position:relative}.header__dropdown>a{align-items:center;gap:4px;display:flex}.header__chevron{transition:transform var(--transition)}.header__dropdown:hover .header__chevron{transform:rotate(180deg)}.header__dropdown-menu{background:var(--navy);opacity:0;visibility:hidden;border:1px solid #c9a84c26;border-radius:8px;min-width:240px;padding:.5rem 0;transition:all .25s;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 16px 40px #0006}.header__dropdown-menu--open,.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-menu a{color:var(--gray-300);transition:all var(--transition);padding:.625rem 1.25rem;font-size:.9rem;display:block}.header__dropdown-menu a:hover,.header__dropdown-menu a.active{color:var(--gold);background:#c9a84c14}.header__hamburger{z-index:10;flex-direction:column;gap:5px;padding:8px;display:none}.header__hamburger span{background:var(--white);width:24px;height:2px;transition:all var(--transition);border-radius:2px;display:block}.header__hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=1024px){.header__hamburger{display:flex}.header__nav{background:var(--navy);flex-direction:column;align-items:flex-start;gap:0;width:300px;height:100vh;padding:6rem 1.5rem 2rem;transition:right .35s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-8px 0 30px #00000080}.header__nav--open{right:0}.header__nav>a,.header__dropdown>a{border-bottom:1px solid #ffffff0f;width:100%;padding:.75rem 0;font-size:1.0625rem}.header__dropdown{width:100%}.header__dropdown-menu{opacity:1;visibility:hidden;max-height:0;box-shadow:none;border:none;padding:0;transition:max-height .35s,visibility 0s .35s;position:static;overflow:hidden;transform:none}.header__dropdown-menu--open{visibility:visible;max-height:500px;padding:.25rem 0;transition:max-height .35s,visibility}.header__dropdown-menu a{padding-left:1.25rem;font-size:.9375rem}.header__cta.btn{text-align:center;width:100%;margin-top:1rem;margin-left:0}}.footer{background:var(--navy);color:var(--gray-400)}.footer__top{border-bottom:1px solid #ffffff14;padding:4rem 0 3rem}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:3rem;display:grid}.footer__brand h3{color:var(--white);margin-top:1rem;margin-bottom:.5rem;font-size:1.375rem}.footer__logo{object-fit:cover;border-radius:8px;width:60px;height:60px}.footer__tagline{color:var(--gold);margin-bottom:.25rem;font-style:italic}.footer__license{color:var(--gray-500);margin-bottom:1.25rem;font-size:.875rem}.footer__social{gap:.75rem;display:flex}.footer__social a{width:38px;height:38px;color:var(--gray-400);transition:all var(--transition);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social a:hover{background:var(--gold);color:var(--navy);transform:translateY(-2px)}.footer__links-col h4,.footer__contact-col h4{color:var(--white);text-transform:uppercase;letter-spacing:.08em;font-size:1rem;font-family:var(--font-body);margin-bottom:1.25rem;font-weight:600}.footer__links-col ul li{margin-bottom:.625rem}.footer__links-col a{color:var(--gray-400);transition:all var(--transition);font-size:.9375rem}.footer__links-col a:hover{color:var(--gold);padding-left:4px}.footer__contact-item{align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9375rem;display:flex}.footer__contact-item svg{color:var(--gold);flex-shrink:0;margin-top:2px}.footer__contact-item a:hover{color:var(--gold)}.footer__bottom{text-align:center;color:var(--gray-500);padding:1.5rem 0;font-size:.875rem}@media (width<=1024px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (width<=640px){.footer__grid{text-align:center;grid-template-columns:1fr;gap:2rem}.footer__social,.footer__contact-item{justify-content:center}}.contact-cta{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);padding:5rem 0}.contact-cta__inner{text-align:center}.contact-cta__inner h2{color:var(--white);margin-bottom:1rem;font-size:2.25rem}.contact-cta__inner p{color:var(--gray-400);max-width:600px;margin:0 auto 2rem;font-size:1.125rem}.contact-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=640px){.contact-cta__actions{flex-direction:column;align-items:center}.contact-cta__actions .btn{width:100%;max-width:300px}}.home-hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.home-hero__bg{background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.05)}.home-hero__overlay{background:linear-gradient(135deg,#0a1628eb 0%,#0a1628bf 50%,#0a1628d9 100%);position:absolute;inset:0}.home-hero__content{z-index:1;max-width:720px;padding-top:80px;position:relative}.home-hero__badge{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;background:#c9a84c26;border:1px solid #c9a84c4d;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;display:inline-block}.home-hero h1{color:var(--white);margin-bottom:1rem;font-size:3.5rem;line-height:1.15}.home-hero__tagline{color:var(--gold);font-size:1.375rem;font-style:italic;font-family:var(--font-heading);margin-bottom:1.25rem}.home-hero__desc{color:var(--gray-300);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}.home-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=768px){.home-hero{min-height:90vh}.home-hero h1{font-size:2.5rem}.home-hero__desc{font-size:1rem}}.home-stats{background:var(--gold);z-index:2;padding:0;position:relative}.home-stats__grid{grid-template-columns:repeat(4,1fr);display:grid}.home-stats__item{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem;display:flex;position:relative}.home-stats__item:not(:last-child):after{content:"";background:#0a162833;width:1px;height:50%;position:absolute;top:25%;right:0}.home-stats__number{font-family:var(--font-heading);color:var(--navy);font-size:2.5rem;font-weight:700;line-height:1}.home-stats__label{color:var(--navy);opacity:.8;margin-top:.25rem;font-size:.875rem;font-weight:500}@media (width<=768px){.home-stats__grid{grid-template-columns:repeat(2,1fr)}.home-stats__item:nth-child(2):after{display:none}}@media (width<=480px){.home-stats__grid{grid-template-columns:1fr 1fr}.home-stats__number{font-size:2rem}}.home-about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.home-about__images{position:relative}.home-about__img-main{box-shadow:var(--shadow-xl);aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%}.home-about__img-secondary{border:4px solid var(--white);width:55%;box-shadow:var(--shadow-lg);aspect-ratio:4/3;object-fit:cover;border-radius:8px;position:absolute;bottom:-2rem;right:-2rem}.home-about__text h2{margin-bottom:1.25rem;font-size:2.25rem}.home-about__text p{margin-bottom:1rem;font-size:1.0625rem}.home-about__features{margin:1.5rem 0 2rem}.home-about__features li{color:var(--gray-800);align-items:center;gap:.75rem;padding:.5rem 0;font-weight:500;display:flex}.home-about__features svg{color:var(--gold);flex-shrink:0}@media (width<=1024px){.home-about__grid{grid-template-columns:1fr;gap:3rem}.home-about__img-secondary{right:0}.home-about__images{margin-bottom:2rem}}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.home-services__card{background:var(--white);box-shadow:var(--shadow);transition:all var(--transition);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.home-services__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.home-services__card-img{height:220px;position:relative;overflow:hidden}.home-services__card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.home-services__card:hover .home-services__card-img img{transform:scale(1.08)}.home-services__card-overlay{background:linear-gradient(#0000 40%,#0a16281a);position:absolute;inset:0}.home-services__card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.home-services__card-body h3{margin-bottom:.75rem;font-size:1.25rem}.home-services__card-body p{color:var(--gray-600);flex:1;font-size:.9375rem}.home-services__card-link{color:var(--gold-dark);transition:all var(--transition);align-items:center;gap:4px;margin-top:1rem;font-size:.9rem;font-weight:600;display:inline-flex}.home-services__card:hover .home-services__card-link{color:var(--gold);gap:8px}@media (width<=1024px){.home-services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.home-services__grid{grid-template-columns:1fr}}.home-coverage__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.home-coverage__region{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:2rem}.home-coverage__region h3{color:var(--gold);border-bottom:1px solid #c9a84c33;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.25rem}.home-coverage__region li{color:var(--gray-300);align-items:center;gap:.5rem;padding:.375rem 0;font-size:.9375rem;display:flex}.home-coverage__region li:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (width<=768px){.home-coverage__grid{grid-template-columns:1fr}}.home-testimonials__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.home-testimonials__card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition);border-radius:12px;padding:2rem}.home-testimonials__card:hover{border-color:var(--gold);box-shadow:var(--shadow-lg)}.home-testimonials__stars{color:var(--gold);letter-spacing:2px;margin-bottom:1rem;font-size:1.125rem}.home-testimonials__card blockquote{color:var(--gray-700);margin-bottom:1.25rem;font-size:1.0625rem;font-style:italic;line-height:1.7}.home-testimonials__author{flex-direction:column;display:flex}.home-testimonials__author strong{color:var(--navy);font-size:.9375rem}.home-testimonials__author span{color:var(--gray-500);font-size:.8125rem}@media (width<=768px){.home-testimonials__grid{grid-template-columns:1fr}}.home-process__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.home-process__step{text-align:center;padding:2rem 1.5rem;position:relative}.home-process__number{background:var(--navy);width:56px;height:56px;color:var(--gold);font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:inline-flex}.home-process__step h3{margin-bottom:.75rem;font-size:1.125rem}.home-process__step p{color:var(--gray-600);font-size:.9375rem}@media (width<=1024px){.home-process__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.home-process__grid{grid-template-columns:1fr}}.page-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-end;min-height:380px;margin-top:80px;padding:4rem 0 3rem;display:flex;position:relative}.page-hero__overlay{background:linear-gradient(#0a162880 0%,#0a1628d9 100%);position:absolute;inset:0}.page-hero__content{z-index:1;position:relative}.page-hero__breadcrumbs{align-items:center;gap:0;margin-bottom:1rem;font-size:.875rem;display:flex}.page-hero__breadcrumbs a{color:var(--gold)}.page-hero__breadcrumbs a:hover{text-decoration:underline}.page-hero__breadcrumbs span{color:var(--gray-400)}.page-hero__separator{color:var(--gray-500);margin:0 .5rem}.page-hero h1{color:var(--white);margin-bottom:.5rem;font-size:3rem}.page-hero__subtitle{color:var(--gold);font-size:1.25rem;font-style:italic}@media (width<=768px){.page-hero{min-height:280px;padding:3rem 0 2rem}.page-hero h1{font-size:2.25rem}}.about-intro__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-intro__text h2{margin-bottom:1.25rem;font-size:2.25rem}.about-intro__text p{margin-bottom:1rem;font-size:1.0625rem}.about-intro__image img{box-shadow:var(--shadow-xl);aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%}.about-values__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.about-values__card{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:2rem}.about-values__card h3{margin-bottom:1rem;font-size:1.5rem}.about-values__card p{color:var(--gray-400)}.about-culture{text-align:center;max-width:800px;margin:0 auto}.about-culture p{color:var(--gray-300);font-size:1.0625rem;font-style:italic;line-height:1.8}.about-history__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-history__image img{box-shadow:var(--shadow-xl);aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%}.about-history__text h2{margin-bottom:1.25rem;font-size:2.25rem}.about-history__text p{margin-bottom:1rem;font-size:1.0625rem}.about-team__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.about-team__card{text-align:center;background:var(--gray-50);transition:all var(--transition);border-radius:12px;padding:2rem 1.5rem}.about-team__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.about-team__avatar{background:var(--navy);width:80px;height:80px;color:var(--gold);font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:2rem;font-weight:700;display:flex}.about-team__card h3{margin-bottom:.25rem;font-size:1.25rem}.about-team__title{color:var(--gold-dark);margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:block}.about-team__card p{color:var(--gray-600);font-size:.9375rem}@media (width<=1024px){.about-intro__grid,.about-history__grid{grid-template-columns:1fr;gap:2.5rem}.about-values__grid{grid-template-columns:1fr}.about-team__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.about-team__grid{grid-template-columns:1fr}}.services-list{flex-direction:column;gap:3rem;display:flex}.services-list__item{background:var(--white);box-shadow:var(--shadow);transition:all var(--transition);border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;overflow:hidden}.services-list__item:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.services-list__item--reverse{direction:rtl}.services-list__item--reverse>*{direction:ltr}.services-list__image{height:100%;min-height:320px}.services-list__image img{object-fit:cover;width:100%;height:100%}.services-list__content{padding:2.5rem}.services-list__content h3{margin-bottom:1rem;font-size:1.75rem}.services-list__content p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.7}.services-list__link{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.04em;transition:all var(--transition);align-items:center;gap:6px;font-size:.9375rem;font-weight:600;display:inline-flex}.services-list__item:hover .services-list__link{color:var(--gold);gap:10px}@media (width<=768px){.services-list__item,.services-list__item--reverse{direction:ltr;grid-template-columns:1fr}.services-list__image{min-height:240px}.services-list__content{padding:1.5rem}}.service-page__intro{text-align:center;max-width:800px;margin:0 auto}.service-page__intro p{color:var(--gray-700);margin-bottom:1rem;font-size:1.125rem;line-height:1.8}.service-page__duties{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:900px;margin:0 auto;display:grid}.service-page__duty{background:var(--white);box-shadow:var(--shadow-sm);transition:all var(--transition);border-radius:8px;align-items:flex-start;gap:.875rem;padding:1.25rem;display:flex}.service-page__duty:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.service-page__duty-icon{width:32px;height:32px;color:var(--gold-dark);background:#c9a84c1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-page__duty p{color:var(--gray-700);font-size:.9375rem;line-height:1.6}.service-approach{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.service-approach__text h2{margin-bottom:1.25rem;font-size:2rem}.service-approach__text p{color:var(--gray-700);margin-bottom:1rem;font-size:1.0625rem}.service-approach__image img{box-shadow:var(--shadow-xl);aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%}.service-categories{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.service-category-card{background:var(--gray-50);border-left:3px solid var(--gold);transition:all var(--transition);border-radius:10px;padding:1.75rem}.service-category-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.service-category-card h4{font-size:1.0625rem;font-family:var(--font-body);margin-bottom:.5rem;font-weight:600}.service-category-card p{color:var(--gray-600);font-size:.9rem}@media (width<=768px){.service-page__duties{grid-template-columns:1fr}.service-approach{grid-template-columns:1fr;gap:2rem}.service-categories{grid-template-columns:1fr}}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.testimonial-card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition);border-radius:12px;padding:2rem}.testimonial-card:hover{border-color:var(--gold);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.testimonial-card__stars{color:var(--gold);letter-spacing:2px;margin-bottom:1rem;font-size:1.125rem}.testimonial-card blockquote{color:var(--gray-700);margin-bottom:1.5rem;font-size:1.0625rem;font-style:italic;line-height:1.7}.testimonial-card__author{align-items:center;gap:.75rem;display:flex}.testimonial-card__avatar{background:var(--navy);width:44px;height:44px;color:var(--gold);font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.testimonial-card__author strong{color:var(--navy);font-size:.9375rem;display:block}.testimonial-card__author span{color:var(--gray-500);font-size:.8125rem;display:block}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}}.contact-layout{grid-template-columns:1.5fr 1fr;align-items:flex-start;gap:4rem;display:grid}.contact-form-wrapper h2{margin-bottom:.75rem;font-size:2rem}.contact-form__desc{color:var(--gray-600);margin-bottom:2rem;font-size:1.0625rem}.contact-form__desc a{font-weight:600}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form__field{flex-direction:column;display:flex}.contact-form__field label{color:var(--gray-700);margin-bottom:.375rem;font-size:.875rem;font-weight:600}.contact-form__field input,.contact-form__field textarea{border:1px solid var(--gray-300);font-family:var(--font-body);color:var(--gray-800);transition:border-color var(--transition), box-shadow var(--transition);background:var(--white);border-radius:6px;padding:.75rem 1rem;font-size:1rem}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c9a84c26}.contact-form__field textarea{resize:vertical;min-height:140px}.contact-form__submit{align-self:flex-start;min-width:200px}.contact-form__success{text-align:center;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:3rem 2rem}.contact-form__success svg{color:var(--green);margin-bottom:1rem}.contact-form__success h3{margin-bottom:.5rem;font-size:1.5rem}.contact-form__success p{color:var(--gray-600)}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-info__card{background:var(--navy);border-radius:12px;padding:2rem}.contact-info__card h3{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem}.contact-info__item{align-items:flex-start;gap:.875rem;margin-bottom:1.25rem;display:flex}.contact-info__item svg{color:var(--gold);flex-shrink:0;margin-top:2px}.contact-info__item strong{color:var(--gray-300);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:.8125rem;display:block}.contact-info__item a,.contact-info__item span{color:var(--white);font-size:.9375rem}.contact-info__item a:hover{color:var(--gold)}.contact-info__office{background:var(--gray-50);border-left:3px solid var(--gold);border-radius:10px;padding:1.5rem}.contact-info__office-label{text-transform:uppercase;letter-spacing:.08em;color:var(--gold-dark);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-block}.contact-info__office h4{margin-bottom:.375rem;font-size:1.125rem}.contact-info__office p{color:var(--gray-600);margin-bottom:.375rem;font-size:.9375rem}.contact-info__office a{color:var(--navy);font-size:.9375rem;font-weight:600}.contact-info__office a:hover{color:var(--gold-dark)}@media (width<=1024px){.contact-layout{grid-template-columns:1fr;gap:3rem}}@media (width<=640px){.contact-form__row{grid-template-columns:1fr}}.careers-intro{text-align:center;max-width:750px;margin:0 auto}.careers-intro h2{margin-bottom:1.25rem;font-size:2.25rem}.careers-intro p{color:var(--gray-600);margin-bottom:1rem;font-size:1.0625rem}.careers-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.careers-card{background:var(--white);border-left:3px solid var(--gold);box-shadow:var(--shadow-sm);transition:all var(--transition);border-radius:10px;padding:2rem}.careers-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.careers-card h3{margin-bottom:.5rem;font-size:1.125rem}.careers-card p{color:var(--gray-600);font-size:.9375rem}.careers-services{text-align:center;max-width:800px;margin:0 auto}.careers-services h2{margin-bottom:1rem;font-size:2rem}.careers-services__desc{color:var(--gray-600);margin-bottom:2rem;font-size:1.0625rem}.careers-services__tags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.careers-services__tag{background:var(--navy);color:var(--white);transition:all var(--transition);border-radius:50px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.careers-services__tag:hover{background:var(--gold);color:var(--navy)}@media (width<=1024px){.careers-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.careers-grid{grid-template-columns:1fr}}main{min-height:60vh}
