/* Simple Theme Styles */

/* Hero Section */
.hero-container {
    width: 100%;
    max-width: 1200px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px 20px;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 800px;
}

/* Florals */
.floral {
    position: absolute;
    opacity: 0;
    animation: fadeInFloat 3s ease-out forwards;
}

.floral-small {
    width: 25px;
    height: 25px;
}

.floral-medium {
    width: 35px;
    height: 35px;
}

.floral-large {
    width: 50px;
    height: 50px;
}

.floral-1 {
    top: 12%;
    left: 18%;
    animation-delay: 1.2s;
}

.floral-2 {
    top: 20%;
    right: 22%;
    animation-delay: 1.5s;
}

.floral-3 {
    bottom: 35%;
    left: 20%;
    animation-delay: 1.8s;
}

.floral-4 {
    bottom: 25%;
    right: 18%;
    animation-delay: 2.1s;
}

.floral-5 {
    top: 35%;
    left: 12%;
    animation-delay: 2.4s;
}

.floral-6 {
    top: 45%;
    right: 15%;
    animation-delay: 2.7s;
}

.floral-7 {
    top: 8%;
    left: 45%;
    animation-delay: 1.8s;
}

.floral-8 {
    top: 15%;
    right: 38%;
    animation-delay: 2.2s;
}

.floral-9 {
    bottom: 18%;
    left: 42%;
    animation-delay: 2.5s;
}

.floral-10 {
    bottom: 12%;
    right: 40%;
    animation-delay: 2.8s;
}

.floral-11 {
    top: 28%;
    left: 8%;
    animation-delay: 3.1s;
}

.floral-12 {
    bottom: 42%;
    right: 10%;
    animation-delay: 3.4s;
}

.floral-13 {
    top: 52%;
    left: 25%;
    animation-delay: 2s;
}

.floral-14 {
    bottom: 48%;
    right: 28%;
    animation-delay: 2.6s;
}

/* Typography */
.subtitle-top {
    font-family: "Cinzel", serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6b5d4f;
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeIn 1.5s ease-out 0.5s forwards;
}

.main-title {
    font-family: "Great Vibes", cursive;
    font-size: 96px;
    color: #3c3530;
    line-height: 1.2;
    margin: 20px 0 40px;
    position: relative;
    display: inline-block;
}

.main-title::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 15%;
    width: 3px;
    height: 70%;
    background: #3c3530;
    animation: blink 0.7s step-end infinite;
}

.main-title.finished::after {
    display: none;
}

.wedding-date {
    font-family: "Cinzel", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #3c3530;
    margin: 30px 0;
    opacity: 0;
    animation: fadeIn 1.5s ease-out 3.5s forwards;
}

/* Countdown */
.countdown {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    opacity: 0;
    animation: fadeIn 1.5s ease-out 4s forwards;
}

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

.countdown-value {
    font-family: "Cinzel", serif;
    font-size: 48px;
    font-weight: 500;
    color: #d4a5a5;
    display: block;
    line-height: 1;
}

.countdown-label {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b5d4f;
    margin-top: 10px;
    display: block;
}

/* Divider */
.divider {
    width: 120px;
    height: 1px;
    background: #6b5d4f;
    margin: 40px auto;
    position: relative;
    opacity: 0;
    animation: fadeIn 1.5s ease-out 4.5s forwards;
}

.divider::before,
.divider::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #6b5d4f;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.divider::before {
    left: -15px;
}

.divider::after {
    right: -15px;
}

/* Poem/Quote */
.poem {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
    color: #6b5d4f;
    line-height: 1.9;
    margin: 40px auto;
    max-width: 500px;
    opacity: 0;
    animation: fadeIn 1.5s ease-out 5s forwards;
}

.brand-name {
    font-family: "Cinzel", serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #6b5d4f;
    margin: 50px 0 20px;
    opacity: 0;
    animation: fadeIn 1.5s ease-out 5.5s forwards;
}

/* Section Styles */
.section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .section {
        padding: 80px 20px;
    }
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    font-family: "Cinzel", serif;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6b5d4f;
    margin-bottom: 20px;
}

.section-title {
    font-family: "Great Vibes", cursive;
    font-size: 56px;
    color: #3c3530;
    margin-bottom: 20px;
}

.section-description {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: #6b5d4f;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Timeline */
.timeline-container {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.timeline-time {
    font-family: "Cinzel", serif;
    font-size: 20px;
    color: #d4a5a5;
    min-width: 100px;
}

.timeline-details {
    flex: 1;
}

.timeline-title {
    font-family: "Cinzel", serif;
    font-size: 24px;
    color: #3c3530;
    margin-bottom: 10px;
}

.timeline-description {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: #6b5d4f;
    line-height: 1.6;
}

.timeline-day-header {
    text-align: center;
    margin-bottom: 30px;
}

.timeline-day-label {
    font-family: "Cinzel", serif;
    font-size: 18px;
    color: #d4a5a5;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.timeline-day-date {
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    color: #6b5d4f;
    margin-top: 4px;
}

.timeline-day-separator {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(107, 93, 79, 0.15);
}

/* Cards */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.card {
    text-align: center;
    padding: 40px 30px;
    background: rgba(245, 235, 224, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(107, 93, 79, 0.1);
}

.card-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.card-title {
    font-family: "Cinzel", serif;
    font-size: 20px;
    color: #3c3530;
    margin-bottom: 15px;
}

.card-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: #6b5d4f;
    line-height: 1.6;
}

/* Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.gallery-item {
    aspect-ratio: 1;
    background: rgba(212, 165, 165, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInFloat {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 0.6;
        transform: translateY(0);
    }
}

@keyframes blink {
    0%,
    50% {
        opacity: 1;
    }
    51%,
    100% {
        opacity: 0;
    }
}


/* Locations */
.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.location-card {
    background: rgba(245, 235, 224, 0.3);
    border-radius: 12px;
    border: 1px solid rgba(107, 93, 79, 0.1);
    overflow: hidden;
}

.location-map {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: rgba(107, 93, 79, 0.05);
    position: relative;
}

.location-map::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 20px rgba(60, 53, 48, 0.15);
    pointer-events: none;
    z-index: 1;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.location-body {
    padding: 30px;
    text-align: center;
}

.location-type {
    font-family: "Cinzel", serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d4a5a5;
    margin-bottom: 10px;
}

.location-name {
    font-family: "Cinzel", serif;
    font-size: 22px;
    color: #3c3530;
    margin-bottom: 12px;
}

.location-address {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: #6b5d4f;
    margin-bottom: 8px;
    line-height: 1.6;
}

.location-description {
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    color: #9B8B7E;
    margin-top: 8px;
    line-height: 1.5;
}

.location-map-link {
    display: inline-block;
    font-family: "Cinzel", serif;
    font-size: 13px;
    letter-spacing: 2px;
    color: #d4a5a5;
    text-decoration: none;
    margin-top: 15px;
    transition: color 0.3s ease;
}

.location-map-link:hover {
    color: #3c3530;
}

/* Parallax */
.parallax-section {
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-overlay {
    background: rgba(60, 53, 48, 0.5);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-content {
    text-align: center;
    color: #f5ebe0;
}

.parallax-subtitle {
    font-family: "Cinzel", serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.parallax-title {
    font-family: "Great Vibes", cursive;
    font-size: 72px;
    line-height: 1.2;
}

/* Quote */
.quote-section {
    background: rgba(245, 235, 224, 0.3);
}

.quote-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 40px;
    position: relative;
}

.quote-mark {
    font-family: "Great Vibes", cursive;
    font-size: 120px;
    color: #d4a5a5;
    opacity: 0.3;
    line-height: 0.5;
    margin-bottom: 20px;
}

.quote-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-style: italic;
    color: #3c3530;
    line-height: 1.8;
    margin-bottom: 30px;
}

.quote-author {
    font-family: "Cinzel", serif;
    font-size: 16px;
    letter-spacing: 2px;
    color: #6b5d4f;
}

/* Story Timeline */
.story-timeline {
    max-width: 900px;
    margin: 40px auto;
    position: relative;
}

.story-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(107, 93, 79, 0.2);
    transform: translateX(-50%);
}

.story-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
    position: relative;
}

.story-left {
    grid-template-areas: "content date";
}

.story-right {
    grid-template-areas: "date content";
}

.story-left .story-content {
    grid-area: content;
    text-align: right;
}

.story-right .story-content {
    grid-area: content;
    text-align: left;
}

.story-left .story-date,
.story-right .story-date {
    grid-area: date;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-date {
    font-family: "Cinzel", serif;
    font-size: 32px;
    font-weight: 500;
    color: #d4a5a5;
    position: relative;
}

.story-left .story-date::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #d4a5a5;
    border: 4px solid #f5ebe0;
    border-radius: 50%;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.story-right .story-date::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #d4a5a5;
    border: 4px solid #f5ebe0;
    border-radius: 50%;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .story-right .story-date::after {
        left: auto;
        right: -42px;
    }

    .story-left .story-date::after {
        left: -42px;
    }
}

.story-title {
    font-family: "Cinzel", serif;
    font-size: 24px;
    color: #3c3530;
    margin-bottom: 15px;
}

.story-description {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: #6b5d4f;
    line-height: 1.8;
}

/* RSVP Form */
.rsvp-section {
    background: rgba(245, 235, 224, 0.3);
}

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

.rsvp-form {
    background: white;
    padding: 50px 40px;
    border-radius: 8px;
    border: 1px solid rgba(107, 93, 79, 0.1);
}

.rsvp-field {
    margin-bottom: 30px;
}

.rsvp-label {
    font-family: "Cinzel", serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b5d4f;
    display: block;
    margin-bottom: 10px;
}

.rsvp-input,
.rsvp-textarea {
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: #3c3530;
    padding: 12px 16px;
    border: 1px solid rgba(107, 93, 79, 0.2);
    border-radius: 4px;
    background: #f9f5f0;
    transition: border-color 0.3s ease;
}

.rsvp-input:focus,
.rsvp-textarea:focus {
    outline: none;
    border-color: #d4a5a5;
}

.rsvp-radio-group {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.rsvp-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: #3c3530;
    cursor: pointer;
}

.rsvp-radio input[type="radio"] {
    accent-color: #d4a5a5;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.rsvp-submit {
    width: 100%;
    font-family: "Cinzel", serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
    background: #d4a5a5;
    border: none;
    padding: 16px 32px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.rsvp-submit:hover {
    background: #c49595;
}

/* Responsive */
@media (max-width: 768px) {
    .floral-small {
        width: 20px;
        height: 20px;
    }

    .floral-medium {
        width: 28px;
        height: 28px;
    }

    .floral-large {
        width: 38px;
        height: 38px;
    }

    .subtitle-top {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .main-title {
        font-size: 56px;
    }

    .wedding-date {
        font-size: 18px;
    }

    .countdown {
        gap: 20px;
    }

    .countdown-value {
        font-size: 36px;
    }

    .countdown-label {
        font-size: 11px;
    }

    .poem {
        font-size: 17px;
        padding: 0 20px;
    }

    .brand-name {
        font-size: 16px;
    }

    .section-title {
        font-size: 42px;
    }

    .timeline-item {
        flex-direction: column;
        gap: 15px;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .locations-grid {
        grid-template-columns: 1fr;
    }

    .parallax-section,
    .parallax-overlay {
        min-height: 300px;
        background-attachment: scroll;
    }

    .parallax-title {
        font-size: 48px;
    }

    .quote-text {
        font-size: 22px;
    }

    .story-timeline::before {
        left: 30px;
    }

    .story-item {
        grid-template-columns: 60px 1fr !important;
        grid-template-areas: "date content" !important;
        gap: 30px;
    }

    .story-left .story-content,
    .story-right .story-content {
        text-align: left;
    }

    .story-date {
        font-size: 20px;
        writing-mode: vertical-rl;
    }

    .story-date::after {
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .rsvp-form {
        padding: 40px 30px;
    }

    .rsvp-radio-group {
        flex-direction: column;
        gap: 15px;
    }
}

/* ─────────────────────────────────────────────────────────────────────────────
   SVG Icon Styles
   ───────────────────────────────────────────────────────────────────────────── */
.card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    color: #d4a5a5;
}

.card-icon svg {
    width: 100%;
    height: 100%;
}

.location-map-link svg {
    display: inline;
}

.location-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.location-map-link svg {
    width: 14px;
    height: 14px;
}

/* ─────────────────────────────────────────────────────────────────────────────
   FAQ Section
   ───────────────────────────────────────────────────────────────────────────── */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: rgba(245, 235, 224, 0.3);
    border: 1px solid rgba(107, 93, 79, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(107, 93, 79, 0.2);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: "Cinzel", serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #3c3530;
    text-align: left;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: rgba(245, 235, 224, 0.5);
}

.faq-question-open {
    background: rgba(245, 235, 224, 0.5);
}

.faq-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #6b5d4f;
}

.faq-icon-open {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 24px 20px;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    line-height: 1.7;
    color: #6b5d4f;
}

.faq-answer p {
    margin: 0;
}

/* ─────────────────────────────────────────────────────────────────────────────
   Travel Section
   ───────────────────────────────────────────────────────────────────────────── */
.travel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.travel-card {
    background: rgba(245, 235, 224, 0.3);
    border: 1px solid rgba(107, 93, 79, 0.1);
    border-radius: 8px;
    padding: 32px 28px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.travel-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.travel-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    color: var(--color-primary, #C9A962);
}

.travel-icon svg {
    width: 100%;
    height: 100%;
}

.travel-title {
    font-family: "Cinzel", serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #3c3530;
    margin-bottom: 12px;
}

.travel-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    line-height: 1.7;
    color: #6b5d4f;
}

@media (max-width: 768px) {
    .travel-grid {
        grid-template-columns: 1fr;
    }

    .faq-question {
        font-size: 14px;
        padding: 16px 20px;
    }

    .faq-answer {
        padding: 0 20px 16px;
        font-size: 15px;
    }
}

/* ─────────────────────────────────────────────────────────────────────────────
   Footer
   ───────────────────────────────────────────────────────────────────────────── */
.footer {
    background: rgba(245, 235, 224, 0.5);
    border-top: 1px solid rgba(107, 93, 79, 0.1);
    padding: 60px 20px 40px;
}

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

.footer-content {
    text-align: center;
    margin-bottom: 40px;
}

.footer-names {
    font-family: "Great Vibes", cursive;
    font-size: 42px;
    color: #3c3530;
    margin-bottom: 10px;
}

.footer-date {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: #6b5d4f;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(107, 93, 79, 0.15);
}

.footer-bottom p {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    color: #6b5d4f;
    margin: 5px 0;
}

.footer-brand {
    font-family: "Cinzel", serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #d4a5a5;
    margin-top: 10px;
}

.footer-brand a {
    color: #d4a5a5;
}

/* ─────────────────────────────────────────────────────────────────────────────
   Additional Form Styles
   ───────────────────────────────────────────────────────────────────────────── */
.rsvp-select {
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: #3c3530;
    padding: 12px 16px;
    border: 1px solid rgba(107, 93, 79, 0.2);
    border-radius: 4px;
    background: #f9f5f0;
    transition: border-color 0.3s ease;
    cursor: pointer;
}

.rsvp-select:focus {
    outline: none;
    border-color: #d4a5a5;
}

.rsvp-message {
    padding: 16px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
}

.rsvp-message.success {
    background: rgba(168, 181, 160, 0.2);
    border: 1px solid rgba(168, 181, 160, 0.4);
    color: #5a6b52;
}

.rsvp-message.error {
    background: rgba(212, 165, 165, 0.2);
    border: 1px solid rgba(212, 165, 165, 0.4);
    color: #8b5a5a;
}

.guest-fields {
    margin-top: 20px;
    padding: 20px;
    background: rgba(245, 235, 224, 0.3);
    border-radius: 6px;
    border: 1px solid rgba(107, 93, 79, 0.1);
}

.guest-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.guest-field-row:last-child {
    margin-bottom: 0;
}

.add-guest-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Cinzel", serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #6b5d4f;
    background: transparent;
    border: 1px dashed rgba(107, 93, 79, 0.3);
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.add-guest-btn:hover {
    border-color: #d4a5a5;
    color: #d4a5a5;
}

@media (max-width: 768px) {
    .footer-names {
        font-size: 32px;
    }

    .guest-field-row {
        grid-template-columns: 1fr;
    }
}
