   :root {
      --stone-950: #1c1917;
      --stone-900: #292524;
      --stone-600: #57534e;
      --stone-200: #e7e5e4;
      --stone-100: #f5f5f4;
      --white: #ffffff;
      --amber: #d97706;
      --amber-dark: #92400e;
      --blue: #0369a1;
    }

    .pg-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    }

    audio { width: 100%; }

    .hero_top {
      position: relative;
      overflow: hidden;
      color: white;
      padding: 80px 20px;
      background-image:
        linear-gradient(rgba(28,25,23,.72), rgba(28,25,23,.72)),
        url('https://gtsacademy.com/wp-content/uploads/2026/05/meditate-bg.webp');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
    }

    .hero_top::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top, rgba(251,191,36,.22), transparent 40%);
      pointer-events: none;
    }

    .hero_top-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }

    .eyebrow {
      display: inline-block;
      margin-bottom: 22px;
      padding: 10px 16px;
      border: 1px solid rgba(252,211,77,.35);
      border-radius: 999px;
      background: rgba(255,255,255,.12);
      color: #fef3c7;
      font-family: Arial, sans-serif;
      font-size: 14px;
    }

    .pg-h1 {
      margin: 0;
      font-size: clamp(48px, 7vw, 82px);
      line-height: .95;
      color: var(--white);
    }

    .hero_top-copy {
      margin-top: 28px;
      font-size: 21px;
      line-height: 1.55;
      color: #f5f5f4;
    }

    .pg-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .pg-button {
      display: inline-block !important;
      padding: 16px 28px !important;
      border-radius: 18px !important;
      background: var(--amber) !important;
      color: white !important;
      text-decoration: none;
      border: none;
      line-height: 20px !important;
      text-transform: none !important;
      cursor: pointer !important;
      margin-top: 10px;
    }

    .pg-btn-wrap { padding-bottom: 0; }

    .pg-button:hover { background: var(--amber-dark); }
    .pg-button.secondary { background: white; color: #1c1917; }

    .flyer {
      padding: 12px;
      border-radius: 32px;
      background: rgba(255,255,255,.1);
    }

    .flyer-card::before {
      content: "";
      position: absolute;
      width: 620px;
      height: 620px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(217,119,6,.28) 0%, rgba(217,119,6,.08) 42%, rgba(217,119,6,0) 72%);
      top: -220px;
      right: -180px;
      z-index: 0;
      filter: blur(2px);
    }

    .flyer-card::after {
      content: "";
      position: absolute;
      width: 460px;
      height: 460px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(3,105,161,.22) 0%, rgba(3,105,161,.06) 46%, rgba(3,105,161,0) 74%);
      bottom: -180px;
      left: -120px;
      z-index: 0;
      filter: blur(1px);
    }

    .flyer-card {
      position: relative;
      min-height: 520px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 24px;
      overflow: hidden;
      color: #1c1917;
      padding: 36px;
      background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(245,245,244,.96));
      border: 1px solid rgba(255,255,255,.45);
      backdrop-filter: blur(10px);
      box-shadow: 0 18px 48px rgba(0,0,0,.18);
    }

    .flyer-card-content {
      position: relative;
      z-index: 2;
      max-width: 420px;
      text-align: center;
    }

    .flyer-card h2 {
      margin: 0;
      font-size: clamp(40px, 5vw, 64px);
      line-height: 0.95;
    }

    .flyer-card p {
      font-size: 22px;
      line-height: 1.35;
    }

    .section { padding: 80px 20px; }
    .light { background: #f5f5f4; }
    .pg-center { text-align: center; }

    .pg-label {
      font-family: Arial, sans-serif;
      font-size: 13px;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: var(--amber-dark);
      font-weight: bold;
    }

    .pg-h2 {
      font-size: clamp(34px, 5vw, 56px);
      margin-top: 12px;
      line-height: 1.05;
    }

    .media-card {
      margin-top: 36px;
      border-radius: 32px;
      overflow: hidden;
      box-shadow: 0 24px 70px rgba(28, 25, 23, 0.16);
    }

    .video_cont {
      background: #292524;
      color: white;
      min-height: 420px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px;
      font-family: Arial, sans-serif;
    }

    .play-icon {
      width: 78px;
      height: 78px;
      margin: 0 auto 18px;
      border: 3px solid #fcd34d;
      border-radius: 50%;
      position: relative;
    }

    .play-icon::after {
      content: "";
      position: absolute;
      left: 31px;
      top: 22px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 22px solid #fcd34d;
    }

    .audio_cont {
      background: white;
      padding: 24px;
      border: 1px solid #e7e5e4;
      border-top: 0;
    }

    .audio-box {
      margin-top: 12px;
      padding: 18px;
      border: 1px solid #e7e5e4;
      border-radius: 18px;
      background: #fafaf9;
      color: #57534e;
      font-family: Arial, sans-serif;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 24px;
      margin-top: 36px;
    }

    .card {
      display: flex;
      flex-direction: column;
      padding: 34px;
      border: 1px solid #e7e5e4;
      border-radius: 32px;
      background: white;
      box-shadow: 0 18px 42px rgba(28, 25, 23, 0.08);
    }

    .card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 22px;
      margin-bottom: 24px;
      display: block;
    }

    .card h3 {
      margin-top: 0;
      font-size: 28px;
      line-height: 1.1;
    }

    .card .pg-p {
      color: #57534e;
      line-height: 1.6;
      font-size: 18px;
      flex-grow: 1;
    }

    input {
      width: 100%;
      padding: 16px;
      border-radius: 16px;
      border: 1px solid #e7e5e4;
      margin-top: 14px;
      font-size: 16px;
    }

    footer {
      background: #1c1917;
      color: white;
      text-align: center;
      padding: 40px 20px;
    }

    @media (max-width: 900px) {
      .hero_top-grid,
      .cards { grid-template-columns: 1fr; }
      .hero_top { padding: 64px 20px; }
      .video_cont { min-height: 280px; }
    }