/*
 * Textly global styles
 */

/* =========================================================
   Brand variables
   ========================================================= */

:root {
    --tl-blue: #168bff;
    --tl-blue-button: #0875d1;
    --tl-blue-hover: #0664b5;
    --tl-aqua: #20c7b5;
    --tl-heading: #2563a8;
    --tl-text: #334155;
    --tl-muted: #64748b;
    --tl-light-blue: #f3f9ff;
    --tl-border: #dbeafe;
    --tl-white: #ffffff;
    --tl-shadow: 0 24px 60px rgba(37, 99, 168, 0.16);
}


/* =========================================================
   Full-width hero Divi overrides
   ========================================================= */

.tl-hero-section.et_pb_section {
    padding: 0 !important;
}

.tl-hero-section > .et_pb_row {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.tl-hero-section .et_pb_column,
.tl-hero-section .et_pb_code,
.tl-hero-section .et_pb_code_inner {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================================
   Homepage hero
   ========================================================= */

.tl-hero,
.tl-hero * {
    box-sizing: border-box;
}

.tl-hero {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(32, 199, 181, 0.14),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            var(--tl-light-blue) 100%
        );
    color: var(--tl-text);
    font-family: "Nunito Sans", sans-serif;
}

.tl-container {
    width: min(1200px, calc(100% - 48px));
    margin-inline: auto;
}

.tl-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: center;
    min-height: 690px;
    padding-block: 88px;
}

.tl-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 7px 14px;
    border: 1px solid rgba(22, 139, 255, 0.2);
    border-radius: 999px;
    background: rgba(22, 139, 255, 0.08);
    color: var(--tl-blue-button);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tl-hero h1 {
    max-width: 720px;
    margin: 0;
    padding: 0;
    color: var(--tl-heading);
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.tl-hero__intro {
    max-width: 650px;
    margin: 26px 0 0;
    padding: 0;
    color: var(--tl-text);
    font-size: 20px;
    line-height: 1.65;
}

.tl-hero__support {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin: 24px 0 0;
    padding: 0;
    color: var(--tl-muted);
    font-size: 15px;
    line-height: 1.5;
}

.tl-hero__support span {
    color: var(--tl-aqua);
    font-weight: 800;
}


/* =========================================================
   Buttons
   ========================================================= */

.tl-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.tl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.tl-button:hover {
    transform: translateY(-2px);
}

.tl-button:focus-visible {
    outline: 3px solid rgba(22, 139, 255, 0.35);
    outline-offset: 3px;
}

.tl-button--primary {
    background: var(--tl-blue-button);
    color: var(--tl-white);
    box-shadow: 0 10px 24px rgba(8, 117, 209, 0.22);
}

.tl-button--primary:hover {
    background: var(--tl-blue-hover);
    color: var(--tl-white);
}

.tl-button--secondary {
    border-color: rgba(8, 117, 209, 0.35);
    background: var(--tl-white);
    color: var(--tl-blue-button);
}

.tl-button--secondary:hover {
    border-color: var(--tl-blue-button);
    background: #eaf5ff;
    color: var(--tl-blue-hover);
}


/* =========================================================
   Hero product preview
   ========================================================= */

.tl-hero__visual {
    position: relative;
}

.tl-hero__visual::before {
    position: absolute;
    inset: 8% -8% -8% 8%;
    z-index: 0;
    border-radius: 40px;
    background: rgba(32, 199, 181, 0.1);
    content: "";
    transform: rotate(3deg);
}

.tl-product-preview {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--tl-border);
    border-radius: 18px;
    background: var(--tl-white);
    box-shadow: var(--tl-shadow);
}

.tl-preview-topbar {
    position: relative;
    display: flex;
    min-height: 64px;
    padding: 8px 16px;
    align-items: center;
    justify-content: space-between;
    background: #1976c9;
    color: var(--tl-white);
}

.tl-preview-menu {
    font-size: 18px;
    line-height: 1;
}

.tl-preview-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1.15;
    transform: translate(-50%, -50%);
}

.tl-preview-brand strong {
    font-size: 17px;
}

.tl-preview-brand span {
    margin-top: 4px;
    font-size: 11px;
    opacity: 0.85;
}

.tl-preview-avatar {
    display: grid;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 800;
    place-items: center;
}

.tl-preview-workspace {
    display: grid;
    grid-template-columns: 36% 64%;
    min-height: 410px;
}


/* =========================================================
   Preview contact list
   ========================================================= */

.tl-preview-contacts {
    border-right: 1px solid #dce5ee;
    background: #f3f5f7;
}

.tl-preview-panel-title {
    display: flex;
    padding: 18px 14px 12px;
    align-items: center;
    justify-content: space-between;
    color: #1f2937;
    font-size: 13px;
}

.tl-preview-search {
    margin: 0 10px 12px;
    padding: 9px 10px;
    border: 1px solid #d6dee7;
    border-radius: 5px;
    background: var(--tl-white);
    color: #94a3b8;
    font-size: 10px;
}

.tl-preview-contact {
    display: flex;
    gap: 8px;
    min-width: 0;
    padding: 12px 10px;
    align-items: center;
    border-top: 1px solid #e2e8f0;
    color: var(--tl-text);
}

.tl-preview-contact:first-of-type {
    background: #e4e8ec;
}

.tl-preview-contact > span:last-child {
    min-width: 0;
}

.tl-preview-contact strong,
.tl-preview-contact small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tl-preview-contact strong {
    font-size: 10px;
}

.tl-preview-contact small {
    margin-top: 2px;
    color: #718096;
    font-size: 8px;
}

.tl-preview-initial {
    display: grid;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    border-radius: 50%;
    background: #dbeafe;
    color: var(--tl-blue-button);
    font-size: 9px;
    font-weight: 800;
    place-items: center;
}


/* =========================================================
   Preview conversation panel
   ========================================================= */

.tl-preview-chat {
    display: flex;
    min-width: 0;
    background: var(--tl-white);
    flex-direction: column;
}

.tl-preview-chat-header {
    display: flex;
    min-height: 58px;
    padding: 12px 14px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0;
    color: #1f2937;
}

.tl-preview-chat-header strong,
.tl-preview-chat-header small {
    display: block;
}

.tl-preview-chat-header strong {
    font-size: 13px;
}

.tl-preview-chat-header small {
    margin-top: 2px;
    color: var(--tl-muted);
    font-size: 9px;
}

.tl-preview-chat-header > span {
    color: var(--tl-aqua);
    font-size: 9px;
}

.tl-preview-messages {
    display: flex;
    padding: 20px 13px;
    flex: 1;
    flex-direction: column;
    gap: 15px;
    background: #fbfdff;
}

.tl-preview-message {
    max-width: 88%;
    padding: 11px 12px;
    border-radius: 10px;
    color: #1f2937;
    font-size: 11px;
    line-height: 1.4;
}

.tl-preview-message small {
    display: block;
    margin-top: 5px;
    font-size: 8px;
    text-align: right;
    opacity: 0.65;
}

.tl-preview-message--incoming {
    align-self: flex-start;
    border: 1px solid #dce5ee;
    border-bottom-left-radius: 3px;
    background: var(--tl-white);
}

.tl-preview-message--outgoing {
    align-self: flex-end;
    border-bottom-right-radius: 3px;
    background: #b9dcf7;
}

.tl-preview-scheduled {
    align-self: center;
    margin-top: auto;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(32, 199, 181, 0.12);
    color: #087d72;
    font-size: 8px;
    font-weight: 700;
}

.tl-preview-compose {
    display: flex;
    gap: 7px;
    padding: 11px;
    align-items: center;
    border-top: 1px solid #e2e8f0;
    color: #94a3b8;
    font-size: 9px;
}

.tl-preview-compose > span {
    padding: 9px;
    flex: 1;
    border: 1px solid #b8c6d5;
    border-radius: 4px;
}

.tl-preview-compose button {
    padding: 10px 11px;
    border: 0;
    border-radius: 4px;
    background: #1976c9;
    color: var(--tl-white);
    font-family: inherit;
    font-size: 9px;
    font-weight: 700;
    pointer-events: none;
}

.tl-preview-caption {
    position: relative;
    z-index: 1;
    margin-top: 14px;
    color: var(--tl-muted);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 980px) {
    .tl-container {
        width: min(720px, calc(100% - 40px));
    }

    .tl-hero__grid {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-block: 72px;
    }

    .tl-hero__content {
        text-align: center;
    }

    .tl-hero h1,
    .tl-hero__intro {
        margin-inline: auto;
    }

    .tl-button-group,
    .tl-hero__support {
        justify-content: center;
    }
}


/* =========================================================
   Phone
   ========================================================= */

@media (max-width: 600px) {
    .tl-container {
        width: min(100% - 28px, 520px);
    }

    .tl-hero__grid {
        gap: 46px;
        padding-block: 56px;
    }

    .tl-hero h1 {
        font-size: 40px;
    }

    .tl-hero__intro {
        font-size: 18px;
    }

    .tl-button-group {
        flex-direction: column;
    }

    .tl-button {
        width: 100%;
    }

    .tl-preview-workspace {
        grid-template-columns: 1fr;
    }

    .tl-preview-contacts {
        display: none;
    }

    .tl-preview-chat {
        min-height: 390px;
    }
}

/* =========================================================
   Standard Divi code sections
   ========================================================= */

.tl-code-section.et_pb_section {
    padding: 0 !important;
}

.tl-code-section > .et_pb_row {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.tl-code-section .et_pb_column,
.tl-code-section .et_pb_code,
.tl-code-section .et_pb_code_inner {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================================
   Standard content sections
   ========================================================= */

.tl-section,
.tl-section * {
    box-sizing: border-box;
}

.tl-section {
    padding-block: 96px;
    color: var(--tl-text);
    font-family: "Nunito Sans", sans-serif;
}

.tl-section-heading {
    max-width: 760px;
    margin: 0 auto 64px;
    text-align: center;
}

.tl-section-heading h2 {
    margin: 0;
    padding: 0;
    color: var(--tl-heading);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.tl-section-heading > p {
    margin: 20px auto 0;
    padding: 0;
    color: var(--tl-muted);
    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   Benefits section
   ========================================================= */

.tl-benefits {
    background: var(--tl-white);
}

.tl-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tl-benefit {
    padding: 0 30px;
}

.tl-benefit + .tl-benefit {
    border-left: 1px solid #e2e8f0;
}

.tl-benefit__icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border-radius: 15px;
    background: rgba(22, 139, 255, 0.1);
    color: var(--tl-blue-button);
    place-items: center;
}

.tl-benefit__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tl-benefit h3 {
    margin: 0;
    padding: 0;
    color: var(--tl-heading);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.tl-benefit p {
    margin: 13px 0 0;
    padding: 0;
    color: var(--tl-text);
    font-size: 16px;
    line-height: 1.65;
}


/* =========================================================
   Benefits tablet
   ========================================================= */

@media (max-width: 980px) {
    .tl-section {
        padding-block: 80px;
    }

    .tl-section-heading {
        margin-bottom: 48px;
    }

    .tl-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 42px;
    }

    .tl-benefit {
        padding: 0 28px;
    }

    .tl-benefit:nth-child(3) {
        border-left: 0;
    }
}


/* =========================================================
   Benefits phone
   ========================================================= */

@media (max-width: 600px) {
    .tl-section {
        padding-block: 64px;
    }

    .tl-section-heading {
        margin-bottom: 42px;
    }

    .tl-section-heading h2 {
        font-size: 32px;
    }

    .tl-section-heading > p {
        font-size: 17px;
    }

    .tl-benefits-grid {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .tl-benefit {
        padding: 30px 0;
    }

    .tl-benefit:first-child {
        padding-top: 0;
    }

    .tl-benefit:last-child {
        padding-bottom: 0;
    }

    .tl-benefit + .tl-benefit {
        border-top: 1px solid #e2e8f0;
        border-left: 0;
    }
}

/* =========================================================
   Capabilities section
   ========================================================= */

.tl-capabilities {
    background:
        radial-gradient(
            circle at 5% 15%,
            rgba(32, 199, 181, 0.1),
            transparent 28%
        ),
        var(--tl-light-blue);
}

.tl-capabilities__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(60px, 8vw, 110px);
    align-items: start;
}

.tl-capabilities__intro {
    position: sticky;
    top: 40px;
}

.tl-capabilities__intro h2 {
    margin: 0;
    padding: 0;
    color: var(--tl-heading);
    font-size: clamp(36px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.tl-capabilities__intro > p {
    margin: 24px 0 30px;
    padding: 0;
    color: var(--tl-text);
    font-size: 18px;
    line-height: 1.7;
}

.tl-feature-list {
    border-top: 1px solid rgba(37, 99, 168, 0.18);
}

.tl-feature-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 20px;
    padding: 27px 0;
    border-bottom: 1px solid rgba(37, 99, 168, 0.18);
}

.tl-feature-row__number {
    color: var(--tl-aqua);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.tl-feature-row h3 {
    margin: 0;
    padding: 0;
    color: var(--tl-heading);
    font-size: 22px;
    font-weight: : 800;
    line-height: 1.3;
}

.tl-feature-row p {
    margin: 9px 0 0;
    padding: 0;
    color: var(--tl-text);
    font-size: 16px;
    line-height: 1.65;
}


/* =========================================================
   Capabilities tablet and phone
   ========================================================= */

@media (max-width: 980px) {
    .tl-capabilities__grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .tl-capabilities__intro {
        position: static;
        max-width: 700px;
        text-align: center;
        margin-inline: auto;
    }
}

@media (max-width: 600px) {
    .tl-capabilities__intro h2 {
        font-size: 32px;
    }

    .tl-capabilities__intro > p {
        font-size: 17px;
    }

    .tl-feature-row {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding: 24px 0;
    }

    .tl-feature-row h3 {
        font-size: 20px;
    }
}

/* =========================================================
   Personal onboarding
   ========================================================= */

.tl-onboarding {
    background: var(--tl-white);
}

.tl-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    margin-top: 8px;
}

.tl-step {
    position: relative;
    text-align: center;
}

.tl-step:not(:last-child)::after {
    position: absolute;
    top: 31px;
    left: calc(50% + 44px);
    width: calc(100% - 40px);
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(22, 139, 255, 0.35),
        rgba(32, 199, 181, 0.35)
    );
    content: "";
}

.tl-step__marker {
    position: relative;
    z-index: 1;
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border: 2px solid rgba(22, 139, 255, 0.2);
    border-radius: 50%;
    background: var(--tl-white);
    place-items: center;
}

.tl-step__marker span {
    display: grid;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--tl-blue-button);
    color: var(--tl-white);
    font-size: 20px;
    font-weight: 800;
    place-items: center;
}

.tl-step h3 {
    margin: 0;
    padding: 0;
    color: var(--tl-heading);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.3;
}

.tl-step p {
    max-width: 330px;
    margin: 14px auto 0;
    padding: 0;
    color: var(--tl-text);
    font-size: 16px;
    line-height: 1.7;
}

.tl-onboarding__action {
    display: flex;
    gap: 28px;
    max-width: 850px;
    margin: 64px auto 0;
    padding-top: 34px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e2e8f0;
}

.tl-onboarding__action p {
    max-width: 560px;
    margin: 0;
    padding: 0;
    color: var(--tl-text);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
}


/* =========================================================
   Onboarding tablet and phone
   ========================================================= */

@media (max-width: 980px) {
    .tl-steps {
        gap: 30px;
    }

    .tl-step:not(:last-child)::after {
        left: calc(50% + 38px);
        width: calc(100% - 28px);
    }

    .tl-onboarding__action {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .tl-steps {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tl-step {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 18px;
        padding-bottom: 38px;
        text-align: left;
    }

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

    .tl-step:not(:last-child)::after {
        top: 58px;
        bottom: 0;
        left: 28px;
        width: 2px;
        height: auto;
    }

    .tl-step__marker {
        width: 58px;
        height: 58px;
        margin: 0;
    }

    .tl-step__marker span {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .tl-step p {
        margin-left: 0;
    }

    .tl-onboarding__action {
        margin-top: 48px;
    }

    .tl-onboarding__action .tl-button {
        width: 100%;
    }
}

/* =========================================================
   Audiences and industries
   ========================================================= */

.tl-audiences {
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(22, 139, 255, 0.1),
            transparent 30%
        ),
        #f1fbfa;
}

.tl-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(50px, 8vw, 100px);
}

.tl-audience {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
    padding: 32px 0;
    border-top: 1px solid rgba(37, 99, 168, 0.16);
}

.tl-audience:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(37, 99, 168, 0.16);
}

.tl-audience__icon {
    display: grid;
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: var(--tl-white);
    color: var(--tl-blue-button);
    box-shadow: 0 8px 24px rgba(37, 99, 168, 0.09);
    place-items: center;
}

.tl-audience__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tl-audience h3 {
    margin: 0;
    padding: 0;
    color: var(--tl-heading);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.tl-audience p {
    margin: 10px 0 0;
    padding: 0;
    color: var(--tl-text);
    font-size: 16px;
    line-height: 1.65;
}

.tl-audiences__action {
    display: flex;
    gap: 30px;
    margin-top: 46px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tl-audiences__action p {
    max-width: 620px;
    margin: 0;
    padding: 0;
    color: var(--tl-text);
    font-size: 17px;
    line-height: 1.6;
}

.tl-audiences__action a {
    color: var(--tl-blue-button);
    font-size: 17px;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none;
}

.tl-audiences__action a:hover {
    color: var(--tl-blue-hover);
}


/* =========================================================
   Audiences phone
   ========================================================= */

@media (max-width: 700px) {
    .tl-audience-grid {
        grid-template-columns: 1fr;
    }

    .tl-audience:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .tl-audience:last-child {
        border-bottom: 1px solid rgba(37, 99, 168, 0.16);
    }

    .tl-audiences__action {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .tl-audience {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
    }

    .tl-audience__icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    .tl-audience__icon svg {
        width: 23px;
        height: 23px;
    }
}

/* =========================================================
   Pricing preview
   ========================================================= */

.tl-pricing {
    background: var(--tl-white);
}

.tl-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin-inline: auto;
    align-items: stretch;
}

.tl-price-card {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 34px 26px;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    background: var(--tl-white);
    flex-direction: column;
}

.tl-price-card--featured {
    border: 2px solid var(--tl-blue);
    box-shadow: 0 22px 50px rgba(37, 99, 168, 0.14);
}

.tl-price-card__badge {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 7px 13px;
    border-radius: 0 0 9px 9px;
    background: var(--tl-aqua);
    color: #075f57;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tl-price-card__header h3 {
    margin: 0;
    padding: 0;
    color: var(--tl-heading);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.tl-price-card__header p {
    min-height: 72px;
    margin: 10px 0 0;
    padding: 0;
    color: var(--tl-muted);
    font-size: 14px;
    line-height: 1.55;
}

.tl-price {
    display: flex;
    margin-top: 24px;
    align-items: flex-start;
    color: var(--tl-heading);
}

.tl-price__currency {
    margin-top: 7px;
    font-size: 21px;
    font-weight: 800;
}

.tl-price strong {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.tl-price__period {
    margin: 23px 0 0 5px;
    color: var(--tl-muted);
    font-size: 13px;
}

.tl-price-card__allowance {
    min-height: 72px;
    margin-top: 17px;
    padding-bottom: 21px;
    border-bottom: 1px solid #e2e8f0;
    color: var(--tl-text);
    font-size: 15px;
    line-height: 1.5;
}

.tl-price-features {
    display: grid;
    gap: 13px;
    margin: 23px 0 28px;
    padding: 0;
    list-style: none;
}

.tl-price-features li {
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: var(--tl-text);
    font-size: 14px;
    line-height: 1.5;
}

.tl-price-features li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tl-aqua);
    content: "✓";
    font-size: 16px;
    font-weight: 900;
}

.tl-price-card .tl-button {
    width: 100%;
    margin-top: auto;
    padding-inline: 14px;
}

.tl-pricing-note {
    max-width: 820px;
    margin: 36px auto 0;
    color: var(--tl-muted);
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
}

.tl-pricing-note strong {
    color: var(--tl-text);
}

.tl-pricing-link {
    margin-top: 20px;
    text-align: center;
}

.tl-pricing-link a {
    color: var(--tl-blue-button);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.tl-pricing-link a:hover {
    color: var(--tl-blue-hover);
}


/* =========================================================
   Pricing tablet and phone
   ========================================================= */

@media (max-width: 1100px) {
    .tl-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 820px;
    }

    .tl-price-card__header p,
    .tl-price-card__allowance {
        min-height: auto;
    }
}

@media (max-width: 650px) {
    .tl-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
}

@media (max-width: 480px) {
    .tl-price-card {
        padding: 36px 26px;
    }

    .tl-price-card__badge {
        right: 20px;
    }
}

/* =========================================================
   Frequently asked questions
   ========================================================= */

.tl-faq {
    background: var(--tl-light-blue);
}

.tl-faq__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(60px, 9vw, 120px);
    align-items: start;
}

.tl-faq__intro {
    position: sticky;
    top: 40px;
}

.tl-faq__intro h2 {
    margin: 0;
    padding: 0;
    color: var(--tl-heading);
    font-size: clamp(36px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.tl-faq__intro > p {
    margin: 22px 0 0;
    padding: 0;
    color: var(--tl-text);
    font-size: 18px;
    line-height: 1.7;
}

.tl-faq__contact {
    display: inline-block;
    margin-top: 26px;
    color: var(--tl-blue-button);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.tl-faq__contact:hover {
    color: var(--tl-blue-hover);
}

.tl-faq__items {
    border-top: 1px solid rgba(37, 99, 168, 0.2);
}

.tl-faq-item {
    border-bottom: 1px solid rgba(37, 99, 168, 0.2);
}

.tl-faq-item summary {
    position: relative;
    padding: 24px 48px 24px 0;
    color: var(--tl-heading);
    cursor: pointer;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.4;
    list-style: none;
}

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

.tl-faq-item summary::after {
    position: absolute;
    top: 50%;
    right: 4px;
    display: grid;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(22, 139, 255, 0.1);
    color: var(--tl-blue-button);
    content: "+";
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    transform: translateY(-50%);
    transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
    place-items: center;
}

.tl-faq-item[open] summary::after {
    background: var(--tl-blue-button);
    color: var(--tl-white);
    content: "−";
}

.tl-faq-item summary:hover {
    color: var(--tl-blue-button);
}

.tl-faq-item summary:focus-visible {
    border-radius: 4px;
    outline: 3px solid rgba(22, 139, 255, 0.25);
    outline-offset: 3px;
}

.tl-faq-item__answer {
    padding: 0 48px 25px 0;
}

.tl-faq-item__answer p {
    margin: 0;
    padding: 0;
    color: var(--tl-text);
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   FAQ tablet and phone
   ========================================================= */

@media (max-width: 980px) {
    .tl-faq__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .tl-faq__intro {
        position: static;
        max-width: 700px;
        margin-inline: auto;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .tl-faq__intro h2 {
        font-size: 32px;
    }

    .tl-faq__intro > p {
        font-size: 17px;
    }

    .tl-faq-item summary {
        padding-block: 21px;
        font-size: 18px;
    }

    .tl-faq-item__answer {
        padding-right: 0;
    }
}

/* =========================================================
   Final call to action
   ========================================================= */

.tl-cta,
.tl-cta * {
    box-sizing: border-box;
}

.tl-cta {
    position: relative;
    overflow: hidden;
    padding-block: 96px;
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(32, 199, 181, 0.32),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(255, 255, 255, 0.14),
            transparent 28%
        ),
        var(--tl-blue-button);
    color: var(--tl-white);
    font-family: "Nunito Sans", sans-serif;
}

.tl-cta__content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    text-align: center;
}

.tl-cta__eyebrow {
    margin-bottom: 18px;
    color: #bff8f1;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.tl-cta h2 {
    margin: 0;
    padding: 0;
    color: var(--tl-white);
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.tl-cta__content > p {
    max-width: 700px;
    margin: 23px auto 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 19px;
    line-height: 1.7;
}

.tl-cta__buttons {
    justify-content: center;
    margin-top: 32px;
}

.tl-cta .tl-button--primary {
    background: var(--tl-white);
    color: var(--tl-blue-button);
    box-shadow: 0 12px 28px rgba(0, 44, 86, 0.2);
}

.tl-cta .tl-button--primary:hover {
    background: #eaf5ff;
    color: var(--tl-blue-hover);
}

.tl-cta .tl-button--secondary {
    border-color: rgba(255, 255, 255, 0.75);
    background: transparent;
    color: var(--tl-white);
}

.tl-cta .tl-button--secondary:hover {
    border-color: var(--tl-white);
    background: rgba(255, 255, 255, 0.12);
    color: var(--tl-white);
}

.tl-cta__support {
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
}

.tl-cta__support a {
    color: var(--tl-white);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 3px;
}

.tl-cta__support a:hover {
    text-decoration-color: var(--tl-white);
}


/* =========================================================
   Call to action phone
   ========================================================= */

@media (max-width: 600px) {
    .tl-cta {
        padding-block: 72px;
    }

    .tl-cta h2 {
        font-size: 36px;
    }

    .tl-cta__content > p {
        font-size: 17px;
    }

    .tl-cta__buttons {
        flex-direction: column;
    }

    .tl-cta__buttons .tl-button {
        width: 100%;
    }
}
