* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary-dark: #1a1a2e;
    --primary-light: #16213e;
    --accent-start: #0f3460;
    --accent-end: #533483;
    --text-dark: #2d2d2d;
    --text-light: #666;
    --bg-white: #ffffff;
    --bg-light: #f8f9fa;
    --border-color: #e0e0e0;
    --gradient: linear-gradient(135deg, #0f3460 0%, #533483 100%);
    --gradient-hover: linear-gradient(135deg, #533483 0%, #0f3460 100%);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    background: var(--bg-white);
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.logo img {
    width: 40px;
    height: auto;
}

.logo-text {
    font-size: 14px;
    color: var(--text-dark);
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: 500;
}

nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

nav a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 15px;
}

nav a:hover {
    color: var(--accent-start);
}

/* Hero Section */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    background: var(--bg-white);
}

.hero-left {
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-tag {
    display: inline-block;
    background: var(--gradient);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    width: fit-content;
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 25px;
    line-height: 1.2;
}

.hero p {
    font-size: 18px;
    color: var(--text-light);
    margin-bottom: 40px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--gradient);
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 52, 96, 0.3);
}

.btn-secondary {
    background: white;
    color: var(--accent-start);
    padding: 16px 32px;
    border: 2px solid var(--accent-start);
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: var(--accent-start);
    color: white;
}

.hero-right {
    background: linear-gradient(135deg, #2d1b4e 0%, #1a1a3e 40%, #0f2847 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cosmic background with stars */
.hero-right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(147, 51, 234, 0.4) 0%, transparent 40%),
        radial-gradient(circle at 85% 75%, rgba(59, 130, 246, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.2) 0%, transparent 50%);
    z-index: 0;
}

/* Stars effect */
.hero-right::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(1px 1px at 20px 30px, white, transparent),
        radial-gradient(1px 1px at 40px 70px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 50px 160px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 90px 40px, white, transparent),
        radial-gradient(1px 1px at 130px 80px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1.5px 1.5px at 160px 120px, white, transparent),
        radial-gradient(1px 1px at 200px 50px, rgba(255,255,255,0.5), transparent),
        radial-gradient(1px 1px at 220px 150px, white, transparent),
        radial-gradient(1px 1px at 260px 90px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1.5px 1.5px at 300px 170px, white, transparent),
        radial-gradient(1px 1px at 340px 60px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 380px 130px, white, transparent),
        radial-gradient(1px 1px at 420px 40px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 460px 100px, white, transparent),
        radial-gradient(1.5px 1.5px at 500px 180px, rgba(255,255,255,0.9), transparent);
    background-repeat: repeat;
    background-size: 520px 200px;
    animation: twinkle 4s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes twinkle {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Floating animation for chips */
@keyframes float1 {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateY(0) rotate(10deg);
    }
    50% {
        transform: translateY(-15px) rotate(15deg);
    }
}

@keyframes float3 {
    0%, 100% {
        transform: translateY(0) rotate(-5deg);
    }
    50% {
        transform: translateY(-25px) rotate(0deg);
    }
}

@keyframes float4 {
    0%, 100% {
        transform: translateY(0) rotate(20deg) scale(1);
    }
    50% {
        transform: translateY(-18px) rotate(25deg) scale(1.02);
    }
}

.hero-chip {
    position: absolute;
    object-fit: contain;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.5)) 
            drop-shadow(0 5px 15px rgba(147, 51, 234, 0.3));
    z-index: 1;
    will-change: transform;
}

.hero-chip-1 {
    top: 5%;
    left: 5%;
    width: 220px;
    height: 220px;
    animation: float1 6s ease-in-out infinite;
}

.hero-chip-2 {
    top: 35%;
    right: 5%;
    width: 160px;
    height: 160px;
    animation: float2 5s ease-in-out infinite;
    animation-delay: -1s;
}

.hero-chip-3 {
    bottom: 10%;
    left: 30%;
    width: 140px;
    height: 140px;
    animation: float3 7s ease-in-out infinite;
    animation-delay: -2s;
}

.hero-chip-4 {
    bottom: 25%;
    right: 25%;
    width: 100px;
    height: 100px;
    animation: float4 5.5s ease-in-out infinite;
    animation-delay: -3s;
    opacity: 0.85;
}

/* Sections */
section {
    padding: 100px 0;
    scroll-margin-top: 100px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.section-header p {
    font-size: 18px;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

/* Cards Grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient);
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.card p {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.7;
}

.card-tag {
    display: inline-block;
    background: rgba(15, 52, 96, 0.1);
    color: var(--accent-start);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
}

/* Package Cards */
.package-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.package-card.featured {
    border-color: var(--accent-start);
    position: relative;
}

.package-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.package-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.package-guest {
    font-size: 16px;
    color: var(--accent-start);
    font-weight: 600;
    margin-bottom: 15px;
}

.package-card p {
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 25px;
}

.package-features {
    list-style: none;
}

.package-features li {
    padding: 10px 0;
    font-size: 15px;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-features li::before {
    content: '✓';
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
}

/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.gallery-item {
    aspect-ratio: 1;
    background: var(--bg-light);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* Info Box */
.info-box {
    background: white;
    border: 2px solid rgba(15, 52, 96, 0.2);
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.info-box p {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.7;
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding: 60px 0;
}

.cta-section .btn-primary {
    margin: 20px 0;
}

.cta-note {
    font-size: 14px;
    color: var(--text-light);
    margin-top: 20px;
}

/* Footer */
footer {
    background: var(--primary-dark);
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.footer-logo p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* Contact Form */
.contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: calc(100vh - 200px);
    padding: 80px 0;
}

.contact-card {
    background: white;
    border-radius: 20px;
    padding: 60px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-card h1 {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.contact-card .subtitle {
    font-size: 18px;
    color: var(--text-light);
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 14px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--accent-start);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

.checkbox-group input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
}

.checkbox-group label {
    font-size: 14px;
    color: var(--text-dark);
    line-height: 1.6;
}

.checkbox-group a {
    color: var(--accent-start);
    text-decoration: none;
}

.checkbox-group a:hover {
    text-decoration: underline;
}

/* Policy Pages */
.policy-section {
    padding: 80px 0;
    max-width: 900px;
    margin: 0 auto;
}

.policy-section h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.policy-date {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 50px;
}

.policy-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
    margin-top: 40px;
    margin-bottom: 20px;
}

.policy-section p {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 20px;
}

.policy-section ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.policy-section li {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 10px;
}

.policy-section a {
    color: var(--accent-start);
    text-decoration: none;
}

.policy-section a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 968px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .hero-left {
        padding: 60px 30px;
    }

    .hero-right {
        min-height: 400px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-card {
        padding: 40px 30px;
    }
}

@media (max-width: 640px) {
    .header-content {
        flex-direction: column;
        gap: 20px;
    }

    nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero h1 {
        font-size: 28px;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .gallery {
        grid-template-columns: 1fr;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }
}
