/* FIRST72 v2 templates — scoped to .first72-v2 so Elementor pages are unaffected */

.first72-v2 {
    --v2-max: 1240px;
    --v2-header-h: 124px;
    --v2-ink: #0f1a24;
    font-family: "Crique Grotesk", sans-serif;
    color: var(--v2-ink);
    -webkit-font-smoothing: antialiased;
}

.first72-v2 .v2-wrap {
    width: min(100% - 40px, var(--v2-max));
    margin-inline: auto;
}

.first72-v2 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.first72-v2 a {
    color: inherit;
    text-decoration: none;
}

.first72-v2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.first72-v2 button,
.first72-v2 select {
    font-family: inherit;
    cursor: pointer;
}

.first72-v2 button {
    border: none;
    background: none;
}

.first72-v2 .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.first72-v2 .btn:active {
    transform: scale(0.98);
}

.first72-v2 .btn-primary {
    background: var(--brand-red);
    color: #fff;
}

.first72-v2 .btn-primary:hover {
    background: #d91c00;
    color: #fff;
}

.first72-v2 .btn-secondary {
    width: 100%;
    border: 2px solid var(--brand-navy);
    color: var(--brand-navy);
    background: transparent;
}

.first72-v2 .btn-secondary:hover {
    background: var(--brand-navy);
    color: #fff;
}

.first72-v2 .btn-ghost {
    border: 2px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    background: transparent;
}

.first72-v2 .btn-ghost:hover {
    background: #fff;
    color: var(--brand-navy);
    border-color: #fff;
}

.first72-v2 .btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.first72-v2 .mogul-breadcrumbs {
    padding: 20px 0 8px;
    font-size: 14px;
    color: var(--brand-warm-grey);
    font-weight: 500;
}

.first72-v2 .mogul-breadcrumbs a:hover {
    color: var(--brand-red);
}

.first72-v2 .cat-hero .mogul-breadcrumbs,
.first72-v2 .train-hero .mogul-breadcrumbs {
    padding: 0 0 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand-warm-grey);
}

.first72-v2 .cat-hero .mogul-breadcrumbs a,
.first72-v2 .train-hero .mogul-breadcrumbs a {
    color: var(--brand-warm-grey);
}

.first72-v2 .cat-hero .mogul-breadcrumbs a:hover,
.first72-v2 .train-hero .mogul-breadcrumbs a:hover {
    color: #fff;
}

.first72-v2 .cat-hero .mogul-breadcrumbs ol li:after,
.first72-v2 .train-hero .mogul-breadcrumbs ol li:after {
    color: var(--brand-warm-grey);
}

.first72-v2 .pdp {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    padding: 12px 0 56px;
    align-items: start;
}

.first72-v2 .gallery-main {
    background: var(--brand-light-grey);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative;
}

.first72-v2 .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.first72-v2 .gallery-thumbs button {
    width: 72px;
    height: 72px;
    background: var(--brand-light-grey);
    border: 2px solid transparent;
    overflow: hidden;
    padding: 0;
    transition: border-color 0.2s;
}

.first72-v2 .gallery-thumbs button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .gallery-thumbs button.is-active,
.first72-v2 .gallery-thumbs button:hover {
    border-color: var(--brand-red);
}

.first72-v2 .buy-box,
.first72-v2 .book-box {
    position: sticky;
    top: calc(var(--v2-header-h) + 12px);
    padding-bottom: 8px;
}

.first72-v2 .eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 8px;
}

.first72-v2 .buy-box h1,
.first72-v2 .book-box h1 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--brand-navy);
    margin: 0 0 12px;
}

.first72-v2 .buy-lead,
.first72-v2 .book-lead {
    color: #3a4652;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.first72-v2 .price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.first72-v2 .price-row .price,
.first72-v2 .price-row .woocommerce-Price-amount {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--brand-navy);
}

.first72-v2 .price-note {
    font-size: 14px;
    color: var(--brand-warm-grey);
    font-weight: 600;
}

.first72-v2 .stock {
    font-size: 14px;
    font-weight: 700;
    color: #1a7a3c;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.first72-v2 .stock::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.first72-v2 .stock.is-out {
    color: var(--brand-red);
}

.first72-v2 .stock.is-order {
    color: #b45309;
}

.first72-v2 .buy-bullets {
    margin-bottom: 24px;
    display: grid;
    gap: 8px;
}

.first72-v2 .buy-bullets li {
    display: flex;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #3a4652;
}

.first72-v2 .buy-bullets li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 8px;
    flex-shrink: 0;
    background: var(--brand-red);
}

.first72-v2 .purchase {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.first72-v2 .qty-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.first72-v2 .qty {
    display: flex;
    align-items: center;
    border: 2px solid var(--brand-navy);
    background: #fff;
    min-width: 132px;
}

.first72-v2 .qty button {
    width: 44px;
    height: 52px;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--brand-navy);
}

.first72-v2 .qty button:hover {
    background: var(--brand-light-grey);
    color: var(--brand-red);
}

.first72-v2 .qty input {
    flex: 1;
    width: 48px;
    text-align: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--brand-navy);
    border: none;
    background: transparent;
    -moz-appearance: textfield;
}

.first72-v2 .qty input::-webkit-outer-spin-button,
.first72-v2 .qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.first72-v2 .qty-row .btn-primary {
    flex: 1;
}

.first72-v2 .v2-afterpay {
    margin: 8px 0 4px;
}

.first72-v2 .fleet-strip,
.first72-v2 .group-strip {
    border-top: 1px solid rgba(25, 48, 68, 0.12);
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
}

.first72-v2 .fleet-strip p,
.first72-v2 .group-strip p {
    font-size: 15px;
    font-weight: 600;
    color: var(--brand-navy);
    flex: 1 1 180px;
    margin: 0;
}

.first72-v2 .fleet-strip a,
.first72-v2 .group-strip a {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-red);
}

.first72-v2 .fleet-strip a:hover,
.first72-v2 .group-strip a:hover {
    text-decoration: underline;
}

.first72-v2 .spec-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.first72-v2 .spec-chips span {
    background: var(--brand-light-grey);
    color: var(--brand-navy);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 8px 12px;
}

.first72-v2 .book-actions {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.first72-v2 .book-box .btn-primary {
    width: 100%;
}

.first72-v2 .course-top {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    padding: 12px 0 56px;
    align-items: start;
}

.first72-v2 .course-media .hero-img,
.first72-v2 .course-media .gallery-main {
    aspect-ratio: 4/3;
    background: var(--brand-light-grey);
    overflow: hidden;
}

.first72-v2 .course-media .hero-img img,
.first72-v2 .course-media .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .media-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.first72-v2 .media-thumbs button {
    flex: 1;
    aspect-ratio: 16/10;
    border: 2px solid transparent;
    overflow: hidden;
    padding: 0;
}

.first72-v2 .media-thumbs button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .media-thumbs button.is-active,
.first72-v2 .media-thumbs button:hover {
    border-color: var(--brand-red);
}

.first72-v2 .stats {
    background: var(--brand-navy);
    color: #fff;
    padding: 64px 0;
}

.first72-v2 .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.first72-v2 .stats-grid.is-3 {
    grid-template-columns: repeat(3, 1fr);
}

.first72-v2 .stat {
    position: relative;
    padding: 8px 28px 8px 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.first72-v2 .stat:first-child {
    border-left: none;
    padding-left: 0;
}

.first72-v2 .stat:last-child {
    padding-right: 0;
}

.first72-v2 .stat-mark {
    display: block;
    width: 28px;
    height: 3px;
    background: var(--brand-red);
    margin-bottom: 18px;
}

.first72-v2 .stat strong {
    display: block;
    font-size: clamp(1.85rem, 3.2vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 10px;
}

.first72-v2 .stat span {
    display: block;
    max-width: 14ch;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-warm-grey);
    line-height: 1.35;
}

.first72-v2 .stats.reveal .stat {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.first72-v2 .stats.reveal.is-in .stat {
    opacity: 1;
    transform: none;
}

.first72-v2 .stats.reveal.is-in .stat:nth-child(1) { transition-delay: 0.05s; }
.first72-v2 .stats.reveal.is-in .stat:nth-child(2) { transition-delay: 0.12s; }
.first72-v2 .stats.reveal.is-in .stat:nth-child(3) { transition-delay: 0.19s; }
.first72-v2 .stats.reveal.is-in .stat:nth-child(4) { transition-delay: 0.26s; }

.first72-v2 .section {
    padding: 72px 0;
}

.first72-v2 .section-alt {
    background: var(--brand-light-grey);
}

.first72-v2 .section-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 10px;
}

.first72-v2 .section h2 {
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    font-weight: 800;
    color: var(--brand-navy);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    max-width: 22ch;
}

.first72-v2 .section-lead {
    max-width: 62ch;
    color: #3a4652;
    margin: 0 0 40px;
    font-size: 1.05rem;
}

.first72-v2 .section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.first72-v2 .section-head .section-lead {
    margin-bottom: 0;
}

.first72-v2 .section-head h2 {
    margin-bottom: 0;
    max-width: none;
}

.first72-v2 .section-head a,
.first72-v2 .pair-head a {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-red);
}

.first72-v2 .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.first72-v2 .feature-card {
    background: #fff;
    padding: 28px 24px;
    border-top: 3px solid var(--brand-red);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.first72-v2 .feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(25, 48, 68, 0.1);
}

.first72-v2 .feature-card .label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 8px;
}

.first72-v2 .feature-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0 0 8px;
}

.first72-v2 .feature-card p {
    font-size: 15px;
    color: #3a4652;
    margin: 0;
}

.first72-v2 .inbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.first72-v2 .inbox-list {
    display: grid;
    gap: 14px;
}

.first72-v2 .inbox-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-weight: 600;
    color: var(--brand-navy);
}

.first72-v2 .inbox-list li::before {
    content: "✓";
    color: var(--brand-red);
    font-weight: 800;
    flex-shrink: 0;
}

.first72-v2 .inbox-visual {
    aspect-ratio: 4/3;
    background: var(--brand-navy);
    overflow: hidden;
    position: relative;
}

.first72-v2 .inbox-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .inbox-visual span {
    position: absolute;
    left: 28px;
    bottom: 28px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
}

.first72-v2 .built-for {
    background: var(--brand-navy);
    color: #fff;
    padding-block: 80px;
}

.first72-v2 .built-for .section-kicker {
    color: var(--brand-red);
}

.first72-v2 .built-for h2 {
    color: #fff;
}

.first72-v2 .built-for-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 64px;
    align-items: center;
}

.first72-v2 .built-for-text p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    margin-top: 20px;
    max-width: 38ch;
    line-height: 1.6;
}

.first72-v2 .built-for .audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.first72-v2 .built-for .audience {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: none;
}

.first72-v2 .aud-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}

.first72-v2 .aud-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--brand-red);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.first72-v2 .quote {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.first72-v2 .quote blockquote {
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--brand-navy);
    margin: 0 0 24px;
}

.first72-v2 .quote cite {
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand-red);
}

.first72-v2 .pair-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.first72-v2 .pair-head h2 {
    margin-bottom: 0;
    max-width: none;
}

.first72-v2 .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.first72-v2 .product-card {
    background: var(--brand-light-grey);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease;
}

.first72-v2 .product-section .product-card {
    background: #fff;
    border: 1px solid rgba(25, 48, 68, 0.08);
}

.first72-v2 .product-card:hover {
    transform: translateY(-4px);
}

.first72-v2 .product-card .img {
    aspect-ratio: 1;
    background: var(--brand-light-grey);
    overflow: hidden;
}

.first72-v2 .product-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .product-card .body {
    padding: 18px 16px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.first72-v2 .product-card h3,
.first72-v2 .product-card h4 {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--brand-red);
    margin: 0 0 6px;
    line-height: 1.25;
}

.first72-v2 .product-card .amt {
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 10px;
}

.first72-v2 .product-card .desc {
    font-size: 13px;
    color: #3a4652;
    margin-bottom: 14px;
    flex: 1;
}

.first72-v2 .product-card .cta {
    margin-top: auto;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-navy);
}

.first72-v2 .product-card .cta:hover {
    color: var(--brand-red);
}

.first72-v2 .bulk-cta {
    background: var(--brand-navy);
    color: #fff;
    padding: 80px 0;
}

.first72-v2 .bulk-cta .v2-wrap {
    max-width: 720px;
    text-align: center;
}

.first72-v2 .bulk-cta h2 {
    color: #fff;
    max-width: none;
    margin: 0 auto 14px;
    font-size:2.5em;
}

.first72-v2 .bulk-cta p {
    color: var(--brand-warm-grey);
    margin: 0 0 28px;
    font-size: 1.05rem;
}

.first72-v2 .bulk-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.first72-v2 .bulk-cta .btn-primary:hover {
    background: #fff;
    color: var(--brand-red);
}

.first72-v2 .cat-hero,
.first72-v2 .train-hero {
    position: relative;
    min-height: clamp(400px, 56vh, 580px);
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--brand-navy);
    background-size: cover;
    background-position: center;
}

.first72-v2 .cat-hero.has-image::before,
.first72-v2 .train-hero.has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(25, 48, 68, 0.88) 0%, rgba(25, 48, 68, 0.55) 70%, rgba(25, 48, 68, 0.35) 100%);
}

.first72-v2 .cat-hero .v2-wrap,
.first72-v2 .train-hero .v2-wrap {
    position: relative;
    z-index: 1;
    padding: 48px 0 56px;
    max-width: 720px;
    margin-left: max(20px, calc((100% - var(--v2-max)) / 2));
    margin-right: auto;
    width: min(100% - 40px, 720px);
}

.first72-v2 .cat-hero .eyebrow,
.first72-v2 .train-hero .eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.first72-v2 .cat-hero h1,
.first72-v2 .train-hero h1 {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    color: #fff;
}

.first72-v2 .cat-hero > .v2-wrap > p,
.first72-v2 .train-hero > .v2-wrap > p.hero-lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 48ch;
    margin: 0 0 28px;
}

.first72-v2 .hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.first72-v2 .logo-bar {
    background: var(--brand-light-grey);
    padding: 36px 0;
}

.first72-v2 .logo-bar-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand-warm-grey);
    margin-right: 32px;
    flex-shrink: 0;
}

.first72-v2 .logo-bar .v2-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}

.first72-v2 .logo-bar-logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 32px;
    flex-wrap: wrap;
    flex: 1;
}

.first72-v2 .logo-bar-logos img {
    height: 36px;
    width: auto;
    opacity: 0.55;
    filter: grayscale(100%);
    transition: opacity 0.3s, filter 0.3s;
}

.first72-v2 .logo-bar-logos img:hover {
    opacity: 0.9;
    filter: grayscale(0%);
}

.first72-v2 .kit-feature {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: var(--brand-navy);
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.first72-v2 .kit-feature-visual {
    min-height: 340px;
    background: var(--brand-navy);
    position: relative;
    overflow: hidden;
}

.first72-v2 .kit-feature-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.first72-v2 .kit-feature-visual span {
    position: absolute;
    left: 28px;
    bottom: 28px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
}

.first72-v2 .kit-feature-body {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first72-v2 .kit-feature-body .badge {
    display: inline-block;
    align-self: flex-start;
    background: var(--brand-red);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 10px;
    margin-bottom: 14px;
}

.first72-v2 .kit-feature-body h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    margin: 0 0 12px;
    line-height: 1.15;
}

.first72-v2 .kit-feature-body p {
    color: var(--brand-warm-grey);
    margin: 0 0 20px;
    font-size: 1.02rem;
}

.first72-v2 .kit-feature-body .price {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.first72-v2 .kit-feature-body .btn-primary {
    align-self: flex-start;
}

.first72-v2 .kit-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.first72-v2 .kit-card {
    background: #fff;
    border: 1px solid rgba(25, 48, 68, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.first72-v2 .kit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(25, 48, 68, 0.1);
}

.first72-v2 .kit-card .img {
    aspect-ratio: 16/11;
    overflow: hidden;
    background: var(--brand-light-grey);
}

.first72-v2 .kit-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .kit-card .body {
    padding: 20px 18px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.first72-v2 .kit-card .tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 6px;
}

.first72-v2 .kit-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0 0 8px;
    line-height: 1.2;
}

.first72-v2 .kit-card p {
    font-size: 15px;
    color: #3a4652;
    margin: 0 0 14px;
    flex: 1;
}

.first72-v2 .kit-card .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.first72-v2 .kit-card .amt {
    font-weight: 800;
    color: var(--brand-navy);
}

.first72-v2 .kit-card .cta {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-red);
}

.first72-v2 .goal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.first72-v2 .goal-tile {
    text-align: left;
    padding: 28px 22px;
    background: #fff;
    border: 2px solid transparent;
    border-top: 3px solid var(--brand-red);
    box-shadow: 0 1px 0 rgba(25, 48, 68, 0.06);
    transition: border-color 0.2s, transform 0.2s, background 0.2s, color 0.2s;
    color: var(--brand-navy);
    width: 100%;
}

.first72-v2 .goal-tile:hover,
.first72-v2 .goal-tile.is-active {
    border-color: var(--brand-navy);
    border-top-color: var(--brand-red);
    transform: translateY(-2px);
}

.first72-v2 .goal-tile.is-active {
    background: var(--brand-navy);
    color: #fff;
}

.first72-v2 .goal-tile .count {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 8px;
}

.first72-v2 .goal-tile.is-active .count {
    color: var(--brand-warm-grey);
}

.first72-v2 .goal-tile h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 0 8px;
}

.first72-v2 .goal-tile p {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 500;
    margin: 0;
}

.first72-v2 .toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(25, 48, 68, 0.12);
}

.first72-v2 .toolbar .result {
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-navy);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}

.first72-v2 .toolbar .clear {
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-red);
    margin-left: 12px;
    display: none;
}

.first72-v2 .toolbar .clear.is-visible {
    display: inline;
}

.first72-v2 .toolbar select {
    border: 2px solid var(--brand-navy);
    background: #fff;
    min-height: 42px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-navy);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.first72-v2 .product-section {
    margin-bottom: 48px;
}

.first72-v2 .product-section[hidden] {
    display: none !important;
}

.first72-v2 .product-section h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0 0 6px;
}

.first72-v2 .product-section .sub {
    font-size: 15px;
    color: #3a4652;
    margin: 0 0 18px;
}

.first72-v2 .who-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.first72-v2 .who-card {
    background: #fff;
    padding: 28px 22px;
    border-top: 3px solid var(--brand-red);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.first72-v2 .who-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(25, 48, 68, 0.1);
}

.first72-v2 .who-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0 0 8px;
}

.first72-v2 .who-card p {
    font-size: 15px;
    color: #3a4652;
    margin: 0;
}

.first72-v2 .pathway-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.first72-v2 .pathway {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(25, 48, 68, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.first72-v2 .pathway:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(25, 48, 68, 0.12);
}

.first72-v2 .pathway .visual {
    aspect-ratio: 16/11;
    overflow: hidden;
    background: var(--brand-navy);
    position: relative;
}

.first72-v2 .pathway .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .pathway .visual span {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.first72-v2 .pathway .body {
    padding: 24px 22px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.first72-v2 .pathway .tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 8px;
}

.first72-v2 .pathway h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0 0 10px;
    line-height: 1.15;
}

.first72-v2 .pathway p {
    font-size: 15px;
    color: #3a4652;
    margin: 0 0 18px;
    flex: 1;
}

.first72-v2 .pathway .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(25, 48, 68, 0.1);
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-navy);
}

.first72-v2 .pathway .cta {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-red);
}

.first72-v2 .filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.first72-v2 .filter-tabs button {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-navy);
    border: 2px solid rgba(25, 48, 68, 0.2);
    background: #fff;
}

.first72-v2 .filter-tabs button:hover {
    border-color: var(--brand-navy);
}

.first72-v2 .filter-tabs button.is-active {
    background: var(--brand-navy);
    border-color: var(--brand-navy);
    color: #fff;
}

.first72-v2 .course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.first72-v2 .course-card {
    background: var(--brand-light-grey);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, opacity 0.3s ease;
}

.first72-v2 .section-alt .course-card {
    background: #fff;
    border: 1px solid rgba(25, 48, 68, 0.08);
}

.first72-v2 .course-card[hidden] {
    display: none !important;
}

.first72-v2 .course-card:hover {
    transform: translateY(-3px);
}

.first72-v2 .course-card .img {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--brand-light-grey);
}

.first72-v2 .course-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .course-card .body {
    padding: 18px 16px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.first72-v2 .course-card .cat {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-warm-grey);
    margin-bottom: 6px;
}

.first72-v2 .course-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--brand-red);
    margin: 0 0 8px;
    line-height: 1.2;
}

.first72-v2 .course-card p {
    font-size: 14px;
    color: #3a4652;
    margin: 0 0 16px;
    flex: 1;
}

.first72-v2 .course-card .cta {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-navy);
}

.first72-v2 .course-card .cta:hover {
    color: var(--brand-red);
}

.first72-v2 .org-cta {
    background: var(--brand-navy);
    color: #fff;
    padding: 80px 0;
}

.first72-v2 .org-cta .v2-wrap {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
}

.first72-v2 .org-cta h2 {
    color: #fff;
    max-width: none;
    margin: 0 0 14px;
}

.first72-v2 .org-cta p {
    color: var(--brand-warm-grey);
    margin: 0 0 24px;
    font-size: 1.05rem;
    max-width: 48ch;
}

.first72-v2 .org-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.first72-v2 .org-cta .btn-primary:hover {
    background: #fff;
    color: var(--brand-red);
}

.first72-v2 .org-stats {
    display: grid;
    gap: 16px;
}

.first72-v2 .org-stats div {
    background: rgba(255, 255, 255, 0.06);
    padding: 20px 22px;
    border-left: 3px solid var(--brand-red);
}

.first72-v2 .org-stats strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.first72-v2 .org-stats span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand-warm-grey);
}

.first72-v2 .overview-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.first72-v2 .overview-copy .section-lead:last-child {
    margin-bottom: 0;
}

.first72-v2 .overview-visual {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--brand-light-grey);
    position: relative;
}

.first72-v2 .overview-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first72-v2 .overview-visual span {
    position: absolute;
    left: 28px;
    bottom: 28px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
}

.first72-v2 .learn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 28px;
}

.first72-v2 .learn-grid li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-weight: 600;
    color: var(--brand-navy);
    padding: 14px 0;
    border-bottom: 1px solid rgba(25, 48, 68, 0.08);
}

.first72-v2 .learn-grid li::before {
    content: "✓";
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 33, 0, 0.1);
    color: var(--brand-red);
    font-weight: 800;
    display: grid;
    place-items: center;
    font-size: 14px;
}

.first72-v2 .course-audiences {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.first72-v2 .course-audiences .audience {
    background: #fff;
    padding: 24px 20px;
    border-top: 3px solid var(--brand-red);
}

.first72-v2 .course-audiences h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0 0 6px;
}

.first72-v2 .course-audiences p {
    font-size: 15px;
    color: #3a4652;
    margin: 0;
}

.first72-v2 .activities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.first72-v2 .activity {
    background: #fff;
    padding: 22px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border: 1px solid rgba(25, 48, 68, 0.08);
}

.first72-v2 .activity .num {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--brand-red);
    flex-shrink: 0;
}

.first72-v2 .activity h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0 0 4px;
}

.first72-v2 .activity p {
    font-size: 14px;
    color: #3a4652;
    margin: 0;
}

.first72-v2 .req-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.first72-v2 .req-card {
    background: var(--brand-light-grey);
    padding: 32px 28px;
}

.first72-v2 .req-card h3,
.first72-v2 .req-aside h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0 0 10px;
}

.first72-v2 .req-card p {
    color: #3a4652;
    margin: 0 0 12px;
}

.first72-v2 .req-card ul,
.first72-v2 .req-aside ul {
    display: grid;
    gap: 8px;
}

.first72-v2 .req-card li {
    display: flex;
    gap: 10px;
    font-weight: 600;
    color: var(--brand-navy);
}

.first72-v2 .req-card li::before {
    content: "·";
    color: var(--brand-red);
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1;
}

.first72-v2 .req-aside {
    background: var(--brand-navy);
    color: #fff;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first72-v2 .req-aside h3 {
    color: #fff;
}

.first72-v2 .req-aside > p {
    color: var(--brand-warm-grey);
    font-size: 15px;
    margin: 0 0 18px;
    max-width: 36ch;
}

.first72-v2 .req-aside li {
    display: flex;
    gap: 10px;
    font-weight: 600;
}

.first72-v2 .req-aside li::before {
    content: "→";
    color: var(--brand-red);
    font-weight: 800;
    flex-shrink: 0;
}

.first72-v2 .woocommerce-notices-wrapper {
    width: min(100% - 40px, var(--v2-max));
    margin: 16px auto 0;
}

.first72-v2 .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.first72-v2 .reveal.is-in {
    opacity: 1;
    transform: none;
}

@media (max-width: 980px) {
    .first72-v2 .pdp,
    .first72-v2 .course-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .first72-v2 .buy-box,
    .first72-v2 .book-box {
        position: static;
    }

    .first72-v2 .stats-grid,
    .first72-v2 .stats-grid.is-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 0;
    }

    .first72-v2 .stat {
        border-left: none;
        padding: 0 24px 0 0;
    }

    .first72-v2 .stat:nth-child(odd) {
        padding-right: 28px;
    }

    .first72-v2 .stat:nth-child(even) {
        padding-left: 28px;
        padding-right: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .first72-v2 .stat:nth-child(n + 3) {
        padding-top: 28px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .first72-v2 .feature-grid,
    .first72-v2 .who-grid,
    .first72-v2 .pathway-grid,
    .first72-v2 .course-grid,
    .first72-v2 .kit-row,
    .first72-v2 .goal-grid,
    .first72-v2 .product-grid,
    .first72-v2 .course-audiences {
        grid-template-columns: 1fr 1fr;
    }

    .first72-v2 .kit-feature,
    .first72-v2 .built-for-layout,
    .first72-v2 .org-cta .v2-wrap,
    .first72-v2 .overview-layout,
    .first72-v2 .learn-grid,
    .first72-v2 .activities,
    .first72-v2 .req-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .first72-v2 .logo-bar .v2-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .first72-v2 .logo-bar-label {
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    .first72-v2 .feature-grid,
    .first72-v2 .inbox-grid,
    .first72-v2 .product-grid,
    .first72-v2 .who-grid,
    .first72-v2 .pathway-grid,
    .first72-v2 .course-grid,
    .first72-v2 .kit-row,
    .first72-v2 .goal-grid,
    .first72-v2 .course-audiences,
    .first72-v2 .built-for .audience-grid {
        grid-template-columns: 1fr;
    }

    .first72-v2 .qty-row {
        flex-direction: column;
    }

    .first72-v2 .hero-actions .btn {
        width: 100%;
    }

    .first72-v2 .stats {
        padding: 48px 0;
    }

    .first72-v2 .stat span {
        max-width: none;
    }
}
