:root {
  --gold: #ffdb6e;
  --gold-light: #ffe99a;
  --gold-dark: #c9a832;
  --aero-blue: #4ecdc4;
  --aero-teal: #2a9d8f;
  --aero-sky: #0096c7;
  --deep: #0d2137;
  --deep-mid: #1a3a52;
  --heading: #0a1f33;
  --text: #1a3348;
  --text-muted: #3d5a6e;
  --bg: #e8f6f8;
  --bg-mid: #d4eef5;
  --section-alt: #f4fbfd;
  --section-teal: #dff5f2;
  --section-gold: #fff8e1;
  --section-deep: #0f2840;
  --card-bg: #ffffff;
  --glass: rgba(255, 255, 255, 0.88);
  --shadow: 0 8px 28px rgba(13, 33, 55, 0.12);
  --radius: 16px;
  --font: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  background: linear-gradient(160deg, #f8feff 0%, var(--bg) 40%, var(--bg-mid) 100%);
  color: var(--text);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

a {
  color: var(--aero-teal);
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover,
a:focus-visible {
  color: var(--gold-dark);
}

ul,
ol {
  padding-left: 1.4rem;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: var(--gold);
  color: var(--deep);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  z-index: 9999;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.disclaimer-bar {
  background: var(--section-gold);
  color: var(--text);
  text-align: center;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  border-bottom: 2px solid var(--gold);
  line-height: 1.5;
}

.disclaimer-bar a {
  color: var(--aero-teal);
  text-decoration: underline;
  font-weight: 600;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 219, 110, 0.5);
  box-shadow: 0 2px 16px rgba(13, 33, 55, 0.06);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.logo-link img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.logo-text {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--heading);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 2px solid var(--gold-dark);
  color: var(--deep);
  padding: 0.4rem 0.65rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
}

.main-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.1rem;
  padding: 0;
}

.main-nav a {
  color: var(--text);
  font-size: 0.92rem;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--aero-teal);
  border-bottom-color: var(--gold);
}

.hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.25rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(78, 205, 196, 0.3), rgba(255, 219, 110, 0.25)),
    url("../image/picture.jpg") center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(232, 246, 248, 0.9) 100%);
}

.hero-bubbles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-bubble {
  position: absolute;
  transition: transform 0.55s cubic-bezier(0.34, 1.2, 0.64, 1), opacity 0.5s ease;
  filter: drop-shadow(0 6px 18px rgba(13, 33, 55, 0.12));
}

/* Rounded diamond — top left */
.hero-bubble:nth-child(1) {
  width: 110px;
  height: 110px;
  top: 12%;
  left: 7%;
  clip-path: polygon(50% 0%, 92% 25%, 92% 75%, 50% 100%, 8% 75%, 8% 25%);
  background: linear-gradient(145deg, rgba(255, 219, 110, 0.85), rgba(78, 205, 196, 0.55));
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 18%;
  transform: rotate(-12deg);
}

/* Glossy ring — bottom left */
.hero-bubble:nth-child(2) {
  width: 90px;
  height: 90px;
  top: 58%;
  left: 12%;
  border-radius: 50%;
  background: transparent;
  border: 10px solid rgba(0, 150, 199, 0.45);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.6),
    0 0 0 4px rgba(255, 219, 110, 0.25);
}

/* Organic leaf blob — top right */
.hero-bubble:nth-child(3) {
  width: 100px;
  height: 130px;
  top: 16%;
  right: 10%;
  border-radius: 68% 32% 58% 42% / 48% 52% 48% 52%;
  background: linear-gradient(160deg, rgba(45, 106, 79, 0.55), rgba(78, 205, 196, 0.45));
  border: 2px solid rgba(255, 255, 255, 0.55);
  transform: rotate(22deg);
}

/* Squircle tile — bottom right */
.hero-bubble:nth-child(4) {
  width: 72px;
  height: 72px;
  bottom: 18%;
  right: 22%;
  border-radius: 22% 78% 26% 74% / 74% 24% 76% 26%;
  background: linear-gradient(135deg, rgba(193, 18, 31, 0.35), rgba(255, 219, 110, 0.7));
  border: 2px solid rgba(255, 255, 255, 0.65);
  transform: rotate(8deg);
}

.hero:hover .hero-bubble:nth-child(1) {
  transform: rotate(-6deg) translate(14px, -20px) scale(1.1);
}

.hero:hover .hero-bubble:nth-child(2) {
  transform: translate(-12px, 16px) scale(1.08);
  border-width: 12px;
}

.hero:hover .hero-bubble:nth-child(3) {
  transform: rotate(32deg) translate(-18px, 12px) scale(1.06);
  border-radius: 42% 58% 38% 62% / 62% 38% 62% 38%;
}

.hero:hover .hero-bubble:nth-child(4) {
  transform: rotate(-14deg) translate(10px, -14px) scale(1.14);
  border-radius: 78% 22% 74% 26% / 24% 76% 24% 76%;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.hero-badge {
  display: inline-block;
  background: var(--glass);
  border: 1px solid var(--aero-teal);
  padding: 0.35rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  color: var(--aero-sky);
  box-shadow: var(--shadow);
}

.hero h1 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  margin-bottom: 1rem;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.8);
  color: var(--heading);
}

.hero p {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.hero-card {
  position: relative;
  z-index: 2;
  max-width: 320px;
  margin: 2rem auto 0;
  background: var(--glass);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero:hover .hero-card {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(255, 219, 110, 0.35);
}

.hero-card p {
  font-size: 0.92rem;
  margin: 0;
  color: var(--text);
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.6rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--deep);
  border-color: var(--gold-dark);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255, 219, 110, 0.55);
  color: var(--deep);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.75);
  color: var(--deep);
  border-color: var(--aero-teal);
  margin-left: 0.75rem;
}

.btn-outline:hover {
  background: var(--aero-teal);
  color: #fff;
}

.section {
  padding: 4rem 1.25rem;
}

.section-alt {
  background: var(--section-alt);
}

.section-teal {
  background: linear-gradient(160deg, var(--section-teal), #eef9f7);
}

.section-gold {
  background: linear-gradient(160deg, var(--section-gold), #fffdf5);
}

.section-deep {
  background: linear-gradient(160deg, var(--section-deep), #163050);
  color: #e8f4f8;
}

.section-deep h2,
.section-deep h3 {
  color: var(--gold);
}

.section-deep p,
.section-deep li {
  color: #c8dde8;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  color: var(--heading);
  margin-bottom: 0.75rem;
}

.section-header h2 i {
  color: var(--gold-dark);
  margin-right: 0.5rem;
}

.section-deep .section-header h2 {
  color: var(--gold);
}

.section-header p {
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto;
}

.section-deep .section-header p {
  color: #b8d0dc;
}

.masonry {
  columns: 3;
  column-gap: 1.5rem;
}

.masonry-item {
  break-inside: avoid;
  background: var(--card-bg);
  border: 1px solid rgba(78, 205, 196, 0.35);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow);
}

.masonry-item h3 {
  color: var(--heading);
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.masonry-item h3 i {
  color: var(--aero-teal);
  margin-right: 0.4rem;
}

.split-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.split-block.reverse {
  direction: rtl;
}

.split-block.reverse > * {
  direction: ltr;
}

.split-text h2,
.split-text h3 {
  color: var(--heading);
  margin-bottom: 1rem;
}

.split-text h3 i {
  color: var(--gold-dark);
  margin-right: 0.4rem;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  padding: 0.75rem 0;
  border-bottom: 1px dashed rgba(78, 205, 196, 0.4);
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.feature-list li i {
  color: var(--aero-teal);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.numbered-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
}

.numbered-steps li {
  counter-increment: step;
  position: relative;
  padding: 1rem 1rem 1rem 3.5rem;
  margin-bottom: 1rem;
  background: var(--card-bg);
  border-radius: var(--radius);
  border-left: 4px solid var(--gold);
  box-shadow: var(--shadow);
  color: var(--text);
}

.numbered-steps li strong {
  color: var(--heading);
}

.section-deep .numbered-steps li {
  color: var(--text);
  background: var(--card-bg);
}

.section-deep .numbered-steps li strong {
  color: var(--heading);
}

.numbered-steps li::before {
  content: counter(step);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.info-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid rgba(255, 219, 110, 0.5);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-4px);
}

.info-card h3 {
  color: var(--heading);
  margin-bottom: 0.75rem;
}

.info-card h3 i {
  color: var(--aero-sky);
  margin-right: 0.4rem;
}

.calculator-box {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 2rem;
  border: 2px solid var(--gold);
  box-shadow: var(--shadow);
  max-width: 720px;
  margin: 0 auto;
  color: var(--text);
}

.calculator-box label {
  display: block;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 0.5rem;
}

.calculator-box textarea {
  width: 100%;
  min-height: 120px;
  padding: 0.85rem;
  border: 2px solid rgba(78, 205, 196, 0.5);
  border-radius: 12px;
  font-family: var(--font);
  font-size: 0.95rem;
  resize: vertical;
  margin-bottom: 1rem;
  color: var(--text);
  background: #ffffff;
}

.color-results {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  color: var(--text);
}

.color-results p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.color-results-empty,
.color-results-note {
  color: var(--text-muted);
}

.color-results p strong {
  color: var(--heading);
}

.color-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: var(--section-alt);
  color: var(--text);
}

.color-row strong {
  color: var(--heading);
}

.color-row span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.color-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.color-dot.green { background: #2d6a4f; }
.color-dot.red { background: #c1121f; }
.color-dot.yellow { background: #e9c46a; }

.color-row.found {
  border-left: 4px solid var(--aero-teal);
}

.color-row.missing {
  border-left: 4px solid #c1121f;
  background: #fff5f5;
}

.events-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--card-bg);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.events-table th,
.events-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(78, 205, 196, 0.25);
}

.events-table th {
  background: var(--section-teal);
  color: var(--heading);
  font-weight: 600;
}

.events-table tr:last-child td {
  border-bottom: none;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--card-bg);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  border: 1px solid rgba(78, 205, 196, 0.3);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 600;
  color: var(--heading);
  text-align: left;
}

.faq-question i {
  color: var(--aero-teal);
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer-inner {
  padding: 0 1.25rem 1.25rem;
  color: var(--text-muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.contact-form {
  background: var(--card-bg);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 219, 110, 0.4);
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid rgba(78, 205, 196, 0.4);
  border-radius: 10px;
  font-family: var(--font);
  font-size: 0.95rem;
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.checkbox-group {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.checkbox-group input {
  width: auto;
  margin-top: 0.25rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--card-bg);
  padding: 1.25rem;
  border-radius: var(--radius);
  border-left: 4px solid var(--gold);
}

.contact-item i {
  color: var(--aero-teal);
  font-size: 1.3rem;
  margin-top: 0.15rem;
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-top: 2rem;
}

.map-wrap iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}

.map-placeholder {
  background: var(--card-bg);
  border: 2px dashed rgba(255, 219, 110, 0.45);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  color: var(--text-muted);
}

.map-placeholder p {
  margin-bottom: 0.75rem;
}

.map-notice {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
}

.site-footer {
  background: var(--section-deep);
  color: #b8d0dc;
  padding: 3rem 1.25rem 1.5rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.footer-col h4 {
  color: var(--gold);
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: #c8dde8;
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  max-width: 1200px;
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 219, 110, 0.2);
  text-align: center;
  font-size: 0.85rem;
  color: #8aa8b8;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--deep);
  color: #e8f4f8;
  padding: 1.25rem;
  z-index: 10000;
  transform: translateY(110%);
  transition: transform 0.4s ease;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cookie-title {
  font-size: 1.05rem;
  color: var(--gold);
  margin-bottom: 0.65rem;
}

.cookie-inner p,
.cookie-text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #c8dde8;
  line-height: 1.65;
}

.cookie-inner a {
  color: var(--gold);
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.cookie-btn {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.88rem;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: var(--font);
  transition: transform 0.2s ease, background 0.2s ease;
}

.cookie-btn-reject {
  background: transparent;
  color: #e8f4f8;
  border-color: #8aa8b8;
  order: 1;
  min-width: 9.5rem;
  flex: 1 1 auto;
}

.cookie-btn-reject:hover {
  background: rgba(255, 255, 255, 0.08);
}

.cookie-btn-settings {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
  order: 2;
}

.cookie-btn-settings:hover {
  background: rgba(255, 219, 110, 0.12);
}

.cookie-btn-accept {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--deep);
  border-color: var(--gold-dark);
  order: 3;
  min-width: 9.5rem;
  flex: 1 1 auto;
}

.cookie-btn-accept:hover {
  transform: translateY(-1px);
}

.footer-odr {
  margin-bottom: 0.65rem;
}

.site-footer .footer-odr a {
  color: var(--gold);
  text-decoration: underline;
}

.site-footer .footer-odr a:hover {
  color: var(--gold-light);
}

.business-strip {
  background: rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 219, 110, 0.25);
  padding: 1.25rem 1rem;
  text-align: center;
  font-size: 0.88rem;
  color: #b8d0dc;
}

.business-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 0.35rem;
}

.business-strip a {
  color: var(--gold);
  font-weight: 600;
}

.guidelines-box {
  background: linear-gradient(135deg, rgba(255, 219, 110, 0.18), rgba(78, 205, 196, 0.12));
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  padding: 2rem;
}

.guidelines-box h3 {
  color: var(--heading);
  margin-bottom: 1rem;
}

.guidelines-box ul {
  color: var(--text-muted);
}

.guidelines-box li {
  margin-bottom: 0.5rem;
}

.quote-block {
  border-left: 4px solid var(--aero-teal);
  padding: 1.25rem 1.5rem;
  background: var(--card-bg);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: var(--text-muted);
}

.cookie-settings-panel {
  display: none;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-top: 0.5rem;
}

.cookie-settings-panel.open {
  display: block;
}

.cookie-toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}

.cookie-toggle-row:last-child {
  border-bottom: none;
}

.toggle-switch {
  position: relative;
  width: 48px;
  height: 26px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  inset: 0;
  background: #4a6275;
  border-radius: 26px;
  cursor: pointer;
  transition: background 0.3s;
}

.toggle-slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

.toggle-switch input:checked + .toggle-slider {
  background: var(--aero-teal);
}

.toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(22px);
}

.toggle-switch input:disabled + .toggle-slider {
  opacity: 0.6;
  cursor: not-allowed;
}

.policy-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}

.policy-content h1 {
  color: var(--heading);
  margin-bottom: 0.5rem;
}

.policy-content .updated {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.policy-content h2 {
  color: var(--heading);
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
}

.policy-content p,
.policy-content li {
  margin-bottom: 1rem;
  color: var(--text);
}

.success-page {
  text-align: center;
  padding: 5rem 1.25rem;
  min-height: 60vh;
}

.success-page h1 {
  color: var(--heading);
  margin-bottom: 1rem;
}

.success-page p {
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 2rem;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tag {
  background: var(--section-teal);
  color: var(--deep);
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
}

.zigzag {
  display: grid;
  gap: 3rem;
}

.zigzag-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.zigzag-item:nth-child(even) {
  direction: rtl;
}

.zigzag-item:nth-child(even) > * {
  direction: ltr;
}

@media (max-width: 992px) {
  .masonry {
    columns: 2;
  }

  .split-block,
  .zigzag-item,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-block.reverse,
  .zigzag-item:nth-child(even) {
    direction: ltr;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 2px solid var(--gold);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
  }

  .main-nav.open {
    max-height: 480px;
    padding: 1rem 1.25rem;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 0;
  }

  .main-nav a {
    display: block;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(78, 205, 196, 0.2);
  }

  .masonry {
    columns: 1;
  }

  .btn-outline {
    margin-left: 0;
    margin-top: 0.75rem;
  }

  .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .header-inner {
    padding: 0.6rem 0.75rem;
  }

  .logo-text {
    display: none;
  }

  .hero {
    min-height: 60vh;
    padding: 2rem 0.75rem;
  }

  .hero-bubble:nth-child(1) { width: 70px; height: 70px; top: 8%; left: 4%; }
  .hero-bubble:nth-child(2) { width: 56px; height: 56px; border-width: 7px; top: 62%; left: 6%; }
  .hero-bubble:nth-child(3) { width: 64px; height: 84px; top: 10%; right: 4%; }
  .hero-bubble:nth-child(4) { width: 48px; height: 48px; bottom: 12%; right: 8%; }

  .section {
    padding: 2.5rem 0.75rem;
  }

  .calculator-box,
  .contact-form {
    padding: 1.25rem;
  }

  .events-table {
    font-size: 0.82rem;
  }

  .events-table th,
  .events-table td {
    padding: 0.6rem 0.5rem;
  }
}
