/* ============================================================
   TINAYOGINA.COM — BRAND-CORRECT DESIGN SYSTEM
   Matches site-settings.json from the original Elementor source exactly
   Fonts: Caudex (serif) + Raleway (sans)
   Colors: #17543E forest, #D6A944 gold, #555F5B text
   ============================================================ */

@font-face {
  font-family: "Hello Valentica";
  src: url("../fonts/hello-valentica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Yogina Meetings: host stage, participant gallery, and chat stay visible together. */
.meeting-room-live-shell {
  gap: 16px;
  padding: 20px;
  border-radius: 28px;
  background: linear-gradient(145deg, #f6fbf7 0%, #e4f1e8 100%);
  border-color: rgba(20, 91, 69, 0.16);
  box-shadow: 0 24px 52px rgba(20, 91, 69, 0.13);
}
.meeting-room-live-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.92fr) minmax(280px, 0.72fr);
  grid-template-areas: "main strip side";
  grid-template-rows: minmax(0, 1fr);
  gap: 16px;
}
.meeting-room-live-main,
.meeting-room-live-strip,
.meeting-room-live-side {
  min-width: 0;
}
.meeting-room-video-panel,
.meeting-room-chat-panel,
.meeting-room-side-panel-participants {
  border-color: rgba(20, 91, 69, 0.18);
  box-shadow: 0 14px 30px rgba(20, 91, 69, 0.09);
}
.meeting-room-video-panel {
  background: #10271f;
}
.meeting-room-video-panel-featured .meeting-room-video,
.meeting-room-live-shell.is-host-view .meeting-room-video-panel-featured .meeting-room-video,
.meeting-room-live-shell.is-participant-view .meeting-room-video-panel-featured .meeting-room-video {
  aspect-ratio: 16 / 10;
  min-height: min(58vh, 660px);
  max-height: none;
}
.meeting-room-video-grid-remote {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 12px;
  max-height: min(58vh, 660px);
  overflow-y: auto;
  padding-right: 4px;
}
.meeting-room-video-grid-remote .meeting-room-video {
  min-height: 0;
  max-height: none;
  aspect-ratio: 16 / 10;
}
.meeting-room-video-grid-remote .meeting-room-video-panel {
  min-width: 0;
}
.meeting-room-video-empty {
  grid-column: 1 / -1;
  min-height: 170px;
  background: rgba(20, 91, 69, 0.06);
  border-color: rgba(20, 91, 69, 0.2);
}
.meeting-room-chat-panel {
  min-height: min(58vh, 660px);
  max-height: min(58vh, 660px);
  background: rgba(255, 255, 255, 0.94);
}
.meeting-room-live-toolbar,
.meeting-room-live-participants {
  display: none;
}
.meeting-room-live-utility {
  margin-top: 0;
}
.meeting-room-live-utility .meeting-room-live-status {
  flex-basis: auto;
  padding: 10px 14px;
  font-size: 13px;
}
.meeting-room-bottom-dock {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 0;
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 91, 69, 0.15);
}
.meeting-room-dock-button {
  min-height: 64px;
  background: transparent;
  color: #145b45;
  border-color: transparent;
}
.meeting-room-dock-button:hover {
  background: rgba(20, 91, 69, 0.08);
}
.meeting-room-dock-button-share {
  background: rgba(20, 91, 69, 0.1);
}
.meeting-room-dock-button-end {
  background: #d6a944;
  color: #ffffff;
}
.meeting-room-dock-button-end:hover {
  background: #b88a2e;
}

@media (max-width: 1180px) {
  .meeting-room-live-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    grid-template-areas:
      "main strip"
      "side side";
  }
  .meeting-room-live-side {
    display: block !important;
  }
  .meeting-room-chat-panel {
    min-height: 300px;
    max-height: 420px;
  }
}

@media (max-width: 760px) {
  .meeting-room-live-shell {
    padding: 12px;
    border-radius: 22px;
  }
  .meeting-room-live-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "strip"
      "side";
  }
  .meeting-room-video-panel-featured .meeting-room-video,
  .meeting-room-live-shell.is-host-view .meeting-room-video-panel-featured .meeting-room-video,
  .meeting-room-live-shell.is-participant-view .meeting-room-video-panel-featured .meeting-room-video {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .meeting-room-video-grid-remote {
    max-height: 480px;
    gap: 8px;
  }
  .meeting-room-chat-panel {
    min-height: 320px;
    max-height: none;
  }
  .meeting-room-bottom-dock {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
  }
  .meeting-room-dock-button {
    min-height: 56px;
    font-size: 10px;
  }
}

@media (max-width: 720px) {
  .membership-stat-grid { grid-template-columns: 1fr; }
}

:root {
  --primary:     #17543E;
  --secondary:   #113A2B;
  --accent:      #D6A944;
  --text:        #555F5B;
  --bg-green:    #E8F3EE;
  --soft-green:  #CFE5DC;
  --off-white:   #F8F8F8;
  --body-bg:     #F2F2F2;
  --white:       #FFFFFF;
  --serif:       "Caudex", Georgia, serif;
  --sans:        "Raleway", -apple-system, BlinkMacSystemFont, sans-serif;
  --display:     "DM Serif Display", Georgia, serif;
  --border-radius: 8px;
  --btn-radius:    50px;
  --shadow-sm: 0 4px 16px rgba(17,58,43,.06);
  --shadow-md: 0 10px 28px rgba(17,58,43,.12);
  --shadow-lg: 0 20px 50px rgba(17,58,43,.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--text);
  line-height: 1.75;
  background: var(--body-bg);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.offers-page {
  background: #edf7ef;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
  color: var(--primary);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.2px;
}

p { font-family: var(--sans); font-size: 16px; line-height: 1.75; color: var(--text); }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(248, 248, 248, 0.96);
  backdrop-filter: blur(8px);
  padding: 16px 40px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(214, 169, 68, 0.2);
}
.site-header .logo img { height: 48px; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav ul { list-style: none; display: flex; gap: 36px; align-items: center; margin: 0; padding: 0; }
.site-nav a {
  font-family: var(--serif);
  font-size: 18px; font-weight: 400;
  color: var(--primary);
  letter-spacing: 0.3px;
  position: relative;
}
.site-nav a:hover, .site-nav a.active { color: var(--accent); }
.site-nav a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -8px;
  height: 2px; background: var(--accent);
}
.site-nav a.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 74px;
  padding: 10px 34px 8px;
  background: #1d6447 !important;
  color: #e5c25f !important;
  border: none !important;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(17, 58, 43, 0.16);
  font-family: "Hello Valentica", var(--display);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
.site-nav a.header-cta:hover {
  background: #e5c54f !important;
  color: #17543E !important;
  transform: translateY(-1px);
}
.site-nav a.header-cta.active {
  background: #e5c54f !important;
  color: #17543E !important;
}
.site-nav a.header-cta::after { display: none !important; }

/* LANGUAGE SWITCHER */
/* Header icon buttons */
.header-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}
.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: transform .2s, background .2s;
  text-decoration: none;
}
.icon-btn:hover {
  transform: scale(1.1);
  background: rgba(214, 169, 68, 0.1);
}
.icon-btn-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
}
.lang-switcher {
  position: relative;
  z-index: 100;
}
.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--white);
  border: 1px solid rgba(23, 84, 62, 0.12);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(17, 58, 43, 0.12);
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .2s, transform .2s, visibility .2s;
  overflow: hidden;
}
.lang-switcher.open .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--body);
  text-decoration: none;
  transition: background .15s;
}
.lang-option:hover {
  background: var(--light-green);
}
.lang-option.active {
  background: rgba(214, 169, 68, 0.08);
  font-weight: 600;
}
.lang-flag { font-size: 16px; line-height: 1; }
.lang-code { letter-spacing: 1px; }
.lang-option .lang-flag { font-size: 18px; }
.lang-option .lang-name { flex: 1; font-weight: 500; color: var(--primary); }
.lang-option .lang-code {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(85, 95, 91, 0.6);
}

/* BUTTONS — outlined pill */
.btn-primary {
  display: inline-block;
  background: transparent;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 14px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 18px 42px;
  border: 2px solid var(--accent);
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: all .25s ease;
}
.btn-primary:hover { background: var(--accent); color: var(--off-white); }
.btn-ghost, .btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--primary);
  font-family: var(--sans);
  font-size: 13px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 14px 36px;
  border: 2px solid var(--primary);
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: all .25s ease;
}
.btn-ghost:hover, .btn-secondary:hover { background: var(--primary); color: var(--off-white); }

/* TYPOGRAPHY */
.eyebrow {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--accent);
  margin-bottom: 10px;
  font-weight: 400;
}
.h-display {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.15;
  letter-spacing: -1px;
}
.h-display .accent { display: block; color: var(--accent); font-style: italic; font-weight: 400; }
.contact-hero-subtitle {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--primary);
  font-weight: 600;
  margin: 32px 0 20px;
}
.h-section {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 20px;
}
.h-section .accent { display: block; color: var(--accent); font-style: italic; font-weight: 400; }

/* ========= HERO ========= */
.hero-section {
  padding: 100px 40px 80px;
  text-align: center;
  overflow: hidden;
}
.hero-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero-lead {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.7;
  color: var(--text);
  margin: 28px auto 30px;
  max-width: 720px;
}
.hero-lead strong { color: var(--primary); font-weight: 700; }
.hero-bullets {
  list-style: none;
  max-width: 540px;
  margin: 0 auto 36px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-bullets li {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--primary);
  padding: 4px 0 4px 32px;
  position: relative;
}
.hero-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(214, 169, 68, 0.95), rgba(214, 169, 68, 0.45));
  box-shadow: 0 0 0 6px rgba(214, 169, 68, 0.12);
}
.hero-bullets li strong { font-weight: 600; }
.hero-cta { margin-bottom: 48px; }
.hero-image {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.homepage-hero {
  padding: 112px 40px 64px;
  background:
    radial-gradient(circle at top left, rgba(214, 169, 68, 0.18), transparent 30%),
    linear-gradient(180deg, #f8f7f1 0%, #f1eee3 42%, var(--body-bg) 100%);
}
.homepage-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 108px;
  background: var(--body-bg);
  border-top-left-radius: 55% 100px;
  border-top-right-radius: 55% 100px;
}
.homepage-hero .hero-inner {
  max-width: 1380px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 42px;
  align-items: center;
  text-align: left;
}
.homepage-hero .hero-copy,
.homepage-hero .hero-media {
  position: relative;
  z-index: 2;
}
.homepage-hero .eyebrow {
  margin-bottom: 18px;
  font-size: 22px;
}
.homepage-hero .h-display {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(56px, 6.5vw, 86px);
  line-height: 1.02;
}
.homepage-hero .hero-lead {
  margin: 28px 0 28px;
  max-width: 580px;
  font-size: 21px;
  line-height: 1.75;
}
.homepage-hero .hero-bullets {
  margin: 0 0 34px;
  max-width: 560px;
  gap: 10px;
}
.homepage-hero .hero-bullets li {
  font-size: 19px;
}
.homepage-hero .hero-cta {
  margin-bottom: 0;
}
.homepage-hero .hero-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.homepage-hero .hero-image-shell {
  position: relative;
  width: 100%;
  padding: 24px;
  border-radius: 58px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 243, 233, 0.98));
  box-shadow:
    0 34px 90px rgba(17, 58, 43, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  overflow: visible;
}
.homepage-hero .hero-image-shell::before,
.homepage-hero .hero-image-shell::after {
  content: '';
  position: absolute;
  top: 56px;
  bottom: 56px;
  width: 126px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(23, 84, 62, 0.14), rgba(23, 84, 62, 0) 74%);
  filter: blur(24px);
  pointer-events: none;
}
.homepage-hero .hero-image-shell::before {
  left: -52px;
  transform: rotate(9deg);
}
.homepage-hero .hero-image-shell::after {
  right: -52px;
  transform: rotate(-9deg);
}
.homepage-hero .hero-image-shell .hero-image::before {
  content: '';
  position: absolute;
  inset: -16px;
  border-radius: 52px;
  box-shadow: inset 0 0 55px rgba(255, 255, 255, 0.42);
  pointer-events: none;
  z-index: 2;
}
.homepage-hero .hero-image {
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 22px 56px rgba(17, 58, 43, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.hero-media-note {
  align-self: flex-start;
  max-width: 420px;
  margin-top: -26px;
  margin-left: 24px;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 32px rgba(17, 58, 43, 0.12);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary);
}

.has-leaves { overflow: hidden; }
.text-col .sub-heading {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--primary);
  font-weight: 600;
  margin: 20px 0 14px;
}
.text-col p { margin-bottom: 16px; }
.text-col p:last-of-type { margin-bottom: 0; }
.italic-lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--primary);
  font-weight: 400;
  margin-bottom: 18px;
}
.btn-wrap { margin-top: 28px; }

.shadowed-img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  display: block;
  width: 100%;
}
.portrait-img { max-width: 380px; margin: 0 auto; }
.text-center { text-align: center; }

/* ========= BLOG GRID ========= */
.blog-grid {
  max-width: 1000px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.blog-card { text-align: left; }
.blog-card-image-link { display: block; }
.blog-card-image-link img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.blog-card-body { padding: 16px 18px 20px; }
.blog-card-category {
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.blog-card-title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
  line-height: 1.3;
}
.blog-card-title a { color: inherit; }
.blog-card-title a:hover { color: var(--accent); }
.blog-card-excerpt {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.6;
}
.learn-more-link {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 2px;
}
.learn-more-link:hover { color: var(--primary); border-color: var(--primary); }

/* WIDE BANNER */
.wide-banner {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.homepage-ribbon {
  position: relative;
  z-index: 2;
  margin-top: -12px;
  background: linear-gradient(180deg, #eef5ec 0%, #e7f0ea 100%);
}
.wide-banner-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.96) contrast(1.02);
}
.homepage-ribbon .wide-banner-img {
  height: 500px;
  object-position: center 60%;
}
@media (max-width: 768px) {
  .wide-banner-img { height: 200px; }
  .homepage-ribbon .wide-banner-img {
    height: 320px;
    object-position: center 58%;
  }
}

.view-more-wrap { margin-top: 50px; }

.homepage-feature,
.homepage-launch,
.homepage-blog {
  position: relative;
}
.homepage-feature {
  padding-top: 120px;
  padding-bottom: 120px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0) 22%),
    var(--bg-green);
}
.homepage-diving-feature {
  overflow: hidden;
}
.diving-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
  opacity: .18;
}
.homepage-diving-deco {
  width: 280px;
  height: 280px;
  top: 14px;
  left: -32px;
}
.homepage-diving-feature .section-grid,
.offer-card-diving > :not(.diving-deco),
.fcontent-block-divers > :not(.diving-deco) {
  position: relative;
  z-index: 1;
}
.homepage-feature .section-grid,
.homepage-launch .section-grid {
  gap: 88px;
}
.homepage-feature .text-col,
.homepage-launch .text-col {
  max-width: 560px;
}
.homepage-feature .h-section,
.homepage-launch .h-section,
.homepage-blog .h-section {
  margin-bottom: 18px;
}
.homepage-feature .sub-heading {
  font-size: 26px;
  margin: 0 0 18px;
}
.homepage-feature .shadowed-img,
.homepage-launch .shadowed-img {
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(17, 58, 43, 0.17);
}
.homepage-launch {
  padding-top: 116px;
  padding-bottom: 116px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.4), transparent 25%),
    linear-gradient(180deg, #dceadf 0%, var(--soft-green) 100%);
}
.homepage-launch .eyebrow {
  margin-bottom: 14px;
}
.homepage-launch .portrait-img {
  max-width: 420px;
}
.homepage-blog {
  padding-top: 112px;
  padding-bottom: 112px;
}
.homepage-blog .blog-grid {
  max-width: 1160px;
  gap: 26px;
  margin-top: 46px;
}
.homepage-blog .blog-card {
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(17, 58, 43, 0.08);
}
.homepage-blog .blog-card-body {
  padding: 22px 22px 24px;
}
.homepage-blog .blog-card-title {
  font-size: 21px;
}
.homepage-blog .blog-card-excerpt {
  font-size: 14px;
}

@media (max-width: 1025px) {
  .blog-grid { grid-template-columns: 1fr; max-width: 560px; }
  .homepage-hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    text-align: center;
  }
  .homepage-hero .hero-copy {
    max-width: 760px;
    margin: 0 auto;
  }
  .homepage-hero .hero-lead,
  .homepage-hero .hero-bullets {
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-hero .hero-media {
    align-items: center;
  }
  .homepage-hero .hero-image-shell {
    padding: 18px;
    border-radius: 40px;
  }
  .hero-media-note {
    align-self: center;
    margin-top: -18px;
    margin-left: 0;
  }
  .homepage-feature .section-grid,
  .homepage-launch .section-grid {
    gap: 54px;
  }
}

/* ========= ABOUT PAGE ========= */
.about-intro {
  padding: 100px 40px 40px;
  text-align: center;
  overflow: hidden;
}
.about-intro-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.about-intro-h {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  color: var(--primary);
  line-height: 1.55;
  font-weight: 400;
}
.about-body { padding: 40px 40px 80px; }
.about-body-inner { max-width: 820px; margin: 0 auto; }
.about-body-inner h3 {
  font-family: var(--serif);
  font-size: 34px;
  color: var(--primary);
  font-weight: 700;
  margin: 40px 0 16px;
}
.about-body-inner p {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 20px;
}
.about-education-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  margin: 36px 0 18px;
  padding: 30px 34px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(232, 243, 238, 0.92), rgba(255, 255, 255, 0.96)),
    #fff;
  border: 1px solid rgba(23, 84, 62, 0.08);
  box-shadow: 0 24px 44px rgba(20, 58, 42, 0.08);
}
.about-education-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(23, 84, 62, 0.54);
}
.about-education-card h4 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.05;
  color: var(--primary);
}
.about-education-copy p {
  margin: 0;
  max-width: 470px;
}
.about-education-list-wrap {
  position: relative;
  padding-left: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 84, 62, 0.08);
}
.about-education-list-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23, 84, 62, 0.14), rgba(23, 84, 62, 0.03));
}
.about-education-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.about-education-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 8px 0;
  position: relative;
}
.about-education-item-copy {
  display: grid;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 210px);
}
.about-education-item-copy strong {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.22;
  color: #223f35;
  font-weight: 600;
}
.about-education-item-copy span {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(23, 84, 62, 0.64);
}
.about-education-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 152px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(23, 84, 62, 0.14);
  background: rgba(255,255,255,0.74);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(23, 84, 62, 0.56);
  flex: 0 0 auto;
}
.about-education-link:hover {
  background: rgba(23, 84, 62, 0.08);
  color: var(--primary);
}
.about-education-card-protected {
  -webkit-user-select: none;
  user-select: none;
}
.about-education-preview-toggle {
  cursor: pointer;
}
.about-education-preview {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 12;
  width: min(320px, 86vw);
}
.about-education-preview-sheet {
  max-width: 320px;
  min-height: 168px;
  padding: 20px 20px 18px;
  border-radius: 20px;
  position: relative;
  border: 1px solid rgba(23, 84, 62, 0.14);
  background:
    radial-gradient(circle at top right, rgba(214, 169, 68, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.97), rgba(241,248,244,0.96));
  box-shadow: 0 18px 40px rgba(17,58,43,0.14);
  display: grid;
  gap: 10px;
}
.about-education-preview-sheet::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 34px;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  background: rgba(255,255,255,0.97);
  border-left: 1px solid rgba(23, 84, 62, 0.14);
  border-top: 1px solid rgba(23, 84, 62, 0.14);
}
.about-education-preview-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(23, 84, 62, 0.54);
}
.about-education-preview-sheet strong {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.1;
  color: var(--primary);
}
.about-education-preview-sheet span {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(23, 84, 62, 0.7);
}
.about-education-preview-frame {
  position: relative;
  height: 260px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(23, 84, 62, 0.12);
  background: linear-gradient(180deg, rgba(232,243,238,0.78), rgba(255,255,255,0.95));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
}
.about-education-preview-embed {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  object-fit: contain;
  background: #fff;
}
.about-education-preview-overlay {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(23, 84, 62, 0.82);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.about-education-preview-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 84, 62, 0.08);
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.about-education-preview-close:hover {
  background: rgba(23, 84, 62, 0.14);
}
.about-education-item-copy strong,
.about-education-item-copy span {
  -webkit-user-select: none;
  user-select: none;
}
.about-education-list {
  grid-template-columns: 1fr;
  gap: 14px;
}
.about-education-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
}
.about-education-photo {
  display: none;
}
.about-education-item-copy {
  max-width: calc(100% - 210px);
}
@media (max-width: 700px) {
  .about-education-list {
    grid-template-columns: 1fr;
  }
  .about-education-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .about-education-item-copy { max-width: 100%; }
}
.about-closing {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  color: var(--primary);
  font-size: 22px;
  line-height: 1.5;
  margin: 50px 0 0;
  padding: 32px 0;
  border-top: 1px solid rgba(214, 169, 68, 0.3);
  border-bottom: 1px solid rgba(214, 169, 68, 0.3);
}

/* Quote banner (parallax-style, full-bleed) */
.quote-banner {
  position: relative;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
}
.quote-overlay {
  position: absolute;
  inset: 0;
  background: rgba(23, 84, 62, 0.72);
}
.quote-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  padding: 60px 40px;
}
.quote-content blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 44px;
  color: var(--accent);
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 768px) {
  .quote-content blockquote { font-size: 26px; }
  .quote-banner { min-height: 320px; }
}

/* Image gallery */
.about-gallery { padding: 40px 40px 60px; }
.carousel-wrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.carousel-viewport {
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
}
.carousel-track {
  display: flex;
  transition: transform .5s ease;
}
.carousel-slide {
  width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
  overflow: hidden;
}
.carousel-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.carousel-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  background: rgba(255,255,255,.9);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s, transform .2s;
}
.carousel-arrow:hover {
  background: var(--accent);
  color: #fff;
  transform: scale(1.08);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background .2s;
}
.carousel-dot.active {
  background: var(--accent);
}

@media (max-width: 1025px) {
  .carousel-slide img { height: 380px; }
  .carousel-arrow { width: 38px; height: 38px; }
}
@media (max-width: 768px) {
  .carousel-slide img { height: 260px; }
  .carousel-wrap { gap: 8px; }
  .carousel-arrow { width: 32px; height: 32px; }
  .about-intro-h { font-size: 20px; }
  .about-body-inner h3 { font-size: 26px; }
  .about-education-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }
  .about-education-card h4 {
    font-size: 28px;
  }
  .about-education-item {
    align-items: flex-start;
    flex-direction: column;
  }
  .about-education-item-copy {
    max-width: 100%;
  }
  .about-education-item-copy strong {
    font-size: 22px;
  }
  .about-education-preview {
    left: 0;
    right: auto;
    width: min(320px, 92vw);
  }
  .about-education-preview-sheet::before {
    left: 28px;
    right: auto;
  }
}

/* ========= FREE CLASSES PAGE ========= */
.fc-hero { padding: 80px 40px 30px; text-align: center; overflow: hidden; }
.fc-hero .fc-hero-accent {
  margin-top: 12px;
}
.fc-sub {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--primary);
  font-weight: 600;
  margin: 18px 0 16px;
}
.fc-intro-p {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.8;
  color: var(--text);
  max-width: 760px;
  margin: 0 auto 20px;
}
.fc-hero .fc-intro-p:first-of-type {
  margin-top: 40px;
}
.fc-private-class-preview {
  width: min(100%, 210px);
  margin: 26px auto;
  padding: 8px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 84, 62, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(23, 84, 62, 0.1);
}
.fc-private-class-preview img {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  border-radius: 12px;
}
.fc-nature-yoga-collage {
  width: min(100%, 640px);
  margin: 32px auto;
  padding: 10px;
  border-radius: 24px;
}
.fc-nature-yoga-collage img {
  max-height: none;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 16px;
}
.fc-details {
  background: var(--bg-green);
  padding: 50px 40px;
  margin-top: 40px;
}
.fc-details-inner {
  max-width: 820px;
  margin: 0 auto;
}
.fc-details-inner h3 {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 26px;
  text-align: center;
  font-weight: 600;
}
.fc-description-block {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}
.fc-description-title {
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.18;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 24px;
}
.fc-description-text {
  max-width: 760px;
  margin: 0 auto 18px;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text);
}
.fc-description-text:last-child {
  margin-bottom: 0;
}
.fc-description-text strong {
  color: var(--primary);
  font-weight: 700;
}
.fc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.fc-card {
  background: #fff;
  padding: 22px;
  border-radius: 8px;
  border-left: 3px solid var(--accent);
}
.fc-card.alt { border-left-color: var(--primary); }
.fc-card-label {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.fc-card.alt .fc-card-label { color: var(--primary); }
.fc-card-value {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
}
.fc-detail-note {
  max-width: 760px;
  margin: 28px auto 0;
  text-align: center;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
}
.fc-special-event {
  padding: 72px 40px 28px;
  overflow: hidden;
}
.fc-special-grid {
  display: grid;
  grid-template-columns: minmax(320px, 560px) minmax(320px, 1fr);
  gap: 48px;
  align-items: center;
}
.fc-special-poster {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(23,84,62,.12);
  border-radius: 34px;
  box-shadow: 0 26px 60px rgba(23,84,62,.12);
  padding: 18px;
}
.fc-special-poster img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.fc-special-copy {
  background: linear-gradient(180deg, rgba(247,252,247,.98), rgba(237,247,240,.98));
  border: 1px solid rgba(23,84,62,.10);
  border-radius: 34px;
  box-shadow: 0 22px 54px rgba(23,84,62,.10);
  padding: 34px;
}
.fc-highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 24px;
}
.fc-highlight-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(214,169,68,.14);
  color: var(--primary);
  border: 1px solid rgba(214,169,68,.28);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 16px;
}
.fc-special-form {
  margin-top: 10px;
}
.fc-special-form .form-group {
  margin-bottom: 16px;
}

.fc-signup {
  padding: 64px 24px;
  background: linear-gradient(180deg, rgba(237,247,242,.68), rgba(255,255,255,0));
}
.fc-signup-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(23,84,62,.13);
  border-radius: 28px;
  background: #edf7f2;
  box-shadow: 0 18px 42px rgba(17,58,43,.09);
}
.fc-signup-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 40px;
}
.fc-signup h3 {
  margin: 0 0 22px;
  color: var(--primary);
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.08;
}
.fc-preview-image {
  min-height: 230px;
  overflow: hidden;
  border-radius: 18px;
}
.fc-preview-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fc-signup-form {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 38px 40px;
  background: rgba(255,255,255,.82);
}
.fc-signup .form-group { margin: 0; }
.fc-signup .form-control {
  min-height: 48px;
  border-radius: 12px;
}
.fc-submit-row .btn-primary {
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
}
.fc-signup .form-note {
  max-width: none;
  margin: 2px 0 0;
  color: rgba(50,77,70,.77);
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .fc-signup { padding: 46px 18px; }
  .fc-signup-grid { grid-template-columns: 1fr; }
  .fc-signup-copy,
  .fc-signup-form { padding: 30px 24px; }
  .fc-preview-image { min-height: 210px; }
  .fc-special-event {
    padding: 54px 18px 12px;
  }
  .fc-special-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fc-special-copy,
  .fc-special-poster {
    border-radius: 26px;
  }
  .fc-special-copy {
    padding: 24px;
  }
  .fc-description-block {
    margin-bottom: 34px;
  }
  .fc-description-title {
    font-size: 34px;
    line-height: 1.24;
    margin-bottom: 18px;
  }
  .fc-description-text {
    font-size: 16px;
    line-height: 1.72;
  }
}

/* ========= BLOG LISTING ========= */
.blog-hero {
  position: relative;
  padding: 0 40px 18px;
  text-align: center;
  overflow: hidden;
}
.blog-hero-curve {
  height: 168px;
  background: linear-gradient(180deg, #edf7f2 0%, #dbece5 100%);
  border-bottom-left-radius: 50% 54px;
  border-bottom-right-radius: 50% 54px;
}
.blog-category-nav {
  position: relative;
  z-index: 2;
  margin: 18px auto 0;
  padding: 0 24px;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.3;
  color: var(--accent);
}
.blog-category-nav a {
  color: inherit;
}
.blog-category-nav a:hover {
  color: var(--primary);
}
.blog-category-sep {
  color: rgba(214, 169, 68, 0.85);
}
.blog-listing { padding: 40px 40px 80px; }
.blog-listing .blog-grid { grid-template-columns: repeat(3, 1fr); max-width: 1200px; }
.blog-listing .blog-card-image-link img {
  aspect-ratio: 3 / 4;
}
.blog-pagination {
  margin: 46px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-page-link {
  min-width: 48px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(23, 84, 62, 0.15);
  background: #fff;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.blog-page-link:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}
.blog-page-link.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.blog-page-direction {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 17px;
}
.blog-newsletter {
  max-width: 1000px;
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(23, 84, 62, 0.13);
  border-radius: 28px;
  background: #edf7f2;
  box-shadow: 0 18px 42px rgba(17, 58, 43, 0.09);
}
.blog-newsletter-photo { min-height: 385px; }
.blog-newsletter-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.blog-newsletter-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 48px;
}
.blog-newsletter-copy .eyebrow { margin-bottom: 10px; }
.blog-newsletter-copy h2 {
  margin: 0;
  color: var(--primary);
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.08;
}
.blog-newsletter-copy > p:not(.blog-newsletter-note) {
  margin: 18px 0 24px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}
.blog-newsletter-form { display: grid; gap: 12px; }
.blog-newsletter-form .form-control {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
}
.blog-newsletter-form .btn-primary {
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
}
.blog-newsletter-note {
  margin: 14px 0 0;
  color: rgba(50, 77, 70, 0.77);
  font-size: 12px;
}
.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;
}
.kids-ebook-includes {
  padding: 30px 40px 72px;
  background: #fff;
}
.kids-ebook-includes-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 28px 34px;
  border: 1px solid rgba(214, 169, 68, 0.32);
  border-radius: 24px;
  background: linear-gradient(120deg, #fffaf0 0%, #f5fbf7 100%);
}
.kids-ebook-includes-label {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.kids-ebook-includes h2 {
  margin: 0;
  color: var(--primary);
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
}
.kids-ebook-includes p {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}
.kids-ebook-includes-badge {
  flex: 0 0 142px;
  min-height: 142px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 12px 26px rgba(214, 169, 68, .25);
  color: #fff;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
}
.post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-top: 1px solid rgba(23,84,62,.08);
  font-family: var(--sans);
  font-size: 11px;
  color: var(--text);
  opacity: 0.8;
}
.post-meta .avatar {
  width: 24px; height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.post-meta .avatar img { width: 100%; height: 100%; object-fit: cover; }
.post-meta .sep { opacity: 0.4; }

@media (max-width: 1025px) {
  .blog-hero-curve {
    height: 144px;
  }
  .blog-listing .blog-grid { grid-template-columns: repeat(2, 1fr); max-width: 820px; }
}
@media (max-width: 768px) {
  .blog-hero {
    padding: 0 20px 10px;
  }
  .blog-hero-curve {
    height: 112px;
    border-bottom-left-radius: 50% 34px;
    border-bottom-right-radius: 50% 34px;
  }
  .blog-category-nav {
    margin-top: 14px;
    gap: 8px;
    font-size: 18px;
    line-height: 1.45;
  }
  .blog-pagination {
    margin-top: 34px;
    gap: 8px;
  }
  .blog-page-link {
    min-width: 42px;
    padding: 9px 13px;
    font-size: 16px;
  }
  .blog-listing .blog-grid { grid-template-columns: 1fr; max-width: 400px; }
  .blog-newsletter {
    grid-template-columns: 1fr;
    margin-top: 50px;
    border-radius: 22px;
  }
  .blog-newsletter-photo { min-height: 290px; }
  .blog-newsletter-copy { padding: 32px 24px 36px; }
  .kids-ebook-includes { padding: 22px 20px 48px; }
  .kids-ebook-includes-inner { align-items: flex-start; padding: 26px 24px; }
  .kids-ebook-includes-badge { flex-basis: 104px; min-height: 104px; font-size: 16px; }
}

/* ========= COURSES LISTING ========= */
.courses-hero { padding: 96px 40px 52px; text-align: center; overflow: hidden; }
.courses-hero h1 {
  font-family: var(--serif);
  font-size: 56px;
  color: var(--primary);
  font-weight: 600;
}
.courses-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  line-height: 1.55;
  margin-top: 22px;
}
.courses-listing { padding: 54px 40px 96px; }
.offers-section-head {
  text-align: center;
  margin-top: 88px;
  margin-bottom: 42px;
  padding-bottom: 28px;
  position: relative;
}
.offers-section-head::after {
  content: '';
  display: block;
  width: min(220px, 46vw);
  height: 1px;
  margin: 24px auto 0;
  background: linear-gradient(90deg, rgba(23,84,62,0) 0%, rgba(23,84,62,.22) 18%, rgba(214,169,68,.6) 50%, rgba(23,84,62,.22) 82%, rgba(23,84,62,0) 100%);
}
.offers-section-head:first-of-type { margin-top: 56px; }
.offers-section-head .h-section {
  margin-bottom: 18px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.offers-section-head p {
  font-size: 17px;
  line-height: 1.75;
  max-width: 820px;
  margin: 0 auto 10px;
}
.offers-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(23,84,62,.08);
  border: 1px solid rgba(23,84,62,.12);
  color: var(--primary);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.offers-jump-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.offers-jump-link {
  min-width: 168px;
  text-align: center;
}
.kids-offer-card .course-card-image {
  height: 260px;
  aspect-ratio: auto;
  background: linear-gradient(180deg, #F7FBF8 0%, #EDF7F2 100%);
}
.kids-offer-card .course-card-image img {
  object-fit: contain;
  padding: 14px;
}
.kids-offer-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.kids-offer-card .course-card-body {
  min-height: 278px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.kids-offer-card .course-meta {
  min-height: 28px;
  margin-bottom: 10px;
}
.kids-offer-card .course-title {
  min-height: 98px;
  margin-bottom: 8px;
  overflow: hidden;
}
.kids-offer-card .course-excerpt {
  display: -webkit-box;
  min-height: 81px;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.kids-offer-card .course-card-body > div:last-child {
  margin-top: auto !important;
}
.offers-grid {
  margin-top: 18px;
  margin-bottom: 84px;
}
.offers-empty {
  max-width: 680px;
  margin: 0 auto;
  padding: 34px 30px;
  text-align: center;
}
.offers-empty h2 {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--primary);
  margin-bottom: 10px;
}
.offers-empty p {
  margin: 0 auto 22px;
  max-width: 520px;
  line-height: 1.7;
}
.course-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
.offers-page .course-grid {
  max-width: 1440px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 96px;
}
.offers-page .offers-section-head {
  margin-top: 112px;
  margin-bottom: 34px;
}
.offers-page .offers-section-head:first-of-type {
  margin-top: 56px;
}
.course-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.course-card-image img { width: 100%; height: 100%; object-fit: cover; }
.course-price-tag {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--primary);
  color: #fff;
  padding: 7px 18px;
  border-radius: 30px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.course-price-inline {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 7px 18px;
  border-radius: 30px;
  background: var(--primary);
  color: #fff;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.course-card-body {
  padding: 34px 30px 40px;
  display: grid;
  gap: 14px;
}
.course-meta {
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.course-title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.25;
}
.course-title a { color: inherit; }
.course-title a:hover { color: var(--accent); }
.course-excerpt {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--text);
  line-height: 1.8;
  margin-top: 4px;
}
.offer-card {
  overflow: hidden;
  border: 1px solid rgba(23,84,62,.08);
}
.offer-card-diving {
  position: relative;
}
.offer-diving-deco {
  width: 118px;
  height: 118px;
  right: -28px;
  bottom: -26px;
  opacity: .14;
}
.offer-journey-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}
.offer-journey-list span {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(23,84,62,.08);
  line-height: 1.6;
  font-size: 14px;
}
.offer-journey-list strong {
  color: var(--primary);
}
.membership-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}
.membership-stat-card {
  padding: 22px;
  border: 1px solid rgba(23,84,62,.12);
  border-radius: 22px;
  background: linear-gradient(180deg, #F7FBF8 0%, #EDF7F2 100%);
  text-align: center;
}
.membership-stat-card strong {
  display: block;
  margin: 5px 0;
  color: var(--primary);
  font-family: var(--serif);
  font-size: 28px;
}
.membership-stat-card span {
  color: var(--muted);
  font-size: 13px;
}
.offer-faq-list {
  display: grid;
  gap: 12px;
}
.offer-faq-list details {
  padding: 16px 18px;
  border: 1px solid rgba(23,84,62,.13);
  border-radius: 16px;
  background: #fff;
}
.offer-faq-list summary {
  cursor: pointer;
  color: var(--primary);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
}
.offer-faq-list p {
  margin: 12px 0 0;
  color: var(--text);
  line-height: 1.7;
}
.offer-card .course-card-body {
  background: transparent;
}
.offers-listing {
  display: flex;
  flex-direction: column;
}
.offers-order-membership-heading { order: 1; }
.offers-order-membership-grid { order: 2; }
.offers-order-trainings-heading { order: 3; }
.offers-order-trainings-grid { order: 4; }
.offer-card .course-title {
  margin-bottom: 12px;
}
.offer-card .course-excerpt {
  min-height: 0;
}
.offer-card-gold {
  background: linear-gradient(180deg, #FFF3D8 0%, #FCEBC2 100%);
}
.offer-card-soft-blue {
  background: linear-gradient(180deg, #E6F5FF 0%, #D7EEF8 100%);
}
.offer-card-soft-green {
  background: linear-gradient(180deg, #EAF8EE 0%, #D7F0DD 100%);
}
.offer-card-gradient {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.68), transparent 42%),
    linear-gradient(135deg, #F7E4A8 0%, #EFD07A 48%, #D6A944 100%);
  display: flex;
  align-items: flex-end;
  padding: 28px;
}
.offer-card-copy {
  max-width: 70%;
  display: grid;
  gap: 10px;
  color: #173D30;
}
.offer-card-copy strong {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}
.offer-card-copy small {
  font-size: 15px;
  line-height: 1.7;
}
.offer-card-kicker {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(23,61,48,.74);
}

.private-class-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: stretch;
}
.private-class-hero-media {
  display: grid;
  gap: 18px;
}
.private-class-hero-image,
.private-class-hero-copy,
.private-class-hero-card,
.private-class-calendar-card,
.private-class-form-card {
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(17, 58, 43, 0.08);
}
.private-class-hero-copy {
  padding: 42px 42px 40px;
  background: linear-gradient(180deg, #EFF9F1 0%, #DFF0E3 100%);
}
.private-class-hero-image {
  overflow: hidden;
  min-height: 350px;
  background: #EAF4ED;
}
.private-class-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.private-class-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(23,84,62,.74);
}
.private-class-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(42px, 4vw, 58px);
}
.private-class-hero-copy p {
  margin: 0;
  max-width: 760px;
  line-height: 1.8;
  font-size: 17px;
}
.private-class-hero-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.private-class-hero-points span {
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(108,156,126,.22);
  color: #17543E;
  font-weight: 600;
}
.private-class-hero-audience {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.private-class-audience-card {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(108,156,126,.16);
}
.private-class-audience-card strong {
  display: block;
  margin-bottom: 8px;
  color: #17543E;
}
.private-class-audience-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
.private-class-hero-cta {
  margin-top: 24px;
}
.private-class-hero-card {
  padding: 38px 32px;
  background: linear-gradient(180deg, #FFF7E7 0%, #F7E6BE 100%);
  border: 1px solid rgba(214,169,68,.16);
}
.private-class-price {
  font-family: var(--serif);
  font-size: 44px;
  color: #17543E;
  margin-bottom: 12px;
}
.private-class-hero-card p {
  margin: 0 0 14px;
  line-height: 1.8;
}
.private-class-layout {
  display: grid;
  grid-template-columns: 1.25fr .8fr;
  gap: 28px;
  align-items: start;
}
.private-class-booking-single {
  max-width: 980px;
  margin: 0 auto;
}
.private-class-info-grid {
  margin-top: 0;
}
.private-class-payment-section .private-class-form-card {
  position: static;
}
.private-class-calendar-card {
  padding: 30px;
  background: linear-gradient(180deg, #F7FCF8 0%, #EEF8F1 100%);
}
.private-class-form-card {
  padding: 30px;
  background: linear-gradient(180deg, #FFF9EE 0%, #FFFDF8 100%);
  position: sticky;
  top: 24px;
}
.private-class-section-head h2 {
  margin: 0 0 10px;
  font-size: 32px;
}
.private-class-section-head p {
  margin: 0 0 20px;
  line-height: 1.75;
}
.private-class-month-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.private-class-month-head strong {
  font-family: var(--serif);
  font-size: 26px;
  color: #17543E;
}
.private-class-month-head span {
  color: rgba(23,84,62,.68);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.private-class-month-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.private-class-month-nav-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(23,84,62,.58);
}
.private-class-month-arrow {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(124,167,136,.28);
  background: #fff;
  color: #17543E;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(23,84,62,.08);
}
.private-class-month-arrow.is-disabled {
  opacity: .38;
  pointer-events: none;
}
.private-class-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}
.private-class-day-button {
  padding: 12px 10px;
  border-radius: 22px;
  border: 1px solid rgba(124,167,136,.28);
  background: linear-gradient(180deg, #E8F4EA 0%, #D7EEDA 100%);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.62);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.private-class-day-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(108,156,126,.18);
}
.private-class-day-button.is-selected {
  background: linear-gradient(180deg, #F6DA7F 0%, #EABB4D 100%);
  border-color: rgba(200,146,28,.48);
  box-shadow: 0 16px 30px rgba(214,169,68,.22);
}
.private-class-day-button.is-busy {
  background: linear-gradient(180deg, #EFF1F0 0%, #DDE2DE 100%);
  border-color: rgba(105,116,111,.18);
}
.private-class-day-button.is-full {
  background: linear-gradient(180deg, #E6E9E7 0%, #D0D6D2 100%);
  border-color: rgba(85,95,91,.18);
}
.private-class-day-button-name,
.private-class-day-button-month,
.private-class-day-button-meta {
  display: block;
}
.private-class-day-button-name,
.private-class-day-button-month {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(23,84,62,.64);
}
.private-class-day-button-num {
  display: block;
  margin: 4px 0 3px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1;
  color: #17543E;
}
.private-class-day-button-meta {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  color: rgba(23,84,62,.74);
}
.private-class-time-panel {
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 22px;
  background: #F7FCF8;
  border: 1px solid rgba(108,156,126,.16);
}
.private-class-time-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 14px;
}
.private-class-time-panel-head strong {
  font-family: var(--serif);
  color: #17543E;
  font-size: 22px;
}
.private-class-time-panel-head span {
  color: rgba(23,84,62,.66);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.private-class-time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.private-class-slot {
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(108,156,126,.18);
  background: #DDF1E2;
  color: #17543E;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.private-class-slot span,
.private-class-slot small {
  display: block;
}
.private-class-slot span {
  font-weight: 700;
}
.private-class-slot small {
  margin-top: 4px;
  color: rgba(23,84,62,.7);
}
.private-class-slot:hover:not(:disabled),
.private-class-slot.is-selected {
  transform: translateY(-1px);
  border-color: rgba(23,84,62,.32);
  box-shadow: 0 12px 24px rgba(108,156,126,.18);
}
.private-class-slot.is-selected {
  background: #A8D5BA;
}
.private-class-slot.is-occupied,
.private-class-slot:disabled {
  background: #F2F2EE;
  border-color: rgba(85,95,91,.12);
  color: rgba(85,95,91,.8);
  cursor: not-allowed;
  box-shadow: none;
}
.private-class-selection {
  margin-bottom: 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #EEF8F1;
  border: 1px solid rgba(108,156,126,.2);
  color: #17543E;
  font-weight: 600;
}
.private-class-summary-box {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #FFF2CF;
  border: 1px solid rgba(214,169,68,.22);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.private-class-summary-box span {
  display: block;
  margin-top: 4px;
  color: rgba(23,84,62,.74);
}
.private-class-payment-info {
  display: grid;
  gap: 18px;
}
.private-class-payment-box {
  padding: 18px 20px;
  border-radius: 20px;
  background: #F6FBF7;
  border: 1px solid rgba(108,156,126,.18);
}
.private-class-payment-box strong {
  display: block;
  margin-bottom: 10px;
  color: #17543E;
}
.private-class-payment-box p {
  margin: 0;
  line-height: 1.75;
}
.private-class-payment-box-gold {
  background: linear-gradient(180deg, #FFF6DF 0%, #FBE9BB 100%);
  border-color: rgba(214,169,68,.24);
}
.private-class-payment-list {
  margin: 0;
  padding-left: 18px;
  color: #17543E;
}
.private-class-payment-list li {
  margin-bottom: 10px;
  line-height: 1.65;
}
.private-class-submit {
  width: 100%;
  margin-top: 22px;
}
.private-class-submit:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.offer-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.offer-testimonial-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.offer-testimonial-card {
  padding: 26px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 248, 234, 0.96), rgba(249, 240, 217, 0.96));
  border: 1px solid rgba(214,169,68,.18);
  box-shadow: 0 18px 36px rgba(17,58,43,.07);
}
.offer-testimonial-stars {
  color: #D6A944;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-size: 18px;
}
.offer-testimonial-card h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 24px;
  color: var(--primary);
}
.offer-testimonial-card p {
  margin: 0 0 14px;
  line-height: 1.8;
}
.offer-testimonial-card strong {
  color: var(--primary);
}
.offer-mini-faq {
  display: grid;
  gap: 12px;
}
.offer-mini-faq details {
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(23,84,62,.1);
  padding: 0 18px;
}
.offer-mini-faq-wide details {
  background: linear-gradient(180deg, rgba(247,252,247,.96), rgba(232,243,238,.94));
}
.offer-mini-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 0;
  font-weight: 700;
  color: var(--primary);
}
.offer-mini-faq summary::-webkit-details-marker {
  display: none;
}
.offer-mini-faq p {
  margin: 0 0 16px;
  line-height: 1.75;
}
.odl-membership-story {
  display: grid;
  gap: 28px;
  margin: 0 0 40px;
}
.odl-membership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.odl-story-card,
.odl-how-card {
  border-radius: 28px;
  padding: 26px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(244,250,247,.92));
  border: 1px solid rgba(23,84,62,.12);
  box-shadow: 0 18px 38px rgba(17,58,43,.07);
}
.odl-story-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(214,169,68,.16);
  color: #8b6220;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.odl-story-card h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 30px;
  color: var(--primary);
}
.odl-story-card p {
  margin: 0;
  line-height: 1.8;
}
.odl-how-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 22px;
}
.odl-how-card-accent {
  background: linear-gradient(180deg, rgba(232,243,238,.94), rgba(255,249,237,.96));
}
.odl-steps {
  display: grid;
  gap: 12px;
}
.odl-steps article {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(23,84,62,.08);
}
.odl-steps strong {
  color: var(--primary);
}
.odl-steps span {
  line-height: 1.7;
}
.course-review-panel {
  margin-top: 28px;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(232,243,238,.9), rgba(247,252,247,.92));
  border: 1px solid rgba(23,84,62,.12);
  box-shadow: 0 18px 36px rgba(17,58,43,.08);
}
.course-review-panel-head h2 {
  margin: 0 0 8px;
  font-size: 30px;
}
.course-review-panel-head p {
  margin: 0 0 18px;
  line-height: 1.8;
}
.course-review-form .form-control {
  background: rgba(255,255,255,.94);
}

@media (max-width: 1025px) {
  .course-grid { grid-template-columns: 1fr; max-width: 560px; }
  .offers-page .course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 940px;
    margin-bottom: 78px;
  }
}
@media (max-width: 680px) {
  .offers-page .course-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-bottom: 62px;
  }
  .offers-page .offers-section-head {
    margin-top: 84px;
  }
}
@media (max-width: 640px) {
  .offers-jump-link {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 1120px) {
  .private-class-hero,
  .private-class-layout {
    grid-template-columns: 1fr;
  }
  .odl-membership-grid,
  .odl-how-grid {
    grid-template-columns: 1fr;
  }
  .offer-testimonial-grid-compact {
    grid-template-columns: 1fr;
  }
  .private-class-form-card {
    position: static;
  }
  .private-class-month-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .offer-testimonial-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .offer-card-copy {
    max-width: 100%;
  }
  .private-class-hero-audience {
    grid-template-columns: 1fr;
  }
  .private-class-hero-copy,
  .private-class-hero-image,
  .private-class-hero-card,
  .private-class-calendar-card,
  .private-class-form-card {
    padding: 24px 20px;
    border-radius: 22px;
  }
  .private-class-hero-image {
    min-height: 260px;
    padding: 0;
  }
  .private-class-month-head,
  .private-class-time-panel-head {
    display: grid;
    gap: 4px;
  }
  .private-class-month-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .private-class-time-grid {
    grid-template-columns: 1fr;
  }
  .course-review-panel {
    padding: 22px 18px;
  }
}

/* ========= CONTACT PAGE ========= */
.contact-hero {
  padding: 100px 40px 56px;
  text-align: center;
  overflow: hidden;
}
.contact-scene {
  max-width: 1480px;
  min-height: 520px;
  margin: 44px auto 0;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255, 246, 226, 0.12) 0%, rgba(15, 23, 42, 0.14) 100%),
    url('/assets/img/wide-banner-homepage.jpg') center center / cover no-repeat;
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
}
.contact-scene-card {
  width: min(100%, 1180px);
  padding: 52px 64px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(17, 58, 43, 0.12);
}
.contact-scene-card p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.25;
  color: var(--accent);
  text-align: center;
}
.contact-form-wrap {
  max-width: 520px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.contact-form-card {
  background: #fff;
  padding: 34px 32px;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
}
.contact-form-card h3 {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--primary);
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1025px) {
  .contact-scene {
    min-height: 420px;
    padding: 24px;
  }
  .contact-scene-card {
    padding: 40px 34px;
  }
}
@media (max-width: 768px) {
  .contact-hero {
    padding: 76px 20px 42px;
  }
  .contact-scene {
    min-height: 320px;
    margin-top: 30px;
    padding: 16px;
    background-position: center;
  }
  .contact-scene-card {
    padding: 28px 22px;
    border-radius: 14px;
  }
  .contact-scene-card p {
    font-size: 22px;
    line-height: 1.35;
  }
}

/* ========= FREE CONTENT PAGE ========= */
.fcontent-hero {
  padding: 80px 40px 30px;
  text-align: center;
  overflow: hidden;
}
.fcontent-hero h1 {
  font-family: var(--serif);
  font-size: 56px;
  color: var(--primary);
  font-weight: 600;
}
.fcontent-hero .subheading {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--primary);
  font-weight: 600;
  margin: 16px 0 10px;
}
.fcontent-block {
  background: var(--bg-green);
  padding: 60px 40px;
  margin-bottom: 30px;
}
.fcontent-block:nth-child(even) { background: var(--off-white); }
.fcontent-block-divers {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.1)),
    #edf7f5;
}
.fcontent-diving-deco {
  width: 142px;
  height: 142px;
  top: -20px;
  right: -26px;
  opacity: .12;
}
.fcontent-block-beginners {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.2)),
    #f8f8f8;
}
.fcontent-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}
.fcontent-grid > div {
  min-width: 0;
}
.fcontent-diving-signals-cover {
  width: min(100%, 440px);
  margin: 0 auto;
}
.fcontent-copy-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.fcontent-signup-form {
  background: rgba(233, 243, 238, 0.82);
  width: min(100%, 420px);
  min-height: 320px;
  padding: 30px 28px;
  border-radius: 24px;
  border: 1px solid rgba(23, 84, 62, 0.12);
  box-shadow: 0 20px 46px rgba(17, 58, 43, 0.1);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
}
.fcontent-signup-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 auto;
}
.fcontent-signup-form .form-group {
  margin-bottom: 0;
}
.fcontent-signup-form .form-control {
  min-height: 58px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.78);
}
.fcontent-signup-form .btn-primary {
  width: 100%;
  text-align: center;
  min-height: 58px;
}
.fcontent-submit-row {
  margin-top: 4px;
}
.fcontent-note {
  font-family: var(--sans);
  font-size: 6px;
  color: var(--text);
  opacity: 0.85;
  margin-top: 18px;
  line-height: 1.45;
  min-height: 54px;
}
.fcontent-signup-form-divers,
.page-builder-signup-form.page-builder-theme-divers {
  background: rgba(228, 241, 245, 0.88);
  border-color: rgba(92, 144, 167, 0.22);
}
.fcontent-signup-form-divers .form-control,
.page-builder-signup-form.page-builder-theme-divers .form-control {
  background: rgba(248, 252, 255, 0.88);
  border-color: rgba(92, 144, 167, 0.24);
}
.fcontent-signup-form-divers .btn-primary,
.page-builder-signup-form.page-builder-theme-divers .btn-primary {
  border-color: #7eabc1;
  color: #5f8ea4;
}
.fcontent-signup-form-divers .btn-primary:hover,
.page-builder-signup-form.page-builder-theme-divers .btn-primary:hover {
  background: #7eabc1;
  border-color: #7eabc1;
  color: #fff;
}
.fcontent-signup-form-green,
.page-builder-signup-form.page-builder-theme-green,
.page-builder-empty-form {
  background: rgba(233, 243, 238, 0.84);
  border: 1px solid rgba(23, 84, 62, 0.12);
}
.fcontent-signup-form-green .form-control,
.page-builder-signup-form.page-builder-theme-green .form-control {
  background: rgba(255, 255, 255, 0.82);
}
.fcontent-signup-form-peach,
.page-builder-signup-form.page-builder-theme-launch {
  background: rgba(255, 244, 230, 0.88);
  border-color: rgba(214, 169, 68, 0.22);
}
.fcontent-signup-form-peach .form-control,
.page-builder-signup-form.page-builder-theme-launch .form-control {
  background: rgba(255, 251, 245, 0.9);
  border-color: rgba(214, 169, 68, 0.22);
}
.fcontent-signup-form-peach .btn-primary,
.page-builder-signup-form.page-builder-theme-launch .btn-primary {
  border-color: #d8a955;
  color: #c98e29;
}
.fcontent-signup-form-peach .btn-primary:hover,
.page-builder-signup-form.page-builder-theme-launch .btn-primary:hover {
  background: #d8a955;
  border-color: #d8a955;
  color: #fffaf3;
}
.fcontent-launch-block {
  background: #f5e4c7;
  border-radius: 18px;
  max-width: 1640px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.fcontent-launch-grid {
  max-width: none;
  gap: 24px;
  align-items: center;
}
.fcontent-launch-grid > div:first-child {
  background: #ffe8b4;
  padding: 0;
}
.fcontent-launch-grid > div:last-child {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fcontent-launch-image {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  box-shadow: none;
  border-radius: 0;
}
.fcontent-launch-title {
  font-size: 42px;
  line-height: 1.18;
  margin-bottom: 20px;
}
.fcontent-launch-copy {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  color: var(--primary);
  margin: 0 0 14px;
}
.fcontent-launch-form {
  width: min(100%, 420px);
  min-height: 320px;
  padding: 30px 28px;
}
.fcontent-launch-input {
  min-height: 58px;
  border-radius: 6px;
  border: 1.5px solid rgba(23, 84, 62, 0.2);
  font-size: 16px;
  padding: 16px 18px;
  background: var(--off-white);
}
.fcontent-launch-input::placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.fcontent-launch-button {
  width: 100%;
  background: transparent;
  border-color: var(--accent);
  color: var(--accent);
  font-size: 14px;
  min-height: 58px;
  border-radius: var(--btn-radius);
  margin-top: 0;
}
.fcontent-launch-button:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--off-white);
}
.fcontent-launch-form .fcontent-note {
  max-width: none;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 18px;
}
.fcontent-launch-block-compact {
  max-width: 1340px;
}
.fcontent-launch-block-compact .fcontent-launch-grid {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: 18px;
}
.fcontent-launch-block-compact .fcontent-launch-grid > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background: #f8ebd6;
}
.fcontent-launch-block-compact .fcontent-launch-grid > div:last-child {
  padding: 34px 38px;
}
.fcontent-launch-block-compact .fcontent-launch-image {
  width: min(100%, 360px);
  max-height: 470px;
  min-height: 0;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
}
.fcontent-launch-block-compact .fcontent-launch-title {
  font-size: 34px;
  margin-bottom: 16px;
}
.fcontent-launch-block-compact .fcontent-launch-copy {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 10px;
}
.fcontent-launch-block-compact .fcontent-launch-form {
  width: min(100%, 390px);
  min-height: 0;
  padding: 26px 24px;
}
.fcontent-free-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.fcontent-free-card {
  background: rgba(255, 255, 255, 0.62);
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(23, 84, 62, 0.08);
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow-sm);
}
.fcontent-free-card h3 {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.2;
  color: var(--primary);
}
.fcontent-free-card p {
  margin: 0;
}
.fcontent-resource-grid {
  max-width: 1500px;
  margin: 0 auto 30px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
}
.fcontent-resource-grid .fcontent-resource-card {
  width: 100%;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(23, 84, 62, 0.1);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fcontent-resource-grid .fcontent-resource-card:nth-child(1) { background: #edf7f5; }
.fcontent-resource-grid .fcontent-resource-card:nth-child(2) { background: #e8f2f6; }
.fcontent-resource-grid .fcontent-resource-card:nth-child(3) { background: #f5f8ef; }
.fcontent-resource-grid .fcontent-resource-card:nth-child(4) { background: #eef6e9; }
.fcontent-resource-grid .fcontent-resource-card:nth-child(5) { background: #fff3e4; }
.fcontent-resource-grid .fcontent-grid,
.fcontent-resource-grid .fcontent-launch-grid,
.fcontent-resource-grid .fcontent-launch-block-compact .fcontent-launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 220px minmax(0, 1fr);
  height: 100%;
  gap: 18px;
  align-items: start;
}
.fcontent-resource-grid .fcontent-media-col,
.fcontent-resource-grid .fcontent-launch-grid > div:first-child {
  order: 1;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  padding: 0;
  background: rgba(255, 255, 255, 0.48);
}
.fcontent-resource-grid .fcontent-media-col img,
.fcontent-resource-grid .fcontent-launch-image,
.fcontent-resource-grid .fcontent-launch-block-compact .fcontent-launch-image {
  width: 100%;
  height: 220px;
  min-height: 0;
  max-height: none;
  margin: 0;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}
.fcontent-resource-grid .fcontent-media-col .fcontent-diving-signals-cover {
  width: 100%;
  object-fit: cover;
  background: transparent;
}
.fcontent-resource-grid .fcontent-copy-col,
.fcontent-resource-grid .fcontent-launch-grid > div:last-child,
.fcontent-resource-grid .fcontent-launch-block-compact .fcontent-launch-grid > div:last-child {
  order: 2;
  display: flex;
  height: 100%;
  min-width: 0;
  padding: 0;
  justify-content: flex-start;
}
.fcontent-resource-grid .fcontent-section-title,
.fcontent-resource-grid .fcontent-launch-title,
.fcontent-resource-grid .fcontent-launch-block-compact .fcontent-launch-title {
  font-size: 27px;
  line-height: 1.18;
  margin: 8px 0 10px;
}
.fcontent-resource-grid .fcontent-copy,
.fcontent-resource-grid .fcontent-launch-copy,
.fcontent-resource-grid .fcontent-launch-block-compact .fcontent-launch-copy {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 14px;
}
.fcontent-resource-grid .fcontent-signup-form,
.fcontent-resource-grid .fcontent-launch-form,
.fcontent-resource-grid .fcontent-launch-block-compact .fcontent-launch-form {
  width: 100%;
  min-height: 0;
  margin-top: 16px;
  padding: 18px;
  border-radius: 16px;
}

/* One reliable interaction cue for every site button, regardless of color. */
:where(.btn-primary, .btn-secondary, .btn-ghost, .public-form-trigger, button[type="submit"], input[type="submit"], input[type="button"], button[type="button"]):not(:disabled) {
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
:where(.btn-primary, .btn-secondary, .btn-ghost, .public-form-trigger, button[type="submit"], input[type="submit"], input[type="button"], button[type="button"]):not(:disabled):hover {
  transform: translateY(-2px);
  filter: brightness(0.94) saturate(1.08);
  box-shadow: 0 12px 24px rgba(23, 84, 62, 0.18);
}
:where(.btn-primary, .btn-secondary, .btn-ghost, .public-form-trigger, button[type="submit"], input[type="submit"], input[type="button"], button[type="button"]):not(:disabled):active {
  transform: translateY(0);
  box-shadow: none;
}
.fcontent-resource-grid .fcontent-note,
.fcontent-resource-grid .fcontent-launch-form .fcontent-note {
  min-height: 0;
  margin-top: 10px;
  font-size: 9px;
  line-height: 1.35;
}
.public-form-card {
  position: relative;
  overflow: hidden;
  background: var(--public-form-card-bg, #ffffff);
  --public-form-media-bg: #FFF5D6;
  --public-form-content-bg: #F5E5C9;
  --public-form-button-bg: #F19AA6;
  --public-form-button-text: #FFFFFF;
  --public-form-media-width: 42%;
  --public-form-radius: 24px;
}
.public-form-card-layout {
  display: grid;
  grid-template-columns: minmax(280px, var(--public-form-media-width)) minmax(360px, 1fr);
  min-height: 680px;
  border-radius: var(--public-form-radius);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(23, 84, 62, 0.06);
}
.public-form-card-layout[data-media-position="right"] {
  grid-template-columns: minmax(360px, 1fr) minmax(280px, var(--public-form-media-width));
}
.public-form-card-layout.is-media-empty {
  grid-template-columns: 1fr;
}
.public-form-card-layout[data-display-mode="modal"] {
  max-width: 760px;
  margin: 40px auto;
  box-shadow: 0 36px 80px rgba(15, 21, 18, 0.18);
}
.public-form-card-layout[data-display-mode="slide_in"] {
  max-width: 760px;
  margin-left: auto;
  box-shadow: 0 28px 70px rgba(15, 21, 18, 0.14);
}
.public-form-card-layout[data-display-mode="sticky_bar"] {
  grid-template-columns: 1fr;
  min-height: 0;
}
.public-form-card-layout[data-display-mode="sticky_bar"] .public-form-card-media {
  display: none;
}
.public-form-card-layout[data-display-mode="sticky_bar"] .public-form-card-content {
  padding: 22px 26px;
}
.public-form-card-media {
  position: relative;
  min-height: 680px;
  padding: 28px;
  background: var(--public-form-media-bg);
}
.public-form-card-media.is-empty {
  display: none;
}
.public-form-card-layout[data-media-position="right"] .public-form-card-media {
  order: 2;
}
.public-form-card-layout[data-media-position="right"] .public-form-card-content {
  order: 1;
}
.public-form-card-image {
  position: absolute;
  inset: 28px;
  overflow: hidden;
  border-radius: calc(var(--public-form-radius) - 2px);
  box-shadow: 0 14px 36px rgba(18, 34, 28, 0.08);
}
.public-form-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--public-form-image-x, 50%) var(--public-form-image-y, 50%);
}
.public-form-card-image-inline {
  margin: 0;
}
.public-form-shell {
  background: rgba(255,255,255,0.42);
  box-shadow: none;
  padding: 0;
}
.public-form-card-content {
  padding: 44px 42px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--public-form-content-bg);
}
.public-form-card-kicker {
  color: #8b6a17;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  font-family: var(--serif);
  font-style: italic;
  margin-bottom: 16px;
}
.public-form-card-title {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(40px, 3.6vw, 62px);
  line-height: 1.06;
  color: var(--primary);
  font-weight: 700;
}
.public-form-card-intro {
  margin: 0 0 28px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
}
.public-form-shell {
  padding: 22px;
  border-radius: 26px;
  background: #EAF5F9;
  border: 1px solid rgba(128, 172, 199, 0.26);
}
.public-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.public-form-field {
  margin-bottom: 14px;
}
.public-form-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
}
.public-form-field label span {
  color: #b23a48;
}
.public-form-field .form-control {
  width: 100%;
  min-height: 60px;
  border-radius: 14px;
  border: 1px solid rgba(146, 182, 206, 0.42);
  padding: 18px 18px;
  font-size: 17px;
  background: rgba(255,255,255,0.96);
}
.public-form-help {
  margin-top: 6px;
  color: rgba(85, 95, 91, 0.82);
  font-size: 12px;
  line-height: 1.5;
}
.public-form-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
}
.public-form-checkbox input {
  margin-top: 3px;
}
.public-form-shell .fcontent-note {
  background: var(--public-form-success-bg, rgba(232, 243, 238, 0.7));
  border-radius: 14px;
  padding: 12px 14px;
}
.public-form-shell .btn-primary {
  width: 100%;
  justify-content: center;
  min-height: 64px;
  border-radius: 999px;
  background: var(--public-form-button-bg);
  border: 2px solid rgba(122, 171, 202, 0.85);
  color: var(--public-form-button-text);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 18px 22px;
}
.public-form-shell .btn-primary:hover {
  filter: brightness(0.96);
  color: var(--public-form-button-text);
}
.public-form-display {
  position: relative;
}
.public-form-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 0;
  background: var(--public-form-button-bg, #17543E);
  color: var(--public-form-button-text, #ffffff);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(18, 34, 28, 0.12);
}
.public-form-trigger-modal,
.public-form-trigger-slide {
  margin-top: 12px;
}
.public-form-overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 24, 21, 0.48);
  z-index: 1200;
}
.public-form-overlay-soft {
  background: rgba(12, 24, 21, 0.24);
}
.public-form-modal,
.public-form-slide-panel,
.public-form-sticky-drawer {
  z-index: 1210;
}
.public-form-modal {
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 860px);
  max-height: 92vh;
  overflow: auto;
}
.public-form-slide-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(92vw, 780px);
  height: 100vh;
  overflow: auto;
  padding: 24px 18px;
  background: rgba(234, 245, 249, 0.98);
  box-shadow: -18px 0 40px rgba(18, 34, 28, 0.18);
}
.public-form-slide-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 0 0 16px;
}
.public-form-slide-head strong {
  color: var(--primary);
  font-family: var(--serif);
  font-size: 22px;
}
.public-form-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(23, 84, 62, 0.12);
  background: rgba(255,255,255,0.92);
  color: var(--primary);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.public-form-display-sticky {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 1190;
}
.public-form-sticky-bar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 24px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(23, 84, 62, 0.08);
  box-shadow: 0 18px 38px rgba(18, 34, 28, 0.16);
}
.public-form-sticky-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.public-form-sticky-copy strong {
  color: var(--primary);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.1;
}
.public-form-sticky-copy span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.public-form-trigger-sticky {
  flex: 0 0 auto;
}
.public-form-sticky-drawer {
  position: fixed;
  left: 50%;
  bottom: 96px;
  transform: translateX(-50%);
  width: min(92vw, 860px);
  max-height: calc(100vh - 140px);
  overflow: auto;
}
.public-form-modal[hidden],
.public-form-slide-panel[hidden],
.public-form-sticky-drawer[hidden],
.public-form-overlay[hidden] {
  display: none !important;
}
body.form-display-open {
  overflow: hidden;
}
.page-builder-section .page-builder-center {
  max-width: 1200px;
  margin: 0 auto;
}
body.landing-page-ayurvedic-living-gentle-path-to-balance,
body.landing-page-ayurvedic-lifestyle-workshop {
  --primary: #315941;
  --primary-dark: #244733;
  --accent: #c98269;
  --accent-dark: #a96050;
  --soft: #f7fbf5;
  --peach: #f8ddcf;
  --text: #34473a;
}
body.landing-page-ayurvedic-living-gentle-path-to-balance .page-builder-section,
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-section {
  border-color: rgba(49, 89, 65, 0.12);
}
body.landing-page-ayurvedic-living-gentle-path-to-balance .section-soft,
body.landing-page-ayurvedic-lifestyle-workshop .section-soft {
  background: linear-gradient(135deg, #f8fcf6 0%, #e1f0e4 55%, #fbe3d5 100%);
}
body.landing-page-ayurvedic-living-gentle-path-to-balance .section-white,
body.landing-page-ayurvedic-lifestyle-workshop .section-white {
  background: #fffdfb;
}
body.landing-page-ayurvedic-living-gentle-path-to-balance .section-green,
body.landing-page-ayurvedic-lifestyle-workshop .section-green {
  background: linear-gradient(135deg, #eef7ed 0%, #d9ebdc 58%, #f9dfd1 100%);
}
body.landing-page-ayurvedic-living-gentle-path-to-balance .section-green .h-section,
body.landing-page-ayurvedic-lifestyle-workshop .section-green .h-section,
body.landing-page-ayurvedic-living-gentle-path-to-balance .section-green .page-builder-body,
body.landing-page-ayurvedic-lifestyle-workshop .section-green .page-builder-body,
body.landing-page-ayurvedic-living-gentle-path-to-balance .section-green .eyebrow,
body.landing-page-ayurvedic-lifestyle-workshop .section-green .eyebrow {
  color: #34473a;
}
body.landing-page-ayurvedic-living-gentle-path-to-balance .page-builder-benefit-card,
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-benefit-card {
  border-color: rgba(49, 89, 65, 0.16);
  box-shadow: 0 12px 28px rgba(49, 89, 65, 0.08);
}
body.landing-page-ayurvedic-living-gentle-path-to-balance .page-builder-benefit-index,
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-benefit-index {
  color: #b46252;
}
body.landing-page-ayurvedic-living-gentle-path-to-balance .shadowed-img,
body.landing-page-ayurvedic-lifestyle-workshop .shadowed-img {
  border: 8px solid rgba(255, 253, 250, 0.88);
  box-shadow: 0 22px 52px rgba(49, 89, 65, 0.15);
}
body.landing-page-ayurvedic-lifestyle-workshop {
  --primary: #315941;
  --primary-dark: #244733;
  --accent: #c98269;
  --accent-dark: #a96050;
  --soft: #f6fbf4;
  --text: #34473a;
}
body.landing-page-ayurvedic-lifestyle-workshop .section-soft {
  background: linear-gradient(135deg, #fff9f5 0%, #f8dfd2 48%, #dfeee1 100%);
}
body.landing-page-ayurvedic-lifestyle-workshop .section-white {
  background: #fffdfb;
}
body.landing-page-ayurvedic-lifestyle-workshop .section-green {
  background: linear-gradient(135deg, #e4f1e4 0%, #f8e2d6 100%);
}
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-section-hero {
  background: linear-gradient(120deg, #eff8ee 0%, #dcecdf 48%, #f9dfd1 100%);
  padding-block: 92px;
}
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-section-hero .h-section,
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-section-hero .page-builder-body,
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-section-hero .eyebrow {
  color: #34473a;
}
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-section-hero .btn-primary {
  background: #315941;
  color: #ffffff;
}
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-benefit-card {
  border-color: rgba(65, 83, 60, 0.16);
  box-shadow: none;
}
body.landing-page-ayurvedic-lifestyle-workshop .page-builder-benefit-index {
  color: #b46252;
}

body.landing-page-ayurvedic-living-gentle-path-to-balance .h-section,
body.landing-page-ayurvedic-lifestyle-workshop .h-section,
.fcontent-ayurvedic-guide .fcontent-section-title,
.offer-card-ayurvedic .course-title a {
  color: #ad5f51;
}
body.landing-page-ayurvedic-living-gentle-path-to-balance strong,
body.landing-page-ayurvedic-lifestyle-workshop strong,
.fcontent-ayurvedic-guide strong {
  color: #a85b4e;
}
body.landing-page-ayurvedic-living-gentle-path-to-balance .btn-primary,
body.landing-page-ayurvedic-lifestyle-workshop .btn-primary,
.offer-card-ayurvedic .btn-primary {
  background: #315941;
  border-color: #315941;
  color: #ffffff;
}
.offer-card-ayurvedic {
  border-color: #bdd7c1;
  box-shadow: 0 14px 30px rgba(49, 89, 65, 0.10);
}
.offer-card-ayurvedic .course-meta {
  color: #45634f;
}
.offer-card-ayurvedic-workshop {
  border-color: #e6c6b6;
}
.fcontent-ayurvedic-guide .fcontent-launch-image {
  border: 7px solid rgba(255, 253, 250, 0.88);
  box-shadow: 0 18px 42px rgba(49, 89, 65, 0.14);
}
.page-builder-section .section-narrow {
  margin-inline: auto;
}
.page-builder-body {
  display: grid;
  gap: 16px;
}
.page-builder-body > *:first-child {
  margin-top: 0;
}
.page-builder-body > *:last-child {
  margin-bottom: 0;
}
.page-builder-bullets {
  margin: 22px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}
.page-builder-form-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-builder-signup-form {
  width: min(100%, 440px);
}
.page-builder-empty-form {
  width: min(100%, 520px);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  color: var(--text);
  text-align: center;
}
@media (max-width: 1025px) { .fcontent-grid { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 1025px) {
  .fcontent-free-grid {
    grid-template-columns: 1fr;
  }
  .fcontent-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 18px;
  }
  .fcontent-launch-block {
    border-radius: 0;
  }
  .fcontent-launch-grid {
    grid-template-columns: 1fr;
  }
  .fcontent-launch-grid > div:last-child {
    padding: 34px 24px;
  }
  .fcontent-launch-image {
    min-height: 360px;
  }
  .fcontent-launch-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .fcontent-launch-copy {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .fcontent-launch-input {
    min-height: 58px;
    font-size: 16px;
    padding: 16px 18px;
  }
  .fcontent-launch-button {
    min-height: 58px;
    font-size: 14px;
  }
  .fcontent-launch-form .fcontent-note {
    font-size: 11px;
  }
  .page-builder-form-col {
    justify-content: flex-start;
  }
  .public-form-row {
    grid-template-columns: 1fr;
  }
  .public-form-card-layout,
  .public-form-card-layout[data-media-position="right"] {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .public-form-card-media {
    min-height: 280px;
  }
  .public-form-card-content {
    padding: 30px 22px 24px;
  }
  .public-form-card-title {
    font-size: 38px;
  }
  .public-form-card-intro {
    font-size: 17px;
  }
  .public-form-display-sticky {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .public-form-sticky-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .public-form-trigger-sticky,
  .public-form-trigger-modal,
  .public-form-trigger-slide {
    width: 100%;
  }
  .public-form-slide-panel {
    width: 100vw;
    padding: 18px 12px 26px;
  }
  .public-form-sticky-drawer {
    bottom: 88px;
    width: calc(100vw - 24px);
  }
}
@media (max-width: 680px) {
  .fcontent-resource-grid {
    grid-template-columns: 1fr;
  }
}

/* ========= SALES PAGE (YfD, Launch, YfB) ========= */
.sales-hero {
  padding: 80px 40px 40px;
  text-align: center;
  overflow: hidden;
}
.sales-hero h1 {
  font-family: var(--serif);
  font-size: 72px;
  color: var(--primary);
  font-weight: 600;
  line-height: 1.1;
}
.sales-hero h2 {
  font-family: var(--serif);
  font-size: 44px;
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}
.sales-hero-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  margin: 24px 0 30px;
}
.sales-hero-image {
  max-width: 640px;
  margin: 0 auto 32px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.sales-lede {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--primary);
  line-height: 1.6;
  max-width: 820px;
  margin: 0 auto 28px;
}
.sales-section {
  padding: 80px 40px;
}
.sales-section.green { background: var(--bg-green); }
.sales-section-inner { max-width: 900px; margin: 0 auto; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.benefit-card {
  background: #fff;
  padding: 28px 24px;
  border-radius: 8px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
}
.page-builder-benefits {
  margin-top: 34px;
}
.page-builder-benefit-card {
  border-top: 3px solid var(--accent);
  border-radius: 28px;
  text-align: left;
  padding: 28px 28px 30px;
}
.landing-page-yoga-for-divers-training .page-builder-section-benefit_cards .page-builder-benefit-card {
  background: #e8f6ff;
}
.landing-page-yoga-for-divers-training .page-builder-section-benefit_cards .benefit-card,
.landing-page-yoga-for-divers-training .page-builder-section-benefit_cards .page-builder-benefit-card {
  background: #e8f6ff !important;
}
.landing-page-yoga-for-divers-training .benefits-grid > div,
.landing-page-yoga-for-divers-training .benefits-grid .benefit-card {
  background: #e8f6ff !important;
}
.landing-page-yoga-for-divers-training .sales-section.green::after,
.landing-page-yoga-for-divers-training .section.section-green::after,
.landing-page-yoga-for-divers-training .section.section-soft::after,
.landing-page-yoga-for-divers-training .page-builder-section.section.section-green::after,
.landing-page-yoga-for-divers-training .page-builder-section.section.section-soft::after {
  display: none !important;
}
.landing-page-yoga-for-divers-training .page-builder-section,
.landing-page-yoga-for-divers-training .sales-section,
.landing-page-yoga-for-divers-training .section.section-soft,
.landing-page-yoga-for-divers-training .section.section-green {
  border-top: 0 !important;
  box-shadow: none !important;
}
.page-builder-benefit-index {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.page-builder-section-benefit_cards .btn-wrap {
  margin-top: 28px;
  text-align: center;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.benefit-icon { font-size: 36px; margin-bottom: 14px; }
.benefit-title {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 8px;
  font-weight: 600;
}
.benefit-desc {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--text);
  line-height: 1.6;
}
@media (max-width: 1025px) { .benefits-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .sales-hero h1 { font-size: 44px; }
  .sales-hero h2 { font-size: 28px; }
}

/* ========= SINGLE BLOG POST ========= */
.post-header {
  padding: 100px 40px 80px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}
.post-header::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(23, 84, 62, 0.6);
}
.post-header-inner {
  position: relative; z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}
.post-header .category-tag {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.post-header h1 {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}
.post-header-meta {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}
.post-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.85;
  color: var(--text);
}
.post-content p { margin-bottom: 22px; }
.post-content h2 {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--primary);
  margin: 36px 0 14px;
  font-weight: 600;
}
.post-content h3 {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--primary);
  margin: 28px 0 12px;
  font-weight: 600;
}
.post-content blockquote {
  border-left: 3px solid var(--accent);
  padding: 14px 24px;
  margin: 28px 0;
  font-family: var(--serif);
  font-style: italic;
  color: var(--primary);
  font-size: 22px;
}
.post-content img { margin: 24px 0; border-radius: 6px; }
.post-cta-wrap { text-align: center; margin-top: 48px; }
@media (max-width: 768px) {
  .post-header h1 { font-size: 32px; }
  .post-header { padding: 70px 20px 60px; }
}

/* ========= DASHBOARD / LESSON / COURSE DETAIL ========= */
.student-hero { padding: 60px 40px 30px; }
.student-hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 20px;
}

/* Lesson view with sidebar */
.lesson-layout { display: grid; grid-template-columns: 280px 1fr; min-height: 80vh; }
.lesson-sidebar { background: var(--primary); color: rgba(232, 243, 238, 0.85); padding: 30px 0; }
.lesson-sidebar-header {
  padding: 0 24px 16px;
  border-bottom: 1px solid rgba(214, 169, 68, 0.2);
}
.lesson-sidebar-header a {
  color: var(--accent);
  font-size: 13px;
  font-family: var(--serif);
}
.lesson-nav { margin-top: 14px; }
.lesson-nav-item {
  display: block;
  padding: 14px 24px;
  font-family: var(--serif);
  font-size: 14px;
  color: rgba(232, 243, 238, 0.85);
  border-left: 3px solid transparent;
  transition: background .2s, color .2s;
}
.lesson-nav-item:hover { background: rgba(214, 169, 68, 0.08); color: var(--accent); }
.lesson-nav-item.active { background: rgba(214, 169, 68, 0.12); color: var(--accent); border-left-color: var(--accent); }
.lesson-main { background: var(--off-white); }
.lesson-video { aspect-ratio: 16/9; background: #0a0a0a; }
.lesson-body { max-width: 820px; margin: 0 auto; padding: 40px; }
.course-student-layout {
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: auto;
  background: #f7f6f0;
}
.course-student-layout.theme-diving {
  background: #eff8fd;
}
.course-student-sidebar {
  background: #fff;
  color: var(--text);
  border-right: 1px solid rgba(23, 84, 62, 0.08);
  max-height: calc(100vh - 110px);
  overflow: auto;
  position: sticky;
  top: 92px;
}
.course-student-sidebar.theme-diving {
  background:
    linear-gradient(180deg, rgba(233, 245, 251, 0.98), rgba(245, 251, 255, 0.98));
  border-right-color: rgba(90, 174, 220, 0.24);
}
.course-student-sidebar-header {
  border-bottom: 1px solid rgba(23, 84, 62, 0.08);
  padding: 28px 24px 22px;
}
.course-student-sidebar.theme-diving .course-student-sidebar-header {
  border-bottom-color: rgba(90, 174, 220, 0.22);
}
.course-student-sidebar.theme-diving .course-student-nav-item:hover {
  background: rgba(90, 174, 220, 0.08);
  color: #1c5c86;
}
.course-student-sidebar.theme-diving .course-student-nav-item.active {
  background: rgba(90, 174, 220, 0.14);
  color: #1c5c86;
}
.course-student-title {
  font-family: var(--sans);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  color: #3d4642;
  margin: 18px 0 16px;
  font-weight: 600;
}
.course-theme-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 999px;
  margin: 12px 0 4px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.course-theme-badge img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.course-theme-badge-diving {
  background: rgba(90, 174, 220, 0.14);
  color: #1c5c86;
  border: 1px solid rgba(90, 174, 220, 0.22);
}
.course-student-progress-line {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
.course-student-progress-line span,
.course-student-last-activity {
  font-size: 13px;
  color: rgba(61, 70, 66, 0.7);
}
.course-student-progress-bar {
  height: 6px;
  background: rgba(61, 70, 66, 0.14);
  border-radius: 999px;
  overflow: hidden;
}
.course-student-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: #ee8078;
}
.course-student-layout.theme-yoga .course-student-progress-fill {
  background: #2d8a5b;
}
.course-student-layout.theme-diving .course-student-progress-fill {
  background: #5aaedc;
}
.course-student-curriculum {
  padding: 10px 0 24px;
}
.course-student-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #3d4642;
  border-left-width: 0;
  padding: 18px 24px;
  background: transparent;
}
.course-student-nav-item:hover {
  background: rgba(23, 84, 62, 0.04);
  color: var(--primary);
}
.course-student-nav-item.active {
  background: rgba(23, 84, 62, 0.07);
  color: var(--primary);
  border-left-color: transparent;
}
.course-student-nav-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.course-student-nav-title {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}
.course-student-nav-meta {
  font-size: 12px;
  color: rgba(61, 70, 66, 0.58);
}
.course-student-nav-check {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ee8078;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}
.course-student-layout.theme-diving .course-student-nav-check {
  background: #5aaedc;
}
.course-student-main {
  background:
    radial-gradient(circle at top left, rgba(23, 84, 62, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(248, 251, 247, 0.98), #ffffff 22%);
  padding: 32px 32px 48px;
  position: relative;
  overflow: hidden;
}
.course-student-main.theme-diving {
  background:
    radial-gradient(circle at top left, rgba(90, 174, 220, 0.2), transparent 30%),
    radial-gradient(circle at bottom right, rgba(179, 221, 245, 0.34), transparent 28%),
    linear-gradient(180deg, rgba(240, 249, 255, 0.98), #ffffff 22%);
}
.course-student-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(23, 84, 62, 0.04);
  border: 1px solid rgba(23, 84, 62, 0.07);
}
.course-student-main.theme-diving .course-student-topbar {
  background: linear-gradient(180deg, rgba(227, 243, 252, 0.96), rgba(240, 249, 255, 0.94));
  border-color: rgba(90, 174, 220, 0.24);
}
.course-student-topmeta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(61, 70, 66, 0.62);
}
.course-student-topmeta-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(90, 174, 220, 0.14);
  border: 1px solid rgba(90, 174, 220, 0.24);
}
.course-student-topmeta-icon img {
  width: 18px;
  height: auto;
  display: block;
}
.course-student-topactions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.course-student-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  border-radius: 12px;
  background: #ee8078;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.course-student-status.is-complete {
  background: #2d8a5b;
}
.course-student-main.theme-diving .course-student-status {
  background: #5aaedc;
}
.course-student-main.theme-diving .course-student-status.is-complete {
  background: #3b8fbe;
}
.course-student-pager {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border-radius: 12px;
  overflow: hidden;
  background: #d9dee5;
}
.course-student-pagebtn {
  width: 54px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #d0d5dc;
  font-size: 22px;
  text-decoration: none;
}
.course-student-pagebtn:hover {
  background: #c4c9d0;
}
.course-student-pagebtn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.course-student-main.theme-diving .course-student-pagebtn {
  background: #c7dff0;
}
.course-student-main.theme-diving .course-student-pagebtn:hover {
  background: #b8d6ec;
}
.course-student-lesson-body {
  max-width: 1040px;
}
.course-student-content {
  display: grid;
  gap: 22px;
}
.course-student-lesson-title {
  font-family: var(--sans);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  color: #3d4642;
  font-weight: 500;
  margin: 0;
}
.course-student-lesson-description {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(61, 70, 66, 0.85);
  max-width: 880px;
}
.course-student-video {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(18,56,42,.12);
  border: 1px solid rgba(23, 84, 62, 0.08);
}
.course-student-download-box,
.course-student-richblock {
  background: #fff;
  border: 1px solid rgba(23, 84, 62, 0.08);
  border-radius: 22px;
  padding: 24px 26px;
  box-shadow: 0 14px 34px rgba(18,56,42,.06);
}
.course-student-download-box h3,
.course-student-richblock h2 {
  font-family: var(--sans);
  font-size: 28px;
  line-height: 1.2;
  color: #3d4642;
  margin: 8px 0 12px;
  font-weight: 500;
}
.course-student-download-box p,
.course-student-richblock {
  font-size: 16px;
  line-height: 1.8;
}
.course-student-download-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.course-student-download-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(23, 84, 62, 0.1);
  color: var(--primary);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.course-student-download-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(18,56,42,.08);
  border-color: rgba(23, 84, 62, 0.18);
  color: var(--primary);
}
.course-student-download-link span {
  font-weight: 700;
  line-height: 1.45;
}
.course-student-download-link strong {
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
}
.course-student-resource-box {
  background: linear-gradient(180deg, rgba(250, 248, 242, 0.96), rgba(244, 249, 244, 0.96));
}
.course-student-main.theme-diving .course-student-resource-box {
  background: linear-gradient(180deg, rgba(239, 248, 253, 0.98), rgba(233, 245, 251, 0.98));
}
.course-student-disclaimer {
  padding-top: 8px;
}
.course-student-disclaimer-toggle {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(23, 84, 62, 0.12);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(18,56,42,.05);
}
.course-student-disclaimer-summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1.25px solid var(--accent);
  color: var(--accent);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: rgba(255,255,255,0.92);
}
.course-student-disclaimer-summary::-webkit-details-marker {
  display: none;
}
.course-student-disclaimer-summary::after {
  content: '+';
  font-size: 15px;
  line-height: 1;
}
.course-student-disclaimer-toggle[open] .course-student-disclaimer-summary::after {
  content: '-';
}
.course-student-disclaimer-body {
  padding: 0 24px 24px;
  color: #3d4642;
}
.course-student-disclaimer-body h2 {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
.course-student-disclaimer-body p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
}
.course-student-main.theme-diving .course-student-disclaimer-toggle {
  background: rgba(245, 251, 255, 0.9);
  border-color: rgba(90, 174, 220, 0.24);
}
.course-student-main.theme-diving .course-student-disclaimer-summary {
  border-color: #5aaedc;
  color: #1c5c86;
}
.course-student-main .leaf {
  z-index: 0;
  opacity: 0.16;
}
.course-student-main .leaf-tr {
  top: 12px;
  right: -18px;
  width: 150px;
  transform: rotate(20deg);
}
.course-student-main .leaf-br {
  bottom: 18px;
  right: 14px;
  width: 124px;
  transform: rotate(-8deg);
}
.course-student-main > * {
  position: relative;
  z-index: 1;
}
.course-student-main.theme-diving .leaf {
  display: none;
}
.course-theme-deco {
  position: absolute;
  z-index: 0;
  opacity: 0.48;
  pointer-events: none;
  filter: drop-shadow(0 8px 18px rgba(90, 174, 220, 0.12));
}
.course-theme-deco img {
  display: block;
  width: 100%;
  height: auto;
}
.course-theme-deco-tr {
  top: 22px;
  right: 8px;
  width: 188px;
  transform: rotate(-8deg);
}
.course-theme-deco-ml {
  top: 42%;
  left: -12px;
  width: 150px;
  opacity: 0.32;
  transform: scaleX(-1) rotate(-10deg);
}
.course-theme-deco-br {
  bottom: 14px;
  right: 24px;
  width: 150px;
  transform: scaleX(-1) rotate(7deg);
}
.lesson-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(85, 95, 91, 0.7);
  margin-bottom: 20px;
}
.lesson-badge {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 14px;
}
.lesson-badge.completed {
  background: rgba(45, 138, 91, 0.15);
  color: #2D8A5B;
}
.lesson-content {
  margin-bottom: 30px;
}
.lesson-progress-wrap {
  padding: 20px 0;
  border-top: 1px solid rgba(23, 84, 62, 0.12);
  margin-bottom: 10px;
}
.lesson-progress-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
}
.lesson-progress-bar {
  height: 8px;
  background: rgba(23, 84, 62, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.lesson-progress-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 4px;
  transition: width 0.4s ease;
}
.lesson-nav-buttons {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  padding-top: 24px;
  border-top: 1px solid rgba(23, 84, 62, 0.12);
  margin-top: 10px;
}
.lesson-nav-left { display: flex; }
.lesson-nav-center { display: flex; align-items: center; }
.lesson-nav-right { display: flex; justify-content: flex-end; }
.lesson-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  border: 1.5px solid rgba(23, 84, 62, 0.12);
  background: #fff;
  cursor: pointer;
}
.lesson-btn:hover {
  border-color: var(--accent);
  background: rgba(214, 169, 68, 0.04);
}
.lesson-btn-prev { text-align: left; }
.lesson-btn-next { text-align: right; }
.lesson-btn-arrow {
  font-size: 20px;
  font-weight: 600;
  color: var(--accent);
  flex-shrink: 0;
}
.lesson-btn-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lesson-btn-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(85, 95, 91, 0.6);
  font-weight: 700;
}
.lesson-btn-title {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--primary);
  font-weight: 600;
  line-height: 1.3;
}
.lesson-btn-finish {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 10px;
  gap: 8px;
}
.lesson-btn-finish:hover {
  background: #c49a3a;
  border-color: #c49a3a;
}
.lesson-btn-finish-icon {
  font-size: 20px;
}
.lesson-btn-done {
  background: rgba(45, 138, 91, 0.1);
  color: #2D8A5B;
  border-color: rgba(45, 138, 91, 0.2);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 10px;
  gap: 8px;
}
.lesson-btn-complete {
  background: linear-gradient(135deg, var(--primary), #1a6a4a);
  color: #fff;
  border-color: var(--primary);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 10px;
  gap: 8px;
}
.lesson-nav-note {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(23, 84, 62, 0.08);
  color: var(--primary);
  font-family: var(--serif);
  font-size: 15px;
  text-align: center;
}
.lesson-quiz-shell {
  margin-top: 38px;
}
.lesson-quiz-card {
  background: var(--quiz-bg, #d8e7e3);
  color: var(--quiz-text, #1f252b);
  width: min(100%, 760px);
  border-radius: 24px;
  padding: 28px 30px 30px;
  box-shadow: 0 18px 36px rgba(17, 58, 43, 0.1);
}
.lesson-quiz-kicker {
  font-family: var(--serif);
  font-size: 15px;
  color: rgba(31, 37, 43, 0.72);
  margin-bottom: 12px;
}
.lesson-quiz-question {
  font-family: var(--sans);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.25;
  color: var(--quiz-text, #1f252b);
  font-weight: 600;
  margin-bottom: 20px;
}
.lesson-quiz-form {
  display: grid;
  gap: 14px;
}
.lesson-quiz-options {
  display: grid;
  gap: 12px;
}
.lesson-quiz-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 16px 18px;
  border: 2px solid var(--quiz-border, rgba(255,255,255,0.78));
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.lesson-quiz-option:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
}
.lesson-quiz-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lesson-quiz-option-ring {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid var(--quiz-border, rgba(255,255,255,0.78));
  background: transparent;
  flex-shrink: 0;
  position: relative;
}
.lesson-quiz-option-text {
  font-family: var(--sans);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.3;
  color: var(--quiz-text, #1f252b);
}
.lesson-quiz-option input:checked + .lesson-quiz-option-ring::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: rgba(31, 37, 43, 0.88);
}
.lesson-quiz-option input:checked ~ .lesson-quiz-option-text {
  font-weight: 600;
}
.lesson-quiz-option:has(input:checked) {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.92);
}
.lesson-quiz-actions {
  padding-top: 6px;
}
.lesson-quiz-submit {
  min-height: 52px;
  padding-inline: 24px;
}
.lesson-quiz-complete {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  font-family: var(--serif);
  font-size: 16px;
  color: var(--quiz-text, #1f252b);
}

@media (max-width: 768px) {
  .lesson-nav-buttons {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .lesson-nav-left, .lesson-nav-center, .lesson-nav-right {
    justify-content: center;
  }
  .lesson-btn { width: 100%; justify-content: center; }
  .lesson-quiz-card {
    border-radius: 22px;
    padding: 28px 20px 24px;
  }
  .lesson-quiz-question {
    margin-bottom: 24px;
  }
  .lesson-quiz-option {
    min-height: 76px;
    padding: 18px 16px;
  }
  .lesson-quiz-option-ring {
    width: 28px;
    height: 28px;
  }
  .lesson-quiz-option input:checked + .lesson-quiz-option-ring::after {
    inset: 5px;
  }
  .lesson-quiz-option-text {
    font-size: 22px;
  }
}

@media (max-width: 1025px) {
  .lesson-layout { grid-template-columns: 1fr; }
  .lesson-sidebar { padding: 16px 0; }
  .course-student-layout { grid-template-columns: 1fr; }
  .course-student-sidebar {
    position: static;
    max-height: none;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 84, 62, 0.08);
  }
  .course-student-main {
    padding: 24px 18px 36px;
  }
  .course-student-topbar {
    align-items: flex-start;
  }
  .course-student-pagebtn {
    width: 48px;
  }
  .course-student-main .leaf {
    display: none;
  }
}

/* ========= CHECKOUT ========= */
.checkout-grid {
  max-width: 980px;
  margin: 40px auto 80px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 30px;
  padding: 0 40px;
}
.checkout-card {
  background: #fff;
  padding: 28px;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
}
.checkout-card h3 {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(23, 84, 62, 0.1);
  font-weight: 600;
}
.pm-radio {
  display: block;
  padding: 18px 22px;
  border: 1.5px solid rgba(23, 84, 62, 0.12);
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 14px;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.pm-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pm-radio:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(17, 58, 43, 0.08);
}
.pm-radio.selected { border-color: rgba(23, 84, 62, 0.24); background: rgba(232, 243, 238, 0.85); }
.pm-radio-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pm-radio-copy {
  min-width: 0;
}
.pm-radio-title {
  font-family: var(--sans);
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.05;
  color: #111;
  font-weight: 700;
  display: block;
}
.pm-radio-desc {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--text);
  display: block;
  margin-top: 10px;
  max-width: 420px;
}
.pm-radio-icon {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: rgba(17, 58, 43, 0.04);
  color: #111;
}
.pm-radio-icon svg {
  width: 60px;
  height: 60px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.checkout-methods-head {
  margin-top: 24px;
  margin-bottom: 18px;
}
.checkout-methods-head h3 {
  margin-bottom: 10px;
}
.checkout-methods-head p {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--text);
}
.checkout-method-options {
  display: grid;
  gap: 12px;
}
@media (max-width: 1025px) {
  .checkout-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .pm-radio {
    border-radius: 24px;
    padding: 18px 18px;
  }
  .pm-radio-body {
    gap: 14px;
  }
  .pm-radio-title {
    font-size: 24px;
  }
  .pm-radio-desc {
    font-size: 13px;
  }
  .pm-radio-icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    border-radius: 22px;
  }
  .pm-radio-icon svg {
    width: 50px;
    height: 50px;
  }
}

/* SECTIONS */
.section { padding: 100px 40px; position: relative; }
.section-narrow { max-width: 820px; margin: 0 auto; }
.section-wide   { max-width: 1200px; margin: 0 auto; }
.section-green  { background: var(--bg-green); }
.section-soft   { background: var(--soft-green); }
.section-white  { background: var(--off-white); }
.section-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.section-grid.reverse { direction: rtl; }
.section-grid.reverse > * { direction: ltr; }

.homepage-feature,
.homepage-launch,
.homepage-blog,
.section.section-green,
.section.section-soft,
.sales-section.green,
.fcontent-hero,
.fcontent-block,
.about-intro,
.about-body,
.about-gallery,
.contact-hero,
.offers-hero,
.offers-listing {
  position: relative;
  overflow: hidden;
  --section-wave-fill: var(--off-white);
}

.homepage-feature::after,
.homepage-launch::after,
.homepage-blog::after,
.section.section-green::after,
.section.section-soft::after,
.sales-section.green::after,
.fcontent-hero::after,
.fcontent-block::after,
.about-intro::after,
.about-body::after,
.about-gallery::after,
.contact-hero::after,
.offers-hero::after,
.offers-listing::after {
  content: '';
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -1px;
  height: 118px;
  background: var(--section-wave-fill);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  z-index: 1;
  pointer-events: none;
}

.page-builder-section.section.section-green::after,
.page-builder-section.section.section-soft::after {
  display: none;
}

.homepage-feature > *,
.homepage-launch > *,
.homepage-blog > *,
.section.section-green > *,
.section.section-soft > *,
.sales-section.green > *,
.fcontent-hero > *,
.fcontent-block > *,
.about-intro > *,
.about-body > *,
.about-gallery > *,
.contact-hero > *,
.offers-hero > *,
.offers-listing > * {
  position: relative;
  z-index: 2;
}

/* LEAVES — using Tina's actual WordPress images */
.leaf { position: absolute; pointer-events: none; z-index: 1; }
.leaf img { width: 100%; display: block; }
.leaf-tr { top: 40px;  right: 30px;  width: 160px; transform: rotate(18deg);  opacity: .85; }
.leaf-tl { top: 40px;  left: 30px;   width: 160px; transform: rotate(-18deg) scaleX(-1); opacity: .85; }
.leaf-ml { top: 35%;   left: -40px;  width: 200px; transform: rotate(-10deg) scaleX(-1); opacity: .6; }
.leaf-mr { top: 35%;   right: -40px; width: 200px; transform: rotate(10deg);  opacity: .6; }
.leaf-br { bottom: 60px; right: 30px; width: 140px; transform: rotate(-20deg); opacity: .7; }

/* BREADCRUMBS */
.breadcrumbs {
  max-width: 1200px; margin: 0 auto;
  padding: 22px 40px 0;
  font-family: var(--serif);
  font-size: 16px;
  color: var(--text);
}
.breadcrumbs a { color: var(--accent); }
.breadcrumbs a:hover { color: var(--primary); }
.breadcrumbs .sep { margin: 0 10px; opacity: 0.5; }

/* CARDS */
.card {
  background: var(--white);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card.offer-card {
  background: linear-gradient(180deg, #FFF3D8 0%, #FCEBC2 100%);
}
.card.offer-card.offer-card-soft-blue {
  background: linear-gradient(180deg, #E6F5FF 0%, #D7EEF8 100%);
}
.card.offer-card.offer-card-soft-green {
  background: linear-gradient(180deg, #EAF8EE 0%, #D7F0DD 100%);
}
.card.offer-card .course-card-body {
  background: transparent !important;
}

/* FORMS */
.form-group { margin-bottom: 20px; text-align: left; }
.form-group label {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 2;
}
.form-control {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgba(23, 84, 62, 0.2);
  border-radius: 6px;
  background: var(--off-white);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  color: #000;
  transition: border-color .2s, background .2s;
}
.form-control:focus { outline: none; border-color: var(--accent); background: var(--white); }
textarea.form-control { resize: vertical; min-height: 140px; }
.form-note {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--text);
  margin-top: 22px;
  line-height: 1.6;
  opacity: 0.85;
}

/* ALERTS */
.alert {
  padding: 16px 22px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: var(--sans);
}
.alert-success { background: rgba(23, 84, 62, 0.08); color: var(--secondary); border-left: 4px solid var(--primary); }
.alert-error   { background: rgba(220, 53, 69, 0.08);  color: #8a1e2a;    border-left: 4px solid #dc3545; }
.alert-info    { background: rgba(214, 169, 68, 0.1);  color: #7a6420;    border-left: 4px solid var(--accent); }

/* YOGINA MEETING ROOM */
.meeting-room-page {
  padding: 26px 18px 56px;
}
.meeting-room-shell {
  width: min(1520px, calc(100vw - 36px));
  margin: 0 auto;
}
.meeting-room-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px 30px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(23, 84, 62, 0.08);
}
.meeting-room-card-accent {
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08)), var(--meeting-accent);
}
.meeting-room-kicker {
  font-family: var(--sans);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(23, 84, 62, 0.72);
  font-weight: 700;
  margin-bottom: 12px;
}
.meeting-room-card h1 {
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.06;
  margin-bottom: 14px;
}
.meeting-room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.meeting-room-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 999px;
  background: rgba(255,255,255,0.32);
  font-size: 14px;
}
.meeting-room-state {
  margin-bottom: 16px;
}
.meeting-room-state h2 {
  font-size: clamp(26px, 2.4vw, 34px);
  margin-bottom: 8px;
}
.meeting-room-form,
.meeting-room-doc {
  margin-top: 22px;
}
.meeting-room-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.meeting-room-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 22px;
  align-items: start;
}
.meeting-room-home-main {
  display: grid;
  gap: 16px;
}
.meeting-room-home-side {
  display: grid;
  gap: 16px;
}
.meeting-room-home-panel {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.34);
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(17,58,43,0.08);
}
.meeting-room-home-panel strong {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(23, 84, 62, 0.72);
}
.meeting-room-home-panel p {
  margin: 0;
  color: var(--primary);
}
.meeting-room-doc-inline {
  margin-top: 0;
}
.meeting-room-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.meeting-room-feature {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.34);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 16px;
}
.meeting-room-feature strong {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(23, 84, 62, 0.7);
}
.meeting-room-feature span {
  font-size: 18px;
  color: var(--primary);
  font-family: var(--serif);
}
.meeting-room-waiting-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.36);
  border: 1px solid rgba(255,255,255,0.72);
  font-weight: 700;
  color: var(--primary);
}
.meeting-room-note {
  margin-top: 20px;
  max-width: 62ch;
  color: rgba(23, 84, 62, 0.78);
}
.meeting-room-live-shell {
  display: grid;
  gap: 18px;
  margin-top: 12px;
  position: relative;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffd9f7 0%, #f8c7ef 100%);
  border: 1px solid rgba(225, 156, 211, 0.52);
  box-shadow: 0 24px 46px rgba(163, 78, 140, 0.16);
}
.meeting-room-prejoin[hidden] {
  display: none;
}
.meeting-room-prejoin {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 22px;
  background: rgba(15, 48, 37, 0.58);
  backdrop-filter: blur(10px);
}
.meeting-room-prejoin-card {
  width: min(100%, 460px);
  padding: 28px 26px;
  border-radius: 24px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 20px 46px rgba(17, 58, 43, 0.18);
  text-align: center;
}
.meeting-room-prejoin-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 30px;
  color: var(--primary);
}
.meeting-room-prejoin-card p {
  margin: 0;
  color: rgba(23, 84, 62, 0.76);
}
.meeting-room-prejoin-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}
.meeting-room-live-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  grid-template-areas:
    "main strip"
    "main side";
  grid-template-rows: auto minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 0;
}
.meeting-room-live-strip {
  grid-area: strip;
  min-width: 0;
  padding: 0;
  border-radius: 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.meeting-room-live-main {
  grid-area: main;
  display: grid;
  gap: 12px;
  min-height: 0;
}
.meeting-room-live-side {
  grid-area: side;
  display: block;
  min-height: 0;
  min-width: 0;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-layout {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-areas:
    "main"
    "strip";
  gap: 14px;
  align-items: stretch;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-toolbar,
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-status,
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-participants {
  display: none;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-main {
  grid-area: main;
  min-height: 0;
  align-content: stretch;
  gap: 12px;
  padding: 0;
  background: transparent;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-side {
  display: none;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-video-grid-remote {
  grid-area: strip;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(170px, 230px);
  gap: 10px;
  padding: 0;
  align-items: stretch;
  justify-content: start;
  overflow-x: auto;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-video-grid-remote .meeting-room-video-panel {
  padding: 0;
  min-width: 0;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-video-grid-remote .meeting-room-video {
  aspect-ratio: 16 / 9;
  min-height: 98px;
  max-height: 98px;
  object-fit: cover;
  object-position: center;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-video-grid-remote .meeting-room-video-meta {
  margin-bottom: 6px;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-video-grid-remote .meeting-room-video-actions {
  display: none;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-video-panel-featured .meeting-room-video {
  min-height: min(68vh, 740px);
  max-height: 68vh;
  object-fit: cover;
  object-position: center;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-chat-panel {
  min-height: min(78vh, 860px);
  max-height: min(78vh, 860px);
}
.meeting-room-live-shell.is-host-view.no-remote-peers .meeting-room-video-grid-remote {
  order: 2;
}
.meeting-room-live-shell.is-host-view.no-remote-peers .meeting-room-video-panel-featured {
  order: 1;
}
.meeting-room-live-shell.is-host-view.no-remote-peers .meeting-room-video-empty {
  min-height: 102px;
  padding: 18px 20px;
  border-style: solid;
}
.meeting-room-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.meeting-room-video-grid-remote {
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  grid-auto-columns: unset;
  align-items: stretch;
  align-content: start;
  justify-content: stretch;
  gap: 18px;
  overflow: visible;
  padding-bottom: 0;
  scrollbar-width: thin;
}
.meeting-room-video-panel-featured .meeting-room-video {
  aspect-ratio: 16 / 9;
  min-height: min(64vh, 720px);
  max-height: min(64vh, 720px);
  object-fit: cover;
  object-position: center;
}
.meeting-room-video-panel-thumb .meeting-room-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
.meeting-room-video-grid-remote .meeting-room-video-panel {
  padding: 0;
}
.meeting-room-video-grid-remote .meeting-room-video {
  aspect-ratio: 16 / 9;
  min-height: 170px;
  max-height: 170px;
  object-fit: cover;
  object-position: center;
}
.meeting-room-live-shell.is-host-view .meeting-room-video-panel-featured .meeting-room-video,
.meeting-room-live-shell.is-participant-view .meeting-room-video-panel-featured .meeting-room-video {
  aspect-ratio: 16 / 9;
  min-height: min(66vh, 760px);
  max-height: min(66vh, 760px);
  object-fit: cover;
  object-position: center;
}
.meeting-room-video-panel-thumb.is-focused {
  box-shadow: 0 0 0 2px rgba(28, 222, 142, 0.82);
}
.meeting-room-video-panel {
  display: grid;
  gap: 0;
  padding: 0;
  border-radius: 18px;
  background: rgba(255, 244, 253, 0.95);
  border: 1px solid rgba(233, 170, 221, 0.7);
  box-shadow: 0 18px 34px rgba(163, 78, 140, 0.12);
  overflow: hidden;
}
.meeting-room-video-panel-local {
  position: sticky;
  top: 20px;
}
.meeting-room-video-head {
  position: absolute;
  inset: auto 10px 10px 10px;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: flex-end;
  pointer-events: none;
}
.meeting-room-video-head-actions {
  display: none;
  gap: 8px;
  flex-wrap: wrap;
}
.meeting-room-video-panel-featured .meeting-room-video-head {
  top: 12px;
  right: 12px;
  left: 12px;
  bottom: auto;
  justify-content: space-between;
  align-items: flex-start;
}
.meeting-room-video-panel-featured .meeting-room-video-head-actions {
  display: flex;
  pointer-events: auto;
}
.meeting-room-video-label {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(18, 18, 18, 0.68);
  backdrop-filter: blur(6px);
  line-height: 1.1;
  pointer-events: auto;
}
.meeting-room-video-action {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(18,18,18,0.72);
  color: #ffffff;
  border-radius: 999px;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  cursor: pointer;
}
.meeting-room-video-action:hover {
  background: rgba(30,30,30,0.92);
}
.meeting-room-video {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  background: rgba(8, 10, 12, 0.96);
  object-fit: cover;
  object-position: center;
}
.meeting-room-video-empty {
  min-height: 102px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 14px;
  background: rgba(23, 84, 62, 0.05);
  border: 1px dashed rgba(23, 84, 62, 0.18);
  color: rgba(23, 84, 62, 0.72);
  text-align: center;
}
.meeting-room-live-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.meeting-room-inline-form {
  margin: 0;
}
.meeting-room-inline-form .btn,
.meeting-room-live-toolbar > .btn,
.meeting-room-live-toolbar > a.btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.meeting-room-toolbar-button-danger {
  border-color: #17543E;
  color: #17543E;
  background: transparent;
}
.meeting-room-toolbar-button-danger:hover {
  background: #17543E;
  color: #f8f8f8;
}
.meeting-room-live-status {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(23, 84, 62, 0.08);
  border: 1px solid rgba(23, 84, 62, 0.1);
  color: var(--primary);
  font-weight: 600;
}
.meeting-room-live-status.is-error {
  color: #ffd4d8;
  border-color: rgba(190, 58, 78, 0.38);
  background: rgba(70, 18, 28, 0.92);
}
.meeting-room-live-participants {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.meeting-room-chat-panel {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 12px;
  min-height: 0;
  min-width: 0;
  position: static;
  align-self: start;
  min-height: min(74vh, 820px);
  max-height: min(74vh, 820px);
  height: 100%;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 229, 249, 0.96);
  border: 1px solid rgba(233, 170, 221, 0.68);
  box-shadow: 0 18px 44px rgba(163, 78, 140, 0.12);
}
.meeting-room-chat-dock {
  align-self: stretch;
  width: 100%;
}
.meeting-room-chat-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}
.meeting-room-chat-head strong {
  display: block;
  color: var(--primary);
  font-size: 18px;
}
.meeting-room-chat-head span {
  color: rgba(23,84,62,0.54);
  font-size: 12px;
}
.meeting-room-chat-brb {
  min-width: 38px;
  min-height: 38px;
  padding: 8px;
  border-radius: 999px;
  border: 1px solid rgba(23,84,62,0.14);
  background: rgba(23,84,62,0.08);
  color: var(--primary);
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.8px;
}
.meeting-room-chat-brb.is-active {
  background: rgba(214, 169, 68, 0.24);
}
.meeting-room-chat-messages {
  min-height: 220px;
  max-height: none;
  overflow-y: auto;
  display: grid;
  gap: 12px;
  padding-right: 6px;
}
.meeting-room-chat-message {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f4f7f4;
  border: 1px solid rgba(23,84,62,0.05);
}
.meeting-room-chat-message.is-self {
  background: rgba(214,169,68,0.16);
}
.meeting-room-chat-message-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}
.meeting-room-chat-message-head strong {
  color: var(--primary);
  font-size: 13px;
}
.meeting-room-chat-message-head span,
.meeting-room-chat-message-body {
  color: rgba(23,84,62,0.82);
  font-size: 13px;
}
.meeting-room-chat-quick {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.meeting-room-chat-emoji {
  min-width: 42px;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(23,84,62,0.1);
  background: rgba(23,84,62,0.08);
  font-size: 20px;
  cursor: pointer;
}
.meeting-room-chat-form {
  display: grid;
  gap: 10px;
}
.meeting-room-chat-input {
  width: 100%;
  min-height: 64px;
  max-height: 140px;
  resize: vertical;
  display: block;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid rgba(23,84,62,0.09);
  background: #ffffff;
  padding: 12px 14px;
  font: inherit;
  color: var(--primary);
  margin: 0;
}
.meeting-room-chat-form .btn {
  width: 100%;
}
.meeting-room-video-action-exit {
  display: none;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-video-action-exit {
  display: inline-flex;
}
.meeting-room-person-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(23, 84, 62, 0.08);
  border: 1px solid rgba(23, 84, 62, 0.08);
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}
.meeting-room-person-chip.is-self {
  background: rgba(214, 169, 68, 0.18);
}
.meeting-room-person-chip.is-brb {
  background: rgba(214, 169, 68, 0.28);
}
.meeting-room-live-topbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.meeting-room-live-topbar-spacer {
  flex: 1 1 auto;
  min-height: 1px;
}
.meeting-room-view-switcher {
  position: relative;
}
.meeting-room-view-trigger {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(23, 84, 62, 0.12);
  background: rgba(255,255,255,0.92);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  cursor: pointer;
}
.meeting-room-view-trigger-icon {
  font-size: 15px;
}
.meeting-room-view-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  min-width: 190px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(23, 84, 62, 0.12);
  box-shadow: 0 22px 44px rgba(17, 58, 43, 0.14);
  display: grid;
  gap: 6px;
}
.meeting-room-view-menu[hidden] {
  display: none;
}
.meeting-room-view-menu-item {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  color: var(--primary);
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}
.meeting-room-view-menu-item:hover,
.meeting-room-view-menu-item.is-active {
  background: rgba(23, 84, 62, 0.08);
  color: var(--primary);
}
.meeting-room-live-utility {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
}
.meeting-room-live-utility .meeting-room-live-status {
  flex: 1 1 100%;
}
.meeting-room-live-side {
  position: relative;
}
.meeting-room-side-panel-participants {
  display: grid;
  gap: 14px;
  min-height: min(74vh, 820px);
  max-height: min(74vh, 820px);
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(23,84,62,0.08);
  box-shadow: 0 18px 44px rgba(17,58,43,0.12);
}
.meeting-room-side-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.meeting-room-side-head strong {
  display: block;
  color: var(--primary);
  font-size: 18px;
}
.meeting-room-side-head span {
  display: block;
  margin-top: 4px;
  color: rgba(23,84,62,0.56);
  font-size: 12px;
}
.meeting-room-side-close {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(23,84,62,0.12);
  background: rgba(23,84,62,0.06);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.meeting-room-side-participant-count {
  color: rgba(23,84,62,0.68);
  font-size: 13px;
  font-weight: 600;
}
.meeting-room-participant-stack {
  display: grid;
  gap: 10px;
  overflow-y: auto;
  padding-right: 4px;
}
.meeting-room-participant-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(23,84,62,0.04);
  border: 1px solid rgba(23,84,62,0.06);
}
.meeting-room-participant-name {
  color: var(--primary);
  font-weight: 700;
}
.meeting-room-participant-meta {
  color: rgba(23,84,62,0.66);
  font-size: 12px;
}
.meeting-room-chat-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.meeting-room-chat-head-actions .meeting-room-side-close {
  display: none;
}
.meeting-room-bottom-dock {
  display: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.meeting-room-dock-button {
  min-height: 72px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(22,24,25,0.94);
  color: #ffffff;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.meeting-room-dock-icon {
  font-size: 18px;
}
.meeting-room-dock-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--accent);
  color: #173633;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.meeting-room-dock-button-share {
  background: rgba(27, 92, 69, 0.96);
}
.meeting-room-dock-button-end {
  background: rgba(166, 52, 52, 0.96);
}
.meeting-room-live-shell.is-gallery-view {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-live-strip {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-live-layout {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "strip"
    "side";
  grid-template-rows: auto auto;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-video-grid-remote {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 14px;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-video-grid-remote .meeting-room-video {
  min-height: 180px;
  max-height: 220px;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-video-panel,
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-panel,
.meeting-room-live-shell.is-gallery-view .meeting-room-side-panel-participants {
  background: #171819;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-live-status {
  background: rgba(16,18,20,0.84);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.86);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-person-chip {
  background: rgba(18,18,18,0.82);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-person-chip.is-self {
  background: rgba(26, 88, 162, 0.42);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-person-chip.is-brb {
  background: rgba(108, 81, 18, 0.84);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-view-trigger {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(24,25,27,0.92);
  color: #ffffff;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-view-menu {
  background: rgba(20,22,24,0.98);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 22px 44px rgba(0,0,0,0.28);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-view-menu-item {
  color: rgba(255,255,255,0.84);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-view-menu-item:hover,
.meeting-room-live-shell.is-gallery-view .meeting-room-view-menu-item.is-active {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-side-head strong,
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-head strong,
.meeting-room-live-shell.is-gallery-view .meeting-room-participant-name {
  color: #ffffff;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-side-head span,
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-head span,
.meeting-room-live-shell.is-gallery-view .meeting-room-side-participant-count,
.meeting-room-live-shell.is-gallery-view .meeting-room-participant-meta {
  color: rgba(255,255,255,0.62);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-side-close,
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-brb,
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-emoji {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-participant-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-message {
  background: #2b2f33;
  border: 1px solid rgba(255,255,255,0.04);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-message.is-self {
  background: rgba(34, 93, 165, 0.28);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-message-head strong {
  color: #cfe0ff;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-message-head span,
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-message-body {
  color: rgba(255,255,255,0.82);
}
.meeting-room-live-shell.is-gallery-view .meeting-room-chat-input {
  border: 1px solid rgba(255,255,255,0.09);
  background: #202326;
  color: #f4f6f8;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-live-toolbar {
  display: none;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-live-main {
  display: none;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-live-strip {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-video-grid-remote {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-columns: unset;
  gap: 14px;
  overflow: visible;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-video-grid-remote .meeting-room-video {
  min-height: 180px;
  max-height: 220px;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-live-side {
  display: none;
}
.meeting-room-live-shell.is-gallery-view .meeting-room-bottom-dock {
  display: grid;
}
.meeting-room-live-shell.is-gallery-view.is-side-panel-open .meeting-room-live-side,
.meeting-room-live-shell.is-stage-fullscreen.is-side-panel-open .meeting-room-live-side {
  display: block;
  position: fixed;
  top: 24px;
  right: 24px;
  bottom: 24px;
  width: min(380px, calc(100vw - 32px));
  z-index: 40;
}
.meeting-room-live-shell.is-gallery-view.is-side-panel-open .meeting-room-chat-head-actions .meeting-room-side-close,
.meeting-room-live-shell.is-stage-fullscreen.is-side-panel-open .meeting-room-chat-head-actions .meeting-room-side-close {
  display: inline-flex;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-topbar {
  margin-bottom: 10px;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-bottom-dock {
  margin-top: 10px;
}
.meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-utility {
  display: none;
}
@media (max-width: 1100px) {
  .meeting-room-live-shell:not(.is-gallery-view) .meeting-room-live-side {
    display: none;
  }
  .meeting-room-live-shell.is-gallery-view .meeting-room-bottom-dock {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .meeting-room-live-shell.is-side-panel-open .meeting-room-live-side {
    display: block;
    position: fixed;
    top: 18px;
    right: 18px;
    bottom: 18px;
    width: min(380px, calc(100vw - 24px));
    z-index: 40;
  }
  .meeting-room-chat-head-actions .meeting-room-side-close {
    display: inline-flex;
  }
}
@media (max-width: 760px) {
  .meeting-room-live-topbar,
  .meeting-room-live-utility {
    flex-direction: column;
    align-items: stretch;
  }
  .meeting-room-live-shell.is-gallery-view .meeting-room-video-grid-remote {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .meeting-room-live-shell.is-gallery-view .meeting-room-bottom-dock {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1360px) {
  .meeting-room-shell {
    width: min(1640px, calc(100vw - 40px));
  }
  .meeting-room-live-layout {
    grid-template-columns: minmax(0, 1fr) 500px;
    grid-template-areas:
      "main strip"
      "main side";
    grid-template-rows: auto minmax(0, 1fr);
  }
  .meeting-room-video-grid-remote {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: unset;
    gap: 18px;
    overflow: visible;
  }
  .meeting-room-video-grid-remote .meeting-room-video {
    min-height: 170px;
    max-height: 170px;
  }
  .meeting-room-live-shell.is-host-view .meeting-room-video-panel-featured .meeting-room-video,
  .meeting-room-live-shell.is-participant-view .meeting-room-video-panel-featured .meeting-room-video {
    min-height: min(66vh, 760px);
    max-height: min(66vh, 760px);
  }
}

/* Footer above-decoration (monstera green leaf) */
.footer-leaf-above {
  max-width: 1200px;
  margin: 60px auto -40px;
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.footer-leaf-above img {
  width: 200px;
  margin: 0 auto;
  opacity: 0.85;
}

/* FOOTER */
.footer-wrapper {
  position: relative;
  background: var(--primary);
  color: rgba(232, 243, 238, 0.85);
  padding: 120px 40px 40px;
  margin-top: 0;
}
.footer-wrapper::before {
  content: '';
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: 80px;
  background: var(--body-bg);
  border-bottom-left-radius: 50% 80px;
  border-bottom-right-radius: 50% 80px;
}
.footer-inner {
  max-width: 700px; margin: 0 auto;
  text-align: center;
  position: relative; z-index: 2;
}
.footer-logo-link { display: inline-block; margin-bottom: 16px; }
.footer-logo { max-width: 200px; margin: 0 auto 4px; opacity: 0.95; }
.footer-socials {
  display: flex; justify-content: center; gap: 20px;
  margin-bottom: 32px;
}
.footer-socials a {
  width: 42px; height: 42px;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent);
  transition: background .2s, color .2s;
}
.footer-socials a:hover { background: var(--accent); color: var(--primary); }
.footer-socials svg { width: 16px; height: 16px; fill: currentColor; }
.footer-divider { height: 1px; background: rgba(214, 169, 68, 0.3); margin: 40px 0 50px; }
.footer-links {
  font-family: var(--serif);
  font-size: 14px;
  color: rgba(232, 243, 238, 0.85);
  margin-bottom: 20px;
}
.footer-links a { color: rgba(232, 243, 238, 0.9); }
.footer-links a:hover { color: var(--accent); }
.footer-sep { opacity: 0.5; margin: 0 8px; }

.footer-copy {
  font-family: var(--sans);
  font-size: 11px;
  color: rgba(232, 243, 238, 0.55);
  letter-spacing: 1.5px;
}

/* SCROLL TOP — gold double-chevron, sits in normal flow above footer */
.scroll-top-wrap {
  text-align: right;
  padding: 30px 40px 20px;
  background: transparent;
}
.scroll-top {
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  line-height: 0;
  transition: transform .2s ease;
}
.scroll-top svg {
  width: 36px;
  height: 44px;
  display: block;
}
.scroll-top:hover {
  transform: translateY(-4px);
}
.scroll-top:focus {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 4px;
}

/* MOBILE NAV */
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  font-size: 28px;
  color: var(--primary);
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 1025px) {
  .section-grid { grid-template-columns: 1fr; gap: 50px; }
  .section-grid.reverse { direction: ltr; }
  .h-display { font-size: 56px; }
  .h-section { font-size: 40px; }
  .leaf-ml, .leaf-mr { display: none; }
}

/* Mobile nav drawer (hidden by default) */
.mobile-nav-top { display: none; }
.nav-close {
  background: transparent;
  border: 0;
  font-size: 32px;
  color: var(--primary);
  cursor: pointer;
  line-height: 1;
}
.logo-alt img { height: 38px; }

@media (max-width: 768px) {
  .homepage-hero {
    padding: 82px 20px 44px;
  }
  .homepage-hero::after {
    height: 68px;
    border-top-left-radius: 50% 68px;
    border-top-right-radius: 50% 68px;
  }
  .homepage-hero .eyebrow {
    font-size: 18px;
  }
  .homepage-hero .hero-lead {
    font-size: 18px;
    margin-top: 22px;
  }
  .homepage-hero .hero-bullets li {
    font-size: 17px;
    padding-left: 28px;
  }
  .homepage-hero .hero-image {
    border-radius: 28px;
  }
  .homepage-hero .hero-image-shell {
    padding: 12px;
    border-radius: 28px;
  }
  .homepage-hero .hero-image-shell::before,
  .homepage-hero .hero-image-shell::after {
    top: 24px;
    bottom: 24px;
    width: 58px;
    filter: blur(14px);
  }
  .hero-media-note {
    font-size: 15px;
    padding: 12px 16px;
    margin-top: -12px;
  }
  .homepage-ribbon {
    margin-top: 0;
  }
  .site-header { padding: 14px 20px; position: sticky; }
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: var(--off-white);
    padding: 20px;
    display: none;
    flex-direction: column;
    z-index: 200;
    overflow-y: auto;
  }
  body.nav-open .site-nav { display: flex; }
  body.nav-open { overflow: hidden; }
  .mobile-nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(23,84,62,0.1);
    margin-bottom: 24px;
  }
  .site-nav ul {
    flex-direction: column;
    gap: 24px;
    padding: 0 8px;
  }
  .site-nav ul a { font-size: 22px; }
  .site-nav .header-cta {
    margin: 24px auto 0;
    align-self: center;
    min-width: 220px;
  }

  .section { padding: 60px 20px; }
  .h-display { font-size: 42px; }
  .h-section { font-size: 32px; }
  .homepage-feature,
  .homepage-launch,
  .homepage-blog {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .homepage-feature::after,
  .homepage-launch::after,
  .homepage-blog::after,
  .section.section-green::after,
  .section.section-soft::after,
  .sales-section.green::after,
  .fcontent-hero::after,
  .fcontent-block::after,
  .about-intro::after,
  .about-body::after,
  .about-gallery::after,
  .contact-hero::after,
  .offers-hero::after,
  .offers-listing::after {
    height: 72px;
  }
  .homepage-blog .blog-grid {
    margin-top: 34px;
  }
  .meeting-room-card {
    padding: 28px 22px;
    border-radius: 20px;
  }
  .meeting-room-card h1 {
    font-size: 42px;
  }
  .meeting-room-state h2 {
    font-size: 28px;
  }
  .meeting-room-home-grid,
  .meeting-room-form-grid,
  .meeting-room-feature-grid {
    grid-template-columns: 1fr;
  }
  .meeting-room-live-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "strip"
      "side";
    grid-template-rows: auto auto auto;
  }
  .meeting-room-video-grid-remote {
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 200px);
  }
  .meeting-room-chat-panel {
    position: static;
    max-height: none;
    min-height: 360px;
  }
  .meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-main {
    padding: 0;
  }
  .meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-side {
    display: none;
  }
  .meeting-room-live-shell.is-stage-fullscreen .meeting-room-live-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "main"
      "strip";
  }
  .meeting-room-live-shell.is-stage-fullscreen .meeting-room-video-grid-remote {
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 200px);
    gap: 12px;
    padding: 0;
  }
  .meeting-room-live-shell.is-stage-fullscreen .meeting-room-video-grid-remote .meeting-room-video {
    min-height: 88px;
    max-height: 88px;
  }
  .meeting-room-live-shell.is-stage-fullscreen .meeting-room-chat-panel {
    min-height: 320px;
    max-height: none;
  }
  .meeting-room-live-shell.is-host-view .meeting-room-video-panel-featured .meeting-room-video {
    min-height: 0;
  }
  .meeting-room-video-panel-featured .meeting-room-video {
    aspect-ratio: 16 / 9;
    min-height: 380px;
  }
  .footer-wrapper { padding: 90px 20px 30px; }
  .footer-leaf-above img { width: 140px; }
  .breadcrumbs { padding: 18px 20px 0; font-size: 14px; }
  .leaf { display: none; }
  .header-icons {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    gap: 4px;
  }
  .icon-btn { width: 28px; height: 28px; }
  .icon-btn-img { width: 20px; height: 20px; }
}

/* Final meeting layout overrides: this stays after the responsive base rules. */
body .meeting-room-live-shell { gap: 16px; padding: 20px; border-radius: 28px; background: linear-gradient(145deg, #f6fbf7, #e4f1e8); }
body .meeting-room-live-layout { grid-template-columns: minmax(0, 1.55fr) minmax(330px, .92fr) minmax(280px, .72fr); grid-template-areas: "main strip side"; grid-template-rows: minmax(0, 1fr); gap: 16px; }
body .meeting-room-live-main, body .meeting-room-live-strip, body .meeting-room-live-side { min-width: 0; }
body .meeting-room-video-panel { background: #10271f; }
body .meeting-room-video-panel-featured .meeting-room-video { aspect-ratio: 16 / 10; min-height: min(58vh, 660px); max-height: none; }
body .meeting-room-video-grid-remote { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: row; gap: 12px; max-height: min(58vh, 660px); overflow-y: auto; padding-right: 4px; }
body .meeting-room-video-grid-remote .meeting-room-video { min-height: 0; max-height: none; aspect-ratio: 16 / 10; }
body .meeting-room-video-empty { grid-column: 1 / -1; min-height: 170px; }
body .meeting-room-chat-panel { min-height: min(58vh, 660px); max-height: min(58vh, 660px); background: rgba(255,255,255,.94); }
body .meeting-room-live-toolbar, body .meeting-room-live-participants { display: none; }
body .meeting-room-bottom-dock { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 0; padding: 10px; border-radius: 20px; background: rgba(255,255,255,.82); }
body .meeting-room-dock-button { min-height: 64px; background: transparent; color: #145b45; border-color: transparent; }
body .meeting-room-dock-button-share { background: rgba(20,91,69,.1); }
body .meeting-room-dock-button-end { background: #d6a944; color: #fff; }

@media (max-width: 1180px) {
  body .meeting-room-live-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); grid-template-areas: "main strip" "side side"; }
  body .meeting-room-live-side { display: block !important; }
  body .meeting-room-chat-panel { min-height: 300px; max-height: 420px; }
}
@media (max-width: 760px) {
  body .meeting-room-live-shell { padding: 12px; border-radius: 22px; }
  body .meeting-room-live-layout { grid-template-columns: 1fr; grid-template-areas: "main" "strip" "side"; }
  body .meeting-room-video-panel-featured .meeting-room-video { min-height: 0; aspect-ratio: 16 / 10; }
  body .meeting-room-video-grid-remote { max-height: 480px; gap: 8px; }
  body .meeting-room-chat-panel { min-height: 320px; max-height: none; }
  body .meeting-room-bottom-dock { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; padding: 6px; }
  body .meeting-room-dock-button { min-height: 56px; font-size: 10px; }
}

/* Primary Yogina gallery: mirror the light host, six-camera, and chat layout. */
body .meeting-room-live-shell.is-gallery-view {
  padding: 18px;
  border: 1px solid rgba(20, 91, 69, .22);
  border-radius: 26px;
  background: linear-gradient(135deg, #fcfaf2 0%, #edf3e8 54%, #f7f1de 100%);
  box-shadow: 0 24px 55px rgba(20, 91, 69, .12);
}
body .meeting-room-live-shell.is-gallery-view .meeting-room-live-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(390px, .78fr) minmax(290px, .52fr);
  grid-template-areas: "main strip side";
  grid-template-rows: minmax(0, 1fr);
  gap: 12px;
}
body .meeting-room-live-shell.is-gallery-view .meeting-room-live-main,
body .meeting-room-live-shell.is-gallery-view .meeting-room-live-side { display: block; position: static; width: auto; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-live-strip { display: block; padding: 0; background: transparent; border: 0; box-shadow: none; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-video-grid-remote {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-columns: unset;
  gap: 10px;
  max-height: none;
  overflow-y: auto;
}
body .meeting-room-live-shell.is-gallery-view .meeting-room-video-panel,
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-panel,
body .meeting-room-live-shell.is-gallery-view .meeting-room-side-panel-participants {
  background: rgba(255, 255, 252, .94);
  border: 1px solid rgba(20, 91, 69, .35);
  box-shadow: 0 10px 22px rgba(20, 91, 69, .09);
}
body .meeting-room-live-shell.is-gallery-view .meeting-room-video-panel-featured .meeting-room-video { min-height: min(56vh, 620px); max-height: none; aspect-ratio: 16 / 10; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-video-grid-remote .meeting-room-video { min-height: 0; max-height: none; aspect-ratio: 16 / 10; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-video-empty { min-height: 180px; color: #4c7b6a; background: rgba(231, 239, 226, .72); border-color: rgba(20, 91, 69, .18); }
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-panel { display: flex; min-height: min(56vh, 620px); max-height: none; color: #183f32; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-head strong,
body .meeting-room-live-shell.is-gallery-view .meeting-room-side-head strong,
body .meeting-room-live-shell.is-gallery-view .meeting-room-participant-name { color: #17543e; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-head span,
body .meeting-room-live-shell.is-gallery-view .meeting-room-participant-meta,
body .meeting-room-live-shell.is-gallery-view .meeting-room-side-participant-count { color: #6e8d80; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-message { background: #fbfaf4; border-color: rgba(20, 91, 69, .15); }
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-message.is-self { background: #e4efdf; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-message-head strong { color: #17543e; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-message-head span,
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-message-body { color: #395e51; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-input { background: #fffef9; border-color: rgba(20, 91, 69, .22); color: #183f32; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-live-status { background: rgba(255,255,255,.8); border-color: rgba(20, 91, 69, .18); color: #285d4a; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-bottom-dock { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 14px; background: rgba(255,255,252,.88); border: 1px solid rgba(20, 91, 69, .35); }
body .meeting-room-live-shell.is-gallery-view .meeting-room-dock-button { background: transparent; color: #1d5945; border-color: transparent; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-dock-button-share { background: #e7efe2; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-dock-button-end { background: #c39941; color: #fff; }
body .meeting-room-live-shell.is-gallery-view.is-side-panel-open .meeting-room-live-side { position: static; top: auto; right: auto; bottom: auto; width: auto; z-index: auto; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-live-toolbar,
body .meeting-room-live-shell.is-gallery-view .meeting-room-live-participants { display: none; }
body .meeting-room-card-live > .meeting-room-kicker,
body .meeting-room-card-live > h1,
body .meeting-room-card-live > .meeting-room-meta,
body .meeting-room-card-live > .meeting-room-state { display: none; }
body .meeting-room-card-entry {
  max-width: 1120px;
  margin: 22px auto;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(20, 91, 69, .2);
  background: linear-gradient(135deg, #fcfaf2 0%, #edf3e8 54%, #f7f1de 100%);
  box-shadow: 0 26px 62px rgba(20, 91, 69, .14);
}
body .meeting-room-card-entry .meeting-room-kicker { color: #7a916e; font-size: 13px; letter-spacing: .2em; }
body .meeting-room-card-entry h1 { max-width: 15ch; color: #173f31; font-size: clamp(42px, 6vw, 72px); }
body .meeting-room-card-entry .meeting-room-meta span { border-color: rgba(20,91,69,.2); background: rgba(255,255,252,.65); color: #356b57; }
body .meeting-room-card-entry .meeting-room-home-grid { grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr); gap: clamp(22px, 5vw, 64px); align-items: center; }
body .meeting-room-card-entry .meeting-room-state h2 { color: #17543e; font-size: clamp(28px, 3vw, 42px); }
body .meeting-room-card-entry .meeting-room-state p { max-width: 53ch; color: #507264; font-size: 18px; line-height: 1.65; }
body .meeting-room-card-entry .meeting-room-feature,
body .meeting-room-card-entry .meeting-room-home-panel { background: rgba(255,255,252,.72); border-color: rgba(20,91,69,.15); }
body .meeting-room-card-entry .meeting-room-form { padding: 24px; border-radius: 22px; background: rgba(255,255,252,.83); border: 1px solid rgba(20,91,69,.16); box-shadow: 0 14px 30px rgba(20,91,69,.08); }
body .meeting-room-card-entry .meeting-room-form .field { display: grid; gap: 7px; }
body .meeting-room-card-entry .meeting-room-form label { color: #285d4a; font-weight: 700; }
body .meeting-room-card-entry .meeting-room-form input { min-height: 52px; border-color: rgba(20,91,69,.22); background: #fffef9; }
body .meeting-room-card-entry .meeting-room-form .btn { width: 100%; min-height: 54px; margin-top: 6px; border: 0; background: linear-gradient(135deg, #b9913d, #d7b55a); color: #fff; box-shadow: 0 12px 24px rgba(175,137,48,.25); }
body .meeting-room-stage-header {
  display: grid;
  grid-template-columns: minmax(290px, .9fr) minmax(360px, 1.25fr) minmax(180px, .5fr);
  align-items: center;
  gap: 20px;
  padding: 2px 8px 18px;
  color: #163f31;
}
body .meeting-room-stage-brand { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
body .meeting-room-stage-brand span { font-family: Caudex, Georgia, serif; font-size: clamp(28px, 2.5vw, 47px); line-height: 1; }
body .meeting-room-stage-brand i { height: 38px; width: 1px; background: rgba(20,91,69,.22); }
body .meeting-room-stage-brand em { font-family: Caudex, Georgia, serif; font-size: 25px; font-style: normal; }
body .meeting-room-stage-title { display: flex; justify-content: center; align-items: center; gap: 16px; font-family: Caudex, Georgia, serif; font-size: clamp(22px, 2.1vw, 38px); text-align: center; }
body .meeting-room-stage-title span { color: #829575; font-size: 34px; }
body .meeting-room-stage-presence { display: flex; justify-content: flex-end; align-items: center; gap: 18px; font-size: 17px; white-space: nowrap; }
body .meeting-room-stage-presence b { display: inline-flex; gap: 8px; align-items: center; padding: 10px 16px; border-radius: 7px; color: #fff; background: linear-gradient(135deg, #b8943d, #d4b75e); font-size: 14px; letter-spacing: .08em; }
body .meeting-room-stage-presence b i { width: 8px; height: 8px; border-radius: 50%; background: #fff; }
body .meeting-room-live-shell.is-gallery-view .meeting-room-live-topbar { display: none; }

@media (max-width: 1180px) {
  body .meeting-room-live-shell.is-gallery-view .meeting-room-live-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); grid-template-areas: "main strip" "side side"; }
  body .meeting-room-live-shell.is-gallery-view .meeting-room-chat-panel { min-height: 300px; }
  body .meeting-room-stage-header { grid-template-columns: 1fr auto; }
  body .meeting-room-stage-title { grid-column: 1 / -1; grid-row: 2; }
}
@media (max-width: 760px) {
  body .meeting-room-live-shell.is-gallery-view { padding: 12px; }
  body .meeting-room-live-shell.is-gallery-view .meeting-room-live-layout { grid-template-columns: 1fr; grid-template-areas: "main" "strip" "side"; }
  body .meeting-room-live-shell.is-gallery-view .meeting-room-video-grid-remote { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body .meeting-room-live-shell.is-gallery-view .meeting-room-video-panel-featured .meeting-room-video { min-height: 0; }
  body .meeting-room-live-shell.is-gallery-view .meeting-room-bottom-dock { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body .meeting-room-stage-header { grid-template-columns: 1fr; gap: 10px; padding: 4px 2px 14px; text-align: center; }
  body .meeting-room-stage-brand, body .meeting-room-stage-presence, body .meeting-room-stage-title { justify-content: center; }
  body .meeting-room-stage-brand span { font-size: 32px; }
  body .meeting-room-stage-brand em { font-size: 19px; }
  body .meeting-room-stage-title { grid-column: auto; grid-row: auto; font-size: 24px; }
  body .meeting-room-card-entry { margin: 8px auto; padding: 26px 20px; }
  body .meeting-room-card-entry .meeting-room-home-grid,
  body .meeting-room-card-entry .meeting-room-form-grid { grid-template-columns: 1fr; }
}
