:root {
    --primary-red: #ff3131;
    --primary-hover: #d12a2a;
    --text-dark: #ffffff;
    --text-light: #cccccc;
    --border-color: #333333;
    --bg-light: #1a1a1a;
    --bg-dark: #000000;
    --bg-card: #1a1a1a;
    --success-red: #ff3131;
    --alert-red: #ff5252;
    --gold: #ffc107;
    --white: #ffffff;
    --black: #000000;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 54px;
        height: 54px;
        bottom: 18px;
        right: 18px;
        font-size: 28px;
    }
}

/* World Cup Promo Block */
.wc-promo {
    background: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.82)), url('Football_stadium_at_night_banner.jpeg');
    background-size: cover;
    background-position: center;
    border: 1px solid var(--primary-red);
    border-radius: 12px;
    padding: 22px 20px;
    margin-bottom: 20px;
    text-align: center;
}
.wc-promo .wc-badge {
    display: inline-block;
    background: var(--primary-red);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.wc-promo h3 {
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 6px 0;
}
.wc-promo h3 i {
    color: var(--primary-red);
    margin-right: 8px;
}
.wc-promo .wc-sub {
    color: var(--text-light);
    font-size: 13px;
    margin-bottom: 16px;
}
.wc-countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}
.wc-unit {
    background: #000000;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 62px;
}
.wc-num {
    display: block;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}
.wc-label {
    display: block;
    color: var(--text-light);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
}
.wc-cta {
    display: inline-block;
    background: var(--primary-red);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 26px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}
.wc-cta:hover {
    background: var(--primary-hover);
}
@media (max-width: 480px) {
    .wc-unit { min-width: 50px; }
    .wc-num { font-size: 22px; }
}

/* Trust Badges */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 18px 0 6px 0;
    padding: 16px;
    background: #1a1a1a;
    border: 1px solid var(--border-color);
    border-radius: 8px;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-light);
    font-size: 12px;
    font-weight: 600;
}
.trust-item i {
    color: var(--primary-red);
    font-size: 18px;
}
.trust-pays {
    display: flex;
    gap: 8px;
    font-size: 24px;
    color: #ffffff;
}

/* FAQ Section */
.faq-section {
    max-width: 1200px;
    margin: 10px auto 40px auto;
    padding: 0 20px;
}
.faq-section h2 {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.faq-item {
    background: #1a1a1a;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    color: var(--primary-red);
    font-size: 22px;
    font-weight: 700;
    margin-left: 12px;
}
.faq-item[open] summary::after { content: '\2013'; }
.faq-item .faq-answer {
    padding: 0 20px 16px 20px;
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.6;
}

/* Footer links */
footer a {
    color: inherit;
    text-decoration: underline;
}
footer a:hover {
    color: var(--primary-red);
}

/* FAQ when placed at the bottom of the right column */
.faq-section.faq-sidebar {
    max-width: none;
    margin: 25px 0 0 0;
    padding: 0;
}
.faq-section.faq-sidebar h2 {
    font-size: 18px;
    margin-bottom: 14px;
}

/* Smooth scroll to the order form */
html { scroll-behavior: smooth; }

/* Per-plan "choose this plan" button at the bottom of each card */
.package-option { flex-wrap: wrap; }
.pkg-cta {
    flex-basis: 100%;
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
    margin-top: 14px;
    background-color: var(--primary-red);
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 11px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}
.pkg-cta:hover { background-color: var(--primary-hover); }
.pkg-cta i { margin-left: 6px; }

/* Highlighted CTA for the POPULAR (6-month) plan */
.pkg-cta-popular {
    background: linear-gradient(135deg, #ffb02e 0%, #ff7a00 100%);
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    animation: pkgPulse 2s infinite;
}
.pkg-cta-popular:hover {
    background: linear-gradient(135deg, #ffc154 0%, #ff8c1a 100%);
}
@keyframes pkgPulse {
    0%   { box-shadow: 0 0 0 0 rgba(255, 176, 46, 0.55); }
    70%  { box-shadow: 0 0 0 12px rgba(255, 176, 46, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 176, 46, 0); }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-dark);
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Common Layout Patterns */
.header-container, .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.header-container, .logo, .logo-icon, .header-right, 
.language-dropdown, .alert-box, .stock-bar-container, 
.package-option, .payment-header, .paypal-option {
    display: flex;
    align-items: center;
}

/* Typography Helpers */
.top-banner, .logo-main, .logo-slogan, .pkg-tag {
    text-transform: uppercase;
}

h2, .section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--white);
}

/* Top Banner */
.top-banner {
    background-color: #ff3131;
    color: var(--white);
    text-align: center;
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
}

/* Header */
header {
    border-bottom: 1px solid var(--border-color);
    position: relative;
    background-color: var(--bg-dark);
}

.header-container {
    justify-content: space-between;
}

.logo {
    text-decoration: none;
    gap: 12px;
}

.logo-icon {
    font-size: 24px;
    color: var(--white);
    background-color: #ff3131;
    padding: 12px;
    border-radius: 8px;
    justify-content: center;
    width: 56px;
    height: 56px;
}

.logo-text-container {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-size: 28px;
    font-weight: 400;
    color: var(--white);
    line-height: 1.2;
    letter-spacing: 3px;
}

.logo-slogan {
    font-size: 10px;
    color: var(--text-light);
    font-weight: 400;
    margin-top: 2px;
}

.header-right {
    gap: 20px;
}

.header-icon {
    font-size: 20px;
    color: var(--white);
}

/* Language Dropdown */
.language-selector {
    position: relative;
}

.language-dropdown {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    cursor: pointer;
    gap: 8px;
    min-width: 100px;
    transition: all 0.2s;
}

.language-dropdown:hover {
    border-color: var(--primary-red);
}

.language-dropdown select {
    border: none;
    background: transparent;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    appearance: none;
    padding-right: 20px;
}

.language-dropdown select option {
    background-color: var(--bg-card);
    color: var(--white);
    padding: 10px;
}

/* Main Container */
.container {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 40px;
}

/* Left Column Styles */
.alert-box {
    border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    gap: 12px;
    background-color: var(--bg-card);
}

.stock-alert { background-color: #1a1a1a; }
.discount-alert { background-color: #2a1a1a; }
.timer-alert { background-color: #2a2a1a; }

.stock-bar-container {
    gap: 10px;
    flex: 1;
    font-size: 14px;
    color: var(--white);
}

.stock-number {
    color: #d32f2f;
    font-weight: 700;
}

.progress-bar {
    flex: 1;
    height: 8px;
    background-color: #333333;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    width: 90%;
    background: linear-gradient(to right, #ffcdd2, #ef5350, #d32f2f, var(--alert-red));
    border-radius: 4px;
}

.discount-icon, .timer-icon {
    font-size: 20px;
    color: var(--white);
}

.discount-text, .timer-text {
    font-size: 14px;
    color: var(--white);
}

.discount-text { font-weight: 500; }
.timer-countdown { font-weight: 700; }

/* Package Selector */
.package-option {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--bg-card);
}

.package-option:hover { border-color: #555; }

.package-option.selected {
    border: 2px solid var(--primary-red);
    background-color: #2a1a1a;
}

.radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
}

.package-option.selected .radio-circle { border-color: var(--primary-red); }
.package-option.selected .radio-circle::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--primary-red);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prod-img {
    width: auto;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
}

.pkg-details { flex-grow: 1; }
.pkg-title { font-weight: 700; font-size: 16px; color: var(--white); }

.pkg-tag {
    background-color: #333;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 10px;
}

.best-seller { background-color: var(--primary-red); color: var(--white); }
.pkg-price { text-align: right; }
.old-price { text-decoration: line-through; color: #888; font-size: 13px; }
.new-price { font-weight: 800; font-size: 18px; color: var(--white); }

/* Product Description Section */
.product-info-box {
    background: var(--bg-card);
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
    font-size: 14px;
    color: var(--text-light);
    border: 1px solid var(--border-color);
}

.product-info-box ul { padding-left: 20px; margin-top: 10px; }
.product-info-box li { margin-bottom: 5px; }

/* Order Now Container */
.order-now-container {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
}

.order-now-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--black);
    margin: -25px -25px 25px -25px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px 8px 0 0;
}

/* Payment Methods */
.payment-box {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: var(--bg-card);
}

.payment-header {
    background: #f4f6f8;
    padding: 10px 15px;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
}

.cc-icons i { font-size: 20px; margin-left: 5px; color: var(--text-light); }
.payment-body { padding: 20px; background: var(--white); }

.input-group { margin-bottom: 15px; position: relative; }
.form-row { display: flex; gap: 15px; }
.form-row .input-group { flex: 1; }

input[type="text"], input[type="email"], input[type="tel"], select {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 14px;
    background-color: var(--bg-dark);
    color: var(--white);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus {
    outline: none;
    border-color: var(--primary-red);
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder {
    color: #888;
}

.input-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #999;
}

.paypal-option {
    padding: 15px;
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.2s;
    color: var(--white);
}

.paypal-option:hover {
    background-color: #2a2a2a;
}

.paypal-option input[type="radio"] {
    cursor: pointer;
}

/* Payment Icons - Default grey when not selected */
.payment-icon {
    color: #999 !important;
    transition: color 0.3s ease;
}

/* Payment Icons - Colored when selected */
.payment-selected .payment-icon-paypal {
    color: #003087 !important;
}

.payment-selected .payment-icon-credit {
    color: #1a73e8 !important;
}

.payment-selected .payment-icon-crypto {
    color: #f7931a !important;
}

.payment-selected .payment-icon-bank {
    color: #0066cc !important;
}

.payment-selected .payment-icon-other {
    color: #6c5ce7 !important;
}

/* Button Container & Buttons */
.button-container {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.btn-complete, .btn-demo {
    border: none;
    flex: 1;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
}

.btn-complete {
    background-color: var(--primary-red);
    color: var(--white);
    box-shadow: 0 4px 6px rgba(255, 49, 49, 0.2);
}

.btn-complete:hover { background-color: var(--primary-hover); }

.btn-demo {
    background-color: var(--gold);
    color: var(--text-dark);
    box-shadow: 0 4px 6px rgba(255, 193, 7, 0.3);
}

.btn-demo:hover { background-color: #ffb300; }

.secure-text {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: var(--text-light);
}

/* Right Column */
.right-column {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 18px;
    position: sticky;
    top: 20px;
    align-self: start;
    /* Fit the viewport; scroll inside if the form is taller than the screen */
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    overscroll-behavior: contain;
}
/* Slim scrollbar for the sticky panel */
.right-column::-webkit-scrollbar { width: 8px; }
.right-column::-webkit-scrollbar-thumb { background: var(--border-color); border-radius: 4px; }
.right-column { scrollbar-width: thin; scrollbar-color: var(--border-color) transparent; }

/* Compact: the form sits directly in the sticky panel (no nested card) */
.right-column .order-now-container {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
/* Attractive order header bar at the top of the sticky panel */
.right-column .order-now-title {
    font-size: 17px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff3131 0%, #d12a2a 100%);
    margin: 0 0 16px 0;
    padding: 13px;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(255, 49, 49, 0.28);
}
.right-column .section-title {
    margin-top: 0;
    font-size: 13px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* Compact, attractive buttons stacked in the sidebar */
.right-column .button-container {
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}
.right-column .btn-complete,
.right-column .btn-demo {
    padding: 12px;
    font-size: 14px;
    border-radius: 8px;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.right-column .btn-complete {
    background: linear-gradient(135deg, #ff3131 0%, #d12a2a 100%);
    box-shadow: 0 4px 12px rgba(255, 49, 49, 0.28);
}
.right-column .btn-complete:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(255, 49, 49, 0.4);
}
.right-column .btn-demo {
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    box-shadow: none;
    font-size: 13px;
    padding: 10px;
}
.right-column .btn-demo:hover {
    background: var(--gold);
    color: #1a1a1a;
}

/* =====================================================================
   Confirmation / Trial pages — shared professional layout
   ===================================================================== */
.confirm-wrap { max-width: 600px; margin: 50px auto; padding: 0 20px; }
.confirm-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.4);
}
.confirm-hero {
    background: linear-gradient(135deg, #ff3131 0%, #000000 100%);
    padding: 40px 30px 34px;
    text-align: center;
}
.confirm-badge {
    width: 76px; height: 76px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border: 2px solid rgba(255, 255, 255, 0.45);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
    font-size: 36px; color: #ffffff;
    animation: confirmPop 0.5s ease;
}
@keyframes confirmPop { 0% { transform: scale(0); } 70% { transform: scale(1.12); } 100% { transform: scale(1); } }
.confirm-title { color: #ffffff; font-size: 24px; font-weight: 700; margin: 0 0 8px; }
.confirm-sub { color: rgba(255, 255, 255, 0.92); font-size: 15px; line-height: 1.6; margin: 0; }
.confirm-body { padding: 26px 30px 30px; }
.confirm-steps { list-style: none; margin: 0 0 24px; padding: 0; }
.confirm-step { display: flex; gap: 14px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid var(--border-color); }
.confirm-step:last-child { border-bottom: none; }
.confirm-step-num {
    flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
    background: var(--primary-red); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 14px;
}
.confirm-step-txt h4 { margin: 0 0 3px; font-size: 14px; color: #fff; font-weight: 700; }
.confirm-step-txt p { margin: 0; font-size: 13px; color: var(--text-light); line-height: 1.5; }
.confirm-summary { background: var(--bg-dark); border: 1px solid var(--border-color); border-radius: 10px; padding: 16px 20px; margin-bottom: 24px; }
.confirm-summary h3 { margin: 0 0 12px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--text-light); }
.confirm-row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 14px; border-bottom: 1px solid var(--border-color); }
.confirm-row:last-child { border-bottom: none; }
.confirm-row .lbl { color: var(--text-light); }
.confirm-row .val { color: #fff; font-weight: 600; text-align: right; }
.confirm-row .val.price { color: var(--primary-red); font-size: 16px; }
.confirm-status { color: #2ecc71; font-weight: 700; white-space: nowrap; }
.confirm-actions { display: flex; gap: 12px; }
.confirm-btn { flex: 1; text-align: center; text-decoration: none; font-weight: 700; font-size: 14px; padding: 13px 10px; border-radius: 8px; transition: all 0.2s ease; }
.confirm-btn-wa { background: #25D366; color: #fff; }
.confirm-btn-wa:hover { background: #1ebe5d; }
.confirm-btn-home { background: transparent; color: var(--text-light); border: 1px solid var(--border-color); }
.confirm-btn-home:hover { border-color: #666; color: #fff; }
@media (max-width: 600px) {
    .confirm-actions { flex-direction: column; }
    .confirm-hero { padding: 32px 20px; }
    .confirm-body { padding: 22px 20px; }
}

/* Order summary head: product image on the left, order details on the right */
.order-summary-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-color);
}
.order-summary-details {
    flex: 1;
    min-width: 0;
}
.order-summary-details .summary-row {
    margin-bottom: 8px;
}
.order-summary-details .summary-row:last-child {
    margin-bottom: 0;
}
.summary-img {
    width: auto;
    max-height: 80px;
    flex-shrink: 0;
    margin: 0;
}
.selected-plan-name {
    font-weight: 700;
    color: var(--primary-red);
    text-align: right;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--white);
}

.summary-total {
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid var(--border-color);
    padding-top: 15px;
}

.usp-section { margin-top: 30px; }
.usp-item { display: flex; gap: 15px; margin-bottom: 20px; }
.usp-icon { font-size: 24px; color: var(--text-dark); width: 30px; text-align: center; }

.usp-text h4 { font-size: 13px; font-weight: 700; margin-bottom: 4px; color: var(--white); }
.usp-text p { font-size: 11px; color: var(--text-light); line-height: 1.4; }

/* Reviews */
.reviews-section {
    margin-top: 30px;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

.review-header {
    font-size: 13px;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 15px;
}

.review-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.stars { color: var(--success-red); font-size: 12px; margin-bottom: 5px; }

.reviewer-name {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    color: var(--white);
}

.verified { color: var(--success-red); font-weight: 400; }
.review-title { font-weight: 700; font-size: 13px; margin: 5px 0; color: var(--white); }
.review-text { font-size: 12px; color: var(--text-light); line-height: 1.4; }

/* Footer */
footer {
    margin-top: auto;
    padding: 20px;
    text-align: center;
    font-size: 10px;
    color: var(--text-light);
    width: 100%;
    background-color: var(--bg-dark);
    border-top: 1px solid var(--border-color);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .container { grid-template-columns: 1fr; }
    .right-column { order: 2; position: static; top: auto; max-height: none; overflow: visible; }
    
    /* Package Option Mobile Layout */
    .package-option {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        gap: 10px 15px;
        padding: 15px;
        position: relative;
        align-items: start;
    }
    
    .package-option > .radio-circle {
        position: absolute;
        right: 15px;
        margin-right: 0;
        z-index: 1;
        grid-column: 2;
        grid-row: 1;
    }
    
    .package-option > .prod-img {
        width: auto;
        height: 60px;
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: start;
    }
    
    .pkg-details {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
        margin: 0;
        padding-right: 40px; /* Space for radio button */
    }
    
    .pkg-title {
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .pkg-price {
        grid-column: 2;
        grid-row: 2;
        flex-direction: column;
        align-items: flex-start;
        text-align: left !important;
        margin: 0;
        padding-right: 40px; /* Space for radio button */
        gap: 3px;
    }
    
    .pkg-price .old-price,
    .pkg-price .new-price {
        text-align: left;
    }
    
    .pkg-price .old-price {
        font-size: 11px;
    }
    
    .pkg-price .new-price {
        font-size: 16px;
    }
    
    /* Form Inputs Mobile Layout */
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    .resp-roxex {
        margin-top: 16px;
        padding-bottom: 20px;
    }
    
    .form-row .input-group {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .form-row .input-group:last-child {
        margin-bottom: 0;
    }
}