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

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #fff;
}

.hero-wrap {
    padding-bottom: 0;
}

.hero {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.hero-image {
    display: block;
    width: 100%;
    height: auto;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 3rem;
    line-height: normal;
}

.hero-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0) 42%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 24%, rgba(0, 0, 0, 0) 48%);
}

.hero-header {
    position: relative;
    z-index: 2;
}

.hero-logo {
    display: inline-flex;
    align-items: center;
}

.hero-logo-image {
    display: block;
    width: clamp(7rem, 18vw, 22rem);
    height: auto;
}

.btn-register {
    --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: 0.85rem;
    --bs-btn-font-size: 0.82rem;
    --bs-btn-font-weight: 600;
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #222;
    --bs-btn-hover-border-color: #222;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333;
    --bs-btn-active-border-color: #333;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.btn-menu {
    /* display: inline-flex; */
    display: none; /* Temporary: hide hamburger menu */
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.btn-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.hero-content {
    position: relative;
    z-index: 2;
    margin-top: auto;
}

.hero-headline {
    font-size: clamp(2.75rem, 8vw, 5.5rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.hero-headline span {
    display: block;
}

.site-offcanvas {
    --bs-offcanvas-width: 50%;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 0;
    --bs-offcanvas-color: #111;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 50%;
    height: 100%;
    max-height: 100%;
    z-index: 1060;
    background-color: #fff;
    color: #111;
}

.site-offcanvas.offcanvas {
    position: absolute;
    height: 100%;
}

.site-offcanvas .offcanvas-title {
    color: #111;
}

.offcanvas-backdrop {
    --bs-backdrop-opacity: 0.15;
}

.site-offcanvas .offcanvas-header {
    padding: 1.5rem 1.5rem 0.75rem;
}

.site-offcanvas .offcanvas-body {
    padding: 0.75rem 1.5rem 1.5rem;
}

.site-offcanvas .nav-link {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #111;
}

.intro-section {
    color: #000;
    padding: 2.5rem 0;
}

.intro-headline {
    font-size: clamp(1.75rem, 4.5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.intro-headline span {
    display: block;
}

.intro-text {

    font-size: clamp(0.95rem, 1.5vw, 1.25rem);
    font-weight: 400;
    line-height: 1.5;
}

.floorplans-section {
    color: #000;
    padding: 2.5rem 0 3rem;
}

.floorplans-section .container {
    border-top: 1px solid #000;
    padding-top: 2.5rem;
}

.floorplans-heading {
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.floorplans-subheader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.floorplans-subheading {
    font-size: clamp(0.95rem, 1.5vw, 1.125rem);
    font-weight: 400;
    line-height: 1.4;
}

.btn-accent {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.65rem;
    --bs-btn-font-size: 0.72rem;
    --bs-btn-font-weight: 700;
    --bs-btn-color: #fff;
    --bs-btn-bg: #cc202d;
    --bs-btn-border-color: #cc202d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b01c27;
    --bs-btn-hover-border-color: #b01c27;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9a1922;
    --bs-btn-active-border-color: #9a1922;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.floorplan-card {
    border: 1px solid #000;
    background: #fff;
}

.floorplan-card-image img {
    display: block;
    width: 100%;
    height: auto;
}

.floorplan-card-body {
    padding: 1.25rem 1.25rem 1.5rem;
}

.floorplan-card-title {
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.floorplan-specs {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.floorplan-specs li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.floorplan-specs img {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.floorplan-actions {
    display: grid;
    gap: 0.55rem;
}

.cta-section {
    color: #fff;
    padding: 0 0 3rem;
}

.cta-layout {
    border-right: 35px solid #FF0000;
}

.cta-top {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
}

.cta-headline-block,
.cta-text-block {
    background: #000;
}

.cta-headline-block {
    padding: 2rem 1.5rem 2.5rem;
}

.cta-text-block {
    padding: 2rem 1.5rem;
}

.cta-headline {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.cta-headline span {
    display: block;
}

.cta-headline-mixed {
    display: block;
}

.cta-headline-light {
    font-weight: 400;
    color: #9a9a9a;
}

.cta-headline-em {
    font-weight: 900;
    color: #fff;
}

.cta-intro-text {
    max-width: 26rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    font-weight: 400;
    line-height: 1.55;
    color: #fff;
}

.cta-media {
    border-top: 35px solid #FF0000;
    line-height: 0;
}

.cta-image {
    display: block;
    width: 100%;
    height: auto;
}

.cta-bottom {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    border-bottom: 10px solid #FF0000;
}

.cta-map {
    background: #fff;
    line-height: 0;
}

.cta-map-image {
    display: block;
    width: 100%;
    height: auto;
}

.cta-tour {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    height: 100%;
    min-height: 280px;
    background: #000;
    padding: 2rem 1.5rem;
}

.cta-tour-heading {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.cta-tour-heading span {
    display: block;
}

.cta-tour-text {
    margin-top: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.cta-map-link {
    display: inline-flex;
    align-self: flex-start;
}

.cta-map-icon {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
}

@media (min-width: 768px) {
    .hero-overlay {
        padding: 1.5rem 2rem 4rem;
    }

    .intro-section {
        padding: 3rem 0;
    }

    .floorplans-subheader {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
    }

    .floorplan-card-body {
        padding: 1.5rem 1.5rem 1.75rem;
    }

    .floorplan-specs {
        gap: 1rem;
    }

    .cta-top,
    .cta-bottom {
        grid-template-columns: 1fr 1fr;
    }

    .cta-headline-block {
        padding: 2.5rem 2rem 3rem;
    }

    .cta-text-block {
        padding: 2.5rem 2rem 2rem 1.5rem;
    }

    .cta-tour {
        padding: 2.5rem 2rem;
        min-height: 100%;
    }
}

@media (min-width: 1200px) {
    .hero-overlay {
        padding-bottom: 5rem;
    }

    .intro-section {
        padding: 3.5rem 0;
    }

    .floorplans-section {
        padding: 3rem 0 3.5rem;
    }

    .floorplans-section .container {
        padding-top: 3rem;
    }

    .floorplans-subheader {
        margin-bottom: 2.5rem;
    }

    .cta-section {
        padding-bottom: 3.5rem;
    }

    .cta-headline-block {
        padding: 3rem 2.5rem 3.5rem;
    }

    .cta-text-block {
        padding: 3rem 3rem 2.5rem 2rem;
    }

    .cta-tour {
        padding: 3rem 2.5rem;
    }
}

.features-section {
    color: #fff;
    padding: 0 0 3rem;
}

.features-panel {
    position: relative;
    line-height: 0;
}

.features-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.features-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.8s ease-in-out;
}

.features-slide {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}

.features-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.55) 28%,
        rgba(0, 0, 0, 0.15) 55%,
        rgba(0, 0, 0, 0) 72%
    );
}

.features-overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    line-height: normal;
}

.features-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1.25rem;
    height: 100%;
    padding: 1.5rem;
}

.features-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 1.25rem 1.5rem;
}

.features-headline {
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.features-headline span {
    display: block;
}

.features-btn {
    display: none; /* Temporary: hide View Feature And Finishes */
    --bs-btn-padding-x: 1.35rem;
    --bs-btn-padding-y: 0.7rem;
    --bs-btn-font-size: 0.68rem;
}

.features-detail-heading {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.features-detail-text {
    font-size: clamp(0.9rem, 1.4vw, 1rem);
    font-weight: 400;
    line-height: 1.55;
    color: #fff;
}

@media (min-width: 768px) {
    .features-overlay {
        grid-template-columns: 1fr 1fr;
    }

    .features-copy {
        padding: 2rem;
        gap: 1.5rem;
    }

    .features-detail {
        padding: 2rem;
    }
}

@media (min-width: 1200px) {
    .features-copy {
        padding: 2rem 2.5rem;
    }

    .features-detail {
        padding: 1.75rem 2rem;
    }
}

.two-homes-section {
    color: #fff;
    padding: 0 0 3rem;
}

.two-homes-panel {
    position: relative;
    line-height: 0;
}

.two-homes-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.55) 28%,
        rgba(0, 0, 0, 0.15) 55%,
        rgba(0, 0, 0, 0) 72%
    );
}

.two-homes-image {
    display: block;
    width: 100%;
    height: auto;
}

.two-homes-overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    line-height: normal;
}

.two-homes-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1rem;
    height: 100%;
    padding: 1.5rem;
}

.two-homes-headline {
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.two-homes-headline span {
    display: block;
}

.two-homes-text {
    max-width: 28rem;
    font-size: clamp(0.9rem, 1.4vw, 1rem);
    font-weight: 400;
    line-height: 1.55;
}

.two-homes-btn {
    display: none; /* Temporary: hide View Two Homes in One */
    --bs-btn-padding-x: 1.35rem;
    --bs-btn-padding-y: 0.7rem;
    --bs-btn-font-size: 0.68rem;
    margin-top: 0.25rem;
}

.two-homes-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 220px;
    background: #000;
}

.two-homes-video-trigger {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.two-homes-play {
    display: inline-flex;
    line-height: 0;
}

.two-homes-play svg {
    display: block;
    width: clamp(2.5rem, 5vw, 3rem);
    height: auto;
}

.two-homes-fpo {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .two-homes-overlay {
        grid-template-columns: 1fr 1fr;
    }

    .two-homes-copy {
        padding: 2rem;
        gap: 1.25rem;
    }

    .two-homes-video {
        min-height: 100%;
    }
}

@media (min-width: 1200px) {
    .two-homes-copy {
        padding: 2.5rem;
    }
}

.video-section {
    padding: 0 0 3rem;
}

.video-wrap {
    position: relative;
    line-height: 0;
}

.video-player {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}

.video-play-trigger {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.video-wrap:hover .video-play-trigger,
.video-wrap:focus-within .video-play-trigger {
    opacity: 1;
}

.video-wrap.is-playing .video-play-trigger {
    opacity: 0;
    pointer-events: none;
}

.video-play-icon {
    display: inline-flex;
    line-height: 0;
    transform: scale(1);
    transition: transform 0.25s ease;
}

.video-wrap:hover .video-play-icon,
.video-wrap:focus-within .video-play-icon {
    transform: scale(1.08);
}

.video-play-icon svg {
    display: block;
    width: clamp(3rem, 8vw, 4.5rem);
    height: auto;
}

.register-section {
    color: #000;
    padding: 0;
}

.register-panel {
    background: #000;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 3rem 1.5rem 3.5rem;
}

.register-header {
    margin-bottom: 2.5rem;
}

.register-heading {
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.register-form > .register-fields {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

.register-input {
    min-height: 3.75rem;
    border: 1px solid #fff;
    border-radius: 0;
    background: #000;
    color: #fff;
    padding: 1.15rem 1.25rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.register-input::placeholder {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
}

.register-input:focus {
    border-color: #fff;
    background: #000;
    color: #fff;
    box-shadow: none;
}

.register-input.is-invalid {
    border-color: #ff6b6b;
}

.register-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.register-field-error {
    min-height: 1rem;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #ff6b6b;
}

.register-form-alert {
    margin-bottom: 1.5rem;
    padding: 0.85rem 1rem;
    border: 1px solid #ff6b6b;
    background: rgba(255, 107, 107, 0.12);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.register-form-alert[hidden] {
    display: none !important;
}

.register-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 8px;
    padding-right: 2.5rem;
}

.register-form .form-select option {
    color: #000;
    text-transform: none;
}

.register-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
    align-items: start;
}

.register-submit {
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-padding-y: 0.85rem;
    --bs-btn-font-size: 0.72rem;
    justify-self: start;
}

.register-disclaimer {
    font-size: 0.62rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    max-width: 52rem;
}

.register-brand {
    display: block;
    margin-top: 4.5rem;
    text-decoration: none;
    color: #fff;
}

.register-brand-logo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.register-brand:hover {
    color: #fff;
    opacity: 0.85;
}

.thank-you-section {
    min-height: 100vh;
    background: #000;
    color: #fff;
}

.thank-you-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.thank-you-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thank-you-overlay {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem 3rem;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.88) 42%, rgba(0, 0, 0, 0.96) 100%);
}

.thank-you-header {
    margin-bottom: clamp(2rem, 6vw, 4rem);
}

.thank-you-header-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(100%, 52rem);
    margin-inline: auto;
}

.thank-you-logo-image {
    display: block;
    width: clamp(7rem, 18vw, 18rem);
    height: auto;
}

.thank-you-body {
    width: min(100%, 52rem);
    margin-inline: auto;
    margin-top: auto;
    text-align: center;
}

.thank-you-card {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: clamp(1.75rem, 4vw, 2.75rem);
}

.thank-you-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.25rem;
}

.thank-you-eyebrow::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #cc202d;
    box-shadow: 0 0 0 0.35rem rgba(204, 32, 45, 0.22);
}

.thank-you-heading {
    font-size: clamp(2.75rem, 8vw, 5.5rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.thank-you-heading span {
    display: block;
}

.thank-you-lead {
    font-size: clamp(0.95rem, 1.5vw, 1.125rem);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 38rem;
    margin-inline: auto;
}

.thank-you-steps {
    display: grid;
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    visibility: hidden; /* Temporary: keep layout space while hidden */
    pointer-events: none;
}

.thank-you-step {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    justify-items: center;
}

.thank-you-step-number {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #cc202d;
}

.thank-you-step-title {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.thank-you-step-text {
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
}

.thank-you-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 2.5rem;
}

.thank-you-btn-secondary {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.65rem;
    --bs-btn-font-size: 0.72rem;
    --bs-btn-font-weight: 700;
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: rgba(255, 255, 255, 0.65);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.thank-you-contact {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.thank-you-contact-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1rem;
}

.thank-you-contact-links {
    display: grid;
    gap: 0.85rem;
}

.thank-you-contact-link {
    display: grid;
    gap: 0.2rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.thank-you-contact-link:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.thank-you-contact-type {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.thank-you-contact-value {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.thank-you-brand {
    display: block;
    margin-top: clamp(2.5rem, 6vw, 4rem);
    margin-inline: auto;
    text-decoration: none;
    opacity: 0.9;
}

.thank-you-brand:hover {
    opacity: 1;
}

.thank-you-brand-logo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .thank-you-overlay {
        padding: 2rem 2.5rem 3.5rem;
    }

    .thank-you-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .thank-you-step {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding-right: 1rem;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        text-align: center;
    }

    .thank-you-step-number {
        margin-inline: auto;
    }

    .thank-you-step:last-child {
        border-right: 0;
        padding-right: 0;
    }

    .thank-you-contact-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .thank-you-contact-link {
        transition: none;
    }

    .thank-you-contact-link:hover {
        transform: none;
    }
}

@media (min-width: 768px) {
    .register-form > .register-fields {
        --bs-gutter-x: 1.75rem;
        --bs-gutter-y: 1.5rem;
    }

    .register-actions {
        grid-template-columns: auto 1fr;
        gap: 3rem;
        margin-top: 3.5rem;
        align-items: start;
    }

    .register-panel {
        padding: 3.5rem 2rem 4rem;
    }

    .register-header {
        margin-bottom: 3rem;
    }

    .register-brand {
        margin-top: 5rem;
    }
}

@media (min-width: 1200px) {
    .register-form > .register-fields {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 1.75rem;
    }

    .register-panel {
        padding: 4rem 2.5rem 0.0rem;
    }

    .register-header {
        margin-bottom: 3.5rem;
    }

    .register-actions {
        margin-top: 4rem;
        gap: 3.5rem;
    }

    .register-brand {
        margin-top: 6rem;
    }
}
