 :root {
   --bg: #f7f7f5;
   --ink: #1b1d1f;
   --muted: #5a6066;
   --accent: #1f6f8b;
   --accent-dark: #124a5d;
   --sand: #efe9e2;
   --mint: #d8ece8;
   --slate: #e3e7ee;
 }
 
 * {
   box-sizing: border-box;
 }
 
 body {
   margin: 0;
   font-family: "Inter", "Segoe UI", Arial, sans-serif;
   color: var(--ink);
   background: var(--bg);
   line-height: 1.6;
 }
 
 a {
   color: var(--accent);
   text-decoration: none;
 }
 
 a:focus,
 button:focus {
   outline: 2px solid var(--accent);
   outline-offset: 2px;
 }
 
 .layout {
   display: flex;
   min-height: 100vh;
 }
 
 .sidebar {
   width: 260px;
   padding: 32px 24px;
   background: #ffffff;
   border-right: 1px solid #e3e6ea;
   display: flex;
   flex-direction: column;
   gap: 24px;
 }
 
 .brand {
   font-size: 20px;
   font-weight: 700;
   letter-spacing: 0.5px;
 }
 
 .ad-label {
   font-size: 12px;
   color: var(--muted);
   background: var(--sand);
   padding: 8px 10px;
   border-radius: 8px;
 }
 
 .nav {
   display: flex;
   flex-direction: column;
   gap: 10px;
 }
 
 .nav a {
   font-weight: 600;
   color: var(--ink);
 }
 
 .nav a:hover {
   color: var(--accent-dark);
 }
 
 .sidebar-cta {
   margin-top: auto;
   padding: 16px;
   background: var(--mint);
   border-radius: 12px;
 }
 
 .sidebar-cta button {
   width: 100%;
 }
 
 .content {
   flex: 1;
   padding: 32px 40px 80px;
 }
 
 .section {
   padding: 36px 0;
 }
 
 .section-muted {
   background: var(--sand);
   padding: 32px;
   border-radius: 18px;
 }
 
 .section-dark {
   background: var(--accent-dark);
   color: #ffffff;
   padding: 36px;
   border-radius: 20px;
 }
 
 .section-bg {
   color: #ffffff;
   border-radius: 20px;
   padding: 36px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-blend-mode: multiply;
 }
 
 .bg-data {
   background-color: rgba(20, 30, 40, 0.72);
   background-image: url("https://images.unsplash.com/photo-1482192596544-9eb780fc7f66?w=1400&q=80");
 }
 
 .bg-vision {
   background-color: rgba(15, 40, 50, 0.7);
   background-image: url("https://images.unsplash.com/photo-1480714378408-67cf0d13bc1b?w=1400&q=80");
 }
 
 .section-slate {
   background: var(--slate);
   padding: 32px;
   border-radius: 18px;
 }
 
 .split {
   display: flex;
   gap: 28px;
   align-items: center;
   flex-wrap: wrap;
 }
 
 .split > div {
   flex: 1 1 280px;
 }
 
 .hero-title {
   font-size: 36px;
   line-height: 1.2;
   margin: 0 0 16px;
 }
 
 .hero-actions {
   display: flex;
   gap: 12px;
   flex-wrap: wrap;
 }
 
 .btn {
   border: none;
   padding: 12px 18px;
   font-weight: 600;
   border-radius: 10px;
   cursor: pointer;
   background: var(--accent);
   color: #ffffff;
 }
 
 .btn.secondary {
   background: #ffffff;
   color: var(--accent-dark);
   border: 1px solid var(--accent-dark);
 }
 
 .btn:hover {
   background: var(--accent-dark);
 }
 
 .btn.secondary:hover {
   background: var(--sand);
 }
 
 .media {
   background: #dfe6ea;
   border-radius: 16px;
   overflow: hidden;
 }
 
 .media img {
   width: 100%;
   height: auto;
   display: block;
   object-fit: cover;
 }
 
 .cards {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
 }
 
 .card {
   flex: 1 1 240px;
   background: #ffffff;
   border-radius: 16px;
   padding: 18px;
   border: 1px solid #e4e7eb;
 }
 
 .card h3 {
   margin-top: 12px;
 }
 
 .price {
   font-weight: 700;
   color: var(--accent-dark);
 }
 
 .metrics {
   display: flex;
   gap: 24px;
   flex-wrap: wrap;
 }
 
 .metric {
   flex: 1 1 160px;
   background: #ffffff;
   border-radius: 14px;
   padding: 16px;
   border: 1px solid #e4e7eb;
 }
 
 .inline-cta {
   font-weight: 600;
   color: var(--accent);
 }
 
 form {
   display: flex;
   flex-direction: column;
   gap: 12px;
 }
 
 label {
   font-weight: 600;
 }
 
 input,
 select,
 textarea {
   padding: 10px 12px;
   border-radius: 8px;
   border: 1px solid #c8ced6;
   font-family: inherit;
 }
 
 .form-note {
   font-size: 13px;
   color: var(--muted);
 }
 
 .sticky-cta {
   position: fixed;
   right: 24px;
   bottom: 24px;
   z-index: 10;
 }
 
 .footer {
   margin-top: 40px;
   border-top: 1px solid #e3e6ea;
   padding-top: 24px;
   font-size: 14px;
   color: var(--muted);
 }
 
 .legal-links {
   display: flex;
   gap: 14px;
   flex-wrap: wrap;
 }
 
 .cookie-banner {
   position: fixed;
   left: 24px;
   bottom: 24px;
   background: #ffffff;
   padding: 18px;
   border-radius: 14px;
   border: 1px solid #d0d6dd;
   max-width: 320px;
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
   z-index: 20;
 }
 
 .cookie-actions {
   display: flex;
   gap: 8px;
   margin-top: 12px;
 }
 
 .cookie-actions button {
   flex: 1;
 }
 
 .references {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
 }
 
 @media (max-width: 960px) {
   .layout {
     flex-direction: column;
   }
 
   .sidebar {
     width: 100%;
     border-right: none;
     border-bottom: 1px solid #e3e6ea;
   }
 
   .content {
     padding: 24px;
   }
 
   .sticky-cta {
     right: 16px;
     bottom: 16px;
   }
 }
