/* Hero section: foundation and photographic background */
body:has(> .landing-page) {
    margin: 0;
}

.landing-page {
    --landing-navy: #30364a;
    --landing-blue: #12538a;
    --landing-accent: #599bcd;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--landing-navy);
    background: #fff;
}

.landing-page *:not(.uk-container),
.landing-page *::before,
.landing-page *::after {
    box-sizing: border-box;
}

.landing-page .landing-hero {
    position: relative;
    padding: 20px 24px;
    background-color: #f6f8f7;
    background-image: url(../images/bc-home-hero-background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Hero section: logo and trust tagline */
.landing-page .landing-hero-header {
    gap: 24px;
}
.landing-page .landing-brand {
    width: 196px;
    flex-shrink: 0;
}
.landing-page .landing-brand img,
.landing-page .landing-report-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.landing-page .landing-report-map {
    margin-top: -30px !IMPORTANT;
    margin-bottom: -30px !IMPORTANT;
    max-width: 150px;
    margin-left: -40px !IMPORTANT;
}
.landing-page .landing-trust {
    margin: 2px 0 0;
    color: var(--landing-navy);
 
    line-height: 1.5;
    font-size: 15px !IMPORTANT;
    text-align: center !IMPORTANT;
    FONT-WEIGHT: 600 !IMPORTANT;
}

/* Hero section: headline and neighbourhood promise */
.landing-page .landing-hero-content {
    display: grid;
    grid-template-columns: 56% 44%;
}
.landing-page .landing-hero-copy {
    min-width: 0;
    padding-top: 24px;
}
.landing-page .landing-hero-title {
    margin: 0;
    color: var(--landing-navy);
    font-family: inherit;
    font-size: clamp(40px, 5.2vw, 70px);
    font-weight: 800;
    line-height: 0.99;
    letter-spacing: -0.035em;
}
.landing-page .landing-hero-title > span {
    display: block;
    margin-top: 6px;
    color: var(--landing-accent);
    font-size: 0.74em;
    letter-spacing: -0.025em;
}
.landing-page .landing-hero-description {
    max-width: 490px;
    margin: 20px 0 10px;
    font-size: 18px;
    line-height: 1.3;
}
.landing-page .landing-hero-promise {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    max-width: 100%;
    margin: 0;
    padding: 12px 18px;
    border-radius: 32px;
    background: #e2f3ff;
    color: var(--landing-blue);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    box-shadow: 0 3px 14px #28537520 !important;
    border: 0px;
}
.landing-page .landing-hero-promise > i {
    flex-shrink: 0;
    font-size: 20px;
}

/* Hero section: offer over the photograph */
.landing-page .landing-hero-offer {
    position: absolute;
    top: 86px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 205px;
    height: 205px;
    padding: 12px;
    border: 1px solid #b9daef;
    border-radius: 50%;
    background: #ddf2ff;
    box-shadow: 0 3px 14px #28537520;
    color: #084574;
    text-align: center;
    text-transform: uppercase;
}
.landing-page .landing-hero-offer > strong {
    font-size: 32px;
    font-weight: 800;
    line-height: 0.98;
}
.landing-page .landing-offer-label {
    font-size: 11px;
    line-height: 1.25;
}

/* Hero section: tablet */
@media (max-width: 959px) {
    .landing-page .landing-hero {
        padding: 0px;
    }
    .landing-page .landing-brand {
        width: 158px;
    }
    .landing-page .landing-hero-description {
        font-size: 15px;
    }
    .landing-page .landing-hero-promise {
        font-size: 10px;
        padding: 10px 12px;
        gap: 9px;
    }
    .landing-page .landing-hero-offer {
        top: 76px;
        width: 164px;
        height: 164px;
        gap: 6px;
    }
    .landing-page .landing-hero-offer > strong {
        font-size: 27px;
    }
    .landing-page .landing-offer-label {
        font-size: 9px;
    }
}

/* Hero section: mobile copy above the photograph */
@media (max-width: 639px) {
    .landing-page .landing-hero {
        padding: 15px 0;
        background: #fff;
    }
    .landing-page .landing-brand {
        width: 138px;
    }
    .landing-page .landing-trust {
        font-size: 9px;
    }
    .landing-page .landing-hero-header {
        gap: 14px;
    }
    .landing-page .landing-hero-content {
        grid-template-columns: minmax(0, 1fr);
    }
    .landing-page .landing-hero-title {
        font-size: clamp(35px, 8.8vw, 54px);
    }
    .landing-page .landing-hero-copy {
        padding-block: 26px 20px;
    }
    .landing-page .landing-hero-art {
        position: relative;
        height: 340px;
        background: url('../images/bc-home-hero-background.png') right center / auto 100% no-repeat;
    }
    .landing-page .landing-hero-offer {
        top: 12px;
        right: 14px;
        width: 140px;
        height: 140px;
        gap: 5px;
        padding: 9px;
    }
    .landing-page .landing-hero-offer > strong {
        font-size: 24px;
    }
}
/* End hero section */

/* Content grid: UIkit two-thirds / one-third columns */
.landing-page .landing-content {
    padding-bottom: 48px;
}
.landing-page .landing-content-grid {
    align-items: flex-start;
}
.landing-page .landing-content-grid > * {
    min-width: 0;
}

/* How It Works section */
.landing-page .landing-how {
    padding-block: 30px;
}
.landing-page .landing-section-title {
    gap: 14px;
    margin: 0 0 26px;
    color: var(--landing-blue);
    font: 700 20px/1.3 Arial, sans-serif;
    text-transform: uppercase;
}
.landing-page .landing-section-title::before,
.landing-page .landing-section-title::after {
    content: '';
    width: 72px;
    height: 1px;
    background: #e1edf7;
}
.landing-page .landing-steps {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}
.landing-page .landing-steps > li {
    position: relative;
    text-align: center;
}
.landing-page .landing-step-icon {
    width: 72px;
    height: 72px;
    background: #edf7ff;
    color: #0962a5;
    font-size: 32px;
}
.landing-page .landing-step-arrow {
    position: absolute;
    top: 26px;
    right: -25px;
    color: #bdd7ed;
    font-size: 23px;
}
.landing-page .landing-steps h3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    margin: 10px 0 10px;
    color: var(--landing-blue);
    font: 700 13px/1.3 Arial, sans-serif;
    text-transform: uppercase;
    text-align: left !IMPORTANT;
}
.landing-page .landing-step-number {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: -3px;
    background: #e6f4ff;
    font-size: 18px;
}
.landing-page .landing-steps p,
.landing-page .landing-form-intro,
.landing-page .landing-benefit-copy p,
.landing-page .landing-campaign-intro,
.landing-page .landing-price-description,
.landing-page .landing-price-monthly,
.landing-page .landing-campaign-note,
.landing-page .landing-report-copy p,
.landing-page .landing-footer {
    color: #53617b;
}
.landing-page .landing-steps p {
    max-width: 230px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.5;
}

/* Availability form section */
.landing-page .landing-availability {
    position: relative;
    margin-top: -12px;
    padding: 24px;
    border: 1px solid #e9f0f6;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff, #f5f9fc);
    box-shadow: 0 8px 30px #254d7410;
}
.landing-page .landing-availability h2,
.landing-page .landing-benefit-copy h2,
.landing-page .landing-benefit-copy .landing-benefit-emphasis,
.landing-page .landing-price-card h3,
.landing-page .landing-price-total,
.landing-page .landing-price-positions,
.landing-page .landing-report-copy h2 {
    color: #124574;
}
.landing-page .landing-availability h2 {
    margin: 0;
    font:
        700 24px/1.2 Arial,
        sans-serif;
}
.landing-page .landing-form-intro {
    margin: 14px 0 18px;
    font-size: 13px;
    line-height: 1.5;
}
/* Input cards */
.landing-page .deal-form-group {
    margin-bottom: 20px;
}
.landing-page .deal-input-card {
    display: flex;
    gap: 8px;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 16px;
    padding: 8px 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.landing-page .deal-input-icon {
    width: 32px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    padding-top: 12px;
}
.landing-page .deal-input-icon i {
    font-size: 22px;
    color: #5f6776;
}
.landing-page .deal-input-content {
    width: 100%;
    min-width: 0;
}
.landing-page .deal-input-content label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1d2736;
    margin-bottom: 5px;
    line-height: 1.4;
}
.landing-page .deal-input-content label span {
    color: #000;
}
.landing-page .deal-input-content label small {
    color: #8a8f98;
    font-size: 14px;
}
.landing-page .deal-input-content :is(input, select, textarea) {
    display: block;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 24px;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #1d2736 !important;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.landing-page .deal-input-content select {
    padding-right: 20px;
}
.landing-page .deal-input-content textarea {
    resize: vertical;
}
.landing-page .deal-input-content :is(input, textarea)::placeholder {
    color: #b5b8bf;
    font-weight: 500;
    opacity: 1;
}
.landing-page .deal-input-card:focus-within {
    border-color: #0d5cab;
    box-shadow: 0 0 0 3px rgba(13, 92, 171, 0.08);
}
.landing-page .deal-form-group > .uk-text-danger {
    display: block;
    font-size: 12px;
    line-height: 1.4;
}
.landing-page .landing-availability button:focus-visible {
    outline: 2px solid #2675ae;
    outline-offset: 3px;
}
.landing-page .landing-captcha-placeholder {
    margin: 14px 0;
    padding: 0;
    border: 0;
}
.landing-page .landing-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 10px;
    border: 0;
    border-radius: 6px;
    background: #307eaf;
    color: #fff;
    font:
        600 16px/1.4 Arial,
        sans-serif;
    text-transform: none;
    cursor: pointer;
}
.landing-page .landing-form-submit:hover {
    background: #21638e;
}
.landing-page .landing-form-status {
    margin: 12px 0 0;
    padding: 10px;
    border-radius: 6px;
    background: #e7f3fb;
    color: #174b72;
    font-size: 13px;
}
.landing-page .landing-contact-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 14px 0 0;
    color: #62718a;
    font-size: 11px;
    line-height: 1.45;
}
.landing-page .landing-contact-notice > i {
    margin-top: 2px;
    color: #7e9ab6;
}

/* Content sections: tablet and mobile */
@media (max-width: 959px) {
    .landing-page .landing-availability {
        margin-top: 0;
    }
}
@media (max-width: 639px) {
    .landing-page .landing-step-arrow {
        display: none;
    }
    .landing-page .landing-section-title {
        font-size: 18px;
    }
    .landing-page .landing-availability {
        padding: 20px;
    }
}
/* End steps and availability section */

/* Homeowner benefits section: left-column cards */
.landing-page .landing-benefits {
    margin-top: 0;
    margin-bottom: 30px;
}
.landing-page .landing-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f2faff, #eaf5fc);
}
.landing-page .landing-benefit-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #e1f2ff;
    color: #0962a5;
    font-size: 28px;
}
.landing-page .landing-benefit-copy {
    min-width: 0;
}
.landing-page .landing-benefit-copy h2 {
    margin: 0 0 12px;
    font:
        700 22px/1.15 Arial,
        sans-serif;
}
.landing-page .landing-benefit-copy p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
}
.landing-page .landing-benefit-copy p:last-child {
    margin-bottom: 0;
}
.landing-page .landing-benefit-copy .landing-benefit-emphasis {
    font-weight: 700;
}
@media (min-width: 960px) and (max-width: 1199px) {
    .landing-page .landing-benefit-card {
        gap: 12px;
        padding: 18px;
    }
    .landing-page .landing-benefit-icon {
        width: 44px;
        height: 44px;
        font-size: 23px;
    }
    .landing-page .landing-benefit-copy h2 {
        font-size: 19px;
    }
}
@media (max-width: 639px) {
    .landing-page .landing-benefit-card {
        gap: 14px;
        padding: 20px;
    }
    .landing-page .landing-benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .landing-page .landing-benefit-copy h2 {
        font-size: 21px;
    }
}
/* End homeowner benefits section */

/* Popular categories section: left-column service list */
.landing-page .landing-categories {
    margin-bottom: 30px;
}
.landing-page .landing-categories h2 {
    margin: 0 0 20px;
    color: var(--landing-blue);
    font:
        700 18px/1.3 Arial,
        sans-serif;
    text-transform: uppercase;
}
.landing-page .landing-category-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    row-gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.landing-page .landing-category-grid > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding-inline: 8px;
    border-left: 1px solid #e3eef7;
    text-align: center;
}
.landing-page .landing-category-grid > li:nth-child(7n + 1) {
    border-left: 0;
}
.landing-page .landing-category-grid i {
    color: #1763a0;
    font-size: 27px;
    line-height: 1.2;
}
.landing-page .landing-category-grid span {
    color: #214b72;
    font-size: 11px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}
@media (max-width: 639px) {
    .landing-page .landing-categories h2 {
        font-size: 16px;
    }
    .landing-page .landing-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 24px;
    }
    .landing-page .landing-category-grid > li:nth-child(7n + 1) {
        border-left: 1px solid #e3eef7;
    }
    .landing-page .landing-category-grid > li:nth-child(3n + 1) {
        border-left: 0;
    }
}
/* End popular categories section */

/* Your Campaign section: left-column pricing cards */
.landing-page .landing-campaign {
    margin-bottom: 30px;
}
.landing-page .landing-campaign .landing-section-title {
    margin-bottom: 6px;
}
.landing-page .landing-campaign-intro {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.5;
}
.landing-page .landing-price-card {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e2edf6;
    border-radius: 10px;
    background: linear-gradient(145deg, #fff, #f7fbff);
    box-shadow: 0 3px 12px #245b8610;
    position: relative;
}
/* Native radio selection; the label covers the entire card. */
.landing-page .landing-price-select {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    border-radius: inherit;
}
.landing-page .landing-price-card:hover {
    border-color: #8fceff;
}
.landing-page .landing-price-card:has(.landing-price-radio:checked) {
    border-color: #0d5cab;
    background: #edf7ff;
    box-shadow: 0 0 0 1px #0d5cab;
}
.landing-page .landing-price-card:has(.landing-price-radio:focus-visible) {
    outline: 3px solid #2675ae;
    outline-offset: 4px;
}

.landing-page .landing-price-details {
    flex: 1;
    padding: 18px 10px 14px;
}
.landing-page .landing-price-icon {
    width: 44px;
    height: 44px;
    background: #e8f5ff;
    color: #0962a5;
    font-size: 23px;
}
.landing-page .landing-price-card h3 {
    margin: 10px 0 4px;
    font:
        700 15px/1.3 Arial,
        sans-serif;
    text-transform: uppercase;
}
.landing-page .landing-price-description {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.45;
}
.landing-page .landing-price-total {
    margin: 0;
    line-height: 1.3;
}
.landing-page .landing-price-total strong {
    font-size: 27px;
    font-weight: 800;
}
.landing-page .landing-price-total span {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
}
.landing-page .landing-price-monthly {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.4;
}
.landing-page .landing-price-positions {
    margin: 0;
    padding: 10px 8px;
    background: #edf7ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}
.landing-page .landing-campaign-note {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px !IMPORTANT;
    font-weight: 600 !IMPORTANT;
}
@media (min-width: 960px) and (max-width: 1199px) {
    .landing-page .landing-price-total strong {
        font-size: 24px;
    }
    .landing-page .landing-price-card h3 {
        min-height: 34px;
    }
}
/* End Your Campaign section */

/* Powered by BC Home Report section: left-column brand panel */
.landing-page .landing-report {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) 100px;
    align-items: center;
    gap: 22px;
    padding: 10px;
    border: 1px solid #e6eff7;
    border-radius: 12px;
    background: linear-gradient(120deg, #fff, #f9fcff);
}
.landing-page .landing-report-brand {
    padding-right: 20px;
    border-right: 1px solid #dceaf5;
}
.landing-page .landing-report-copy h2 {
    margin: 0 0 10px;
    font: 700 18px/1.3 Arial, sans-serif;
    font-size: 20px !IMPORTANT;
}
.landing-page .landing-report-copy h3 {
    color: #316c9b;
    font-size: 17px;
    font-weight: 600;
}
.landing-page .landing-report-copy p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}
@media (min-width: 640px) and (max-width: 1199px) {
    .landing-page .landing-report {
        grid-template-columns: 100px minmax(0, 1fr) 70px;
        gap: 16px;
        padding: 18px;
    }
    .landing-page .landing-report-brand {
        padding-right: 14px;
    }
}
@media (max-width: 639px) {
    .landing-page .landing-report {
        grid-template-columns: minmax(0, 1fr) 65px;
        gap: 18px;
        padding: 20px;
    }
    .landing-page .landing-report-brand {
        border: 0;
        padding: 0;
    }
    .landing-page .landing-report-brand img {
        width: 130px;
        max-width: 100%;
    }
    .landing-page .landing-report-map {
        grid-column: 2;
        grid-row: 1;
    }
    .landing-page .landing-report-copy {
        grid-column: 1 / -1;
    }
}
/* End Powered by BC Home Report section */

/* Footer section: legal links and local-data tagline */
.landing-page .landing-footer {
    gap: 18px;
    margin-top: 32px;
    padding: 0 10px;
}
.landing-page .landing-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.landing-page .landing-footer-links > li + li {
    padding-left: 10px;
    border-left: 1px solid #d8e6f1;
}
.landing-page .landing-footer-links a {
    color: #316c9b;
    font-size: 10px;
    line-height: 1.5;
    text-decoration: none;
}
.landing-page .landing-footer-links a[aria-disabled='true'] {
    cursor: default;
}
.landing-page .landing-footer-tagline {
    flex-shrink: 0;
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
}
.landing-page .landing-footer-tagline::before {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 8px;
    background: #8ac4ec;
}
@media (min-width: 960px) and (max-width: 1199px), (max-width: 399px) {
    .landing-page .landing-footer {
        flex-wrap: wrap;
    }
}
/* End footer section */

/* Neighbourhood count dropdown */
.landing-page .landing-count-dropdown {
    position: relative;
}
.landing-page .deal-input-content .landing-count-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 30px;
    padding: 2px 4px 2px 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #1d2736;
    font: inherit;
    text-align: left;
    cursor: pointer;
}
.landing-page .landing-count-trigger::after {
    content: '';
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    margin-right: 3px;
    border-right: 1.5px solid #5f6776;
    border-bottom: 1.5px solid #5f6776;
    transform: rotate(45deg) translateY(-2px);
}
.landing-page .landing-count-trigger[aria-expanded='true']::after {
    transform: rotate(225deg);
}
.landing-page .landing-count-options {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 10;
    max-height: 240px;
    overflow-y: auto;
    overscroll-behavior: contain;
    margin: 0;
    padding: 6px;
    list-style: none;
    border: 1px solid #dce6ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(29, 57, 82, 0.16);
}
.landing-page .landing-count-options > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 7px;
    color: #344258;
    cursor: pointer;
}
.landing-page .landing-count-options > li:hover,
.landing-page .landing-count-options > li.is-active {
    background: #f0f6fc;
}
.landing-page .landing-count-options > li[aria-selected='true'] {
    background: #e5f2ff;
    color: #0d5cab;
    font-weight: 700;
}
.landing-page .landing-count-options > li[aria-selected='true']::after {
    content: '\2713';
    font-weight: 700;
}
/* End neighbourhood count dropdown */


.thank-you-box {
    max-width: 520px;
    margin: 25px auto;
    padding: 35px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(20, 70, 120, 0.08);
    font-family: Arial, sans-serif;
}
 
.thank-you-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f8f0;
}
 
.thank-you-icon span {
    color: #16a34a;
    font-size: 34px;
    font-weight: bold;
}
 
.thank-you-box h2 {
    margin: 0 0 12px;
    color: #164a7b;
    font-size: 27px;
    font-weight: 700;
}
 
.thank-you-title {
    margin: 0 0 14px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
 
.thank-you-description {
    margin: 0;
    padding: 16px;
    border-radius: 10px;
    background: #f0f8ff;
    color: #526579;
    font-size: 14px;
    line-height: 1.7;
}
 
.thank-you-footer {
    margin-top: 20px;
    color: #16a34a;
    font-size: 13px;
    font-weight: 600;
}
 
.thank-you-footer span {
    margin-right: 5px;
}
 
.landing-page .landing-error-box {
    border-color: #fecaca;
}

.landing-page .landing-error-box .thank-you-icon,
.landing-page .landing-error-box .thank-you-description {
    background: #fff1f2;
}

.landing-page .landing-error-box .thank-you-icon span,
.landing-page .landing-error-box h2 {
    color: #b91c1c;
}

.landing-page .landing-error-box .thank-you-description {
    color: #991b1b;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.landing-page .landing-error-box .thank-you-footer {
    color: #526579;
}

/* Responsive */
@media (max-width: 600px) {
    .thank-you-box {
        margin: 20px 15px;
        padding: 30px 20px;
    }
 
    .thank-you-box h2 {
        font-size: 24px;
    }
}

/* Privacy Policy Modal */

.landing-page-modal .uk-modal-header .uk-modal-title {
    font: 800 22px/1.2 Arial, sans-serif;
    letter-spacing: -0.01em;
    color: #124574;
}

.landing-page-modal .uk-modal-close-default {
    top: 18px;
    right: 18px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    opacity: 1;
}

.landing-page-modal .uk-modal-close-default:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.landing-page-modal .uk-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 26px 32px 30px;
    font-size: 15px;
    line-height: 1.7;
    color: #3d4658;
}

.landing-page-modal .uk-modal-body p {
    margin: 0 0 14px;
}

.landing-page-modal .uk-modal-body ul {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.landing-page-modal .uk-modal-body ul li {
    position: relative;
    margin: 0 0 7px;
    padding-left: 20px;
}

.landing-page-modal .uk-modal-body ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--landing-accent);
}

.landing-page-modal .uk-modal-body h3 {
    margin: 20px 0 8px;
    color: var(--landing-navy);
    font-size: 16px;
    font-weight: 700;
}

.landing-page-modal .uk-modal-body a {
    color: var(--landing-blue);
}

.landing-page-modal .landing-section-title {
    margin: 28px 0 12px;
    padding-bottom: 8px;
    color: #124574;
    font: 700 16px/1.3 Arial, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 2px solid #e2edf7;
}

.landing-page-modal .landing-policy-contact {
    display: grid;
    gap: 6px;
    margin: 14px 0 16px;
    padding: 18px 20px;
    border-radius: 10px;
    background: #f0f8ff;
    border: 1px solid #dcecfa;
}

.landing-page-modal .landing-policy-contact li {
    padding-left: 0;
}

.landing-page-modal .landing-policy-contact li::before {
    display: none;
}

.landing-page-modal .uk-modal-footer .uk-button {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: background-color 0.2s ease;
}

@media (max-width: 640px) {
    .landing-page-modal .uk-modal-dialog {
        margin: 12px 10px;
        max-height: calc(100vh - 24px);
    }

    .landing-page-modal .uk-modal-header,
    .landing-page-modal .uk-modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}
