/* ALCROEN — private presentation page (not linked from main site) */
.presentation-page {
  background: #ffffff;
  color: #1e293b;
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.presentation-page section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
}

.presentation-spacer {
  min-height: 18vh;
}

.presentation-top-spacer {
  min-height: 100vh;
}

/* Opening */
.pres-intro {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  min-height: auto;
  justify-content: flex-start;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.pres-intro h1 {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #0c3547;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

.pres-section-label {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0d9488;
  margin-bottom: 2.5rem;
}

/* Logo */
.pres-logo-wrap {
  width: 65vmin;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.pres-logo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.pres-desc {
  max-width: 640px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #64748b;
  line-height: 1.75;
}

/* Wordmark */
.pres-wordmark {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(4rem, 14vw, 9rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #0c3547;
  margin-bottom: 1.5rem;
}

.pres-font-meta {
  max-width: 560px;
  font-size: 1.1rem;
  color: #64748b;
}

.pres-font-meta strong {
  color: #0d9488;
  font-weight: 600;
}

/* Slogan */
.pres-slogan {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #0c3547;
  max-width: 900px;
  margin-bottom: 2rem;
}

/* CTA */
.pres-cta-section {
  padding-bottom: 6rem;
}

.pres-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 3.5rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  background: linear-gradient(135deg, #22d3ee, #06b6d4, #14b8a6);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 40px rgba(6, 182, 212, 0.4);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pres-cta:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 50px rgba(6, 182, 212, 0.5);
}

/* Action plan (presentation2) */
.pres-plan-title {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0c3547;
  margin-bottom: 1rem;
}

.pres-plan-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color: #64748b;
  max-width: 720px;
  line-height: 1.5;
}

.pres-action-section {
  min-height: auto;
  justify-content: flex-start;
  padding: 3rem 2rem;
}

.pres-action-item {
  max-width: 720px;
  text-align: left;
}

.pres-action-num {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0d9488;
  margin-bottom: 0.75rem;
}

.pres-action-item h2 {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0c3547;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.pres-action-item p,
.pres-action-item li {
  font-size: 1.05rem;
  color: #64748b;
  line-height: 1.7;
}

.pres-action-item ul {
  margin-top: 0.75rem;
  padding-left: 1.25rem;
}

.pres-action-item li {
  margin-bottom: 0.35rem;
}

.pres-next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #22d3ee, #06b6d4, #14b8a6);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 28px rgba(6, 182, 212, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pres-next-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(6, 182, 212, 0.45);
}

.pres-why-next {
  text-align: center;
  padding: 3rem 2rem 4rem;
  background: var(--off-white, #f8fbfc);
}

.pres-onemore-title {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0c3547;
  text-align: center;
}

.pres-onemore-desc {
  max-width: 680px;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  color: #64748b;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 2rem;
}

.pres-onemore-quote {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0d9488;
  text-align: center;
  max-width: 800px;
  line-height: 1.25;
}

.pres-cta-giant {
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  padding: 2rem 4rem;
}

@media (max-width: 768px) {
  .presentation-page section {
    padding: 3rem 1.5rem;
  }

  .pres-logo-wrap {
    width: 75vmin;
  }

  .pres-action-section {
    padding: 2.5rem 1.5rem;
  }
}
