*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Nunito,sans-serif;color:#2d3a4e;background:#f4f6fb;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.howItWorks-hero{padding:100px 80px;background:#1a2b4a;position:relative;overflow:hidden}
.howItWorks-hero::before{content:'';position:absolute;top:-300px;right:-200px;width:800px;height:800px;background:radial-gradient(circle,rgba(229,62,62,.08) 0,transparent 60%);pointer-events:none}
.howItWorks-hero::after{content:'';position:absolute;bottom:-200px;left:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(34,197,94,.06) 0,transparent 60%);pointer-events:none}
.howItWorks-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 460px;gap:72px;align-items:center}
.howItWorks-hero-chips{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}
.howItWorks-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:100px;font-size:12px;font-weight:800;letter-spacing:.3px}
.howItWorks-chip-green{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.25);color:#22c55e}
.howItWorks-chip-red{background:rgba(229,62,62,.15);border:1px solid rgba(229,62,62,.2);color:#f56565}
.howItWorks-hero h1{font-size:46px;font-weight:900;line-height:1.15;color:#fff;margin-bottom:18px}
.howItWorks-hero h1 .howItWorks-accent{color:#e53e3e}
.howItWorks-hero h1 .howItWorks-accent-green{color:#22c55e}
.howItWorks-hero-desc{font-size:17px;line-height:1.75;color:rgba(255,255,255,.6);margin-bottom:32px;max-width:480px}
.howItWorks-hero-desc strong{color:rgba(255,255,255,.9);font-weight:800}
.howItWorks-hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.howItWorks-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 30px;border-radius:12px;font-weight:800;font-size:15px;text-decoration:none;transition:all .3s;border:none;cursor:pointer}
.howItWorks-btn-red{background:#e53e3e;color:#fff}
.howItWorks-btn-red:hover{transform:translateY(-2px)}
.howItWorks-btn-primary{background:#1b2b49;color:#fff}
.howItWorks-btn-primary:hover{transform:translateY(-2px)}
.howItWorks-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;background:0 0;color:#fff;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;border:2px solid rgba(255,255,255,.2);transition:all .3s}
.howItWorks-btn-outline:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.05)}
.howItWorks-hero-visual{position:relative;display:flex;flex-flow:wrap;gap:16px}
.howItWorks-hero-screenshot{width:100%;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.08)}
.howItWorks-hero-float{position:relative;background:#fff;border-radius:16px;padding:18px 22px;box-shadow:0 20px 60px rgba(26,43,74,.12);display:flex;align-items:center;gap:14px;animation:bobFloat 4s ease-in-out infinite;width:calc(50% - 8px)}
@keyframes bobFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-6px)}
}
.howItWorks-float-dot{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.howItWorks-float-dot svg{width:22px;height:22px;color:#fff}
.howItWorks-float-meta-label{font-size:12px;color:#98a2b3;font-weight:600}
.howItWorks-float-meta-value{font-size:24px;font-weight:900;color:#37c565}
.howItWorks-float-meta-value em{font-style:normal;color:#22c55e}
.howItWorks-hero-float-2{position:relative;background:#fff;border-radius:12px;padding:18px 22px;box-shadow:0 20px 60px rgba(26,43,74,.12);animation:bobFloat 5s ease-in-out infinite;animation-delay:1s;width:calc(50% - 10px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.howItWorks-roi-badge{font-size:11px;font-weight:800;color:#98a2b3;margin-bottom:2px;display:flex;align-items:center;gap:6px}
.howItWorks-roi-badge>i{display:flex;width:32px}
.howItWorks-roi-badge>i>img{max-width:100%}
.howItWorks-roi-val{font-size:24px;font-weight:900;color:#e53e3e}
.howItWorks-safety-strip{background:#22c55e;padding:14px 48px;text-align:center;color:#fff;font-weight:800;font-size:14px;letter-spacing:.3px}
.howItWorks-safety-strip span{opacity:.7;margin:0 16px}
.howItWorks-stat-strip{padding:0 48px;margin-top:36px;margin-bottom:16px;position:relative;z-index:2}
.howItWorks-stat-strip-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.howItWorks-stat-card{background:#fff;border-radius:16px;padding:26px 22px;text-align:center;border:1px solid #e2e6ee;transition:all .3s}
.howItWorks-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(26,43,74,.08)}
.howItWorks-stat-number{font-size:32px;font-weight:900;margin-bottom:3px}
.howItWorks-stat-number.red{color:#e53e3e}
.howItWorks-stat-number.green{color:#22c55e}
.howItWorks-stat-number.blue{color:#3b82f6}
.howItWorks-stat-number.navy{color:#1a2b4a}
.howItWorks-stat-label{font-size:12px;color:#5a6578;line-height:1.5;font-weight:600}
.howItWorks-section{padding-block:46px; padding-bottom:0px; }
.howItWorks-section-white{background:#fff;padding-block:36px;padding-bottom:60px}
.howItWorks-section-dark{background:#1a2b4a;color:#fff;padding-block:42px}
.howItWorks-section-navy-grad{background:linear-gradient(180deg,#1a2b4a 0,#111d35 100%);color:#fff}
.howItWorks-section-title{font-size:36px;font-weight:900;color:#1a2b4a;margin-bottom:12px;line-height:1.2}
.howItWorks-section-dark .howItWorks-section-title,.howItWorks-section-navy-grad .howItWorks-section-title{color:#fff}
.howItWorks-section-subtitle{font-size:16px;color:#5a6578;max-width:580px;line-height:1.65;font-weight:600}
.howItWorks-section-dark .howItWorks-section-subtitle,.howItWorks-section-navy-grad .howItWorks-section-subtitle{color:rgba(255,255,255,.55)}
.howItWorks-section-header{text-align:center;margin-bottom:20px}
.howItWorks-section-header .howItWorks-section-subtitle{margin:0 auto}
.howItWorks-section-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;background:rgba(229,62,62,.15);border-radius:100px;font-size:11px;font-weight:800;color:#e53e3e;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}
.howItWorks-section-dark .howItWorks-section-chip,.howItWorks-section-navy-grad .howItWorks-section-chip{background:rgba(229,62,62,.2)}
.howItWorks-warning-banner{max-width:1200px;margin:0 auto;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:0 12px 12px 0;padding:18px 26px;display:flex;align-items:center;gap:14px}
.howItWorks-warning-banner svg{width:24px;height:24px;color:#f59e0b;min-width:24px}
.howItWorks-warning-banner p{font-size:14px;color:#92400e;font-weight:700;line-height:1.5}
.howItWorks-problem-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;padding-bottom:56px}
.howItWorks-problem-chart{background:#1a2b4a;border-radius:20px;padding:34px;color:#fff;position:relative;overflow:hidden}
.howItWorks-bar-chart{display:flex;align-items:flex-end;gap:18px;height:170px;margin-top:18px}
.howItWorks-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;position:relative;height:100%;justify-content:flex-end}
.howItWorks-bar{width:100%;border-radius:6px 6px 0 0}
.howItWorks-bar-label{font-size:10px;color:rgba(255,255,255,.4);text-align:center;font-weight:700}
.howItWorks-bar-value{font-size:12px;font-weight:900;color:#fff}
.howItWorks-problem-items{display:flex;flex-direction:column;gap:14px}
.howItWorks-problem-item{display:flex;gap:16px;padding:20px;background:#fff;border-radius:16px;border-left:4px solid #e53e3e;border-top:1px solid #e2e6ee;border-right:1px solid #e2e6ee;border-bottom:1px solid #e2e6ee;transition:all .3s}
.howItWorks-problem-item:hover{transform:translateX(6px);box-shadow:0 8px 30px rgba(26,43,74,.08)}
.howItWorks-p-icon{width:42px;height:42px;min-width:42px;border-radius:12px;background:rgba(229,62,62,.15);display:flex;align-items:center;justify-content:center}
.howItWorks-problem-item h4{font-size:15px;font-weight:800;color:#1a2b4a;margin-bottom:2px}
.howItWorks-problem-item p{font-size:13px;color:#5a6578;line-height:1.5;font-weight:600}
.howItWorks-conv-section{padding:48px 0;background:linear-gradient(180deg,#fff 0,#f4f6fb 100%)}
.howItWorks-conv-container{max-width:1200px;margin:0 auto}
.howItWorks-conv-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:64px}
.howItWorks-conv-flow{background:#1a2b4a;border-radius:20px;padding:36px;position:relative;overflow:hidden}
.howItWorks-conv-flow::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(34,197,94,.05) 0,rgba(229,62,62,.05) 100%)}
.howItWorks-flow-row{display:flex;align-items:center;gap:12px;padding:14px 0;position:relative;z-index:1}
.howItWorks-flow-row+.howItWorks-flow-row{border-top:1px solid rgba(255,255,255,.06)}
.howItWorks-flow-icon{width:40px;height:40px;min-width:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}
.howItWorks-flow-icon.negative{background:rgba(229,62,62,.15)}
.howItWorks-flow-icon.positive{background:rgba(34,197,94,.15)}
.howItWorks-flow-icon.neutral{background:rgba(59,130,246,.15)}
.howItWorks-flow-label{flex:1;font-size:13px;font-weight:700;color:rgba(255,255,255,.75)}
.howItWorks-flow-label strong{color:#fff}
.howItWorks-flow-arrow{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}
.howItWorks-flow-arrow.to-google{background:rgba(59,130,246,.2);color:#3b82f6}
.howItWorks-flow-badge{padding:4px 10px;border-radius:100px;font-size:11px;font-weight:800}
.howItWorks-flow-badge.neg{background:rgba(229,62,62,.2);color:#f56565}
.howItWorks-flow-badge.pos{background:rgba(34,197,94,.2);color:#4ade80}
.howItWorks-conv-content h3{font-size:14px;font-weight:800;color:#e53e3e;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}
.howItWorks-conv-content h2{font-size:34px;font-weight:900;color:#1a2b4a;line-height:1.2;margin-bottom:16px}
.howItWorks-conv-content h2 .howItWorks-accent-green{color:#22c55e}
.howItWorks-conv-content>p{font-size:15px;color:#5a6578;line-height:1.7;font-weight:600;margin-bottom:24px}
.howItWorks-signal-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.howItWorks-signal-card{padding:20px;border-radius:16px;border:1px solid #e2e6ee}
.howItWorks-signal-card.negative{background:linear-gradient(135deg,rgba(229,62,62,.04) 0,#fff 100%);border-left:4px solid #e53e3e}
.howItWorks-signal-card.positive{background:linear-gradient(135deg,rgba(34,197,94,.04) 0,#fff 100%);border-left:4px solid #22c55e}
.howItWorks-signal-card h5{font-size:13px;font-weight:800;margin-bottom:8px;display:flex;align-items:center;gap:6px}
.howItWorks-signal-card.negative h5{color:#e53e3e}
.howItWorks-signal-card.positive h5{color:#22c55e}
.howItWorks-signal-card ul{list-style:none;display:flex;flex-direction:column;gap:5px}
.howItWorks-signal-card li{font-size:12px;color:#5a6578;font-weight:600;padding-left:16px;position:relative;line-height:1.5}
.howItWorks-signal-card li::before{content:'';position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%}
.howItWorks-signal-card.negative li::before{background:#e53e3e}
.howItWorks-signal-card.positive li::before{background:#22c55e}
.howItWorks-pipeline-section{max-width:1200px;margin:0 auto}
.howItWorks-pipeline-title{text-align:center;margin-bottom:40px}
.howItWorks-pipeline-title h3{font-size:24px;font-weight:900;color:#1a2b4a;margin-bottom:6px}
.howItWorks-pipeline-title p{font-size:14px;color:#5a6578;font-weight:600}
.howItWorks-pipeline{display:flex;align-items:stretch;gap:0;position:relative}
.howItWorks-pipeline::before{content:'';position:absolute;top:50%;left:40px;right:40px;height:3px;background:linear-gradient(90deg,#e53e3e,#f59e0b,#22c55e,#3b82f6);border-radius:2px;z-index:0;transform:translateY(-50%)}
.howItWorks-pipe-step{flex:1;position:relative;z-index:1;text-align:center;padding:0 12px}
.howItWorks-pipe-dot{width:48px;height:48px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px;color:#fff;box-shadow:0 0 0 6px #f4f6fb}
.howItWorks-pipe-step:nth-child(1) .howItWorks-pipe-dot{background:#e53e3e}
.howItWorks-pipe-step:nth-child(2) .howItWorks-pipe-dot{background:#f59e0b}
.howItWorks-pipe-step:nth-child(3) .howItWorks-pipe-dot{background:#22c55e}
.howItWorks-pipe-step:nth-child(4) .howItWorks-pipe-dot{background:#3b82f6}
.howItWorks-pipe-step h4{font-size:14px;font-weight:800;color:#1a2b4a;margin-bottom:4px;margin-top:33px}
.howItWorks-pipe-step p{font-size:12px;color:#5a6578;font-weight:600;line-height:1.45}
.howItWorks-steps-container{max-width:1200px;margin:0 auto}
.howItWorks-step-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:80px}
.howItWorks-step-row:nth-child(even){direction:rtl}
.howItWorks-step-row:nth-child(even)>*{direction:ltr}
.howItWorks-step-row:last-child{margin-bottom:0}
.howItWorks-step-num{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:12px;color:#fff;font-size:20px;font-weight:900;margin-bottom:16px}
.howItWorks-step-num.s1{background:#e53e3e}
.howItWorks-step-num.s2{background:#f59e0b}
.howItWorks-step-num.s3{background:#22c55e}
.howItWorks-step-num.s4{background:#3b82f6}
.howItWorks-step-tag{display:inline-block;padding:3px 10px;border-radius:100px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}
.howItWorks-step-tag.critical{background:rgba(34,197,94,.12);color:#16a34a}
.howItWorks-step-content h3{font-size:26px;font-weight:900;color:#1a2b4a;margin-bottom:12px;line-height:1.25}
.howItWorks-step-content p{font-size:14px;color:#5a6578;line-height:1.7;margin-bottom:20px;font-weight:600}
.howItWorks-step-checks{display:flex;flex-direction:column;gap:9px}
.howItWorks-step-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#2d3a4e;font-weight:700}
.howItWorks-step-check svg{width:18px;height:18px;color:#22c55e;min-width:18px;margin-top:1px}
.howItWorks-step-img{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(26,43,74,.12);border:1px solid #e2e6ee}
.howItWorks-tech-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.howItWorks-tech-card{background:#243656;border-radius:20px;padding:30px 22px;text-align:center;border:1px solid rgba(255,255,255,.06);transition:all .4s;position:relative;overflow:hidden}
.howItWorks-tech-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#e53e3e;opacity:0;transition:opacity .3s}
.howItWorks-tech-card:hover{transform:translateY(-5px);border-color:rgba(229,62,62,.25)}
.howItWorks-tech-card:hover::after{opacity:1}
.howItWorks-t-icon{width:52px;height:52px;border-radius:12px;background:rgba(229,62,62,.15);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.howItWorks-tech-card h4{font-size:15px;font-weight:800;color:#fff;margin-bottom:7px}
.howItWorks-tech-card p{font-size:12px;color:rgba(255,255,255,.48);line-height:1.55;font-weight:600}
.howItWorks-results-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.howItWorks-result-box{background:#1a2b4a;border-radius:20px;padding:40px;color:#fff;position:relative;overflow:hidden}
.howItWorks-result-box::after{content:'';position:absolute;top:-80px;right:-80px;width:250px;height:250px;background:radial-gradient(circle,rgba(229,62,62,.15) 0,transparent 70%)}
.howItWorks-result-tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#e53e3e;margin-bottom:4px}
.howItWorks-result-budget{font-size:42px;font-weight:900;margin-bottom:24px}
.howItWorks-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.howItWorks-metric-cell{background:rgba(255,255,255,.06);border-radius:12px;padding:16px;border:1px solid rgba(255,255,255,.08)}
.howItWorks-metric-label{font-size:11px;color:rgba(255,255,255,.38);font-weight:700;margin-bottom:3px}
.howItWorks-metric-val{font-size:22px;font-weight:900;color:#22c55e}
.howItWorks-metric-arrow{display:flex;align-items:center;gap:6px}
.howItWorks-metric-old{font-size:15px;color:rgba(255,255,255,.32);text-decoration:line-through;font-weight:700}
.howItWorks-results-list{display:flex;flex-direction:column;gap:14px}
.howItWorks-r-item{display:flex;gap:16px;padding:20px;background:#fff;border-radius:16px;border:1px solid #e2e6ee;transition:all .3s}
.howItWorks-r-item:hover{box-shadow:0 8px 30px rgba(26,43,74,.08);transform:translateX(4px)}
.howItWorks-r-icon{width:42px;height:42px;min-width:42px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.howItWorks-r-item h4{font-size:14px;font-weight:800;color:#1a2b4a;margin-bottom:2px}
.howItWorks-r-item p{font-size:12px;color:#5a6578;line-height:1.5;font-weight:600}
.howItWorks-gallery-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.howItWorks-gallery-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e6ee;transition:all .4s}
.howItWorks-gallery-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(26,43,74,.12)}
.howItWorks-gallery-card img{width:100%;height:190px;object-fit:cover;object-position:top;display:block}
.howItWorks-gallery-card .howItWorks-g-info{padding:16px 20px}
.howItWorks-gallery-card h4{font-size:14px;font-weight:800;color:#1a2b4a;margin-bottom:3px}
.howItWorks-gallery-card p{font-size:11px;color:#5a6578;line-height:1.5;font-weight:600}
.howItWorks-integ-logos{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:18px;margin-top:36px}
.howItWorks-integ-box{width:124px;height:108px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e6ee;font-weight:800;font-size:13px;color:#5a6578;transition:all .3s;align-items:center;gap:4px;flex-direction:column}
.howItWorks-integ-box:hover{border-color:#e53e3e;box-shadow:0 6px 20px rgba(229,62,62,.08);transform:translateY(-3px)}
.howItWorks-timeline{max-width:960px;margin:0 auto;position:relative}
.howItWorks-timeline::before{content:'';position:absolute;top:32px;left:50%;transform:translateX(-50%);width:2px;height:calc(100% - 64px);background:rgba(255,255,255,.08)}
.howItWorks-tl-item{display:flex;gap:48px;align-items:center;margin-bottom:8px;position:relative}
.howItWorks-tl-dot{position:absolute;left:50%;transform:translateX(-50%);width:42px;height:42px;border-radius:50%;background:#e53e3e;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:15px;color:#fff;z-index:2;box-shadow:0 0 0 6px rgba(229,62,62,.15)}
.howItWorks-tl-content{flex:1;padding:20px 26px;background:#1f2c44;background:rgba(255,255,255,.04);border-radius:16px;border:1px solid rgba(255,255,255,.08)}
.howItWorks-tl-content h4{font-size:17px;font-weight:800;color:#fff;margin-bottom:5px}
.howItWorks-tl-content p{font-size:13px;color:rgba(255,255,255,.48);line-height:1.6;font-weight:600}
.howItWorks-tl-spacer{flex:1}
.howItWorks-faq-wrap{max-width:740px;margin:0 auto}
.howItWorks-faq-item{background:#fff;border-radius:16px;margin-bottom:10px;border:1px solid #e2e6ee;overflow:hidden;transition:all .3s}
.howItWorks-faq-item:hover{box-shadow:0 2px 8px rgba(26,43,74,.06)}
.howItWorks-faq-q{padding:20px 24px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:14px;color:#1a2b4a;user-select:none;gap:12px}
.howItWorks-faq-q svg{width:18px;height:18px;color:#98a2b3;transition:transform .3s;min-width:18px}
.howItWorks-faq-item.open .howItWorks-faq-q svg{transform:rotate(45deg);color:#e53e3e}
.howItWorks-faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.howItWorks-faq-item.open .howItWorks-faq-a{max-height:320px}
.howItWorks-faq-a-inner{padding:0 24px 20px;font-size:13px;color:#5a6578;line-height:1.7;font-weight:600}
.howItWorks-cta-section{padding:76px 48px;text-align:center;position:relative;overflow:hidden}
.howItWorks-cta-section::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(229,62,62,.15) 0,transparent 55%);pointer-events:none}
.howItWorks-cta-inner{position:relative;z-index:1}
.howItWorks-cta-section h2{font-size:40px;font-weight:900;color:#1a2b4a;margin-bottom:12px;line-height:1.2}
.howItWorks-cta-section h2 .howItWorks-accent{color:#e53e3e}
.howItWorks-cta-section p{font-size:16px;color:#5a6578;max-width:540px;margin:0 auto 32px;line-height:1.65;font-weight:600}
.howItWorks-cta-btns{display:flex;justify-content:center;gap:14px;margin-bottom:28px}
.howItWorks-cta-trust{display:flex;justify-content:center;gap:24px;color:#98a2b3;font-size:12px;font-weight:700}
.howItWorks-cta-trust span{display:flex;align-items:center;gap:5px}
.howItWorks-footer{background:#1a2b4a;padding:48px 48px 24px;color:rgba(255,255,255,.45)}
.howItWorks-footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px}
.howItWorks-footer-logo img{height:30px;filter:brightness(0) invert(1)}
.howItWorks-footer-pills{display:flex;gap:8px}
.howItWorks-footer-pill{padding:6px 16px;border-radius:100px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.55);font-size:12px;font-weight:700;text-decoration:none;transition:all .2s}
.howItWorks-footer-pill:hover{background:rgba(255,255,255,.12);color:#fff}
.howItWorks-footer-addr{font-size:12px;text-align:right;font-weight:600}
.howItWorks-footer-addr a{color:#e53e3e;text-decoration:none}
.howItWorks-tl-item .howItWorks-tl-content{margin-right:20px}
.howItWorks-tl-item:nth-child(even) .howItWorks-tl-content{margin-right:0;margin-left:20px}
.howItWorks-step-num.howItWorks-s1{background:#e13a43}
.howItWorks-step-num.howItWorks-s2{background:#f29d2d}
.howItWorks-step-num.howItWorks-s3{background:#37c565}
.howItWorks-step-tag.howItWorks-critical{background:rgba(34,197,94,.12);color:#16a34a;margin-left:6px}
.howItWorks-step-num.howItWorks-s4{background:#4284f1}
.howItWorks-signal-card.howItWorks-negative{background:linear-gradient(135deg,rgba(229,62,62,.04) 0,#fff 100%);border-left:4px solid #e13a43}
.howItWorks-signal-card.howItWorks-negative h5{color:#e13a43}
.howItWorks-negative li::before{background:#dd3647}
.howItWorks-signal-card.howItWorks-positive{background:linear-gradient(135deg,rgba(34,197,94,.04) 0,#fff 100%);border-left:4px solid #37c565}
.howItWorks-signal-card.howItWorks-positive h5{color:#45c56b}
.howItWorks-signal-card.howItWorks-positive li::before{background:#37c565}
.howItWorks-flow-icon.howItWorks-negative{background:rgba(229,62,62,.15)}
.howItWorks-flow-icon.howItWorks-positive{background:rgba(34,197,94,.15)}
.howItWorks-flow-icon.howItWorks-neutral{background:rgba(59,130,246,.15)}
.howItWorks-flow-badge.howItWorks-neg{background:rgba(229,62,62,.2);color:#f56565}
.howItWorks-flow-badge.howItWorks-pos{background:rgba(34,197,94,.2);color:#4ade80}
.howItWorks-flow-arrow.howItWorks-to-google{background:rgba(59,130,246,.2);color:#3b82f6}
.howItWorks-hero-float-2.float4 .howItWorks-roi-val{color:#45c56b}
.howItWorks-hero-float-2.float3 .howItWorks-roi-val{color:#d67523}
.howItWorks-hero-float-2 .trend.down{color:#e03b43}
.howItWorks-hero-float-2 .trend.up{color:#37c565}
.howItWorks-hero-float-2 .trend{display:flex;font-size:12px;font-weight:500}
.howItWorks-stat-number.howItWorks-red{color:#e13a43}
.howItWorks-stat-number.howItWorks-navy{color:#1b2b49}
.howItWorks-stat-number.howItWorks-green{color:#37c565}
.howItWorks-stat-number.howItWorks-blue{color:#4284f1}
.howItWorks-section .faqPageRow{justify-content:center}
@media(max-width:1024px){
.howItWorks-conv-hero-grid,.howItWorks-hero-inner,.howItWorks-problem-grid,.howItWorks-results-container,.howItWorks-step-row{grid-template-columns:1fr;gap:36px}
.howItWorks-step-row:nth-child(even){direction:ltr}
.howItWorks-tech-grid{grid-template-columns:repeat(2,1fr)}
.howItWorks-gallery-grid{grid-template-columns:repeat(2,1fr)}
.howItWorks-stat-strip-inner{grid-template-columns:repeat(2,1fr)}
.howItWorks-pipeline{flex-direction:column;gap:24px}
.howItWorks-pipeline::before{display:none}
.howItWorks-signal-cards{grid-template-columns:1fr}
.howItWorks-hero h1{font-size:34px}
.howItWorks-section{padding:56px 24px}
.howItWorks-hero{padding:60px 24px 56px}
.howItWorks-navbar{padding:10px 20px}
.howItWorks-nav-links{display:none}
}
@media(max-width:640px){
.howItWorks-stat-strip-inner,.howItWorks-tech-grid{grid-template-columns:1fr}
.howItWorks-gallery-grid{grid-template-columns:1fr}
.howItWorks-hero h1{font-size:28px}
.howItWorks-section-title{font-size:24px}
.howItWorks-result-grid{grid-template-columns:1fr}
.howItWorks-hero-actions{flex-direction:column;align-items:flex-start}
.howItWorks-cta-btns{flex-direction:column;align-items:center}
.howItWorks-cta-section h2{font-size:28px}
.howItWorks-footer-inner{flex-direction:column;text-align:center}
.howItWorks-footer-addr{text-align:center}
.howItWorks-stat-strip-inner{max-width:90%;gap:12px}
.howItWorks-stat-strip{padding-inline:0}
.howItWorks-inline-13{font-size:22px;margin-bottom:8px}
.howItWorks-problem-grid{padding-bottom:0}
.howItWorks-conv-content h2{font-size:22px}
.howItWorks-conv-section{padding-inline:20px}
.howItWorks-conv-flow{padding:28px}
.howItWorks-conv-hero-grid{margin-bottom:36px}
.howItWorks-pipe-step h4{margin-top:0}
.howItWorks-step-row{gap:20px;margin-bottom:36px}
.howItWorks-integ-box{width:calc(50% - 5px)}
.howItWorks-integ-logos{gap:10px;margin-top:16px}
.howItWorks-tl-content{width:100%;flex:100%;margin:0!important}
.howItWorks-tl-item{gap:0}
.howItWorks-timeline{display:flex;flex-direction:column;gap:60px}
.howItWorks-tl-dot{top:-53px;width:38px;height:38px}
.howItWorks-section-header{margin-bottom:62px}
.howItWorks-tl-content{background:#1f2c44}
.howItWorks-timeline::before{top:-20px}
}
.howItWorks-inline-1{transition-delay:.2s}
.howItWorks-inline-2{background:#22c55e}
.howItWorks-inline-3{transition-delay:.1s}
.howItWorks-inline-4{transition-delay:.3s}
.howItWorks-inline-5{padding-top:16px}
.howItWorks-inline-6{font-size:16px;font-weight:800;margin-bottom:4px}
.howItWorks-inline-7{font-size:11px;color:rgba(255,255,255,.4);font-weight:600}
.howItWorks-inline-8{height:65%;background:#22c55e;opacity:.85}
.howItWorks-inline-9{height:42%;background:#e53e3e;opacity:.9;width:100%;display:block}
.howItWorks-inline-10{height:28%;background:#f59e0b}
.howItWorks-inline-11{height:28%;background:#818cf8}
.howItWorks-inline-12{transition-delay:.15s}
.howItWorks-inline-13{font-size:32px;font-weight:900;color:#1a2b4a;margin-bottom:18px;line-height:1.2}
.howItWorks-inline-14{color:#e53e3e}
.howItWorks-inline-15{font-size:14px;font-weight:800;color:#fff;margin-bottom:18px;display:flex;align-items:center;gap:8px}
.howItWorks-inline-16{border-top:2px solid rgba(59,130,246,.2);padding-top:18px;margin-top:4px}
.howItWorks-inline-17{font-size:11px;color:rgba(255,255,255,.4)}
.howItWorks-inline-18{font-size:12px;color:rgba(255,255,255,.4);margin-bottom:3px;font-weight:600}
.howItWorks-inline-19{font-size:24px}
.howItWorks-inline-20{color:rgba(255,255,255,.2)}
.howItWorks-inline-21{background:rgba(34,197,94,.12)}
.howItWorks-inline-22{background:rgba(59,130,246,.12)}
.howItWorks-inline-23{background:rgba(229,62,62,.15)}
.howItWorks-inline-24{background:rgba(139,92,246,.12)}
.howItWorks-inline-25{text-align:center;margin-top:24px}
.howItWorks-inline-26{max-width:840px;width:100%;border-radius:16px;box-shadow:0 8px 30px rgba(26,43,74,.08);border:1px solid #e2e6ee}
.howItWorks-inline-27{font-size:16px;padding:16px 36px}
.howItWorks-inline-28{height:28px;filter:brightness(0) invert(1)}