﻿:root {
    --blue: #001E60;
    --cyan: #1FB4D1;
    --text: #373943;
    --muted: #F7F9FB;
    --soft-white: #FCFCFC;
    --white: #FFFFFF;
    --line: #E5EAF0;
    --green: #4B8A2F;
    --heading: "Inter", Arial, sans-serif;
    --body: "Inter", Arial, sans-serif;
    --content: 1180px;
    --text-width: 820px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

main section[id],
main details[id] {
    scroll-margin-top: 110px;
}

body {
    background: var(--soft-white);
    color: var(--text);
    font-family: var(--body) !important;
    line-height: 1.65;
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

/* Ruhige, einheitliche Typografie: nur zwei klar unterscheidbare Gewichtungen. */
:where(h1, h2, h3, h4, h5, h6, p, a, span, li, dt, dd, label, input, select, textarea, button, summary, strong, small) {
    font-family: var(--body) !important;
}

:where(h1, h2, h3, h4, h5, h6, strong, .button, .eyebrow, .main-nav a, .phone, .text-link, summary, dt) {
    font-weight: 600 !important;
}

:where(h1, h2, h3, h4, h5, h6) {
    overflow-wrap: anywhere;
}

/* Ruhige Mikrotypografie: Beschriftungen nicht sperren oder in Versalien setzen. */
:where(
    .phone span,
    .eyebrow,
    .hero-eyebrow,
    .wanted-card span,
    .wanted-card small,
    .feeling-situations span,
    .process-index span,
    .process-body li,
    .valuation-benefits li,
    .mock-form label,
    .referral-note,
    .referral-steps span,
    .property-image span,
    .property-meta,
    .property-card dd,
    .article-list span,
    .final-contact-eyebrow,
    .final-contact-methods small,
    .site-footer h2,
    .ni-elementor-header .elementor-button,
    .ni-elementor-nav a,
    .ni-elementor-phone .elementor-widget-container,
    .ni-elementor-phone span,
    .ni-elementor-eyebrow .elementor-widget-container,
    .ni-process-number .elementor-widget-container,
    .ni-process-phase .elementor-widget-container,
    .ni-process-checklist span,
    .ni-native-property-card .property-image span,
    .ni-native-property-card .property-meta .elementor-widget-container,
    .ni-native-property-card dd,
    .ni-text-button .elementor-button,
    .ni-native-article-card .ni-article-topic .elementor-widget-container,
    .site-footer.ni-elementor-native-section .elementor-heading-title
) {
    font-weight: 600 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
}

:where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 4px;
}

.skip-link {
    background: var(--blue);
    border-radius: 6px;
    color: var(--white);
    font-weight: 800;
    left: 12px;
    padding: 12px 18px;
    position: fixed;
    text-decoration: none;
    top: -100px;
    transition: top .2s ease;
    z-index: 999;
}

.skip-link:focus {
    top: 12px;
}

h1,
h2,
h3 {
    color: var(--blue);
    font-family: var(--heading);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 20px;
}

h1 {
    color: var(--white);
    font-size: clamp(2.65rem, 6vw, 4.6rem);
    max-width: 780px;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
    font-size: 1.35rem;
}

p {
    margin: 0 0 22px;
}

.container {
    margin-inline: auto;
    width: min(100% - 40px, var(--content));
}

.narrow {
    max-width: var(--text-width);
    text-align: center;
}

.section {
    padding-block: clamp(64px, 8vw, 112px);
}

.muted {
    background: var(--muted);
}

.site-header {
    align-items: center;
    backdrop-filter: blur(16px);
    background: rgb(255 255 255 / 92%);
    border-bottom: 1px solid rgb(229 234 240 / 72%);
    box-shadow: 0 18px 44px rgb(0 30 96 / 8%);
    display: grid;
    gap: clamp(18px, 2.4vw, 34px);
    grid-template-columns: 240px minmax(0, 1fr) auto;
    min-height: 82px;
    padding: 12px clamp(20px, 4vw, 52px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.brand img {
    width: 232px;
}

.main-nav {
    display: flex;
    gap: clamp(14px, 1.65vw, 24px);
    justify-content: center;
}

.main-nav a,
.phone,
.text-link,
.site-footer a {
    color: var(--blue);
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
}

.main-nav a:hover,
.phone:hover,
.text-link:hover,
.site-footer a:hover {
    color: var(--cyan);
}

.main-nav a {
    position: relative;
}

.main-nav a::after {
    background: var(--cyan);
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
    width: 100%;
}

.main-nav a:hover::after,
.main-nav a:focus::after {
    transform: scaleX(1);
}

.main-nav .quick-sale-nav {
    background: rgb(94 214 234 / 16%);
    border: 1px solid rgb(0 30 96 / 12%);
    border-radius: 999px;
    color: var(--blue);
    padding: 8px 12px;
}

.main-nav .quick-sale-nav::after {
    display: none;
}

.main-nav .quick-sale-nav:hover,
.main-nav .quick-sale-nav:focus,
.main-nav .quick-sale-nav[aria-current="page"] {
    background: var(--cyan);
    color: var(--blue);
}

.header-actions {
    align-items: center;
    display: flex;
    gap: 18px;
}

.phone {
    border-right: 1px solid var(--line);
    display: grid;
    gap: 1px;
    line-height: 1.15;
    padding-right: 18px;
    text-align: right;
    white-space: nowrap;
}

.phone span {
    color: #6b6f7b;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.menu-button {
    display: none;
}

.button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 50px;
    padding: 14px 24px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

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

.button-primary {
    background: var(--blue);
    color: var(--white);
    min-height: 46px;
    padding: 12px 21px;
}

.button-primary:hover {
    background: var(--cyan);
}

.button-secondary {
    border: 1px solid var(--blue);
    color: var(--blue);
}

.button-secondary:hover {
    background: var(--muted);
}

.button-on-dark {
    border-color: rgb(255 255 255 / 70%);
    color: var(--white);
}

.button-on-dark:hover {
    background: rgb(255 255 255 / 12%);
}

.button-light {
    background: var(--white);
    color: var(--blue);
}

.button-hero {
    background: linear-gradient(135deg, #5ED6EA 0%, var(--cyan) 100%);
    box-shadow: 0 16px 34px rgb(0 30 96 / 28%);
    color: var(--blue);
}

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

.button-hero-outline {
    backdrop-filter: blur(10px);
    background: rgb(255 255 255 / 12%);
    border: 1px solid var(--cyan);
    color: var(--white);
}

.button-hero-outline:hover {
    background: var(--cyan);
    color: var(--blue);
}

.button-hero-quick-sale {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--white);
    min-height: 50px;
    padding-inline: 6px;
    text-decoration: underline;
    text-decoration-color: var(--cyan);
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.button-hero-quick-sale:hover {
    background: transparent;
    color: var(--cyan);
}

.hero {
    color: var(--white);
    min-height: calc(100vh - 82px);
    overflow: hidden;
    position: relative;
}

.hero-media {
    background-image: url("../images/neuseenland-hero.jpg");
    background-position: center 42%;
    background-size: cover;
    inset: 0;
    position: absolute;
    transform: scale(1.025);
}

.hero-overlay {
    background:
        radial-gradient(circle at 50% 38%, rgb(31 180 209 / 13%) 0%, rgb(31 180 209 / 0%) 38%),
        linear-gradient(180deg, rgb(0 30 96 / 48%) 0%, rgb(0 30 96 / 62%) 100%),
        linear-gradient(90deg, rgb(0 30 96 / 30%) 0%, rgb(0 30 96 / 16%) 50%, rgb(0 30 96 / 30%) 100%);
    inset: 0;
    position: absolute;
}

.hero-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 82px);
    padding-block: clamp(90px, 10vw, 132px) 66px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.hero h1 {
    font-size: clamp(2.6rem, 4.5vw, 3.65rem) !important;
    line-height: 1.08;
    margin-bottom: 18px;
    margin-inline: auto;
    max-width: 880px;
    text-wrap: balance;
}

.hero-text {
    color: rgb(255 255 255 / 86%);
    font-size: clamp(1rem, 1.35vw, 1.08rem);
    line-height: 1.68;
    margin-inline: auto;
    max-width: 720px;
    text-shadow: 0 1px 18px rgb(0 30 96 / 28%);
}

.eyebrow {
    color: var(--cyan);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.hero-eyebrow {
    align-items: center;
    color: rgb(255 255 255 / 86%);
    display: inline-flex;
    gap: 12px;
    font-size: .78rem;
    letter-spacing: .04em !important;
    margin-bottom: 16px;
}

.hero-eyebrow::before {
    background: var(--cyan);
    content: "";
    height: 2px;
    width: 44px;
}

.hero-lead {
    color: var(--white);
    font-family: var(--heading);
    font-size: clamp(1.15rem, 1.75vw, 1.38rem);
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 14px;
    margin-inline: auto;
    max-width: 650px;
    text-shadow: 0 1px 18px rgb(0 30 96 / 30%);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
}

.hero-content .button-row {
    justify-content: center;
}

.centered {
    justify-content: center;
}

.trust-row {
    align-self: center;
    backdrop-filter: blur(16px);
    background: rgb(255 255 255 / 12%);
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--body);
    gap: 10px 22px;
    justify-content: center;
    margin-top: 38px;
    max-width: 1000px;
    padding: 15px 18px;
}

.trust-row span {
    align-items: center;
    color: var(--white);
    display: inline-flex;
    gap: 10px;
    font-size: .86rem;
    font-weight: 500;
}

.trust-row span::before {
    background: var(--cyan);
    border-radius: 50%;
    content: "";
    height: 9px;
    width: 9px;
}

.two-column {
    align-items: center;
    display: grid;
    gap: clamp(36px, 7vw, 88px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
}

.compact {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
}

.personal {
    background:
        linear-gradient(180deg, var(--soft-white) 0%, var(--white) 48%, var(--muted) 100%);
    position: relative;
}

.personal::before {
    background: linear-gradient(180deg, var(--cyan), rgb(31 180 209 / 0));
    content: "";
    height: 120px;
    left: clamp(20px, 6vw, 84px);
    opacity: .45;
    position: absolute;
    top: 0;
    width: 1px;
}

.personal-copy {
    max-width: 650px;
}

.personal-intro,
.section-heading p,
.ratgeber p {
    font-size: 1.08rem;
}

.personal-intro {
    font-size: clamp(1.08rem, 2vw, 1.22rem);
    line-height: 1.72;
}

.reputation-section {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    padding-block: clamp(44px, 5vw, 72px);
}

.reputation-layout {
    align-items: center;
    display: grid;
    gap: clamp(24px, 4vw, 52px);
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.reputation-copy {
    max-width: 620px;
}

.reputation-copy h2 {
    margin-bottom: 14px;
}

.reputation-copy p:last-child {
    font-size: 1.02rem;
    margin-bottom: 0;
    max-width: 580px;
}

.reputation-widget-card,
.reputation-seal-card {
    align-items: center;
    background: var(--soft-white);
    border: 1px solid var(--line);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 224px;
    padding: 18px 22px;
}

.reputation-widget-card {
    min-width: 236px;
}

.reputation-seal-card {
    min-width: 190px;
}

.reputation-label {
    color: var(--blue);
    display: block;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.immoscout-rating-widget {
    border: 0;
    display: block;
    height: 160px;
    max-width: 100%;
    overflow: hidden;
    width: 190px;
}

.reputation-seal-card img {
    display: block;
    height: 150px;
    object-fit: contain;
    width: 150px;
}

.portrait-card {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgb(0 30 96 / 12%);
    margin: 0;
    overflow: hidden;
    padding: 12px;
    position: relative;
}

.portrait-card::before {
    border: 1px solid rgb(31 180 209 / 70%);
    border-radius: 8px;
    content: "";
    inset: 24px -18px -18px 24px;
    position: absolute;
    z-index: -1;
}

.portrait-card img {
    border-radius: 6px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 58% center;
    width: 100%;
}

.portrait-card figcaption {
    background: var(--blue);
    border-radius: 6px;
    color: var(--white);
    font-family: var(--heading);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.25;
    margin: 12px 0 0;
    padding: 18px 20px;
}

.mini-list {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 34px 0;
    max-width: 620px;
    padding: 0;
}

.mini-list li {
    align-items: start;
    background: rgb(255 255 255 / 86%);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--blue);
    display: grid;
    gap: 4px 14px;
    grid-template-columns: 30px 1fr;
    min-height: 68px;
    padding: 16px 18px;
    position: relative;
}

.mini-list li strong,
.mini-list li span {
    grid-column: 2;
}

.mini-list li strong {
    font-size: 1rem;
    line-height: 1.25;
}

.mini-list li span {
    color: var(--text);
    font-size: .95rem;
    line-height: 1.45;
}

.mini-list li::before {
    align-items: center;
    background: var(--cyan);
    border-radius: 50%;
    color: var(--white);
    content: "";
    display: inline-flex;
    height: 28px;
    justify-content: center;
    grid-row: 1 / span 2;
    margin-top: 2px;
    position: relative;
    width: 28px;
}

.mini-list li::after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: "";
    height: 10px;
    left: 29px;
    position: absolute;
    top: 23px;
    transform: rotate(45deg);
    width: 5px;
}

.section-heading {
    margin-bottom: 44px;
    max-width: 760px;
}

.questions-section {
    background:
        linear-gradient(90deg, var(--muted) 0%, var(--muted) 44%, var(--white) 44%, var(--white) 100%);
}

.questions-layout {
    align-items: start;
    display: grid;
    gap: clamp(36px, 6vw, 76px);
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
}

.questions-intro {
    margin-bottom: 0;
    max-width: 520px;
    position: sticky;
    top: 118px;
}

.questions-intro .button {
    margin-top: 12px;
}

.question-grid,
.wanted-grid,
.property-grid {
    display: grid;
    gap: 18px;
}

.question-grid {
    gap: 14px;
    grid-template-columns: 1fr;
}

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

.wanted {
    background: var(--white);
}

.wanted-heading {
    margin-inline: auto;
    max-width: 860px;
    text-align: center;
}

.wanted-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgb(0 30 96 / 6%);
    display: flex;
    flex-direction: column;
    min-height: 250px;
    min-width: 0;
    padding: clamp(22px, 3vw, 30px);
}

.wanted-card span {
    color: var(--cyan);
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 26px;
}

.wanted-card h3 {
    font-size: clamp(1.28rem, 2.4vw, 1.65rem);
    hyphens: manual;
    overflow-wrap: anywhere;
}

.ni-native-wanted-card h3 {
    hyphens: auto;
    overflow-wrap: anywhere;
}

.wanted-card p {
    margin-bottom: 0;
}

.wanted-card small {
    border-top: 1px solid var(--line);
    color: var(--blue);
    display: block;
    font-weight: 800;
    line-height: 1.45;
    margin-top: auto;
    padding-top: 18px;
}

.wanted-action {
    align-items: center;
    background: var(--muted);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 26px;
    padding: clamp(22px, 3vw, 28px);
}

.wanted-action p {
    color: var(--blue);
    font-family: var(--heading);
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 660px;
}

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

.properties-actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.property-preview-note {
    background: #fff8e8;
    border: 1px solid #e8c66d;
    border-radius: 8px;
    color: #5e4a17;
    margin: 0 0 22px;
    padding: 13px 16px;
}

.properties-section {
    background: var(--muted);
}

.properties-heading {
    margin-inline: auto;
    max-width: 860px;
    text-align: center;
}

.card,
.property-card,
.mock-form {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.card {
    padding: 28px;
}

.question-card {
    align-items: start;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgb(0 30 96 / 6%);
    display: grid;
    gap: 20px;
    grid-template-columns: 58px 1fr;
    padding: 22px 24px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.question-card:hover {
    border-color: rgb(31 180 209 / 55%);
    box-shadow: 0 22px 56px rgb(0 30 96 / 10%);
    transform: translateY(-2px);
}

.question-card h3 {
    font-size: clamp(1.18rem, 2vw, 1.45rem);
    margin-bottom: 8px;
}

.question-card p {
    margin-bottom: 0;
}

.icon {
    align-items: center;
    background: var(--muted);
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--blue);
    display: inline-flex;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.feeling {
    background: linear-gradient(180deg, var(--white) 0%, var(--muted) 100%);
    overflow: hidden;
    padding-block: clamp(84px, 10vw, 140px);
    position: relative;
}

.feeling::before {
    background: var(--cyan);
    content: "";
    height: 1px;
    left: 50%;
    opacity: .55;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: min(220px, 42vw);
}

.feeling-statement {
    background: var(--blue);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgb(0 30 96 / 18%);
    color: var(--white);
    margin-inline: auto;
    max-width: 980px;
    padding: clamp(34px, 5vw, 58px);
    position: relative;
    text-align: center;
    z-index: 1;
}

.feeling-statement h2,
.feeling-statement p {
    color: var(--white);
}

.feeling-statement h2 {
    font-size: clamp(2.2rem, 4.6vw, 3.45rem);
    margin-inline: auto;
    max-width: 820px;
}

.feeling-statement p:not(.eyebrow) {
    color: rgb(255 255 255 / 84%);
    font-size: clamp(1.08rem, 2vw, 1.22rem);
    line-height: 1.7;
    margin-inline: auto;
    margin-bottom: 0;
    max-width: 760px;
}

.feeling-situations {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    margin-inline: auto;
    margin-top: 26px;
    max-width: 980px;
    position: relative;
    z-index: 1;
}

.feeling-situations article {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgb(0 30 96 / 7%);
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    padding: clamp(22px, 3vw, 30px);
}

.feeling-situations span {
    color: var(--cyan);
    font-weight: 900;
}

.feeling-situations p {
    color: var(--blue);
    font-family: var(--heading);
    font-size: clamp(1.24rem, 2.4vw, 1.55rem);
    line-height: 1.28;
    margin-bottom: 0;
}

.process {
    background: var(--white);
}

.process-heading {
    margin-inline: auto;
    max-width: 820px;
    text-align: center;
}

.process-flow {
    background: var(--muted);
    border: 1px solid var(--line);
    border-radius: 8px;
    margin-inline: auto;
    margin-top: 46px;
    max-width: 1040px;
    overflow: hidden;
}

.process-step {
    display: grid;
    gap: clamp(24px, 5vw, 70px);
    grid-template-columns: 240px 1fr;
    padding: clamp(30px, 5vw, 54px);
}

.process-step + .process-step {
    border-top: 1px solid var(--line);
}

.process-index {
    display: grid;
    gap: 12px;
    align-content: start;
}

.process-index span {
    color: var(--cyan);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.process-index strong {
    color: var(--blue);
    font-family: var(--heading);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.1;
}

.process-body h3 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    margin-bottom: 12px;
}

.process-body p {
    max-width: 680px;
}

.process-body ul {
    display: grid;
    grid-auto-flow: column;
    gap: 12px 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.process-body li {
    align-items: start;
    color: var(--blue);
    display: grid;
    font-size: 1rem;
    gap: 12px;
    grid-template-columns: 24px 1fr;
    font-weight: 800;
    line-height: 1.45;
    position: relative;
}

.process-body li::before {
    background: var(--cyan);
    border-radius: 50%;
    content: "";
    height: 24px;
    width: 24px;
}

.process-body li::after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: "";
    height: 9px;
    left: 8px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 5px;
}

.partner-network {
    background: var(--muted);
}

.partner-layout {
    align-items: start;
    display: grid;
    gap: clamp(34px, 6vw, 78px);
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.partner-copy {
    max-width: 560px;
}

.partner-list {
    display: grid;
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

.partner-list article {
    background: var(--white);
    display: grid;
    gap: 16px 26px;
    grid-template-columns: minmax(190px, max-content) minmax(0, 1fr);
    padding: clamp(22px, 3vw, 30px);
}

.partner-list span {
    color: var(--blue);
    font-family: var(--heading);
    font-size: clamp(1.06rem, 1.25vw, 1.22rem);
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
}

.partner-list p {
    margin-bottom: 0;
    min-width: 0;
}

.valuation,
.final-cta {
    background: var(--blue);
    color: var(--white);
}

.valuation h2,
.final-cta h2 {
    color: var(--white);
}

.form-layout {
    align-items: start;
    display: grid;
    gap: clamp(36px, 7vw, 84px);
    grid-template-columns: minmax(0, .75fr) minmax(360px, 1fr);
}

.form-layout > * {
    min-width: 0;
}

.valuation-copy {
    position: static;
}

.valuation-copy-compact .valuation-personal {
    margin: 24px 0 0;
}

.valuation-free-note {
    border-left: 3px solid var(--cyan);
    color: rgb(255 255 255 / 88%);
    font-size: .84rem;
    line-height: 1.55;
    margin: 18px 0 0;
    padding-left: 13px;
}

.valuation-free-note strong {
    color: var(--white);
}

.valuation-speed {
    align-items: center;
    background: var(--cyan);
    border-radius: 10px;
    color: var(--blue);
    display: inline-flex;
    gap: 12px;
    margin-top: 22px;
    padding: 11px 15px;
}

.valuation-speed span {
    background: var(--blue);
    border-radius: 999px;
    color: var(--white);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    padding: 6px 9px;
    text-transform: uppercase;
    white-space: nowrap;
}

.valuation-speed strong {
    font-size: .92rem;
    line-height: 1.3;
}

.valuation-process {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-top: 1px solid rgb(255 255 255 / 20%);
    display: grid;
    gap: 12px;
    margin: 28px 0;
    padding: 22px 0;
}

.valuation-process span {
    align-items: center;
    display: grid;
    font-size: .88rem;
    font-weight: 700;
    gap: 11px;
    grid-template-columns: 28px 1fr;
}

.valuation-process b {
    align-items: center;
    background: rgb(94 214 234 / 18%);
    border: 1px solid var(--cyan);
    border-radius: 50%;
    color: var(--cyan);
    display: inline-flex;
    font-size: .76rem;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.valuation-personal {
    align-items: center;
    background: rgb(255 255 255 / 9%);
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 10px;
    display: grid;
    gap: 14px;
    grid-template-columns: 64px 1fr;
    margin-bottom: 22px;
    padding: 14px;
}

.valuation-personal img {
    border: 2px solid var(--cyan);
    border-radius: 50%;
    height: 64px;
    object-fit: cover;
    width: 64px;
}

.valuation-personal p {
    font-size: .85rem;
    line-height: 1.55;
    margin: 0;
}

.valuation-personal strong,
.valuation-personal span {
    display: block;
}

.valuation-personal span {
    color: var(--cyan);
    font-size: .78rem;
    font-weight: 800;
    margin-top: 4px;
}

.valuation-benefits {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 34px 0;
    padding: 0;
}

.valuation-benefits li {
    align-items: center;
    color: var(--white);
    display: grid;
    font-weight: 800;
    gap: 12px;
    grid-template-columns: 26px 1fr;
    position: relative;
}

.valuation-benefits li::before {
    align-self: center;
    background: var(--cyan);
    border-radius: 50%;
    content: "";
    grid-column: 1;
    grid-row: 1;
    height: 26px;
    justify-self: center;
    width: 26px;
}

.valuation-benefits li::after {
    align-self: center;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: "";
    grid-column: 1;
    grid-row: 1;
    height: 9px;
    justify-self: center;
    position: relative;
    transform: translateY(-1px) rotate(45deg);
    width: 5px;
}

.privacy-note {
    border-left: 3px solid var(--cyan);
    color: rgb(255 255 255 / 82%);
    font-weight: 700;
    padding-left: 16px;
}

.mock-form {
    box-shadow: 0 24px 70px rgb(0 0 0 / 18%);
    display: grid;
    gap: 11px;
    padding: clamp(24px, 3vw, 34px);
}

.mock-form > *,
.form-row > * {
    min-width: 0;
}

.form-heading {
    border-bottom: 1px solid var(--line);
    margin-bottom: 0;
    padding-bottom: 11px;
}

.form-heading h3 {
    font-size: clamp(1.55rem, 3vw, 2rem);
    margin: 0 0 7px;
}

.form-time {
    background: rgb(94 214 234 / 18%);
    border: 1px solid rgb(31 180 209 / 35%);
    border-radius: 999px;
    color: var(--blue);
    display: inline-flex;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 6px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.form-heading p {
    margin-bottom: 0;
}

.form-start-prompt {
    border-left: 3px solid var(--cyan);
    color: #4d5666;
    font-size: .9rem;
    line-height: 1.5;
    padding-left: 11px;
}

.form-start-prompt strong {
    color: var(--blue);
}

.mock-form label {
    color: var(--blue);
    font-size: .92rem;
    font-weight: 800;
}

.mock-form .optional {
    color: #6b6f7b;
    font-size: .76rem;
    font-weight: 600;
}

.mock-form .field-help {
    color: #6b6f7b;
    display: block;
    font-size: .76rem;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 3px;
}

.mock-form input,
.mock-form select,
.mock-form textarea {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft-white);
    display: block;
    font: inherit;
    margin-top: 6px;
    min-height: 50px;
    padding: 11px 12px;
    width: 100%;
}

.mock-form input:focus,
.mock-form select:focus,
.mock-form textarea:focus {
    background: var(--white);
    border-color: var(--cyan);
    outline: 3px solid rgb(31 180 209 / 18%);
}

.form-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-required,
.form-submit-note {
    color: #6b6f7b;
    font-size: .82rem;
    line-height: 1.5;
    margin-bottom: 6px;
}

.form-submit-note {
    margin: 12px 0 0;
    text-align: center;
}

.form-submit-note strong {
    color: var(--blue);
}

.form-consent {
    align-items: flex-start;
    display: grid !important;
    font-size: .82rem !important;
    font-weight: 500 !important;
    gap: 10px;
    grid-template-columns: 20px 1fr;
    line-height: 1.5;
}

.form-consent a {
    color: var(--blue);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: var(--cyan);
    text-underline-offset: 3px;
}

.mock-form .form-consent input {
    height: 18px;
    margin: 2px 0 0;
    width: 18px;
}

.form-honeypot {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.form-notice {
    border-radius: 8px;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.form-notice-success {
    background: #edf8e8;
    border: 1px solid #9ac883;
    color: #285516;
}

.form-notice-error {
    background: #fff2f1;
    border: 1px solid #e0a09b;
    color: #812b24;
}

.mock-form .button {
    margin-top: 8px;
    width: 100%;
}

.valuation-wizard {
    align-content: start;
    gap: 18px;
}

.wizard-status {
    display: grid;
    gap: 9px;
}

.wizard-status-text {
    color: #667085;
    display: flex;
    font-size: .78rem;
    font-weight: 800;
    justify-content: space-between;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.wizard-status-text span:first-child {
    color: var(--blue);
}

.wizard-progress {
    background: #e9eef3;
    border-radius: 999px;
    height: 7px;
    overflow: hidden;
    --wizard-progress: 20%;
}

.wizard-progress span {
    background: linear-gradient(90deg, var(--blue), var(--cyan));
    border-radius: inherit;
    display: block;
    height: 100%;
    transition: width .28s ease;
    width: var(--wizard-progress);
}

.wizard-step,
.property-fields {
    display: grid;
    gap: 16px;
}

.wizard-step[hidden],
.property-fields[hidden],
.wizard-actions [hidden] {
    display: none !important;
}

.wizard-step-heading {
    align-items: flex-start;
    display: grid;
    gap: 13px;
    grid-template-columns: 42px 1fr;
}

.wizard-step-heading > span {
    align-items: center;
    background: rgb(31 180 209 / 14%);
    border: 1px solid rgb(31 180 209 / 34%);
    border-radius: 50%;
    color: var(--blue);
    display: flex;
    font-size: .8rem;
    font-weight: 900;
    height: 42px;
    justify-content: center;
}

.wizard-step-heading h4 {
    color: var(--blue);
    font-family: var(--heading);
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    line-height: 1.25;
    margin: 0 0 3px;
}

.wizard-step-heading p {
    color: #667085;
    font-size: .88rem;
    line-height: 1.5;
    margin: 0;
}

.property-type-grid,
.feature-fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.property-type-select {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 10px;
    display: block;
    padding: 14px 16px 16px;
}

.mock-form .property-type-select select {
    background-color: var(--white);
    margin-top: 8px;
}

.property-type-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-card {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    gap: 11px;
    grid-template-columns: 35px 1fr;
    min-height: 64px;
    padding: 12px 14px;
    position: relative;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.choice-card:last-child {
    grid-column: 1 / -1;
}

.property-type-grid-detailed .choice-card:last-child {
    grid-column: auto;
}

.mock-form .choice-card input {
    height: 1px;
    margin: 0;
    min-height: 1px;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 1px;
}

.choice-card > span {
    align-items: center;
    background: #fff;
    border: 1px solid #d9e2ea;
    border-radius: 50%;
    color: var(--blue);
    display: flex;
    font-size: 1.2rem;
    height: 35px;
    justify-content: center;
}

.choice-card:has(input:checked) {
    background: rgb(31 180 209 / 10%);
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgb(31 180 209 / 11%);
}

.choice-card:has(input:focus-visible) {
    outline: 3px solid rgb(31 180 209 / 24%);
    outline-offset: 2px;
}

.choice-card:has(input:checked) > span {
    background: var(--cyan);
    border-color: var(--cyan);
}

.form-row-address {
    grid-template-columns: minmax(0, 1fr) minmax(105px, .34fr);
}

.feature-fieldset legend {
    color: var(--blue);
    font-size: .92rem;
    font-weight: 800;
    margin-bottom: 9px;
}

.feature-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid label {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
    font-size: .84rem;
    font-weight: 700;
    gap: 9px;
    line-height: 1.35;
    min-height: 46px;
    padding: 9px 11px;
}

.mock-form .feature-grid input {
    accent-color: var(--cyan);
    flex: 0 0 18px;
    height: 18px;
    margin: 0;
    min-height: 18px;
    padding: 0;
    width: 18px;
}

.wizard-actions {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding-top: 16px;
}

.wizard-actions .button,
.wizard-actions .wizard-back {
    margin: 0;
    min-height: 48px;
    width: auto;
}

.wizard-next {
    min-width: 170px;
}

.wizard-back {
    background: transparent;
    border: 0;
    color: var(--blue);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 10px 16px;
    text-decoration: underline;
    text-decoration-color: var(--cyan);
    text-underline-offset: 4px;
}

.wizard-submit:disabled {
    cursor: wait;
    opacity: .7;
}

.wizard-optional-details {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 9px;
}

.wizard-optional-details summary {
    color: var(--blue);
    cursor: pointer;
    font-size: .88rem;
    font-weight: 800;
    padding: 12px 14px;
}

.wizard-optional-details summary span {
    color: #6b6f7b;
    font-size: .74rem;
    font-weight: 600;
    margin-left: 4px;
}

.wizard-optional-content {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 13px;
    padding: 14px;
}

.wizard-actions .wizard-submit {
    margin: 0;
    min-width: 210px;
    width: auto;
}

.split-cta {
    background: var(--white);
}

.quick-sale-teaser {
    background: #f4f7fa;
}

.quick-sale-teaser-inner {
    background: #fff;
    border: 1px solid #e1e8ef;
    border-radius: 12px;
    box-shadow: 0 24px 66px rgb(0 30 96 / 10%);
    display: grid;
    gap: clamp(34px, 5vw, 58px);
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    padding: clamp(30px, 6vw, 68px);
}

.quick-sale-teaser-inner > * {
    min-width: 0;
}

.quick-sale-teaser-copy .button {
    margin-top: 10px;
}

.quick-sale-teaser-points {
    display: grid;
    gap: 12px;
}

.quick-sale-teaser-points article {
    align-items: start;
    background: #f7fafb;
    border: 1px solid #e5eaf0;
    border-radius: 9px;
    display: grid;
    gap: 6px 15px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 19px 20px;
}

.quick-sale-teaser-points span {
    align-items: center;
    background: #e8f7fa;
    border-radius: 50%;
    color: #147f96;
    display: flex;
    grid-row: 1 / 3;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.quick-sale-teaser-points strong {
    color: #001e60;
}

.quick-sale-teaser-points p {
    margin: 0;
}

.quick-sale-footnote {
    border-top: 1px solid #e5eaf0;
    color: #68707a;
    font-size: .78rem;
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 20px;
}

.referral {
    background: var(--white);
}

.referral-inner {
    background: linear-gradient(135deg, #001e60 0%, #052d78 100%);
    border-radius: 12px;
    box-shadow: 0 30px 80px rgb(0 30 96 / 18%);
    display: grid;
    gap: clamp(28px, 4vw, 48px);
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    overflow: hidden;
    padding: clamp(32px, 6vw, 72px);
    position: relative;
}

.referral-inner::before {
    background: radial-gradient(circle, rgb(31 180 209 / 30%) 0%, transparent 70%);
    content: "";
    height: 440px;
    position: absolute;
    right: -170px;
    top: -210px;
    width: 440px;
}

.referral-inner > * {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.referral-copy {
    max-width: 820px;
}

.referral-copy .eyebrow {
    color: #72d8ea;
}

.referral-copy h2,
.referral-copy p {
    color: var(--white);
}

.referral-lead {
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    max-width: 760px;
}

.referral-note {
    border-left: 3px solid #72d8ea;
    color: rgb(255 255 255 / 86%) !important;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 16px;
}

.referral-reward {
    align-self: stretch;
    background: linear-gradient(145deg, #ffffff 0%, #eaf8fb 100%);
    border: 1px solid rgb(114 216 234 / 76%);
    border-radius: 10px;
    box-shadow: 0 24px 54px rgb(0 0 0 / 18%);
    color: var(--blue);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(26px, 4vw, 42px);
}

.referral-reward span {
    color: #287e91;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.referral-reward strong {
    color: var(--blue);
    font-size: clamp(1.65rem, 3.2vw, 2.45rem);
    line-height: 1.08;
}

.referral-reward p {
    border-top: 1px solid #cfe8ee;
    color: var(--text);
    margin: 22px 0 0;
    padding-top: 18px;
}

.referral-steps {
    display: grid;
    gap: 18px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
}

.referral-steps article {
    background: var(--white);
    border: 1px solid rgb(255 255 255 / 35%);
    border-radius: 9px;
    box-shadow: 0 18px 42px rgb(0 0 0 / 12%);
    padding: clamp(22px, 3vw, 30px);
}

.referral-steps span {
    align-items: center;
    background: #e8f7fa;
    border-radius: 50%;
    color: #147f96;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.referral-steps h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    margin: 22px 0 12px;
}

.referral-steps p {
    margin-bottom: 0;
}

.referral-trust {
    align-items: center;
    background: rgb(255 255 255 / 9%);
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 9px;
    display: grid;
    gap: 28px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr);
    padding: clamp(24px, 4vw, 36px);
}

.referral-trust-label {
    color: #72d8ea;
    font-size: .88rem;
    margin-bottom: 8px;
}

.referral-trust h3 {
    color: var(--white);
    margin-bottom: 0;
}

.referral-trust ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.referral-trust li {
    color: rgb(255 255 255 / 90%);
    padding-left: 28px;
    position: relative;
}

.referral-trust li::before {
    color: #72d8ea;
    content: "✓";
    font-weight: 600;
    left: 0;
    position: absolute;
}

.referral-action {
    align-items: center;
    background: var(--white);
    border-radius: 9px;
    display: flex;
    gap: 28px;
    grid-column: 1 / -1;
    justify-content: space-between;
    padding: clamp(24px, 4vw, 34px);
}

.referral-action strong {
    color: var(--blue);
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.referral-action p {
    margin: 0;
}

.referral-buttons {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}

.referral-buttons .button {
    text-align: center;
    white-space: normal;
}

.center-action {
    margin-top: 34px;
    text-align: center;
}

.property-card {
    box-shadow: 0 18px 48px rgb(0 30 96 / 7%);
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}

.property-card:hover {
    box-shadow: 0 24px 64px rgb(0 30 96 / 12%);
    transform: translateY(-2px);
}

.property-image {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #dfeaf0, #b9d6e2);
    display: block;
    overflow: hidden;
    position: relative;
}

.property-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.property-card:hover .property-image img {
    transform: scale(1.025);
}

.property-image::before {
    background:
        linear-gradient(135deg, rgb(0 30 96 / 16%), rgb(31 180 209 / 12%)),
        repeating-linear-gradient(45deg, rgb(255 255 255 / 18%) 0 1px, transparent 1px 18px);
    content: "";
    inset: 0;
    position: absolute;
}

.property-image span {
    background: rgb(255 255 255 / 92%);
    border-radius: 999px;
    color: var(--blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .06em;
    padding: 8px 12px;
    position: absolute;
    right: 16px;
    text-transform: uppercase;
    top: 16px;
    z-index: 2;
}

.image-two {
    background: linear-gradient(135deg, #e9edf2, #cad3dc);
}

.image-three {
    background: linear-gradient(135deg, #dfe9db, #bdd1b4);
}

.property-body {
    padding: 26px;
}

.property-body h3 a {
    color: inherit;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.property-empty {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    grid-column: 1 / -1;
    padding: clamp(28px, 5vw, 54px);
    text-align: center;
}

.property-empty p {
    margin-inline: auto;
    max-width: 640px;
}

.property-meta {
    color: var(--cyan);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.property-card dl {
    border-block: 1px solid var(--line);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin: 22px 0;
    padding: 16px 0;
}

.property-owner-cta {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 28px;
    padding: clamp(22px, 3vw, 30px);
}

.property-owner-cta p {
    color: var(--blue);
    font-family: var(--heading);
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 650px;
}

.property-card dt {
    color: #6b6f7b;
    font-size: .78rem;
}

.property-card dd {
    color: var(--blue);
    font-weight: 800;
    margin: 0;
}

.ratgeber {
    background: var(--white);
    padding-bottom: clamp(24px, 2.5vw, 32px);
}

.ratgeber-heading {
    margin-inline: auto;
    max-width: 820px;
    text-align: center;
}

.article-list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}

.article-list article {
    background: var(--muted);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: clamp(24px, 3vw, 34px);
}

.article-list span {
    color: var(--cyan);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.article-list h3 {
    font-size: clamp(1.35rem, 2.6vw, 1.75rem);
}

.article-list p {
    margin-bottom: 28px;
}

.article-list .text-link {
    margin-top: auto;
}

.ratgeber-action {
    margin-top: 34px;
    text-align: center;
}

.final-cta {
    background:
        radial-gradient(circle at 82% 16%, rgb(31 180 209 / 18%) 0%, rgb(31 180 209 / 0%) 32%),
        var(--blue);
}

.final-cta-inner {
    align-items: center;
    display: grid;
    gap: clamp(32px, 6vw, 80px);
    grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
}

.final-cta-copy {
    max-width: 780px;
}

.final-cta-copy h2 {
    font-size: clamp(2.25rem, 5vw, 3.8rem);
}

.final-cta-copy p:not(.eyebrow) {
    color: rgb(255 255 255 / 82%);
    font-size: clamp(1.08rem, 2vw, 1.24rem);
    line-height: 1.7;
}

.final-contact-card {
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 8px;
    color: var(--white);
    padding: clamp(24px, 4vw, 36px);
}

.final-contact-eyebrow {
    color: var(--cyan);
    display: block;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.final-contact-methods {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.final-contact-methods a {
    background: rgb(255 255 255 / 8%);
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 8px;
    color: var(--white);
    display: block;
    padding: 15px 16px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.final-contact-methods a:hover {
    background: rgb(255 255 255 / 14%);
    border-color: rgb(31 180 209 / 70%);
    transform: translateY(-2px);
}

.final-contact-methods small {
    color: var(--cyan);
    display: block;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .11em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.final-contact-methods strong {
    display: block;
    font-size: clamp(1rem, 1.7vw, 1.22rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.final-contact-note {
    color: rgb(255 255 255 / 78%);
    font-size: .94rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.site-footer {
    background: var(--white);
    border-top: 1px solid var(--line);
    margin-inline: 0 !important;
    max-width: none !important;
    padding-block: 48px;
    width: 100% !important;
}

.footer-grid {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 56px);
    grid-template-columns: 1.2fr .62fr 1.35fr .72fr;
}

.site-footer img {
    margin-bottom: 14px;
    max-width: 330px;
    width: 100%;
}

.site-footer h2 {
    font-family: var(--body);
    font-size: 1rem;
    letter-spacing: .04em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.site-footer a {
    display: block;
    margin-bottom: 8px;
}

.site-footer p a {
    display: inline;
    margin-bottom: 0;
}

.site-footer p {
    font-size: .92rem;
    line-height: 1.55;
}

.footer-brand p {
    color: var(--blue);
    font-family: var(--heading);
    font-size: clamp(1.08rem, 1.7vw, 1.28rem);
    line-height: 1.25;
    max-width: 300px;
}

.footer-grid > div:not(.footer-brand) {
    padding-top: 10px;
}

@media (max-width: 1120px) {
    .site-header {
        grid-template-columns: 220px 1fr auto;
    }

    .brand img {
        width: 220px;
    }

    .main-nav {
        display: none;
    }

    body .menu-button {
        background: var(--blue);
        border: 0;
        border-radius: 999px;
        color: var(--white);
        display: inline-flex;
        font: inherit;
        font-weight: 800;
        min-height: 44px;
        padding: 10px 18px;
    }

    .question-grid,
    .property-grid {
        grid-template-columns: 1fr;
    }

    .wanted-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-step {
        grid-template-columns: 190px 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 920px) {
    .reputation-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reputation-copy {
        grid-column: 1 / -1;
        max-width: 720px;
    }

    .reputation-widget-card,
    .reputation-seal-card {
        min-width: 0;
    }

    .partner-list article {
        grid-template-columns: 1fr;
    }

    .referral-inner,
    .referral-trust {
        grid-template-columns: 1fr;
    }

    .referral-copy,
    .referral-reward {
        grid-column: 1 / -1;
    }

    .quick-sale-teaser-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .container {
        width: min(100% - 24px, var(--content));
    }

    .valuation-speed {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .site-header {
        gap: 14px;
        grid-template-columns: 1fr auto;
        min-height: 74px;
        padding: 12px;
        width: min(100% - 24px, 1240px) !important;
    }

    .brand {
        min-width: 0;
    }

    .brand img {
        width: min(186px, 54vw);
    }

    .header-actions {
        display: none;
    }

    .menu-button {
        grid-column: 2;
        justify-self: end;
        padding-inline: 16px !important;
    }

    .hero,
    .hero-content {
        min-height: 670px;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgb(0 30 96 / 82%) 0%, rgb(0 30 96 / 70%) 62%, rgb(0 30 96 / 42%) 100%);
    }

    .hero-content {
        align-items: center;
        padding-block: 64px 42px;
        text-align: center;
    }

    .hero-eyebrow {
        display: block;
        margin-inline: auto;
        text-align: center;
        width: 100%;
    }

    .hero-eyebrow::before {
        display: none;
    }

    .hero h1,
    .hero-lead,
    .hero-text {
        margin-inline: auto;
        text-align: center;
    }

    .trust-row {
        margin-top: 36px;
    }

    .button,
    .button-row {
        width: 100%;
    }

    .button,
    .mock-form .button {
        overflow-wrap: anywhere;
        text-align: center;
        white-space: normal;
    }

    .reputation-layout {
        gap: 18px;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .reputation-copy {
        grid-column: auto;
        margin-bottom: 8px;
    }

    .reputation-copy p:last-child {
        margin-inline: auto;
    }

    .reputation-widget-card,
    .reputation-seal-card {
        min-height: 0;
        padding-block: 20px;
        width: 100%;
    }

    .two-column,
    .compact,
    .form-layout,
    .footer-grid,
    .questions-layout,
    .partner-layout,
    .final-cta-inner,
    .referral-steps,
    .article-list,
    .question-grid,
    .wanted-grid,
    .property-grid,
    .process-step {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .process-body ul {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .questions-section {
        background: var(--muted);
    }

    .questions-intro {
        position: static;
    }

    .valuation-copy {
        position: static;
    }

    .question-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .feeling::before {
        display: none;
    }

    .feeling-situations {
        grid-template-columns: 1fr;
    }

    .feeling-situations article {
        grid-template-columns: 1fr;
    }

    .partner-list article {
        grid-template-columns: 1fr;
    }

    .wanted-action {
        align-items: flex-start;
        flex-direction: column;
    }

    .property-owner-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .referral-action,
    .referral-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .referral-buttons {
        width: 100%;
    }

    .portrait-card::before {
        display: none;
    }

    .property-card dl {
        grid-template-columns: 1fr;
    }

    .final-contact-card a {
        white-space: normal;
    }
}
.faq-section {
    background: var(--muted);
    padding-top: clamp(24px, 2.5vw, 32px);
}

.faq-layout {
    align-items: start;
    display: grid;
    gap: clamp(42px, 7vw, 96px);
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
}

.faq-intro {
    position: sticky;
    top: 120px;
}

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

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

.faq-list summary {
    align-items: center;
    color: var(--blue);
    cursor: pointer;
    display: grid;
    font-family: var(--heading);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 700;
    gap: 20px;
    grid-template-columns: 1fr 32px;
    line-height: 1.3;
    list-style: none;
    padding: 24px 0;
}

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

.faq-list summary::after {
    align-items: center;
    border: 1px solid var(--cyan);
    border-radius: 50%;
    color: var(--blue);
    content: "+";
    display: inline-flex;
    font-family: var(--body);
    font-size: 1.25rem;
    font-weight: 500;
    height: 30px;
    justify-content: center;
    transition: background .2s ease, color .2s ease, transform .2s ease;
    width: 30px;
}

.faq-list details[open] summary::after {
    background: var(--cyan);
    content: "−";
    transform: rotate(180deg);
}

.faq-list summary:focus-visible {
    outline: 3px solid rgb(31 180 209 / 28%);
    outline-offset: 5px;
}

.faq-list details p {
    margin: -4px 52px 24px 0;
    max-width: 720px;
}

@media (max-width: 760px) {
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-intro {
        position: static;
    }

    .faq-list summary {
        padding-block: 20px;
    }

    .faq-list details p {
        margin-right: 0;
    }
}


@media (max-width: 1400px) {
    .main-nav.is-open {
        align-items: stretch;
        background: rgb(255 255 255 / 98%);
        border-top: 1px solid var(--line);
        box-shadow: 0 24px 44px rgb(0 30 96 / 14%);
        display: flex;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 14px clamp(12px, 4vw, 52px) 18px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 25;
    }

    .main-nav.is-open a {
        border-bottom: 1px solid var(--line);
        padding: 12px 4px;
    }

    .menu-button[aria-expanded="true"] {
        background: var(--cyan) !important;
        color: var(--blue) !important;
    }
}

/* WordPress runtime fixes */
body .site-header {
    box-sizing: border-box;
    display: grid !important;
    left: 0;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding: 12px clamp(24px, 4vw, 52px) !important;
    transform: none;
    width: 100% !important;
}

.site-header > *,
.site-header p {
    margin-bottom: 0;
}

.brand {
    display: block;
    line-height: 0;
    min-width: 210px;
    pointer-events: auto;
    position: relative;
    z-index: 30;
}

.brand img {
    height: auto;
    max-width: 100%;
}

.main-nav {
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
    white-space: nowrap;
}

.main-nav a {
    display: inline-flex;
    line-height: 1.2;
}

.header-actions {
    justify-content: flex-end;
    min-width: 330px;
}

.header-actions .button {
    white-space: nowrap;
}

body .menu-button {
    display: none !important;
}

body > .site-header + main,
.site-header + main {
    margin-top: 0;
}

.ni-visual-split-section,
.ni-visual-split-section > .elementor-container,
.ni-visual-split-section > .elementor-container > .elementor-column,
.ni-visual-split-section .elementor-widget-wrap,
.ni-visual-split-section .elementor-widget-html,
.ni-visual-split-section .elementor-widget-container {
    margin: 0 !important;
    max-width: none !important;
}

.ni-visual-split-section .elementor-widget-wrap {
    padding: 0 !important;
}

.ni-visual-split-section > .elementor-container {
    width: 100% !important;
}

@media (min-width: 1401px) and (max-width: 1650px) {
    .site-header {
        gap: 14px;
        grid-template-columns: 190px minmax(0, 1fr) auto;
    }

    .brand {
        min-width: 180px;
    }

    .brand img {
        width: 190px;
    }

    .main-nav {
        gap: 8px;
        justify-content: center;
    }

    .main-nav a {
        font-size: .84rem;
    }

    .main-nav .quick-sale-nav {
        padding: 7px 9px;
    }

    .phone {
        font-size: .8rem;
        padding-right: 12px;
    }

    .header-actions {
        gap: 10px;
        min-width: 270px;
    }

    .header-actions .button {
        font-size: .78rem;
        padding-inline: 14px;
    }
}

@media (max-width: 1400px) {
    .site-header {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .main-nav {
        display: none;
    }

    .header-actions {
        grid-column: 2;
        justify-self: end;
        min-width: 0;
        width: auto;
    }

    .menu-button {
        grid-column: 3;
        justify-self: end;
        white-space: nowrap;
    }

    body .menu-button {
        background: var(--blue);
        border: 0;
        border-radius: 999px;
        color: var(--white);
        display: inline-flex !important;
        font: inherit;
        font-weight: 800;
        justify-content: center;
        min-height: 44px;
        padding: 12px 18px;
    }
}

/* Elementor rebuild preview */
.ni-elementor-page {
    background: var(--soft-white);
}

.ni-elementor-header {
    background: rgb(255 255 255 / 94%);
    border-bottom: 1px solid rgb(229 234 240 / 76%);
    box-shadow: 0 18px 44px rgb(0 30 96 / 8%);
    margin-inline: auto;
    max-width: 1240px;
    position: sticky;
    top: 12px;
    z-index: 30;
}

.ni-elementor-header .elementor-container {
    align-items: center;
    display: flex !important;
    gap: clamp(20px, 3vw, 40px);
    justify-content: space-between;
}

.ni-elementor-header .elementor-column {
    width: auto !important;
}

.ni-elementor-header .elementor-col-48 {
    flex: 1 1 auto;
}

.ni-elementor-header .elementor-col-30 {
    flex: 0 0 auto;
}

.ni-elementor-header .elementor-col-30 .elementor-widget-wrap {
    align-items: center;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 18px;
    justify-content: flex-end;
}

.ni-elementor-header .elementor-widget {
    margin-bottom: 0;
}

.ni-elementor-header .elementor-button {
    background: var(--blue) !important;
    border-radius: 999px !important;
    color: var(--white) !important;
    font-weight: 900 !important;
    min-width: 190px;
    padding: 16px 26px !important;
    white-space: nowrap;
}

.ni-elementor-nav .elementor-widget-container {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(12px, 1.5vw, 22px);
    justify-content: center;
    white-space: nowrap;
}

.ni-elementor-nav a {
    color: var(--blue);
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
}

.ni-elementor-phone .elementor-widget-container {
    color: var(--blue);
    font-weight: 900;
    line-height: 1.15;
    text-align: right;
}

.ni-elementor-phone span {
    color: var(--text);
    display: block;
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ni-elementor-hero {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.ni-elementor-hero::before {
    background:
        radial-gradient(circle at 72% 38%, rgb(31 180 209 / 12%) 0%, rgb(31 180 209 / 0%) 34%),
        linear-gradient(90deg, rgb(0 30 96 / 82%) 0%, rgb(0 30 96 / 62%) 48%, rgb(0 30 96 / 24%) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
}

.ni-elementor-hero > .elementor-container,
.ni-elementor-hero > .e-con-inner {
    position: relative;
    z-index: 1;
}

.ni-elementor-eyebrow .elementor-widget-container {
    color: rgb(255 255 255 / 88%);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ni-elementor-hero h1,
.ni-elementor-hero .elementor-heading-title {
    color: var(--white) !important;
    font-family: var(--heading) !important;
    font-size: clamp(2.65rem, 6vw, 4.6rem);
    line-height: 1.08;
}

.ni-elementor-hero .ni-elementor-lead .elementor-heading-title {
    color: var(--white) !important;
    font-size: clamp(1.7rem, 3.4vw, 2.55rem);
}

.ni-elementor-hero-text .elementor-widget-container {
    color: var(--white);
    font-size: clamp(1.08rem, 2vw, 1.26rem);
    line-height: 1.62;
    max-width: 760px;
}

.ni-elementor-trust .elementor-widget-container {
    align-items: center;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 8px;
    color: var(--white);
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    padding: 16px 18px;
}

.ni-elementor-trust span {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.ni-elementor-trust span::before {
    background: var(--cyan);
    border-radius: 999px;
    content: "";
    height: 8px;
    width: 8px;
}

.ni-elementor-personal {
    background: linear-gradient(180deg, var(--soft-white) 0%, var(--white) 48%, var(--muted) 100%);
}

.ni-elementor-personal .elementor-heading-title {
    color: var(--blue);
    font-family: var(--heading);
}

.ni-elementor-mini-list .elementor-widget-container {
    display: grid;
    gap: 14px;
}

.ni-elementor-mini-list .ni-mini-item {
    background: rgb(255 255 255 / 88%);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgb(0 30 96 / 7%);
    padding: 18px 18px 18px 48px;
    position: relative;
}

.ni-elementor-mini-list .ni-mini-item::before {
    align-items: center;
    background: var(--cyan);
    border-radius: 50%;
    color: var(--blue);
    content: "✓";
    display: flex;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    left: 16px;
    line-height: 1;
    position: absolute;
    top: 20px;
    width: 24px;
}

.ni-elementor-mini-list strong {
    color: var(--blue);
    display: block;
    line-height: 1.25;
    margin-bottom: 4px;
}

.ni-elementor-mini-list span {
    color: var(--text);
    display: block;
    font-size: .95rem;
    line-height: 1.55;
}

.ni-elementor-portrait {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgb(0 30 96 / 12%);
    padding: 18px;
}

.ni-elementor-portrait img {
    aspect-ratio: 4 / 5;
    border-radius: 6px;
    object-fit: cover;
}

.ni-elementor-caption .elementor-widget-container {
    background: var(--blue);
    border-radius: 6px;
    color: var(--white);
    font-weight: 800;
    margin-top: -2px;
    padding: 18px;
    text-align: center;
}

.ni-elementor-section-heading {
    margin-inline: auto;
    max-width: 820px;
    text-align: center;
}

.ni-native-question-card > .elementor-widget-wrap,
.ni-native-process-card > .elementor-widget-wrap {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgb(0 30 96 / 8%);
    display: block !important;
    height: 100%;
    padding: 26px !important;
}

.ni-native-question-card .elementor-widget,
.ni-native-process-card .elementor-widget {
    margin-bottom: 12px;
}

.ni-card-number .elementor-widget-container,
.ni-process-number .elementor-widget-container {
    align-items: center;
    background: var(--cyan);
    border-radius: 999px;
    color: var(--blue);
    display: inline-flex;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    line-height: 1;
    width: 42px;
}

.ni-native-question-card .elementor-heading-title,
.ni-native-process-card .elementor-heading-title {
    color: var(--blue);
    font-family: var(--heading);
    font-size: 1.35rem;
    line-height: 1.2;
}

.ni-native-question-card .elementor-widget-text-editor,
.ni-native-process-card .elementor-widget-text-editor {
    color: var(--text);
    font-size: .98rem;
    line-height: 1.6;
}

.ni-process-phase .elementor-widget-container {
    color: var(--blue);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ni-process-checklist .elementor-widget-container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ni-process-checklist span {
    align-items: flex-start;
    background: var(--muted);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--blue);
    display: flex;
    font-weight: 800;
    gap: 10px;
    line-height: 1.4;
    padding: 12px;
}

.ni-process-checklist span::before {
    color: var(--cyan);
    content: "✓";
    font-weight: 900;
}

.ni-native-property-card > .elementor-widget-wrap {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgb(0 30 96 / 7%);
    display: block !important;
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
}

.ni-native-property-card .property-image {
    align-items: flex-start;
    background: linear-gradient(135deg, rgb(0 30 96 / 90%), rgb(31 180 209 / 74%));
    display: flex;
    min-height: 190px;
    padding: 18px;
}

.ni-native-property-card .property-image span {
    background: var(--white);
    border-radius: 999px;
    color: var(--blue);
    font-size: .78rem;
    font-weight: 900;
    padding: 7px 11px;
}

.ni-native-property-card .elementor-widget:not(:first-child) {
    margin-inline: 24px;
}

.ni-native-property-card .property-meta .elementor-widget-container {
    color: var(--cyan);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .14em;
    margin-top: 24px;
    text-transform: uppercase;
}

.ni-native-property-card .elementor-heading-title {
    color: var(--blue);
    font-family: var(--heading);
    font-size: 1.45rem;
}

.ni-native-property-card dl {
    border-block: 1px solid var(--line);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin: 20px 0;
    padding-block: 16px;
}

.ni-native-property-card dt {
    color: #6b6f7b;
    font-size: .78rem;
}

.ni-native-property-card dd {
    color: var(--blue);
    font-weight: 800;
    margin: 0;
}

.ni-text-button .elementor-button {
    background: transparent !important;
    color: var(--blue) !important;
    font-size: .92rem;
    font-weight: 900;
    padding: 0 0 22px !important;
}

.ni-native-article-card .ni-article-topic .elementor-widget-container {
    color: var(--cyan);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.final-cta .final-contact-card > .elementor-widget-wrap {
    background: rgb(255 255 255 / 10%);
    border-color: rgb(255 255 255 / 18%);
    color: var(--white);
}

.final-cta .final-contact-card .elementor-heading-title,
.final-cta .final-contact-card .elementor-widget-text-editor {
    color: var(--white);
}

.site-footer.ni-elementor-native-section .elementor-container {
    align-items: flex-start;
}

.site-footer.ni-elementor-native-section .elementor-widget {
    margin-bottom: 10px;
}

.site-footer.ni-elementor-native-section .elementor-heading-title {
    color: var(--blue);
    font-family: var(--body);
    font-size: 1rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer.ni-elementor-native-section a {
    display: block;
    margin-bottom: 8px;
}

.site-footer.ni-elementor-native-section p a,
.site-footer.ni-elementor-native-section .elementor-widget-text-editor a[href^="tel"],
.site-footer.ni-elementor-native-section .elementor-widget-text-editor a[href^="mailto"] {
    display: inline;
}

@media (max-width: 1400px) {
    .ni-elementor-header .elementor-col-48 {
        display: none;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 760px) {
    .valuation-wizard {
        padding: 22px 18px;
    }

    .wizard-status-text {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .wizard-step-heading {
        grid-template-columns: 36px 1fr;
    }

    .wizard-step-heading > span {
        height: 36px;
        width: 36px;
    }

    .property-type-grid,
    .feature-grid,
    .form-row-address {
        grid-template-columns: 1fr;
    }

    .choice-card:last-child {
        grid-column: auto;
    }

    .wizard-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wizard-actions .button,
    .wizard-actions .wizard-back {
        min-width: 0;
        padding-inline: 10px;
        width: 100%;
    }

    .wizard-actions .wizard-next:only-child {
        grid-column: 1 / -1;
    }

    .wizard-actions:has(.wizard-back[hidden]) .wizard-next {
        grid-column: 1 / -1;
    }

    .wizard-step[data-wizard-step="5"] {
        gap: 12px;
    }

    .wizard-step[data-wizard-step="5"] .form-row {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wizard-step[data-wizard-step="5"] label {
        font-size: .84rem;
    }

    .wizard-step[data-wizard-step="5"] input,
    .wizard-step[data-wizard-step="5"] select {
        min-height: 46px;
        padding-inline: 9px;
    }

    .wizard-step[data-wizard-step="5"] .form-consent {
        font-size: .76rem !important;
        line-height: 1.4;
    }

    .wizard-step[data-wizard-step="5"] .form-submit-note {
        margin-top: 2px;
    }
}

@media (max-width: 340px) {
    .wizard-step[data-wizard-step="5"] .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .ni-elementor-header {
        top: 0;
    }

    .ni-elementor-phone,
    .ni-elementor-header .elementor-button-wrapper {
        display: none;
    }

    .ni-elementor-header .elementor-container {
        justify-content: space-between;
    }

    .ni-process-checklist .elementor-widget-container {
        grid-template-columns: 1fr;
    }

    .ni-native-property-card dl {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    body .site-header {
        background: rgb(255 255 255 / 98%);
        border-bottom: 1px solid rgb(0 30 96 / 10%);
        box-shadow: 0 8px 24px rgb(0 30 96 / 8%);
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) auto;
        margin-inline: 0 !important;
        min-height: 68px;
        padding: 8px 14px !important;
        width: 100% !important;
    }

    .brand {
        min-width: 0 !important;
    }

    .brand img {
        display: block;
        max-height: 48px;
        object-fit: contain;
        object-position: left center;
        width: min(198px, 58vw) !important;
    }

    body .menu-button {
        align-items: center;
        background: var(--white);
        border: 1px solid rgb(0 30 96 / 16%);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgb(0 30 96 / 7%);
        color: var(--blue);
        display: inline-flex !important;
        font-size: .9rem;
        gap: 8px;
        grid-column: 2;
        justify-self: end;
        min-height: 42px;
        padding: 9px 13px 9px 12px !important;
    }

    body .menu-button::before {
        background:
            linear-gradient(currentColor 0 0) top / 100% 2px no-repeat,
            linear-gradient(currentColor 0 0) center / 100% 2px no-repeat,
            linear-gradient(currentColor 0 0) bottom / 100% 2px no-repeat;
        content: "";
        flex: 0 0 18px;
        height: 14px;
        width: 18px;
    }

    body .menu-button[aria-expanded="true"] {
        background: var(--blue) !important;
        color: var(--white) !important;
    }
}

