
  :root {
    --red: #C0392B;
    --red-dark: #962D22;
    --red-light: #E74C3C;
    --black: #111111;
    --charcoal: #1E1E1E;
    --white: #FFFFFF;
    --light: #F6F6F6;
    --light-mid: #EEEEEE;
    --ink: #1A1A1A;
    --ink-mid: #444444;
    --ink-light: #666666;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--white);
    color: var(--ink);
    overflow-x: hidden;
    padding-bottom: 76px;
  }

  /* ── TOP BAR ── */
  .topbar {
    background: var(--red);
    text-align: center;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .topbar a { color: var(--white); text-decoration: underline; font-weight: 800; }

  /* ── HEADER ── */
  header {
    background: #F6F6F6;
    border-bottom: 3px solid var(--red);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }
  .logo-wrap img { height: 58px; width: auto; }
  .header-phone a {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--red);
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    padding: 10px 26px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.04em;
  }
  .header-phone a:hover { background: var(--red-dark); }

  /* ── HERO (dark) ── */
  .hero {
    position: relative;
    background: linear-gradient(150deg, #1a0000 0%, var(--black) 55%, #1a0000 100%);
    padding: 64px 24px 0;
    overflow: hidden;
  }
  .hero::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: radial-gradient(ellipse at 80% 40%, rgba(192,57,43,0.18) 0%, transparent 65%);
    pointer-events: none;
  }
  .hero-inner {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .badge {
    display: inline-block;
    background: rgba(192,57,43,0.2);
    border: 1px solid var(--red);
    color: #FF8070;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
  }
  .hero h1 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(44px, 7vw, 74px);
    font-weight: 700;
    line-height: 1.0;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
  .hero h1 span { color: var(--red-light); }
  .hero-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.72);
    margin-bottom: 28px;
    line-height: 1.6;
    max-width: 520px;
  }
  .hero-bullets {
    list-style: none;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hero-bullets li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: rgba(255,255,255,0.88);
  }
  .hero-bullets li::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px; height: 22px;
    background: var(--red);
    color: var(--white);
    font-weight: 700;
    font-size: 12px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .cta-group { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn-primary {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    padding: 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 4px 20px rgba(192,57,43,0.45);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
  .btn-secondary {
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.3);
    color: var(--white);
    font-weight: 700;
    font-size: 15px;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .btn-secondary:hover { border-color: var(--red-light); color: #FF8070; }

  /* Price card */
  .price-card {
    background: var(--red);
    border-radius: 18px;
    padding: 36px 30px;
    text-align: center;
    color: var(--white);
    box-shadow: 0 24px 60px rgba(0,0,0,0.5);
    min-width: 210px;
    flex-shrink: 0;
  }
  .price-card::before {
    content: '👑';
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
  }
  .price-was {
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
    opacity: 0.65;
    margin-bottom: 4px;
  }
  .price-big {
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
  }
  .price-label {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .price-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.25);
    margin: 16px 0;
  }
  .price-service {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.5;
  }

  .hero-wave {
    display: block;
    width: 100%;
    height: 56px;
    margin-top: 52px;
    position: relative;
    z-index: 1;
  }

  /* ── TRUST BAR (white) ── */
  .trust-bar {
    background: var(--white);
    padding: 18px 24px;
    border-bottom: 1px solid #E8E8E8;
  }
  .trust-inner {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Oswald', sans-serif;
  }
  .trust-item span.icon { font-size: 17px; }

  /* ── SHARED SECTION LAYOUT ── */
  section { padding: 68px 24px; }
  .section-inner { max-width: 920px; margin: 0 auto; }

  /* dark-section overrides */
  .dark-section { background: var(--charcoal); }
  .dark-section .section-label { color: #FF8070; }
  .dark-section h2 { color: var(--white); }
  .dark-section .section-desc { color: rgba(255,255,255,0.6); }

  /* light-section defaults */
  .light-section { background: var(--white); }
  .pale-section { background: var(--light); }

  .section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
  }
  h2 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(30px, 4.5vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    color: var(--ink);
  }
  .section-desc {
    font-size: 16px;
    line-height: 1.65;
    max-width: 600px;
    margin-bottom: 40px;
    color: var(--ink-mid);
  }

  /* ── HOW IT WORKS (light) ── */
  .steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
  .step {
    background: var(--white);
    border: 1px solid #E0E0E0;
    border-radius: 14px;
    padding: 28px 22px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  }
  .step-num {
    width: 44px; height: 44px;
    background: var(--red);
    color: var(--white);
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .step h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    color: var(--ink);
  }
  .step p { font-size: 14px; color: var(--ink-light); line-height: 1.6; }

  /* ── OFFER DETAILS (pale) ── */
  .offer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
  }
  .offer-card {
    background: var(--white);
    border: 1px solid #E0E0E0;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  }
  .offer-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    color: var(--ink);
  }
  .check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--ink-mid);
    line-height: 1.45;
  }
  .check-list li .ck {
    width: 20px; height: 20px;
    background: var(--red);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .x-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .x-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--ink-light);
    line-height: 1.45;
  }
  .x-list li .xk {
    width: 20px; height: 20px;
    background: rgba(192,57,43,0.1);
    border: 1px solid rgba(192,57,43,0.4);
    color: var(--red);
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* ── FORM (dark) ── */
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
  }
  .form-left h2 { margin-bottom: 12px; }
  .form-left p { color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.65; margin-bottom: 24px; }
  .urgency-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(192,57,43,0.2);
    border: 1px solid rgba(192,57,43,0.5);
    color: #FF8070;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .form-box {
    background: var(--white);
    border-radius: 16px;
    padding: 36px;
    color: var(--ink);
    border-top: 4px solid var(--red);
    box-shadow: 0 12px 48px rgba(0,0,0,0.3);
  }
  .form-box h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ink);
    margin-bottom: 4px;
  }
  .form-box > p { font-size: 14px; color: var(--ink-light); margin-bottom: 22px; }
  .form-row { margin-bottom: 14px; }
  .form-row label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--ink-mid);
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
  }
  .form-row input, .form-row select, .form-row textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #DDD;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: #FAFAFA;
    transition: border-color 0.2s;
    outline: none;
  }
  .form-row input:focus, .form-row select:focus, .form-row textarea:focus {
    border-color: var(--red);
    background: var(--white);
  }
  .form-row textarea { resize: vertical; min-height: 80px; }
  .form-submit {
    width: 100%;
    background: var(--red);
    color: var(--white);
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 6px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .form-submit:hover { background: var(--red-dark); }
  .form-privacy {
    text-align: center;
    font-size: 11px;
    color: #AAA;
    margin-top: 12px;
    line-height: 1.5;
  }

  /* ── REVIEWS (dark) ── */
  .reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
  .review-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 24px;
    border-top: 3px solid var(--red);
  }
  .stars { color: #F1C40F; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
  .review-text { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.65; margin-bottom: 16px; font-style: italic; }
  .review-author { font-size: 13px; font-weight: 700; color: var(--white); font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.05em; }
  .review-location { font-size: 12px; color: rgba(255,255,255,0.38); margin-top: 2px; }

  /* ── AREAS (pale) ── */
  .areas-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }
  .area-pill {
    background: var(--white);
    border: 1px solid #DADADA;
    color: var(--ink-mid);
    font-size: 13px;
    font-weight: 600;
    padding: 7px 18px;
    border-radius: 50px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .area-pill.active {
    background: var(--red);
    border-color: var(--red);
    color: var(--white);
    font-weight: 700;
  }

  /* ── DISCLAIMER (white) ── */
  .disclaimer-section {
    background: var(--white);
    padding: 32px 24px;
    border-top: 1px solid #E8E8E8;
  }
  .disclaimer-box {
    max-width: 920px;
    margin: 0 auto;
    background: var(--light);
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 20px 24px;
  }
  .disclaimer-box h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-light);
    margin-bottom: 10px;
  }
  .disclaimer-box p {
    font-size: 12px;
    color: var(--ink-light);
    line-height: 1.75;
  }

  /* ── LOGO PLACEHOLDER ── */
  .logo-placeholder {
    width: 220px;
    height: 125px;
    /* border: 2px dashed rgba(192,57,43,0.5); */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: rgba(255,255,255,0.35);
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    flex-shrink: 0;
  }

  .logo-placeholder img{
    height: 180px;
  }
  /* .logo-placeholder .lp-icon {
    font-size: 22px;
    opacity: 0.45;
  } */
  .footer-logo-placeholder {
    width: 200px;
    height: 72px;
    /* border: 2px dashed rgba(192,57,43,0.4); */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    /* color: rgba(255,255,255,0.3);
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase; */
    flex-shrink: 0;
  }
  /* .footer-logo-placeholder .lp-icon { font-size: 20px; opacity: 0.4; } */

  .footer-inner .footer-logo-placeholder img {
    height: 180px;
  }
  

  /* ── VAN PHOTO BAND ── */
  .van-band {
    width: 100%;
    height: 570px;
     background: #F6F6F6; 
    overflow: hidden;
    position: relative;
  }
  .van-placeholder {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  
  /* Once you drop a real <img> inside .van-band, it fills the space: */
  .van-band img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  @media (max-width: 700px) {
    .van-band { height: 220px; }
  }

  /* ── FOOTER (dark) ── */
  footer {
    background: #F6F6F6;
    padding: 36px 24px;
    border-top: 3px solid var(--red);
  }
  .footer-inner {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-inner img { height: 54px; }
  .footer-info { font-size: 13px; color: #111111; line-height: 1.75; }
  .footer-info a { color: #C0392B; text-decoration: none; font-weight: 800; }

  /* ── STICKY CTA BAR (all screens, appears on scroll) ── */
  .sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--black);
    border-top: 2px solid var(--red);
    padding: 10px 20px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.4);
  }
  .sticky-cta-bar.visible { transform: translateY(0); }
  .sticky-bar-inner {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 480px;
  }
  .sticky-cta-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 13px 12px;
    border-radius: 50px;
    transition: all 0.2s;
    white-space: nowrap;
  }
  .sticky-call {
    background: var(--red);
    color: var(--white) !important;
  }
  .sticky-call:hover { background: var(--red-dark) !important; }
  .sticky-form {
    background: transparent;
    color: var(--white) !important;
    border: 2px solid rgba(255,255,255,0.35);
  }
  .sticky-form:hover { border-color: var(--red-light) !important; color: #FF8070 !important; }

  /* ── RESPONSIVE ── */
  @media (max-width: 700px) {
    
    body { padding-bottom: 76px; }
    header {justify-content: center;}
    .van-placeholder{width: 100%;}
    
    
    .hero-inner { grid-template-columns: 1fr; gap: 28px; }
    .hero { padding: 40px 16px 0; }
    .hero h1 { font-size: 44px; }
    .price-card { min-width: auto; }
    .offer-grid { grid-template-columns: 1fr; gap: 18px; }
    .form-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-inner { flex-direction: column; text-align: center; }
    section { padding: 48px 16px; }
    .steps { gap: 14px; }
    .trust-inner { gap: 12px 20px; }
    .trust-item { font-size: 12px; }
    .form-box { padding: 24px 18px; }
    .cta-group { flex-direction: column; }
    .cta-group .btn-primary,
    .cta-group .btn-secondary { text-align: center; }
    .sticky-bar-inner { max-width: 100%; }
  }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .badge { animation: fadeUp 0.5s ease both; }
  .hero h1 { animation: fadeUp 0.5s 0.05s ease both; }
  .hero-sub { animation: fadeUp 0.5s 0.12s ease both; }
  .hero-bullets { animation: fadeUp 0.5s 0.18s ease both; }
  .cta-group { animation: fadeUp 0.5s 0.24s ease both; }
  .price-card { animation: fadeUp 0.5s 0.3s ease both; }