@import url('https://db.onlinewebfonts.com/c/fde976be3e98b27115a62f6162aadbe8?family=AmadeusAP');

:root {
    --primary-yellow: #F4D03F;
    --secondary-yellow: #F7DC6F;
    --accent-green: #52C41A;
    --text-dark: #3a4c3f;
    --text-light: #5e7163;
    --background-cream: #F9F6F0;
    --background-light: #FFFEF7;
    --lemon-shadow: rgba(244, 208, 63, 0.3);
}

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

body {
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--background-cream);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.7" numOctaves="10" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)" opacity="0.03"/></svg>');
    overflow-x: hidden;
    padding-top: 0;
}

/* Typography */
h1,
h2,
h3 {
    font-family: 'Dancing Script', cursive;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0.5rem 0;
}

.section-title {
    font-size: 2.9rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'AmadeusAP';
}

/* Enhanced Lemon Decorations */
.lemon-decoration {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 1;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.1));
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(5deg);
    }
}

.lemon-top-left {
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    background-image: url('lemon1.png');
}

.lemon-top-right {
    display: none;
}

.lemon-bottom-left {
    display: none;
}

.lemon-bottom-right {
    bottom: 0;
    right: 0;
    width: 250px;
    height: 250px;
    background-image: url('lemon2.png');
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 1;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
}

.lemon-section {
    width: 180px;
    height: 180px;
    opacity: 0.6;
}

section:nth-of-type(2) .lemon-section {
    background-image: url('lemon3.png');
    top: 5%;
    left: 5%;
    transform: rotate(20deg) scaleX(-1);
}

section:nth-of-type(3) .lemon-section {
    background-image: url('lemon4.png');
    bottom: 0;
    left: 5%;
    transform: rotate(-15deg) scaleY(-1);
}

section:nth-of-type(4) .lemon-section {
    background-image: url('lemon5.png');
    top: auto;
    bottom: 5%;
    left: auto;
    right: 5%;
    transform: rotate(-30deg);
}

section:nth-of-type(5) .lemon-section {
    background-image: url('lemon6.png');
    top: 5%;
    left: 5%;
    transform: rotate(10deg);
}

section:nth-of-type(7) .lemon-section {
    background-image: url('lemon7.png');
    top: 5%;
    right: 5%;
    transform: rotate(-25deg) scaleX(-1);
}


/* Enhanced Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
    background: transparent;
    overflow: hidden;
}

.hero::before {
    display: none;
}

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

    100% {
        transform: translateX(-100px) translateY(-100px);
    }
}

.hero-content {
    max-width: 1100px;
    z-index: 1;
}

.hero-logo {
    width: 300px;
    padding-top: 2rem;
}

.wedding-label {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--primary-yellow);
    margin-bottom: 0.5rem;
    text-transform: lowercase;
}

.taplink {
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    color: var(--primary-yellow);
    margin-bottom: 2rem;
}

.names {
    margin: 1rem 0;
}

.name-sergey,
.name-alina {
    display: block;
    font-family: 'AmadeusAP';
    font-size: 5rem;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0;
    line-height: 0.8;
    text-align: left;
}

.name-alina {
    text-align: right;
}

.first-letter {
    font-family: 'AmadeusAP';
    font-size: 7rem;
    font-weight: 500;
    line-height: 0.9;
}

.date-info {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 6rem;
    gap: 2rem;
    width: 100%;
    max-width: 500px;
    font-family: 'Cormorant Garamond', serif;
}

.date-item {
    display: flex;
    flex-direction: column;
}

.date-item.weekday,
.date-item.time {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--text-light);
}

.date-main {
    align-items: center;
}

.date-main .month {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.date-main .day {
    font-family: 'Dancing Script', cursive;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
}

.date-main .year {
    font-size: 1.4rem;
    color: var(--text-light);
}

.time {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* Remove Dear Guests Section */
.dear-guests {
    display: none;
}

/* Sections */
section {
    position: relative;
    padding: 6rem 2rem;
    /* min-height: 80vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}

section:not(#hero)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 400px;
    height: 2px;
    background: var(--primary-yellow);
    opacity: 0.5;
}

section#qr-code::after {
    display: none;
}

.section-content {
    max-width: 1000px;
    text-align: center;
    z-index: 1;
}

/* Location Section */
.location {
    background: linear-gradient(45deg, var(--background-cream) 0%, var(--background-light) 100%);
}


.location-info p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.location-name {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    color: var(--text-dark);
    font-weight: bold;
}

/* Dress Code Section */
.dresscode {
    background: var(--background-light);
}

.dresscode p {
    font-size: 1.2rem;
    color: var(--text-light);
}

.color-palettes {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.palette {
    text-align: center;
}

.palette h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.colors {
    display: flex;
    gap: 0.5rem;
}

.color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Timeline Section */
.timeline {
    background: linear-gradient(135deg, var(--background-cream) 0%, var(--background-light) 100%);
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.timeline-events {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin-top: 3rem;
    padding-bottom: 2rem;
    gap: 4rem;
}

.timeline-events::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: var(--text-light);
    opacity: 0.5;
    z-index: 0;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 33%;
    position: relative;
    z-index: 1;
}

.timeline-item::after {
    content: '♥';
    font-size: 1.5rem;
    color: var(--text-light);
    opacity: 0.5;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--background-light);
    padding: 0 0.5rem;
}

.timeline-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    position: relative;
    filter: grayscale(1);
    opacity: 0.8;
}

.timeline-time {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 1.5rem;
}

.timeline-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 0.5rem;
    color: var(--text-light);
}

/* Countdown Section */
.countdown {
    background: linear-gradient(45deg, var(--background-cream) 0%, var(--background-light) 100%);
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.countdown-item {
    text-align: center;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(244, 208, 63, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    min-width: 140px;
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.countdown-item:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(244, 208, 63, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.countdown-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.countdown-label {
    font-size: 1rem;
    color: var(--text-light);
}

/* RSVP Section */
.rsvp {
    background: linear-gradient(135deg, var(--background-light) 0%, var(--background-cream) 100%);
}

.rsvp h3 {
    font-size: 2rem;
    margin: 2rem 0 1rem;
    color: var(--text-dark);
}

.rsvp p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: var(--text-light);
}

.rsvp-form {
    max-width: 700px;
    margin: 3rem auto 0;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 30px;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(244, 208, 63, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    position: relative;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.rsvp-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
            var(--primary-yellow) 0%,
            var(--secondary-yellow) 50%,
            var(--primary-yellow) 100%);
    border-radius: 30px 30px 0 0;
}

.rsvp-form:hover {
    transform: translateY(-2px);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(244, 208, 63, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.form-group {
    margin-bottom: 2rem;
    text-align: left;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1.2rem;
    border: 2px solid #e8e8e8;
    border-radius: 15px;
    font-size: 1rem;
    font-family: inherit;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-yellow);
    background: rgba(255, 255, 255, 1);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.05),
        0 0 0 3px rgba(244, 208, 63, 0.2);
    transform: translateY(-1px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa;
    font-style: italic;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Enhanced Buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--primary-yellow) 0%, var(--secondary-yellow) 100%);
    color: var(--text-dark);
    border: none;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow:
        0 8px 20px var(--lemon-shadow),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 12px 30px var(--lemon-shadow),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:active {
    transform: scale(0.98);
}

.btn-secondary {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--primary-yellow);
    background-color: transparent;
    color: var(--text-dark);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

.btn-secondary:hover {
    background-color: var(--lemon-shadow);
    color: var(--text-dark);
    box-shadow: 0 5px 15px rgba(244, 208, 63, 0.4);
}

.btn-secondary:active {
    transform: scale(0.98);
}

/* QR Code Section */
.qr-code {
    background: var(--background-cream);
    padding: 4rem 2rem;
}

#qrcode {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

#qrcode canvas {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Footer */
footer {
    text-align: center;
    padding: 2rem;
    background: var(--text-dark);
    color: var(--background-light);
    font-size: 1rem;
}

/* Enhanced Mobile Responsive Design */

/* Large Tablet */
@media (max-width: 1024px) {
    .hero {
        padding: 3rem 2rem;
    }

    .timeline-events {
        gap: 2rem;
    }

    .countdown-timer {
        gap: 2rem;
    }

    .lemon-decoration {
        width: 100px;
        height: 100px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .main-title {
        font-size: 3.8rem;
    }

    .date-large {
        font-size: 5rem;
    }

    .date-info {
        flex-direction: column;
        gap: 1.5rem;
    }

    .timeline-events {
        gap: 2rem;
    }

    .timeline-events::before {
        top: 48px;
    }

    .timeline-item {
        width: 33%;
    }

    .timeline-item::after {
        top: 38px;
    }

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

    .timeline-time {
        font-size: 1rem;
        margin-top: 1.2rem;
    }

    .timeline-item h3 {
        font-size: 1rem;
        line-height: 1.2;
    }

    .countdown-timer {
        gap: 0.5rem;
        padding: 0 0.5rem;
    }

    .timeline-item {
        width: 100%;
        max-width: 300px;
    }

    .countdown-item {
        flex: 1;
        padding: 1.5rem 0.5rem;
        min-width: 70px;
    }

    .countdown-number {
        font-size: 2.2rem;
    }

    .countdown-label {
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .color-palettes {
        gap: 2.5rem;
    }

    .rsvp-form {
        padding: 2.5rem 2rem;
        margin: 2rem 1rem 0;
    }

    section {
        padding: 5rem 1.5rem;
    }

    .dear-guests {
        padding: 2rem;
        margin-top: 3rem;
    }

    .timeline {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

/* Large Mobile */
@media (max-width: 640px) {
    .hero {
        padding: 2rem 1.5rem;
        min-height: 60vh;
    }

    .main-title {
        font-size: 2.4rem;
    }

    .section-title {
        font-size: 2.7rem;
        font-family: 'AmadeusAP';
    }

    .timeline-item {
        padding: 2rem 1.5rem;
        min-width: auto;
    }

    .rsvp-form {
        padding: 2rem 1.5rem;
        margin: 2rem 0.5rem 0;
    }

    .btn-primary {
        width: 100%;
        padding: 1.2rem;
        font-size: 1rem;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .hero {
        padding: 1.5rem 1rem;
        min-height: 60vh;
    }

    .main-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .date-large {
        font-size: 4rem;
    }

    .section-title {
        font-size: 2.1rem;
        font-family: 'AmadeusAP';
    }

    .dear-guests {
        padding: 1.5rem;
        margin-top: 2rem;
    }

    .dear-guests h2 {
        font-size: 2rem;
    }

    .timeline-item {
        padding: 0;
    }

    .rsvp-form {
        padding: 1.5rem 1rem;
        margin: 1.5rem 0.5rem 0;
    }

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

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 1rem;
        font-size: 0.95rem;
    }

    .lemon-decoration {
        width: 70px;
        height: 70px;
    }

    section {
        padding: 3rem 1rem;
    }

    .colors {
        gap: 0.8rem;
    }

    .color {
        width: 35px;
        height: 35px;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .hero {
        padding: 1rem 0.5rem;
    }

    .main-title {
        font-size: 1.8rem;
    }

    .date-large {
        font-size: 3.5rem;
    }

    .section-title {
        font-size: 1.9rem;
        font-family: 'AmadeusAP';
    }

    .rsvp-form {
        padding: 1.2rem 0.8rem;
    }

    .timeline-events {
        gap: 1rem;
    }
}

/* Touch device improvements */
@media (hover: none) and (pointer: coarse) {
    .btn-primary:hover {
        transform: none;
    }

    .timeline-item:hover,
    .countdown-item:hover,
    .dear-guests:hover {
        transform: none;
    }

    .btn-primary:active {
        transform: scale(0.98);
    }
}

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

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

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

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.hero-content>* {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.hero-content>*:nth-child(1) {
    animation-delay: 0.1s;
}

.hero-content>*:nth-child(2) {
    animation-delay: 0.2s;
}

.hero-content>*:nth-child(3) {
    animation-delay: 0.3s;
}

.hero-content>*:nth-child(4) {
    animation-delay: 0.4s;
}

.hero-content>*:nth-child(5) {
    animation-delay: 0.5s;
}

.hero-content>*:nth-child(6) {
    animation-delay: 0.6s;
}

/* Intersection Observer Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Scroll Progress Indicator */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-yellow), var(--secondary-yellow));
    z-index: 1000;
    transition: width 0.1s ease;
}

/* Smooth scrolling for all browsers */
html {
    scroll-behavior: smooth;
}

/* Enhanced Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    z-index: 1001;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: var(--text-dark);
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

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

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

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

.nav-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.nav-menu li a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nav-menu li a:hover {
    background: transparent;
    color: var(--text-dark);
    transform: none;
}

.nav-menu li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-yellow);
    transition: width 0.3s ease;
}

.nav-menu li a:hover::after {
    width: 80%;
}

/* Mobile Navigation Styles */
@media (max-width: 768px) {
    .mobile-nav {
        padding: 1rem;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(15px);
        flex-direction: column;
        padding: 2rem;
        gap: 1rem;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

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

    .nav-menu li a {
        display: block;
        padding: 1rem 1.5rem;
        text-align: center;
        font-size: 1.1rem;
        border-radius: 15px;
        background: rgba(244, 208, 63, 0.05);
        border: 1px solid rgba(244, 208, 63, 0.2);
    }

    .nav-menu li a:hover {
        background: rgba(244, 208, 63, 0.15);
        transform: scale(1.02);
    }
}

/* Add top padding to body to account for fixed nav */
body {
    padding-top: 0;
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }
}

.radio-group,
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.radio-group label,
.checkbox-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    color: var(--text-light);
}

.radio-group input,
.checkbox-group input {
    margin-right: 0.75rem;
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    transition: all 0.2s ease;
    position: relative;
    top: -1px;
}

.checkbox-group input {
    border-radius: 5px;
}

.radio-group input:checked,
.checkbox-group input:checked {
    background-color: var(--primary-yellow);
    border-color: var(--primary-yellow);
}

.radio-group input:checked::after {
    content: '';
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-group input:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
}

.dear-guests h2 {
    margin-bottom: 1.5rem;
}

.section-separator {
    display: block;
    margin: 2rem auto;
    width: 100%;
    max-width: 300px;
}