/* ================================================
   SELF-HOSTED FONTS (kein Google CDN)
================================================ */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/playfair-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/playfair-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/playfair-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/playfair-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ================================================
   DESIGN TOKENS
================================================ */
:root {
  /* Logo-extracted palette */
  --forest:   #3c6e1e;
  --forest2:  #4e8a28;
  --forest3:  #6aad35;
  --olive:    #7a9030;
  --amber:    #f0aa20;
  --coral:    #e87828;
  --rose:     #e03870;
  --aqua:     #18b8c2;
  --purple:   #9848c0;
  --sage:     #8ab838;

  /* Functional aliases (keep compatibility) */
  --grn:     var(--forest);
  --grn2:    var(--forest2);
  --grn3:    var(--forest3);
  --grn-l:   #e8f2dc;
  --grn-ll:  #f2f8e8;
  --org:     var(--amber);
  --org-d:   var(--coral);
  --org-l:   #fef4e0;
  --pink:    var(--rose);
  --pink-l:  #fce8ef;
  --teal:    var(--aqua);
  --teal-l:  #e0f7f8;
  --yel:     #f5c518;
  --cream:   #fdf8f0;
  --dark:    #1e3010;
  --txt:     #2a2a2a;
  --muted:   #6a6a6a;
  --light:   #f0f0ec;
  --border:  rgba(0,0,0,0.07);

  /* Radii */
  --r-s:   8px;
  --r-m:   14px;
  --r-l:   24px;

  /* Shadows */
  --shadow:    0 2px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 48px rgba(0,0,0,0.11);

  /* Fonts */
  --font-h: 'Playfair Display', Georgia, serif;
  --font-b: 'Nunito', system-ui, sans-serif;

  /* Logo gradient – V3: Grün → Olive → Amber → Pink → Lila → Teal */
  --grad-logo: linear-gradient(90deg, #3c6e1e 0%, #7a9030 18%, #e8a020 36%, #e03870 56%, #9848c0 76%, #18b8c2 100%);
}

/* ================================================
   RESET & BASE
================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-b);
  font-size: 16px;
  line-height: 1.65;
  color: var(--txt);
  background: var(--cream);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--font-b); border: none; }

/* ================================================
   ANIMATIONS
================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes twinkle {
  0%, 100% { opacity: 0; transform: scale(0.3) rotate(0deg); }
  50%       { opacity: 1; transform: scale(1) rotate(25deg); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* ================================================
   UTILITIES
================================================ */
.container { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }

.sec-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.6rem;
}
.sec-tag::before {
  content: '✦';
  color: var(--amber);
  font-size: 10px;
  animation: twinkle 2.5s infinite ease-in-out;
}

.sec-title {
  font-family: var(--font-h);
  font-size: clamp(24px, 3vw, 34px);
  color: var(--forest);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.sec-sub {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 560px;
}
section { padding: 5rem 0; }
.text-center { text-align: center; }
.text-center .sec-sub { margin: 0 auto; }

/* ================================================
   BUTTONS
================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  transition: all .25s ease;
  letter-spacing: .3px;
}
.btn-primary {
  background: var(--forest);
  color: #fff;
  box-shadow: 0 4px 16px rgba(60,110,30,0.25);
}
.btn-primary:hover {
  background: var(--forest2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(60,110,30,0.35);
}
.btn-secondary {
  background: rgba(255,255,255,0.8);
  color: var(--forest);
  border: 2px solid rgba(60,110,30,0.25);
  backdrop-filter: blur(8px);
}
.btn-secondary:hover {
  background: #fff;
  border-color: var(--forest);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(60,110,30,0.12);
}
.btn-white {
  background: #fff;
  color: var(--forest);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.btn-white:hover {
  background: var(--grn-ll);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

/* ================================================
   NAV
================================================ */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253,248,240,0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(60,110,30,0.08);
  box-shadow: 0 1px 20px rgba(0,0,0,0.05);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.nav-logo img {
  height: 58px;
  width: auto;
  border-radius: 50%;
  transition: transform .2s, box-shadow .2s;
}
.nav-logo:hover img {
  transform: scale(1.06);
  box-shadow: 0 0 0 3px rgba(240,170,32,0.25);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  transition: color .2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--forest); }
.nav-cta {
  background: var(--forest);
  color: #fff !important;
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 2px 12px rgba(60,110,30,0.25);
}
.nav-cta:hover {
  background: var(--forest2) !important;
  box-shadow: 0 4px 20px rgba(60,110,30,0.35);
  transform: translateY(-1px);
}
.nav-toggle { display: none; background: none; font-size: 22px; color: var(--forest); }

/* ================================================
   HERO
================================================ */
.hero {
  background:
    radial-gradient(ellipse 55% 70% at 78% 15%, rgba(240,170,32,0.14) 0%, transparent 55%),
    radial-gradient(ellipse 35% 45% at 90% 5%,  rgba(224,56,112,0.07) 0%, transparent 50%),
    radial-gradient(ellipse 40% 50% at 10% 85%, rgba(60,110,30,0.09) 0%, transparent 55%),
    radial-gradient(ellipse 30% 40% at 5% 5%,   rgba(24,184,194,0.06) 0%, transparent 50%),
    linear-gradient(160deg, #edf7e0 0%, #f5f9ea 35%, #fdf8ee 65%, #fef5e8 100%);
  padding: 5rem 0 9rem;
  overflow: hidden;
  position: relative;
}

/* Organic wave divider at bottom */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,55 C180,20 360,75 540,48 C720,22 900,68 1080,42 C1260,18 1350,58 1440,44 L1440,90 L0,90 Z' fill='%23ffffff'/%3E%3C/svg%3E") bottom/cover no-repeat;
}

/* Sparkle particles */
.hero-sparks {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.sp {
  position: absolute;
  font-style: normal;
  line-height: 1;
  animation: twinkle var(--dur, 3s) var(--delay, 0s) infinite ease-in-out;
}
.sp:nth-child(1)  { top: 10%; left: 12%;  font-size: 14px; --dur: 2.8s; --delay: 0.0s; color: var(--amber); }
.sp:nth-child(2)  { top: 6%;  left: 42%;  font-size: 9px;  --dur: 3.5s; --delay: 0.8s; color: var(--rose); }
.sp:nth-child(3)  { top: 22%; left: 58%;  font-size: 16px; --dur: 2.4s; --delay: 1.3s; color: var(--amber); }
.sp:nth-child(4)  { top: 4%;  left: 74%;  font-size: 10px; --dur: 3.2s; --delay: 0.4s; color: var(--aqua); }
.sp:nth-child(5)  { top: 32%; left: 90%;  font-size: 18px; --dur: 2.9s; --delay: 1.9s; color: var(--purple); }
.sp:nth-child(6)  { top: 58%; left: 84%;  font-size: 9px;  --dur: 3.8s; --delay: 0.6s; color: var(--rose); }
.sp:nth-child(7)  { top: 72%; left: 68%;  font-size: 13px; --dur: 2.6s; --delay: 2.2s; color: var(--amber); }
.sp:nth-child(8)  { top: 14%; left: 93%;  font-size: 11px; --dur: 3.1s; --delay: 1.6s; color: var(--purple); }
.sp:nth-child(9)  { top: 48%; left: 4%;   font-size: 9px;  --dur: 4.1s; --delay: 0.2s; color: var(--aqua); }
.sp:nth-child(10) { top: 82%; left: 22%;  font-size: 15px; --dur: 3.0s; --delay: 1.1s; color: var(--rose); }
.sp:nth-child(11) { top: 38%; left: 34%;  font-size: 8px;  --dur: 3.6s; --delay: 2.5s; color: var(--purple); }
.sp:nth-child(12) { top: 65%; left: 48%;  font-size: 11px; --dur: 2.7s; --delay: 0.9s; color: var(--aqua); }

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(240,170,32,0.3);
  box-shadow: 0 2px 12px rgba(60,110,30,0.08);
}
.hero-badge::before {
  content: '✦';
  font-size: 11px;
  background: var(--grad-logo);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: twinkle 2s infinite ease-in-out;
}

.hero h1 {
  font-family: var(--font-h);
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.12;
  color: var(--forest);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero h1 em {
  font-style: italic;
  background: var(--grad-logo);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 6s linear infinite;
}

.hero-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 2.25rem;
  max-width: 480px;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.75rem;
}
.hero-stats {
  display: flex;
  gap: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(60,110,30,0.12);
}
.stat-num {
  font-family: var(--font-h);
  font-size: 28px;
  font-weight: 600;
  color: var(--forest);
  line-height: 1;
  margin-bottom: 3px;
}
.stat-lbl { font-size: 11px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }

/* Hero Logo Visual – V3 ist kreisförmig, braucht keine Card */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  animation: float 7s ease-in-out infinite;
}
.hero-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  position: relative;
}
/* Weiches Aquarell-Leuchten hinter dem runden Logo */
.hero-logo-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 90%;
  padding-top: 90%;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(240,170,32,0.18) 0%,
    rgba(152,72,192,0.08) 45%,
    rgba(24,184,194,0.06) 65%,
    transparent 75%);
  pointer-events: none;
  z-index: 0;
}
.hero-logo-wrap img {
  width: 100%;
  max-width: 340px;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  filter: drop-shadow(0 8px 32px rgba(60,110,30,0.18)) drop-shadow(0 0 24px rgba(240,170,32,0.12));
}
.hero-logo-tagline {
  font-family: var(--font-h);
  font-style: italic;
  color: var(--forest);
  font-size: 13px;
  text-align: center;
  opacity: 0.5;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 1;
}

/* Page Hero (non-home pages) */
.page-hero {
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(240,170,32,0.08) 0%, transparent 65%),
    var(--grn-l);
  padding: 4rem 0 3rem;
  text-align: center;
}
.page-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.page-hero-logo {
  height: 78px;
  width: auto;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 4px 16px rgba(60,110,30,0.2));
}
.page-hero h1 {
  font-family: var(--font-h);
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--forest);
  font-weight: 600;
  line-height: 1.2;
}
.page-hero p { font-size: 16px; color: var(--muted); max-width: 540px; }

/* ================================================
   HERO ANIMATIONS
================================================ */
.hero-content { animation: fadeUp .7s ease both; }
.hero-badge   { animation: fadeUp .5s ease both; }
.hero h1      { animation: fadeUp .6s .1s ease both; }
.hero-sub     { animation: fadeUp .6s .2s ease both; }
.hero-btns    { animation: fadeUp .6s .3s ease both; }
.hero-stats   { animation: fadeUp .6s .4s ease both; }
.hero-visual  { animation: fadeUp .8s .2s ease both; }

/* ================================================
   HOW IT WORKS
================================================ */
.how {
  background: #fff;
  position: relative;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 3rem;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 2.6rem;
  left: calc(16.66% + 1.5rem);
  right: calc(16.66% + 1.5rem);
  height: 2px;
  background: linear-gradient(90deg, var(--forest) 0%, var(--amber) 50%, var(--aqua) 100%);
  opacity: 0.3;
  z-index: 0;
}
.step {
  background: #fff;
  border-radius: var(--r-l);
  border: 1px solid var(--border);
  padding: 2.25rem 1.75rem;
  position: relative;
  z-index: 1;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.step:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.step-1 { border-top: 4px solid var(--forest); }
.step-2 { border-top: 4px solid var(--amber); }
.step-3 { border-top: 4px solid var(--aqua); }

.step-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.step-1 .step-num { background: linear-gradient(135deg, var(--forest), var(--forest2)); color: #fff; box-shadow: 0 4px 16px rgba(60,110,30,0.3); }
.step-2 .step-num { background: linear-gradient(135deg, var(--amber), var(--coral));   color: #fff; box-shadow: 0 4px 16px rgba(240,170,32,0.3); }
.step-3 .step-num { background: linear-gradient(135deg, var(--aqua), #0a9aaa);          color: #fff; box-shadow: 0 4px 16px rgba(24,184,194,0.3); }

.step-icon { font-size: 30px; margin-bottom: 0.75rem; }
.step h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ================================================
   PAKETE
================================================ */
.pakete { background: var(--cream); }
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  align-items: start;
}
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-l);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card.feat {
  background: linear-gradient(145deg, var(--forest) 0%, #2a5015 100%);
  border-color: transparent;
  transform: scale(1.03);
  box-shadow: 0 12px 48px rgba(60,110,30,0.3);
}
.card.feat:hover { transform: scale(1.03) translateY(-5px); }
.card-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 1rem;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.card:not(.feat) .card-badge { background: var(--org-l); color: var(--coral); }
.card.feat .card-badge { background: rgba(255,255,255,.15); color: #fff; }
.card-icon { font-size: 32px; margin-bottom: 0.75rem; }
.card-title {
  font-family: var(--font-h);
  font-size: 22px;
  margin-bottom: 0.35rem;
  font-weight: 600;
}
.card:not(.feat) .card-title { color: var(--forest); }
.card.feat .card-title { color: #fff; }
.card-sub { font-size: 13px; margin-bottom: 1.25rem; line-height: 1.6; }
.card:not(.feat) .card-sub { color: var(--muted); }
.card.feat .card-sub { color: rgba(255,255,255,.7); }
.card-divider { border: none; border-top: 1px solid; margin: 1.25rem 0; }
.card:not(.feat) .card-divider { border-color: var(--border); }
.card.feat .card-divider { border-color: rgba(255,255,255,.12); }
.card-price {
  font-family: var(--font-h);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.card:not(.feat) .card-price { color: var(--forest); }
.card.feat .card-price { color: var(--yel); }
.card-price span { font-size: 15px; font-family: var(--font-b); font-weight: 400; }
.card-note { font-size: 12px; margin-bottom: 1.5rem; }
.card:not(.feat) .card-note { color: var(--muted); }
.card.feat .card-note { color: rgba(255,255,255,.5); }
.feat-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 1.75rem;
  flex: 1;
}
.feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.card:not(.feat) .feat-list li { color: var(--muted); }
.card.feat .feat-list li { color: rgba(255,255,255,.88); }
.check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}
.card:not(.feat) .check { background: var(--grn-l); color: var(--forest2); }
.card.feat .check { background: rgba(255,255,255,.2); color: #fff; }
.card-btn {
  width: 100%;
  padding: 13px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: all .2s;
  margin-top: auto;
  display: block;
}
.card:not(.feat) .card-btn { background: var(--forest); color: #fff; }
.card:not(.feat) .card-btn:hover { background: var(--forest2); box-shadow: 0 4px 16px rgba(60,110,30,0.25); }
.card.feat .card-btn { background: #fff; color: var(--forest); }
.card.feat .card-btn:hover { background: var(--grn-ll); }

/* ================================================
   THEMES
================================================ */
.themes { background: #fff; }
.theme-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
.theme-card {
  background: var(--cream);
  border-radius: var(--r-m);
  padding: 1.25rem;
  border: 1px solid var(--border);
  transition: transform .2s, box-shadow .2s;
}
.theme-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.t-icon { font-size: 28px; margin-bottom: 0.6rem; }
.t-name { font-weight: 700; font-size: 14px; color: var(--dark); margin-bottom: 0.2rem; }
.t-age { font-size: 11px; color: var(--coral); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 0.4rem; }
.t-desc { font-size: 12px; color: var(--muted); line-height: 1.55; }
.extras-wrap { margin-top: 3rem; }
.extras-label { font-size: 13px; font-weight: 700; color: var(--forest); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; }
.extras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.extra { background: var(--org-l); border-radius: var(--r-s); padding: 1rem 1.1rem; border: 1px solid rgba(232,120,40,.18); }
.extra-name { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 0.2rem; }
.extra-price { font-size: 13px; color: var(--coral); font-weight: 600; }

/* ================================================
   USPs
================================================ */
.usps {
  background:
    radial-gradient(ellipse 80% 70% at 50% 50%, rgba(60,110,30,0.04) 0%, transparent 70%),
    var(--grn-l);
  position: relative;
}
.usps::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,20 C240,55 480,5 720,30 C960,55 1200,10 1440,30 L1440,0 L0,0 Z' fill='%23ffffff'/%3E%3C/svg%3E") top/cover no-repeat;
}
.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
.usp {
  background: #fff;
  border-radius: var(--r-l);
  padding: 2rem 1.75rem;
  box-shadow: 0 2px 20px rgba(60,110,30,0.07);
  transition: transform .25s, box-shadow .25s;
}
.usp:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(60,110,30,0.14);
}
.usp-icon {
  width: 54px;
  height: 54px;
  border-radius: var(--r-m);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 1.25rem;
}
.u1 .usp-icon { background: linear-gradient(135deg, #daf0c4, #c0e8a0); }
.u2 .usp-icon { background: linear-gradient(135deg, var(--teal-l), #b8f0f4); }
.u3 .usp-icon { background: linear-gradient(135deg, var(--org-l), #ffe4b8); }
.u4 .usp-icon { background: linear-gradient(135deg, var(--pink-l), #ffc8d8); }
.usp-title { font-weight: 700; font-size: 15px; color: var(--dark); margin-bottom: 0.5rem; }
.usp-text { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* ================================================
   GALLERY
================================================ */
.gallery { background: #fff; }
.gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 200px 200px;
  gap: 1rem;
  margin-top: 2.5rem;
}
.gal-item {
  border-radius: var(--r-m);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
}
.gal-item:hover { transform: scale(1.02); }
.gal-item.tall { grid-row: span 2; }
.gal-ph { font-size: 12px; color: rgba(255,255,255,.5); text-align: center; font-weight: 600; letter-spacing: .5px; }
.gal-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; background: rgba(255,255,255,.18); color: #fff; padding: 3px 10px; border-radius: 50px; font-weight: 700; border: 1px solid rgba(255,255,255,.25); }
.gal-icon { font-size: 40px; opacity: 0.2; }
.g1 { background: linear-gradient(135deg, var(--forest) 0%, var(--forest2) 100%); }
.g2 { background: linear-gradient(135deg, var(--amber) 0%, #f5c518 100%); }
.g3 { background: linear-gradient(135deg, var(--aqua) 0%, #0090a0 100%); }
.g4 { background: linear-gradient(135deg, var(--forest2) 0%, var(--forest3) 100%); }
.g5 { background: linear-gradient(135deg, var(--rose) 0%, #c03060 100%); }

/* ================================================
   ABOUT
================================================ */
.about { background: var(--org-l); }
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
  align-items: center;
}
.about-visual {
  background: linear-gradient(135deg, var(--amber) 0%, var(--rose) 100%);
  border-radius: var(--r-l);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  opacity: 0.55;
  box-shadow: var(--shadow-lg);
}
.about-visual span { font-size: 13px; color: #fff; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; }
.about-visual-icon { font-size: 56px; opacity: .5; }
.about-tag {
  display: inline-block;
  background: #fff;
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.about h2 { font-family: var(--font-h); font-size: clamp(24px, 3vw, 30px); color: var(--forest); margin-bottom: 1rem; }
.about-text { font-size: 15px; color: #5a3a08; line-height: 1.75; margin-bottom: 0.75rem; }
.about-text.muted { font-size: 13px; color: #8a6020; }
.quals { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.qual {
  background: #fff;
  color: var(--forest);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid rgba(60,110,30,.15);
}

/* ================================================
   CTA STRIP
================================================ */
.cta-strip {
  background: linear-gradient(140deg, #2a5e12 0%, var(--forest) 45%, #1e4a0e 100%);
  padding: 5.5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(240,170,32,0.25) 1.5px, transparent 1.5px),
    radial-gradient(circle, rgba(24,184,194,0.15) 1px,   transparent 1px),
    radial-gradient(circle, rgba(224,56,112,0.15) 1px,   transparent 1px);
  background-size: 80px 80px, 130px 130px, 55px 55px;
  background-position: 0 0, 45px 45px, 22px 66px;
}
.cta-strip::after {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(240,170,32,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.cta-strip h2 {
  font-family: var(--font-h);
  font-size: clamp(26px, 3vw, 38px);
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}
.cta-strip p {
  color: rgba(255,255,255,.75);
  font-size: 16px;
  margin-bottom: 2.25rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  line-height: 1.75;
}
.cta-strip .btn-white {
  font-size: 16px;
  padding: 15px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  position: relative;
  z-index: 1;
}

/* ================================================
   CONTACT INFO BAND
================================================ */
.contact-band {
  background: var(--grn-ll);
  padding: 2.5rem 0;
  border-top: 1px solid var(--grn-l);
}
.contact-items { display: flex; gap: 3rem; align-items: center; flex-wrap: wrap; }
.contact-item { display: flex; align-items: center; gap: 0.75rem; }
.contact-icon {
  width: 42px;
  height: 42px;
  background: var(--grn-l);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.contact-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; font-weight: 600; }
.contact-value { font-size: 14px; color: var(--dark); font-weight: 600; }

/* ================================================
   FOOTER
================================================ */
footer {
  background: #162810;
  padding: 2.5rem 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-logo {
  height: 52px;
  width: auto;
  border-radius: 50%;
  opacity: 0.92;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  transition: opacity .2s, transform .2s;
}
.footer-logo:hover { opacity: 1; transform: scale(1.05); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.35); }
.footer-links { display: flex; gap: 2rem; }
.footer-links a {
  font-size: 12px;
  color: rgba(255,255,255,.32);
  transition: color .2s;
}
.footer-links a:hover { color: rgba(255,255,255,.7); }

/* ================================================
   MOBILE NAV
================================================ */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1.5rem 2rem;
    gap: 1rem;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
  }
  .nav-toggle { display: block; }

  .hero { padding: 4rem 0 7rem; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }

  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }

  .cards { grid-template-columns: 1fr; }
  .card.feat { transform: none; }

  .theme-grid { grid-template-columns: repeat(2, 1fr); }
  .extras-grid { grid-template-columns: repeat(2, 1fr); }

  .usp-grid { grid-template-columns: repeat(2, 1fr); }

  .gal-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .gal-item.tall { grid-row: auto; }

  .about-inner { grid-template-columns: 1fr; }
  .about-visual { min-height: 200px; }

  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
  .contact-items { gap: 1.5rem; }
}

@media (max-width: 480px) {
  .theme-grid  { grid-template-columns: 1fr; }
  .extras-grid { grid-template-columns: 1fr; }
  .usp-grid    { grid-template-columns: 1fr; }
  .gal-grid    { grid-template-columns: 1fr; }
  .hero-stats  { flex-wrap: wrap; gap: 1.5rem; }
}
