 :root {
   --bg: #f4f1ed;
   --panel: #ffffff;
   --ink: #1e2428;
   --muted: #54616a;
   --accent: #2f5d62;
   --accent-soft: #d7e3e5;
   --highlight: #c7a86b;
 }

 * {
   box-sizing: border-box;
 }

 body {
   margin: 0;
   font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
   color: var(--ink);
   background: var(--bg);
   line-height: 1.6;
 }

 a {
   color: inherit;
   text-decoration: none;
 }

 img {
   display: block;
   max-width: 100%;
   height: auto;
   object-fit: cover;
 }

 .page {
   display: flex;
   min-height: 100vh;
 }

 .sidebar {
   width: 260px;
   background: var(--panel);
   padding: 28px 24px;
   display: flex;
   flex-direction: column;
   gap: 18px;
   border-right: 1px solid #e1ded9;
 }

 .brand {
   font-size: 20px;
   font-weight: 600;
   letter-spacing: 0.04em;
 }

 .ad-label {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 0.08em;
   color: var(--highlight);
 }

 .nav {
   display: flex;
   flex-direction: column;
   gap: 8px;
 }

 .nav a {
   font-size: 14px;
   color: var(--muted);
 }

 .sidebar-note {
   font-size: 13px;
   color: var(--muted);
   border-left: 3px solid var(--accent);
   padding-left: 10px;
 }

 main {
   flex: 1;
   padding: 36px 40px 80px;
   display: flex;
   flex-direction: column;
   gap: 46px;
 }

 .section {
   background: var(--panel);
   padding: 28px;
   border-radius: 16px;
   display: flex;
   flex-direction: column;
   gap: 18px;
 }

 .section-muted {
   background: var(--accent-soft);
 }

 .hero {
   display: flex;
   gap: 24px;
   align-items: stretch;
   flex-wrap: wrap;
 }

 .hero-text {
   flex: 1;
   min-width: 260px;
   display: flex;
   flex-direction: column;
   gap: 18px;
 }

 .hero-media {
   flex: 1;
   min-width: 260px;
   border-radius: 18px;
   background-color: #cdd7d8;
   min-height: 280px;
 }

 .pill {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   font-size: 13px;
   padding: 6px 12px;
   border-radius: 999px;
   background: var(--accent-soft);
   color: var(--accent);
   width: fit-content;
 }

 .columns {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
 }

 .column {
   flex: 1;
   min-width: 240px;
   display: flex;
   flex-direction: column;
   gap: 12px;
 }

 .image-card {
   background-color: #d3d2cd;
   border-radius: 14px;
   overflow: hidden;
 }

 .service-grid {
   display: flex;
   flex-wrap: wrap;
   gap: 18px;
 }

 .service-card {
   flex: 1;
   min-width: 240px;
   background: var(--panel);
   border: 1px solid #e4dfd8;
   border-radius: 14px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
 }

 .service-card-body {
   padding: 16px;
   display: flex;
   flex-direction: column;
   gap: 10px;
 }

 .price {
   font-weight: 600;
   color: var(--accent);
 }

 .button {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 10px 16px;
   border-radius: 10px;
   background: var(--accent);
   color: #fff;
   border: none;
   font-size: 14px;
   cursor: pointer;
 }

 .button-outline {
   background: transparent;
   color: var(--accent);
   border: 1px solid var(--accent);
 }

 .form {
   display: flex;
   flex-direction: column;
   gap: 14px;
 }

 .form-row {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
 }

 .form-field {
   flex: 1;
   min-width: 220px;
   display: flex;
   flex-direction: column;
   gap: 6px;
 }

 .form-field input,
 .form-field select,
 .form-field textarea {
   padding: 10px 12px;
   border-radius: 10px;
   border: 1px solid #d7d2cb;
   font-size: 14px;
   background: #fff;
 }

 .sticky-cta {
   position: sticky;
   bottom: 18px;
   align-self: flex-end;
   background: #fff6e5;
   padding: 12px 16px;
   border-radius: 12px;
   border: 1px solid #edd9b5;
   display: inline-flex;
   gap: 10px;
   align-items: center;
 }

 .footer {
   display: flex;
   flex-wrap: wrap;
   gap: 16px;
   font-size: 13px;
   color: var(--muted);
 }

 .tag-list {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
 }

 .tag {
   font-size: 12px;
   padding: 4px 10px;
   border-radius: 999px;
   background: #f0ebe4;
 }

 .cookie-banner {
   position: fixed;
   right: 16px;
   bottom: 16px;
   max-width: 320px;
   background: var(--panel);
   border-radius: 14px;
   padding: 16px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
   display: none;
   gap: 12px;
   z-index: 10;
 }

 .cookie-actions {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
 }

 .legal-list {
   display: flex;
   flex-direction: column;
   gap: 10px;
 }

 .image-inline {
   display: flex;
   gap: 16px;
   flex-wrap: wrap;
 }

 .image-inline img {
   border-radius: 12px;
 }

 .bg-vision {
   background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-focus {
   background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-map {
   background-image: url("https://images.unsplash.com/photo-1475721027785-f74eccf877e2?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-about {
   background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-services {
   background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-contact {
   background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-privacy {
   background-image: url("https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-gdpr {
   background-image: url("https://images.unsplash.com/photo-1506784983877-45594efa4cbe?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-cookies {
   background-image: url("https://images.unsplash.com/photo-1487017159836-4e23ece2e4cf?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-terms {
   background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 .bg-thanks {
   background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=800&q=80");
   background-size: cover;
   background-position: center;
 }

 @media (max-width: 900px) {
   .page {
     flex-direction: column;
   }

   .sidebar {
     width: 100%;
     border-right: none;
     border-bottom: 1px solid #e1ded9;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: center;
   }

   main {
     padding: 24px 20px 80px;
   }
 }
