

:root{
  --bg:#170a0f;
  --panel:#231017;
  --panel2:#2b141c;
  --line:#4a2430;
  --gold:#eab554;
  --rose:#ff8aa1;
  --cream:#faf1ee;
  --muted:#c9a8ac;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  background:radial-gradient(circle at top,#2a1119 0%,var(--bg) 55%);
  color:var(--cream);
  font-family:Poppins,sans-serif;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}

.te{font-family:'Noto Sans Telugu',sans-serif}

.shell{
  width:min(600px,100%);
  margin:auto;
  min-height:100vh;
  position:relative;
}

/* ---------- nav ---------- */

.nav{
  height:76px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
}

.brand{display:flex;align-items:center;gap:11px}

.brand-pic{
  width:42px;height:42px;
  border-radius:12px;
  object-fit:cover;
  border:1px solid var(--line);
}

.brand strong{display:block;font-size:15px}
.brand small{display:block;color:var(--gold);font-size:11px;margin-top:1px}

.tg-top{
  display:flex;align-items:center;gap:9px;
  padding:9px 13px;
  border:1px solid var(--line);
  background:var(--panel);
  border-radius:999px;
  color:var(--gold);
  font-weight:700;font-size:13px;
}

.tg-icon{
  width:24px;height:24px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#229ed9;color:#fff;
}
.tg-icon svg{width:15px;height:15px;fill:currentColor}

/* ---------- hero ---------- */

.hero{padding:44px 22px 36px;text-align:center}

.avatar{
  width:118px;height:118px;
  border-radius:50%;
  margin:0 auto 16px;
  border:3px solid var(--gold);
  overflow:hidden;
  box-shadow:0 0 34px rgba(234,181,84,.25);
}
.avatar img{width:100%;height:100%;object-fit:cover}

.badge{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--gold);
  font-size:12px;font-weight:700;
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 15px;
  margin-bottom:20px;
}

.dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 14px var(--gold);
}

h1{
  font-family:'Noto Sans Telugu',sans-serif;
  font-size:clamp(30px,8vw,42px);
  line-height:1.25;
  margin:0 0 6px;
  font-weight:800;
}

h1 em{
  font-style:normal;
  background:linear-gradient(90deg,var(--gold),var(--rose));
  -webkit-background-clip:text;
  color:transparent;
}

.eng-name{
  font-size:14px;
  color:var(--muted);
  margin-bottom:20px;
  letter-spacing:.02em;
}

.lead{
  font-family:'Noto Sans Telugu',sans-serif;
  color:var(--cream);
  font-size:16px;
  line-height:1.85;
  max-width:44ch;
  margin:0 auto 8px;
}

.lead-en{
  color:var(--muted);
  font-size:12.5px;
  margin-bottom:28px;
}

.hero-actions{display:flex;flex-direction:column;gap:11px}

.primary{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:58px;
  padding:0 24px;
  background:linear-gradient(100deg,var(--gold),var(--rose));
  color:#22090d;
  border-radius:14px;
  font-family:'Noto Sans Telugu',sans-serif;
  font-weight:700;
  font-size:16px;
  box-shadow:0 14px 34px rgba(234,138,161,.22);
  transition:.15s;
}
.primary:hover{transform:translateY(-2px)}

.free{color:var(--muted);font-size:12.5px}

/* ---------- method ---------- */

.method{padding:14px 22px 50px}

.section-title{text-align:center;margin-bottom:24px}

.section-title span{
  color:var(--gold);
  font-size:12.5px;font-weight:700;
  letter-spacing:.06em;
}

.section-title h2{
  font-family:'Noto Sans Telugu',sans-serif;
  font-size:clamp(24px,5vw,30px);
  margin:8px 0 6px;
}

.section-title p{
  font-family:'Noto Sans Telugu',sans-serif;
  color:var(--muted);margin:0;font-size:14.5px;
}

.cards{display:flex;flex-direction:column;gap:13px}

.card{
  padding:20px;
  background:linear-gradient(135deg,var(--panel2),var(--panel));
  border:1px solid var(--line);
  border-left:4px solid var(--gold);
  border-radius:16px;
}

.card:nth-child(2){border-left-color:var(--rose)}
.card:nth-child(3){border-left-color:#7fd6c4}

.num{font-size:11.5px;font-weight:700;color:var(--gold);letter-spacing:.08em}
.card:nth-child(2) .num{color:var(--rose)}
.card:nth-child(3) .num{color:#7fd6c4}

.card h3{
  font-family:'Noto Sans Telugu',sans-serif;
  font-size:19px;margin:14px 0 6px;
}

.card p{
  font-family:'Noto Sans Telugu',sans-serif;
  margin:0;color:var(--muted);line-height:1.7;font-size:13.5px;
}

/* ---------- join ---------- */

.join{
  margin:0 22px 54px;
  padding:34px 22px;
  text-align:center;
  background:radial-gradient(circle at top,rgba(234,181,84,.14),transparent 60%),var(--panel);
  border:1px solid var(--line);
  border-radius:20px;
}

.join h2{
  font-family:'Noto Sans Telugu',sans-serif;
  font-size:clamp(24px,4vw,30px);margin:0 0 10px;
}

.join p{
  font-family:'Noto Sans Telugu',sans-serif;
  color:var(--muted);margin:0 0 22px;font-size:13.5px;
}

.join .primary{width:100%}

/* ---------- footer ---------- */

footer{
  border-top:1px solid var(--line);
  padding:24px 22px 92px;
  text-align:center;
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}

footer a{color:var(--gold)}

.disclaimer{
  font-family:'Noto Sans Telugu',sans-serif;
  max-width:820px;
  margin:12px auto 0;
  color:#7a5c60;
  font-size:11.5px;
}

.float{
  display:none;
  position:fixed;right:16px;bottom:16px;
  width:58px;height:58px;
  border-radius:50%;
  background:#229ed9;color:white;
  place-items:center;
  box-shadow:0 10px 30px rgba(34,158,217,.4);
  z-index:10;
}
.float svg{width:28px;fill:currentColor}

@media(max-width:520px){
  .nav{height:66px;padding:0 16px}
  .brand-pic{width:38px;height:38px}
  .tg-top span:last-child{display:none}
  .tg-top{padding:7px}
  .hero{padding:38px 16px 34px}
  .method{padding:12px 16px 44px}
  .join{margin:0 16px 50px;padding:30px 18px}
  footer{padding-left:16px;padding-right:16px}
  .float{display:grid}
}
