/* Canada acquisition page: a restrained buyer surface built on the 2026 system. */

.ca-page {
    background: #fff;
    color: var(--ex-body);
}

.ca-page h1,
.ca-page h2,
.ca-page h3 {
    letter-spacing: 0;
}

.ca-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--ex-border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ca-nav__inner {
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 18px;
}

.ca-nav__label {
    color: var(--ex-muted);
    font-size: .76rem;
    font-weight: 800;
}

.ca-nav__links {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-inline-start: auto;
}

.ca-nav__links a {
    padding: 9px 12px;
    border-radius: var(--ex-radius-pill);
    color: var(--ex-muted);
    font-size: .8rem;
    font-weight: 800;
    white-space: nowrap;
}

.ca-nav__links a:hover,
.ca-nav__links a:focus {
    background: var(--ex-soft-teal);
    color: var(--ex-teal-darker);
    text-decoration: none;
}

.ca-hero {
    padding: 88px 0 0;
    background: #f1f8f7;
    border-bottom: 1px solid #d9eeea;
}

.ca-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 72px;
    align-items: center;
}

.ca-hero__copy {
    padding-bottom: 40px;
}

.ca-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 13px;
    margin: 0 0 18px;
    border-radius: var(--ex-radius-pill);
    background: #d9f2ee;
    color: #08736e;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.3;
}

.ca-eyebrow--dark {
    background: rgba(111, 212, 212, .16);
    color: #98e5df;
}

.ca-eyebrow--warm {
    background: #ffe7d7;
    color: #a64722;
}

.ca-hero h1 {
    max-width: 650px;
    margin-bottom: 22px;
    color: #12263e;
    font-size: 3.7rem;
    font-weight: 800;
    line-height: 1.08;
}

.ca-hero__body {
    max-width: 610px;
    margin-bottom: 30px;
    color: #496174;
    font-size: 1.12rem;
    line-height: 1.75;
}

.ca-primary {
    min-height: 52px;
    padding: 15px 23px;
    background: #087f7b;
    color: #fff;
    box-shadow: 0 8px 20px rgba(8, 127, 123, .24);
}

.ca-primary:visited {
    color: #fff;
}

.ca-primary:hover,
.ca-primary:focus {
    background: #066863;
    color: #fff;
    box-shadow: 0 12px 26px rgba(8, 127, 123, .3);
}

.ca-primary svg,
.ca-text-link svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.ca-hero__visual {
    position: relative;
    align-self: stretch;
    min-height: 420px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(18, 38, 62, .12);
    border-radius: 18px 18px 0 0;
    background: #dcebe9;
    box-shadow: 0 22px 42px rgba(18, 38, 62, .14);
}

.ca-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.ca-hero__visual figcaption {
    position: absolute;
    inset-inline: 18px;
    bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 10px;
    background: rgba(18, 38, 62, .9);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.45;
}

.ca-hero__visual figcaption svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
    color: #8ce0d8;
}

.ca-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding-top: 34px;
    padding-bottom: 34px;
}

.ca-fact {
    display: flex;
    min-height: 108px;
    flex-direction: column;
    justify-content: center;
    padding: 8px 28px;
    border-inline-start: 1px solid #c5e3df;
}

.ca-fact:first-child {
    padding-inline-start: 0;
    border-inline-start: 0;
}

.ca-fact__label {
    margin-bottom: 7px;
    color: #47706f;
    font-size: .68rem;
    font-weight: 800;
}

.ca-fact strong {
    margin-bottom: 4px;
    color: #123f4d;
    font-family: var(--ex-font-display);
    font-size: 1.25rem;
    line-height: 1.25;
}

.ca-fact > span:last-child {
    color: #5d777e;
    font-size: .76rem;
    line-height: 1.45;
}

.ca-section {
    padding: 92px 0;
}

.ca-section--light { background: #fff; }
.ca-section--tint { background: #f5f9fc; border-block: 1px solid #e1ebf2; }
.ca-section--warm { background: #fff5ee; border-block: 1px solid #f6dfd1; }
.ca-section--ink { background: #12263e; color: rgba(255, 255, 255, .8); }
.ca-section--closing { padding: 78px 0 92px; background: #edf6f5; }

.ca-section__head {
    max-width: 700px;
    margin: 0 auto 48px;
    text-align: center;
}

.ca-section__head--left {
    max-width: 760px;
    margin-inline: 0;
    text-align: start;
}

.ca-section__head h2 {
    margin-bottom: 15px;
    color: #12263e;
    font-size: 2.35rem;
    line-height: 1.15;
}

.ca-section__head p:last-child {
    color: #64798a;
    font-size: 1rem;
    line-height: 1.7;
}

.ca-section__head--light h2 { color: #fff; }
.ca-section__head--light p:last-child { color: #b4c7d2; }

.ca-audience-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-block: 1px solid #dbe8e9;
}

.ca-audience {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    min-width: 0;
    padding-block: 32px;
    padding-inline: 0 34px;
}

.ca-audience + .ca-audience {
    padding-inline: 34px 0;
    border-inline-start: 1px solid #dbe8e9;
}

.ca-icon {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.ca-icon svg { width: 25px; height: 25px; }
.ca-icon--teal { background: #d9f2ee; color: #08736e; }
.ca-icon--coral { background: #ffe4d7; color: #a64722; }

.ca-audience h3 {
    margin-bottom: 9px;
    color: #16344a;
    font-size: 1.35rem;
    line-height: 1.25;
}

.ca-audience p {
    margin: 0;
    color: #63798b;
    font-size: .94rem;
    line-height: 1.7;
}

.ca-workflow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ca-workflow__step {
    min-width: 0;
    padding: 0 34px;
    border-inline-start: 1px solid rgba(157, 212, 207, .24);
}

.ca-workflow__step:first-child { padding-inline-start: 0; border-inline-start: 0; }

.ca-step-number {
    display: block;
    margin-bottom: 18px;
    color: #7dd9d1;
    font-family: var(--ex-font-display);
    font-size: 1.35rem;
    font-weight: 800;
}

.ca-workflow__step h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.22rem;
}

.ca-workflow__step p {
    margin: 0;
    color: #b4c7d2;
    font-size: .91rem;
    line-height: 1.72;
}

.ca-exception {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    max-width: 850px;
    margin: 52px auto 0;
    padding: 22px 24px;
    border-inline-start: 3px solid #f0a26c;
    background: rgba(255, 255, 255, .07);
}

.ca-exception__icon {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(240, 162, 108, .16);
    color: #ffc08d;
}

.ca-exception__icon svg { width: 19px; height: 19px; }
.ca-exception strong { display: block; margin-bottom: 4px; color: #fff; font-size: .97rem; }
.ca-exception p { margin: 0; color: #c4d2da; font-size: .87rem; line-height: 1.6; }

.ca-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-block: 1px solid #cfdce7;
}

.ca-price-option {
    display: flex;
    min-width: 0;
    flex-direction: column;
    min-height: 170px;
    padding-block: 27px 26px;
    padding-inline: 0 28px;
}

.ca-price-option + .ca-price-option {
    padding-inline: 28px 0;
    border-inline-start: 1px solid #cfdce7;
}

.ca-price-option--featured .ca-price-option__name { color: #08736e; }

.ca-price-option__name {
    margin-bottom: 12px;
    color: #526b7e;
    font-size: .76rem;
    font-weight: 800;
}

.ca-price-option__amount {
    margin-bottom: 10px;
    color: #12263e;
    font-family: var(--ex-font-display);
    font-size: 1.65rem;
    line-height: 1.2;
}

.ca-price-option__detail {
    margin-top: auto;
    color: #64798a;
    font-size: .84rem;
    line-height: 1.55;
}

.ca-pricing-add-on {
    max-width: 800px;
    margin: 26px 0 14px;
    color: #536c7b;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.6;
}

.ca-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #08736e;
    font-size: .9rem;
    font-weight: 800;
}

.ca-text-link:hover,
.ca-text-link:focus { color: #055d59; text-decoration: underline; }

.ca-details {
    margin: 0;
    border-top: 1px solid #dbe4eb;
}

.ca-detail {
    display: grid;
    grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr);
    gap: 28px;
    padding: 23px 0;
    border-bottom: 1px solid #dbe4eb;
}

.ca-detail dt {
    color: #536b7c;
    font-size: .76rem;
    font-weight: 800;
    line-height: 1.45;
}

.ca-detail dd {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

.ca-detail dd strong {
    color: #16344a;
    font-family: var(--ex-font-display);
    font-size: 1.1rem;
    line-height: 1.3;
}

.ca-detail dd span {
    color: #64798a;
    font-size: .9rem;
    line-height: 1.65;
}

.ca-disclaimer {
    max-width: 820px;
    margin: 28px 0 0;
    padding-inline-start: 15px;
    border-inline-start: 3px solid #d6a56d;
    color: #64798a;
    font-size: .82rem;
    line-height: 1.65;
}

.ca-language {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    gap: 72px;
    align-items: center;
}

.ca-language h2 {
    max-width: 620px;
    color: #173348;
    font-size: 2.15rem;
    line-height: 1.15;
}

.ca-language__copy {
    padding-inline-start: 28px;
    border-inline-start: 1px solid #e9cdbd;
}

.ca-language__copy p {
    color: #6e5e58;
    font-size: .94rem;
    line-height: 1.7;
}

.ca-language__copy p + p { margin-top: 12px; }

.ca-closing {
    max-width: 780px;
    text-align: center;
}

.ca-closing h2 {
    margin-bottom: 15px;
    color: #173348;
    font-size: 2.25rem;
}

.ca-closing p:last-child {
    margin: 0;
    color: #627685;
    font-size: 1rem;
}

@media (max-width: 900px) {
    .ca-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
    .ca-hero__copy { padding-bottom: 0; }
    .ca-hero__visual { min-height: 340px; border-radius: 16px; }
    .ca-hero__visual img { min-height: 340px; }
    .ca-hero__facts { padding-top: 26px; }
    .ca-language { gap: 36px; }
}

@media (max-width: 700px) {
    .ca-nav__inner { min-height: 64px; gap: 10px; }
    .ca-nav__label { display: none; }
    .ca-nav__links { gap: 0; }
    .ca-nav__links a { padding-inline: 8px; font-size: .7rem; }
    .ca-hero { padding-top: 58px; }
    .ca-hero h1 { font-size: 2.65rem; }
    .ca-hero__body { font-size: 1rem; }
    .ca-primary { width: 100%; }
    .ca-hero__facts { grid-template-columns: 1fr; gap: 0; padding-top: 18px; }
    .ca-fact,
    .ca-fact:first-child { min-height: 0; padding: 17px 0; border-top: 1px solid #c5e3df; border-inline-start: 0; }
    .ca-fact:first-child { border-top: 0; }
    .ca-section { padding: 68px 0; }
    .ca-section__head { margin-bottom: 34px; }
    .ca-section__head h2 { font-size: 1.9rem; }
    .ca-audience-list,
    .ca-workflow,
    .ca-pricing-grid,
    .ca-language { grid-template-columns: 1fr; }
    .ca-audience { padding: 25px 0; }
    .ca-audience + .ca-audience { padding: 25px 0; border-top: 1px solid #dbe8e9; border-inline-start: 0; }
    .ca-workflow__step,
    .ca-workflow__step:first-child { padding: 24px 0; border-top: 1px solid rgba(157, 212, 207, .24); border-inline-start: 0; }
    .ca-workflow__step:first-child { padding-top: 0; border-top: 0; }
    .ca-exception { margin-top: 38px; padding: 18px; }
    .ca-price-option,
    .ca-price-option + .ca-price-option { min-height: 0; padding: 24px 0; border-top: 1px solid #cfdce7; border-inline-start: 0; }
    .ca-price-option:first-child { border-top: 0; }
    .ca-detail { grid-template-columns: 1fr; gap: 9px; }
    .ca-language h2 { font-size: 1.9rem; }
    .ca-language__copy { padding: 22px 0 0; border-top: 1px solid #e9cdbd; border-inline-start: 0; }
    .ca-section--closing { padding-bottom: 72px; }
    .ca-closing h2 { font-size: 1.9rem; }
}

@media (max-width: 520px) {
    .ca-nav__inner {
        flex-wrap: wrap;
        padding-block: 10px;
    }

    .ca-nav__links {
        flex: 1 1 100%;
        justify-content: center;
        margin-inline-start: 0;
        padding-top: 5px;
        border-top: 1px solid var(--ex-border);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ca-page *,
    .ca-page *::before,
    .ca-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
