﻿.phase-one-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 12% 10%, rgba(0, 173, 239, 0.16), transparent 28rem),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 52%, #eef7ff 100%);
}

.phase-one-hero:before,
.phase-one-hero:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.phase-one-hero:before {
    right: -90px;
    top: 40px;
    width: 240px;
    height: 240px;
    background: rgba(39, 124, 255, 0.14);
}

.phase-one-hero:after {
    left: -120px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    background: rgba(36, 211, 142, 0.12);
}

.phase-one-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(25, 135, 84, 0.12);
    color: #087345;
    font-weight: 700;
    margin-bottom: 18px;
}

.phase-one-title {
    color: #102033;
    font-size: clamp(2.25rem, 5vw, 4.6rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.phase-one-lead {
    max-width: 680px;
    color: #566a7f;
    font-size: 1.15rem;
    line-height: 1.75;
}

.phase-one-hero-card {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(13, 110, 253, 0.10);
    border-radius: 28px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(14px);
}

.phase-one-phone {
    width: min(100%, 360px);
    margin: 0 auto;
    border-radius: 36px;
    padding: 18px;
    background: #101828;
    box-shadow: 0 30px 80px rgba(16, 24, 40, 0.24);
}

.phase-one-hero-slider {
    position: relative;
    min-height: 520px;
}

.phase-one-hero-slider .carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0 44px;
    min-height: 520px;
}

.phase-one-hero-slider.carousel-fade .carousel-item {
    transition-property: opacity, transform;
    transition-duration: 0.65s;
    transform: scale(0.985);
}

.phase-one-hero-slider.carousel-fade .carousel-item.active,
.phase-one-hero-slider.carousel-fade .carousel-item-next.carousel-item-start,
.phase-one-hero-slider.carousel-fade .carousel-item-prev.carousel-item-end {
    transform: scale(1);
}

.phase-one-hero-indicators {
    margin-bottom: 2px;
}

.phase-one-hero-indicators [data-bs-target] {
    width: 28px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background-color: rgba(13, 110, 253, 0.28);
}

.phase-one-hero-indicators .active {
    background-color: #0d6efd;
}

.phase-one-hero-control {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 4px;
    opacity: 1;
    background: rgba(13, 110, 253, 0.12);
    border-radius: 50%;
}

.phase-one-hero-control.carousel-control-prev {
    left: 8px;
}

.phase-one-hero-control.carousel-control-next {
    right: 8px;
}

.phase-one-hero-control .carousel-control-prev-icon,
.phase-one-hero-control .carousel-control-next-icon {
    width: 16px;
    height: 16px;
    filter: invert(25%) sepia(89%) saturate(1641%) hue-rotate(208deg) brightness(93%) contrast(105%);
}

.phase-one-slide-artwork {
    width: min(100%, 460px);
    min-height: 460px;
    margin: 0 auto;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    background: linear-gradient(160deg, #f8fbff 0%, #edf6ff 42%, #f7fffb 100%);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
}

.phase-one-slide-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(25, 135, 84, 0.12);
    color: #087345;
    font-weight: 700;
    margin-bottom: 14px;
}

.phase-one-magnet-visual {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 24px 1fr 24px 1fr;
    align-items: center;
    gap: 7px;
    margin: 12px 0 14px;
    padding: 12px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(13, 110, 253, 0.14);
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(32, 201, 151, 0.10));
}

.phase-one-magnet-glow {
    position: absolute;
    inset: -45% auto auto -10%;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.24), transparent 65%);
    animation: phaseOneFloatGlow 4.5s ease-in-out infinite alternate;
}

.phase-one-magnet-node,
.phase-one-magnet-arrow {
    position: relative;
    z-index: 1;
}

.phase-one-magnet-node {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.phase-one-magnet-node i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    animation: phaseOneIconPulse 2.4s ease-in-out infinite;
}

.phase-one-magnet-node span {
    color: #102033;
    font-weight: 800;
    font-size: 0.72rem;
    line-height: 1;
}

.phase-one-magnet-node.is-card i {
    background: linear-gradient(135deg, #0d6efd, #4dabff);
}

.phase-one-magnet-node.is-ai i {
    background: linear-gradient(135deg, #7c3aed, #ec4899);
    animation-delay: 0.22s;
}

.phase-one-magnet-node.is-meeting i {
    background: linear-gradient(135deg, #079669, #20c997);
    animation-delay: 0.44s;
}

.phase-one-magnet-arrow {
    display: grid;
    place-items: center;
    color: #0d6efd;
    font-size: 0.95rem;
    opacity: 0.85;
}

.phase-one-magnet-grid {
    display: grid;
    gap: 10px;
}

.phase-one-magnet-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    background: rgba(255, 255, 255, 0.88);
    border-radius: 14px;
    padding: 10px 12px;
}

.phase-one-magnet-item i {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    flex-shrink: 0;
    margin-top: 2px;
}

.phase-one-magnet-item:nth-child(2) i {
    background: linear-gradient(135deg, #7c3aed, #ec4899);
}

.phase-one-magnet-item:nth-child(3) i {
    background: linear-gradient(135deg, #079669, #20c997);
}

.phase-one-magnet-item strong {
    display: block;
    color: #102033;
    font-size: 0.92rem;
    line-height: 1.2;
}

.phase-one-magnet-item span {
    display: block;
    color: #5a6c82;
    font-size: 0.82rem;
    margin-top: 2px;
    line-height: 1.35;
}

.phase-one-magnet-cta {
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px dashed rgba(25, 135, 84, 0.35);
    background: rgba(25, 135, 84, 0.10);
    padding: 11px 12px;
}

.phase-one-magnet-cta span {
    color: #0b6d43;
    font-weight: 700;
    font-size: 0.88rem;
}

.phase-one-magnet-cta i {
    margin-right: 6px;
}

@keyframes phaseOneIconPulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 8px 18px rgba(13, 110, 253, 0.18);
    }

    50% {
        transform: translateY(-2px) scale(1.06);
        box-shadow: 0 12px 26px rgba(13, 110, 253, 0.28);
    }
}

@keyframes phaseOneFloatGlow {
    from {
        transform: translateX(0) translateY(0);
    }

    to {
        transform: translateX(185px) translateY(35px);
    }
}

.phase-one-phone-screen {
    min-height: 460px;
    border-radius: 26px;
    background: linear-gradient(180deg, #f8fbff, #ffffff);
    padding: 18px;
}

.phase-one-phone-screen--magnet {
    min-height: 460px;
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.08), transparent 38%),
        linear-gradient(180deg, #f8fbff, #f3f9ff 56%, #ffffff);
}

.phase-one-phone-screen--ai {
    min-height: 460px;
    background:
        radial-gradient(circle at 85% 8%, rgba(124, 58, 237, 0.10), transparent 34%),
        linear-gradient(180deg, #f8fbff, #ffffff);
}

/* Force identical phone frame height for both carousel slides */
.phase-one-hero-slider .phase-one-phone-screen {
    height: 560px;
    min-height: unset;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.phase-one-hero-slider .phase-one-phone-screen--ai {
    height: 560px;
    min-height: unset;
    justify-content: space-between;
}

.phase-one-avatar--ai {
    background: linear-gradient(135deg, #7c3aed, #20c997);
}

/* AI Live badge */
.phase-one-ai-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(124, 58, 237, 0.08);
    border: 1px solid rgba(124, 58, 237, 0.20);
    color: #7c3aed;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    padding: 3px 9px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.phase-one-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    animation: liveBlip 1.4s ease-in-out infinite;
}

@keyframes liveBlip {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}

/* AI funnel pipeline */
.phase-one-ai-funnel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 6px 0 10px;
    padding: 14px 8px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 14px rgba(124, 58, 237, 0.08);
}

.phase-one-ai-funnel-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    flex: 1;
}

.phase-one-ai-funnel-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 2px;
}

.phase-one-ai-funnel-icon.ai-icon-blue  { background: linear-gradient(135deg, #0d6efd, #0ea5e9); }
.phase-one-ai-funnel-icon.ai-icon-orange { background: linear-gradient(135deg, #f97316, #facc15); }
.phase-one-ai-funnel-icon.ai-icon-green  { background: linear-gradient(135deg, #22c55e, #10b981); }

.phase-one-ai-funnel-step strong {
    font-size: 1.15rem;
    font-weight: 800;
    color: #102033;
    line-height: 1;
}

.phase-one-ai-funnel-step span {
    font-size: 0.64rem;
    color: #7a8a9a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.phase-one-ai-funnel-arrow {
    color: #c5d0dc;
    font-size: 0.68rem;
    flex-shrink: 0;
}

/* AI email strip */
.phase-one-ai-email-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.07), rgba(32, 201, 151, 0.06));
    border: 1px solid rgba(124, 58, 237, 0.14);
    margin-top: 4px;
}

.phase-one-ai-strip-icon {
    font-size: 1.3rem;
    color: #7c3aed;
    flex-shrink: 0;
}

.phase-one-ai-strip-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.phase-one-ai-strip-text span {
    font-size: 0.66rem;
    color: #7a8a9a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.phase-one-ai-strip-text strong {
    font-size: 0.78rem;
    color: #102033;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phase-one-ai-strip-badge {
    background: #7c3aed;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 4px 9px;
    border-radius: 10px;
    flex-shrink: 0;
}

.phase-one-avatar {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 18px;
}

.phase-one-mini-qr {
    width: 132px;
    height: 132px;
    border-radius: 20px;
    margin: 22px auto 0;
    padding: 12px;
    background: #fff;
    box-shadow: inset 0 0 0 8px #f2f5f9;
}

.phase-one-mini-qr-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}

.phase-one-mini-qr-grid span {
    aspect-ratio: 1;
    border-radius: 4px;
    background: #102033;
}

.phase-one-mini-qr-grid span:nth-child(2n) {
    opacity: 0.24;
}

.phase-one-stat-grid,
.phase-one-card-grid,
.phase-one-demo-grid,
.phase-one-pricing-matrix {
    display: grid;
    gap: 22px;
}

.phase-one-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -35px;
    position: relative;
    z-index: 2;
}

.phase-one-stat,
.phase-one-card,
.phase-one-demo-card,
.phase-one-pricing-card {
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.phase-one-stat {
    padding: 24px;
}

.phase-one-stat strong {
    display: block;
    color: #0d6efd;
    font-size: 2rem;
    line-height: 1;
}
.phase-one-stat {
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.phase-one-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(19,198,233,0.15), rgba(0,62,156,0.12));
    color: var(--meetup-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 12px;
}

.phase-one-stat-icon--ai {
    background: linear-gradient(135deg, rgba(255,0,104,0.12), rgba(255,0,104,0.05));
    color: var(--meetup-magenta);
}

.phase-one-stat strong {
    display: block;
    color: var(--meetup-blue);
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 6px;
}

.phase-one-stat-plus {
    font-size: 1.3rem;
    vertical-align: super;
    margin-left: 1px;
}

.phase-one-stat-x {
    font-size: 1.5rem;
    margin: 0 1px;
}

.phase-one-stat span {
    font-size: 0.82rem;
    color: #65758b;
    line-height: 1.45;
    flex: 1;
}

.phase-one-stat-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--meetup-blue);
    text-decoration: none;
    border: 1.5px solid rgba(0,62,156,0.2);
    border-radius: 999px;
    padding: 5px 12px;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
    align-self: flex-start;
}

.phase-one-stat-cta:hover {
    background: var(--meetup-blue);
    color: #fff;
    border-color: var(--meetup-blue);
    text-decoration: none;
}

.phase-one-stat-cta--ai {
    color: var(--meetup-magenta);
    border-color: rgba(255,0,104,0.25);
}

.phase-one-stat-cta--ai:hover {
    background: var(--meetup-magenta);
    color: #fff;
    border-color: var(--meetup-magenta);
}

.phase-one-stat--ai {
    border-color: rgba(255,0,104,0.2);
    background: linear-gradient(160deg, #fff 60%, rgba(255,0,104,0.03));
}

.phase-one-stat--ai strong {
    color: var(--meetup-magenta);
}

.phase-one-stat span,
.phase-one-card p,
.phase-one-demo-card p,
.phase-one-pricing-card p,
.phase-one-pricing-card li {
    color: #65758b;
}

.phase-one-section {
    padding: 90px 0;
}

.phase-one-section-soft {
    background: #f7fbff;
}

.phase-one-section-title {
    color: #102033;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.phase-one-section-subtitle {
    color: #65758b;
    font-size: 1.05rem;
    max-width: 760px;
    margin: 16px auto 0;
}

.phase-one-features-v2 {
    position: relative;
}

.phase-one-feature-analysis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.phase-one-feature-analysis-item {
    --analysis-accent: #0d6efd;
    --analysis-bg-a: #eef4ff;
    --analysis-bg-b: #f8fbff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 14px;
    background: linear-gradient(145deg, var(--analysis-bg-a), var(--analysis-bg-b));
    padding: 11px 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    animation: phaseOnePillarEnter 0.62s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation-delay: var(--pillar-delay, 0s);
}

.phase-one-feature-analysis-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.56) 45%, transparent 82%);
    transform: translateX(-140%);
    animation: phaseOnePillarSweep 5.8s ease-in-out infinite;
    animation-delay: calc(var(--pillar-delay, 0s) + 0.35s);
    pointer-events: none;
}

.phase-one-feature-analysis-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--analysis-accent), color-mix(in srgb, var(--analysis-accent) 55%, #ffffff));
}

.phase-one-feature-analysis-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(13, 31, 64, 0.12);
    border-color: color-mix(in srgb, var(--analysis-accent) 42%, #d6deea);
}

.phase-one-feature-analysis-item--capture {
    --analysis-accent: #0d6efd;
    --analysis-bg-a: #e9f1ff;
    --analysis-bg-b: #f8fbff;
}

.phase-one-feature-analysis-item--engage {
    --analysis-accent: #06b6d4;
    --analysis-bg-a: #e8faff;
    --analysis-bg-b: #f7feff;
}

.phase-one-feature-analysis-item--convert {
    --analysis-accent: #7c3aed;
    --analysis-bg-a: #efe8ff;
    --analysis-bg-b: #faf7ff;
}

.phase-one-feature-analysis-item--retain {
    --analysis-accent: #ec4899;
    --analysis-bg-a: #ffeaf4;
    --analysis-bg-b: #fff8fc;
}

.phase-one-feature-analysis-item strong {
    color: var(--analysis-accent);
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.phase-one-feature-analysis-item span {
    color: #445a73;
    font-size: 0.74rem;
    line-height: 1.35;
}

@keyframes phaseOnePillarEnter {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(0.985);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes phaseOnePillarSweep {
    0%,
    75%,
    100% {
        transform: translateX(-140%);
    }

    36% {
        transform: translateX(130%);
    }
}

.phase-one-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.phase-one-feature-mini-card {
    border: 1px solid rgba(16, 24, 40, 0.09);
    border-radius: 16px;
    background: #fff;
    padding: 14px 13px;
    min-height: 144px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.phase-one-feature-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(2, 41, 94, 0.12);
    border-color: rgba(19, 198, 233, 0.45);
}

.phase-one-feature-mini-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--meetup-blue), var(--meetup-cyan));
    font-size: 0.82rem;
    margin-bottom: 9px;
}

.phase-one-feature-mini-card h3 {
    margin: 0 0 5px;
    color: #13243a;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.phase-one-feature-mini-card p {
    margin: 0;
    color: #5f7087;
    font-size: 0.76rem;
    line-height: 1.4;
}

.phase-one-feature-mini-card--ai {
    border-color: rgba(255, 0, 104, 0.2);
    background: linear-gradient(160deg, #fff 72%, rgba(255, 0, 104, 0.04));
}

.phase-one-feature-mini-card--ai .phase-one-feature-mini-icon {
    background: linear-gradient(135deg, var(--meetup-magenta), #ff7aa7);
}

.phase-one-pillars-intro {
    margin: 8px 0 18px;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: linear-gradient(120deg, rgba(13, 110, 253, 0.07), rgba(32, 201, 151, 0.07));
}

.phase-one-pillars-intro p {
    margin: 0;
    color: #2a3a4f;
    font-size: 0.94rem;
}

.phase-one-pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.phase-one-pillar {
    --pillar-accent: var(--meetup-blue);
    border: 1px solid rgba(16, 24, 40, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(2, 41, 94, 0.08);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

.phase-one-pillar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: var(--pillar-accent);
}

.phase-one-pillar--capture {
    --pillar-accent: #0d6efd;
}

.phase-one-pillar--engage {
    --pillar-accent: #0ea5e9;
}

.phase-one-pillar--convert {
    --pillar-accent: #7c3aed;
}

.phase-one-pillar--retain {
    --pillar-accent: #ec4899;
}

.phase-one-pillar-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.phase-one-pillar-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--pillar-accent);
    background: color-mix(in srgb, var(--pillar-accent) 12%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--pillar-accent) 35%, #ffffff);
}

.phase-one-pillar-head h3 {
    margin: 0;
    color: #11253f;
    font-size: 1.06rem;
    line-height: 1.28;
    font-weight: 800;
}

.phase-one-pillar-head p {
    margin: 0;
    color: #5a6f87;
    font-size: 0.86rem;
    line-height: 1.45;
}

.phase-one-pillar-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.phase-one-pillar-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 12px;
    background: #fbfdff;
    padding: 9px 10px;
}

.phase-one-pillar-item--ai {
    border-color: rgba(255, 0, 104, 0.26) !important;
    background: linear-gradient(145deg, #fff, rgba(255, 0, 104, 0.05));
}

.phase-one-pillar-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 0.82rem;
    background: linear-gradient(135deg, var(--pillar-accent), color-mix(in srgb, var(--pillar-accent) 65%, #ffffff));
}

.phase-one-pillar-copy h4 {
    margin: 0 0 3px;
    color: #122742;
    font-size: 0.84rem;
    line-height: 1.32;
    font-weight: 700;
}

.phase-one-pillar-copy p {
    margin: 0;
    color: #5e748d;
    font-size: 0.75rem;
    line-height: 1.42;
}

.phase-one-pillar-outcome {
    margin: 1px 0 0;
    padding-top: 10px;
    border-top: 1px dashed rgba(16, 24, 40, 0.16);
    color: #26415d;
    font-size: 0.78rem;
    line-height: 1.4;
}

.phase-one-feature-extra {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
    padding-top: 18px;
}

.phase-one-feature-extra h3 {
    color: #13243a;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.phase-one-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phase-one-card {
    padding: 26px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.phase-one-card:hover,
.phase-one-demo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.phase-one-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.phase-one-workflow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.phase-one-workflow-step {
    position: relative;
    padding: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
}

.phase-one-workflow-step strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    margin-bottom: 12px;
}

/* ── Workflow v2 ── */
.phase-one-workflow-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(19, 198, 233, 0.12);
    color: var(--meetup-cyan);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.phase-one-workflow-v2 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    position: relative;
    align-items: stretch;
}

.phase-one-wf-step {
    position: relative;
    padding: 22px 18px 18px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 2px 12px rgba(16,24,40,0.05);
    transition: transform 0.32s cubic-bezier(.22,.68,0,1.2), box-shadow 0.32s ease;
    overflow: hidden;
    cursor: default;
    opacity: 0;
    transform: translateY(24px);
    animation: phase-one-step-in 0.55s ease forwards;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.phase-one-wf-step[data-step="1"] { animation-delay: 0.05s; }
.phase-one-wf-step[data-step="2"] { animation-delay: 0.15s; }
.phase-one-wf-step[data-step="3"] { animation-delay: 0.25s; }
.phase-one-wf-step[data-step="4"] { animation-delay: 0.35s; }
.phase-one-wf-step[data-step="5"] { animation-delay: 0.45s; }

@keyframes phase-one-step-in {
    to { opacity: 1; transform: translateY(0); }
}

.phase-one-wf-step::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--meetup-cyan), var(--meetup-blue));
    border-radius: 22px 22px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.phase-one-wf-step:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 14px 36px rgba(0,62,156,0.13);
}

.phase-one-wf-step:hover::before {
    transform: scaleX(1);
}

.phase-one-wf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(19,198,233,0.15), rgba(0,62,156,0.12));
    color: var(--meetup-blue);
    font-size: 1.2rem;
    margin-bottom: 14px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.phase-one-wf-step:hover .phase-one-wf-icon {
    background: linear-gradient(135deg, var(--meetup-cyan), var(--meetup-blue));
    color: #fff;
    transform: rotate(-6deg) scale(1.1);
}

.phase-one-wf-num {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--meetup-blue);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phase-one-wf-step h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 7px;
    color: var(--meetup-navy);
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.phase-one-wf-step p {
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.55;
    flex: 1;
}

.phase-one-wf-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--meetup-blue);
    background: rgba(0,62,156,0.07);
    padding: 4px 10px;
    border-radius: 999px;
    margin-top: auto;
    padding-top: 12px;
}

/* AI step */
.phase-one-wf-step--ai {
    border-color: rgba(255,0,104,0.25);
    background: linear-gradient(160deg, #fff 60%, rgba(255,0,104,0.04));
}

.phase-one-wf-step--ai::before {
    background: linear-gradient(90deg, var(--meetup-magenta), var(--meetup-cyan));
    transform: scaleX(1);
}

.phase-one-wf-step--ai .phase-one-wf-num {
    background: var(--meetup-magenta);
}

.phase-one-wf-step--ai .phase-one-wf-icon {
    background: linear-gradient(135deg, rgba(255,0,104,0.15), rgba(19,198,233,0.1));
    color: var(--meetup-magenta);
}

.phase-one-wf-step--ai:hover .phase-one-wf-icon {
    background: linear-gradient(135deg, var(--meetup-magenta), var(--meetup-cyan));
    color: #fff;
}

.phase-one-wf-step--ai .phase-one-wf-tag {
    color: var(--meetup-magenta);
    background: rgba(255,0,104,0.08);
}

.phase-one-wf-ai-badge {
    display: inline-flex;
    align-items: center;
    padding: 1px 7px;
    border-radius: 6px;
    background: linear-gradient(90deg, var(--meetup-magenta), #ff6a3d);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    vertical-align: middle;
    animation: phase-one-ai-pulse 2s ease-in-out infinite;
}

.phase-one-wf-ai-glow {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: radial-gradient(ellipse at 80% 10%, rgba(255,0,104,0.08) 0%, transparent 70%);
    pointer-events: none;
    animation: phase-one-glow-breathe 3s ease-in-out infinite;
}

@keyframes phase-one-ai-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.07); }
}

@keyframes phase-one-glow-breathe {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
}

.phase-one-demo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.phase-one-demo-card {
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 18px;
}

.phase-one-demo-preview {
    position: relative;
    min-height: 160px;
    padding: 10px;
    background: linear-gradient(140deg, #edf5ff, #f7f2ff);
    display: grid;
    place-items: center;
}

.phase-one-demo-preview img {
    width: auto;
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(15, 23, 42, 0.16));
}

.phase-one-demo-body {
    padding: 14px;
}

.phase-one-template-badge {
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 999px;
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.1);
    font-weight: 700;
    font-size: 0.72rem;
}

.phase-one-demo-meta-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 7px;
}

.phase-one-demo-industry {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #1e429f;
    background: rgba(30, 66, 159, 0.09);
    border-radius: 999px;
    padding: 4px 8px;
}

.phase-one-demo-body h3 {
    margin-bottom: 5px;
    font-size: 0.95rem;
    line-height: 1.2;
    color: #13243a;
}

.phase-one-demo-purpose {
    margin-bottom: 8px;
    font-size: 0.73rem;
    color: #5e7087;
    line-height: 1.35;
}

.phase-one-demo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.phase-one-demo-tag {
    font-size: 0.67rem;
    font-weight: 700;
    color: #35506e;
    background: #eef3f9;
    border-radius: 999px;
    padding: 3px 8px;
}

.phase-one-demo-cta-row {
    display: flex;
    gap: 8px;
}

.phase-one-demo-cta-mini {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #274fbd, #e5007d);
    color: #fff;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.phase-one-demo-cta-mini:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(12, 53, 142, 0.22);
}

.phase-one-demo-cta-mini--ghost {
    background: #fff;
    color: #2458be;
    border-color: rgba(36, 88, 190, 0.45);
}

.phase-one-demo-cta-mini--ghost:hover {
    color: #173c85;
    background: #f1f6ff;
    box-shadow: none;
}

.phase-one-pricing-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.phase-one-pricing-card {
    padding: 20px 20px 18px;
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    animation: phase-one-pricing-float 5.8s ease-in-out infinite;
}

.phase-one-pricing-card.featured {
    border-color: rgba(13, 110, 253, 0.28);
    box-shadow: 0 24px 70px rgba(13, 110, 253, 0.14);
}

.phase-one-pricing-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -48%;
    width: 36%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(13, 110, 253, 0.12), transparent);
    transform: skewX(-18deg);
    animation: phase-one-pricing-highlight 4.8s linear infinite;
    pointer-events: none;
}

.phase-one-pricing-card:nth-child(2) {
    animation-delay: 0.55s;
}

.phase-one-pricing-card:nth-child(3) {
    animation-delay: 1.1s;
}

.phase-one-pricing-card h3 {
    margin-bottom: 6px;
    font-size: 1.02rem;
}

.phase-one-price {
    color: #102033;
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1;
}

.phase-one-pricing-card > p {
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.phase-one-pricing-quick {
    font-size: 0.76rem;
    color: #4f5f77;
    margin-bottom: 12px;
}

.phase-one-pricing-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0d6efd;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1.5px solid rgba(13, 110, 253, 0.28);
    background: #fff;
    transition: all 0.24s ease;
}

.phase-one-pricing-cta:hover {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
    text-decoration: none;
}

@keyframes phase-one-pricing-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes phase-one-pricing-highlight {
    0% {
        left: -48%;
    }
    100% {
        left: 128%;
    }
}

.phase-one-qr-note {
    border-radius: 18px;
    border: 1px dashed rgba(13, 110, 253, 0.35);
    background: rgba(13, 110, 253, 0.06);
    padding: 18px;
}

.phase-one-journey-card {
    border-radius: 18px;
}

.phase-one-score-pill {
    align-self: flex-start;
    min-width: 96px;
    padding: 10px 14px;
    border-radius: 16px;
    text-align: center;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
}

.phase-one-score-pill strong {
    display: block;
    font-size: 1.35rem;
    line-height: 1;
}

.phase-one-score-pill span {
    display: block;
    margin-top: 2px;
    color: #65758b;
    font-size: 0.78rem;
}

.phase-one-journey-progress {
    height: 7px;
    border-radius: 999px;
}

.phase-one-journey {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.phase-one-journey-step {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 16px;
    color: #1f2937;
    background: #f8fafc;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.phase-one-journey-step:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 110, 253, 0.28);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    color: #0d6efd;
}

.phase-one-journey-step.is-done {
    border-color: rgba(25, 135, 84, 0.18);
    background: rgba(25, 135, 84, 0.10);
}

.phase-one-journey-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #e9eef5;
    color: #7a8798;
}

.phase-one-journey-step.is-done .phase-one-journey-icon {
    color: #fff;
    background: #0bbf7a;
}

.phase-one-journey-copy {
    min-width: 0;
}

.phase-one-journey-copy strong,
.phase-one-journey-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phase-one-journey-copy strong {
    font-size: 0.88rem;
    line-height: 1.2;
}

.phase-one-journey-copy small {
    color: #7a8798;
    font-size: 0.75rem;
    margin-top: 3px;
}

.phase-one-about-video-shell {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: 520px;
    border: 1px solid rgba(16, 24, 40, 0.14);
    box-shadow: 0 28px 85px rgba(7, 18, 37, 0.22);
    background: #0f1728;
}

.phase-one-about-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    animation: phaseOneSlowZoom 16s ease-in-out infinite alternate;
}

.phase-one-about-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(3, 11, 24, 0.82) 8%, rgba(4, 34, 71, 0.65) 42%, rgba(7, 113, 94, 0.52) 100%);
}

.phase-one-about-video-content {
    position: relative;
    z-index: 1;
    padding: clamp(28px, 4vw, 52px);
    max-width: 900px;
}

.phase-one-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 9px 16px;
    background: rgba(255, 255, 255, 0.16);
    color: #f5fff5;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 18px;
    backdrop-filter: blur(6px);
}

.phase-one-about-title {
    color: #fff;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 800;
    margin-bottom: 16px;
}

.phase-one-about-title--compact {
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    max-width: 760px;
}

.phase-one-about-copy {
    color: rgba(236, 247, 255, 0.95);
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 780px;
    margin-bottom: 24px;
}

.phase-one-about-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.phase-one-about-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #eaf3ff;
    background: rgba(8, 21, 44, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 11px 14px;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.phase-one-about-chip i {
    color: #6fffd2;
}

.phase-one-about-metric-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.phase-one-about-metric {
    border-radius: 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
}

.phase-one-about-metric strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 4px;
}

.phase-one-about-metric span {
    color: rgba(223, 241, 255, 0.9);
    font-size: 0.88rem;
}

@keyframes phaseOneSlowZoom {
    from {
        transform: scale(1.06);
    }

    to {
        transform: scale(1.12);
    }
}

@media (max-width: 1199px) {
    .phase-one-card-grid,
    .phase-one-demo-grid,
    .phase-one-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .phase-one-feature-analysis,
    .phase-one-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .phase-one-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .phase-one-workflow,
    .phase-one-workflow-v2,
    .phase-one-pricing-matrix,
    .phase-one-journey {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .phase-one-about-industry-grid,
    .phase-one-about-metric-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .phase-one-stat-grid,
    .phase-one-card-grid,
    .phase-one-demo-grid,
    .phase-one-feature-analysis,
    .phase-one-feature-grid,
    .phase-one-pillars,
    .phase-one-workflow,
    .phase-one-workflow-v2,
    .phase-one-pricing-matrix,
    .phase-one-journey {
        grid-template-columns: 1fr;
    }

    .phase-one-section {
        padding: 60px 0;
    }

    .phase-one-about-video-shell {
        min-height: 620px;
        border-radius: 24px;
    }

    .phase-one-about-video-content {
        padding: 22px;
    }

    .phase-one-about-copy {
        font-size: 1rem;
    }

    .phase-one-hero-slider {
        min-height: auto;
    }

    .phase-one-slide-artwork {
        min-height: auto;
    }

    .phase-one-about-industry-grid,
    .phase-one-about-metric-row {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .phase-one-about-video {
        animation: none;
    }
}
/* =============================================
   FLOATING CHAT BUTTON + LEAD POPUP
   ============================================= */

/* FAB button */
.phase-one-chat-fab {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 20px;
    font-size: 1.05rem;
    font-weight: 700;
    box-shadow: 0 8px 28px rgba(13, 110, 253, 0.38);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.phase-one-chat-fab:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(13, 110, 253, 0.46);
}

.phase-one-chat-fab.is-active {
    background: linear-gradient(135deg, #0b5ed7, #198754);
}

.phase-one-chat-fab i {
    font-size: 1.2rem;
}

.phase-one-chat-fab-label {
    font-size: 0.85rem;
    letter-spacing: 0.01em;
}

/* Overlay */
.phase-one-chat-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1049;
    background: rgba(16, 32, 51, 0.35);
    backdrop-filter: blur(2px);
}

.phase-one-chat-overlay.is-open {
    display: block;
}

/* Popup panel */
.phase-one-chat-popup {
    position: fixed;
    bottom: 90px;
    right: 28px;
    z-index: 1051;
    width: 360px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 64px rgba(16, 32, 51, 0.22);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(16px) scale(0.97);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
}

.phase-one-chat-popup.is-open {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}

/* Header */
.phase-one-chat-popup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    color: #fff;
}

.phase-one-chat-popup-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.phase-one-chat-popup-title {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.phase-one-chat-popup-sub {
    font-size: 0.72rem;
    opacity: 0.85;
    margin-top: 2px;
}

.phase-one-chat-popup-close {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.18);
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: background 0.15s;
}

.phase-one-chat-popup-close:hover {
    background: rgba(255, 255, 255, 0.32);
}

/* Body */
.phase-one-chat-popup-body {
    padding: 16px 18px 20px;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

/* WhatsApp strip */
.phase-one-chat-wa-strip {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.phase-one-chat-wa-btn,
.phase-one-chat-wa-channel {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 12px;
    text-decoration: none;
    transition: opacity 0.15s;
    flex: 1;
    justify-content: center;
}

.phase-one-chat-wa-btn {
    background: #25d366;
    color: #fff;
}

.phase-one-chat-wa-channel {
    background: rgba(37, 211, 102, 0.12);
    color: #128c50;
    border: 1px solid rgba(37, 211, 102, 0.3);
}

.phase-one-chat-wa-btn:hover,
.phase-one-chat-wa-channel:hover {
    opacity: 0.88;
    color: inherit;
    text-decoration: none;
}

/* Divider */
.phase-one-chat-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 0.7rem;
    color: #a0aec0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.phase-one-chat-divider::before,
.phase-one-chat-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e8eef4;
}

/* Captcha row */
.phase-one-chat-captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f4f8ff;
    border-radius: 10px;
    padding: 8px 12px;
    border: 1px solid #dbeafe;
}

.phase-one-captcha-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1d4ed8;
    white-space: nowrap;
    flex: 1;
}

.phase-one-captcha-input {
    width: 80px !important;
    flex-shrink: 0;
    text-align: center;
}

@media (max-width: 480px) {
    .phase-one-chat-popup {
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 22px 22px 0 0;
    }

    .phase-one-chat-fab-label {
        display: none;
    }

    .phase-one-chat-fab {
        bottom: 20px;
        right: 20px;
        padding: 14px;
        border-radius: 50%;
    }
}

/* Compact frontend footer */
.phase-one-compact-footer {
    background: #f8f8f8;
    border-top: 1px solid rgba(0, 40, 121, 0.08);
    padding: 14px 0;
}

.phase-one-compact-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.phase-one-compact-footer-links,
.phase-one-compact-footer-address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 18px;
}

.phase-one-compact-footer a,
.phase-one-compact-footer span {
    color: #172033;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.phase-one-compact-footer a:hover,
.phase-one-compact-footer a.active {
    color: #002879;
}

.phase-one-compact-footer i {
    color: #002879;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .phase-one-compact-footer-inner,
    .phase-one-compact-footer-links,
    .phase-one-compact-footer-address {
        justify-content: center;
        text-align: center;
    }
}

/* Meetupcard logo-aligned theme overrides */
:root {
    --meetup-cyan: #13c6e9;
    --meetup-blue: #003e9c;
    --meetup-navy: #001b72;
    --meetup-magenta: #ff0068;
    --meetup-ink: #101a36;
}

.btn-primary,
.header .nav-btn,
.phase-one-chat-fab,
.phase-one-chat-popup-header {
    background: linear-gradient(135deg, var(--meetup-blue), var(--meetup-magenta)) !important;
    border-color: var(--meetup-blue) !important;
    color: #fff !important;
}

.btn-primary:hover,
.header .nav-btn:hover,
.phase-one-chat-fab:hover {
    background: linear-gradient(135deg, var(--meetup-navy), var(--meetup-magenta)) !important;
    border-color: var(--meetup-navy) !important;
    color: #fff !important;
}

.btn-outline-primary {
    border-color: var(--meetup-blue) !important;
    color: var(--meetup-blue) !important;
}

.btn-outline-primary:hover {
    background: var(--meetup-blue) !important;
    color: #fff !important;
}

.btn-outline-success,
.btn-success {
    border-color: var(--meetup-magenta) !important;
    color: var(--meetup-magenta) !important;
}

.btn-success,
.btn-outline-success:hover {
    background: var(--meetup-magenta) !important;
    color: #fff !important;
}

.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link.active {
    color: var(--meetup-magenta) !important;
}

.phase-one-hero {
    background:
        radial-gradient(circle at 12% 10%, rgba(19, 198, 233, 0.22), transparent 28rem),
        radial-gradient(circle at 88% 8%, rgba(255, 0, 104, 0.13), transparent 23rem),
        linear-gradient(135deg, #f8fdff 0%, #ffffff 52%, #f3f8ff 100%);
}

.phase-one-hero:before {
    background: rgba(19, 198, 233, 0.18);
}

.phase-one-hero:after {
    background: rgba(255, 0, 104, 0.12);
}

.phase-one-title,
.phase-one-card-title,
.phase-one-ai-funnel-step strong,
.phase-one-ai-strip-text strong {
    color: var(--meetup-ink) !important;
}

.phase-one-eyebrow {
    background: linear-gradient(135deg, rgba(19, 198, 233, 0.16), rgba(255, 0, 104, 0.10));
    color: var(--meetup-blue);
}

.phase-one-hero-card {
    border-color: rgba(0, 62, 156, 0.13);
    box-shadow: 0 24px 70px rgba(0, 27, 114, 0.13);
}

.phase-one-phone {
    background: linear-gradient(145deg, var(--meetup-navy), var(--meetup-blue));
    box-shadow: 0 30px 80px rgba(0, 27, 114, 0.26);
}

.phase-one-avatar,
.phase-one-avatar--ai {
    background: linear-gradient(135deg, var(--meetup-cyan), var(--meetup-magenta)) !important;
}

.phase-one-hero-indicators [data-bs-target] {
    background-color: rgba(19, 198, 233, 0.34);
}

.phase-one-hero-indicators .active {
    background-color: var(--meetup-magenta);
}

.phase-one-hero-control {
    background: rgba(0, 62, 156, 0.12);
}

.phase-one-ai-funnel-icon.ai-icon-blue {
    background: linear-gradient(135deg, var(--meetup-cyan), var(--meetup-blue));
}

.phase-one-ai-funnel-icon.ai-icon-orange,
.phase-one-ai-funnel-icon.ai-icon-green {
    background: linear-gradient(135deg, var(--meetup-magenta), var(--meetup-blue));
}

.phase-one-ai-strip-icon,
.phase-one-chat-popup-sub,
.phase-one-compact-footer i,
.phase-one-compact-footer a:hover,
.phase-one-compact-footer a.active {
    color: var(--meetup-blue) !important;
}

.phase-one-ai-strip-badge {
    background: var(--meetup-magenta);
}

.phase-one-chat-wa-btn {
    background: linear-gradient(135deg, #25d366, var(--meetup-cyan));
}

.phase-one-chat-wa-channel {
    color: var(--meetup-blue);
    border-color: rgba(19, 198, 233, 0.36);
    background: rgba(19, 198, 233, 0.10);
}

.phase-one-compact-footer {
    border-top-color: rgba(0, 62, 156, 0.10);
}

/* ── HERO ORBIT WHEEL ────────────────────────────────────────── */
.hero-orbit {
    position: relative;
    width: 280px;
    height: 280px;
    margin-bottom: 28px;
}

.hero-orbit-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-orbit-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd 0%, #7c3aed 100%);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.5rem;
    z-index: 3;
    box-shadow: 0 4px 24px rgba(124, 58, 237, 0.38), 0 0 0 10px rgba(13, 110, 253, 0.10);
}

.hero-orbit-pulse-ring {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(13, 110, 253, 0.30);
    animation: heroOrbitPulse 2.6s ease-out infinite;
    pointer-events: none;
}

.hero-orbit-pulse-ring--2 {
    inset: -22px;
    animation-delay: 0.9s;
    border-color: rgba(124, 58, 237, 0.18);
}

.hero-orbit-track {
    position: absolute;
    inset: 0;
    animation: heroOrbitSpin 18s linear infinite;
}

.hero-orbit-node {
    position: absolute;
    width: 48px;
}

.hero-orbit-node-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    animation: heroOrbitCounterSpin 18s linear infinite;
}

.hon-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.05rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.20);
    border: 2.5px solid #fff;
    flex-shrink: 0;
}

.hon-label {
    font-size: 0.62rem;
    font-weight: 700;
    color: #334155;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.02em;
    line-height: 1;
}

@keyframes heroOrbitSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes heroOrbitCounterSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}

@keyframes heroOrbitPulse {
    0%   { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.65); opacity: 0; }
}

@media (max-width: 991.98px) {
    .hero-orbit {
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-orbit-title {
    background: linear-gradient(120deg, #003e9c 0%, #13c6e9 55%, #ff0068 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ──────────────────────────────────────────────────────────────
   PHASE ONE HERO — COMPACT + RESPONSIVE OVERRIDES (v20260528c)
   Goals: keep hero copy + visual on a single screen, improve
   text contrast, scale gracefully from 320px → 1600px.
   ────────────────────────────────────────────────────────────── */

/* Reduce the section's bottom padding override (was 100px utility) */
.phase-one-hero.padding-b-100px {
    padding-top: 110px; /* clear fixed header */
    padding-bottom: 48px;
}

/* Tighter title – readable on a single screen */
.phase-one-title {
    font-size: clamp(1.75rem, 3.4vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

/* Higher-contrast gradient for hero headline */
.hero-orbit-title {
    background: linear-gradient(120deg, #0b1d44 0%, #003e9c 40%, #6d28d9 72%, #ff0068 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* fallback color (kept ink-dark) for browsers that don't support clip */
    color: #0b1d44;
}

/* Eyebrow chip – compact + stronger contrast */
.phase-one-eyebrow {
    padding: 6px 12px;
    margin-bottom: 12px;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    color: #003e9c;
}

/* Subtitle – darker, tighter */
.phase-one-hero .phase-one-section-subtitle {
    color: #475569;
    font-size: 1rem;
    line-height: 1.55;
    margin-top: 12px !important;
    max-width: 560px;
}

/* Process line + badges */
.phase-one-hero .badge.bg-light {
    background: #eef4ff !important;
    color: #003e9c !important;
    border-color: rgba(0, 62, 156, 0.18) !important;
    font-weight: 600;
    font-size: 0.72rem;
    padding: 6px 10px;
}

.phase-one-hero .text-muted {
    color: #64748b !important;
    font-size: 0.92rem;
    line-height: 1.5;
}

/* Smaller, less dominant orbit – stays decorative, not space-hogging.
   NOTE: orbit nodes have hard-coded positions for a 280×280 box, so we
   keep the intrinsic size and only shrink via transform + reclaim
   the empty whitespace around the rotating ring with negative margins. */
.hero-orbit {
    transform: scale(0.78);
    transform-origin: top center;
    margin-top: -18px;
    margin-bottom: -34px;
}

.hero-orbit-hub {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
}

/* Hero card / phone – trim minimum height so right column doesn't push layout */
.phase-one-hero-card {
    padding: 20px;
    border-radius: 22px;
}

.phase-one-hero-slider,
.phase-one-hero-slider .carousel-item {
    min-height: 440px;
}

.phase-one-phone {
    width: min(100%, 320px);
    padding: 14px;
    border-radius: 30px;
}

/* CTA row – tighter top margin */
.phase-one-hero .d-flex.mt-4 {
    margin-top: 18px !important;
}

.phase-one-hero .btn {
    padding: 8px 18px;
    font-weight: 600;
    font-size: 0.92rem;
}

/* ── Responsive: laptops & below ─────────────────────────────── */
@media (max-width: 1199.98px) {
    .phase-one-hero.padding-b-100px {
        padding-top: 96px;
        padding-bottom: 36px;
    }
    .phase-one-title { font-size: clamp(1.6rem, 3vw, 2.4rem); }
    .hero-orbit { transform: scale(0.72); margin-bottom: -50px; }
    .phase-one-hero-slider,
    .phase-one-hero-slider .carousel-item { min-height: 400px; }
}

/* ── Tablets ─────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .phase-one-hero.padding-b-100px {
        padding-top: 90px;
        padding-bottom: 32px;
    }
    .phase-one-title { font-size: clamp(1.5rem, 4.5vw, 2.2rem); text-align: center; }
    .phase-one-hero .phase-one-section-subtitle { margin-left: auto; margin-right: auto; }
    .hero-orbit {
        transform: scale(0.7);
        transform-origin: top center;
        margin-bottom: -60px;
    }
    .phase-one-hero-card { padding: 16px; }
    .phase-one-hero-slider,
    .phase-one-hero-slider .carousel-item { min-height: 360px; }
    .phase-one-phone { width: min(100%, 280px); }
}

/* ── Phones ──────────────────────────────────────────────────── */
@media (max-width: 575.98px) {
    .phase-one-hero.padding-b-100px {
        padding-top: 86px;
        padding-bottom: 24px;
    }
    .phase-one-title { font-size: 1.55rem; line-height: 1.18; }
    .phase-one-hero .phase-one-section-subtitle { font-size: 0.95rem; }
    .phase-one-eyebrow { font-size: 0.72rem; padding: 5px 10px; }
    .hero-orbit { transform: scale(0.62); margin-bottom: -70px; }
    .phase-one-hero-card { padding: 12px; border-radius: 18px; }
    .phase-one-hero-slider,
    .phase-one-hero-slider .carousel-item { min-height: 320px; }
    .phase-one-phone { width: min(100%, 240px); padding: 10px; border-radius: 24px; }
    .phase-one-hero .btn { padding: 7px 14px; font-size: 0.85rem; }
    .phase-one-hero .badge.bg-light { font-size: 0.68rem; padding: 5px 8px; }
}

/* ── Very small phones ───────────────────────────────────────── */
@media (max-width: 359.98px) {
    .phase-one-title { font-size: 1.35rem; }
    .hero-orbit { transform: scale(0.55); margin-bottom: -80px; }
}

/* Prevent overflow from gradient text descenders on Safari */
.phase-one-title,
.hero-orbit-title {
    padding-bottom: 0.08em;
}

/* ──────────────────────────────────────────────────────────────
   PHASE ONE HERO USP — ANIMATED FLOW + CHIPS (v20260528f)
   Goal: turn the static "Create → Share → Capture → Convert → Retain"
   line, badges, and tagline into an animated USP showcase.
   ────────────────────────────────────────────────────────────── */

/* Animated USP subtitle — gentle reveal */
.phase-one-usp-subtitle {
    color: #334155 !important;
    font-weight: 500;
    opacity: 0;
    transform: translateY(8px);
    animation: uspFadeUp 0.7s ease-out 0.1s forwards;
}

/* Container block reveal */
.phase-one-usp-block {
    opacity: 0;
    transform: translateY(10px);
    animation: uspFadeUp 0.7s ease-out 0.25s forwards;
}

/* ── Flow line: Create → Share → Capture → Convert → Retain ── */
.phase-one-usp-flow {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    font-size: 1rem;
    letter-spacing: 0.01em;
    background: linear-gradient(120deg, rgba(19, 198, 233, 0.08), rgba(255, 0, 104, 0.06));
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 62, 156, 0.10);
}

.phase-one-usp-step {
    position: relative;
    display: inline-block;
    color: #003e9c;
    font-weight: 700;
    background: linear-gradient(120deg, #003e9c, #6d28d9 55%, #ff0068);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0;
    transform: translateY(6px) scale(0.94);
    animation: uspStepIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: calc(0.45s + var(--usp-i, 0) * 0.18s);
}

.phase-one-usp-step::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #13c6e9, #ff0068);
    transform: scaleX(0);
    transform-origin: left center;
    animation: uspUnderline 0.5s ease-out forwards;
    animation-delay: calc(0.6s + var(--usp-i, 0) * 0.18s);
}

.phase-one-usp-arrow {
    color: #94a3b8;
    font-weight: 700;
    opacity: 0;
    animation: uspArrowSlide 0.5s ease-out forwards;
    animation-delay: calc(0.55s + var(--usp-i, 0) * 0.18s);
}

/* ── Chips row ───────────────────────────────────────────────── */
.phase-one-usp-chips {
    margin-top: 4px;
}

.phase-one-hero .phase-one-usp-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff !important;
    color: #003e9c !important;
    border: 1px solid rgba(0, 62, 156, 0.20) !important;
    font-weight: 600;
    font-size: 0.74rem;
    padding: 7px 12px;
    box-shadow: 0 4px 14px rgba(0, 27, 114, 0.06);
    opacity: 0;
    transform: translateY(8px);
    animation: uspChipPop 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: calc(0.9s + var(--chip-i, 0) * 0.12s);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
    position: relative;
    overflow: hidden;
}

.phase-one-hero .phase-one-usp-chip i {
    color: #ff0068;
    font-size: 0.8rem;
}

.phase-one-hero .phase-one-usp-chip:hover {
    transform: translateY(-3px);
    color: #fff !important;
    background: linear-gradient(120deg, #003e9c, #6d28d9 60%, #ff0068) !important;
    border-color: transparent !important;
    box-shadow: 0 10px 24px rgba(255, 0, 104, 0.22);
}

.phase-one-hero .phase-one-usp-chip:hover i {
    color: #fff;
}

/* Subtle shine sweep across each chip on a rolling delay */
.phase-one-hero .phase-one-usp-chip::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    transform: skewX(-18deg);
    animation: uspChipShine 5.5s ease-in-out infinite;
    animation-delay: calc(2s + var(--chip-i, 0) * 0.4s);
    pointer-events: none;
}

/* ── Tagline with live pulse dot ─────────────────────────────── */
.phase-one-usp-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(8px);
    animation: uspFadeUp 0.7s ease-out 1.45s forwards;
}

.phase-one-usp-tag strong {
    color: #003e9c;
    background: linear-gradient(120deg, #003e9c, #ff0068);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.phase-one-usp-pulse {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
    animation: uspLivePulse 1.8s ease-out infinite;
}

.phase-one-usp-pulse::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1.5px solid rgba(34, 197, 94, 0.35);
    animation: uspLiveRing 1.8s ease-out infinite;
}

/* ── Keyframes ───────────────────────────────────────────────── */
@keyframes uspFadeUp {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes uspStepIn {
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes uspUnderline {
    to { transform: scaleX(1); }
}

@keyframes uspArrowSlide {
    from { opacity: 0; transform: translateX(-4px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes uspChipPop {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes uspChipShine {
    0%   { left: -120%; }
    55%  { left: 130%; }
    100% { left: 130%; }
}

@keyframes uspLivePulse {
    0%   { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
    70%  { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes uspLiveRing {
    0%   { transform: scale(0.7); opacity: 0.8; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .phase-one-usp-subtitle,
    .phase-one-usp-block,
    .phase-one-usp-step,
    .phase-one-usp-arrow,
    .phase-one-usp-chip,
    .phase-one-usp-tag {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    .phase-one-usp-step::after { transform: scaleX(1); animation: none; }
    .phase-one-usp-pulse,
    .phase-one-usp-pulse::after,
    .phase-one-usp-chip::before { animation: none !important; }
}

/* Responsive sizing for the USP block */
@media (max-width: 991.98px) {
    .phase-one-usp-flow { justify-content: center; font-size: 0.92rem; }
    .phase-one-usp-tag  { justify-content: center; }
}

@media (max-width: 575.98px) {
    .phase-one-usp-flow {
        font-size: 0.82rem;
        padding: 6px 10px;
        gap: 4px 6px;
    }
    .phase-one-hero .phase-one-usp-chip { font-size: 0.68rem; padding: 6px 10px; }
    .phase-one-usp-tag { font-size: 0.82rem; }
}

/* ──────────────────────────────────────────────────────────────
   PHASE ONE PRICING TABS (Monthly / Yearly / Unlimited)
   ────────────────────────────────────────────────────────────── */
.phase-one-pricing-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px;
    margin: 0 auto 24px;
    background: #f1f5fb;
    border: 1px solid rgba(0, 62, 156, 0.10);
    border-radius: 999px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.phase-one-pricing-tabs .nav-item { list-style: none; }

.phase-one-pricing-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: #475569;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.phase-one-pricing-tabs .nav-link i {
    font-size: 0.95rem;
    color: #94a3b8;
    transition: color 0.25s ease, transform 0.25s ease;
}

.phase-one-pricing-tabs .nav-link:hover {
    color: #003e9c;
}
.phase-one-pricing-tabs .nav-link:hover i {
    color: #003e9c;
    transform: translateY(-1px);
}

.phase-one-pricing-tabs .nav-link.active {
    background: linear-gradient(120deg, #003e9c, #6d28d9 60%, #ff0068);
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(255, 0, 104, 0.22), 0 2px 6px rgba(0, 62, 156, 0.18);
    transform: translateY(-1px);
}
.phase-one-pricing-tabs .nav-link.active i { color: #fff; }

.phase-one-pricing-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(0, 62, 156, 0.10);
    color: #003e9c;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.phase-one-pricing-tabs .nav-link.active .phase-one-pricing-tab-count {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.phase-one-pricing-tagline {
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 24px !important;
}

.phase-one-pricing-tagline::before,
.phase-one-pricing-tagline::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #cbd5e1);
    vertical-align: middle;
    margin: 0 12px;
}
.phase-one-pricing-tagline::after {
    background: linear-gradient(90deg, #cbd5e1, transparent);
}

/* Pane transition – smooth fade between tabs */
.phase-one-pricing-panes .tab-pane {
    transition: opacity 0.35s ease;
}

.phase-one-pricing-panes .tab-pane.fade.show.active .phase-one-pricing-card,
.phase-one-pricing-panes .tab-pane.fade.show.active .pricing-plan-card {
    animation: pricingCardEnter 0.55s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.phase-one-pricing-panes .tab-pane.fade.show.active .phase-one-pricing-card:nth-child(1) { animation-delay: 0.05s; }
.phase-one-pricing-panes .tab-pane.fade.show.active .phase-one-pricing-card:nth-child(2) { animation-delay: 0.18s; }
.phase-one-pricing-panes .tab-pane.fade.show.active .phase-one-pricing-card:nth-child(3) { animation-delay: 0.31s; }
.phase-one-pricing-panes .tab-pane.fade.show.active .phase-one-pricing-card:nth-child(4) { animation-delay: 0.44s; }

@keyframes pricingCardEnter {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

.phase-one-price-cycle {
    display: inline-block;
    margin-left: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #64748b;
}

.phase-one-pricing-empty {
    background: linear-gradient(145deg, #f8fbff, #ffffff);
    border: 1px dashed rgba(0, 62, 156, 0.20);
    border-radius: 18px;
}

.phase-one-pricing-empty-icon {
    font-size: 2.4rem;
    color: #94a3b8;
    background: rgba(0, 62, 156, 0.06);
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
    .phase-one-pricing-panes .tab-pane.fade.show.active .phase-one-pricing-card,
    .phase-one-pricing-panes .tab-pane.fade.show.active .pricing-plan-card {
        animation: none;
    }
}

@media (max-width: 575.98px) {
    .phase-one-pricing-tabs {
        width: 100%;
        justify-content: stretch;
        border-radius: 16px;
    }
    .phase-one-pricing-tabs .nav-item { flex: 1 1 auto; }
    .phase-one-pricing-tabs .nav-link {
        width: 100%;
        justify-content: center;
        padding: 9px 10px;
        font-size: 0.82rem;
    }
    .phase-one-pricing-tabs .nav-link .phase-one-pricing-tab-count { display: none; }
    .phase-one-pricing-tabs .nav-link i { font-size: 0.9rem; }
    .phase-one-pricing-tagline::before,
    .phase-one-pricing-tagline::after { width: 14px; margin: 0 6px; }
}


