/* VR in Hotels - v1
   Clean, modern, whitespace-heavy, purple-first.
*/
:root{
  --bg0:#080611;
  --bg1:#0B0717;
  --bg2:#120A26;
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.08);
  --line: rgba(255,255,255,.10);
  --text:#FFFFFF;
  --muted: rgba(255,255,255,.72);
  --muted2: rgba(255,255,255,.56);
  --accent:#A855F7;
  --accent2:#22D3EE;
  --good:#10B981;
  --shadow: 0 18px 70px rgba(0,0,0,.45);
  --r: 18px;
  --max: 1120px;
  --pad: clamp(16px, 2.5vw, 26px);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 15% -5%, rgba(168,85,247,.45), transparent 55%),
    radial-gradient(1000px 800px at 90% 10%, rgba(124,58,237,.22), transparent 60%),
    radial-gradient(700px 500px at 40% 120%, rgba(168,85,247,.22), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg0));
  overflow-x:hidden;
}

a{color:inherit}
img{max-width:100%; display:block}
.skip{
  position:absolute; left:-999px; top:12px;
  background:#fff; color:#000; padding:10px 12px; border-radius:12px;
}
.skip:focus{left:12px; z-index:9999}
.sr{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0}

.wrap{max-width:var(--max); margin:0 auto; padding:0 var(--pad)}
.wrap.narrow{max-width:860px}

.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(8,6,17,.55);
  backdrop-filter: blur(16px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.topbar .wrap{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:14px; padding-bottom:14px;
  gap:14px;
}

.brand{
  display:flex; align-items:center; gap:12px; text-decoration:none;
}
.brand-text{display:flex; flex-direction:column; line-height:1.05}
.brand-name{font-weight:700; letter-spacing:-.02em}
.brand-tag{font-size:12px; color:var(--muted2)}

.nav{display:flex; align-items:center}
.nav-toggle{
  display:none;
  width:44px; height:42px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
  border-radius:14px;
  color:#fff;
}
.burger{
  display:block; width:18px; height:2px; background:#fff; margin:0 auto;
  position:relative; border-radius:2px;
}
.burger:before,.burger:after{
  content:""; position:absolute; left:0; width:18px; height:2px; background:#fff; border-radius:2px;
}
.burger:before{top:-6px}
.burger:after{top:6px}

.navlinks{
  display:flex; align-items:center; gap:18px;
}
.navlinks a{
  text-decoration:none;
  color:var(--muted);
  font-weight:500;
  font-size:15px;
}
.navlinks a:hover{color:#fff}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:16px;
  text-decoration:none;
  font-weight:700;
  border:1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, rgba(168,85,247,.92), rgba(124,58,237,.18));
  box-shadow: 0 18px 40px rgba(168,85,247,.18);
}
.btn.btn-cyan{
  background: linear-gradient(135deg, rgba(34,211,238,.92), rgba(34,211,238,.18));
  box-shadow: 0 18px 40px rgba(34,211,238,.18);
  border-color: rgba(34,211,238,.26);
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0px)}
.btn.btn-ghost{
  background: rgba(255,255,255,.04);
  box-shadow:none;
}
.btn.btn-sm{padding:10px 14px; border-radius:14px; font-size:14px}
.btn.btn-block{width:100%}

.section{padding: clamp(48px, 6vw, 86px) 0; background: linear-gradient(135deg,
    /* purple-first baseline (match HERO vibe) */
    #4C1F86 0%,
    #321A67 52%,
    #160B33 100%
  );}
.section-head{max-width:760px}
.section-head h2{
  margin:0 0 10px 0;
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing:-.03em;
}
.sub{
  margin:0;
  color:var(--muted);
  font-size: 16px;
  line-height:1.6;
}

.hero{padding: 70px 0 40px; position:relative}
.hero-bg{
  position:absolute; inset:-200px -120px auto -120px;
  height:520px;
  background:
    radial-gradient(520px 320px at 20% 30%, rgba(168,85,247,.55), transparent 65%),
    radial-gradient(520px 360px at 75% 20%, rgba(124,58,237,.22), transparent 65%);
  filter: blur(0px);
  pointer-events:none;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(18px, 3vw, 30px);
  align-items:start;
}
.hero-copy h1{
  margin:14px 0 12px 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height:1.02;
  letter-spacing:-.05em;
}
.lead{
  color:var(--muted);
  font-size: 17px;
  line-height:1.75;
  margin:0 0 18px 0;
  max-width: 62ch;
}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color:var(--muted);
  font-weight:600;
  font-size:13px;
}
.pill .dot{
  width:8px; height:8px; border-radius:99px;
  background: radial-gradient(circle at 30% 30%, #fff, var(--accent2));
  box-shadow: 0 0 0 3px rgba(124,58,237,.12);
}

.cta{display:flex; gap:12px; flex-wrap:wrap; margin: 18px 0 18px}

.micro{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top: 16px;
}
.micro-card{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: 16px;
  padding:14px;
}
.micro-kpi{font-size:12px; color:var(--muted2); font-weight:600}
.micro-val{font-size:18px; font-weight:800; letter-spacing:-.02em; margin-top:6px}
.micro-sub{font-size:12px; color:var(--muted2); margin-top:4px}

.trustline{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top: 18px;
}
.trustbadge{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.chip{
  font-size:12px; font-weight:800;
  padding:6px 10px;
  border-radius: 999px;
  background: rgba(168,85,247,.25);
  border:1px solid rgba(168,85,247,.35);
}

.hero-panel{
  display:grid;
  gap:12px;
}
.panel-card{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding: 16px;
}
.panel-title{font-weight:800; letter-spacing:-.02em; margin-bottom:10px}
.panel-row{
  display:flex; justify-content:space-between; gap:10px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.panel-row:last-child{border-bottom:none}
.panel-row .k{color:var(--muted2); font-size:13px}
.panel-row .v{font-weight:700; font-size:13px}
.mini-link{display:inline-block; margin-top:10px; color:var(--accent2); text-decoration:none; font-weight:700}
.mini-link:hover{text-decoration:underline}
.muted{color:var(--muted)}
.small{font-size:13px; color:var(--muted)}

.bento{
  margin-top: 22px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.bento-card{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding: 18px;
  min-height: 160px;
}
.bento-card h3{margin:0 0 8px 0}
.bento-card p{margin:0 0 14px 0; color:var(--muted); line-height:1.6}
.tag{
  display:inline-block;
  font-size:12px; font-weight:700;
  color:rgba(255,255,255,.85);
  padding:6px 10px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
}

.cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.card{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding: 18px;
}
.card .icon{
  width:44px; height:44px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(168,85,247,.22);
  border:1px solid rgba(168,85,247,.35);
  margin-bottom: 12px;
}
.card h3{margin:0 0 8px 0}
.card p{margin:0 0 12px 0; color:var(--muted); line-height:1.7}
.bul{margin:0; padding-left: 18px; color:var(--muted)}
.bul li{margin:6px 0}

.gallery{
  margin-top: 22px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.shot{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  overflow:hidden;
}
.shot-img{
  height: 160px;
  position: relative;
  background:
    radial-gradient(260px 160px at 35% 30%, rgba(124,58,237,.35), transparent 60%),
    radial-gradient(260px 180px at 75% 40%, rgba(168,85,247,.45), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,0));
}
.shot-cap{
  padding: 12px 14px;
  font-weight:700;
  color: rgba(255,255,255,.9);
  font-size: 13px;
}

.note{
  margin-top:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding: 16px;
}
.note-title{font-weight:800; margin-bottom: 8px}
.note-body{color:var(--muted); line-height:1.7}

.steps{
  margin-top: 22px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.step{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding: 18px;
}
.step-n{
  width:42px; height:42px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background: rgba(124,58,237,.12);
  border:1px solid rgba(124,58,237,.22);
  margin-bottom: 12px;
}

.roi{
  margin-top: 18px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
  align-items:start;
}
.calc{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 14px;
}
label{display:flex; flex-direction:column; gap:8px; color: rgba(255,255,255,.9); font-weight:700; font-size:13px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color:#fff;
  outline:none;
}
input::placeholder, textarea::placeholder{color: rgba(255,255,255,.45)}
textarea[name="message"]::placeholder{
  font-size: 14px;
}
input:focus, textarea:focus{
  border-color: rgba(124,58,237,.55);
  box-shadow: 0 0 0 4px rgba(124,58,237,.12);
}
.roi-card{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding: 18px;
  box-shadow: var(--shadow);
}
.roi-kpi{
  display:flex; justify-content:space-between; gap:12px;
  padding: 12px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.roi-kpi:last-child{border-bottom:none}
.roi-kpi .k{color:var(--muted2); font-size:13px; font-weight:700}
.roi-kpi .v{font-weight:900; letter-spacing:-.02em}
.roi-kpi .v.small{font-weight:600; letter-spacing:0; line-height:1.6}

.community{
  margin-top: 22px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.comm{
  text-decoration:none;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding: 16px;
  display:grid;
  gap:8px;
}
.comm-ic{
  width:40px; height:40px; border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background: rgba(168,85,247,.22);
  border:1px solid rgba(168,85,247,.35);
}
.comm-t{font-weight:900}
.comm-s{color:var(--muted2); font-weight:700; font-size:12px}

.accordion{margin-top: 20px}
.acc{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding: 14px 16px;
  margin-bottom: 10px;
}
.acc summary{
  cursor:pointer;
  list-style:none;
  font-weight:900;
  letter-spacing:-.02em;
}
.acc summary::-webkit-details-marker{display:none}
.acc-body{color:var(--muted); margin-top: 10px; line-height:1.7}

.contact{
  padding-bottom: 96px;
}
.form{
  margin-top: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding: 18px;
}
.row{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.form-actions{
  display:flex; flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  margin-top: 14px;
}
.form-hint{
  color: var(--muted2);
  font-size: 13px;
  font-weight:700;
}
.form-hint a{color: #fff}
.sep{opacity:.55; margin: 0 8px}
.form-status{
  margin-top: 12px;
  color: rgba(255,255,255,.85);
  font-weight:700;
  font-size: 13px;
}

.sources{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top: 14px;
}
.sources a{
  display:inline-flex;
  padding:10px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  text-decoration:none;
  color: var(--muted);
  font-weight:700;
  font-size: 13px;
}
.sources a:hover{color:#fff}

.footer{
  border-top:1px solid rgba(255,255,255,.08);
  background: var(--bg0);
  padding: 26px 0 18px;
}
.footgrid{
  display:grid;
  grid-template-columns: 1.4fr .8fr .8fr .8fr;
  gap: 12px;
  align-items:start;
}
.footbrand{font-weight:900; letter-spacing:-.02em; margin-bottom: 10px; font-size:17px}
.foothead{font-weight:900; margin-bottom: 10px}
.footcol a{color:var(--muted); text-decoration:none; font-weight:700; font-size:13px}
.footcol a:hover{color:#fff}
.linkbtn{
  padding:0;
  background:none;
  border:none;
  color:var(--muted);
  font-weight:700;
  font-size:13px;
  cursor:pointer;
}
.linkbtn:hover{color:#fff}
.footbottom{
  margin-top: 18px;
  display:flex; justify-content:space-between; gap:12px;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top: 14px;
  color: var(--muted2);
  font-weight:700;
  font-size: 12px;
}

/* Modal */
.modal{position:fixed; inset:0; display:none; z-index:70}
.modal[aria-hidden="false"]{display:block}
.modal-backdrop{position:absolute; inset:0; background: rgba(0,0,0,.65)}
.modal-card{
  position:relative;
  max-width: 820px;
  margin: 8vh auto 0;
  background: rgba(10,8,18,.96);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal-top{
  display:flex; justify-content:space-between; align-items:center;
  padding: 14px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.modal-title{font-weight:900}
.modal-close{
  width:38px; height:38px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color:#fff;
  cursor:pointer;
}
.modal-body{padding: 16px; color: var(--muted); line-height:1.7}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-panel{grid-template-columns:1fr}
  .bento{grid-template-columns:repeat(2, minmax(0,1fr))}
  .cards{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2, minmax(0,1fr))}
  .steps{grid-template-columns:1fr}
  .roi{grid-template-columns:1fr}
  .community{grid-template-columns:repeat(2, minmax(0,1fr))}
  .footgrid{grid-template-columns:1fr 1fr}
}

@media (max-width: 720px){
  .nav-toggle{display:inline-flex; align-items:center; justify-content:center}
  .navlinks{
    position:absolute;
    right: var(--pad);
    top: 64px;
    width: min(360px, calc(100vw - 2*var(--pad)));
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(8,6,17,.92);
    box-shadow: var(--shadow);
  }
  .navlinks.open{display:flex}
  .navlinks a{padding: 10px 10px}
  .micro{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .row{grid-template-columns:1fr}
  .calc{grid-template-columns:1fr}
  .footgrid{grid-template-columns:1fr}
}


/* v2 tweaks (requested) */
.brand-mark{height: 30px; width:auto}
@media (max-width:720px){ .brand-mark{height:26px} }

.trusticons .icons{display:flex; align-items:center; gap:10px}
.trusticons .iconlink{display:inline-flex; align-items:center; justify-content:center; border-radius:22px}
.trusticons .iconlink:focus-visible{outline:2px solid rgba(34,211,238,.55); outline-offset:3px}
.trusticons img{width:64px; height:64px; border-radius:22px; opacity:.96}
@media (max-width:720px){ .trusticons img{width:54px; height:54px} }

.panel-img{
  height: 170px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(420px 220px at 20% 20%, rgba(168,85,247,.35), transparent 60%),
    radial-gradient(420px 240px at 80% 25%, rgba(124,58,237,.20), transparent 60%),
    url("../images/market-card.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-slot{
  padding: 22px var(--pad);
}
.banner-img{
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0px;
  height: clamp(150px, 18vw, 260px);
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(520px 260px at 20% 20%, rgba(168,85,247,.25), transparent 60%),
    radial-gradient(520px 280px at 80% 25%, rgba(124,58,237,.16), transparent 60%),
    url("../images/banner-hero.webp");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

/* Platform preview slot (between Solution and Content) */
.showcase-slot{
  padding: 0 var(--pad) 26px;
}
.showcase-figure{margin:0}
.showcase-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  background:
    radial-gradient(520px 260px at 20% 20%, rgba(168,85,247,.18), transparent 60%),
    radial-gradient(520px 280px at 80% 25%, rgba(124,58,237,.12), transparent 60%);
}

@media (max-width:720px){
  .showcase-slot{padding: 0 var(--pad) 18px}
  .showcase-img{border-radius: 18px}
}

.section-cut{
  display:flex;
  justify-content:center;
  padding: 0 var(--pad);
}
.section-cut img{
  width: min(var(--max), 100%);
  height: 10px;
  object-fit: contain;
  opacity: .92;
}


/* v3 tweaks (requested) */
.topbar .wrap{padding-top:18px; padding-bottom:18px}
.brand-mark{height: 30px; width:auto; max-width:min(520px, 70vw)}
@media (max-width:980px){ .brand-mark{height: 30px; max-width: 78vw} }
@media (max-width:720px){
  .topbar .wrap{padding-top:12px; padding-bottom:12px}
  .brand-mark{height: 30px; max-width: 78vw}
}

/* Community section scale */
.community{gap:16px}
.comm{padding:22px}
.comm-ic{width:72px; height:72px; border-radius:24px; font-size:22px}
.comm-t{font-size:18px}
.comm-s{font-size:14px}
@media (max-width:720px){
  .comm{padding:18px}
  .comm-ic{width:62px; height:62px; border-radius:22px}
}


/* v4 typography unification */
:root{
  --bodySize: 17px;
  --bodyLine: 1.75;
  --bodyWeight: 500;
}

body{
  font-size: var(--bodySize);
  line-height: var(--bodyLine);
  font-weight: var(--bodyWeight);
}

/* Use lead style as baseline across common body text blocks */
.lead,
.sub,
.card p,
.bento-card p,
.note-body,
.step p,
.acc-body,
.muted,
.form-hint,
.roi-kpi .v.small{
  font-size: var(--bodySize);
  line-height: var(--bodyLine);
  font-weight: var(--bodyWeight);
}

/* Keep headings as-is, but normalize section subtitles */
.sub{max-width: 70ch}

/* Nav link typography */
.navlinks a{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* Community card text to match baseline */
.comm-t{font-size:18px; font-weight:800}
.comm-s{font-size:16px; font-weight:600}

/* Reduce topbar vertical height ~2x vs v3 while keeping logo big */
.topbar .wrap{padding-top:10px; padding-bottom:10px}
.brand-mark{height: 30px; max-width:min(520px, 70vw)}
@media (max-width:980px){ .brand-mark{height:88px} }
@media (max-width:720px){
  .topbar .wrap{padding-top:8px; padding-bottom:8px}
  .brand-mark{height:64px}
}

/* Gallery real images mapping */
.shot-img{background-size: cover; background-position:center}
.shot-img[data-img="1"]{background-image:url("../images/gallery-1.jpg")}
.shot-img[data-img="2"]{background-image:url("../images/gallery-2.jpg")}
.shot-img[data-img="3"]{background-image:url("../images/gallery-3.jpg")}
.shot-img[data-img="4"]{background-image:url("../images/gallery-4.jpg")}
.shot-img[data-img="5"]{background-image:url("../images/gallery-5.jpg")}
.shot-img[data-img="6"]{background-image:url("../images/gallery-6.jpg")}


/* v5 nav: bigger text + more spacing */
.navlinks{gap:28px}
.navlinks a{font-size:17px}
@media (max-width:720px){ .navlinks{gap:10px} .navlinks a{font-size:16px} }

/* Remove divider artifacts completely */
.section-cut{display:none !important}

/* Banner: not stretched, no borders */
.banner-slot{padding: 18px 0}
.banner-img{width:100%; height:auto; border:none; border-radius:18px; display:block; object-fit:contain}

/* Community icon alignment */
.comm-ic-img{
  width:72px; height:72px;
  object-fit:contain;
  display:block;
  margin-bottom:2px;
  filter: drop-shadow(0 10px 26px rgba(0,0,0,.25));
}
@media (max-width:720px){ .comm-ic-img{width:62px; height:62px} }

/* Icon buttons (used in contact + footer) */
.iconbtn{
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  text-decoration:none;
  vertical-align:middle;
}
.iconbtn img{width:24px; height:24px; object-fit:contain}
.iconbtn:hover{border-color: rgba(124,58,237,.45)}

/* Footer community icons */
.footicons{display:flex; gap:12px; flex-wrap:wrap}

/* Footer legal buttons match footer links */
.linkbtn{font-size:13px}

/* Partners */
.partner-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap:12px;
}
.partner{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius:16px;
  padding:16px 14px;
  text-align:center;
  font-weight:800;
  color: rgba(255,255,255,.85);
  letter-spacing:-.02em;
}
.partner-note{margin-top:12px}
@media (max-width:980px){ .partner-grid{grid-template-columns: repeat(3, minmax(0,1fr))} }
@media (max-width:720px){ .partner-grid{grid-template-columns: repeat(2, minmax(0,1fr))} }

/* v6+: section backgrounds must be self-contained.
   Goal: NO mid-section sharp color change. Each section keeps one gradient across its full height.
   The color transition becomes a boundary marker BEFORE the next section title.
   Also keep the palette less gloomy (more purple/blue lift).
*/
.section{
  position: relative;
  /* Opaque section background to prevent mid-section banding from the global body gradients */
  background: linear-gradient(135deg,
    /* purple-first baseline (match HERO vibe) */
    #4C1F86 0%,
    #321A67 52%,
    #160B33 100%
  );
}
.section-alt{
  /* Alternate whole-section background (still opaque) */
  background: linear-gradient(135deg,
    /* alternate: keep harmony, add a touch of indigo without turning blue */
    #45208A 0%,
    #2E1762 52%,
    #1A0F3A 100%
  );
}

/* v6 footer address size */
.footaddr{font-size:13px; color: rgba(255,255,255,.56); font-weight:700}

/* v6 community: scale up */
.community{gap:18px}
.comm{padding:54px 34px; border-radius:22px}
.comm-ic-img{width:128px; height:128px; margin-bottom:6px}
.comm-t{font-size:26px}
.comm-s{font-size:18px}
@media (max-width:980px){
  .comm{padding:40px 24px}
  .comm-ic-img{width:110px; height:110px}
  .comm-t{font-size:22px}
  .comm-s{font-size:16px}
}
@media (max-width:720px){
  .comm{padding:28px 18px}
  .comm-ic-img{width:86px; height:86px}
  .comm-t{font-size:18px}
  .comm-s{font-size:14px}
}

/* v7 spacing tighten (no font size changes) */
.section{padding: clamp(30px, 4.0vw, 56px) 0; background: linear-gradient(135deg,
    /* keep section backgrounds purple-first across the site */
    #4C1F86 0%,
    #321A67 52%,
    #160B33 100%
  );}
.hero{padding-bottom: 18px}
.banner-slot{padding: 14px 0}

/* v7 partner cards (logos + labels) */
.partner-grid{margin-top:18px; display:grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap:12px}
.partnercard{border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.03); border-radius:18px; padding:16px 14px; text-align:center}
.partnerlogo{height:58px; display:flex; align-items:center; justify-content:center; margin-bottom:10px}
.partnerlogo img{max-height:58px; max-width:100%; object-fit:contain; opacity:.92}
.partnername{font-weight:800; color: rgba(255,255,255,.86); letter-spacing:-.02em; font-size:14px}
@media (max-width:980px){ .partner-grid{grid-template-columns: repeat(3, minmax(0,1fr))} }
@media (max-width:720px){ .partner-grid{grid-template-columns: repeat(2, minmax(0,1fr))} }

/* v7 AirPano block */
.airpano-wrap{display:grid; grid-template-columns: 1.25fr .75fr; gap:16px; align-items:center}
.airpano-mark{display:flex; justify-content:flex-end}
.airpano-mark img{width:min(320px, 60vw); height:auto; filter: drop-shadow(0 16px 40px rgba(0,0,0,.35)); opacity:.96}
@media (max-width:980px){ .airpano-wrap{grid-template-columns:1fr} .airpano-mark{justify-content:flex-start} }


/* v8: AirPano block in hero empty space */
.airpano-hero{
  padding: 18px 0 62px;
  background: linear-gradient(135deg,
    rgba(124,58,237,.24) 0%,
    rgba(168,85,247,.14) 52%,
    rgba(34,211,238,.07) 100%
  );
}
.airpano-hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items:center;
}
.airpano-hero-copy h2{
  margin:0 0 10px 0;
}
.airpano-hero-logo{
  display:flex;
  justify-content:flex-end;
}
.airpano-hero-logo img{
  width: min(360px, 60vw);
  height:auto;
  opacity:.96;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,.35));
}

/* Keep key headlines on one line on desktop */
#solution .section-head h2{white-space:nowrap}
@media (max-width:720px){
  #solution .section-head h2{white-space:normal}
}
@media (max-width:980px){
  .airpano-hero-grid{grid-template-columns:1fr}
  .airpano-hero-logo{justify-content:flex-start}
}


/* v9 tweaks */
.comm-ic-img{transform: scale(0.7); transform-origin: center;}
.comm-ic-img{width: calc(128px * 0.7); height: calc(128px * 0.7);} 
@media (max-width:980px){ .comm-ic-img{width: calc(110px * 0.7); height: calc(110px * 0.7);} }
@media (max-width:720px){ .comm-ic-img{width: calc(86px * 0.7); height: calc(86px * 0.7);} }

.form input, .form textarea{
  font-size: 16px;
  font-weight: 500;
}

/* Contact form: message placeholder smaller (2 steps down) */
.form textarea[name="message"]::placeholder{font-size:15px; line-height:1.5}
@media (max-width:720px){
  .form input, .form textarea{font-size:16px}
}

.nowrap-title{white-space:nowrap}
@media (max-width:720px){ .nowrap-title{white-space:normal} }

.iconbtn-lg{width:64px; height:64px; border-radius:22px}
.iconbtn-lg img{width:32px; height:32px}
.footphones{display:flex; gap:12px; margin-top:10px}
.footicons-lg{gap:12px}
@media (max-width:720px){
  .iconbtn-lg{width:56px; height:56px; border-radius:20px}
  .iconbtn-lg img{width:28px; height:28px}
}

/* v11 modal rendering */
.modal-body{max-height: min(70vh, 640px); overflow:auto; padding-bottom:28px}

/* v11 footer community icon size matches hero trust icons */
.iconbtn-top{width:48px; height:48px; border-radius:18px}
.iconbtn-top img{width:26px; height:26px}
@media (max-width:720px){
  .iconbtn-top{width:44px; height:44px; border-radius:16px}
  .iconbtn-top img{width:24px; height:24px}
}

/* v12: unify card surfaces over background gradients */
.panel-card, .card, .bento-card, .shot, .note, .step, .acc, .roi-card, .comm, .micro-card{
  background: rgba(12, 9, 25, .72) !important;
  border-color: rgba(255,255,255,.12) !important;
  backdrop-filter: blur(14px);
}
.panel-card::before, .card::before, .bento-card::before, .step::before, .acc::before, .comm::before, .roi-card::before{
  content:none !important;
}

/* v12 hero thesis */
.hero-thesis{margin:16px 0 14px; padding:14px 16px; border:1px solid rgba(255,255,255,.10); border-radius:18px; background: rgba(12,9,25,.58); backdrop-filter: blur(14px)}
.hero-thesis-k{font-weight:800; color: rgba(255,255,255,.92); letter-spacing:-.02em}
.hero-thesis-v{margin-top:6px; font-weight:800; font-size:18px; color: rgba(255,255,255,.92); letter-spacing:-.02em}
.hero-thesis-s{margin-top:8px; color: rgba(255,255,255,.72); font-weight:600}
@media (max-width:720px){ .hero-thesis-v{font-size:16px} }

/* v12 elegant icons */
.icon{width:54px; height:54px; border-radius:16px; display:flex; align-items:center; justify-content:center; background: rgba(124,58,237,.18); border:1px solid rgba(255,255,255,.12)}
.ico{width:26px; height:26px; color: rgba(255,255,255,.92)}

/* v12 calc inputs: remove 90s steppers */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
input[type=number]{ -moz-appearance:textfield; }
.form input, .form textarea{font-size:16px; font-weight:500}
.form input:focus, .form textarea:focus{outline:none; border-color: rgba(124,58,237,.55); box-shadow: 0 0 0 4px rgba(124,58,237,.18)}
.calc input:focus{outline:none; border-color: rgba(124,58,237,.55); box-shadow: 0 0 0 4px rgba(124,58,237,.16)}

/* v12 footer company details */
.footdetails{margin-top:10px}
.footdetails summary{cursor:pointer; color: rgba(255,255,255,.72); font-weight:700}
.footdetails summary::-webkit-details-marker{display:none}
.footdetails summary::marker{content:""}
.footdetails[open] summary{color: rgba(255,255,255,.86)}
.footdetails .muted{margin-top:8px; font-size:13px; font-weight:700; line-height:1.6}

/* v12 footer social labels larger */
.footsoc{display:flex; gap:12px; flex-wrap:wrap}
.socbtn{
  display:inline-flex; align-items:center; gap:10px;
  padding:16px 18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  text-decoration:none;
}
.socbtn img{width:52px; height:52px; object-fit:contain}
.socbtn span{display:none}
@media (max-width:720px){
  .socbtn span{font-size:15px}
}

/* v13: lighter, happier base scene */
:root{
  --bg0:#140A2B;
  --bg1:#22114A;
  --bg2:#120A24;
  --glowA: rgba(168,85,247,.42);
  --glowB: rgba(236,72,153,.30);
  --glowC: rgba(96,165,250,.22);
}

/* Base background */
body{
  background:
    radial-gradient(1200px 600px at 18% 12%, var(--glowA), transparent 60%),
    radial-gradient(1000px 520px at 80% 10%, var(--glowC), transparent 62%),
    radial-gradient(900px 520px at 42% 72%, var(--glowB), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg2));
}

/* Keep hero bg but soften */
.hero-bg{
  opacity: .78;
  filter: saturate(1.08) contrast(1.02);
}

.hero + .banner-slot::before{content:none}
.banner-slot::before, .banner-slot::after,
.airpano-hero::before, .airpano-hero::after{content:none}

/* v13: card surfaces lighter and more premium */
.panel-card, .card, .bento-card, .shot, .note, .step, .acc, .roi-card, .comm, .micro-card{
  background: rgba(255,255,255,.035) !important;
  border-color: rgba(255,255,255,.13) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

/* v13 premium: scroll progress */
.scrollbar{
  position: fixed;
  top:0; left:0;
  height:3px;
  width:0%;
  z-index: 9999;
  background: linear-gradient(90deg, rgba(168,85,247,.95), rgba(236,72,153,.92), rgba(96,165,250,.88));
  box-shadow: 0 8px 18px rgba(168,85,247,.22);
}


/* v13 premium: subtle grain overlay */
body::after{
  content:"";
  position: fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  opacity:.055;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* v13 premium: hover sheen */
.panel-card, .card, .bento-card, .shot, .step, .acc, .roi-card, .comm, .micro-card{
  position:relative;
  overflow:hidden;
}
.panel-card:hover, .card:hover, .bento-card:hover, .shot:hover, .step:hover, .acc:hover, .roi-card:hover, .comm:hover, .micro-card:hover{
  transform: translateY(-2px);
  transition: transform .18s ease, box-shadow .18s ease;
}
.panel-card::after, .card::after, .bento-card::after, .shot::after, .step::after, .roi-card::after, .comm::after, .micro-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.07) 45%, transparent 70%);
  transform: translateX(-60%);
  opacity:0;
  transition: opacity .2s ease, transform .6s ease;
}
.panel-card:hover::after, .card:hover::after, .bento-card:hover::after, .shot:hover::after, .step:hover::after, .roi-card:hover::after, .comm:hover::after, .micro-card:hover::after{
  opacity:1;
  transform: translateX(35%);
}
@media (prefers-reduced-motion: reduce){
  .panel-card:hover, .card:hover, .bento-card:hover, .shot:hover, .step:hover, .roi-card:hover, .comm:hover, .micro-card:hover{transform:none}
  .panel-card::after, .card::after, .bento-card::after, .shot::after, .step::after, .roi-card::after, .comm::after, .micro-card::after{display:none}
}

/* v14 premium: gentle reveal-on-scroll */
.reveal{opacity:0; transform: translateY(10px); transition: opacity .6s ease, transform .6s ease}
.reveal.is-in{opacity:1; transform:none}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1; transform:none}
}



/* --- v28: unified brand palette across the whole site (no rainbow, one coherent space) --- */
:root{
  /* Brand anchors (aligned to HERO + footer vibe) */
  --brand0:#140A2B; /* primary deep violet */
  --brand1:#2B0F4F; /* lifted plum */
  --brand2:#070611; /* near-black base */

  /* Controlled glows (purple only) */
  --glowA: rgba(168,85,247,.30);
  --glowB: rgba(124,58,237,.18);
  --glowC: rgba(168,85,247,.10);
}

/* Global canvas: one coherent field, no multicolor noise */
body{
  background:
    radial-gradient(1100px 680px at 14% -8%, var(--glowA), transparent 60%),
    radial-gradient(980px 740px at 92% 6%, var(--glowB), transparent 62%),
    radial-gradient(720px 520px at 38% 118%, var(--glowC), transparent 62%),
    linear-gradient(180deg, var(--brand0) 0%, var(--brand2) 100%);
}

/* Full-block backgrounds: same family everywhere (subtle depth shifts only) */
.hero,
.airpano-hero,
.section,
.footer,
.banner-slot{
  background-image:
    radial-gradient(980px 560px at 18% 10%, rgba(168,85,247,.22) 0%, rgba(168,85,247,0) 62%),
    radial-gradient(860px 560px at 92% 18%, rgba(124,58,237,.14) 0%, rgba(124,58,237,0) 60%),
    linear-gradient(135deg, var(--brand1) 0%, var(--brand0) 42%, var(--brand2) 100%);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:scroll;
  background-color: var(--brand2);
}

/* Footer: slightly darker, but same hue family */
.footer{
  background-image:
    radial-gradient(760px 420px at 18% 10%, rgba(168,85,247,.16) 0%, rgba(168,85,247,0) 62%),
    linear-gradient(135deg, #1D0C3A 0%, var(--brand0) 52%, var(--brand2) 100%);
}

/* Keep section alternation ultra-subtle (still same palette) */
main > section.section:nth-of-type(even){
  background-image:
    radial-gradient(980px 560px at 20% 12%, rgba(168,85,247,.18) 0%, rgba(168,85,247,0) 64%),
    radial-gradient(860px 560px at 90% 20%, rgba(124,58,237,.12) 0%, rgba(124,58,237,0) 60%),
    linear-gradient(135deg, var(--brand0) 0%, #1B0B34 52%, var(--brand2) 100%);
}

/* Remove the “special rainbow” look from AirPano (keep spacing as designed) */
.airpano-hero{
  /* override any earlier cyan-leaning backgrounds */
  padding: 18px 0 62px;
}


/* v32: footer social icons slightly larger (button size unchanged) */
.footer .footsoc .iconbtn img{width:32px; height:32px;}


.panel-img-link{display:block; text-decoration:none;}
.panel-img{cursor:pointer;}


/* logo scale override */
/* Market card image lightbox */
.img-lightbox{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(10,5,25,0.94);
  z-index:9999;
  padding:24px;
}
.img-lightbox.is-open{display:flex;}
.img-lightbox img{
  max-width:96vw;
  max-height:92vh;
  object-fit:contain;
  border-radius:18px;
  box-shadow:0 20px 80px rgba(0,0,0,0.6);
}
.img-lightbox-close{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.22);
  background:rgba(255,255,255,0.08);
  color:#fff;
  font-size:18px;
  cursor:pointer;
}
.lb-lock{overflow:hidden;}




.topbar .wrap{overflow:visible;}


/* Ensure market image is fully visible + clickable, no overlays */
.panel-img-link{
  display:block;
  width:100%;
  height:260px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
}
.panel-img-link img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.panel-img-link::before,
/* Footer social icons: make icon fill the existing button */
.footsoc .iconbtn img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}


.foot-tagline{
  margin-top:12px;
  color: rgba(255,255,255,0.92);
  font-weight:700;
}


/* Topbar height 1.5x (layout) */
.topbar{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

/* Logo 2x from current level */
.brand-mark{
  height: 30px;
  width: auto;
  transform: scale(6);
  transform-origin: left center;
}

/* Kill any overlay/wave and guarantee full clickable area */
.panel-card.panel-market .panel-body{position:relative;}
.panel-img-link{
  display:block;
  width:100%;
  height:260px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  z-index:2;
}
.panel-img-link::before,
.panel-img-link::after{display:none !important; content:none !important; pointer-events:none !important;}
.panel-img-link img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none;}

/* Footer social icons: bigger inside same button */
.footsoc .iconbtn{
  padding: 0 !important;
}
.footsoc .iconbtn img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}


/* Premium purple gradient for AirPano + Partners (ref-matched) */
.accent-strip{
  background:
    radial-gradient(900px 320px at 18% 35%, rgba(120,70,255,0.22), rgba(0,0,0,0) 62%),
    radial-gradient(880px 320px at 55% 60%, rgba(255,80,200,0.14), rgba(0,0,0,0) 64%),
    radial-gradient(900px 360px at 85% 25%, rgba(80,210,255,0.10), rgba(0,0,0,0) 65%),
    linear-gradient(90deg, #4b1754 0%, #5d1763 48%, #311045 100%) !important;
}



/* Full-bleed helper (used for wide banners) */
.fullbleed{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.solution-hero{
  padding: 8px 0 18px;
}

.solution-hero-img{
  width: 100%;
  height: clamp(240px, 34vw, 560px);
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(520px 260px at 20% 20%, rgba(168,85,247,.25), transparent 60%),
    radial-gradient(520px 280px at 80% 25%, rgba(124,58,237,.16), transparent 60%);
}


/* Solution banner spacing (reuses showcase styles) */
.solution-figure{ margin: 6px 0 22px; }


/* Gallery images */
.shot-link{display:block; width:100%; height:100%}
.shot-img img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

/* Show full headset on 2nd premium image */
.content-premium .card:nth-child(2) img,
.premium-grid .card:nth-child(2) img{
  object-position: 50% 65%;
}


/* Community cards - brand-tinted backgrounds */
.comm{
  position: relative;
  overflow: hidden;
}

.comm::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(520px 220px at 18% 18%, rgba(255,255,255,.10), transparent 60%);
  opacity:.9;
  pointer-events:none;
}

.comm--linkedin{
  background:
    radial-gradient(560px 260px at 20% 18%, rgba(10,102,194,.38), transparent 62%),
    radial-gradient(520px 240px at 80% 30%, rgba(10,102,194,.18), transparent 64%),
    linear-gradient(180deg, rgba(10,102,194,.16), rgba(20,10,43,.20));
}

.comm--telegram{
  background:
    radial-gradient(560px 260px at 20% 18%, rgba(34,158,217,.36), transparent 62%),
    radial-gradient(520px 240px at 80% 30%, rgba(34,158,217,.16), transparent 64%),
    linear-gradient(180deg, rgba(34,158,217,.14), rgba(20,10,43,.20));
}

.comm--facebook{
  background:
    radial-gradient(560px 260px at 20% 18%, rgba(24,119,242,.36), transparent 62%),
    radial-gradient(520px 240px at 80% 30%, rgba(24,119,242,.16), transparent 64%),
    linear-gradient(180deg, rgba(24,119,242,.14), rgba(20,10,43,.20));
}

/* Keep text readable on brighter brand tints */
.comm--linkedin .comm-s,
.comm--telegram .comm-s,
.comm--facebook .comm-s{
  color: rgba(255,255,255,.70);
}

.comm--linkedin .comm-t,
.comm--telegram .comm-t,
.comm--facebook .comm-t{
  color: rgba(255,255,255,.96);
}


/* Community icons - brand-colored backgrounds (what you see on the screenshot) */
.comm-ic{
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.10);
}

.comm-ic--linkedin{ background: #0A66C2; }
.comm-ic--telegram{ background: #229ED9; }
.comm-ic--facebook{ background: #1877F2; }

.comm-ic .comm-ic-img{
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.25));
}


/* Community cards - full brand backgrounds */
.comm--linkedin{ background: #0A66C2 !important; }
.comm--telegram{ background: #229ED9 !important; }
.comm--facebook{ background: #1877F2 !important; }

/* Keep the original icon look (no extra colored square) */
.comm .comm-ic-img{
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

/* Make texts readable on solid brand colors */
.comm--linkedin .comm-t,
.comm--telegram .comm-t,
.comm--facebook .comm-t{ color: rgba(255,255,255,.98); }

.comm--linkedin .comm-s,
.comm--telegram .comm-s,
.comm--facebook .comm-s{ color: rgba(255,255,255,.78); }

/* Soften the border on bright cards */
.comm--linkedin,
.comm--telegram,
.comm--facebook{
  border-color: rgba(255,255,255,.18) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

/* Remove any extra overlay that dulls the solid brand color */
.comm::before{ display:none !important; }





/* Community image buttons (pixel-clean, aligned) */
.community-imggrid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.community-imggrid .comm-img{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 26px;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform .16s ease, filter .16s ease;
}

.community-imggrid .comm-img:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.community-imggrid .comm-img:active{ transform: translateY(0); }

.community-imggrid .comm-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1100px){
  .community-imggrid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 720px){
  .community-imggrid{ grid-template-columns: 1fr; gap: 14px; }
  .community-imggrid .comm-img{ border-radius: 22px; }
}


/* CTA buttons: Request a pilot + Send request (only) */
.btn.btn-cta{
  color: #fff;
  background: linear-gradient(135deg, rgba(168,85,247,1), rgba(79,70,229,1));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 14px 40px rgba(79,70,229,.22), 0 10px 28px rgba(168,85,247,.18);
}

.btn.btn-cta:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.btn.btn-cta:active{
  transform: translateY(0);
}

/* Hero community icons: give breathing room after "Community" */
.trusticons{
  gap: 16px;
}

.trusticons .icons{
  margin-left: 10px;
}
