:root {
    --ink: #1d1d1f;
    --muted: #6e6e73;
    --line: #d8d8dc;
    --surface: #f5f5f7;
    --white: #fff;
    --blue: #0071e3;
    --blue-dark: #005fbd;
    --black: #0a0a0b;
    --font: "Segoe UI Variable Text", "Segoe UI Variable", "Segoe UI", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    --font-display: "Segoe UI Variable Display", "Segoe UI Variable", "Segoe UI", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-lg: 32px;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.09);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.kanvis-direct-body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.kanvis-direct-body a {
    color: inherit;
    text-decoration: none;
}

body.kanvis-direct-body img {
    display: block;
    max-width: 100%;
}

body.kanvis-direct-body button,
body.kanvis-direct-body input,
body.kanvis-direct-body select,
body.kanvis-direct-body textarea {
    font: inherit;
}

[hidden] {
    display: none !important;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 200;
    padding: 0.7rem 1rem;
    color: #fff;
    border-radius: 999px;
    background: var(--blue);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: none;
}

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

.direct-eyebrow {
    margin: 0 0 1rem;
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.direct-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.direct-btn:hover {
    transform: translateY(-1px);
}

.direct-btn--primary,
.direct-btn--gold {
    color: #fff !important;
    background: var(--blue);
}

.direct-btn--primary:hover,
.direct-btn--gold:hover {
    background: var(--blue-dark);
}

.direct-btn--quiet {
    color: var(--blue) !important;
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.8);
}

.direct-btn--quiet:hover {
    color: var(--blue-dark) !important;
    border-color: #aaaab0;
    background: #fff;
}

.direct-btn--navy {
    color: var(--black) !important;
    background: #fff;
}

.direct-phone-link,
.direct-text-link {
    color: var(--blue) !important;
    font-size: 0.86rem;
    font-weight: 650;
}

.direct-phone-link--dark {
    color: var(--ink) !important;
}

/* Header */
.direct-header {
    position: sticky;
    top: 0;
    z-index: 60;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(18px);
}

body.kanvis-direct-body main section[id] {
    scroll-margin-top: 8rem;
}

.direct-header__inner {
    display: grid;
    min-height: 112px;
    padding-block: 8px;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: center;
}

.direct-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-self: start;
}

.direct-brand__logo {
    width: 96px;
    height: 96px;
    object-fit: contain;
    border-radius: 50%;
}

.direct-lead-card__person > .direct-lead-card__logo {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    object-fit: contain;
    object-position: center;
    border: 0;
    box-shadow: none;
}

.direct-nav {
    display: flex;
    gap: clamp(1.5rem, 3.4vw, 2.7rem);
    align-items: center;
}

.direct-nav a {
    color: #424245 !important;
    font-size: 0.74rem;
    font-weight: 550;
}

.direct-nav a:hover {
    color: var(--blue) !important;
}

.direct-header__cta {
    min-height: 38px;
    padding: 0.6rem 1rem;
    justify-self: end;
    font-size: 0.72rem;
}

/* Home hero */
.direct-hero {
    padding: 5rem 0 5.5rem;
    background:
        radial-gradient(circle at 88% 15%, rgba(0, 113, 227, 0.11), transparent 26rem),
        linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 100%);
}

.direct-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.78fr);
    gap: clamp(3.5rem, 6.5vw, 6rem);
    align-items: start;
}

.direct-hero__copy {
    max-width: 680px;
    padding-top: 2rem;
}

.direct-hero h1,
.direct-page-hero h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(3.4rem, 5vw, 4.7rem);
    font-weight: 680;
    line-height: 0.99;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.direct-hero__lead,
.direct-page-hero__lead {
    max-width: 650px;
    margin: 1.45rem 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    line-height: 1.6;
}

.direct-hero__actions,
.direct-page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1.8rem;
}

.direct-benefits {
    display: grid;
    gap: 0.8rem;
    margin: 1.8rem 0 0;
    padding: 0;
    list-style: none;
}

.direct-benefits li {
    position: relative;
    padding-left: 1.6rem;
    color: #424245;
    font-size: 0.82rem;
    font-weight: 600;
}

.direct-benefits li::before {
    content: "";
    position: absolute;
    top: 0.34rem;
    left: 0.22rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 0 0.25rem rgba(0, 113, 227, 0.1);
}

.direct-hero__trust {
    display: grid;
    gap: 0.2rem;
    max-width: 590px;
    margin: 1.9rem 0 0;
    padding-top: 1.2rem;
    border-top: 1px solid var(--line);
}

.direct-hero__trust strong {
    font-size: 0.8rem;
}

.direct-hero__trust span {
    color: var(--muted);
    font-size: 0.74rem;
}

/* Lead capture */
.direct-lead-card {
    scroll-margin-top: 8rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
}

.direct-lead-card__intro {
    padding: 1.45rem 1.55rem 1.25rem;
    border-bottom: 1px solid #e7e7ea;
}

.direct-lead-card__person {
    display: flex;
    gap: 0.9rem;
    align-items: center;
}

.direct-lead-card__person > img {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 29%;
    box-shadow: 0 0 0 1px #d8d8dc;
}

.direct-lead-card__person div {
    min-width: 0;
}

.direct-lead-card__person span,
.direct-lead-card__person strong {
    display: block;
}

.direct-lead-card__person span {
    margin-bottom: 0.16rem;
    color: var(--blue);
    font-size: 0.7rem;
    font-weight: 700;
}

.direct-lead-card__person strong {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 680;
    letter-spacing: -0.02em;
}

.direct-lead-card__intro > p {
    margin: 0.85rem 0 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.5;
}

.direct-lead-card__form {
    padding: 1.3rem 1.55rem 1.55rem;
}

#kanvis-lead .landing,
#kanvis-lead .landing--scroll,
.kanvis-lead-form {
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: var(--ink);
    background: transparent;
}

#kanvis-lead .kanvis-lead-progress-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1.15rem;
}

#kanvis-lead .kanvis-lead-progress-label {
    margin: 0;
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#kanvis-lead .landing-progress {
    display: grid;
    width: 132px;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
}

#kanvis-lead .landing-progress-dot {
    width: auto;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: #dedee2;
}

#kanvis-lead .landing-progress-dot.is-active,
#kanvis-lead .landing-progress-dot.is-complete,
#kanvis-lead .landing-progress-dot.is-current,
#kanvis-lead .landing-progress-dot.is-done {
    background: var(--blue);
}

#kanvis-lead .landing-step {
    min-height: 0;
    animation: none;
}

#kanvis-lead,
#kanvis-lead button,
#kanvis-lead input,
#kanvis-lead select,
#kanvis-lead textarea {
    font-family: var(--font);
    font-synthesis: none;
}

#kanvis-lead .landing-kicker {
    display: none;
}

#kanvis-lead .landing-title {
    max-width: 390px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.55rem, 2.5vw, 1.85rem);
    font-weight: 680;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

#kanvis-lead .landing-lead {
    margin: 0.7rem 0 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.5;
}

#kanvis-lead .landing-actions {
    margin-top: 1rem;
}

#kanvis-lead .landing-actions-choices {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

#kanvis-lead .landing-btn {
    min-height: 44px;
    cursor: pointer;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: var(--ink);
    background: #fff;
    font-family: var(--font);
    font-size: 0.78rem;
    font-weight: 650;
}

#kanvis-lead .landing-btn:hover {
    border-color: #a6a6ab;
    background: var(--surface);
}

#kanvis-lead .landing-btn-choice {
    display: flex;
    min-height: 72px;
    gap: 0.85rem;
    align-items: center;
    padding: 0.85rem 1rem;
    text-align: left;
}

#kanvis-lead .landing-btn-choice:hover,
#kanvis-lead .landing-btn-choice:focus-visible {
    border-color: rgba(0, 113, 227, 0.5);
    background: rgba(0, 113, 227, 0.045);
}

#kanvis-lead .landing-btn-choice__icon {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    color: var(--blue);
    border-radius: 50%;
    background: rgba(0, 113, 227, 0.09);
}

#kanvis-lead .landing-btn-choice__icon svg {
    width: 16px;
    height: 16px;
}

#kanvis-lead .landing-btn-choice__text {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
    font-family: var(--font);
}

#kanvis-lead .landing-btn-choice__text strong {
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.18;
    letter-spacing: -0.018em;
}

#kanvis-lead .landing-btn-choice__text small {
    color: var(--muted);
    font-family: var(--font);
    font-size: 0.74rem;
    font-weight: 450;
    line-height: 1.35;
    letter-spacing: 0;
}

#kanvis-lead .landing-label {
    display: block;
    margin: 1rem 0 0.35rem;
    color: #424245;
    font-size: 0.7rem;
    font-weight: 650;
}

#kanvis-lead .landing-input,
#kanvis-lead select,
#kanvis-lead textarea {
    width: 100%;
    min-height: 46px;
    padding: 0.72rem 0.85rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    outline: 0;
    color: var(--ink);
    background: #fff;
    font-size: 0.82rem;
}

#kanvis-lead .landing-input:focus,
#kanvis-lead select:focus,
#kanvis-lead textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.12);
}

#kanvis-lead .landing-input::placeholder,
#kanvis-lead textarea::placeholder {
    color: #9a9aa0;
    opacity: 1;
}

#kanvis-lead .landing-textarea {
    min-height: 90px;
    resize: vertical;
}

#kanvis-lead .landing-micro,
#kanvis-lead .landing-hint,
#kanvis-lead .landing-error {
    margin: 0.7rem 0 0;
    color: var(--muted);
    font-size: 0.66rem;
    line-height: 1.45;
}

#kanvis-lead .landing-error {
    color: #b42318;
}

#kanvis-lead .landing-turnstile {
    width: 100%;
    min-height: 0;
    margin-top: 0.85rem;
    overflow: hidden;
    border-radius: 10px;
}

#kanvis-lead .landing-nav {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.15rem;
}

#kanvis-lead .landing-nav .landing-btn,
#kanvis-lead .landing-btn-block {
    min-height: 46px;
    padding: 0.78rem 1.2rem;
    border-radius: 999px;
    font-family: "Segoe UI Variable Text", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 0.88rem;
    font-style: normal;
    font-weight: 650;
    font-synthesis: none;
    line-height: 1;
    letter-spacing: -0.012em;
    text-transform: none;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
}

#kanvis-lead .landing-nav .landing-btn-ghost {
    min-width: 96px;
    color: #424245;
    border: 1px solid #d2d2d7;
    background: #fff;
}

#kanvis-lead .landing-nav .landing-btn-ghost:hover,
#kanvis-lead .landing-nav .landing-btn-ghost:focus-visible {
    color: var(--ink);
    border-color: #a7a7ab;
    background: #f5f5f7;
}

#kanvis-lead .landing-nav .landing-btn-primary,
#kanvis-lead .landing-btn-block.landing-btn-primary {
    min-width: 132px;
    color: #fff;
    border: 1px solid var(--blue);
    background: var(--blue);
    box-shadow: none;
}

#kanvis-lead .landing-nav .landing-btn-primary:hover,
#kanvis-lead .landing-nav .landing-btn-primary:focus-visible,
#kanvis-lead .landing-btn-block.landing-btn-primary:hover,
#kanvis-lead .landing-btn-block.landing-btn-primary:focus-visible {
    border-color: var(--blue-dark);
    background: var(--blue-dark);
    box-shadow: none;
}

#kanvis-lead .landing-btn-arrow::after {
    content: none;
}

#kanvis-lead .landing-btn-primary {
    color: #fff;
    border-color: var(--blue);
    background: var(--blue);
}

#kanvis-lead .landing-btn-primary:hover {
    border-color: var(--blue-dark);
    background: var(--blue-dark);
}

#kanvis-lead .landing-btn-block {
    width: 100%;
    margin-top: 1rem;
}

#kanvis-lead .landing-checks {
    display: grid;
    gap: 0.45rem;
    margin: 0.85rem 0 0;
    padding: 0;
    border: 0;
}

#kanvis-lead .landing-check {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    padding: 0.65rem 0.75rem;
    border: 1px solid #e2e2e5;
    border-radius: 10px;
    color: #424245;
    font-size: 0.72rem;
    line-height: 1.35;
}

#kanvis-lead .landing-check input {
    margin-top: 0.08rem;
    accent-color: var(--blue);
}

#kanvis-lead .landing-raza-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0.65rem;
    padding: 0.3rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #b8b8bd transparent;
}

#kanvis-lead .landing-raza-list::-webkit-scrollbar {
    width: 10px;
}

#kanvis-lead .landing-raza-list::-webkit-scrollbar-track {
    background: transparent;
}

#kanvis-lead .landing-raza-list::-webkit-scrollbar-thumb {
    border: 3px solid #fff;
    border-radius: 999px;
    background: #b8b8bd;
}

#kanvis-lead .landing-raza-list::-webkit-scrollbar-thumb:hover {
    background: #8e8e93;
}

#kanvis-lead .landing-raza-option {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    padding: 0.68rem 0.85rem;
    text-align: left;
    color: #424245;
    border: 0;
    border-radius: 10px;
    outline: 0;
    background: transparent;
    font-family: "Segoe UI Variable Text", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 0.86rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.006em;
    transition: color 140ms ease, background-color 140ms ease;
}

#kanvis-lead .landing-raza-option:hover,
#kanvis-lead .landing-raza-option:focus-visible {
    color: var(--ink);
    background: #f5f5f7;
}

#kanvis-lead .landing-raza-option.is-selected {
    padding-right: 2.5rem;
    color: #005fbd;
    background: rgba(0, 113, 227, 0.1);
    font-weight: 650;
}

#kanvis-lead .landing-raza-option.is-selected::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 0.9rem;
    color: var(--blue);
    font-size: 0.9rem;
    font-weight: 750;
    transform: translateY(-50%);
}

#kanvis-lead .landing-highlight {
    margin-top: 0.9rem;
    padding: 0.8rem;
    border-radius: 12px;
    background: var(--surface);
}

#kanvis-lead .landing-trust {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #424245;
    font-size: 0.68rem;
}

#kanvis-lead .landing-success-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 0.8rem;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: #34a853;
}

#kanvis-lead .landing-call-direct {
    font-size: 0.75rem;
}

#kanvis-lead .landing-call-direct a {
    color: var(--blue) !important;
    font-weight: 700;
}

/* Proof band */
.direct-proof {
    color: #fff;
    background: var(--black);
}

.direct-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.direct-proof article {
    display: grid;
    min-width: 0;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 2rem clamp(1.3rem, 2.6vw, 2.2rem);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.direct-proof article:first-child {
    border-left: 0;
}

.direct-proof article > span {
    color: #2997ff;
    font-size: 0.68rem;
    font-weight: 750;
}

.direct-proof article div {
    min-width: 0;
}

.direct-proof strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 650;
}

.direct-proof p {
    margin: 0.35rem 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.74rem;
    line-height: 1.45;
}

/* Shared sections */
.direct-section {
    padding: clamp(5rem, 8vw, 7rem) 0;
}

.direct-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
    gap: clamp(3rem, 7vw, 6rem);
    align-items: end;
    margin-bottom: 3.5rem;
}

.direct-section-head h2,
.direct-zones h2,
.direct-faq h2,
.direct-local-context h2,
.direct-nearby h2,
.direct-topics h2,
.direct-all-areas h2,
.direct-service-intro h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.8rem, 4.7vw, 4.15rem);
    font-weight: 670;
    line-height: 1;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.direct-section-head > p,
.direct-section-head > div + p,
.direct-zones__grid > div > p,
.direct-local-context__grid > div > p,
.direct-nearby__grid > div > p,
.direct-topics__grid > div > p,
.direct-all-areas__grid > div > p,
.direct-service-intro__grid > p {
    margin: 0;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.65;
}

.direct-section-head--compact h2 {
    font-size: clamp(2.7rem, 4.4vw, 3.8rem);
}

/* Services */
.direct-services,
.direct-local-services,
.direct-gallery,
.direct-area-directory,
.direct-service-areas {
    background: var(--surface);
}

.direct-service-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

.direct-service-card {
    display: flex;
    min-height: 280px;
    grid-column: span 4;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: var(--radius-md);
    background: #fff;
}

.direct-service-card--featured {
    position: relative;
    isolation: isolate;
    min-height: 360px;
    grid-column: span 7;
    overflow: hidden;
    color: #fff;
    border: 0;
    background: url("../assets/optimized/kanvis-costa-720.webp") center 65% / cover no-repeat;
}

.direct-service-card--featured::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 15%, rgba(0, 0, 0, 0.82) 100%);
}

.direct-service-card:nth-child(2) {
    min-height: 360px;
    grid-column: span 5;
}

.direct-service-card > span,
.direct-service-card__label {
    margin: 0;
    color: var(--blue);
    font-size: 0.68rem;
    font-weight: 750;
}

.direct-service-card--featured .direct-service-card__label {
    color: rgba(255, 255, 255, 0.75);
}

.direct-service-card h3 {
    max-width: 360px;
    margin: auto 0 0;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 670;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.direct-service-card p:not(.direct-service-card__label) {
    margin: 0.9rem 0 0;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.direct-service-card--featured p:not(.direct-service-card__label) {
    max-width: 590px;
    color: rgba(255, 255, 255, 0.76);
}

.direct-service-card a {
    margin-top: 1.25rem;
    color: var(--blue) !important;
    font-size: 0.76rem;
    font-weight: 700;
}

.direct-service-card--featured a {
    color: #fff !important;
}

/* Method */
.direct-method {
    padding: clamp(5rem, 8vw, 7rem) 0;
    color: #fff;
    background: var(--black);
}

.direct-method__grid {
    display: grid;
    grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.12fr);
    gap: clamp(3.5rem, 7vw, 6.5rem);
    align-items: center;
}

.direct-method__photo {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #1c1c1e;
}

.direct-method__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% 50%;
}

.direct-method__photo > div {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(16px);
}

.direct-method__photo strong,
.direct-method__photo span {
    display: block;
}

.direct-method__photo strong {
    font-size: 1rem;
}

.direct-method__photo span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.7rem;
}

.direct-method .direct-eyebrow {
    color: #2997ff;
}

.direct-method__copy h2,
.direct-method--steps .direct-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 660;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.direct-method__intro {
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.98rem;
    line-height: 1.6;
}

.direct-method__copy ol {
    margin: 1.8rem 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.direct-method__copy li {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.9rem;
    padding: 1.15rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.direct-method__copy li > span,
.direct-step-grid li > span {
    color: #2997ff;
    font-size: 0.78rem;
}

.direct-method__copy li strong {
    display: block;
    font-size: 0.84rem;
}

.direct-method__copy li p {
    margin: 0.3rem 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.76rem;
}

/* Zones */
.direct-zones__grid,
.direct-local-context__grid,
.direct-nearby__grid,
.direct-topics__grid,
.direct-all-areas__grid,
.direct-service-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(3.5rem, 8vw, 7rem);
    align-items: start;
}

.direct-zones__grid > div > p,
.direct-nearby__grid > div > p,
.direct-all-areas__grid > div > p {
    margin-top: 1.3rem;
}

.direct-zones .direct-text-link,
.direct-nearby .direct-text-link {
    display: inline-block;
    margin-top: 1.4rem;
}

.direct-zones ul,
.direct-nearby ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.direct-zones li a,
.direct-nearby li a,
.direct-zones li > span {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border-radius: var(--radius-sm);
    background: var(--surface);
    font-size: 0.8rem;
    font-weight: 650;
}

.direct-zones li a span,
.direct-nearby li a span {
    color: var(--blue);
}

.direct-zones li:last-child,
.direct-nearby li:last-child {
    grid-column: 1 / -1;
}

.direct-zones li:last-child > span {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 500;
}

/* Gallery */
.direct-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.direct-photo-grid figure {
    position: relative;
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: #ddd;
}

.direct-photo-grid img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.direct-photo-grid figure:first-child img {
    object-position: center 40%;
}

.direct-photo-grid figure:nth-child(2) img {
    object-position: center;
}

.direct-photo-grid figure:nth-child(3) img {
    object-position: center 85%;
}

.direct-photo-grid figure::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68));
}

.direct-photo-grid figcaption {
    position: absolute;
    right: 1.2rem;
    bottom: 1.15rem;
    left: 1.2rem;
    z-index: 1;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 650;
}

/* FAQ */
.direct-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.15fr);
    gap: clamp(3.5rem, 8vw, 7rem);
    align-items: start;
}

.direct-faq__grid > div:first-child > p:last-child {
    margin: 1.25rem 0 0;
    color: var(--muted);
}

.direct-faq-list {
    border-top: 1px solid var(--line);
}

.direct-faq-list details {
    border-bottom: 1px solid var(--line);
}

.direct-faq-list summary {
    position: relative;
    padding: 1.35rem 2.5rem 1.35rem 0;
    cursor: pointer;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 650;
    list-style: none;
}

.direct-faq-list summary::-webkit-details-marker {
    display: none;
}

.direct-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 1.25rem;
    right: 0;
    color: var(--blue);
    font-size: 1.25rem;
    font-weight: 400;
}

.direct-faq-list details[open] summary::after {
    content: "−";
}

.direct-faq-list details p {
    max-width: 720px;
    margin: -0.35rem 0 1.4rem;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.65;
}

/* Page headers and directories */
.direct-breadcrumbs {
    padding-top: 1.2rem;
}

.direct-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 0.7rem;
}

.direct-breadcrumbs li {
    display: flex;
    gap: 0.45rem;
}

.direct-breadcrumbs a:hover {
    color: var(--blue) !important;
}

.direct-page-hero {
    padding: 4.5rem 0 5.5rem;
}

.direct-page-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: clamp(3.5rem, 7vw, 6rem);
    align-items: center;
}

.direct-page-hero__media {
    position: relative;
    min-height: 470px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--surface);
}

.direct-page-hero__media--portrait {
    width: min(100%, 470px);
    justify-self: end;
}

.direct-page-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85% 50%;
}

.direct-page-hero__media figcaption {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 0.75rem 0.9rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(12px);
    font-size: 0.7rem;
    font-weight: 650;
}

.direct-situations {
    padding: 2rem;
    border-radius: var(--radius-md);
    background: var(--surface);
}

.direct-situations h2 {
    margin: 0;
    font-size: 1.55rem;
    letter-spacing: -0.035em;
}

.direct-situations ul,
.direct-topics ul,
.direct-all-areas ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.direct-situations li,
.direct-topics li,
.direct-all-areas li {
    padding: 0.8rem 0.9rem;
    border-radius: 12px;
    color: #424245;
    background: #fff;
    font-size: 0.76rem;
    font-weight: 550;
}

.direct-situations .direct-text-link {
    display: inline-block;
    margin-top: 1.4rem;
}

.direct-link-card-grid,
.direct-location-directory {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.direct-link-card,
.direct-location-directory article {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 1.8rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: var(--radius-md);
    background: #fff;
}

.direct-link-card h3,
.direct-location-directory h3 {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.direct-location-directory article > p:first-child {
    margin: 0 0 auto;
    color: var(--blue);
    font-size: 0.7rem;
    font-weight: 750;
}

.direct-link-card p,
.direct-location-directory article > p:not(:first-child) {
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.55;
}

.direct-link-card a,
.direct-location-directory a {
    margin-top: auto;
    padding-top: 1.25rem;
    color: var(--blue) !important;
    font-size: 0.74rem;
    font-weight: 700;
}

.direct-nearby,
.direct-topics,
.direct-all-areas,
.direct-service-intro {
    background: #fff;
}

.direct-nearby ul {
    margin: 0;
}

.direct-topics ul,
.direct-all-areas ul {
    margin: 0;
}

.direct-topics li,
.direct-all-areas li {
    background: var(--surface);
}

.direct-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 3.5rem 0 0;
    padding: 0;
    list-style: none;
}

.direct-step-grid li {
    min-height: 260px;
    padding: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-md);
}

.direct-step-grid h3 {
    margin: 4.5rem 0 0;
    color: #fff;
    font-size: 1.45rem;
    letter-spacing: -0.035em;
}

.direct-step-grid p {
    margin: 0.8rem 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    line-height: 1.55;
}

.direct-area-link-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

.direct-area-link-grid a {
    display: grid;
    gap: 0.4rem;
    min-height: 110px;
    padding: 1.2rem;
    align-content: center;
    border-radius: var(--radius-sm);
    background: #fff;
}

.direct-area-link-grid strong {
    font-size: 0.84rem;
}

.direct-area-link-grid span {
    color: var(--blue);
    font-size: 0.68rem;
}

.direct-area-note {
    margin: 1.25rem 0 0;
    color: var(--muted);
    font-size: 0.74rem;
}

/* Final CTA and footer */
.direct-final-cta {
    padding: clamp(5rem, 8vw, 7rem) 0;
    color: #fff;
    background: var(--black);
}

.direct-final-cta__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: end;
}

.direct-final-cta h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(3.2rem, 5.7vw, 5.1rem);
    font-weight: 660;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.direct-final-cta__grid > div:last-child > p {
    margin: 0 0 1.35rem;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.6;
}

.direct-final-cta .direct-phone-link {
    display: block;
    margin-top: 0.9rem;
    color: rgba(255, 255, 255, 0.66) !important;
}

.direct-footer {
    padding: 4.5rem 0 2rem;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--black);
}

.direct-footer__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.15fr;
    gap: 3rem;
}

.direct-footer strong {
    display: block;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 0.78rem;
}

.direct-footer__brand .direct-footer__logo-link {
    display: inline-block;
    margin: 0 0 0.8rem;
    border-radius: 50%;
}

.direct-footer__logo {
    width: 144px;
    height: 144px;
    object-fit: contain;
    border-radius: 50%;
}

.direct-footer p {
    margin: 0.55rem 0 0;
    font-size: 0.72rem;
    line-height: 1.55;
}

.direct-footer nav,
.direct-footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.direct-footer nav a,
.direct-footer__contact a,
.direct-footer__brand a {
    margin-top: 0.52rem;
    font-size: 0.72rem;
}

.direct-footer a:hover {
    color: #fff !important;
}

.direct-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3.5rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.direct-mobile-call {
    display: none;
}

@media (max-width: 1040px) {
    .direct-container {
        width: min(calc(100% - 40px), 1180px);
    }

    .direct-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
        gap: 3rem;
    }

    .direct-hero h1,
    .direct-page-hero h1 {
        font-size: clamp(3.25rem, 5.8vw, 4.2rem);
    }

    .direct-method__grid,
    .direct-section-head,
    .direct-zones__grid,
    .direct-local-context__grid,
    .direct-nearby__grid,
    .direct-topics__grid,
    .direct-all-areas__grid,
    .direct-service-intro__grid,
    .direct-faq__grid {
        gap: 3.5rem;
    }

    .direct-service-card {
        grid-column: span 6;
    }

    .direct-service-card--featured,
    .direct-service-card:nth-child(2) {
        grid-column: span 6;
    }
}

@media (max-width: 860px) {
    .direct-header__inner {
        grid-template-columns: 1fr auto;
    }

    .direct-nav {
        display: none;
    }

    .direct-hero {
        padding: 4rem 0 5rem;
    }

    .direct-hero__grid,
    .direct-page-hero__grid,
    .direct-method__grid,
    .direct-zones__grid,
    .direct-local-context__grid,
    .direct-nearby__grid,
    .direct-topics__grid,
    .direct-all-areas__grid,
    .direct-service-intro__grid,
    .direct-faq__grid,
    .direct-final-cta__grid {
        grid-template-columns: 1fr;
    }

    .direct-hero__copy {
        max-width: 720px;
        padding-top: 0;
    }

    .direct-lead-card {
        width: min(100%, 650px);
    }

    .direct-proof article {
        padding-inline: 1.2rem;
    }

    .direct-section-head {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .direct-method__photo {
        min-height: 540px;
    }

    .direct-method__copy {
        max-width: 720px;
    }

    .direct-photo-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
    }

    .direct-photo-grid figure:first-child {
        grid-column: auto;
    }

    .direct-page-hero__media,
    .direct-page-hero__media--portrait {
        width: min(100%, 650px);
        min-height: 480px;
        justify-self: start;
    }

    .direct-link-card-grid,
    .direct-location-directory,
    .direct-step-grid {
        grid-template-columns: 1fr 1fr;
    }

    .direct-area-link-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .direct-footer__grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }

    .direct-footer__contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    body.kanvis-direct-body {
        padding-bottom: 58px;
    }

    .direct-container {
        width: min(calc(100% - 32px), 1180px);
    }

    .direct-header__inner {
        min-height: 96px;
    }

    .direct-brand__logo {
        width: 80px;
        height: 80px;
    }

    .direct-header__cta {
        min-height: 36px;
        padding-inline: 0.85rem;
        font-size: 0.68rem;
    }

    .direct-hero {
        padding: 3.4rem 0 4rem;
    }

    .direct-hero h1,
    .direct-page-hero h1 {
        font-size: clamp(2.75rem, 12.5vw, 3.55rem);
        line-height: 0.98;
    }

    .direct-hero__actions,
    .direct-page-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .direct-hero__actions .direct-btn,
    .direct-page-hero__actions .direct-btn {
        width: 100%;
    }

    .direct-hero__grid {
        gap: 2.6rem;
    }

    .direct-lead-card {
        border-radius: 22px;
    }

    .direct-lead-card__intro,
    .direct-lead-card__form {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }

    #kanvis-lead .landing-actions-choices {
        grid-template-columns: 1fr;
    }

    #kanvis-lead .landing-btn-choice {
        min-height: 66px;
    }

    .direct-proof__grid {
        grid-template-columns: 1fr;
    }

    .direct-proof article {
        min-height: 0;
        padding: 1.4rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 0;
    }

    .direct-proof article:first-child {
        border-top: 0;
    }

    .direct-section,
    .direct-method,
    .direct-final-cta {
        padding: 4.5rem 0;
    }

    .direct-section-head {
        margin-bottom: 2.4rem;
    }

    .direct-section-head h2,
    .direct-section-head--compact h2,
    .direct-zones h2,
    .direct-faq h2,
    .direct-local-context h2,
    .direct-nearby h2,
    .direct-topics h2,
    .direct-all-areas h2,
    .direct-service-intro h2 {
        font-size: clamp(2.35rem, 11vw, 3rem);
    }

    .direct-service-grid {
        grid-template-columns: 1fr;
    }

    .direct-service-card,
    .direct-service-card--featured,
    .direct-service-card:nth-child(2) {
        min-height: 260px;
        grid-column: auto;
        padding: 1.5rem;
    }

    .direct-service-card--featured {
        min-height: 340px;
    }

    .direct-method__photo {
        min-height: 460px;
        border-radius: 22px;
    }

    .direct-method__copy h2,
    .direct-method--steps .direct-section-head h2 {
        font-size: clamp(2.7rem, 12vw, 3.55rem);
    }

    .direct-zones ul,
    .direct-nearby ul,
    .direct-situations ul,
    .direct-topics ul,
    .direct-all-areas ul {
        grid-template-columns: 1fr;
    }

    .direct-zones li:last-child,
    .direct-nearby li:last-child {
        grid-column: auto;
    }

    .direct-photo-grid,
    .direct-link-card-grid,
    .direct-location-directory,
    .direct-step-grid,
    .direct-area-link-grid {
        grid-template-columns: 1fr;
    }

    .direct-photo-grid figure:first-child {
        grid-column: auto;
    }

    .direct-photo-grid figure {
        min-height: 0;
    }

    .direct-page-hero {
        padding: 3.5rem 0 4.5rem;
    }

    .direct-page-hero__media,
    .direct-page-hero__media--portrait {
        min-height: 420px;
        border-radius: 22px;
    }

    .direct-final-cta h2 {
        font-size: clamp(2.75rem, 12vw, 3.7rem);
    }

    .direct-footer__grid {
        grid-template-columns: 1fr;
        gap: 2.3rem;
    }

    .direct-footer__contact {
        grid-column: auto;
    }

    .direct-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .direct-mobile-call {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 80;
        display: flex;
        min-height: 58px;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        background: var(--blue);
        font-size: 0.78rem;
        font-weight: 700;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.13);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Home hero B · portrait editorial */
.direct-hero--editorial {
    padding: 2.8rem 0 3.6rem;
    background: #f3efe8;
}

.direct-hero--editorial .direct-hero__grid {
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(3.8rem, 7vw, 7.5rem);
    align-items: stretch;
}

.direct-hero--editorial .direct-hero__media {
    position: relative;
    min-height: 690px;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    background: #d8d2c9;
}

.direct-hero--editorial .direct-hero__media::after {
    position: absolute;
    inset: 48% 0 0;
    content: "";
    background: linear-gradient(transparent, rgba(11, 13, 17, 0.62));
    pointer-events: none;
}

.direct-hero--editorial .direct-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85% 50%;
}

.direct-hero--editorial .direct-hero__media figcaption {
    position: absolute;
    right: 2rem;
    bottom: 1.8rem;
    left: 2rem;
    z-index: 2;
    display: grid;
    gap: 0.3rem;
    color: #fff;
}

.direct-hero--editorial .direct-hero__media figcaption span {
    font-size: 0.68rem;
    font-weight: 700;
}

.direct-hero--editorial .direct-hero__media figcaption strong {
    max-width: 390px;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 650;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.direct-hero--editorial .direct-hero__copy {
    display: flex;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    padding: 4.2rem 0;
}

.direct-hero--editorial h1 {
    max-width: 690px;
    font-size: clamp(3.5rem, 5vw, 5.7rem);
    line-height: 0.93;
}

.direct-hero__seo {
    max-width: 650px;
    margin: 1.65rem 0 0;
    color: #343438;
    font-size: 0.82rem;
    font-weight: 680;
    line-height: 1.55;
}

.direct-hero--editorial .direct-hero__lead {
    max-width: 650px;
    margin-top: 1rem;
    font-size: clamp(0.96rem, 1.25vw, 1.08rem);
}

.direct-hero--editorial .direct-hero__actions {
    margin-top: 1.65rem;
}

.direct-hero--editorial .direct-btn--navy {
    color: #fff !important;
    background: var(--ink);
}

.direct-hero--editorial .direct-btn--navy:hover,
.direct-hero--editorial .direct-btn--navy:focus-visible {
    background: #000;
}

.direct-hero--editorial .direct-text-link {
    padding: 0.7rem 0;
}

.direct-hero--editorial .direct-hero__trust {
    grid-template-columns: 1fr auto;
    gap: 1rem;
    max-width: 650px;
    margin-top: 2rem;
    padding-top: 1rem;
    border-color: rgba(29, 29, 31, 0.18);
}

.direct-hero--editorial .direct-hero__trust span {
    max-width: 310px;
    text-align: right;
}

.direct-consultation {
    scroll-margin-top: 8rem;
    padding: clamp(5.5rem, 9vw, 8rem) 0;
    background: #f5f5f7;
}

.direct-consultation__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.75fr);
    gap: clamp(4rem, 9vw, 8.5rem);
    align-items: start;
}

.direct-consultation__copy {
    max-width: 660px;
    padding-top: 1.6rem;
}

.direct-consultation__copy h2 {
    max-width: 640px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(3.4rem, 5.2vw, 5.2rem);
    font-weight: 660;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.direct-consultation__copy > p:not(.direct-eyebrow, .direct-consultation__phone) {
    max-width: 610px;
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.65;
}

.direct-consultation__copy ul {
    display: grid;
    margin: 2.4rem 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.direct-consultation__copy li {
    position: relative;
    display: grid;
    gap: 0.25rem;
    padding: 1.05rem 0 1.05rem 2.8rem;
    border-bottom: 1px solid var(--line);
}

.direct-consultation__copy li::before {
    position: absolute;
    top: 1rem;
    left: 0;
    display: grid;
    width: 28px;
    height: 28px;
    content: "✓";
    place-items: center;
    color: var(--blue);
    border-radius: 50%;
    background: rgba(0, 113, 227, 0.09);
    font-size: 0.72rem;
    font-weight: 800;
}

.direct-consultation__copy li strong {
    font-size: 0.86rem;
}

.direct-consultation__copy li span {
    color: var(--muted);
    font-size: 0.76rem;
    line-height: 1.45;
}

.direct-consultation__phone {
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: 0.8rem;
}

.direct-consultation__phone a {
    margin-left: 0.3rem;
    color: var(--blue) !important;
    font-weight: 720;
}

.direct-consultation .direct-lead-card {
    width: 100%;
    max-width: 520px;
    justify-self: end;
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(24, 27, 34, 0.13);
}

.direct-consultation .direct-lead-card__intro {
    padding: 1.65rem 1.7rem 1.35rem;
}

.direct-consultation .direct-lead-card__form {
    padding: 1.45rem 1.7rem 1.7rem;
}

@media (max-width: 1040px) {
    .direct-hero--editorial .direct-hero__grid {
        grid-template-columns: minmax(370px, 0.82fr) minmax(0, 1.18fr);
        gap: 3.2rem;
    }

    .direct-hero--editorial .direct-hero__media {
        min-height: 650px;
    }

    .direct-hero--editorial h1 {
        font-size: clamp(3.35rem, 5.8vw, 4.8rem);
    }

    .direct-consultation__grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
        gap: 3.5rem;
    }
}

@media (max-width: 860px) {
    .direct-hero--editorial {
        padding: 0 0 2rem;
    }

    .direct-hero--editorial .direct-hero__grid,
    .direct-consultation__grid {
        grid-template-columns: 1fr;
    }

    .direct-hero--editorial .direct-hero__copy {
        order: 1;
        max-width: 720px;
        padding: 4.8rem 0 3.4rem;
    }

    .direct-hero--editorial .direct-hero__media {
        order: 2;
        width: min(100%, 650px);
        min-height: 590px;
    }

    .direct-consultation__copy {
        max-width: 690px;
        padding-top: 0;
    }

    .direct-consultation .direct-lead-card {
        width: min(100%, 650px);
        max-width: none;
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .direct-hero--editorial .direct-hero__copy {
        padding: 3.7rem 0 2.9rem;
    }

    .direct-hero--editorial h1 {
        font-size: clamp(3rem, 13vw, 3.55rem);
        line-height: 0.95;
    }

    .direct-hero__seo {
        margin-top: 1.35rem;
        font-size: 0.78rem;
    }

    .direct-hero--editorial .direct-hero__lead {
        font-size: 0.96rem;
    }

    .direct-hero--editorial .direct-hero__trust {
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }

    .direct-hero--editorial .direct-hero__trust span {
        max-width: none;
        text-align: left;
    }

    .direct-hero--editorial .direct-hero__media {
        min-height: 500px;
        border-radius: 22px;
    }

    .direct-hero--editorial .direct-hero__media figcaption {
        right: 1.4rem;
        bottom: 1.35rem;
        left: 1.4rem;
    }

    .direct-consultation {
        padding: 4.6rem 0;
    }

    .direct-consultation__grid {
        gap: 3rem;
    }

    .direct-consultation__copy h2 {
        font-size: clamp(2.8rem, 12vw, 3.45rem);
    }

    .direct-consultation__copy > p:not(.direct-eyebrow, .direct-consultation__phone) {
        font-size: 0.94rem;
    }

    .direct-consultation .direct-lead-card {
        border-radius: 22px;
    }

    .direct-consultation .direct-lead-card__intro,
    .direct-consultation .direct-lead-card__form {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}
