:root{
  --bg:#07120f;
  --panel:rgba(255,255,255,.075);
  --panel-strong:rgba(255,255,255,.12);
  --line:rgba(255,255,255,.14);
  --text:#f6fff9;
  --muted:#b3c5bb;
  --green:#48e08e;
  --green-dark:#0d5737;
  --gold:#ffd48a;
  --shadow:0 24px 90px rgba(0,0,0,.42);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(72,224,142,.22), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(255,212,138,.13), transparent 26%),
    linear-gradient(135deg,#06100d,#071813 52%,#030806);
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.08;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.page-glow,.soft-orb{position:fixed;pointer-events:none;z-index:0}
.page-glow{
  inset:auto 0 0 0;height:220px;
  background:linear-gradient(0deg,rgba(72,224,142,.08),transparent);
}
.soft-orb{
  width:280px;height:280px;border-radius:50%;filter:blur(42px);opacity:.33;
}
.soft-orb-one{left:-120px;top:170px;background:var(--green)}
.soft-orb-two{right:-130px;top:520px;background:var(--gold)}
.site-header{
  position:sticky;top:0;z-index:30;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:16px clamp(18px,4vw,74px);
  border-bottom:1px solid var(--line);
  background:rgba(3,8,6,.66);
  backdrop-filter:blur(18px);
}
.brand{display:flex;align-items:center;gap:12px}
.brand-logo{
  width:54px;height:54px;border-radius:18px;object-fit:cover;
  box-shadow:0 14px 36px rgba(72,224,142,.22);
  border:1px solid rgba(255,255,255,.18);
}
.brand strong{display:block;font-size:19px;letter-spacing:-.02em}
.brand small{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.nav{display:flex;gap:26px;color:var(--muted);font-size:16px;font-weight:900}
.nav a{transition:.2s}
.nav a:hover{color:var(--text)}
.section{
  position:relative;z-index:1;
  padding:clamp(76px,9vw,132px) clamp(18px,4vw,74px);
}
.hero{
  min-height:calc(100vh - 87px);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:52px;
  align-items:center;
}
.eyebrow{
  margin:0 0 14px;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(42px,6vw,84px);
  line-height:.98;
  letter-spacing:-.055em;
  margin-bottom:24px;
}
h2{
  font-size:clamp(31px,4.2vw,58px);
  line-height:1.06;
  letter-spacing:-.04em;
  margin-bottom:16px;
}
h3{font-size:22px;margin-bottom:10px}
.hero-text,.section-heading p,.cta p{
  color:var(--muted);
  font-size:18px;
  line-height:1.85;
  max-width:720px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0 24px}
.hero-actions.center{justify-content:center}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:54px;padding:0 22px;border-radius:18px;
  font-weight:900;border:1px solid var(--line);transition:.25s ease;
}
.btn-small{min-height:42px;padding:0 16px;border-radius:14px;background:var(--panel)}
.btn-primary{
  background:linear-gradient(135deg,var(--green),#c7ffde);
  color:#052016;border:0;box-shadow:0 18px 48px rgba(72,224,142,.23);
}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 26px 70px rgba(72,224,142,.34)}
.btn-ghost{background:rgba(255,255,255,.07)}
.btn-ghost:hover,.btn-small:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}
.hero-pills{display:flex;flex-wrap:wrap;gap:10px}
.hero-pills span{
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 14px;
  color:#e4f2e9;
  background:rgba(255,255,255,.05);
  font-size:14px;
}
.glass{
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.055));
  border:1px solid var(--line);
  backdrop-filter:blur(20px);
  box-shadow:var(--shadow);
}
.hero-showcase{position:relative;min-height:610px;display:grid;place-items:center}
.bot-card{
  width:min(440px,100%);
  border-radius:38px;
  padding:22px;
  transform:rotate(-2deg);
}
.bot-card-header{display:flex;align-items:center;gap:14px;margin-bottom:20px}
.bot-card-header img{width:74px;height:74px;border-radius:24px;object-fit:cover}
.bot-card-header small{display:block;color:var(--green);margin-top:4px}
.command-preview{
  padding:20px;
  border-radius:24px;
  background:rgba(0,0,0,.22);
  border:1px solid var(--line);
  margin-bottom:18px;
}
.command-preview span{
  direction:ltr;
  display:inline-block;
  color:var(--green);
  font-weight:950;
  font-size:22px;
}
.command-preview p{color:var(--muted);margin:10px 0 0;line-height:1.7}
.play-box{
  display:flex;align-items:center;gap:16px;
  padding:18px;border-radius:24px;
  background:rgba(72,224,142,.10);
}
.play-box small{display:block;color:var(--muted);margin-top:4px}
.sound-wave{display:flex;align-items:center;gap:5px;height:38px}
.sound-wave i{
  width:6px;border-radius:999px;background:var(--green);
  animation:wave 1.1s infinite ease-in-out;
}
.sound-wave i:nth-child(1){height:16px;animation-delay:.1s}
.sound-wave i:nth-child(2){height:28px;animation-delay:.2s}
.sound-wave i:nth-child(3){height:38px;animation-delay:.3s}
.sound-wave i:nth-child(4){height:25px;animation-delay:.4s}
.sound-wave i:nth-child(5){height:18px;animation-delay:.5s}
@keyframes wave{50%{transform:scaleY(.45);opacity:.65}}
.adhkar-card{
  position:absolute;right:0;bottom:58px;width:320px;border-radius:28px;padding:20px;
  display:flex;gap:16px;align-items:flex-start;animation:float 5s ease-in-out infinite;
}
.side-line{width:7px;height:96px;border-radius:999px;background:linear-gradient(var(--green),var(--gold));flex:0 0 auto}
.adhkar-card p{margin:0;color:var(--muted);line-height:1.7}
@keyframes float{50%{transform:translateY(-14px)}}
.section-heading{text-align:center;max-width:820px;margin:0 auto 44px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card,.status-card,.commands-list,.cta{
  border:1px solid var(--line);
  background:rgba(255,255,255,.058);
  border-radius:var(--radius);
  box-shadow:0 18px 70px rgba(0,0,0,.18);
}
.feature-card{padding:28px;transition:.25s ease}
.feature-card:hover,.status-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.09)}
.feature-card span{font-size:34px;display:inline-block;margin-bottom:18px}
.feature-card p{color:var(--muted);line-height:1.75;margin:0}
.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.status-card{padding:26px;text-align:center;transition:.25s ease}
.status-card small{display:block;color:var(--muted);margin:12px 0 8px}
.status-card strong{font-size:30px;letter-spacing:-.03em}
.status-dot{
  width:14px;height:14px;display:inline-block;border-radius:999px;background:var(--green);
  box-shadow:0 0 24px rgba(72,224,142,.85);
}
.commands-list{max-width:980px;margin:0 auto;padding:18px;display:grid;gap:10px}
.commands-list div{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:16px 18px;border-radius:18px;background:rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.08);
}
.commands-list code{
  direction:ltr;color:var(--green);font-weight:950;font-size:16px;
}
.commands-list span{color:var(--muted)}
.cta{text-align:center;margin-inline:clamp(18px,4vw,74px)}
.cta.section{padding:56px 28px}
.cta-logo{width:108px;height:108px;object-fit:cover;border-radius:32px;margin:0 auto 22px;border:1px solid var(--line)}
.cta p{margin-inline:auto}
.footer{
  position:relative;z-index:1;
  padding:28px clamp(18px,4vw,74px);
  border-top:1px solid var(--line);
  color:var(--muted);
  display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;
}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.show{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.22s}
@media(max-width:980px){
  .hero{grid-template-columns:1fr}
  .hero-showcase{min-height:auto}
  .nav{display:none}
  .feature-grid{grid-template-columns:1fr 1fr}
  .status-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .site-header{padding:13px 16px}
  .brand small{display:none}
  .brand-logo{width:48px;height:48px}
  .feature-grid,.status-grid{grid-template-columns:1fr}
  .commands-list div{align-items:flex-start;flex-direction:column}
  .adhkar-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:18px}
  .bot-card{transform:none}
  h1{font-size:42px}
}

.legal-corner{
  position:fixed;
  top:88px;
  right:clamp(18px,4vw,74px);
  z-index:25;
  display:flex;
  gap:8px;
}
.legal-corner a{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(3,8,6,.66);
  color:var(--muted);
  font-size:13px;
  font-weight:900;
  backdrop-filter:blur(14px);
  transition:.22s ease;
}
.legal-corner a:hover{
  color:var(--text);
  background:rgba(255,255,255,.12);
  transform:translateY(-2px);
}
.legal-page{
  min-height:calc(100vh - 160px);
  padding-top:128px;
}
.legal-shell{
  max-width:980px;
  margin:0 auto;
  border-radius:34px;
  padding:clamp(26px,4vw,54px);
}
.legal-shell .brand-mini{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
}
.legal-shell .brand-mini img{
  width:62px;
  height:62px;
  border-radius:20px;
  object-fit:cover;
  border:1px solid var(--line);
}
.legal-shell h1{
  font-size:clamp(38px,5vw,68px);
  margin-bottom:10px;
}
.legal-shell h2{
  font-size:clamp(22px,3vw,34px);
  margin-top:34px;
  margin-bottom:12px;
}
.legal-shell p,
.legal-shell li{
  color:var(--muted);
  line-height:1.9;
  font-size:17px;
}
.legal-shell ul{
  margin:0;
  padding-inline-start:24px;
}
.legal-shell .updated{
  color:var(--gold);
  font-weight:900;
  margin-bottom:26px;
}
.legal-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:34px;
}
@media(max-width:620px){
  .legal-corner{
    top:78px;
    right:16px;
  }
  .legal-corner a{
    min-height:34px;
    padding:0 11px;
    font-size:12px;
  }
  .legal-page{
    padding-top:126px;
  }
}

.legal-corner{
  display:none !important;
}
.footer-links{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.footer-links a{
  color:var(--muted);
  font-weight:900;
  transition:.22s ease;
}
.footer-links a:hover{
  color:var(--text);
}

.nav a{
  font-size:16px;
  font-weight:900;
  letter-spacing:.01em;
}
