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

:root {
    --primary-color: #2563eb;
    --primary-dark: #1e40af;
    --primary-light: #3b82f6;
    --secondary-color: #1e293b;
    --secondary-dark: #0f172a;
    --accent-color: #60a5fa;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
}

body {
    font-family: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
    background: #ffffff;
    min-height: 100vh;
    position: relative;
}

/* Minimalist subtle gradient overlay */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(37, 99, 235, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Static decorative background - no animation */
.stars-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    background: transparent;
}

/* Simplified Glass Effect - Better Performance */
.glass {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

/* Navigation - Simplified for Better Readability */
nav {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

nav.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
}

.logo img {
    height: 40px;
    width: auto;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.logo a {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo a:hover {
    transform: scale(1.05);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #1e293b;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    position: relative;
}

.nav-links a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #2563eb;
    transition: width 0.3s ease;
}

.nav-links a:hover::before {
    width: 80%;
}

.nav-links a:hover {
    background: rgba(37, 99, 235, 0.1);
    transform: translateY(-2px);
    color: #2563eb;
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.dropdown-toggle::after {
    content: '▼';
    font-size: 0.7rem;
    margin-left: 0.3rem;
    transition: transform 0.3s;
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    min-width: 200px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border-radius: 16px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.dropdown-menu a:hover {
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary-color);
}

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

.language-toggle {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    color: #1e293b;
    font-size: 0.95rem;
}

.language-toggle:hover {
    background: rgba(37, 99, 235, 0.1);
}

#currentLanguage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    min-width: 1.5em;
}

.flag-emoji {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", sans-serif;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
}

.language-menu {
    right: 0;
    left: auto;
    min-width: 180px;
}

/* Show dropdown on hover or active */
.language-dropdown:hover .language-menu,
.language-dropdown.active .language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-menu .lang-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.4;
    white-space: nowrap;
}

.language-menu .lang-option .flag-emoji {
    display: inline-block;
    font-size: 1.3em;
    line-height: 1;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", sans-serif;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    min-width: 1.2em;
    text-align: center;
}

.language-menu .lang-option:hover {
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary-color);
}

.language-menu .lang-option.active {
    background: rgba(99, 102, 241, 0.15);
    color: var(--primary-color);
    font-weight: 600;
}

/* Hero Section - Minimalist Design */
.hero {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
    color: var(--text-dark);
    padding: 140px 2rem 100px;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 92vh;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, 30px) scale(1.1);
    }
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 6rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content {
    text-align: left;
}

.hero h1 {
    font-family: 'Bungee', cursive;
    font-size: 6rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.04em;
    line-height: 1.05;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
}

.hero-logo {
    height: 90px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(37, 99, 235, 0.2));
    transition: transform 0.3s ease;
}

.hero h1:hover .hero-logo {
    transform: scale(1.05);
}

.hero p {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
    color: #475569;
    animation: fadeInUp 1s 0.2s both;
    line-height: 1.7;
    font-weight: 500;
    max-width: 600px;
    letter-spacing: -0.01em;
}

/* Hero Stats/Highlights */
.hero-stats {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.hero-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2563eb;
    line-height: 1;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.hero-stat-label {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cta-button {
    display: inline-block;
    padding: 18px 36px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 1s 0.4s both;
    border: none;
    box-shadow: 0 6px 20px 0 rgba(37, 99, 235, 0.3);
    position: relative;
    overflow: hidden;
    letter-spacing: -0.01em;
}

.cta-button::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 ease;
}

.cta-button:hover::before {
    left: 100%;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.cta-button:hover {
    transform: translateY(-3px);
    background: #1e40af;
    box-shadow: 0 10px 28px 0 rgba(37, 99, 235, 0.4);
}

/* Minimalist styling for all hero buttons */
.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-buttons .cta-button {
    padding: 18px 36px;
    font-size: 1rem;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 8px 24px 0 rgba(37, 99, 235, 0.3);
}

.hero-buttons .cta-button.playstore-button {
    background: #1e293b;
    box-shadow: 0 8px 24px 0 rgba(30, 41, 59, 0.3);
}

.hero-buttons .cta-button.playstore-button:hover {
    background: #0f172a;
    box-shadow: 0 12px 32px 0 rgba(30, 41, 59, 0.4);
}

/* E-SIM Card Stack Container */
.hero-card {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    perspective: 1000px;
}

.card-stack-container {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Stacked Card Style */
.esim-card-stack {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 24px;
    padding: 2.5rem;
    width: 100%;
    max-width: 380px;
    box-shadow: 
        0 32px 80px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: absolute;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    visibility: visible;
    display: block;
    cursor: pointer;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* Card Stacking Effect - Like Playing Cards */
.esim-card-stack.card-1 {
    z-index: 3;
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
}

.esim-card-stack.card-2 {
    z-index: 2;
    transform: translateX(-8px) translateY(-8px) rotate(-2deg) scale(0.98);
    opacity: 0.95;
}

.esim-card-stack.card-3 {
    z-index: 1;
    transform: translateX(-16px) translateY(-16px) rotate(-4deg) scale(0.96);
    opacity: 0.9;
}

/* Rotate Animation - Cards Swap */
.esim-card-stack.card-1.rotate-out {
    z-index: 1;
    transform: translateX(16px) translateY(16px) rotate(4deg) scale(0.96);
    opacity: 0.9;
    animation: cardRotateOut 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.esim-card-stack.card-2.rotate-up {
    z-index: 3;
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
    opacity: 1;
    animation: cardRotateUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.esim-card-stack.card-3.rotate-middle {
    z-index: 2;
    transform: translateX(-8px) translateY(-8px) rotate(-2deg) scale(0.98);
    opacity: 0.95;
    animation: cardRotateMiddle 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes cardRotateOut {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(16px) translateY(16px) rotate(4deg) scale(0.96);
        opacity: 0.9;
    }
}

@keyframes cardRotateUp {
    0% {
        transform: translateX(-8px) translateY(-8px) rotate(-2deg) scale(0.98);
        opacity: 0.95;
    }
    100% {
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        opacity: 1;
    }
}

@keyframes cardRotateMiddle {
    0% {
        transform: translateX(-16px) translateY(-16px) rotate(-4deg) scale(0.96);
        opacity: 0.9;
    }
    100% {
        transform: translateX(-8px) translateY(-8px) rotate(-2deg) scale(0.98);
        opacity: 0.95;
    }
}

.esim-card-stack:hover {
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow: 
        0 40px 120px rgba(0, 0, 0, 0.16),
        0 0 0 1px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    z-index: 10 !important;
}

.esim-card-stack.swiping {
    transition: transform 0.1s ease-out !important;
    cursor: grabbing !important;
}

.card-stack-container {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: grab;
}

.card-stack-container:active {
    cursor: grabbing;
}

/* Swipe indicator hint */
.card-stack-container::after {
    content: '👆 Klik atau swipe untuk melihat paket lain';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.85rem;
    color: #64748b;
    white-space: nowrap;
    opacity: 0.7;
    pointer-events: none;
    animation: fadeInOut 3s ease-in-out infinite;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .card-stack-container::after {
        content: '👆 Tap atau swipe untuk melihat paket lain';
        font-size: 0.75rem;
        bottom: -35px;
    }
}

.esim-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 40px 120px rgba(0, 0, 0, 0.16),
        0 0 0 1px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.esim-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #3b82f6, #2563eb);
    background-size: 300% 100%;
    animation: shimmer 4s ease-in-out infinite;
    z-index: 1;
}

.esim-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.esim-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.esim-chip {
    width: 50px;
    height: 40px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 8px;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2),
        0 4px 8px rgba(251, 191, 36, 0.3);
}

.esim-chip::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px;
    background: rgba(30, 41, 59, 0.8);
    border-radius: 4px;
}

.esim-logo {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.esim-card-body {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

/* Package Info Display */
.esim-package-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.package-flag {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.package-country {
    font-family: 'Bungee', cursive;
    font-size: 1.4rem;
    color: #0f172a;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.package-duration {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.package-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1rem;
    padding: 1.25rem;
    background: #f8fafc;
    border-radius: 12px;
    width: 100%;
    border: 1px solid #e2e8f0;
}

.package-quota {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.package-price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0f172a;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.package-speed {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.esim-qr {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.qr-code {
    width: 180px;
    height: 180px;
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    position: relative;
    z-index: 2;
}

.qr-pattern {
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(to right, #000 0%, #000 25%, transparent 25%, transparent 75%, #000 75%, #000 100%),
        linear-gradient(to bottom, #000 0%, #000 25%, transparent 25%, transparent 75%, #000 75%, #000 100%),
        repeating-linear-gradient(0deg, #000 0px, #000 8px, transparent 8px, transparent 16px),
        repeating-linear-gradient(90deg, #000 0px, #000 8px, transparent 8px, transparent 16px);
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    border-radius: 5px;
}

.esim-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
    z-index: 2;
}

.esim-number {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    color: #0f172a;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.esim-text {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 500;
}

.esim-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.esim-network {
    font-weight: 700;
    color: #2563eb;
    font-size: 1rem;
}

.esim-global {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #475569;
    font-weight: 600;
}

/* Section Styles */
section {
    padding: 100px 2rem;
    position: relative;
    opacity: 1;
}

/* Consistent spacing for all sections */
section .container {
    padding: 0 1rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-family: 'Bungee', cursive;
    text-align: center;
    font-size: 4rem;
    margin: 0 auto 5rem auto;
    font-weight: 400;
    color: #0f172a;
    text-shadow: none;
    position: relative;
    z-index: 1;
    letter-spacing: -0.03em;
    line-height: 1.15;
    display: block;
    width: 100%;
    padding: 0 1rem;
    word-wrap: break-word;
    hyphens: auto;
}

/* Better spacing for section titles on all devices */
@media (max-width: 1024px) {
    .section-title {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

/* Benefits Section within About */
.benefits-in-about {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid rgba(37, 99, 235, 0.1);
}

.benefits-header-in-about {
    text-align: center;
    margin-bottom: 2.5rem;
}

.benefits-title-in-about {
    font-family: 'Bungee', cursive;
    font-size: 2.5rem;
    font-weight: 400;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.2;
    word-wrap: break-word;
}

@media (max-width: 1024px) {
    .benefits-title-in-about {
        font-size: 2rem;
    }
}
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.benefits-subtitle-in-about {
    font-size: 1rem;
    color: #475569;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.benefits-in-about .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-in-about .service-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(37, 99, 235, 0.15));
    transition: transform 0.3s ease;
}

.benefits-in-about .service-card:hover .service-icon img {
    transform: scale(1.05);
}

/* About Section - Minimalist */
.about {
    background: #ffffff;
    border-radius: 0;
    margin: 0;
    padding: 120px 2rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #1e293b;
}

.about-text p {
    margin-bottom: 2rem;
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: -0.01em;
}

.about-image {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 50%, var(--primary-light) 100%);
    height: 450px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    box-shadow: 0 20px 60px rgba(37, 99, 235, 0.4);
    position: relative;
    overflow: hidden;
}

.about-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Globe Container */
.globe-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.globe {
    position: relative;
    width: 350px;
    height: 350px;
    animation: globeRotate 20s linear infinite;
    z-index: 2;
}

.globe-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 20px rgba(96, 165, 250, 0.5));
}

.continent {
    transition: fill 0.3s ease;
}

.continent:hover {
    fill: rgba(96, 165, 250, 0.6);
}

.globe-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.3) 0%, transparent 70%);
    animation: pulseGlow 3s ease-in-out infinite;
    z-index: 1;
}

@keyframes globeRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Location Pins */
.location-pin {
    transform-origin: center;
    cursor: pointer;
}

.location-pin:hover .pin-dot {
    r: 6;
    fill: #ffffff;
}

.pin-dot {
    filter: drop-shadow(0 0 6px rgba(96, 165, 250, 1));
    animation: pinBlink 2s ease-in-out infinite;
    transition: all 0.3s ease;
}

/* Special styling for Indonesia pin (golden) */
.location-pin:nth-of-type(5) .pin-dot {
    fill: #fbbf24;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 1));
}

.location-pin:nth-of-type(5) .pin-pulse {
    fill: rgba(251, 191, 36, 0.3);
}

.pin-pulse {
    animation: pinRipple 2s ease-in-out infinite;
    opacity: 0;
}

/* Staggered animation delays for pins */
.location-pin:nth-of-type(1) .pin-pulse {
    animation-delay: 0s;
}

.location-pin:nth-of-type(2) .pin-pulse {
    animation-delay: 0.2s;
}

.location-pin:nth-of-type(3) .pin-pulse {
    animation-delay: 0.4s;
}

.location-pin:nth-of-type(4) .pin-pulse {
    animation-delay: 0.6s;
}

.location-pin:nth-of-type(5) .pin-pulse {
    animation-delay: 0.8s;
}

.location-pin:nth-of-type(6) .pin-pulse {
    animation-delay: 1s;
}

.location-pin:nth-of-type(7) .pin-pulse {
    animation-delay: 1.2s;
}

.location-pin:nth-of-type(8) .pin-pulse {
    animation-delay: 1.4s;
}

.location-pin:nth-of-type(9) .pin-pulse {
    animation-delay: 1.6s;
}

.location-pin:nth-of-type(10) .pin-pulse {
    animation-delay: 1.8s;
}

.location-pin:nth-of-type(11) .pin-pulse {
    animation-delay: 2s;
}

.location-pin:nth-of-type(12) .pin-pulse {
    animation-delay: 2.2s;
}

@keyframes pinBlink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes pinRipple {
    0% {
        transform: scale(0.5);
        opacity: 0.6;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Services Section */
section#services,
.services-section {
    position: relative;
    z-index: 1;
}

.services-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 40px;
    margin: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.service-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid rgba(37, 99, 235, 0.15);
    position: relative;
    overflow: hidden;
}

/* Removed ::before effect for minimalist design */

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 1px 2px rgba(37, 99, 235, 0.15));
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.05);
}

.service-card h3 {
    font-family: 'Inter', 'Poppins', sans-serif;
    color: #1e293b;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0;
}

.service-card p {
    color: #64748b;
    line-height: 1.6;
    font-size: 0.9rem;
}

/* Packages Section */
.packages-section {
    background: #f8fafc;
    border-radius: 0;
    margin: 0;
    padding: 120px 2rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.packages-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: transparent;
    pointer-events: none;
    z-index: 0;
}

.packages-section>.container {
    position: relative;
    z-index: 1;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.package-category {
    background: #ffffff;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.package-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light), var(--accent-color));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.package-category:hover::before {
    transform: scaleX(1);
}

.package-category:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.12);
    border-color: #cbd5e1;
}

.package-category-header {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.package-category-header h3 {
    font-family: 'Bungee', cursive;
    color: #1e293b;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
    text-shadow: none;
}

.package-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.package-options-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.package-option {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(37, 99, 235, 0.2);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.package-option::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--primary-color), var(--primary-light));
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.package-option:hover::before {
    transform: scaleY(1);
}

.package-option:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateX(8px);
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 4px 16px 0 rgba(37, 99, 235, 0.2);
}

.package-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 12px;
    color: var(--primary-color);
    flex-shrink: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.package-option:hover .package-icon {
    background: rgba(37, 99, 235, 0.2);
    transform: scale(1.1);
    color: var(--primary-dark);
    border-color: rgba(37, 99, 235, 0.4);
}

.package-icon svg {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 1px 2px rgba(37, 99, 235, 0.2));
}

.package-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(37, 99, 235, 0.2));
}

.package-name {
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 600;
    flex: 1;
    transition: color 0.3s ease;
}

.package-option:hover .package-name {
    color: #2563eb;
}

/* Vertical layout for Europe and Asia */
.package-option-vertical {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 1.5rem 1.25rem;
    gap: 0.5rem;
}

.package-option-vertical .package-icon {
    margin: 0 auto;
    margin-bottom: 0;
}

.package-option-vertical .package-name {
    flex: none;
    text-align: center;
    margin-top: 0;
}

.package-option-vertical:hover {
    transform: translateY(-5px);
}

.package-option-vertical::before {
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
}

.package-option-vertical:hover::before {
    transform: scaleX(1);
}

/* Features Section */
section#features,
.features {
    position: relative;
    z-index: 1;
}

.features {
    background: #ffffff;
    border-radius: 0;
    margin: 0;
    padding: 120px 2rem;
    border: none;
    box-shadow: none;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-item {
    background: #ffffff;
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.feature-item h4 {
    font-family: 'Bungee', cursive;
    color: #0f172a;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.feature-item p {
    color: #64748b;
    line-height: 1.75;
    font-size: 1rem;
}

/* Control & Visibility Features Section */
.control-visibility-section {
    margin-top: 4rem;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(147, 51, 234, 0.05) 100%);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.control-visibility-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(147, 51, 234, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.control-visibility-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.control-visibility-header {
    text-align: center;
    margin-bottom: 3rem;
}

.control-visibility-title {
    font-family: 'Bungee', cursive;
    font-size: 2rem;
    font-weight: 400;
    color: #3b82f6;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    word-wrap: break-word;
    hyphens: auto;
}

@media (max-width: 1024px) {
    .control-visibility-title {
        font-size: 1.8rem;
    }
}

.control-visibility-subtitle {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 1rem;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.control-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.control-feature-card {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-radius: 16px;
    padding: 1.5rem;
    color: white;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.control-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(59, 130, 246, 0.4);
}

.control-feature-visual {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

/* Quota Donut Chart */
.quota-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.quota-donut {
    width: 100px;
    height: 100px;
}

.quota-bg {
    stroke: rgba(255, 255, 255, 0.2);
}

.quota-progress {
    stroke: #10b981;
    transition: stroke-dashoffset 0.5s ease;
}

.quota-percent {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    fill: white;
}

.quota-label {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.7rem;
    fill: rgba(255, 255, 255, 0.8);
}

.quota-details {
    font-family: 'Inter', 'Poppins', sans-serif;
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    font-size: 1rem;
    font-weight: 600;
}

.quota-used {
    color: white;
}

.quota-separator {
    color: rgba(255, 255, 255, 0.6);
}

.quota-total {
    color: rgba(255, 255, 255, 0.8);
}

/* Usage Bar Chart */
.usage-chart {
    width: 100%;
    padding: 0.75rem 0;
}

.chart-bars {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 100px;
    gap: 0.75rem;
}

.chart-bar {
    flex: 1;
    background: linear-gradient(to top, #10b981 0%, #34d399 100%);
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0.5rem;
    min-height: 40px;
    position: relative;
    transition: transform 0.3s ease;
}

.chart-bar:hover {
    transform: scaleY(1.1);
}

.bar-label {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: white;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.bar-value {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Location Map */
.location-map {
    width: 100%;
    height: 100px;
    margin-bottom: 0.75rem;
}

.world-map {
    width: 100%;
    height: 100%;
}

.language-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.lang-badge {
    font-family: 'Inter', 'Poppins', sans-serif;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.control-feature-title {
    font-family: 'Bungee', cursive;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: white;
}

.control-feature-desc {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
}

.control-feature-langs {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

/* Main Benefit */
.control-main-benefit {
    background: linear-gradient(135deg, #7c3aed 0%, #9333ea 100%);
    border-radius: 16px;
    padding: 2rem;
    color: white;
    text-align: center;
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.25);
}

.benefit-title {
    font-family: 'Bungee', cursive;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    color: white;
}

.benefit-text {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
    .control-visibility-section {
        margin-top: 3rem;
        padding: 2.5rem 0;
        border-radius: 20px;
    }
    
    .control-visibility-content {
        padding: 0 1.5rem;
    }
    
    .control-visibility-header {
        margin-bottom: 2.5rem;
    }
    
    .control-visibility-title {
        font-size: 1.75rem;
        line-height: 1.3;
        margin-bottom: 0.5rem;
        padding: 0;
    }
    
    .control-visibility-subtitle {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .control-features-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-bottom: 2rem;
    }
    
    .control-feature-card {
        padding: 1.25rem;
    }
    
    .control-feature-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .control-feature-desc {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .control-feature-visual {
        margin-bottom: 1rem;
    }
    
    .quota-donut {
        width: 90px;
        height: 90px;
    }
    
    .quota-percent {
        font-size: 1.2rem;
    }
    
    .quota-details {
        font-size: 0.95rem;
    }
    
    .chart-bars {
        height: 90px;
    }
    
    .location-map {
        height: 90px;
    }
    
    .control-main-benefit {
        padding: 1.75rem 1.25rem;
        border-radius: 14px;
    }
    
    .benefit-title {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    
    .benefit-text {
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .control-visibility-section {
        margin-top: 2rem;
        padding: 2rem 0;
    }
    
    .control-visibility-content {
        padding: 0 1rem;
    }
    
    .control-visibility-header {
        margin-bottom: 2rem;
    }
    
    .control-visibility-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    .control-visibility-subtitle {
        font-size: 0.9rem;
    }
    
    .control-features-grid {
        gap: 1rem;
    }
    
    .control-feature-card {
        padding: 1.25rem;
        border-radius: 14px;
    }
    
    .control-feature-title {
        font-size: 0.95rem;
    }
    
    .control-feature-desc {
        font-size: 0.8rem;
    }
    
    .control-feature-langs {
        font-size: 0.75rem;
    }
    
    .quota-donut {
        width: 80px;
        height: 80px;
    }
    
    .quota-percent {
        font-size: 1.1rem;
    }
    
    .quota-label {
        font-size: 0.65rem;
    }
    
    .quota-details {
        font-size: 0.9rem;
    }
    
    .chart-bars {
        height: 80px;
        gap: 0.5rem;
    }
    
    .bar-label {
        font-size: 0.65rem;
    }
    
    .bar-value {
        font-size: 0.6rem;
    }
    
    .location-map {
        height: 80px;
    }
    
    .lang-badge {
        font-size: 0.65rem;
        padding: 0.15rem 0.5rem;
    }
    
    .control-main-benefit {
        padding: 1.5rem 1rem;
    }
    
    .benefit-title {
        font-size: 1.1rem;
    }
    
    .benefit-text {
        font-size: 0.9rem;
    }
}

/* Countries Section */
.countries-section {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.countries-title {
    font-family: 'Bungee', cursive;
    color: #1e293b;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-shadow: none;
    line-height: 1.2;
    word-wrap: break-word;
}

@media (max-width: 1024px) {
    .countries-title {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
}

.countries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.country-item {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.country-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 20px 0 rgba(37, 99, 235, 0.2);
    border-color: rgba(37, 99, 235, 0.3);
}

.country-flag {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.country-item:hover .country-flag {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

.country-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

/* Contact Section */
section#contact,
.contact {
    position: relative;
    z-index: 1;
}

.contact {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #1e293b;
    border-radius: 40px;
    margin: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h3 {
    font-family: 'Bungee', cursive;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #1e293b;
}

.contact-item {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem;
    background: rgba(37, 99, 235, 0.05);
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(37, 99, 235, 0.1);
}

.contact-item:hover {
    background: rgba(37, 99, 235, 0.1);
    transform: translateX(10px);
    border-color: rgba(37, 99, 235, 0.2);
}

.contact-item span {
    font-size: 1.5rem;
}

.contact-item div {
    color: #1e293b;
}

.contact-item strong {
    color: #1e293b;
}

.contact-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    padding: 3rem;
    border-radius: 24px;
    color: var(--text-dark);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-form h3 {
    font-family: 'Bungee', cursive;
    margin-bottom: 2rem;
    color: var(--primary-dark);
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: var(--text-dark);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid rgba(37, 99, 235, 0.2);
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-dark);
    background: white;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.submit-btn {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 50%, var(--primary-light) 100%);
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.5);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 50%, var(--accent-color) 100%);
}

/* Help Section */
.help-section,
.privacy-section {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    padding: 100px 2rem;
    border-radius: 40px;
    margin: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.help-section::before,
.privacy-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.help-section>.container,
.privacy-section>.container {
    position: relative;
    z-index: 1;
}

.help-content,
.privacy-content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.privacy-header {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 2.5rem;
    border-radius: 24px;
    margin-bottom: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3);
    position: relative;
    overflow: hidden;
}

.privacy-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light), var(--accent-color));
    background-size: 200% 100%;
    animation: shimmer 3s infinite;
}

.privacy-header .last-update {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    font-style: italic;
    font-weight: 500;
}

.privacy-header p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.9;
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
}

.privacy-header p:last-child {
    margin-bottom: 0;
}

/* Download PDF Button */
.download-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow:
        0 8px 32px 0 rgba(31, 38, 135, 0.37),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -1px 0 rgba(255, 255, 255, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.download-pdf-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.5s ease;
    pointer-events: none;
}

.download-pdf-btn:hover::before {
    animation: shimmer 1.5s infinite;
}

.download-pdf-btn:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow:
        0 12px 40px 0 rgba(31, 38, 135, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -1px 0 rgba(255, 255, 255, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
}

.download-pdf-btn span {
    font-size: 1.1rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

.download-pdf-btn:hover span {
    transform: scale(1.1);
}

.help-item {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    padding: 3rem;
    border-radius: 24px;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    /* Prevent scroll jump on interaction */
    scroll-margin-top: 20px;
    will-change: transform;
}

.help-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light), var(--accent-color));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.help-item:hover::before {
    transform: scaleX(1);
}

.help-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 48px 0 rgba(31, 38, 135, 0.6);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
}

.help-item h3 {
    font-family: 'Bungee', cursive;
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.help-item h3::before {
    content: '💡';
    font-size: 1.8rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.help-item p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.9;
    font-size: 1.05rem;
    margin: 0;
}

/* Tab Navigation */
.tab-navigation {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem;
    border-radius: 16px 16px 0 0;
}

.tab-btn {
    padding: 1rem 2.5rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Bungee', cursive;
    cursor: pointer;
    /* Prevent scroll jump */
    outline: none;
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: -2px;
    letter-spacing: 0.01em;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.tab-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.tab-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.tab-btn:hover::after {
    transform: scaleX(1);
}

.tab-btn.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-color: #ffffff;
    font-weight: 400;
}

.tab-btn.active::after {
    transform: scaleX(1);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Accordion Styles */
.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-item {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    margin-bottom: 1.25rem;
    position: relative;
    /* Prevent scroll jump when accordion opens */
    scroll-margin-top: 20px;
    will-change: transform, max-height;
}

.accordion-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light), var(--accent-color));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.accordion-item:hover::before,
.accordion-item.active::before {
    transform: scaleX(1);
}

.accordion-item:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.5);
    transform: translateY(-2px);
}

.accordion-item.active {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 16px 48px 0 rgba(31, 38, 135, 0.6);
}

.accordion-header {
    width: 100%;
    padding: 2.25rem 2.5rem;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
    /* Prevent focus outline from causing scroll */
    outline: none;
}

.accordion-header:focus {
    outline: 2px solid rgba(59, 130, 246, 0.5);
    outline-offset: -2px;
    border-radius: 24px;
}

.accordion-header:hover {
    background: rgba(255, 255, 255, 0.05);
}

.accordion-header h3 {
    font-family: 'Bungee', cursive;
    color: #ffffff;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    flex: 1;
}

.accordion-icon {
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    transition: transform 0.3s ease;
    min-width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-item.active .accordion-icon {
    transform: rotate(0deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                padding 0.4s ease,
                opacity 0.3s ease;
    padding: 0 2.5rem;
    opacity: 0;
    /* Prevent content from causing scroll jump */
    will-change: max-height;
}

.accordion-item.active .accordion-content {
    max-height: 2000px;
    padding: 0 2.5rem 2.5rem 2.5rem;
    opacity: 1;
}

.accordion-content p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.9;
    margin: 0 0 1rem 0;
    padding-top: 1rem;
    font-size: 1.05rem;
}

.accordion-content p:last-child {
    margin-bottom: 0;
}

.accordion-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.accordion-content li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

.accordion-content li:last-child {
    margin-bottom: 0;
}

/* Ensure all text elements in accordion and privacy content are white */
.accordion-content,
.accordion-content *,
.privacy-content,
.privacy-content *,
.privacy-header,
.privacy-header * {
    color: #ffffff !important;
}

.accordion-content strong,
.privacy-content strong,
.privacy-header strong {
    color: #ffffff !important;
}

.accordion-content ul,
.accordion-content li,
.privacy-content ul,
.privacy-content li,
.privacy-header ul,
.privacy-header li {
    color: #ffffff !important;
}

/* Running Text */
.running-text-container {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
    z-index: 10;
}

.running-text {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: scrollText 7s linear infinite;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-25%);
    }
}

.running-text span {
    display: inline-block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 3rem;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

/* Curved Timeline Section */
section#timeline,
.timeline-section {
    position: relative;
    z-index: 1;
}

.timeline-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 40px;
    margin: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 6rem 2rem;
    overflow: hidden;
}

/* Tutorial within About section */
.tutorial-in-about {
    margin: 2rem 0 !important;
    border-radius: 20px;
    padding: 3rem 2rem !important;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(37, 99, 235, 0.1);
}

/* Interactive Stepper - Minimalist & Compact */
.timeline-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
}

/* Compact Interactive Timeline */
.compact-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1.5rem 0.5rem;
    max-width: 100%;
}

.timeline-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}

.timeline-dot {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    border: 3px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.25);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.timeline-item:hover .timeline-dot {
    transform: scale(1.15);
    box-shadow: 0 5px 18px rgba(37, 99, 235, 0.4);
}

.timeline-icon {
    font-size: 1.3rem;
    line-height: 1;
    display: block;
}

.timeline-num {
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Bungee', cursive;
    margin-top: 1px;
}

.timeline-info {
    margin-top: 0.5rem;
    text-align: center;
    position: relative;
}

.timeline-info h4 {
    font-family: 'Inter', 'Poppins', sans-serif;
    color: #1e293b;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.timeline-item:hover .timeline-info h4 {
    color: var(--primary-color);
}

.timeline-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: white;
    padding: 0.875rem 1rem;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    min-width: 220px;
    max-width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 1000;
    border: 1px solid rgba(37, 99, 235, 0.1);
    margin-bottom: 0.5rem;
}

.timeline-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: white;
}

.timeline-tooltip p {
    color: #475569;
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 0;
}

.timeline-item:hover .timeline-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.timeline-arrow {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin: 0 0.15rem;
    opacity: 0.3;
    transition: all 0.3s ease;
    line-height: 1;
}

/* Responsive Compact Timeline */
@media (max-width: 768px) {
    .timeline-section {
        padding: 3rem 1rem;
        margin: 1rem;
        border-radius: 20px;
    }

    .compact-timeline {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 0.5rem;
    }

    .timeline-arrow {
        transform: rotate(90deg);
        margin: 0.5rem 0;
        font-size: 1.5rem;
    }

    .timeline-item {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .timeline-dot {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
    }

    .timeline-icon {
        font-size: 1.5rem;
    }

    .timeline-num {
        font-size: 0.7rem;
    }

    .timeline-info h4 {
        font-size: 0.9rem;
        white-space: normal;
        margin-top: 0.75rem;
    }

    .timeline-tooltip {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        margin-top: 1rem;
        margin-bottom: 0;
        min-width: 100%;
        max-width: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .timeline-tooltip::after {
        display: none;
    }

    .timeline-item.active .timeline-tooltip {
        display: block;
    }
}

@media (max-width: 480px) {
    .compact-timeline {
        gap: 1.25rem;
        padding: 1rem 0.25rem;
    }

    .timeline-dot {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
    }

    .timeline-icon {
        font-size: 1.3rem;
    }

    .timeline-info h4 {
        font-size: 0.85rem;
    }

    .timeline-tooltip {
        padding: 0.75rem;
    }

    .timeline-tooltip p {
        font-size: 0.75rem;
    }
}

/* Responsive Interactive Stepper (Legacy - keeping for compatibility) */
@media (max-width: 768px) {
    .timeline-container {
        padding: 1rem 0.5rem;
    }

    .stepper-steps {
        padding: 0 1%;
        gap: 0.25rem;
    }

    .stepper-item {
        max-width: 70px;
        gap: 0.5rem;
    }

    .stepper-circle {
        width: 50px;
        height: 50px;
    }

    .stepper-icon {
        font-size: 1.3rem;
    }

    .stepper-number {
        width: 18px;
        height: 18px;
        font-size: 0.65rem;
    }

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

    .stepper-progress {
        top: 25px;
    }

    .step-detail-card {
        padding: 1.5rem;
    }

    .step-detail-card h3 {
        font-size: 1.2rem;
    }

    .step-detail-card p {
        font-size: 0.95rem;
    }
}

/* Footer */
footer {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.98) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: white;
    padding: 5rem 2rem 2rem;
    border-top: 1px solid rgba(37, 99, 235, 0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.5), transparent);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 4rem;
    margin-bottom: 3rem;
    align-items: start;
}

.footer-section {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-section:first-child {
    max-width: 350px;
}

.footer-logo {
    margin: 0 0 1.5rem 0;
    height: 3rem;
    display: flex;
    align-items: flex-start;
}

.footer-logo img {
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    margin: 0 0 2rem 0;
    font-size: 0.95rem;
}

.footer-section h4 {
    font-family: 'Bungee', cursive;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 2rem 0;
    color: white;
    letter-spacing: 0.01em;
    position: relative;
    padding-bottom: 0.75rem;
    height: 3rem;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    text-decoration: none;
    font-size: 1.3rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.social-link:hover::before {
    width: 100%;
    height: 100%;
}

.social-link:hover {
    background: rgba(37, 99, 235, 0.2);
    transform: translateY(-4px) scale(1.05);
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.social-link {
    position: relative;
    z-index: 1;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links li {
    margin: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    padding-left: 0;
}

.footer-links a::before {
    content: '→';
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    color: var(--accent-color);
}

.footer-links a:hover {
    color: var(--accent-color);
    padding-left: 1rem;
    transform: translateX(5px);
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-contact li {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 8px;
}

.footer-contact li:hover {
    color: white;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.footer-contact li span {
    font-size: 1.2rem;
    display: inline-block;
    min-width: 24px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.footer-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent-color);
    transition: width 0.3s ease;
}

.footer-link:hover {
    color: var(--accent-color);
}

.footer-link:hover::after {
    width: 100%;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    width: 44px;
    height: 44px;
}

.mobile-menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #1e293b;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Responsive */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(15, 23, 42, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 1rem 0;
        gap: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        z-index: 999;
        display: flex;
    }

    .nav-links.active {
        transform: translateX(0);
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        list-style: none;
    }

    .nav-links li a {
        display: block;
        padding: 1rem 2rem;
        width: 100%;
        border-radius: 0;
        color: white;
        text-decoration: none;
        font-weight: 500;
        transition: background 0.3s ease;
    }

    .nav-links li a:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: none;
    }

    .nav-links a::before {
        display: none;
    }

    .dropdown {
        position: relative;
    }

    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-toggle::after {
        content: '▼';
        font-size: 0.7rem;
        transition: transform 0.3s;
    }

    .dropdown.active .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: rgba(30, 41, 59, 0.95);
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border: none;
    }

    .dropdown.active .dropdown-menu {
        max-height: 500px;
    }

    .dropdown-menu li {
        border-bottom: none;
    }

    .dropdown-menu a {
        padding-left: 3rem;
        background: rgba(255, 255, 255, 0.02);
    }

    .dropdown-menu a:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    .language-menu {
        right: auto;
        left: 0;
        min-width: 100%;
    }

    .language-dropdown .dropdown-menu a {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        color: white;
    }

    /* Ensure language dropdown works in mobile */
    .language-dropdown.active .language-menu {
        max-height: 300px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .language-menu .lang-option {
        cursor: pointer;
        padding: 1rem 2rem !important;
    }

    .language-menu .lang-option:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }

    .hero-content {
        text-align: center;
    }
    
    .hero-stats {
        justify-content: center;
        gap: 2rem;
    }

    .hero h1 {
        font-size: 3.5rem;
        justify-content: center;
        gap: 1rem;
    }

    .hero-logo {
        height: 50px;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .esim-card,
    .esim-card-stack {
        max-width: 100%;
        padding: 2.5rem;
    }
    
    .card-stack-container {
        height: 420px;
        max-width: 100%;
    }
    
    .esim-card-stack {
        padding: 2rem;
        max-width: 100%;
    }
    
    .package-flag {
        font-size: 2.5rem;
    }
    
    .package-country {
        font-size: 1.2rem;
    }
    
    .package-quota {
        font-size: 1.3rem;
    }
    
    .package-price {
        font-size: 1.1rem;
    }
    
    .package-details {
        padding: 1rem;
    }

    .about-content,
    .contact-content {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .service-card {
        padding: 1.5rem 1.25rem;
        min-height: auto;
    }

    .service-icon {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .service-card h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .service-card p {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .about,
    .features,
    .contact,
    .help-section,
    .privacy-section,
    .packages-section {
        margin: 1rem;
        border-radius: 20px;
        padding: 60px 1.5rem;
    }

    .benefits-title-in-about {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 0.75rem;
    }

    .benefits-subtitle-in-about {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .benefits-in-about {
        margin-top: 2.5rem;
        padding-top: 2rem;
    }

    .help-section,
    .privacy-section {
        margin-top: 80px;
    }

    .tab-navigation {
        flex-direction: column;
        gap: 0.5rem;
    }

    .tab-btn {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
        width: 100%;
        text-align: left;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        border-left: 3px solid transparent;
    }

    .tab-btn.active {
        border-bottom-color: rgba(255, 255, 255, 0.2);
        border-left-color: var(--primary-color);
    }

    .accordion-header {
        padding: 1.5rem 1.5rem;
    }

    .accordion-header h3 {
        font-size: 1.2rem;
    }

    .accordion-icon {
        font-size: 1.5rem;
        min-width: 25px;
    }

    .accordion-content {
        padding: 0 1.5rem;
    }

    .accordion-item.active .accordion-content {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .running-text {
        font-size: 0.85rem;
        padding: 0 2rem;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section:first-child {
        max-width: 100%;
    }

    .footer-section h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-legal {
        justify-content: center;
    }

    .countries-title {
        font-size: 1.5rem;
    }

    .countries-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }

    .country-item {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .packages-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .package-category {
        padding: 1.5rem;
    }

    .package-category-header {
        padding: 1rem 1.25rem;
    }

    .package-category-header h3 {
        font-size: 1.2rem;
    }

    .package-option {
        padding: 1.25rem;
        gap: 1rem;
    }

    .package-icon {
        width: 48px;
        height: 48px;
    }

    .package-icon svg,
    .package-icon img {
        width: 28px;
        height: 28px;
    }

    .package-name {
        font-size: 1rem;
    }

    .package-options-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* Ensure touch targets are at least 44x44px */
    .package-option {
        min-height: 60px;
        min-width: 60px;
    }

    .cta-button,
    .submit-btn,
    .modal-btn {
        min-height: 44px;
        padding: 12px 24px;
    }

    .timeline-item {
        min-height: 44px;
        min-width: 44px;
    }

    .service-card {
        min-height: auto;
    }

    /* Better spacing for mobile */
    .container {
        padding: 0 1rem;
    }

    .section-title {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }
    
    .benefits-title-in-about {
        font-size: 1.4rem;
    }
    
    .control-visibility-title {
        font-size: 1.75rem;
    }
    
    .countries-title {
        font-size: 1.4rem;
    }

    /* Improve readability on mobile */
    .about-text p,
    .help-item p,
    .privacy-content p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    /* Better button spacing */
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }

    .hero-buttons .cta-button {
        width: 100%;
        justify-content: center;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .section-title {
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: 1.25rem;
        padding: 0 0.5rem;
    }
    
    .benefits-title-in-about {
        font-size: 1.3rem;
    }
    
    .control-visibility-title {
        font-size: 1.5rem;
    }
    
    .countries-title {
        font-size: 1.3rem;
    }
    
    .benefit-title {
        font-size: 1.1rem;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero-logo {
        height: 40px;
    }

    .about-text p,
    .help-item p,
    .privacy-content p {
        font-size: 0.9rem;
    }

    .service-card {
        padding: 1.25rem 1rem;
    }

    .package-category {
        padding: 1.25rem;
    }

    .package-option {
        padding: 1rem;
        min-height: 56px;
    }

    .countries-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 0.75rem;
    }

    .country-item {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

/* Live Chat Widget */
.chat-widget {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 380px;
    max-height: 600px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    z-index: 10000;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.chat-widget.active {
    display: flex;
    transform: translateY(0);
    opacity: 1;
}

.chat-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
    border-radius: 20px 20px 0 0;
}

.chat-back-btn,
.chat-menu-btn,
.chat-close-btn {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.chat-back-btn:hover,
.chat-menu-btn:hover,
.chat-close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.chat-logo {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    flex: 1;
    margin: 0 0.5rem;
}

.chat-logo img {
    filter: brightness(0) invert(1);
}

.chat-header-actions {
    display: flex;
    gap: 0.5rem;
}

.chat-banner {
    padding: 0.75rem 1.25rem;
    background: rgba(37, 99, 235, 0.1);
    text-align: center;
    font-size: 0.9rem;
    color: #1e293b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 350px;
}

.chat-message {
    display: flex;
    animation: messageSlideIn 0.3s ease;
}

@keyframes messageSlideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-message.bot-message {
    justify-content: flex-start;
}

.chat-message.user-message {
    justify-content: flex-end;
}

.message-content {
    max-width: 75%;
    padding: 0.875rem 1rem;
    border-radius: 16px;
    position: relative;
}

.bot-message .message-content {
    background: rgba(0, 0, 0, 0.05);
    color: #1e293b;
    border-radius: 16px 16px 16px 4px;
}

.user-message .message-content {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
    border-radius: 16px 16px 4px 16px;
}

.message-content p {
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

.message-time {
    font-size: 0.75rem;
    opacity: 0.7;
    display: block;
}

.chat-options {
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.chat-option-btn {
    background: white;
    border: 1px solid rgba(37, 99, 235, 0.3);
    border-radius: 12px;
    padding: 0.875rem 1rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #1e293b;
    font-size: 0.9rem;
    font-weight: 500;
}

.chat-option-btn:hover {
    background: rgba(37, 99, 235, 0.05);
    border-color: #2563eb;
    transform: translateX(4px);
}

.chat-input-container {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.02);
}

.chat-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.chat-input:focus {
    border-color: #2563eb;
}

.chat-send-btn {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    border: none;
    color: white;
    padding: 0.75rem;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.chat-send-btn:hover {
    transform: scale(1.05);
}

/* Chat Toggle Button */
.chat-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
}

.chat-toggle-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 99, 235, 0.6);
}

.chat-toggle-btn.hidden {
    display: none;
}

.chat-notification-dot {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    background: #ef4444;
    border-radius: 50%;
    border: 2px solid white;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

/* Chat Buttons Container */
.chat-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.75rem;
    max-height: 200px;
    overflow-y: auto;
}

/* Chat Country Buttons */
.chat-country-btn {
    background: white;
    border: 1px solid rgba(37, 99, 235, 0.3);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #1e293b;
    font-size: 0.9rem;
    font-weight: 500;
    width: 100%;
}

.chat-country-btn:hover {
    background: rgba(37, 99, 235, 0.1);
    border-color: #2563eb;
    transform: translateX(4px);
}

/* Chat Duration Buttons */
.chat-duration-btn {
    background: white;
    border: 1px solid rgba(37, 99, 235, 0.3);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #1e293b;
    font-size: 0.9rem;
    font-weight: 500;
    width: 100%;
}

.chat-duration-btn:hover {
    background: rgba(37, 99, 235, 0.1);
    border-color: #2563eb;
    transform: translateX(4px);
}

/* Chat Package Card */
.chat-package-card {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(30, 64, 175, 0.05) 100%);
    border: 2px solid rgba(37, 99, 235, 0.2);
    border-radius: 16px;
    padding: 1.25rem;
    margin-top: 0.75rem;
    animation: packageSlideIn 0.4s ease;
}

@keyframes packageSlideIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.chat-package-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(37, 99, 235, 0.2);
}

.chat-package-header h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #1e293b;
    font-weight: 600;
}

.chat-package-duration {
    background: rgba(37, 99, 235, 0.15);
    color: #2563eb;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.chat-package-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.chat-package-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.chat-package-label {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

.chat-package-value {
    font-size: 0.95rem;
    color: #1e293b;
    font-weight: 600;
}

/* Chat Buy Button */
.chat-buy-btn {
    width: 100%;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    border: none;
    border-radius: 12px;
    padding: 0.875rem 1.25rem;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.chat-buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.chat-buy-btn:active {
    transform: translateY(0);
}

/* Chat CS Button (Customer Service) */
.chat-cs-btn {
    width: 100%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 12px;
    padding: 0.875rem 1.25rem;
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.chat-cs-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.chat-cs-btn:active {
    transform: translateY(0);
}

/* Typing Indicator */
.typing-indicator {
    opacity: 0;
    animation: typingFadeIn 0.3s ease forwards;
}

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

.typing-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0.5rem 0;
}

.typing-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.6);
    display: inline-block;
    animation: typingDot 1.4s infinite ease-in-out;
}

.typing-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.typing-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

.typing-dots span:nth-child(3) {
    animation-delay: 0;
}

@keyframes typingDot {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.typing-indicator .message-time {
    font-style: italic;
    color: #64748b;
}

/* Responsive Chat Widget */
@media (max-width: 768px) {
    .chat-widget {
        width: calc(100% - 40px);
        right: 20px;
        left: 20px;
        bottom: 90px;
        max-height: calc(100vh - 120px);
    }

    .chat-toggle-btn {
        width: 56px;
        height: 56px;
        bottom: 16px;
        right: 16px;
    }

    .chat-buttons-container {
        max-height: 150px;
    }

    .chat-package-card {
        padding: 1rem;
    }

    .chat-package-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

/* Package Modal */
.package-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.package-modal.active {
    display: flex;
    opacity: 1;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 0;
    max-width: 600px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    z-index: 1;
}

.package-modal.active .modal-content {
    transform: scale(1);
}

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

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

.modal-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    padding: 3rem 2.5rem 2.5rem;
    border-radius: 24px 24px 0 0;
    text-align: center;
    position: relative;
}

.modal-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 3rem;
}

.modal-header h2 {
    color: white;
    font-family: 'Bungee', cursive;
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modal-body {
    padding: 2.5rem;
}

.modal-body p {
    color: #475569;
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.modal-features {
    background: rgba(37, 99, 235, 0.05);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.modal-features h3 {
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.modal-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-features li {
    color: #475569;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
}

.modal-features li:last-child {
    border-bottom: none;
}

.modal-features li::before {
    content: '✓';
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.modal-price {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(96, 165, 250, 0.1) 100%);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
}

.modal-price h3 {
    color: #1e293b;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.modal-price .price {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Bungee', cursive;
}

.modal-price .price-note {
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.modal-footer {
    padding: 2rem 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.modal-btn {
    padding: 0.875rem 2rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.modal-btn-secondary {
    background: rgba(0, 0, 0, 0.05);
    color: #475569;
}

.modal-btn-secondary:hover {
    background: rgba(0, 0, 0, 0.1);
}

.modal-btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
}

.modal-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(37, 99, 235, 0.4);
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-height: 90vh;
    }

    .modal-header {
        padding: 2.5rem 2rem 2rem;
    }

    .modal-body {
        padding: 2rem 1.5rem;
    }

    .modal-footer {
        padding: 1.5rem;
        flex-direction: column;
    }

    .modal-btn {
        width: 100%;
    }
}

/* Print Styles for PDF Download */
@media print {

    /* Hide navigation, footer, and other non-content elements */
    nav,
    footer,
    .stars-container,
    .tab-navigation,
    .download-pdf-btn {
        display: none !important;
    }

    /* Ensure all accordion content is visible when printing */
    .accordion-content {
        max-height: none !important;
        padding: 1rem 2.5rem !important;
        display: block !important;
    }

    .accordion-item {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .privacy-section {
        margin-top: 0 !important;
    }

    .privacy-header {
        page-break-after: avoid;
        break-after: avoid;
    }

    /* Ensure text is readable in print */
    body {
        background: white !important;
        color: black !important;
    }

    .privacy-content,
    .privacy-content *,
    .accordion-content,
    .accordion-content * {
        color: black !important;
    }

    .accordion-header h3 {
        color: black !important;
    }
}