html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #fffceb;
}

main {
    flex: 1;
}

/* HEADER */
.header-bar {
    background: #c7a867;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    margin-left: 110px;
}

.header-menu a {
    margin-left: 20px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

/* FOOTER */
footer {
    background-color: #c7a867;
    padding: 20px;
    text-align: center;
}

footer a {
    margin: 0 10px;
    color: #333;
}

/* CONTENT UI */
.point-box {
    border: 1px solid #ddd;
    padding: 20px;
    background: #ffffff;
    border-radius: 6px;
    text-align: center;
}

.service-box img {
    width: 100%;
    border-radius: 6px;
}

/* Dashboard Buttons */
.menu-btn {
    width: 100%;
    margin-bottom: 10px;
}

.logo-img {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.tab-wrapper {
    display: flex;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    width: 100%;
}

.tab-item {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    border-right: 1px solid #ddd;
    color: #666;
    text-decoration: none;
    background: #fff;
}

.tab-item:last-child {
    border-right: none;
}

.tab-item.active {
    background: #ffdf57;
    color: #000;
}

.hr-common {
    border-top: 2px solid #c7a867;
}

.table-if {}

.table-if tr {
    border-bottom: 1px solid #e5e5e5;
}

.terms-content {
    font-size: 13px;
}

.terms-content p {
    line-height: 1.8;
    margin-bottom: 12px;
}

.terms-content h5 {
    font-weight: bold;
    margin-top: 25px;
}

.terms-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.ul-none {
    list-style: none;
}

.head-title {
    font-size: 25px;
    font-weight: bold;
    color: #333;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    padding: 4px 8px;
    border: 1px solid #ced4da;
     display: flex !important;
    align-items: center !important;
    padding-left: 8px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-selection__rendered {
    line-height: normal !important;
    margin-top: 0 !important;
}

/* ICON ▼ */
.select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
}

.form-divider {
    margin: 1rem 0;
    border-top: 1px dotted #adb5bd;
}

.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .header-menu {
        display: none;
    }
}

.public-body {
    background:
        radial-gradient(circle at top left, rgba(255, 233, 180, 0.9), transparent 35%),
        linear-gradient(180deg, #fffdf5 0%, #fff7e3 100%);
}

.public-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 252, 243, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(199, 168, 103, 0.25);
}

.public-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 82px;
}

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

.public-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.public-header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #1f2937;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.public-main {
    flex: 1;
}

.public-page-card {
    max-width: 960px;
    margin: 0 auto;
}

.lp-hero {
    padding: 72px 0 48px;
}

.lp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 32px;
    align-items: stretch;
}

.lp-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(199, 168, 103, 0.16);
    color: #8c6a1e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.lp-title {
    margin: 0;
    color: #1f2937;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1.08;
    font-weight: 800;
}

.lp-lead {
    max-width: 640px;
    margin: 22px 0 0;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.9;
}

.lp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.lp-btn-primary {
    background: linear-gradient(135deg, #d8b261 0%, #b88729 100%);
    color: #1f1f1f;
    box-shadow: 0 16px 30px rgba(184, 135, 41, 0.24);
}

.lp-btn-secondary {
    border: 1px solid rgba(31, 41, 55, 0.15);
    background: rgba(255, 255, 255, 0.65);
    color: #1f2937;
}

.lp-status {
    margin-top: 22px;
    padding: 16px 18px;
    border-left: 4px solid #c7a867;
    background: rgba(255, 255, 255, 0.75);
    color: #4b5563;
    line-height: 1.8;
}

.lp-panel {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(199, 168, 103, 0.32);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 234, 0.96) 100%);
    box-shadow: 0 24px 50px rgba(156, 128, 68, 0.12);
}

.lp-panel-label {
    margin-bottom: 18px;
    color: #8c6a1e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.lp-partners {
    display: grid;
    gap: 14px;
}

.lp-partner-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(199, 168, 103, 0.18);
    color: #1f2937;
    text-decoration: none;
}

.lp-partner-card img {
    max-width: 180px;
    height: 54px;
    object-fit: contain;
}

.lp-partner-card span {
    color: #6b7280;
    font-size: 14px;
}

.lp-section {
    padding: 28px 0 56px;
}

.lp-section-alt {
    background: rgba(255, 255, 255, 0.55);
}

.lp-section-heading {
    margin-bottom: 22px;
}

.lp-section-heading h2,
.lp-notice-card h2 {
    margin: 0;
    color: #1f2937;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
}

.lp-feature-grid,
.lp-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.lp-feature-card,
.lp-flow-item {
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(199, 168, 103, 0.22);
    box-shadow: 0 18px 35px rgba(120, 98, 54, 0.08);
}

.lp-feature-card h3,
.lp-flow-item h3 {
    margin-bottom: 12px;
    color: #1f2937;
    font-size: 1.2rem;
    font-weight: 700;
}

.lp-feature-card p,
.lp-flow-item p,
.lp-notice-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.8;
}

.lp-flow-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #1f2937;
    color: #fff;
    font-weight: 700;
}

.lp-notice-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #1f2937 0%, #344357 100%);
    box-shadow: 0 24px 40px rgba(31, 41, 55, 0.22);
}

.lp-notice-card .lp-kicker,
.lp-notice-card h2,
.lp-notice-card p {
    color: #fff;
}

.lp-notice-card .lp-kicker {
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
    .lp-hero-grid,
    .lp-feature-grid,
    .lp-flow,
    .lp-notice-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .public-header-inner {
        min-height: 74px;
    }

    .public-header-link {
        min-height: 38px;
        padding: 0 14px;
        font-size: 13px;
    }

    .lp-hero {
        padding-top: 48px;
    }

    .lp-panel,
    .lp-feature-card,
    .lp-flow-item,
    .lp-notice-card {
        padding: 20px;
    }

    footer a {
        display: inline-block;
        margin: 6px 10px;
    }
}
