.service-page{min-height:100vh;padding-top:72px;background:#fff}.service-hero{background:linear-gradient(135deg,var(--color-primary-dark) 0,var(--color-primary) 100%);padding:5rem 2rem 4rem;position:relative;color:#fff}.service-hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1100px;margin:0 auto}.service-hero-content{max-width:520px}.service-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#ffffff1f;color:#fff;border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.02em;border:1px solid #fff3}.service-hero-title{font-size:clamp(2rem,4vw,2.75rem);line-height:1.15;margin-bottom:1.25rem;font-weight:800;color:#fff}.service-hero-subtitle{font-size:1.05rem;line-height:1.7;color:#ffffffd9;margin-bottom:2rem}.service-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.service-hero-visual{display:flex;justify-content:center;align-items:center}.hero-visual-card{background:#ffffff14;border-radius:16px;padding:2.5rem;width:100%;max-width:440px;position:relative;overflow:hidden;border:1px solid #ffffff1f}.hero-visual-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--color-accent);border-radius:16px 16px 0 0}.hero-visual-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.hero-stat-item{text-align:center;padding:1.25rem 1rem;background:#ffffff14;border-radius:12px;border:1px solid #ffffff1a}.hero-stat-value{font-size:1.75rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:.25rem}.hero-stat-label{font-size:.8rem;color:#ffffffb3;font-weight:500;line-height:1.3}.hero-visual-image{width:100%;max-width:480px;border-radius:12px;box-shadow:0 12px 40px #0000004d;border:2px solid #ffffff1a}.service-cta-primary,.service-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .25s ease;text-decoration:none;cursor:pointer}.service-cta-primary{background:#fff;color:var(--color-primary);border:2px solid #fff}.service-cta-primary:hover{background:var(--color-bg-secondary);border-color:var(--color-bg-secondary);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.service-cta-secondary{background:#0000;color:#fff;border:2px solid #fff6}.service-cta-secondary:hover{border-color:#fff;background:#ffffff1a}.service-section{padding:5rem 2rem;background:#fff}.service-section-header{max-width:640px;margin:0 auto 3rem;text-align:center}.service-section-header h2{font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--color-primary);margin-bottom:1.5rem;font-weight:800;display:inline-block;position:relative}.service-section-header h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--color-accent) 0,var(--color-accent-dark) 100%);border-radius:2px}.service-section-header p{font-size:1.05rem;color:var(--color-text-secondary);line-height:1.6}.value-statement-wrapper{padding:4rem 2rem;background:var(--color-bg-secondary)}.value-statement{max-width:760px;margin:0 auto;font-size:1.2rem;line-height:1.8;color:var(--color-text-primary);font-weight:500;text-align:center;position:relative;padding:0 1rem}.value-statement:before{content:"\201C";display:block;font-size:4.5rem;color:var(--color-accent);font-family:Georgia,serif;line-height:1;margin-bottom:-.5rem;opacity:.6}.stats-row{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;max-width:800px;margin:3rem auto 0;padding-top:2.5rem;border-top:1px solid var(--color-border)}.stat-block{text-align:center;min-width:120px}.stat-block-value{font-size:2.5rem;font-weight:800;color:var(--color-primary);line-height:1.1;margin-bottom:.25rem}.stat-block-label{font-size:.875rem;color:var(--color-text-secondary);font-weight:500}.offerings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem;max-width:1100px;margin:0 auto;align-items:start}.offering-card{background:#fff;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;transition:all .25s ease;cursor:pointer;will-change:transform,opacity}.offering-card:hover{border-color:var(--color-primary);box-shadow:0 2px 12px #2c5f8d14}.offering-card.expanded{border-color:var(--color-primary);background:#2c5f8d05}.offering-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;gap:.75rem}.offering-card-header-left{display:flex;align-items:center;gap:.875rem}.offering-icon-wrapper{width:40px;height:40px;background:#2c5f8d14;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.offering-icon-wrapper svg{color:var(--color-primary)}.offering-card-header h3{font-size:1rem;color:var(--color-text-primary);font-weight:600;line-height:1.3}.offering-expand-icon{flex-shrink:0;color:var(--color-text-muted);transition:transform .25s ease}.offering-card.expanded .offering-expand-icon{transform:rotate(180deg);color:var(--color-primary)}.offering-card-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.offering-card.expanded .offering-card-body{max-height:200px}.offering-card-body-inner{padding:0 1.5rem 1.25rem}.offering-card-body-inner p{font-size:.925rem;color:var(--color-text-secondary);line-height:1.65}.insight-callout{padding:4rem 2rem;background:var(--color-primary)}.insight-callout-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.insight-callout-icon{width:72px;height:72px;background:#ffffff26;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.insight-callout-icon svg{color:#fff}.insight-callout-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);font-weight:700;margin-bottom:.5rem}.insight-callout-text{font-size:1.2rem;color:#fff;line-height:1.6;font-weight:500}.insight-callout-text strong{color:var(--color-accent);font-weight:700}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1100px;margin:0 auto}.result-card{padding:2rem 1.75rem;background:var(--color-bg-secondary);border-radius:12px;transition:all .25s ease;will-change:transform,opacity}.result-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.result-card-icon{color:var(--color-accent);margin-bottom:1rem}.result-card h4{font-size:1.125rem;color:var(--color-text-primary);font-weight:700;margin-bottom:.5rem}.result-card p{color:var(--color-text-secondary);line-height:1.6;font-size:.925rem}.service-cta-section{background:var(--color-bg-secondary);padding:5rem 2rem}.service-cta-content{text-align:center;max-width:600px;margin:0 auto}.service-cta-content h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--color-primary);margin-bottom:1.5rem;font-weight:800;display:inline-block;position:relative}.service-cta-content h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--color-accent) 0,var(--color-accent-dark) 100%);border-radius:2px}.service-cta-content p{font-size:1.05rem;color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.7}.service-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.service-cta-section .service-cta-primary{background:var(--color-primary);color:#fff;border:2px solid var(--color-primary)}.service-cta-section .service-cta-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);box-shadow:0 4px 12px #2c5f8d40}.service-cta-section .service-cta-secondary{background:#0000;color:var(--color-primary);border:2px solid var(--color-primary)}.service-cta-section .service-cta-secondary:hover{background:var(--color-primary);color:#fff}.service-image-placeholder{width:100%;aspect-ratio:16/10;background:var(--color-bg-secondary);border-radius:12px;display:flex;align-items:center;justify-content:center;max-width:1100px;margin:0 auto;border:2px dashed var(--color-border)}.service-image-placeholder-content{text-align:center;color:var(--color-text-muted)}.service-image-placeholder-content svg{margin-bottom:.5rem;opacity:.4}.service-image-placeholder-content p{font-size:.85rem;font-weight:500}@media (max-width:1024px){.service-hero-grid{grid-template-columns:1fr;gap:2.5rem}.service-hero-content{max-width:100%;text-align:center}.service-hero-cta,.service-hero-visual{justify-content:center}.hero-visual-card,.hero-visual-image{max-width:400px}.insight-callout-inner{grid-template-columns:1fr;text-align:center}.insight-callout-icon{margin:0 auto}}@media (max-width:768px){.service-page{padding-top:64px}.service-hero{padding:3rem 1.5rem 2.5rem}.service-section,.value-statement-wrapper{padding:3rem 1.5rem}.value-statement{font-size:1.05rem}.stats-row{gap:1.5rem}.stat-block-value{font-size:2rem}.offerings-grid,.results-grid{grid-template-columns:1fr}.hero-visual-stats{grid-template-columns:1fr 1fr;gap:1rem}.insight-callout{padding:3rem 1.5rem}.insight-callout-text{font-size:1.05rem}}