/* ==========================================
   HERO
========================================== */

.container {
    min-height: 100svh;
    padding: 0 1.25rem;
    background: url('drone02.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.689);
}

.content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 90rem;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1.5s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 3.5vw, 3rem);
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #ff1493;
}

.content h4 {
    /* max-width: 44rem; */
    margin: 0 auto;
    font-size: clamp(0.85rem, 1.3vw, 1.05rem);
    font-weight: 400;
    line-height: 1.7;
}

p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.highlight {
    color: #ff1493;
}

.navbar {
    position: absolute;
    top: 1.5rem;
    padding: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 100;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;

    list-style: none;
    margin: 0;
    padding: .9rem 2rem;

    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.2);
}

.menu a {
    color: #fff;
    text-decoration: none;
    font-size: .95rem;
    font-weight: 500;
    transition: .3s;
}

.menu a:hover {
    color: #f8d8e6;
}

/* ==========================================
   COUNTDOWN
========================================== */

.countdown {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.time-box {
    width: 6rem;
    min-width: 6rem;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 20, 147, .15);
    border: 1px solid rgba(255, 20, 147, .4);
    backdrop-filter: blur(8px);
}

.time-box span {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.time-box small {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 992px) {

    .container {
        padding-top: 6rem;
    }

    .navbar {
        padding: 1.5rem 2rem;
    }

    .menu {
        gap: 1.5rem;
    }

    .content h1 {
        font-size: 2.6rem;
        margin-top:4rem;
    }

    .content h4 {
        font-size: 1.1rem;
        margin-top: 3rem;
    }

    .story-content p{
        font-size: 0.9rem;
    }
}

/* ==========================================
   CELULAR
========================================== */

@media (max-width: 768px) {


      .btn-gift {
        padding: 0.75rem;
        font-size: 0.85rem;
    }

    .container {
        padding: 7rem 1rem 2rem;
    }

    .navbar {
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 2rem);
        display: flex;
        justify-content: center;
    }

    .menu {
        width: 100%;
        max-width: 380px;

        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        gap: .8rem;

        padding: .9rem 1rem;

        background: rgba(0, 0, 0, .45);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 16px;
    }

    .menu li {
        flex: 1 1 auto;
        text-align: center;
    }

    .menu a {
        display: block;
        font-size: .85rem;
        padding: .45rem;
    }
}

/* ==========================================
   CELULARES PEQUENOS
========================================== */

@media (max-width: 480px) {

    .gift-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: .75rem;
        padding: 0 .75rem;
    }

     .btn-gift {
        width: 100%;
        padding: .7rem;
        font-size: .8rem;
        border-radius: 6px;
    }

    .gift-card img {
        aspect-ratio: 1 / 1;
    }

    .gift-card-content {
        padding: .75rem;
    }

    .gift-card h3 {
        font-size: .85rem;
        line-height: 1.3;
        margin-bottom: .4rem;
    }

    .gift-card span {
        font-size: .75rem;
    }

    .gifted::before {
        font-size: .65rem;
        padding: .3rem .6rem;
    }

    .container {
        padding: 7rem 1rem 2rem;
    }

    .menu {
        flex-direction: column;
        gap: .75rem;
    }

    .menu a {
        font-size: .9rem;
    }

    .content h1 {
        font-size: 1.7rem;
    }

    .content h4 {
        font-size: .95rem;
        line-height: 1.6;
    }

    .countdown {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .8rem;
        max-width: 14rem;
        margin: 2rem auto 0;
    }

    .time-box {
        width: 100%;
        min-width: auto;
        padding: .9rem;
    }

    .time-box span {
        font-size: 1.35rem;
    }

    .time-box small {
        font-size: .65rem;
    }
}

.locations-section {
  width: 100%;
  padding: 90px 20px;
  background: #faf8f5;
  box-sizing: border-box;
}

.section-header {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}

.section-subtitle {
  display: block;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-style: italic;
  color: #9b8171;
}

.section-header h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-weight: 500;
  color: #3f3935;
}

.section-header p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #77706b;
}

.locations-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.location-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eee8e2;
  box-shadow: 0 12px 35px rgba(60, 45, 35, 0.07);
}

.location-image,
.location-map {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.location-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.location-card:hover .location-image img {
  transform: scale(1.04);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.location-content {
  padding: 32px 35px 35px;
  text-align: center;
}

.location-type {
  display: block;
  margin-bottom: 10px;

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #a58b79;
}

.location-content h3 {
  margin: 0 0 18px;

  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;

  color: #3f3935;
}

.location-address {
  margin: 0 0 25px;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.8;

  color: #77706b;
}

.location-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 170px;
  padding: 12px 22px;

  border: 1px solid #a58b79;

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;

  color: #8d7565;
  background: transparent;

  transition: all 0.3s ease;
}

.location-button span {
  font-size: 15px;
  transition: transform 0.3s ease;
}

.location-button:hover {
  color: #ffffff;
  background: #a58b79;
}

.location-button:hover span {
  transform: translate(2px, -2px);
}

@media (max-width: 768px) {
  .locations-section {
    padding: 65px 18px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-header h2 {
    font-size: 38px;
  }

  .locations-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .location-image,
  .location-map {
    height: 260px;
  }

  .location-content {
    padding: 28px 22px 30px;
  }

  .location-content h3 {
    font-size: 27px;
  }
}

.prazo-confirmacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;

    width: fit-content;
    margin: 25px auto;

    padding: 12px 28px;

    border-top: 1px solid #c9b8aa;
    border-bottom: 1px solid #c9b8aa;

    text-align: center;
}

.prazo-confirmacao span {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e5d9d2;
}

.prazo-confirmacao strong {
    font-size: 18px;
    font-weight: 600;
    color: #b5a69c;
}