 :root {
   --ink: #1a1a1a;
   --muted: #5a5f68;
   --accent: #6b2bbf;
   --accent-dark: #4f1f8a;
   --sand: #f4f1ed;
   --mist: #eef2f7;
   --leaf: #e8f3ee;
 }
 
 * {
   box-sizing: border-box;
 }
 
 body {
   margin: 0;
   font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
   color: var(--ink);
   background: #ffffff;
   line-height: 1.6;
 }
 
 a {
   color: var(--accent);
   text-decoration: none;
 }
 
 a:hover {
   text-decoration: underline;
 }
 
 .wrap {
   width: min(1180px, 92%);
   margin: 0 auto;
 }
 
 header {
   padding: 24px 0 8px;
 }
 
 .nav {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 24px;
   flex-wrap: wrap;
 }
 
 .brand {
   font-weight: 700;
   letter-spacing: 0.4px;
 }
 
 .nav-links {
   display: flex;
   align-items: center;
   gap: 18px;
   flex-wrap: wrap;
 }
 
 .ad-label {
   font-size: 0.85rem;
   color: var(--muted);
   background: var(--mist);
   padding: 6px 10px;
   border-radius: 999px;
 }
 
 .hero {
   padding: 36px 0 56px;
 }
 
 .split {
   display: flex;
   flex-wrap: wrap;
   gap: 28px;
   align-items: stretch;
 }
 
 .split.reverse {
   flex-direction: row-reverse;
 }
 
 .panel {
   flex: 1 1 320px;
 }
 
 .panel h1,
 .panel h2 {
   line-height: 1.2;
 }
 
 .cta-row {
   margin-top: 18px;
 }
 
 .hero-card {
   background: var(--mist);
   padding: 28px;
   border-radius: 18px;
 }
 
 .image-frame {
   background: #d9dfe7;
   border-radius: 18px;
   overflow: hidden;
 }
 
 .image-frame img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
 }
 
 .section {
   padding: 64px 0;
 }
 
 .section.sand {
   background: var(--sand);
 }
 
 .section.mist {
   background: var(--mist);
 }
 
 .section.leaf {
   background: var(--leaf);
 }
 
 .bg-panels {
   background-image: url("https://images.pexels.com/photos/46184/cologne-cologne-cathedral-dom-church-46184.jpeg");
   background-size: cover;
   background-position: center;
   color: #ffffff;
 }
 
 .bg-panels .notice {
   background: rgba(255, 255, 255, 0.9);
   color: var(--ink);
 }
 
 .bg-workshop {
   background-image: url("https://images.pexels.com/photos/16204529/pexels-photo-16204529.jpeg");
   background-size: cover;
   background-position: center;
   color: #ffffff;
 }
 
 .bg-services {
   background-image: url("https://images.pexels.com/photos/17762230/pexels-photo-17762230.jpeg");
   background-size: cover;
   background-position: center;
   color: #ffffff;
 }
 
 .bg-contact {
   background-image: url("https://images.pexels.com/photos/18713008/pexels-photo-18713008.jpeg");
   background-size: cover;
   background-position: center;
   color: #ffffff;
 }
 
 .card-row {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
 }
 
 .card {
   flex: 1 1 220px;
   background: #ffffff;
   border-radius: 16px;
   padding: 22px;
   box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
 }
 
 .card img {
   border-radius: 12px;
   width: 100%;
   height: 170px;
   object-fit: cover;
  background: #d9dfe7;
 }
 
 .price {
   font-weight: 700;
   margin-top: 10px;
   color: var(--accent-dark);
 }
 
 .cta-btn,
 .ghost-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 12px 18px;
   border-radius: 999px;
   border: none;
   cursor: pointer;
   font-weight: 600;
 }
 
 .cta-btn {
   background: var(--accent);
   color: #ffffff;
 }
 
 .ghost-btn {
   background: transparent;
   color: var(--accent);
   border: 1px solid var(--accent);
 }
 
 .cta-btn:hover,
 .ghost-btn:hover {
   filter: brightness(0.95);
 }
 
 .inline-cta {
   font-weight: 600;
 }
 
 .form-card {
   background: #ffffff;
   padding: 28px;
   border-radius: 18px;
   box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
 }
 
 form {
   display: flex;
   flex-direction: column;
   gap: 14px;
 }
 
 label {
   font-weight: 600;
 }
 
 select,
 input,
 textarea {
   width: 100%;
   padding: 10px 12px;
   border-radius: 10px;
   border: 1px solid #c9ced6;
   font-size: 1rem;
 }
 
 .footer {
   padding: 40px 0 80px;
   background: #0f172a;
   color: #d8dee9;
 }
 
 .footer a {
   color: #d8dee9;
 }
 
 .footer-grid {
   display: flex;
   flex-wrap: wrap;
   gap: 24px;
 }
 
 .footer-col {
   flex: 1 1 220px;
 }
 
 .cta-sticky {
   position: fixed;
   bottom: 16px;
   right: 16px;
   background: #ffffff;
   border-radius: 999px;
   padding: 10px 12px;
   box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
   display: flex;
   align-items: center;
   gap: 10px;
   z-index: 5;
 }
 
 .cta-sticky span {
   font-size: 0.9rem;
   color: var(--muted);
 }
 
 .cookie-banner {
   position: fixed;
   left: 16px;
   bottom: 16px;
   max-width: 420px;
   background: #ffffff;
   border-radius: 16px;
   padding: 16px;
   box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
   z-index: 6;
 }
 
 .cookie-actions {
   display: flex;
   gap: 10px;
   margin-top: 12px;
 }
 
 .list {
   display: flex;
   flex-direction: column;
   gap: 10px;
   padding-left: 16px;
 }
 
 .notice {
   background: #ffffff;
   border-left: 4px solid var(--accent);
   padding: 16px;
   border-radius: 10px;
 }
 
 .pill-row {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
 }
 
 .pill {
   background: #ffffff;
   border-radius: 999px;
   padding: 8px 14px;
   border: 1px solid #d5dae2;
 }
 
 .banner-image {
   height: 280px;
 }
 
 .service-grid {
   display: flex;
   flex-wrap: wrap;
   gap: 24px;
 }
 
 .service-block {
   flex: 1 1 260px;
   padding: 22px;
   border-radius: 18px;
   background: #ffffff;
   box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
 }
 
 .quote {
   font-style: italic;
   border-left: 3px solid var(--accent);
   padding-left: 16px;
 }
 
 .contact-box {
   background: #ffffff;
   border-radius: 18px;
   padding: 22px;
   box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
 }
 
 @media (max-width: 800px) {
   .cta-sticky {
     left: 16px;
     right: 16px;
     justify-content: space-between;
   }
 }
