:root{--red:#e11d2d;--dark:#080808;--yellow:#fbbf24;--cream:#fff7dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#181818;background:var(--cream);line-height:1.6}header{position:sticky;top:0;z-index:10;background:rgba(8,8,8,.97);border-bottom:2px solid var(--yellow)}.nav{max-width:1120px;margin:auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-weight:800}.brand img{width:76px;height:auto}.links{display:flex;align-items:center;gap:18px}.links a{color:#fff;text-decoration:none;font-weight:700}.links .cta,.cta{background:var(--red);color:#fff;padding:12px 20px;border-radius:14px;text-decoration:none;font-weight:800;display:inline-block}.hero{background:var(--dark);color:#fff}.hero-grid{max-width:1120px;margin:auto;padding:64px 20px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:48px}.eyebrow{color:var(--yellow);font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}h1{font-size:clamp(2.3rem,5vw,4.25rem);line-height:1.05;margin:12px 0 18px}h2{font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.15}.hero p{font-size:1.12rem;color:#dedede;max-width:650px}.hero img{width:100%;height:390px;object-fit:cover;border-radius:28px;border:4px solid var(--yellow)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.secondary{border:1px solid #777;color:#fff;padding:11px 19px;border-radius:14px;text-decoration:none;font-weight:700}.section{max-width:1120px;margin:auto;padding:58px 20px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid #eadca8;border-radius:22px;padding:24px;box-shadow:0 8px 25px rgba(0,0,0,.06)}.card h3{margin-top:0;color:#b91924}.check{padding-left:0;list-style:none}.check li{margin:8px 0}.check li:before{content:'✓ ';color:var(--red);font-weight:900}.band{background:var(--red);color:#fff}.band-inner{max-width:1120px;margin:auto;padding:44px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.band .cta{background:var(--yellow);color:#000}.faq details{background:#fff;border:1px solid #eadca8;border-radius:15px;padding:16px 18px;margin:10px 0}.faq summary{font-weight:800;cursor:pointer}footer{background:#000;color:#fff}.footer{max-width:1120px;margin:auto;padding:30px 20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer a{color:var(--yellow)}.mobile-services{display:none}.crumbs{font-size:.9rem;margin-bottom:12px}.crumbs a{color:var(--yellow)}@media(max-width:780px){.hero-grid{grid-template-columns:1fr;padding-top:42px}.hero img{height:270px}.links a:not(.cta){display:none}.brand span{font-size:.9rem}.cards{grid-template-columns:1fr}.band-inner{align-items:flex-start;flex-direction:column}.mobile-services{display:block;background:#171717;padding:12px 20px}.mobile-services a{display:inline-block;color:#fff;margin:5px 12px 5px 0;font-size:.9rem}h1{font-size:2.45rem}}
