 :root {
   --dark: #1a1a1a;
   --accent: #c65a1e;
   --accent-soft: #f7e7dd;
   --sand: #f5f2ef;
   --olive: #4c5b3b;
   --charcoal: #2b2b2b;
   --stone: #d9d2c7;
 }
 
 * {
   box-sizing: border-box;
 }
 
 body {
   margin: 0;
   font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
   color: var(--dark);
   background: var(--sand);
 }
 
 a {
   color: inherit;
   text-decoration: none;
 }
 
 .page {
   display: flex;
   min-height: 100vh;
 }
 
 .sidebar {
   width: 260px;
   background: #fff;
   border-right: 1px solid var(--stone);
   padding: 28px 22px;
   display: flex;
   flex-direction: column;
   gap: 24px;
 }
 
 .brand {
   display: flex;
   flex-direction: column;
   gap: 10px;
 }
 
 .brand-name {
   font-size: 22px;
   font-weight: 700;
   letter-spacing: 0.5px;
 }
 
 .ad-label {
   font-size: 12px;
   line-height: 1.4;
   color: #5c5c5c;
   background: var(--accent-soft);
   padding: 8px 10px;
   border-radius: 8px;
 }
 
 .side-nav {
   display: flex;
   flex-direction: column;
   gap: 12px;
   font-size: 15px;
 }
 
 .side-cta {
   margin-top: auto;
 }
 
 .btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 12px 18px;
   border-radius: 999px;
   background: var(--accent);
   color: #fff;
   font-weight: 600;
   border: none;
   cursor: pointer;
 }
 
 .btn.secondary {
   background: var(--olive);
 }
 
 .main {
   flex: 1;
   display: flex;
   flex-direction: column;
 }
 
 section {
   padding: 48px 60px;
 }
 
 .hero {
   display: flex;
   gap: 36px;
   align-items: center;
   background: #fff;
 }
 
 .hero-copy {
   flex: 1;
   display: flex;
   flex-direction: column;
   gap: 18px;
 }
 
 .hero-title {
   font-size: 40px;
   line-height: 1.1;
   margin: 0;
 }
 
 .hero-media {
   flex: 1;
   position: relative;
 }
 
 .image-frame {
   background: var(--stone);
   border-radius: 18px;
   overflow: hidden;
 }
 
 .image-frame img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
 }
 
 .split {
   display: flex;
   gap: 32px;
   align-items: center;
 }
 
 .split.reverse {
   flex-direction: row-reverse;
 }
 
 .split .text {
   flex: 1;
   display: flex;
   flex-direction: column;
   gap: 14px;
 }
 
 .split .media {
   flex: 1;
 }
 
 .band {
   position: relative;
   overflow: hidden;
   color: #fff;
 }
 
 .band-content {
   position: relative;
   z-index: 2;
   display: flex;
   flex-direction: column;
   gap: 16px;
   max-width: 760px;
 }
 
 .band-bg {
   position: absolute;
   inset: 0;
   z-index: 1;
   opacity: 0.35;
 }
 
 .band-bg .image-frame {
   width: 100%;
   height: 100%;
   border-radius: 0;
 }
 
 .cards {
   display: flex;
   gap: 20px;
   flex-wrap: wrap;
 }
 
 .card {
   flex: 1 1 220px;
   background: #fff;
   border-radius: 16px;
   border: 1px solid var(--stone);
   padding: 18px;
   display: flex;
   flex-direction: column;
   gap: 12px;
 }
 
 .card h3 {
   margin: 0;
 }
 
 .price {
   font-weight: 700;
   color: var(--accent);
   font-size: 18px;
 }
 
 .pill-list {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
 }
 
 .pill {
   background: #fff;
   border: 1px solid var(--stone);
   padding: 8px 12px;
   border-radius: 999px;
   font-size: 13px;
 }
 
 .form-wrap {
   background: #fff;
   border-radius: 18px;
   border: 1px solid var(--stone);
   padding: 28px;
   display: flex;
   flex-direction: column;
   gap: 16px;
 }
 
 form {
   display: flex;
   flex-direction: column;
   gap: 14px;
 }
 
 label {
   font-weight: 600;
   font-size: 14px;
 }
 
 input,
 select,
 textarea {
   padding: 12px;
   border-radius: 10px;
   border: 1px solid var(--stone);
   font-size: 14px;
 }
 
 .footer {
   background: #fff;
   padding: 32px 60px;
   border-top: 1px solid var(--stone);
   display: flex;
   flex-direction: column;
   gap: 12px;
   font-size: 14px;
 }
 
 .footer-links {
   display: flex;
   gap: 18px;
   flex-wrap: wrap;
 }
 
 .sticky-cta {
   position: fixed;
   right: 18px;
   bottom: 18px;
   background: var(--charcoal);
   color: #fff;
   padding: 14px 18px;
   border-radius: 999px;
   display: flex;
   align-items: center;
   gap: 12px;
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
   z-index: 20;
 }
 
 .sticky-cta a {
   background: #fff;
   color: var(--charcoal);
   padding: 8px 14px;
   border-radius: 999px;
   font-weight: 600;
 }
 
 .cookie-banner {
   position: fixed;
   left: 18px;
   bottom: 18px;
   background: #fff;
   border: 1px solid var(--stone);
   padding: 16px 18px;
   border-radius: 12px;
   max-width: 360px;
   display: flex;
   flex-direction: column;
   gap: 12px;
   z-index: 30;
 }
 
 .cookie-actions {
   display: flex;
   gap: 10px;
 }
 
 .cookie-actions button {
   flex: 1;
 }
 
 .notice {
   background: var(--accent-soft);
   border-radius: 12px;
   padding: 16px;
   display: flex;
   flex-direction: column;
   gap: 8px;
 }
 
 .tiny {
   font-size: 12px;
   color: #5c5c5c;
 }
 
 .contact-block {
   display: flex;
   flex-direction: column;
   gap: 10px;
   background: #fff;
   padding: 18px;
   border-radius: 16px;
   border: 1px solid var(--stone);
 }
 
 .list {
   display: flex;
   flex-direction: column;
   gap: 10px;
 }
 
 @media (max-width: 980px) {
   .page {
     flex-direction: column;
   }
 
   .sidebar {
     width: 100%;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: center;
   }
 
   .side-cta {
     width: 100%;
   }
 
   section {
     padding: 36px 24px;
   }
 
   .hero,
   .split {
     flex-direction: column;
   }
 
   .sticky-cta {
     right: 12px;
     left: 12px;
     justify-content: space-between;
   }
 
   .cookie-banner {
     right: 12px;
     left: 12px;
     max-width: none;
   }
 }
