:root{--bg-onyx: #07080B;--bg-obsidian: #0C0E14;--bg-cream: #F8F9FA;--bg-white: #FFFFFF;--gold-primary: #D4AF37;--gold-light: #FBF0B9;--gold-dark: #8C6F1E;--gold-gradient: linear-gradient(135deg, #AA7C11 0%, #D4AF37 45%, #AA7C11 100%);--text-dark: #0f172a;--text-muted: #475569;--text-light: #F8F9FA;--text-gray: #94A3B8;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--tr-fast: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background:var(--bg-white);line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.light-section{background:var(--bg-white);color:var(--text-dark)}.dark-section{background:var(--bg-onyx);color:var(--text-light)}.bg-cream{background:var(--bg-cream)}.text-gradient-gold{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.text-dark{color:var(--text-dark)}.text-muted{color:var(--text-muted)}.text-link-gold{color:var(--gold-primary);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:color var(--tr-fast)}.text-link-gold:hover{color:var(--gold-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-number{font-size:1.2rem;font-weight:800;letter-spacing:2px;margin-bottom:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;font-family:var(--font-heading);font-weight:700;border-radius:5px;cursor:pointer;text-decoration:none;transition:all var(--tr-fast);border:none}.btn-gold{background:var(--gold-primary);color:#000}.btn-gold:hover{background:var(--gold-dark);color:#fff}.btn-outline{background:transparent;border:2px solid var(--gold-primary);color:var(--gold-primary)}.btn-outline:hover{background:var(--gold-primary);color:#000}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-full{width:100%}.badge-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:50px;background:#d4af371a;border:1px solid rgba(212,175,55,.3);color:var(--gold-primary);font-size:.8rem;font-weight:700;letter-spacing:1px}.cert-tag{padding:.3rem .8rem;background:#ffffff1a;border-radius:4px;font-weight:600;color:#fff}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all var(--tr-fast);background:transparent}.header.scrolled{background:#07080bf2;padding:1rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(212,175,55,.2)}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.brand-logo{text-decoration:none}.nav-list{display:flex;gap:2rem;list-style:none}.nav-link{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:color var(--tr-fast)}.nav-link:hover{color:var(--gold-primary)}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;background:url(https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&q=80&w=1920) no-repeat center center/cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000e6,#0009,#0000004d)}.hero-container{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:10rem 2rem 12rem}.hero-content{max-width:700px}.hero-title{font-size:4rem;color:#fff;line-height:1.1;margin:1.5rem 0}.hero-subtitle{font-size:1.25rem;color:#cbd5e1;margin-bottom:2.5rem;max-width:600px}.hero-actions{display:flex;gap:1rem}.hero-metrics-banner{position:absolute;bottom:0;left:0;width:100%;transform:translateY(50%);z-index:10}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.metric-box{background:var(--bg-white);border:1px solid #e2e8f0;border-radius:8px;padding:2rem 1.5rem;text-align:center;box-shadow:0 20px 40px #00000014}.metric-value-wrap{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;color:var(--gold-dark);margin-bottom:.5rem;display:flex;align-items:baseline;justify-content:center}.metric-value{line-height:1}.metric-prefix,.metric-suffix{font-size:1.5rem}.metric-label{font-size:.9rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.metric-sub{font-size:.75rem;color:var(--text-muted)}.about-section{padding-top:12rem}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.visual-img{width:100%;height:auto;border-radius:8px;box-shadow:0 20px 40px #0000001a}.visual-caption{margin-top:1rem;font-size:.9rem;font-weight:600;color:var(--text-muted);border-left:2px solid var(--gold-primary);padding-left:1rem}.icon-list{display:flex;flex-direction:column;gap:1.5rem}.icon-item{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:var(--bg-white);border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px #00000005;transition:transform var(--tr-fast),box-shadow var(--tr-fast)}.icon-item:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000000d;border-color:#d4af374d}.timeline-card{padding:3rem;background:var(--bg-white);border-radius:12px;box-shadow:0 20px 40px #0000000f;border:1px solid #e2e8f0}.timeline-list{position:relative;padding-left:24px;border-left:2px solid #e2e8f0;display:flex;flex-direction:column;gap:2.5rem;margin-top:2rem}.timeline-step{position:relative}.timeline-step:before{content:"";position:absolute;left:-31px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--bg-white);border:2px solid #cbd5e1;transition:all .3s ease}.timeline-step:hover:before{border-color:var(--gold-primary)}.timeline-step.active:before{background:var(--gold-primary);border-color:var(--gold-primary);box-shadow:0 0 0 4px #d4af3733}.timeline-year{font-weight:800;font-size:1.1rem;font-family:var(--font-heading);display:block;margin-bottom:.5rem}.services-list{margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.service-list-item{display:grid;grid-template-columns:80px 1fr 300px;gap:2rem;align-items:center;padding:2rem;background:#121622b3;border:1px solid rgba(212,175,55,.2);border-radius:8px;transition:transform var(--tr-fast),box-shadow var(--tr-fast)}.service-list-item:hover{transform:translate(10px);box-shadow:0 10px 30px #0000000d}.sl-number{font-size:1.5rem;font-weight:800;font-family:var(--font-heading)}.sl-image img{width:100%;height:150px;object-fit:cover;border-radius:6px}.industry-card-large,.industry-card-small{position:relative;border-radius:8px;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:2.5rem}.industry-card-large{min-height:500px}.industry-card-small{min-height:240px}.industry-card-stacked{display:flex;flex-direction:column;gap:20px}.ic-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000e6,#0003)}.ic-content{position:relative;z-index:2}.stats-row{display:flex;gap:2rem}.stat-item{background:var(--bg-white);padding:2rem;border-radius:8px;box-shadow:0 10px 30px #0000000d;flex:1;text-align:center;border-bottom:3px solid var(--gold-primary)}.stat-num{font-size:2.5rem;font-weight:800;font-family:var(--font-heading);margin-bottom:.5rem}.stat-lbl{font-weight:600;font-size:.9rem}.process-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.process-card-light{background:var(--bg-cream);padding:2rem;border-radius:8px;border:1px solid #e2e8f0;border-top:2px solid #e2e8f0;transition:all var(--tr-fast)}.process-card-light:hover{border-top-color:var(--gold-primary);background:var(--bg-white);box-shadow:0 15px 30px #0000000d;transform:translateY(-5px)}.pc-num{font-size:3rem;font-weight:900;opacity:.5;margin-bottom:1rem}.dark-panel{background:#0f1424;border:1px solid rgba(255,255,255,.05);border-radius:8px}.light-panel{background:var(--bg-white);border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #0000000d}.form-group-dark{margin-bottom:1.5rem}.form-group-dark label{display:block;color:#94a3b8;font-size:.85rem;margin-bottom:.5rem}.form-group-light{margin-bottom:1.5rem}.form-group-light label{display:block;color:var(--text-muted);font-size:.85rem;font-weight:600;margin-bottom:.5rem}.dark-select,.dark-input{width:100%;padding:1rem;background:#00000080;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:4px;outline:none}.dark-select:focus,.dark-input:focus{border-color:var(--gold-primary)}.light-select,.light-input{width:100%;padding:1rem;background:var(--bg-cream);border:1px solid #cbd5e1;color:var(--text-dark);border-radius:4px;outline:none}.light-select:focus,.light-input:focus{border-color:var(--gold-primary);box-shadow:0 0 0 3px #d4af3733}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem}.footer-logo{max-width:150px;margin-bottom:1.5rem;display:block}.cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:2rem}.cert-pill{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.7rem;font-weight:600;padding:.4rem .5rem;text-align:center;border-radius:4px;transition:border-color var(--tr-fast);cursor:default}.cert-pill:hover{border-color:var(--gold-primary)}@media (max-width: 1024px){.split-layout{grid-template-columns:1fr}.metrics-grid,.process-grid-4{grid-template-columns:repeat(2,1fr)}.service-list-item{grid-template-columns:1fr}.sl-number{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.metrics-grid,.process-grid-4{grid-template-columns:1fr}.stats-row{flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:3rem}}
