/* Nellai Travels Pollachi - Single Screen Coming Soon Page */

:root {
  --forest: #082e25;
  --forest-2: #124b3c;
  --green: #2f7455;
  --gold: #e9b54f;
  --gold-light: #f7d47f;
  --cream: #f7f4ea;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  background: var(--forest);
}

.coming-page {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 35%, rgba(76, 139, 102, .25), transparent 27%),
    radial-gradient(circle at 20% 90%, rgba(233, 181, 79, .12), transparent 25%),
    linear-gradient(135deg, #061f19 0%, #0a3328 45%, #174d3b 100%);
}

.coming-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.6) 1px, transparent 1px);
  background-size: 26px 26px;
}

.coming-page::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  right: -220px;
  bottom: -350px;
  border: 1px solid rgba(233,181,79,.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 65px rgba(233,181,79,.035),
    0 0 0 130px rgba(233,181,79,.025);
}

.glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.glow-1 {
  width: 280px;
  height: 280px;
  left: -170px;
  top: 20%;
  background: rgba(69, 133, 98, .15);
}

.glow-2 {
  width: 180px;
  height: 180px;
  right: 18%;
  top: -100px;
  background: rgba(233, 181, 79, .12);
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
}

.topbar {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.mini-icon {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 13px;
  color: var(--gold);
  background: rgba(255,255,255,.06);
  font-size: 19px;
}

.mini-brand strong,
.mini-brand small {
  display: block;
}

.mini-brand strong {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  line-height: 1;
}

.mini-brand small {
  margin-top: 4px;
  color: rgba(255,255,255,.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 17px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: .25s ease;
}

.phone-link i {
  color: var(--gold);
}

.phone-link:hover {
  color: var(--forest);
  background: var(--gold);
  border-color: var(--gold);
}

.main-content {
  height: calc(100svh - 142px);
  min-height: 410px;
  display: flex;
  align-items: center;
}

.text-column {
  padding: 15px 30px 15px 15px;
}

.welcome-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
}

.welcome-line span {
  width: 30px;
  height: 2px;
  background: var(--gold);
}

h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -2px;
}

h1 em {
  color: var(--gold);
  font-style: italic;
}

.intro {
  max-width: 560px;
  margin: 20px 0 19px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.65;
}

.intro strong {
  color: #fff;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 19px;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.06);
  font-size: 11px;
  font-weight: 700;
}

.service-pill i {
  color: var(--gold);
  font-size: 13px;
}

.actions {
  display: flex;
  gap: 9px;
  margin-bottom: 18px;
}

.btn {
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  transition: .25s ease;
}

.btn-gold {
  color: var(--forest);
  background: var(--gold);
  border: 1px solid var(--gold);
}

.btn-gold:hover {
  color: var(--forest);
  background: var(--gold-light);
  transform: translateY(-2px);
}

.btn-whatsapp {
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
}

.btn-whatsapp:hover {
  color: var(--forest);
  background: #fff;
  border-color: #fff;
}

.address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 580px;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  line-height: 1.6;
}

.address i {
  margin-top: 2px;
  color: var(--gold);
}

.logo-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 10px 10px 30px;
}

.logo-frame {
  position: relative;
  width: min(100%, 590px);
  border-radius: 28px;
  padding: 10px;
  background: rgba(255,255,255,.96);
  box-shadow:
    0 35px 80px rgba(0,0,0,.3),
    0 0 0 1px rgba(255,255,255,.25);
  transform: rotate(1deg);
}

.main-logo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.logo-glow {
  position: absolute;
  inset: 15% 12%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(233,181,79,.35);
  filter: blur(45px);
}

.destination-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 7px 13px;
  border-radius: 50px;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.07);
  font-size: 10px;
  letter-spacing: 1px;
}

.destination-note i {
  color: var(--gold);
}

.destination-note b {
  color: var(--gold);
  padding: 0 3px;
}

.bottom-bar {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.38);
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  html,
  body {
    overflow: auto;
  }

  .coming-page {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .main-content {
    height: auto;
    min-height: 0;
    padding: 45px 0 35px;
  }

  .text-column {
    padding: 10px 15px 30px;
    text-align: center;
  }

  .welcome-line {
    justify-content: center;
  }

  .intro {
    margin-left: auto;
    margin-right: auto;
  }

  .service-list,
  .actions {
    justify-content: center;
  }

  .address {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    justify-content: center;
  }

  .logo-column {
    padding: 10px 15px 35px;
  }

  .bottom-bar {
    height: auto;
    padding: 18px 15px;
  }
}

@media (max-width: 575px) {
  .topbar {
    height: 72px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .phone-link span {
    display: none;
  }

  .phone-link {
    width: 40px;
    height: 40px;
    justify-content: center;
    padding: 0;
  }

  h1 {
    font-size: 45px;
    letter-spacing: -1px;
  }

  .service-pill {
    padding: 8px 10px;
  }

  .desktop-only {
    display: none;
  }

  .logo-frame {
    border-radius: 20px;
  }

  .main-logo {
    border-radius: 14px;
  }

  .bottom-bar {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}
