* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: "DM Sans", sans-serif;
    background: #fff;
    color: #111;
    overflow-x: hidden;
}

nav {
    padding: 16px 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}
nav img {
    height: 30px;
}
.nav-btn {
    background: #f97316;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 11px 24px;
}

.hero {
    max-width: 780px;
    margin: 0 auto;
    padding: 44px 6vw 52px;
    text-align: center;
}
.eyebrow {
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f97316;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.eyebrow::before,
.eyebrow::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #f97316;
}
h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 900;
    font-size: clamp(52px, 9vw, 100px);
    line-height: 0.9;
    text-transform: uppercase;
    color: #0a0a0c;
    letter-spacing: -2px;
    margin-bottom: 48px;
    -webkit-font-smoothing: antialiased;
}
h1 .grad {
    background: linear-gradient(135deg, #f97316, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sub {
    font-size: clamp(16px, 2vw, 20px);
    color: #666;
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto 36px;
}
.cta {
    background: linear-gradient(135deg, #f97316, #ec4899);
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 22px 60px;
    transition: opacity 0.15s;
}
@keyframes pulse-scale {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(249, 115, 22, 0.3);
    }
    50% {
        transform: scale(1.045);
        box-shadow: 0 8px 32px rgba(249, 115, 22, 0.55);
    }
}
.cta {
    animation: pulse-scale 2.4s ease-in-out infinite;
}
.cta:hover {
    opacity: 0.93;
    animation: none;
    transform: scale(1.02);
}
.cta-main {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.1;
    white-space: nowrap;
}
.cta-sub {
    display: block;
    margin-top: 6px;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    opacity: 0.9;
}
.cta-note {
    display: block;
    font-size: 12px;
    color: #bbb;
    margin-top: 10px;
}

.rule {
    height: 1px;
    background: #f0f0f0;
    margin: 0 6vw;
}

/* ── DIAGRAM ── */
.diag-wrap {
    padding: 64px 4vw 60px;
    max-width: 1160px;
    margin: 0 auto;
}
.diag-label {
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #bbb;
    text-align: center;
    margin-bottom: 48px;
}
.diag {
    display: grid;
    grid-template-columns: 1fr 72px 1fr 72px 1fr;
    gap: 0;
    align-items: stretch;
}
/* Property card */
.prop {
    border: 2px solid #e8e8e8;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.prop:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.prop.p3 {
    background: #0a0a0c;
    border-color: #f97316;
    box-shadow: 0 8px 40px rgba(249, 115, 22, 0.25);
}
.prop.p3:hover {
    box-shadow: 0 16px 56px rgba(249, 115, 22, 0.35);
}
.prop-bar {
    height: 8px;
    background: linear-gradient(90deg, #f97316, #ec4899);
}
.prop-body {
    padding: 32px 24px 28px;
}
.house {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
/* arrow */
.arr {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arr-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.arr-text {
    font-family: "Oswald", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f97316;
    line-height: 1.5;
    text-align: center;
}
.arr-icon {
    font-size: 36px;
    color: #f97316;
    line-height: 1;
    filter: drop-shadow(0 0 8px rgba(249, 115, 22, 0.4));
}
/* prop labels */
.prop-num {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f97316;
    text-align: center;
    margin-bottom: 10px;
}
.prop.p3 .prop-num {
    color: #f97316;
}
.prop-desc {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.6;
}
.prop.p3 .prop-desc {
    color: #888;
}
.prop-tag {
    margin: 20px 0 0;
    padding: 12px 16px;
    background: linear-gradient(135deg, #fff4ee, #fff0e8);
    border: 1px solid #f9731630;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f97316;
    text-align: center;
    border-radius: 3px;
}
.prop.p3 .prop-tag {
    background: linear-gradient(135deg, #1c1d24, #232430);
    border-color: #f9731640;
    color: #f97316;
}

/* ── PROOF ── */
.proof {
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 32px 6vw;
}
.proof-row {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    divide-x: 1px solid #ebebeb;
}
.proof-item {
    text-align: center;
    padding: 0 16px;
    border-right: 1px solid #ebebeb;
}
.proof-item:last-child {
    border-right: none;
}
.pn {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 44px;
    font-weight: 900;
    background: linear-gradient(135deg, #f97316, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    display: block;
}
.pl {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #bbb;
    display: block;
    margin-top: 6px;
}

/* ── FINAL CTA ── */
.final {
    max-width: 680px;
    margin: 0 auto;
    padding: 80px 6vw;
    text-align: center;
}
.final h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 900;
    font-size: clamp(36px, 5.5vw, 64px);
    text-transform: uppercase;
    color: #0a0a0c;
    line-height: 0.95;
    letter-spacing: -1px;
    margin-bottom: 16px;
}
.final h2 .grad {
    background: linear-gradient(135deg, #f97316, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.final p {
    font-size: 17px;
    color: #888;
    line-height: 1.65;
    margin-bottom: 36px;
}

footer {
    border-top: 1px solid #f0f0f0;
    padding: 24px 6vw;
    text-align: center;
    background: #fafafa;
}
footer img {
    height: 20px;
    opacity: 0.25;
    display: block;
    margin: 0 auto 10px;
}
footer p {
    font-size: 11px;
    color: #ccc;
    line-height: 1.9;
    max-width: 600px;
    margin: 0 auto;
}
footer a {
    color: #ccc;
    text-decoration: none;
}

/* ── MODAL ── */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.overlay.open {
    opacity: 1;
    pointer-events: auto;
}
.mbox {
    background: #fff;
    max-width: 440px;
    width: 100%;
    max-height: 92vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
    border-top: 5px solid #f97316;
    transform: translateY(16px);
    transition: transform 0.3s;
}
.overlay.open .mbox {
    transform: translateY(0);
}
.mclose {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #ccc;
    line-height: 1;
}
.mclose:hover {
    color: #111;
}
.mhead {
    padding: 26px 26px 18px;
    border-bottom: 1px solid #f5f5f5;
}
.mtag {
    font-family: "Oswald", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f97316;
    margin-bottom: 8px;
}
.mhead h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
    color: #0a0a0c;
    line-height: 1.05;
}
.mbody {
    padding: 20px 26px 26px;
}
.flbl {
    font-family: "Oswald", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #aaa;
    display: block;
    margin-bottom: 5px;
    margin-top: 14px;
}
.flbl:first-of-type {
    margin-top: 0;
}
.finp {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e8e8e8;
    font-size: 14px;
    color: #111;
    outline: none;
    transition: border-color 0.2s;
    font-family: "DM Sans", sans-serif;
}
.finp:focus {
    border-color: #f97316;
}
.finp::placeholder {
    color: #ccc;
}
.orow {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: end;
}
.obtn {
    padding: 12px 14px;
    background: #111;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.over {
    display: none;
    margin-top: 12px;
}
.odigs {
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
}
.od {
    width: 38px;
    height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #e8e8e8;
    font-family: "Barlow Condensed", sans-serif;
    color: #111;
    outline: none;
    transition: border-color 0.2s;
}
.od:focus {
    border-color: #f97316;
}
.omsg {
    font-size: 11px;
    color: #aaa;
    display: block;
    margin-top: 2px;
}
.sbtn {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    background: #f97316;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.4;
    pointer-events: none;
    transition: opacity 0.2s;
}
.sbtn.on {
    opacity: 1;
    pointer-events: auto;
}
.trust {
    text-align: center;
    font-size: 11px;
    color: #ccc;
    margin-top: 10px;
}
.ty {
    display: none;
    padding: 32px 26px;
    text-align: center;
}
.ty .ck {
    font-size: 52px;
    display: block;
    margin-bottom: 12px;
}
.ty h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    color: #0a0a0c;
    margin-bottom: 8px;
}
.ty p {
    font-size: 13px;
    color: #888;
    line-height: 1.65;
    margin-bottom: 16px;
}
.dlbtn {
    display: block;
    padding: 14px;
    background: #f97316;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.bkbtn {
    display: block;
    font-size: 13px;
    color: #f97316;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
}

/* ── ANNOUNCEMENT BAR ── */
.announce-bar {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
}
.announce-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(60, 60, 60, 0.8);
    border-radius: 999px;
    border: 1px solid #444;
    padding: 8px 20px 8px 14px;
}
.announce-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e02020;
    flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(224, 32, 32, 0.6);
    animation: pulse-dot 1.6s ease-out infinite;
}
@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(224, 32, 32, 0.6);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(224, 32, 32, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(224, 32, 32, 0);
    }
}
.announce-text {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .diag {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .arr {
        transform: rotate(90deg);
        padding: 16px 0;
    }
    .proof-row {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .proof-item {
        border-right: none;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 16px;
    }
}

/* 
Extra css added by custom */
.finp.error {
    border: 1px solid #e53935 !important;
}

.field-error {
    display: block;
    color: #e53935;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .announce-bar {
        margin: 10px 6px 0px 6px;
    }
    .announce-text {
        font-size: 10px;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        text-align: center;
        line-height: 1.4;
    }
    .cta {
        padding: 15px 20px;
    }
    .cta-main {
        font-size: 10px;
    }
    .cta-sub {
        font-size: 10px;
    }
    .cta-note {
        font-size: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .prop-desc {
        font-size: 10px;
    }
    .prop-body {
        padding: 30px 10px 20px;
    }
}
