    :root {
        --booking-bg: #f5f6f8;
        --card-border: #e6ebea;
        --text-main: #111827;
        --text-soft: #6b7280;
        --green-dark: #0F3D3A;
        --green-soft: #22c55e;
        --blue-main: #2563eb;
        --orange-soft: #fff7ed;
        --orange-text: #ea580c;
    }

    html, body{
        height:100%;
    }

    body{
        min-height:100vh;
        display:flex;
        flex-direction:column;
        background: var(--booking-bg);
        color: var(--text-main);
    }

    /* =========================
    HEADER BOOKING
    ========================= */

    .booking-header{
        background:#eef0f2;
        padding:40px 20px 30px;
        text-align:center;
        position:relative;

        margin-top:90px; /* TAMBAHAN INI */
    }

    .booking-header .btn-back{
        position:absolute;
        left:20px;
        top:20px;

        display:flex;
        align-items:center;
        gap:8px;

        padding:8px 18px;
        border-radius:30px;

        background:#f3f4f6;
        color:#0F3D3A;

        font-size:14px;
        font-weight:600;

        text-decoration:none;
    }

    .booking-header .btn-back:hover{
        background:#0f3d3e;
        color:#fff;
    }

    .booking-header h1{
        font-family:'Playfair Display', serif;
        font-size:42px;
        color:#0f3d3e;
        margin-bottom:6px;
    }

    .booking-header p{
        color:#6b7280;
        font-size:14px;
    }

    .container{
        flex:1;
        max-width:1120px;
        margin:40px auto 80px;
        padding:0 16px;
    }

    /* --- BUTTON BACK (SAMA SEPERTI HALAMAN LAYANAN) --- */
    .btn-back{
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #0f3d3e;
        font-weight: 600;
        font-family: 'Arimo', serif;
        font-size: 15px;

        padding: 8px 16px;
        border-radius: 8px;
        background-color: #f1f5f9;

        cursor: pointer;
        user-select: none;

        transition: 0.3s;
    }

    .btn-back:hover{
        background-color: #0f3d3e;
        color: white;
        transform: translateX(-5px);
        box-shadow: 0 8px 20px rgba(7,46,39,0.4);
    }

    .btn-back{
        border:1px solid rgb(0, 0, 0);
    }

    .btn-back *{
        pointer-events:none;
    }

    .back-arrow {
        font-size: 14px;
        line-height: 1;
    }

    .title-section {
        text-align: center;
        margin-bottom: 28px;
    }

    .title-section h1 {
        font-family: 'marko one', serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 1.1;
        color: var(--green-dark);
        margin-bottom: 8px;
    }

    .title-section p {
        color: var(--text-soft);
        font-size: 14px;
        margin: 0;
    }

    .main-grid {
        display: grid;
        grid-template-columns: 1fr 1.05fr;
        gap: 18px;
        align-items: start;
    }

    .left-column {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* =========================
    CARD UMUM
    ========================= */
    .card {
        background: #ffffff;
        border: 1px solid var(--card-border);
        border-radius: 14px;
        box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
    }

    .option-card,
    .hours-card {
        padding: 18px;
    }

    .form-card {
        padding: 18px 16px 20px;
        box-shadow: 0 12px 26px rgba(15, 75, 67, 0.10);
    }

    .flex-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
    }

    .card-copy {
        min-width: 0;
    }

    .card-copy h3 {
        font-size: 19px;
        line-height: 1.35;
        color: var(--text-main);
        margin: 0 0 4px;
        font-weight: 700;
    }

    .card-copy p {
        font-size: 13px;
        line-height: 1.5;
        color: var(--text-soft);
        margin: 0 0 12px;
    }

    .badge-recommended {
        position: absolute;
        top: 0;
        right: 0;
        background: #e8f0ff;
        color: var(--blue-main);
        font-size: 10px;
        font-weight: 700;
        padding: 7px 12px;
        border-radius: 0 14px 0 10px;
    }

    .option-card {
        position: relative;
    }

    /*ICON BOX*/
    .icon-square {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .icon-square img,
    .icon-square svg {
        object-fit: contain;
        display: block;
    }

    .bg-green img {
        width: 20px;
        height: 20px;
    }

    .link-svg-icon {
        width: 30px;
        height: 30px;
        fill: #ffffff;
        display: block;
    }

    .bg-blue {
        background: var(--blue-main);
    }

    .bg-green {
        background: var(--green-soft);
    }

    /* =========================
    BUTTON OPTION
    ========================= */
    .btn-option {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 16px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        transition: 0.25s ease;
    }

    .btn-option.bg-blue {
        background: var(--blue-main);
    }

    .btn-option.bg-green {
        background: var(--green-soft);
    }

    .btn-option:hover {
        transform: translateY(-2px);
        opacity: 0.95;
    }

    /* =========================
    JAM OPERASIONAL
    ========================= */
    .hours-card h4 {
        margin: 0 0 10px;
        color: #c9871a;
        font-size: 16px;
        font-weight: 600;
    }

    .jam-row {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 0 12px;
        font-size: 13px;
        color: #000000;
    }

    .jam-bold {
        font-weight: 700;
        color: #111827;
    }

    .alert-warning {
        margin-top: 8px;
        padding: 10px 12px;
        border-radius: 5px;
        background: var(--orange-soft);
        color: var(--orange-text);
        font-size: 12px;
        line-height: 1.4;
    }

    /*FORM CARD*/
    .form-title {
        display: flex;
        align-items: center;
        gap: 12px;
        color: var(--green-dark);
        font-size: 21px;
        font-weight: 700;
        margin: 0 0 18px;
    }

    .form-title-badge {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #ecfdf5;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .form-title-badge img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        filter: none;
    }

    .input-group {
        margin-bottom: 14px;
    }

    .input-group label {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 6px;
    }

    .input-wrap {
        position: relative;
    }

    .field-icon {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 13px;
        color: #c0c7cf;
        pointer-events: none;
        line-height: 1;
    }

    .input-wrap input {
        padding-left: 38px !important;
    }

    .input-group input,
    .input-group select,
    .input-group textarea {
        width: 100%;
        border: 1px solid #d7dde2;
        border-radius: 6px;
        background: #ffffff;
        color: #111827;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        padding: 11px 12px;
        outline: none;
        transition: 0.2s ease;
    }

    .input-group input,
    .input-group select {
        height: 40px;
    }

    .input-group textarea {
        min-height: 86px;
        resize: vertical;
    }

    .input-group input::placeholder,
    .input-group textarea::placeholder,
    .input-group select {
        color: #9ca3af;
    }

    .input-group input:focus,
    .input-group select:focus,
    .input-group textarea:focus {
        border-color: #a7b6b1;
        box-shadow: 0 0 0 3px rgba(15, 75, 67, 0.06);
    }

    #form-treatment,
    #form-jam {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 14px;
        color: #000000;
        padding-right: 36px;
    }

    .row-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .btn-submit-wa {
        width: 100%;
        margin-top: 4px;
        border: none;
        border-radius: 7px;
        background: var(--green-dark);
        color: #ffffff;
        padding: 14px 16px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        box-shadow: 0 8px 16px #0f4b432e;
        transition: 0.25s ease;
    }

    .btn-submit-wa:hover {
        background: #0F3D3A;
        transform: translateY(-1px);
    }

    .btn-submit-icon {
        width: 20px;
        height: 20px;
        object-fit: contain;
        display: block;
        flex-shrink: 0;
        filter: brightness(0) invert(1);
    }

    .form-note {
        text-align: center;
        font-size: 11px;
        color: #b0b8c0;
        margin-top: 10px;
    }

    .guest-section {
        margin-bottom: 18px;
        padding: 16px;
        border: 1px solid #d7dde2;
        border-radius: 10px;
        background: #f9fafb;
    }

    .guest-section-title {
        margin: 0 0 14px;
        font-size: 14px;
        font-weight: 700;
        color: var(--green-dark);
    }

    #guest-fields-container {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 14px;
    }

    /*footer*/
    footer{
        margin-top:auto;
    }

    .footer-container{
        width:100%;
        max-width:1200px;
        margin:auto;
    }

    .sect-footer-wrapper{
        width:100vw;
        margin-left:calc(-50vw + 50%);
        background:#caa257;
    }

    .sect-footer-wrapper{
        padding:0;
    }

    .footer-gold-layer{
        width:100%;
        max-width:none;
    }

    .footer-container{
        width:100%;
        max-width:1200px;
        margin:auto;
    }

    body{
        overflow-x:hidden;
    }

    body{
        margin:0;
    }

    .sect-footer-wrapper{
    background: #072e27 !important;
    padding-top: 20px !important;
    position: relative;
}

.footer-gold-layer{
    background: #caa257 !important;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}