
    :root {
        --orange: #F7941D;
        --orange-dark: #e07d08;
        --orange-light: #FFF3E0;
        --dark: #1a1a1a;
        --mid: #555;
        --muted: #888;
        --light: #f8f8f8;
        --white: #fff;
        --border: #e2e2e2;
        --focus: #F7941D;
        --error: #e53935;
        --success: #2e7d32;
    }

    /* ── PAGE LAYOUT ── */
    .page-wrap {
        padding-top: 68px;
        min-height: 100vh;
        max-width: 1000px;
        margin: 0 auto;
        padding: 10px;
        /* overflow:hidden; */
    }

    /* ── LEFT PANEL ── */
    .left-panel {
        padding: 70px 60px 60px 40px;
        position: sticky;
        top: 68px;
        height: calc(100vh - 68px);
        overflow-y: auto;
        background: var(--light);
    }

    .left-panel {
        float: left;
        /* width:calc(100% - 420px); */
        padding: 70px 60px 60px 40px;
        background: var(--light);
    }

    .right-panel {
        float: right;
        /* width:420px; */
        background: var(--white);
        border-left: 1px solid var(--border);
        padding: 56px 40px 60px;
    }

    .section-tag {
        display: inline-block;
        background: var(--orange-light);
        color: var(--orange);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 5px 14px;
        border-radius: 20px;
        /* margin-bottom: 15px; */
        margin-top: 20px;
    }

    .page-wrap h1 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(26px, 3vw, 40px);
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .page-wrap h1 em {
        color: var(--orange);
        font-style: normal;
    }

    .intro-text {
        font-size: 15px;
        color: var(--mid);
        line-height: 1.8;
        margin-bottom: 36px;
    }

    .intro-text p {
        margin-bottom: 12px;
    }

    /* spots widget */
    .spots-box {
        background: var(--dark);
        border-radius: 16px;
        padding: 28px 24px;
        border: 1px solid rgba(247, 148, 29, 0.3);
        margin-bottom: 28px;
    }

    .sb-top {
        display: flex;
        align-items: flex-end;
        gap: 16px;
        margin-bottom: 14px;
    }

    .sb-num {
        font-family: 'Playfair Display', serif;
        font-size: 56px;
        font-weight: 900;
        color: var(--orange);
        line-height: 1;
    }

    .sb-meta {
        padding-bottom: 6px;
    }

    .sb-meta p {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        line-height: 1.5;
    }

    .sb-meta strong {
        color: white;
        font-size: 15px;
    }

    .sb-bar {
        height: 8px;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .sb-bar-fill {
        height: 100%;
        width: 38%;
        background: linear-gradient(90deg, var(--orange), #ffb347);
        border-radius: 4px;
    }

    .sb-bar-labels {
        display: flex;
        justify-content: space-between;
        color: rgba(255, 255, 255, 0.3);
        font-size: 11px;
    }

    /* trust badges */
    .trust-items {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .trust-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .trust-icon {
        width: 36px;
        height: 36px;
        background: var(--orange-light);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        flex-shrink: 0;
    }

    .trust-text {
        font-size: 13px;
        color: var(--mid);
        line-height: 1.5;
    }

    .trust-text strong {
        color: var(--dark);
        font-size: 14px;
        display: block;
    }

    /* ── RIGHT PANEL (FORM) ── */
    .right-panel {
        background: var(--white);
        border-left: 1px solid var(--border);
        padding: 56px 40px 60px;
        min-height: 100%;
    }

    .form-title {
        font-size: 18px;
        font-weight: 700;
        color: var(--dark);
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .form-subtitle {
        font-size: 13px;
        color: var(--muted);
        margin-bottom: 32px;
    }

    /* ── FORM ELEMENTS ── */
    .form-group {
        margin-bottom: 22px;
    }

    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 22px;
    }

    label {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: var(--dark);
        margin-bottom: 7px;
        letter-spacing: .3px;
    }

    label .req {
        color: var(--orange);
        margin-left: 2px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    select,
    textarea {
        width: 100%;
        padding: 12px 16px;
        border: 1.5px solid var(--border);
        border-radius: 8px;
        font-size: 14px;
        font-family: 'DM Sans', sans-serif;
        color: var(--dark);
        background: var(--white);
        outline: none;
        transition: border-color .2s, box-shadow .2s;
        appearance: none;
        -webkit-appearance: none;
    }

    input:focus,
    select:focus,
    textarea:focus {
        border-color: var(--focus);
        box-shadow: 0 0 0 3px rgba(247, 148, 29, 0.12);
    }

    input::placeholder,
    textarea::placeholder {
        color: #bbb;
    }

    select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 14px center;
        padding-right: 36px;
        cursor: pointer;
    }

    textarea {
        resize: vertical;
        min-height: 110px;
        line-height: 1.6;
    }

    /* checkbox group */
    .checkbox-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .checkbox-item {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

    .checkbox-item input[type="checkbox"] {
        width: 18px;
        height: 18px;
        border-radius: 5px;
        cursor: pointer;
        accent-color: var(--orange);
        flex-shrink: 0;
        border: 1.5px solid var(--border);
        padding: 0;
    }

    .checkbox-item span {
        font-size: 14px;
        color: var(--mid);
        line-height: 1.4;
    }

    /* conditional field */
    .conditional-field {
        margin-top: 14px;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: max-height .35s ease, opacity .3s ease, margin .3s ease;
    }

    .conditional-field.visible {
        max-height: 100px;
        opacity: 1;
    }

    /* divider */
    .form-divider {
        height: 1px;
        background: var(--border);
        margin: 26px 0;
    }

    .form-section-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 18px;
    }

    /* submit */
    .submit-btn {
        width: 100%;
        padding: 17px;
        background: var(--orange);
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 17px;
        font-weight: 700;
        font-family: 'DM Sans', sans-serif;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all .25s;
        box-shadow: 0 6px 24px rgba(247, 148, 29, 0.38);
        margin-top: 8px;
    }

    .submit-btn:hover {
        background: var(--orange-dark);
        transform: translateY(-2px);
        box-shadow: 0 10px 32px rgba(247, 148, 29, 0.48);
    }

    .submit-btn:active {
        transform: translateY(0);
    }

    .footnote {
        font-size: 12px;
        color: var(--muted);
        text-align: center;
        margin-top: 16px;
        line-height: 1.7;
    }

    .footnote strong {
        color: var(--orange);
    }

    /* ── SUCCESS STATE ── */
    .success-state {
        display: none;
        text-align: center;
        padding: 60px 20px;
        animation: fadeIn .5s ease;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }

    .success-icon {
        width: 80px;
        height: 80px;
        background: var(--orange);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
        margin: 0 auto 24px;
        box-shadow: 0 8px 32px rgba(247, 148, 29, 0.4);
    }

    .success-state h2 {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        margin-bottom: 14px;
    }

    .success-state p {
        font-size: 15px;
        color: var(--mid);
        line-height: 1.8;
        max-width: 360px;
        margin: 0 auto 28px;
    }

    .success-back {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--orange);
        color: white;
        padding: 13px 28px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        transition: background .2s;
    }

    .success-back:hover {
        background: var(--orange-dark);
    }

   

    /* ── RESPONSIVE ── */
    @media(max-width:900px) {
        .page-wrap {
            grid-template-columns: 1fr;
        }

        .left-panel {
            position: static;
            height: auto;
            padding: 48px 24px 0;
        }

        .right-panel {
            border-left: none;
            border-top: 1px solid var(--border);
            padding: 40px 24px 56px;
        }

        nav {
            padding: 0 20px;
        }

        .nav-links {
            display: none;
        }

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

        .form-row .form-group {
            margin-bottom: 22px;
        }
    }
