:root {
  --forest: #2f6b43;
  --forest-2: #3f7f4d;
  --forest-dark: #173f2c;
  --leaf: #9acb3c;
  --leaf-soft: #dfeec6;
  --sage: #edf5e9;
  --sage-2: #f5f9f2;
  --cream: #fbfaf4;
  --lavender: #624391;
  --lavender-dark: #452c71;
  --lavender-soft: #eee6f7;
  --gold: #d6b55e;
  --gold-dark: #a87b25;
  --warm: #c65d15;
  --warm-soft: #fff3e5;
  --ink: #203128;
  --muted: #647168;
  --line: #dfe8dc;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(31, 72, 44, .09);
  --shadow-md: 0 22px 55px rgba(31, 72, 44, .15);
  --shadow-lg: 0 35px 85px rgba(24, 65, 40, .20);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Aptos, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--leaf-soft); color: var(--forest-dark); }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 9px;
  background: var(--forest-dark);
  color: #fff;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 108px 0; overflow: hidden; }
.section-white { background: #fff; }
.section-light { background: linear-gradient(180deg, #f8fbf6 0%, #f2f7ef 100%); }

.announcement {
  position: relative;
  z-index: 30;
  background: var(--forest-dark);
  color: rgba(255,255,255,.92);
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.announcement-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(47,107,67,.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 285px; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: contain; box-shadow: 0 7px 22px rgba(87,58,132,.12); }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 26px; color: var(--lavender-dark); letter-spacing: .01em; }
.brand small { margin-top: 4px; font-size: 11px; color: var(--muted); letter-spacing: .03em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 700; color: #405047; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--leaf); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(154,203,60,.55); outline-offset: 3px; }
.button-small { padding: 13px 20px; background: var(--forest); color: #fff; font-size: 14px; white-space: nowrap; box-shadow: 0 9px 24px rgba(47,107,67,.22); }
.button-primary { background: linear-gradient(135deg, var(--forest), #3f8a50); color: #fff; box-shadow: 0 14px 32px rgba(47,107,67,.28); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(47,107,67,.34); }
.button-large { padding: 18px 27px; min-height: 59px; font-size: 16px; }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-outline { padding: 15px 24px; border: 2px solid var(--forest); color: var(--forest); background: transparent; }
.button-outline:hover { background: var(--forest); color: #fff; }
.button-gold { color: var(--forest-dark); background: linear-gradient(135deg, #efcf73, var(--gold)); box-shadow: 0 16px 36px rgba(214,181,94,.30); }
.button-gold:hover { box-shadow: 0 20px 44px rgba(214,181,94,.38); }

.hero {
  position: relative;
  padding: 94px 0 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(154,203,60,.18), transparent 32%),
    radial-gradient(circle at 92% 24%, rgba(98,67,145,.11), transparent 30%),
    linear-gradient(180deg, #fbfdf9 0%, #f1f7ed 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  pointer-events: none;
  background-image: radial-gradient(rgba(47,107,67,.20) .8px, transparent .8px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 360px; height: 360px; background: rgba(154,203,60,.12); left: -120px; bottom: 40px; }
.hero-glow-two { width: 260px; height: 260px; background: rgba(98,67,145,.10); right: -80px; top: 80px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 50px; }
.hero-copy { padding: 20px 0 38px; }
.eyebrow { margin: 0 0 16px; display: flex; align-items: center; gap: 10px; color: var(--forest); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--leaf); border-radius: 99px; }
.eyebrow.centered { justify-content: center; }
.eyebrow-light { color: rgba(255,255,255,.78); }
.eyebrow-light span { background: var(--gold); }
.eyebrow-warm { color: var(--warm); }
.eyebrow-warm span { background: var(--warm); }
.hero h1, .section-heading h2, .video-copy h2, .practice-heading h2, .bonus-copy h2, .devices-copy h2, .instructor-copy h2, .faq-intro h2, .final-cta h2, .certificate-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.hero h1 { max-width: 700px; font-size: clamp(46px, 5.4vw, 74px); color: var(--forest-dark); }
.hero h1 em, .section-heading h2 em, .bonus-copy h2 em { color: var(--lavender); font-style: normal; }
.hero-levels { margin: 12px 0 19px; color: var(--forest-2); font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 700; letter-spacing: .04em; }
.hero-lead { max-width: 690px; margin: 0; color: #4e5e54; font-size: 19px; line-height: 1.68; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.hero-benefits span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(47,107,67,.13); border-radius: 999px; background: rgba(255,255,255,.75); color: #385143; font-size: 13px; font-weight: 800; box-shadow: 0 7px 20px rgba(31,72,44,.05); }
.hero-benefits svg { width: 17px; height: 17px; fill: none; stroke: var(--forest); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.price-panel { display: flex; align-items: center; gap: 28px; max-width: 565px; padding: 19px 22px; border: 1px solid rgba(98,67,145,.14); border-radius: 22px; background: linear-gradient(135deg, #fff, #f6f0fb); box-shadow: var(--shadow-sm); }
.price-kicker { display: block; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price { display: flex; align-items: flex-start; color: var(--lavender-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: 1; }
.price small { font-size: 48px; }
.price sup { margin: 4px 0 0 5px; font-size: 24px; }
.price-note { padding-left: 26px; border-left: 1px solid rgba(98,67,145,.15); color: #68736b; font-size: 13px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 24px; }
.text-link { color: var(--forest); font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(47,107,67,.25); }
.text-link:hover { color: var(--lavender); }
.secure-note { display: flex; align-items: center; gap: 8px; margin: 15px 0 0 6px; color: #758078; font-size: 12px; }
.secure-note svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero-visual { position: relative; min-height: 690px; isolation: isolate; }
.visual-orbit { position: absolute; border: 1px dashed rgba(47,107,67,.25); border-radius: 50%; z-index: -1; animation: orbitSpin 24s linear infinite; }
.orbit-one { width: 560px; height: 560px; right: -30px; top: 55px; }
.orbit-two { width: 420px; height: 420px; right: 45px; top: 125px; animation-direction: reverse; animation-duration: 19s; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.material-card { position: absolute; margin: 0; background: #fff; border: 1px solid rgba(47,107,67,.12); box-shadow: var(--shadow-lg); overflow: visible; }
.material-card img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: inherit; }
.material-card-main { width: 330px; left: 50%; top: 18px; transform: translateX(-38%); border-radius: 18px; padding: 10px; z-index: 4; animation: floatMain 6s ease-in-out infinite; }
.material-card-main img { border-radius: 10px; }
.material-card-n1 { width: 305px; left: -8px; top: 95px; transform: rotate(-7deg); border-radius: 16px; padding: 8px; z-index: 2; animation: floatSide 7s ease-in-out infinite; }
.material-card-n1 img, .material-card-n2 img { border-radius: 10px; }
.material-card-n2 { width: 310px; right: -15px; top: 290px; transform: rotate(7deg); border-radius: 16px; padding: 8px; z-index: 3; animation: floatSide 7.8s ease-in-out infinite reverse; }
.material-card-bonus { width: 175px; left: 22px; bottom: 15px; transform: rotate(-4deg); border-radius: 14px; padding: 7px; z-index: 5; animation: floatMain 8s ease-in-out infinite reverse; }
.material-card-bonus img { border-radius: 8px; }
.material-label { position: absolute; z-index: 6; top: -13px; left: 18px; padding: 6px 11px; border-radius: 999px; background: var(--forest); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; box-shadow: 0 7px 18px rgba(47,107,67,.18); }
.material-label-bonus { background: var(--warm); }
@keyframes floatMain { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes floatSide { 0%,100% { translate: 0 0; } 50% { translate: 0 7px; } }
.floating-badge { position: absolute; z-index: 7; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 14px; background: rgba(255,255,255,.95); color: var(--forest-dark); font-size: 12px; font-weight: 900; box-shadow: var(--shadow-sm); border: 1px solid rgba(47,107,67,.10); }
.floating-badge svg { width: 19px; height: 19px; fill: none; stroke: var(--lavender); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.badge-certificate { right: 8px; top: 105px; }
.badge-lifetime { right: 65px; bottom: 32px; }

.quick-facts { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 22px; border: 1px solid rgba(47,107,67,.10); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.quick-facts div { min-height: 92px; padding: 18px 20px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.quick-facts div + div { border-left: 1px solid var(--line); }
.quick-facts strong { color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.2; }
.quick-facts span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.35; }

.section-heading { max-width: 790px; margin: 0 auto 56px; text-align: center; }
.section-heading h2, .video-copy h2, .practice-heading h2, .bonus-copy h2, .devices-copy h2, .instructor-copy h2, .faq-intro h2, .certificate-card h2 { font-size: clamp(38px, 4.2vw, 56px); color: var(--forest-dark); }
.section-heading > p:last-child { max-width: 690px; margin: 20px auto 0; color: var(--muted); font-size: 18px; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.resource-card { display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 25px; min-height: 320px; padding: 24px; border: 1px solid rgba(47,107,67,.11); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.resource-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.resource-image { position: relative; display: grid; place-items: center; min-height: 260px; padding: 12px; border-radius: 20px; background: linear-gradient(145deg, #f3f7f0, #fff); overflow: hidden; }
.resource-image img { width: 100%; height: 100%; max-height: 252px; object-fit: contain; object-position: center; }
.resource-image span { position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; background: var(--forest); color: #fff; font-size: 10px; font-weight: 900; }
.resource-card-bonus .resource-image span { background: var(--warm); }
.card-kicker { margin: 0 0 7px; color: var(--forest-2); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.resource-card-bonus .card-kicker { color: var(--warm); }
.resource-copy h3 { margin: 0 0 13px; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.22; }
.resource-copy p:last-child { margin: 0; color: var(--muted); font-size: 15px; }
.total-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-top: 32px; padding: 24px 30px; border-radius: 24px; background: linear-gradient(135deg, var(--forest-dark), var(--forest)); color: #fff; box-shadow: var(--shadow-md); }
.total-number { font-family: Georgia, "Times New Roman", serif; font-size: 56px; font-weight: 700; line-height: 1; color: var(--gold); }
.total-banner div:nth-child(2) { display: grid; }
.total-banner strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.total-banner span { color: rgba(255,255,255,.72); font-size: 13px; }
.total-banner a { display: inline-flex; align-items: center; gap: 7px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 13px; font-weight: 800; }
.total-banner a:hover { background: rgba(255,255,255,.10); }

.video-section { background: linear-gradient(135deg, #143c2a, #2d6842 58%, #35472f); color: #fff; }
.video-section::before { content: ""; position: absolute; inset: 0; opacity: .35; background: radial-gradient(circle at 10% 10%, rgba(154,203,60,.28), transparent 30%), radial-gradient(circle at 95% 95%, rgba(98,67,145,.30), transparent 28%); }
.video-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: center; }
.video-copy h2 { color: #fff; }
.video-copy > p:not(.eyebrow):not(.small-note) { color: rgba(255,255,255,.77); font-size: 18px; }
.video-points { display: grid; gap: 12px; margin: 28px 0; }
.video-points span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.90); font-size: 14px; font-weight: 700; }
.video-points svg { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: rgba(154,203,60,.18); fill: none; stroke: var(--leaf); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.small-note { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: 12px; }
.video-shell { padding: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.08); box-shadow: 0 35px 85px rgba(0,0,0,.28); backdrop-filter: blur(10px); }
.video-shell video { width: 100%; aspect-ratio: 16/9; border-radius: 19px; background: #0c2519; object-fit: contain; }
.video-caption { display: flex; align-items: center; gap: 8px; padding: 12px 8px 2px; color: rgba(255,255,255,.70); font-size: 11px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 rgba(154,203,60,.55); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(154,203,60,.55); } 70% { box-shadow: 0 0 0 8px rgba(154,203,60,0); } 100% { box-shadow: 0 0 0 0 rgba(154,203,60,0); } }

.levels-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.level-card { padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); }
.level-one { border-top: 5px solid var(--leaf); }
.level-two { border-top: 5px solid var(--lavender); }
.level-top { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.level-number { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: var(--sage); color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 700; }
.level-two .level-number { background: var(--lavender-soft); color: var(--lavender); }
.level-top p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.level-top h3 { margin: 2px 0 0; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: 32px; }
.level-card > img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: contain; border-radius: 17px; background: #f4f7f1; border: 1px solid var(--line); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 29px; color: #526057; font-size: 15px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--forest); font-size: 12px; font-weight: 900; }
.level-two .check-list li::before { background: var(--lavender-soft); color: var(--lavender); }

.practice-section { background: linear-gradient(180deg, #f3f8f0 0%, #fff 100%); }
.practice-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 55px; margin-bottom: 42px; }
.practice-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.video-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.video-item { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 17px; align-items: start; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 9px 26px rgba(31,72,44,.06); }
.video-item-featured { grid-column: 1 / -1; grid-template-columns: 58px 1fr auto; border-color: rgba(98,67,145,.22); background: linear-gradient(135deg, #fff, #f8f3fc); }
.video-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--sage); color: var(--forest); }
.video-item:nth-child(3) .video-icon, .video-item:nth-child(5) .video-icon { background: var(--lavender-soft); color: var(--lavender); }
.video-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.video-item span { color: var(--forest-2); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.video-item h3 { margin: 3px 0 7px; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.3; }
.video-item p { margin: 0; color: var(--muted); font-size: 13px; }
.featured-tag { align-self: center; padding: 7px 10px; border-radius: 999px; background: var(--lavender); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }

.gallery-section { background: #fff; }
.sample-gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.sample-card { margin: 0; padding: 9px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(31,72,44,.07); transition: transform .25s ease, box-shadow .25s ease; }
.sample-card:hover { transform: translateY(-6px) rotate(.4deg); box-shadow: var(--shadow-md); }
.sample-card img { width: 100%; height: auto; aspect-ratio: 1 / 1.414; object-fit: contain; border-radius: 11px; background: #f4f6f2; }
.sample-card figcaption { padding: 9px 4px 3px; color: var(--forest-dark); font-size: 11px; font-weight: 800; text-align: center; }

.bonus-section { background: linear-gradient(135deg, #fff8ee, #f7e7d2); }
.bonus-section::before { content: ""; position: absolute; width: 480px; height: 480px; left: -170px; top: -180px; border-radius: 50%; background: rgba(198,93,21,.07); }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.bonus-visual { position: relative; min-height: 650px; }
.bonus-cover { position: absolute; z-index: 3; width: 330px; height: auto; left: 50%; top: 0; transform: translateX(-50%) rotate(-1deg); object-fit: contain; border: 9px solid #fff; border-radius: 18px; box-shadow: var(--shadow-lg); }
.bonus-page { position: absolute; z-index: 2; width: 240px; height: auto; object-fit: contain; border: 7px solid #fff; border-radius: 14px; box-shadow: var(--shadow-md); }
.bonus-page-one { left: 0; bottom: 40px; transform: rotate(-8deg); }
.bonus-page-two { right: 0; bottom: 10px; transform: rotate(8deg); }
.bonus-ribbon { position: absolute; z-index: 6; top: 28px; left: 20px; padding: 11px 16px; border-radius: 999px; background: var(--warm); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .08em; box-shadow: 0 12px 26px rgba(198,93,21,.24); }
.bonus-copy h2 { color: #5e351d; }
.bonus-intro { color: #725846; font-size: 18px; }
.bonus-list { list-style: none; padding: 0; margin: 27px 0; display: grid; gap: 14px; }
.bonus-list li { position: relative; padding-left: 31px; color: #6d5443; font-size: 15px; }
.bonus-list li::before { content: "✦"; position: absolute; left: 0; top: -1px; color: var(--warm); font-size: 18px; }
.bonus-list strong { color: #533421; }
.bonus-value { display: inline-flex; align-items: center; gap: 15px; padding: 12px 16px; border: 1px solid rgba(198,93,21,.18); border-radius: 15px; background: rgba(255,255,255,.70); }
.bonus-value span { padding: 5px 9px; border-radius: 999px; background: var(--warm); color: #fff; font-size: 11px; font-weight: 900; }
.bonus-value strong { color: #5f3e28; font-size: 14px; }

.devices-section { background: linear-gradient(180deg, #fff 0%, #f5f9f3 100%); }
.devices-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.devices-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.device-benefits { display: grid; gap: 13px; margin-top: 28px; }
.device-benefits span { display: flex; align-items: center; gap: 11px; color: #435247; font-size: 14px; font-weight: 700; }
.device-benefits svg { width: 26px; height: 26px; padding: 5px; border-radius: 8px; background: var(--sage); fill: none; stroke: var(--forest); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.device-stage { position: relative; min-height: 510px; }
.device { position: absolute; background: #242925; box-shadow: var(--shadow-lg); }
.device-screen { overflow: hidden; background: #eef2eb; }
.device-screen img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.laptop { width: 590px; max-width: 88%; right: 0; top: 20px; padding: 12px 12px 18px; border-radius: 22px 22px 10px 10px; }
.laptop .device-screen { aspect-ratio: 16/10; border-radius: 12px; }
.laptop-base { position: absolute; left: -35px; right: -35px; bottom: -18px; height: 24px; border-radius: 4px 4px 20px 20px; background: linear-gradient(#d7d9d7, #a7aca8); }
.tablet { width: 205px; left: 25px; bottom: 5px; padding: 10px; border-radius: 22px; z-index: 4; }
.tablet .device-screen { aspect-ratio: 3/4; border-radius: 15px; }
.phone { width: 125px; right: 5px; bottom: 0; padding: 8px; border-radius: 24px; z-index: 5; }
.phone .device-screen { aspect-ratio: 9/18; border-radius: 17px; }
.phone-notch { position: absolute; z-index: 2; top: 7px; left: 50%; transform: translateX(-50%); width: 48px; height: 10px; border-radius: 0 0 8px 8px; background: #242925; }

.instructor-section { background: linear-gradient(135deg, #f4f0f9, #f7fbf4); }
.instructor-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.instructor-mark { position: relative; min-height: 480px; display: grid; place-items: center; }
.logo-halo { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(98,67,145,.15), rgba(154,203,60,.09) 58%, transparent 60%); }
.instructor-mark > img { position: relative; z-index: 2; width: 305px; height: 305px; border-radius: 50%; object-fit: contain; box-shadow: var(--shadow-lg); }
.credential-chip { position: absolute; z-index: 4; padding: 10px 14px; border: 1px solid rgba(98,67,145,.15); border-radius: 999px; background: rgba(255,255,255,.92); color: var(--lavender-dark); font-size: 11px; font-weight: 900; box-shadow: var(--shadow-sm); }
.chip-one { top: 52px; right: 10px; }
.chip-two { bottom: 55px; left: 0; }
.instructor-lead { color: #405047; font-size: 21px; line-height: 1.65; }
.instructor-copy > p:not(.eyebrow):not(.instructor-lead) { color: var(--muted); }
.credentials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.credentials div { padding: 16px; border: 1px solid rgba(98,67,145,.13); border-radius: 16px; background: rgba(255,255,255,.72); }
.credentials span { display: block; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.credentials strong { display: block; margin-top: 5px; color: var(--lavender-dark); font-size: 15px; }
.instructor-values { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.instructor-values span { padding: 7px 11px; border-radius: 999px; background: var(--sage); color: var(--forest); font-size: 11px; font-weight: 800; }

.purchase-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { position: relative; min-height: 260px; padding: 27px 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 26px rgba(31,72,44,.06); }
.step > span { position: absolute; top: 14px; right: 17px; color: rgba(47,107,67,.12); font-family: Georgia, "Times New Roman", serif; font-size: 58px; font-weight: 700; line-height: 1; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 16px; background: var(--sage); color: var(--forest); }
.step-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { position: relative; margin: 0 0 10px; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.25; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }
.checkout-card { display: grid; grid-template-columns: 1.3fr 1.1fr auto auto; align-items: center; gap: 28px; margin-top: 34px; padding: 24px; border-radius: 25px; background: linear-gradient(135deg, #153f2d, #2f6b43); color: #fff; box-shadow: var(--shadow-lg); }
.checkout-summary { display: flex; align-items: center; gap: 13px; }
.checkout-summary img { width: 58px; height: 58px; border-radius: 50%; object-fit: contain; }
.checkout-summary div { display: grid; line-height: 1.3; }
.checkout-summary span { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.checkout-summary strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.checkout-includes { display: flex; flex-wrap: wrap; gap: 7px; }
.checkout-includes span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 9px; font-weight: 800; }
.checkout-price { display: grid; text-align: right; white-space: nowrap; }
.checkout-price small { color: rgba(255,255,255,.60); font-size: 10px; }
.checkout-price strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
.checkout-card .button { background: var(--gold); color: var(--forest-dark); box-shadow: none; white-space: nowrap; }
.checkout-card > p { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 7px; margin: -8px 0 0; color: rgba(255,255,255,.58); font-size: 10px; }
.checkout-card > p svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.certificate-section { padding-top: 0; background: #fff; }
.certificate-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 38px 42px; border: 1px solid rgba(98,67,145,.15); border-radius: 28px; background: linear-gradient(135deg, #f7f2fb, #f4f9f1); box-shadow: var(--shadow-sm); }
.certificate-icon { width: 94px; height: 94px; display: grid; place-items: center; border-radius: 26px; background: var(--lavender); color: #fff; }
.certificate-icon svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.certificate-card h2 { font-size: 38px; }
.certificate-card p:last-child { margin: 9px 0 0; color: var(--muted); }

.faq-section { background: linear-gradient(180deg, #f4f8f2, #fff); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.contact-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--forest); font-size: 14px; font-weight: 800; }
.contact-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(31,72,44,.05); overflow: hidden; }
summary { position: relative; list-style: none; padding: 20px 58px 20px 22px; color: var(--forest-dark); font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ""; position: absolute; right: 23px; top: 50%; width: 15px; height: 2px; background: var(--forest); transition: transform .2s ease; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; overflow: hidden; padding: 100px 0; background: linear-gradient(135deg, #163e2b, #2f6b43); color: #fff; }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 28px 28px; }
.final-cta-shape { position: absolute; border-radius: 50%; }
.shape-left { width: 430px; height: 430px; left: -190px; top: -150px; background: rgba(154,203,60,.22); }
.shape-right { width: 360px; height: 360px; right: -130px; bottom: -150px; background: rgba(98,67,145,.28); }
.final-cta-inner { position: relative; z-index: 2; max-width: 850px; text-align: center; }
.final-cta-inner > img { width: 92px; height: 92px; margin: 0 auto 22px; border-radius: 50%; object-fit: contain; box-shadow: 0 14px 36px rgba(0,0,0,.22); }
.final-cta h2 { color: #fff; font-size: clamp(42px, 5vw, 64px); }
.final-cta-inner > p:not(.eyebrow) { max-width: 680px; margin: 19px auto; color: rgba(255,255,255,.75); font-size: 18px; }
.final-price { margin: 24px auto; display: flex; align-items: center; justify-content: center; gap: 15px; }
.final-price span { color: rgba(255,255,255,.66); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.final-price strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 42px; }
.final-cta small { display: block; margin-top: 14px; color: rgba(255,255,255,.47); font-size: 10px; }

.site-footer { padding: 52px 0 28px; background: #102c20; color: rgba(255,255,255,.70); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .9fr; gap: 35px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: contain; }
.footer-brand div { display: grid; line-height: 1.3; }
.footer-brand strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.footer-brand span { font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 19px; }
.footer-links a { font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; justify-items: end; }
.footer-contact span { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact a { color: #fff; font-size: 13px; font-weight: 800; }
.footer-bottom { display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; font-size: 10px; }
.disclaimer { color: rgba(255,255,255,.43); text-align: right; }

.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .nav-wrap { justify-content: space-between; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .hero-visual { transform: scale(.93); transform-origin: center; }
  .resource-card { grid-template-columns: 175px 1fr; }
  .sample-gallery { grid-template-columns: repeat(3, 1fr); }
  .checkout-card { grid-template-columns: 1fr 1fr; }
  .checkout-price { text-align: left; }
  .checkout-card .button { justify-self: end; }
  .laptop { width: 500px; }
}

@media (max-width: 920px) {
  body { font-size: 16px; }
  .section { padding: 84px 0; }
  .hero { padding-top: 66px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow:not(.video-copy .eyebrow):not(.bonus-copy .eyebrow):not(.devices-copy .eyebrow):not(.instructor-copy .eyebrow):not(.faq-intro .eyebrow):not(.certificate-card .eyebrow) { justify-content: center; }
  .hero h1, .hero-lead, .price-panel { margin-inline: auto; }
  .hero-benefits, .hero-actions { justify-content: center; }
  .secure-note { justify-content: center; }
  .hero-visual { min-height: 630px; max-width: 650px; width: 100%; margin: 0 auto; transform: none; }
  .material-card-main { left: 50%; transform: translateX(-50%); }
  .quick-facts { grid-template-columns: repeat(3, 1fr); }
  .quick-facts div:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .quick-facts div:nth-child(5) { border-top: 1px solid var(--line); }
  .video-grid, .bonus-grid, .devices-grid, .instructor-grid, .faq-grid { grid-template-columns: 1fr; }
  .video-copy, .bonus-copy, .devices-copy, .instructor-copy, .faq-intro { text-align: center; }
  .video-copy .eyebrow, .bonus-copy .eyebrow, .devices-copy .eyebrow, .instructor-copy .eyebrow, .faq-intro .eyebrow { justify-content: center; }
  .video-points, .device-benefits { max-width: 520px; margin-inline: auto; text-align: left; }
  .bonus-visual { order: 2; max-width: 650px; width: 100%; margin: 0 auto; }
  .bonus-list { max-width: 620px; margin-inline: auto; text-align: left; }
  .devices-grid { gap: 28px; }
  .device-stage { max-width: 680px; width: 100%; margin: 0 auto; }
  .instructor-mark { order: 2; }
  .credentials { max-width: 600px; margin-inline: auto; margin-top: 28px; }
  .instructor-values { justify-content: center; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .certificate-card { grid-template-columns: auto 1fr; }
  .certificate-card .button { grid-column: 1 / -1; justify-self: center; }
  .faq-intro { position: static; }
  .practice-heading { grid-template-columns: 1fr; gap: 15px; text-align: center; }
  .practice-heading .eyebrow { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; justify-items: start; }
}

@media (max-width: 720px) {
  body { padding-bottom: 74px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement-inner { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .announcement-inner::-webkit-scrollbar { display: none; }
  .site-header .button-small { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 22px; }
  .brand small { max-width: 215px; font-size: 9px; }
  .hero { padding-top: 50px; }
  .hero h1 { font-size: clamp(42px, 12vw, 57px); }
  .hero-levels { font-size: 25px; }
  .hero-lead { font-size: 17px; }
  .price-panel { max-width: 100%; gap: 15px; padding: 16px; }
  .price small { font-size: 41px; }
  .price-note { padding-left: 15px; font-size: 11px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 520px; }
  .material-card-main { width: 255px; top: 8px; }
  .material-card-n1 { width: 225px; left: -28px; top: 72px; }
  .material-card-n2 { width: 225px; right: -28px; top: 250px; }
  .material-card-bonus { width: 132px; left: 1px; bottom: 8px; }
  .badge-certificate { right: 0; top: 64px; }
  .badge-lifetime { right: 10px; bottom: 20px; }
  .floating-badge { font-size: 10px; padding: 8px 10px; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); }
  .quick-facts div:nth-child(3), .quick-facts div:nth-child(5) { border-left: 0; }
  .quick-facts div:nth-child(3), .quick-facts div:nth-child(4), .quick-facts div:nth-child(5) { border-top: 1px solid var(--line); }
  .quick-facts div:nth-child(4) { border-left: 1px solid var(--line); }
  .resource-grid, .levels-grid, .video-list { grid-template-columns: 1fr; }
  .resource-card { grid-template-columns: 125px 1fr; gap: 15px; min-height: 0; padding: 16px; }
  .resource-image { min-height: 190px; padding: 7px; }
  .resource-image img { max-height: 180px; }
  .resource-copy h3 { font-size: 21px; }
  .resource-copy p:last-child { font-size: 12px; }
  .total-banner { grid-template-columns: auto 1fr; padding: 20px; }
  .total-banner a { grid-column: 1 / -1; justify-content: center; }
  .video-grid { gap: 34px; }
  .video-item-featured { grid-column: auto; grid-template-columns: 58px 1fr; }
  .featured-tag { grid-column: 1 / -1; justify-self: start; margin-left: 75px; }
  .sample-gallery { grid-template-columns: repeat(2, 1fr); }
  .bonus-visual { min-height: 520px; }
  .bonus-cover { width: 250px; }
  .bonus-page { width: 170px; }
  .bonus-ribbon { left: 0; top: 10px; }
  .device-stage { min-height: 390px; }
  .laptop { width: 92%; top: 10px; }
  .tablet { width: 150px; left: 0; }
  .phone { width: 96px; right: 0; }
  .instructor-mark { min-height: 390px; }
  .logo-halo { width: 340px; height: 340px; }
  .instructor-mark > img { width: 235px; height: 235px; }
  .chip-one { top: 30px; right: 0; }
  .chip-two { bottom: 35px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .checkout-card { grid-template-columns: 1fr; text-align: center; }
  .checkout-summary { justify-content: center; }
  .checkout-includes { justify-content: center; }
  .checkout-price { text-align: center; }
  .checkout-card .button { justify-self: stretch; }
  .certificate-card { grid-template-columns: 1fr; text-align: center; padding: 28px 20px; }
  .certificate-icon { margin: 0 auto; }
  .certificate-card .eyebrow { justify-content: center; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-links { justify-content: center; }
  .footer-contact { justify-items: center; }
  .disclaimer { text-align: center; }
  .mobile-cta { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 70px; padding: 9px 14px; background: rgba(19,55,38,.97); color: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
  .mobile-cta div { display: grid; line-height: 1.15; }
  .mobile-cta span { color: rgba(255,255,255,.60); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
  .mobile-cta strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
  .mobile-cta a { padding: 12px 20px; border-radius: 999px; background: var(--gold); color: var(--forest-dark); font-size: 12px; font-weight: 900; }
}

@media (max-width: 440px) {
  .brand small { max-width: 180px; }
  .hero-benefits { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; }
  .hero-benefits span { justify-content: center; font-size: 11px; }
  .price-panel { align-items: stretch; }
  .price-note { display: flex; align-items: center; }
  .material-card-n1 { left: -50px; }
  .material-card-n2 { right: -50px; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .resource-card { grid-template-columns: 1fr; text-align: center; }
  .resource-image { max-height: 270px; }
  .resource-image img { max-height: 250px; }
  .total-number { font-size: 48px; }
  .sample-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .bonus-page { width: 145px; }
  .bonus-visual { min-height: 470px; }
  .credentials { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
