/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --sage: #7C8C6E;
  --sage-light: #E8EDE4;
  --sage-dark: #5A6B4D;
  --cream: #FAF8F5;
  --cream-warm: #F5F0EB;
  --sand: #D4C9B8;
  --text: #2C2C2C;
  --text-light: #6B6B6B;
  --text-muted: #8A8A8A;
  --white: #FFFFFF;
  --border: #E5E0DA;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.10);
  --radius: 12px;
  --radius-lg: 20px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.25;
  font-weight: 600;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(124,140,110,0.55);
  outline-offset: 3px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== NAVIGATION ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}

.navbar.scrolled { box-shadow: var(--shadow-sm); }

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--sage-dark);
  letter-spacing: -0.01em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-light);
  transition: color 0.2s;
  position: relative;
}

.nav-links a:hover,
.nav-links a.active { color: var(--sage-dark); }

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--sage);
  transition: width 0.3s;
}

.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-cta {
  background: var(--sage) !important;
  color: var(--white) !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  transition: background 0.2s, transform 0.2s !important;
}

.nav-cta:hover {
  background: var(--sage-dark) !important;
  transform: translateY(-1px);
}

.nav-cta::after { display: none !important; }

/* Mobile menu */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  margin: 6px 0;
  transition: transform 0.3s, opacity 0.3s;
}

.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

/* ===== HERO (index) ===== */
.hero {
  padding: 160px 0 100px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--cream);
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-backdrop__slides {
  position: absolute;
  inset: 0;
}

.hero-backdrop__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s ease;
  will-change: opacity;
}

.hero-backdrop__slide.is-active {
  opacity: 1;
}

.hero-backdrop__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    radial-gradient(1200px 700px at 85% -10%, rgba(124,140,110,0.10) 0%, transparent 55%),
    radial-gradient(900px 600px at 10% 110%, rgba(212,201,184,0.35) 0%, transparent 55%),
    linear-gradient(180deg, rgba(250,248,245,0.82) 0%, rgba(250,248,245,0.72) 45%, rgba(250,248,245,0.88) 100%);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right, bottom left, center;
}

.hero-content {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background: var(--white);
  color: var(--sage-dark);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
  box-shadow: var(--shadow-sm);
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: var(--text);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.hero h1 span { color: var(--sage-dark); }

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-content h1 { margin-bottom: 12px; }

.hero-byline {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.hero-tagline {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  color: var(--sage-dark);
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  margin-bottom: 18px;
  margin-top: 0;
  line-height: 1.55;
  max-width: 620px;
}

.hero-audience {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
}

.hero-chip {
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sage-dark);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.hero-lead {
  font-size: 1.05rem;
  color: var(--text-light);
  max-width: 580px;
  margin-bottom: 32px;
  line-height: 1.75;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== VALUE STRIP (forside) ===== */
.value-strip {
  padding: 0 0 56px;
  background: var(--cream);
  position: relative;
  z-index: 2;
}

.value-strip-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px 28px;
  margin: 0;
  padding: 24px 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.value-strip-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.55;
}

.value-strip-list li svg {
  width: 20px;
  height: 20px;
  stroke: var(--sage);
  fill: none;
  flex-shrink: 0;
  margin-top: 2px;
}

.value-strip-list a {
  color: var(--sage-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.value-strip-list a:hover { color: var(--sage); }

/* ===== AUDIENCE SPLIT (forside) ===== */
.audience-split-wrap { margin-top: 64px; }

.audience-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.audience-col {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 26px 24px;
}

.audience-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  margin-bottom: 10px;
  color: var(--text);
}

.audience-col-intro {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.6;
}

.audience-col-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.audience-col-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 0.93rem;
  color: var(--text-light);
  line-height: 1.55;
}

.audience-col-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
}

.audience-col-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.audience-col-cta .btn { padding: 11px 18px; font-size: 0.85rem; }

/* ===== ETHICS TEASER (forside) ===== */
.ethics-teaser-section .ethics-teaser {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.ethics-teaser-intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ethics-teaser-list {
  list-style: none;
  margin: 24px auto 20px;
  padding: 0;
  text-align: left;
  max-width: 520px;
}

.ethics-teaser-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.6;
}

.ethics-teaser-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sage);
}

.ethics-teaser-footnote {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.ethics-teaser-btn { margin: 0 auto; }

/* ===== STICKY MOBIL CTA ===== */
.sticky-cta-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0));
  background: rgba(250, 248, 245, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: transform 0.28s ease, bottom 0.2s ease;
}

.sticky-cta-bar.is-visible {
  transform: translateY(0);
}

.sticky-cta-bar .btn {
  width: 100%;
  max-width: 400px;
  justify-content: center;
}

body.sticky-cta-enabled {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  body.sticky-cta-enabled {
    padding-bottom: 76px;
  }

  body.sticky-cta-enabled .sticky-cta-bar {
    display: flex;
  }

  body.sticky-cta-enabled.cookie-banner-visible {
    padding-bottom: calc(76px + 56px);
  }

  body.sticky-cta-enabled .sticky-cta-bar.cookie-offset {
    bottom: 56px;
  }

  body.sticky-cta-enabled .scroll-top.visible {
    bottom: 96px;
  }

  body.sticky-cta-enabled.cookie-banner-visible .scroll-top.visible {
    bottom: 152px;
  }
}

/* ===== PAGE HERO (subpages) ===== */
.page-hero {
  padding: 150px 0 72px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--cream);
}

.page-hero > .container {
  position: relative;
  z-index: 2;
}

.page-hero-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--text);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.page-hero-sub {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 560px;
  line-height: 1.8;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.25s;
  cursor: pointer;
  border: none;
  font-family: 'Inter', sans-serif;
}

.btn-primary {
  background: var(--sage);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--sage-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  background: var(--white);
  color: var(--sage-dark);
  border: 1.5px solid var(--border);
}

.btn-secondary:hover {
  border-color: var(--sage);
  box-shadow: var(--shadow-sm);
}

.btn-white {
  background: var(--white);
  color: var(--sage-dark);
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* ===== SECTIONS ===== */
section { padding: 100px 0; }

.section-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 20px;
  color: var(--text);
}

.section-intro {
  font-size: 1.05rem;
  color: var(--text-light);
  max-width: 640px;
  line-height: 1.8;
}

/* ===== SERVICES ===== */
.services { background: var(--white); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 56px;
}

.service-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--sage-light);
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.service-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--sage-dark);
  stroke-width: 1.8;
  fill: none;
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.service-thumb {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  margin: -8px 0 18px;
  border: 1px solid var(--border);
  background: var(--white);
}

.service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* ===== ABOUT (index + about page) ===== */
.about-page { background: var(--white); padding: 80px 0; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.about-image-placeholder {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--sage-light) 0%, var(--sand) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  text-align: center;
  padding: 24px;
  border: 2px dashed var(--border);
}

.about-image {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  background: var(--white);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-text h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: var(--text);
}

.about-text p {
  color: var(--text-light);
  margin-bottom: 20px;
  font-size: 0.95rem;
  line-height: 1.8;
}

/* ===== EXPERIENCE (about page) ===== */
.experience { background: var(--cream); }

.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.experience-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.experience-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.experience-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--sage-dark);
}

.experience-icon svg {
  width: 24px;
  height: 24px;
}

.experience-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.experience-card p {
  color: var(--text-light);
  font-size: 0.93rem;
  line-height: 1.75;
}

/* ===== CREDENTIALS (about page) ===== */
.credentials { background: var(--white); }

.credentials-grid {
  max-width: 700px;
  margin: 48px auto 0;
}

.credential-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.credential-item:last-child { border-bottom: none; }

.credential-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sage);
  margin-top: 6px;
  flex-shrink: 0;
}

.credential-item h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.credential-item p {
  color: var(--text-light);
  font-size: 0.88rem;
}

/* ===== PROCESS ===== */
.process { background: var(--white); }

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  margin-top: 56px;
}

.process-step {
  text-align: center;
  padding: 32px 24px;
}

.step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--sage-light);
  color: var(--sage-dark);
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.process-step h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.process-step p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ===== QUOTE ===== */
.quote-section {
  background: linear-gradient(135deg, var(--sage-light) 0%, var(--cream-warm) 100%);
  text-align: center;
  padding: 80px 0;
}

.quote-section blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-style: italic;
  color: var(--text);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.7;
  position: relative;
}

.quote-section blockquote::before {
  content: '\201C';
  font-size: 4rem;
  color: var(--sage);
  opacity: 0.4;
  position: absolute;
  top: -30px;
  left: -10px;
  font-family: 'Playfair Display', serif;
}

.quote-author {
  margin-top: 20px;
  font-size: 0.9rem;
  color: var(--text-muted);
  font-style: normal;
}

/* ===== ETHICS ===== */
.ethics { background: var(--cream); }

.ethics-intro {
  font-size: 1.05rem;
  color: var(--text-light);
  max-width: 800px;
  line-height: 1.8;
  margin-bottom: 48px;
}

.ethics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.ethics-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: box-shadow 0.3s;
}

.ethics-card:hover { box-shadow: var(--shadow-md); }

.ethics-card-number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--sage-light);
  margin-bottom: 8px;
}

.ethics-card h3 {
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: var(--text);
}

.ethics-card p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.75;
}

.ethics-card ul {
  list-style: none;
  margin-top: 12px;
}

.ethics-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: var(--text-light);
  font-size: 0.88rem;
  line-height: 1.6;
}

.ethics-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
}

.ethics-footer {
  margin-top: 48px;
  padding: 28px 32px;
  background: var(--sage-light);
  border-radius: var(--radius);
  text-align: center;
}

.ethics-footer p {
  font-size: 0.95rem;
  color: var(--sage-dark);
  font-weight: 500;
  line-height: 1.7;
}

/* ===== PRICING ===== */
.pricing { background: var(--white); }

.pricing-card {
  max-width: 520px;
  margin: 48px auto 0;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  text-align: center;
}

.pricing-amount {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--sage-dark);
}

.pricing-amount span {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-muted);
}

.pricing-desc {
  margin-top: 8px;
  color: var(--text-light);
  font-size: 0.95rem;
}

.pricing-features {
  list-style: none;
  margin: 32px 0;
  text-align: left;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
  color: var(--text-light);
}

.pricing-features li:last-child { border-bottom: none; }

.pricing-features li svg {
  width: 18px;
  height: 18px;
  stroke: var(--sage);
  fill: none;
  flex-shrink: 0;
}

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);
  padding: 80px 0;
}

/* ===== CONTACT ===== */
.contact-page { background: var(--white); padding: 80px 0; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-info h2 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.contact-info p {
  color: var(--text-light);
  margin-bottom: 32px;
  line-height: 1.8;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-icon svg {
  width: 20px;
  height: 20px;
  color: var(--sage-dark);
}

.contact-detail-text {
  font-size: 0.95rem;
  color: var(--text);
}

.contact-detail-text a:hover { color: var(--sage-dark); }

.contact-detail-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 2px;
}

/* Trust box */
.trust-box {
  margin-top: 40px;
  padding: 28px;
  background: var(--sage-light);
  border-radius: var(--radius);
}

.trust-box h3 {
  font-size: 1rem;
  margin-bottom: 16px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: var(--text-light);
}

.trust-item:last-child { margin-bottom: 0; }

.trust-item svg {
  color: var(--sage-dark);
  flex-shrink: 0;
}

/* Contact form */
.contact-form {
  background: var(--cream);
  padding: 40px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.form-group { margin-bottom: 20px; }

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  background: var(--white);
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(124,140,110,0.12);
}

.form-group textarea { resize: vertical; min-height: 120px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--text);
  color: rgba(255,255,255,0.7);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.7;
  max-width: 320px;
  margin-top: 16px;
}

.footer h4 {
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.footer-links { list-style: none; }
.footer-links li { margin-bottom: 12px; }

.footer-links a {
  font-size: 0.88rem;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
}

/* ===== ANIMATIONS ===== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===== SCROLL TO TOP ===== */
.scroll-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.2s;
  box-shadow: var(--shadow-md);
  z-index: 50;
}

.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover { transform: translateY(-2px); background: var(--sage-dark); }
.scroll-top svg { width: 22px; height: 22px; stroke: white; fill: none; }

/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  padding: 20px 24px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
  z-index: 200;
  display: none;
}

.cookie-banner.show { display: block; }

.cookie-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cookie-inner p {
  font-size: 0.88rem;
  color: var(--text-light);
  flex: 1;
  min-width: 280px;
}

.cookie-buttons { display: flex; gap: 12px; }

.cookie-btn {
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  transition: all 0.2s;
}

.cookie-btn.accept {
  background: var(--sage);
  color: var(--white);
  border-color: var(--sage);
}

.cookie-btn:hover { transform: translateY(-1px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .ethics-grid { grid-template-columns: 1fr; }
  .audience-split { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
  }

  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }

  .hero { padding: 130px 0 70px; }
  .hero h1 { font-size: 2rem; }
  .page-hero { padding: 120px 0 56px; }

  section { padding: 64px 0; }

  .form-row { grid-template-columns: 1fr; }
  .pricing-card { padding: 32px 24px; }
  .contact-form { padding: 28px 24px; }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
