/*
   Homepage extra sections (s02-s10 namespace = hx-*) — mirrors the section
   rhythm of /ai-photo-booth-software while serving brand-wide content.
   Uses hx- prefix so it never conflicts with reference s02-s10 CSS.
   Loads AFTER tokens.css + sections.css.
*/

.hx-w {
    max-width: var(--hdr-container-max, 1280px);
    margin: 0 auto;
    padding: 0 var(--hdr-px, 24px);
}
/* Tablet/mobile: match the header's horizontal padding so content's left edge
   lines up exactly with the logo (header switches to --hdr-mobile-px at 991px). */
@media (max-width: 991px) {
    .hx-w { padding-left: var(--hdr-mobile-px, 16px); padding-right: var(--hdr-mobile-px, 16px); }
}

/* ===== Section padding standard ====================================== */
.hx-s03, .hx-s04, .hx-s05, .hx-s06, .hx-s07, .hx-s08, .hx-s10 {
    padding: clamp(80px, 9vw, 128px) 0;
}
.hx-s03 { background: #fff; }
.hx-s04 { background: #FAFAFB; }
.hx-s05 { background: #fff; }
.hx-s06 { background: #FAFAFB; }
.hx-s07 { background: #fff; }
.hx-s08 { background: #FAFAFB; }
.hx-s10 {
    background: var(--hue-base, #050210);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.hx-s10::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 30%, color-mix(in srgb, var(--hue-radial-a, #7F56D9) 35%, transparent) 0%, transparent 55%),
        radial-gradient(ellipse at 20% 70%, color-mix(in srgb, var(--hue-radial-b, #C864B4) 20%, transparent) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, color-mix(in srgb, var(--hue-radial-c, #7331E0) 15%, transparent) 0%, transparent 45%);
    pointer-events: none;
}

/* ===== Section head (shared) ======================================== */
.hx-head {
    text-align: center;
    max-width: min(760px, 90%);
    margin: 0 auto 40px;
}
.hx-eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hue-accent, #7F56D9);
    margin-bottom: 14px;
}
.hx-s10 .hx-eyebrow { color: rgba(255, 255, 255, 0.7); }
.hx-h2 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(32px, 3.8vw, 48px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #101828;
    margin: 0 0 16px;
}
.hx-s10 .hx-h2 { color: #fff; }
.hx-h2 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--hue-emph-from, #ED4D6D), var(--hue-emph-to, #FBD065));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hx-sub {
    font-family: 'Inter', sans-serif;
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.6;
    color: #475467;
    margin: 0 auto;
    max-width: 64ch;
}
.hx-s10 .hx-sub { color: rgba(255, 255, 255, 0.7); }

/* ===== Buttons (shared) =============================================== */
.hx-btn-primary,
.hx-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    border-radius: 12px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: transform .14s, box-shadow .14s, filter .14s, background .14s, border-color .14s, color .14s;
}
.hx-btn-lg { min-height: 56px; padding: 16px 32px; font-size: 16px; border-radius: 14px; }
.hx-btn-primary {
    background: linear-gradient(135deg, var(--c-cta-from, #FF7A5C) 0%, var(--c-cta-to, #F43F5E) 100%);
    color: #fff;
}
.hx-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px -10px rgba(244, 63, 94, 0.45);
    filter: brightness(1.06);
}
/* Closing CTA primary = AI Photo Booth Pro landing .s10-btn-primary (birebir):
   wider min-width, coral gradient, subtle white border + calm pulse. */
.hx-s10 .hx-btn-primary {
    min-width: 220px;
    gap: 0;
    padding: 18px 36px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 10px 30px rgba(244, 63, 94, 0.48),
        0 0 0 0 rgba(244, 63, 94, 0.28);
    animation: hx-s10-pulse 3.8s ease-in-out infinite;
}
.hx-s10 .hx-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 14px 40px rgba(244, 63, 94, 0.55);
    animation-play-state: paused;
    filter: none;
}
@keyframes hx-s10-pulse {
    0%, 100% { box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 10px 30px rgba(244,63,94,.48), 0 0 0 0 rgba(244,63,94,.28); }
    50% { box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 10px 30px rgba(244,63,94,.48), 0 0 0 8px rgba(244,63,94,0); }
}
@media (prefers-reduced-motion: reduce) { .hx-s10 .hx-btn-primary { animation: none; } }
.hx-s10 .hx-btn-outline,
.hx-btn-outline {
    background: #fff;
    color: #101828;
    border: 1.5px solid #EAECF0;
}
.hx-s10 .hx-btn-outline {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}
.hx-btn-outline:hover {
    border-color: #7F56D9;
    color: #7F56D9;
    background: rgba(127, 86, 217, 0.04);
}
.hx-s10 .hx-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.36);
    color: #fff;
}
.hx-cta-row {
    margin-top: 32px;
    text-align: center;
}

/* ===== S02 — 3 PRODUCT CARDS ========================================== */
/* Inner .hx-w only needs lateral padding; vertical padding now lives on
   .s02 itself (via aurora-typography.css) so we don't double-stack. */
.s02 .hx-w { padding-top: 0; padding-bottom: 0; }
.s02 { background: #fff; }
.hx-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 960px) {
    .hx-products { grid-template-columns: 1fr; }
}
.hx-product {
    background: #fff;
    border: 1px solid #EAECF0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s, border-color .25s;
}
.hx-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -16px rgba(16, 24, 40, 0.16);
    border-color: rgba(127, 86, 217, 0.2);
}
.hx-product-media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, var(--media-from, #7F56D9), var(--media-to, #F43F5E));
    overflow: hidden;
}
/* Real media fills the slot; -fill is the clean branded fallback (no label). */
.hx-media-img, .hx-gallery-img, .hx-walkthrough-img,
.hx-mode-img, .s01-media-img, .hx-event-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hx-mode-media, .s01-video-wrap, .hx-event-media { position: relative; overflow: hidden; }
.hx-media-fill, .hx-gallery-fill { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.85); background: radial-gradient(circle at 50% 50%, transparent 30%, rgba(0,0,0,.18) 100%); }
.hx-walkthrough-media { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.hx-walkthrough-media.has-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,4,32,.10), rgba(11,4,32,.45)); }
.hx-walkthrough-play { position: relative; z-index: 2; display: inline-flex; }
.hx-media-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.9);
    background: radial-gradient(circle at 50% 50%, transparent 30%, rgba(0,0,0,.2) 100%);
}
.hx-media-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    padding: 0 16px;
}
.hx-product-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.hx-product-t {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #101828;
    margin: 0 0 10px;
}
.hx-product-d {
    font-size: 14.5px;
    line-height: 1.55;
    color: #667085;
    margin: 0 0 18px;
}
.hx-product-feat {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hx-product-feat li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #101828;
}
.hx-product-feat li::before {
    content: '✓';
    color: #12B76A;
    font-weight: 800;
    flex-shrink: 0;
}
.hx-product-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.hx-product-cta a { flex: 1; min-width: 120px; }

/* ===== S03 — LIVE EVENTS GALLERY (8 placeholders) ===================== */
.hx-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 960px) { .hx-gallery { grid-template-columns: repeat(2, 1fr); } }
.hx-gallery-cell {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #F4F5F7, #EAECF0);
    border: 1px solid #EAECF0;
    transition: transform .2s, box-shadow .2s;
}
.hx-gallery-cell:nth-child(odd) { background: linear-gradient(135deg, rgba(127,86,217,.10), rgba(244,63,94,.06)); }
.hx-gallery-cell:nth-child(even) { background: linear-gradient(135deg, rgba(244,63,94,.10), rgba(252,211,77,.06)); }
.hx-gallery-cell:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -8px rgba(16,24,40,.10); }
.hx-gallery-placeholder {
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(16, 24, 40, 0.4);
}
.hx-gallery-label {
    color: rgba(16, 24, 40, 0.55);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ===== S04 — 12 FEATURE TILES ========================================== */
.hx-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 960px) { .hx-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .hx-features { grid-template-columns: 1fr; } }
.hx-feature {
    background: #fff;
    border: 1px solid #EAECF0;
    border-radius: 16px;
    padding: 28px 24px;
    transition: transform .2s, box-shadow .2s;
}
.hx-feature:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -8px rgba(16,24,40,.08); }
.hx-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    /* Page-hue tokens so feature icons match each landing's palette (purple on
       home/aipb, emerald on aids, cyan on pmw) instead of a hardcoded purple
       that clashed on the emerald/navy pages. */
    background: linear-gradient(135deg, color-mix(in srgb, var(--hue-accent, #7F56D9) 12%, transparent), color-mix(in srgb, var(--hue-radial-b, #F43F5E) 10%, transparent));
    color: var(--hue-accent, #7F56D9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.hx-feature-t {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #101828;
    margin: 0 0 8px;
}
.hx-feature-d {
    font-size: 13.5px;
    line-height: 1.55;
    color: #667085;
    margin: 0;
}

/* ===== S05 — 6 EVENT TYPE CARDS ======================================== */
.hx-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 960px) { .hx-events { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
    .hx-events {
        display: flex; grid-template-columns: none; gap: 14px;
        overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none;
        margin-inline: calc(-1 * var(--hdr-mobile-px, 16px)); padding: 16px var(--hdr-mobile-px, 16px) 30px;
    }
    .hx-events::-webkit-scrollbar { display: none; }
    .hx-event { flex: 0 0 78%; scroll-snap-align: start; }
}
.hx-event {
    background: #fff;
    border: 1px solid #EAECF0;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s, border-color .25s;
}
.hx-event:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -12px rgba(16,24,40,.12);
    border-color: rgba(127,86,217,.2);
}
.hx-event-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, var(--media-from, #7F56D9), var(--media-to, #F43F5E));
}
.hx-event-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    background: radial-gradient(circle at 50% 50%, transparent 30%, rgba(0,0,0,.2) 100%);
}
.hx-event-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.hx-event-body { padding: 22px 24px; }
.hx-event-t {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #101828;
    margin: 0 0 6px;
}
.hx-event-d {
    font-size: 14px;
    line-height: 1.5;
    color: #667085;
    margin: 0;
}

/* ===== S06 — 3 PRICING CARDS =========================================== */
.hx-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 960px) { .hx-pricing-grid { grid-template-columns: 1fr; } }
.hx-price-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: #fff;
    border: 1px solid #EAECF0;
    border-radius: 18px;
    padding: 28px;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.hx-price-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -12px rgba(16,24,40,.12);
    border-color: rgba(127,86,217,.25);
}
.hx-price-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7F56D9;
}
.hx-price-amount {
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 900;
    color: #101828;
    letter-spacing: -0.03em;
    line-height: 1;
}
.hx-price-amount em {
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
    color: #667085;
    margin-left: 4px;
}
.hx-price-tag {
    font-size: 14px;
    color: #667085;
    line-height: 1.45;
    margin-bottom: 8px;
}
.hx-price-cta {
    margin-top: auto;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #F43F5E;
}

/* ===== S07 — VIDEO WALKTHROUGH PLACEHOLDER ============================= */
.hx-walkthrough {
    max-width: 960px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #EAECF0;
    box-shadow: 0 24px 60px -20px rgba(16,24,40,.18);
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, rgba(127,86,217,.35), rgba(244,63,94,.25)), #050210;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hx-walkthrough-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.9);
}
.hx-walkthrough-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ===== S08 — FAQ (live layout: heading + support CTAs left, accordion right) */
.hx-faq-w {
    max-width: var(--hdr-container-max, 1280px);
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}
.hx-faq-aside { position: sticky; top: 100px; }
.hx-faq-aside .hx-h2 { text-align: left; margin: 0 0 14px; }
.hx-faq-sub { font-size: 16px; line-height: 1.6; color: #667085; margin: 0 0 24px; max-width: 40ch; }
.hx-faq-ctas { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.hx-faq-cta {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 48px; padding: 0 28px; border-radius: 12px;
    font-size: 14.5px; font-weight: 700; font-family: 'Inter', sans-serif;
    text-decoration: none; cursor: pointer; border: 1px solid #EAECF0;
    background: #fff; color: #344054; transition: border-color .14s, color .14s, transform .14s;
}
.hx-faq-cta:hover { border-color: color-mix(in srgb, var(--hue-accent, #7F56D9) 45%, #EAECF0); color: var(--hue-accent, #7F56D9); transform: translateY(-1px); }
.hx-faq-cta--primary { background: linear-gradient(135deg, #FF7A5C, #F43F5E); border-color: transparent; color: #fff; }
.hx-faq-cta--primary:hover { color: #fff; filter: brightness(1.03); border-color: transparent; }
.hx-faq-list { display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 860px) {
    .hx-faq-w { grid-template-columns: 1fr; gap: 28px; }
    .hx-faq-aside { position: static; }
    .hx-faq-aside .hx-h2 { text-align: center; }
    .hx-faq-sub { max-width: none; text-align: center; margin-inline: auto; }
    .hx-faq-ctas { flex-direction: row; flex-wrap: wrap; justify-content: center; }
}
.hx-faq-item {
    background: #fff;
    border: 1px solid #EAECF0;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .14s;
}
.hx-faq-item[open] { border-color: rgba(244,63,94,.4); box-shadow: 0 0 0 1px rgba(244,63,94,.12); }
.hx-faq-item[open] summary { color: #F43F5E; }
.hx-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #101828;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 44px;
}
.hx-faq-item summary::-webkit-details-marker { display: none; }
.hx-faq-item summary::after {
    content: '';
    width: 20px; height: 20px;
    background: #F4F5F7;
    border-radius: 50%;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .14s;
}
.hx-faq-item[open] summary::after { transform: rotate(180deg); }
.hx-faq-body {
    padding: 0 24px 22px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #667085;
}
/* Small open animation when a FAQ item expands. */
.hx-faq-item[open] .hx-faq-body { animation: hxFaqOpen .24s ease both; }
@keyframes hxFaqOpen { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .hx-faq-item[open] .hx-faq-body { animation: none; } }

/* ===== S10 — FINAL CTA ================================================= */
.hx-s10-w {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 720px;
}
.hx-s10-t {
    font-family: 'Inter', sans-serif;
    font-size: clamp(32px, 3.8vw, 48px); /* = landing .s10-h */
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin: 0 0 18px;
    color: #fff;
}
.hx-s10-t em {
    font-style: normal;
    background: linear-gradient(135deg, #F43F5E, #FCD34D);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hx-s10-d {
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 32px;
}
.hx-s10-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
/* Two-column closing: conversion (left) + contact form (right). */
/* Closing reach-out: contact form (left) + contact-info gradient panel (right). */
.hx-reach-grid {
    max-width: var(--hdr-container-max, 1280px);
    display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: clamp(32px, 5vw, 72px); align-items: stretch; text-align: left;
}
.hx-reach-t { text-align: left !important; color: #fff; margin: 0 0 8px; }
.hx-reach-sub { color: rgba(255,255,255,.72); font-size: 16px; margin: 0 0 24px; }
.hx-cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hx-cf-input { width: 100%; box-sizing: border-box; margin-bottom: 12px; padding: 13px 15px; border-radius: 11px;
    border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; font-size: 14.5px; font-family: inherit; }
.hx-cf-input::placeholder { color: rgba(255,255,255,.5); }
.hx-cf-input:focus { outline: none; border-color: rgba(255,122,92,.85); background: rgba(255,255,255,.12); }
.hx-cf-textarea { resize: vertical; min-height: 92px; }
.hx-cf-submit { width: 100%; margin-top: 4px; }
.hx-cf-microcopy { margin: 12px 0 0; font-size: 12px; color: rgba(255,255,255,.55); }
.hx-cf-microcopy a { color: rgba(255,255,255,.8); text-decoration: underline; }
.hx-cf-status { margin: 12px 0 0; font-size: 13px; font-weight: 600; }
.hx-cf-status.is-ok { color: #6EE7B7; }
.hx-cf-status.is-err { color: #FDA29B; }
/* Right info panel — no box, just a divider from the form + clean typography. */
.hx-reach-info {
    display: flex; flex-direction: column; gap: 24px; justify-content: center;
    padding: 6px 0 6px clamp(32px, 4vw, 56px); border-left: 1px solid rgba(255,255,255,.14);
}
.hx-reach-info-t { font-size: clamp(20px, 1.8vw, 24px); font-weight: 800; color: #fff; margin: 0 0 2px; letter-spacing: -.01em; }
.hx-reach-info-t em { font-style: normal; background: linear-gradient(135deg, var(--c-cta-from, #FF7A5C), var(--c-cta-to, #F43F5E)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hx-reach-info-row { display: flex; flex-direction: column; gap: 5px; }
.hx-reach-info-lbl { font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.55); }
.hx-reach-info-val { font-size: 16px; font-weight: 700; color: #fff; text-decoration: none; }
.hx-reach-info-link { background: 0; border: 0; padding: 0; cursor: pointer; text-align: left; }
.hx-reach-info-link:hover, .hx-reach-info a:hover { color: #FF9E88; }
.hx-reach-office { display: flex; gap: 9px; font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,.82); line-height: 1.5; }
.hx-reach-flag { flex: 0 0 auto; }
@media (max-width: 860px) {
    .hx-reach-grid { grid-template-columns: 1fr; gap: 28px; }
    .hx-reach-info { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding: 28px 0 0; }
}

/* ===== MOBILE FINE TUNING ============================================== */
@media (max-width: 640px) {
    .hx-head { margin-bottom: 36px; }
    .hx-product-cta { flex-direction: column; }
    .hx-product-cta a { flex: 1 1 100%; width: 100%; }
    .hx-s10-cta { flex-direction: column; padding: 0 32px; align-items: stretch; }
    .hx-s10-cta a { width: 100%; }
}

/* ===== S02 — Modes grid (9 cards, used by AI Drawing) ================ */
.hx-modes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 960px) { .hx-modes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .hx-modes { grid-template-columns: 1fr; } }
.hx-mode {
    background: #fff;
    border: 1px solid #EAECF0;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}
.hx-mode:hover { transform: translateY(-3px); box-shadow: 0 12px 28px -10px rgba(16,24,40,.12); }
.hx-mode-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, var(--media-from, #7F56D9), var(--media-to, #F43F5E));
}
.hx-mode-placeholder {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    background: radial-gradient(circle at 50% 50%, transparent 30%, rgba(0,0,0,.2) 100%);
}
.hx-mode-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    padding: 0 12px;
}
.hx-mode-body { padding: 20px 22px; }
.hx-mode-t {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #101828;
    margin: 0 0 6px;
}
.hx-mode-d {
    font-size: 13.5px;
    line-height: 1.5;
    color: #667085;
    margin: 0;
}

/* ===== S06 — Single pricing card (AI Drawing + Mosaic) =============== */
.hx-pricing-single {
    display: flex;
    justify-content: center;
}
.hx-pricing-single .hx-price-card {
    max-width: 520px;
    width: 100%;
    text-align: center;
    padding: 40px;
    align-items: center;
}
.hx-price-card--featured {
    border-color: transparent;
    background: linear-gradient(180deg, #fff 0%, #fff 100%) padding-box,
                linear-gradient(135deg, var(--c-cta-from, #FF7A5C), var(--c-cta-to, #F43F5E)) border-box;
    border: 2px solid transparent;
    box-shadow: 0 18px 40px -16px rgba(244, 63, 94, 0.32);
}
.hx-price-card--featured .hx-price-amount { font-size: 56px; }

/* ============================================================================
   HERO LIVE — mirror of activationking.com production homepage.
   Full-bleed video bg, purple gradient overlay (.85 opacity), left content.
   ============================================================================ */
.hm-hero-live {
    position: relative;
    min-height: 85vh;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: var(--hue-base, #050210);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.hm-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    opacity: .66; /* prominent, alive motion; left-weighted scrim below keeps H1/CTA legible */
}
.hm-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        /* Left-weighted scrim: protects H1/CTA contrast on the left while the
           right side (float cards + video) reads brighter and more "alive". */
        linear-gradient(90deg,
            color-mix(in srgb, var(--hue-base) 88%, transparent) 0%,
            color-mix(in srgb, var(--hue-base) 66%, transparent) 36%,
            color-mix(in srgb, var(--hue-base) 18%, transparent) 62%,
            transparent 100%),
        radial-gradient(ellipse 70% 60% at 22% 26%, color-mix(in srgb, var(--hue-radial-a, #7F56D9) 44%, transparent) 0%, transparent 72%),
        radial-gradient(ellipse 60% 55% at 78% 38%, color-mix(in srgb, var(--hue-radial-b, #F43F5E) 28%, transparent) 0%, transparent 68%),
        radial-gradient(ellipse 80% 50% at 50% 94%, color-mix(in srgb, var(--hue-radial-c, #FCD34D) 18%, transparent) 0%, transparent 65%),
        linear-gradient(180deg, color-mix(in srgb, var(--hue-base) 12%, transparent) 0%, color-mix(in srgb, var(--hue-base) 26%, transparent) 55%, color-mix(in srgb, var(--hue-base) 58%, transparent) 100%);
}

/* Floating photo-card composition removed 2026-06-02 — the background event
   video carries the hero on its own (owner call). Source webp outputs kept in
   wwwroot/img/home/hero/ for reuse in a later product/gallery section. */
.hm-hero-grid {
    max-width: var(--hdr-container-max, 1280px); /* match header content width 1:1 */
    width: 100%;
    margin: 0 auto;
    /* Top/bottom padding owned by tokens-aurora .hm-hero-grid (unified across the
       4 landings: clamp(112,9vw,144) / clamp(72,6.5vw,96)). Only horizontal here,
       aligned 1:1 to the header. */
    padding-left: var(--hdr-px, 24px);
    padding-right: var(--hdr-px, 24px);
    display: grid;
    grid-template-columns: 1fr; /* single column — floats removed, clean video hero */
    align-items: center;
    flex: 1;
}
@media (max-width: 880px) {
    .hm-hero-live { min-height: 0; }
    .hm-hero-grid {
        grid-template-columns: 1fr;
        padding-top: clamp(76px, 14vw, 100px);
        padding-bottom: clamp(36px, 7vw, 52px);
        padding-left: var(--hdr-mobile-px, 16px);
        padding-right: var(--hdr-mobile-px, 16px);
    }
}

.hm-hero-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 720px; /* standard left-aligned hero text measure (video-only hero) */
}

.hm-hero-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(36px, 5.4vw, 68px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 20px;
    max-width: 720px;
}
.hm-hero-title em {
    font-style: normal;
    background: linear-gradient(135deg, var(--hue-emph-from, #ED4D6D), var(--hue-emph-to, #FBD065));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hm-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px;
    max-width: 620px;
}

.hm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.hm-hero-btn-primary,
.hm-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 30px;
    font-family: 'Inter', sans-serif;
    font-size: clamp(15px, 1.3vw, 18px);
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: transform .14s, box-shadow .14s, filter .14s, background .14s;
}
.hm-hero-btn-primary {
    background: linear-gradient(135deg, var(--c-cta-from, #FF7A5C) 0%, var(--c-cta-to, #F43F5E) 100%);
    color: #fff;
    box-shadow: 0 8px 24px -10px rgba(244, 63, 94, 0.45);
}
.hm-hero-btn-primary:hover {
    background: linear-gradient(135deg, #F76A4D 0%, #E0334C 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 32px -10px rgba(244, 63, 94, 0.55);
}
.hm-hero-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}
.hm-hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.hm-hero-trustedby {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}
.hm-hero-avatars {
    display: inline-flex;
    align-items: center;
}
.hm-hero-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid #fff;
    background: #261140;
    margin-left: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    flex: 0 0 44px;
    aspect-ratio: 1;
}
.hm-hero-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hm-hero-avatar:first-child { margin-left: 0; }
.hm-hero-trust-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.hm-hero-trust-text strong {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    font-weight: 800;
    color: #fff;
}
.hm-hero-trust-text span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

/* Logo marquee (bottom of hero, glassy strip) */
.hm-hero-logos {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    height: 88px;
    overflow: hidden;
}
.hm-hero-marquee {
    height: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.hm-hero-marquee-track {
    display: flex;
    align-items: center;
    height: 100%;
    animation: hmHeroScroll 40s linear infinite;
    width: max-content;
    opacity: 0.6;
}
.hm-hero-marquee-track img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    flex-shrink: 0;
    /* Spacing lives on the item (not flex `gap`) so each duplicated set carries
       its own trailing gap — translateX(-50%) then equals exactly one set width
       and the loop seam is pixel-perfect (no half-gap jump). */
    margin-right: 64px;
}
@keyframes hmHeroScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.hm-hero-marquee-track:hover { animation-play-state: paused; }

@media (max-width: 640px) {
    .hm-hero-actions { flex-direction: row; flex-wrap: wrap; gap: 10px; }
    .hm-hero-actions a { width: auto; }
    .hm-hero-btn-primary, .hm-hero-btn-secondary { min-height: 46px; padding: 11px 20px; font-size: 15px; }
    .hm-hero-trustedby { gap: 12px; }
    .hm-hero-avatar { width: 38px; height: 38px; flex: 0 0 38px; font-size: 14px; }
    .hm-hero-marquee-track img { height: 36px; }
}


/* Hero micro copy under CTAs */
.hm-hero-micro {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin: -20px 0 28px;
}
.hm-hero-micro::before { content: '✓ '; color: #12B76A; font-weight: 800; }

/* ===========================================================================
   S05B — Trusted-by stats strip (numerical social proof, brand-safe)
   =========================================================================== */
.hm-trustband {
    background: linear-gradient(180deg, #FAF8FF 0%, #F4F0FA 100%);
    padding: 80px 0 88px;
    border-top: 1px solid rgba(127, 86, 217, 0.08);
    border-bottom: 1px solid rgba(127, 86, 217, 0.08);
}
.hm-trustband-w {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.hm-trustband-eyebrow {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(36, 18, 64, 0.55);
    margin: 0 0 48px;
}
.hm-trustband-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 32px;
    align-items: end;
}
/* 3-cell variant (after dropping unsubstantiated rating + country count) */
.hm-trustband-grid--3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 820px;
    margin-inline: auto;
}
.hm-trustband-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.hm-trustband-stat {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.025em;
    background: linear-gradient(135deg, #7F56D9 0%, #F43F5E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.hm-trustband-label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14.5px;
    color: rgba(36, 18, 64, 0.7);
    letter-spacing: 0.01em;
}
@media (max-width: 720px) {
    .hm-trustband { padding: 56px 0 60px; }
    .hm-trustband-eyebrow { margin-bottom: 32px; font-size: 12.5px; }
    .hm-trustband-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
}

/* ============================================================================
   HOME section overhaul (2026-06-02) — how-it-works, comparison, pricing
   reassurance + hardware band, product price-link, "more coming" note.
   Follows the design system (Inter, slate scale, coral CTA, aurora hue tokens).
   ============================================================================ */

/* S02 — single coral CTA + quiet learn link + "more coming" note */
.hx-product-pricelink {
    display: inline-flex; align-items: center; margin-left: 14px;
    font-size: 14px; font-weight: 600; text-decoration: none;
    color: var(--hue-accent, #7F56D9);
}
.hx-product-pricelink:hover { text-decoration: underline; }
.hx-products-more {
    text-align: center; margin: 32px 0 0;
    font-size: 14px; font-weight: 600; color: #667085;
}

/* How it works — 3 numbered steps + walkthrough video frame */
.hx-hiw { padding: clamp(80px, 9vw, 128px) 0; background: #FAFAFB; }
.hx-hiw-media {
    position: relative; max-width: 960px; margin: 40px auto 0;
    border-radius: 24px; overflow: hidden; border: 1px solid #EAECF0;
    box-shadow: 0 24px 60px -20px rgba(16,24,40,.18);
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, rgba(127,86,217,.35), rgba(244,63,94,.25)), #050210;
}

/* Comparison vs typical alternatives (no competitor names) */
.hx-compare { padding: clamp(80px, 9vw, 128px) 0; }
.hx-compare-table {
    max-width: 860px; margin: 8px auto 0;
    border: 1px solid #EAECF0; border-radius: 16px; overflow: hidden; background: #fff;
}
.hx-compare-row {
    display: grid; grid-template-columns: 1.6fr 1fr 1fr; align-items: center;
    padding: 16px 24px; border-top: 1px solid #F2F4F7;
}
.hx-compare-row:first-child { border-top: 0; }
.hx-compare-row--head {
    background: #FAFAFB;
    font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #667085;
}
.hx-compare-cap { font-size: 15px; font-weight: 600; color: #101828; }
.hx-compare-row--head .hx-compare-cap { color: #667085; }
.hx-compare-col { text-align: center; }
.hx-compare-col--ak { color: var(--hue-accent, #7F56D9); }
.hx-compare-val { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 14px; font-weight: 600; }
.hx-compare-val--ak { color: #101828; }
.hx-compare-val--ak svg { color: #12B76A; flex-shrink: 0; }
.hx-compare-val--alt { color: #98A2B3; }
.hx-compare-foot { text-align: center; margin: 20px 0 0; font-size: 13px; color: #667085; }
@media (max-width: 640px) {
    .hx-compare-row { grid-template-columns: 1.4fr .8fr .8fr; padding: 14px; gap: 6px; }
    .hx-compare-cap { font-size: 13.5px; }
    .hx-compare-val { font-size: 12.5px; }
}

/* Pricing reassurance + subordinate hardware band (S06 rework) */
.hx-reassure { text-align: center; max-width: 680px; margin: 8px auto 0; }
.hx-reassure-price { font-size: 20px; font-weight: 800; color: #101828; margin: 0 0 6px; letter-spacing: -.01em; }
.hx-reassure-trust { font-size: 14px; color: #667085; margin: 0 0 24px; }
.hx-hardware-band {
    display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
    max-width: 960px; margin: 44px auto 0; padding: 24px 28px;
    border-radius: 16px; background: #0B0420; color: #fff;
}
.hx-hardware-t { font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 4px; }
.hx-hardware-d { font-size: 14px; color: rgba(255,255,255,.72); margin: 0; }
.hx-btn-ghost-dark {
    display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
    min-height: 48px; padding: 12px 24px;
    font-size: 15px; font-weight: 700; color: #fff; text-decoration: none;
    border: 1.5px solid rgba(255,255,255,.3); border-radius: 12px; background: rgba(255,255,255,.06);
    transition: background .14s, border-color .14s;
}
.hx-btn-ghost-dark:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); color: #fff; }
@media (max-width: 600px) {
    .hx-hardware-band { flex-direction: column; align-items: flex-start; }
    .hx-btn-ghost-dark { width: 100%; }
}

/* Product showcase tabs (Software / Add-Ons / Photo Booths) */
.hx-tabs { display: flex; justify-content: center; gap: 12px; margin: 4px 0 40px; flex-wrap: wrap; }
.hx-tab {
    min-height: 44px; padding: 10px 28px;
    font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700;
    color: #475467; background: #fff; border: 1.5px solid #EAECF0;
    border-radius: 999px; cursor: pointer;
    transition: background .14s, color .14s, border-color .14s, box-shadow .14s;
}
.hx-tab:hover { border-color: color-mix(in srgb, var(--hue-accent, #7F56D9) 50%, #EAECF0); color: var(--hue-accent, #7F56D9); }
.hx-tab.is-active {
    color: #fff; border-color: transparent;
    background: var(--hue-accent, #7F56D9);
    box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--hue-accent, #7F56D9) 50%, transparent);
}
.hx-tabpanel[hidden] { display: none; }
/* --- Tab polish: JS-enhanced sliding glider + panel cross-fade + height lock --- */
.hx-tabs { position: relative; }
.hx-tab-glider { display: none; }
.hx-tabs.js-glider .hx-tab-glider {
    display: block; position: absolute; top: 0; left: 0; height: 100%;
    background: var(--hue-accent, #7F56D9); border-radius: 999px; z-index: 0; pointer-events: none;
    box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--hue-accent, #7F56D9) 55%, transparent);
    transition: transform .28s cubic-bezier(.4, 0, .2, 1), width .28s cubic-bezier(.4, 0, .2, 1);
}
.hx-tabs.js-glider .hx-tab { position: relative; z-index: 1; background: transparent; }
.hx-tabs.js-glider .hx-tab.is-active { background: transparent; border-color: transparent; box-shadow: none; }
.hx-tabpanels { transition: min-height .2s ease; }
.hx-tabpanel.is-active { animation: hxPanelIn .28s ease both; }
@keyframes hxPanelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
    .hx-tabpanel.is-active { animation: none; }
    .hx-tabs.js-glider .hx-tab-glider { transition: none; }
}
.hx-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 1080px) { .hx-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Bespoke "Custom build" card — mirrors the product-card shell so the trio row
   stays uniform; branded gradient placeholder until a real image is dropped at
   img/home/custom-build.webp. */
.hx-custom-card .hx-custom-img {
    display: flex; align-items: center; justify-content: center;
    aspect-ratio: 1; width: 100%;
    background:
        radial-gradient(120% 120% at 20% 0%, color-mix(in srgb, var(--hue-accent, #7F56D9) 12%, #fff), transparent 62%),
        radial-gradient(120% 120% at 100% 100%, color-mix(in srgb, var(--hue-radial-b, #F43F5E) 9%, #fff), transparent 58%),
        #FBFAFE;
}
.hx-custom-card .hx-custom-img img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hx-custom-card .hx-custom-ico {
    display: inline-flex; align-items: center; justify-content: center;
    width: 88px; height: 88px; border-radius: 50%;
    background: #fff; color: var(--hue-accent, #7F56D9);
    box-shadow: 0 12px 28px -12px color-mix(in srgb, var(--hue-accent, #7F56D9) 45%, transparent);
}
/* Differentiate the bespoke card from buyable SKUs: accent border + "Custom" chip
   + arrow nudge on hover — reads as "talk to us", not an out-of-stock product. */
.hx-custom-card { border-color: color-mix(in srgb, var(--hue-accent, #7F56D9) 45%, var(--gray-200, #EAECF0)); }
.hx-custom-card:hover { border-color: var(--hue-accent, #7F56D9); }
.hx-custom-chip {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    background: var(--hue-accent, #7F56D9); color: #fff;
    font: 700 11px/1 'Inter', sans-serif; letter-spacing: .04em; text-transform: uppercase;
    padding: 5px 9px; border-radius: 999px;
}
.hx-custom-arrow { display: inline-block; margin-left: 4px; transition: transform .18s ease; }
.hx-custom-card:hover .hx-custom-arrow { transform: translateX(3px); }
/* The CTA is a <span> (the whole card is the link) — give it the button shape. */
.hx-custom-card .shp-pcard-btns .shp-btn-primary {
    flex: 1; box-sizing: border-box; min-height: 46px; line-height: 1.15;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 16px; font-size: 14px; font-weight: 700; border-radius: var(--radius, 12px);
}

/* Mobile: the showcase becomes a horizontal scroll-snap rail (all tabs). */
@media (max-width: 768px) {
    .hx-showcase-grid {
        display: flex !important; grid-template-columns: none !important; overflow-x: auto;
        scroll-snap-type: x mandatory; gap: 14px; scrollbar-width: none; -ms-overflow-style: none;
        margin-inline: calc(-1 * var(--hdr-mobile-px, 16px)); padding: 16px var(--hdr-mobile-px, 16px) 30px;
    }
    .hx-showcase-grid::-webkit-scrollbar { display: none; }
    .hx-showcase-grid > * { flex: 0 0 78%; scroll-snap-align: start; }
}

/* Software cards (bespoke — box art + trial + explore, not the commerce card) */
.hx-sw-card { background: #fff; border: 1px solid #EAECF0; border-radius: 16px; overflow: hidden;
    display: flex; flex-direction: column; transition: transform .14s, box-shadow .14s, border-color .14s; }
.hx-sw-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -18px rgba(16,24,40,.22);
    border-color: color-mix(in srgb, var(--hue-accent, #7F56D9) 32%, #EAECF0); }
.hx-sw-thumb { display: block; aspect-ratio: 1 / 1; overflow: hidden;
    background: linear-gradient(160deg, #f5f1fb 0%, #eceaf6 100%); }
.hx-sw-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 16px; display: block; }
.hx-sw-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.hx-sw-name { font-size: 16px; font-weight: 700; color: #101828; margin: 0; letter-spacing: -.01em; }
.hx-sw-desc { font-size: 13.5px; line-height: 1.5; color: #667085; margin: 0; flex: 1; }
.hx-sw-cta { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.hx-sw-trial { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px;
    font-size: 14px; font-weight: 700; color: #fff; text-decoration: none; border-radius: 10px;
    background: linear-gradient(135deg, var(--c-cta-from, #FF7A5C) 0%, var(--c-cta-to, #F43F5E) 100%);
    box-shadow: 0 6px 16px -8px rgba(244, 63, 94, .5); }
.hx-sw-trial:hover { background: linear-gradient(135deg, #F76A4D 0%, #E0334C 100%); }
.hx-sw-explore { font-size: 14px; font-weight: 700; color: var(--hue-accent, #7F56D9); text-decoration: none;
    display: inline-flex; align-items: center; gap: 4px; }
.hx-sw-explore:hover { text-decoration: underline; }

/* "Coming soon" sleek tile (last cell of the software grid) */
.hx-sw-soon { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px;
    border-radius: 16px; padding: 24px;
    background: linear-gradient(160deg, color-mix(in srgb, var(--hue-accent, #7F56D9) 12%, #fff), color-mix(in srgb, var(--hue-radial-b, #F43F5E) 8%, #fff));
    border: 1px dashed color-mix(in srgb, var(--hue-accent, #7F56D9) 38%, transparent); }
.hx-sw-soon-badge { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
    color: var(--hue-accent, #7F56D9); background: #fff; border-radius: 999px; padding: 5px 12px;
    box-shadow: 0 4px 12px -6px rgba(127, 86, 217, .4); }
.hx-sw-soon-t { font-size: 18px; font-weight: 800; color: #101828; margin: 10px 0 0; letter-spacing: -.01em; }
.hx-sw-soon-d { font-size: 14px; color: #667085; margin: 0; }

/* View-all text link (replaces the coral button under each tab) */
.hx-viewall { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 700;
    color: var(--hue-accent, #7F56D9); text-decoration: none; }
.hx-viewall:hover { text-decoration: underline; }
.hx-viewall span { transition: transform .14s; }
.hx-viewall:hover span { transform: translateX(3px); }

/* Showreel video lightbox */
.hx-video-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center;
    padding: 24px; background: rgba(8, 4, 20, .82); backdrop-filter: blur(4px); }
.hx-video-modal.is-open { display: flex; }
.hx-video-frame { position: relative; width: min(960px, 100%); aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
    background: #000; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .6); }
.hx-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hx-video-close { position: absolute; top: 18px; right: 22px; width: 42px; height: 42px; border-radius: 50%; border: 0;
    cursor: pointer; background: rgba(255, 255, 255, .14); display: flex; align-items: center; justify-content: center; }
.hx-video-close:hover { background: rgba(255, 255, 255, .26); }

/* About — "Born from Experience" (text + stats left, staggered photo grid right) */
.hx-about { padding: clamp(80px, 9vw, 128px) 0; }
.hx-about-w { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 72px); align-items: center; }
.hx-about-eyebrow { display: block; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--hue-accent, #7F56D9); margin-bottom: 14px; }
.hx-about-t { text-align: left !important; margin: 0 0 16px !important; }
.hx-about-body { font-size: 16px; line-height: 1.7; color: #475467; margin: 0 0 28px; max-width: 560px; }
.hx-about-stats { display: grid; grid-template-columns: repeat(4, auto); gap: 24px 36px; margin-bottom: 32px; justify-content: start; }
.hx-about-stat { display: flex; flex-direction: column; }
.hx-about-num { font-size: 32px; font-weight: 800; line-height: 1; color: var(--hue-accent, #7F56D9); }
.hx-about-lbl { font-size: 14px; color: #667085; margin-top: 6px; }
.hx-about-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
/* Equalize the CTA pair to the canonical 56px height. Both get a fixed
   line-height so the <a> primary (inherits 1.6 → overshoots) and the <button>
   secondary (UA line-height) resolve to the exact same box. */
.hx-about-cta .hx-btn-primary, .hx-about-cta .hx-btn-outline { min-height: 56px !important; line-height: 1.2; box-sizing: border-box; }
.hx-about-cta .hx-btn-outline { padding: 16px 26px; font-size: 16px; }
.hx-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hx-about-cell { border-radius: 18px; overflow: hidden; aspect-ratio: 1 / 1; background: #1a0a2e; box-shadow: 0 18px 44px -18px rgba(16,24,40,.24); }
/* Staggered like the reference: LEFT column sits lower than the right. */
.hx-about-cell:nth-child(odd) { transform: translateY(44px); }
.hx-about-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.hx-about-cell:hover img { transform: scale(1.04); }
/* Staggered cell reveal (opacity-only animation so the translateY offset is kept;
   hover ring uses transition so it stays instant). */
.hx-about-grid.reveal { opacity: 1; transform: none; }
.hx-about-cell { opacity: 0; transition: box-shadow .25s ease, outline-color .2s ease; }
.hx-about-grid.reveal-in .hx-about-cell { animation: hxCellIn .55s ease both; }
.hx-about-grid.reveal-in .hx-about-cell:nth-child(2) { animation-delay: .1s; }
.hx-about-grid.reveal-in .hx-about-cell:nth-child(3) { animation-delay: .2s; }
.hx-about-grid.reveal-in .hx-about-cell:nth-child(4) { animation-delay: .3s; }
@keyframes hxCellIn { from { opacity: 0; } to { opacity: 1; } }
/* Quiet trust line closing the credibility block. */
.hx-about-trust { margin: 18px 0 0; font-size: 13px; color: #667085; }
.hx-about-trust strong { color: #344054; font-weight: 700; }
@media (max-width: 880px) {
    .hx-about-w { grid-template-columns: 1fr; }
    .hx-about-cell:nth-child(odd) { transform: none; }
}
@media (prefers-reduced-motion: reduce) { .hx-about-cell { opacity: 1; } .hx-about-grid.reveal-in .hx-about-cell { animation: none; } }

/* ---- Homepage section background rhythm (alternating, AIPB landing pattern) ---- */
body.page-home .s02 { background: #FAFAFB !important; }
body.page-home .hx-about { background: #FFFFFF !important; }
body.page-home .hx-s05 { background: #FAFAFB !important; }
body.page-home .hx-test { background: #FFFFFF !important; }
body.page-home .hx-blog { background: #FAFAFB !important; }
body.page-home .hx-s08 { background: #FFFFFF !important; }
@media (max-width: 520px) { .hx-about-stats { grid-template-columns: repeat(2, 1fr); } }

/* Why Pros Choose Us — purple section with 4 white photo cards */
.hx-wpc { position: relative; overflow: hidden; padding: clamp(80px, 9vw, 128px) 0; background: var(--hue-base, #0E0623); }
.hx-wpc-head { max-width: min(760px, 90%); }
.hx-wpc-t { color: #fff !important; }
.hx-wpc-sub { color: rgba(255, 255, 255, .82) !important; }
/* Ring-of-dots decoration — the exact SVG from activationking.com, faint, off-edge corners. */
.hx-wpc-dots { position: absolute; width: 320px; height: 320px; pointer-events: none; opacity: .12;
    background: url('/img/home/wpc-dots.svg') no-repeat center / contain; }
.hx-wpc-dots--tl { top: -96px; left: -96px; }
.hx-wpc-dots--br { bottom: -96px; right: -96px; }
.hx-wpc-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 8px; }
.hx-wpc-card { background: #fff; border-radius: 16px; display: flex; flex-direction: column;
    padding: 28px 26px; border: 1px solid rgba(0,0,0,.06); box-shadow: 0 24px 60px -24px rgba(0,0,0,.35); }
.hx-wpc-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px;
    border-radius: 14px; margin-bottom: 18px; background: color-mix(in srgb, var(--hue-accent, #7F56D9) 12%, #fff); color: var(--hue-accent, #7F56D9); }
.hx-wpc-icon svg { width: 26px; height: 26px; }
.hx-wpc-card-t { font-size: clamp(18px, 1.4vw, 20px); font-weight: 700; color: #101828; margin: 0 0 8px; line-height: 1.3; letter-spacing: -.01em; }
.hx-wpc-card-d { font-size: 15px; line-height: 1.6; color: #667085; margin: 0 0 18px; flex: 1; }
.hx-wpc-learn { margin-top: auto; font-size: 14px; font-weight: 700; text-decoration: none;
    color: var(--hue-accent, #7F56D9); display: inline-flex; align-items: center; gap: 6px; }
.hx-wpc-learn span { transition: transform .14s; }
.hx-wpc-learn:hover span { transform: translateX(3px); }
.hx-wpc-cta { display: flex; justify-content: center; margin-top: clamp(32px, 4vw, 48px); position: relative; z-index: 1; }
@media (max-width: 1080px) { .hx-wpc-grid { grid-template-columns: repeat(2, 1fr); } }
/* Mobile: cards become a horizontal scroll-snap rail (matches the showcase). */
@media (max-width: 768px) {
    /* Decorative ring-of-dots is pure decor — on mobile its 320px corners overflow
       and clash with the card rail, so hide it entirely. */
    .hx-wpc-dots { display: none; }
    .hx-wpc-grid {
        display: flex !important; grid-template-columns: none !important; overflow-x: auto;
        scroll-snap-type: x mandatory; gap: 14px; scrollbar-width: none; -ms-overflow-style: none;
        margin-inline: calc(-1 * var(--hdr-mobile-px, 16px)); padding: 16px var(--hdr-mobile-px, 16px) 30px;
    }
    .hx-wpc-grid::-webkit-scrollbar { display: none; }
    .hx-wpc-grid > * { flex: 0 0 80%; scroll-snap-align: start; }
}

/* Use-cases + custom-solutions CTA row (under the event-types grid) */
.hx-uc-cta { display: flex; justify-content: center; gap: 12px; margin-top: 44px; flex-wrap: wrap; }

/* Testimonials — carousel (mirrors activationking.com) */
.hx-test { padding: 96px 0 144px; background: #fff; }
.hx-test-t { font-size: 40px !important; line-height: 48px !important; letter-spacing: -.02em !important; }
.hx-test-carousel { position: relative; margin-top: 8px; }
.hx-test-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 8px 4px; scrollbar-width: none; -ms-overflow-style: none; }
.hx-test-track::-webkit-scrollbar { display: none; }
.hx-test-card { flex: 0 0 calc((100% - 48px) / 3); scroll-snap-align: start; display: flex; flex-direction: column;
    justify-content: space-between; gap: 18px; min-height: 230px;
    background: linear-gradient(180deg, #fbfaff 0%, #f6f4fb 100%); border: 1px solid #EEECF6;
    border-radius: 16px; padding: 26px 26px 22px; }
.hx-test-card-top { display: flex; flex-direction: column; }
.hx-test-title { font-size: 16.5px; font-weight: 700; color: #101828; margin: 0 0 10px; letter-spacing: -.01em; }
.hx-test-q { font-size: 14.5px; line-height: 1.6; color: #667085; margin: 0; font-style: normal; }
.hx-test-foot { display: flex; align-items: center; gap: 12px; }
.hx-test-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex: 0 0 44px; background: #ece9f5;
    border: 2px solid #fff; box-shadow: 0 0 0 2px color-mix(in srgb, var(--hue-accent, #7F56D9) 45%, transparent); }
.hx-test-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hx-test-meta { display: flex; flex-direction: column; gap: 3px; }
.hx-test-name { font-size: 14.5px; font-weight: 700; color: #101828; }
.hx-test-stars { color: #FBBF24; font-size: 12.5px; letter-spacing: 1.5px; line-height: 1; }
.hx-test-arrow { margin-left: auto; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center;
    justify-content: center; color: #98A2B3; border: 1px solid #EAECF0; flex: 0 0 34px; }
.hx-test-dots { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.hx-test-dot { width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0; cursor: pointer;
    background: #D9D6E6; transition: width .2s, background .2s; }
.hx-test-dot.is-active { width: 26px; background: var(--hue-accent, #7F56D9); }
@media (max-width: 920px) { .hx-test-card { flex-basis: calc((100% - 24px) / 2); } }
@media (max-width: 600px) { .hx-test-card { flex-basis: 86%; } }

/* Blog — latest posts */
.hx-blog { padding: clamp(80px, 9vw, 128px) 0; }
.hx-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 8px; }
.hx-blog-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #EAECF0;
    border-radius: 16px; overflow: hidden; text-decoration: none; transition: transform .14s, box-shadow .14s, border-color .14s; }
.hx-blog-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -18px rgba(16,24,40,.22); border-color: color-mix(in srgb, var(--hue-accent,#7F56D9) 30%, #EAECF0); }
.hx-blog-card-img { aspect-ratio: 16 / 10; overflow: hidden; background: #ece9f5; }
.hx-blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.hx-blog-card:hover .hx-blog-card-img img { transform: scale(1.05); }
.hx-blog-card:hover .hx-blog-card-t { color: var(--hue-accent, #7F56D9); }
.hx-blog-card-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.hx-blog-card-date { font-size: 12.5px; font-weight: 600; color: #98A2B3; text-transform: uppercase; letter-spacing: .04em; }
.hx-blog-card-t { font-size: 18px; font-weight: 700; color: #101828; margin: 0; line-height: 1.3; letter-spacing: -.01em; }
.hx-blog-card-d { font-size: 14.5px; line-height: 1.6; color: #475467; margin: 0; flex: 1;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hx-blog-card-more { font-size: 14px; font-weight: 700; color: var(--hue-accent, #7F56D9); margin-top: 4px; }
@media (max-width: 920px) {
    .hx-blog-grid {
        display: flex; grid-template-columns: none; gap: 14px;
        overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none;
        margin-inline: calc(-1 * var(--hdr-mobile-px, 16px)); padding: 16px var(--hdr-mobile-px, 16px) 30px;
    }
    .hx-blog-grid::-webkit-scrollbar { display: none; }
    .hx-blog-card { flex: 0 0 82%; scroll-snap-align: start; }
}

/* ===== HOW IT WORKS — founder/CEO video centerpiece + 3 quick steps ====== */
.hx-hiw { padding: clamp(80px, 9vw, 128px) 0; background: #fff; }
.hx-hiw-video {
    position: relative; display: block; width: 100%; max-width: 900px; margin: 8px auto 0;
    aspect-ratio: 16 / 9; border: 0; padding: 0; cursor: pointer; overflow: hidden;
    border-radius: 20px; background: linear-gradient(135deg, #1a0b3b, #3d1d6e 60%, #5007AA);
    box-shadow: 0 30px 70px -30px rgba(80,7,170,.5); isolation: isolate;
}
.hx-hiw-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hx-hiw-video::after { content: ''; position: absolute; inset: 0; background: rgba(10,4,30,.28); transition: background .2s; }
.hx-hiw-video:hover::after { background: rgba(10,4,30,.14); }
.hx-hiw-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;
    width: 76px; height: 76px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.95); color: #5007AA; box-shadow: 0 12px 36px -8px rgba(0,0,0,.5);
    padding-left: 4px; transition: transform .18s;
}
.hx-hiw-video:hover .hx-hiw-play { transform: translate(-50%, -50%) scale(1.06); }
/* Coming-soon placeholder: no play button, subtle centered caption. Drop a real
   image at img/home/hiw-poster.webp and it auto-fills the background. */
.hx-hiw-video--soon { cursor: default; }
/* Faint app-screenshot ghost behind the "coming soon" caption */
.hx-hiw-video--soon .hx-hiw-poster { opacity: .26; filter: saturate(.92); }
.hx-hiw-video--soon::after { background: rgba(10,4,30,.42); }
.hx-hiw-soon {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2;
    text-align: center; font-family: var(--font-display, 'Inter', sans-serif);
    font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}
.hx-hiw-play-label {
    position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 2;
    color: #fff; font-size: 14px; font-weight: 700; white-space: nowrap; text-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.hx-hiw-steps {
    list-style: none; margin: clamp(44px, 4vw, 64px) auto 0; padding: 0; max-width: 1000px;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 32px);
}
/* Numbered step card — coral badge straddles the top edge (half above the card). */
.hx-hiw-step {
    display: flex; flex-direction: column; align-items: flex-start; text-align: left;
    background: #fff; border: 1px solid #EAECF0; border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 10px 30px -20px rgba(16,24,40,.18);
}
/* Subtle left-aligned number tile (Linear/Vercel style) — not a heavy centered badge. */
.hx-hiw-num {
    width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 17px; color: #F43F5E; margin-bottom: 18px;
    background: color-mix(in srgb, #F43F5E 11%, #fff);
}
.hx-hiw-step-t { font-size: 17px; font-weight: 700; color: #101828; margin: 0 0 8px; letter-spacing: -.01em; }
.hx-hiw-step-d { font-size: 14.5px; line-height: 1.6; color: #667085; margin: 0 0 12px; }
.hx-hiw-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; text-decoration: none; color: var(--hue-accent, #7F56D9); }
.hx-hiw-link span { transition: transform .14s; }
.hx-hiw-link:hover span { transform: translateX(3px); }
/* Mobile: horizontal scroll-snap rail (matches showcase / why-pros). */
@media (max-width: 760px) {
    .hx-hiw-play { width: 64px; height: 64px; }
    .hx-hiw-steps {
        display: flex; grid-template-columns: none; gap: 14px; max-width: none;
        overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none;
        margin-inline: calc(-1 * var(--hdr-mobile-px, 16px)); padding: 16px var(--hdr-mobile-px, 16px) 30px;
    }
    .hx-hiw-steps::-webkit-scrollbar { display: none; }
    .hx-hiw-step { flex: 0 0 78%; scroll-snap-align: start; }
}

/* ===== START A PHOTO BOOTH BUSINESS — copy + CTAs / image collage ======== */
.hx-biz { padding: clamp(80px, 9vw, 128px) 0; background: #fff; }
.hx-biz-w { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(40px, 5vw, 80px); align-items: center; }
.hx-biz-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--hue-accent, #7F56D9); margin-bottom: 14px; }
.hx-biz-text .hx-h2 { text-align: left; margin: 0 0 16px; }
.hx-biz-sub { font-size: 16px; line-height: 1.65; color: #667085; margin: 0 0 28px; max-width: 52ch; }
.hx-biz-feats { list-style: none; margin: 0 0 32px; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.hx-biz-feat { display: flex; gap: 14px; align-items: flex-start; }
.hx-biz-feat-ic { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; color: #7F56D9; background: color-mix(in srgb, #7F56D9 12%, #fff); }
.hx-biz-feat-ic.is-purple { color: #7F56D9; background: color-mix(in srgb, #7F56D9 12%, #fff); }
.hx-biz-feat-ic.is-green { color: #0E9F6E; background: color-mix(in srgb, #12B76A 14%, #fff); }
.hx-biz-feat-ic.is-coral { color: #F43F5E; background: color-mix(in srgb, #F43F5E 12%, #fff); }
.hx-biz-feat-ic.is-blue { color: #1E90C8; background: color-mix(in srgb, #2EAEEA 16%, #fff); }
.hx-biz-feat-ic svg { width: 19px; height: 19px; }
.hx-biz-feat-t { font-size: 16px; font-weight: 700; color: #101828; margin: 0 0 3px; letter-spacing: -.01em; }
.hx-biz-feat-d { font-size: 14.5px; line-height: 1.55; color: #667085; margin: 0; }
.hx-biz-cta { display: flex; gap: 12px; flex-wrap: wrap; }
/* Asymmetric staggered collage — mirrors the About grid (odd cells pushed down)
   so the two image groups share one visual language. */
.hx-biz-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hx-biz-cell { aspect-ratio: 1 / 1; border-radius: 18px; overflow: hidden; background: linear-gradient(135deg, #ece9f5, #f6f4fb); box-shadow: 0 18px 44px -22px rgba(16,24,40,.3); }
.hx-biz-cell:nth-child(odd) { transform: translateY(32px); }
.hx-biz-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.hx-biz-cell:hover img { transform: scale(1.04); }
@media (max-width: 920px) {
    .hx-biz-w { grid-template-columns: 1fr; gap: 40px; }
    .hx-biz-text .hx-h2 { text-align: center; }
    .hx-biz-sub { margin-inline: auto; text-align: center; }
    .hx-biz-feats { max-width: 460px; margin-inline: auto; }
    .hx-biz-cta { justify-content: center; }
}
@media (max-width: 520px) { .hx-biz-cell:nth-child(odd) { transform: none; } }

/* ===== REVIEWS — real customer reviews, masonry wall ===================== */
.hx-rev { padding: clamp(80px, 9vw, 128px) 0; background: #FAFAFB; }
.hx-rev-wall { columns: 3; column-gap: 20px; margin-top: 8px; }
.hx-rev-card {
    break-inside: avoid; -webkit-column-break-inside: avoid; margin: 0 0 20px; width: 100%;
    background: #fff; border: 1px solid #EAECF0; border-radius: 16px; padding: 22px 22px 18px;
    box-shadow: 0 10px 30px -18px rgba(16,24,40,.14);
}
/* Review media — single photo, swipeable multi-photo slider, or UGC video. */
.hx-rev-media { position: relative; margin: -22px -22px 16px; border-radius: 16px 16px 0 0; overflow: hidden; background: #0e0623; }
.hx-rev-slider { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.hx-rev-slider::-webkit-scrollbar { display: none; }
.hx-rev-slide { flex: 0 0 100%; scroll-snap-align: center; aspect-ratio: 4 / 3; }
.hx-rev-slide img, .hx-rev-slide video { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Video — big centered play overlay; hidden once playing (native controls take over). */
.hx-rev-vidwrap { position: relative; width: 100%; height: 100%; }
.hx-rev-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;
    width: 60px; height: 60px; border-radius: 50%; border: 0; cursor: pointer; padding-left: 4px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.95); color: #5007AA; box-shadow: 0 8px 26px -6px rgba(0,0,0,.5);
    transition: transform .16s, opacity .16s;
}
.hx-rev-vidwrap:hover .hx-rev-play { transform: translate(-50%, -50%) scale(1.07); }
.hx-rev-vidwrap.is-playing .hx-rev-play { opacity: 0; pointer-events: none; }
/* Multi-photo nav arrows — appear on hover (desktop); mobile uses swipe. */
.hx-rev-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
    width: 34px; height: 34px; border-radius: 50%; border: 0; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.92); color: #101828; box-shadow: 0 4px 14px -4px rgba(0,0,0,.4);
    opacity: 0; transition: opacity .16s, background .16s;
}
.hx-rev-arrow--prev { left: 10px; }
.hx-rev-arrow--next { right: 10px; }
.hx-rev-media:hover .hx-rev-arrow { opacity: 1; }
.hx-rev-arrow:hover { background: #fff; }
@media (hover: none) { .hx-rev-arrow { display: none; } }
.hx-rev-count {
    position: absolute; top: 10px; right: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 9px; border-radius: 999px; background: rgba(16,24,40,.72); color: #fff;
    font-size: 12px; font-weight: 700; backdrop-filter: blur(4px);
}
.hx-rev-media.is-multi .hx-rev-slider { scroll-behavior: smooth; }
.hx-rev-stars { font-size: 14px; letter-spacing: 1px; margin-bottom: 10px; }
.hx-rev-stars .on { color: #FBBF24; }
.hx-rev-stars span:not(.on) { color: #E4E7EC; }
.hx-rev-title { font-size: 15.5px; font-weight: 700; color: #101828; margin: 0 0 6px; letter-spacing: -.01em; }
.hx-rev-q { font-size: 14.5px; line-height: 1.6; color: #475467; margin: 0 0 16px; }
.hx-rev-foot { display: flex; align-items: center; gap: 12px; }
.hx-rev-avatar {
    flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 16px; color: #fff; text-transform: uppercase;
    background: linear-gradient(135deg, var(--hue-accent, #7F56D9), #C36AB8);
}
.hx-rev-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hx-rev-name { font-size: 14px; font-weight: 700; color: #101828; display: flex; align-items: center; gap: 6px; }
.hx-rev-verified { display: inline-flex; align-items: center; gap: 3px; font-size: 11px; font-weight: 700; color: #1570EF; }
.hx-rev-product { font-size: 12.5px; color: #98A2B3; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
@media (max-width: 920px) { .hx-rev-wall { columns: 2; } }
@media (max-width: 600px) { .hx-rev-wall { columns: 1; } }
/* Empty state — shown until real customer reviews come in. */
.hx-rev-info { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; max-width: 60ch;
    margin: 8px auto 0; padding: 30px 24px; background: #FAFAFB; border: 1px dashed #E4E7EC; border-radius: 16px; }
.hx-rev-info p { font-size: 13px; line-height: 1.55; color: #98A2B3; margin: 0; }

/* ============================================================================
   Mobile: left-align section text (modern standard — Stripe/Linear/Vercel).
   Overrides the desktop centered heads + the per-section mobile centering.
   ============================================================================ */
@media (max-width: 768px) {
    .hx-head, .hx-head .hx-h2, .hx-head .hx-sub, .hx-head .hx-eyebrow,
    .hx-about-text, .hx-about-text .hx-h2, .hx-about-body, .hx-about-eyebrow,
    .hx-biz-text, .hx-biz-text .hx-h2, .hx-biz-sub,
    .hx-faq-aside, .hx-faq-aside .hx-h2, .hx-faq-sub {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }
    .hx-faq-ctas { justify-content: flex-start !important; }
    .hx-cta-row, .hx-uc-cta, .hx-about-cta, .hx-biz-cta { justify-content: flex-start !important; }
    .hx-cta-row { text-align: left !important; }
}

/* ============================================================================
   Mobile: 4-image collages (Start-a-business + About) become horizontal
   scroll rails instead of stacking 2x2 — keeps the page short, better UX.
   ============================================================================ */
@media (max-width: 640px) {
    .hx-biz-collage, .hx-about-grid {
        display: flex !important; grid-template-columns: none !important; gap: 12px;
        overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none;
        margin-inline: calc(-1 * var(--hdr-mobile-px, 16px)); padding: 6px var(--hdr-mobile-px, 16px) 16px;
    }
    .hx-biz-collage::-webkit-scrollbar, .hx-about-grid::-webkit-scrollbar { display: none; }
    .hx-biz-cell, .hx-about-cell { flex: 0 0 70%; scroll-snap-align: start; }
    .hx-biz-cell:nth-child(odd), .hx-about-cell:nth-child(odd) { transform: none; }
    .hx-about-cell { aspect-ratio: 1 / 1; }
}

/* ============================================================================
   Mobile + tablet re-scaling — tighter section rhythm, full-width heads,
   smaller collages. (Desktop section padding clamp(80,9vw,128) was too tall
   on small screens.)
   ============================================================================ */
@media (max-width: 991px) {
    .s02, .hx-about, .hx-wpc, .hx-hiw, .hx-s05, .hx-biz, .hx-rev, .hx-s08, .hx-blog,
    .hx-s03, .hx-s04, .hx-s06, .hx-s07 {
        padding-top: clamp(56px, 8vw, 80px) !important;
        padding-bottom: clamp(56px, 8vw, 80px) !important;
    }
}
@media (max-width: 640px) {
    .s02, .hx-about, .hx-wpc, .hx-hiw, .hx-s05, .hx-biz, .hx-rev, .hx-s08, .hx-blog,
    .hx-s03, .hx-s04, .hx-s06, .hx-s07 {
        padding-top: 52px !important; padding-bottom: 52px !important;
    }
    /* Section heads truly full-width + left-aligned (beat the 90% centered max-width). */
    .hx-showcase .hx-head, .s02 .hx-head, .hx-head {
        max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 26px !important;
    }
    /* Smaller 4-image collages on the rail + room for hover shadow. */
    .hx-biz-cell, .hx-about-cell { flex: 0 0 56% !important; }
    .hx-biz-collage, .hx-about-grid { padding-top: 8px; padding-bottom: 26px; }
}

/* ============================================================================
   AIDS / PMW hero background — palette-correct ambient imagery (2026-06-03).
   The base .s01-bg (sections.css) used a generic warm-brown /img/hero-bg.jpg at
   mix-blend-mode:luminosity, which overpowered the emerald (AIDS) / navy (PMW)
   page hue so both heroes read brown — breaking the per-page palette. These
   per-page images are already palette-graded; shown true-color (normal blend)
   with a left-dark gradient for H1 legibility (mirrors the AIPB hero treatment).
   ============================================================================ */
.page-aids .s01-bg {
    background: url('/img/aids/hero-bg.webp') center right / cover no-repeat;
    mix-blend-mode: normal;
    opacity: .60;
}
.page-pmw .s01-bg {
    background: url('/img/pmw/hero-bg.webp') center right / cover no-repeat;
    mix-blend-mode: normal;
    opacity: .62;
}
.page-aids .s01-bg::after,
.page-pmw .s01-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg,
            var(--hue-base) 0%,
            color-mix(in srgb, var(--hue-base) 72%, transparent) 42%,
            color-mix(in srgb, var(--hue-base) 28%, transparent) 72%,
            transparent 100%),
        linear-gradient(180deg,
            transparent 50%,
            color-mix(in srgb, var(--hue-base) 50%, transparent) 86%,
            var(--hue-base) 100%);
}

/* ===== Ecosystem section (Rent + Reseller) ===== */
.hx-eco { padding: clamp(64px, 8vw, 112px) 0; background: #fff; }
.hx-eco-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.5vw, 28px); margin-top: clamp(36px, 4vw, 52px); }
.hx-eco-card { display: flex; flex-direction: column; align-items: flex-start; background: #fff; border: 1px solid #EAECF0; border-radius: 20px; padding: clamp(28px, 3vw, 40px); text-decoration: none; color: inherit; box-shadow: 0 1px 3px rgba(16,24,40,.04), 0 10px 28px -14px rgba(16,24,40,.08); transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s, border-color .25s; }
.hx-eco-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -22px rgba(16,24,40,.18); border-color: #D0D5DD; }
.hx-eco-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 15px; margin-bottom: 20px; }
.hx-eco-icon svg { width: 26px; height: 26px; }
.hx-eco-icon--rent { background: rgba(127,86,217,.1); border: 1px solid rgba(127,86,217,.2); color: #7F56D9; }
.hx-eco-icon--reseller { background: rgba(247,144,9,.1); border: 1px solid rgba(247,144,9,.2); color: #F79009; }
.hx-eco-t { font-family: var(--font-heading,'Inter',sans-serif); font-size: clamp(20px, 1.8vw, 24px); font-weight: 800; color: #101828; margin: 0 0 10px; letter-spacing: -.02em; }
.hx-eco-d { font-size: 15px; line-height: 1.65; color: #667085; margin: 0 0 20px; flex: 1; }
.hx-eco-link { font-size: 15px; font-weight: 700; color: var(--hue-accent, #7F56D9); display: inline-flex; align-items: center; gap: 6px; }
.hx-eco-card:hover .hx-eco-link { gap: 9px; }
@media (max-width: 760px) { .hx-eco-grid { grid-template-columns: 1fr; } }
