/*
  Surat Travels — Premium Version 3 (No Bootstrap)
  Fully self-contained styles (works on Hostinger without CDN issues)
*/

:root{
  --bg:#0b1220;
  --surface:#0f1a2e;
  --card:#0e1729;
  --muted:#8ea0bf;
  --text:#eaf0ff;

  --p:#0ea5e9;       /* sky */
  --p2:#22c55e;      /* green accent */
  --gold:#fbbf24;    /* premium gold */
  --danger:#ff4d4f;

  --ring: rgba(14,165,233,.35);
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --shadow2: 0 12px 30px rgba(0,0,0,.25);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(900px 500px at 12% 10%, rgba(14,165,233,.25), transparent 60%),
    radial-gradient(700px 420px at 92% 20%, rgba(34,197,94,.18), transparent 60%),
    radial-gradient(900px 500px at 60% 110%, rgba(251,191,36,.12), transparent 60%),
    linear-gradient(180deg, #070b14, #090f1e 70%, #070b14);
  padding-bottom:76px; /* mobile bar space */
}

a{color:inherit; text-decoration:none}
.container{width:min(1120px, 92%); margin-inline:auto}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(10,16,28,.70);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar-row{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px 0}
.topbar-left,.topbar-right{display:flex; gap:10px; flex-wrap:wrap}
.chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  border-radius:999px;
  font-size:13px;
  color: rgba(234,240,255,.92);
}
.chip.link:hover{border-color: rgba(14,165,233,.35); box-shadow: 0 0 0 6px var(--ring)}

/* Navbar */
.nav{
  position:sticky; top:48px; z-index:49;
  background: linear-gradient(180deg, rgba(12,20,38,.85), rgba(12,20,38,.55));
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav-row{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px; min-width:220px}
.brand-mark{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(251,191,36,.95), rgba(14,165,233,.85));
  color:#0b1220; font-weight:900;
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
}
.brand-name{display:block; font-weight:800; letter-spacing:.2px}
.brand-sub{display:block; font-size:12px; color: rgba(234,240,255,.72); margin-top:2px}
.nav-links{display:flex; align-items:center; gap:14px}
.nav-link{
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight:600;
  color: rgba(234,240,255,.82);
  padding:10px 12px;
  border-radius: 12px;
}
.nav-link:hover{background: rgba(255,255,255,.06); color:#fff}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  font-weight:800;
  letter-spacing:.2px;
  box-shadow: none;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{transform: translateY(-1px); box-shadow: var(--shadow2)}
.btn.primary{
  background: linear-gradient(135deg, rgba(14,165,233,1), rgba(34,197,94,.95));
  border-color: rgba(255,255,255,.14);
  color:#071020;
}
.btn.ghost{
  background: rgba(255,255,255,.06);
}
.btn.small{padding:8px 12px; border-radius: 12px; font-size:13px}

/* Mobile nav */
.nav-toggle{display:none; width:44px; height:44px; border-radius:14px; border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.06)}
.nav-toggle span{display:block; height:2px; margin:7px 10px; background: rgba(255,255,255,.85); border-radius:10px}
@media (max-width: 900px){
  .nav-toggle{display:inline-block}
  .nav-links{
    position: fixed; inset: 110px 4% auto 4%;
    background: rgba(12,20,38,.95);
    border:1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    padding: 12px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    box-shadow: var(--shadow);
  }
  .nav-links.open{display:flex}
}

/* Hero */
.hero{
  margin-top:18px;
  border-radius: 26px;
  background:
    radial-gradient(900px 420px at 20% 10%, rgba(14,165,233,.35), transparent 60%),
    radial-gradient(900px 520px at 90% 40%, rgba(34,197,94,.20), transparent 62%),
    linear-gradient(135deg, rgba(14,165,233,.18), rgba(251,191,36,.12)),
    linear-gradient(180deg, rgba(15,26,46,.9), rgba(11,18,32,.8));
  border:1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
  overflow:hidden;
}

/* HERO BACKGROUND SLIDER (animated behind headline) */
.hero{position:relative}
.hero-slider{position:absolute; inset:0; border-radius:26px; overflow:hidden; z-index:0}
.hero-slider::after{
  content:"";
  position:absolute;
  inset:0;

  /* ✅ Stronger overlay so slider image becomes less visible */
  background:
    linear-gradient(90deg,
      rgba(6,10,18,.82),
      rgba(6,10,18,.55),
      rgba(6,10,18,.82)
    ),
    radial-gradient(800px 420px at 25% 30%, rgba(6,10,18,.35), transparent 60%),
    radial-gradient(700px 420px at 80% 40%, rgba(6,10,18,.40), transparent 60%);
}
.hero-slide{position:absolute; inset:-8%; background-size:cover; background-position:center; filter:saturate(1.05) contrast(1.05); opacity:0; transform:translateX(6%) scale(1.08); animation:heroSlide 18s infinite; will-change:transform, opacity;}
.hero-slide:nth-child(1){animation-delay:0s}
.hero-slide:nth-child(2){animation-delay:6s}
.hero-slide:nth-child(3){animation-delay:12s}
@keyframes heroSlide{
  0%{opacity:0; transform:translateX(7%) scale(1.10)}
  8%{opacity:1}
  8%{opacity:.70}
33%{opacity:.70; transform:translateX(-2%) scale(1.06)}
  41%{opacity:0}
  100%{opacity:0; transform:translateX(-9%) scale(1.12)}
}
.hero-grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:18px; padding:28px; position:relative; z-index:1}
@media (max-width: 900px){ .hero-grid{grid-template-columns:1fr; padding:18px} }
.hero h1{font-size:42px; margin: 10px 0 8px; letter-spacing:-.4px}
.hero p{margin:0; color: rgba(234,240,255,.82); font-family:"DM Sans", sans-serif}
.badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px}
.badge{
  padding:8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(234,240,255,.90);
  font-size:13px;
  font-weight:700;
}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

/* Booking card */
.card{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
}
.card-pad{padding:18px}
.h2{font-size:26px; margin:0 0 12px}
.muted{color: rgba(234,240,255,.70); font-family:"DM Sans",sans-serif}

/* Tabs */
.tabs{display:flex; gap:8px; flex-wrap:wrap; margin: 8px 0 14px}
.tab-btn{
  cursor:pointer;
  padding:10px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  color: rgba(234,240,255,.86);
  font-weight:800;
  font-size:13px;
}
.tab-btn.active{
  background: linear-gradient(135deg, rgba(251,191,36,.95), rgba(14,165,233,.85));
  color:#071020;
  border-color: rgba(255,255,255,.14);
}
.tab-panel{display:none}
.tab-panel.active{display:block}

/* Form */
.form-grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
@media (max-width: 700px){ .form-grid{grid-template-columns:1fr} }
.field label{display:block; font-size:13px; font-weight:800; margin: 4px 0 6px; color: rgba(234,240,255,.85)}
.field input, .field select, .field textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(7,11,20,.35);
  color: var(--text);
  outline:none;
  font-family:"DM Sans",sans-serif;
}
.field input:focus, .field textarea:focus{
  border-color: rgba(14,165,233,.50);
  box-shadow: 0 0 0 6px var(--ring);
}
.form-actions{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}
.btn.full{width:100%}

/* Section */
.section{padding:26px 0}
.section-title{display:flex; align-items:flex-end; justify-content:space-between; gap:10px; margin: 0 0 14px}
.section-title h2{margin:0; font-size:26px}
.section-title .muted{font-size:14px}

/* Route cards */
.grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
@media (max-width: 980px){ .grid{grid-template-columns: repeat(2,1fr)} }
@media (max-width: 680px){ .grid{grid-template-columns: 1fr} }
.route{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding:16px;
  box-shadow: var(--shadow2);
  position:relative;
  overflow:hidden;
}
.route:before{
  content:"";
  position:absolute; inset:-60px -80px auto auto;
  width:180px; height:180px;
  background: radial-gradient(circle, rgba(14,165,233,.35), transparent 60%);
  transform: rotate(25deg);
}
.route h3{margin:0 0 8px; font-size:18px}
.kv{display:flex; flex-wrap:wrap; gap:10px; color: rgba(234,240,255,.78); font-family:"DM Sans",sans-serif; font-size:13px}
.kv span{background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.09); padding:6px 10px; border-radius:999px}
.route .actions{margin-top:14px; display:flex; gap:10px}

/* About section */
.about-grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:16px; align-items:stretch}
.about-media{border-radius:18px; overflow:hidden; border:1px solid rgba(255,255,255,.10); box-shadow: var(--shadow2)}
.about-media img{width:100%; height:100%; object-fit:cover; display:block}
.about-content{border-radius:18px; padding:18px; background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.10); box-shadow: var(--shadow2)}
.about-points{display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:14px 0}
.about-points .point{padding:10px 12px; border-radius:14px; background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); font-weight:800}
.about-stats{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:10px}
.about-stats .stat{border-radius:16px; padding:12px; background: rgba(7,11,20,.35); border:1px solid rgba(255,255,255,.10)}
.about-stats .num{font-weight:900; font-size:18px}
.about-stats .lbl{opacity:.8; font-weight:700; font-size:12px; margin-top:2px}
.about-cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
@media (max-width: 980px){
  .about-grid{grid-template-columns:1fr}
  .about-points{grid-template-columns:1fr}
}

/* Footer */
.footer{margin-top:30px; border-top:1px solid rgba(255,255,255,.08); background: rgba(10,16,28,.65); backdrop-filter: blur(10px)}
.footer-grid{display:grid; grid-template-columns: 1.3fr .8fr .8fr; gap:18px; padding:22px 0}
@media (max-width: 900px){ .footer-grid{grid-template-columns:1fr} }
.footer-brand{font-weight:900; font-size:18px}
.footer-title{font-weight:900; margin-bottom:10px}
.footer-link{display:block; color: rgba(234,240,255,.80); margin:7px 0; font-family:"DM Sans",sans-serif}
.footer-link:hover{color:#fff}
.footer-muted{color: rgba(234,240,255,.72); font-family:"DM Sans",sans-serif; margin-top:8px}
.footer-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.footer-bottom{display:flex; justify-content:space-between; gap:12px; padding:14px 0; border-top:1px solid rgba(255,255,255,.06)}
@media (max-width: 680px){ .footer-bottom{flex-direction:column} }

/* Floating buttons */
.float-buttons{position:fixed; right:16px; bottom:100px; display:flex; flex-direction:column; gap:10px; z-index:60}
.float-btn{
  width:46px; height:46px; border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow2);
}
.float-btn:hover{background: rgba(255,255,255,.12)}
@media (max-width: 680px){ .float-buttons{display:none} }

/* Mobile bar */
.mobile-bar{
  position:fixed; left:0; right:0; bottom:0; z-index:70;
  background: rgba(12,20,38,.92);
  border-top:1px solid rgba(255,255,255,.10);
  display:none;
}
.mobile-bar .mbar-item{
  width:33.33%;
  padding:10px 8px;
  display:flex; flex-direction:column; align-items:center; gap:6px;
  font-weight:900; font-size:14px;
  color: rgba(234,240,255,.92);
}
.mobile-bar .mbar-item span{font-size:12px; font-weight:800; color: rgba(234,240,255,.76)}
.mobile-bar .mbar-cta{
  background: linear-gradient(135deg, rgba(251,191,36,.95), rgba(14,165,233,.85));
  color:#071020;
}
@media (max-width: 680px){ .mobile-bar{display:flex} }

/* Utility */
.alert{
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(34,197,94,.35);
  background: rgba(34,197,94,.10);
  color: rgba(234,240,255,.90);
  font-family:"DM Sans",sans-serif;
  margin: 12px 0 0;
}
.small{font-size:13px}
/* Why Choose Us */
.why-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width: 980px){ .why-grid{grid-template-columns: repeat(2, 1fr);} }
@media (max-width: 680px){ .why-grid{grid-template-columns: 1fr;} }

.why-card{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding:16px;
  box-shadow: var(--shadow2);
  position:relative;
  overflow:hidden;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.why-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(14,165,233,.28);
}

.why-card:before{
  content:"";
  position:absolute; inset:-60px -70px auto auto;
  width:180px; height:180px;
  background: radial-gradient(circle, rgba(34,197,94,.22), transparent 62%);
  transform: rotate(18deg);
}

.why-ico{
  width:44px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  font-size:18px;
  margin-bottom:10px;
}
.why-card h3{
  margin:0 0 6px;
  font-size:18px;
}
.why-card p{
  margin:0;
  line-height:1.55;
}

.why-strip{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(14,165,233,.10), rgba(34,197,94,.10));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow2);
}
@media (max-width: 820px){
  .why-strip{flex-direction:column; align-items:stretch}
  .why-strip-actions{justify-content:stretch}
  .why-strip-actions .btn{width:100%}
}
.why-mini-title{
  font-weight:900;
  font-size:16px;
  margin-bottom:2px;
}
.why-strip-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
/* Testimonials */
.testi-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width: 980px){ .testi-grid{grid-template-columns: repeat(2,1fr);} }
@media (max-width: 680px){ .testi-grid{grid-template-columns: 1fr;} }

.testi{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding:16px;
  box-shadow: var(--shadow2);
  position:relative;
  overflow:hidden;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.testi:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(251,191,36,.22);
}

.testi:before{
  content:"";
  position:absolute; inset:-70px -90px auto auto;
  width:220px; height:220px;
  background: radial-gradient(circle, rgba(251,191,36,.18), transparent 62%);
  transform: rotate(20deg);
}

.testi-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.avatar{
  width:44px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  font-weight:900;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  color: rgba(234,240,255,.92);
}
.testi-name{
  font-weight:900;
  display:flex;
  gap:8px;
  align-items:center;
}
.vbadge{
  font-size:12px;
  font-weight:900;
  padding:4px 8px;
  border-radius:999px;
  background: rgba(34,197,94,.14);
  border:1px solid rgba(34,197,94,.30);
  color: rgba(234,240,255,.92);
}
.testi-sub{font-size:13px}
.stars{
  margin-left:auto;
  font-weight:900;
  letter-spacing: 1px;
  color: var(--gold);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  padding:6px 10px;
  border-radius: 999px;
}
.testi-msg{
  margin:0;
  color: rgba(234,240,255,.88);
  font-family: "DM Sans", sans-serif;
  line-height:1.65;
}
.testi-meta{
  margin-top:10px;
  font-size:13px;
  background: rgba(7,11,20,.35);
  border:1px solid rgba(255,255,255,.10);
  padding:10px 12px;
  border-radius: 14px;
}

/* Review marquee */
.review-marquee{
  margin-top:14px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  overflow:hidden;
  box-shadow: var(--shadow2);
}
.review-track{
  display:flex;
  gap:10px;
  padding:12px;
  width:max-content;
  animation: marquee 18s linear infinite;
}
.review-pill{
  white-space:nowrap;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  font-weight:900;
  font-size:13px;
}
@keyframes marquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce){
  .review-track{animation:none}
}

/* CTA under testimonials */
.testi-cta{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(251,191,36,.10), rgba(14,165,233,.10));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow2);
}
@media (max-width: 820px){
  .testi-cta{flex-direction:column; align-items:stretch}
  .testi-cta-actions .btn{width:100%}
}
.testi-cta-actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
/* Fleet Section */
.fleet-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:16px;
}
@media(max-width:980px){
  .fleet-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .fleet-grid{grid-template-columns:1fr}
}

.fleet-card{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  overflow:hidden;
  box-shadow: var(--shadow2);
  transition: all .3s ease;
}
.fleet-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(14,165,233,.35);
}

.fleet-img{
  position:relative;
  height:220px;
  overflow:hidden;
}
.fleet-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition: transform .5s ease;
}
.fleet-card:hover .fleet-img img{
  transform: scale(1.08);
}

.fleet-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.65));
}

.fleet-badge{
  position:absolute;
  top:12px;
  left:12px;
  padding:6px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  background: rgba(14,165,233,.85);
  color:#071020;
}
.fleet-badge.premium{
  background: linear-gradient(135deg, rgba(251,191,36,.95), rgba(14,165,233,.85));
}

.fleet-body{
  padding:16px;
}
.fleet-body h3{
  margin:0 0 10px;
}

.fleet-specs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  font-size:13px;
  margin-bottom:12px;
}
.fleet-specs span{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  padding:6px 10px;
  border-radius:999px;
}

.fleet-actions{
  display:flex;
  gap:10px;
}
/* FAQ */
.faq-wrap{
  display:grid;
  gap:12px;
}

.faq{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  box-shadow: var(--shadow2);
  overflow:hidden;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.faq:hover{
  border-color: rgba(14,165,233,.22);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.faq summary{
  list-style:none;
  cursor:pointer;
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-weight:900;
  color: rgba(234,240,255,.92);
}
.faq summary::-webkit-details-marker{display:none}

.faq .faq-ic{
  width:34px;
  height:34px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  display:grid;
  place-items:center;
  position:relative;
  flex: 0 0 auto;
}
.faq .faq-ic::before,
.faq .faq-ic::after{
  content:"";
  position:absolute;
  background: rgba(234,240,255,.85);
  border-radius: 2px;
}
.faq .faq-ic::before{width:14px; height:2px;}
.faq .faq-ic::after{width:2px; height:14px;}

.faq[open]{
  border-color: rgba(34,197,94,.25);
}
.faq[open] .faq-ic{
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.25);
}
.faq[open] .faq-ic::after{opacity:0;} /* minus icon */

.faq-body{
  padding:0 16px 14px;
  color: rgba(234,240,255,.82);
  font-family: "DM Sans", sans-serif;
  line-height:1.65;
}

/* FAQ CTA strip */
.faq-cta{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(14,165,233,.10), rgba(34,197,94,.10));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow2);
}
@media (max-width: 820px){
  .faq-cta{flex-direction:column; align-items:stretch}
  .faq-cta-actions .btn{width:100%}
}
.faq-cta-actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}