  :root {
      --orange: #F97316;
      --orange-dark: #EA580C;
      --gray-dark: #1E1E1E;
      --gray-darker: #121212;
      --gray-medium: #2A2A2A;
      --gray-border: #333;
      --headline: #F9F9F9;
      --body: #CFCFCF;
    }
    html {
      font-size: 18px;
      box-sizing: border-box;
      background: var(--gray-darker);
    }
    *, *:before, *:after {
      box-sizing: inherit;
    }
    body {
      margin: 0;
      font-family: 'Poppins', Arial, Helvetica, sans-serif;
      background: var(--gray-darker);
      color: var(--body);
      line-height: 1.7;
      letter-spacing: 0.01em;
      font-size: 1rem;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Poppins', Arial, Helvetica, sans-serif;
      font-weight: 600;
      letter-spacing: 0.01em;
      margin-top: 0;
      margin-bottom: 0.7em;
      line-height: 1.2;
      color: var(--headline);
    }
    h1 { font-size: 2.25rem; margin-bottom: 1.2em; }
    h2 { font-size: 1.56rem; margin-bottom: 1em; }
    h3 { font-size: 1.17rem; margin-bottom: 0.7em; }
    p, li, blockquote, a, small {
      font-family: 'Poppins', Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.7;
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      letter-spacing: 0.01em;
      color: var(--body);
    }
    p { font-size: 1rem; margin-bottom: 1.2em; }
    header, section {
      padding: 3.5rem 1.5rem;
      max-width: 1100px;
      margin: 0 auto 3.5rem auto;
      background: linear-gradient(180deg, var(--gray-dark) 0%, var(--gray-medium) 100%);
      border-radius: 18px;
      box-shadow: 0 2px 24px rgba(0,0,0,0.18);
    }
    .intro {
      text-align: center;
      margin-bottom: 3.5rem;
      background: none;
      box-shadow: none;
    }
    .intro h1 {
      color: var(--orange);
      font-size: 2.25rem;
      font-weight: 700;
      margin-bottom: 1.2em;
      line-height: 1.2;
      text-shadow: 0 2px 16px rgba(255,127,17,0.10);
    }
    .intro p {
      margin-top: 0.5rem;
      color: var(--body);
      font-size: 1rem;
      line-height: 1.7;
      letter-spacing: 0.01em;
      margin-bottom: 2em;
    }
    .trust-points {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5rem;
      margin: 2.5rem 0;
    }
    .trust-points div {
      flex: 1 1 250px;
      background-color: var(--gray-medium);
      color: var(--body);
      padding: 1.5rem;
      border-radius: 10px;
      text-align: center;
      font-size: 1.05rem;
      line-height: 1.7;
      margin: 0 0.5rem;
      box-shadow: 0 2px 12px rgba(0,0,0,0.10);
      border: 1px solid var(--gray-border);
    }
    .scroll-btn {
      background: var(--orange);
      color: #fff;
      border: none;
      padding: 1rem 2rem;
      border-radius: 10px;
      font-weight: bold;
      margin-top: 1.5rem;
      text-decoration: none;
      display: inline-block;
      font-size: 1.08rem;
      letter-spacing: 0.02em;
      box-shadow: 0 0 16px 2px rgba(255,127,17,0.18), 0 4px 24px rgba(255,127,17,0.13);
      transition: all 0.3s ease-in-out;
      outline: none;
      position: relative;
      border: 2px solid var(--orange);
      box-shadow: 0 0 16px 2px rgba(255,127,17,0.18), 0 4px 24px rgba(255,127,17,0.13);
    }
    .scroll-btn:hover {
      background: var(--orange-dark);
      color: #fff;
      transform: scale(1.05);
      box-shadow: 0 0 24px 4px rgba(255,127,17,0.25), 0 6px 32px rgba(255,127,17,0.18);
      filter: brightness(0.95);
      border-color: var(--orange-dark);
    }
    .packages {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
      align-items: start;
      justify-content: center;
      margin: 0 auto;
      max-width: 500px;
      padding: 0 1rem;
    }
    .package-card {
      background: linear-gradient(180deg, #181818 0%, #232323 100%);
      border-radius: 16px;
      box-shadow: 0 2px 16px rgba(255,127,17,0.07), 0 2px 24px rgba(0,0,0,0.18);
      padding: 2.2rem 2rem 2rem 2rem;
      line-height: 1.8;
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      min-width: 0;
      border: 1px solid var(--gray-border);
      color: var(--body);
      transition: box-shadow 0.3s ease-in-out, border-color 0.3s;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: auto;
    }
    .package-card h2 {
      color: var(--orange);
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 1em;
      line-height: 1.2;
      text-shadow: 0 4px 16px rgba(255,165,0,0.6), 0 2px 8px rgba(255,140,0,0.4), 0 0 20px rgba(255,200,100,0.3);
      background: linear-gradient(135deg, #FFB366 0%, #FF9933 50%, #FF8A3D 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      position: relative;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid rgba(255,165,0,0.3);
    }
    .package-card ul {
      padding-left: 1.2rem;
      margin-bottom: 1.2rem;
    }
    .package-card .bonus {
      margin-top: auto;
    }
    .bonus {
      background-color: #232323;
      border-left: 4px solid var(--orange);
      padding: 1.2rem 1rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      font-size: 1.02rem;
      line-height: 1.7;
      border-radius: 7px;
      color: var(--body);
      box-shadow: 0 2px 12px rgba(255,127,17,0.05);
    }
    .book-btn {
      display: inline-block;
      background: var(--orange);
      color: #fff;
      border: none;
      padding: 1rem 2rem;
      border-radius: 10px;
      font-weight: bold;
      text-decoration: none;
      font-size: 1.08rem;
      letter-spacing: 0.02em;
      margin-top: 1rem;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* Increased visibility */
      transition: all 0.3s cubic-bezier(.68,-0.55,.27,1.55);
      outline: none;
      border: 2px solid var(--orange);
      position: relative;
      min-height: 48px; /* Large enough for mobile tapping */
    }
    .book-btn:hover,
    .book-btn:focus {
      background: var(--orange-dark);
      color: #fff;
      transform: scale(1.05);
      box-shadow: 0 0 24px 4px rgba(255,127,17,0.25), 0 6px 32px rgba(255,127,17,0.18);
      filter: brightness(0.95);
      border-color: var(--orange-dark);
    }
    /* Add or update in your <style> block for premium interactive effects */
    .book-btn,
    .scroll-btn,
    a {
      transition: all 0.3s ease-in-out;
    }

    .book-btn:hover,
    .scroll-btn:hover {
      transform: scale(1.05);
      filter: brightness(1.05);
      box-shadow: 0 4px 18px rgba(255,165,0,0.10);
    }

    a:hover {
      color: var(--orange);
      opacity: 0.85;
    }

    img,
    .package-card img,
    .trust-points img {
      transition: all 0.3s ease-in-out;
    }

    img:hover,
    .package-card img:hover,
    .trust-points img:hover {
      box-shadow: 0 6px 24px rgba(0,0,0,0.13);
      opacity: 0.92;
      transform: scale(1.03);
    }

    .package-card {
      transition: box-shadow 0.3s ease-in-out, border-color 0.3s;
    }

    .package-card:hover {
      box-shadow: 0 12px 36px rgba(255,165,0,0.13);
      border-color: var(--orange);
    }

    @media (min-width: 901px) {
      .packages {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        max-width: 1200px;
        gap: 2.5rem;
      }
    }

    @media (max-width: 900px) {
      html { font-size: 16px; }
      header, section {
        padding: 1.5rem 0.7rem;
        max-width: 100vw;
        margin: 0 0 2rem 0;
        border-radius: 0;
      }
      .intro {
        margin-bottom: 2rem;
      }
      .packages {
        gap: 1.5rem !important;
        padding: 0 0.5rem;
      }
      .package-card {
        max-width: 98vw;
        min-width: 0;
        padding: 1.2rem 0.7rem;
      }
      .trust-points {
        flex-direction: column;
        gap: 1rem;
      }
      .book-btn,
      .scroll-btn {
        width: 100%;
        min-width: 0;
        font-size: 1.15rem;
        padding: 1.2rem 0;
        margin: 0.7rem 0;
        border-radius: 14px;
      }
      
      /* Still Deciding Section - Tablet */
      .still-deciding-section {
        padding: 2.5rem 1rem !important;
        margin: 2rem auto !important;
        max-width: 98vw !important;
        border-radius: 16px !important;
      }
      
      /* Upcharges Section - Tablet */
      .upcharges-section {
        padding: 3rem 1rem !important;
        margin: 2rem auto !important;
        max-width: 98vw !important;
        border-radius: 1rem !important;
      }
      .upcharges-section div[style*="grid-template-columns"] {
        gap: 1.5rem !important;
      }
      .upcharges-section div[style*="background: linear-gradient"] {
        padding: 2rem 1.5rem !important;
      }
      
      .cta-buttons {
        flex-direction: column !important;
        gap: 1rem !important;
        max-width: 350px !important;
      }
      .contact-btn, .book-now-btn {
        width: 100% !important;
        min-width: 0 !important;
      }
    }

    /* Still Deciding Section Button Hover Effects */
    .contact-btn:hover {
      background: #F97316 !important;
      color: #fff !important;
      transform: scale(1.02);
      box-shadow: 0 4px 16px rgba(249,115,22,0.2);
    }
    
    .book-now-btn:hover {
      background: #EA580C !important;
      transform: scale(1.02);
      box-shadow: 0 4px 16px rgba(249,115,22,0.3);
    }

    @media (max-width: 600px) {
      h1 { font-size: 1.4rem; }
      h2 { font-size: 1.1rem; }
      .intro h1 { font-size: 1.3rem; }
      .intro p { font-size: 1rem; }
      .package-card h2 { font-size: 1.08rem; }
      .package-card { padding: 1rem 0.5rem; }
      .bonus { font-size: 0.98rem; }
      .book-btn,
      .scroll-btn {
        font-size: 1.18rem;
        padding: 1.3rem 0;
      }
    }

    /* Ensure images are responsive */
    img,
    .package-card img,
    .trust-points img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    /* Sticky Navbar Styles */
    .navbar {
      position: sticky;
      top: 0;
      width: 100%;
      background: linear-gradient(90deg, var(--gray-dark) 80%, var(--gray-medium) 100%);
      z-index: 1000;
      box-shadow: 0 2px 16px rgba(0,0,0,0.13);
      padding: 0;
    }
    .navbar-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
      padding: 1.2rem 1.5rem;
      flex-wrap: nowrap;
    }
    .navbar-logo img {
      height: 36px;
      vertical-align: middle;
      margin-left: 0;
    }
    .navbar-links {
      display: flex;
      gap: 2rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .navbar-links li a {
      color: var(--headline);
      font-weight: 500;
      font-size: 1.08rem;
      text-decoration: none;
      transition: color 0.2s;
      padding: 0.5rem 0;
    }
    .navbar-links li a:hover,
    .navbar-book-link:hover {
      color: var(--orange);
    }
    
    /* Special Free Stuff Button Styling */
    .free-stuff-btn {
      background: linear-gradient(135deg, #10B981 0%, #059669 100%) !important;
      color: white !important;
      padding: 0.6rem 1.2rem !important;
      border-radius: 25px !important;
      font-weight: 600 !important;
      position: relative !important;
      overflow: hidden !important;
      box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4) !important;
      animation: pulse-glow 2s infinite !important;
    }

    .free-stuff-btn:hover {
      background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
      color: white !important;
      transform: translateY(-2px) !important;
      box-shadow: 0 6px 20px rgba(16, 185, 129, 0.6) !important;
    }

    .free-stuff-btn::before {
      content: '🎁' !important;
      margin-right: 0.5rem !important;
    }

    @keyframes pulse-glow {
      0%, 100% {
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
      }
      50% {
        box-shadow: 0 4px 20px rgba(16, 185, 129, 0.7);
      }
    }
    .navbar-book-btn {
      margin-left: 2rem;
      padding: 0.7rem 1.7rem;
      font-size: 1.08rem;
      border-radius: 10px;
      font-weight: bold;
      background: var(--orange);
      color: #fff;
      border: none;
      box-shadow: 0 0 8px 0 rgba(255,127,17,0.18), 0 2px 16px rgba(255,127,17,0.10);
      transition: all 0.3s;
    }
    .navbar-book-btn:hover {
      background: var(--orange-dark);
      color: #fff;
      transform: scale(1.05);
    }
    .navbar-toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: none;
      border: none;
      cursor: pointer;
      margin-left: 1rem;
      padding: 0.5rem;
    }
    .navbar-toggle span {
      display: block;
      width: 26px;
      height: 3px;
      background: var(--headline);
      margin: 4px 0;
      border-radius: 2px;
      transition: all 0.3s;
    }
    @media (max-width: 900px) {
      .navbar-container {
        padding: 0.5rem 0.7rem;
      }
      .navbar-links {
        gap: 1.2rem;
      }
      .navbar-book-btn {
        margin-left: 1rem;
        padding: 0.7rem 1rem;
        font-size: 1rem;
      }
      .navbar-phone {
        display: none;
      }
    }
    @media (max-width: 700px) {
      .navbar-container {
        flex-wrap: wrap;
      }
      .navbar-links {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: var(--gray-dark);
        flex-direction: column;
        gap: 0;
        display: none;
        padding: 1.2rem 0;
        box-shadow: 0 2px 16px rgba(0,0,0,0.13);
      }
      .navbar-links.active {
        display: flex;
      }
      .navbar-links li {
        text-align: center;
        margin: 0.7rem 0;
      }
      
      /* Mobile Free Stuff Button */
      .free-stuff-btn {
        display: block !important;
        text-align: center !important;
        margin: 1rem auto !important;
        padding: 0.8rem 1.5rem !important;
        border-radius: 30px !important;
        font-size: 1.1rem !important;
        width: fit-content !important;
        background: linear-gradient(135deg, #10B981 0%, #059669 100%) !important;
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.5) !important;
      }
      .navbar-book-btn {
        display: none;
      }
      .navbar-toggle {
        display: flex;
      }
    }

    /* Highlight the Interior Reset Package as "Most Popular" with a modern badge */
    .most-popular {
      position: relative;
      z-index: 2;
    }
    .badge {
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      background: linear-gradient(to right, #f8b500, #f7a828);
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      font-family: 'Poppins', Arial, Helvetica, sans-serif;
      padding: 6px 14px;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
      display: flex;
      align-items: center;
      letter-spacing: 0.06em;
      animation: popIn 0.3s ease-in-out;
      cursor: pointer;
      transition: box-shadow 0.2s, filter 0.2s;
    }
    .badge-icon {
      margin-right: 6px;
      font-size: 1.1em;
      filter: drop-shadow(0 2px 2px rgba(0,0,0,0.12));
    }
    @keyframes popIn {
      0% { transform: scale(0.8) translateX(-50%); opacity: 0; }
      100% { transform: scale(1) translateX(-50%); opacity: 1; }
    }
    .badge:hover {
      box-shadow: 0 0 18px 4px #f8b50088;
      filter: brightness(1.08);
    }
    
    /* Price Anchoring Styles */
    .price-anchor {
      background: linear-gradient(135deg, #2A2A2A 0%, #1E1E1E 100%);
      border: 1px solid var(--orange);
      border-radius: 10px;
      padding: 1rem 1.2rem;
      margin: 1rem 0 1.5rem 0;
      text-align: center;
      font-size: 1.1rem;
      line-height: 1.4;
      box-shadow: 0 2px 16px rgba(255,127,17,0.1);
    }
    .original-value {
      text-decoration: line-through;
      color: #888;
      font-weight: normal;
    }
    .sale-price {
      color: var(--orange);
      font-weight: bold;
      text-shadow: 0 2px 8px rgba(255,127,17,0.2);
    }
    
    @media (max-width: 600px) {
      .badge {
        font-size: 12px;
        padding: 4px 10px;
      }
      .badge-icon {
        margin-right: 4px;
        font-size: 1em;
      }
      .price-anchor {
        font-size: 1rem;
        padding: 0.8rem 1rem;
        margin: 0.8rem 0 1.2rem 0;
      }
      
      /* Still Deciding Section - Mobile */
      .still-deciding-section {
        padding: 2rem 1rem !important;
        margin: 1.5rem auto !important;
        max-width: 98vw !important;
        border-radius: 16px !important;
      }
      .still-deciding-section h2 {
        font-size: 1.3rem !important;
      }
      
      /* Upcharges Section - Mobile */
      .upcharges-section {
        padding: 2.5rem 1rem !important;
        margin: 1.5rem auto !important;
        max-width: 98vw !important;
        border-radius: 1rem !important;
      }
      .upcharges-section h2 {
        font-size: 1.5rem !important;
      }
      .upcharges-section h3 {
        font-size: 1.2rem !important;
      }
      .upcharges-section div[style*="background: linear-gradient"] {
        padding: 1.5rem 1rem !important;
      }
      .upcharges-section ul li {
        font-size: 1rem !important;
        gap: 0.5rem !important;
      }
      .upcharges-section ul li span:first-child {
        margin-right: 0 !important;
      }
      
      .trust-checkmarks {
        margin: 1rem 0 1.5rem 0 !important;
      }
      .trust-checkmarks div {
        font-size: 1rem !important;
      }
      .cta-buttons {
        flex-direction: column !important;
        gap: 1rem !important;
      }
      .contact-btn, .book-now-btn {
        flex: none !important;
        width: 100% !important;
        min-width: 0 !important;
        font-size: 1.1rem !important;
        padding: 1.2rem 1rem !important;
      }
    }