:root {
    --bb-bg: #12012c;
    --bb-dark: #190041;
    --bb-body: #ffffff;
    --bb-muted: #cecbd4;
    --bb-surface: #f2f6ff;
    --bb-card: rgba(255, 255, 255, 0.95);
    --bb-secondary: #ff3c69;
    --bb-accent: #3bb581;
    --bb-purple: #632dba;
    --bb-purple-deep: #4c26ad;
    --bb-purple-light: #5b32d1;
    --bb-yellow: #ffcd00;
    --bb-success: #2faa6c;
    --bb-text-dark: #190041;
    --bb-muted-text: rgba(206, 203, 212, 0.7);
    --bb-surface-alt: #ede1fe;
    --bb-bg-soft: rgba(255, 255, 255, 0.08);
    --bb-border: rgba(255, 255, 255, 0.16);
}

.bookingbee-landing-page {
    position: relative;
    overflow: hidden;
}

.landing-hero {
    background-color: var(--bb-bg);
    padding: 20px 0 70px;
    position: relative;
    background-image: url('../images/landing-page/head-bg.png');
    background-size: cover;
    background-position: center;
}

.landing-hero-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 40px;
    align-items: center;
}

.landing-hero-copy-col {
    z-index: 1;
}

h1 {
    letter-spacing: -0.02em;
    max-width: 680px;
    margin: 0 0 28px;
    color: var(--bb-body);
}

.landing-hero-headline {
    margin-top: 28px;
}

.landing-hero-headline .landing-highlight-pink,
.highlight-pink {
    color: var(--bb-secondary);
}

.landing-hero-headline .landing-highlight-green,
.highlight-green {
    color: var(--bb-accent);
}

.landing-hero-headline .landing-highlight-yellow,
.highlight-yellow {
    color: #FFB600;
}

.landing-hero-headline .landing-highlight-red,
.highlight-red {
    color: #FF3C69;
}

.landing-hero-text {
    font-family: "Gotham-Book", sans-serif;
    max-width: 580px;
    margin: 0 0 38px;
    color: #fff;
}

.landing-hero-subtitle-chip {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 16px;
    color: #FDC700;
    border: 1px solid #FDC7004D;
    background: #FDC70026;
    padding: 6px 16px 6px 32px;
    border-radius: 30px;
    position: relative;
}

.landing-hero-subtitle-chip:before {
    content: '';
    background: #FDC700;
    width: 12px;
    height: 12px;
    top: 51%;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 12px;
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 36px;
}

.landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    border-radius: 16px;
    padding: 0 32px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.landing-btn:hover {
    transform: translateY(-1px);
}

.landing-btn.landing-btn-primary :hover {
    color: #ffffff !important;
}

.landing-btn-primary {
    color: #ffffff !important;
    background: linear-gradient(90deg, #6e42da 0%, #4c26ad 100%);
    border: 1px solid var(--bb-dark);
    box-shadow: 0 18px 40px rgba(76, 38, 173, 0.2);
}

.landing-btn-primary.btn-yellow {
    border: 1px solid #190041;
    background:  #FFCD00;
    box-shadow: 0 18px 40px 0 rgba(76, 38, 173, 0.20);
    color: #11002B !important;
}

.landing-btn-secondary {
    /* color: var(--bb-dark); */
    color: #fff !important;
    /* background: #ffffff; */
    position: relative;
    padding-right: 70px;
    border: var(--stroke-weight-1, 1px) solid #190041;
background: #632DBA;
}

/* .landing-btn-secondary .landing-btn-icon {
    display: inline-block;
    margin-left: 12px;
    object-fit: contain;
    position: absolute;
    right: 2px;
    width: 50px;
    height: 50px;
} */

.landing-btn-secondary .icon-btn {
    background: #FCE9FF;
    width: 52px;
    height: 52px;
    padding: 8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
}

.landing-btn-secondary .icon-btn svg {
    width: 30px;
    height: 25px;
}

.landing-btn-secondary:hover span.icon-btn {
    background: #632DBA;
}

.landing-btn-secondary:hover span.icon-btn svg path {
    fill: white;
}

.landing-btn-secondary:hover span.icon-btn svg {
    transform: rotate(45deg);
    transition: 180ms ease;
}

.landing-feature-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.landing-feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 2px;
    font-family: "Gotham-Book", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
	
	display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 36px;
    border: 0.5px solid #8B5CF6;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.landing-feature-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bb-body);
}

.landing-hero-visual-col {
    position: relative;
}

.hero-visual-stage {
    position: relative;
    min-height: 820px;
    max-width: 585px;
    margin: 0 auto;
}

.landing-hero-image-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.landing-hero-image-slider .landing-hero-slide {
    width: 100%;
    display: flex;
    justify-content: center;
}

.landing-hero-image-slider .landing-hero-visual {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    object-fit: contain;
    max-height: 680px;
}

.landing-hero-image-slider .tns-item {
    width: 100% !important;
}

.hero-visual-figure {
    position: relative;
    width: 100%;
    height: 704px;
    margin: 0 auto;
}

.hero-ring {
    position: absolute;
    width: 520px;
    height: 520px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-ring img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-avatar-wrap {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 376px;
    height: 376px;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.hero-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-stat-card {
    position: absolute;
    width: 180px;
    padding: 18px 20px;
    border-radius: 34px;
    background: #f2f6ff;
    border: 4px solid #ffffff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.hero-stat-card .stat-value {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Gilroy-Black", "Gilroy-Bold", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #632dba;
    margin-bottom: 8px;
}

.hero-stat-card .stat-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
}

.hero-stat-card .stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-stat-card .stat-label {
    font-family: "Gotham-Book", sans-serif;
    font-size: 9px;
    line-height: 14px;
    color: #160439;
}

.hero-stat-card.roi {
    top: 40%;
    right: -26px;
}

.hero-stat-card.calls {
    top: 17%;
    right: -12px;
}

.hero-stat-card.value {
    top: 23%;
    left: -14px;
}

.hero-testimonial-static {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.hero-testimonial-card {
    position: relative;
    margin: 0 auto;
    width: min(620px, 100%);
    background: #3d295f;
    border-radius: 36px;
    padding: 52px 42px 48px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.testimonial-quote-img {
    width: 34px;
    display: block;
    margin-bottom: 28px;
}

.testimonial-quote-img.quote-start {
    position: static;
}

.testimonial-quote-img.quote-end {
    position: absolute;
    width: 34px;
    right: 28px;
    bottom: 24px;
    margin: 0;
}

.testimonial-copy {
    font-family: "Gotham-Book", sans-serif;
    font-size: 15px;
    line-height: 32px;
    color: #f6f2fb;
    margin: 0;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 24px 0 18px;
}

.testimonial-logo {
    width: 86px;
    min-width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-logo img {
    width: 70%;
    height: auto;
    display: block;
}

.testimonial-stars {
    display: flex;
    gap: 8px;
}

.testimonial-stars img {
    width: 18px;
    height: 18px;
    display: block;
}

.testimonial-author {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin: 0;
}

.testimonial-place {
    font-family: "Gotham-BookItalic", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(206, 203, 212, 0.7);
    margin: 4px 0 0;
}

.trusted-by-section {
    background: #ffffff;
    padding-bottom: 40px;
}

.trusted-by-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.trusted-by-heading h2 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 36px;
    line-height: normal;
    letter-spacing: -0.01em;
    color: #190041;
    text-align: center;
    margin: 0;
    max-width: 920px;
}

.trusted-by-logos-frame {
    position: relative;
    width: 100%;
    max-width: 1220px;
    overflow: hidden;
}

.trusted-by-logos-track {
    display: flex;
    width: max-content;
    animation: bb-marquee 26s linear infinite;
    padding: 6px 0;
}

.trusted-by-logos-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    min-width: max-content;
    padding: 0 24px;
}

.trusted-by-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.trusted-by-logos-track:hover {
    animation-play-state: paused;
}

.trusted-by-logos::-webkit-scrollbar {
    display: none;
}

.trusted-by-logos {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@keyframes bb-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.trusted-by-logo {
    height: 60px;
    max-height: 60px;
    width: auto;
    max-width: 180px;
    display: block;
    object-fit: contain;
    opacity: 0.95;
}

.trusted-by-logo-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
    z-index: 1;
}

.trusted-by-fade-left {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.trusted-by-fade-right {
    right: 0;
    background: linear-gradient(
        270deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.trusted-by-integrations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 6px;
}

.trusted-by-integrations-label {
    font-family: "Gotham-Book", sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: var(--bb-text-dark);
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.trusted-by-separator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bb-text-dark);
    display: inline-block;
}

.how-it-works-section {
    background: #11002b;
    position: relative;
    overflow: hidden;
}

.how-it-works-heading h2 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 48px;
    /* line-height: 64px; */
    color: #ffffff;
    text-align: center;
    margin: 0 auto 48px;
}

.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 42px;
}

.step-card {
    display: flex;
    flex-direction: column;
    min-height: 460px;
    padding: 32px 28px;
    border-radius: 28px;
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    border: 1px solid;
    border-image-source: radial-gradient(100% 116.45% at 0% 0%, #190041 0%, rgba(25, 0, 65, 0.25) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    background: #3D295F;
    /* box-shadow: 0 26px 80px rgba(0, 0, 0, 0.18); */
    backdrop-filter: blur(4px);
    box-shadow: 5px 5px 30px 0px #00000040; 
}

/* .step-card:nth-child(2) {
    background: rgba(64, 32, 121, 0.95);
}

.step-card:nth-child(3) {
    background: rgba(56, 31, 100, 0.95);
} */

.step-card:hover {
    background: #632DBA;
    backdrop-filter: none;
}

.step-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #190041;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 18px;
    width: max-content;
}

.step-card h3 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    margin: 0 0 12px;
}

.step-card p {
    font-family: "Gotham-Book", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #cecbd4;
    margin: 0 0 28px;
    max-width: 100%;
}

.step-card-visual {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
}

.step-card-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    max-width: 100%;
    max-height: 264px;
    object-fit: contain;
}

.step-ui-shell {
    width: 100%;
    max-width: 372px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 36px;
    padding: 24px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.step-ui-header {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.step-ui-header span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
}

.step-ui-content {
    display: grid;
    gap: 14px;
}

.step-ui-line {
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.step-ui-line.short {
    width: 45%;
}

.step-ui-button {
    width: fit-content;
    padding: 14px 20px;
    border-radius: 22px;
    background: #ffffff;
    color: #190041;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
}

.wrap {
    margin: 24px auto 0 12%;
    position: relative;
}

.wrap svg {
    position: absolute;
    top: -33px;
    right: -60px;
}

.integration-ring {
    width: min(320px, 100%);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: radial-gradient(
        circle at 45% 35%,
        rgba(255, 255, 255, 0.16),
        rgba(255, 255, 255, 0.02) 50%
    );
    position: relative;
    display: grid;
    place-items: center;
    padding: 28px;
}

.integration-ring::before {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.18);
}

.integration-node {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    font-family: "Gotham-Book", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #190041;
    background: #ffffff;
    min-width: 92px;
    text-align: center;
}

.integration-node.center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 110px;
    font-weight: 700;
}

.integration-node.top {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}

.integration-node.left {
    left: 8%;
    top: 45%;
    transform: translateY(-50%);
}

.integration-node.right {
    right: 8%;
    top: 45%;
    transform: translateY(-50%);
}

.integration-node.bottom {
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

.step-visual-toggles {
    width: 100%;
    max-width: 360px;
    display: grid;
    gap: 14px;
    margin: 0 auto;
}

.toggle-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
}

.toggle-item span {
    display: block;
    font-family: "Gotham-Book", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}

.toggle-switch {
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    position: relative;
    flex-shrink: 0;
}

.toggle-switch::after {
    content: "";
    position: absolute;
    inset: 2px auto 2px 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 160ms ease;
}

.toggle-item.active .toggle-switch {
    background: var(--bb-success);
}

.toggle-item.active .toggle-switch::after {
    transform: translateX(20px);
}

.landing-cta-panel {
    display: grid;
    grid-template-columns: minmax(280px, 1.2fr) minmax(280px, 1fr);
    gap: 24px;
    padding: 24px 40px;
    border-radius: 30px;
    overflow: hidden;
    background: var(--bb-purple);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.2);
}

.landing-cta-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.landing-cta-eyebrow {
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 56px;
    line-height: 60px;
    margin: 0;
    color: #ffffff;
}

.landing-cta-eyebrow span {
    color: var(--bb-yellow);
}

.landing-cta-copy h3 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 36px;
    margin: 0;
    color: #ffffff;
    max-width: 520px;
}

.landing-cta-btn {
    width: fit-content;
    border-radius: 12px;
    border: 1px solid var(--bb-yellow);
    background: var(--bb-yellow);
    min-height: 48px;
    padding: 8px 20px;
    color: #212529 !important;
    font-family: "Gilroy-SemiBold", sans-serif;
    box-shadow:
        0 4px 6px 0 rgba(0, 0, 0, 0.1),
        0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.landing-cta-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.landing-cta-visual img {
    max-width: 400px;
}

/* AI Call Demo Section - Mobile Only */

.ai-call-demo-section {
    display: none;
    /* padding: 60px 0; */
    background: var(--bb-surface);
}

.ai-call-demo-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
    text-align: center;
}

.ai-demo-badge {
    display: inline-block;
    background: var(--bb-yellow);
    color: var(--bb-text-dark);
    padding: 6px 16px;
    border-radius: 999px;
    /* font-family: "Gilroy-SemiBold", sans-serif; */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: normal;
}

.ai-demo-title {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 26px;
    line-height: 40px;
    color: var(--bb-text-dark);
    margin: 0;
    max-width: 325px;
}

.ai-demo-subtitle {
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #6b6480;
    margin: 0;
    max-width: 300px;
}

.ai-call-demo-card {
    background: var(--bb-body);
    border-radius: 24px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: 0 12px 20px rgba(91, 51, 217, 0.12);
    /* max-width: 400px; */
    margin: 0 auto;
}

.ai-play-button {
    width: 96px;
    height: 96px;
    border-radius: 999px;
    background: var(--bb-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 15px rgba(124, 58, 237, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ai-play-button:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 20px rgba(124, 58, 237, 0.6);
}

.ai-play-button svg {
    margin-left: 4px;
}

.ai-demo-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ai-demo-info-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-demo-info-row span {
    font-family: "Gotham-Book", sans-serif;
    font-size: 15px;
    color: var(--bb-text-dark);
    font-weight: 600;
}

.ai-demo-duration {
    font-family: "Gotham-Book", sans-serif;
    font-size: 13px;
    color: rgba(62, 41, 96, 0.7);
    margin: 0;
}

.ai-waveform-container {
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    padding-inline: 20px;
}

.ai-timeline-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-inline: 20px;
}

.timeline-labels {
    display: flex;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    font-size: 8px;
    color: rgba(62, 41, 96, 0.7);
    line-height: normal;
}

.timeline-bar {
    position: relative;
    height: 4px;
    background: #f0f0f0;
    border-radius: 2px;
    /* overflow: hidden; */
    cursor: pointer;
}

.timeline-progress {
    height: 100%;
    background: var(--bb-purple);
    width: 0;
    border-radius: 2px;
}


.timeline-handle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--bb-purple);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(99, 45, 186, 0.3);
    transition: box-shadow 0.2s ease, width 0.2s ease, height 0.2s ease;
    border: 1px solid #11002B;
}

.timeline-handle:hover {
    width: 14px;
    height: 14px;
    box-shadow: 0 2px 12px rgba(99, 45, 186, 0.5);
}

.ai-transcript-section {
    width: 100%;
    border-top: 0.8px solid #f1ecfb;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-inline: 12px;
}

.transcript-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.transcript-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ef4444;
    border-radius: 50%;
    opacity: 0.5;
}

.transcript-header p {
    font-family: "Gotham-Book", sans-serif;
    font-size: 13px;
    color: var(--bb-text-dark);
    margin: 0;
    font-weight: 600;
}

.transcript-messages {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

.transcript-message {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.transcript-message.ai-message {
    justify-content: flex-start;
}

.transcript-message.customer-message {
    justify-content: flex-end;
}

.transcript-message.customer-message:first-child {
    opacity: 1;
}

.message-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.message-avatar.ai-avatar {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

.message-avatar.customer-avatar {
    background: #1a1033;
}

.message-bubble {
    background: #f6f3fc;
    border-radius: 16px;
    padding: 10px 16px;
    /* flex-shrink: 0; */
    max-width: 265px;    
    gap: 2px;
    display: flex;
    flex-direction: column;
}

.transcript-message.ai-message .message-bubble {
    border-bottom-left-radius: 4px;
}

.transcript-message.customer-message .message-bubble {
    border-bottom-right-radius: 4px;
}

.transcript-message.customer-message .message-bubble {
    background: var(--bb-purple);
}

.message-sender {
    font-family: "Gotham-Book", sans-serif;
    font-size: 11px;
    color: var(--bb-text-dark);
    opacity: 0.7;
    margin: 0 0 2px;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-time {
    font-size: 10px;
    opacity: 0.5;
    margin-left: 8px;
}

.transcript-message.customer-message .message-sender {
    color: white;
}

.message-text {
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: var(--bb-text-dark);
    margin: 0;
}

.transcript-message.customer-message .message-text {
    color: white;
}

/* Audio Player Message Animations */

.transcript-message {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.transcript-message.visible {
    opacity: 1;
}

.transcript-message.highlighted {
    animation: messagePulse 0.3s ease-out;
}

@keyframes messagePulse {
    0% {
        transform: scale(0.98);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Play Button States */

.ai-play-button {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.ai-play-button:hover {
    box-shadow: 0 0 0 8px rgba(99, 45, 186, 0.1);
}

.ai-play-button .play-icon,
.ai-play-button .pause-icon {
    transition: opacity 0.3s ease;
}

.ai-play-button.playing .play-icon {
    display: none !important;
}

.ai-play-button.playing .pause-icon {
    display: block !important;
}

/* Pricing Section - Mobile Only */

.pricing-section-mobile {
    display: none;
    padding: 20px 0;
    /* background: var(--bb-surface); */
    /* background: var(--bb-body); */
}

.ddss-page .pricing-section-mobile {
    background: transparent;
    padding: 70px 0 0;
    display: block;
}

.ddss-page .pricing-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 24px;
}

.ddss-page .pricing-subtitle {
    max-width: 100%;
}

.ddss-page .pricing-subtitle span {
    background: rgb(255 100 77 / 10%);
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
    color: #FF7D6B;
        position: relative;
}

.ddss-page .pricing-subtitle svg {
    position: absolute;
    top: -17px;
    left: -4px;
}

.offer-till {
 color: #3C295E;
    font-size: 16px;
font-style: italic;
font-weight: 700;
line-height: 26px;
    padding-top: 12px;
    text-align: center;
    display: block;
}

.pricing-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
        padding-top: 24px;
}

.pricing-grid .pricing-card {
    width: 100%;
    max-width: 360px;
}

.ddss-page  .plan-features {
gap: 4px;
}

/* Comparison Table - Mobile Only */

.comparison-table-section-mobile {
    display: none;
}
.comparison-heading  h2 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 26px;
    line-height: 32px;
    color: var(--bb-text-dark);
    margin: 0;
    text-align: center;
    margin-bottom: 24px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 20px;
}

.pricing-title {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 26px;
    line-height: 31.2px;
    color: var(--bb-text-dark);
    margin: 0 0 12px;
}

.pricing-subtitle {
    font-family: "Gotham-Book", sans-serif;
    font-size: 16px;
    line-height: 28px;
    /* color: #3c295e; */
    color: rgba(62, 41, 96, 0.70);
    margin: 0;
    max-width: 310px;
    margin: 0 auto;
}

.explore-plans-card {
    background: linear-gradient(135deg, #3bb17f 0%, #35a06f 100%);
    border-radius: 30px;
    padding: 40px 0 0;
    margin-bottom: 24px;
    position: relative;
    overflow: visible;
    min-height: 350px;
}

/* Top Decoration - Plan Illustration */
.explore-top-illustration {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(3deg);
    width: 189px;
    height: 189px;
    z-index: 1;
    pointer-events: none;
}

.explore-top-illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Purple Content Card */
.explore-header {
    background: var(--bb-purple);
    border-radius: 36px;
    padding: 45px 30px;
    box-shadow: 0 20px 50px rgba(25, 0, 65, 0.1);
    position: relative;
    z-index: 0;
    margin-top: 120px;
    min-height: 252px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Badge Icon - Top Left */
.explore-badge-icon {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore-badge-icon svg {
    display: block;
}

/* Main Content - Centered */
.explore-content {
    text-align: center;
    z-index: 3;
    position: relative;
}

.explore-content h3 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: white;
    margin: 0 0 16px;
}

.explore-content p {
    font-family: "Gotham-Book", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #dee2e6;
    margin: 0 0 20px;
}

/* Button */
.explore-btn {
    display: inline-block;
    padding: 12px 24px;
    background: var(--bb-secondary);
    color: white !important;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: auto;
    cursor: pointer;
}

.explore-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 60, 105, 0.3);
    color: white;
}

/* Hand Avatar - Bottom Right */
.explore-hand-avatar {
    position: absolute;
    bottom: -15px;
    right: -38px;
    width: 150px;
    height: 150px;
    z-index: 4;
    pointer-events: none;
}

.explore-hand-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pricing-card {
    background: white;
    border: 2px solid rgba(25, 0, 65, 0.15);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
        margin-bottom: 24px;
}

.plan-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.plan-icon svg {
    width: 100px;
    height: 100px;
}

.plan-header {
    /* text-align: center; */
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    display: flex;
}

.plan-name {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: var(--bb-text-dark);
    margin: 0 0 6px;
}

.plan-description {
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: rgba(62, 41, 96, 0.7);
    margin: 0;
}

.plan-pricing {
    padding: 12px 0 0;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.old-price {
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 24px;
    color: rgba(25, 0, 65, 0.4);
    text-decoration: line-through;
}

.current-price {
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 36px;
    color: var(--bb-purple);
}

.price-note {
    font-family: "Gotham-Book", sans-serif;
    font-size: 12px;
    color: rgba(62, 41, 96, 0.7);
    margin: 0;
}

.plan-feature-highlight {
    background: var(--bb-surface-alt);
    border-radius: 8px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.plan-feature-highlight .checkmark {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.plan-feature-highlight span {
    font-family: "Gotham-Book", sans-serif;
    font-size: 13px;
    color: var(--bb-text-dark);
}

.plan-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-item .checkmark-green {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-item span {
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
    color: rgba(62, 41, 96, 0.7);
}

.plan-cta {
    background: var(--bb-purple);
    color: white !important;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 26px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 45, 186, 0.3);
    color: white;
}

    /* font-size: 22px;
    line-height: 30px;
} */

.step-card p {
    font-size: 15px;
    line-height: 24px;
}

.landing-cta-panel {
    padding: 24px;
}

.landing-cta-eyebrow {
    font-size: 36px;
    line-height: 42px;
}

.landing-cta-copy h3 {
    font-size: 26px;
    line-height: 34px;
}
/* } */

.landing-compare-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.landing-compare-inner {
    max-width: 1270px;
    margin: 0 auto;
}

.landing-compare-heading {
    margin-bottom: 34px;
}

.landing-compare-heading h2 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 48px;
    line-height: normal;
    color: #1a1a1a;
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
}

.compare-label-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.landing-compare-circle {
    width: 100px;
    height: 100px;
    object-fit: cover;
    pointer-events: none;
}

.landing-compare-table-wrap {
    overflow-x: auto;
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(89, 22, 139, 0.3);
    background: #fff;
    box-shadow:
        0 4px 6px 0 rgba(0, 0, 0, 0.1),
        0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.landing-compare-table {
    width: 100%;
    table-layout: fixed;
    border-radius: 24px;
    margin: 0;
    overflow: hidden;
}

.landing-compare-table-wrap table,
.landing-compare-table-wrap th,
.landing-compare-table-wrap td {
    border: 1px solid rgba(25, 0, 65, 0.15);
    border-collapse: collapse;
}

.landing-compare-table th,
.landing-compare-table td {
    padding: 28px 32px;
    vertical-align: middle;
}

.landing-compare-table th:last-child,
.landing-compare-table td:last-child {
    border-right: none;
    background: var(--bb-surface-alt);
}

.landing-compare-table th {
    background: var(--bb-body);
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #190041;
    text-align: center;
}

.landing-compare-table th.compare-label,
.landing-compare-table td.compare-label {
    text-align: left;
    width: 310px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #190041;
}

.landing-compare-table .compare-value {
    font-family: "Gotham-Book", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #190041;
    text-align: center;
}

.landing-compare-table .compare-status {
    font-family: "Gotham-Book", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #190041;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.landing-compare-table .compare-status svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.landing-compare-table td.bookingbee-col,
.landing-compare-table th.bookingbee-col {
    background: var(--bb-surface-alt);
}

.landing-compare-table tr:last-child td {
    border-bottom: none;
}

.landing-compare-cost-row span.compare-cost {
    font-family: "Gilroy-Bold";
    font-size: 24px;
}

.faq-section {
    background: #fff;
}

.faq-title {
    margin: 0 auto 36px;
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(360px, 1fr);
}

.faq-title h2 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 48px;
    color: #1f1637;
    margin: 0;
}

.faq-section-grid {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(360px, 1fr);
    gap: 28px;
    align-items: start;
}

.faq-left-card {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 32px 20px;
    border-radius: 40px;
    background:
        radial-gradient(
            circle at top left,
            rgba(132, 70, 239, 0.24),
            transparent 28%
        ),
        linear-gradient(180deg, #4a1f86 0%, #1c0e43 100%);
    box-shadow: 0 35px 90px rgba(40, 10, 102, 0.18);
    color: #ffffff;
    min-height: 100%;
    max-width: 380px;
}

.faq-left-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.faq-left-copy h3 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #fff;
}

.faq-left-copy p {
    font-family: "Gotham-Book", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #efeff3;
    margin: 0;
    max-width: 420px;
}

.faq-cta-btn {
    width: fit-content;
    min-width: 190px;
    background: #632dba;
    border-radius: 40px;
    width: 100%;
    margin-top: 8px;
    padding: 8px 14px;
    min-height: 50px;
    color: #ffffff !important;
}

.faq-illustration {
    width: 100%;
    border-radius: 34px;
    overflow: hidden;
    padding: 18px;
}

.faq-illustration img {
    width: 100%;
    height: auto;
    display: block;
}

.faq-right-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-accordion {
    display: grid;
    gap: 16px;
}

.faq-item {
    overflow: hidden;
    border-radius: 10px;
    background: rgba(99, 45, 186, 0.06);
}

.faq-item.open {
    border: 0.8px solid rgba(51, 51, 51, 0.33);
    background: var(--color-violet-4510, rgba(99, 45, 186, 0.1));
}

.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    padding: 18px 60px 18px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #1f1637;
    cursor: pointer;
    position: relative;
}

.faq-question:focus {
    outline: 2px solid rgba(124, 76, 226, 0.35);
    outline-offset: 4px;
}

.faq-question .icon-btn {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #6e43d8;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 180ms ease;
    position: absolute;
    right: 16px;
    padding: 3px 8px 0;
}

.faq-item.open .faq-question .icon-btn {
    background-color: #632dba;
    color: #ffffff;
    transform: rotate(180deg);
}

.faq-item.open .faq-question .icon-btn svg path {
    fill: #ffffff;
}

.faq-answer {
    display: none;
    padding: 0 30px 28px;
    font-family: "Gotham-Book", sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #5a29a9;
    background: transparent;
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-link {
    color: #5a29a9;
    text-decoration: none;
    font-weight: 600;
}

section.CTA .book-appointment-wrapper img {
    max-width: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 60px auto 0;
}

section.CTA .book-appointment-wrapper h3 span.highlight {
    color: #ff3c69;
}

.bookingbee-landing-page section.CTA {
    padding: 50px 0 20px;
    background-image: url("../images/landing-page/footer-1.svg");
    background-size: cover;
    background-position: center;
}

h3.d-mobile {
    display: none;
}

body .offer-baner {
    display: none;
}

.ddss-page .landing-hero-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
}

/* .ddss-page .landing-hero {
    padding-bottom: 0;
} */

.ddss-page .landing-hero-copy-col {
    z-index: 1;
    text-align: center;
}

.ddss-page .landing-hero-headline {
    max-width: 100%;
}

.ddss-page .landing-hero-text {
    max-width: 100%;
}

/* ════════════════════════════════════════════════════════════════════
   VARIATION 3 — INTRIGUE / DEMO
   "What does the perfect salon receptionist sound like?"
   Deep space. Waveform. Curiosity pull. 30-second promise.
════════════════════════════════════════════════════════════════════ */
#v3 {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 64px 28px 52px;
  background: #060114;
}

/* Star field bg */
.v3-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.v3-star {
  position: absolute;
  width: 2px; height: 2px;
  border-radius: 50%;
  background: #fff;
  animation: glowPulse ease-in-out infinite;
}

/* Gradient washes */
.v3-wash-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: radial-gradient(ellipse 130% 80% at 50% -10%, rgba(101,56,215,0.35) 0%, transparent 70%);
  pointer-events: none;
}
.v3-wash-bot {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 40%;
  background: radial-gradient(ellipse 130% 80% at 50% 110%, rgba(123,53,216,0.2) 0%, transparent 70%);
  pointer-events: none;
}

/* Waveform visual */
.v3-wave-zone {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  z-index: 2;
  animation: fadeIn 0.8s 0.2s ease-out both;
}

.v3-wave-label {
  font-size: 10px;
  font-weight: 600;
  font-family: 'Gilroy-SemiBold', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(139,92,246,0.7);
  margin-bottom: 24px;
  animation: fadeUp 0.5s 0.8s ease-out both;
}

/* Ripple call button */
.v3-call-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.v3-call-inner {
  position: relative;
  width: 140px; height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-ripple {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(139,92,246,0.2);
  animation: ripple 2.4s ease-out infinite;
  pointer-events: none;
}
.v3-ripple:nth-child(2) { animation-delay: 0.8s; }
.v3-ripple:nth-child(3) { animation-delay: 1.6s; }

.v3-center-circle {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7B35D8, #4C1D95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 2px rgba(139,92,246,0.3), 0 12px 40px rgba(123,53,216,0.5);
  transition: transform 0.15s ease;
}
.v3-call-btn:active .v3-center-circle { transform: scale(0.93); }

.v3-tap-label {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(139,92,246,0.75);
  position: relative;
  z-index: 1;
}

/* Waveform bars */
.v3-waveform {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 52px;
      /* margin-bottom: 24px;
    margin-top: 24px; */
}
.v3-bar {
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, #8B5CF6, #4C1D95);
  animation: waveform ease-in-out infinite;
  transform-origin: bottom;
  height: 100%;
}
/* 18 bars with varied delays/durations */
.v3-bar:nth-child(1)  { animation-duration: 0.9s;  animation-delay: 0s;    height: 30%; }
.v3-bar:nth-child(2)  { animation-duration: 1.1s;  animation-delay: 0.1s;  height: 60%; }
.v3-bar:nth-child(3)  { animation-duration: 0.7s;  animation-delay: 0.2s;  height: 90%; }
.v3-bar:nth-child(4)  { animation-duration: 1.3s;  animation-delay: 0.15s; height: 45%; }
.v3-bar:nth-child(5)  { animation-duration: 0.8s;  animation-delay: 0.3s;  height: 75%; }
.v3-bar:nth-child(6)  { animation-duration: 1.0s;  animation-delay: 0.05s; height: 100%; background: linear-gradient(180deg, #A78BFA, #7B35D8); }
.v3-bar:nth-child(7)  { animation-duration: 0.75s; animation-delay: 0.25s; height: 55%; }
.v3-bar:nth-child(8)  { animation-duration: 1.2s;  animation-delay: 0.4s;  height: 80%; }
.v3-bar:nth-child(9)  { animation-duration: 0.85s; animation-delay: 0.1s;  height: 100%; background: linear-gradient(180deg, #C4B5FD, #8B5CF6); }
.v3-bar:nth-child(10) { animation-duration: 1.0s;  animation-delay: 0.35s; height: 65%; }
.v3-bar:nth-child(11) { animation-duration: 0.9s;  animation-delay: 0.2s;  height: 90%; }
.v3-bar:nth-child(12) { animation-duration: 1.15s; animation-delay: 0.0s;  height: 45%; }
.v3-bar:nth-child(13) { animation-duration: 0.8s;  animation-delay: 0.3s;  height: 70%; }
.v3-bar:nth-child(14) { animation-duration: 1.05s; animation-delay: 0.45s; height: 50%; }
.v3-bar:nth-child(15) { animation-duration: 0.7s;  animation-delay: 0.15s; height: 85%; }
.v3-bar:nth-child(16) { animation-duration: 1.3s;  animation-delay: 0.25s; height: 40%; }
.v3-bar:nth-child(17) { animation-duration: 0.95s; animation-delay: 0.05s; height: 60%; }
.v3-bar:nth-child(18) { animation-duration: 1.1s;  animation-delay: 0.35s; height: 30%; }

/* Live indicator */
.v3-live-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(139,92,246,0.12);
  border: 1px solid rgba(139,92,246,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  animation: fadeUp 0.5s 1.2s ease-out both;
}
.v3-live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #8B5CF6;
  box-shadow: 0 0 10px rgba(139,92,246,1);
  animation: glowPulse 1.2s ease-in-out infinite;
}
.v3-live-text {
  font-size: 11px;
  font-family: 'Gilroy-SemiBold', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(139,92,246,0.9);
      line-height: 16px;
}

/* Copy */
.v3-copy {
  text-align: center;
  width: 100%;
  z-index: 2;
  margin-bottom: 30px;
}
.v3-headline {
  font-size: clamp(26px, 7vw, 54px);
  font-family: 'Gilroy-SemiBold', sans-serif;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  animation: fadeUp 0.6s 0.9s ease-out both;
  max-width: 100%;
}
.v3-headline em {
  font-style: normal;
  background: #FFCD00;
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}
.v3-sub {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.70);
  animation: fadeUp 0.6s 1.05s ease-out both;
}
.v3-sub strong {
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Gilroy-SemiBold', sans-serif;
}

/* Pills + tagline wrap */
.v3-cta-wrap {
  width: 100%;
  z-index: 2;
  animation: fadeUp 0.6s 1.2s ease-out both;
}

/* Trust pills below CTA */
.v3-pills {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.v3-pill {
  display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    padding: 7px 14px;
    padding: 3px 14px;
    white-space: nowrap;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    color: #FFF;
    font-size: 10px;
        line-height: 24px;
}
.v3-pill-icon {
  font-size: 13px;
  line-height: 1;
}
.v3-tagline {
      margin-top: 24px;
    font-size: 13px;
    /* font-weight: 500; */
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    letter-spacing: 0.01em;
}

.v3-tagline .yellow {
    color: #F5C518;
    font-family: 'Gilroy-SemiBold', sans-serif;
}

.live-ai-receptionist .live-chip {
    border-radius: 50px;
    border: 1px solid rgba(134, 83, 255, 0.30);
    background: rgba(134, 83, 255, 0.12);
    display: inline-flex;
    padding: 6px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.live-ai-receptionist .live-chip span.dot {
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    background: #2FAA6C;
    border-radius: 50%;
}

.live-ai-receptionist .live-chip span {
    color: #8653FF;
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 16px; /* 145.455% */
    letter-spacing: 2px;
}

.live-ai-receptionist .content-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.live-ai-receptionist .content-section .highlight {
    color: #632DBA;
}

.live-ai-receptionist p.section-subtitle {
    color: rgba(62, 41, 96, 0.70);
    max-width: 310px;
    line-height: 28px;
}

.live-ai-receptionist .answer-text {
    color: rgba(62, 41, 96, 0.70);
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
}

@keyframes ripple {
  0%   { transform: scale(0.8); opacity: 1; }
  50%   { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1.4); opacity: 0; }
}

@keyframes waveform {
  0%, 100% { transform: scaleY(0.3); }
  50%       { transform: scaleY(1); }
}


@media screen and (max-width: 1199.98px) {
    .landing-compare-table {
        min-width: 1170px;
    }

    .landing-compare-table th,
    .landing-compare-table td {
        padding: 22px 24px;
    }
}

@media screen and (max-width: 991.98px) {

    .landing-hero {
        padding-bottom: 40px;
    }
    .landing-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .landing-hero-visual-col {
        max-width: 600px;
        margin: 0 auto;
    }

    .landing-feature-row {
        gap: 16px 16px;
        margin-top: 32px;
        /*flex-direction: column;*/
		justify-content: center;
    }
	
	.landing-feature-pill {
		font-size: 14px;
		line-height: 21px;
	}

    .how-it-works-grid {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
    }

    .step-card:nth-child(3) {
        grid-column: span 2;
    }

    .landing-cta-eyebrow {
        font-size: 40px;
        line-height: 42px;
    }

    .faq-section-grid,
    .faq-title {
        grid-template-columns: 1fr;
    }

    .faq-left-card {
        padding: 32px;
        max-width: 100%;
    }

    .faq-illustration {
        padding: 0 16px;
    }

    .faq-illustration img {
        max-width: 300px;
    }

    .faq-left-card h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .faq-heading h3 {
        font-size: 34px;
        line-height: 44px;
    }

    .faq-left-copy h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .faq-left-copy p {
        font-size: 15px;
        line-height: 24px;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 767.99px) {
    .landing-btn {
        font-size: 16px;
        line-height: 22px;
        min-height: 52px;
        width: 100%;
        justify-content: center;
    }

    .landing-btn-secondary .icon-btn {
        width: 44px;
        height: 44px;
    }

    .landing-btn-secondary .icon-btn svg {
        width: 23px;
        height: 18px;
    }

    .landing-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 24px;
    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }

    .step-card:nth-child(3) {
        grid-column: 1;
    }

    .landing-cta-eyebrow {
        font-size: 32px;
        line-height: 32px;
    }

    .faq-title {
        grid-template-columns: 1fr;
    }

    .landing-cta-panel {
        padding: 24px 24px;
        grid-template-columns: 1fr;
    }

    .landing-cta-copy {
        align-items: center;
        gap: 12px;
    }

    .wrap {
        margin: 0 auto;
    }

    .wrap svg {
        display: none;
    }

    .landing-cta-visual {
        align-items: center;
        justify-content: center;
    }

    .landing-cta-visual img {
        max-width: 400px;
        max-height: 145px;
        margin: 0px auto 0 8%;
        object-fit: contain;
    }

    

    .trusted-by-logos {
        gap: 30px;
    }

    .trusted-by-logo {
        height: 40px;
        max-height: 40px;
        max-width: 110px;
        opacity: 0.95;
    }

    .landing-hero-visual-col {
        min-height: auto;
    }

    .hero-main-image {
        max-width: 100%;
    }

    .hero-testimonial-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 30px auto 0;
        width: 100%;
    }

    .hero-stat-card {
        position: relative;
        margin: 18px auto 0;
        width: 100%;
    }

    .hero-stat-card.roi,
    .hero-stat-card.calls,
    .hero-stat-card.value {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .faq-left-card {
        padding: 26px;
        max-width: 100%;
    }

    .faq-left-card h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .faq-heading h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .faq-question {
        font-size: 16px;
        line-height: 26px;
        padding: 14px 60px 14px 20px;
    }

    .faq-answer {
        padding: 0 24px 20px;
        font-size: 16px;
        line-height: 26px;
    }

    .ai-call-demo-section {
        display: block;
    }

    .pricing-section-mobile {
        display: block;
    }

    .ddss-page .pricing-section-mobile {
        background: transparent;
        padding: 0;
    }

     .ddss-page .pricing-subtitle {
        position: relative;
    }

     .ddss-page .pricing-subtitle svg {
        position: absolute;
        left: -22px;
        top: -16px;
    }

    .offer-till {
        font-size: 14px;
        line-height: 26px;
        padding-top: 8px;
    }

    .pricing-grid {
        flex-direction: column;
        gap: 0;
        padding-top: 12px;
    }

    .pricing-subtitle {
        font-size: 14px;
        line-height: 26px;
        max-width: 310px !important;
    }

    .landing-compare-section {
        display: none;
    }

    /* .how-it-works-heading,
    article.step-card:not(:nth-child(2)),
    .step-pill,
    .step-card p,
    .trusted-by-integrations, */
    .landing-cta-panel {
        display: none;
    }

    .ddss-page .landing-hero-headline {
        text-align: center;
        font-size: 40px;
    }

    .ddss-page .landing-hero {
        /* background: url(../images/landing-page/banner-gif.gif) no-repeat; */
        background-size: cover;
        background-position: bottom;
        padding: 0;
        background: linear-gradient(180deg, rgba(25, 0, 65, 0.00) 0%, rgba(25, 0, 65, 0.72) 100%),  url(../images/landing-page/banner-gif.gif) lightgray 50% / cover no-repeat;
    }

    .ddss-page .landing-hero-text {
        color: rgba(255, 255, 255, 0.70);
        text-align: center;
                margin-bottom: 0;
    }

    .ddss-page .landing-cta-panel {
        display: grid;
        max-width: 390px;
        margin: 24px auto 0;
    }

    .ddss-page .landing-hero-copy-col {
        text-align: center;
    }

    .ddss-page .landing-hero-copy-col svg {
        width: 100%;
        height: 100%;
    }

    .trusted-by-integrations {
        gap: 10px 14px;
        margin-top: 6px;
        font-size: 16px;
    }

    /* .step-card-visual {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    } */

    .step-card-visual.visual-expanded {
        max-height: 250px;
    }

    .step-card-visual.visual-collapsed {
        max-height: 0;
        opacity: 0;
    }

    /* .step-card h3 {
        text-align: center;
    } */

    .faq-left-card {
        order: 1;
    }

    .step-card {
        min-height: auto;
        padding: 24px 26px;
    }

    .step-card p {
        margin: 0 0 16px;
    }

    .how-it-works-grid {
        margin-bottom: 0;
    }

    .step-card:hover {
        background: #3D295F;
    }

    h3.d-web {
        display: none;
    }
    h3.d-mobile {
        display: block;
    }

    /* Mobile Comparison Table */
    .comparison-table-section-mobile {
        display: block;
        /* padding: 0 0 32px 0; */
        /* background: var(--bb-surface); */
    }

    .comparison-table-wrapper {
        max-width: 100%;
        /* border: 1px solid #f8f5ff; */
        border-radius: 16px;
        background: white;
        overflow: hidden;
                border: 1px solid #EDE1FE;
        /* max-height: 500px;
        overflow: auto; */
    }

    /* Sticky Header */
    .comparison-table-header {
        position: sticky;
        top: 0;
        z-index: 10;
        display: flex;
        background: white;
        border-bottom: 1px solid #f8f5ff;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .header-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 16px 12px;
        border-right: 1px solid #f8f5ff;
        text-align: center;
        min-height: 120px;
    }

    .header-column:last-child {
        border-right: none;
    }

    .header-column.highlight {
        background: #ede1fe;
        border-top-right-radius: 6px;
    }

    .header-avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f5ff;
    }

    .header-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-label {
        font-family: "Gilroy-SemiBold", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        color: var(--bb-text-dark);
        margin: 0;
        white-space: nowrap;
    }

    .comparison-row {
        border-bottom: 1px solid #f8f5ff;
    }

    .comparison-row:last-child {
        border-bottom: none;
    }

    .row-header {
        background: #f8f5ff;
        padding: 12px;
        font-family: "Gilroy-SemiBold", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--bb-text-dark);
        line-height: 21px;
        border-bottom: 1px solid #f8f5ff;
    }

    .row-items {
        display: flex;
        gap: 0;
    }

    .row-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 12px 8px;
        border-right: 1px solid #f8f5ff;
        text-align: center;
        min-height: 75px;
    }

    .row-item:last-child {
        border-right: none;
    }

    .row-item p {
        font-family: "Gotham-Book", sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
        color: var(--bb-text-dark);
        margin: 0;
    }

    .row-item .price {
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
    }

    .row-item .text-value {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .row-item.highlight-col {
        background: rgba(237, 225, 254, 0.4);
    }

    .icon-check {
        width: 20px;
        height: 20px;
        background: var(--bb-success);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .icon-check svg {
        width: 12px;
        height: 12px;
    }

    .icon-x {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .icon-warning {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    body .offer-baner {
        position: fixed;
        top: 80px;
        z-index: 20;
        width: 100%;
        display: none;
    }

    .ddss-page .landing-hero {
        padding: 17% 0 0 0;
    }

    .v3-waveform {
        margin-bottom: 24px;
        margin-top: 24px;
    }
}



.calendly-overlay .calendly-popup {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

.calendly-spinner {
    display: none;
}