:root,
.editor-styles-wrapper {
    --profeat-gb-bg: #05050a;
    --profeat-gb-bg-soft: #0d0c17;
    --profeat-gb-panel: rgba(10, 10, 14, 0.84);
    --profeat-gb-panel-soft: rgba(18, 20, 30, 0.9);
    --profeat-gb-border: rgba(255, 255, 255, 0.09);
    --profeat-gb-border-strong: rgba(255, 255, 255, 0.16);
    --profeat-gb-text: #f7f4ff;
    --profeat-gb-muted: rgba(247, 244, 255, 0.78);
    --profeat-gb-muted-soft: #b5adc8;
    --profeat-gb-accent: var(--pf-accent-primary, #7031ed);
    --profeat-gb-accent-hover: var(--pf-accent-hover, #4f00ed);
    --profeat-gb-pink: #ff4fb8;
    --profeat-gb-cyan: #49efff;
    --profeat-gb-radius: 30px;
    --profeat-gb-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.editor-styles-wrapper {
    background:
        radial-gradient(circle at 12% 8%, rgba(112, 49, 237, 0.2), transparent 22%),
        radial-gradient(circle at 88% 4%, rgba(79, 0, 237, 0.16), transparent 18%),
        linear-gradient(180deg, #090911 0%, #05050a 100%);
    color: var(--profeat-gb-text);
}

body.page-id-5959 footer.elementor-location-footer,
body.page-id-5959 .site-footer,
body:has(.profeat-gb-preview--footer) footer.elementor-location-footer,
body:has(.profeat-gb-preview--footer) .site-footer {
    display: none !important;
}

.profeat-gb-section {
    position: relative;
    overflow: clip;
    isolation: isolate;
    padding: clamp(56px, 7vw, 108px) 0;
    background:
        linear-gradient(180deg, rgba(8, 8, 14, 0.12), rgba(8, 8, 14, 0)),
        radial-gradient(circle at top left, rgba(112, 49, 237, 0.1), transparent 30%);
}

.profeat-gb-section::before,
.profeat-gb-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.profeat-gb-section::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 35%);
    opacity: 0.65;
}

.profeat-gb-section::after {
    background:
        radial-gradient(circle at 84% 14%, rgba(79, 0, 237, 0.1), transparent 20%),
        radial-gradient(circle at 10% 75%, rgba(255, 79, 184, 0.05), transparent 24%);
}

.profeat-gb-section--hero {
    padding-top: clamp(72px, 10vw, 132px);
    background:
        linear-gradient(180deg, rgba(22, 15, 45, 0.72) 0%, rgba(7, 7, 14, 0.3) 52%, rgba(5, 5, 10, 0) 100%),
        radial-gradient(circle at top right, rgba(79, 0, 237, 0.2), transparent 22%),
        radial-gradient(circle at 12% 0%, rgba(255, 79, 184, 0.12), transparent 22%);
}

body.profeat-gb-preview--concept .profeat-gb-section--hero {
    padding-top: clamp(42px, 6vw, 76px);
    padding-bottom: clamp(18px, 3vw, 42px);
}

.profeat-gb-section--muted {
    background:
        linear-gradient(180deg, rgba(13, 12, 23, 0.96) 0%, rgba(5, 5, 10, 0.96) 100%);
}

.profeat-gb-section--cta {
    background:
        radial-gradient(circle at 0% 40%, rgba(112, 49, 237, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(12, 12, 20, 0.98) 0%, rgba(8, 8, 12, 1) 100%);
}

.profeat-gb-section--footer {
    padding: 0;
    background: linear-gradient(90deg, #1a1730 0%, #17141d 22%, #14131b 46%, #14131b 100%);
}

.profeat-gb-section--footer::before,
.profeat-gb-section--footer::after {
    display: none;
}

.profeat-gb-shell {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
}

.profeat-gb-shell--narrow {
    width: min(900px, calc(100vw - 48px));
}

.profeat-gb-shell--footer {
    width: min(1320px, calc(100vw - 48px));
}

.profeat-gb-panel,
.profeat-gb-quote {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid var(--profeat-gb-border);
    border-radius: var(--profeat-gb-radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(15, 17, 26, 0.92), rgba(7, 8, 14, 0.92));
    box-shadow: var(--profeat-gb-shadow);
    color: var(--profeat-gb-text);
    backdrop-filter: blur(22px);
}

.profeat-gb-mini-card,
.profeat-gb-link-card,
.profeat-gb-step,
.profeat-gb-card,
.profeat-gb-proof-card,
.profeat-gb-plan {
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(18, 20, 31, 0.96), rgba(9, 10, 16, 0.96));
}

.profeat-gb-panel::after,
.profeat-gb-quote::after {
    content: "";
    position: absolute;
    inset: auto -12% -35% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(112, 49, 237, 0.14) 0%, rgba(112, 49, 237, 0) 70%);
    opacity: 0.6;
    pointer-events: none;
}

.profeat-gb-panel--accent::before,
.profeat-gb-quote::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 79, 184, 0.96) 0%, rgba(122, 60, 255, 0.88) 40%, rgba(73, 239, 255, 0) 88%);
}

.profeat-gb-heading,
.profeat-gb-display,
.profeat-gb-card-title,
.profeat-gb-price,
.profeat-gb-proof-metric,
.profeat-gb-kpi-value {
    margin: 0;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.profeat-gb-display {
    font-size: clamp(2.85rem, 7vw, 5.5rem);
    line-height: 0.92;
    max-width: 10.5ch;
}

.profeat-gb-heading {
    font-size: clamp(1.8rem, 3.5vw, 3.05rem);
    line-height: 1.02;
    margin-bottom: 12px;
    max-width: 14ch;
}

.profeat-gb-heading--brand {
    max-width: none;
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
}

.profeat-gb-card-title {
    font-size: clamp(1.08rem, 1.75vw, 1.42rem);
    line-height: 1.12;
    margin-bottom: 12px;
}

.profeat-gb-price {
    font-size: clamp(2.4rem, 4.5vw, 3.35rem);
    line-height: 0.95;
    margin-bottom: 8px;
}

.profeat-gb-proof-metric,
.profeat-gb-kpi-value {
    font-size: clamp(1.55rem, 3vw, 2.55rem);
    line-height: 0.95;
}

.profeat-gb-eyebrow,
.profeat-gb-kicker,
.profeat-gb-step-index,
.profeat-gb-price-note,
.profeat-gb-video-badge,
.profeat-gb-kpi-label {
    margin: 0 0 14px;
    color: var(--profeat-gb-muted-soft);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.profeat-gb-price-note {
    color: rgba(247, 244, 255, 0.56);
}

.profeat-gb-copy,
.profeat-gb-list,
.profeat-gb-quote p,
.profeat-gb-quote cite,
.profeat-gb-footer-links a,
.profeat-gb-form-field,
.profeat-gb-cta,
.profeat-gb-social-pill,
.profeat-gb-newsletter-button {
    font-family: "Gothic A1", sans-serif;
}

.profeat-gb-copy {
    margin: 0;
    color: var(--profeat-gb-muted);
    font-size: 1.01rem;
    line-height: 1.68;
}

.profeat-gb-copy + .profeat-gb-copy {
    margin-top: 12px;
}

.profeat-gb-copy--lead {
    margin-top: 18px;
    font-size: clamp(1.05rem, 1.45vw, 1.24rem);
    line-height: 1.72;
    max-width: 45rem;
}

.profeat-gb-copy--tight {
    line-height: 1.55;
}

.profeat-gb-copy--muted {
    color: rgba(247, 244, 255, 0.6);
}

.profeat-gb-band {
    margin-bottom: 28px;
}

.profeat-gb-cta-row,
.profeat-gb-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.profeat-gb-cta-row {
    margin-top: 30px;
}

.profeat-gb-cta,
.profeat-gb-social-pill,
.profeat-gb-newsletter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none !important;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.profeat-gb-cta:hover,
.profeat-gb-cta:focus,
.profeat-gb-social-pill:hover,
.profeat-gb-social-pill:focus,
.profeat-gb-newsletter-button:hover,
.profeat-gb-newsletter-button:focus {
    transform: translateY(-1px);
}

.profeat-gb-cta--primary,
.profeat-gb-newsletter-button {
    background: linear-gradient(180deg, #8a5cff 0%, #6730eb 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(79, 0, 237, 0.22);
}

.profeat-gb-cta--primary:hover,
.profeat-gb-cta--primary:focus,
.profeat-gb-newsletter-button:hover,
.profeat-gb-newsletter-button:focus {
    background: linear-gradient(180deg, #986dff 0%, var(--profeat-gb-accent-hover) 100%);
    color: #fff;
}

.profeat-gb-cta--secondary,
.profeat-gb-cta--ghost,
.profeat-gb-social-pill {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.035);
    color: var(--profeat-gb-text);
}

.profeat-gb-cta--secondary:hover,
.profeat-gb-cta--secondary:focus,
.profeat-gb-cta--ghost:hover,
.profeat-gb-cta--ghost:focus,
.profeat-gb-social-pill:hover,
.profeat-gb-social-pill:focus {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.profeat-gb-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.profeat-gb-button-row .wp-block-button {
    margin: 0;
}

.profeat-gb-button-row .wp-block-button__link {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    box-shadow: none;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.profeat-gb-button-row .wp-block-button__link:hover,
.profeat-gb-button-row .wp-block-button__link:focus {
    transform: translateY(-1px);
}

.profeat-gb-button--primary .wp-block-button__link {
    background: linear-gradient(180deg, #8a5cff 0%, #6730eb 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(79, 0, 237, 0.22);
}

.profeat-gb-button--primary .wp-block-button__link:hover,
.profeat-gb-button--primary .wp-block-button__link:focus {
    background: linear-gradient(180deg, #986dff 0%, var(--profeat-gb-accent-hover) 100%);
}

.profeat-gb-button--secondary .wp-block-button__link,
.profeat-gb-button--ghost .wp-block-button__link {
    background: rgba(255, 255, 255, 0.035);
    color: var(--profeat-gb-text);
    border-color: rgba(255, 255, 255, 0.12);
}

.profeat-gb-button--secondary .wp-block-button__link:hover,
.profeat-gb-button--secondary .wp-block-button__link:focus,
.profeat-gb-button--ghost .wp-block-button__link:hover,
.profeat-gb-button--ghost .wp-block-button__link:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
}

.profeat-gb-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.profeat-gb-pill {
    margin: 0;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.profeat-gb-section--showcase {
    background:
        radial-gradient(circle at 84% 24%, rgba(112, 49, 237, 0.18), transparent 22%),
        radial-gradient(circle at 18% 12%, rgba(255, 79, 184, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(15, 14, 22, 0.98) 0%, rgba(6, 6, 12, 0.98) 100%);
}

.profeat-gb-showcase {
    display: grid;
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(28px, 4vw, 52px);
    align-items: center;
}

.profeat-gb-showcase-copy .profeat-gb-heading {
    max-width: 11ch;
}

.profeat-gb-showcase-stage {
    position: relative;
    min-height: 680px;
}

.profeat-gb-showcase-halo,
.profeat-gb-showcase-pedestal {
    position: absolute;
    pointer-events: none;
}

.profeat-gb-showcase-halo {
    inset: 4% 4% auto auto;
    width: 78%;
    height: 72%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(112, 49, 237, 0.3) 0%, rgba(112, 49, 237, 0.08) 35%, rgba(112, 49, 237, 0) 72%);
    filter: blur(26px);
    opacity: 0.9;
}

.profeat-gb-showcase-pedestal {
    inset: auto 2% 0 16%;
    height: 110px;
    border-radius: 26px 26px 0 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(34, 36, 46, 0.96), rgba(14, 15, 24, 0.96));
    transform: perspective(1400px) rotateX(72deg);
    transform-origin: bottom center;
    box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.36);
}

.profeat-gb-browser {
    position: relative;
    z-index: 2;
    width: min(100%, 900px);
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(22, 23, 32, 0.98), rgba(8, 9, 15, 0.98));
    box-shadow:
        0 38px 90px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.02) inset;
    transform: perspective(1800px) rotateX(13deg) rotateY(-13deg) rotateZ(1deg);
    transform-style: preserve-3d;
    animation: profeat-gb-browser-breathe 7s ease-in-out infinite;
}

.profeat-gb-browser-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.profeat-gb-browser-dots {
    display: flex;
    gap: 8px;
}

.profeat-gb-browser-dots span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.32);
}

.profeat-gb-browser-dots span:nth-child(1) {
    background: rgba(255, 79, 184, 0.92);
}

.profeat-gb-browser-dots span:nth-child(2) {
    background: rgba(122, 60, 255, 0.92);
}

.profeat-gb-browser-dots span:nth-child(3) {
    background: rgba(73, 239, 255, 0.82);
}

.profeat-gb-browser-tabs {
    display: flex;
    gap: 14px;
    justify-content: center;
    color: rgba(247, 244, 255, 0.46);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.profeat-gb-browser-tabs span.is-active,
.profeat-gb-browser-status {
    color: #fff;
}

.profeat-gb-browser-status {
    font-family: "Gothic A1", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profeat-gb-browser-body {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 560px;
}

.profeat-gb-browser-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 26px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
        rgba(9, 10, 16, 0.95);
    color: rgba(247, 244, 255, 0.42);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profeat-gb-browser-sidebar span.is-active {
    color: #fff;
}

.profeat-gb-browser-canvas {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(112, 49, 237, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(12, 13, 20, 0.98), rgba(7, 8, 12, 0.98));
}

.profeat-gb-browser-screen {
    position: absolute;
    inset: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    opacity: 0;
    transform: translate3d(0, 32px, 0) scale(0.985);
    animation: profeat-gb-screen-cycle 18s infinite both;
}

.profeat-gb-browser-screen--feed {
    animation-delay: 0s;
}

.profeat-gb-browser-screen--map {
    animation-delay: -12s;
}

.profeat-gb-browser-screen--flow {
    animation-delay: -6s;
}

.profeat-gb-ui-toolbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.profeat-gb-ui-toolbar span,
.profeat-gb-ui-actions span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(247, 244, 255, 0.72);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.profeat-gb-ui-toolbar span.is-active {
    background: rgba(112, 49, 237, 0.22);
    color: #fff;
    border-color: rgba(112, 49, 237, 0.4);
}

.profeat-gb-ui-card {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(18, 20, 30, 0.98), rgba(10, 11, 18, 0.98));
}

.profeat-gb-ui-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 79, 184, 0.94) 0%, rgba(122, 60, 255, 0.88) 45%, rgba(73, 239, 255, 0) 88%);
}

.profeat-gb-ui-card--composer {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.profeat-gb-ui-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.3), transparent 24%),
        linear-gradient(135deg, rgba(122, 60, 255, 0.92), rgba(79, 0, 237, 0.78));
}

.profeat-gb-ui-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profeat-gb-ui-lines span {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
}

.profeat-gb-ui-lines span.is-long {
    width: 82%;
}

.profeat-gb-ui-lines span.is-mid {
    width: 56%;
}

.profeat-gb-ui-kicker {
    margin: 0 0 12px;
    color: rgba(247, 244, 255, 0.5);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.profeat-gb-ui-card h3,
.profeat-gb-map-card h3,
.profeat-gb-thread-item span,
.profeat-gb-side-stat strong {
    margin: 0;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 1rem;
    line-height: 1.18;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.profeat-gb-ui-card--event h3 {
    margin-bottom: 14px;
}

.profeat-gb-ui-split,
.profeat-gb-ui-actions,
.profeat-gb-ui-card--mini span,
.profeat-gb-map-card span,
.profeat-gb-thread-item small,
.profeat-gb-side-stat span {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: rgba(247, 244, 255, 0.7);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.82rem;
    line-height: 1.5;
}

.profeat-gb-ui-actions {
    margin-top: 18px;
}

.profeat-gb-ui-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.profeat-gb-ui-card--mini {
    min-height: 128px;
}

.profeat-gb-ui-card--mini strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.profeat-gb-map-board {
    position: relative;
    min-height: 310px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 24px;
    background:
        radial-gradient(circle at 34% 34%, rgba(112, 49, 237, 0.08), transparent 16%),
        linear-gradient(135deg, rgba(13, 14, 22, 0.98), rgba(9, 9, 14, 0.98));
}

.profeat-gb-map-board::before,
.profeat-gb-map-board::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 18px;
    border: 1px dashed rgba(255, 255, 255, 0.05);
}

.profeat-gb-map-board::after {
    inset: 32% 10% 12% 36%;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.04);
}

.profeat-gb-map-marker {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(73, 239, 255, 0.84);
    box-shadow: 0 0 0 6px rgba(73, 239, 255, 0.12);
}

.profeat-gb-map-marker.is-primary {
    background: rgba(255, 79, 184, 0.94);
    box-shadow: 0 0 0 8px rgba(255, 79, 184, 0.14);
}

.profeat-gb-map-card {
    position: absolute;
    width: min(260px, calc(100% - 40px));
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(18, 20, 30, 0.98), rgba(10, 11, 18, 0.98));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.profeat-gb-map-card.is-main {
    top: 18px;
    left: 18px;
}

.profeat-gb-map-card.is-side {
    right: 18px;
    bottom: 18px;
}

.profeat-gb-flow-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 220px;
    gap: 16px;
    min-height: 100%;
}

.profeat-gb-ui-card--thread-list,
.profeat-gb-ui-card--side-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profeat-gb-thread-item,
.profeat-gb-side-stat {
    padding: 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
}

.profeat-gb-thread-item.is-active {
    background: rgba(112, 49, 237, 0.14);
    border-color: rgba(112, 49, 237, 0.3);
}

.profeat-gb-thread-item span,
.profeat-gb-side-stat strong {
    display: block;
    margin-bottom: 8px;
    font-size: 0.84rem;
}

.profeat-gb-ui-card--conversation {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profeat-gb-chat-bubble {
    max-width: 86%;
    padding: 14px 16px;
    border-radius: 18px;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.92rem;
    line-height: 1.55;
}

.profeat-gb-chat-bubble.is-them {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.06);
    color: var(--profeat-gb-text);
}

.profeat-gb-chat-bubble.is-you {
    align-self: flex-end;
    background: linear-gradient(180deg, rgba(112, 49, 237, 0.9), rgba(79, 0, 237, 0.86));
    color: #fff;
}

.profeat-gb-showcase-float {
    position: absolute;
    z-index: 3;
    min-width: 210px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
        rgba(12, 13, 20, 0.94);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.32);
    animation: profeat-gb-float 5.6s ease-in-out infinite;
}

.profeat-gb-showcase-float--left {
    left: 0;
    bottom: 10%;
}

.profeat-gb-showcase-float--right {
    right: -2%;
    top: 18%;
    animation-delay: -2.2s;
}

.profeat-gb-showcase-float p {
    margin: 0 0 8px;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.profeat-gb-showcase-float span {
    color: rgba(247, 244, 255, 0.68);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.82rem;
    line-height: 1.45;
}

@keyframes profeat-gb-screen-cycle {
    0%,
    27% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }

    33%,
    100% {
        opacity: 0;
        transform: translate3d(0, 32px, 0) scale(0.985);
    }
}

@keyframes profeat-gb-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes profeat-gb-browser-breathe {
    0%,
    100% {
        transform: perspective(1800px) rotateX(13deg) rotateY(-13deg) rotateZ(1deg) translateY(0);
    }

    50% {
        transform: perspective(1800px) rotateX(11deg) rotateY(-11.5deg) rotateZ(1deg) translateY(-6px);
    }
}

.profeat-gb-list {
    margin: 18px 0 0 18px;
    padding: 0;
    color: var(--profeat-gb-muted);
    font-size: 0.98rem;
    line-height: 1.72;
}

.profeat-gb-list li + li {
    margin-top: 8px;
}

.profeat-gb-hero-v2,
.profeat-gb-program-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    gap: clamp(26px, 4vw, 44px);
    align-items: stretch;
}

.profeat-gb-hero-v2--compact,
.profeat-gb-hero-v2--legal {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.82fr);
}

.profeat-gb-hero-copy,
.profeat-gb-program-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profeat-gb-hero-v2--concept-clean {
    grid-template-columns: minmax(560px, 1.06fr) minmax(300px, 392px);
    gap: clamp(42px, 7vw, 104px);
    align-items: flex-start;
    min-height: min(700px, calc(100vh - 118px));
}

.profeat-gb-hero-copy--concept-clean {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 700px;
}

.profeat-gb-brand-lockup--concept-clean {
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
}

.profeat-gb-brand-lockup--concept-clean img {
    width: clamp(154px, 18vw, 232px);
    opacity: 0.96;
    filter: drop-shadow(0 12px 34px rgba(0, 0, 0, 0.3));
}

.profeat-gb-display--concept-clean {
    margin-top: 140px;
    width: auto;
    max-width: none;
    padding-right: 0.1em;
    font-size: clamp(3.7rem, 9.6vw, 7.4rem);
    line-height: 0.86;
    letter-spacing: -0.1em;
}

.profeat-gb-display-line {
    display: block;
}

.profeat-gb-display-line--accent {
    display: inline-block;
    padding-right: 0.14em;
    background: linear-gradient(92deg, rgba(247, 244, 255, 0.98) 0%, rgba(224, 208, 255, 0.95) 34%, rgba(155, 234, 255, 0.98) 76%, rgba(247, 244, 255, 0.96) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 10px 28px rgba(122, 60, 255, 0.16));
}

.profeat-gb-copy--hero-clean {
    max-width: none;
    margin-top: 30px;
    color: rgba(247, 244, 255, 0.72);
    font-size: clamp(0.98rem, 1.25vw, 1.18rem);
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.profeat-gb-copy--hero-clean .profeat-gb-copy-line {
    display: block;
}

@media (min-width: 1181px) {
    .profeat-gb-copy--hero-clean .profeat-gb-copy-line {
        white-space: nowrap;
    }
}

.profeat-gb-hero-copy--concept-clean .profeat-gb-cta-row {
    margin-top: 30px;
    padding-top: 0;
}

.profeat-gb-hero-copy--concept-clean .profeat-gb-cta {
    min-height: 54px;
    padding: 0 26px;
}

.profeat-gb-hero-media--concept-clean {
    align-items: flex-end;
    justify-content: flex-start;
}

.profeat-gb-hero-stage {
    position: relative;
    width: min(100%, 364px);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(20, 18, 33, 0.78), rgba(9, 10, 18, 0.52));
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(122, 60, 255, 0.06) inset;
}

.profeat-gb-hero-stage::before {
    content: "";
    position: absolute;
    inset: auto 14% -34px;
    height: 48px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(79, 0, 237, 0.42) 0%, rgba(79, 0, 237, 0) 72%);
    filter: blur(14px);
    pointer-events: none;
}

.profeat-gb-hero-stage .profeat-gb-hero-video {
    min-height: 610px;
    aspect-ratio: auto;
    border-radius: 28px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 24px 48px rgba(0, 0, 0, 0.34);
}

.profeat-gb-brand-lockup {
    margin-bottom: 22px;
}

.profeat-gb-brand-lockup img {
    display: block;
    width: clamp(210px, 26vw, 330px);
    max-width: 100%;
    height: auto;
}

.profeat-gb-hero-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.profeat-gb-kpi {
    min-height: 132px;
    padding: 18px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.profeat-gb-kpi-label {
    display: block;
    margin: 10px 0 0;
    letter-spacing: 0.14em;
    line-height: 1.5;
}

.profeat-gb-hero-media {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profeat-gb-video-badge {
    margin-bottom: 0;
}

.profeat-gb-video,
.profeat-gb-hero-video,
.profeat-gb-story-video {
    display: block;
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
    background: #000;
}

.profeat-gb-hero-video {
    aspect-ratio: 4 / 5;
    min-height: 520px;
}

.profeat-gb-story-video {
    height: 100%;
    min-height: 360px;
}

.profeat-gb-video-note {
    position: relative;
    z-index: 1;
    padding: 18px 20px 0;
}

.profeat-gb-video-note p {
    margin: 0;
    color: rgba(247, 244, 255, 0.66);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.95rem;
    line-height: 1.65;
}

.profeat-gb-audience-grid,
.profeat-gb-proof-grid,
.profeat-gb-card-grid,
.profeat-gb-link-grid,
.profeat-gb-plan-grid {
    display: grid;
    gap: 24px;
    margin-top: 32px;
}

.profeat-gb-audience-grid,
.profeat-gb-proof-grid,
.profeat-gb-card-grid--three,
.profeat-gb-link-grid,
.profeat-gb-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profeat-gb-card-grid:not(.profeat-gb-card-grid--three) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profeat-gb-plan-grid.wp-block-columns,
.profeat-gb-link-grid.wp-block-columns,
.wp-block-columns.profeat-gb-plan-grid.is-layout-flex,
.wp-block-columns.profeat-gb-link-grid.is-layout-flex {
    display: grid !important;
}

.profeat-gb-plan-grid .wp-block-column,
.profeat-gb-link-grid .wp-block-column,
.wp-block-columns.profeat-gb-plan-grid.is-layout-flex > .wp-block-column,
.wp-block-columns.profeat-gb-link-grid.is-layout-flex > .wp-block-column {
    display: flex;
    flex: initial !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

.profeat-gb-audience-card,
.profeat-gb-proof-card,
.profeat-gb-plan,
.profeat-gb-link-card,
.profeat-gb-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.profeat-gb-plan-grid--featured,
.profeat-gb-plan-grid--support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profeat-gb-plan-grid--compact-top {
    margin-top: 0;
}

.profeat-gb-plan-grid--featured-spectator {
    margin-top: 0;
}

.profeat-gb-plan-grid--featured-spectator > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.profeat-gb-plan-grid--featured-spectator .profeat-gb-plan-grid__cell {
    display: flex;
    min-width: 0;
}

.profeat-gb-plan--prod {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 0;
    border: 1px solid var(--profeat-gb-border);
    border-radius: var(--profeat-gb-radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(18, 20, 31, 0.96), rgba(9, 10, 16, 0.96));
    box-shadow: var(--profeat-gb-shadow);
    backdrop-filter: blur(22px);
    isolation: isolate;
}

.profeat-gb-plan--prod::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 79, 184, 0.96) 0%, rgba(122, 60, 255, 0.88) 40%, rgba(73, 239, 255, 0) 88%);
}

.profeat-gb-plan--prod::after {
    content: "";
    position: absolute;
    inset: auto -12% -35% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(112, 49, 237, 0.14) 0%, rgba(112, 49, 237, 0) 70%);
    opacity: 0.6;
    pointer-events: none;
}

.profeat-gb-plan--prod > .wp-block-group__inner-container {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    padding: clamp(24px, 3vw, 36px);
}

.profeat-gb-plan-prod__ribbon {
    position: absolute;
    top: clamp(20px, 2.5vw, 28px);
    right: clamp(20px, 2.5vw, 28px);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.profeat-gb-plan-prod__ribbon--superfeat {
    background: rgba(112, 49, 237, 0.18);
    color: #f3edff;
}

.profeat-gb-plan-prod__ribbon--artist {
    background: rgba(255, 111, 28, 0.18);
    color: #ffd2b3;
}

.profeat-gb-plan-prod__superfeat-top {
    display: flex;
    align-items: flex-start;
    min-height: auto;
    padding: 0 112px 14px 0;
}

.profeat-gb-plan-prod__brand {
    margin: 0;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(2.4rem, 4.1vw, 3.5rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.profeat-gb-plan-prod__brand--superfeat {
    font-size: clamp(2.35rem, 3.9vw, 3.3rem);
}

.profeat-gb-plan-prod__superfeat-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    padding: 8px 0 0;
    color: rgba(247, 244, 255, 0.9);
}

.profeat-gb-plan-prod__coming-title {
    margin: 0;
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: clamp(2.1rem, 3.2vw, 3rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.profeat-gb-plan-prod__coming-copy {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 29ch;
    margin: 22px 0 0;
    color: rgba(247, 244, 255, 0.68);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.35;
}

.profeat-gb-plan-prod__superfeat-copy {
    max-width: 32rem;
}

.profeat-gb-plan-prod__superfeat-footer {
    margin-top: auto;
}

.profeat-gb-plan-prod__disabled-button {
    width: min(296px, 100%);
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    color: rgba(247, 244, 255, 0.58);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.profeat-gb-plan-prod__artist-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0;
    color: #fff;
}

.profeat-gb-plan-prod__artist-header,
.profeat-gb-plan-prod__price-stack,
.profeat-gb-plan-prod__meta {
    text-align: left;
}

.profeat-gb-plan-prod__tagline {
    margin: 8px 0 0;
    color: #7031ed;
    font-family: "Gothic A1", sans-serif;
    font-size: clamp(1.08rem, 1.55vw, 1.36rem);
    font-weight: 800;
    line-height: 1.16;
}

.profeat-gb-plan-prod__price-stack {
    margin-top: 34px;
}

.profeat-gb-plan-prod__price,
.profeat-gb-plan-prod__period {
    margin: 0;
    color: #fff;
}

.profeat-gb-plan-prod__price {
    font-family: "Unbounded", sans-serif;
    font-size: clamp(3rem, 5.2vw, 4.6rem);
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: -0.09em;
    text-transform: uppercase;
}

.profeat-gb-plan-prod__period {
    margin-top: 8px;
    font-family: "Gothic A1", sans-serif;
    font-size: clamp(1.35rem, 1.8vw, 1.92rem);
    font-weight: 800;
    line-height: 1;
}

.profeat-gb-plan-prod__list {
    display: grid;
    gap: 16px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.profeat-gb-plan-prod__list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    color: rgba(247, 244, 255, 0.84);
    font-family: "Gothic A1", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.42;
}

.profeat-gb-plan-prod__icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    color: rgba(247, 244, 255, 0.92);
}

.profeat-gb-plan-prod__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.profeat-gb-plan-prod__icon--star {
    color: #7031ed;
}

.profeat-gb-plan-cta--prod {
    margin-top: 30px;
    padding-top: 0;
}

.profeat-gb-plan-cta--prod .wp-block-shortcode,
.profeat-gb-plan-cta--prod .swpm-button-wrapper,
.profeat-gb-plan-cta--prod .swpm-payment-button,
.profeat-gb-plan-cta--prod form {
    display: flex;
    justify-content: center;
}

.profeat-gb-plan-cta--prod .stripe-button-el {
    width: min(290px, 100%);
    filter: drop-shadow(0 18px 30px rgba(112, 49, 237, 0.22));
}

.profeat-gb-plan-prod__meta {
    margin-top: auto;
    padding-top: 30px;
    color: rgba(247, 244, 255, 0.56);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.35;
}

.profeat-gb-audience-icon {
    width: min(170px, 48%);
    max-width: 170px;
    margin: -10px 0 22px auto;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.34));
}

.profeat-gb-shell--audience-study {
    width: min(1240px, calc(100vw - 48px));
}

.profeat-gb-audience-study {
    --profeat-audience-bg: linear-gradient(140deg, rgba(8, 8, 14, 0.98) 0%, rgba(5, 5, 10, 0.98) 100%);
    --profeat-audience-overlay: linear-gradient(180deg, rgba(4, 4, 8, 0.1) 0%, rgba(4, 4, 8, 0.72) 100%);
    --profeat-audience-beam: linear-gradient(120deg, rgba(73, 239, 255, 0.16) 0%, rgba(73, 239, 255, 0) 36%, rgba(255, 79, 184, 0.18) 100%);
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 56px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: clamp(30px, 4vw, 42px);
    background: var(--profeat-audience-bg);
    box-shadow: var(--profeat-gb-shadow);
    isolation: isolate;
}

.profeat-gb-audience-study::before,
.profeat-gb-audience-study::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.profeat-gb-audience-study::before {
    z-index: 0;
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.07), transparent 26%),
        radial-gradient(circle at 88% 18%, rgba(73, 239, 255, 0.09), transparent 24%),
        var(--profeat-audience-overlay);
}

.profeat-gb-audience-study::after {
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
        radial-gradient(circle at 20% 84%, rgba(255, 79, 184, 0.12), transparent 24%),
        radial-gradient(circle at 76% 74%, rgba(73, 239, 255, 0.12), transparent 26%);
    mix-blend-mode: screen;
    opacity: 0.62;
}

.profeat-gb-audience-study__content {
    position: relative;
    z-index: 2;
}

.profeat-gb-audience-study__header {
    max-width: 72ch;
}

.profeat-gb-audience-study__header .profeat-gb-heading {
    max-width: 12ch;
}

.profeat-gb-audience-study__header .profeat-gb-copy {
    max-width: 66ch;
}

.profeat-gb-audience-study .profeat-gb-audience-grid {
    margin-top: clamp(32px, 4vw, 48px);
}

.profeat-gb-audience-study .profeat-gb-audience-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(14, 16, 26, 0.86), rgba(8, 9, 16, 0.92));
    border-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
}

.profeat-gb-audience-study .profeat-gb-audience-card .profeat-gb-copy {
    color: rgba(247, 244, 255, 0.8);
}

.profeat-gb-audience-study .profeat-gb-audience-icon {
    width: clamp(120px, 16vw, 172px);
}

.profeat-gb-repers-study__header {
    max-width: 76ch;
}

.profeat-gb-repers-study__header .profeat-gb-heading {
    max-width: 10ch;
}

.profeat-gb-repers-study__header .profeat-gb-copy {
    max-width: 74ch;
}

@media (min-width: 1025px) {
    .profeat-gb-repers-study__header .profeat-gb-heading {
        max-width: none;
        white-space: nowrap;
    }

    .profeat-gb-story--organizer .profeat-gb-story-copy .profeat-gb-heading {
        white-space: nowrap;
    }
}

.profeat-gb-repers-study .profeat-gb-proof-grid {
    margin-top: clamp(32px, 4vw, 48px);
}

.profeat-gb-repers-study .profeat-gb-proof-card {
    justify-content: flex-start;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(14, 16, 26, 0.86), rgba(8, 9, 16, 0.92));
    border-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
}

.profeat-gb-repers-study .profeat-gb-proof-card__head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.profeat-gb-repers-study .profeat-gb-proof-card .profeat-gb-proof-metric {
    margin-bottom: 0;
}

.profeat-gb-repers-study .profeat-gb-proof-card .profeat-gb-card-title {
    display: flex;
    align-items: flex-start;
    min-height: calc(3 * 1.12em);
    margin-top: 0;
    margin-bottom: 0;
}

.profeat-gb-repers-study .profeat-gb-proof-card .profeat-gb-copy {
    margin-top: 18px;
    color: rgba(247, 244, 255, 0.8);
}

.profeat-gb-audience-art {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.profeat-gb-audience-art__layer,
.profeat-gb-audience-art__beam,
.profeat-gb-audience-art__orb {
    position: absolute;
    display: block;
}

.profeat-gb-audience-art__layer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.34;
    filter: saturate(1.05) contrast(1.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.profeat-gb-audience-art__layer--a {
    background-image:
        linear-gradient(180deg, rgba(11, 11, 18, 0.08), rgba(11, 11, 18, 0.68)),
        var(--profeat-audience-image-a);
}

.profeat-gb-audience-art__layer--b {
    background-image:
        linear-gradient(180deg, rgba(11, 11, 18, 0.05), rgba(11, 11, 18, 0.62)),
        var(--profeat-audience-image-b);
}

.profeat-gb-audience-art__layer--c {
    background-image:
        linear-gradient(180deg, rgba(11, 11, 18, 0.06), rgba(11, 11, 18, 0.66)),
        var(--profeat-audience-image-c);
}

.profeat-gb-audience-art__beam {
    background: var(--profeat-audience-beam);
    opacity: 0.78;
}

.profeat-gb-audience-art__orb--rose {
    background: radial-gradient(circle, rgba(255, 79, 184, 0.36) 0%, rgba(255, 79, 184, 0) 72%);
    filter: blur(16px);
}

.profeat-gb-audience-art__orb--cyan {
    background: radial-gradient(circle, rgba(73, 239, 255, 0.28) 0%, rgba(73, 239, 255, 0) 74%);
    filter: blur(18px);
}

.profeat-gb-audience-study--01 .profeat-gb-audience-art__layer--a {
    left: -4%;
    top: -8%;
    width: 26%;
    height: 116%;
    border-radius: 0 0 44px 44px;
}

.profeat-gb-audience-study--01 .profeat-gb-audience-art__layer--b {
    left: 34%;
    top: -3%;
    width: 32%;
    height: 112%;
    border-radius: 0 0 56px 56px;
    opacity: 0.4;
}

.profeat-gb-audience-study--01 .profeat-gb-audience-art__layer--c {
    right: -4%;
    top: -7%;
    width: 26%;
    height: 116%;
    border-radius: 0 0 44px 44px;
}

.profeat-gb-audience-study--01 .profeat-gb-audience-art__beam {
    left: 28%;
    top: 18%;
    width: 48%;
    height: 54%;
    transform: rotate(7deg);
}

.profeat-gb-audience-study--01 .profeat-gb-audience-art__orb--rose {
    left: 56%;
    top: -12%;
    width: 34%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--01 .profeat-gb-audience-art__orb--cyan {
    left: 6%;
    bottom: -22%;
    width: 38%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--02 .profeat-gb-audience-art__layer--a {
    left: -2%;
    top: -6%;
    width: 36%;
    height: 78%;
    transform: rotate(-12deg);
    border-radius: 34px;
}

.profeat-gb-audience-study--02 .profeat-gb-audience-art__layer--b {
    right: 8%;
    top: 8%;
    width: 30%;
    height: 84%;
    transform: rotate(8deg);
    border-radius: 34px;
}

.profeat-gb-audience-study--02 .profeat-gb-audience-art__layer--c {
    left: 22%;
    bottom: -12%;
    width: 46%;
    height: 34%;
    transform: rotate(-3deg);
    border-radius: 38px;
}

.profeat-gb-audience-study--02 .profeat-gb-audience-art__beam {
    left: 34%;
    top: 10%;
    width: 50%;
    height: 22%;
    transform: rotate(-14deg);
}

.profeat-gb-audience-study--02 .profeat-gb-audience-art__orb--rose {
    left: -10%;
    top: 54%;
    width: 30%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--02 .profeat-gb-audience-art__orb--cyan {
    right: -8%;
    top: -16%;
    width: 34%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--03 .profeat-gb-audience-art__layer--a {
    left: -5%;
    top: 12%;
    width: 23%;
    height: 82%;
    border-radius: 0 34px 34px 0;
}

.profeat-gb-audience-study--03 .profeat-gb-audience-art__layer--b {
    left: 18%;
    right: 18%;
    bottom: 10%;
    height: 42%;
    border-radius: 36px;
    opacity: 0.46;
}

.profeat-gb-audience-study--03 .profeat-gb-audience-art__layer--c {
    right: 6%;
    top: 10%;
    width: 28%;
    height: 76%;
    transform: rotate(5deg);
    border-radius: 32px;
}

.profeat-gb-audience-study--03 .profeat-gb-audience-art__beam {
    left: 28%;
    top: 2%;
    width: 42%;
    height: 26%;
}

.profeat-gb-audience-study--03 .profeat-gb-audience-art__orb--rose {
    right: -10%;
    bottom: -18%;
    width: 32%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--03 .profeat-gb-audience-art__orb--cyan {
    left: 24%;
    top: 44%;
    width: 30%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--04 .profeat-gb-audience-art__layer--a {
    left: 4%;
    top: 18%;
    width: 18%;
    height: 34%;
    transform: rotate(-11deg);
    border-radius: 26px;
}

.profeat-gb-audience-study--04 .profeat-gb-audience-art__layer--b {
    right: 6%;
    top: 8%;
    width: 24%;
    height: 38%;
    transform: rotate(8deg);
    border-radius: 30px;
}

.profeat-gb-audience-study--04 .profeat-gb-audience-art__layer--c {
    right: 20%;
    bottom: 10%;
    width: 36%;
    height: 30%;
    transform: rotate(-4deg);
    border-radius: 34px;
}

.profeat-gb-audience-study--04 .profeat-gb-audience-art__beam {
    left: 10%;
    bottom: 0;
    width: 78%;
    height: 24%;
}

.profeat-gb-audience-study--04 .profeat-gb-audience-art__orb--rose {
    left: 30%;
    top: -16%;
    width: 26%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--04 .profeat-gb-audience-art__orb--cyan {
    right: 8%;
    top: 42%;
    width: 28%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--05 .profeat-gb-audience-art__layer--a {
    right: -6%;
    top: -14%;
    width: 48%;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 0.32;
}

.profeat-gb-audience-study--05 .profeat-gb-audience-art__layer--b {
    left: -4%;
    bottom: -12%;
    width: 24%;
    height: 114%;
    border-radius: 0 38px 38px 0;
}

.profeat-gb-audience-study--05 .profeat-gb-audience-art__layer--c {
    right: 18%;
    bottom: 8%;
    width: 34%;
    height: 30%;
    border-radius: 36px;
}

.profeat-gb-audience-study--05 .profeat-gb-audience-art__beam {
    left: 22%;
    top: 24%;
    width: 34%;
    height: 48%;
    transform: rotate(12deg);
}

.profeat-gb-audience-study--05 .profeat-gb-audience-art__orb--rose {
    left: 54%;
    top: -8%;
    width: 24%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--05 .profeat-gb-audience-art__orb--cyan {
    left: 14%;
    bottom: -18%;
    width: 30%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--06 .profeat-gb-audience-art__layer--a {
    left: 0;
    top: 0;
    width: 22%;
    height: 50%;
    border-radius: 0 0 30px 0;
}

.profeat-gb-audience-study--06 .profeat-gb-audience-art__layer--b {
    left: 24%;
    top: 0;
    width: 30%;
    height: 34%;
    border-radius: 0 0 28px 28px;
}

.profeat-gb-audience-study--06 .profeat-gb-audience-art__layer--c {
    right: 0;
    top: 0;
    width: 24%;
    height: 48%;
    border-radius: 0 0 0 30px;
}

.profeat-gb-audience-study--06 .profeat-gb-audience-art__beam {
    left: 14%;
    bottom: -4%;
    width: 72%;
    height: 34%;
}

.profeat-gb-audience-study--06 .profeat-gb-audience-art__orb--rose {
    right: 32%;
    top: 16%;
    width: 24%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--06 .profeat-gb-audience-art__orb--cyan {
    left: -8%;
    top: 38%;
    width: 30%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--07 .profeat-gb-audience-art__layer--a {
    left: 0;
    top: 0;
    width: 34%;
    height: 30%;
    border-radius: 0 0 30px 0;
}

.profeat-gb-audience-study--07 .profeat-gb-audience-art__layer--b {
    left: 34%;
    top: 0;
    width: 32%;
    height: 26%;
    border-radius: 0 0 28px 28px;
}

.profeat-gb-audience-study--07 .profeat-gb-audience-art__layer--c {
    right: 0;
    top: 0;
    width: 34%;
    height: 32%;
    border-radius: 0 0 0 30px;
}

.profeat-gb-audience-study--07 .profeat-gb-audience-art__beam {
    left: -4%;
    bottom: -8%;
    width: 108%;
    height: 58%;
    transform: rotate(-2deg);
}

.profeat-gb-audience-study--07 .profeat-gb-audience-art__orb--rose {
    right: -8%;
    top: 34%;
    width: 28%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--07 .profeat-gb-audience-art__orb--cyan {
    left: 12%;
    top: 42%;
    width: 26%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--08 .profeat-gb-audience-art__layer--a {
    left: 12%;
    top: 14%;
    width: 24%;
    height: 70%;
    border-radius: 30px;
}

.profeat-gb-audience-study--08 .profeat-gb-audience-art__layer--b {
    right: 10%;
    top: 8%;
    width: 40%;
    height: 48%;
    border-radius: 34px;
}

.profeat-gb-audience-study--08 .profeat-gb-audience-art__layer--c {
    left: 30%;
    bottom: -12%;
    width: 42%;
    height: 34%;
    border-radius: 38px;
}

.profeat-gb-audience-study--08 .profeat-gb-audience-art__beam {
    left: 42%;
    top: 0;
    width: 16%;
    height: 100%;
}

.profeat-gb-audience-study--08 .profeat-gb-audience-art__orb--rose {
    right: 22%;
    top: 48%;
    width: 22%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--08 .profeat-gb-audience-art__orb--cyan {
    left: 4%;
    top: -12%;
    width: 28%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--09 .profeat-gb-audience-art__layer--a {
    left: -5%;
    top: -8%;
    width: 30%;
    height: 122%;
    border-radius: 0 42px 42px 0;
}

.profeat-gb-audience-study--09 .profeat-gb-audience-art__layer--b {
    right: 8%;
    top: 18%;
    width: 28%;
    height: 34%;
    transform: rotate(4deg);
    border-radius: 30px;
}

.profeat-gb-audience-study--09 .profeat-gb-audience-art__layer--c {
    right: -8%;
    bottom: -8%;
    width: 46%;
    height: 44%;
    border-radius: 36px 0 0 0;
}

.profeat-gb-audience-study--09 .profeat-gb-audience-art__beam {
    left: 20%;
    top: 12%;
    width: 54%;
    height: 66%;
    transform: rotate(-6deg);
}

.profeat-gb-audience-study--09 .profeat-gb-audience-art__orb--rose {
    left: 48%;
    top: -10%;
    width: 26%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--09 .profeat-gb-audience-art__orb--cyan {
    right: -10%;
    bottom: -16%;
    width: 34%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--10 .profeat-gb-audience-art__layer--a {
    left: 12%;
    top: 6%;
    width: 22%;
    height: 48%;
    transform: rotate(-8deg);
    border-radius: 28px;
}

.profeat-gb-audience-study--10 .profeat-gb-audience-art__layer--b {
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    border-radius: 32px 32px 0 0;
    opacity: 0.42;
}

.profeat-gb-audience-study--10 .profeat-gb-audience-art__layer--c {
    right: 8%;
    top: 10%;
    width: 24%;
    height: 54%;
    transform: rotate(7deg);
    border-radius: 28px;
}

.profeat-gb-audience-study--10 .profeat-gb-audience-art__beam {
    left: 16%;
    top: 24%;
    width: 68%;
    height: 22%;
}

.profeat-gb-audience-study--10 .profeat-gb-audience-art__orb--rose {
    left: -8%;
    top: 28%;
    width: 28%;
    aspect-ratio: 1;
}

.profeat-gb-audience-study--10 .profeat-gb-audience-art__orb--cyan {
    right: -10%;
    top: -12%;
    width: 32%;
    aspect-ratio: 1;
}

.profeat-gb-story-stack {
    display: flex;
    flex-direction: column;
    gap: clamp(72px, 10vw, 136px);
    margin-top: clamp(40px, 6vw, 64px);
}

.profeat-gb-story {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(140px, 1fr) minmax(420px, 540px);
    gap: 0;
    align-items: start;
}

.profeat-gb-story--reverse .profeat-gb-story-media {
    grid-column: 3;
    justify-content: flex-end;
}

.profeat-gb-story--reverse .profeat-gb-story-copy {
    grid-column: 1;
    justify-self: start;
}

.profeat-gb-story-media {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-self: start;
}

.profeat-gb-story-copy {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: min(100%, 540px);
    max-width: none;
    justify-self: stretch;
    align-self: start;
}

.profeat-gb-story-copy .profeat-gb-heading {
    width: 100%;
    max-width: 540px;
    margin-bottom: 22px;
    font-size: clamp(2.15rem, 4.2vw, 3.75rem);
    line-height: 0.94;
}

.profeat-gb-story-copy .profeat-gb-copy {
    width: 100%;
    max-width: 540px;
    color: rgba(247, 244, 255, 0.8);
}

.profeat-gb-phone {
    position: relative;
    width: min(100%, 340px);
    padding: 16px 14px 18px;
    border-radius: 42px;
    border: 1px solid rgba(122, 60, 255, 0.18);
    background:
        linear-gradient(180deg, rgba(11, 11, 16, 0.98), rgba(4, 4, 7, 0.98)),
        linear-gradient(135deg, rgba(255, 79, 184, 0.2), rgba(79, 0, 237, 0.16));
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.profeat-gb-phone::before {
    content: "";
    position: absolute;
    inset: auto 10% -26px;
    height: 52px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(79, 0, 237, 0.34) 0%, rgba(79, 0, 237, 0) 72%);
    filter: blur(18px);
    pointer-events: none;
}

.profeat-gb-phone--artist::after,
.profeat-gb-phone--organizer::after,
.profeat-gb-phone--spectator::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 41px;
    pointer-events: none;
    opacity: 0.34;
}

.profeat-gb-phone--artist::after {
    background: linear-gradient(160deg, rgba(255, 79, 184, 0.34), transparent 44%, rgba(79, 0, 237, 0.22));
}

.profeat-gb-phone--organizer::after {
    background: linear-gradient(160deg, rgba(79, 0, 237, 0.24), transparent 48%, rgba(255, 255, 255, 0.08));
}

.profeat-gb-phone--spectator::after {
    background: linear-gradient(160deg, rgba(122, 60, 255, 0.28), transparent 48%, rgba(255, 79, 184, 0.18));
}

.profeat-gb-phone-hardware {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 8px 10px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.profeat-gb-phone-notch {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 3;
    width: 118px;
    height: 26px;
    margin-left: -59px;
    border-radius: 0 0 18px 18px;
    background: #020203;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.36);
}

.profeat-gb-phone-screen {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    min-height: 620px;
    padding: 22px 12px 18px;
    overflow: hidden;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(9, 10, 14, 0.98), rgba(3, 3, 5, 0.98));
}

.profeat-gb-phone-square {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 24px;
    background: #050505;
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.32),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.profeat-gb-phone-square::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(4, 4, 6, 0.84) 100%);
    pointer-events: none;
}

.profeat-gb-phone-square .profeat-gb-story-video {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    object-fit: cover;
}

.profeat-gb-phone-badge {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(8, 8, 12, 0.62);
    backdrop-filter: blur(14px);
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.profeat-gb-phone-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 66px;
    padding: 0 8px;
}

.profeat-gb-phone-footer span {
    color: rgba(247, 244, 255, 0.6);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.profeat-gb-phone-footer strong {
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.profeat-gb-phone-footer strong::after {
    content: "›";
    margin-left: 4px;
}

.profeat-gb-phone-home {
    position: relative;
    z-index: 2;
    width: 128px;
    height: 5px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
}

.profeat-gb-proof-card {
    justify-content: flex-end;
    min-height: 220px;
}

.profeat-gb-proof-card .profeat-gb-card-title {
    margin-top: 16px;
}

.profeat-gb-plan .profeat-gb-list {
    margin-top: 18px;
}

.profeat-gb-plan-cta {
    margin-top: auto;
    padding-top: 28px;
}

.profeat-gb-plan-cta .wp-block-shortcode,
.profeat-gb-plan-cta .swpm-button-wrapper,
.profeat-gb-plan-cta .swpm-payment-button,
.profeat-gb-plan-cta form {
    width: 100%;
    text-align: center;
}

.profeat-gb-plan-cta .stripe-button-el {
    display: block;
    width: min(264px, 100%);
    margin: 0 auto;
    border: 0;
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 16px 32px rgba(79, 0, 237, 0.2));
    transition: transform 0.2s ease, filter 0.2s ease;
}

.profeat-gb-plan-cta .stripe-button-el:hover,
.profeat-gb-plan-cta .stripe-button-el:focus {
    transform: translateY(-1px);
    filter: brightness(1.04) saturate(1.08) drop-shadow(0 18px 38px rgba(79, 0, 237, 0.3));
}

.profeat-gb-plan-cta button,
.profeat-gb-plan-cta input[type="submit"],
.profeat-gb-plan-cta .swpm-buy-now-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    width: min(264px, 100%);
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #8a5cff 0%, #6730eb 100%);
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    box-shadow: 0 18px 34px rgba(79, 0, 237, 0.22);
}

.profeat-gb-link-card .profeat-gb-cta-row {
    margin-top: auto;
    padding-top: 24px;
}

.profeat-gb-social-row {
    margin-top: 24px;
}

.profeat-gb-program-hero {
    margin-bottom: 34px;
}

.profeat-gb-program-hero-visual {
    min-height: 520px;
    padding: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background:
        radial-gradient(circle at center, rgba(112, 49, 237, 0.16), transparent 54%),
        linear-gradient(180deg, rgba(15, 16, 26, 0.98), rgba(7, 8, 13, 0.98));
}

.profeat-gb-program-hero-art,
.profeat-gb-program-hero-fx {
    position: absolute;
    max-width: 100%;
    height: auto;
}

.profeat-gb-program-hero-art {
    bottom: 0;
    width: min(74%, 420px);
    z-index: 2;
    filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.42));
}

.profeat-gb-program-hero-fx {
    inset: 50% auto auto 52%;
    width: min(48%, 240px);
    transform: translate(-50%, -50%);
    opacity: 0.82;
    z-index: 1;
}

.profeat-gb-preview--footer {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    border-top: 2px solid rgba(231, 117, 215, 0.74);
    background:
        radial-gradient(circle at 10% 52%, rgba(112, 49, 237, 0.18) 0%, rgba(112, 49, 237, 0.07) 18%, rgba(112, 49, 237, 0) 40%),
        linear-gradient(90deg, #1a1730 0%, #17141d 22%, #14131b 46%, #14131b 100%);
}

.profeat-gb-footer-v2 {
    display: grid;
    grid-template-columns: minmax(260px, 29%) minmax(360px, 47%) minmax(220px, 24%);
    gap: 0;
    align-items: start;
    width: min(1380px, calc(100vw - 10vw));
    min-height: 200px;
    margin: 0 auto;
    padding: clamp(48px, 5vw, 72px) 5%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.profeat-gb-footer-v2.profeat-gb-panel::after {
    display: none;
}

.profeat-gb-footer-v2.profeat-gb-panel--accent::before {
    display: none;
}

.profeat-gb-footer-column {
    position: relative;
    z-index: 1;
}

.profeat-gb-footer-column--news,
.profeat-gb-footer-column--info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profeat-gb-footer-column--brand {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-left: clamp(18px, 3vw, 40px);
}

.profeat-gb-footer-column--news {
    padding-right: clamp(24px, 3vw, 52px);
}

.profeat-gb-footer-column--info {
    padding: 0 clamp(18px, 2vw, 36px) 0 0;
}

.profeat-gb-footer-section-label,
.profeat-gb-footer-title {
    margin: 0;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.profeat-gb-footer-section-label {
    font-size: clamp(1.15rem, 1.45vw, 1.34rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.profeat-gb-footer-news-copy {
    margin: 28px 0 0;
    color: rgba(247, 244, 255, 0.82);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.5;
}

.profeat-gb-footer-news-copy em {
    font-style: italic;
}

.profeat-gb-footer-title {
    font-size: clamp(2rem, 3.25vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.profeat-gb-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.profeat-gb-footer-newsletter-form {
    margin-top: 36px;
}

.profeat-gb-form-field {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border: 2px solid rgba(247, 244, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    box-shadow: none;
}

.profeat-gb-form-field::placeholder {
    color: rgba(247, 244, 255, 0.36);
}

.profeat-gb-form-field:focus {
    outline: none;
    border-color: rgba(163, 118, 255, 0.8);
    box-shadow: 0 0 0 3px rgba(112, 49, 237, 0.12);
}

.profeat-gb-newsletter-button {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    background: linear-gradient(90deg, #7031ed 0%, #8866f7 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.profeat-gb-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 50px;
    padding-top: 40px;
}

.profeat-gb-footer-links-col {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profeat-gb-footer-link-item {
    margin: 0 0 clamp(18px, 2vw, 40px);
    color: #f7f4ff;
    font-family: "Gothic A1", sans-serif;
    font-size: clamp(0.94rem, 1.02vw, 1.04rem);
    font-weight: 700;
    line-height: 1.34;
}

.profeat-gb-footer-links a {
    color: inherit;
    text-decoration: none;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.profeat-gb-footer-links a:hover,
.profeat-gb-footer-links a:focus {
    color: rgba(247, 244, 255, 0.72);
}

.profeat-gb-footer-mark {
    display: block;
    width: min(88%, 360px);
    max-width: 100%;
    margin-left: auto;
    filter: brightness(0) invert(1);
    opacity: 1;
}

.profeat-gb-quote {
    margin: 0;
}

.profeat-gb-quote p {
    margin: 0 0 18px;
    font-size: 1.08rem;
    line-height: 1.7;
}

.profeat-gb-quote cite {
    display: block;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.profeat-gb-legal-shell {
    padding: clamp(28px, 4vw, 44px);
}

.profeat-gb-legal-shell .profeat-gb-heading {
    max-width: 18ch;
}

.profeat-gb-legal-shell .profeat-gb-list {
    margin-top: 20px;
}

@media (max-width: 1180px) {
    .profeat-gb-showcase {
        grid-template-columns: 1fr;
    }

    .profeat-gb-showcase-stage {
        min-height: 620px;
    }

    .profeat-gb-browser {
        margin: 0 auto;
        transform: none;
        animation: none;
    }

    .profeat-gb-showcase-float--left {
        left: 2%;
        bottom: 2%;
    }

    .profeat-gb-showcase-float--right {
        right: 2%;
    }

    .profeat-gb-flow-layout {
        grid-template-columns: 1fr;
    }

    .profeat-gb-hero-v2,
    .profeat-gb-program-hero,
    .profeat-gb-story,
    .profeat-gb-footer-v2 {
        grid-template-columns: 1fr;
    }

    .profeat-gb-hero-v2--compact,
    .profeat-gb-hero-v2--legal {
        grid-template-columns: 1fr;
    }

    .profeat-gb-hero-v2--concept-clean {
        align-items: center;
        gap: 34px;
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .profeat-gb-hero-media,
    .profeat-gb-program-hero-visual,
    .profeat-gb-story-media {
        min-height: auto;
    }

    .profeat-gb-hero-copy--concept-clean,
    .profeat-gb-hero-media--concept-clean {
        justify-content: flex-start;
        max-width: 100%;
    }

    .profeat-gb-brand-lockup--concept-clean {
        margin-top: 0;
        margin-bottom: 16px;
        transform: none;
    }

    .profeat-gb-display--concept-clean {
        margin-top: 72px;
    }

    .profeat-gb-copy--hero-clean {
        max-width: 36ch;
    }

    .profeat-gb-hero-copy--concept-clean .profeat-gb-cta-row {
        margin-top: 30px;
        padding-top: 0;
    }

    .profeat-gb-hero-stage {
        width: min(100%, 380px);
        margin: 0 auto;
    }

    .profeat-gb-program-hero-art {
        position: relative;
        width: min(72%, 420px);
        bottom: auto;
    }

    .profeat-gb-program-hero-fx {
        width: min(44%, 220px);
    }

    .profeat-gb-story--reverse .profeat-gb-story-media,
    .profeat-gb-story--reverse .profeat-gb-story-copy {
        grid-column: auto;
        order: initial;
    }

    .profeat-gb-story-media {
        grid-column: auto;
        grid-row: auto;
        justify-content: flex-start;
    }

    .profeat-gb-story-copy,
    .profeat-gb-story-copy .profeat-gb-copy,
    .profeat-gb-story-copy .profeat-gb-heading {
        max-width: none;
    }

    .profeat-gb-story-copy {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        justify-self: auto;
    }

    .profeat-gb-proof-grid,
    .profeat-gb-audience-grid,
    .profeat-gb-card-grid--three,
    .profeat-gb-link-grid,
    .profeat-gb-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profeat-gb-shell--audience-study {
        width: min(100%, calc(100vw - 40px));
    }

    .profeat-gb-audience-study__header .profeat-gb-copy {
        max-width: 54ch;
    }

    .profeat-gb-repers-study__header .profeat-gb-copy {
        max-width: 56ch;
    }

    .profeat-gb-audience-art__layer {
        opacity: 0.26;
    }

    .profeat-gb-footer-column--brand {
        grid-column: 1 / -1;
        align-items: flex-end;
        padding: 18px 0 0;
    }

    .profeat-gb-footer-v2 {
        grid-template-columns: minmax(250px, 0.94fr) minmax(340px, 1.06fr);
        gap: 30px 42px;
        width: min(100%, calc(100vw - 64px));
    }

    .profeat-gb-footer-column--news,
    .profeat-gb-footer-column--info {
        padding-right: 0;
    }

    .profeat-gb-footer-mark {
        width: min(58%, 320px);
    }

    .profeat-gb-plan--prod {
        min-height: 100%;
    }

    .profeat-gb-plan-prod__artist-body,
    .profeat-gb-plan-prod__superfeat-body {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 781px) {
    .profeat-gb-shell,
    .profeat-gb-shell--narrow,
    .profeat-gb-shell--footer,
    .profeat-gb-shell--audience-study {
        width: min(100%, calc(100vw - 28px));
    }

    .profeat-gb-section {
        padding: 46px 0;
    }

    .profeat-gb-section--hero {
        padding-top: 58px;
    }

    .profeat-gb-panel,
    .profeat-gb-quote {
        padding: 22px;
        border-radius: 24px;
    }

    .profeat-gb-display {
        max-width: none;
        font-size: clamp(2.2rem, 10.5vw, 3.5rem);
    }

    .profeat-gb-display--concept-clean {
        margin-top: 48px;
        width: auto;
        max-width: none;
        padding-right: 0.08em;
        font-size: clamp(3rem, 13vw, 4.95rem);
        line-height: 0.86;
        letter-spacing: -0.09em;
    }

    .profeat-gb-brand-lockup--concept-clean img {
        width: clamp(132px, 42vw, 196px);
    }

    .profeat-gb-heading {
        font-size: clamp(1.45rem, 7vw, 2.25rem);
    }

    .profeat-gb-copy--hero-clean {
        max-width: 30ch;
        margin-top: 30px;
        font-size: 0.95rem;
    }

    .profeat-gb-copy--hero-clean .profeat-gb-copy-line {
        white-space: normal;
    }

    .profeat-gb-showcase-stage {
        min-height: auto;
        padding-bottom: 116px;
    }

    .profeat-gb-showcase-pedestal {
        inset: auto 8% 0;
        height: 72px;
    }

    .profeat-gb-browser-body {
        grid-template-columns: 86px minmax(0, 1fr);
        min-height: 500px;
    }

    .profeat-gb-browser-bar {
        grid-template-columns: auto 1fr;
        gap: 12px;
    }

    .profeat-gb-browser-status {
        display: none;
    }

    .profeat-gb-browser-screen {
        inset: 16px;
    }

    .profeat-gb-ui-grid,
    .profeat-gb-flow-layout {
        grid-template-columns: 1fr;
    }

    .profeat-gb-map-card {
        width: calc(100% - 36px);
    }

    .profeat-gb-map-card.is-side {
        right: 18px;
        left: 18px;
        bottom: 18px;
    }

    .profeat-gb-showcase-float {
        position: relative;
        inset: auto;
        margin-top: 14px;
        min-width: 0;
        width: 100%;
        animation: none;
    }

    .profeat-gb-hero-kpis,
    .profeat-gb-audience-grid,
    .profeat-gb-proof-grid,
    .profeat-gb-card-grid,
    .profeat-gb-card-grid--three,
    .profeat-gb-link-grid,
    .profeat-gb-plan-grid,
    .profeat-gb-plan-grid--featured-spectator > .wp-block-group__inner-container,
    .profeat-gb-footer-links {
        grid-template-columns: 1fr;
    }

    .profeat-gb-plan--prod {
        min-height: auto;
    }

    .profeat-gb-plan-prod__ribbon {
        top: 22px;
        right: 22px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.64rem;
    }

    .profeat-gb-plan-prod__superfeat-top {
        padding: 0 92px 12px 0;
    }

    .profeat-gb-plan-prod__superfeat-body,
    .profeat-gb-plan-prod__artist-body {
        padding: 0;
    }

    .profeat-gb-plan-prod__price-stack {
        margin-top: 28px;
    }

    .profeat-gb-plan-prod__list {
        gap: 14px;
        margin-top: 28px;
    }

    .profeat-gb-plan-cta--prod {
        margin-top: 24px;
    }

    .profeat-gb-plan-prod__meta {
        padding-top: 24px;
    }

    .profeat-gb-repers-study .profeat-gb-proof-card__head {
        min-height: auto;
    }

    .profeat-gb-repers-study .profeat-gb-proof-card .profeat-gb-card-title {
        min-height: auto;
    }

    .profeat-gb-hero-video {
        min-height: 360px;
    }

    .profeat-gb-audience-study {
        padding: 24px;
        border-radius: 28px;
    }

    .profeat-gb-audience-study__header .profeat-gb-heading,
    .profeat-gb-audience-study__header .profeat-gb-copy,
    .profeat-gb-repers-study__header .profeat-gb-heading,
    .profeat-gb-repers-study__header .profeat-gb-copy {
        max-width: none;
    }

    .profeat-gb-audience-study .profeat-gb-audience-grid {
        margin-top: 28px;
    }

    .profeat-gb-audience-art__layer {
        opacity: 0.2;
        filter: saturate(1.05) contrast(1.02) blur(2px);
    }

    .profeat-gb-audience-art__layer--a {
        left: -18% !important;
        top: -10% !important;
        width: 54% !important;
        height: 40% !important;
        transform: rotate(-10deg) !important;
        border-radius: 24px !important;
    }

    .profeat-gb-audience-art__layer--b {
        top: auto !important;
        right: -16% !important;
        bottom: 18% !important;
        left: auto !important;
        width: 58% !important;
        height: 28% !important;
        transform: rotate(6deg) !important;
        border-radius: 26px !important;
    }

    .profeat-gb-audience-art__layer--c {
        left: -10% !important;
        right: auto !important;
        bottom: -10% !important;
        top: auto !important;
        width: 62% !important;
        height: 24% !important;
        transform: rotate(-4deg) !important;
        border-radius: 26px !important;
    }

    .profeat-gb-audience-art__beam {
        left: 12% !important;
        top: auto !important;
        right: auto !important;
        bottom: 20% !important;
        width: 76% !important;
        height: 28% !important;
        transform: rotate(-6deg) !important;
        opacity: 0.46;
    }

    .profeat-gb-audience-art__orb--rose {
        left: auto !important;
        right: -12% !important;
        top: -14% !important;
        bottom: auto !important;
        width: 44% !important;
        aspect-ratio: 1 !important;
    }

    .profeat-gb-audience-art__orb--cyan {
        left: -14% !important;
        right: auto !important;
        top: auto !important;
        bottom: -14% !important;
        width: 52% !important;
        aspect-ratio: 1 !important;
    }

    .profeat-gb-hero-stage {
        width: min(100%, 336px);
        padding: 10px;
        border-radius: 24px;
    }

    .profeat-gb-hero-stage .profeat-gb-hero-video {
        min-height: 500px;
        border-radius: 24px;
    }

    .profeat-gb-story-video {
        min-height: 260px;
    }

    .profeat-gb-story-media {
        justify-content: center;
    }

    .profeat-gb-phone {
        width: min(100%, 312px);
        padding: 14px 12px 16px;
        border-radius: 36px;
    }

    .profeat-gb-phone-screen {
        min-height: 560px;
        border-radius: 26px;
    }

    .profeat-gb-phone-notch {
        width: 104px;
        margin-left: -52px;
    }

    .profeat-gb-phone-footer {
        min-height: 58px;
    }

    .profeat-gb-phone-footer span {
        font-size: 0.68rem;
    }

    .profeat-gb-phone-footer strong {
        font-size: 1rem;
    }

    .profeat-gb-cta-row,
    .profeat-gb-button-row,
    .profeat-gb-social-row {
        flex-direction: column;
        align-items: stretch;
    }

    .profeat-gb-cta,
    .profeat-gb-social-pill,
    .profeat-gb-newsletter-button,
    .profeat-gb-button-row .wp-block-button,
    .profeat-gb-button-row .wp-block-button__link {
        width: 100%;
    }

    .profeat-gb-program-hero-visual {
        min-height: 380px;
    }

    .profeat-gb-program-hero-art {
        width: min(88%, 360px);
    }

    .profeat-gb-program-hero-fx {
        width: min(52%, 180px);
    }

    .profeat-gb-footer-v2 {
        width: min(100%, calc(100vw - 10%));
        gap: 32px;
        padding: 42px 24px 38px;
        justify-items: center;
    }

    .profeat-gb-footer-section-label,
    .profeat-gb-footer-news-copy {
        text-align: center;
    }

    .profeat-gb-footer-column--news,
    .profeat-gb-footer-column--info {
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .profeat-gb-footer-news-copy {
        margin-top: 18px;
        max-width: 24ch;
    }

    .profeat-gb-footer-title {
        font-size: clamp(1.9rem, 8vw, 2.7rem);
        text-align: center;
        max-width: 10ch;
        margin-inline: auto;
    }

    .profeat-gb-footer-newsletter-form,
    .profeat-gb-newsletter-form {
        width: 100%;
        max-width: 360px;
        margin-top: 28px;
    }

    .profeat-gb-form-field,
    .profeat-gb-newsletter-button {
        max-width: 360px;
        margin-inline: auto;
    }

    .profeat-gb-footer-links {
        grid-template-columns: 1fr;
        gap: 8px;
        padding-top: 20px;
        justify-items: center;
    }

    .profeat-gb-footer-links-col {
        align-items: center;
    }

    .profeat-gb-footer-link-item {
        margin-bottom: 14px;
        font-size: 0.98rem;
        text-align: center;
    }

    .profeat-gb-footer-column--brand {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .profeat-gb-browser,
    .profeat-gb-browser-screen,
    .profeat-gb-showcase-float {
        animation: none !important;
        transform: none !important;
    }

    .profeat-gb-browser-screen {
        opacity: 1;
    }

    .profeat-gb-browser-screen--map,
    .profeat-gb-browser-screen--flow {
        display: none;
    }
}

/* Concept showcase v2: centered Shotgun-like layout with a single laptop stage */
.profeat-gb-section--showcase {
    padding-top: 72px;
    padding-bottom: 92px;
    background:
        linear-gradient(180deg, #1f201e 0%, #1c1d1b 100%);
}

.profeat-gb-section--showcase::before,
.profeat-gb-section--showcase::after {
    display: none;
}

.profeat-gb-shotgun {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    text-align: center;
}

.profeat-gb-shotgun-copy {
    width: min(760px, 100%);
    margin: 0 auto;
}

.profeat-gb-heading--shotgun {
    max-width: none;
    margin: 0 auto 18px;
    font-size: clamp(2.1rem, 4vw, 3.55rem);
    line-height: 0.98;
}

.profeat-gb-copy--shotgun {
    max-width: 58ch;
    margin: 0 auto;
    color: rgba(247, 244, 255, 0.6);
    font-size: 1.02rem;
    line-height: 1.6;
}

.profeat-gb-shotgun-copy .profeat-gb-cta-row {
    justify-content: center;
    margin-top: 26px;
}

.profeat-gb-cta--light {
    background: #f4f4f4;
    color: #1a1a1a;
    border-color: #f4f4f4;
    box-shadow: none;
}

.profeat-gb-cta--light:hover,
.profeat-gb-cta--light:focus {
    background: #ffffff;
    color: #111;
    border-color: #ffffff;
}

.profeat-gb-shotgun-stage {
    position: relative;
    width: min(1120px, 100%);
    margin: 0 auto;
    padding-top: 8px;
}

.profeat-gb-laptop {
    position: relative;
    z-index: 2;
    width: min(100%, 1030px);
    margin: 0 auto;
    padding: 16px;
    border-radius: 34px 34px 22px 22px;
    background:
        linear-gradient(180deg, rgba(42, 43, 42, 0.96), rgba(10, 10, 10, 0.98));
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.42),
        0 2px 0 rgba(255, 255, 255, 0.06) inset;
    transform: perspective(2200px) rotateX(17deg) rotateY(-11deg) rotateZ(1deg);
    transform-origin: center bottom;
}

.profeat-gb-laptop-screen {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.63;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(circle at top right, rgba(112, 49, 237, 0.09), transparent 28%),
        linear-gradient(180deg, #101111 0%, #070808 100%);
}

.profeat-gb-laptop-notch {
    position: absolute;
    inset: 0 auto auto 50%;
    width: 118px;
    height: 20px;
    border-radius: 0 0 14px 14px;
    background: #090909;
    transform: translateX(-50%);
}

.profeat-gb-laptop-topbar {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: center;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.profeat-gb-laptop-brand {
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 0.88rem;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.profeat-gb-laptop-nav {
    display: flex;
    justify-content: center;
    gap: 18px;
    color: rgba(247, 244, 255, 0.42);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profeat-gb-laptop-nav span.is-active {
    color: #fff;
}

.profeat-gb-laptop-grid {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 220px;
    gap: 18px;
    min-height: calc(100% - 63px);
    padding: 22px;
}

.profeat-gb-laptop-sidebar,
.profeat-gb-laptop-aside,
.profeat-gb-laptop-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.profeat-gb-laptop-sidebar {
    padding-right: 6px;
}

.profeat-gb-laptop-sidebar span {
    color: rgba(247, 244, 255, 0.38);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profeat-gb-laptop-sidebar span.is-active {
    color: #fff;
}

.profeat-gb-laptop-card {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(22, 24, 25, 0.98), rgba(12, 13, 14, 0.98));
}

.profeat-gb-laptop-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 79, 184, 0.92) 0%, rgba(122, 60, 255, 0.88) 46%, rgba(73, 239, 255, 0) 92%);
}

.profeat-gb-laptop-card h3 {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 1.05rem;
    line-height: 1.16;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.profeat-gb-laptop-card strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 0.96rem;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.profeat-gb-laptop-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profeat-gb-laptop-lines span,
.profeat-gb-laptop-bars span {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.profeat-gb-laptop-lines .is-long {
    width: 88%;
}

.profeat-gb-laptop-lines .is-mid {
    width: 64%;
}

.profeat-gb-laptop-lines .is-short {
    width: 72%;
}

.profeat-gb-laptop-actions,
.profeat-gb-laptop-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.profeat-gb-laptop-actions span,
.profeat-gb-laptop-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    color: rgba(247, 244, 255, 0.72);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.profeat-gb-laptop-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.profeat-gb-laptop-bars {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profeat-gb-laptop-floating {
    position: absolute;
    top: 24%;
    left: 48%;
    z-index: 4;
    width: 248px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
        rgba(54, 54, 54, 0.94);
    box-shadow: 0 26px 46px rgba(0, 0, 0, 0.36);
    transform: translate(-50%, -50%);
    animation: profeat-gb-laptop-floatcard 5.2s ease-in-out infinite;
}

.profeat-gb-laptop-donut {
    position: relative;
    width: 126px;
    height: 126px;
    margin: 4px auto 16px;
    border-radius: 50%;
    background: conic-gradient(#78dfbd 0 58%, #ffd166 58% 83%, #ff9f80 83% 93%, #8a5cff 93% 100%);
}

.profeat-gb-laptop-donut::after {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    background: #3a3a3a;
}

.profeat-gb-laptop-donut span {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 0.94rem;
    text-transform: uppercase;
}

.profeat-gb-laptop-floating ul {
    margin: 0;
    padding: 0 0 0 18px;
    color: rgba(247, 244, 255, 0.78);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.8rem;
    line-height: 1.55;
}

.profeat-gb-laptop-map {
    position: relative;
    min-height: 132px;
    margin-bottom: 12px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 30% 30%, rgba(112, 49, 237, 0.08), transparent 18%),
        linear-gradient(135deg, rgba(18, 19, 24, 0.98), rgba(11, 12, 16, 0.98));
}

.profeat-gb-laptop-map::before,
.profeat-gb-laptop-map::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 14px;
    border: 1px dashed rgba(255, 255, 255, 0.05);
}

.profeat-gb-laptop-map::after {
    inset: 24% 12% 18% 40%;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.04);
}

.profeat-gb-laptop-map span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(120, 223, 189, 0.92);
    box-shadow: 0 0 0 0 rgba(120, 223, 189, 0.28);
    animation: profeat-gb-laptop-pulse 2.8s infinite;
}

.profeat-gb-laptop-map span.is-primary {
    background: rgba(255, 79, 184, 0.94);
    box-shadow: 0 0 0 0 rgba(255, 79, 184, 0.3);
}

.profeat-gb-laptop-card small {
    color: rgba(247, 244, 255, 0.62);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.76rem;
    line-height: 1.5;
}

.profeat-gb-laptop-chatbubble {
    max-width: 100%;
    padding: 12px 14px;
    border-radius: 16px;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.82rem;
    line-height: 1.55;
}

.profeat-gb-laptop-chatbubble.is-them {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(247, 244, 255, 0.78);
}

.profeat-gb-laptop-chatbubble.is-you {
    margin-left: 18px;
    background: linear-gradient(180deg, rgba(112, 49, 237, 0.92), rgba(79, 0, 237, 0.88));
    color: #fff;
}

.profeat-gb-laptop-base {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% + 40px));
    height: 34px;
    margin: -2px auto 0;
    border-radius: 0 0 26px 26px;
    background:
        linear-gradient(180deg, rgba(98, 99, 100, 0.96), rgba(46, 47, 48, 0.96));
    transform: perspective(1600px) rotateX(74deg);
    transform-origin: top center;
}

.profeat-gb-laptop-shadow {
    width: min(920px, 88%);
    height: 52px;
    margin: 10px auto 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(14px);
}

@keyframes profeat-gb-laptop-floatcard {
    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, calc(-50% - 10px));
    }
}

@keyframes profeat-gb-laptop-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(120, 223, 189, 0.3);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(120, 223, 189, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(120, 223, 189, 0);
    }
}

@media (max-width: 1100px) {
    .profeat-gb-laptop {
        transform: none;
    }

    .profeat-gb-laptop-grid {
        grid-template-columns: 120px minmax(0, 1fr) 200px;
    }

    .profeat-gb-laptop-floating {
        top: 28%;
        left: 54%;
        width: 220px;
    }
}

@media (max-width: 900px) {
    .profeat-gb-section--showcase {
        padding-top: 56px;
        padding-bottom: 72px;
    }

    .profeat-gb-heading--shotgun {
        font-size: clamp(1.8rem, 7vw, 2.6rem);
    }

    .profeat-gb-laptop-grid {
        grid-template-columns: 1fr;
    }

    .profeat-gb-laptop-sidebar,
    .profeat-gb-laptop-aside {
        display: none;
    }

    .profeat-gb-laptop-row {
        grid-template-columns: 1fr;
    }

    .profeat-gb-laptop-floating {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 18px;
        transform: none;
        animation: none;
    }
}

@media (max-width: 781px) {
    .profeat-gb-shotgun-copy .profeat-gb-cta-row {
        align-items: center;
    }

    .profeat-gb-shotgun-copy .profeat-gb-cta {
        width: auto;
        min-width: 220px;
    }

    .profeat-gb-copy--shotgun {
        font-size: 0.94rem;
    }

    .profeat-gb-laptop {
        padding: 10px;
        border-radius: 24px 24px 18px 18px;
    }

    .profeat-gb-laptop-screen {
        border-radius: 16px;
    }

    .profeat-gb-laptop-topbar {
        grid-template-columns: 1fr;
        gap: 10px;
        justify-items: center;
        padding: 14px;
    }

    .profeat-gb-laptop-nav {
        gap: 10px;
        font-size: 0.58rem;
        letter-spacing: 0.1em;
    }

    .profeat-gb-laptop-grid {
        padding: 14px;
    }

    .profeat-gb-laptop-base {
        height: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .profeat-gb-laptop,
    .profeat-gb-laptop-floating,
    .profeat-gb-laptop-map span {
        animation: none !important;
        transform: none !important;
    }
}

body.profeat-gb-preview--fullscreen {
    background: #07070d;
    color: #fff;
    overflow-x: clip;
}

body.profeat-gb-preview--fullscreen #masthead,
body.profeat-gb-preview--fullscreen > #page > .bb-mobile-header-wrapper,
body.profeat-gb-preview--fullscreen > #page > .bb-mobile-panel-wrapper,
body.profeat-gb-preview--fullscreen > #page > .header-search-wrap,
body.profeat-gb-preview--fullscreen footer.elementor-location-footer,
body.profeat-gb-preview--fullscreen .mobile-bottom-nav,
body.profeat-gb-preview--fullscreen .entry-header,
body.profeat-gb-preview--fullscreen .page-header {
    display: none !important;
}

body.profeat-gb-preview--abonnements .entry-header,
body.profeat-gb-preview--abonnements .page-header {
    display: none !important;
}

body.profeat-gb-preview--footer-page .entry-header,
body.profeat-gb-preview--footer-page .page-header {
    display: none !important;
}

body.profeat-gb-preview--header > #page > #masthead,
body.profeat-gb-preview--header > #page > .bb-mobile-header-wrapper,
body.profeat-gb-preview--header > #page > .bb-mobile-panel-wrapper,
body.profeat-gb-preview--header > #page > .header-search-wrap,
body.profeat-gb-preview--header footer.elementor-location-footer,
body.profeat-gb-preview--header .mobile-bottom-nav,
body.profeat-gb-preview--header .entry-header,
body.profeat-gb-preview--header .page-header {
    display: none !important;
}

body.profeat-gb-preview--header.sticky-header .site-content,
body.profeat-gb-preview--header.bb-buddypanel .site-content {
    padding-top: 0 !important;
}

body.profeat-gb-preview--header,
body.profeat-gb-preview--header #page {
    background: #000 !important;
}

body.profeat-gb-preview--header #content,
body.profeat-gb-preview--header #content > .container,
body.profeat-gb-preview--header #primary,
body.profeat-gb-preview--header .entry-content {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

body.profeat-gb-preview--header .site-content {
    background: #000;
}

body.profeat-gb-preview--header .profeat-gb-header-preview-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #000;
}

body.profeat-gb-preview--header .profeat-gb-header-preview-page #masthead {
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

body.profeat-gb-preview--header .profeat-gb-header-preview-page .site-header-container {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

body.profeat-gb-preview--header .profeat-gb-header-preview-stage {
    min-height: calc(100vh - 76px);
    background: #05050a;
}

body.profeat-gb-preview--404 #masthead,
body.profeat-gb-preview--404 footer.elementor-location-footer,
body.profeat-gb-preview--404 .mobile-bottom-nav,
body.profeat-gb-preview--404 .entry-header,
body.profeat-gb-preview--404 .page-header {
    display: none !important;
}

body.profeat-gb-preview--404.sticky-header .site-content,
body.profeat-gb-preview--404.bb-buddypanel .site-content {
    padding-top: 0 !important;
}

body.profeat-gb-preview--404 .profeat-error-shell {
    width: min(1248px, calc(100vw - 240px));
    margin: 0 auto;
}

body.profeat-gb-preview--404 .mfp-hide,
body.profeat-gb-preview--404 .moderation-popup,
body.profeat-gb-preview--404 #content-report,
body.profeat-gb-preview--404 #block-member {
    display: none !important;
}

body.profeat-gb-preview--map footer.elementor-location-footer {
    display: block !important;
}

body.profeat-gb-preview--fullscreen.sticky-header .site-content,
body.profeat-gb-preview--fullscreen.bb-buddypanel .site-content {
    padding-top: 0 !important;
}

body.profeat-gb-preview--fullscreen #page,
body.profeat-gb-preview--fullscreen #content,
body.profeat-gb-preview--fullscreen #content > .container,
body.profeat-gb-preview--fullscreen #content > .container > .bb-grid,
body.profeat-gb-preview--fullscreen #primary,
body.profeat-gb-preview--fullscreen #main,
body.profeat-gb-preview--fullscreen .site-main,
body.profeat-gb-preview--fullscreen .content-area {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body.profeat-gb-preview--fullscreen #content > .container > .bb-grid {
    display: block;
}

body.profeat-gb-preview--fullscreen article.page,
body.profeat-gb-preview--fullscreen article.type-page,
body.profeat-gb-preview--fullscreen .entry-content {
    margin: 0;
}

body.profeat-gb-preview--fullscreen .entry-content > .wp-block-group:first-child {
    margin-top: 0;
}

body.profeat-gb-preview--fullscreen .entry-content > .wp-block-group:last-child {
    margin-bottom: 0;
}

.profeat-gb-section--onboarding {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(12px, 2vw, 20px) 0;
    background:
        radial-gradient(circle at 14% 10%, rgba(112, 49, 237, 0.16), transparent 22%),
        radial-gradient(circle at 84% 14%, rgba(73, 239, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #06060b 0%, #030307 100%);
}

.profeat-gb-section--onboarding > .wp-block-group__inner-container {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.profeat-gb-shell--onboarding {
    width: min(500px, calc(100vw - 48px));
    margin: 0 auto;
}

.profeat-gb-onboarding {
    position: relative;
    z-index: 2;
}

.profeat-gb-onboarding__frame {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: min(640px, calc(100vh - 72px));
    max-height: calc(100vh - 72px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(8, 9, 14, 0.98), rgba(4, 5, 10, 0.98));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.54);
    overflow: hidden;
}

.profeat-gb-onboarding__frame::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 79, 184, 0.96) 0%, rgba(122, 60, 255, 0.88) 40%, rgba(73, 239, 255, 0) 88%);
    opacity: 0.92;
}

.profeat-gb-onboarding__brand {
    display: flex;
    justify-content: center;
    padding: 12px 18px 0;
}

.profeat-gb-onboarding__brand img {
    width: auto;
    max-width: 94px;
    height: 21px;
    object-fit: contain;
    opacity: 0.88;
}

.profeat-gb-onboarding__step {
    display: none;
    flex: 1;
}

.profeat-gb-onboarding__step.is-active {
    display: flex;
    flex-direction: column;
}

.profeat-gb-onboarding__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px clamp(22px, 3.6vw, 36px) 16px;
}

.profeat-gb-onboarding__body--avatar {
    justify-content: space-between;
}

.profeat-gb-onboarding__body--stacked {
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.profeat-gb-onboarding__body--interests,
.profeat-gb-onboarding__body--follow {
    min-height: 0;
    overflow: auto;
    padding-bottom: 24px;
}

.profeat-gb-onboarding__header h1,
.profeat-gb-onboarding__follow-intro {
    margin: 0;
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: clamp(1.9rem, 3.3vw, 2.85rem);
    line-height: 0.94;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.profeat-gb-onboarding__header p,
.profeat-gb-onboarding__follow-copy p,
.profeat-gb-onboarding__status {
    margin: 10px 0 0;
    color: rgba(247, 244, 255, 0.54);
    font-family: "Gothic A1", sans-serif;
    font-size: clamp(0.9rem, 1.08vw, 1rem);
    line-height: 1.32;
    font-weight: 600;
}

.profeat-gb-onboarding__avatar-field {
    display: grid;
    place-items: center;
    margin: auto 0;
    cursor: pointer;
}

.profeat-gb-onboarding__avatar-field input {
    display: none;
}

.profeat-gb-onboarding__avatar-stage {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(176px, 20vw, 224px);
    aspect-ratio: 1;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 24%, rgba(208, 214, 223, 0.88), rgba(122, 130, 143, 0.86));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
    overflow: hidden;
}

.profeat-gb-onboarding__avatar-stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profeat-gb-onboarding__avatar-stage img[hidden],
.profeat-gb-onboarding__avatar-placeholder[hidden] {
    display: none !important;
}

.profeat-gb-onboarding__avatar-placeholder,
.profeat-gb-onboarding__avatar-placeholder::before,
.profeat-gb-onboarding__avatar-placeholder::after {
    position: absolute;
    content: "";
    display: block;
}

.profeat-gb-onboarding__avatar-placeholder {
    inset: 0;
}

.profeat-gb-onboarding__avatar-placeholder::before {
    top: 20%;
    left: 50%;
    width: 34%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(59, 67, 81, 0.72);
    transform: translateX(-50%);
}

.profeat-gb-onboarding__avatar-placeholder::after {
    left: 50%;
    bottom: -8%;
    width: 58%;
    height: 52%;
    border-radius: 50% 50% 0 0;
    background: rgba(59, 67, 81, 0.72);
    transform: translateX(-50%);
}

.profeat-gb-onboarding__avatar-camera,
.profeat-gb-onboarding__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #58a8ff;
}

.profeat-gb-onboarding__avatar-camera {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(31, 35, 45, 0.92);
    color: rgba(255, 255, 255, 0.82);
    transform: translate(-50%, -50%);
}

.profeat-gb-onboarding__avatar-camera svg,
.profeat-gb-onboarding__icon svg {
    width: 26px;
    height: 26px;
}

.profeat-gb-onboarding__icon {
    width: 48px;
    height: 48px;
}

.profeat-gb-onboarding__field {
    display: grid;
    gap: 8px;
    margin-top: 24px;
}

.profeat-gb-onboarding__field > span {
    color: #58a8ff;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
}

.profeat-gb-onboarding__field-box {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 14px 14px 14px 12px;
    border: 2px solid #58a8ff;
    border-radius: 13px;
    background: rgba(8, 8, 12, 0.92);
}

.profeat-gb-onboarding__field-box > span,
.profeat-gb-onboarding__field-box input {
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
}

.profeat-gb-onboarding__field-box input {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
}

.profeat-gb-onboarding__field-valid,
.profeat-gb-onboarding__interest-check,
.profeat-gb-onboarding__check {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
}

.profeat-gb-onboarding__field-valid {
    position: relative;
    border-color: rgba(55, 211, 126, 0.88);
    background: rgba(55, 211, 126, 0.88);
}

.profeat-gb-onboarding__field-valid::before,
.profeat-gb-onboarding__interest.is-selected .profeat-gb-onboarding__interest-check::before,
.profeat-gb-onboarding__option.is-selected .profeat-gb-onboarding__check::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -58%) rotate(-45deg);
}

.profeat-gb-onboarding__suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 18px;
}

.profeat-gb-onboarding__suggestion,
.profeat-gb-onboarding__link {
    border: 0;
    background: transparent;
    color: #58a8ff;
    font-family: "Gothic A1", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.profeat-gb-onboarding__link {
    align-self: flex-start;
    margin-top: 12px;
}

.profeat-gb-onboarding__options,
.profeat-gb-onboarding__follow-list {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.profeat-gb-onboarding__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 2px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: #fff;
    text-align: left;
    font-family: "Gothic A1", sans-serif;
    font-size: 1.03rem;
    font-weight: 700;
    cursor: pointer;
}

.profeat-gb-onboarding__option.is-selected .profeat-gb-onboarding__check {
    position: relative;
    border-color: rgba(88, 168, 255, 0.92);
    background: rgba(88, 168, 255, 0.92);
}

.profeat-gb-onboarding__interests-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.profeat-gb-onboarding__interest {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    min-height: 116px;
    padding: 16px 16px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(6, 7, 11, 0.92);
    color: #fff;
    text-align: left;
    font-family: "Gothic A1", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.profeat-gb-onboarding__interest:hover,
.profeat-gb-onboarding__follow-toggle:hover,
.profeat-gb-onboarding__button:hover {
    transform: translateY(-1px);
}

.profeat-gb-onboarding__interest-check {
    position: relative;
    align-self: flex-end;
}

.profeat-gb-onboarding__interest.is-selected {
    border-color: rgba(88, 168, 255, 0.92);
    background: rgba(88, 168, 255, 0.86);
}

.profeat-gb-onboarding__interest.is-selected .profeat-gb-onboarding__interest-check {
    border-color: rgba(255, 255, 255, 0.96);
}

.profeat-gb-onboarding__follow-intro {
    margin-top: 14px;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.profeat-gb-onboarding__follow-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 14px;
    padding: 6px 0;
}

.profeat-gb-onboarding__follow-avatar {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(112, 49, 237, 0.92), rgba(73, 239, 255, 0.66));
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
}

.profeat-gb-onboarding__follow-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.profeat-gb-onboarding__follow-header h3,
.profeat-gb-onboarding__follow-handle {
    margin: 0;
}

.profeat-gb-onboarding__follow-header h3 {
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: 1.16rem;
    font-weight: 800;
}

.profeat-gb-onboarding__follow-header span,
.profeat-gb-onboarding__follow-handle {
    color: rgba(247, 244, 255, 0.56);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
}

.profeat-gb-onboarding__follow-copy p:last-child {
    margin-top: 6px;
    font-size: 0.94rem;
}

.profeat-gb-onboarding__follow-toggle,
.profeat-gb-onboarding__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #fff;
    color: #11131c;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.96rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.profeat-gb-onboarding__follow-toggle.is-selected {
    background: rgba(88, 168, 255, 0.18);
    border-color: rgba(88, 168, 255, 0.5);
    color: #fff;
}

.profeat-gb-onboarding__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px clamp(16px, 2.8vw, 24px) 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(2, 2, 5, 0.92);
}

.profeat-gb-onboarding__footer--single .profeat-gb-onboarding__button,
.profeat-gb-onboarding__footer--stacked .profeat-gb-onboarding__button {
    width: 100%;
}

.profeat-gb-onboarding__footer--stacked {
    flex-direction: column;
}

.profeat-gb-onboarding__footer--bar {
    justify-content: space-between;
}

.profeat-gb-onboarding__button--ghost {
    background: transparent;
    color: #fff;
}

.profeat-gb-onboarding__button--muted {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.profeat-gb-onboarding__button:disabled {
    opacity: 0.42;
    cursor: not-allowed;
    transform: none;
}

.profeat-gb-onboarding__toast {
    position: absolute;
    right: 22px;
    bottom: 92px;
    max-width: min(360px, calc(100% - 44px));
    padding: 12px 16px;
    border: 1px solid rgba(88, 168, 255, 0.24);
    border-radius: 16px;
    background: rgba(17, 20, 32, 0.94);
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.profeat-gb-onboarding__toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 781px) {
    .profeat-gb-section--onboarding {
        padding: 6px 0;
    }

    .profeat-gb-section--onboarding > .wp-block-group__inner-container {
        align-items: stretch;
    }

    .profeat-gb-shell--onboarding {
        width: min(100vw, calc(100vw - 12px));
    }

    .profeat-gb-onboarding__frame {
        min-height: calc(100vh - 12px);
        max-height: calc(100vh - 12px);
        border-radius: 24px;
    }

    .profeat-gb-onboarding__body {
        padding: 22px 18px 18px;
    }

    .profeat-gb-onboarding__interests-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profeat-gb-onboarding__follow-card {
        grid-template-columns: auto 1fr;
    }

    .profeat-gb-onboarding__follow-toggle {
        grid-column: 2;
        justify-self: start;
        margin-top: 6px;
    }

    .profeat-gb-onboarding__footer--bar {
        flex-direction: column;
        align-items: stretch;
    }

    .profeat-gb-onboarding__status {
        margin-top: 0;
    }
}

@media (max-width: 540px) {
    .profeat-gb-onboarding__header h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .profeat-gb-onboarding__field-box {
        padding: 16px 14px;
    }

    .profeat-gb-onboarding__interests-grid {
        grid-template-columns: 1fr;
    }

    .profeat-gb-onboarding__interest {
        min-height: 104px;
    }
}

body.profeat-gb-preview .entry-header,
body.profeat-gb-preview .page-header {
    display: none !important;
}

.profeat-gb-section--topbar {
    padding: clamp(18px, 3vw, 28px) 0 0;
    background: transparent;
}

.profeat-gb-section--topbar::before,
.profeat-gb-section--topbar::after {
    display: none;
}

.profeat-gb-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 22px;
    border-radius: 24px;
}

.profeat-gb-topbar__brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.profeat-gb-topbar__brand img {
    display: block;
    width: clamp(118px, 12vw, 154px);
    height: auto;
}

.profeat-gb-topbar__nav,
.profeat-gb-topbar__actions,
.profeat-gb-chip-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.profeat-gb-topbar__nav {
    justify-content: center;
    flex: 1 1 auto;
}

.profeat-gb-topbar__actions {
    justify-content: flex-end;
    flex: 0 0 auto;
}

.profeat-gb-topbar__link,
.profeat-gb-topbar__cta,
.profeat-gb-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(247, 244, 255, 0.78);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.profeat-gb-topbar__link:hover,
.profeat-gb-topbar__link:focus,
.profeat-gb-topbar__cta:hover,
.profeat-gb-topbar__cta:focus,
.profeat-gb-chip:hover,
.profeat-gb-chip:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.profeat-gb-topbar__link.is-active,
.profeat-gb-chip.is-active,
.profeat-gb-topbar__cta {
    color: #fff;
    border-color: rgba(112, 49, 237, 0.45);
    background: linear-gradient(135deg, rgba(112, 49, 237, 0.26), rgba(255, 79, 184, 0.18));
}

.profeat-gb-topbar__cta--ghost {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.12);
}

.profeat-gb-chip-row {
    margin: 22px 0 0;
}

.profeat-gb-template-hero,
.profeat-gb-program-hero-v2,
.profeat-gb-article-layout,
.profeat-gb-program-split {
    display: grid;
    gap: 22px;
}

.profeat-gb-template-hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.85fr);
    align-items: start;
}

.profeat-gb-template-hero__copy,
.profeat-gb-template-hero__aside,
.profeat-gb-sidebar-stack,
.profeat-gb-program-shell,
.profeat-gb-app-shell,
.profeat-gb-app-shell__head,
.profeat-gb-richtext {
    display: grid;
    gap: 18px;
}

.profeat-gb-template-hero__copy .profeat-gb-display,
.profeat-gb-template-hero__copy .profeat-gb-copy--lead {
    max-width: 12ch;
}

.profeat-gb-template-hero__copy .profeat-gb-copy--lead {
    max-width: 62ch;
}

.profeat-gb-template-hero__copy .profeat-gb-button-row {
    margin-top: 8px;
}

.profeat-gb-stat-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profeat-gb-stat-grid--stacked {
    grid-template-columns: 1fr;
}

.profeat-gb-stat {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(18, 20, 31, 0.94), rgba(9, 10, 16, 0.94));
}

.profeat-gb-stat__label,
.profeat-gb-card-meta {
    margin: 0 0 8px;
    color: rgba(247, 244, 255, 0.56);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profeat-gb-stat__value {
    margin: 0 0 10px;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1;
    text-transform: uppercase;
    word-break: break-word;
}

.profeat-gb-stat__copy {
    margin: 0;
    color: rgba(247, 244, 255, 0.78);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.94rem;
    line-height: 1.55;
}

.profeat-gb-template-card-grid,
.profeat-gb-feed-grid,
.profeat-gb-coach-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profeat-gb-template-card-grid--three,
.profeat-gb-feed-grid,
.profeat-gb-coach-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profeat-gb-template-card-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profeat-gb-template-card,
.profeat-gb-feed-card,
.profeat-gb-coach-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.profeat-gb-link-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.96rem;
    font-weight: 800;
    text-decoration: none;
}

.profeat-gb-link-inline:hover,
.profeat-gb-link-inline:focus {
    color: var(--profeat-gb-cyan);
}

.profeat-gb-article-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    align-items: start;
}

.profeat-gb-richtext h2 {
    margin: 10px 0 0;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    line-height: 1.08;
    text-transform: uppercase;
}

.profeat-gb-richtext p,
.profeat-gb-note-list li {
    margin: 0;
    color: rgba(247, 244, 255, 0.84);
    font-family: "Gothic A1", sans-serif;
    font-size: 1rem;
    line-height: 1.72;
}

.profeat-gb-note-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.profeat-gb-note-list li {
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profeat-gb-note-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.profeat-gb-shell--single-post-hero {
    width: min(1360px, calc(100vw - 48px));
}

.profeat-gb-shell--single-post-body,
.profeat-gb-shell--single-post-related {
    width: min(1280px, calc(100vw - 48px));
}

.profeat-gb-section--single-post-hero {
    padding-top: clamp(34px, 5vw, 70px);
    padding-bottom: 0;
    background:
        linear-gradient(180deg, rgba(15, 11, 30, 0.94) 0%, rgba(7, 7, 14, 0.55) 58%, rgba(5, 5, 10, 0) 100%),
        radial-gradient(circle at 88% 16%, rgba(112, 49, 237, 0.26), transparent 18%),
        radial-gradient(circle at 9% 6%, rgba(255, 79, 184, 0.14), transparent 22%);
}

.profeat-gb-section--single-post-body {
    padding-top: clamp(46px, 6vw, 96px);
    background: transparent;
}

.profeat-gb-section--single-post-related {
    padding-top: clamp(74px, 9vw, 132px);
    background:
        radial-gradient(circle at 0% 22%, rgba(112, 49, 237, 0.16), transparent 22%),
        linear-gradient(180deg, rgba(10, 10, 16, 0) 0%, rgba(7, 7, 12, 0.88) 100%);
}

.profeat-gb-single-post-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: center;
    gap: clamp(28px, 4vw, 70px);
    min-height: 90vh;
    padding: 0 3% 0 10%;
    overflow: hidden;
    background: url("/wp-content/uploads/2026/01/post-hero-pic-bg.png") no-repeat 89% 66% / min(51vw, 760px);
}

.profeat-gb-single-post-hero::before {
    content: "";
    position: absolute;
    inset: 10% 0 0 46%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(112, 49, 237, 0.22) 0%, rgba(112, 49, 237, 0) 68%);
    filter: blur(28px);
    pointer-events: none;
}

.profeat-gb-single-post-hero__copy,
.profeat-gb-single-post-hero__media,
.profeat-gb-single-post,
.profeat-gb-single-post__article,
.profeat-gb-single-post__content,
.profeat-gb-single-post__share,
.profeat-gb-single-post-related,
.profeat-gb-single-post-related__list,
.profeat-gb-single-post-related-card__copy {
    display: grid;
    gap: 18px;
}

.profeat-gb-single-post-hero__copy {
    position: relative;
    z-index: 1;
}

.profeat-gb-single-post-hero__copy .profeat-gb-display {
    max-width: 7.8ch;
    font-size: clamp(3.35rem, 7vw, 6.3rem);
}

.profeat-gb-single-post-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
}

.profeat-gb-single-post-hero__meta span {
    color: rgba(247, 244, 255, 0.74);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.profeat-gb-single-post-hero__media {
    position: relative;
    min-height: 560px;
    align-items: center;
}

.profeat-gb-single-post-hero__image {
    position: relative;
    width: min(100%, 520px);
    margin-left: auto;
}

.profeat-gb-single-post-hero__image::before {
    content: "";
    position: absolute;
    inset: 10% 8% -4% 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(112, 49, 237, 0.28) 0%, rgba(112, 49, 237, 0) 70%);
    filter: blur(36px);
    z-index: -1;
}

.profeat-gb-single-post-hero__image img {
    display: block;
    width: 100%;
    aspect-ratio: 0.88;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: url("https://library.elementor.com/basketball-coaching-flexbox/wp-content/uploads/sites/61/2021/07/Mask.svg");
    mask-image: url("https://library.elementor.com/basketball-coaching-flexbox/wp-content/uploads/sites/61/2021/07/Mask.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.profeat-gb-single-post-hero__graphic {
    position: absolute;
    left: -2vw;
    bottom: 200px;
    width: min(19vw, 250px);
    max-width: 250px;
    pointer-events: none;
}

.profeat-gb-single-post {
    position: relative;
    background:
        url("/wp-content/uploads/2026/01/post-content-bg-pics1.png") no-repeat 0 60% / auto,
        url("/wp-content/uploads/2026/01/post-content-bg-pics2B.png") no-repeat 100% 515px / auto;
}

.profeat-gb-single-post__article {
    max-width: 600px;
    margin: 0 auto;
    gap: clamp(24px, 3vw, 38px);
}

.profeat-gb-single-post__excerpt p {
    margin: 0;
    color: rgba(247, 244, 255, 0.82);
    font-family: "Gothic A1", sans-serif;
    font-size: clamp(1.14rem, 1.6vw, 1.4rem);
    font-weight: 500;
    line-height: 1.55;
}

.profeat-gb-single-post__content > *:first-child,
.profeat-gb-single-post-related__list > *:first-child {
    margin-top: 0;
}

.profeat-gb-single-post__content > *:last-child,
.profeat-gb-single-post-related__list > *:last-child {
    margin-bottom: 0;
}

.profeat-gb-single-post__content h2,
.profeat-gb-single-post__content h3 {
    margin: 8px 0 0;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.32rem, 2.2vw, 1.72rem);
    line-height: 1.08;
    text-transform: uppercase;
}

.profeat-gb-single-post__content p,
.profeat-gb-single-post__content li {
    margin: 0;
    color: rgba(247, 244, 255, 0.84);
    font-family: "Gothic A1", sans-serif;
    font-size: 1rem;
    line-height: 1.78;
}

.profeat-gb-single-post__content ul,
.profeat-gb-single-post__content ol {
    margin: 0;
    padding-left: 1.25rem;
    display: grid;
    gap: 10px;
}

.profeat-gb-single-post__content .wp-block-spacer {
    height: 26px !important;
}

.profeat-gb-single-post__share {
    gap: 14px;
}

.profeat-gb-single-post__share-heading {
    margin: 0;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    line-height: 1;
    text-transform: uppercase;
}

.profeat-gb-single-post__social-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.profeat-gb-single-post__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.profeat-gb-single-post__social-link svg {
    width: 18px;
    height: 18px;
}

.profeat-gb-single-post__social-link:hover,
.profeat-gb-single-post__social-link:focus {
    color: #fff;
    background: rgba(112, 49, 237, 0.18);
    border-color: rgba(112, 49, 237, 0.42);
    transform: translateY(-1px);
}

.profeat-gb-single-post__divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.profeat-gb-single-post__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.profeat-gb-single-post__nav-link {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 17, 26, 0.78), rgba(7, 8, 14, 0.78));
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.profeat-gb-single-post__nav-link.is-next {
    text-align: right;
}

.profeat-gb-single-post__nav-link:hover,
.profeat-gb-single-post__nav-link:focus {
    border-color: rgba(112, 49, 237, 0.34);
    background: linear-gradient(180deg, rgba(20, 19, 33, 0.94), rgba(9, 10, 17, 0.94));
    transform: translateY(-1px);
}

.profeat-gb-single-post__nav-label {
    color: rgba(247, 244, 255, 0.58);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.profeat-gb-single-post__nav-title {
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.22;
    text-transform: uppercase;
}

.profeat-gb-single-post-related {
    position: relative;
    gap: clamp(28px, 4vw, 44px);
    padding-bottom: 20px;
    background: url("/wp-content/uploads/2026/01/Olydunks-Winter-Season-Awards-graphic.png") no-repeat 6% 7%;
}

.profeat-gb-single-post-related__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.profeat-gb-single-post-related__header .profeat-gb-heading {
    margin-bottom: 0;
    max-width: none;
}

.profeat-gb-single-post-related__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border: 1px solid rgba(112, 49, 237, 0.42);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(112, 49, 237, 0.3), rgba(255, 79, 184, 0.18));
    color: #fff;
    font-family: "Gothic A1", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.profeat-gb-single-post-related__button:hover,
.profeat-gb-single-post-related__button:focus {
    color: #fff;
    border-color: rgba(112, 49, 237, 0.58);
    background: linear-gradient(135deg, rgba(112, 49, 237, 0.42), rgba(255, 79, 184, 0.24));
    transform: translateY(-1px);
}

.profeat-gb-single-post-related-card {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
    gap: 50px;
    align-items: center;
    padding: clamp(18px, 2.6vw, 26px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profeat-gb-single-post-related-card.is-reversed {
    grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
}

.profeat-gb-single-post-related-card.is-reversed .profeat-gb-single-post-related-card__media {
    order: 2;
}

.profeat-gb-single-post-related-card.is-reversed .profeat-gb-single-post-related-card__copy {
    order: 1;
}

.profeat-gb-single-post-related-card__media {
    display: block;
    text-decoration: none;
}

.profeat-gb-single-post-related-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 28px;
    filter: brightness(0.86);
}

.profeat-gb-single-post-related-card__copy {
    align-content: center;
}

.profeat-gb-single-post-related-card__copy .profeat-gb-card-meta {
    margin-bottom: 0;
}

.profeat-gb-single-post-related-card__copy .profeat-gb-card-title {
    max-width: 12ch;
    font-size: clamp(1.36rem, 2.6vw, 2.08rem);
}

.profeat-gb-single-post-related__graphic {
    position: absolute;
    right: -1.5vw;
    bottom: 54px;
    width: min(13vw, 180px);
    max-width: 180px;
    pointer-events: none;
}

.profeat-gb-feed-thumb {
    border-radius: 20px;
    aspect-ratio: 16 / 10;
    background:
        linear-gradient(135deg, rgba(112, 49, 237, 0.42), rgba(73, 239, 255, 0.14)),
        radial-gradient(circle at top right, rgba(255, 79, 184, 0.3), transparent 35%),
        #10111b;
}

.profeat-gb-feed-thumb--2 {
    background:
        linear-gradient(135deg, rgba(255, 79, 184, 0.3), rgba(112, 49, 237, 0.18)),
        radial-gradient(circle at 25% 22%, rgba(73, 239, 255, 0.22), transparent 32%),
        #10111b;
}

.profeat-gb-feed-thumb--3 {
    background:
        linear-gradient(135deg, rgba(73, 239, 255, 0.22), rgba(112, 49, 237, 0.28)),
        radial-gradient(circle at 80% 20%, rgba(255, 79, 184, 0.24), transparent 26%),
        #10111b;
}

.profeat-gb-program-hero-v2 {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    align-items: center;
}

.profeat-gb-program-visual {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.profeat-gb-program-visual__main {
    position: relative;
    z-index: 2;
    display: block;
    max-width: min(100%, 420px);
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.45));
}

.profeat-gb-program-visual__cover {
    width: 100%;
    min-height: 320px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.profeat-gb-program-visual__fx {
    position: absolute;
    top: 24px;
    right: 18px;
    z-index: 1;
    width: min(38%, 180px);
    height: auto;
    opacity: 0.92;
}

.profeat-gb-program-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.profeat-gb-coach-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.profeat-gb-app-shell__body {
    overflow: hidden;
    padding: clamp(16px, 2vw, 22px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(11, 12, 19, 0.72);
}

.profeat-gb-app-shell__body > *:first-child {
    margin-top: 0;
}

.profeat-gb-app-shell__body > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .profeat-gb-template-hero,
    .profeat-gb-program-hero-v2,
    .profeat-gb-article-layout,
    .profeat-gb-program-split {
        grid-template-columns: 1fr;
    }

    .profeat-gb-single-post-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 5% 4% 0;
        background-position: 60% 46%;
        background-size: min(58vw, 560px);
    }

    .profeat-gb-single-post-hero__media {
        order: -1;
        min-height: 0;
        justify-items: center;
    }

    .profeat-gb-single-post-hero__image {
        margin-left: 0;
    }

    .profeat-gb-single-post-hero__graphic {
        left: 8%;
        bottom: 10%;
        width: min(22vw, 220px);
    }

    .profeat-gb-single-post {
        background-position: 2% 72%, 100% 440px;
        background-size: 110px auto, 88px auto;
    }

    .profeat-gb-single-post__nav,
    .profeat-gb-single-post-related-card,
    .profeat-gb-single-post-related-card.is-reversed {
        grid-template-columns: 1fr;
    }

    .profeat-gb-single-post-related-card,
    .profeat-gb-single-post-related-card.is-reversed {
        gap: 24px;
    }

    .profeat-gb-single-post-related-card.is-reversed .profeat-gb-single-post-related-card__media,
    .profeat-gb-single-post-related-card.is-reversed .profeat-gb-single-post-related-card__copy {
        order: initial;
    }

    .profeat-gb-template-card-grid,
    .profeat-gb-template-card-grid--three,
    .profeat-gb-feed-grid,
    .profeat-gb-coach-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profeat-gb-topbar {
        flex-wrap: wrap;
    }

    .profeat-gb-topbar__nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 781px) {
    body.profeat-gb-preview--404 .profeat-error-shell {
        width: min(100%, calc(100vw - 40px));
    }

    .profeat-gb-shell--single-post-hero,
    .profeat-gb-shell--single-post-body,
    .profeat-gb-shell--single-post-related {
        width: min(100%, calc(100vw - 32px));
    }

    .profeat-gb-single-post-hero {
        padding: 15% 6% 0;
        gap: 24px;
        background-position: 65% 23%;
        background-size: 66% auto;
    }

    .profeat-gb-single-post-hero__copy .profeat-gb-display {
        max-width: 8.2ch;
    }

    .profeat-gb-single-post-hero__graphic {
        left: 6%;
        bottom: 15vh;
        width: 115px;
    }

    .profeat-gb-single-post {
        background-position: 0 97%, 100% 18%;
        background-size: 20% auto, 16% auto;
    }

    .profeat-gb-single-post__article {
        gap: 28px;
    }

    .profeat-gb-single-post__share {
        gap: 12px;
    }

    .profeat-gb-single-post__social-links {
        gap: 10px;
    }

    .profeat-gb-single-post__social-link {
        width: 46px;
        height: 46px;
    }

    .profeat-gb-single-post__nav-link,
    .profeat-gb-single-post__nav-link.is-next {
        text-align: left;
    }

    .profeat-gb-single-post-related {
        gap: 24px;
        background-position: 100% 5%;
        background-size: 35% auto;
    }

    .profeat-gb-single-post-related__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .profeat-gb-single-post-related__graphic {
        position: static;
        width: 120px;
    }

    .profeat-gb-topbar {
        padding: 16px;
    }

    .profeat-gb-topbar__actions {
        width: 100%;
        justify-content: stretch;
    }

    .profeat-gb-topbar__cta {
        flex: 1 1 0;
    }

    .profeat-gb-stat-grid,
    .profeat-gb-template-card-grid,
    .profeat-gb-template-card-grid--two,
    .profeat-gb-template-card-grid--three,
    .profeat-gb-feed-grid,
    .profeat-gb-coach-grid {
        grid-template-columns: 1fr;
    }

    .profeat-gb-program-visual {
        min-height: 0;
    }

    .profeat-gb-topbar__nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }
}

body.profeat-gb-preview--app-page .entry-content {
    padding-top: 34px;
    padding-bottom: 52px;
}

body.profeat-gb-preview--app-page .entry-content > .wp-block-shortcode:first-child {
    margin-top: 0;
}

body.profeat-gb-preview--conditions .entry-content {
    width: min(980px, calc(100vw - 48px));
    margin: 0 auto;
}

.profeat-gb-shell--posts-archive-hero,
.profeat-gb-shell--academy-hero,
.profeat-gb-shell--training-hero,
.profeat-gb-shell--event-single-hero {
    width: min(1360px, calc(100vw - 48px));
}

.profeat-gb-shell--posts-archive-body,
.profeat-gb-shell--event-single-body,
.profeat-gb-shell--academy-body,
.profeat-gb-shell--training-body {
    width: min(1280px, calc(100vw - 48px));
}

.profeat-gb-section--posts-archive-hero {
    padding-top: clamp(34px, 5vw, 72px);
    padding-bottom: 0;
    background:
        linear-gradient(180deg, rgba(15, 11, 30, 0.94) 0%, rgba(7, 7, 14, 0.55) 58%, rgba(5, 5, 10, 0) 100%),
        radial-gradient(circle at 88% 16%, rgba(112, 49, 237, 0.26), transparent 18%),
        radial-gradient(circle at 9% 6%, rgba(255, 79, 184, 0.14), transparent 22%);
}

.profeat-gb-section--posts-archive-list {
    padding-top: clamp(64px, 8vw, 118px);
}

.profeat-gb-posts-archive-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
    align-items: center;
    gap: clamp(28px, 4vw, 68px);
    min-height: 90vh;
}

.profeat-gb-posts-archive-hero__copy,
.profeat-gb-posts-archive-list,
.profeat-gb-posts-archive-card__copy,
.profeat-gb-event-single-hero__copy,
.profeat-gb-event-single-article,
.profeat-gb-event-single-sidebar,
.profeat-gb-event-single-content,
.profeat-gb-academy-hero__copy,
.profeat-gb-private-training-hero__copy,
.profeat-gb-after-school-hero__copy,
.profeat-gb-academy-coaches,
.profeat-gb-after-school-learn,
.profeat-gb-after-school-receive,
.profeat-gb-conditions-page,
.profeat-gb-conditions-content {
    display: grid;
    gap: 18px;
}

.profeat-gb-posts-archive-hero__copy .profeat-gb-display {
    max-width: 7.2ch;
}

.profeat-gb-posts-archive-hero__media {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.profeat-gb-posts-archive-hero__player {
    position: relative;
    z-index: 2;
    width: min(92%, 640px);
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.42));
}

.profeat-gb-posts-archive-hero__graphic {
    position: absolute;
    left: 4%;
    bottom: 22%;
    z-index: 1;
    width: min(22%, 220px);
    opacity: 0.92;
}

.profeat-gb-posts-archive-card {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profeat-gb-posts-archive-card.is-reversed {
    grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
}

.profeat-gb-posts-archive-card.is-reversed .profeat-gb-posts-archive-card__media {
    order: 2;
}

.profeat-gb-posts-archive-card.is-reversed .profeat-gb-posts-archive-card__copy {
    order: 1;
}

.profeat-gb-posts-archive-card__media {
    display: block;
    text-decoration: none;
}

.profeat-gb-posts-archive-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 30px;
    filter: brightness(0.88);
}

.profeat-gb-posts-archive-card__copy .profeat-gb-heading {
    max-width: 10.5ch;
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    margin-bottom: 0;
}

.profeat-gb-posts-archive-more {
    display: flex;
    justify-content: center;
    padding-top: 18px;
}

.profeat-gb-section--event-single-hero {
    padding-top: clamp(34px, 5vw, 72px);
    padding-bottom: 18px;
    background:
        linear-gradient(180deg, rgba(14, 11, 29, 0.96) 0%, rgba(7, 7, 14, 0.58) 58%, rgba(5, 5, 10, 0) 100%),
        radial-gradient(circle at 84% 14%, rgba(112, 49, 237, 0.22), transparent 18%),
        radial-gradient(circle at 12% 6%, rgba(255, 79, 184, 0.12), transparent 24%);
}

.profeat-gb-section--event-single-body {
    padding-top: clamp(48px, 6vw, 92px);
}

.profeat-gb-event-single-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    align-items: center;
    gap: clamp(28px, 4vw, 70px);
    min-height: 84vh;
}

.profeat-gb-event-single-hero__copy .profeat-gb-display {
    max-width: 8.4ch;
}

.profeat-gb-event-single-hero__media {
    display: flex;
    justify-content: center;
}

.profeat-gb-event-single-hero__image {
    width: min(100%, 640px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(18, 20, 31, 0.96), rgba(9, 10, 16, 0.96));
    box-shadow: var(--profeat-gb-shadow);
}

.profeat-gb-event-single-hero__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.profeat-gb-event-single-facts {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profeat-gb-event-single-fact {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(18, 20, 31, 0.94), rgba(9, 10, 16, 0.94));
}

.profeat-gb-event-single-fact__label {
    display: block;
    margin-bottom: 8px;
    color: rgba(247, 244, 255, 0.56);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profeat-gb-event-single-fact strong {
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 0.96rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.profeat-gb-event-single-body {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: start;
}

.profeat-gb-event-single-content {
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(18, 20, 31, 0.96), rgba(9, 10, 16, 0.96));
    box-shadow: var(--profeat-gb-shadow);
}

.profeat-gb-event-single-content p,
.profeat-gb-event-single-content li {
    margin: 0;
    color: rgba(247, 244, 255, 0.84);
    font-family: "Gothic A1", sans-serif;
    font-size: 1rem;
    line-height: 1.78;
}

.profeat-gb-event-single-details {
    display: grid;
    gap: 14px;
}

.profeat-gb-event-single-detail {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profeat-gb-event-single-detail:first-child {
    padding-top: 0;
    border-top: 0;
}

.profeat-gb-section--academy-hero,
.profeat-gb-section--private-training-hero,
.profeat-gb-section--after-school-hero {
    padding-top: clamp(34px, 5vw, 72px);
}

.profeat-gb-academy-hero,
.profeat-gb-private-training-hero,
.profeat-gb-after-school-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
    align-items: center;
    gap: clamp(28px, 4vw, 70px);
    min-height: 88vh;
}

.profeat-gb-academy-hero__copy .profeat-gb-display,
.profeat-gb-private-training-hero__copy .profeat-gb-display,
.profeat-gb-after-school-hero__copy .profeat-gb-display {
    max-width: 8.6ch;
}

.profeat-gb-academy-hero__visual,
.profeat-gb-private-training-hero__visual,
.profeat-gb-after-school-hero__visual {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.profeat-gb-academy-hero__visual {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--profeat-gb-shadow);
}

.profeat-gb-academy-hero__player {
    position: relative;
    z-index: 2;
    width: min(92%, 580px);
    object-fit: contain;
    filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.42));
}

.profeat-gb-academy-hero__graphic {
    position: absolute;
    right: 4%;
    top: 10%;
    z-index: 1;
    width: min(28%, 220px);
}

.profeat-gb-academy-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
    gap: 18px;
    align-items: stretch;
}

.profeat-gb-academy-showcase__art,
.profeat-gb-private-training-intro__art {
    display: grid;
    gap: 18px;
    align-content: center;
    justify-items: center;
}

.profeat-gb-academy-showcase__art img,
.profeat-gb-private-training-intro__art img {
    display: block;
    width: min(100%, 320px);
}

.profeat-gb-academy-section-head,
.profeat-gb-after-school-section-head {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
}

.profeat-gb-academy-section-head .profeat-gb-heading,
.profeat-gb-after-school-section-head .profeat-gb-heading {
    margin-bottom: 0;
}

.profeat-gb-academy-talent {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(220px, 0.52fr);
    align-items: center;
    gap: 18px;
}

.profeat-gb-academy-talent__graphic {
    display: block;
    width: min(100%, 320px);
    margin-left: auto;
}

.profeat-gb-private-training-hero__image,
.profeat-gb-after-school-hero__image {
    position: relative;
    width: min(100%, 580px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(18, 20, 31, 0.96), rgba(9, 10, 16, 0.96));
    box-shadow: var(--profeat-gb-shadow);
}

.profeat-gb-private-training-hero__image img,
.profeat-gb-after-school-hero__image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.profeat-gb-private-training-hero__graphic,
.profeat-gb-after-school-hero__graphic {
    position: absolute;
    z-index: 2;
    width: min(32%, 220px);
}

.profeat-gb-private-training-hero__graphic.is-a,
.profeat-gb-after-school-hero__graphic.is-a {
    left: 0;
    bottom: 8%;
}

.profeat-gb-private-training-hero__graphic.is-b,
.profeat-gb-after-school-hero__graphic.is-b {
    right: 0;
    top: 10%;
}

.profeat-gb-private-training-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
    gap: 18px;
}

.profeat-gb-private-training-offers,
.profeat-gb-private-training-testimonials,
.profeat-gb-after-school-receive__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profeat-gb-private-training-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profeat-gb-training-offer,
.profeat-gb-after-school-icon-card {
    display: grid;
    gap: 16px;
}

.profeat-gb-training-offer__prices {
    display: grid;
    gap: 16px;
    margin-top: auto;
    padding-top: 12px;
}

.profeat-gb-training-offer__prices div {
    display: grid;
    gap: 6px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profeat-gb-training-offer__prices span {
    color: rgba(247, 244, 255, 0.56);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profeat-gb-training-offer__prices strong {
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 0.95;
}

.profeat-gb-training-offer__prices small {
    color: rgba(247, 244, 255, 0.78);
    font-family: "Gothic A1", sans-serif;
    font-size: 0.92rem;
    line-height: 1.4;
}

.profeat-gb-after-school-learn {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
    align-items: start;
}

.profeat-gb-after-school-learn__head {
    display: grid;
    gap: 18px;
}

.profeat-gb-after-school-learn__art {
    display: grid;
    gap: 18px;
    align-content: start;
    justify-items: center;
}

.profeat-gb-after-school-learn__art img {
    display: block;
    width: min(100%, 260px);
}

.profeat-gb-after-school-learn .profeat-gb-template-card-grid {
    grid-column: 1 / -1;
}

.profeat-gb-after-school-icon-card img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.profeat-gb-after-school-icon-card .profeat-gb-card-title {
    max-width: 12ch;
    margin-bottom: 0;
}

.profeat-gb-after-school-schedule {
    position: relative;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.profeat-gb-after-school-schedule::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 8, 13, 0.7), rgba(7, 8, 13, 0.9));
    pointer-events: none;
}

.profeat-gb-after-school-schedule > * {
    position: relative;
    z-index: 1;
}

.profeat-gb-conditions-page {
    gap: 24px;
    padding: clamp(42px, 6vw, 72px) 0 80px;
}

.profeat-gb-conditions-page .profeat-gb-display {
    max-width: 9.5ch;
    font-size: clamp(2.8rem, 6vw, 4.8rem);
}

.profeat-gb-conditions-content {
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(15, 17, 26, 0.92), rgba(7, 8, 14, 0.92));
    box-shadow: var(--profeat-gb-shadow);
}

.profeat-gb-conditions-content p,
.profeat-gb-conditions-content li {
    margin: 0;
    color: rgba(247, 244, 255, 0.84);
    font-family: "Gothic A1", sans-serif;
    font-size: 1rem;
    line-height: 1.78;
}

.profeat-gb-conditions-content p + p,
.profeat-gb-conditions-content p + ul,
.profeat-gb-conditions-content p + ol,
.profeat-gb-conditions-content ul + p,
.profeat-gb-conditions-content ol + p {
    margin-top: 16px;
}

.profeat-gb-conditions-content ul,
.profeat-gb-conditions-content ol {
    padding-left: 1.25rem;
}

@media (max-width: 1100px) {
    .profeat-gb-posts-archive-hero,
    .profeat-gb-event-single-hero,
    .profeat-gb-event-single-body,
    .profeat-gb-academy-hero,
    .profeat-gb-academy-showcase,
    .profeat-gb-academy-talent,
    .profeat-gb-private-training-hero,
    .profeat-gb-private-training-intro,
    .profeat-gb-after-school-hero,
    .profeat-gb-after-school-learn {
        grid-template-columns: 1fr;
    }

    .profeat-gb-posts-archive-card,
    .profeat-gb-posts-archive-card.is-reversed,
    .profeat-gb-private-training-offers,
    .profeat-gb-private-training-testimonials,
    .profeat-gb-after-school-receive__grid,
    .profeat-gb-after-school-schedule {
        grid-template-columns: 1fr;
    }

    .profeat-gb-posts-archive-card.is-reversed .profeat-gb-posts-archive-card__media,
    .profeat-gb-posts-archive-card.is-reversed .profeat-gb-posts-archive-card__copy {
        order: initial;
    }

    .profeat-gb-posts-archive-hero,
    .profeat-gb-event-single-hero,
    .profeat-gb-academy-hero,
    .profeat-gb-private-training-hero,
    .profeat-gb-after-school-hero {
        min-height: 0;
    }

    .profeat-gb-posts-archive-hero__media,
    .profeat-gb-academy-hero__visual,
    .profeat-gb-private-training-hero__visual,
    .profeat-gb-after-school-hero__visual {
        min-height: 420px;
    }

    .profeat-gb-private-training-hero__graphic,
    .profeat-gb-after-school-hero__graphic {
        width: min(24vw, 180px);
    }
}

@media (max-width: 781px) {
    body.profeat-gb-preview--conditions .entry-content {
        width: min(100%, calc(100vw - 32px));
    }

    .profeat-gb-shell--posts-archive-hero,
    .profeat-gb-shell--posts-archive-body,
    .profeat-gb-shell--event-single-hero,
    .profeat-gb-shell--event-single-body,
    .profeat-gb-shell--academy-hero,
    .profeat-gb-shell--academy-body,
    .profeat-gb-shell--training-hero,
    .profeat-gb-shell--training-body {
        width: min(100%, calc(100vw - 32px));
    }

    .profeat-gb-posts-archive-hero__media,
    .profeat-gb-academy-hero__visual,
    .profeat-gb-private-training-hero__visual,
    .profeat-gb-after-school-hero__visual {
        min-height: 320px;
    }

    .profeat-gb-posts-archive-hero__graphic,
    .profeat-gb-academy-hero__graphic,
    .profeat-gb-private-training-hero__graphic,
    .profeat-gb-after-school-hero__graphic {
        width: 120px;
    }

    .profeat-gb-event-single-facts {
        grid-template-columns: 1fr;
    }

    .profeat-gb-conditions-page {
        padding-top: 30px;
    }

    .profeat-gb-conditions-content {
        padding: 24px 20px;
    }
}
