:root {
    --primary-color: #4c54b2;
    --secondary-color: #3a3a3a;
    --light-gray: #f5f5f5;
    --border-radius: 10px;
    --container-padding: 20px;    /* Platform-specific colors */
    --tiktok-color: #ff0050;
    --tiktok-light: #ffe5ed;
    --instagram-color: #E1306C;
    --instagram-light: #fce4ec;
    --youtube-color: #FF0000;
    --youtube-light: #ffe5e5;
    --facebook-color: #1877F2;
    --facebook-light: #e3f2fd;
    --twitter-color: #1DA1F2;
    --twitter-light: #e8f5fe;
    --linkedin-color: #0077B5;
    --linkedin-light: #e1f5fe;
    --spotify-color: #1DB954;
    --spotify-light: #e8f5e9;
    --snapchat-color: #FFFC00;
    --snapchat-light: #fffde7;
    --boomplay-color: #E62117;
    --boomplay-light: #ffebee;
}* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}body {
    background: #f9f7f1 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    min-height: 100vh;
    font-family: 'Crimson Text', serif;
    color: #3e2c18;
    filter: sepia(0.12) contrast(1.05);
    background-image:
        repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 1px, transparent 1px, transparent 36px),
        linear-gradient(to right, #bfa77a 2px, transparent 2px),
        url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    background-size:
        100% 36px,
        2px 100%,
        auto;
    background-position:
        0 0,
        40px 0,
        0 0;
    background-repeat: repeat, no-repeat, repeat;
}.mini-notebook {
    max-width: 420px;
    margin: 0 auto 0 auto;
    /* Remove top margin to eliminate space above Ninfex Global */
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 24px 18px 24px 32px;
    font-family: 'Crimson Text', serif;
    position: relative;
    overflow: visible;
}.mini-notebook::before {
    /* Optionally, remove the spine if you want a fully open look */
    display: none;
}.mini-notebook .quill-svg {
    /* Optionally, keep or remove the quill SVG as desired */
    display: none;
}.mini-notebook h1,
.mini-notebook h2,
.mini-notebook h3,
.mini-notebook h4 {
    font-family: 'Crimson Text', serif;
    font-size: 1.3em;
    color: #3e2c18;
    text-shadow: 0 2px 6px #e2d3b1, 0 1px 0 #bfa77a, 0 0 2px #fff;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
}.mini-notebook .main-title,
.mini-notebook .main-title h1,
.mini-notebook .main-title .subtitle {
    font-family: 'Crimson Text', serif;
    font-size: 1.1em;
    margin-bottom: 8px;
    text-align: center;
    color: #3e2c18;
    text-shadow: 0 2px 6px #e2d3b1, 0 1px 0 #bfa77a, 0 0 2px #fff;
    font-weight: 700;
    text-transform: uppercase;
}.mini-notebook .bonus-banner,
.mini-notebook .free-likes-banner,
.mini-notebook .card,
.mini-notebook .features-section,
.mini-notebook .balance-card {
    background: rgba(245, 236, 215, 0.85);
    color: #3e2c18;
    border-radius: 12px;
    box-shadow: 0 2px 8px #e2d3b1;
    border: 1.5px dashed #bfa77a;
    margin-bottom: 14px;
    padding: 16px 12px;
    text-align: center;
}.mini-notebook .free-likes-banner {
    animation: bounce 1.2s infinite alternate;
}@keyframes bounce {
    0% {
        transform: translateY(0);
    }    50% {
        transform: translateY(-10px);
    }    100% {
        transform: translateY(0);
    }
}.mini-notebook .bonus-title,
.mini-notebook .free-likes-title,
.mini-notebook .features-title,
.mini-notebook .services-label {
    color: #5a4321;
    font-family: 'Lora', serif;
    font-size: 1.1em;
    margin-bottom: 6px;
    font-weight: 400;
}.mini-notebook .bonus-amount,
.mini-notebook .free-likes-amount,
.mini-notebook .value {
    color: #3e2c18;
    font-family: 'Crimson Text', serif;
    font-size: 1.2em;
    font-weight: 400;
}.mini-notebook .cta-button,
.mini-notebook .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #bfa77a;
    color: #3e2c18;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.1em;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    border: 1.5px solid #a08c5b;
    box-shadow: 0 2px 8px #e2d3b1;
    text-shadow: 0 1px 0 #e2d3b1;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    margin-top: 8px;
    cursor: pointer;
}.mini-notebook .cta-button:hover,
.mini-notebook .submit-btn:hover {
    background: #a08c5b;
    color: #fff;
    transform: scale(1.04);
}.mini-notebook .cta-button i,
.mini-notebook .submit-btn i {
    font-size: 1.2em;
}.mini-notebook .feature-item,
.mini-notebook .info-item {
    background: transparent;
    border: 1.5px dashed #bfa77a;
    border-radius: 8px;
    color: #3e2c18;
    font-family: 'Crimson Text', serif;
    font-size: 1em;
    margin-bottom: 6px;
    box-shadow: none;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}.mini-notebook .feature-icon,
.mini-notebook .info-icon {
    background: none;
    color: #5a4321;
    font-size: 1.2em;
}.mini-notebook .service-option {
    font-size: 1.1em !important;
    font-weight: 700 !important;
    color: #3e2c18 !important;
    background: #f9f7f1;
    border-bottom: 2px solid #bfa77a;
    border-radius: 8px;
    margin: 4px 0;
    padding: 8px 0;
    transition: background 0.2s, color 0.2s;
}.mini-notebook .service-option:hover {
    background: #f5ecd7;
    color: #a94442;
    text-decoration: underline wavy #bfa77a;
}.mini-notebook input[type="number"],
.mini-notebook input[type="text"],
.mini-notebook input[type="url"],
.mini-notebook .input-field,
.mini-notebook .ugx-price,
.mini-notebook .service-link {
    font-size: 1.1em !important;
    border: 1.5px dashed #bfa77a !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    color: #3e2c18 !important;
    background: #f9f7f1 !important;
    margin-bottom: 10px !important;
    font-family: 'Outfit', Arial, system-ui, sans-serif !important;
    font-weight: 500 !important;
}@media (max-width: 600px) {
    .mini-notebook {
        max-width: 99vw;
        padding: 8px 2vw;
    }
}.navbar {
    background: linear-gradient(90deg, rgba(249, 247, 241, 0.97) 80%, rgba(245, 236, 215, 0.97) 100%);
    border-bottom: 2px double #bfa77a;
    box-shadow: 0 2px 8px #e2d3b1;
    padding: 7px 10px 10px 10px;
    border-radius: 18px 18px 24px 24px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}.navbar-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2px;
}.navbar-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}.navbar .ancient-logo {
    font-family: 'Crimson Text', serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3e2c18;
    text-shadow: 0 1px 3px #e2d3b1, 0 1px 0 #bfa77a;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}.navbar .logo-feather {
    width: 18px;
    height: 18px;
    margin-left: 2px;
    opacity: 0.7;
}.navbar .profile-pill {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #f9f7f1 80%, #f5ecd7 100%);
    border: 1.2px dashed #bfa77a;
    border-radius: 999px;
    padding: 4px 13px;
    font-family: 'Crimson Text', serif;
    font-size: 0.97em;
    color: #5a4321;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 4px #e2d3b1;
    gap: 6px;
    position: relative;
}.navbar .profile-pill i {
    font-size: 1.1em;
    color: #bfa77a;
}.navbar .profile-pill:hover {
    background: linear-gradient(90deg, #fffbe8 80%, #f5ecd7 100%);
    border-color: #a94442;
    box-shadow: 0 2px 8px #bfa77a44;
}.navbar .profile-pill:hover i {
    color: #a94442;
}.navbar .profile-label {
    font-size: 0.97em;
    margin-left: 3px;
}.navbar .balance-deposit-pill {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #f9f7f1 80%, #f5ecd7 100%);
    border: 1.2px dashed #bfa77a;
    border-radius: 999px;
    padding: 4px 13px;
    font-family: 'Crimson Text', serif;
    font-size: 0.97em;
    color: #5a4321;
    box-shadow: 0 1px 4px #e2d3b1;
    gap: 7px;
}.navbar .balance-label {
    font-weight: normal;
    margin-right: 3px;
    color: #5a4321;
}.navbar .deposit-btn {
    background: none;
    color: #bfa77a;
    border: none;
    border-radius: 999px;
    padding: 2px 10px 2px 7px;
    font-family: 'Crimson Text', serif;
    font-size: 0.97em;
    margin-left: 4px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
}.navbar .deposit-btn i {
    font-size: 1em;
    color: #bfa77a;
}.navbar .deposit-btn:hover {
    background: #fffbe8;
    color: #a94442;
    box-shadow: 0 2px 8px #bfa77a44;
}.navbar .free-views-link {
    background: linear-gradient(90deg, #f9f7f1 80%, #f5ecd7 100%);
    color: #5a4321;
    border: 1.2px dashed #bfa77a;
    border-radius: 999px;
    padding: 4px 13px;
    font-family: 'Crimson Text', serif;
    font-size: 0.97em;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 4px #e2d3b1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
}.navbar .free-views-link i {
    font-size: 1.1em;
    color: #bfa77a;
}.navbar .free-views-link:hover {
    background: #e6ffe6;
    color: #358535;
    box-shadow: 0 2px 8px #bfa77a44;
    border-color: #358535;
}@media (max-width: 700px) {
    .navbar {
        padding: 6px 2vw 8px 2vw;
        border-radius: 0 0 18px 18px;
    }    .navbar-top-row,
    .navbar-bottom-row {
        flex-direction: column;
        align-items: stretch;
        gap: 3px;
    }    .navbar .ancient-logo {
        font-size: 1rem;
        margin-bottom: 2px;
    }
}.platforms-header {
    text-align: center;
    padding: 15px 0;
    font-size: 1.2rem;
    font-weight: bold;
}.platform-card {
    background: white;
    border-radius: var(--border-radius);
    margin: 10px var(--container-padding);
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-left: 5px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}.platform-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}/* Platform-specific card styles */
.platform-card[data-platform="TikTok"] {
    border-left-color: var(--tiktok-color);
    background: linear-gradient(to right, var(--tiktok-light), white 20%);
}.platform-card[data-platform="Instagram"] {
    border-left-color: var(--instagram-color);
    background: linear-gradient(to right, var(--instagram-light), white 20%);
}.platform-card[data-platform="YouTube"] {
    border-left-color: var(--youtube-color);
    background: linear-gradient(to right, var(--youtube-light), white 20%);
}.platform-card[data-platform="Facebook"] {
    border-left-color: var(--facebook-color);
    background: linear-gradient(to right, var(--facebook-light), white 20%);
}.platform-card[data-platform="Twitter"] {
    border-left-color: var(--twitter-color);
    background: linear-gradient(to right, var(--twitter-light), white 20%);
}.platform-card[data-platform="LinkedIn"] {
    border-left-color: var(--linkedin-color);
    background: linear-gradient(to right, var(--linkedin-light), white 20%);
}.platform-card[data-platform="Spotify"] {
    border-left-color: var(--spotify-color);
    background: linear-gradient(to right, var(--spotify-light), white 20%);
}.platform-card[data-platform="Snapchat"] {
    border-left-color: var(--snapchat-color);
    background: linear-gradient(to right, var(--snapchat-light), white 20%);
}.platform-card[data-platform="Boomplay"] {
    border-left-color: var(--boomplay-color);
    background: linear-gradient(to right, var(--boomplay-light), white 20%);
}.platform-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}.platform-name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}.platform-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: transform 0.2s ease;
}.platform-card[data-platform="TikTok"] .platform-icon {
    background-color: var(--tiktok-color);
}.platform-card[data-platform="Instagram"] .platform-icon {
    background-color: var(--instagram-color);
}.platform-card[data-platform="YouTube"] .platform-icon {
    background-color: var(--youtube-color);
}.platform-card[data-platform="Facebook"] .platform-icon {
    background-color: var(--facebook-color);
}.platform-card[data-platform="Twitter"] .platform-icon {
    background-color: var(--twitter-color);
}.platform-card[data-platform="LinkedIn"] .platform-icon {
    background-color: var(--linkedin-color);
}.platform-card[data-platform="Spotify"] .platform-icon {
    background-color: var(--spotify-color);
}.platform-card[data-platform="Snapchat"] .platform-icon {
    background-color: var(--snapchat-color);
    color: black;
}.platform-card[data-platform="Boomplay"] .platform-icon {
    background-color: var(--boomplay-color);
}.platform-icon:hover {
    transform: scale(1.1);
}.services-label {
    font-weight: bold;
    margin-bottom: 10px;
}.services-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}.service-option {
    background-color: var(--light-gray);
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 2.0rem !important;
    font-weight: 600 !important;
    color: #3e2c18 !important;
    cursor: pointer;
    flex: 1 1 auto;
    text-align: center;
    min-width: 120px;
    max-width: 200px;
}.service-option.active {
    background-color: #d1ffd1;
    color: #358535;
}.service-option.new-service {
    position: relative;
}.new-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }    50% {
        transform: scale(1.1);
    }    100% {
        transform: scale(1);
    }
}.input-group {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}@media (min-width: 768px) {
    .input-group {
        flex-direction: row;
    }
}.input-field {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    width: 100%;
}.pay-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: var(--border-radius);
    padding: 12px 20px;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    cursor: pointer;
    width: 100%;
}@media (min-width: 768px) {
    .pay-button {
        width: auto;
        min-width: 120px;
    }
}.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    background-color: white;
    border-top: 1px solid #ddd;
    padding: 5px 0;
    z-index: 1000;
}.nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 5px;
    text-decoration: none;
    color: var(--secondary-color);
    font-size: clamp(0.7rem, 2vw, 0.8rem);
}.nav-item i {
    font-size: clamp(1rem, 3vw, 1.2rem);
    margin-bottom: 3px;
}.nav-item.active {
    color: var(--primary-color);
}.verified-icon {
    color: #4CAF50;
    margin-left: 5px;
}.whatsapp-button {
    position: fixed;
    bottom: 80px;
    right: clamp(10px, 5vw, 20px);
    background-color: #25D366;
    color: white;
    width: clamp(40px, 10vw, 50px);
    height: clamp(40px, 10vw, 50px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 999;
}.selected-service {
    margin: 10px 0;
    font-weight: bold;
    color: #358535;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
}/* Container max-width for larger screens */
@media (min-width: 1400px) {
    .platform-card {
        padding: 25px;
    }    body {
        max-width: 1400px;
        margin: 0 auto;
    }
}/* Adjustments for very small screens */
@media (max-width: 360px) {
    :root {
        --container-padding: 10px;
    }    .service-option {
        min-width: 100px;
        padding: 6px 12px;
    }    .platform-card {
        padding: 12px;
    }
}.banner-details-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s;
}.banner-details-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}.advertise-with-us {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(76, 84, 178, 0.8);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9rem;
    z-index: 2;
    transition: background-color 0.2s;
}.advertise-with-us:hover {
    background: rgba(76, 84, 178, 1);
}.ad-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}.ad-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    max-height: 80vh;
    overflow-y: auto;
}.ad-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}.ad-modal-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 4px;
}.ad-modal-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}.ad-modal-description {
    margin-bottom: 1rem;
    line-height: 1.6;
}.ad-modal-info {
    color: #666;
    font-size: 0.9rem;
}.advertisement-banner {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    color: white;
    padding: 1rem 1.5rem;
    margin: 0.75rem 0;
    text-align: center;
    font-size: 0.95rem;
    border: 2px solid #4338ca;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.advertisement-banner a {
    color: white;
    text-decoration: underline;
    font-weight: 500;
}.advertisement-banner a:hover {
    color: #e5e7eb;
}.custom-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 90%;
    width: 400px;
}.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}.mini-notebook .service-option {
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    color: #3e2c18 !important;
}.mini-notebook input[type="number"],
.mini-notebook input[type="text"],
.mini-notebook input[type="url"],
.mini-notebook .input-field,
.mini-notebook .ugx-price,
.mini-notebook .service-link {
    font-size: 1.15em !important;
    border: 2px dashed #bfa77a !important;
    border-radius: 7px !important;
    padding: 7px 10px !important;
    color: #3e2c18 !important;
    background: #f9f7f1 !important;
    margin-bottom: 7px !important;
}.sticky-top-section {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: inherit;
}.whatsapp-button.sticky-whatsapp {
    position: sticky;
    bottom: 80px;
    right: clamp(10px, 5vw, 20px);
    background-color: #25D366;
    color: white;
    width: clamp(40px, 10vw, 50px);
    height: clamp(40px, 10vw, 50px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 999;
    margin-left: auto;
}/* Modern Theme Variables *//* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}/* Navigation */
.navbar {
    background-color: var(--card-background);
    box-shadow: var(--shadow-sm);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}.nav-link {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}.nav-link:hover {
    color: var(--primary-color);
}/* Cards */
.card {
    background-color: var(--card-background);
    border-radius: 0.5rem;
    box-shadow: var(--shadow);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
}/* Forms */
.form-group {
    margin-bottom: 1.5rem;
}.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-primary);
}.form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 0.375rem;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
}.btn-primary {
    background-color: var(--primary-color);
    color: white;
}.btn-primary:hover {
    background-color: var(--primary-hover);
}.btn-secondary {
    background-color: var(--secondary-color);
    color: white;
}.btn-success {
    background-color: var(--success-color);
    color: white;
}.btn-danger {
    background-color: var(--danger-color);
    color: white;
}/* Alerts */
.alert {
    padding: 1rem;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}.alert-success {
    background-color: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}.alert-danger {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}.alert-info {
    background-color: #dbeafe;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}/* Tables */
.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}.table th,
.table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border-color);
    text-align: left;
}.table th {
    background-color: #f8fafc;
    font-weight: 600;
}/* Badges */
.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}.badge-success {
    background-color: #dcfce7;
    color: #166534;
}.badge-warning {
    background-color: #fef3c7;
    color: #92400e;
}.badge-danger {
    background-color: #fee2e2;
    color: #991b1b;
}/* Payment Frame */
.payment-frame {
    background-color: var(--card-background);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    margin: 2rem auto;
    max-width: 800px;
}.payment-frame iframe {
    width: 100%;
    height: 800px;
    border: none;
}/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }    .navbar-content {
        flex-direction: column;
        gap: 1rem;
    }    .nav-links {
        flex-direction: column;
        gap: 1rem;
    }    .card {
        padding: 1rem;
    }    .btn {
        width: 100%;
    }
}/* ============================================================================
   LOGIN PAGE STYLES
   ============================================================================ *//* Login Page Specific Styles */
.login-page {
    background: #f9f7f1 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    min-height: 100vh;
    font-family: 'Crimson Text', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #3e2c18;
    filter: sepia(0.12) contrast(1.05);
    /* Notebook lines */
    background-image:
        repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 1px, transparent 1px, transparent 36px),
        linear-gradient(to right, #bfa77a 2px, transparent 2px),
        url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    background-size:
        100% 36px,
        2px 100%,
        auto;
    background-position:
        0 0,
        40px 0,
        0 0;
    background-repeat: repeat, no-repeat, repeat;
}.auth-container {
    background: rgba(245, 236, 215, 0.85);
    border-radius: 14px;
    box-shadow: 0 2px 8px #e2d3b1, 0 0 0 2px #bfa77a inset;
    border: 1.5px dashed #bfa77a;
    padding: 36px 24px;
    width: 100%;
    max-width: 370px;
    text-align: center;
}.logo-section {
    margin-bottom: 24px;
}.logo-icon {
    width: 54px;
    height: 54px;
    background: #bfa77a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 1px 4px #e2d3b1;
}.auth-title {
    font-size: 22px;
    font-family: 'Lora', serif;
    color: #5a4321;
    margin-bottom: 6px;
    letter-spacing: 1px;
}.auth-subtitle {
    font-size: 13px;
    color: #7a5a2b;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    margin-bottom: 10px;
}.form-section {
    margin-bottom: 22px;
}.form-group {
    margin-bottom: 18px;
    text-align: left;
}.form-label {
    display: block;
    font-size: 13px;
    font-family: 'Crimson Text', serif;
    color: #5a4321;
    margin-bottom: 6px;
}.form-input {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px dashed #bfa77a;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Crimson Text', serif;
    background: #f5ecd7;
    color: #3e2c18;
    box-shadow: 0 1px 2px #e2d3b1;
    transition: border-color 0.2s;
}.form-input:focus {
    outline: none;
    border-color: #7a5a2b;
    background: #f9f6f1;
}.otp-input {
    letter-spacing: 10px;
    text-align: center;
    font-size: 18px;
    font-family: 'Crimson Text', serif;
}.phone-hint {
    font-size: 11px;
    color: #a08c5b;
    margin-top: 4px;
    font-style: italic;
}.submit-btn {
    width: 100%;
    padding: 13px;
    background: #bfa77a;
    color: #3e2c18;
    border: 1.5px solid #a08c5b;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Crimson Text', serif;
    cursor: pointer;
    box-shadow: 0 1px 4px #e2d3b1;
    margin-top: 8px;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}.submit-btn:hover {
    background: #a08c5b;
    color: #fff;
    transform: scale(1.03);
}.alert {
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    font-family: 'Crimson Text', serif;
    font-weight: 500;
}.alert-error {
    background: #fee2e2;
    color: #a94442;
    border: 1px solid #fecaca;
}.alert-success {
    background: #f5ecd7;
    color: #4E6813;
    border: 1px solid #bfa77a;
}.back-link {
    color: #7a5a2b;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Crimson Text', serif;
    font-weight: 500;
    transition: color 0.3s ease;
}.back-link:hover {
    color: #a08c5b;
}.steps-info {
    background: #f5ecd7;
    padding: 14px;
    border-radius: 8px;
    margin-top: 18px;
    text-align: left;
    border: 1px dashed #bfa77a;
}.steps-title {
    font-size: 13px;
    font-family: 'Lora', serif;
    color: #5a4321;
    margin-bottom: 8px;
}.steps-list {
    list-style: none;
    padding: 0;
}.steps-list li {
    font-size: 12px;
    color: #7a5a2b;
    margin-bottom: 4px;
    padding-left: 16px;
    position: relative;
    font-family: 'Crimson Text', serif;
}.steps-list li:before {
    content: "•";
    color: #bfa77a;
    font-weight: bold;
    position: absolute;
    left: 0;
}.back-home-link {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 18px;
    padding: 10px 22px;
    background: #bfa77a;
    color: #3e2c18;
    border-radius: 24px;
    text-decoration: none;
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-weight: 500;
    border: 1.5px solid #a08c5b;
    box-shadow: 0 2px 8px #e2d3b1;
    text-shadow: 0 1px 0 #e2d3b1;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}.back-home-link:hover {
    background: #a08c5b;
    color: #fff;
    transform: scale(1.04);
}/* Login Page Responsive Design */
@media (max-width: 480px) {
    .login-page {
        padding: 10px;
    }    .auth-container {
        padding: 18px 8px;
    }    .auth-title {
        font-size: 18px;
    }    .form-input {
        padding: 10px 10px;
    }
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }        body {
            background: #f9f7f1 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
            font-family: 'Crimson Text', serif;
            color: #3e2c18;
            overflow-x: hidden;
            position: relative;
            min-height: 100vh;
            filter: sepia(0.12) contrast(1.05);
            /* Notebook lines */
            background-image:
                repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 1px, transparent 1px, transparent 36px),
                linear-gradient(to right, #bfa77a 2px, transparent 2px),
                url('https://www.transparenttextures.com/patterns/old-mathematics.png');
            background-size:
                100% 36px,
                2px 100%,
                auto;
            background-position:
                0 0,
                40px 0,
                0 0;
            background-repeat: repeat, no-repeat, repeat;
        }        .bg-animation {
            display: none;
        }        /* Enhanced floating particles */
        .particles {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }        .particle {
            position: absolute;
            background: rgba(116, 166, 223, 0.5);
            border-radius: 50%;
            animation: float 7.3s ease-in-out infinite;
        }        .particle:nth-child(1) {
            left: 10%;
            width: 6px;
            height: 6px;
            animation-delay: 0s;
        }        .particle:nth-child(2) {
            left: 20%;
            width: 8px;
            height: 8px;
            animation-delay: 1.8s;
        }        .particle:nth-child(3) {
            left: 30%;
            width: 4px;
            height: 4px;
            animation-delay: 3.6s;
        }        .particle:nth-child(4) {
            left: 40%;
            width: 10px;
            height: 10px;
            animation-delay: 5.4s;
        }        .particle:nth-child(5) {
            left: 50%;
            width: 6px;
            height: 6px;
            animation-delay: 7.2s;
        }        .particle:nth-child(6) {
            left: 60%;
            width: 8px;
            height: 8px;
            animation-delay: 9s;
        }        .particle:nth-child(7) {
            left: 70%;
            width: 4px;
            height: 4px;
            animation-delay: 1.8s;
        }        .particle:nth-child(8) {
            left: 80%;
            width: 10px;
            height: 10px;
            animation-delay: 3.6s;
        }        .particle:nth-child(9) {
            left: 90%;
            width: 6px;
            height: 6px;
            animation-delay: 5.4s;
        }        @keyframes float {            0%,
            100% {
                transform: translateY(100vh) scale(0) rotate(0deg);
                opacity: 0;
            }            50% {
                transform: translateY(-50px) scale(1) rotate(180deg);
                opacity: 1;
            }
        }        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }        .main-title {
            text-align: center;
            margin-bottom: 20px;
        }        .main-title h1 {
            font-family: 'Crimson Text', serif;
            font-size: 32px;
            font-weight: 700;
            color: #3e2c18;
            letter-spacing: 3px;
            margin-bottom: 8px;
            text-shadow: 0 2px 6px #e2d3b1, 0 1px 0 #bfa77a, 0 0 2px #fff;
            text-transform: uppercase;
        }        .main-title .subtitle {
            font-size: 15px;
            color: #5a4321;
            font-family: 'Crimson Text', serif;
            font-style: italic;
        }        .header {
            display: none;
        }        .logo {
            font-size: 36px;
            font-weight: 700;
            background: linear-gradient(135deg, #ffffff, #25D366, #ffffff);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: gradientFlow 4.2s ease infinite;
            margin-bottom: 8px;
        }        @keyframes gradientFlow {            0%,
            100% {
                background-position: 0% 50%;
            }            50% {
                background-position: 100% 50%;
            }
        }        .tagline {
            font-size: 16px;
            color: #ffffff;
            font-weight: 400;
            margin-bottom: 20px;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        }        .bonus-banner,
        .free-likes-banner {
            background: rgba(245, 236, 215, 0.85);
            color: #3e2c18;
            border-radius: 10px;
            padding: 12px;
            text-align: center;
            font-weight: 400;
            font-size: 16px;
            box-shadow: 0 2px 8px #e2d3b1;
            border: 1.5px dashed #bfa77a;
            margin-bottom: 12px;
        }        .free-likes-banner {
            animation: bounce 1.2s infinite alternate;
        }        @keyframes bounce {
            0% {
                transform: translateY(0);
            }            50% {
                transform: translateY(-10px);
            }            100% {
                transform: translateY(0);
            }
        }        .free-likes-title,
        .bonus-title {
            color: #5a4321;
            font-family: 'Lora', serif;
            font-size: 18px;
        }        .free-likes-amount,
        .bonus-amount {
            color: #3e2c18;
            font-family: 'Crimson Text', serif;
            font-size: 20px;
            font-weight: 400;
        }        .main-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            align-items: center;
            margin-bottom: 25px;
        }        .hero-section {
            text-align: center;
        }        .hero-title {
            font-family: 'Crimson Text', serif;
            font-size: 16px;
            font-weight: 400;
            color: #3e2c18;
            margin-bottom: 10px;
            letter-spacing: 0.5px;
            text-shadow: 0 1px 0 #e2d3b1;
        }        .hero-subtitle {
            font-size: 16px;
            color: #231F20;
            line-height: 1.5;
            margin-bottom: 20px;
            text-shadow: 0 1px 2px #F0E7DA;
        }        .cta-section {
            text-align: center;
            margin: 0 0 18px 0;
            padding: 0;
        }        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #bfa77a;
            color: #3e2c18;
            padding: 14px 36px;
            border-radius: 30px;
            text-decoration: none;
            font-size: 18px;
            font-family: 'Crimson Text', serif;
            font-weight: 400;
            border: 1.5px solid #a08c5b;
            box-shadow: 0 2px 8px #e2d3b1;
            text-shadow: 0 1px 0 #e2d3b1;
            transition: background 0.2s, color 0.2s, transform 0.2s;
        }        .cta-button:hover {
            background: #a08c5b;
            color: #fff;
            transform: scale(1.04);
        }        .cta-button i {
            font-size: 22px;
        }        .features-section {
            background: rgba(245, 236, 215, 0.85);
            color: #3e2c18;
            border-radius: 10px;
            padding: 16px;
            border: 1.5px dashed #bfa77a;
            box-shadow: 0 2px 8px #e2d3b1;
        }        .features-title {
            font-size: 16px;
            font-family: 'Lora', serif;
            color: #5a4321;
            margin-bottom: 10px;
        }        .features-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }        .feature-item {
            background: transparent;
            border: 1.5px dashed #bfa77a;
            border-radius: 8px;
            color: #3e2c18;
            font-family: 'Crimson Text', serif;
            font-size: 14px;
            margin-bottom: 6px;
            box-shadow: none;
        }        .feature-icon {
            background: none;
            color: #5a4321;
        }        .feature-text {
            color: #3e2c18;
            font-family: 'Crimson Text', serif;
        }        .whatsapp-float {
            position: fixed;
            bottom: 25px;
            right: 25px;
            width: 55px;
            height: 55px;
            background: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 22px;
            cursor: pointer;
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
            transition: all 0.3s ease;
            z-index: 1000;
            animation: pulse 2.8s infinite;
        }        @keyframes pulse {
            0% {
                box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
                transform: scale(1);
            }            50% {
                box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6), 0 0 0 8px rgba(37, 211, 102, 0.1);
                transform: scale(1.05);
            }            100% {
                box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
                transform: scale(1);
            }
        }        .whatsapp-float:hover {
            transform: scale(1.1);
        }        .whatsapp-support-container {
            position: sticky;
            bottom: 80px;
            right: clamp(10px, 5vw, 20px);
            z-index: 999;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: fit-content;
            margin-left: auto;
        }        .whatsapp-float.sticky-whatsapp {
            position: sticky;
            bottom: 80px;
            right: clamp(10px, 5vw, 20px);
            background: #25D366;
            color: white;
            width: clamp(40px, 10vw, 50px);
            height: clamp(40px, 10vw, 50px);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: clamp(1.2rem, 4vw, 1.5rem);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            z-index: 999;
            margin-left: auto;
        }        /* Signature watermark */
        .signature-bg {
            position: absolute;
            left: 7%;
            bottom: 50px;
            z-index: 0;
            font-family: 'Lora', serif;
            font-size: 20.6px;
            color: #7a5a2b;
            opacity: 0.14;
            pointer-events: none;
            user-select: none;
            transform: rotate(-24deg);
            text-shadow: 0 2px 8px #e2d3b1, 0 1px 0 #fff;
        }        .ancient-stamp-bg {
            z-index: 0;
            margin-left: auto;
            margin-right: 3%;
            margin-top: -50px;
            width: 70px;
        }        .ancient-stamp-bg svg {
            width: 70px !important;
            height: 70px !important;
        }        .signature-stamp-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1px;
            width: 100%;
            margin: 0;
            pointer-events: none;
            transform: translateY(-15%);
        }        /* Book page turn overlay - realistic */
        .book-transition-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 100vh;
            background: #f9f7f1;
            z-index: 9999;
            pointer-events: none;
            opacity: 0;
            transform: perspective(1500px) rotateY(0deg);
            transform-origin: left center;
            box-shadow: none;
            transition: none;
            /* Simulate page edge with a gradient */
            background-image:
                repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 1px, transparent 1px, transparent 36px),
                linear-gradient(to right, #bfa77a 2px, transparent 2px),
                linear-gradient(to right, #f9f7f1 85%, #d6cbb3 95%, #bfa77a 100%);
            background-size:
                100% 36px,
                2px 100%,
                auto;
            background-position:
                0 0,
                40px 0,
                0 0;
            background-repeat: repeat, no-repeat, repeat;
            /* Add page curvature effect */
            border-radius: 0 0 0 0;
            /* Ensure it covers everything */
            backdrop-filter: blur(0px);
        }        /* Hide page content during transition */
        .page-content-hidden {
            opacity: 0;
            transition: opacity 0.8s ease;
        }        .page-content-hidden .whatsapp-float,
        .page-content-hidden .support-label,
        .page-content-hidden .particles {
            display: none;
        }        .book-turn {
            animation: bookPageTurn 2.4s cubic-bezier(.77, 0, .18, 1) forwards;
        }        @keyframes bookPageTurn {
            0% {
                opacity: 0;
                transform: perspective(1500px) rotateY(0deg) scaleX(1);
                box-shadow: none;
                border-radius: 0 0 0 0;
            }            5% {
                opacity: 1;
            }            20% {
                transform: perspective(1500px) rotateY(-15deg) scaleX(1.02);
                box-shadow: 2px 0 10px 0 rgba(191, 167, 122, 0.3);
                border-radius: 0 0 0 0;
            }            40% {
                transform: perspective(1500px) rotateY(-45deg) scaleX(1.05);
                box-shadow: 8px 0 20px 0 rgba(191, 167, 122, 0.5), 0 0 30px 0 rgba(191, 167, 122, 0.2);
                border-radius: 0 0 0 0;
            }            60% {
                transform: perspective(1500px) rotateY(-75deg) scaleX(1.08);
                box-shadow: 15px 0 35px 0 rgba(191, 167, 122, 0.6), 0 0 50px 0 rgba(191, 167, 122, 0.3);
                border-radius: 0 0 0 0;
            }            80% {
                transform: perspective(1500px) rotateY(-95deg) scaleX(1.1);
                box-shadow: 25px 0 50px 0 rgba(191, 167, 122, 0.7), 0 0 70px 0 rgba(191, 167, 122, 0.4);
                border-radius: 0 0 0 0;
            }            100% {
                opacity: 1;
                transform: perspective(1500px) rotateY(-120deg) scaleX(1.15);
                box-shadow: 40px 0 80px 0 rgba(191, 167, 122, 0.8), 0 0 100px 0 rgba(191, 167, 122, 0.5);
                border-radius: 0 0 0 0;
            }
        }        @media (max-width: 768px) {
            .container {
                padding: 15px;
                text-align: center;
            }            .main-title h1 {
                font-size: 32px;
            }            .main-title .subtitle {
                font-size: 16px;
            }            .main-content {
                grid-template-columns: 1fr;
                gap: 20px;
            }            .hero-title {
                font-size: 28px;
            }            .hero-subtitle {
                font-size: 14px;
            }            .logo {
                font-size: 28px;
            }            .tagline {
                font-size: 14px;
            }            .features-grid {
                grid-template-columns: 1fr;
            }            .bonus-banner {
                padding: 15px;
            }            .bonus-title {
                font-size: 16px;
            }            .bonus-amount {
                font-size: 22px;
            }            .free-likes-banner {
                padding: 12px;
            }            .free-likes-title {
                font-size: 16px;
            }            .free-likes-amount {
                font-size: 20px;
            }            .cta-button {
                padding: 16px 32px;
                font-size: 16px;
            }            .whatsapp-float {
                bottom: 20px;
                right: 20px;
                width: 50px;
                height: 50px;
                font-size: 20px;
            }            .support-label {
                bottom: 80px;
                right: 20px;
                font-size: 11px;
            }
        }        @media (max-width: 480px) {
            .main-title h1 {
                font-size: 28px;
            }            .hero-title {
                font-size: 24px;
            }            .hero-subtitle {
                font-size: 13px;
            }            .cta-button {
                padding: 14px 28px;
                font-size: 15px;
            }            .features-section {
                padding: 18px 12px;
            }
        
    
}/* ============================================================================
   HOME PAGE STYLES
   ============================================================================ *//* Home page body styles */
body.home-page {
    background: #f9f7f1 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    min-height: 100vh;
    font-family: 'Crimson Text', serif;
    color: #3e2c18;
    filter: sepia(0.12) contrast(1.05);
    background-image:
        repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 1px, transparent 1px, transparent 36px),
        linear-gradient(to right, #bfa77a 2px, transparent 2px),
        url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    background-size:
        100% 36px,
        2px 100%,
        auto;
    background-position:
        0 0,
        40px 0,
        0 0;
    background-repeat: repeat, no-repeat, repeat;
}/* Additional utility classes for inline styles */
.error-message {
    color: red;
    background: #ffecec;
    border: 1px solid #ffb3b3;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    text-align: center;
}.success-message {
    background: #e6f9ed;
    color: #1b7e3c;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 20px auto;
    max-width: 500px;
    text-align: center;
    border: 2px solid #1b7e3c;
    box-shadow: 0 4px 8px rgba(27, 126, 60, 0.2);
}.info-message {
    background: #e3f2fd;
    color: #1976d2;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 20px auto;
    max-width: 500px;
    text-align: center;
    border: 2px solid #1976d2;
    box-shadow: 0 4px 8px rgba(25, 118, 210, 0.2);
}.back-home-btn {
    background: #bfa77a;
    color: #3e2c18;
    padding: 12px 24px;
    border: 1.5px solid #a08c5b;
    border-radius: 25px;
                font-size: 16px;
    font-family: 'Crimson Text', serif;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px #e2d3b1;
}.back-home-btn:hover {
    background: #a08c5b;
    color: #fff;
}.phone-label-highlight {
    color: #bfa77a;
    font-weight: 600;
}.link-highlight {
    color: #bfa77a;
    text-decoration: none;
    font-weight: 600;
}.link-highlight:hover {
    color: #a08c5b;
}.spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #bfa77a;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin-right: 8px;
    vertical-align: middle;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.deposit-btn-inline {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
}.deposit-btn-inline:hover {
    background-color: #45a049;
}.otp-timer-text {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}.back-home-container {
    text-align: center;
    margin-top: 20px;
}.link-container {
    text-align: center;
    margin-top: 0;
}/* ============================================================================
   ORDERS PAGE STYLES
   ============================================================================ */

/* Orders page body styles */
body.orders-page {
    background: #f9f7f1 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    min-height: 100vh;
    font-family: 'Crimson Text', serif;
    color: #3e2c18;
    filter: sepia(0.12) contrast(1.05);
    background-image:
        repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 1px, transparent 1px, transparent 36px),
        linear-gradient(to right, #bfa77a 2px, transparent 2px),
        url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    background-size:
        100% 36px,
        2px 100%,
        auto;
    background-position:
        0 0,
        40px 0,
        0 0;
    background-repeat: repeat, no-repeat, repeat;
    margin: 0;
    padding: 20px;
}

.orders-container {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(120deg, #f9f7f1 90%, #f5ecd7 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px #bfa77a55, 0 2px 0 #bfa77a;
    border: 2.5px double #bfa77a;
    padding: 30px;
    position: relative;
    overflow: visible;
}

.orders-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #bfa77a;
}

.orders-header h1 {
    font-family: 'Crimson Text', serif;
    font-size: 2.2em;
    color: #3e2c18;
    text-shadow: 0 2px 6px #e2d3b1, 0 1px 0 #bfa77a, 0 0 2px #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.orders-header p {
    font-family: 'Lora', serif;
    color: #5a4321;
    font-size: 1.1em;
    margin: 0;
}

.orders-list {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 25px;
}

.order-item {
    background: rgba(255, 255, 255, 0.3);
    border: 1px dashed #bfa77a;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
}

.order-item:last-child {
    margin-bottom: 0;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.order-id {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    color: #3e2c18;
    font-size: 1.1em;
}

.order-status {
    font-family: 'Crimson Text', serif;
    font-size: 0.9em;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
}

.status-pending {
    background: #fff3cd;
    color: #856404;
}

.status-processing {
    background: #cce5ff;
    color: #004085;
}

.status-in_progress {
    background: #d1ecf1;
    color: #0c5460;
}

.status-completed {
    background: #d4edda;
    color: #155724;
}

.status-partial {
    background: #fff3cd;
    color: #856404;
}

.status-cancelled {
    background: #f8d7da;
    color: #721c24;
}

.order-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.detail-group {
    font-size: 0.95em;
}

.detail-label {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    color: #5a4321;
    margin-bottom: 5px;
}

.detail-value {
    color: #3e2c18;
    word-break: break-all;
}

.order-link {
    color: #bfa77a;
    text-decoration: none;
    font-weight: 600;
}

.order-link:hover {
    text-decoration: underline;
}

.order-date {
    font-family: 'Lora', serif;
    font-size: 0.9em;
    color: #a08c5b;
    text-align: right;
}

.no-orders {
    text-align: center;
    padding: 40px 20px;
    font-family: 'Lora', serif;
    color: #5a4321;
    font-size: 1.1em;
}

.no-orders i {
    font-size: 3em;
    color: #bfa77a;
    margin-bottom: 15px;
    display: block;
}

.stats-summary {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-family: 'Crimson Text', serif;
    font-size: 1.8em;
    font-weight: 700;
    color: #358535;
    text-shadow: 0 1px 3px #e2d3b1;
}

.stat-label {
    font-family: 'Lora', serif;
    font-size: 0.9em;
    color: #5a4321;
    margin-top: 5px;
}

/* TikTok Progress Styles */
.linkie-task-id {
    font-size: 0.8em;
    color: #bfa77a;
    margin-left: 8px;
}

.tiktok-progress {
    margin-top: 15px;
    padding: 15px;
    background: rgba(245, 236, 215, 0.6);
    border-radius: 8px;
    border: 1px solid #bfa77a;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e2d3b1;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #358535, #4CAF50);
    transition: width 0.3s ease;
}

.progress-text {
    font-size: 0.9em;
    color: #5a4321;
    margin-bottom: 10px;
}

.recent-commentors {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #bfa77a;
}

.commentors-header {
    font-size: 0.9em;
    color: #5a4321;
    margin-bottom: 8px;
    font-weight: 600;
}

.commentors-list {
    font-size: 0.8em;
}

.commentor-item {
    padding: 4px 0;
    border-bottom: 1px solid #e2d3b1;
}

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

.commentor-username {
    color: #358535;
    font-weight: 500;
}

.commentor-date {
    color: #8b7355;
    font-size: 0.9em;
}

/* Stats Loader Styles */
.stats-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    margin-bottom: 25px;
    min-height: 120px;
}

.loader-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e2d3b1;
    border-top: 3px solid #bfa77a;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

.loader-text {
    font-family: 'Crimson Text', serif;
    color: #5a4321;
    font-size: 1em;
    text-align: center;
}

.stats-summary {
    display: none;
}

.stats-summary.loaded {
    display: grid;
}

/* Order Tabs Styles */
.order-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.tab-button {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 8px;
    padding: 12px 20px;
    font-family: 'Crimson Text', serif;
    color: #5a4321;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95em;
}

.tab-button:hover {
    background: rgba(245, 236, 215, 1);
    border-color: #8b7355;
    transform: translateY(-1px);
}

.tab-button.active {
    background: #bfa77a;
    color: #fff;
    border-color: #8b7355;
    box-shadow: 0 2px 8px rgba(191, 167, 122, 0.3);
}

.tab-button i {
    font-size: 1em;
}

.order-item {
    display: block;
}

.order-item.hidden {
    display: none;
}

.comments-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    min-height: 200px;
}

.order-status.refunded-badge {
    background: #e0e0e0;
    color: #bfa77a;
    border: 1px solid #bfa77a;
    margin-left: 8px;
    font-size: 0.85em;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
}

@media (max-width: 768px) {
    .orders-container {
        margin: 10px;
        padding: 20px;
    }

    .orders-header h1 {
        font-size: 1.8em;
    }

    .order-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-details {
                grid-template-columns: 1fr;
    }

    .stats-summary {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .stats-summary .stat-item:last-child {
        grid-column: span 2;
    }
}

/* ============================================================================
   PAYMENT OPTIONS PAGE STYLES
   ============================================================================ */

/* Payment page body styles */
body.payment-page {
    background: #f9f7f1 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    min-height: 100vh;
    font-family: 'Crimson Text', serif;
    color: #3e2c18;
    filter: sepia(0.12) contrast(1.05);
    background-image:
        repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 1px, transparent 1px, transparent 36px),
        linear-gradient(to right, #bfa77a 2px, transparent 2px),
        url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    background-size:
        100% 36px,
        2px 100%,
        auto;
    background-position:
        0 0,
        40px 0,
        0 0;
    background-repeat: repeat, no-repeat, repeat;
    margin: 0;
    padding: 20px;
}

.payment-container {
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(120deg, #f9f7f1 90%, #f5ecd7 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px #bfa77a55, 0 2px 0 #bfa77a;
    border: 2.5px double #bfa77a;
    padding: 30px;
    position: relative;
    overflow: visible;
}

.payment-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #bfa77a;
}

.payment-header h1 {
    font-family: 'Crimson Text', serif;
    font-size: 2.2em;
    color: #3e2c18;
    text-shadow: 0 2px 6px #e2d3b1, 0 1px 0 #bfa77a, 0 0 2px #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.payment-header p {
    font-family: 'Lora', serif;
    color: #5a4321;
    font-size: 1.1em;
    margin: 0;
}

.balance-display {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.balance-display h3 {
    font-family: 'Crimson Text', serif;
    font-size: 1.2em;
    color: #5a4321;
    margin-bottom: 10px;
    font-weight: 600;
}

.balance-display .value {
    font-family: 'Crimson Text', serif;
    font-size: 2em;
    font-weight: 700;
    color: #358535;
    text-shadow: 0 1px 3px #e2d3b1;
}

.payment-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 20px;
    margin-bottom: 30px;
}

.payment-method-card {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.payment-method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(191, 167, 122, 0.3);
    border-color: #a08c5b;
}

.payment-method-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.payment-method-card:hover::before {
    left: 100%;
}

.payment-icon {
    font-size: 3em;
    margin-bottom: 15px;
    color: #bfa77a;
    transition: color 0.3s ease;
}

.payment-method-card:hover .payment-icon {
    color: #a08c5b;
}

.payment-method-card h3 {
    font-family: 'Crimson Text', serif;
    font-size: 1.4em;
    color: #3e2c18;
    margin-bottom: 10px;
    font-weight: 700;
}

.payment-method-card p {
    font-family: 'Lora', serif;
    color: #5a4321;
    font-size: 0.95em;
    line-height: 1.4;
    margin-bottom: 15px;
}

.payment-features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.payment-features li {
    font-family: 'Lora', serif;
    font-size: 0.9em;
    color: #7a5a2b;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.payment-features li i {
    color: #bfa77a;
    font-size: 0.8em;
}

.select-btn {
    background: #bfa77a;
    color: #3e2c18;
    border: 1.5px solid #a08c5b;
    border-radius: 25px;
    font-size: 1em;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    padding: 12px 25px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(191, 167, 122, 0.3);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.select-btn:hover {
    background: #a08c5b;
    color: #fff;
    transform: scale(1.02);
}

.mobile-money-icon {
    color: #25D366;
}

.visa-icon {
    color: #1A1F71;
}

.crypto-icon {
    color: #F7931A;
}

.coming-soon-message {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    margin-top: 15px;
    font-family: 'Crimson Text', serif;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
    border: 1.5px solid #ff6b6b;
    animation: pulse 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.coming-soon-message i {
    font-size: 1.1em;
}

.bonus-announcement {
    background: linear-gradient(135deg, #4a7c59 0%, #358535 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 4px 12px rgba(74, 124, 89, 0.3);
    border: 1.5px solid #358535;
}

.bonus-announcement i {
    font-size: 2em;
    margin-bottom: 10px;
    animation: bounce 2s infinite;
}

.bonus-announcement h3 {
    font-family: 'Crimson Text', serif;
    font-size: 1.3em;
    margin-bottom: 8px;
    font-weight: 700;
}

.bonus-announcement p {
    font-family: 'Lora', serif;
    font-size: 1.1em;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .payment-container {
        margin: 10px;
        padding: 20px;
    }

    .payment-header h1 {
        font-size: 1.8em;
    }

    .payment-methods-grid {
                grid-template-columns: 1fr;
        gap: 15px;
    }

    .payment-method-card {
        padding: 20px;
    }

    .payment-icon {
        font-size: 2.5em;
    }
}

/* ============================================================================
   PROFILE PAGE STYLES
   ============================================================================ */

.profile-container {
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(120deg, #f9f7f1 90%, #f5ecd7 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px #bfa77a55, 0 2px 0 #bfa77a;
    border: 2.5px double #bfa77a;
    padding: 30px;
    position: relative;
    overflow: visible;
}

.profile-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #bfa77a;
}

.profile-header h1 {
    font-family: 'Crimson Text', serif;
    font-size: 2.2em;
    color: #3e2c18;
    text-shadow: 0 2px 6px #e2d3b1, 0 1px 0 #bfa77a, 0 0 2px #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.profile-header p {
    font-family: 'Lora', serif;
    color: #5a4321;
    font-size: 1.1em;
    margin: 0;
}

.profile-info {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #bfa77a;
}

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

.info-label {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    color: #5a4321;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1em;
}

.info-value {
    font-family: 'Lora', serif;
    color: #3e2c18;
    font-weight: 500;
    font-size: 1em;
}

.balance-card {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.balance-card h3 {
    font-family: 'Crimson Text', serif;
    font-size: 1.3em;
    color: #5a4321;
    margin-bottom: 15px;
    font-weight: 600;
}

.balance-card .value {
    font-family: 'Crimson Text', serif;
    font-size: 2.5em;
    font-weight: 700;
    color: #358535;
    text-shadow: 0 1px 3px #e2d3b1;
}

.action-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.btn {
    background: #bfa77a;
    color: #3e2c18;
    border: 1.5px solid #a08c5b;
    border-radius: 18px;
    font-size: 1em;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    padding: 15px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(191, 167, 122, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn:hover {
    background: #a08c5b;
    color: #fff;
    transform: scale(1.05);
}

.btn-primary {
    background: #bfa77a;
}

.btn-secondary {
    background: #8b7355;
}

.btn-success {
    background: #4a7c59;
}

.btn-warning {
    background: #d4a574;
}

.rewards-card {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.rewards-title {
    font-family: 'Crimson Text', serif;
    font-size: 1.2em;
    color: #5a4321;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.rewards-info {
    background: rgba(255, 255, 255, 0.3);
                padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-family: 'Lora', serif;
    font-size: 0.95em;
    color: #5a4321;
    border: 1px dashed #bfa77a;
}

.progress-container {
    margin: 20px 0;
}

.progress-bar {
    width: 100%;
    height: 12px;
    background: rgba(191, 167, 122, 0.2);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
    border: 1px solid #bfa77a;
}

.progress-fill {
    height: 100%;
    background: #bfa77a;
    border-radius: 6px;
    transition: width 0.3s ease;
}

.progress-text {
    display: flex;
    justify-content: space-between;
    font-family: 'Crimson Text', serif;
    font-size: 0.9em;
    color: #5a4321;
}

.claim-btn {
    width: 100%;
                padding: 12px;
    background: #bfa77a;
    color: #3e2c18;
    border: 1.5px solid #a08c5b;
    border-radius: 18px;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(191, 167, 122, 0.3);
}

.claim-btn:disabled {
    background: #ccc;
    color: #666;
    cursor: not-allowed;
    border-color: #999;
}

.claim-btn:hover:not(:disabled) {
    background: #a08c5b;
    color: #fff;
    transform: scale(1.02);
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #bfa77a;
    font-family: 'Lora', serif;
    font-size: 0.95em;
    text-decoration: none;
    border: 1px dashed #bfa77a;
    border-radius: 10px;
    padding: 5px 12px;
    background: rgba(245, 236, 215, 0.85);
    box-shadow: 0 1px 2px #e2d3b1;
    transition: background 0.2s, color 0.2s;
}

.back-link:hover {
    background: #bfa77a;
    color: #fff;
}

.whatsapp-icon {
    color: #25D366;
}

.phone-icon {
    color: #bfa77a;
}

.verified-badge {
    color: #358535;
    font-weight: 600;
}

.pending-badge {
    color: #d4a574;
    font-weight: 600;
}

@media (max-width: 768px) {
    .profile-container {
        margin: 10px;
        padding: 20px;
    }

    .profile-header h1 {
        font-size: 1.8em;
    }

    .action-buttons {
        grid-template-columns: 1fr;
    }

    .btn {
        padding: 12px 15px;
    }

}

/* ============================================================================
   DEPOSIT PAGE STYLES
   ============================================================================ */

/* Deposit page body styles */
body.deposit-page {
    background: #f9f7f1 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    min-height: 100vh;
    font-family: 'Crimson Text', serif;
    color: #3e2c18;
    filter: sepia(0.12) contrast(1.05);
    background-image:
        repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 1px, transparent 1px, transparent 36px),
        linear-gradient(to right, #bfa77a 2px, transparent 2px),
        url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    background-size:
        100% 36px,
        2px 100%,
        auto;
    background-position:
        0 0,
        40px 0,
        0 0;
    background-repeat: repeat, no-repeat, repeat;
    margin: 0;
    padding: 20px;
}

.deposit-container {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(120deg, #f9f7f1 90%, #f5ecd7 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px #bfa77a55, 0 2px 0 #bfa77a;
    border: 2.5px double #bfa77a;
    padding: 30px;
    position: relative;
    overflow: visible;
}

.deposit-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #bfa77a;
}

.deposit-header h1 {
    font-family: 'Crimson Text', serif;
    font-size: 2.2em;
    color: #3e2c18;
    text-shadow: 0 2px 6px #e2d3b1, 0 1px 0 #bfa77a, 0 0 2px #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.deposit-header p {
    font-family: 'Lora', serif;
    color: #5a4321;
    font-size: 1.1em;
    margin: 0;
}

.deposit-form {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    color: #5a4321;
    font-size: 1em;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1.5px dashed #bfa77a;
    border-radius: 8px;
    font-size: 1em;
    font-family: 'Lora', serif;
    background: #f9f7f1;
    color: #3e2c18;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus {
    border-color: #a08c5b;
    outline: none;
    box-shadow: 0 0 8px rgba(191, 167, 122, 0.3);
}

.form-text {
    font-family: 'Lora', serif;
    font-size: 0.9em;
    color: #7a5a2b;
    margin-top: 5px;
}

.bonus-info {
    background: rgba(255, 255, 255, 0.3);
    border: 1px dashed #bfa77a;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    font-family: 'Lora', serif;
    font-size: 0.95em;
    color: #5a4321;
    display: none;
}

.bonus-amount,
.total-amount {
    font-weight: 600;
    color: #358535;
}

.submit-btn {
    background: #bfa77a;
    color: #3e2c18;
    border: 1.5px solid #a08c5b;
    border-radius: 18px;
    font-size: 1.1em;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(191, 167, 122, 0.3);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    background: #a08c5b;
    color: #fff;
    transform: scale(1.02);
}

.payment-methods {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-top: 25px;
}

.payment-methods h3 {
    font-family: 'Crimson Text', serif;
    font-size: 1.2em;
    color: #5a4321;
    margin-bottom: 15px;
    font-weight: 600;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.payment-icons img {
    height: 35px;
    object-fit: contain;
    filter: sepia(0.3);
}

@media (max-width: 768px) {
    .deposit-container {
        margin: 10px;
        padding: 20px;
    }

    .deposit-header h1 {
        font-size: 1.8em;
    }

    .payment-icons {
        flex-wrap: wrap;
        gap: 15px;
    }

}

/* ============================================================================
   VISA PAYMENT PAGE STYLES
   ============================================================================ */

/* Visa page body styles */
body.visa-page {
    background: #f9f7f1 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    min-height: 100vh;
    font-family: 'Crimson Text', serif;
    color: #3e2c18;
    filter: sepia(0.12) contrast(1.05);
    background-image:
        repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 1px, transparent 1px, transparent 36px),
        linear-gradient(to right, #bfa77a 2px, transparent 2px),
        url('https://www.transparenttextures.com/patterns/old-mathematics.png');
    background-size:
        100% 36px,
        2px 100%,
        auto;
    background-position:
        0 0,
        40px 0,
        0 0;
    background-repeat: repeat, no-repeat, repeat;
    margin: 0;
    padding: 20px;
}

.visa-container {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(120deg, #f9f7f1 90%, #f5ecd7 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px #bfa77a55, 0 2px 0 #bfa77a;
    border: 2.5px double #bfa77a;
    padding: 30px;
    position: relative;
    overflow: visible;
}

.visa-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #bfa77a;
}

.visa-header h1 {
    font-family: 'Crimson Text', serif;
    font-size: 2.2em;
    color: #3e2c18;
    text-shadow: 0 2px 6px #e2d3b1, 0 1px 0 #bfa77a, 0 0 2px #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.visa-header p {
    font-family: 'Lora', serif;
    color: #5a4321;
    font-size: 1.1em;
    margin: 0;
}

.visa-logo {
    font-size: 3em;
    color: #1A1F71;
    margin-bottom: 15px;
}

.visa-form {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
}

.visa-form .form-group input:focus {
    border-color: #1A1F71;
    outline: none;
    box-shadow: 0 0 8px rgba(26, 31, 113, 0.3);
}

.security-info {
    background: rgba(26, 31, 113, 0.1);
    border: 1px dashed #1A1F71;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    font-family: 'Lora', serif;
    font-size: 0.9em;
    color: #1A1F71;
}

.security-info i {
    color: #1A1F71;
    margin-right: 8px;
}

.visa-form .submit-btn {
    background: #1A1F71;
    color: #fff;
    border: 1.5px solid #1A1F71;
    border-radius: 18px;
    font-size: 1.1em;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(26, 31, 113, 0.3);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.visa-form .submit-btn:hover {
    background: #0f1342;
    transform: scale(1.02);
}

.visa-features {
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-top: 25px;
}

.visa-features h3 {
    font-family: 'Crimson Text', serif;
    font-size: 1.2em;
    color: #5a4321;
    margin-bottom: 15px;
    font-weight: 600;
}

.features-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lora', serif;
    font-size: 0.9em;
    color: #5a4321;
}

.feature-item i {
    color: #1A1F71;
}

@media (max-width: 768px) {
    .visa-container {
        margin: 10px;
        padding: 20px;
    }

    .visa-header h1 {
        font-size: 1.8em;
    }

    .features-list {
        flex-direction: column;
        gap: 10px;
    }
}

/* ============================================================================
   PROCESS DEPOSIT PAGE STYLES
   ============================================================================ */

/* Processing page specific styles */
.processing-container {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(120deg, #f9f7f1 90%, #f5ecd7 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px #bfa77a55, 0 2px 0 #bfa77a;
    border: 2.5px double #bfa77a;
    padding: 30px;
    position: relative;
    overflow: visible;
}

.processing-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #bfa77a;
}

.processing-header h2 {
    font-family: 'Crimson Text', serif;
    font-size: 2em;
    color: #3e2c18;
    text-shadow: 0 2px 6px #e2d3b1, 0 1px 0 #bfa77a, 0 0 2px #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.info-message {
    background: #e3f2fd;
    color: #0d47a1;
    border: 1px solid #bbdefb;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-family: 'Lora', serif;
}

.success-message {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-family: 'Lora', serif;
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-family: 'Lora', serif;
}

.bonus-info {
    margin-bottom: 1rem;
    background: rgba(245, 236, 215, 0.85);
    border: 1.5px dashed #bfa77a;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    font-family: 'Crimson Text', serif;
    color: #3e2c18;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    background: #bfa77a;
    color: #3e2c18;
    border: 1.5px solid #a08c5b;
    border-radius: 18px;
    font-size: 1em;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(191, 167, 122, 0.3);
    margin: 5px;
}

.btn:hover {
    background: #a08c5b;
    color: #fff;
    transform: scale(1.02);
}

.btn-primary {
    background: #bfa77a;
}

.btn-success {
    background: #4a7c59;
    color: #fff;
}

.btn-success:hover {
    background: #358535;
}

@media (max-width: 768px) {
    .processing-container {
        margin: 10px;
        padding: 20px;
    }

    .processing-header h2 {
        font-size: 1.6em;
    }
}

/* Payment Method Selection Styles */
.payment-method-selection {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

/* Mobile money selected card styling */
.mobile-money-selected {
    background: rgba(37, 211, 102, 0.1) !important;
    border-color: #25D366 !important;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
}

.mobile-money-selected .mobile-money-icon {
    color: #25D366 !important;
}

.mobile-money-selected h4 {
    color: #25D366 !important;
}

.payment-method-option {
    cursor: pointer;
    position: relative;
}

.payment-method-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-method-option input[type="radio"]:checked + .payment-method-card {
    border-color: #bfa77a;
    background: rgba(191, 167, 122, 0.1);
    transform: scale(1.02);
}

.payment-method-card {
    background: rgba(245, 236, 215, 0.85);
    border: 2px dashed #e2d3b1;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.payment-method-card:hover {
    border-color: #bfa77a;
    background: rgba(191, 167, 122, 0.05);
}

.payment-method-card i {
    font-size: 2.5em;
    margin-bottom: 10px;
    display: block;
}

.payment-method-card h4 {
    font-family: 'Crimson Text', serif;
    font-size: 1.2em;
    color: #3e2c18;
    margin-bottom: 8px;
    font-weight: 600;
}

.payment-method-card p {
    font-family: 'Lora', serif;
    color: #5a4321;
    font-size: 0.9em;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .payment-method-selection {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .payment-method-card {
        padding: 15px;
    }
    
    .payment-method-card i {
        font-size: 2em;
    }
}
