.cta-section{padding:80px 0;text-align:center}
.cta-section .container{max-width:800px}
.cta-icons{display:flex;gap:16px;justify-content:center;margin-bottom:24px}
.cta-icon{width:52px;height:52px;border-radius:var(--radius-main);background:rgba(204,255,0,.12);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--acid-green)}
.cta-section h2{margin-bottom:12px;font-size:clamp(1.8rem,4vw,2.5rem)}
.cta-section p{color:var(--text-muted);margin-bottom:28px;font-size:1.1rem}
/* Express audit lead magnet */
.express-audit{position:relative;overflow:hidden}
.express-audit__eyebrow{display:inline-block;margin-bottom:8px;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-ink)}
.express-audit__copy h2,.express-audit__copy h3{margin-bottom:8px}
.express-audit__copy p{color:var(--text-muted);line-height:1.65}
.express-audit--inline{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:40px;padding:24px 28px;border-top:1px solid #d4d4d8;border-bottom:1px solid #d4d4d8}
.express-audit--inline .express-audit__copy{max-width:620px}
.express-audit--inline .btn{flex-shrink:0}
.express-audit-section{padding-top:32px;padding-bottom:32px}
.express-audit--featured{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr) auto;align-items:center;gap:40px;padding:42px 46px;border-radius:24px;background:#0c0c0e;color:#fff}
.express-audit--featured::before{content:'';position:absolute;width:320px;height:320px;right:-100px;top:-180px;border-radius:50%;background:rgba(204,255,0,.16);filter:blur(50px);pointer-events:none}
.express-audit--featured .express-audit__copy,.express-audit--featured .express-audit__features,.express-audit--featured .btn{position:relative;z-index:1}
.express-audit--featured .express-audit__eyebrow{color:var(--acid-green)}
.express-audit--featured .express-audit__copy p{color:rgba(255,255,255,.68)}
.express-audit__features{display:flex;flex-direction:column;gap:10px;font-size:.9rem;color:rgba(255,255,255,.82)}
.express-audit__features li{display:flex;align-items:flex-start;gap:8px}
.express-audit__features i{margin-top:4px;color:var(--acid-green)}
.express-audit-sticky{display:none}
@media(max-width:900px){.express-audit--featured{grid-template-columns:1fr;gap:24px}.express-audit--featured .btn{justify-self:start}}
@media(max-width:768px){
    .express-audit--inline{align-items:flex-start;flex-direction:column;gap:20px;margin-top:32px;padding:24px 0}
    .express-audit--inline .btn{width:100%}
    .express-audit-section{padding:24px 0}
    .express-audit--featured{padding:30px 24px;border-radius:16px}
    .express-audit--featured .btn{width:100%}
    .express-audit-sticky{position:fixed;display:flex;align-items:center;justify-content:center;gap:8px;left:16px;right:16px;bottom:16px;z-index:90;padding:13px 20px;border-radius:var(--radius-pill);background:#0c0c0e;color:#fff;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.24)}
    body:has(.cookie-consent.visible) .express-audit-sticky,body:has(.modal-overlay.open) .express-audit-sticky,body:has(.mobile-menu.open) .express-audit-sticky{display:none}
}
/* ── Process bar (steps) ──────────────────── */
.process-bar{position:relative;max-width:900px;margin:0 auto}
.process-bar__track{display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:40px;padding:0 20px}
.process-bar__line{position:absolute;top:24px;left:44px;right:44px;height:2px;background:var(--border-color);z-index:0}
.process-bar__line-fill{position:absolute;top:0;left:0;height:100%;background:var(--acid-green);transition:width .5s cubic-bezier(.16,1,.3,1);border-radius:1px}
.process-bar__step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;background:none;border:none;font-family:inherit;-webkit-tap-highlight-color:transparent}
.process-bar__dot{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:1rem;border:2px solid var(--border-color);background:var(--bg-main);color:var(--text-muted);transition:all .35s cubic-bezier(.16,1,.3,1)}
.process-bar__step.visited .process-bar__dot{border-color:var(--acid-green);color:var(--text-main)}
.process-bar__step.active .process-bar__dot{border-color:var(--acid-green);background:var(--acid-green);color:var(--text-main);box-shadow:0 0 0 6px rgba(204,255,0,.18);transform:scale(1.08)}
.process-bar__step:not(.active):hover .process-bar__dot{border-color:var(--acid-green-hover);transform:scale(1.05)}
.process-bar__label{font-size:.8rem;font-weight:500;color:var(--text-muted);text-align:center;max-width:120px;line-height:1.3;transition:color .3s;white-space:nowrap}
.process-bar__step.active .process-bar__label{color:var(--text-main);font-weight:600}
.process-bar__step.visited .process-bar__label{color:var(--text-main)}
.process-bar__content{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-main);padding:40px;min-height:180px;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}
.process-bar__panel{display:none;animation:pbPanelIn .4s cubic-bezier(.16,1,.3,1)}
.process-bar__panel.active{display:block}
@keyframes pbPanelIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.process-bar__panel-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.process-bar__panel-num{width:40px;height:40px;border-radius:50%;background:var(--acid-green);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:1rem;color:var(--text-main);flex-shrink:0}
.process-bar__panel h3{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;letter-spacing:-.01em}
.process-bar__panel p{color:var(--text-muted);font-size:1rem;line-height:1.7;max-width:680px}
.process-bar__progress{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color)}
.process-bar__counter{font-size:.85rem;color:var(--text-muted);font-weight:500;font-variant-numeric:tabular-nums}
.process-bar__counter strong{color:var(--text-main);font-weight:600}
.process-bar__timer{width:120px;height:3px;background:var(--border-color);border-radius:2px;overflow:hidden}
.process-bar__timer-fill{height:100%;background:var(--acid-green);border-radius:2px;width:0;transition:none}
.process-bar__timer-fill.running{width:100%;transition:width 4s linear}
.process-bar__nav{display:flex;gap:8px}
.process-bar__nav button{width:36px;height:36px;border-radius:50%;border:1px solid var(--border-color);background:var(--bg-main);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .2s}
.process-bar__nav button:hover{border-color:var(--text-main);color:var(--text-main)}
.process-bar__nav button:disabled{opacity:.3;cursor:default}
@media(max-width:768px){
.process-bar__track{padding:0 8px}
.process-bar__dot{width:40px;height:40px;font-size:.9rem}
.process-bar__label{display:none}
.process-bar__content{padding:28px 24px}
.process-bar__panel h3{font-size:1.15rem}
.process-bar__line{top:20px;left:28px;right:28px}
}
@media(max-width:480px){
.process-bar__dot{width:36px;height:36px;font-size:.85rem}
.process-bar__content{padding:24px 20px}
.process-bar__line{top:18px;left:24px;right:24px}
}
.contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.contacts-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:1rem}
.contacts-item i{font-size:1.4rem;color:var(--accent-ink)}
.contacts-messengers{display:flex;flex-direction:column;gap:12px;margin-top:24px}
.about-hero{display:flex;gap:40px;align-items:center;margin-bottom:40px}
.about-photo img{width:200px;height:200px;border-radius:50%;object-fit:cover}
.about-role{color:var(--text-muted);font-size:1.1rem}
.about-tech{margin-top:48px}
.tech-stack{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.tech-item{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-pill);font-size:.9rem;font-weight:500}
@media(max-width:768px){.contacts-grid{grid-template-columns:1fr}.about-hero{flex-direction:column;text-align:center}}
/* Contact form */
.contact-form{max-width:100%}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:6px}
.form-group .required{color:#ef4444}
.form-input{width:100%;padding:14px 20px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:1rem;font-family:var(--font-body);transition:var(--transition);background:var(--bg-main)}
.form-input:focus{outline:none;border-color:var(--focus-ring);box-shadow:0 0 0 3px rgba(82,107,0,.18)}
.form-group .optional{color:var(--text-muted);font-weight:400;font-size:.8rem}
.form-input--error{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.15)!important}
textarea.form-input{resize:vertical;min-height:100px}
.contact-submit{margin-top:8px}
.form-message{margin-top:16px;padding:14px 20px;border-radius:var(--radius-sm);font-size:.95rem}
.form-message--success{background:rgba(204,255,0,.15);border:1px solid var(--acid-green);color:#333}
.form-message--error{background:rgba(239,68,68,.08);border:1px solid #fca5a5;color:#b91c1c}

/* CTA two buttons */
.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:var(--radius-pill);font-weight:600;font-size:1rem;background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);transition:var(--transition);text-decoration:none}
.btn-cta-secondary:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}

/* Geo content */
.geo-content{max-width:820px}
.geo-content--centered{margin:0 auto;text-align:center}
.geo-content h2{font-size:clamp(1.4rem,3vw,1.8rem);margin-bottom:16px}
.geo-content__text{color:var(--text-muted);line-height:1.8;font-size:1rem}
.geo-content__text p{margin-bottom:12px}
