@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");:root{--red-600:#dc2626;--red-700:#b91c1c;--red-800:#991b1b;--red-50:#fef2f2;--red-100:#fee2e2;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb;--white:#fff;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--shadow-red:0 4px 14px rgba(220,38,38,.35);--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--t:all 0.2s ease;--t-slow:all 0.35s ease;--font:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);color:var(--gray-800);background-color:var(--white);line-height:1.6}.magic-sweep-landing{width:100%;overflow-x:hidden}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--red-600);margin-bottom:.625rem}.section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.section-title{font-size:2rem;font-weight:800;color:var(--gray-900);line-height:1.2;letter-spacing:-.025em;margin-bottom:.875rem}.section-subtitle{font-size:1rem;color:var(--gray-500);line-height:1.75}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-family:var(--font);font-weight:600;font-size:.9375rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:var(--t);white-space:nowrap;line-height:1}.btn svg{width:17px;height:17px;flex-shrink:0}.btn-lg{padding:1rem 2rem;font-size:1rem;border-radius:var(--radius-lg)}.btn-primary{background-color:var(--red-600);color:var(--white);border-color:var(--red-600)}.btn-primary:focus-visible,.btn-primary:hover{background-color:var(--red-700);border-color:var(--red-700);transform:translateY(-1px);box-shadow:var(--shadow-red)}.btn-white{background-color:var(--white);color:var(--gray-900);border-color:var(--white)}.btn-white:focus-visible,.btn-white:hover{background-color:var(--gray-100);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-outline-white{background-color:transparent;color:var(--white);border-color:hsla(0,0%,100%,.45)}.btn-outline-white:focus-visible,.btn-outline-white:hover{background-color:hsla(0,0%,100%,.1);border-color:var(--white)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.header-container{max-width:1280px;margin:0 auto;padding:.875rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand-icon{display:none}.brand-text{display:flex;flex-direction:column;line-height:1.25}.brand-name{font-size:1.25rem;font-weight:800;color:var(--red-600);letter-spacing:1px}.brand-subtitle{display:none}.header-contact{display:flex;align-items:center;gap:1.25rem}.header-phone-info{display:flex;flex-direction:row;align-items:center;gap:1rem}.header-phone-number{display:flex;align-items:center;gap:.375rem;font-size:1rem;font-weight:700;color:var(--red-600);text-decoration:none;transition:color .15s}.header-phone-number:hover{color:var(--red-700)}.header-phone-number svg{width:18px;height:18px;color:var(--red-600)}.header-cta-btn{padding:.5rem 1.25rem;background-color:var(--red-600);color:var(--white);border-radius:var(--radius-md);font-family:var(--font);font-weight:600;font-size:.875rem;text-decoration:none;transition:var(--t);white-space:nowrap}.header-cta-btn:hover{background-color:var(--red-700);transform:translateY(-1px);box-shadow:var(--shadow-red)}.hero-section{position:relative;background:linear-gradient(135deg,var(--red-700) 0,var(--red-800) 55%,#7f1d1d 100%);color:var(--white);padding:6rem 2rem 8.5rem;text-align:center;overflow:hidden}.hero-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 15% 45%,hsla(0,0%,100%,.07) 0,transparent 40%),radial-gradient(circle at 85% 15%,hsla(0,0%,100%,.05) 0,transparent 40%),radial-gradient(circle at 50% 90%,rgba(0,0,0,.18) 0,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:780px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:hsla(0,0%,100%,.14);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid hsla(0,0%,100%,.22);color:var(--white);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.4rem 1rem;border-radius:var(--radius-full);margin-bottom:1.5rem}.hero-badge-dot{width:8px;height:8px;background-color:#fbbf24;border-radius:50%;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.25)}}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--white);margin-bottom:1.25rem}.hero-subtitle{font-size:1.1rem;color:hsla(0,0%,100%,.82);line-height:1.75;max-width:580px;margin:0 auto 2.5rem}.hero-subtitle strong{color:var(--white);font-weight:700}.hero-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.875rem}.hero-wave{position:absolute;bottom:-1px;left:0;right:0;height:80px;pointer-events:none}.hero-wave svg{width:100%;height:100%}.trust-bar{background-color:var(--white);border-bottom:1px solid var(--gray-200);padding:1.125rem 2rem}.trust-bar-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.625rem;padding:.5rem 2rem}.trust-item svg{width:21px;height:21px;color:var(--red-600);flex-shrink:0}.trust-item>div{display:flex;flex-direction:column;line-height:1.3}.trust-item strong{font-size:.875rem;font-weight:700;color:var(--gray-900)}.trust-item span{font-size:.75rem;color:var(--gray-500)}.trust-divider{width:1px;height:34px;background-color:var(--gray-200);flex-shrink:0}.notice-section{padding:6rem 2rem;background-color:var(--gray-50)}.notice-container{max-width:1200px;margin:0 auto}.notice-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:3.5rem;gap:3.5rem;align-items:start}.notice-main .section-label{display:block}.notice-title{font-size:2.25rem;font-weight:800;color:var(--gray-900);line-height:1.2;letter-spacing:-.025em;margin-bottom:1.5rem}.notice-text{font-size:1rem;color:var(--gray-600);line-height:1.8;margin-bottom:1.25rem}.notice-text strong{font-weight:700;color:var(--gray-900)}.notice-text:last-of-type{margin-bottom:2rem}.assistance-card{background-color:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);padding:2rem;box-shadow:var(--shadow-md);position:-webkit-sticky;position:sticky;top:88px}.assistance-title{font-size:.9375rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;padding-bottom:.875rem;border-bottom:2px solid var(--red-100)}.assistance-list{list-style:none;margin-bottom:1.75rem}.assistance-item{display:flex;align-items:flex-start;gap:.625rem;padding:.625rem 0;border-bottom:1px solid var(--gray-100);font-size:.875rem;color:var(--gray-700);line-height:1.5}.assistance-item:last-child{border-bottom:none}.assistance-item svg{width:17px;height:17px;color:var(--red-600);flex-shrink:0;margin-top:2px}.assistance-phone{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background-color:var(--red-600);color:var(--white);border-radius:var(--radius-md);font-family:var(--font);font-weight:700;font-size:1.05rem;text-decoration:none;transition:var(--t)}.assistance-phone svg{width:17px;height:17px}.assistance-phone:hover{background-color:var(--red-700);transform:translateY(-1px);box-shadow:var(--shadow-red)}.services-section{padding:6rem 2rem;background-color:var(--white)}.services-container{max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.service-card{position:relative;background-color:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem 1.75rem 1.75rem;transition:var(--t-slow);overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--red-600),var(--red-700));transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.service-card:hover{border-color:transparent;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.service-card:hover:before{transform:scaleX(1)}.service-badge{position:absolute;top:1rem;right:1rem;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .55rem;border-radius:var(--radius-full);border:1px solid var(--red-100)}.service-badge,.service-icon-wrap{background-color:var(--red-50);color:var(--red-600)}.service-icon-wrap{width:50px;height:50px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:var(--t)}.service-card:hover .service-icon-wrap{background-color:var(--red-600);color:var(--white)}.service-icon-wrap svg{width:24px;height:24px}.service-title{font-size:1.0625rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.625rem}.service-description{font-size:.875rem;color:var(--gray-500);line-height:1.65;margin-bottom:1.25rem}.service-link{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--red-600);transition:gap .2s;pointer-events:none}.service-link svg{width:15px;height:15px}.service-card:hover .service-link{gap:.625rem}.process-section{padding:6rem 2rem;background-color:var(--gray-50)}.process-container{max-width:1100px;margin:0 auto}.process-grid{display:flex;align-items:flex-start}.process-step{flex:1 1;text-align:center}.step-number{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,var(--red-600),var(--red-700));color:var(--white);font-size:1.25rem;font-weight:800;border-radius:50%;margin-bottom:1.25rem;box-shadow:var(--shadow-red);letter-spacing:-.02em}.step-content{max-width:260px;margin:0 auto}.step-title{font-size:1.0625rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.625rem}.step-desc{font-size:.875rem;color:var(--gray-500);line-height:1.65}.process-connector{flex:0 0 80px;height:2px;background:linear-gradient(90deg,var(--red-300,#fca5a5),var(--red-600));margin-top:32px;opacity:.35;position:relative}.cta-section{position:relative;background:linear-gradient(135deg,var(--red-700) 0,var(--red-800) 55%,#7f1d1d 100%);color:var(--white);padding:6rem 2rem;text-align:center;overflow:hidden}.cta-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,hsla(0,0%,100%,.07) 0,transparent 40%),radial-gradient(circle at 80% 70%,hsla(0,0%,100%,.05) 0,transparent 40%);pointer-events:none}.cta-content{position:relative;z-index:1;max-width:640px;margin:0 auto}.cta-badge{display:inline-block;background-color:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.2);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .875rem;border-radius:var(--radius-full);margin-bottom:1.25rem}.cta-title{font-size:2.5rem;font-weight:800;color:var(--white);line-height:1.15;letter-spacing:-.025em;margin-bottom:1rem}.cta-text{font-size:1.0625rem;color:hsla(0,0%,100%,.78);line-height:1.75;margin-bottom:2rem}.cta-actions{margin-bottom:1.5rem}.cta-note{font-size:.775rem;color:hsla(0,0%,100%,.48);letter-spacing:.01em}.site-footer{background-color:var(--gray-900);color:var(--white);padding:2rem;text-align:center}.footer-container{max-width:1100px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1fr 280px;grid-gap:3rem;gap:3rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:1.5rem}.footer-brand-mark{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-brand-mark .brand-icon{background-color:var(--red-600)}.footer-brand-mark .brand-name{color:var(--white)}.footer-brand-mark .brand-subtitle,.footer-tagline{color:var(--gray-400)}.footer-tagline{font-size:.875rem;line-height:1.7;max-width:380px}.footer-heading{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1rem}.footer-contact-info{text-align:center}.footer-contact-info,.footer-contact-items{display:flex;flex-direction:column;gap:.625rem}.footer-contact-item{display:flex;align-items:center;justify-content:center;gap:.625rem;color:var(--gray-300);font-size:.95rem;text-decoration:none;transition:color .15s}.footer-contact-item:hover{color:var(--white)}.footer-contact-item svg{width:18px;height:18px;color:var(--red-600);flex-shrink:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-copyright{font-size:.8rem;color:var(--gray-500)}.footer-disclaimer{font-size:.75rem;color:var(--gray-600);font-style:italic}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.notice-grid{grid-template-columns:1fr}.assistance-card{position:static;max-width:560px}.footer-main{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.header-container{padding:.75rem 1.25rem}.header-phone-info{display:none}.footer-contact-info{font-size:.9rem}.footer-contact-item{justify-content:center}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.process-section{padding:4rem 1.5rem}.process-grid{flex-wrap:wrap;gap:2rem}.process-step{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1rem);min-width:200px}.process-connector{display:none}}@media (max-width:480px){.hero-title{font-size:1.875rem}.hero-subtitle{font-size:.9375rem}.header-cta-btn{padding:.45rem .875rem;font-size:.8rem}.brand-name{font-size:.9rem}.brand-subtitle{display:none}.cta-note{font-size:.7rem}.process-section{padding:3rem 1rem}.process-container{padding:0}.process-grid{flex-direction:column;gap:1.5rem;align-items:stretch}.process-step{flex:1 1;padding:1.5rem 1rem;border-left:4px solid var(--red-600);background-color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.step-number{width:52px;height:52px;font-size:1.125rem;margin-bottom:1rem;margin-left:auto;margin-right:auto}.step-title{font-size:1rem;margin-bottom:.5rem}.step-desc{font-size:.8125rem;line-height:1.5}.process-connector{display:none}.step-content{max-width:100%}}@media (min-width:1280px){.hero-title{font-size:4rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}a:focus-visible,button:focus-visible{outline:2px solid var(--red-600);outline-offset:3px;border-radius:2px}@media print{.cta-bg-pattern,.hero-bg-pattern,.hero-wave,.site-header{display:none}.cta-section,.hero-section{background:var(--gray-100)!important;color:var(--gray-900)!important;padding:2rem!important}}