/* ============================================
   INTERNATIONAL / UK LANDING PAGE
   Layered on top of main.css — scoped overrides only
   ============================================ */

/* ---- HERO ---- */

header.hero {
  max-width: 100%;
  background-color: var(--color-secondary);
  padding: 0;
  margin: 0 0 0 0;
  text-align: left;
}

.hero-inner {
  max-width: var(--width-content);
  margin: 0 auto;
  padding: 4rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}

.hero-text h1 {
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1.08;
  margin: 0 0 1rem;
  font-family: var(--secondary-font-family);
}

.hero-text .hero-lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}

.hero-text .hero-sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
  margin: 0 0 2rem;
}

/* Gold button on teal: keep gold, make text dark */
.hero-text a b,
.hero-text a strong {
  color: var(--color-secondary);
}

.hero-portrait {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.18);
  display: block;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 3rem 1.5rem;
  }

  .hero-portrait {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    order: -1;
  }
}

/* ---- PROBLEM STATEMENT ---- */

section.problem-statement {
  justify-content: center;
  padding: 3rem 0 1rem;
}

section.problem-statement header {
  max-width: 740px;
  text-align: center;
  border-bottom: none;
}

section.problem-statement h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
  line-height: 1.25;
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}

section.problem-statement p {
  font-size: 1.1rem;
  color: #555;
  margin: 0;
}

/* ---- SETUP STEPS ---- */

section.setup-steps {
  background-image: none !important; /* override .leistungen bg */
  background-color: var(--color-bg-secondary);
  padding: 1rem 0 2rem;
  counter-reset: step;
}

section.setup-steps header {
  text-align: center;
  padding-bottom: 1.5rem;
}

section.setup-steps aside {
  position: relative;
  padding-top: 4rem;
  min-height: 130px;
}

section.setup-steps aside::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 0.6rem;
  left: 1.25rem;
  font-family: var(--secondary-font-family);
  font-size: 3rem;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
  opacity: 0.85;
}

section.setup-steps aside h3 {
  font-size: 1rem;
  margin: 0 0 0.2rem;
  color: var(--color-secondary);
}

section.setup-steps aside small {
  display: block;
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  font-family: var(--font-family);
  font-weight: normal;
}

/* ---- PHILOSOPHY ---- */

section.philosophy {
  display: block; /* override flex */
  padding: 2rem 0 1rem;
}

section.philosophy header {
  text-align: center;
  margin-bottom: 2rem;
}

section.philosophy aside {
  /* Strip card styling */
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid var(--color);
  /* no hover shadow */
}

section.philosophy aside:hover {
  box-shadow: none;
}

section.philosophy aside + aside {
  margin-top: 1.5rem;
}

section.philosophy aside:nth-child(even) {
  background: rgba(0, 0, 0, 0.028);
}

section.philosophy aside h3 {
  font-size: 1.3rem;
  margin: 0 0 0.4rem;
  color: var(--color-secondary);
}

section.philosophy aside p {
  font-size: 1.05rem;
  color: #333;
  margin: 0;
  font-family: var(--font-family);
}

/* ---- PRICING ---- */

#pricing header {
  width: 100%;
  text-align: center;
}

.price-tag {
  display: block;
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--color-secondary);
  font-family: var(--secondary-font-family);
  margin: 0.5rem 0 1rem;
  line-height: 1.1;
}

aside.featured {
  border: 2px solid var(--color-secondary) !important;
  position: relative;
  padding-top: 2.75rem !important;
}

aside.featured::before {
  content: "Most popular";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-secondary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 1.1rem;
  border-radius: 0 0 4px 4px;
  white-space: nowrap;
}

aside.featured .price-tag {
  color: var(--color);
}

#pricing ol,
#pricing ul {
  padding-left: 1.25rem;
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: #333;
}

#pricing aside p {
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  margin: 0;
}

/* ---- WHAT'S FREE ---- */

section.whats-free {
  padding: 2rem 0 1rem;
  gap: 0.75rem;
}

section.whats-free header {
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
}

section.whats-free aside {
  width: auto;
  min-width: 160px;
  flex: 1 1 160px;
  max-width: 260px;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  text-align: center;
  box-shadow: none;
  border: 1px solid var(--color-accent);
}

section.whats-free aside:hover {
  box-shadow: none;
  border-color: var(--color);
}

section.whats-free aside h3 {
  font-size: 0.88rem;
  margin: 0;
  color: var(--color-secondary);
  font-family: var(--font-family);
}

/* ---- CTA SECTION ---- */

section.cta-section {
  background-color: var(--color-secondary);
  text-align: center;
  padding: 5rem 2rem 4.5rem;
  justify-content: center;
}

section.cta-section header {
  max-width: 620px;
  padding: 0;
  background: transparent;
}

section.cta-section h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 0.75rem;
}

section.cta-section p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

section.cta-section small {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

/* White button on teal background */
section.cta-section a b,
section.cta-section a strong {
  background-color: #fff;
  border-color: #fff;
  color: var(--color-secondary);
}

section.cta-section a b:hover,
section.cta-section a strong:hover {
  background-color: var(--color);
  border-color: var(--color);
}

/* ---- FAQ ---- */

section.faq {
  display: block;
  padding: 2rem 0 1rem;
  max-width: 720px;
  margin: 0 auto;
}

section.faq header {
  text-align: center;
  margin-bottom: 1.5rem;
}

section.faq details {
  border-bottom: 1px solid var(--color-accent);
  margin: 0;
  padding: 0.25rem 0;
}

section.faq details:first-of-type {
  border-top: 1px solid var(--color-accent);
}

section.faq details summary {
  padding: 1rem 0;
  font-size: 1.05rem;
  font-family: var(--secondary-font-family);
  color: var(--color-secondary);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

section.faq details summary::-webkit-details-marker {
  display: none;
}

section.faq details summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--color);
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s ease;
}

section.faq details[open] summary::after {
  content: "−";
}

section.faq details p {
  font-size: 1rem;
  color: #444;
  padding: 0 0 1.25rem;
  margin: 0;
  max-width: 640px;
  font-family: var(--font-family);
  line-height: 1.6;
}

/* ---- FOOTER ---- */

footer header {
  text-align: center;
}

footer header a {
  font-size: 0.95rem;
}
