@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700;800;900&display=swap");:root{--navy:#00273c;--mid:#00587f;--yellow:#ffd500;--warm:#f7f5f1;--text:#1a1a1a;--muted:#777;--border:#e5e3de;--white:#fff;--red:#d32f2f;--green:#2e7d32}.fl-root *,.fl-root :after,.fl-root :before{box-sizing:border-box;margin:0;padding:0}.fl-root{font-family:Maven Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}.fl-root h1,.fl-root h2,.fl-root h3,.fl-root h4{font-family:Maven Pro,sans-serif;line-height:1.15}.fl-urgency-bar{background:var(--yellow);color:var(--navy);font-weight:700;font-size:14px;text-align:center;padding:10px 16px;letter-spacing:.02em}.fl-nav{background:var(--navy);padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.fl-nav-logo{color:var(--white);font-weight:800;font-size:20px;letter-spacing:.05em}.fl-nav-logo-img{height:40px;width:auto;max-width:180px;-o-object-fit:contain;object-fit:contain;display:block}.fl-nav-badge{background:hsla(0,0%,100%,.12);color:var(--white);font-size:12px;padding:4px 10px;border-radius:4px;font-weight:500}.fl-nav-links{display:flex;gap:28px;align-items:center}.fl-nav-links a{color:hsla(0,0%,100%,.82);font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;transition:color .15s}.fl-nav-links a:hover{color:var(--yellow)}@media (max-width:640px){.fl-nav-links{display:none}}.fl-root{overflow-x:clip}.fl-hero{padding:64px 24px 72px;text-align:center;position:relative}.fl-hero-inner{max-width:960px;margin:0 auto;position:relative;z-index:2}.fl-hero:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;background-image:var(--hero-bg-img,none);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0;pointer-events:none}.fl-hero h1{font-size:clamp(28px,5vw,48px);font-weight:900;color:var(--navy);margin-bottom:20px;line-height:1.1}.fl-hero p{font-size:18px;color:var(--muted);margin-bottom:36px;line-height:1.6}.fl-cta-btn{display:inline-block;padding:18px 40px;font-family:Maven Pro,sans-serif;font-weight:800;font-size:17px;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:transform .15s,opacity .15s;letter-spacing:.01em}.fl-cta-btn:hover{transform:translateY(-1px);opacity:.93}.fl-cta-btn.yellow{background:var(--yellow);color:var(--navy)}.fl-cta-btn.navy{background:var(--navy);color:var(--white)}.fl-trust-strip{background:var(--warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 24px;display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.fl-trust-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--navy)}.fl-trust-item .icon{font-size:18px}.fl-pain-strip{background:var(--navy);color:var(--white);padding:56px 24px;text-align:center}.fl-pain-strip-inner{max-width:960px;margin:0 auto}.fl-pain-strip h2{font-size:clamp(22px,4vw,36px);font-weight:800;margin-bottom:32px}.fl-pain-list{list-style:none;display:flex;flex-direction:column;gap:16px;max-width:560px;margin:0 auto 36px;text-align:left}.fl-pain-list li{display:flex;align-items:flex-start;gap:12px;font-size:16px;line-height:1.5}.fl-pain-list .check{color:var(--yellow);font-size:18px;margin-top:1px;flex-shrink:0}.fl-mirror{background:var(--warm);padding:56px 24px}.fl-mirror-inner{max-width:720px;margin:0 auto}.fl-mirror h2{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--navy);margin-bottom:24px}.fl-mirror p{font-size:17px;line-height:1.65;color:var(--text);margin-bottom:16px}.fl-process{padding:56px 24px;background:var(--white)}.fl-process-inner{max-width:720px;margin:0 auto}.fl-process h2{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--navy);margin-bottom:32px;text-align:center}.fl-steps{display:grid;gap:24px}.fl-step{display:flex;gap:20px;align-items:flex-start}.fl-step-num{width:40px;height:40px;border-radius:50%;background:var(--navy);color:var(--white);font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fl-step-body h3{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:4px}.fl-step-body p{font-size:15px;color:var(--muted);line-height:1.5}.fl-qual{background:var(--warm);padding:56px 24px}.fl-qual-inner{max-width:720px;margin:0 auto;text-align:center}.fl-qual h2{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--navy);margin-bottom:16px}.fl-qual>.fl-qual-inner>p{font-size:16px;color:var(--muted);margin-bottom:32px}.fl-form-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:32px;max-width:600px;margin:0 auto;box-shadow:0 4px 24px rgba(0,0,0,.08)}.fl-progress-bar{display:flex;align-items:flex-start;justify-content:center;margin-bottom:28px}.fl-progress-step{display:flex;flex-direction:column;align-items:center;gap:5px;flex-shrink:0}.fl-progress-circle{width:32px;height:32px;border-radius:50%;background:var(--border);color:var(--muted);font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.fl-progress-step.active .fl-progress-circle{background:var(--navy);color:var(--white)}.fl-progress-step.done .fl-progress-circle{background:var(--mid);color:var(--white)}.fl-progress-label{font-size:10px;font-weight:700;color:var(--muted);white-space:nowrap;letter-spacing:.02em;text-transform:uppercase}.fl-progress-step.active .fl-progress-label,.fl-progress-step.done .fl-progress-label{color:var(--navy)}.fl-progress-line{flex:1;height:2px;background:var(--border);margin-top:15px;min-width:20px;transition:background .2s}.fl-progress-line.done{background:var(--mid)}.fl-form-title{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:4px}.fl-form-subtitle{font-size:14px;color:var(--muted);margin-bottom:24px}.fl-btn-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}@media (max-width:480px){.fl-btn-grid{grid-template-columns:repeat(2,1fr)}}.fl-choice-btn{padding:12px 8px;border:2px solid var(--border);border-radius:8px;background:var(--white);font-family:Maven Pro,sans-serif;font-weight:600;font-size:14px;color:var(--text);cursor:pointer;transition:all .15s;text-align:center}.fl-choice-btn:hover{border-color:var(--mid);color:var(--mid)}.fl-choice-btn.selected{border-color:var(--navy);background:var(--navy);color:var(--white)}.fl-duration-grid{display:flex;gap:8px;margin-bottom:20px}.fl-duration-grid .fl-choice-btn{flex:1}.fl-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.fl-field label{font-size:13px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.04em}.fl-field input{width:100%;padding:12px 14px;border:2px solid var(--border);border-radius:8px;font-family:Maven Pro,sans-serif;font-size:16px;color:var(--text);background:var(--white);transition:border-color .15s;outline:none}.fl-field input:focus{border-color:var(--navy)}.fl-field .hint{font-size:12px;color:var(--muted)}.fl-field .error{font-size:12px;color:var(--red)}.fl-soft-hint{background:rgba(255,213,0,.15);border:1px solid rgba(255,213,0,.5);border-radius:8px;padding:12px 16px;font-size:14px;color:var(--navy);margin-bottom:16px}.fl-consent-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.fl-consent-item{display:flex;gap:12px;align-items:flex-start}.fl-consent-item input[type=checkbox]{width:20px;height:20px;margin-top:2px;flex-shrink:0;accent-color:var(--navy);cursor:pointer}.fl-consent-item label{font-size:14px;color:var(--text);line-height:1.5;cursor:pointer}.fl-consent-item label a{color:var(--mid);text-decoration:underline}.fl-summary{background:var(--warm);border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:20px;font-size:14px}.fl-summary-row{display:flex;justify-content:space-between;padding:4px 0;color:var(--text)}.fl-summary-row .key{color:var(--muted);font-weight:500}.fl-summary-row .val{font-weight:700;color:var(--navy)}.fl-submit-btn{width:100%;padding:18px;background:var(--yellow);color:var(--navy);border:none;border-radius:8px;font-family:Maven Pro,sans-serif;font-weight:800;font-size:17px;cursor:pointer;transition:opacity .15s,transform .15s;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;gap:8px}.fl-submit-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.fl-submit-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.fl-nav-btns{display:flex;gap:12px;margin-top:8px}.fl-back-btn{padding:14px 20px;background:transparent;border:2px solid var(--border);border-radius:8px;font-family:Maven Pro,sans-serif;font-weight:600;font-size:15px;color:var(--muted);cursor:pointer;transition:border-color .15s}.fl-back-btn:hover{border-color:var(--navy);color:var(--navy)}.fl-next-btn{flex:1;padding:14px 20px;background:var(--navy);color:var(--white);border:none;border-radius:8px;font-family:Maven Pro,sans-serif;font-weight:800;font-size:16px;cursor:pointer;transition:opacity .15s}.fl-next-btn:hover:not(:disabled){opacity:.9}.fl-next-btn:disabled{opacity:.45;cursor:not-allowed}.fl-spinner{display:inline-block;width:18px;height:18px;border:3px solid hsla(0,0%,100%,.3);border-top:3px solid var(--white);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle;margin-right:8px}@keyframes spin{to{transform:rotate(1turn)}}.fl-footer{background:var(--navy);color:hsla(0,0%,100%,.6);padding:32px 24px;text-align:center;font-size:13px}.fl-footer a{color:hsla(0,0%,100%,.7);text-decoration:underline;margin:0 8px}.fl-ty-page{min-height:100vh;background:var(--warm);flex-direction:column;padding:40px 24px;text-align:center}.fl-ty-icon,.fl-ty-page{display:flex;align-items:center;justify-content:center}.fl-ty-icon{width:80px;height:80px;border-radius:50%;background:var(--navy);color:var(--yellow);font-size:36px;margin:0 auto 28px}.fl-ty-title{font-size:clamp(26px,5vw,40px);font-weight:900;color:var(--navy);margin-bottom:16px}.fl-ty-subtitle{font-size:18px;color:var(--muted);margin-bottom:40px;max-width:520px;line-height:1.6}.fl-ty-steps{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:28px;max-width:480px;width:100%;text-align:left;margin-bottom:32px}.fl-ty-step{display:flex;gap:14px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--border)}.fl-ty-step:last-child{border-bottom:none}.fl-ty-step-num{width:28px;height:28px;border-radius:50%;background:var(--yellow);color:var(--navy);font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fl-ty-step p{font-size:15px;color:var(--text);line-height:1.5;padding-top:4px}.fl-video-placeholder{background:var(--navy);border-radius:12px;max-width:480px;width:100%;aspect-ratio:16/9;flex-direction:column;color:hsla(0,0%,100%,.7);font-size:15px;margin-bottom:32px;gap:12px}.fl-video-placeholder,.fl-video-play{display:flex;align-items:center;justify-content:center}.fl-video-play{width:56px;height:56px;border-radius:50%;background:var(--yellow)}.fl-video-play svg{fill:var(--navy);margin-left:4px}.fl-nav-phone{color:var(--yellow);font-weight:700;font-size:14px;text-decoration:none;letter-spacing:.02em}.fl-nav-phone:hover{opacity:.85}.fl-hero-img-wrap{margin:28px 0 24px;border-radius:12px;position:relative;aspect-ratio:2/1;width:100%;background:var(--warm)}.fl-hero-img{position:absolute;inset:0;width:100%;height:100%;display:block;border-radius:12px;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.fl-kpi-row{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.fl-kpi{display:flex;flex-direction:column;align-items:center;min-width:110px}.fl-kpi-num{font-size:clamp(26px,4vw,38px);font-weight:900;color:var(--navy);line-height:1}.fl-kpi-label{font-size:13px;color:var(--muted);margin-top:4px;text-align:center}.fl-cost-table{max-width:540px;margin:0 auto 36px;border-radius:10px;overflow:hidden;border:1px solid hsla(0,0%,100%,.15)}.fl-cost-table-light{border:1px solid var(--border)}.fl-cost-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:12px 16px;font-size:15px;border-bottom:1px solid hsla(0,0%,100%,.08)}.fl-cost-table-light .fl-cost-row{border-bottom:1px solid var(--border)}.fl-cost-row:last-child{border-bottom:none}.fl-cost-header{background:hsla(0,0%,100%,.08);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:hsla(0,0%,100%,.7)}.fl-cost-table-light .fl-cost-header{background:var(--navy);color:hsla(0,0%,100%,.8)}.fl-cost-bad{color:#ff6b6b;font-weight:600;text-align:center}.fl-cost-good{color:#7ed17e;font-weight:700;text-align:center}.fl-cost-table-light .fl-cost-good{color:var(--green)}.fl-cost-total{background:rgba(255,213,0,.08);font-weight:800}.fl-cost-table-light .fl-cost-total{background:rgba(255,213,0,.12)}.fl-form-contact-hint{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:12px;font-size:15px;color:var(--muted)}.fl-form-contact-hint a{color:var(--mid);text-decoration:underline}.fl-vehicles{background:var(--white);padding:56px 24px}.fl-vehicles-inner{max-width:800px;margin:0 auto}.fl-vehicles h2{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--navy);margin-bottom:32px;text-align:center}.fl-vehicle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width:640px){.fl-vehicle-grid{grid-template-columns:1fr}}.fl-vehicle-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--white);transition:box-shadow .2s}.fl-vehicle-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1)}.fl-vehicle-img{width:100%;aspect-ratio:2/1;display:block;background:var(--warm);-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.fl-vehicle-info{padding:20px;text-align:center}.fl-vehicle-info h3{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:8px}.fl-vehicle-info p{font-size:14px;color:var(--muted);line-height:1.5;margin-bottom:12px}.fl-vehicle-price{font-size:18px;font-weight:800;color:var(--navy)}.fl-testimonials{background:var(--warm);padding:56px 24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.fl-testimonials-inner{max-width:900px;margin:0 auto}.fl-testi-header{flex-wrap:wrap;gap:12px;margin-bottom:28px}.fl-testi-header h2{font-size:clamp(20px,3.5vw,30px);font-weight:800;color:var(--navy)}.fl-testimonials h2{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--navy);margin-bottom:32px;text-align:center}.fl-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:720px){.fl-testi-grid{grid-template-columns:1fr}}.fl-testi-header{display:flex;align-items:center;gap:10px;margin-bottom:24px}.fl-testi-google-badge{display:flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--border);border-radius:20px;padding:5px 12px;font-size:12px;font-weight:700;color:#555}.fl-testi-google-badge svg{flex-shrink:0}.fl-testi-total{font-size:13px;color:var(--muted);margin-left:4px}.fl-testi-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:22px;display:flex;flex-direction:column;gap:0;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:box-shadow .2s}.fl-testi-card:hover{box-shadow:0 4px 18px rgba(0,0,0,.09)}.fl-testi-top{gap:12px;margin-bottom:14px}.fl-testi-avatar,.fl-testi-top{display:flex;align-items:center}.fl-testi-avatar{width:42px;height:42px;border-radius:50%;justify-content:center;font-weight:800;font-size:16px;color:#fff;flex-shrink:0}.fl-testi-meta{flex:1;min-width:0}.fl-testi-name{font-size:14px;font-weight:700;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fl-testi-role{font-size:11px;color:var(--muted);margin-top:1px}.fl-testi-glogo{flex-shrink:0;opacity:.55}.fl-testi-stars{color:#fbbc04;font-size:15px;margin-bottom:10px;letter-spacing:1px}.fl-testi-card p{font-size:14px;color:var(--text);line-height:1.65;margin-bottom:12px;font-style:italic;flex:1}.fl-testi-author{font-size:11px;font-weight:600;color:#aaa;border-top:1px solid var(--border);padding-top:10px;margin-top:auto}.fl-mirror-items{display:flex;flex-direction:column;gap:24px;margin-top:24px}.fl-mirror-item{display:flex;gap:20px;align-items:flex-start}.fl-mirror-icon{font-size:28px;flex-shrink:0;margin-top:2px}.fl-mirror-item h3{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:6px}.fl-mirror-item p{font-size:15px;color:var(--muted);line-height:1.55;margin-bottom:0}.fl-empathy{background:var(--navy);padding:56px 24px;color:var(--white)}.fl-empathy-inner{max-width:720px;margin:0 auto}.fl-empathy h2{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--white);margin-bottom:20px}.fl-empathy p{font-size:17px;line-height:1.65;color:hsla(0,0%,100%,.85);margin-bottom:16px}.fl-cost-section{background:var(--warm);padding:56px 24px}.fl-cost-section-inner{max-width:640px;margin:0 auto}.fl-cost-section h2{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--navy);margin-bottom:28px;text-align:center}.fl-inclusions{background:var(--white);padding:56px 24px}.fl-inclusions-inner{max-width:800px;margin:0 auto}.fl-inclusions h2{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--navy);margin-bottom:32px;text-align:center}.fl-inclusions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:640px){.fl-inclusions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.fl-inclusions-grid{grid-template-columns:1fr}}.fl-inclusion-item{display:flex;gap:14px;align-items:flex-start;padding:16px;background:var(--warm);border-radius:10px;border:1px solid var(--border)}.fl-inclusion-icon{font-size:24px;flex-shrink:0}.fl-inclusion-item strong{display:block;font-size:14px;font-weight:700;color:var(--navy);margin-bottom:4px}.fl-inclusion-item p{font-size:13px;color:var(--muted);line-height:1.45;margin:0}.fl-video-section{background:var(--navy);padding:56px 24px}.fl-video-section-inner{max-width:720px;margin:0 auto;text-align:center}.fl-video-section h2{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--white);margin-bottom:28px}.fl-video-wrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 8px 40px rgba(0,0,0,.5)}.fl-cost-footnote{font-size:12px;color:hsla(0,0%,100%,.4);text-align:center;margin-top:12px;line-height:1.5}.fl-hero-bg-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;z-index:0}.fl-hero-video-wrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;margin-bottom:24px}.fl-hero-video-wrap iframe{width:100%;height:100%;border:0;display:block}.fl-hero-img-wrap{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;overflow:hidden;z-index:1;margin:0;border-radius:0;aspect-ratio:unset;background:none}.fl-hero>:not(.fl-hero-img-wrap):not(.fl-hero-inner){position:relative;z-index:2;max-width:960px;margin-left:auto;margin-right:auto}.fl-hero-subtext{font-size:12px;color:hsla(0,0%,100%,.5);margin-top:10px;text-align:center}.fl-video{background:var(--navy);padding:56px 24px}.fl-video-inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:28px;color:#fff}.fl-video-inner h2{font-size:clamp(20px,3.5vw,30px);font-weight:800;text-align:center}.fl-video-embed{width:100%;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 8px 40px rgba(0,0,0,.5)}.fl-video-thumbnail{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;display:block;border-radius:12px;cursor:pointer}.fl-video-text{color:hsla(0,0%,100%,.85);text-align:center}.fl-video-text h2{font-size:clamp(20px,3.5vw,30px);font-weight:800;color:#fff;margin-bottom:12px}.fl-video-text p{font-size:15px;line-height:1.6;color:hsla(0,0%,100%,.7);max-width:640px;margin:0 auto}.fl-pain-inner{display:flex;gap:40px;align-items:flex-start;max-width:960px;margin:0 auto 40px}.fl-pain-text{flex:1}.fl-pain-img{flex:0 0 320px;border-radius:14px;overflow:hidden}.fl-pain-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:14px}.fl-pain-closing{margin-top:20px;font-size:15px;color:hsla(0,0%,100%,.85);line-height:1.6}.fl-cost-highlight{background:rgba(255,213,0,.08);font-weight:600}.fl-cost-saving{background:rgba(46,125,50,.12);font-weight:700;border-top:1px solid rgba(46,125,50,.3)}.fl-resolution{background:var(--warm);padding:64px 24px}.fl-resolution-inner{max-width:960px;margin:0 auto;display:flex;gap:48px;align-items:flex-start}.fl-resolution-img{flex:0 0 340px;width:340px;border-radius:16px;-o-object-fit:cover;object-fit:cover;box-shadow:0 8px 32px rgba(0,0,0,.1)}.fl-resolution-text{flex:1}.fl-resolution-text h2{font-size:clamp(22px,3.5vw,32px);font-weight:800;color:var(--navy);margin-bottom:20px}.fl-testimonials-header{display:flex;gap:24px;align-items:center;margin-bottom:32px}.fl-testimonials-header h2{margin-bottom:8px!important;text-align:left!important}.fl-testi-photo{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:12px;flex-shrink:0}.fl-testi-rating{font-size:15px;color:var(--muted)}.fl-guarantee{background:var(--navy);padding:64px 24px}.fl-guarantee-inner{max-width:960px;margin:0 auto;display:flex;gap:48px;align-items:center}.fl-guarantee-badge{flex:0 0 200px;text-align:center}.fl-guarantee-img{width:180px;height:auto;border-radius:50%;border:4px solid var(--yellow);box-shadow:0 0 40px rgba(255,213,0,.25)}.fl-guarantee-text{flex:1;color:hsla(0,0%,100%,.9)}.fl-guarantee-text h2{font-size:clamp(22px,3.5vw,32px);font-weight:800;color:#fff;margin-bottom:16px}.fl-guarantee-claim{font-size:16px;line-height:1.65;color:hsla(0,0%,100%,.8);margin-bottom:16px}.fl-qualification{background:var(--white);padding:64px 24px}.fl-qualification-inner{max-width:860px;margin:0 auto}.fl-qualification-inner h2{font-size:clamp(22px,3.5vw,32px);font-weight:800;color:var(--navy);text-align:center;margin-bottom:36px}.fl-qual-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.fl-qual-no,.fl-qual-yes{padding:28px 24px;border-radius:14px;border:2px solid}.fl-qual-yes{background:rgba(46,125,50,.05);border-color:rgba(46,125,50,.25)}.fl-qual-yes h3{color:var(--green);font-size:17px;font-weight:800;margin-bottom:16px}.fl-qual-no{background:rgba(211,47,47,.04);border-color:rgba(211,47,47,.2)}.fl-qual-no h3{color:var(--red);font-size:17px;font-weight:800;margin-bottom:16px}.fl-qual-note{margin-top:16px;font-size:13px;font-style:italic;color:var(--muted);line-height:1.5}@media (max-width:600px){.fl-form-card{padding:24px 16px}.fl-hero{padding:40px 16px 48px}.fl-hero-inner,.fl-pain-strip-inner{padding:0}.fl-mirror,.fl-pain-strip,.fl-process,.fl-qual{padding:40px 16px}.fl-trust-strip{gap:16px}.fl-cost-section,.fl-empathy,.fl-inclusions,.fl-testimonials,.fl-vehicles{padding:40px 16px}.fl-kpi-row{gap:16px}.fl-kpi-num{font-size:28px}.fl-progress-label{font-size:9px}.fl-ty-page{padding:32px 16px}.fl-ty-steps{padding:20px 16px}.fl-nav-btns{flex-direction:column}.fl-back-btn{order:2}.fl-next-btn,.fl-submit-btn{width:100%}.fl-pain-inner{flex-direction:column}.fl-pain-img{flex:unset;width:100%}.fl-resolution-inner{flex-direction:column}.fl-resolution-img{flex:unset;width:100%}.fl-guarantee-inner{flex-direction:column;text-align:center}.fl-qual-grid{grid-template-columns:1fr}.fl-testimonials-header{flex-direction:column;text-align:center}.fl-testimonials-header h2{text-align:center!important}.fl-guarantee,.fl-qualification,.fl-resolution,.fl-video{padding:40px 16px}}