@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0d0621;--navy-mid: #110828;--navy-light: #1d0a3c;--gold: #8b5cf6;--gold-light: #a78bfa;--gold-muted: #6d28d9;--white: #ffffff;--off-white: #f7f9fc;--alt-section: #f5f3ff;--text: #1e2a3a;--text-muted: #5a6e84;--border: #dde3ec;--border-light: #eaeff6;--tag-bg: #ede9fe;--font-heading: "Libre Baskerville", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--radius: 4px;--radius-lg: 8px;--transition: .22s ease;--shadow-sm: 0 1px 3px rgba(13,6,33,.08);--shadow-md: 0 4px 16px rgba(13,6,33,.12);--shadow-lg: 0 8px 32px rgba(13,6,33,.16);--max-w: 1200px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul{list-style:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 40px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--navy);transition:background var(--transition),box-shadow var(--transition);border-bottom:1px solid rgba(255,255,255,.06)}.navbar.scrolled{background:#0d0621f7;box-shadow:0 2px 24px #00000047}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:32px}.navbar__logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.navbar__logo-mark{width:34px;height:34px;flex-shrink:0}.navbar__logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.15rem;color:var(--white);letter-spacing:.05em;text-transform:uppercase}.navbar__logo-text span{color:var(--gold)}.navbar__nav{display:flex;align-items:center;gap:6px}.navbar__nav a{color:#ffffffbf;font-size:.875rem;font-weight:500;padding:6px 12px;border-radius:var(--radius);transition:color var(--transition),background var(--transition);letter-spacing:.02em}.navbar__nav a:hover,.navbar__nav a.active{color:var(--white);background:#ffffff12}.navbar__nav a.active{color:var(--gold-light)}.navbar__actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.navbar__x{color:#ffffffa6;display:flex;align-items:center;transition:color var(--transition)}.navbar__x:hover{color:var(--white)}.navbar__x svg{width:17px;height:17px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:500;border:none;cursor:pointer;transition:all var(--transition);text-decoration:none;white-space:nowrap;letter-spacing:.02em}.btn--primary{background:var(--gold);color:var(--white);padding:10px 22px;font-size:.875rem;border-radius:var(--radius)}.btn--primary:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf659}.btn--outline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.35);padding:10px 22px;font-size:.875rem;border-radius:var(--radius)}.btn--outline:hover{border-color:var(--gold);color:var(--gold)}.btn--dark{background:var(--navy);color:var(--white);padding:13px 28px;font-size:.925rem;border-radius:var(--radius)}.btn--dark:hover{background:var(--navy-light);transform:translateY(-1px)}.btn--lg{padding:14px 32px;font-size:1rem}.navbar__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;background:none;border:none;cursor:pointer;padding:4px}.navbar__burger span{display:block;height:2px;background:var(--white);border-radius:2px;transition:all .28s ease;transform-origin:center}.navbar__burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:70px;left:0;right:0;background:var(--navy);border-top:1px solid rgba(255,255,255,.08);z-index:999;padding:24px 0 32px;box-shadow:0 8px 24px #00000059}.mobile-menu.open{display:block}.mobile-menu a{display:block;color:#fffc;font-size:1rem;font-weight:500;padding:13px 40px;border-bottom:1px solid rgba(255,255,255,.05);transition:color var(--transition),background var(--transition)}.mobile-menu a:hover,.mobile-menu a.active{color:var(--gold-light);background:#ffffff0a}.mobile-menu__footer{padding:24px 40px 0;display:flex;align-items:center;gap:16px}.hero{background:var(--navy);position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 80% 40%,rgba(139,92,246,.08) 0%,transparent 60%),radial-gradient(ellipse 40% 60% at 10% 80%,rgba(29,10,60,.6) 0%,transparent 50%);pointer-events:none}.hero:after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(139,92,246,.3),transparent)}.hero__content{max-width:780px;position:relative;z-index:1}.hero__label{display:inline-flex;align-items:center;gap:10px;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:24px}.hero__label:before{content:"";width:28px;height:1px;background:var(--gold)}.hero__title{font-family:var(--font-heading);font-size:clamp(2.8rem,5.5vw,4.4rem);font-weight:700;line-height:1.18;color:var(--white);margin-bottom:24px}.hero__title em{color:var(--gold);font-style:italic}.hero__divider{width:52px;height:3px;background:var(--gold);margin:22px 0 28px;border-radius:2px}.hero__desc{font-size:1.05rem;color:#ffffffa6;line-height:1.75;margin-bottom:40px;max-width:620px}.hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero__visual{display:flex;justify-content:flex-end;align-items:center}.hero__card-stack{display:flex;flex-direction:column;gap:16px;width:100%;max-width:360px}.hero__card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:22px 26px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.hero__card:hover{background:#ffffff12;border-color:#8b5cf640}.hero__card-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}.hero__card-title{font-family:var(--font-heading);font-size:1rem;color:var(--white);font-weight:700;line-height:1.35}.hero__card-text{font-size:.825rem;color:#ffffff80;margin-top:6px;line-height:1.55}.stats{background:var(--navy-mid);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:56px 0}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stats__item{padding:20px 32px;border-right:1px solid rgba(255,255,255,.07);text-align:center}.stats__item:last-child{border-right:none}.stats__number{font-family:var(--font-heading);font-size:2.6rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:8px}.stats__suffix{font-size:1.4rem}.stats__label{font-size:.825rem;color:#ffffff80;font-weight:500;letter-spacing:.03em}.section{padding:96px 0}.section--alt{background:var(--off-white)}.section--navy{background:var(--navy)}.section__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.section__eyebrow:before{content:"";width:24px;height:1px;background:currentColor}.section__title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.22;color:var(--text);margin-bottom:18px}.section__title--white{color:var(--white)}.section__lead{font-size:1.05rem;color:var(--text-muted);line-height:1.75;max-width:580px}.section__lead--white{color:#fff9}.section__header{margin-bottom:60px}.section__header--center{text-align:center}.section__header--center .section__eyebrow{justify-content:center}.section__header--center .section__eyebrow:before{display:none}.section__header--center .section__lead{margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.service-card{background:var(--white);padding:36px 32px;transition:background var(--transition);position:relative}.service-card:hover{background:var(--off-white)}.service-card__icon{width:44px;height:44px;margin-bottom:20px;color:var(--gold-muted)}.service-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:10px;line-height:1.3}.service-card__text{font-size:.875rem;color:var(--text-muted);line-height:1.7}.clients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.client-type-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 28px;background:var(--white);transition:all var(--transition)}.client-type-card:hover{border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-3px)}.client-type-card__num{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--border);margin-bottom:16px;line-height:1}.client-type-card__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:10px}.client-type-card__text{font-size:.875rem;color:var(--text-muted);line-height:1.7}.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.approach-steps{display:flex;flex-direction:column;gap:0}.approach-step{display:flex;gap:24px;padding:28px 0;border-bottom:1px solid var(--border-light)}.approach-step:last-child{border-bottom:none}.approach-step__num{font-family:var(--font-heading);font-size:.825rem;font-weight:700;color:var(--gold);letter-spacing:.08em;flex-shrink:0;padding-top:3px;width:28px}.approach-step__title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:6px}.approach-step__text{font-size:.875rem;color:var(--text-muted);line-height:1.7}.approach-aside{background:var(--navy);border-radius:var(--radius-lg);padding:48px 40px;color:var(--white)}.approach-aside__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:18px;line-height:1.3}.approach-aside__text{color:#fff9;font-size:.925rem;line-height:1.75;margin-bottom:28px}.approach-aside__link{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:var(--gold-light);transition:gap var(--transition)}.approach-aside__link:hover{gap:13px}.cta-band{background:var(--gold);padding:72px 0}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-band__title{font-family:var(--font-heading);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--navy);line-height:1.25;max-width:520px}.cta-band__actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.page-hero{background:var(--navy);padding:140px 0 80px;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 90% 50%,rgba(139,92,246,.07) 0%,transparent 60%);pointer-events:none}.page-hero__content{position:relative;z-index:1}.page-hero__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.page-hero__eyebrow:before{content:"";width:24px;height:1px;background:currentColor}.page-hero__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);line-height:1.2;margin-bottom:18px;max-width:680px}.page-hero__desc{font-size:1.05rem;color:#fff9;line-height:1.75;max-width:580px}.services-list{display:flex;flex-direction:column;gap:0}.service-row{display:grid;grid-template-columns:280px 1fr;gap:0;border-bottom:1px solid var(--border);padding:48px 0}.service-row:first-child{padding-top:0}.service-row__head{padding-right:48px}.service-row__number{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.service-row__name{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.3}.service-row__desc{font-size:.975rem;color:var(--text-muted);line-height:1.75;margin-bottom:20px}.service-row__tags{display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:.75rem;font-weight:500;color:var(--text-muted);background:var(--tag-bg);border-radius:20px;padding:4px 12px;letter-spacing:.02em}.sectors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:80px}.sector-card{background:var(--white);padding:44px 40px;transition:background var(--transition)}.sector-card:hover{background:var(--off-white)}.sector-card__icon{width:40px;height:40px;color:var(--gold-muted);margin-bottom:18px}.sector-card__title{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:12px}.sector-card__text{font-size:.9rem;color:var(--text-muted);line-height:1.75}.sector-card__list{margin-top:14px;display:flex;flex-direction:column;gap:6px}.sector-card__list li{font-size:.825rem;color:var(--text-muted);padding-left:14px;position:relative}.sector-card__list li:before{content:"—";position:absolute;left:0;color:var(--gold);font-size:.7rem;top:1px}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.process-steps:before{content:"";position:absolute;top:20px;left:10%;right:10%;height:1px;background:var(--border)}.process-step{padding:0 24px;text-align:center;position:relative}.process-step__dot{width:40px;height:40px;border-radius:50%;background:var(--white);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-family:var(--font-heading);font-size:.875rem;font-weight:700;color:var(--gold);position:relative;z-index:1}.process-step__title{font-family:var(--font-heading);font-size:.975rem;font-weight:700;color:var(--text);margin-bottom:8px}.process-step__text{font-size:.825rem;color:var(--text-muted);line-height:1.65}.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:start}.contact-info__item{margin-bottom:32px}.contact-info__label{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.contact-info__value{font-size:1rem;color:var(--text);font-weight:500}.contact-info__value a{color:var(--gold-muted);font-weight:500;transition:color var(--transition)}.contact-info__value a:hover{color:var(--gold)}.contact-info__desc{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin-top:8px}.contact-info__divider{height:1px;background:var(--border);margin:32px 0}.contact-form{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:44px}#form-success{display:none;text-align:center;padding:40px 0}.form-success__icon{width:56px;height:56px;background:#8b5cf61f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--gold)}.form-success__title{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:10px}.form-success__text{font-size:.925rem;color:var(--text-muted);line-height:1.7}.form-group{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-size:.8rem;font-weight:600;color:var(--text);letter-spacing:.04em;text-transform:uppercase;margin-bottom:7px}input[type=text],input[type=email],select,textarea{display:block;width:100%;font-family:var(--font-body);font-size:.925rem;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:11px 14px;outline:none;transition:border-color var(--transition),box-shadow var(--transition);appearance:none}input[type=text]:focus,input[type=email]:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #8b5cf61f}input.error,select.error,textarea.error{border-color:#c0392b}.field-error{font-size:.78rem;color:#c0392b;margin-top:5px;display:none}.field-error.visible{display:block}textarea{resize:vertical;min-height:130px}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a6e84' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.form-submit{margin-top:28px}.legal-content{max-width:760px;margin:0 auto}.legal-content h2{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--text);margin-top:48px;margin-bottom:14px}.legal-content h2:first-child{margin-top:0}.legal-content p{font-size:.95rem;color:var(--text-muted);line-height:1.8;margin-bottom:16px}.legal-content ul{list-style:disc;padding-left:24px;margin-bottom:16px}.legal-content ul li{font-size:.95rem;color:var(--text-muted);line-height:1.8;margin-bottom:6px}.legal-content a{color:var(--gold-muted);font-weight:500}.legal-date{font-size:.825rem;color:var(--text-muted);margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--border)}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.value-card{border-left:3px solid var(--gold);padding:24px 28px;background:var(--white)}.value-card--alt{background:var(--off-white)}.value-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:8px}.value-card__text{font-size:.875rem;color:var(--text-muted);line-height:1.7}.about-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-img-block{position:relative}.about-img-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.about-img-accent{position:absolute;bottom:-20px;right:-20px;background:var(--gold);border-radius:var(--radius-lg);padding:20px 28px}.about-img-accent__num{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--navy);line-height:1}.about-img-accent__label{font-size:.75rem;color:#0d0621b3;font-weight:500;margin-top:3px}.footer{background:var(--navy);color:var(--white);padding:72px 0 40px}.footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:56px}.footer__logo{display:flex;align-items:center;gap:10px;margin-bottom:18px}.footer__logo-text{font-family:var(--font-heading);font-weight:700;font-size:1rem;color:var(--white);letter-spacing:.05em;text-transform:uppercase}.footer__logo-text span{color:var(--gold)}.footer__tagline{font-size:.875rem;color:#ffffff73;line-height:1.65;margin-bottom:24px;max-width:280px}.footer__nav{display:flex;flex-direction:column;gap:4px}.footer__nav a{font-size:.875rem;color:#ffffff8c;padding:5px 0;transition:color var(--transition)}.footer__nav a:hover{color:var(--gold-light)}.footer__contact-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.footer__contact-item{margin-bottom:14px}.footer__contact-item-label{font-size:.72rem;color:#ffffff59;margin-bottom:3px;font-weight:500;letter-spacing:.04em}.footer__contact-item-value{font-size:.9rem;color:#ffffffbf}.footer__contact-item-value a{color:#ffffffbf;transition:color var(--transition)}.footer__contact-item-value a:hover{color:var(--gold-light)}.footer__bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer__copy{font-size:.8rem;color:#ffffff4d}.footer__legal-links{display:flex;gap:20px}.footer__legal-links a{font-size:.8rem;color:#ffffff4d;transition:color var(--transition)}.footer__legal-links a:hover{color:#ffffffa6}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in--delay-1{transition-delay:.1s}.fade-in--delay-2{transition-delay:.2s}.fade-in--delay-3{transition-delay:.3s}.fade-in--delay-4{transition-delay:.4s}@media(max-width:1024px){.container{padding:0 28px}.hero__content{max-width:780px;position:relative;z-index:1}.hero__visual{justify-content:flex-start}.hero__card-stack{max-width:480px}.stats__grid{grid-template-columns:repeat(2,1fr)}.stats__item:nth-child(2){border-right:none}.services-grid,.clients-grid{grid-template-columns:repeat(2,1fr)}.approach-grid,.about-split,.contact-layout{grid-template-columns:1fr;gap:48px}.sectors-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:repeat(2,1fr);gap:32px}.process-steps:before{display:none}.service-row{grid-template-columns:1fr;gap:12px}.service-row__head{padding-right:0}}@media(max-width:768px){.container{padding:0 20px}.navbar__nav,.navbar__actions .btn--primary{display:none}.navbar__burger{display:flex}.hero{min-height:auto;padding:110px 0 72px}.stats__grid{grid-template-columns:repeat(2,1fr)}.services-grid,.clients-grid,.values-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;gap:48px}.cta-band__inner{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}.contact-form{padding:28px 24px}.section{padding:72px 0}}@media(max-width:480px){.stats__grid{grid-template-columns:1fr 1fr}.hero__actions{flex-direction:column;align-items:flex-start}.footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}}
