:root{--bg-color:#f6f7f7;--grid-color:#e8eaea;--text-main:#212934;--text-muted:#5a5d61;--accent:#f7941d;--accent-hover:#dc7e0a;--accent-soft:#f7941d1f;--accent-soft-2:#f7941d38;--accent-soft-4:#f7941d73;--white:#fff;--border-light:#e5e7e8;--font-family:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--container-padding:5vw;--nav-height:80px}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-main);position:relative;overflow-x:hidden}.grid-background{z-index:-1;background-image:linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);opacity:.7;background-position:top;background-size:120px 120px;position:absolute;inset:0}.grid-background:after{content:"";background-image:radial-gradient(var(--text-muted) 1px, transparent 1px);opacity:.15;background-position:-.5px -.5px;background-size:120px 120px;position:absolute;inset:0}.top-bar{color:var(--white);text-align:center;background-color:#1e3a5f;justify-content:center;align-items:center;gap:16px;padding:12px 20px;font-size:.85rem;font-weight:500;display:flex}.top-bar-btn{background-color:var(--white);color:var(--accent);border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.top-bar-btn:hover{opacity:.9}.navbar{padding:0 var(--container-padding);height:var(--nav-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#f6f7f7cc;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.logo{align-items:center;text-decoration:none;display:inline-flex}.logo-img{width:auto;height:40px;display:block}.nav-links{gap:32px;display:flex}.nav-links a{color:var(--text-main);opacity:.8;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s}.nav-links a:hover{opacity:1}.nav-actions{align-items:center;gap:16px;display:flex}.nav-phone{color:var(--text-main);border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s,background-color .2s;display:inline-flex}.nav-phone svg{color:var(--accent)}.nav-phone:hover{color:var(--accent);background-color:#f7941d14}.btn-outline{color:var(--text-main);border:1px solid var(--border-light);background:var(--white);border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline:hover{border-color:var(--text-main)}.hero-section{isolation:isolate;background-image:url(/hero-training.jpg);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;width:100%;position:relative}.hero-overlay{z-index:0;pointer-events:none;background:linear-gradient(95deg,#111720eb 0%,#111720c7 38%,#11172080 70%,#11172066 100%);position:absolute;inset:0}.hero{padding:80px var(--container-padding) 120px;z-index:1;grid-template-columns:1.1fr .9fr;gap:60px;max-width:1600px;margin:0 auto;display:grid;position:relative}.hero-content{z-index:10;flex-direction:column;justify-content:center;display:flex}.hero h1{letter-spacing:-.04em;color:var(--white);text-shadow:0 2px 24px #00000040;margin-bottom:24px;font-size:clamp(3.5rem,5vw,5.5rem);font-weight:800;line-height:1.05}.hero h1 span{display:block}.hero-subhead{color:#ffffffd9;text-shadow:0 1px 12px #00000040;max-width:90%;margin-bottom:32px;font-size:1.2rem;font-weight:400;line-height:1.6}.features-list{flex-direction:column;gap:16px;margin-bottom:32px;list-style:none;display:flex}.feature-item{color:#fffffff2;text-shadow:0 1px 8px #0003;align-items:flex-start;gap:12px;font-size:1rem;font-weight:500;line-height:1.5;display:flex}.feature-icon{background:var(--accent);width:24px;height:24px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex;box-shadow:0 4px 12px #f7941d59}.feature-icon svg{width:14px;height:14px}.extra-line{color:var(--white);border-left:3px solid var(--accent);text-shadow:0 1px 12px #00000040;margin-bottom:48px;padding-left:16px;font-size:1.05rem;font-weight:700}.cta-group{flex-wrap:wrap;align-items:flex-start;gap:24px;display:flex}.cta-wrapper{flex-direction:column;gap:8px;display:flex}.btn-primary{background-color:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:16px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.btn-primary:hover{background-color:var(--accent-hover)}.btn-secondary{background-color:var(--white);color:var(--text-main);border:1px solid var(--border-light);border-radius:8px;align-items:center;gap:8px;padding:16px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:border-color .2s;display:inline-flex;box-shadow:0 2px 8px #00000005}.btn-secondary:hover{border-color:var(--text-main)}.microcopy{color:#ffffffb3;font-size:.8rem;font-weight:500}.hero-visual{perspective:1000px;justify-content:center;align-items:center;display:flex;position:relative}.abstract-card{background:var(--white);z-index:1;border:1px solid #0000000a;border-radius:12px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);position:absolute;box-shadow:0 24px 48px #0000000a,0 4px 12px #00000005}.card-bg-1{background-image:linear-gradient(170deg,#21293426 0%,#21293459 55%,#212934a6 100%),url(/hero-training.jpg);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;border:1px solid #21293414;width:380px;height:500px;padding:0;top:-10px;right:-40px;overflow:hidden;transform:rotate(4deg)translateZ(-50px);box-shadow:0 32px 64px #21293438,0 8px 16px #2129341a}.photo-caption{color:var(--white);text-shadow:0 1px 8px #0006;flex-direction:column;gap:4px;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.photo-caption .eyebrow{text-transform:uppercase;letter-spacing:.08em;opacity:.92;font-size:.7rem;font-weight:700}.photo-caption .title{font-size:1rem;font-weight:700;line-height:1.25}.card-bg-2{color:#fff;background:#25282b;flex-direction:column;justify-content:space-between;width:280px;height:200px;padding:24px;display:flex;bottom:-40px;left:0;transform:rotate(-8deg)translateZ(-30px)}.card-bg-2 .metric{letter-spacing:-.04em;font-size:2.5rem;font-weight:800}.card-bg-2 .label{color:#a0a4a8;font-size:.8rem}.hero-visual:hover .card-bg-1{transform:rotate(8deg)translateZ(-40px)translate(10px)}.hero-visual:hover .card-bg-2{transform:rotate(-10deg)translateZ(-20px)translate(-10px)}.lead-form-card{z-index:10;background:var(--white);border:1px solid #fff9;border-radius:16px;width:100%;max-width:440px;padding:40px;position:relative;transform:translateZ(50px);box-shadow:0 40px 80px #00000059,0 12px 28px #0003,inset 0 1px #fff}.form-header{margin-bottom:28px}.form-header h3{letter-spacing:-.02em;color:var(--text-main);margin-bottom:8px;font-size:1.5rem;font-weight:800}.form-header p{color:var(--text-muted);font-size:.95rem;line-height:1.4}.form-group{margin-bottom:20px}.form-group label{color:var(--text-main);margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.form-control{width:100%;font-family:var(--font-family);color:var(--text-main);background-color:var(--bg-color);border:1px solid #0000;border-radius:8px;padding:14px 16px;font-size:.95rem;transition:all .2s;box-shadow:inset 0 1px 2px #00000005}.form-control::placeholder{color:#a0a4a8}.form-control:focus{border-color:var(--accent);background-color:var(--white);box-shadow:0 0 0 3px var(--accent-soft);outline:none}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23212934' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.form-submit{justify-content:center;width:100%;margin-top:12px}.form-footer-text{text-align:center;color:var(--text-muted);justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:.75rem;display:flex}@media (width<=1100px){.hero{grid-template-columns:1fr;gap:80px;padding-top:60px}.hero-content{text-align:center;align-items:center}.hero-subhead{max-width:100%}.features-list{text-align:left;align-items:center}.extra-line{border-left:none;border-bottom:3px solid var(--accent);padding-bottom:8px;padding-left:0;display:inline-block}.cta-group{justify-content:center}}@media (width<=960px){.nav-links{display:none}}@media (width<=600px){.hero{padding:40px 20px 80px}.hero h1{font-size:2.8rem}.cta-group{flex-direction:column;width:100%}.cta-wrapper,.btn-primary,.btn-secondary{text-align:center;justify-content:center;width:100%}.lead-form-card{padding:24px}.card-bg-1,.card-bg-2{display:none}.top-bar{flex-direction:column;gap:8px;font-size:.8rem}}.trust-strip{padding:80px var(--container-padding);background:var(--white);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.trust-content{text-align:center;max-width:1200px;margin:0 auto}.trust-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:32px;font-size:.85rem;font-weight:600}.logo-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px 64px;max-width:1100px;margin-bottom:56px;margin-left:auto;margin-right:auto;display:flex}.logo-item{flex:auto;justify-content:center;align-items:center;min-width:120px;display:flex}.logo-item img{object-fit:contain;filter:grayscale();opacity:.65;width:auto;max-width:180px;height:56px;transition:filter .25s,opacity .25s}.logo-item:hover img{filter:grayscale(0%);opacity:1}.authority-grid{grid-template-columns:repeat(3,1fr);gap:0;max-width:980px;margin:0 auto 56px;display:grid}.authority-item{text-align:center;flex-direction:column;align-items:center;padding:0 28px;display:flex;position:relative}.authority-item+.authority-item:before{content:"";background:linear-gradient(#0000 0%,#2129341f 25% 75%,#0000 100%);width:1px;position:absolute;top:14px;bottom:14px;left:0}.authority-icon{background:var(--accent-soft);width:48px;height:48px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex;box-shadow:0 0 0 1px #f7941d38}.authority-icon svg{width:20px;height:20px}.authority-title{letter-spacing:-.01em;color:var(--text-main);margin-bottom:6px;font-size:1.0625rem;font-weight:700;line-height:1.3}.authority-sub{color:var(--text-muted);max-width:240px;font-size:.9rem;line-height:1.5}.trust-tagline{color:var(--text-main);letter-spacing:-.015em;border:none;flex-wrap:wrap;justify-content:center;gap:8px;padding:0;font-size:1.2rem;font-weight:700;display:inline-flex}.trust-tagline-accent{color:var(--accent)}.cfo-section{padding:120px 24px;position:relative}.cfo-section .cfo-container{max-width:1280px;margin:0 auto}.cfo-section .section-header{text-align:center;max-width:800px;margin:0 auto 80px}.cfo-section .overline{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:20px;font-size:.75rem;font-weight:700;display:inline-block;position:relative}.cfo-section .overline:before,.cfo-section .overline:after{content:"";background-color:var(--accent);opacity:.5;width:24px;height:1px;position:absolute;top:50%}.cfo-section .overline:before{margin-right:12px;right:100%}.cfo-section .overline:after{margin-left:12px;left:100%}.cfo-section .section-title{color:var(--text-main);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.cfo-section .section-intro{color:var(--text-muted);max-width:640px;margin:0 auto;font-size:1.25rem;font-weight:500;line-height:1.6}.cfo-section .situations-grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:80px;display:grid}.cfo-section .situation-card{background-color:var(--white);z-index:1;border:1px solid #21293414;border-radius:12px;flex-direction:column;padding:40px 32px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #00000005,0 10px 15px -3px #00000005}.cfo-section .situation-card:before{content:"";z-index:2;background-color:#21293414;width:30%;height:3px;transition:width .4s cubic-bezier(.4,0,.2,1),background-color .4s;position:absolute;top:0;left:0}.cfo-section .situation-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.cfo-section .situation-card:hover:before{background-color:var(--accent);width:100%}.cfo-section .card-number{color:var(--accent);align-items:center;gap:8px;margin-bottom:24px;font-size:.875rem;font-weight:700;display:flex}.cfo-section .card-number:after{content:"";background-color:var(--accent);opacity:.35;width:24px;height:1px}.cfo-section .card-content{flex-direction:column;flex-grow:1;display:flex}.cfo-section .card-title{color:var(--text-main);letter-spacing:-.01em;margin-bottom:8px;font-size:1.25rem;font-weight:700;line-height:1.3}.cfo-section .card-context{color:#6b7280;margin-bottom:16px;font-size:.875rem;font-weight:600;display:inline-block}.cfo-section .card-outcome{color:var(--text-muted);border-top:1px dashed #2129341a;margin-top:auto;padding-top:16px;font-size:1rem;font-weight:500;line-height:1.5}.cfo-section .cta-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.cfo-section .cta-label{color:var(--text-main);margin-bottom:24px;font-size:1.125rem;font-weight:700}.btn-primary--large{border-radius:6px;gap:12px;padding:18px 36px;font-size:1.125rem;box-shadow:0 4px 6px -1px #f7941d33}.btn-primary--large:hover{transform:translateY(-2px);box-shadow:0 6px 12px -2px #f7941d4d}.btn-primary--large svg{width:20px;height:20px;transition:transform .2s}.btn-primary--large:hover svg{transform:translate(4px)}@media (width<=1024px){.cfo-section .situations-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.cfo-section{padding:80px 20px}.cfo-section .situations-grid{grid-template-columns:1fr}.cfo-section .section-title{font-size:2rem}.cfo-section .situation-card{padding:32px 24px}}@media (width<=768px){.trust-strip{padding:60px 20px}.logo-row{gap:28px 36px;margin-bottom:40px}.logo-item img{height:44px}.authority-grid{grid-template-columns:1fr;gap:28px;margin-bottom:40px}.authority-item{padding:0 16px}.authority-item+.authority-item:before{display:none}.trust-tagline{flex-direction:column;gap:4px;font-size:1.05rem}}.benefits-section{background:#f8f4ed;padding:120px 24px;position:relative}.benefits-container{max-width:1280px;margin:0 auto}.benefits-header{text-align:center;max-width:760px;margin:0 auto 80px}.benefits-title{letter-spacing:-.03em;color:var(--text-main);margin-bottom:24px;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1}.benefits-subtitle{color:var(--text-muted);font-size:clamp(1.125rem,1.5vw,1.25rem);line-height:1.6}.benefits-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=1024px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{background:var(--white);z-index:1;border:1px solid #f7941d1f;border-radius:16px;flex-direction:column;padding:32px;transition:transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s cubic-bezier(.25,1,.5,1),border-color .3s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #21293408}.benefit-card:hover{border-color:#f7941d4d;transform:translateY(-4px);box-shadow:0 12px 32px #f7941d1f}.benefit-card:before{content:"";background:var(--accent);transform-origin:bottom;opacity:0;width:4px;height:100%;transition:transform .3s cubic-bezier(.25,1,.5,1),opacity .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.benefit-card:hover:before{opacity:1;transform:scaleY(1)}.benefit-title{letter-spacing:-.01em;color:var(--text-main);margin-bottom:8px;font-size:1.25rem;font-weight:600;line-height:1.3}.benefit-body{color:var(--text-muted);flex-grow:1;margin-bottom:24px;font-size:.9375rem;line-height:1.6}.benefit-divider{background:linear-gradient(90deg,#f7941d38,#0000);width:100%;height:1px;margin-bottom:24px}.benefit-bullets{flex-direction:column;gap:12px;list-style:none;display:flex}.benefit-bullet{color:var(--text-main);align-items:flex-start;gap:12px;font-size:.9375rem;font-weight:500;line-height:1.5;display:flex}.benefit-bullet svg{width:20px;height:20px;color:var(--accent);flex-shrink:0;margin-top:2px}.deliverables-section{color:var(--white);background:#172238;padding:120px 24px;position:relative;overflow:hidden}.deliverables-orb{filter:blur(120px);pointer-events:none;z-index:0;background:#f7941d1f;border-radius:50%;position:absolute}.deliverables-orb--tr{width:800px;height:800px;top:0;right:0;transform:translate(33%,-50%)}.deliverables-orb--bl{width:600px;height:600px;bottom:0;left:0;transform:translate(-33%,50%)}.deliverables-container{z-index:1;max-width:1000px;margin:0 auto;position:relative}.deliverables-header{text-align:center;margin-bottom:80px}.deliverables-title{letter-spacing:-.03em;color:var(--white);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1}.timeline{position:relative}.timeline-spine{display:none}@media (width>=768px){.timeline-spine{background:#ffffff24;width:2px;display:block;position:absolute;top:40px;bottom:40px;left:28px}}.timeline-row{flex-direction:column;gap:24px;display:flex;position:relative}.timeline-row+.timeline-row{margin-top:32px}@media (width>=768px){.timeline-row{flex-direction:row;gap:40px}}.timeline-node{display:none}@media (width>=768px){.timeline-node{z-index:2;flex-direction:column;align-items:center;margin-top:24px;display:flex}}.timeline-circle{background:var(--white);width:56px;height:56px;color:var(--accent);border:4px solid #172238;border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;transition:transform .3s,background-color .3s,color .3s,box-shadow .3s;display:flex;box-shadow:0 0 0 1px #f7941d66}.timeline-row:hover .timeline-circle{background:var(--accent);color:var(--white);transform:scale(1.1);box-shadow:0 0 0 1px #f7941dcc}.timeline-card{background:var(--white);border:1px solid #f7941d1f;border-radius:16px;flex:1;padding:40px;transition:box-shadow .3s,transform .3s;box-shadow:0 8px 28px #00000038}@media (width<=768px){.timeline-card{padding:32px}}.timeline-card:hover{box-shadow:0 14px 40px #00000047,0 0 0 1px #f7941d33}.timeline-pill{background:var(--accent-soft);color:var(--accent);letter-spacing:.04em;border-radius:9999px;align-items:center;margin-bottom:16px;padding:6px 12px;font-size:.875rem;font-weight:600;display:inline-flex}.timeline-card-title{letter-spacing:-.02em;color:var(--text-main);margin-bottom:24px;font-size:1.5rem;font-weight:700;line-height:1.25}.timeline-list{grid-template-columns:1fr;gap:16px;list-style:none;display:grid}@media (width>=768px){.timeline-list{grid-template-columns:1fr 1fr}}.timeline-list-item{color:var(--text-muted);align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;display:flex}.timeline-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:10px}@media (width<=640px){.benefits-section,.deliverables-section{padding:80px 20px}.benefit-card{padding:28px 24px}}.overline{color:var(--accent);text-transform:uppercase;letter-spacing:.18em;margin-bottom:18px;font-size:.75rem;font-weight:700;display:inline-block;position:relative}.overline:before,.overline:after{content:"";background-color:var(--accent);opacity:.5;width:22px;height:1px;position:absolute;top:50%}.overline:before{margin-right:12px;right:100%}.overline:after{margin-left:12px;left:100%}.process-section{background:var(--white);padding:120px 24px;position:relative}.process-container{max-width:1200px;margin:0 auto}.process-header{text-align:center;max-width:720px;margin:0 auto 72px}.process-title{letter-spacing:-.03em;color:var(--text-main);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1}.process-title-sub{color:var(--text-muted);font-weight:500}.process-grid{grid-template-columns:1fr;gap:32px;margin-bottom:72px;display:grid;position:relative}@media (width>=900px){.process-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.process-connector{display:none}@media (width>=900px){.process-connector{z-index:0;background-image:linear-gradient(90deg,#f7941d73 0% 50%,#0000 50%);background-repeat:repeat-x;background-size:12px 1px;height:1px;display:block;position:absolute;top:36px;left:calc(16.67% + 36px);right:calc(16.67% + 36px)}}.process-step{text-align:left;z-index:1;flex-direction:column;align-items:flex-start;padding:8px 16px 0;display:flex;position:relative}@media (width>=900px){.process-step{text-align:center;align-items:center;padding:0 8px}}.step-circle{background:var(--accent);width:72px;height:72px;color:var(--white);letter-spacing:-.02em;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.4rem;font-weight:800;transition:transform .3s;display:flex;box-shadow:0 8px 22px #f7941d47,0 0 0 6px #f7941d14}.process-step:hover .step-circle{transform:translateY(-3px)scale(1.04)}.step-meta{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);align-items:center;gap:8px;margin-bottom:12px;font-size:.78rem;font-weight:700;display:inline-flex}.step-meta-dot{opacity:.55}.step-title{letter-spacing:-.02em;color:var(--text-main);max-width:280px;margin-bottom:12px;font-size:1.375rem;font-weight:700;line-height:1.25}.step-body{color:var(--text-muted);max-width:320px;font-size:.9375rem;line-height:1.6}.process-mini-cta{text-align:center;flex-direction:column;align-items:center;gap:18px;display:flex}@media (width>=700px){.process-mini-cta{flex-direction:row;justify-content:center;gap:24px}}.process-mini-cta-label{color:var(--text-main);font-size:1.05rem;font-weight:700}.faq-section{background:var(--bg-color);padding:120px 24px;position:relative}.faq-container{max-width:880px;margin:0 auto}.faq-header{text-align:center;margin-bottom:56px}.faq-title{letter-spacing:-.03em;color:var(--text-main);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1}.faq-list{background:var(--white);border:1px solid #21293414;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px #2129340a}.faq-item+.faq-item{border-top:1px solid #21293414}.faq-item summary{cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-question{color:var(--text-main);letter-spacing:-.01em;justify-content:space-between;align-items:center;gap:24px;padding:26px 32px;font-size:1.0625rem;font-weight:600;line-height:1.4;transition:background-color .2s,color .2s;display:flex}.faq-question:hover{color:var(--accent);background-color:#f7941d0a}.faq-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s,color .2s}.faq-item[open] .faq-chevron{color:var(--accent);transform:rotate(180deg)}.faq-item[open] .faq-question{color:var(--accent)}.faq-answer{color:var(--text-muted);padding:4px 32px 28px;font-size:1rem;line-height:1.7;animation:.32s faqOpen}.faq-answer p+p,.faq-answer p+ul,.faq-answer ul+p{margin-top:12px}.faq-answer ul{flex-direction:column;gap:8px;padding-left:4px;list-style:none;display:flex}.faq-answer ul li{padding-left:22px;position:relative}.faq-answer ul li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:4px}@keyframes faqOpen{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.faq-question{padding:22px;font-size:1rem}.faq-answer{padding:4px 22px 24px}}.contact-section{color:var(--white);background:#172238;padding:120px 24px;position:relative;overflow:hidden}.contact-orb{filter:blur(120px);pointer-events:none;z-index:0;background:#f7941d2e;border-radius:50%;position:absolute}.contact-orb--tr{width:720px;height:720px;top:0;right:0;transform:translate(35%,-40%)}.contact-orb--bl{width:560px;height:560px;bottom:0;left:0;transform:translate(-33%,40%)}.contact-container{z-index:1;grid-template-columns:1fr;gap:56px;max-width:1280px;margin:0 auto;display:grid;position:relative}@media (width>=980px){.contact-container{grid-template-columns:1.05fr .95fr;align-items:start;gap:80px}}.contact-intro{flex-direction:column;display:flex}.contact-eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.16em;margin-bottom:18px;font-size:.78rem;font-weight:700;display:inline-block}.contact-title{letter-spacing:-.035em;color:var(--white);max-width:560px;margin-bottom:20px;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;line-height:1.08}.contact-lead{color:#ffffffc7;max-width:540px;margin-bottom:40px;font-size:1.0625rem;line-height:1.65}.usp-list{flex-direction:column;gap:22px;list-style:none;display:flex}.usp{align-items:flex-start;gap:16px;display:flex}.usp-icon{width:38px;height:38px;color:var(--accent);background:#f7941d2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex;box-shadow:0 0 0 1px #f7941d47}.usp-icon svg{width:18px;height:18px}.usp-text{flex-direction:column;gap:4px;display:flex}.usp-title{color:var(--white);letter-spacing:-.01em;font-size:1.05rem;font-weight:700;line-height:1.35}.usp-body{color:#ffffffb8;font-size:.95rem;line-height:1.55}.contact-form-card{background:var(--white);color:var(--text-main);border:1px solid #ffffff8c;border-radius:20px;padding:40px;box-shadow:0 40px 80px #00000059,0 12px 28px #0003,inset 0 1px #fff}.contact-form-header{margin-bottom:28px}.contact-form-header h3{letter-spacing:-.02em;color:var(--text-main);margin-bottom:8px;font-size:1.5rem;font-weight:800}.contact-form-header p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.contact-form-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.contact-form-grid .form-group{margin-bottom:0}@media (width<=520px){.contact-form-grid{grid-template-columns:1fr;gap:0}.contact-form-grid .form-group{margin-bottom:20px}}.contact-submit{justify-content:center;width:100%;margin-top:8px;padding:16px 28px;font-size:1rem}.contact-form-footer{text-align:center;color:var(--text-muted);justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:.78rem;display:flex}@media (width<=640px){.process-section,.faq-section,.contact-section{padding:80px 20px}.contact-form-card{border-radius:16px;padding:28px 22px}}.footer-section{color:#ffffffc7;background:#0f1729;padding:88px 24px 56px;position:relative;overflow:hidden}.footer-orb{pointer-events:none;z-index:0;background:#ffffff06;border-radius:50%;position:absolute}.footer-orb--tl{border-radius:38%;width:460px;height:460px;top:-200px;left:-120px;transform:rotate(20deg)}.footer-orb--br{border-radius:42%;width:580px;height:580px;bottom:-260px;right:-180px;transform:rotate(-12deg)}.footer-container{z-index:1;flex-direction:column;align-items:center;gap:36px;max-width:1100px;margin:0 auto;display:flex;position:relative}.footer-logo img{width:auto;height:56px;display:block}.footer-pills{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;display:flex}.footer-pill{color:var(--white);letter-spacing:-.005em;background:#ffffff05;border:1px solid #ffffff24;border-radius:9999px;align-items:center;gap:10px;padding:14px 26px;font-size:.95rem;font-weight:500;text-decoration:none;transition:border-color .2s,background-color .2s,color .2s,transform .2s;display:inline-flex}.footer-pill svg{color:#ffffff8c;transition:color .2s}.footer-pill:hover{color:var(--white);background:#f7941d0f;border-color:#f7941d8c;transform:translateY(-1px)}.footer-pill:hover svg{color:var(--accent)}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 14px;font-size:.95rem;font-weight:600;display:flex}.footer-links a{color:var(--white);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-divider{color:#ffffff4d;font-weight:400}.footer-social{gap:12px;display:flex}.footer-social-btn{color:#ffffffc7;background:#ffffff0f;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.footer-social-btn:hover{background:var(--accent);color:var(--white);transform:translateY(-2px)}@media (width<=640px){.footer-section{padding:64px 20px 40px}.footer-container{gap:28px}.footer-logo img{height:44px}.footer-pills{flex-direction:column;align-items:stretch;gap:10px}.footer-pill{justify-content:center;padding:12px 20px;font-size:.9rem}.footer-links{flex-direction:column;gap:10px}.footer-divider{display:none}}html{scroll-behavior:smooth}section[id]{scroll-margin-top:88px}@media (width<=768px){section[id]{scroll-margin-top:64px}.navbar{height:64px;padding:0 16px}.logo-img{height:32px}.nav-actions{gap:10px}.nav-phone{background:#f7941d1f;border:1px solid #f7941d38;border-radius:50%;justify-content:center;width:40px;height:40px;padding:0}.nav-phone-text{display:none}}@media (width<=640px){.form-control{font-size:16px}}@media (width<=1100px){.hero-overlay{background:linear-gradient(#111720e0 0%,#111720b8 55%,#11172099 100%)}}@media (width<=480px){.btn-outline{padding:8px 12px;font-size:.85rem}.btn-outline svg{width:12px;height:12px}.hero h1{font-size:2.4rem}}.thankyou-section{min-height:100vh;color:var(--white);background:#172238;justify-content:center;align-items:center;padding:64px 24px;display:flex;position:relative;overflow:hidden}.thankyou-orb{filter:blur(120px);pointer-events:none;z-index:0;background:#f7941d2e;border-radius:50%;position:absolute}.thankyou-orb--tr{width:720px;height:720px;top:0;right:0;transform:translate(35%,-40%)}.thankyou-orb--bl{width:560px;height:560px;bottom:0;left:0;transform:translate(-33%,40%)}.thankyou-container{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:720px;display:flex;position:relative}.thankyou-logo{background:#fffffff2;border-radius:10px;margin-bottom:48px;padding:12px 18px;display:inline-flex}.thankyou-logo img{width:auto;height:36px;display:block}.thankyou-badge{background:var(--accent);width:88px;height:88px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:32px;animation:.5s cubic-bezier(.34,1.56,.64,1) badge-pop;display:flex;box-shadow:0 16px 40px #f7941d59,0 0 0 8px #f7941d1f}.thankyou-badge svg{width:44px;height:44px}@keyframes badge-pop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.thankyou-title{letter-spacing:-.035em;color:var(--white);margin-bottom:18px;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.1}.thankyou-lead{color:#fffc;max-width:580px;margin-bottom:56px;font-size:1.125rem;line-height:1.65}.thankyou-steps{text-align:left;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;width:100%;margin-bottom:48px;padding:32px}.thankyou-steps-title{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);text-align:center;margin-bottom:22px;font-size:.85rem;font-weight:700}.thankyou-steps-list{flex-direction:column;gap:22px;list-style:none;display:flex}.thankyou-step{align-items:flex-start;gap:18px;display:flex}.thankyou-step-num{background:var(--accent);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:1rem;font-weight:800;display:flex;box-shadow:0 0 0 6px #f7941d1a}.thankyou-step-title{letter-spacing:-.01em;color:var(--white);margin-bottom:4px;font-size:1.05rem;font-weight:700;line-height:1.35}.thankyou-step-body{color:#ffffffb3;font-size:.95rem;line-height:1.55}.thankyou-cta-row{flex-direction:column;align-items:center;gap:18px;display:flex}.thankyou-back{color:#ffffffb3;align-items:center;gap:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.thankyou-back:hover{color:var(--white)}.thankyou-back svg{width:16px;height:16px;transition:transform .2s}.thankyou-back:hover svg{transform:translate(2px)}@media (width<=640px){.thankyou-section{padding:48px 20px}.thankyou-steps{border-radius:16px;padding:24px 20px}.thankyou-badge{width:72px;height:72px;margin-bottom:24px}.thankyou-badge svg{width:36px;height:36px}.thankyou-lead{margin-bottom:40px}}
