*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy:#164671;--navy-light:#E8EEF4;--navy-mid:#1E5A8F;--navy-dark:#0F3252;--teal:#187FA6;--teal-light:#E6F2F8;--teal-mid:#2A9AC4;--teal-dark:#126A8C;--green:#0F7B6E;--green-light:#E4F5F2;--white:#FFFFFF;--off-white:#F8F9FB;--gray-50:#F3F5F7;--gray-100:#E8EBF0;--gray-200:#D4D8DE;--gray-300:#B8BEC8;--gray-400:#8D95A2;--gray-500:#5F6877;--gray-600:#3E4756;--gray-700:#2A3240;--gray-800:#1A212C;--gray-900:#0F1520;--font-display:"DM Serif Display",Georgia,serif;--font-body:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--section-pad:clamp(64px,10vw,120px);--container:min(1200px,90vw);--ease-out:cubic-bezier(.16,1,.3,1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:clip}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.rd1{transition-delay:.1s}.rd2{transition-delay:.2s}.rd3{transition-delay:.3s}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);transition:box-shadow .3s}.nav.scrolled{box-shadow:0 1px 30px #0000000f}.nav-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{display:flex;align-items:center;gap:8px}.nav-logo-svg{height:32px;width:auto}.nav-badge{background:var(--teal-light);color:var(--teal);font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:6px}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{font-size:.9rem;font-weight:500;color:var(--gray-500);transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-cta{background:var(--teal);color:#fff!important;padding:10px 24px;border-radius:50px;font-size:.88rem;font-weight:600;transition:all .3s var(--ease-out)}.nav-cta:hover{background:var(--teal-dark);transform:translateY(-1px);box-shadow:0 4px 16px #187fa64d}@media(max-width:900px){.nav-links{display:none}}.hero{padding:clamp(20px,3vw,48px) 0 var(--section-pad);position:relative;overflow:hidden;background:radial-gradient(ellipse 55% 50% at 15% 85%,rgba(24,127,166,.05) 0%,transparent 70%),var(--white)}.hero-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--teal-light);color:var(--teal);padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:28px;animation:fadeUp .7s var(--ease-out) .2s both}.hero-badge svg{width:16px;height:16px}.hero h1{font-family:var(--font-display);font-weight:400;font-size:clamp(2.2rem,4.5vw,3.4rem);line-height:1.12;letter-spacing:-.02em;color:var(--navy);margin:0 auto 20px;animation:fadeUp .7s var(--ease-out) .35s both}.hero-sub{font-size:clamp(1rem,1.2vw,1.1rem);color:var(--gray-500);line-height:1.7;max-width:620px;margin:0 auto 36px;animation:fadeUp .7s var(--ease-out) .5s both}.hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:40px;animation:fadeUp .7s var(--ease-out) .65s both}.btn-primary{background:var(--teal);color:#fff;padding:16px 36px;border-radius:50px;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 20px #187fa633;transition:all .3s var(--ease-out)}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 8px 28px #187fa64d}.btn-primary svg{width:18px;height:18px;transition:transform .3s}.btn-primary:hover svg{transform:translate(3px)}.btn-secondary{background:transparent;color:var(--gray-600);padding:16px 36px;border-radius:50px;font-size:1rem;font-weight:500;border:1.5px solid var(--gray-200);display:inline-flex;align-items:center;gap:8px;transition:all .3s var(--ease-out)}.btn-secondary:hover{border-color:var(--gray-400);background:var(--gray-50);color:var(--gray-800)}.hero-trust{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;animation:fadeUp .7s var(--ease-out) .8s both}.hero-trust span{display:flex;align-items:center;gap:7px;font-size:.86rem;color:var(--gray-500);font-weight:500}.hero-trust svg{width:17px;height:17px;color:var(--teal);flex-shrink:0}.trust-bar{background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:14px 0}.trust-bar-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.trust-bar-stars{display:flex;gap:1px;align-items:center}.trust-bar-text{font-size:.82rem;font-weight:600;color:var(--gray-600)}.trust-bar-sep{color:var(--gray-200);font-size:.8rem}.problem{padding:var(--section-pad) 0}.problem-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;text-align:center}.problem-inner h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:12px}.problem-inner>p{color:var(--gray-500);max-width:600px;margin:0 auto 48px;font-size:.95rem;line-height:1.7}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left}.problem-card{background:var(--off-white);border:1.5px solid var(--gray-100);border-radius:18px;padding:28px 24px;transition:all .3s var(--ease-out)}.problem-card:hover{transform:translateY(-2px);box-shadow:0 12px 36px #0000000a;border-color:transparent}.problem-card .pc-icon{width:44px;height:44px;border-radius:12px;background:#187fa614;color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.problem-card .pc-icon svg{width:22px;height:22px}.problem-card h3{font-family:var(--font-body);font-weight:700;font-size:1rem;margin-bottom:6px;color:var(--navy)}.problem-card p{font-size:.88rem;color:var(--gray-500);line-height:1.6}@media(max-width:768px){.problem-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}}.solution{padding:var(--section-pad) 0;background:var(--teal);position:relative;overflow:hidden}.solution:before{content:"";position:absolute;top:0;right:0;width:40vw;height:100%;background:radial-gradient(ellipse at 80% 30%,rgba(255,255,255,.08) 0%,transparent 60%)}.solution-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;text-align:center;position:relative;z-index:1}.solution h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);color:#fff;margin-bottom:12px}.solution>p,.solution-inner>p{color:#ffffffa6;max-width:580px;margin:0 auto 48px;font-size:.95rem;line-height:1.7}.solution-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.sol-step{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:36px 24px}.sol-num{font-family:var(--font-display);font-size:2.4rem;color:#fff3;margin-bottom:12px}.sol-step h3{font-family:var(--font-body);font-weight:700;font-size:1rem;color:#fff;margin-bottom:8px}.sol-step p{font-size:.88rem;color:#ffffff8c;line-height:1.6}@media(max-width:768px){.solution-steps{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.who{padding:var(--section-pad) 0;background:var(--off-white)}.who-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto}.who-header{text-align:center;margin-bottom:48px}.who-header h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:10px}.who-header p{color:var(--gray-500);font-size:.95rem}.who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.who-card{background:var(--white);border:1.5px solid var(--gray-100);border-radius:18px;padding:28px 20px;text-align:center;transition:all .3s var(--ease-out)}.who-card:hover{transform:translateY(-3px);box-shadow:0 14px 40px #0000000d;border-color:transparent}.who-icon{width:52px;height:52px;border-radius:14px;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.who-icon svg{width:26px;height:26px}.who-card h3{font-family:var(--font-body);font-weight:700;font-size:.95rem;margin-bottom:6px;color:var(--navy)}.who-card p{font-size:.82rem;color:var(--gray-500);line-height:1.55}@media(max-width:900px){.who-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.who-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}.usp{padding:var(--section-pad) 0}.usp-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto}.usp-header{text-align:center;margin-bottom:48px}.usp-header h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:10px}.usp-header p{color:var(--gray-500);font-size:.95rem;max-width:520px;margin:0 auto}.usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.usp-card{background:var(--white);border:1.5px solid var(--gray-100);border-radius:18px;padding:32px 24px;transition:all .35s var(--ease-out)}.usp-card:hover{transform:translateY(-3px);box-shadow:0 14px 44px #0000000d;border-color:transparent}.usp-icon{width:48px;height:48px;border-radius:13px;background:var(--navy-light);color:var(--navy);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.usp-icon svg{width:24px;height:24px}.usp-card h3{font-family:var(--font-body);font-weight:700;font-size:1rem;margin-bottom:8px}.usp-card p{font-size:.88rem;color:var(--gray-500);line-height:1.6}@media(max-width:768px){.usp-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}}.testimonials{padding:var(--section-pad) 0;background:var(--off-white)}.test-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;text-align:center}.test-header h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:10px}.test-header p{color:var(--gray-500);margin-bottom:40px}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left}.test-card{background:var(--white);border:1.5px solid var(--gray-100);border-radius:18px;padding:28px 24px}.test-stars{display:flex;gap:2px;margin-bottom:14px}.test-stars svg{width:14px;height:14px;fill:#fbbc05}.test-card blockquote{font-size:.9rem;color:var(--gray-600);line-height:1.65;margin-bottom:16px;font-style:normal}.test-author{font-size:.82rem;font-weight:600;color:var(--gray-800)}.test-role{font-size:.75rem;color:var(--gray-400)}@media(max-width:768px){.test-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}}.bu-simplr{padding:var(--section-pad) 0;background:linear-gradient(180deg,#f7faf9,#eef4f3);position:relative;overflow:hidden}.bu-simplr:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(24,127,166,.08),transparent 55%);pointer-events:none}.bu-simplr-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,5vw,64px);align-items:center;position:relative;z-index:1}.bu-simplr-text h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);color:var(--navy);margin:14px 0;line-height:1.15}.bu-simplr-text p{font-size:1rem;color:var(--gray-600);line-height:1.65;margin-bottom:24px;max-width:540px}.bu-simplr-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:#187fa61a;color:var(--teal-mid);font-size:.78rem;font-weight:600;letter-spacing:.02em}.bu-simplr-feats{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:10px}.bu-simplr-feats li{display:flex;align-items:center;gap:10px;font-size:.92rem;color:var(--gray-700);font-weight:500}.bu-simplr-feats svg{width:18px;height:18px;color:var(--teal-mid);flex-shrink:0}.bu-simplr-stores{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.bu-simplr-primary{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border-radius:50px;background:var(--teal);color:#fff;font-size:.95rem;font-weight:700;text-decoration:none;box-shadow:0 8px 24px #187fa640;transition:transform .2s var(--ease-out),background .2s,box-shadow .2s}.bu-simplr-primary:hover{transform:translateY(-2px);background:var(--teal-dark);box-shadow:0 12px 30px #187fa652}.bu-simplr-primary svg{width:16px;height:16px;transition:transform .2s}.bu-simplr-primary:hover svg{transform:translate(3px)}.bu-simplr-availability{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:.78rem;color:var(--gray-500)}.bu-simplr-avail-label{letter-spacing:.04em}.bu-simplr-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;background:var(--off-white);border:1px solid var(--gray-200);color:var(--gray-600);font-weight:500;cursor:default}.bu-simplr-chip svg{width:14px;height:14px}.bu-simplr-visual{position:relative;display:flex;justify-content:center}.bu-simplr-card{background:#fff;border-radius:20px;padding:22px 18px;width:100%;max-width:360px;box-shadow:0 20px 60px #0f20431f,0 0 0 1px #0f20430a;display:flex;flex-direction:column;gap:10px}.bu-simplr-card-head{font-size:.78rem;font-weight:700;color:var(--gray-500);letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:8px;padding-bottom:6px;border-bottom:1px solid var(--gray-100)}.bu-simplr-dot{width:8px;height:8px;border-radius:50%;background:var(--teal-mid)}.bu-simplr-row{display:flex;align-items:center;gap:12px;padding:10px 8px;border-radius:12px;transition:background .2s}.bu-simplr-row:hover{background:var(--off-white)}.bu-simplr-row strong{display:block;font-size:.9rem;color:var(--navy);font-weight:600}.bu-simplr-row small{display:block;font-size:.76rem;color:var(--gray-500);margin-top:2px}.bu-simplr-ico{width:38px;height:38px;border-radius:10px;flex-shrink:0;background:var(--off-white)}.bu-simplr-ico.bs-bu{background:linear-gradient(135deg,#187fa6,#0f5475)}.bu-simplr-ico.bs-haus{background:linear-gradient(135deg,#22c55e,#15803d)}.bu-simplr-ico.bs-kfz{background:linear-gradient(135deg,#f59e0b,#b45309)}.bu-simplr-ico.bs-haftpflicht{background:linear-gradient(135deg,#8b5cf6,#5b21b6)}@media(max-width:900px){.bu-simplr-inner{grid-template-columns:1fr;gap:36px}.bu-simplr-visual{order:2;max-width:380px;margin:0 auto}}.form-section{padding:var(--section-pad) 0;background:var(--navy-dark);position:relative;overflow:hidden}.form-section:before{content:"";position:absolute;top:-20%;right:-10%;width:55%;height:140%;background:radial-gradient(ellipse at center,rgba(24,127,166,.18) 0%,transparent 60%);pointer-events:none}.form-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:50%;height:80%;background:radial-gradient(ellipse at center,rgba(24,127,166,.08) 0%,transparent 60%);pointer-events:none}.form-grid{position:relative;z-index:1;max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(28px,5vw,72px);align-items:center}.form-trust{color:#fff}.form-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:#187fa633;color:var(--teal-mid);font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;margin-bottom:18px}.form-eyebrow svg{width:14px;height:14px}.form-trust h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.8rem,3.2vw,2.6rem);color:#fff;line-height:1.15;margin:0 0 16px}.form-trust>p{color:#ffffffa6;font-size:1.02rem;line-height:1.65;margin:0 0 26px;max-width:480px}.form-trust-list{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:12px}.form-trust-list li{display:flex;align-items:flex-start;gap:12px;color:#ffffffd9;font-size:.95rem;line-height:1.5}.form-trust-list li svg{width:20px;height:20px;color:var(--teal-mid);flex-shrink:0;margin-top:2px}.form-trust-list li strong{color:#fff;font-weight:600}.form-trust-rating{display:flex;align-items:center;gap:10px;margin-bottom:22px;font-size:.9rem;color:#ffffffbf}.form-trust-rating strong{color:#fff;font-weight:700}.form-trust-stars{display:flex;gap:2px}.form-trust-stars svg{width:16px;height:16px}.form-trust-call{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;font-size:.92rem}.form-trust-call svg{width:18px;height:18px;color:var(--teal-mid);flex-shrink:0}.form-trust-call a{color:#fff;font-weight:700;text-decoration:none;margin-left:auto;letter-spacing:.02em}.form-trust-call a:hover{color:var(--teal-mid)}.mf-card{background:var(--white);border-radius:24px;padding:clamp(28px,4.5vw,44px);box-shadow:0 30px 90px #0003;position:relative;overflow:hidden}.mf-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--teal) 0%,var(--teal-mid) 100%)}.mf-step{display:none}.mf-step.active{display:block;animation:fadeUp .35s var(--ease-out)}.mf-label{font-size:.85rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px;text-align:center}.mf-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin:0 0 24px}.mf-dot{width:34px;height:34px;border-radius:50%;background:var(--gray-100);color:var(--gray-400);display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;font-family:var(--font-body);position:relative;transition:all .3s var(--ease-out)}.mf-dot i{font-style:normal}.mf-dot:after{content:"";position:absolute;left:100%;top:50%;width:10px;height:2px;background:var(--gray-100);transition:background .3s}.mf-dot:last-child:after{display:none}.mf-dot.is-current{background:var(--teal);color:#fff;box-shadow:0 0 0 4px #187fa626}.mf-dot.is-done{background:var(--teal);color:#fff}.mf-dot.is-done i{display:none}.mf-dot.is-done:before{content:"";width:12px;height:8px;border-left:2.5px solid #fff;border-bottom:2.5px solid #fff;transform:rotate(-45deg) translateY(-2px)}.mf-dot.is-done+.mf-dot:after,.mf-dot.is-done:after{background:var(--teal)}.mf-choices{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mf-choice{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 14px;border:2px solid var(--gray-100);border-radius:16px;background:var(--white);cursor:pointer;transition:all .2s var(--ease-out);font-family:var(--font-body);color:var(--gray-700);font-size:.95rem;font-weight:600;text-align:center}.mf-choice svg{width:28px;height:28px;color:var(--teal-mid);transition:color .2s,transform .2s}.mf-choice:hover{border-color:var(--teal);background:var(--teal-light);transform:translateY(-2px);box-shadow:0 8px 24px #187fa61f}.mf-choice:hover svg{color:var(--teal);transform:scale(1.08)}.mf-choice.selected{border-color:var(--teal);background:var(--teal);color:#fff;box-shadow:0 0 0 4px #187fa62e,0 8px 24px #187fa640}.mf-choice.selected svg{color:#fff}.mf-form{display:flex;flex-direction:column;gap:14px}.mf-input{width:100%;padding:16px 20px;border:2px solid var(--gray-200);border-radius:14px;font-size:1rem;font-family:var(--font-body);color:var(--gray-800);outline:none;transition:border-color .2s}.mf-input::placeholder{color:var(--gray-400)}.mf-input:focus{border-color:var(--teal);box-shadow:0 0 0 4px #187fa614}.mf-select{appearance:none;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238D95A2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 18px center}.mf-check{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:var(--gray-500);cursor:pointer;margin-top:4px}.mf-check input{margin-top:3px}.mf-check a{color:var(--teal);text-decoration:underline}.mf-next,.mf-submit{width:100%;padding:18px;background:var(--teal);color:#fff;border:none;border-radius:50px;font-size:1.05rem;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:all .3s var(--ease-out);margin-top:20px}.mf-next:hover,.mf-submit:hover{background:var(--teal-dark)}.mf-next:disabled{opacity:.4;cursor:not-allowed}.mf-back{display:block;width:100%;padding:12px;background:none;border:none;color:var(--gray-400);font-size:.92rem;font-weight:500;cursor:pointer;font-family:var(--font-body);margin-top:8px;transition:color .2s}.mf-back:hover{color:var(--gray-600)}.mf-progress{height:3px;background:var(--gray-100);border-radius:2px;margin-top:24px;overflow:hidden}.mf-bar{height:100%;background:var(--teal);border-radius:2px;transition:width .4s var(--ease-out)}.mf-success{text-align:center;padding:20px 0}.mf-success-icon{width:64px;height:64px;background:var(--teal-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.mf-success-icon svg{width:32px;height:32px;color:var(--teal)}.mf-success h3{font-family:var(--font-display);font-size:1.4rem;margin-bottom:8px}.mf-success p{color:var(--gray-500)}@media(max-width:480px){.mf-choices{grid-template-columns:1fr}.mf-choice{flex-direction:row;padding:18px 20px;gap:14px;text-align:left}.mf-choice svg{flex-shrink:0}}.form-trustbar{position:relative;z-index:1;max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:36px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 28px;padding-top:28px;border-top:1px solid rgba(255,255,255,.08)}.ftb-item{display:inline-flex;align-items:center;gap:8px;color:#ffffffb3;font-size:.84rem;font-weight:500}.ftb-item svg{width:14px;height:14px;color:var(--teal-mid);flex-shrink:0}@media(max-width:960px){.form-grid{grid-template-columns:1fr;gap:36px;text-align:left}.form-trust h2{font-size:clamp(1.5rem,4.5vw,2rem)}.form-trust>p{max-width:none}}@media(max-width:540px){.mf-dot{width:30px;height:30px;font-size:.78rem}.mf-dot:after{width:6px}.form-trust-call{flex-wrap:wrap;gap:8px}.form-trust-call a{margin-left:0;width:100%}.form-trustbar{gap:8px 18px}.ftb-item{font-size:.78rem}}.faq{padding:var(--section-pad) 0;background:var(--off-white)}.faq-header{text-align:center;margin-bottom:48px}.faq-header h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:10px}.faq-header p{color:var(--gray-500);font-size:.95rem}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--white);border:1.5px solid var(--gray-100);border-radius:14px;overflow:hidden}.faq-item.open{border-color:#187fa626}.faq-q{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;width:100%;font-size:1rem;font-weight:600;color:var(--gray-800);text-align:left;cursor:pointer;background:none;border:none;font-family:var(--font-body)}.faq-q:hover{color:var(--teal)}.faq-q svg{width:18px;height:18px;color:var(--gray-400);flex-shrink:0;transition:transform .3s var(--ease-out)}.faq-item.open .faq-q svg{transform:rotate(180deg);color:var(--teal)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease-out)}.faq-a-inner{padding:0 24px 22px;font-size:.92rem;line-height:1.7;color:var(--gray-500)}.cta-footer{padding:var(--section-pad) 0}.cta-inner{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;text-align:center;max-width:640px}.cta-inner h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:10px}.cta-inner p{color:var(--gray-500);margin-bottom:28px}.footer{background:var(--navy-dark)}.footer-main{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;padding:48px 0 32px;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:32px}.footer-brand{text-align:left}.footer-logo-svg{height:44px;width:auto;display:block;margin-bottom:12px}.footer-claim{font-family:var(--font-display);font-weight:400;font-size:1.05rem;color:var(--teal-mid)}.footer-links{display:flex;gap:20px;padding-top:8px}.footer-links a{font-size:.82rem;color:#ffffff73;transition:color .2s}.footer-links a:hover{color:#fffc}.footer-bottom{max-width:var(--container);width:100%;padding-inline:clamp(16px,5vw,24px);box-sizing:border-box;margin:0 auto;padding:16px 0;border-top:1px solid rgba(255,255,255,.06)}.footer-bottom span{font-size:.78rem;color:#ffffff59}@media(max-width:768px){.footer-main{flex-direction:column;align-items:flex-start}}
