:root{--ease-premium:cubic-bezier(.22,1,.36,1);--ease-smooth:cubic-bezier(.4,0,.2,1);--ease-bounce:cubic-bezier(.68,-.55,.265,1.55)}body:not(.js-initialized) .reveal,body:not(.js-initialized) .reveal-heading,body:not(.js-initialized) .reveal-paragraph,body:not(.js-initialized) .reveal-card{opacity:1;transform:none}.reveal,.reveal-heading,.reveal-paragraph,.reveal-card{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease-premium),transform .6s var(--ease-premium)}.reveal-active{opacity:1;transform:none}.reveal-1{transition-delay:0ms}.reveal-2{transition-delay:60ms}.reveal-3{transition-delay:.12s}.reveal-4{transition-delay:.18s}.reveal-5{transition-delay:.24s}.reveal-6{transition-delay:.3s}@media (prefers-reduced-motion:reduce){.reveal,.reveal-heading,.reveal-paragraph,.reveal-card{opacity:1;transform:none;transition:none}}.analysis-hero{background:linear-gradient(rgba(4,54,74,.7),rgba(4,54,74,.6)),url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1600&q=70&auto=format&fit=crop') center/cover no-repeat;color:var(--adstiq-white);padding:120px 0 100px;position:relative;overflow:hidden}.analysis-hero-overlay{background:linear-gradient(135deg,rgba(4,54,74,.6) 0%,rgba(4,54,74,.4) 100%);inset:0;position:absolute;z-index:1}.analysis-hero-grid{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:30px 30px;inset:0;position:absolute;z-index:0}.analysis-hero-inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:60px;align-items:center;position:relative;z-index:2}.analysis-hero-content{max-width:600px}.analysis-hero-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 20px;opacity:0;transform:translateY(10px);transition:opacity .5s var(--ease-premium),transform .5s var(--ease-premium)}.reveal-active.analysis-hero-eyebrow{opacity:1;transform:none}.analysis-hero-content h1{font-family:'PT Serif',Georgia,serif;font-size:clamp(42px,5vw,64px);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 24px;color:var(--adstiq-white)}.analysis-hero-content h1 span{color:var(--adstiq-orange)}.analysis-hero-description{font-size:17px;line-height:1.7;color:var(--text-soft);margin:0 0 32px}.analysis-url-input{display:flex;gap:12px;max-width:500px}.analysis-url-input input{flex:1;padding:14px 20px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.05);color:var(--adstiq-white);font-size:15px;transition:border-color .2s var(--ease-smooth),background-color .2s var(--ease-smooth)}.analysis-url-input input:focus{outline:none;border-color:var(--adstiq-orange);background-color:rgba(255,255,255,.08)}.analysis-url-input input::placeholder{color:rgba(255,255,255,.4)}.analysis-url-input .button{white-space:nowrap}.analysis-hero-visual{display:flex;justify-content:center}.audit-panel{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;width:min(100%,380px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.audit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.audit-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.7)}.audit-badge{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:4px}.demo-badge{background:rgba(255,122,0,.2);color:var(--adstiq-orange)}.audit-metrics{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.audit-metric{display:flex;align-items:center;gap:12px}.metric-label{flex:1;font-size:12px;font-weight:600;color:rgba(255,255,255,.7)}.metric-bar{flex:1;height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}.metric-fill{height:100%;border-radius:3px;transition:width .8s var(--ease-premium)}.metric-fill-1{background:#22c55e}.metric-fill-2{background:#fbbf24}.metric-fill-3{background:#f97316}.metric-fill-4{background:#22c55e}.metric-value{font-size:14px;font-weight:700;color:var(--adstiq-white);min-width:30px;text-align:right}.audit-issues{padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.issues-summary{margin-bottom:16px}.issues-label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.5)}.issues-count{display:flex;gap:16px}.issue-count-item{display:flex;align-items:center;gap:8px}.count-dot{width:8px;height:8px;border-radius:50%}.critical .count-dot{background:#ef4444}.warning .count-dot{background:#fbbf24}.passed .count-dot{background:#22c55e}.count-label{font-size:12px;font-weight:600;color:rgba(255,255,255,.7)}.count-number{font-size:14px;font-weight:700;color:var(--adstiq-white)}.analysis-modules-section{background:var(--adstiq-white);padding:100px 0}.modules-inner{max-width:1000px;margin:0 auto}.modules-intro{text-align:center;margin-bottom:60px}.modules-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 16px}.modules-intro h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 16px;color:var(--adstiq-dark)}.modules-intro p{font-size:16px;line-height:1.7;color:var(--adstiq-muted);max-width:600px;margin:0 auto}.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.module-item{background:var(--adstiq-light);border:1px solid var(--adstiq-border);border-radius:10px;padding:24px;text-align:center;transition:transform .3s var(--ease-premium),border-color .3s var(--ease-premium),background-color .3s var(--ease-premium)}.module-item:hover{transform:translateY(-4px);border-color:rgba(255,122,0,.3);background-color:rgba(7,90,120,.05)}.module-icon{width:48px;height:48px;background:rgba(7,90,120,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.module-icon svg{width:24px;height:24px;stroke:var(--adstiq-blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.module-item h4{font-size:15px;font-weight:700;margin:0 0 12px;color:var(--adstiq-dark)}.module-meter{height:6px;background:var(--adstiq-border);border-radius:3px;overflow:hidden;margin-bottom:8px}.meter-fill{height:100%;background:var(--adstiq-orange);border-radius:3px;transition:width .8s var(--ease-premium)}.module-score{font-size:24px;font-weight:800;color:var(--adstiq-orange)}.analysis-audit-section{background:linear-gradient(rgba(248,251,252,.96),rgba(248,251,252,.94)),url('https://images.unsplash.com/photo-1551434678-e076c223a692?w=1600&q=70&auto=format&fit=crop') center/cover no-repeat;padding:100px 0}.audit-inner{max-width:900px;margin:0 auto}.audit-intro{text-align:center;margin-bottom:50px}.audit-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 16px}.audit-intro h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 16px;color:var(--adstiq-dark)}.audit-intro p{font-size:16px;line-height:1.7;color:var(--adstiq-muted);max-width:600px;margin:0 auto}.audit-table-container{background:var(--adstiq-white);border:1px solid var(--adstiq-border);border-radius:12px;overflow:hidden}.audit-filters{display:flex;gap:8px;padding:16px;border-bottom:1px solid var(--adstiq-border);background:var(--adstiq-light)}.filter-btn{padding:8px 16px;border:1px solid var(--adstiq-border);border-radius:6px;background:var(--adstiq-white);font-size:13px;font-weight:600;color:var(--adstiq-muted);cursor:pointer;transition:all .2s var(--ease-smooth)}.filter-btn:hover{border-color:var(--adstiq-orange);color:var(--adstiq-orange)}.filter-btn.active{background:var(--adstiq-orange);border-color:var(--adstiq-orange);color:#fff}.audit-table{max-height:400px;overflow-y:auto}.audit-row{display:flex;padding:16px 24px;border-bottom:1px solid var(--adstiq-border);transition:background-color .2s var(--ease-smooth)}.audit-row:hover{background-color:rgba(7,90,120,.02)}.audit-row.audit-header{background:var(--adstiq-light);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--adstiq-muted);position:sticky;top:0}.row-issue{flex:1;font-size:14px;color:var(--adstiq-dark)}.row-status{font-size:12px;font-weight:700;padding:4px 12px;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.status-critical{background:rgba(239,68,68,.1);color:#ef4444}.status-warning{background:rgba(251,191,36,.1);color:#f59e0b}.status-passed{background:rgba(34,197,94,.1);color:#22c55e}.audit-row.hidden{display:none}.analysis-health-section{background:var(--adstiq-dark-blue);color:var(--adstiq-white);padding:100px 0;position:relative}.analysis-health-section:before{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:30px 30px;content:'';inset:0;position:absolute;opacity:.3}.health-inner{position:relative;max-width:700px;margin:0 auto}.health-intro{text-align:center;margin-bottom:60px}.health-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 16px}.health-intro h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 8px;color:var(--adstiq-white)}.health-note{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,122,0,.7);margin:0}.health-gauge{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:48px;display:flex;flex-direction:column;align-items:center;gap:40px}.gauge-circle{position:relative;width:200px;height:200px}.gauge-svg{transform:rotate(-90deg)}.gauge-bg{fill:none;stroke:rgba(255,255,255,.1);stroke-width:12}.gauge-fill{fill:none;stroke:var(--adstiq-orange);stroke-width:12;stroke-linecap:round;transition:stroke-dashoffset 1s var(--ease-premium)}.gauge-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.gauge-number{font-size:48px;font-weight:800;color:var(--adstiq-orange);line-height:1}.gauge-label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.7)}.health-breakdown{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}.breakdown-item{text-align:center}.breakdown-label{display:block;font-size:12px;font-weight:600;color:rgba(255,255,255,.7);margin-bottom:8px}.breakdown-value{font-size:24px;font-weight:700;color:var(--adstiq-white)}.analysis-tech-section{background:linear-gradient(rgba(255,255,255,.94),rgba(255,255,255,.91)),url('https://images.unsplash.com/photo-1553877522-43269d4ea984?w=1600&q=70&auto=format&fit=crop') center/cover no-repeat;padding:100px 0}.tech-inner{max-width:700px;margin:0 auto}.tech-intro{text-align:center;margin-bottom:50px}.tech-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 16px}.tech-intro h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 16px;color:var(--adstiq-dark)}.tech-intro p{font-size:16px;line-height:1.7;color:var(--adstiq-muted);max-width:600px;margin:0 auto}.tech-panel{background:#1a1a2e;border:1px solid #2d2d44;border-radius:8px;padding:24px;font-family:'Courier New',monospace}.tech-line{display:flex;align-items:center;gap:16px;padding:8px 0;border-bottom:1px solid #2d2d44;opacity:0;transform:translateX(-10px);transition:all .3s var(--ease-premium)}.tech-line:last-child{border-bottom:none}.tech-line.reveal-active{opacity:1;transform:translateX(0)}.tech-status{width:20px;font-weight:700}.tech-pass{color:#22c55e}.tech-warning{color:#fbbf24}.tech-text{font-size:13px;color:#e0e0e0}.analysis-onpage-section{background:var(--adstiq-light);padding:100px 0}.onpage-inner{max-width:900px;margin:0 auto}.onpage-intro{text-align:center;margin-bottom:50px}.onpage-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 16px}.onpage-intro h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 16px;color:var(--adstiq-dark)}.onpage-intro p{font-size:16px;line-height:1.7;color:var(--adstiq-muted);max-width:600px;margin:0 auto}.onpage-preview{background:var(--adstiq-white);border:1px solid var(--adstiq-border);border-radius:12px;padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:32px}.page-mockup{background:var(--adstiq-light);border:1px solid var(--adstiq-border);border-radius:8px;padding:24px}.mockup-element{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--adstiq-white);border:1px solid var(--adstiq-border);border-radius:6px;margin-bottom:12px;cursor:pointer;transition:border-color .2s var(--ease-smooth),background-color .2s var(--ease-smooth)}.mockup-element:hover{border-color:var(--adstiq-orange);background-color:rgba(255,122,0,.05)}.mockup-element:last-child{margin-bottom:0}.element-label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--adstiq-muted)}.element-status{font-size:14px;font-weight:700}.status-pass{color:#22c55e}.status-warning{color:#f59e0b}.onpage-details{display:flex;flex-direction:column;gap:24px}.detail-item{padding:20px;background:var(--adstiq-light);border-radius:8px;border-left:4px solid var(--adstiq-border);transition:border-color .3s var(--ease-premium)}.detail-item:hover{border-left-color:var(--adstiq-orange)}.detail-item h4{font-size:16px;font-weight:700;margin:0 0 8px;color:var(--adstiq-dark)}.detail-item p{font-size:14px;line-height:1.6;color:var(--adstiq-muted);margin:0 0 12px}.detail-status{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.analysis-performance-section{background:linear-gradient(rgba(248,251,252,.95),rgba(248,251,252,.92)),url('https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=1600&q=70&auto=format&fit=crop') center/cover no-repeat;padding:100px 0}.performance-inner{max-width:700px;margin:0 auto}.performance-intro{text-align:center;margin-bottom:50px}.performance-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 16px}.performance-intro h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 16px;color:var(--adstiq-dark)}.performance-intro p{font-size:16px;line-height:1.7;color:var(--adstiq-muted);max-width:600px;margin:0 auto}.performance-bars{background:var(--adstiq-light);border:1px solid var(--adstiq-border);border-radius:12px;padding:32px}.perf-bar-item{display:flex;align-items:center;gap:16px;margin-bottom:24px}.perf-bar-item:last-child{margin-bottom:0}.perf-label{width:120px;font-size:14px;font-weight:600;color:var(--adstiq-dark)}.perf-bar{flex:1;height:8px;background:var(--adstiq-border);border-radius:4px;overflow:hidden}.perf-fill{height:100%;border-radius:4px;transition:width .8s var(--ease-premium)}.perf-good{background:#22c55e}.perf-warning{background:#fbbf24}.perf-score{width:40px;font-size:16px;font-weight:700;color:var(--adstiq-dark);text-align:right}.analysis-priority-section{background:linear-gradient(rgba(255,255,255,.94),rgba(255,255,255,.91)),url('https://images.unsplash.com/photo-1556761175-4b46a572b786?w=1600&q=70&auto=format&fit=crop') center/cover no-repeat;padding:100px 0}.priority-inner{max-width:1000px;margin:0 auto}.priority-intro{text-align:center;margin-bottom:60px}.priority-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 16px}.priority-intro h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 16px;color:var(--adstiq-dark)}.priority-intro p{font-size:16px;line-height:1.7;color:var(--adstiq-muted);max-width:600px;margin:0 auto}.priority-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.priority-column{background:var(--adstiq-white);border:1px solid var(--adstiq-border);border-radius:12px;padding:24px;transition:transform .3s var(--ease-premium),border-color .3s var(--ease-premium)}.priority-column:hover{transform:translateY(-4px);border-color:rgba(255,122,0,.3)}.column-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--adstiq-border)}.column-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:12px}.critical-badge{background:rgba(239,68,68,.1);color:#ef4444}.warning-badge{background:rgba(251,191,36,.1);color:#f59e0b}.passed-badge{background:rgba(34,197,94,.1);color:#22c55e}.priority-column h4{font-size:16px;font-weight:700;margin:0;color:var(--adstiq-dark)}.priority-items{display:flex;flex-direction:column;gap:12px}.priority-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--adstiq-light);border-radius:6px;transition:background-color .2s var(--ease-smooth)}.priority-item:hover{background-color:rgba(7,90,120,.05)}.item-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.critical-dot{background:#ef4444}.warning-dot{background:#fbbf24}.passed-dot{background:#22c55e}.item-text{font-size:13px;color:var(--adstiq-dark);line-height:1.4}.analysis-strategy-section{background:var(--adstiq-dark-blue);color:var(--adstiq-white);padding:100px 0;position:relative}.analysis-strategy-section:before{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:30px 30px;content:'';inset:0;position:absolute;opacity:.3}.strategy-inner{position:relative;max-width:800px;margin:0 auto}.strategy-intro{text-align:center;margin-bottom:60px}.strategy-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 16px}.strategy-intro h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0;color:var(--adstiq-white)}.strategy-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto}.flow-step{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;text-align:center;transition:transform .3s var(--ease-premium),border-color .3s var(--ease-premium)}.flow-step:hover{transform:translateY(-4px);border-color:rgba(255,122,0,.3)}.step-number{font-size:32px;font-weight:800;color:var(--adstiq-orange);margin-bottom:12px}.flow-step h4{font-size:16px;font-weight:700;margin:0 0 8px;color:var(--adstiq-white)}.flow-step p{font-size:13px;line-height:1.5;color:var(--text-soft);margin:0}.flow-arrow{display:none}@media (max-width:768px){.strategy-flow{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.strategy-flow{grid-template-columns:1fr}}.analysis-faq-section{background:var(--adstiq-white);padding:100px 0}.faq-inner{max-width:800px;margin:0 auto}.faq-intro{text-align:center;margin-bottom:50px}.faq-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--adstiq-orange);margin:0 0 16px}.faq-intro h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0;color:var(--adstiq-dark)}.faq-accordion{background:var(--adstiq-light);border:1px solid var(--adstiq-border);border-radius:12px;padding:24px}.faq-item{background:var(--adstiq-white);border:1px solid var(--adstiq-border);border-radius:8px;margin-bottom:12px;overflow:hidden}.faq-question{width:100%;background:0 0;border:0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px;font-weight:600;color:var(--adstiq-dark);text-align:left;transition:background .2s var(--ease-smooth)}.faq-question:hover{background:var(--adstiq-light)}.faq-question svg{width:20px;height:20px;stroke:var(--adstiq-orange);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s var(--ease-smooth)}.faq-question[aria-expanded=true] svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 24px;transition:max-height .3s var(--ease-premium),padding .3s var(--ease-premium),opacity .3s var(--ease-premium);opacity:0}.faq-answer.open{opacity:1}.faq-answer p{color:var(--adstiq-muted);font-size:14px;line-height:1.7;margin:0;padding-bottom:24px}.analysis-cta-section{background:var(--adstiq-dark-blue);color:var(--adstiq-white);padding:120px 0;position:relative}.analysis-cta-section:before{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:30px 30px;content:'';inset:0;position:absolute;opacity:.3}.cta-inner{position:relative;max-width:800px;margin:0 auto}.cta-content{text-align:center}.cta-content h2{font-family:'PT Serif',Georgia,serif;font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-.01em;line-height:1.15;margin:0 0 24px;color:var(--adstiq-white)}.cta-content p{font-size:17px;line-height:1.7;color:var(--text-soft);margin:0 0 32px;max-width:600px;margin-left:auto;margin-right:auto}.button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,122,0,.3)}.button-primary:hover svg{transform:translateX(4px)}.button-primary svg{transition:transform .2s var(--ease-smooth)}@media (max-width:1024px){.analysis-hero-inner{grid-template-columns:1fr;gap:60px}.analysis-hero-content{max-width:100%}.modules-grid{grid-template-columns:repeat(2,1fr)}.priority-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.analysis-hero{padding:80px 0 60px}.analysis-url-input{flex-direction:column}.analysis-url-input .button{width:100%}.modules-grid{grid-template-columns:1fr}.onpage-preview{grid-template-columns:1fr}.health-breakdown{grid-template-columns:repeat(2,1fr)}.priority-columns{grid-template-columns:1fr}.audit-filters{flex-wrap:wrap}}@media (max-width:480px){.analysis-hero-content h1{font-size:36px}.gauge-circle{width:160px;height:160px}.gauge-number{font-size:36px}.health-breakdown{grid-template-columns:1fr}.perf-bar-item{flex-direction:column;align-items:flex-start;gap:8px}.perf-label{width:100%}.perf-bar{width:100%}.perf-score{width:100%;text-align:left}}