 :root {
   --ink: #1a1f25;
   --muted: #5a646f;
   --accent: #2f6f67;
   --accent-dark: #244f49;
   --sand: #f5f1ec;
   --mist: #eef2f4;
   --rose: #f6ecea;
 }
 
 * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
 }
 
 body {
   font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
   color: var(--ink);
   background: #ffffff;
   line-height: 1.6;
 }
 
 img {
   display: block;
   width: 100%;
   height: auto;
   object-fit: cover;
 }
 
 a {
   color: var(--accent-dark);
   text-decoration: none;
 }
 
 a:hover,
 a:focus {
   text-decoration: underline;
 }
 
 .page {
   display: flex;
   flex-direction: column;
   min-height: 100vh;
 }
 
 .nav {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 20px 6vw;
   background: #ffffff;
   border-bottom: 1px solid #e3e7ea;
 }
 
 .brand {
   font-weight: 600;
   letter-spacing: 0.02em;
 }
 
 .nav-links {
   display: flex;
   gap: 18px;
   align-items: center;
   flex-wrap: wrap;
 }
 
 .ad-label {
   font-size: 0.85rem;
   color: #6d4b4b;
   background: var(--rose);
   padding: 6px 10px;
   border-radius: 999px;
 }
 
 .split-section {
   display: flex;
   flex-wrap: wrap;
   gap: 32px;
   padding: 64px 6vw;
   align-items: center;
 }
 
 .split-section.reverse {
   flex-direction: row-reverse;
 }
 
 .split-content {
   flex: 1 1 320px;
   display: flex;
   flex-direction: column;
   gap: 16px;
 }
 
 .split-visual {
   flex: 1 1 320px;
   background: #dfe5e8;
   border-radius: 18px;
   overflow: hidden;
   min-height: 320px;
   display: flex;
   align-items: stretch;
 }
 
 .hero-visual {
   background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
   background-size: cover;
   background-position: center;
 }
 
 .scenario-visual {
   background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=800&q=80");
   background-size: cover;
   background-position: center;
 }
 
 .process-visual {
   background-image: url("https://images.unsplash.com/photo-1488998527040-85054a85150e?w=800&q=80");
   background-size: cover;
   background-position: center;
 }
 
 .trust-visual {
   background-image: url("https://images.unsplash.com/photo-1712890933280-80a10a95b812?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHwyOHx8TW9kZXJuJUMzJUFEJTIwJUM1JTk5JUMzJUFEemVuJUMzJUFEJTIwJUM0JThEYXN1JTIwcHJvJTIwdmVkb3VjJUMzJUFEfGNzfDB8MHx8fDE3ODM1ODg3NDJ8MA&ixlib=rb-4.1.0&q=80&w=1080");
   background-size: cover;
   background-position: center;
 }
 
 .cta-button {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 12px 22px;
   border-radius: 999px;
   background: var(--accent);
   color: #ffffff;
   border: none;
   cursor: pointer;
   font-size: 1rem;
 }
 
 .cta-button:hover,
 .cta-button:focus {
   background: var(--accent-dark);
 }
 
 .ghost-button {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 12px 22px;
   border-radius: 999px;
   background: transparent;
   color: var(--accent-dark);
   border: 1px solid var(--accent-dark);
 }
 
 .section-title {
   font-size: 2rem;
   line-height: 1.2;
 }
 
 .muted {
   color: var(--muted);
 }
 
 .card-row {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
 }
 
 .card {
   flex: 1 1 240px;
   background: #ffffff;
   border-radius: 16px;
   padding: 18px;
   box-shadow: 0 12px 30px rgba(18, 23, 30, 0.08);
   display: flex;
   flex-direction: column;
   gap: 12px;
 }
 
 .card-image {
   border-radius: 12px;
   overflow: hidden;
   background: #e0e6ea;
 }
 
 .form-section {
   background: var(--mist);
 }
 
 form {
   display: flex;
   flex-direction: column;
   gap: 12px;
 }
 
 label {
   font-weight: 600;
 }
 
 input,
 select,
 textarea {
   padding: 10px 12px;
   border-radius: 10px;
   border: 1px solid #cfd6db;
   font-size: 1rem;
   width: 100%;
 }
 
 .inline-link {
   font-weight: 600;
   color: var(--accent-dark);
 }
 
 .testimonial {
   background: #ffffff;
   border-left: 4px solid var(--accent);
   padding: 14px 16px;
 }
 
 .footer {
   margin-top: auto;
   padding: 30px 6vw 70px;
   background: var(--sand);
   display: flex;
   flex-direction: column;
   gap: 14px;
   font-size: 0.95rem;
 }
 
 .footer-links {
   display: flex;
   flex-wrap: wrap;
   gap: 16px;
 }
 
 .sticky-cta {
   position: fixed;
   bottom: 18px;
   right: 18px;
   background: #ffffff;
   padding: 14px 16px;
   border-radius: 16px;
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
   display: flex;
   align-items: center;
   gap: 12px;
 }
 
 .cookie-banner {
   position: fixed;
   left: 20px;
   bottom: 20px;
   max-width: 360px;
   background: #ffffff;
   border-radius: 14px;
   padding: 16px;
   box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
   display: flex;
   flex-direction: column;
   gap: 12px;
   z-index: 10;
 }
 
 .cookie-actions {
   display: flex;
   gap: 10px;
 }
 
 .cookie-actions button {
   flex: 1;
 }
 
 .policy-grid {
   display: flex;
   flex-direction: column;
   gap: 18px;
   padding: 40px 6vw;
 }
 
 .info-row {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
 }
 
 .info-box {
   flex: 1 1 260px;
   background: #ffffff;
   border-radius: 12px;
   padding: 16px;
   border: 1px solid #e3e7ea;
 }
 
 @media (max-width: 900px) {
   .nav {
     flex-direction: column;
     align-items: flex-start;
     gap: 12px;
   }
 
   .sticky-cta {
     position: static;
     margin: 24px auto 0;
   }
 }
