/* ============================================================
   RentCar Armenia — shared styles (light theme, multi-page)
   ============================================================ */
:root{
  --stone:#FAF8F5;
  --stone-2:#F0EBE2;
  --stone-3:#E4DDCF;
  --ink:#26313D;
  --ink-2:#1C2530;
  --amber:#C97A2E;
  --amber-light:#E0913F;
  --amber-tint:#FBEEDD;
  --garnet:#9E2A3A;
  --text-dark:#2A2620;
  --text-muted:#726C5F;
  --text-light:#F7F5F1;
  --radius:3px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important;}
}
body{
  font-family:'Inter', sans-serif;
  background:var(--stone);
  color:var(--text-dark);
  line-height:1.55;
  overflow-x:hidden;
}
a{color:inherit;}
.display{font-family:'Fraunces', serif;}
.mono{font-family:'IBM Plex Mono', monospace; letter-spacing:0.02em;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
@media (max-width:640px){ .wrap{padding:0 20px;} }
:focus-visible{outline:2px solid var(--amber); outline-offset:3px;}

/* ---------- NAV ---------- */
header{
  position:sticky; top:0; left:0; right:0; z-index:100;
  background:rgba(250,248,245,0.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--stone-3);
}
.nav{ display:flex; align-items:center; justify-content:space-between; height:76px; gap:20px; }
.brand{
  display:flex; align-items:center; gap:10px;
  text-decoration:none;
  flex-shrink:0;
}
.brand svg{width:34px; height:34px; display:block;}
.brand .brand-word{
  font-family:'Fraunces', serif;
  font-weight:600;
  font-size:1.1rem;
  color:var(--ink);
  letter-spacing:0.01em;
  line-height:1.1;
}
.brand .brand-word small{
  display:block;
  font-family:'IBM Plex Mono', monospace;
  font-weight:400;
  font-size:0.62rem;
  color:var(--text-muted);
  letter-spacing:0.12em;
  text-transform:uppercase;
  margin-top:1px;
}
.navlinks{ display:flex; align-items:center; gap:30px; list-style:none; }
.navlinks a{
  color:var(--text-dark);
  text-decoration:none;
  font-size:0.92rem;
  font-weight:500;
  opacity:0.75;
  transition:opacity 0.2s, color 0.2s;
  padding-bottom:4px;
  border-bottom:2px solid transparent;
}
.navlinks a:hover{opacity:1;}
.navlinks a.current{opacity:1; border-bottom-color:var(--amber);}
.navlinks-desktop{display:flex;}
@media (max-width:900px){ .navlinks-desktop{display:none;} }

.nav-right{display:flex; align-items:center; gap:14px;}
.nav-cta{
  background:var(--amber);
  color:#fff;
  padding:11px 22px;
  border-radius:var(--radius);
  text-decoration:none;
  font-weight:600;
  font-size:0.88rem;
  transition:background 0.2s;
  white-space:nowrap;
}
.nav-cta:hover{background:var(--amber-light);}

.lang-switch, .curr-switch{
  display:flex; gap:2px;
  background:var(--stone-2);
  border:1px solid var(--stone-3);
  border-radius:3px;
  padding:3px;
}
.lang-switch button, .curr-switch button{
  background:transparent; border:none;
  color:var(--text-muted);
  font-family:'IBM Plex Mono', monospace;
  font-size:0.72rem; letter-spacing:0.03em;
  padding:6px 10px; border-radius:2px; cursor:pointer;
  transition:background 0.2s, color 0.2s;
}
.lang-switch button:hover, .curr-switch button:hover{color:var(--text-dark);}
.lang-switch button.active, .curr-switch button.active{background:var(--amber); color:#fff; font-weight:600;}
@media (max-width:640px){ .curr-switch{display:none;} }

.mobile-toggle{
  display:none;
  background:none; border:none; cursor:pointer;
  width:36px; height:36px;
  flex-direction:column; justify-content:center; align-items:center; gap:5px;
}
.mobile-toggle span{width:22px; height:2px; background:var(--ink); display:block;}
@media (max-width:900px){ .mobile-toggle{display:flex;} }

.mobile-menu{
  display:none;
  flex-direction:column;
  background:var(--stone);
  border-bottom:1px solid var(--stone-3);
  padding:8px 20px 20px;
}
.mobile-menu.open{display:flex;}
.mobile-menu a{
  padding:14px 0;
  text-decoration:none;
  color:var(--text-dark);
  font-size:1rem;
  border-bottom:1px solid var(--stone-3);
}

/* ---------- BUTTONS ---------- */
.btn-primary{
  background:var(--amber);
  color:#fff;
  padding:15px 28px;
  border-radius:var(--radius);
  text-decoration:none;
  font-weight:600;
  font-size:0.95rem;
  transition:background 0.2s, transform 0.2s;
  display:inline-block;
  border:none; cursor:pointer;
}
.btn-primary:hover{background:var(--amber-light); transform:translateY(-1px);}
.btn-ghost{
  border:1px solid var(--stone-3);
  color:var(--text-dark);
  padding:15px 28px;
  border-radius:var(--radius);
  text-decoration:none;
  font-weight:500;
  font-size:0.95rem;
  transition:border-color 0.2s, background 0.2s;
  display:inline-block;
}
.btn-ghost:hover{border-color:var(--amber); background:var(--amber-tint);}

/* ---------- PAGE HERO (secondary pages) ---------- */
.page-hero{
  padding:64px 0 48px;
  border-bottom:1px solid var(--stone-3);
}
.page-hero .eyebrow{
  font-family:'IBM Plex Mono', monospace;
  font-size:0.78rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--amber);
  margin-bottom:16px;
  display:flex; align-items:center; gap:10px;
}
.page-hero .eyebrow::before{ content:""; width:26px; height:1px; background:var(--amber); display:inline-block; }
.page-hero h1{
  font-family:'Fraunces', serif;
  font-size:clamp(2rem, 5vw, 3rem);
  font-weight:500;
  line-height:1.1;
  letter-spacing:-0.01em;
}
.page-hero h1 em{ font-style:italic; color:var(--amber); }
.page-hero p{
  margin-top:18px;
  font-size:1.02rem;
  color:var(--text-muted);
  max-width:560px;
}

/* ---------- SECTION generic ---------- */
section{padding:88px 0;}
@media (max-width:640px){ section{padding:60px 0;} }
.section-head{ max-width:560px; margin-bottom:56px; }
.section-head .eyebrow{
  font-family:'IBM Plex Mono', monospace;
  font-size:0.78rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--amber);
  margin-bottom:16px;
  display:flex; align-items:center; gap:10px;
}
.section-head .eyebrow::before{ content:""; width:26px; height:1px; background:var(--amber); display:inline-block; }
.section-head h2{
  font-family:'Fraunces', serif;
  font-size:clamp(1.7rem, 4vw, 2.4rem);
  font-weight:500;
  color:var(--text-dark);
  letter-spacing:-0.01em;
}
.section-head p{ margin-top:14px; color:var(--text-muted); font-size:1rem; }
.section-alt{ background:var(--stone-2); }

/* ---------- FLEET / CARDS ---------- */
.fleet-grid{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:1px;
  background:var(--stone-3); border:1px solid var(--stone-3);
}
@media (max-width:960px){ .fleet-grid{grid-template-columns:repeat(2, 1fr);} }
@media (max-width:560px){ .fleet-grid{grid-template-columns:1fr;} }
.car-card{ background:#fff; padding:32px 26px; transition:background 0.2s; }
.car-card:hover{ background:var(--amber-tint); }
.car-card svg{ width:100%; height:50px; margin-bottom:24px; }
.car-card .tier{
  font-family:'IBM Plex Mono', monospace; font-size:0.7rem;
  text-transform:uppercase; letter-spacing:0.1em; color:var(--garnet);
}
.car-card h3{ font-family:'Fraunces', serif; font-size:1.25rem; font-weight:500; margin-top:8px; }
.car-card .specs{ margin-top:12px; font-size:0.85rem; color:var(--text-muted); display:flex; flex-direction:column; gap:4px; }
.car-card .price{ margin-top:20px; padding-top:16px; border-top:1px solid var(--stone-2); display:flex; align-items:baseline; gap:6px; }
.car-card .price .amt{ font-family:'IBM Plex Mono', monospace; font-size:1.2rem; font-weight:500; color:var(--text-dark); }
.car-card .price .per{ font-size:0.76rem; color:var(--text-muted); }

.tier-filters{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom:32px; }
.tier-chip{
  background:#fff; border:1px solid var(--stone-3); color:var(--text-muted);
  padding:9px 18px; border-radius:20px;
  font-family:'IBM Plex Mono', monospace; font-size:0.8rem; cursor:pointer;
  transition:background 0.2s, color 0.2s, border-color 0.2s;
}
.tier-chip:hover{ border-color:var(--amber); }
.tier-chip.active{ background:var(--ink); border-color:var(--ink); color:#fff; }

/* ---------- SERVICES (extras) ---------- */
.services-grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:1px;
  background:var(--stone-3); border:1px solid var(--stone-3);
}
@media (max-width:860px){ .services-grid{grid-template-columns:repeat(2, 1fr);} }
@media (max-width:560px){ .services-grid{grid-template-columns:1fr;} }
.service-card{
  background:#fff; padding:26px 24px; cursor:pointer;
  transition:background 0.2s; display:flex; align-items:flex-start; gap:14px;
}
.service-card:hover{ background:var(--amber-tint); }
.service-card.selected{ background:var(--amber-tint); }
.service-card svg{ width:26px; height:26px; flex-shrink:0; margin-top:2px; color:var(--amber); }
.service-info{flex:1;}
.service-info h4{ font-family:'Fraunces', serif; font-weight:500; font-size:1.02rem; }
.service-info .service-price{ margin-top:6px; font-family:'IBM Plex Mono', monospace; font-size:0.86rem; color:var(--text-muted); }
.service-toggle{
  width:22px; height:22px; border-radius:50%; border:1.5px solid var(--stone-3);
  flex-shrink:0; display:flex; align-items:center; justify-content:center;
  transition:background 0.2s, border-color 0.2s;
}
.service-card.selected .service-toggle{ background:var(--amber); border-color:var(--amber); }
.service-toggle svg{ width:12px; height:12px; margin:0; color:#fff; opacity:0; }
.service-card.selected .service-toggle svg{ opacity:1; }

/* ---------- PERKS ---------- */
.perks-grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:1px;
  background:var(--stone-3); border:1px solid var(--stone-3);
}
@media (max-width:860px){ .perks-grid{grid-template-columns:repeat(2, 1fr);} }
@media (max-width:560px){ .perks-grid{grid-template-columns:1fr;} }
.perk-card{ background:#fff; padding:28px 24px; }
.perk-card svg{ width:24px; height:24px; color:var(--amber); margin-bottom:14px; }
.perk-card h4{ font-family:'Fraunces', serif; font-weight:500; font-size:1rem; margin-bottom:8px; }
.perk-card p{ font-size:0.86rem; color:var(--text-muted); line-height:1.5; }

/* ---------- DESTINATIONS ---------- */
.dest-grid{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:1px;
  background:var(--stone-3); border:1px solid var(--stone-3);
}
@media (max-width:860px){ .dest-grid{grid-template-columns:repeat(2, 1fr);} }
@media (max-width:480px){ .dest-grid{grid-template-columns:1fr;} }
.dest-card{ background:#fff; padding:20px 18px; display:flex; flex-direction:column; gap:6px; transition:background 0.2s; }
.dest-card:hover{ background:var(--amber-tint); }
.dest-card h4{ font-family:'Fraunces', serif; font-weight:500; font-size:0.98rem; }
.dest-card .dest-time{ font-family:'IBM Plex Mono', monospace; font-size:0.74rem; color:var(--text-muted); text-transform:uppercase; letter-spacing:0.04em; }
.dest-card .dest-price{ margin-top:2px; font-family:'IBM Plex Mono', monospace; font-size:0.96rem; color:var(--garnet); font-weight:500; }

/* ---------- ROUTE (journey) ---------- */
.route-path-wrap{ position:relative; max-width:640px; margin:0 auto; }
.stops{ list-style:none; display:flex; flex-direction:column; }
.stop{ position:relative; padding:0 0 48px 60px; }
.stop:last-child{padding-bottom:0;}
.stop::before{
  content:""; position:absolute; left:14px; top:4px; width:16px; height:16px;
  border-radius:50%; background:var(--stone); border:2px solid var(--amber); z-index:2;
}
.stop::after{
  content:""; position:absolute; left:21px; top:22px; bottom:-48px; width:1px;
  background:var(--stone-3);
}
.stop:last-child::after{display:none;}
.stop .stop-city{
  font-family:'IBM Plex Mono', monospace; font-size:0.7rem; text-transform:uppercase;
  letter-spacing:0.1em; color:var(--amber); margin-bottom:6px;
}
.stop h3{ font-family:'Fraunces', serif; font-weight:500; font-size:1.2rem; margin-bottom:6px; }
.stop p{ color:var(--text-muted); font-size:0.94rem; max-width:440px; }

/* ---------- STATS ---------- */
.stats-grid{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:1px;
  background:var(--stone-3); border:1px solid var(--stone-3);
}
@media (max-width:700px){ .stats-grid{grid-template-columns:repeat(2, 1fr);} }
.stat-card{ background:#fff; padding:28px 22px; text-align:center; }
.stat-card .num{ font-family:'Fraunces', serif; font-size:2rem; font-weight:500; color:var(--amber); }
.stat-card .lbl{ margin-top:6px; font-size:0.82rem; color:var(--text-muted); }

/* ---------- TESTIMONIALS ---------- */
.t-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:1px; background:var(--stone-3); }
@media (max-width:860px){ .t-grid{grid-template-columns:1fr;} }
.t-card{ background:var(--stone-2); padding:32px 28px; }
.t-card p{ font-family:'Fraunces', serif; font-style:italic; font-size:1.04rem; line-height:1.5; color:var(--text-dark); }
.t-card .who{ margin-top:18px; font-family:'IBM Plex Mono', monospace; font-size:0.76rem; color:var(--text-muted); text-transform:uppercase; letter-spacing:0.05em; }

/* ---------- FAQ ---------- */
.faq-list{ max-width:760px; }
.faq-item{ border-top:1px solid var(--stone-3); }
.faq-item:last-child{ border-bottom:1px solid var(--stone-3); }
.faq-item summary{
  list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:20px 4px; font-family:'Fraunces', serif; font-weight:500; font-size:1.02rem;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary .plus{ font-family:'IBM Plex Mono', monospace; color:var(--amber); font-size:1.2rem; flex-shrink:0; transition:transform 0.2s; }
.faq-item[open] summary .plus{ transform:rotate(45deg); }
.faq-item .faq-a{ padding:0 4px 22px; color:var(--text-muted); font-size:0.94rem; max-width:640px; }

/* ---------- CONTACT ---------- */
.contact-grid{ display:grid; grid-template-columns:1fr 1.2fr; gap:56px; }
@media (max-width:860px){ .contact-grid{grid-template-columns:1fr;} }
.contact-detail{ margin-top:28px; display:flex; flex-direction:column; gap:14px; }
.contact-detail div{ font-size:0.94rem; }
.contact-detail .k{
  font-family:'IBM Plex Mono', monospace; font-size:0.7rem; text-transform:uppercase;
  letter-spacing:0.08em; color:var(--amber); margin-bottom:4px;
}
.messenger-row{ display:flex; align-items:center; gap:12px; margin-top:26px; flex-wrap:wrap; }
.icon-btn{
  width:46px; height:46px; border-radius:50%; border:1px solid var(--stone-3);
  display:flex; align-items:center; justify-content:center; color:var(--text-dark);
  transition:border-color 0.2s, background 0.2s; flex-shrink:0;
}
.icon-btn:hover{ border-color:var(--amber); background:var(--amber-tint); }

form.booking-form{
  background:#fff; border:1px solid var(--stone-3); padding:34px; border-radius:var(--radius);
}
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
@media (max-width:520px){ .form-row{grid-template-columns:1fr;} }
label{
  display:block; font-size:0.76rem; text-transform:uppercase; letter-spacing:0.06em;
  color:var(--text-muted); margin-bottom:8px; font-family:'IBM Plex Mono', monospace;
}
input, select, textarea{
  width:100%; background:var(--stone); border:1px solid var(--stone-3); color:var(--text-dark);
  padding:12px 14px; border-radius:var(--radius); font-family:'Inter', sans-serif; font-size:0.92rem;
}
input::placeholder, textarea::placeholder{ color:#A69E8C; }
input:focus, select:focus, textarea:focus{ border-color:var(--amber); }
form .full{margin-bottom:16px;}
.submit-row{ margin-top:8px; display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.form-note{ font-size:0.8rem; color:var(--text-muted); }

/* ---------- FINAL CTA ---------- */
.final-cta{
  background:var(--ink);
  color:var(--text-light);
  text-align:center;
  padding:80px 0;
}
.final-cta h2{
  font-family:'Fraunces', serif; font-weight:500; font-size:clamp(1.7rem, 4vw, 2.4rem);
}
.final-cta p{ margin-top:14px; color:rgba(247,245,241,0.65); }
.final-cta .btn-primary{ margin-top:28px; }

/* ---------- FOOTER ---------- */
footer{ background:var(--ink-2); color:rgba(247,245,241,0.6); padding:56px 0 28px; }
.foot-grid{ display:grid; grid-template-columns:1.4fr repeat(3, 1fr); gap:40px; margin-bottom:40px; }
@media (max-width:760px){ .foot-grid{grid-template-columns:repeat(2, 1fr);} }
.foot-brand{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.foot-brand svg{width:28px; height:28px;}
.foot-brand span{ font-family:'Fraunces', serif; font-weight:600; color:var(--text-light); font-size:1.05rem; }
.foot-col h5{
  font-family:'IBM Plex Mono', monospace; font-size:0.72rem; text-transform:uppercase;
  letter-spacing:0.08em; color:rgba(247,245,241,0.4); margin-bottom:16px;
}
.foot-col ul{ list-style:none; display:flex; flex-direction:column; gap:10px; }
.foot-col a{ text-decoration:none; color:inherit; font-size:0.88rem; transition:color 0.2s; }
.foot-col a:hover{ color:var(--text-light); }
.foot-bottom{
  border-top:1px solid rgba(247,245,241,0.1); padding-top:24px;
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px;
  font-size:0.8rem;
}

/* ---------- FLOATING WHATSAPP ---------- */
.wa-float{
  position:fixed; bottom:24px; right:24px; z-index:90;
  width:56px; height:56px; background:#25D366; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 20px rgba(0,0,0,0.18); transition:transform 0.2s;
}
.wa-float:hover{ transform:scale(1.06); }
.wa-float svg{ width:28px; height:28px; fill:#fff; }

/* reveal on scroll */
.reveal{ opacity:0; transform:translateY(16px); transition:opacity 0.6s ease, transform 0.6s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }
