* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; color: #1a1a1a; overflow-x: hidden; }

.hero { 
height: 100vh; 
position: relative; 
overflow: hidden;
display: flex; 
align-items: center; 
justify-content: center; 
text-align: center; 
color: white; 
}

.hero video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; /* Full screen, cover semua */
z-index: 0;
}

.hero::before {
content: '';
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.5); /* Overlay gelap (sama macam asal) */
z-index: 1;
}

.hero-content {
position: relative;
z-index: 2;
max-width: 900px;
padding: 0 20px;
animation: fadeInUp 1s ease;
}

.hero h1 { font-size: 3.5rem; font-weight: 700; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.hero p { font-size: 1.3rem; margin-bottom: 40px; line-height: 1.6; }
.cta-button { display: inline-block; padding: 18px 50px; background: linear-gradient(135deg, #d4af37, #f4d03f); color: #1a1a1a; text-decoration: none; border-radius: 50px; font-weight: 600; font-size: 1.1rem; transition: all 0.3s; box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3); }
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5); }
section { padding: 100px 20px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; }
.section-subtitle { text-align: center; font-size: 1.2rem; color: #666; margin-bottom: 60px; max-width: 700px; margin-left: auto; margin-right: auto; }
.country-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 50px; }
.country-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.1); cursor: pointer; transition: all 0.3s; border: 3px solid transparent; }
.country-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.2); }
.country-card.selected { border-color: #d4af37; box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4); }
.country-card img { width: 100%; height: 200px; object-fit: cover; }
.country-info { padding: 20px; }
.country-info h3 { font-size: 1.5rem; margin-bottom: 10px; }
.country-info p { color: #666; font-size: 0.95rem; }
.travel-form { background: white; padding: 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); max-width: 800px; margin: 0 auto; }
.form-group { margin-bottom: 30px; }
.form-group label { display: block; font-weight: 600; margin-bottom: 10px; font-size: 1.1rem; }
.form-group input { width: 100%; padding: 15px; border: 2px solid #e0e0e0; border-radius: 10px; font-size: 1rem; font-family: 'Poppins', sans-serif; transition: border-color 0.3s; }
.form-group input:focus { outline: none; border-color: #d4af37; }
.radio-group { display: flex; gap: 20px; flex-wrap: wrap; }
.radio-option { flex: 1; min-width: 150px; }
.radio-option input[type="radio"] { display: none; }

/* KEMASKAN LABEL UMUR - BOLD + KECIL + WRAP */
.radio-option label {
display: block;
padding: 12px 16px !important; /* Lebih padat */
border: 2px solid #e0e0e0;
border-radius: 10px;
cursor: pointer;
text-align: center;
transition: all 0.3s;
font-weight: 700 !important;     /* BOLD */
font-size: 0.88rem !important;  /* KECIL SIKIT */
line-height: 1.4 !important;    /* Bagi ruang wrap */
white-space: normal !important; /* BIAR WRAP */
word-wrap: break-word;
min-height: 50px;               /* Pastikan sekata tinggi */
display: flex;
align-items: center;
justify-content: center;
}

.radio-option input[type="radio"]:checked + label {
background: linear-gradient(135deg, #d4af37, #f4d03f);
border-color: #d4af37;
color: #1a1a1a;
font-weight: 700;
}
.submit-button { width: 100%; padding: 18px; background: linear-gradient(135deg, #d4af37, #f4d03f); color: #1a1a1a; border: none; border-radius: 10px; font-size: 1.2rem; font-weight: 600; cursor: pointer; transition: all 0.3s; font-family: 'Poppins', sans-serif; }
.submit-button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4); }
#pricing { background: #f8f8f8; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 50px; }

/* Selection Summary Styling */
.selection-summary {
padding: 30px 0 20px;
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.summary-card {
background: white;
border-radius: 15px;
padding: 25px 30px;
box-shadow: 0 4px 15px rgba(212, 175, 55, 0.1);
border: 2px solid #D4AF37;
max-width: 900px;
margin: 0 auto;
}

.summary-title {
font-family: 'Playfair Display', serif;
font-size: 1.3rem;
color: #2c3e50;
font-weight: 600;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
}

.summary-title i {
color: #D4AF37;
font-size: 1.4rem;
}

.summary-details {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}

.summary-item {
display: flex;
flex-direction: column;
gap: 5px;
}

.summary-label {
font-size: 0.85rem;
color: #7f8c8d;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.summary-value {
font-size: 1.1rem;
color: #2c3e50;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}

/* Responsive untuk mobile */
@media (max-width: 768px) {
.selection-summary {
padding: 20px 0 15px;
}

.summary-card {
padding: 20px;
border-radius: 12px;
}

.summary-title {
font-size: 1.1rem;
margin-bottom: 15px;
}

.summary-details {
grid-template-columns: 1fr;
gap: 15px;
}

.summary-label {
font-size: 0.75rem;
}

.summary-value {
font-size: 1rem;
}
}

/* ==================================== */
/* PRICING CARD - FULL CENTER ALIGN (ALL DEVICES) */
/* ==================================== */
.pricing-card {
background: white;
border-radius: 15px;
box-shadow: 0 2px 15px rgba(0,0,0,0.08);
transition: all 0.3s;
border: 2px solid #e0e0e0;
position: relative;
display: flex;
flex-direction: column;
align-items: center;        /* Center semua anak */
text-align: center;         /* Center teks */
padding: 20px 15px;
justify-content: space-between;
}

.pricing-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.pricing-card.featured {
border-color: #f4d03f;
box-shadow: 0 5px 25px rgba(212, 175, 55, 0.25); /* Gold shadow */
}

.pricing-card.featured:hover {
box-shadow: 0 12px 40px rgba(212, 175, 55, 0.35);
transform: translateY(-8px);
}

/* ==================================== */
/* PLATINUM CARD - BLUE GRADIENT SHADOW */
/* ==================================== */
.pricing-card.platinum {
position: relative;
overflow: visible;
z-index: 0;
}

.pricing-card.platinum::before {
content: '';
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
border-radius: 15px;
background: white;
z-index: -1;
box-shadow: 0 5px 25px rgba(30, 144, 255, 0.3);
filter: drop-shadow(0 5px 25px rgba(30, 144, 255, 0.3));
opacity: 0.8;
transition: all 0.3s;
}

.pricing-card.platinum:hover::before {
box-shadow: 0 12px 40px rgba(30, 144, 255, 0.45);
transform: translateY(-3px);
}

/* Suggested Badge - Center atas */
.suggested-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(135deg, #d4af37, #f4d03f);
color: white;
padding: 6px 20px;
border-radius: 20px;
font-size: 0.8rem;
font-weight: 600;
z-index: 1;
}

/* Badge untuk Platinum - Warna berbeza */
.pricing-card .suggested-badge:nth-of-type(2),
.pricing-card:nth-child(3) .suggested-badge {
background: linear-gradient(135deg, #1e90ff, #00bfff); /* Biru cantik */
color: white;
font-weight: 700;
text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Plan Header */
.plan-header {
width: 100%;
padding: 25px 15px 20px;
border-bottom: 1px solid #f0f0f0;
text-align: center;
}

.plan-name {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 12px;
color: #1a1a1a;
}

.plan-price {
display: flex;
justify-content: center;
align-items: baseline;
gap: 6px;
}

.plan-price .currency {
font-size: 1.1rem;
color: #666;
font-weight: 500;
}

.plan-price .amount {
font-size: 2.4rem;
font-weight: 700;
color: #d4af37;
}

/* Benefits */
.plan-benefits {
width: 100%;
padding: 20px 15px;
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 10px;
}

.benefit-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #f5f5f5;
width: 100%;
max-width: 260px;
margin: 0 auto;
}

.benefit-item:last-child {
border-bottom: none;
}

.benefit-label {
font-size: 0.92rem;
color: #444;
text-align: left;
flex: 1;
}

.benefit-value {
font-size: 0.95rem;
font-weight: 700;
color: #d4af37;
text-align: right;
white-space: nowrap;
min-width: 80px;
}

/* Choose Plan Button */
.choose-plan-btn {
width: 80%;
max-width: 220px;
margin: 20px auto 15px;
padding: 14px;
background: #1a1a1a;
color: white;
border: none;
border-radius: 10px;
font-weight: 600;
font-size: 1rem;
cursor: pointer;
transition: all 0.3s;
font-family: 'Poppins', sans-serif;
}

.choose-plan-btn:hover {
background: #333;
transform: translateY(-2px);
}

.pricing-card.featured .choose-plan-btn {
background: linear-gradient(135deg, #d4af37, #f4d03f);
color: #1a1a1a;
}

/* PLATINUM BUTTON - BIRU */
.platinum-btn {
background: linear-gradient(135deg, #1e90ff, #00bfff) !important;
color: white !important;
font-weight: 700;
}

.platinum-btn:hover {
background: linear-gradient(135deg, #1c86ee, #009ed6) !important;
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(30, 144, 255, 0.4);
}

.view-comparison { text-align: center; margin-top: 40px; }
.comparison-btn { padding: 15px 40px; background: white; border: 2px solid #1a1a1a; border-radius: 8px; font-weight: 600; cursor: pointer; transition: all 0.3s; font-family: 'Poppins', sans-serif; }
.comparison-btn:hover { background: #1a1a1a; color: white; }
#comparison { background: #fff; padding: 80px 20px; }
.comparison-table { width: 100%; border-collapse: collapse; margin-top: 30px; border: 1px solid #e0e0e0; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.comparison-table thead th { background: #1a1a1a; color: white; padding: 20px 15px; font-weight: 600; text-align: center; }
.comparison-table thead th.gold-header { background: linear-gradient(135deg, #d4af37, #f4d03f); color: #1a1a1a; }
.comparison-table tbody tr:nth-child(even) { background: #fafafa; }
.comparison-table tbody tr:hover { background: #f0f0f0; }
.comparison-table td { padding: 15px; border: 1px solid #e0e0e0; font-size: 0.9rem; }

.comparison-table .benefit-name { 
    font-weight: 600; 
    background: #f8f8f8; 
    text-align: left; 
    color: #1a1a1a !important; /* HITAM TEBAL */
    }
.comparison-table td:not(.benefit-name) {
    text-align: center !important;
    vertical-align: middle !important;
    font-weight: 600 !important;
    }
.comparison-table .not-covered { color: #dc3545; text-align: center; }
.comparison-table .covered { color: #28a745; text-align: center; }
.download-comparison { text-align: center; margin-top: 40px; }
.download-btn-comparison { display: inline-block; padding: 15px 40px; background: linear-gradient(135deg, #d4af37, #f4d03f); color: #1a1a1a; text-decoration: none; border-radius: 10px; font-weight: 600; transition: all 0.3s; border: none; cursor: pointer; font-family: 'Poppins', sans-serif; }
.download-btn-comparison:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4); }
.addons-section { margin-top: 60px; padding-top: 60px; border-top: 2px solid #e0e0e0; }
.addons-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 30px; }
.addon-card { background: white; border-radius: 15px; padding: 25px; margin-bottom: 20px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 2px solid #e0e0e0; transition: all 0.3s; }
.addon-card:hover { border-color: #d4af37; box-shadow: 0 5px 20px rgba(212, 175, 55, 0.2); }
.addon-info { display: flex; gap: 20px; flex: 1; }
.addon-icon { font-size: 2.5rem; min-width: 50px; }
.addon-content h4 { font-size: 1.2rem; margin-bottom: 8px; }
.addon-content p { color: #666; font-size: 0.9rem; line-height: 1.5; margin-bottom: 5px; }
.addon-note { font-size: 0.85rem; color: #999; font-style: italic; }
.addon-price { font-size: 1.5rem; font-weight: 700; white-space: nowrap; }
.highlights { background: #fff; padding: 80px 20px; }
.highlights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; }
.highlight-item { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border: 1px solid #f0f0f0; }
.highlight-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #d4af37, #f4d03f); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 20px; }
.highlight-item h4 { font-size: 1.3rem; margin-bottom: 10px; }
.highlight-item p { color: #666; line-height: 1.6; }
.download-section { text-align: center; margin-top: 60px; }
.download-btn { display: inline-block; padding: 15px 40px; background: #1a1a1a; color: white; text-decoration: none; border-radius: 10px; font-weight: 600; transition: all 0.3s; }
.download-btn:hover { background: #333; transform: translateY(-2px); }
.hidden { display: none; }

/* Loading Spinner for PDF Generation */
.pdf-loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 30px 40px;
    border-radius: 15px;
    z-index: 10000;
    text-align: center;
}

.pdf-loading.active {
    display: block;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #d4af37;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

/* ===== POPUP MODAL STYLING ===== */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    animation: fadeIn 0.3s ease;
}

.modal-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.addon-modal {
    background: white;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease;
    position: relative;
}

.modal-header {
    padding: 30px;
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.modal-header h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.modal-header p {
    font-size: 1rem;
    color: #333;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px;
}

.selected-plan-info {
    background: #f8f4e6;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    border-left: 4px solid #d4af37;
}

.selected-plan-info h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.selected-plan-info .plan-details {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.addons-selection {
    margin-bottom: 25px;
}

.addons-selection h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.addon-option {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 15px;
}

.addon-option:hover {
    border-color: #d4af37;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);
}

.addon-option.selected {
    border-color: #d4af37;
    background: #fffbf0;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.3);
}

.addon-checkbox {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #d4af37;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.addon-option.selected .addon-checkbox {
    background: #d4af37;
}

.addon-checkbox::after {
    content: '✓';
    color: white;
    font-weight: bold;
    font-size: 1rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.addon-option.selected .addon-checkbox::after {
    opacity: 1;
}

.addon-details {
    flex: 1;
}

.addon-details h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.addon-details p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.addon-price-tag {
    font-size: 1.2rem;
    font-weight: 700;
    color: #d4af37;
    white-space: nowrap;
}

.total-price-section {
    background: #1a1a1a;
    color: white;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-price-section h3 {
    font-size: 1.2rem;
    margin: 0;
}

.total-price-section .price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #d4af37;
}

.modal-actions {
    display: flex;
    gap: 15px;
}

.btn-skip {
    flex: 1;
    padding: 15px;
    background: #e0e0e0;
    color: #333;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}

.btn-skip:hover {
    background: #d0d0d0;
}

.btn-proceed-whatsapp {
    flex: 2;
    padding: 15px;
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #1a1a1a;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-proceed-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
}

/* ========================================== */
/* CUSTOMER INFORMATION FORM MODAL STYLES */
/* ========================================== */

.customer-form-modal {
    background: white;
    border-radius: 20px;
    max-width: 700px;
    width: 100%;
    max-height: 95vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease;
    position: relative;
}

.customer-form-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px 20px 0 0;
}

.customer-form-header h2 {
    color: #d4af37;
}

.customer-form-header p {
    color: #ccc;
}

.customer-form-body {
    padding: 25px 30px 30px;
}

/* Order Summary */
.order-summary {
    background: linear-gradient(135deg, #f8f4e6 0%, #fff8e1 100%);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    border: 2px solid #d4af37;
}

.order-summary h4 {
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 0.95rem;
    border-bottom: 1px dashed #e0d9c0;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-row.total {
    border-top: 2px solid #d4af37;
    margin-top: 10px;
    padding-top: 15px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a1a1a;
}

.summary-row.total span:last-child {
    color: #d4af37;
}

/* Customer Info Form Styling */
.customer-info-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.form-section {
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
}

.form-section-title {
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-section-desc {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 15px;
}

.hibah-section {
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    border-color: #b8d4e8;
}

.hibah-section .form-section-title {
    color: #2c5aa0;
}

.form-row {
    margin-bottom: 15px;
}

.form-row:last-child {
    margin-bottom: 0;
}

.form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-field {
    display: flex;
    flex-direction: column;
}

.form-field label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.form-field label .required {
    color: #e74c3c;
}

.form-field input,
.form-field textarea {
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
    background: white;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #aaa;
}

.form-field textarea {
    resize: vertical;
    min-height: 70px;
}

.field-error {
    font-size: 0.8rem;
    color: #e74c3c;
    margin-top: 5px;
    display: none;
}

.field-error.show {
    display: block;
}

.field-hint {
    font-size: 0.8rem;
    color: #888;
    margin-top: 5px;
}

/* Percentage Input */
.percentage-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.percentage-input-wrapper input {
    padding-right: 40px;
    width: 100%;
}

.percentage-suffix {
    position: absolute;
    right: 15px;
    font-weight: 600;
    color: #666;
    pointer-events: none;
}

/* Form Submit Section */
.form-submit-section {
    margin-top: 10px;
}

.form-agreement {
    margin-bottom: 20px;
}

/* Custom Checkbox */
.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.5;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #d4af37;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    background: white;
    margin-top: 2px;
}

.checkbox-container input:checked + .checkmark {
    background: linear-gradient(135deg, #d4af37, #f4d03f);
}

.checkmark::after {
    content: '✓';
    color: white;
    font-weight: bold;
    font-size: 0.85rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.2s;
}

.checkbox-container input:checked + .checkmark::after {
    opacity: 1;
    transform: scale(1);
}

.agreement-text {
    color: #555;
}

.agreement-text a {
    color: #d4af37;
    text-decoration: underline;
}

.agreement-text a:hover {
    color: #b8962e;
}

/* Form Actions */
.form-actions {
    display: flex;
    gap: 15px;
}

.btn-back {
    flex: 1;
    padding: 16px 20px;
    background: #e0e0e0;
    color: #333;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}

.btn-back:hover {
    background: #d0d0d0;
}

.btn-whatsapp-final {
    flex: 2;
    padding: 16px 25px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-whatsapp-final:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp-final:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Input validation states */
.form-field input.valid,
.form-field textarea.valid {
    border-color: #28a745;
}

.form-field input.invalid,
.form-field textarea.invalid {
    border-color: #e74c3c;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp { 
    from { opacity: 0; transform: translateY(30px); } 
    to { opacity: 1; transform: translateY(0); } 
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== MEDIA QUERIES - MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .hero p {
        font-size: 0.9rem;
    }
    .section-title {
        font-size: 1.6rem;
    }
    .section-subtitle {
        font-size: 1rem;
    }
    .country-info h3 {
        font-size: 1.3rem;
    }
    .country-info p {
        font-size: 0.85rem;
    }
    .form-group label {
        font-size: 0.95rem;
    }
    .form-group input {
        font-size: 0.9rem;
    }
    .radio-option {
        flex: 1 1 45% !important;   /* 2 column */
        min-width: 120px !important;
        }

.radio-option label {
        font-size: 0.82rem !important;   /* Lagi kecil di phone */
        padding: 10px 12px !important;
        min-height: 48px !important;
        line-height: 1.35 !important;
        }

.plan-name {
        font-size: 1.3rem;
    }
    .plan-price .amount {
        font-size: 1.8rem;
    }
    .benefit-label, .benefit-value {
        font-size: 0.8rem;
    }
    .addon-content h4 {
        font-size: 1.1rem;
    }
    .addon-content p {
        font-size: 0.85rem;
    }
    .addon-price {
        font-size: 1.3rem;
    }
    .highlight-item h4 {
        font-size: 1.2rem;
    }
    .highlight-item p {
        font-size: 0.85rem;
    }

/* Pricing Grid - Vertical Stack */
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 2rem 1rem;
        padding: 0 15px;
        margin-top: 30px;
    }

.pricing-card {
        max-width: 100%;
        margin: 0 auto;
        padding: 1.8rem 1.3rem !important;                   /* Lebih padat & selesa jari tekan */
        border-radius: 16px;
    }

.plan-header {
        padding: 20px 15px 15px;
    }

.plan-name {
font-size: 1.45rem !important;
}

.plan-price .amount {
font-size: 2.4rem !important;
}

.plan-price .currency {
font-size: 1rem;
}

.plan-benefits {
        padding: 15px;
    }

.benefit-item {
padding: 10px 0 !important;
max-width: 100% !important;
}

.benefit-label {
font-size: 0.94rem !important;
}

.benefit-value {
font-size: 0.96rem !important;
}
.benefit-label-sm {
font-size: 0.55rem !important;   /* KECIL GILA */
line-height: 1.25 !important;
padding: 5px 6px !important;
}

.choose-plan-btn {
width: 90% !important;
max-width: none !important;
padding: 16px !important;
font-size: 1.05rem !important;
}

.suggested-badge {
font-size: 0.78rem !important;
padding: 5px 18px !important;
top: -10px;
}

/* Addon Cards Mobile */
    .addon-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

.addon-info {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

.addon-icon {
        font-size: 3rem;
    }

.addon-content h4 {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }

.addon-content p {
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .addon-price {
        font-size: 1.5rem;
    }
    
    /* Mobile Scroll Hint */
    .mobile-scroll-hint {
        margin-top: 15px;
        color: #d4af37;
        font-weight: 700;
    }
    

/* ===== COMPARISON TABLE MOBILE - CRITICAL FIX ===== */
.table-wrapper {
margin-top: 20px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
background: white;
overflow-x: hidden !important; /* Pastikan tak scroll */
}

.comparison-table {
width: 100% !important;
table-layout: fixed;
border-collapse: collapse;
font-size: 0.68rem;
background: white;
}

.comparison-table th,
.comparison-table td {
padding: 8px 6px;
text-align: center;
border: 1px solid #e0e0e0;
word-wrap: break-word;
hyphens: auto;
line-height: 1.3;
}

.comparison-table thead th {
background: #1a1a1a;
color: white;
font-weight: 600;
font-size: 0.7rem;
position: sticky;
top: 0;
z-index: 10;
}

.comparison-table thead th.gold-header {
background: linear-gradient(135deg, #d4af37, #f4d03f);
color: #1a1a1a;
}

.comparison-table .benefit-name {
background: #f8f8f8;
text-align: left;
font-weight: 600;
font-size: 0.65rem;
width: 38%;
position: sticky;
left: 0;
z-index: 9;
box-shadow: 2px 0 5px rgba(0,0,0,0.05);
}

.comparison-table tbody tr:nth-child(even) {
background: #fafafa;
}

.comparison-table tbody tr:hover {
background: #f0f8ff;
}

.comparison-table .covered { 
color: #28a745; 
font-weight: bold; 
font-size: 0.8rem;
}
.comparison-table .not-covered { 
color: #dc3545; 
font-weight: bold; 
font-size: 0.8rem;
}

/* Sticky Classes */
.sticky-top { position: sticky; top: 0; z-index: 10; }
.sticky-left { position: sticky; left: 0; z-index: 9; }

/* Mobile Hint */
.mobile-scroll-hint {
display: none;
text-align: center;
padding: 10px;
background: #fff8e1;
color: #d4af37;
font-weight: 600;
font-size: 0.8rem;
border-radius: 8px;
margin-bottom: 15px;
}

/* MOBILE OPTIMIZED - NO SCROLL */
@media (max-width: 768px) {
.mobile-scroll-hint {
display: block;
}

.comparison-table {
font-size: 0.48rem;
}

.comparison-table th,
.comparison-table td {
padding: 6px 4px;
font-size: 0.48rem;
}

.comparison-table .benefit-name {
font-size: 0.48rem;
line-height: 1.3;
width: 40%;
}

.comparison-table thead th {
font-size: 0.48rem;
padding: 8px 4px;
}

/* Pastikan tak scroll */
.table-wrapper,
#comparison .container {
overflow-x: hidden !important;
}
}

@media (max-width: 480px) {
.comparison-table {
font-size: 0.48rem;
}

.comparison-table th,
.comparison-table td {
padding: 5px 3px;
}

.comparison-table .benefit-name {
font-size: 0.48rem;
}

.comparison-table thead th {
font-size: 0.48rem;
}
}

/* Modal Mobile */
    .addon-modal {
        max-width: 95%;
        max-height: 85vh;
    }

.modal-header h2 {
        font-size: 1.4rem;
    }

.modal-header p {
        font-size: 0.9rem;
    }

.modal-body {
        padding: 20px;
    }

.addon-option {
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

.addon-price-tag {
        align-self: flex-end;
    }

.modal-actions {
        flex-direction: column;
    }

.btn-skip, .btn-proceed-whatsapp {
        width: 100%;
    }

/* ===== CUSTOMER FORM MODAL MOBILE ===== */
.customer-form-modal {
    max-width: 95%;
    max-height: 95vh;
    border-radius: 15px;
}

.customer-form-header {
    padding: 20px;
    border-radius: 15px 15px 0 0;
}

.customer-form-header h2 {
    font-size: 1.3rem;
}

.customer-form-header p {
    font-size: 0.85rem;
}

.customer-form-body {
    padding: 20px;
}

.order-summary {
    padding: 15px;
    margin-bottom: 20px;
}

.order-summary h4 {
    font-size: 1rem;
}

.summary-row {
    font-size: 0.9rem;
}

.form-section {
    padding: 15px;
    margin-bottom: 15px;
}

.form-section-title {
    font-size: 1rem;
}

.form-row.two-col {
    grid-template-columns: 1fr;
    gap: 15px;
}

.form-field label {
    font-size: 0.85rem;
}

.form-field input,
.form-field textarea {
    padding: 11px 13px;
    font-size: 0.9rem;
}

.form-actions {
    flex-direction: column;
}

.btn-back,
.btn-whatsapp-final {
    width: 100%;
    padding: 14px;
}

.checkbox-container {
    font-size: 0.85rem;
}

.checkmark {
    width: 20px;
    height: 20px;
    min-width: 20px;
}

}

/* EXTRA SMALL MOBILE */
@media (max-width: 480px) {

    .plan-name {
        font-size: 2rem;
        text-align: center !important;
    }

    .plan-price .amount {
        font-size: 1.8rem;
    }

    .benefit-label {
        font-size: 0.82rem;
        line-height: 1.4;
    }

    .benefit-value {
        font-size: 0.95rem;
        padding: 3px 10px;
    }

    .choose-plan-btn {
        padding: 14px;
        font-size: 1rem;
    }

    /* Customer Form Extra Small */
    .customer-form-modal {
        max-height: 98vh;
    }

    .customer-form-header h2 {
        font-size: 1.2rem;
    }

    .form-section-title {
        font-size: 0.95rem;
    }

    .form-field input,
    .form-field textarea {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}