:root {
    --sunrise-gradient: linear-gradient(120deg, #ffe064 0%, #ffba2f 46%, #f47a2a 100%);
}

.journey-section {
    overflow: hidden;
    background: #f8f5f1;
    padding: clamp(4.5rem, 6vw, 6.5rem) 1.25rem;
}

/* Keep the hero capability row balanced after reducing it to four essentials. */
@media (max-width: 700px) {
    .hero2 .hero-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 1fr;
    }

    .hero2 .hero-capability {
        height: 100%;
    }
}

@media (min-width: 701px) {
    .hero2 .hero-capability-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.hero2 .hero-capability {
    min-height: 96px;
    border: 0;
    font-size: clamp(0.82rem, 0.76rem + 0.2vw, 0.94rem);
    line-height: 1.18;
}

.hero2 .hero-capability:hover {
    border-color: transparent;
}

.hero2 .hero-trust-grid .pill {
    border: 0;
}

.hero2 .hero-capability .cap-label {
    display: grid;
    grid-template-rows: repeat(2, auto);
    gap: 0.08rem;
    max-width: 100%;
    min-height: 2.44em;
    align-content: center;
    overflow: hidden;
    text-wrap: balance;
}

.hero2 .hero-capability .cap-label > strong,
.hero2 .hero-capability .cap-label > span {
    display: block;
    white-space: nowrap;
}

@media (max-width: 420px) {
    .hero2 .hero-capability {
        font-size: 0.76rem;
    }
}

.journey-shell {
    width: min(100%, 1440px);
    margin-inline: auto;
}

.hero2 .cta2,
.cta:not(.cta-sm),
.cta-light:not(.cta-sm),
.cta-ghost:not(.cta-sm) {
    padding: 1.35rem 3.1rem;
    font-size: calc(1.28rem + 2px);
}

.hero2 .cta2,
.cta,
.cta-light,
.cta-ghost {
    border: 0;
    background-color: #ffb52e;
    background-image: var(--sunrise-gradient);
    background-position: 0 50%;
    background-size: 160% 100%;
    color: #151b21;
    transition: background-position 0.2s ease, filter 0.15s ease, transform 0.15s ease;
}

.hero2 .cta2:hover,
.cta:hover,
.cta-light:hover,
.cta-ghost:hover {
    background-color: #ffb52e;
    background-position: 100% 50%;
    color: #151b21;
    filter: brightness(1.03) saturate(1.08);
    transform: translateY(-1px);
}

.hero2 .cta2:active,
.cta:active,
.cta-light:active,
.cta-ghost:active {
    filter: brightness(0.98) saturate(1.04);
    transform: translateY(0);
}

.tnum-big {
    display: inline-block;
    background-color: #ffb52e;
    background-image: var(--sunrise-gradient);
    background-clip: text;
    color: transparent !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.paths-benefits span {
    font-size: 1rem;
}

.paths-benefits svg {
    width: 20px;
    height: 20px;
}

.hero2 .cta2:focus-visible,
.cta:focus-visible,
.cta-light:focus-visible,
.cta-ghost:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px #151b21;
}

.feature-story-visual {
    --feature-frame-badge: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23e85d16' d='M28 2 48 10v17c0 13-8 21-20 27C16 48 8 40 8 27V10z'/%3E%3Cpath d='m18.5 28.5 6.2 6.2 13.8-14.2' fill='none' stroke='%23fff' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: relative;
    overflow: visible;
    padding: 10px;
    border: 1px solid rgba(21, 27, 33, 0.16);
    border-radius: 16px;
    background: #ffffff;
}

.feature-story-visual::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -3px;
    right: 0;
    left: 68px;
    height: 3px;
    border-radius: 999px;
    background: #f47a2a;
    pointer-events: none;
}

.feature-story-visual::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: -24px;
    left: 14px;
    width: 48px;
    height: 48px;
    background: var(--feature-frame-badge) center / contain no-repeat;
    pointer-events: none;
}

.feature-story-row:nth-child(even) .feature-story-visual::before {
    right: 68px;
    left: 0;
}

.feature-story-row:nth-child(even) .feature-story-visual::after {
    right: 14px;
    left: auto;
}

.feature-story-visual img {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 10px;
    transform: none;
}

@media (max-width: 800px) {
    .feature-story-visual {
        padding: 7px;
        border-radius: 14px;
    }

    .feature-story-visual::before {
        left: 57px;
    }

    .feature-story-row:nth-child(even) .feature-story-visual::before {
        right: 57px;
    }

    .feature-story-visual::after {
        top: -20px;
        left: 10px;
        width: 40px;
        height: 40px;
    }

    .feature-story-row:nth-child(even) .feature-story-visual::after {
        right: 10px;
    }

    .feature-story-visual img {
        border-radius: 8px;
    }
}

.transformation-proof {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(21, 27, 33, 0.14);
    border-radius: 16px;
    background: #ffffff;
}

.transformation-proof > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.transformation-status {
    left: 1rem;
    top: 1rem;
    max-width: calc(100% - 0.75rem);
    border: 1px solid rgba(21, 27, 33, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #151b21;
    padding: 0.72rem 0.95rem;
    backdrop-filter: blur(10px);
}

.transformation-status > span:first-child {
    background: var(--sunrise-gradient);
}

@media (max-width: 480px) {
    .transformation-status {
        left: 0.65rem;
        top: 0.65rem;
        max-width: calc(100% - 1.3rem);
        gap: 0.45rem;
        padding: 0.65rem 0.75rem;
    }

    .transformation-status > span:nth-child(2) {
        font-size: 0.58rem;
        letter-spacing: 0.1em;
    }

    .transformation-status strong {
        font-size: 0.7rem;
    }
}

.pricing-premium-card {
    border: 3px solid transparent;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(120deg, #ffe064 0%, #ffba2f 46%, #f47a2a 100%) border-box;
}

.pricing-plan-grid > * {
    min-width: 0;
    max-width: 100%;
}

.pricing-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.45rem 0.65rem;
    margin-top: 0.25rem;
}

.pricing-reference-price {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.55rem;
    color: #70645e;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.pricing-reference-price del {
    color: #70645e;
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration-thickness: 2px;
}

@media (max-width: 420px) {
    .pricing-plan-grid .cta,
    .pricing-plan-grid .cta-ghost {
        padding-inline: 0.75rem;
        font-size: clamp(0.875rem, 4.3vw, 1rem);
        white-space: nowrap;
    }
}

.comparison-table {
    min-width: 980px;
    table-layout: fixed;
}

.comparison-feature-col {
    width: 30%;
}

.comparison-primary-col {
    width: 18%;
}

.comparison-competitor-col {
    width: 13%;
}

.comparison-table .comparison-cta {
    min-height: 0;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    white-space: nowrap;
}

.journey-section h2 {
    max-width: 1400px;
    margin: 0 auto;
    color: var(--ink);
    font-size: clamp(2.35rem, 4.1vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.04;
    text-align: center;
    text-transform: none;
}

.journey-section h2 span {
    color: var(--accent);
}

.journey-visual {
    margin: clamp(2.6rem, 4vw, 4rem) 0 0;
}

.journey-frames {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.6rem, 1vw, 0.9rem);
}

.journey-frames::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 12.5%;
    bottom: 7px;
    left: 12.5%;
    height: 2px;
    background: #0e9f6e;
}

.journey-frame {
    position: relative;
    z-index: 1;
    min-width: 0;
    margin: 0;
    padding-bottom: 1.5rem;
}

.journey-frame-media {
    aspect-ratio: 5 / 4;
    overflow: hidden;
    border: 1px solid rgba(18, 16, 14, 0.12);
    border-radius: 0.8rem;
    background: #fff;
}

.journey-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.journey-frame-node {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #0e9f6e;
    border-radius: 50%;
    background: var(--canvas);
    transform: translateX(-50%);
}

.journey-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: clamp(2rem, 3vw, 3rem);
    padding: 0;
    border-block: 1px solid rgba(21, 27, 33, 0.08);
}

.journey-step {
    position: relative;
    display: grid;
    grid-template-columns: 1.15rem 4.5rem minmax(0, 1fr);
    grid-template-areas:
        "number number number"
        "accent icon title"
        "features features features";
    align-items: center;
    align-content: start;
    column-gap: 1.05rem;
    row-gap: 1.15rem;
    min-width: 0;
    min-height: 25rem;
    padding: 0 clamp(1.25rem, 2vw, 2rem) 2rem;
    background: #fbfaf8;
    color: #087a55;
}

.journey-step:nth-child(even) {
    background: #f1eee9;
}

.journey-step::before {
    content: "";
    grid-area: accent;
    align-self: stretch;
    justify-self: center;
    width: 4px;
    min-height: 4.5rem;
    border-radius: 999px;
    background: #ffae22;
}

.journey-step:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 54%;
    right: 0;
    width: 2.35rem;
    height: 2.35rem;
    border-right: 0.45rem solid rgba(255, 255, 255, 0.94);
    border-bottom: 0.45rem solid rgba(255, 255, 255, 0.94);
    transform: translate(42%, -50%) rotate(-45deg);
    pointer-events: none;
}

.journey-number {
    grid-area: number;
    justify-self: start;
    width: auto;
    margin: -0.22em 0 0;
    color: #087a55;
    font-size: clamp(5.25rem, 7vw, 7.25rem);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    line-height: 0.9;
}

.journey-icon {
    grid-area: icon;
    width: 4.5rem;
    height: 4.5rem;
    stroke-width: 1.65;
}

.journey-step > div {
    display: contents;
}

.journey-step h3 {
    grid-area: title;
    align-self: center;
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.5rem, 1.8vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.journey-step ul {
    grid-area: features;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.journey-step li {
    position: relative;
    min-height: 3.15rem;
    padding: 0.75rem 0.25rem 0.75rem 2.6rem;
    border-bottom: 1px solid rgba(21, 27, 33, 0.09);
    color: var(--ink);
    font-size: clamp(1.05rem, 1.25vw, 1.22rem);
    font-weight: 600;
    line-height: 1.35;
}

.journey-step li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: rgba(14, 159, 110, 0.1);
    transform: translateY(-50%);
}

.journey-step li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.42rem;
    width: 0.82rem;
    height: 0.82rem;
    background: #087a55;
    transform: translateY(-50%);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.journey-audience {
    margin-top: clamp(2.5rem, 4vw, 4rem);
    text-align: center;
}

.journey-audience-rule {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.25rem;
    color: #087a55;
}

.journey-audience-rule span {
    height: 1px;
    background: #087a55;
}

.journey-audience-rule svg {
    width: 4rem;
    height: 2.5rem;
}

.journey-audience p {
    margin: 1rem auto 0;
    color: var(--ink);
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

.journey-audience-tag {
    position: relative;
    z-index: 0;
    display: inline-block;
    isolation: isolate;
    margin-inline: 0.02em;
    padding-inline: 0.04em;
    color: var(--ink);
    white-space: nowrap;
}

.journey-audience-tag::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -0.03em;
    bottom: 0.08em;
    left: -0.03em;
    height: 0.38em;
    border-radius: 0.08em 0.15em 0.1em 0.13em;
    background: var(--niche-highlight);
    transform: rotate(var(--niche-angle, 0deg));
    transform-origin: left center;
}

.journey-audience-tag:nth-of-type(1) {
    --niche-highlight: rgba(255, 197, 46, 0.52);
    --niche-angle: -0.45deg;
}

.journey-audience-tag:nth-of-type(2) {
    --niche-highlight: rgba(238, 137, 91, 0.3);
    --niche-angle: 0.35deg;
}

.journey-audience-tag:nth-of-type(3) {
    --niche-highlight: rgba(191, 90, 55, 0.24);
    --niche-angle: -0.25deg;
}

.journey-audience-tag:nth-of-type(4) {
    --niche-highlight: rgba(14, 159, 110, 0.22);
    --niche-angle: 0.45deg;
}

.journey-audience-tag:nth-of-type(5) {
    --niche-highlight: rgba(240, 168, 51, 0.28);
    --niche-angle: -0.35deg;
}

.journey-audience-tag:nth-of-type(6) {
    --niche-highlight: rgba(255, 197, 46, 0.52);
    --niche-angle: 0.3deg;
}

.journey-audience .cta {
    margin-top: 1.75rem;
}

@media (max-width: 1100px) {
    .journey-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }

    .journey-step {
        grid-template-columns: 1rem 3.8rem minmax(0, 1fr);
        min-height: 23rem;
        column-gap: 0.8rem;
        row-gap: 1.15rem;
        padding-inline: clamp(1.25rem, 3vw, 2rem);
    }

    .journey-step:nth-child(2)::after {
        display: block;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 1.35rem;
        height: 1.35rem;
        border-width: 0 0.28rem 0.28rem 0;
        border-color: rgba(21, 27, 33, 0.12);
        border-style: solid;
        transform: translate(-50%, 42%) rotate(45deg);
    }

    .journey-number {
        width: auto;
        font-size: clamp(4.75rem, 10vw, 6rem);
    }

    .journey-icon {
        width: 3.8rem;
        height: 3.8rem;
    }

    .journey-step h3 {
        font-size: 1.55rem;
    }

    .journey-step li {
        font-size: 1.12rem;
    }
}

@media (max-width: 680px) {
    .hero2 .cta2,
    .cta:not(.cta-sm),
    .cta-light:not(.cta-sm),
    .cta-ghost:not(.cta-sm) {
        width: 100%;
        max-width: 22.375rem;
        padding-inline: 0.875rem;
        white-space: nowrap;
    }

    .comparison-table .comparison-cta {
        padding-inline: 0.75rem;
    }

    .comparison-feature-col {
        width: 28%;
    }

    .comparison-primary-col {
        width: 24%;
    }

    .comparison-competitor-col {
        width: 12%;
    }

    .journey-section {
        padding: 4rem 1rem;
    }

    .journey-section h2 {
        font-size: clamp(2.15rem, 10vw, 2.8rem);
        line-height: 1.05;
    }

    .journey-section h2 span {
        display: block;
        color: var(--accent);
    }

    .journey-visual {
        margin-top: 2.25rem;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        scrollbar-width: none;
    }

    .journey-visual::-webkit-scrollbar {
        display: none;
    }

    .journey-frames {
        width: 1040px;
        grid-template-columns: repeat(4, 250px);
        gap: 0.75rem;
    }

    .journey-frame {
        scroll-snap-align: start;
    }

    .journey-steps {
        position: relative;
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 2rem;
        padding: 0;
    }

    .journey-steps::before {
        content: none;
    }

    .journey-step {
        position: relative;
        grid-template-columns: 1rem 3.5rem auto;
        justify-content: center;
        column-gap: 0.75rem;
        row-gap: 1rem;
        width: min(100%, 24rem);
        min-height: 0;
        margin-inline: auto;
        padding: 0 1.25rem 3rem;
    }

    .journey-step:nth-child(2)::after,
    .journey-step:not(:last-child)::after {
        display: block;
        top: auto;
        right: auto;
        bottom: 0.75rem;
        left: 50%;
        width: 1.15rem;
        height: 1.15rem;
        border-width: 0 0.22rem 0.22rem 0;
        border-color: rgba(21, 27, 33, 0.12);
        border-style: solid;
        transform: translate(-50%, 0) rotate(45deg);
    }

    .journey-number {
        justify-self: center;
        width: auto;
        height: auto;
        margin-top: -0.15em;
        background: transparent;
        font-size: 4.75rem;
        font-weight: 800;
    }

    .journey-step::before {
        min-height: 3.5rem;
    }

    .journey-icon {
        width: 3.5rem;
        height: 3.5rem;
    }

    .journey-step h3 {
        font-size: 1.75rem;
    }

    .journey-step li {
        font-size: 1.2rem;
    }

    .journey-step ul {
        width: min(100%, 20.5rem);
        max-width: 100%;
        justify-self: center;
    }

    .journey-audience {
        margin-top: 1.25rem;
    }

    .journey-audience-rule {
        gap: 0.75rem;
    }

    .journey-audience-rule svg {
        width: 3.5rem;
    }

    .journey-audience p {
        max-width: 30rem;
        font-size: clamp(1.5rem, 6.4vw, 1.7rem);
        line-height: 1.3;
    }

    .journey-audience-line {
        display: block;
        white-space: nowrap;
    }

    .journey-audience .cta {
        width: 100%;
        min-height: 56px;
        padding-inline: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero2 .cta2,
    .cta,
    .cta-light,
    .cta-ghost {
        transition: none;
    }

    .hero2 .cta2:hover,
    .cta:hover,
    .cta-light:hover,
    .cta-ghost:hover {
        transform: none;
    }
}

/* Testimonial ratings and proof media */
.testimonial-card > p.text-muted strong {
    padding-inline: 0.1em;
    background: linear-gradient(178deg, transparent 52%, rgba(255, 197, 46, 0.3) 53%, rgba(240, 168, 51, 0.23) 88%, transparent 89%);
    color: var(--ink);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.review-stars {
    position: relative;
    display: inline-block;
    width: max-content;
    overflow: hidden;
    color: rgba(191, 90, 55, 0.22);
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.review-stars-track,
.review-stars-fill {
    display: block;
}

.review-stars-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--rating-width);
    overflow: hidden;
    color: var(--accent-text);
    white-space: nowrap;
}

.testimonial-media {
    position: relative;
    flex: none;
    aspect-ratio: 20 / 9;
    margin: -1.5rem -1.5rem 1.25rem;
    overflow: hidden;
    background: #ebe6e1;
}

.testimonial-media img,
.testimonial-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-media img {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-card.has-media:hover .testimonial-media img {
    transform: scale(1.025);
}

.testimonial-proof-label {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 28px;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(18, 16, 14, 0.78);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.testimonial-card.has-media .qmark {
    z-index: 2;
    top: 0.25rem;
    color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 640px) {
    .testimonial-card:not(.has-media) {
        justify-content: center;
    }
}

@media (max-width: 639px) {
    .testimonial-grid {
        grid-auto-rows: auto !important;
    }

    .testimonial-grid .testimonial-card {
        height: auto;
    }

    .testimonial-media {
        aspect-ratio: 16 / 8;
    }

}

@media (prefers-reduced-motion: reduce) {
    .testimonial-media img {
        transition: none;
    }

    .testimonial-card.has-media:hover .testimonial-media img {
        transform: none;
    }
}

/* Floor plan and room map */
.room-map-stage {
    width: min(1680px, calc(100vw - 2rem));
    margin-top: clamp(3rem, 5vw, 4.5rem);
    margin-inline: 50%;
    transform: translateX(-50%);
}

#room-map-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 0.82fr) minmax(420px, 1.5fr) minmax(220px, 0.82fr);
    align-items: stretch;
    gap: clamp(1.25rem, 2.3vw, 2.5rem);
}

.room-map-column {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.3vw, 1.25rem);
}

.room-map-card {
    min-width: 0;
    aspect-ratio: 5 / 3;
    border-radius: 1rem;
    background: #e9e3dd;
}

.room-map-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.room-map-card:hover img {
    transform: scale(1.035);
}

.room-map-card figcaption {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(18, 16, 14, 0.76);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
}

.room-map-column-left .keynum {
    right: 0.75rem;
    left: auto;
}

.room-map-column-right .keynum {
    right: auto;
    left: 0.75rem;
}

.room-map-plan {
    position: relative;
    z-index: 3;
    align-self: center;
    min-width: 0;
}

.room-map-intro {
    max-width: 820px;
    margin: 0 auto 1.75rem;
    text-align: center;
}

.room-map-intro h3 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2rem, 3vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    text-wrap: balance;
}

.room-map-intro h3 span,
.room-map-proof h4 span {
    color: #bf5a37;
}

.room-map-intro > p:last-child {
    max-width: 56ch;
    margin: 0.9rem auto 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.65;
    text-wrap: pretty;
}

.room-map-plan .keyplan-wrap {
    border-radius: 1rem;
}

.room-map-proof {
    max-width: 860px;
    margin: 1.75rem auto 0;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(191, 90, 55, 0.24);
    text-align: center;
}

.room-map-proof h4 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2rem, 2.8vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.06;
    text-wrap: balance;
}

.room-map-proof h4 span {
    display: block;
}

.room-map-proof p {
    max-width: 62ch;
    margin: 0.85rem auto 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.7;
    text-wrap: pretty;
}

#room-map-grid .keylink {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.room-map-line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    transition: opacity 0.28s ease, stroke-width 0.28s ease;
}

.room-map-line-halo {
    stroke: rgba(255, 255, 255, 0.94);
    stroke-width: 6;
}

.room-map-line-wire {
    stroke: #bf5a37;
    stroke-width: 2.25;
    opacity: 0.82;
}

#room-map-grid.has-active .room-map-line,
#room-map-grid.has-active .keypin,
#room-map-grid.has-active .keynum {
    opacity: 0.18;
}

#room-map-grid .room-map-line.is-active,
#room-map-grid .keypin.is-active,
#room-map-grid .keynum.is-active {
    opacity: 1;
}

#room-map-grid .room-map-line-wire.is-active {
    stroke-width: 3;
    stroke-dasharray: 12 10;
    animation: room-map-line-flow 0.8s linear infinite;
}

#room-map-grid .keypin,
#room-map-grid .keynum {
    transition: opacity 0.28s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

#room-map-grid .keypin.is-active {
    transform: translate(-50%, -50%) scale(1.22);
}

#room-map-grid .keynum.is-active {
    transform: translateY(-3px) scale(1.18);
}

@keyframes room-map-line-flow {
    to {
        stroke-dashoffset: -22;
    }
}

@media (max-width: 1179px) {
    .room-map-stage {
        width: min(100%, 920px);
        margin-inline: auto;
        transform: none;
    }

    #room-map-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .room-map-plan {
        grid-column: 1 / -1;
        order: 1;
        width: min(100%, 720px);
        margin-inline: auto;
        margin-bottom: 1rem;
    }

    .room-map-column {
        order: 2;
        gap: 1rem;
    }

    #room-map-grid .keylink {
        display: none;
    }

    .room-map-column-left .keynum,
    .room-map-column-right .keynum {
        right: auto;
        left: 0.75rem;
    }
}

@media (max-width: 639px) {
    .room-map-stage {
        width: 100%;
    }

    #room-map-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .room-map-column {
        display: contents;
    }

    #room-map-grid .room-map-card[data-room-key="1"] {
        order: 2;
    }

    #room-map-grid .room-map-card[data-room-key="2"] {
        order: 3;
    }

    #room-map-grid .room-map-card[data-room-key="3"] {
        order: 4;
    }

    #room-map-grid .room-map-card[data-room-key="4"] {
        order: 5;
    }

    #room-map-grid .room-map-card[data-room-key="5"] {
        order: 6;
    }

    #room-map-grid .room-map-card[data-room-key="6"] {
        order: 7;
    }

    .room-map-plan {
        grid-column: auto;
        margin-bottom: 0.75rem;
    }

    .room-map-card {
        aspect-ratio: 4 / 3;
    }

    .room-map-intro {
        margin-bottom: 1.5rem;
    }

    .room-map-proof {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .room-map-card img,
    .room-map-line {
        transition: none;
        animation: none !important;
    }

    #room-map-grid .keypin,
    #room-map-grid .keynum {
        transition: none;
    }

    .room-map-card:hover img {
        transform: none;
    }
}

.architect-note {
    margin: 1.5rem 0 0;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.8;
}

.architect-note > span {
    padding-inline: 0.12em;
    background: linear-gradient(178deg, transparent 52%, rgba(255, 197, 46, 0.3) 53%, rgba(240, 168, 51, 0.23) 88%, transparent 89%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.architect-note strong {
    font-weight: 800;
}

.decision-section {
    border-block: 1px solid rgba(27, 21, 16, 0.07);
}

.decision-header p {
    color: #5f5750;
    font-weight: 600;
}

.decision-assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3rem;
    overflow: hidden;
    border: 1px solid rgba(27, 21, 16, 0.12);
    border-radius: 1rem;
    background: #18130f;
}

.decision-assurance {
    min-width: 0;
    padding: 2.25rem clamp(1.25rem, 2vw, 2rem) 2.5rem;
}

.decision-assurance + .decision-assurance {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.decision-icon {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.5rem;
    place-items: center;
    border-radius: 0.875rem;
    background: #ffc52e;
    color: #18130f;
}

.decision-icon svg {
    width: 1.75rem;
    height: 1.75rem;
}

.decision-kicker {
    margin: 0;
    color: #f39a79;
    font-size: clamp(1.05rem, 1.1vw, 1.2rem);
    font-weight: 800;
}

.decision-assurance h3 {
    margin: 0.6rem 0 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 1.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.22;
    text-wrap: nowrap;
    white-space: nowrap;
}

.decision-assurance h3 + p {
    max-width: 34ch;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    line-height: 1.72;
    text-wrap: pretty;
}

@media (max-width: 1100px) {
    .decision-assurances {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 2.5rem;
    }

    .decision-assurance {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 1.25rem;
        padding: 1.75rem;
    }

    .decision-assurance + .decision-assurance {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 0;
    }

    .decision-icon {
        margin-bottom: 0;
    }

    .decision-assurance h3 + p {
        max-width: 60ch;
    }

    .decision-assurance h3 {
        white-space: normal;
        text-wrap: balance;
    }
}

@media (max-width: 420px) {
    .decision-assurance {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
        padding: 1.5rem;
    }
}

.pricing-card-trust {
    display: grid;
    gap: 1rem;
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #fafbfc 0%, #f4f5f6 55%, #eceff1 100%);
}

.pricing-value-line {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.45rem;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

.pricing-value-line > span {
    color: var(--accent);
    font-size: 0.8em;
}

.pricing-value-line strong {
    color: var(--accent);
    font-weight: 800;
}

.pricing-founder-offer {
    display: grid;
    justify-items: center;
    gap: 0.22rem;
    margin-top: 0.9rem;
    padding: 0.1rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}

.pricing-founder-offer > span {
    color: #70645e;
    font-size: 0.76rem;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.pricing-founder-offer strong {
    color: var(--ink);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.3;
}

.pricing-founder-offer em {
    color: var(--accent);
    font-style: normal;
    white-space: nowrap;
}

#faq summary {
    font-size: 1.125rem;
}

.pricing-payment-group {
    min-width: 0;
    text-align: center;
}

.pricing-trust-label,
.pricing-encryption {
    display: block;
    color: #6b625b;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.25;
}

.pricing-trust-label {
    margin-bottom: 0.55rem;
    color: var(--ink);
    font-size: 0.8rem;
}

.pricing-encryption {
    margin-top: 0.5rem;
}

.pricing-payment-marks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.payment-mark {
    display: inline-flex;
    min-width: 2.75rem;
    height: 1.75rem;
    align-items: center;
    justify-content: center;
    padding-inline: 0.42rem;
    border-radius: 0.38rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(21, 27, 33, 0.1);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
}

.payment-visa {
    color: #1a1f71;
    font-size: 0.76rem;
    font-style: italic;
}

.payment-mastercard {
    gap: 0;
}

.payment-mastercard i {
    display: block;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 999px;
    background: #eb001b;
}

.payment-mastercard i + i {
    margin-left: -0.35rem;
    background: #f79e1b;
    mix-blend-mode: multiply;
}

.payment-amex {
    background: #2e77bc;
    color: #fff;
    font-size: 0.58rem;
}

.payment-paypal {
    color: #009cde;
    font-style: italic;
}

.payment-paypal b {
    color: #003087;
}

.payment-discover {
    color: #4d4d4d;
    font-size: 0.56rem;
}

.payment-discover span {
    color: #f76b1c;
}

.pricing-guarantee-graphic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.pricing-guarantee-graphic img {
    width: 5rem;
    height: 5rem;
    flex: 0 0 auto;
    object-fit: contain;
    opacity: 1;
    filter: none;
}

.pricing-guarantee-graphic span,
.pricing-guarantee-graphic strong,
.pricing-guarantee-graphic small {
    display: block;
}

.pricing-guarantee-graphic strong {
    color: var(--ink);
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.pricing-guarantee-graphic small {
    margin-top: 0.25rem;
    color: #6b625b;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.pricing-platforms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.pricing-platform {
    display: flex;
    min-width: 0;
    min-height: 3.8rem;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 0 0 1px rgba(21, 27, 33, 0.09);
    color: var(--ink);
}

.pricing-platform svg {
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 auto;
    color: #d98a22;
}

.pricing-platform span,
.pricing-platform small,
.pricing-platform strong {
    display: block;
    min-width: 0;
}

.pricing-platform small {
    color: #756a61;
    font-size: 0.56rem;
    font-weight: 700;
    line-height: 1.1;
}

.pricing-platform strong {
    margin-top: 0.15rem;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.1;
}

@media (max-width: 420px) {
    .pricing-card-trust .pricing-platforms {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .pricing-card-trust .pricing-platform {
        min-height: 3.65rem;
        gap: 0.45rem;
        padding: 0.6rem 0.5rem;
    }

    .pricing-card-trust .pricing-platform svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .pricing-card-trust .pricing-platform small {
        font-size: 0.5rem;
    }

    .pricing-card-trust .pricing-platform strong {
        font-size: 0.75rem;
    }
}

.guarantee-shell {
    width: min(100%, 1120px);
    margin-inline: auto;
}

.guarantee-headline {
    max-width: 1040px;
    margin-inline: auto;
    text-align: center;
}

.guarantee-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 5.5rem);
    margin-top: clamp(2.25rem, 4.5vw, 3.75rem);
}

.guarantee-visual {
    position: relative;
    display: grid;
    min-width: 0;
    margin: 0;
    padding: 0;
    place-items: center;
    background: transparent;
}

.guarantee-visual img {
    display: block;
    width: min(100%, 480px);
    height: auto;
}

.guarantee-visual-caption {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.35rem;
    color: var(--canvas);
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.018em;
    text-align: center;
}

.guarantee-visual-caption svg {
    width: 1.4rem;
    height: 1.4rem;
    flex: 0 0 auto;
    color: #e29c7e;
}

.guarantee-copy {
    max-width: 590px;
    text-align: left;
}

.guarantee-copy p {
    margin: 0;
    color: rgba(240, 238, 236, 0.74);
    font-size: clamp(1.125rem, 1.8vw, 1.42rem);
    line-height: 1.72;
}

.guarantee-copy strong {
    color: var(--canvas);
    font-weight: 800;
}

.guarantee-copy .cta-light {
    margin-top: 2rem;
}

/* Architectural outcome timeline */
.outcome-section {
    overflow: hidden;
    background: #161d23;
}

.outcome-shell {
    width: min(100%, 92rem);
}

.outcome-headline {
    max-width: 88rem;
    margin: 0 auto;
    color: #f4f1ee;
    font-size: clamp(3rem, 5.25vw, 5.65rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-align: center;
    text-wrap: balance;
}

.outcome-headline span {
    color: #e99a78;
}

.outcome-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.4vw, 1.5rem);
    width: 100%;
    margin: clamp(4.5rem, 6vw, 6rem) auto 0;
    padding-top: 5.8rem;
}

.outcome-grid::before {
    content: "";
    position: absolute;
    top: 1.9rem;
    left: 12.5%;
    width: 75%;
    height: 1px;
    background: rgba(233, 154, 120, 0.92);
}

.outcome-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    text-align: center;
}

.outcome-check {
    position: absolute;
    top: -5.8rem;
    left: 50%;
    z-index: 1;
    display: grid;
    width: 4.15rem;
    height: 4.15rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(233, 154, 120, 0.92);
    border-radius: 50%;
    background: #161d23;
    transform: translateX(-50%);
}

.outcome-check::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 2.55rem;
    background: rgba(233, 154, 120, 0.92);
    transform: translateX(-50%);
}

.outcome-check img {
    width: 3rem;
    height: 3rem;
    filter: brightness(1.2) saturate(1.12);
    object-fit: contain;
}

.outcome-visual {
    display: grid;
    width: 100%;
    height: clamp(12rem, 15vw, 15.5rem);
    place-items: center;
}

.outcome-visual img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.outcome-copy {
    position: relative;
    width: 100%;
    margin: 0;
    color: rgba(246, 243, 240, 0.92);
    max-width: 21rem;
    font-size: clamp(1.05rem, 1.3vw, 1.3rem);
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.outcome-line {
    display: block;
    text-wrap: balance;
}

.outcome-copy strong {
    color: #f0a07f;
    font-weight: 800;
}

.outcome-closing {
    margin-top: clamp(3rem, 5vw, 4.5rem);
    padding: 1rem 0 0;
    text-align: center;
}

.outcome-closing-title {
    max-width: 1120px;
    margin-inline: auto;
    color: var(--canvas);
    font-size: clamp(2.35rem, 3.2vw, 3.05rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.outcome-closing-break {
    display: block;
}

.outcome-closing-copy {
    max-width: 940px;
    margin: 1.5rem auto 0;
    color: rgba(240, 238, 236, 0.74);
    font-size: clamp(1.14rem, 1.55vw, 1.34rem);
    line-height: 1.65;
}

.outcome-closing-copy strong {
    color: var(--canvas);
    font-weight: 800;
}

@media (max-width: 900px) {
    .outcome-headline {
        max-width: 42rem;
        font-size: clamp(2.75rem, 8.5vw, 4.15rem);
        line-height: 1.04;
    }

    .outcome-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 3rem;
        width: min(100%, 38rem);
        margin-top: 3.5rem;
        padding-top: 0;
        padding-left: 4.75rem;
    }

    .outcome-grid::before {
        top: 1.6rem;
        bottom: 1.6rem;
        left: 1.85rem;
        width: 1px;
        height: auto;
    }

    .outcome-item {
        align-items: center;
        gap: 1.4rem;
        text-align: center;
    }

    .outcome-check {
        top: 0;
        left: -4.75rem;
        transform: none;
    }

    .outcome-check::after {
        display: none;
    }

    .outcome-visual {
        height: clamp(11rem, 31vw, 14rem);
        place-items: center;
    }

    .outcome-visual img {
        width: min(100%, 26rem);
    }

    .outcome-copy {
        margin-top: 0.45rem;
        font-size: clamp(1.18rem, 3.2vw, 1.38rem);
    }
}

@media (max-width: 640px) {
    .outcome-closing-break {
        display: none;
    }

    .outcome-grid {
        width: min(100%, 30rem);
        gap: 2.75rem;
        padding-left: 3.65rem;
    }

    .outcome-grid::before {
        left: 1.3rem;
    }

    .outcome-check {
        left: -3.65rem;
        width: 2.95rem;
        height: 2.95rem;
    }

    .outcome-check img {
        width: 2.15rem;
        height: 2.15rem;
    }

    .outcome-visual {
        height: 11.5rem;
    }

    .outcome-copy {
        margin-top: 0.65rem;
        font-size: clamp(1.12rem, 5.1vw, 1.28rem);
    }
}

/* Closing CTA assurances */
.cta-assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2.5rem);
    width: min(100%, 920px);
    margin: 2rem auto 0;
}

.cta-assurance {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    text-align: left;
}

.cta-assurance-icon {
    display: grid;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 999px;
    background: var(--ink-deep);
    color: #ffffff;
}

.cta-assurance-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.cta-assurance-copy {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.cta-assurance-copy strong {
    color: #ffffff;
    font-size: clamp(1.08rem, 1.35vw, 1.3rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cta-assurance-copy small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.35;
}

@media (max-width: 760px) {
    .cta-assurances {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
        width: min(100%, 320px);
        margin-top: 1.75rem;
    }

    .cta-assurance {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .guarantee-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .guarantee-visual img {
        width: min(100%, 350px);
    }

    .guarantee-copy {
        margin-inline: auto;
        text-align: center;
    }

    .guarantee-copy .cta-light {
        width: min(100%, 420px);
    }
}
.tryit-glow {
  inset: -16px;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 0;
  transform: none;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 9% 20%, rgba(255, 226, 92, 0.9), transparent 27%),
    radial-gradient(circle at 91% 76%, rgba(245, 113, 35, 0.84), transparent 30%),
    conic-gradient(from 205deg, rgba(255, 145, 35, 0.55), rgba(255, 207, 55, 0.88), rgba(255, 233, 111, 0.5), rgba(244, 102, 31, 0.8), rgba(255, 145, 35, 0.55));
  filter: blur(18px);
  opacity: 0.72;
}

.tryit-embed {
  z-index: 1;
}

.tryit-mobile-launch,
.mobile-builder-modal {
  display: none;
}

.mobile-builder-modal[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  html.mobile-builder-is-open,
  body.mobile-builder-is-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .tryit-mobile-launch {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    min-height: clamp(32rem, 66svh, 42rem);
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.35rem;
    background: #fff;
    color: var(--ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
    touch-action: pan-y;
  }

  .tryit-mobile-launch:focus-visible {
    outline: 3px solid #ffb52e;
    outline-offset: 4px;
  }

  .tryit-mobile-launch-media {
    position: relative;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    aspect-ratio: 7 / 5;
    background: #f5f1ed;
  }

  .tryit-mobile-launch-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 32%;
    background: linear-gradient(to top, rgba(13, 17, 20, 0.58), transparent);
    pointer-events: none;
  }

  .tryit-mobile-launch-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .tryit-mobile-launch-badge {
    position: absolute;
    z-index: 1;
    left: 0.85rem;
    bottom: 0.8rem;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: #151b21;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.035em;
  }

  .tryit-mobile-launch-copy {
    display: grid;
    flex: 1 1 auto;
    align-content: center;
    justify-items: center;
    gap: 0.72rem;
    padding: 1.5rem 1.1rem 1.25rem;
    text-align: center;
  }

  .tryit-mobile-launch-copy small {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .tryit-mobile-launch-copy strong {
    font-size: clamp(1.45rem, 6.4vw, 1.82rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .tryit-mobile-launch-copy > span {
    max-width: 34ch;
    color: var(--muted);
    font-size: 1rem;
    font-weight: 550;
    line-height: 1.55;
  }

  .tryit-mobile-launch-copy b {
    display: inline-flex;
    width: 100%;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.35rem;
    border-radius: 999px;
    background-color: #ffb52e;
    background-image: linear-gradient(120deg, #ffe064 0%, #ffba2f 46%, #f47a2a 100%);
    color: #151b21;
    font-size: 1.05rem;
    font-weight: 800;
  }

  [data-mobile-builder-host] > .tryit-embed {
    display: none;
  }

  .mobile-builder-modal {
    position: fixed;
    z-index: 200;
    inset: 0;
    display: flex;
    height: 100dvh;
    flex-direction: column;
    background: #0d1114;
  }

  .mobile-builder-header {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: calc(64px + env(safe-area-inset-top));
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: calc(0.55rem + env(safe-area-inset-top)) 0.75rem 0.55rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background: #151b21;
    color: #fff;
  }

  .mobile-builder-title-block {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
  }

  .mobile-builder-title-block > span {
    color: #e9a184;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-builder-title-block strong {
    display: block;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-builder-header [data-mobile-builder-close] {
    display: inline-flex;
    min-width: 78px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font: inherit;
    cursor: pointer;
  }

  .mobile-builder-header [data-mobile-builder-close] span {
    color: #fff;
    font-size: 0.76rem;
    letter-spacing: 0;
    text-transform: none;
  }

  .mobile-builder-view-switch {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 2px;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.72rem;
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-builder-view-switch button {
    display: inline-flex;
    min-width: 44px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.55rem;
    border: 0;
    border-radius: 0.55rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font: inherit;
    font-size: 0.76rem;
    font-weight: 800;
    cursor: pointer;
  }

  .mobile-builder-view-switch button.is-active {
    background: #ffffff;
    color: #e2552f;
  }

  .mobile-builder-modal.mobile-builder-output-active .mobile-builder-view-switch {
    display: none;
  }

  .mobile-builder-stage {
    position: relative;
    min-height: 0;
    flex: 1 1 auto;
  }

  .mobile-builder-stage .tryit-embed {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .tryit-glow {
    inset: -9px;
    border-radius: 1.8rem;
    filter: blur(12px);
    opacity: 0.58;
  }

  #provely {
    right: 10px;
    width: min(248px, calc(100vw - 20px));
    max-width: none;
  }

  #provely > div {
    gap: 0.5rem !important;
    padding: 8px 8px 8px 10px !important;
    border-radius: 14px !important;
  }

  #provely .pv-map {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  #provely p {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #provely p:first-child {
    font-size: 12px;
    line-height: 1.25;
  }

  #provely p:nth-child(2) {
    font-size: 11px;
    line-height: 1.3;
  }

  #provely p:nth-child(3) {
    display: none;
  }

  #provely #pv-x {
    width: 44px;
    height: 44px;
    margin: -7px -6px -7px 0;
  }
}

@media (max-width: 767px) {
  .mobile-builder-header {
    min-height: calc(56px + env(safe-area-inset-top));
    gap: 0.65rem;
    padding: calc(0.35rem + env(safe-area-inset-top)) 0.5rem 0.35rem 0.75rem;
  }

  .mobile-builder-title-block > span {
    font-size: 0.58rem;
  }

  .mobile-builder-title-block strong {
    font-size: 0.9rem;
  }

  .mobile-builder-header [data-mobile-builder-close] {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0.7rem;
    background: #ffffff;
    color: #151b21;
  }

  .mobile-builder-header [data-mobile-builder-close] span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .mobile-builder-header [data-mobile-builder-close] svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.6;
  }
}

@media (max-width: 380px) {
  .mobile-builder-header {
    gap: 0.4rem;
    padding-left: 0.55rem;
  }

  .mobile-builder-title-block > span {
    display: none;
  }

  .mobile-builder-title-block strong {
    max-width: 8.5rem;
    font-size: 0.78rem;
  }

  .mobile-builder-view-switch button {
    min-width: 40px;
    padding-inline: 0.4rem;
  }
}

@media (max-width: 800px) {
  .feature-story-copy h3 {
    margin-inline: auto;
    text-align: center;
  }
}

.cost-fact-n {
  font-size: 1.75rem;
  line-height: 1;
  background: linear-gradient(120deg, #ffe064 0%, #ffba2f 46%, #f47a2a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #f47a2a;
  -webkit-text-fill-color: transparent;
}

/* Keep the cost-of-guessing film square at every viewport. */
.cost-anim .home-build-film {
  height: auto;
  aspect-ratio: 1 / 1;
}

.cost-anim .home-build-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .cost-anim,
  .cost-anim .home-build-film {
    height: auto;
  }

  .cost-anim .home-build-film {
    aspect-ratio: 1 / 1;
  }
}
