/*
Theme Name: NLP Family Blocksy Child
Description: Version-controlled presentation layer for NLPFamily.com.
Author: IKEO Group
Template: blocksy
Version: 0.3.1
Text Domain: nlpfamily-blocksy-child
*/

:root {
  --nlpf-bg: #faf5ee;
  --nlpf-bg-warm: #f5ebd6;
  --nlpf-bg-orange: #fce8d4;
  --nlpf-ink: #1a1410;
  --nlpf-ink-soft: #5c4f42;
  --nlpf-ink-muted: #8c7e6e;
  --nlpf-green: #1e3a34;
  --nlpf-green-deep: #0f241f;
  --nlpf-green-bg: #e5ede9;
  --nlpf-gold: #b8924b;
  --nlpf-gold-light: #d4b677;
  --nlpf-gold-bg: #f0e2be;
  --nlpf-cta: #ee7d45;
  --nlpf-cta-hover: #d66830;
  --nlpf-cta-soft: #fce4d4;
  --nlpf-line: #e4d5b8;
  --nlpf-line-soft: #ebe0c8;
  --nlpf-red-muted: #b85544;
  --nlpf-radius-sm: 12px;
  --nlpf-radius: 18px;
  --nlpf-radius-lg: 24px;
  --nlpf-radius-xl: 32px;
  --nlpf-shadow-sm: 0 8px 22px rgba(30, 22, 15, 0.07);
  --nlpf-shadow: 0 18px 46px rgba(30, 22, 15, 0.11);
  --nlpf-shadow-lg: 0 30px 70px rgba(30, 22, 15, 0.15);
}

html {
  scroll-behavior: smooth;
}

body,
.editor-styles-wrapper {
  background: var(--nlpf-bg);
  color: var(--nlpf-ink);
  font-family: "Sarabun", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3 {
  color: var(--nlpf-green-deep);
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

em {
  font-family: "Fraunces", "Bai Jamjuree", serif;
  font-weight: 500;
}

a {
  text-underline-offset: 0.18em;
}

[data-header*="type-1"] .ct-header [data-row*="top"] {
  font-size: 13px;
  letter-spacing: 0.01em;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
  border-bottom: 1px solid rgba(30, 58, 52, 0.12);
  box-shadow: 0 6px 20px rgba(26, 20, 16, 0.04);
}

.ct-header-text,
.ct-header-text p {
  margin: 0;
}

.nlpf-announce-dot {
  background: var(--nlpf-cta);
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin-right: 8px;
  width: 7px;
}

.site-title {
  font-size: clamp(17px, 2vw, 21px) !important;
  letter-spacing: -0.02em;
}

.menu > .menu-item > a {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.menu > .menu-item > a[href*="#pricing"] {
  background: var(--nlpf-cta);
  border-radius: 999px;
  color: #fff !important;
  min-height: 42px;
  padding-inline: 18px;
}

.menu > .menu-item > a[href*="#pricing"]:hover {
  background: var(--nlpf-cta-hover);
}

.wp-element-button,
.wp-block-button__link {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  display: inline-flex;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  min-height: 50px;
  padding: 0.72rem 1.5rem;
  text-transform: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
  transform: translateY(-1px);
}

.nlpf-button-primary .wp-block-button__link {
  background: var(--nlpf-cta);
  color: #fff;
}

.nlpf-button-primary .wp-block-button__link:hover {
  background: var(--nlpf-cta-hover);
}

.nlpf-button-secondary .wp-block-button__link {
  background: transparent;
  border-color: var(--nlpf-green);
  color: var(--nlpf-green);
}

.nlpf-button-secondary .wp-block-button__link:hover {
  background: var(--nlpf-green);
  color: #fff;
}

.nlpf-page {
  overflow: clip;
}

.nlpf-page > .wp-block-group,
.nlpf-page .wp-block-columns,
.nlpf-page .wp-block-column > :first-child,
.nlpf-page .wp-block-group > :first-child {
  margin-top: 0;
}

.nlpf-page > .wp-block-group,
.nlpf-page .wp-block-column > :last-child,
.nlpf-page .wp-block-group > :last-child {
  margin-bottom: 0;
}

.nlpf-shell,
.nlp-shell {
  margin-inline: auto !important;
  max-width: 1140px !important;
  padding-inline: 24px;
  width: 100%;
}

/*
 * Gutenberg centers constrained children that have their own max-width. Keep
 * section titles, lead copy, columns, and card grids on the shell's left edge;
 * explicit text alignment (for example the final CTA) still works normally.
 */
.nlpf-page .nlpf-shell.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.nlp-page .nlp-shell.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.nlpf-section,
.nlp-section {
  padding-block: clamp(64px, 8vw, 104px);
}

.nlpf-kicker,
.nlp-kicker {
  color: var(--nlpf-gold);
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.nlpf-kicker-light {
  color: var(--nlpf-gold-light);
}

.nlpf-section-title {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.14;
  margin-bottom: 20px;
  max-width: 760px;
}

.nlpf-section-lede,
.nlp-lede {
  color: var(--nlpf-ink-soft);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.75;
  max-width: 720px;
}

.nlpf-hero {
  background:
    radial-gradient(circle at 83% 22%, rgba(238, 125, 69, 0.13), transparent 23rem),
    linear-gradient(145deg, #fffaf3 0%, var(--nlpf-bg) 55%, var(--nlpf-bg-warm) 100%);
  min-height: min(810px, calc(100vh - 72px));
  padding-block: clamp(58px, 8vw, 92px);
  position: relative;
}

.nlpf-hero::before {
  border: 1px solid rgba(184, 146, 75, 0.35);
  border-radius: 50%;
  content: "";
  height: 280px;
  left: -170px;
  position: absolute;
  top: 80px;
  width: 280px;
}

.nlpf-hero-grid {
  align-items: center !important;
  gap: clamp(42px, 5vw, 68px);
  margin: 0;
}

.nlpf-hero-copy {
  flex-basis: 55%;
}

.nlpf-hero-visual {
  flex-basis: 45%;
  position: relative;
}

.nlpf-eyebrow {
  align-items: center;
  color: var(--nlpf-green);
  display: flex;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.09em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.nlpf-eyebrow::before {
  background: var(--nlpf-cta);
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.nlpf-display {
  color: var(--nlpf-green-deep);
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: 1.08;
  margin-bottom: 22px;
}

.nlpf-display em {
  color: var(--nlpf-cta);
  display: inline-block;
}

.nlpf-lede {
  margin-bottom: 24px;
}

.nlpf-hero-quote {
  border-left: 2px solid var(--nlpf-gold);
  color: var(--nlpf-ink-soft);
  font-family: "Fraunces", "Sarabun", serif;
  font-size: 17px;
  font-style: italic;
  margin: 0 0 25px;
  padding: 4px 0 4px 18px;
}

.nlpf-meta-grid {
  border-bottom: 1px solid var(--nlpf-line);
  border-top: 1px solid var(--nlpf-line);
  gap: 18px;
  margin: 0 0 27px;
  padding-block: 15px;
}

.nlpf-meta-label {
  color: var(--nlpf-ink-muted);
  font-size: 11px;
  letter-spacing: 0.09em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.nlpf-meta-value {
  color: var(--nlpf-green-deep);
  font-weight: 600;
}

.nlpf-actions {
  gap: 12px;
}

.nlpf-photo-placeholder,
.nlpf-instructor-photo {
  align-items: center;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(155deg, rgba(30, 58, 52, 0.03), rgba(30, 58, 52, 0.16)),
    var(--nlpf-green-bg);
  border: 1px solid rgba(30, 58, 52, 0.16);
  border-radius: var(--nlpf-radius-xl);
  box-shadow: var(--nlpf-shadow-lg);
  color: var(--nlpf-green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  overflow: hidden;
  padding: 36px;
  position: relative;
}

.nlpf-photo-placeholder::after,
.nlpf-instructor-photo::after {
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: calc(var(--nlpf-radius-xl) - 8px);
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
}

.nlpf-photo-icon {
  font-family: "Fraunces", serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 14px;
}

.nlpf-photo-title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.nlpf-photo-note {
  color: var(--nlpf-ink-muted);
  font-size: 13px;
}

.nlpf-floating-note {
  background: #fffaf3;
  border: 1px solid var(--nlpf-line-soft);
  border-radius: var(--nlpf-radius);
  bottom: 34px;
  box-shadow: var(--nlpf-shadow);
  color: var(--nlpf-ink-soft);
  left: -35px;
  padding: 14px 20px;
  position: absolute;
  width: 200px;
}

.nlpf-floating-note strong {
  color: var(--nlpf-cta);
  font-family: "Bai Jamjuree", sans-serif;
}

.nlpf-problem {
  background: var(--nlpf-bg);
}

.nlpf-card-grid {
  gap: 18px;
  margin-top: 42px;
}

.nlpf-card,
.nlpf-included-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--nlpf-line-soft);
  border-radius: var(--nlpf-radius);
  box-shadow: var(--nlpf-shadow-sm);
  padding: clamp(24px, 3vw, 34px);
}

.nlpf-card-number {
  color: var(--nlpf-cta);
  font-family: "Fraunces", serif;
  font-size: 14px;
  margin-bottom: 25px;
}

.nlpf-card h3,
.nlpf-included-card h3 {
  font-size: 23px;
  margin-bottom: 10px;
}

.nlpf-card p:last-child,
.nlpf-included-card p:last-child {
  color: var(--nlpf-ink-soft);
}

.nlpf-cycle {
  background: var(--nlpf-bg-warm);
  border: 1px solid var(--nlpf-line);
  border-radius: var(--nlpf-radius-lg);
  margin-top: 34px;
  padding: 28px clamp(20px, 5vw, 52px);
}

.nlpf-cycle-line {
  align-items: center;
  color: var(--nlpf-green-deep);
  display: flex;
  flex-wrap: wrap;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  margin-bottom: 14px;
}

.nlpf-cycle-line b {
  color: var(--nlpf-cta);
}

.nlpf-cycle-caption {
  color: var(--nlpf-ink-soft);
  font-size: 15px;
}

.nlpf-research {
  background: var(--nlpf-green-deep);
  color: rgba(255, 250, 243, 0.8);
}

.nlpf-research h2,
.nlpf-research h3 {
  color: #fffaf3;
}

.nlpf-research h2 em {
  color: var(--nlpf-gold-light);
}

.nlpf-research-intro {
  gap: clamp(40px, 7vw, 90px);
}

.nlpf-research-copy {
  color: rgba(255, 250, 243, 0.72);
  font-size: 17px;
  margin-bottom: 16px;
}

.nlpf-fear-heading {
  border-top: 1px solid rgba(255, 250, 243, 0.14);
  color: var(--nlpf-gold-light);
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  margin-top: 50px;
  padding-top: 34px;
}

.nlpf-dark-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 250, 243, 0.13);
  border-radius: var(--nlpf-radius);
  padding: 28px;
}

.nlpf-dark-card h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.nlpf-dark-card p:last-child {
  color: rgba(255, 250, 243, 0.62);
}

.nlpf-card-symbol {
  color: var(--nlpf-gold-light);
  font-size: 22px;
  margin-bottom: 20px;
}

.nlpf-method {
  background: #fffaf3;
}

.nlpf-compare {
  border: 1px solid var(--nlpf-line);
  border-radius: var(--nlpf-radius-lg);
  margin-top: 42px;
  overflow: hidden;
}

.nlpf-compare-row {
  align-items: stretch !important;
  border-bottom: 1px solid var(--nlpf-line-soft);
  gap: 0;
  margin: 0;
}

.nlpf-compare-row:last-child {
  border-bottom: 0;
}

.nlpf-compare-row > .wp-block-column {
  align-items: center;
  display: flex;
  margin: 0;
  min-height: 78px;
  padding: 17px 22px;
}

.nlpf-compare-row > .wp-block-column + .wp-block-column {
  border-left: 1px solid var(--nlpf-line-soft);
}

.nlpf-compare-head {
  background: var(--nlpf-green);
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.nlpf-compare-label {
  background: var(--nlpf-bg-warm);
  color: var(--nlpf-green-deep);
  line-height: 1.5;
}

.nlpf-before {
  color: var(--nlpf-ink-muted);
}

.nlpf-after {
  background: rgba(229, 237, 233, 0.56);
  color: var(--nlpf-green);
  font-weight: 600;
}

.nlpf-workshop {
  background: var(--nlpf-bg-orange);
}

.nlpf-stage-grid {
  gap: 18px;
  margin-top: 42px;
}

.nlpf-stage {
  background: #fffaf3;
  border: 1px solid var(--nlpf-line-soft);
  border-radius: var(--nlpf-radius-lg);
  padding: 30px;
}

.nlpf-stage-featured {
  background: var(--nlpf-green);
  color: rgba(255, 250, 243, 0.76);
  transform: translateY(-12px);
}

.nlpf-stage-featured h3 {
  color: #fff;
}

.nlpf-stage-number {
  color: var(--nlpf-cta);
  font-family: "Fraunces", serif;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 24px;
}

.nlpf-stage-featured .nlpf-stage-number {
  color: var(--nlpf-gold-light);
}

.nlpf-stage-audience {
  color: var(--nlpf-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.nlpf-stage h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.nlpf-stage ul {
  font-size: 15px;
  margin-top: 18px;
  padding-left: 1.2em;
}

.nlpf-instructor {
  background: var(--nlpf-bg-warm);
}

.nlpf-instructor-grid {
  gap: clamp(42px, 7vw, 88px);
}

.nlpf-instructor-photo {
  background:
    linear-gradient(145deg, rgba(184, 146, 75, 0.12), rgba(30, 58, 52, 0.2)),
    var(--nlpf-gold-bg);
  box-shadow: var(--nlpf-shadow);
  min-height: 480px;
}

.nlpf-instructor-name {
  font-size: clamp(38px, 5vw, 58px);
  margin-bottom: 10px;
}

.nlpf-instructor-role {
  color: var(--nlpf-gold);
  font-weight: 600;
  margin-bottom: 26px;
}

.nlpf-credential-list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.nlpf-credential-list li {
  border-bottom: 1px solid var(--nlpf-line);
  color: var(--nlpf-ink-soft);
  padding: 9px 0 9px 25px;
  position: relative;
}

.nlpf-credential-list li::before {
  color: var(--nlpf-cta);
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.nlpf-instructor-quote {
  border: 0;
  color: var(--nlpf-green);
  font-family: "Fraunces", "Sarabun", serif;
  font-size: 19px;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.nlpf-trust {
  background: var(--nlpf-green);
  color: #fff;
  padding-block: 36px;
}

.nlpf-trust-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.nlpf-trust-orgs {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 600;
}

.nlpf-trust-orgs span {
  color: var(--nlpf-gold-light);
  margin-inline: 7px;
}

.nlpf-included {
  background: #fffaf3;
}

.nlpf-included-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
}

.nlpf-included-card {
  margin: 0 !important;
}

.nlpf-included-icon {
  color: var(--nlpf-cta);
  font-family: "Fraunces", serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.nlpf-included-bonus {
  background: var(--nlpf-green-bg);
  border-color: rgba(30, 58, 52, 0.2);
}

.nlpf-included-bonus .nlpf-included-icon {
  color: var(--nlpf-green);
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.nlpf-pricing {
  background: var(--nlpf-green-deep);
  color: rgba(255, 250, 243, 0.72);
}

.nlpf-pricing h2,
.nlpf-pricing h3 {
  color: #fffaf3;
}

.nlpf-pricing-layout {
  gap: clamp(34px, 5vw, 64px);
}

.nlpf-event-info h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.18;
  margin-bottom: 30px;
}

.nlpf-event-details {
  border-top: 1px solid rgba(255, 250, 243, 0.16);
}

.nlpf-event-details p {
  border-bottom: 1px solid rgba(255, 250, 243, 0.16);
  margin: 0;
  padding-block: 13px;
}

.nlpf-event-details strong {
  color: var(--nlpf-gold-light);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nlpf-price-grid {
  gap: 18px;
  margin: 0;
}

.nlpf-price-card {
  background: #fffaf3;
  border: 1px solid rgba(255, 250, 243, 0.2);
  border-radius: var(--nlpf-radius-lg);
  color: var(--nlpf-ink-soft);
  padding: 30px;
  position: relative;
}

.nlpf-price-card h3 {
  color: var(--nlpf-green-deep);
  font-size: 27px;
  margin-bottom: 6px;
}

.nlpf-price-featured {
  border: 2px solid var(--nlpf-cta);
}

.nlpf-price-badge {
  background: var(--nlpf-cta);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 11px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.nlpf-old-price {
  color: var(--nlpf-ink-muted);
  font-size: 13px;
  margin: 24px 0 0;
  text-decoration: line-through;
}

.nlpf-price {
  color: var(--nlpf-green-deep);
  margin-bottom: 24px;
}

.nlpf-price strong {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: clamp(38px, 5vw, 52px);
  letter-spacing: -0.04em;
}

.nlpf-addons {
  background: rgba(255, 250, 243, 0.07);
  border: 1px solid rgba(255, 250, 243, 0.13);
  border-radius: var(--nlpf-radius);
  margin-top: 18px;
  padding: 18px 24px;
}

.nlpf-addons-title {
  color: var(--nlpf-gold-light);
  font-size: 13px;
  margin-bottom: 10px;
}

.nlpf-addons .wp-block-columns {
  gap: 18px;
  margin: 0;
}

.nlpf-addons p {
  font-size: 14px;
  margin: 0;
}

.nlpf-addons strong {
  color: #fffaf3;
}

.nlpf-addons del {
  color: rgba(255, 250, 243, 0.42);
  margin-right: 6px;
}

.nlpf-final-cta {
  background:
    radial-gradient(circle at 10% 20%, rgba(238, 125, 69, 0.19), transparent 18rem),
    var(--nlpf-bg-orange);
  padding-block: clamp(70px, 9vw, 112px);
}

.nlpf-final-cta h2 {
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.12;
  margin-bottom: 20px;
}

.nlpf-final-cta > .nlpf-shell > p:not(.nlpf-kicker) {
  color: var(--nlpf-ink-soft);
  margin-inline: auto;
  max-width: 580px;
}

.nlpf-final-cta .wp-block-buttons {
  gap: 12px;
  margin-top: 28px;
}

.nlp-page {
  background: var(--nlpf-bg);
  overflow: clip;
}

.nlp-page-hero {
  background: var(--nlpf-bg-warm);
}

.nlp-page-hero h1 {
  font-size: clamp(48px, 8vw, 78px);
  line-height: 1.04;
}

.fcom_side_footer[data-nlpfamily-community-branding] {
  border-top: 1px solid rgba(30, 58, 52, 0.16);
  margin: 1rem;
  padding-top: 1rem;
}

@media (max-width: 880px) {
  .nlpf-section,
  .nlp-section {
    padding-block: 58px;
  }

  .nlpf-hero-grid,
  .nlpf-research-intro,
  .nlpf-stage-grid,
  .nlpf-instructor-grid,
  .nlpf-pricing-layout,
  .nlpf-price-grid,
  .nlpf-pain-grid,
  .nlpf-fear-grid {
    flex-direction: column;
  }

  .nlpf-hero {
    padding-block: 48px 68px;
  }

  .nlpf-display {
    font-size: clamp(43px, 11vw, 64px);
  }

  .nlpf-hero-visual {
    margin-inline: auto;
    max-width: 560px;
    width: 100%;
  }

  .nlpf-photo-placeholder {
    min-height: 500px;
  }

  .nlpf-floating-note {
    bottom: 22px;
    left: -10px;
  }

  .nlpf-stage-featured {
    transform: none;
  }

  .nlpf-instructor-grid > .wp-block-column:first-child {
    max-width: 520px;
    width: 100%;
  }

  .nlpf-included-grid {
    grid-template-columns: 1fr;
  }

  .nlpf-compare-head {
    display: none;
  }

  .nlpf-compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .nlpf-compare-row > .wp-block-column {
    min-height: 0;
  }

  .nlpf-compare-row > .wp-block-column + .wp-block-column {
    border-left: 0;
  }

  .nlpf-compare-label {
    border-bottom: 1px solid var(--nlpf-line-soft);
    grid-column: 1 / -1;
  }

  .nlpf-after {
    border-left: 1px solid var(--nlpf-line-soft) !important;
  }
}

@media (max-width: 560px) {
  .nlpf-shell,
  .nlp-shell {
    padding-inline: 18px;
  }

  .nlpf-display {
    font-size: 40px;
  }

  .nlpf-section-title {
    font-size: 34px;
  }

  .nlpf-meta-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nlpf-actions,
  .nlpf-final-cta .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .nlpf-actions .wp-block-button,
  .nlpf-final-cta .wp-block-button {
    width: 100%;
  }

  .nlpf-actions .wp-block-button__link,
  .nlpf-final-cta .wp-block-button__link {
    width: 100%;
  }

  .nlpf-photo-placeholder,
  .nlpf-instructor-photo {
    min-height: 430px;
  }

  .nlpf-floating-note {
    left: 10px;
  }

  .nlpf-cycle-line {
    align-items: stretch;
    flex-direction: column;
  }

  .nlpf-cycle-line b {
    transform: rotate(90deg);
  }

  .nlpf-compare-row {
    grid-template-columns: 1fr;
  }

  .nlpf-compare-label {
    grid-column: auto;
  }

  .nlpf-after {
    border-left: 0 !important;
    border-top: 1px solid var(--nlpf-line-soft);
  }

  .nlpf-price-card,
  .nlpf-stage,
  .nlpf-card,
  .nlpf-included-card {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
