/* === LL_FILE_START === */
/* File: my-ads.css */
/* Description: Dashboard Grow styles for newsletter sponsorship, the Complete Business Builder System, hidden Smart Facebook Campaigns, and AI Receptionist */

/* ---------------------------------
   Selected value in the dropdown
   --------------------------------- */

.ll-ns-target-select.ll-target-status-none {
    color: #666;
    background-color: #fff;
    border-color: #d6d6d6;
    font-weight: 400;
}

.ll-ns-target-select.ll-target-status-published {
    color: #222;
    background-color: #fff;
    border-color: #999;
    font-weight: 600;
}

.ll-ns-target-select.ll-target-status-pending,
.ll-ns-target-select.ll-target-status-draft {
    color: #888;
    background-color: #fff;
    border-color: #d6d6d6;
    font-weight: 400;
}


/* ---------------------------------
   Dropdown options
   --------------------------------- */

.ll-ns-target-select option.ll-target-option-status-none {
    color: #666;
    background-color: #fff;
}

.ll-ns-target-select option.ll-target-option-status-published {
    color: #222;
    background-color: #fff;
    font-weight: 600;
}

.ll-ns-target-select option.ll-target-option-status-pending,
.ll-ns-target-select option.ll-target-option-status-draft {
    color: #888;
    background-color: #fff;
    font-weight: 400;
}

.ll-ns-target-select option:disabled {
    color: #888;
    background-color: #f4f4f4;
    font-weight: 400;
}

/* ---------------------------------
   Complete Business Builder System
   --------------------------------- */

.ll-business-builder-dashboard-panel {
    max-width: 1120px;
    margin: 0 auto 2em;
}

.ll-business-builder-interest-form {
    margin: 0;
}

.ll-business-builder-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 34px;
    align-items: stretch;
    margin: 18px 0 28px;
}

.ll-business-builder-hero__copy {
    min-width: 0;
    padding: 16px 4px 10px 0;
}

.ll-business-builder-eyebrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 13px;
    color: #0b3c6e;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.045em;
    line-height: 1.25;
    text-transform: uppercase;
}

.ll-business-builder-eyebrow span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #e8f3ff;
    color: #0b66e4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.ll-business-builder-price-callout {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    margin: 0 0 18px;
    padding: 11px 17px;
    border: 2px solid #f1b72c;
    border-radius: 14px;
    background: #fff8df;
    box-shadow: 0 8px 20px rgba(160, 112, 0, 0.1);
}

.ll-business-builder-price-callout__amount {
    color: #0b66e4;
    font-size: clamp(38px, 4vw, 50px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.95;
}

.ll-business-builder-price-callout__term {
    color: #4b3a08;
    font-size: 16px;
    font-weight: 850;
}

.ll-business-builder-price-callout__term small {
    display: block;
    margin-top: 2px;
    color: #6a5a2c;
    font-size: 11px;
    font-weight: 750;
}

.ll-business-builder-hero__copy h2 {
    margin: 0 0 7px;
    color: #12345a;
    font-size: clamp(32px, 3.25vw, 44px);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.ll-business-builder-hero__lead {
    margin: 0 0 16px;
    color: #0b66e4;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 850;
    line-height: 1.22;
}

.ll-business-builder-hero__copy > p:not(.ll-business-builder-eyebrow):not(.ll-business-builder-hero__lead):not(.ll-business-builder-hero__promise):not(.ll-business-builder-messaging-note) {
    margin: 0 0 13px;
    color: #26394d;
    font-size: 16px;
    line-height: 1.6;
}

.ll-business-builder-hero__promise {
    margin: 18px 0;
    color: #12345a;
    font-size: 17px;
    line-height: 1.5;
}

.ll-business-builder-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 22px 0 18px;
    padding: 0;
    list-style: none;
}

.ll-business-builder-benefits li {
    position: relative;
    margin: 0;
    padding: 0 0 0 29px;
    color: #17233a;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.42;
}

.ll-business-builder-benefits li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #0b66e4;
    color: #fff;
    content: "✓";
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.ll-business-builder-messaging-note {
    margin: 18px 0 0;
    padding: 12px 14px;
    border: 1px solid #d8e5f2;
    border-radius: 10px;
    background: #f7fbff;
    color: #425466;
    font-size: 13px;
    line-height: 1.5;
}

.ll-business-builder-flow-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 30px 28px 26px;
    border-radius: 18px;
    background: linear-gradient(180deg, #123d6b 0%, #0c4d86 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(18, 52, 90, 0.18);
}

.ll-business-builder-flow-card__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #bcdcff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ll-business-builder-flow-card h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.16;
}

.ll-business-builder-flow-list {
    display: grid;
    gap: 17px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ll-business-builder-flow-list li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0;
}

.ll-business-builder-flow-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #0d4c83;
    font-size: 15px;
    font-weight: 900;
}

.ll-business-builder-flow-list strong {
    display: block;
    margin: 0 0 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

.ll-business-builder-flow-list p {
    margin: 0;
    color: #e3f0fb;
    font-size: 13px;
    line-height: 1.42;
}

.ll-business-builder-flow-card__callout {
    margin-top: auto;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
}

.ll-business-builder-flow-card__callout strong,
.ll-business-builder-flow-card__callout span {
    display: block;
}

.ll-business-builder-flow-card__callout strong {
    margin-bottom: 4px;
    color: #fff4b0;
    font-size: 15px;
}

.ll-business-builder-flow-card__callout span {
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
}

.ll-business-builder-interest-card {
    display: grid;
    gap: 13px;
    margin: 0 0 22px;
    padding: 22px 24px;
    border: 1px solid #d7e1ea;
    border-radius: 14px;
    background: #f7fbff;
}

.ll-business-builder-interest-prompt,
.ll-business-builder-interest-saved {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.ll-business-builder-interest-card__copy h3,
.ll-business-builder-interest-saved__copy h3 {
    margin: 0 0 5px;
    color: #12345a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

.ll-business-builder-interest-card__copy p,
.ll-business-builder-interest-saved__copy p {
    margin: 0;
    color: #52606d;
    font-size: 14px;
    line-height: 1.5;
}

.ll-business-builder-interest-card__notice {
    margin-top: 7px !important;
    color: #8a4b08 !important;
    font-weight: 700;
}

.ll-business-builder-interest-saved {
    justify-content: flex-start;
}

.ll-business-builder-interest-saved__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e7f7ec;
    color: #18743b;
    font-size: 23px;
    font-weight: 900;
}

.ll-business-builder-interest-saved__copy > span {
    display: block;
    margin-bottom: 3px;
    color: #41617f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ll-business-builder-change-response,
.ll-business-builder-remove-interest,
.ll-business-builder-cancel-change {
    padding: 0;
    border: 0;
    background: transparent;
    color: #0759c7;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ll-business-builder-change-response {
    margin-top: 8px;
}

.ll-business-builder-interest-change {
    padding-top: 12px;
    border-top: 1px solid #d7e1ea;
    color: #52606d;
    font-size: 13px;
    line-height: 1.45;
}

.ll-business-builder-interest-change__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
}

.ll-business-builder-remove-interest {
    color: #a3352d;
}

.ll-business-builder-interest-status {
    min-height: 18px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.ll-business-builder-interest-status-saving {
    color: #41617f;
}

.ll-business-builder-interest-status-success {
    color: #18743b;
}

.ll-business-builder-interest-status-error {
    color: #b42318;
}

.ll-business-builder-interest-card [hidden] {
    display: none !important;
}

@media (max-width: 900px) {
    .ll-business-builder-hero {
        grid-template-columns: 1fr;
    }

    .ll-business-builder-flow-card {
        min-height: 0;
    }
}

@media (max-width: 680px) {
    .ll-business-builder-benefits {
        grid-template-columns: 1fr;
    }

    .ll-business-builder-interest-prompt,
    .ll-business-builder-interest-saved {
        align-items: stretch;
        flex-direction: column;
    }

    .ll-business-builder-interest-prompt .ll-btn {
        width: 100%;
    }
}

/* ---------------------------------
   Smart Facebook Campaigns preview
   --------------------------------- */

.ll-coming-soon-tab-label {
    display: inline-block;
    margin-left: 0.45rem;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: #e8f0ff;
    color: #0759c7;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
}

.ll-social-advertising-dashboard-panel {
    max-width: 1120px;
    margin: 0 auto 2em;
}

.ll-social-advertising-interest-form {
    margin: 0;
}

.ll-social-advertising-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    gap: 36px;
    align-items: stretch;
    margin: 18px 0 28px;
}

.ll-social-advertising-hero__copy {
    min-width: 0;
    padding: 18px 6px 18px 0;
}

.ll-social-advertising-eyebrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 13px;
    color: #0b3c6e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1.25;
    text-transform: uppercase;
}

.ll-social-advertising-eyebrow span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #e8f3ff;
    color: #0b66e4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.ll-social-advertising-price-callout {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    padding: 12px 18px 12px 20px;
    border: 2px solid #f1b72c;
    border-radius: 14px;
    background: #fff8df;
    box-shadow: 0 8px 20px rgba(160, 112, 0, 0.1);
}

.ll-social-advertising-price-callout__label {
    color: #4b3a08;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.ll-social-advertising-price-callout__amount {
    color: #0b66e4;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 0.95;
}

.ll-social-advertising-hero__copy h2 {
    margin: 0 0 16px;
    color: #12345a;
    font-size: clamp(32px, 3.25vw, 44px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.ll-social-advertising-hero__copy h2::after {
    content: "";
    display: block;
    width: 76px;
    height: 4px;
    margin-top: 17px;
    border-radius: 999px;
    background: #f5b82e;
}

.ll-social-advertising-lead {
    max-width: 650px;
    margin: 0 0 14px;
    color: #102033;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
}

.ll-social-advertising-intro {
    max-width: 650px;
    margin: 0 0 22px;
    color: #334155;
    font-size: 17px;
    line-height: 1.55;
}

.ll-social-advertising-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ll-social-advertising-benefits li {
    position: relative;
    min-height: 34px;
    padding-left: 42px;
    color: #17233a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.ll-social-advertising-benefits li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0b66e4;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.ll-social-advertising-flow {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 30px;
    border-radius: 18px;
    background: linear-gradient(145deg, #082b54 0%, #0b4b80 100%);
    color: #fff;
    box-shadow: 0 18px 40px rgba(15, 55, 95, 0.18);
}

.ll-social-advertising-flow__label {
    margin: 0 0 7px;
    color: #b9dcff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ll-social-advertising-flow h3 {
    margin: 0 0 23px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.ll-social-advertising-flow__steps {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.ll-social-advertising-flow__steps li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    margin: 0;
}

.ll-social-advertising-flow__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #0b4b80;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.ll-social-advertising-flow__steps strong,
.ll-social-advertising-flow__steps li div > span {
    display: block;
}

.ll-social-advertising-flow__steps strong {
    margin: 0 0 3px;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
}

.ll-social-advertising-flow__steps li div > span {
    color: #dbeafe;
    font-size: 14px;
    line-height: 1.45;
}

.ll-social-advertising-flow__promise {
    margin-top: auto;
    padding: 20px 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.1);
}

.ll-social-advertising-flow__promise strong,
.ll-social-advertising-flow__promise span {
    display: block;
}

.ll-social-advertising-flow__promise strong {
    margin-bottom: 5px;
    color: #fff3c4;
    font-size: 17px;
}

.ll-social-advertising-flow__promise span {
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
}

.ll-social-advertising-interest-card {
    margin: 0;
    padding: 25px 28px;
    border: 1px solid #d9e2e7;
    border-radius: 16px;
    background: #f8fbff;
}

.ll-social-advertising-interest-prompt {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px 34px;
    align-items: center;
}

.ll-social-advertising-interest-card__copy h3,
.ll-social-advertising-interest-saved__copy h3 {
    margin: 0 0 7px;
    color: #12345a;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
}

.ll-social-advertising-interest-card__copy p,
.ll-social-advertising-interest-saved__copy p {
    margin: 0;
    color: #425466;
    font-size: 15px;
    line-height: 1.5;
}

.ll-social-advertising-interest-opted-out-note strong {
    color: #12345a;
}

.ll-social-advertising-response,
.ll-social-advertising-confirmation-modal__button {
    min-height: 50px;
    padding: 10px 22px;
    border: 2px solid #0b66e4;
    border-radius: 9px;
    background: #0b66e4;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
    transition: background-color 150ms ease, color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.ll-social-advertising-response:hover,
.ll-social-advertising-response:focus-visible,
.ll-social-advertising-confirmation-modal__button:hover,
.ll-social-advertising-confirmation-modal__button:focus-visible {
    background: #0759c7;
    border-color: #0759c7;
    box-shadow: 0 6px 16px rgba(11, 102, 228, 0.18);
    transform: translateY(-1px);
}

.ll-social-advertising-response:disabled,
.ll-social-advertising-remove-interest:disabled {
    cursor: wait;
    opacity: 0.65;
}

.ll-social-advertising-interest-saved {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 16px 20px;
    align-items: center;
}

.ll-social-advertising-interest-saved__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e9f8ef;
    color: #087f3e;
    font-size: 24px;
    font-weight: 900;
}

.ll-social-advertising-interest-saved__label {
    display: block;
    margin-bottom: 3px;
    color: #087f3e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ll-social-advertising-change-response,
.ll-social-advertising-cancel-change {
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: #0759c7;
    font-size: 14px;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.ll-social-advertising-change-response:hover,
.ll-social-advertising-change-response:focus-visible,
.ll-social-advertising-cancel-change:hover,
.ll-social-advertising-cancel-change:focus-visible {
    color: #12345a;
}

.ll-social-advertising-interest-change {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px 28px;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d9e2e7;
}

.ll-social-advertising-interest-change strong,
.ll-social-advertising-interest-change span {
    display: block;
}

.ll-social-advertising-interest-change strong {
    margin-bottom: 4px;
    color: #12345a;
    font-size: 15px;
}

.ll-social-advertising-interest-change span {
    color: #5b6774;
    font-size: 14px;
    line-height: 1.45;
}

.ll-social-advertising-interest-change__actions {
    display: flex;
    gap: 14px;
    align-items: center;
}

.ll-social-advertising-remove-interest {
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid #b42318;
    border-radius: 8px;
    background: #fff;
    color: #b42318;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.ll-social-advertising-remove-interest:hover,
.ll-social-advertising-remove-interest:focus-visible {
    background: #fff3f2;
}

.ll-social-advertising-interest-status {
    min-height: 1.2em;
    margin-top: 12px;
    font-size: 0.92em;
    line-height: 1.35;
}

.ll-social-advertising-interest-status-saving {
    color: #52606a;
}

.ll-social-advertising-interest-status-success {
    color: #087f3e;
}

.ll-social-advertising-interest-status-error {
    color: #b42318;
}

body.ll-social-advertising-modal-open {
    overflow: hidden;
}

.ll-social-advertising-confirmation-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.ll-social-advertising-confirmation-modal[hidden],
.ll-social-advertising-interest-prompt[hidden],
.ll-social-advertising-interest-saved[hidden],
.ll-social-advertising-interest-change[hidden],
.ll-social-advertising-interest-new-note[hidden],
.ll-social-advertising-interest-opted-out-note[hidden] {
    display: none !important;
}

.ll-social-advertising-confirmation-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 24, 43, 0.62);
}

.ll-social-advertising-confirmation-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 480px);
    padding: 34px 34px 30px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 24, 43, 0.28);
    text-align: center;
}

.ll-social-advertising-confirmation-modal__close {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.ll-social-advertising-confirmation-modal__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #e9f8ef;
    color: #087f3e;
    font-size: 32px;
    font-weight: 900;
}

.ll-social-advertising-confirmation-modal__dialog h3 {
    margin: 0 0 10px;
    color: #12345a;
    font-size: 28px;
    font-weight: 900;
}

.ll-social-advertising-confirmation-modal__dialog p {
    margin: 0 0 22px;
    color: #425466;
    font-size: 16px;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .ll-social-advertising-hero {
        grid-template-columns: 1fr;
    }

    .ll-social-advertising-hero__copy {
        padding-right: 0;
    }

    .ll-social-advertising-flow {
        width: min(100%, 760px);
        margin: 0 auto;
    }

    .ll-social-advertising-interest-prompt,
    .ll-social-advertising-interest-saved,
    .ll-social-advertising-interest-change {
        grid-template-columns: 1fr;
    }

    .ll-social-advertising-interest-saved__icon {
        margin-bottom: -4px;
    }
}

@media (max-width: 660px) {
    .ll-social-advertising-hero {
        gap: 22px;
        margin-top: 10px;
    }

    .ll-social-advertising-price-callout {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
        padding: 11px 14px 11px 16px;
    }

    .ll-social-advertising-price-callout__label {
        font-size: 15px;
    }

    .ll-social-advertising-hero__copy h2 {
        font-size: 30px;
    }

    .ll-social-advertising-lead {
        font-size: 17px;
    }

    .ll-social-advertising-benefits {
        grid-template-columns: 1fr;
    }

    .ll-social-advertising-flow {
        padding: 24px 20px;
    }

    .ll-social-advertising-interest-card {
        padding: 22px 20px;
    }

    .ll-social-advertising-response {
        width: 100%;
    }

    .ll-social-advertising-interest-change__actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .ll-coming-soon-tab-label {
        display: block;
        width: max-content;
        margin: 0.35rem auto 0;
    }
}

/* ---------------------------------
   Grow services hub
   --------------------------------- */

.ll-postcard-ads-tab {
    --ll-grow-blue: #0b66e4;
    --ll-grow-navy: #12345a;
    --ll-grow-border: #d7e1ea;
    --ll-grow-muted: #52606d;
    --ll-grow-soft: #f7fbff;
}

.ll-grow-header {
    max-width: 940px;
    margin: 0 auto 24px;
    text-align: center;
}

.ll-grow-header h2 {
    margin: 0 0 8px;
    color: var(--ll-grow-navy);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.ll-grow-header p {
    max-width: 800px;
    margin: 0 auto;
    color: #425466;
    font-size: 17px;
    line-height: 1.55;
}

.ll-grow-service-selector {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 26px;
}

.ll-grow-service-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    min-height: 170px;
    padding: 20px 20px 18px;
    border: 2px solid var(--ll-grow-border);
    border-radius: 14px;
    background: #fff;
    color: #17233a;
    box-shadow: 0 7px 18px rgba(18, 52, 90, 0.06);
    text-align: left;
    cursor: pointer;
    transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.ll-grow-service-card:hover,
.ll-grow-service-card:focus-visible {
    border-color: #82b7f4;
    box-shadow: 0 10px 24px rgba(18, 52, 90, 0.11);
    outline: none;
    transform: translateY(-1px);
}

.ll-grow-service-card.is-active,
.ll-grow-service-card.tab-active {
    border-color: var(--ll-grow-blue);
    background: var(--ll-grow-soft);
    box-shadow: 0 10px 26px rgba(11, 102, 228, 0.14);
}

.ll-grow-service-card__eyebrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 9px;
    color: #41617f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.055em;
    line-height: 1.25;
    text-transform: uppercase;
}

.ll-grow-service-card > strong {
    display: block;
    margin-bottom: 7px;
    color: var(--ll-grow-navy);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
}

.ll-grow-service-card > span:last-child {
    color: var(--ll-grow-muted);
    font-size: 14px;
    line-height: 1.48;
}

.ll-grow-service-card.is-active > strong,
.ll-grow-service-card.tab-active > strong {
    color: #0759c7;
}

.ll-grow-service-panel {
    padding-top: 4px;
}

/* ---------------------------------
   AI Receptionist
   ---------------------------------
   The visual component is intentionally styled only by survey.css because
   Grow reuses the exact onboarding renderer. Keep this file limited to the
   dashboard shell and non-visual save/status affordances.
*/

.ll-ai-receptionist-dashboard-panel {
    margin: 0 auto 2em;
}

.ll-ai-receptionist-dashboard-form {
    margin: 0;
}

.ll-grow-service-panel[data-ll-ads-panel="ai-receptionist"] {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ll-ai-receptionist-dashboard-empty {
    max-width: 760px;
    margin: 1.5rem auto;
    padding: 1.25rem;
    border: 1px solid #d7e1ea;
    border-radius: 12px;
    background: #f7fbff;
    text-align: center;
}

.ll-ai-receptionist-dashboard-empty p {
    margin: 0;
}


@media (max-width: 980px) {
    .ll-grow-service-selector {
        grid-template-columns: 1fr;
    }

    .ll-grow-service-card {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .ll-grow-header {
        text-align: left;
    }
}

@media (max-width: 520px) {
    .ll-grow-service-card .ll-coming-soon-tab-label {
        display: inline-block;
        width: auto;
        margin: 0;
    }
}
