/* Travel Nation adaptation of Start Bootstrap Coming Soon
   Original theme: StartBootstrap/startbootstrap-coming-soon
   License: MIT
*/

:root{
  --navy:#061c32;
  --navy-2:#08243e;
  --gold:#d7aa55;
  --gold-light:#f0cc79;
  --white:#fff;
  --muted:rgba(255,255,255,.78);
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  background:var(--navy);
}

body{
  margin:0;
  color:var(--white);
  background:var(--navy);
  font-family:"Montserrat",Arial,sans-serif;
}

a{text-decoration:none}

.coming-soon{
  overflow:hidden;
  background:var(--navy);
}

/* Header */
.site-header{
  position:absolute;
  z-index:20;
  top:0;
  left:0;
  right:0;
  min-height:96px;
  padding:25px 4vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
}

.brand-mark{
  width:47px;
  height:47px;
  display:block;
}

.brand-mark svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:var(--gold-light);
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.brand-mark path:nth-child(2){
  fill:var(--gold-light);
  stroke:none;
}

.brand-text{
  display:flex;
  flex-direction:column;
  font-size:11px;
  line-height:.95;
  letter-spacing:.24em;
}

.brand-text strong{
  font-size:16px;
  letter-spacing:.13em;
  margin-top:4px;
}

.socials{
  display:flex;
  gap:10px;
}

.socials a{
  width:40px;
  height:40px;
  border:1px solid rgba(240,204,121,.75);
  border-radius:50%;
  display:grid;
  place-items:center;
  transition:.25s ease;
}

.socials a:hover{
  background:var(--gold);
  border-color:var(--gold);
  transform:translateY(-2px);
}

.socials svg{
  width:18px;
  height:18px;
  fill:#fff;
}

/* Hero */
.hero{
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:120px 24px 90px;
  background:
    linear-gradient(180deg,rgba(3,19,34,.54) 0%,rgba(3,19,34,.60) 42%,rgba(3,19,34,.96) 100%),
    url("../images/samarkand.jpg") center center/cover no-repeat;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 43%,rgba(215,170,85,.08),transparent 35%),
    linear-gradient(90deg,rgba(3,19,34,.25),transparent 50%,rgba(3,19,34,.25));
  pointer-events:none;
}

.hero-content{
  position:relative;
  z-index:2;
  width:min(900px,100%);
  text-align:center;
  margin:auto;
}

.eyebrow,
.section-kicker{
  margin:0 0 18px;
  color:var(--gold-light);
  font-size:clamp(11px,1.15vw,14px);
  font-weight:700;
  letter-spacing:.28em;
}

.hero h1{
  margin:0;
  font-size:clamp(42px,7vw,88px);
  line-height:1;
  font-weight:800;
  letter-spacing:.045em;
  white-space:nowrap;
  text-shadow:0 5px 28px rgba(0,0,0,.35);
}

.ornament{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin:24px auto 24px;
  width:min(560px,85%);
}

.ornament span{
  height:1px;
  flex:1;
  background:linear-gradient(90deg,transparent,var(--gold));
}

.ornament span:last-child{
  background:linear-gradient(90deg,var(--gold),transparent);
}

.ornament i{
  color:var(--gold-light);
  font-size:18px;
  font-style:normal;
}

.hero h2{
  margin:0 0 14px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(25px,3vw,40px);
  font-weight:600;
}

.hero .lead{
  max-width:720px;
  margin:0 auto;
  color:var(--muted);
  font-size:clamp(14px,1.55vw,18px);
  line-height:1.75;
}

.opening-button{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:30px;
  padding:14px 25px;
  color:var(--gold-light);
  border:1px solid var(--gold-light);
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  transition:.25s ease;
}

.opening-button:hover{
  color:var(--navy);
  background:var(--gold-light);
}

.bell{
  font-size:10px;
}

.scroll-hint{
  position:absolute;
  z-index:3;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  color:rgba(255,255,255,.7);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  font-size:8px;
  letter-spacing:.22em;
}

.scroll-hint b{
  color:var(--gold-light);
  font-size:20px;
  line-height:1;
  font-weight:400;
}

/* Features */
.features{
  position:relative;
  padding:90px 0 75px;
  background:
    radial-gradient(circle at 50% 0,rgba(215,170,85,.08),transparent 36%),
    var(--navy);
}

.features .section-kicker,
.contacts .section-kicker{
  text-align:center;
  margin-bottom:38px;
}

.feature-grid{
  border-top:1px solid rgba(215,170,85,.28);
  border-bottom:1px solid rgba(215,170,85,.28);
}

.feature{
  text-align:center;
  padding:38px 28px;
  position:relative;
}

.feature:not(:last-child):after{
  content:"";
  position:absolute;
  top:30px;
  bottom:30px;
  right:0;
  width:1px;
  background:rgba(215,170,85,.25);
}

.feature-icon{
  width:66px;
  height:66px;
  margin:0 auto 20px;
}

.feature-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:var(--gold-light);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.feature h3{
  margin:0 0 10px;
  font-size:16px;
  font-weight:700;
}

.feature p{
  max-width:230px;
  margin:0 auto;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}

/* Contacts */
.contacts{
  padding:72px 0 82px;
  background:var(--navy-2);
}

.contact-text{
  margin:-15px 0 28px;
  color:var(--muted);
  font-size:15px;
}

.contact-buttons{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.contact-btn{
  min-width:255px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:15px 24px;
  border-radius:12px;
  color:#fff;
  text-align:left;
  transition:.25s ease;
}

.contact-btn:hover{
  transform:translateY(-3px);
  color:#fff;
  box-shadow:0 14px 30px rgba(0,0,0,.22);
}

.contact-btn.whatsapp{background:#20b955}
.contact-btn.telegram{background:#168bd3}

.contact-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.7);
  border-radius:50%;
  font-size:20px;
}

.contact-btn small,
.contact-btn strong{
  display:block;
}

.contact-btn small{
  font-size:12px;
  opacity:.85;
  margin-bottom:2px;
}

.contact-btn strong{
  font-size:14px;
}

/* Footer — clean, no skyline */
.site-footer{
  position:relative;
  overflow:hidden;
  height:105px;
  min-height:105px;
  background:#04182b;
  display:flex;
  align-items:center;
  border-top:1px solid rgba(240,189,84,.18);
}

.skyline,
.skyline svg{
  display:none !important;
}

.footer-content{
  position:relative;
  z-index:2;
  width:100%;
  text-align:center;
  padding:0 15px;
  color:rgba(255,255,255,.56);
  font-size:11px;
  line-height:1.6;
}

.footer-content p{
  margin:0;
}

/* Responsive */
@media (max-width: 991.98px){
  .feature:nth-child(2):after{display:none}
  .feature:nth-child(1),
  .feature:nth-child(2){border-bottom:1px solid rgba(215,170,85,.2)}
}

@media (max-width: 767.98px){
  .site-header{
    min-height:78px;
    padding:18px 18px;
  }

  .brand-mark{width:38px;height:38px}
  .brand-text{font-size:8px}
  .brand-text strong{font-size:13px}

  .socials{gap:6px}
  .socials a{width:34px;height:34px}
  .socials svg{width:15px;height:15px}

  .hero{
    min-height:760px;
    padding:110px 18px 80px;
    background-position:center;
  }

  .eyebrow{
    letter-spacing:.18em;
    line-height:1.5;
  }

  .hero h1{
    font-size:clamp(31px,10.5vw,56px);
    letter-spacing:.025em;
  }

  .ornament{margin:19px auto}
  .hero h2{font-size:27px}
  .hero .lead{font-size:14px;line-height:1.65}

  .opening-button{
    margin-top:24px;
    padding:12px 19px;
    font-size:10px;
  }

  .feature{
    padding:30px 22px;
  }

  .feature:not(:last-child):after{display:none}

  .feature-grid{
    border-bottom:0;
  }

  .feature{
    border-bottom:1px solid rgba(215,170,85,.2);
  }

  .contact-buttons{
    flex-direction:column;
    align-items:center;
  }

  .contact-btn{
    width:min(100%,360px);
    min-width:0;
  }
}

@media (max-width: 420px){
  .socials a:nth-child(1){display:none}
  .hero{
    min-height:720px;
  }
  .hero h1{
    white-space:normal;
    line-height:1.05;
  }
}

/* Hard guarantee: the decorative skyline is intentionally disabled. */
.tn-skyline,
.tn-skyline svg,
.skyline,
.skyline svg{
  display:none !important;
}

.site-footer{
  height:105px !important;
  min-height:105px !important;
}
