:root {
  --purple: #4b35a5;
  --purple-2: #5b42b6;
  --gold: #f7ad18;
  --gold-2: #ffd36f;
  --white: #ffffff;
  --paper: #fffaf0;
  --ink: #181c29;
  --muted: #616574;
  --line: rgba(75, 53, 165, 0.16);
  --shadow: 0 24px 70px rgba(24, 28, 41, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(247, 173, 24, 0.36), transparent 34rem),
    radial-gradient(circle at 86% 4%, rgba(75, 53, 165, 0.24), transparent 36rem),
    linear-gradient(180deg, #ffffff 0%, #f2efff 48%, #fff7df 100%);
}

a { color: inherit; text-decoration: none; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -10rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  color: var(--purple);
  background: var(--gold);
  border-radius: 999px;
  font-weight: 900;
}

.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.85rem clamp(1rem, 4vw, 4.5rem);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(246, 242, 255, 0.95)),
    white;
  border-bottom: 4px solid var(--gold);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 42px rgba(24, 28, 41, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
}

.brand-mark {
  place-items: center;
  color: var(--purple);
  font-weight: 950;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 14px 28px rgba(243, 178, 51, 0.28);
}

.brand-logo {
  display: block;
  object-fit: contain;
  box-shadow: 0 14px 28px rgba(60, 20, 104, 0.18);
}

.official-logo {
  width: clamp(15rem, 26vw, 24rem);
  height: clamp(5.5rem, 9vw, 8.2rem);
  padding: 0.18rem 0.28rem;
  border: 2px solid rgba(75, 53, 165, 0.18);
  border-radius: 1.25rem;
  background: white;
  object-fit: contain;
  box-shadow:
    0 16px 34px rgba(75, 53, 165, 0.18),
    0 0 0 6px rgba(247, 173, 24, 0.13);
}

.brand strong,
.brand small { display: block; }

.brand small {
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
  color: var(--muted);
  font-weight: 800;
}

.nav a {
  padding: 0.55rem 0.62rem;
  border-radius: 999px;
  font-size: 0.95rem;
}

.nav a:hover,
.nav a:focus {
  color: var(--purple);
  background: rgba(247, 173, 24, 0.18);
}

.hero,
.section {
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 5.5rem);
  scroll-margin-top: 9rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(18rem, 0.6fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 82vh;
  position: relative;
  overflow: hidden;
}

.hero-logo {
  display: block;
  width: min(100%, 48rem);
  margin: 0 0 clamp(1.4rem, 3vw, 2.4rem);
  padding: clamp(0.45rem, 1.4vw, 0.85rem);
  border: 3px solid rgba(75, 53, 165, 0.2);
  border-radius: clamp(1.4rem, 3vw, 2.2rem);
  background: white;
  box-shadow:
    0 30px 80px rgba(24, 28, 41, 0.18),
    0 0 0 10px rgba(247, 173, 24, 0.14);
}

.hero::before {
  position: absolute;
  inset: 1.5rem clamp(0.8rem, 3vw, 3rem);
  z-index: -1;
  border: 1px solid rgba(75, 53, 165, 0.12);
  border-radius: 3rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 247, 223, 0.75)),
    radial-gradient(circle at 78% 22%, rgba(247, 173, 24, 0.3), transparent 20rem);
  content: "";
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--purple-2);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  color: var(--ink);
  font-size: clamp(3.2rem, 9vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

h3 {
  margin-bottom: 0.5rem;
  color: var(--ink);
  font-size: 1.16rem;
}

p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.hero-text {
  max-width: 44rem;
  font-size: 1.23rem;
}

.domain-line,
.small-note {
  color: var(--ink);
  font-weight: 800;
}

.small-note {
  padding: 1rem;
  border-left: 4px solid var(--gold);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.7);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.18rem;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover { transform: translateY(-2px); }

.button.primary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 18px 36px rgba(243, 178, 51, 0.32);
}

.button.whatsapp {
  color: white;
  background: #128c7e;
  box-shadow: 0 18px 36px rgba(18, 140, 126, 0.22);
}

.button.secondary {
  color: var(--purple);
  background: white;
  border: 1px solid var(--line);
}

.trust-row,
.role-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  max-width: 56rem;
}

.trust-row span,
.role-grid span {
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  font-weight: 850;
  font-size: 0.9rem;
}

.hero-card,
.employer-card,
.german-note,
.service-grid article,
.opportunity-grid article,
.course-card,
.story-grid article,
.video-card,
.philosophy-card,
.founder-card,
blockquote,
.contact-card,
.contact-form,
.directions-card {
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.student-hero-card {
  overflow: hidden;
  padding: 0;
}

.student-hero-image {
  display: block;
  width: 100%;
  height: clamp(18rem, 44vw, 34rem);
  object-fit: cover;
  object-position: center top;
}

.student-hero-content {
  padding: clamp(1.35rem, 4vw, 2.25rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 226, 0.96));
}

.hero-card,
.employer-card,
.german-note,
.philosophy-card,
.contact-card,
.contact-form {
  padding: clamp(1.35rem, 4vw, 2.25rem);
}

.founder-stack {
  display: grid;
  gap: 1rem;
}

.founder-card {
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 226, 0.94));
}

.founder-photo {
  display: block;
  width: 100%;
  height: clamp(32rem, 58vw, 46rem);
  object-fit: cover;
  object-position: center top;
}

.founder-caption {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 173, 24, 0.35), transparent 15rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 242, 255, 0.96));
}

.founder-caption::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.45rem;
  background: linear-gradient(180deg, var(--purple), var(--gold));
  content: "";
}

.founder-caption h3 {
  margin: 0 0 0.65rem;
  color: var(--purple);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.founder-caption p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.card-topline {
  display: inline-flex;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  color: var(--purple);
  background: rgba(243, 178, 51, 0.25);
  font-size: 0.8rem;
  font-weight: 950;
}

.check-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
  color: var(--muted);
  line-height: 1.5;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 950;
  content: "✓";
}

.check-list.light li { color: rgba(255, 255, 255, 0.9); }

.intro-grid,
.split,
.employer-section,
.contact-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.service-grid,
.opportunity-grid,
.course-grid,
.story-grid,
.video-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.opportunity-section {
  position: relative;
  background:
    radial-gradient(circle at 8% 12%, rgba(247, 173, 24, 0.35), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(75, 53, 165, 0.24), transparent 28rem),
    linear-gradient(135deg, #ffffff, #fff7df 58%, #f2efff);
}

.opportunity-section .section-head {
  max-width: 68rem;
}

.opportunity-section h2 {
  max-width: 15ch;
}

.opportunity-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.opportunity-grid article {
  min-height: 18rem;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
}

.opportunity-grid span {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 1.2rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  font-weight: 950;
}

.truth-card {
  margin-top: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 1.8rem;
  color: white;
  background:
    radial-gradient(circle at 90% 18%, rgba(247, 173, 24, 0.42), transparent 18rem),
    linear-gradient(135deg, #181c29, var(--purple));
  box-shadow: var(--shadow);
}

.truth-card h3,
.truth-card p {
  color: white;
}

.truth-card p {
  max-width: 58rem;
  margin-bottom: 0;
}

.success-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border-radius: 1.8rem;
  color: white;
  background:
    radial-gradient(circle at 88% 20%, rgba(247, 173, 24, 0.45), transparent 18rem),
    linear-gradient(135deg, #181c29, var(--purple));
  box-shadow: var(--shadow);
}

.success-proof strong,
.success-proof span {
  display: block;
}

.success-proof strong {
  font-size: 1.2rem;
}

.success-proof span {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.82);
}

.journey-section {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 12% 16%, rgba(247, 173, 24, 0.32), transparent 24rem),
    radial-gradient(circle at 88% 10%, rgba(120, 92, 255, 0.32), transparent 28rem),
    linear-gradient(135deg, #171827, #3b247f 58%, #181c29);
}

.journey-section h2,
.journey-section p,
.journey-section .eyebrow {
  color: white;
}

.journey-section .section-head p {
  color: rgba(255, 255, 255, 0.82);
}

.journey-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 1rem;
}

.journey-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.journey-card.large {
  grid-row: span 2;
}

.journey-card img {
  display: block;
  width: 100%;
  height: clamp(17rem, 26vw, 25rem);
  object-fit: cover;
}

.journey-card.large img {
  height: clamp(28rem, 54vw, 45rem);
}

.journey-card > div {
  padding: 1.35rem;
}

.journey-card span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(247, 173, 24, 0.42), rgba(75, 53, 165, 0.12));
  font-size: 0.86rem;
  font-weight: 950;
}

.journey-card h3 {
  color: var(--ink);
}

.journey-card p {
  color: var(--muted);
}

.journey-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 5px solid var(--gold);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.journey-proof strong,
.journey-proof span {
  color: white;
}

.series-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(247, 173, 24, 0.28), transparent 23rem),
    radial-gradient(circle at 88% 16%, rgba(75, 53, 165, 0.18), transparent 26rem),
    linear-gradient(135deg, #ffffff, #fff7df 56%, #f2efff);
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.series-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.series-card.featured {
  border-top-color: var(--purple);
  background:
    radial-gradient(circle at 92% 10%, rgba(247, 173, 24, 0.24), transparent 14rem),
    white;
}

.series-card img {
  display: block;
  width: 100%;
  height: clamp(15rem, 24vw, 22rem);
  object-fit: cover;
}

.series-card > div {
  padding: 1.35rem;
}

.series-card span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(247, 173, 24, 0.38), rgba(75, 53, 165, 0.12));
  font-size: 0.84rem;
  font-weight: 950;
}

.series-card p {
  min-height: 8.8rem;
}

.series-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(75, 53, 165, 0.12);
  border-left: 5px solid var(--purple);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(24, 28, 41, 0.08);
}

.series-proof strong {
  color: var(--purple);
}

.series-proof span {
  color: var(--muted);
}

.videos {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(247, 173, 24, 0.28), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(75, 53, 165, 0.22), transparent 26rem),
    linear-gradient(135deg, #fffaf0, #ffffff 55%, #f4f0ff);
}

.video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-card {
  overflow: hidden;
  padding: 0;
  background: white;
}

.video-card img {
  display: block;
  width: 100%;
  height: clamp(15rem, 24vw, 22rem);
  object-fit: cover;
}

.video-card > div {
  padding: 1.35rem;
}

.video-meta {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(247, 173, 24, 0.36), rgba(75, 53, 165, 0.13));
  font-size: 0.86rem;
  font-weight: 950;
}

.video-card .button {
  margin-top: 0.45rem;
}

.video-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(75, 53, 165, 0.12);
  border-left: 5px solid var(--gold);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(24, 28, 41, 0.08);
}

.video-proof strong {
  color: var(--purple);
}

.video-proof span {
  color: var(--muted);
}

.campaign-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 1rem;
}

.campaign-card,
.photo-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.campaign-card img,
.photo-gallery img,
.story-image,
.promo-strip img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.campaign-card img {
  height: clamp(20rem, 42vw, 36rem);
}

.campaign-card:not(.large) img {
  height: clamp(20rem, 34vw, 31rem);
}

.campaign-card figcaption,
.photo-gallery figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  color: white;
  background: rgba(24, 28, 41, 0.72);
  backdrop-filter: blur(12px);
  font-weight: 900;
}

.promo-strip {
  display: grid;
  grid-template-columns: minmax(16rem, 0.85fr) 1fr;
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 5%, rgba(247, 173, 24, 0.28), transparent 18rem),
    linear-gradient(135deg, #181c29, var(--purple));
  box-shadow: var(--shadow);
}

.promo-strip img {
  height: clamp(18rem, 32vw, 30rem);
}

.promo-strip > div {
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.promo-strip h3,
.promo-strip p,
.promo-strip .eyebrow {
  color: white;
}

.promo-strip p {
  color: rgba(255, 255, 255, 0.82);
}

.course-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.service-grid article,
.opportunity-grid article,
.course-card,
.story-grid article,
blockquote {
  padding: 1.35rem;
  box-shadow: none;
}

.story-grid article {
  overflow: hidden;
  padding: 0;
}

.story-grid article span,
.story-grid article h3,
.story-grid article p,
.story-video {
  margin-left: 1.35rem;
  margin-right: 1.35rem;
}

.story-grid article span {
  margin-top: 1.25rem;
}

.story-grid article p {
  margin-bottom: 1.35rem;
}

.story-grid article .media-note {
  margin-top: -0.55rem;
  margin-bottom: 1rem;
  padding: 0.75rem 0.85rem;
  border-left: 4px solid var(--gold);
  border-radius: 0.9rem;
  color: var(--ink);
  background: rgba(247, 173, 24, 0.16);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.story-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 1.35rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  font-size: 0.9rem;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(75, 53, 165, 0.22);
}

.story-image {
  height: clamp(16rem, 28vw, 24rem);
}

.service-grid span,
.story-grid span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--purple-2);
  font-weight: 950;
}

.course-card a,
table a,
.footer a {
  color: var(--ink);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 0.18em;
  text-underline-offset: 0.18em;
}

.section-head {
  max-width: 58rem;
  margin-bottom: 2rem;
}

.dark {
  color: white;
  background:
    radial-gradient(circle at top right, rgba(247, 173, 24, 0.42), transparent 30rem),
    linear-gradient(135deg, #171b28, #2e2768 55%, var(--purple));
}

.dark h2,
.dark h3,
.dark .eyebrow { color: white; }

.dark p { color: rgba(255, 255, 255, 0.78); }

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.timeline div {
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.07);
}

.timeline span {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 50%;
  color: var(--purple);
  background: var(--gold);
  font-weight: 950;
}

.german-note {
  color: white;
  border-top-color: var(--gold);
  background:
    radial-gradient(circle at 85% 8%, rgba(247, 173, 24, 0.34), transparent 14rem),
    linear-gradient(135deg, #181c29, var(--purple));
}

.german-note h3,
.german-note p { color: white; }

.disclaimer {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 800;
}

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

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.photo-gallery img {
  height: clamp(16rem, 28vw, 24rem);
}

.gallery-grid div {
  display: grid;
  min-height: 10rem;
  place-items: end start;
  padding: 1.1rem;
  border-radius: 1.5rem;
  color: white;
  background: linear-gradient(135deg, rgba(24, 28, 41, 0.9), rgba(75, 53, 165, 0.78)), var(--purple);
  font-weight: 950;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: white;
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  color: var(--purple);
  background: rgba(243, 178, 51, 0.16);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

details {
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  background: white;
}

summary {
  color: var(--purple);
  font-weight: 950;
  cursor: pointer;
}

details p { margin: 0.8rem 0 0; }

blockquote {
  margin: 0;
}

blockquote p {
  color: var(--ink);
  font-size: 1.1rem;
}

cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.contact { text-align: center; }

.contact > p { max-width: 50rem; margin-inline: auto; }

.contact-grid {
  margin-top: 2rem;
  text-align: left;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--purple);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  color: var(--ink);
  background: white;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(243, 178, 51, 0.45);
  border-color: var(--gold);
}

.directions-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: 1.25rem;
  align-items: center;
  margin-top: 1rem;
  padding: 2rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.75);
  text-align: left;
  border: 1px solid rgba(75, 53, 165, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.directions-card strong {
  display: block;
  color: var(--purple);
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.05;
}

.directions-card p {
  margin: 0.75rem 0 1rem;
}

.directions-card iframe {
  width: 100%;
  min-height: 18rem;
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 14px 28px rgba(24, 28, 41, 0.12);
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  padding: 0.9rem 1.05rem;
  border-radius: 999px;
  color: white;
  background: #128c7e;
  box-shadow: 0 18px 35px rgba(18, 140, 126, 0.28);
  font-weight: 950;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem clamp(1rem, 5vw, 5.5rem);
  border-top: 5px solid var(--gold);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(242, 239, 255, 0.98));
}

.footer > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.8rem;
  align-items: center;
}

.footer-logo {
  width: clamp(8.5rem, 16vw, 13rem);
  height: clamp(4rem, 7vw, 5.6rem);
  grid-row: span 2;
  object-fit: contain;
  border: 2px solid rgba(75, 53, 165, 0.14);
  border-radius: 1rem;
  background: white;
  box-shadow: 0 14px 28px rgba(24, 28, 41, 0.12);
}

.footer p {
  margin: 0.35rem 0 0;
  max-width: 40rem;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-content: start;
}

code {
  padding: 0.12rem 0.35rem;
  border-radius: 0.35rem;
  background: rgba(60, 20, 104, 0.08);
}

@media (max-width: 1080px) {
  .course-grid,
  .series-grid,
  .timeline,
  .opportunity-grid,
  .journey-grid,
  .video-grid,
  .campaign-grid,
  .photo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campaign-card.large {
    grid-column: span 2;
  }

  .journey-card.large {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .nav {
    width: 100%;
    justify-content: center;
    overflow-x: visible;
    padding-bottom: 0.2rem;
  }

  .nav a {
    padding: 0.48rem 0.56rem;
    font-size: 0.88rem;
  }

  .official-logo {
    width: min(58vw, 17rem);
    height: auto;
    max-height: 5.4rem;
  }

  .hero,
  .intro-grid,
  .split,
  .employer-section,
  .contact-grid,
  .directions-card,
  .promo-strip {
    grid-template-columns: 1fr;
  }

  .success-proof {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero { min-height: auto; }
}

@media (max-width: 680px) {
  .service-grid,
  .opportunity-grid,
  .course-grid,
  .story-grid,
  .series-grid,
  .video-grid,
  .testimonial-grid,
  .faq-grid,
  .gallery-grid,
  .photo-gallery,
  .journey-grid,
  .campaign-grid,
  .timeline,
  .compact {
    grid-template-columns: 1fr;
  }

  .campaign-card.large {
    grid-column: auto;
  }

  .journey-card.large {
    grid-column: auto;
  }

  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }

  .site-header {
    padding: 0.75rem 0.9rem;
  }

  .brand {
    align-items: center;
    flex-direction: column;
    gap: 0.45rem;
    text-align: center;
  }

  .official-logo {
    width: min(72vw, 18rem);
    max-height: 5.7rem;
  }

  .brand small { font-size: 0.74rem; }

  .nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.28rem;
  }

  .nav a {
    padding: 0.5rem 0.25rem;
    background: rgba(255, 255, 255, 0.55);
    text-align: center;
    font-size: 0.78rem;
  }

  .hero-logo {
    width: 100%;
    margin-bottom: 1.2rem;
  }

  .button { width: 100%; }

  .floating-whatsapp {
    right: 0.7rem;
    bottom: 0.7rem;
    padding: 0.72rem 0.82rem;
    font-size: 0.86rem;
    box-shadow: 0 12px 25px rgba(18, 140, 126, 0.24);
  }

  .footer { flex-direction: column; }
}
