/* ============================================================
   COGNIVOX TRADE LANDING PAGES
   ============================================================

   Shared styling for:

   - Plumbers
   - Electricians
   - Joiners
   - Builders
   - Hairdressers
   - Other trade / industry promotional pages

   Keep industry-specific wording and content in the Razor page.
   Keep shared presentation in this stylesheet.
   ============================================================ */


/* ============================================================
   TRADE HERO
   ============================================================ */

.trade-hero {
    position: relative;

    min-height: 720px;

    display: flex;
    align-items: center;

    overflow: hidden;

    padding: 100px 0;

    background:
            radial-gradient(
                    circle at 80% 40%,
                    rgba(37, 99, 235, 0.22),
                    transparent 38%
            ),
            linear-gradient(
                    135deg,
                    #020817 0%,
                    #07152d 55%,
                    #0b1f3f 100%
            );
}

.trade-hero::after {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -250px;
    top: -250px;

    border-radius: 50%;

    background:
            radial-gradient(
                    circle,
                    rgba(59, 130, 246, 0.15),
                    transparent 68%
            );

    pointer-events: none;
}

.trade-hero-overlay {
    position: absolute;

    inset: 0;

    background-image:
            linear-gradient(
                    rgba(255, 255, 255, 0.025) 1px,
                    transparent 1px
            ),
            linear-gradient(
                    90deg,
                    rgba(255, 255, 255, 0.025) 1px,
                    transparent 1px
            );

    background-size: 50px 50px;

    pointer-events: none;
}

.trade-hero-container {
    position: relative;

    z-index: 2;
}


/* ============================================================
   TRADE HERO CONTENT
   ============================================================ */

.trade-hero-content {
    max-width: 760px;
}

.trade-badge {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 8px 15px;
    margin-bottom: 24px;

    border:
            1px solid
            rgba(96, 165, 250, 0.35);

    border-radius: 999px;

    background:
            rgba(37, 99, 235, 0.13);

    color: #93c5fd;

    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.trade-hero h1 {
    margin: 0 0 24px;

    color: #ffffff;

    font-size:
            clamp(3rem, 5vw, 5rem);

    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.trade-hero h1 span {
    display: block;

    color: #60a5fa;
}

.trade-hero-lead {
    max-width: 670px;

    margin-bottom: 15px;

    color: #e2e8f0;

    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.55;
}

.trade-hero-description {
    max-width: 650px;

    margin-bottom: 32px;

    color: #94a3b8;

    font-size: 1.05rem;
    line-height: 1.75;
}


/* ============================================================
   TRADE HERO ACTIONS
   ============================================================ */

.trade-hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 14px;

    margin-bottom: 34px;
}

.trade-hero-actions .btn {
    padding: 13px 23px;

    border-radius: 10px;

    font-weight: 600;
}

.trade-hero-actions .btn-primary {
    box-shadow:
            0 10px 30px
            rgba(37, 99, 235, 0.28);
}

.trade-hero-actions .btn-outline-light {
    border-color:
            rgba(255, 255, 255, 0.28);

    color: #ffffff;
}

.trade-hero-actions .btn-outline-light:hover {
    border-color:
            rgba(255, 255, 255, 0.5);

    background:
            rgba(255, 255, 255, 0.08);

    color: #ffffff;
}


/* ============================================================
   TRADE HERO BENEFIT POINTS
   ============================================================ */

.trade-hero-points {
    display: flex;
    flex-wrap: wrap;

    gap: 22px;

    color: #cbd5e1;

    font-size: 0.92rem;
}

.trade-hero-points div {
    display: flex;
    align-items: center;

    gap: 7px;
}

.trade-hero-points i {
    color: #22c55e;
}


/* ============================================================
   HERO CALL CARD
   ============================================================ */

.call-card {
    max-width: 420px;

    margin-left: auto;

    overflow: hidden;

    border:
            1px solid
            rgba(148, 163, 184, 0.18);

    border-radius: 20px;

    background:
            rgba(15, 23, 42, 0.82);

    box-shadow:
            0 35px 80px
            rgba(0, 0, 0, 0.38);

    backdrop-filter: blur(16px);

    color: #ffffff;
}

.call-card-header {
    display: flex;
    align-items: center;

    padding: 22px;

    border-bottom:
            1px solid
            rgba(148, 163, 184, 0.13);
}

.call-avatar {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    margin-right: 13px;

    border-radius: 50%;

    background: #2563eb;

    color: #ffffff;

    font-size: 1.15rem;
}

.call-status {
    color: #ffffff;

    font-size: 0.95rem;
    font-weight: 600;
}

.call-number {
    margin-top: 2px;

    color: #94a3b8;

    font-size: 0.82rem;
}

.call-live {
    margin-left: auto;

    padding: 5px 9px;

    border-radius: 6px;

    background:
            rgba(34, 197, 94, 0.12);

    color: #4ade80;

    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}


/* ============================================================
   HERO CALL CARD CONVERSATION
   ============================================================ */

.call-card .call-conversation {
    padding: 24px 22px;
}

.call-card .conversation-row {
    display: block;

    max-width: none;

    margin: 0 0 22px;
}

.call-card .conversation-row:last-child {
    margin-bottom: 0;
}

.call-card .conversation-label {
    display: block;

    margin-bottom: 6px;

    color: #64748b;

    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.call-card .conversation-bubble {
    display: block;

    padding: 13px 15px;

    border-radius: 12px;

    color: #e2e8f0;

    font-size: 0.92rem;
    line-height: 1.55;

    text-align: left;
}

.call-card .customer .conversation-bubble {
    background:
            rgba(51, 65, 85, 0.7);

    color: #f8fafc;
}

.call-card .cognivox .conversation-bubble {
    border:
            1px solid
            rgba(59, 130, 246, 0.22);

    background:
            rgba(37, 99, 235, 0.18);

    color: #f8fafc;
}


/* ============================================================
   HERO CALL CARD FOOTER
   ============================================================ */

.call-card-footer {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 15px;

    border-top:
            1px solid
            rgba(148, 163, 184, 0.13);

    color: #94a3b8;

    font-size: 0.8rem;
}

.listening-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #22c55e;

    box-shadow:
            0 0 0 4px
            rgba(34, 197, 94, 0.12);
}


/* ============================================================
   MISSED CALLS / PROBLEM SECTION
   ============================================================ */

.missed-calls-section {
    position: relative;

    padding: 110px 0;

    background: #ffffff;
}

.missed-calls-heading {
    max-width: 790px;

    margin: 0 auto 60px;

    text-align: center;
}

.section-eyebrow,
.trade-eyebrow {
    display: inline-block;

    margin-bottom: 14px;

    color: #2563eb;

    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.missed-calls-heading h2 {
    margin: 0 0 20px;

    color: #0f172a;

    font-size:
            clamp(2.4rem, 4vw, 3.7rem);

    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.missed-calls-heading h2 span {
    color: #2563eb;
}

.missed-calls-heading p {
    max-width: 680px;

    margin: 0 auto;

    color: #64748b;

    font-size: 1.15rem;
    line-height: 1.75;
}


/* ============================================================
   MISSED CALL SCENARIOS
   ============================================================ */

.missed-call-scenarios {
    margin-bottom: 55px;
}

.scenario-card {
    height: 100%;

    padding: 30px 26px;

    border: 1px solid #e2e8f0;
    border-radius: 16px;

    background: #ffffff;

    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease,
            border-color 0.2s ease;
}

.scenario-card:hover {
    transform: translateY(-4px);

    border-color: #bfdbfe;

    box-shadow:
            0 18px 45px
            rgba(15, 23, 42, 0.08);
}

.scenario-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 13px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 1.35rem;
}

.scenario-card h3 {
    margin: 0 0 11px;

    color: #0f172a;

    font-size: 1.08rem;
    font-weight: 700;
}

.scenario-card p {
    margin: 0;

    color: #64748b;

    font-size: 0.94rem;
    line-height: 1.7;
}


/* ============================================================
   MISSED CALL CONSEQUENCE
   ============================================================ */

.missed-call-consequence {
    display: grid;

    grid-template-columns:
            auto
            minmax(0, 1fr)
            auto
            minmax(220px, 0.38fr);

    align-items: center;

    gap: 26px;

    padding: 32px 36px;

    border: 1px solid #e2e8f0;
    border-radius: 18px;

    background: #f8fafc;
}

.consequence-icon {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 15px;

    background: #fff1f2;

    color: #e11d48;

    font-size: 1.5rem;
}

.consequence-label {
    display: block;

    margin-bottom: 6px;

    color: #e11d48;

    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.consequence-content h3 {
    margin: 0 0 7px;

    color: #0f172a;

    font-size: 1.25rem;
    font-weight: 750;
}

.consequence-content p {
    max-width: 650px;

    margin: 0;

    color: #64748b;

    font-size: 0.94rem;
    line-height: 1.65;
}

.consequence-arrow {
    color: #94a3b8;

    font-size: 1.5rem;
}

.consequence-result {
    padding-left: 25px;

    border-left:
            1px solid #cbd5e1;
}

.consequence-result span {
    display: block;

    margin-bottom: 4px;

    color: #64748b;

    font-size: 0.78rem;
}

.consequence-result strong {
    display: block;

    color: #0f172a;

    font-size: 1.05rem;
    line-height: 1.4;
}


/* ============================================================
   COGNIVOX SOLUTION
   ============================================================ */

.solution-section {
    position: relative;

    padding: 115px 0;

    overflow: hidden;

    background:
            linear-gradient(
                    135deg,
                    #f8fafc 0%,
                    #eff6ff 100%
            );
}

.solution-content {
    max-width: 620px;
}

.solution-content h2 {
    margin: 0 0 22px;

    color: #0f172a;

    font-size:
            clamp(2.4rem, 4vw, 3.6rem);

    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.solution-content h2 span {
    display: block;

    color: #2563eb;
}

.solution-lead {
    margin: 0 0 40px;

    color: #64748b;

    font-size: 1.1rem;
    line-height: 1.75;
}


/* ============================================================
   SOLUTION FEATURES
   ============================================================ */

.solution-feature {
    display: flex;

    gap: 18px;

    margin-bottom: 28px;
}

.solution-feature:last-child {
    margin-bottom: 0;
}

.solution-feature-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    border-radius: 12px;

    background: #dbeafe;

    color: #2563eb;

    font-size: 1.2rem;
}

.solution-feature h3 {
    margin: 1px 0 5px;

    color: #0f172a;

    font-size: 1.05rem;
    font-weight: 750;
}

.solution-feature p {
    max-width: 490px;

    margin: 0;

    color: #64748b;

    font-size: 0.94rem;
    line-height: 1.65;
}


/* ============================================================
   SOLUTION DEMO
   ============================================================ */

.solution-demo {
    max-width: 540px;

    margin-left: auto;

    overflow: hidden;

    border: 1px solid #dbe3ee;
    border-radius: 22px;

    background: #ffffff;

    box-shadow:
            0 30px 70px
            rgba(15, 23, 42, 0.12);
}

.solution-demo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 28px 30px;

    border-bottom:
            1px solid #e2e8f0;
}

.solution-demo-label {
    display: block;

    margin-bottom: 5px;

    color: #2563eb;

    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.solution-demo-header h3 {
    margin: 0;

    color: #0f172a;

    font-size: 1.35rem;
    font-weight: 750;
}

.solution-demo-phone {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 52px;

    border-radius: 50%;

    background: #2563eb;

    color: #ffffff;

    font-size: 1.15rem;

    box-shadow:
            0 8px 25px
            rgba(37, 99, 235, 0.25);
}


/* ============================================================
   CALL JOURNEY
   ============================================================ */

.call-journey {
    padding: 30px;
}

.journey-step {
    position: relative;

    display: flex;

    gap: 19px;

    padding-bottom: 30px;
}

.journey-step:last-child {
    padding-bottom: 0;
}

.journey-step:not(:last-child)::before {
    content: "";

    position: absolute;

    left: 20px;
    top: 42px;
    bottom: 0;

    width: 2px;

    background: #dbeafe;
}

.journey-marker {
    position: relative;

    z-index: 2;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 42px;

    border: 2px solid #bfdbfe;
    border-radius: 50%;

    background: #eff6ff;

    color: #2563eb;

    font-size: 0.85rem;
    font-weight: 800;
}

.journey-step-final .journey-marker {
    border-color: #bbf7d0;

    background: #f0fdf4;

    color: #16a34a;
}

.journey-content {
    padding-top: 1px;
}

.journey-label {
    display: block;

    margin-bottom: 3px;

    color: #2563eb;

    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.journey-step-final .journey-label {
    color: #16a34a;
}

.journey-content strong {
    display: block;

    margin-bottom: 4px;

    color: #0f172a;

    font-size: 1rem;
    font-weight: 700;
}

.journey-content p {
    margin: 0;

    color: #64748b;

    font-size: 0.88rem;
    line-height: 1.55;
}

.solution-demo-footer {
    display: flex;
    align-items: center;

    gap: 10px;

    padding: 18px 30px;

    border-top:
            1px solid #dcfce7;

    background: #f0fdf4;

    color: #166534;

    font-size: 0.88rem;
    font-weight: 600;
}

.solution-demo-footer i {
    flex-shrink: 0;

    color: #22c55e;

    font-size: 1.05rem;
}


/* ============================================================
   REAL CALL EXAMPLE
   ============================================================ */

.call-example-section {
    padding: 115px 0;

    background: #ffffff;
}

.call-example-heading {
    max-width: 820px;

    margin: 0 auto 60px;
}

.call-example-heading h2 {
    margin: 0 0 20px;

    color: #0f172a;

    font-size:
            clamp(2.4rem, 4vw, 3.6rem);

    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.call-example-heading h2 span {
    color: #2563eb;
}

.call-example-heading p {
    max-width: 680px;

    margin: 0 auto;

    color: #64748b;

    font-size: 1.08rem;
    line-height: 1.75;
}


/* ============================================================
   REAL CALL SHELL
   ============================================================ */

.call-example-shell {
    max-width: 900px;

    margin: 0 auto;

    overflow: hidden;

    border: 1px solid #dbe3ee;
    border-radius: 24px;

    background: #ffffff;

    box-shadow:
            0 30px 80px
            rgba(15, 23, 42, 0.1);
}

.call-example-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 24px 30px;

    border-bottom:
            1px solid #e2e8f0;

    background: #f8fafc;
}

.call-example-caller {
    display: flex;
    align-items: center;

    gap: 14px;
}

.call-example-avatar {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    border-radius: 50%;

    background: #e2e8f0;

    color: #475569;

    font-size: 1.15rem;
}

.call-example-caller strong,
.call-example-caller small {
    display: block;
}

.call-example-caller strong {
    margin-top: 2px;

    color: #0f172a;

    font-size: 1rem;
}

.call-example-caller small {
    margin-top: 2px;

    color: #64748b;
}

.call-example-status {
    display: flex;
    align-items: center;

    gap: 6px;

    color: #16a34a;

    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.call-live-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #22c55e;

    box-shadow:
            0 0 0 4px
            rgba(34, 197, 94, 0.12);
}

.call-example-active {
    display: flex;
    align-items: center;

    gap: 8px;

    padding: 9px 14px;

    border-radius: 30px;

    background: #dcfce7;

    color: #166534;

    font-size: 0.78rem;
    font-weight: 700;
}


/* ============================================================
   REAL CALL CONVERSATION
   ============================================================ */

.call-example-conversation {
    padding: 38px 42px;
}

.call-example-shell .conversation-row {
    display: flex;

    gap: 14px;

    max-width: 670px;

    margin-bottom: 26px;
}

.call-example-shell .customer-message {
    margin-left: auto;

    flex-direction: row-reverse;
}

.call-example-shell .conversation-avatar {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    border-radius: 50%;

    background: #e2e8f0;

    color: #475569;
}

.call-example-shell .ai-avatar {
    background: #dbeafe;

    color: #2563eb;
}

.call-example-shell .conversation-content {
    max-width: 570px;
}

.call-example-shell
.customer-message
.conversation-content {
    text-align: right;
}

.call-example-shell .conversation-name {
    display: block;

    margin: 0 0 6px 4px;

    color: #64748b;

    font-size: 0.7rem;
    font-weight: 700;
}

.call-example-shell
.customer-message
.conversation-name {
    margin-right: 4px;
}

.call-example-shell .conversation-bubble {
    padding: 14px 18px;

    border-radius:
            5px 17px 17px 17px;

    background: #eff6ff;

    color: #1e293b;

    font-size: 0.94rem;
    line-height: 1.55;
}

.call-example-shell
.customer-message
.conversation-bubble {
    border-radius:
            17px 5px 17px 17px;

    background: #f1f5f9;

    color: #1e293b;
}


/* ============================================================
   REAL CALL ACTION
   ============================================================ */

.conversation-action {
    display: flex;
    align-items: center;

    gap: 13px;

    max-width: 570px;

    margin: 6px auto 28px;

    padding: 14px 17px;

    border: 1px solid #bfdbfe;
    border-radius: 12px;

    background: #f8fbff;
}

.conversation-action-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    border-radius: 10px;

    background: #dbeafe;

    color: #2563eb;
}

.conversation-action span,
.conversation-action strong {
    display: block;
}

.conversation-action span {
    margin-bottom: 2px;

    color: #2563eb;

    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.conversation-action strong {
    color: #334155;

    font-size: 0.85rem;
}

.conversation-action-complete {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 27px;

    margin-left: auto;

    border-radius: 50%;

    background: #dcfce7;

    color: #16a34a;
}


/* ============================================================
   APPOINTMENT BOOKED
   ============================================================ */

.appointment-booked {
    display: flex;
    align-items: center;

    gap: 15px;

    max-width: 620px;

    margin: 35px auto 5px;

    padding: 19px 21px;

    border: 1px solid #bbf7d0;
    border-radius: 15px;

    background: #f0fdf4;
}

.appointment-booked-icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 45px;

    border-radius: 12px;

    background: #dcfce7;

    color: #16a34a;

    font-size: 1.1rem;
}

.appointment-booked-content span,
.appointment-booked-content strong,
.appointment-booked-content p {
    display: block;
}

.appointment-booked-content span {
    margin-bottom: 3px;

    color: #16a34a;

    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.appointment-booked-content strong {
    color: #14532d;

    font-size: 0.93rem;
}

.appointment-booked-content p {
    margin: 2px 0 0;

    color: #4d7c5c;

    font-size: 0.82rem;
}

.appointment-booked-check {
    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 31px;

    margin-left: auto;

    border-radius: 50%;

    background: #22c55e;

    color: #ffffff;
}


/* ============================================================
   REAL CALL RESULT BAR
   ============================================================ */

.call-example-result {
    display: grid;

    grid-template-columns:
            1fr
            auto
            1fr
            auto
            1fr
            auto
            1fr;

    align-items: center;

    padding: 25px 30px;

    border-top:
            1px solid #e2e8f0;

    background: #0f172a;
}

.call-result-item {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 11px;
}

.call-result-item > i {
    color: #60a5fa;

    font-size: 1.15rem;
}

.call-result-item span,
.call-result-item strong {
    display: block;
}

.call-result-item span {
    color: #94a3b8;

    font-size: 0.67rem;
}

.call-result-item strong {
    color: #ffffff;

    font-size: 0.82rem;
}

.call-result-divider {
    width: 1px;
    height: 32px;

    background: #334155;
}

.call-example-bottom {
    max-width: 760px;

    margin: 35px auto 0;
}

.call-example-bottom p {
    margin: 0;

    color: #64748b;

    font-size: 1rem;
    line-height: 1.7;
}

.call-example-bottom strong {
    color: #0f172a;
}


/* ============================================================
   TRADE CAPABILITIES
   ============================================================ */

.trade-capabilities-section {
    padding: 115px 0;

    background: #f8fafc;
}

.trade-capabilities-heading {
    max-width: 820px;

    margin: 0 auto 60px;

    text-align: center;
}

.trade-capabilities-heading h2 {
    margin: 0 0 20px;

    color: #0f172a;

    font-size:
            clamp(2.4rem, 4vw, 3.6rem);

    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.trade-capabilities-heading h2 span {
    color: #2563eb;
}

.trade-capabilities-heading p {
    max-width: 700px;

    margin: 0 auto;

    color: #64748b;

    font-size: 1.08rem;
    line-height: 1.75;
}


/* ============================================================
   TRADE CAPABILITIES GRID
   ============================================================ */

.trade-capabilities-grid {
    display: grid;

    grid-template-columns:
            repeat(4, minmax(0, 1fr));

    gap: 20px;
}

.trade-capability-card {
    position: relative;

    min-height: 270px;

    padding: 30px;

    overflow: hidden;

    border: 1px solid #dbe3ee;
    border-radius: 20px;

    background: #ffffff;

    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease,
            border-color 0.2s ease;
}

.trade-capability-card:hover {
    transform: translateY(-4px);

    border-color: #bfdbfe;

    box-shadow:
            0 18px 45px
            rgba(15, 23, 42, 0.08);
}

.trade-capability-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 14px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 1.25rem;
}

.trade-capability-content h3,
.trade-capability-card h3 {
    margin: 0 0 12px;

    color: #0f172a;

    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.3;
}

.trade-capability-content p,
.trade-capability-card p {
    margin: 0;

    color: #64748b;

    font-size: 0.92rem;
    line-height: 1.7;
}


/* ============================================================
   TRADE CALENDAR STRIP
   ============================================================ */

.trade-calendar-strip {
    display: grid;

    grid-template-columns:
            auto
            minmax(0, 1fr)
            auto;

    align-items: center;

    gap: 28px;

    margin-top: 45px;

    padding: 34px 38px;

    border: 1px solid #bfdbfe;
    border-radius: 22px;

    background:
            linear-gradient(
                    135deg,
                    #ffffff 0%,
                    #eff6ff 100%
            );
}

.trade-calendar-strip-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 64px;

    border-radius: 18px;

    background: #2563eb;

    color: #ffffff;

    font-size: 1.45rem;

    box-shadow:
            0 12px 25px
            rgba(37, 99, 235, 0.2);
}

.trade-calendar-strip-content span {
    display: block;

    margin-bottom: 7px;

    color: #2563eb;

    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.09em;
}

.trade-calendar-strip-content h3 {
    max-width: 660px;

    margin: 0 0 8px;

    color: #0f172a;

    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
}

.trade-calendar-strip-content p {
    max-width: 680px;

    margin: 0;

    color: #64748b;

    font-size: 0.9rem;
    line-height: 1.65;
}

.trade-calendar-options {
    display: flex;
    align-items: center;

    gap: 10px;
}

.calendar-option {
    min-width: 90px;

    padding: 14px 12px;

    border: 1px solid #dbeafe;
    border-radius: 12px;

    background: #ffffff;

    text-align: center;
}

.calendar-option i {
    display: block;

    margin-bottom: 6px;

    color: #2563eb;

    font-size: 1.15rem;
}

.calendar-option span {
    display: block;

    color: #475569;

    font-size: 0.72rem;
    font-weight: 700;
}


/* ============================================================
   COST OF MISSED CALLS
   ============================================================ */

.missed-value-section {
    padding: 115px 0;

    background: #ffffff;
}

.missed-value-layout {
    display: grid;

    grid-template-columns:
            minmax(0, 0.9fr)
            minmax(0, 1.1fr);

    align-items: center;

    gap: 80px;
}

.missed-value-content h2 {
    max-width: 650px;

    margin: 10px 0 22px;

    color: #0f172a;

    font-size:
            clamp(2.4rem, 4vw, 3.6rem);

    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.missed-value-content h2 span {
    color: #2563eb;
}

.missed-value-lead {
    max-width: 620px;

    margin: 0;

    color: #64748b;

    font-size: 1.07rem;
    line-height: 1.75;
}


/* ============================================================
   COST OF MISSED CALLS POINTS
   ============================================================ */

.missed-value-points {
    display: flex;
    flex-direction: column;

    gap: 22px;

    margin-top: 38px;
}

.missed-value-point {
    display: flex;
    align-items: flex-start;

    gap: 17px;
}

.missed-value-point-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 46px;

    border-radius: 13px;

    background: #fff1f2;

    color: #e11d48;

    font-size: 1.05rem;
}

.missed-value-point-icon.success {
    background: #ecfdf5;

    color: #16a34a;
}

.missed-value-point strong {
    display: block;

    margin: 1px 0 4px;

    color: #0f172a;

    font-size: 1rem;
    font-weight: 800;
}

.missed-value-point p {
    max-width: 490px;

    margin: 0;

    color: #64748b;

    font-size: 0.91rem;
    line-height: 1.65;
}


/* ============================================================
   COST OF MISSED CALLS VISUAL
   ============================================================ */

.missed-value-visual {
    position: relative;
}

.missed-value-visual::before {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    top: 50%;
    left: 50%;

    transform:
            translate(-50%, -50%);

    border-radius: 50%;

    background:
            rgba(37, 99, 235, 0.07);

    filter: blur(20px);
}

.missed-value-card {
    position: relative;

    z-index: 1;

    overflow: hidden;

    border: 1px solid #dbe3ee;
    border-radius: 24px;

    background: #f8fafc;

    box-shadow:
            0 30px 70px
            rgba(15, 23, 42, 0.1);
}

.missed-value-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 30px 32px;

    border-bottom:
            1px solid #e2e8f0;

    background: #ffffff;
}

.missed-value-card-header span {
    display: block;

    margin-bottom: 5px;

    color: #2563eb;

    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.09em;
}

.missed-value-card-header h3 {
    margin: 0;

    color: #0f172a;

    font-size: 1.22rem;
    font-weight: 800;
}

.missed-value-phone-icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 50px;

    border-radius: 14px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 1.2rem;
}


/* ============================================================
   MISSED VALUE CALCULATION
   ============================================================ */

.missed-value-calculation {
    display: grid;

    grid-template-columns:
            1fr auto 1fr;

    align-items: center;

    gap: 20px;

    padding: 40px 32px 30px;
}

.missed-value-number {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 13px;
}

.value-number {
    color: #0f172a;

    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
}

.missed-value-number strong,
.missed-value-number small {
    display: block;
}

.missed-value-number strong {
    color: #334155;

    font-size: 0.91rem;
}

.missed-value-number small {
    margin-top: 2px;

    color: #94a3b8;

    font-size: 0.73rem;
}

.missed-value-operator {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #dbeafe;

    color: #2563eb;
}


/* ============================================================
   MISSED VALUE JOB TYPES
   ============================================================ */

.missed-value-job-types {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 8px;

    padding: 0 28px 30px;
}

.missed-job-type {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    padding: 8px 11px;

    border: 1px solid #e2e8f0;
    border-radius: 30px;

    background: #ffffff;

    color: #64748b;

    font-size: 0.72rem;
    font-weight: 600;
}

.missed-job-type i {
    color: #2563eb;
}


/* ============================================================
   MISSED VALUE HIGHLIGHT
   ============================================================ */

.missed-value-highlight {
    display: flex;
    align-items: flex-start;

    gap: 15px;

    margin: 0 30px 20px;

    padding: 20px;

    border: 1px solid #fde68a;
    border-radius: 15px;

    background: #fffbeb;
}

.missed-value-highlight-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 40px;

    border-radius: 11px;

    background: #fef3c7;

    color: #d97706;
}

.missed-value-highlight span {
    display: block;

    margin-bottom: 3px;

    color: #b45309;

    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.missed-value-highlight strong {
    display: block;

    color: #78350f;

    font-size: 0.94rem;
}

.missed-value-highlight p {
    margin: 4px 0 0;

    color: #92400e;

    font-size: 0.8rem;
}


/* ============================================================
   MISSED VALUE COGNIVOX RESULT
   ============================================================ */

.missed-value-result {
    display: flex;
    align-items: center;

    gap: 14px;

    padding: 23px 30px;

    background: #0f172a;
}

.missed-value-result-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 42px;

    border-radius: 12px;

    background:
            rgba(96, 165, 250, 0.14);

    color: #60a5fa;
}

.missed-value-result span {
    display: block;

    margin-bottom: 3px;

    color: #60a5fa;

    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.missed-value-result strong {
    display: block;

    color: #ffffff;

    font-size: 0.9rem;
    line-height: 1.4;
}


/* ============================================================
   MISSED VALUE BOTTOM CTA
   ============================================================ */

.missed-value-bottom {
    display: grid;

    grid-template-columns:
            auto
            minmax(0, 1fr)
            auto;

    align-items: center;

    gap: 22px;

    margin-top: 70px;

    padding: 30px 34px;

    border: 1px solid #bfdbfe;
    border-radius: 20px;

    background:
            linear-gradient(
                    135deg,
                    #eff6ff 0%,
                    #f8fafc 100%
            );
}

.missed-value-bottom-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 55px;

    border-radius: 15px;

    background: #2563eb;

    color: #ffffff;

    font-size: 1.25rem;
}

.missed-value-bottom span {
    display: block;

    margin-bottom: 5px;

    color: #2563eb;

    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.09em;
}

.missed-value-bottom h3 {
    max-width: 680px;

    margin: 0;

    color: #0f172a;

    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.45;
}

.missed-value-button {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 13px 20px;

    border: 1px solid #2563eb;
    border-radius: 10px;

    background: #2563eb;

    color: #ffffff;

    font-size: 0.86rem;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;
}

.missed-value-button:hover {
    border-color: #1d4ed8;

    background: #1d4ed8;

    color: #ffffff;
}


/* ============================================================
   RESPONSIVE - LARGE TABLET
   ============================================================ */

@media (max-width: 1199.98px) {

    .trade-capabilities-grid {
        grid-template-columns:
                repeat(2, minmax(0, 1fr));
    }

    .trade-calendar-strip {
        grid-template-columns:
                auto
                minmax(0, 1fr);
    }

    .trade-calendar-options {
        grid-column: 2;

        justify-content: flex-start;
    }
}


/* ============================================================
   RESPONSIVE - TABLET
   ============================================================ */

@media (max-width: 991.98px) {

    .trade-hero {
        min-height: auto;

        padding: 80px 0;
    }

    .trade-hero-content {
        max-width: 760px;
    }

    .call-card {
        margin: 45px auto 0;
    }


    /* --------------------------------------------------------
       MISSED CALLS
       -------------------------------------------------------- */

    .missed-calls-section {
        padding: 85px 0;
    }

    .missed-call-consequence {
        grid-template-columns:
                auto 1fr;
    }

    .consequence-arrow {
        display: none;
    }

    .consequence-result {
        grid-column: 2;

        padding-left: 0;
        padding-top: 18px;

        border-left: 0;

        border-top:
                1px solid #cbd5e1;
    }


    /* --------------------------------------------------------
       SOLUTION
       -------------------------------------------------------- */

    .solution-section {
        padding: 90px 0;
    }

    .solution-content {
        max-width: none;
    }

    .solution-demo {
        max-width: 650px;

        margin: 20px auto 0;
    }


    /* --------------------------------------------------------
       MISSED VALUE
       -------------------------------------------------------- */

    .missed-value-layout {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .missed-value-content {
        max-width: 720px;
    }

    .missed-value-visual {
        max-width: 720px;

        width: 100%;

        margin: 0 auto;
    }

    .missed-value-bottom {
        grid-template-columns:
                auto
                minmax(0, 1fr);
    }

    .missed-value-button {
        grid-column: 2;

        justify-self: start;
    }
}


/* ============================================================
   RESPONSIVE - MOBILE
   ============================================================ */

@media (max-width: 767.98px) {

    /* --------------------------------------------------------
       HERO
       -------------------------------------------------------- */

    .trade-hero {
        padding: 65px 0;
    }

    .trade-hero h1 {
        font-size: 2.75rem;
    }

    .trade-hero-lead {
        font-size: 1.2rem;
    }

    .trade-hero-actions {
        flex-direction: column;
    }

    .trade-hero-actions .btn {
        width: 100%;
    }

    .trade-hero-points {
        flex-direction: column;

        gap: 10px;
    }

    .call-card {
        max-width: 100%;
    }


    /* --------------------------------------------------------
       MISSED CALLS
       -------------------------------------------------------- */

    .missed-calls-section {
        padding: 70px 0;
    }

    .missed-calls-heading {
        margin-bottom: 40px;

        text-align: left;
    }

    .missed-calls-heading p {
        margin: 0;
    }

    .missed-call-consequence {
        display: block;

        padding: 26px;
    }

    .consequence-icon {
        margin-bottom: 20px;
    }

    .consequence-result {
        margin-top: 20px;

        padding-top: 20px;
    }


    /* --------------------------------------------------------
       SOLUTION
       -------------------------------------------------------- */

    .solution-section {
        padding: 70px 0;
    }

    .solution-content h2 span {
        display: inline;
    }

    .solution-feature {
        gap: 14px;
    }

    .solution-demo-header,
    .call-journey {
        padding: 23px;
    }

    .solution-demo-footer {
        padding: 17px 23px;
    }


    /* --------------------------------------------------------
       REAL CALL
       -------------------------------------------------------- */

    .call-example-section {
        padding: 75px 0;
    }

    .call-example-heading {
        margin-bottom: 40px;
    }

    .call-example-topbar {
        padding: 20px;
    }

    .call-example-active {
        display: none;
    }

    .call-example-conversation {
        padding: 28px 20px;
    }

    .call-example-shell .conversation-row {
        max-width: 92%;
    }

    .conversation-action {
        margin-left: 15px;
        margin-right: 15px;
    }

    .call-example-result {
        grid-template-columns:
                1fr 1fr;

        gap: 24px 15px;
    }

    .call-result-divider {
        display: none;
    }

    .call-result-item {
        justify-content: flex-start;
    }


    /* --------------------------------------------------------
       TRADE CAPABILITIES
       -------------------------------------------------------- */

    .trade-capabilities-section {
        padding: 75px 0;
    }

    .trade-capabilities-heading {
        margin-bottom: 40px;
    }

    .trade-capabilities-grid {
        grid-template-columns: 1fr;
    }

    .trade-capability-card {
        min-height: auto;

        padding: 26px;
    }

    .trade-calendar-strip {
        display: block;

        padding: 28px;
    }

    .trade-calendar-strip-icon {
        margin-bottom: 22px;
    }

    .trade-calendar-options {
        margin-top: 24px;

        flex-wrap: wrap;
    }


    /* --------------------------------------------------------
       MISSED VALUE
       -------------------------------------------------------- */

    .missed-value-section {
        padding: 75px 0;
    }

    .missed-value-layout {
        gap: 40px;
    }

    .missed-value-card-header {
        padding: 24px;
    }

    .missed-value-calculation {
        padding: 32px 22px 25px;
    }

    .value-number {
        font-size: 2.8rem;
    }

    .missed-value-bottom {
        display: block;

        margin-top: 45px;

        padding: 26px;
    }

    .missed-value-bottom-icon {
        margin-bottom: 18px;
    }

    .missed-value-button {
        margin-top: 20px;
    }
}


/* ============================================================
   RESPONSIVE - SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .call-example-shell .conversation-avatar {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }

    .call-example-shell .conversation-bubble {
        padding: 12px 14px;

        font-size: 0.88rem;
    }

    .appointment-booked {
        padding: 15px;
    }

    .appointment-booked-check {
        display: none;
    }


    /* --------------------------------------------------------
       TRADE CALENDAR
       -------------------------------------------------------- */

    .trade-calendar-options {
        display: grid;

        grid-template-columns:
                repeat(3, minmax(0, 1fr));
    }

    .calendar-option {
        min-width: 0;
    }


    /* --------------------------------------------------------
       MISSED VALUE
       -------------------------------------------------------- */

    .missed-value-calculation {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .missed-value-operator {
        margin: 0 auto;

        transform: rotate(90deg);
    }

    .missed-value-number {
        justify-content: center;
    }

    .missed-value-highlight {
        margin-left: 18px;
        margin-right: 18px;
    }

    .missed-value-result {
        padding: 21px;
    }
}

/* ============================================================
   INDUSTRY CATEGORY SPACING
   ============================================================ */

.industry-category-heading {
    margin-top: 70px;
    margin-bottom: 32px;
}

/* The Razor markup places each category heading after the previous
   industry grid. Give subsequent categories a clearly visible break. */
.industry-grid + .industry-category-heading {
    margin-top: 120px;
}

.industry-category-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.industry-category-heading h3 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

@media (max-width: 991.98px) {
    .industry-category-heading {
        margin-top: 60px;
        margin-bottom: 28px;
    }

    .industry-grid + .industry-category-heading {
        margin-top: 95px;
    }
}

@media (max-width: 767.98px) {
    .industry-category-heading {
        margin-top: 48px;
        margin-bottom: 24px;
    }

    .industry-grid + .industry-category-heading {
        margin-top: 75px;
    }

    .industry-category-heading > span {
        margin-bottom: 8px;
        font-size: 0.72rem;
    }

    .industry-category-heading h3 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    .industry-grid + .industry-category-heading {
        margin-top: 65px;
    }

    .industry-category-heading h3 {
        font-size: 1.6rem;
    }
}



/* ============================================================
   TRADE FAQ
   ============================================================ */

/*
   The TradeFaq component renders a .trade-faq-section wrapper.
   Apply the separation to that rendered section rather than to
   .trade-faq (which is not present in the component markup).
*/
.trade-faq-section {
    margin-top: 0;
    padding: 70px 0 90px;
    background: #f8fafc;
}

.trade-faq-heading {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.trade-faq-heading h2 {
    margin: 0 0 18px;
    color: #0f172a;
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.trade-faq-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.75;
}

.trade-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.trade-faq-item {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
}

.trade-faq-item:last-child {
    margin-bottom: 0;
}

.trade-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.trade-faq-item summary::-webkit-details-marker {
    display: none;
}

.trade-faq-item summary i {
    flex: 0 0 auto;
    color: #2563eb;
    font-size: 1.05rem;
    transition: transform 0.2s ease;
}

.trade-faq-item[open] summary i {
    transform: rotate(45deg);
}

.trade-faq-item[open] summary {
    color: #1d4ed8;
}

.trade-faq-answer {
    padding: 0 24px 23px;
}

.trade-faq-answer p {
    max-width: 780px;
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.75;
}

@media (max-width: 767.98px) {
    .trade-faq-section {
        margin-top: 0;
        padding: 55px 0 70px;
    }

    .trade-faq-heading {
        margin-bottom: 36px;
        text-align: left;
    }

    .trade-faq-heading p {
        margin: 0;
    }

    .trade-faq-item summary {
        padding: 19px 20px;
    }

    .trade-faq-answer {
        padding: 0 20px 20px;
    }
}
