@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:"Inter",sans-serif;
}

html{scroll-behavior:smooth;}

body{
  min-height:100vh;
  overflow-x:hidden;
  color:#333;
  background:
    radial-gradient(circle at var(--x,50%) var(--y,50%),rgba(255,106,0,.14),transparent 260px),
    linear-gradient(rgba(255,255,255,.93),rgba(255,255,255,.93)),
    repeating-linear-gradient(0deg,transparent 0 63px,rgba(0,0,0,.04) 64px),
    repeating-linear-gradient(90deg,transparent 0 63px,rgba(0,0,0,.04) 64px);
}

.cursor-glow{
  position:fixed;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,106,0,.15),transparent 65%);
  pointer-events:none;
  transform:translate(-50%,-50%);
  z-index:0;
}

/* NAVBAR */
.navbar{
  width:78%;
  height:66px;
  position:fixed;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  padding:0 20px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 18px 50px rgba(255,106,0,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:9999;
}

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

.brand-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#ff6200;
  display:grid;
  place-items:center;
  font-size:16px;
  font-weight:700;
  color:#111;
  box-shadow:0 10px 28px rgba(255,106,0,.35);
}

.brand span{font-size:17px;font-weight:600;}

nav{display:flex;gap:42px;}

nav a{
  text-decoration:none;
  color:#444;
  font-size:15px;
  font-weight:400;
}

.nav-actions{display:flex;align-items:center;gap:10px;}

.signin-btn{
  height:42px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.75);
  color:#111;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
}

.nav-btn{
  height:44px;
  border:none;
  background:#ff6200;
  color:#050505;
  padding:0 24px;
  border-radius:999px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
}

/* HERO */
.hero{
  width:78%;
  margin:150px auto 0;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  position:relative;
  z-index:2;
}

.hero-left{width:49%;}

.live-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(0,0,0,.08);
  color:#666;
  font-size:13px;
  font-weight:400;
  margin-bottom:24px;
}

.live-badge span{
  width:8px;
  height:8px;
  background:#ff6a00;
  border-radius:50%;
}

h1{
  font-size:60px;
  line-height:1.02;
  letter-spacing:-4px;
  font-weight:500;
  color:#333;
}

h1 strong{color:#ff6500;font-weight:500;}

h1 img{
  width:82px;
  height:40px;
  object-fit:cover;
  border-radius:4px;
  margin-left:12px;
  transform:translateY(7px);
}

.hero-left p{
  margin-top:20px;
  width:650px;
  max-width:100%;
  font-size:16px;
  line-height:1.8;
  color:#5d5d5d;
  font-weight:400;
}

.hero-left p b{color:#222;font-weight:600;}

.hero-buttons{
  display:flex;
  gap:14px;
  margin-top:32px;
}

.primary-btn,.secondary-btn{
  height:40px;
  padding:0 27px;
  border-radius:999px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
}

.primary-btn{
  border:none;
  background:#ff6200;
  color:#050505;
  box-shadow:0 14px 36px rgba(255,98,0,.25);
}

.secondary-btn{
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.78);
  color:#111;
}

.mini-stats{
  margin-top:28px;
  display:flex;
  gap:28px;
  color:#666;
  font-size:13px;
  font-weight:400;
}

.mini-stats span{
  color:#ff6200;
  font-size:18px;
  margin-right:7px;
}

/* MAP */
.hero-right{
  width:51%;
  height:620px;
  position:relative;
}

.map-box{
  width:500px;
  height:580px;
  position:absolute;
  right:0;
  top:-10px;
}

.map-svg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
}

.india-outline{
  fill:rgba(255,106,0,.11);
  stroke:#ff6200;
  stroke-width:3;
  filter:drop-shadow(0 0 45px rgba(255,106,0,.15));
}

.moving-line{
  fill:none;
  stroke:#ff6200;
  stroke-width:1.35;
  stroke-linecap:round;
  stroke-dasharray:5 12;
  animation:dashMove 3s linear infinite;
  opacity:.85;
}

@keyframes dashMove{to{stroke-dashoffset:-95;}}

.dot{
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#ff6200;
  box-shadow:0 0 0 8px rgba(255,98,0,.16),0 0 30px 18px rgba(255,98,0,.38);
  animation:pulse 1.8s ease-in-out infinite;
  z-index:5;
}

@keyframes pulse{50%{transform:scale(1.28);}}

.delhi{top:120px;left:292px;}
.ahmedabad{top:246px;left:204px;}
.mumbai{top:326px;left:200px;}
.pune{top:398px;left:258px;}
.hyderabad{top:376px;left:316px;}
.bangalore{top:466px;left:290px;}
.chennai{top:516px;left:322px;}
.kolkata{top:254px;left:382px;}

.city{
  position:absolute;
  z-index:6;
  padding:7px 11px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(0,0,0,.06);
  border-radius:10px;
  font-size:11px;
  line-height:1.1;
  font-weight:500;
  color:#333;
}

.city span{color:#ff6200;font-weight:500;}

.city-delhi{top:137px;left:270px;}
.city-ahmedabad{top:263px;left:174px;}
.city-mumbai{top:342px;left:170px;}
.city-pune{top:402px;left:244px;}
.city-hyderabad{top:392px;left:282px;}
.city-bangalore{top:484px;left:267px;}
.city-chennai{top:532px;left:298px;}
.city-kolkata{top:272px;left:356px;}

.creator-card{
  position:absolute;
  z-index:10;
  width:215px;
  height:84px;
  border-radius:19px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 24px 58px rgba(0,0,0,.14);
  display:grid;
  grid-template-columns:44px 1fr 36px;
  align-items:center;
  gap:10px;
  padding:13px;
  animation:floatCard 4s ease-in-out infinite;
}

@keyframes floatCard{50%{transform:translateY(-8px);}}

.avatar{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#ff6200;
  display:grid;
  place-items:center;
  color:#111;
  font-size:19px;
  font-weight:700;
}

.creator-card h4{font-size:13px;color:#222;font-weight:600;}
.creator-card p{font-size:11px;color:#555;font-weight:400;}
.creator-card small{display:block;margin-top:12px;color:#555;font-size:10px;font-weight:400;}
.creator-card b{color:#ff6200;font-size:11px;align-self:end;font-weight:600;}

.card-a{top:92px;left:6px;}
.card-m{top:82px;right:-26px;animation-delay:.6s;}
.card-r{left:18px;bottom:88px;animation-delay:1s;}
.card-s{right:-50px;top:338px;animation-delay:1.4s;}

/* STATS SECTION */
.stats-section{
  width:82%;
  margin:120px auto 170px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:60px;
}

.stat-item{flex:1;}

.stat-item h3{
  font-size:34px;
  line-height:1;
  font-weight:500;
  color:#ff6500;
  letter-spacing:-1px;
}

.stat-item p{
  margin-top:10px;
  font-size:12px;
  letter-spacing:2px;
  color:#666;
}

/* HOW SECTION */
.how-section{
  width:82%;
  margin:0 auto 120px;
  padding-top:20px;
}

.how-header{
  text-align:center;
  margin-bottom:70px;
}

.how-header p{
  color:#ff6200;
  font-size:13px;
  letter-spacing:2px;
  font-weight:500;
  margin-bottom:20px;
}

.how-header h2{
  font-size:46px;
  line-height:1.15;
  letter-spacing:-2.2px;
  color:#303030;
  font-weight:600;
}

.how-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.how-card{
  min-height:300px;
  border:1px solid rgba(0,0,0,.09);
  border-radius:26px;
  background:rgba(255,255,255,.82);
  padding:42px 40px 36px;
  position:relative;
  overflow:hidden;
}

.glow-card{
  background:
    radial-gradient(circle at 88% 15%,rgba(255,98,0,.10),transparent 260px),
    rgba(255,255,255,.82);
}

.card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:34px;
}

.card-top span{
  color:#ff6200;
  font-size:12px;
  letter-spacing:1.1px;
  font-weight:500;
}

.card-top b{
  color:#ff6200;
  font-size:27px;
  font-weight:400;
}

.how-card h3{
  font-size:30px;
  color:#111;
  letter-spacing:-1.3px;
  font-weight:650;
  margin-bottom:18px;
}

.how-card p{
  width:78%;
  color:#666;
  font-size:17px;
  line-height:1.55;
  margin-bottom:38px;
}

.feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  row-gap:18px;
  column-gap:50px;
}

.feature-grid div{
  color:#555;
  font-size:15px;
  position:relative;
  padding-left:16px;
}

.feature-grid div::before{
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:#ff6200;
  position:absolute;
  left:0;
  top:9px;
}

/* CATEGORIES */
.categories-section{
  width:82%;
  margin:0 auto 140px;
  position:relative;
}

.categories-section::after{
  content:"";
  position:absolute;
  right:120px;
  bottom:-90px;
  width:520px;
  height:360px;
  background:radial-gradient(circle,rgba(255,106,0,.13),transparent 68%);
  pointer-events:none;
  z-index:-1;
}

.categories-head{
  display:grid;
  grid-template-columns:1.4fr .9fr;
  align-items:start;
  gap:70px;
  margin-bottom:58px;
}

.categories-head span{
  display:block;
  color:#ff6200;
  font-size:13px;
  letter-spacing:2px;
  font-weight:500;
  margin-bottom:22px;
}

.categories-head h2{
  font-size:46px;
  line-height:1.05;
  letter-spacing:-2.4px;
  color:#333;
  font-weight:600;
}

.categories-head p{
  color:#5f5f5f;
  font-size:18px;
  line-height:1.55;
  font-weight:400;
  padding-top:36px;
}

.categories-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.category-card{
  height:114px;
  border:1px solid rgba(0,0,0,.085);
  border-radius:24px;
  background:rgba(255,255,255,.82);
  padding:26px 26px 22px;
  position:relative;
  transition:.25s ease;
}

.category-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 50px rgba(255,98,0,.08);
}

.category-card small{
  display:block;
  font-size:11px;
  letter-spacing:1.5px;
  color:#666;
  font-weight:500;
  margin-bottom:20px;
}

.category-card h3{
  color:#141414;
  font-size:21px;
  line-height:1.15;
  font-weight:650;
  letter-spacing:-.7px;
}

.category-card b{
  position:absolute;
  right:28px;
  top:24px;
  color:#555;
  font-size:19px;
  font-weight:400;
}

/* WHY SECTION */
.why-section{
  width:88%;
  margin:0 auto 150px;
  position:relative;
}

.why-section::before{
  content:"";
  position:absolute;
  top:-120px;
  left:50%;
  transform:translateX(-50%);
  width:520px;
  height:360px;
  background:radial-gradient(circle,rgba(255,106,0,.13),transparent 68%);
  pointer-events:none;
  z-index:-1;
}

.why-header{
  text-align:center;
  margin-bottom:78px;
}

.why-header p{
  color:#ff6200;
  font-size:13px;
  letter-spacing:2px;
  font-weight:500;
  margin-bottom:22px;
}

.why-header h2{
  font-size:54px;
  line-height:1.1;
  letter-spacing:-2.8px;
  color:#333;
  font-weight:500;
}

.why-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.why-card{
  min-height:365px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:28px;
  background:rgba(255,255,255,.82);
  padding:46px 46px;
}

.why-card > span{
  display:block;
  font-size:13px;
  letter-spacing:2px;
  font-weight:500;
  color:#666;
  margin-bottom:34px;
}

.why-card ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:22px;
}

.why-card li{
  font-size:19px;
  color:#666;
  font-weight:400;
}

.old-method li::before{
  content:"×";
  display:inline-block;
  width:32px;
  color:#666;
  font-size:16px;
}

.inflo-method{
  border-color:rgba(255,98,0,.35);
  background:
    radial-gradient(circle at 88% 15%,rgba(255,98,0,.12),transparent 280px),
    rgba(255,255,255,.84);
}

.inflo-method > span{color:#ff6200;}
.inflo-method li{color:#222;}

.inflo-method li::before{
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  margin-right:16px;
  border-radius:50%;
  background:#ff6200;
  color:#111;
  font-size:15px;
  font-weight:700;
}

/* USERS SECTION */
.users-section{
  width:90%;
  margin:140px auto;
}

.users-heading{
  text-align:center;
  margin-bottom:70px;
}

.users-heading span{
  display:block;
  color:#ff6200;
  font-size:14px;
  letter-spacing:2px;
  font-weight:500;
  margin-bottom:18px;
}

.users-heading h2{
  font-size:64px;
  line-height:1.05;
  font-weight:500;
  color:#2d2d2d;
  letter-spacing:-2px;
}

.users-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:18px;
}

.user-card{
  height:140px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(0,0,0,.08);
  border-radius:28px;
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  transition:.3s;
}

.user-card:hover{
  transform:translateY(-4px);
  border-color:#ff6200;
}

.user-card .icon{
  font-size:24px;
  color:#ff6200;
  margin-bottom:18px;
}

.user-card h3{
  font-size:18px;
  line-height:1.45;
  font-weight:500;
  color:#222;
}

/* LIVE FEED — FIXED */
.live-feed-section{
  width:100%;
  margin:140px 0;
  overflow:hidden;
}

.live-feed-head{
  width:82%;
  margin:0 auto 58px;
}

.live-feed-head span{
  color:#ff6200;
  font-size:13px;
  letter-spacing:1.8px;
  font-weight:500;
}

.live-feed-head h2{
  margin-top:22px;
  font-size:40px;
  line-height:1.05;
  letter-spacing:-2.8px;
  color:#333;
  font-weight:600;
}

.live-feed-slider{
  width:100%;
  overflow:hidden;
  position:relative;
}

.live-feed-slider::before,
.live-feed-slider::after{
  content:"";
  position:absolute;
  top:0;
  width:120px;
  height:100%;
  z-index:5;
  pointer-events:none;
}

.live-feed-slider::before{
  left:0;
  background:linear-gradient(to right,#fff,transparent);
}

.live-feed-slider::after{
  right:0;
  background:linear-gradient(to left,#fff,transparent);
}

.live-feed-track{
  display:flex;
  align-items:stretch;
  gap:22px;
  width:max-content;
  animation:feedScroll 32s linear infinite;
}

.live-feed-track:hover{
  animation-play-state:paused;
}

.feed-card{
  width:325px;
  min-width:325px;
  height:128px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:24px;
  background:rgba(255,255,255,.86);
  padding:22px 24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  flex-shrink:0;
}

.feed-card small{
  display:block;
  color:#ff8a3d;
  font-size:12px;
  letter-spacing:1.1px;
  font-weight:500;
  margin-bottom:24px;
  white-space:nowrap;
}

.feed-card div{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  width:100%;
}

.feed-card h3{
  font-size:22px;
  line-height:1;
  color:#222;
  font-weight:650;
  letter-spacing:-.6px;
}

.feed-card b{
  color:#ff6200;
  font-size:17px;
  font-weight:600;
}

.feed-card p{
  margin-top:8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#777;
  font-size:14px;
  width:100%;
}

.feed-card p span{
  color:#777;
  font-size:12px;
}

@keyframes feedScroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

/* RESPONSIVE */
@media(max-width:1300px){
  .navbar,.hero{width:86%;}
  h1{font-size:56px;}
  .map-box{transform:scale(.92);transform-origin:top right;}
}

@media(max-width:1200px){
  .users-grid{grid-template-columns:repeat(4,1fr);}
}

@media(max-width:1100px){
  .categories-section{width:92%;}
  .categories-head{grid-template-columns:1fr;gap:18px;}
  .categories-head p{padding-top:0;}
  .categories-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:1000px){
  .navbar{width:92%;height:62px;top:12px;}
  nav{display:none;}
  .hero{width:92%;margin-top:125px;flex-direction:column;}
  .hero-left,.hero-right{width:100%;}
  h1{font-size:48px;letter-spacing:-2.8px;}
  h1 img{width:68px;height:42px;}
  .hero-left p{width:100%;font-size:15px;}
  .hero-buttons{flex-wrap:wrap;}
  .hero-right{height:520px;overflow:hidden;}
  .map-box{position:relative;right:auto;top:35px;transform:scale(.72);transform-origin:top left;}
  .stats-section{width:92%;margin:80px auto 120px;gap:30px;flex-wrap:wrap;}
  .stat-item{flex:0 0 30%;}
}

@media(max-width:900px){
  .how-section,.why-section{width:92%;}
  .how-header h2{font-size:34px;}
  .how-cards,.why-grid{grid-template-columns:1fr;}
  .how-card p{width:100%;}
  .why-header h2{font-size:38px;}
  .live-feed-head{width:92%;}
  .live-feed-head h2{font-size:38px;}
  .feed-card{
    width:280px;
    min-width:280px;
  }
}

@media(max-width:768px){
  .users-heading h2{font-size:42px;}
  .users-grid{grid-template-columns:repeat(2,1fr);}
  .user-card{height:130px;}
}

@media(max-width:560px){
  .navbar{width:94%;height:58px;padding:0 14px;top:10px;}
  .brand-icon{width:32px;height:32px;font-size:15px;}
  .brand span{font-size:15px;}
  .signin-btn{display:none;}
  .nav-btn{height:40px;padding:0 18px;font-size:13px;}
  .hero{width:92%;margin-top:110px;}
  .live-badge{font-size:12px;padding:7px 12px;}
  h1{font-size:39px;line-height:1.08;letter-spacing:-2.2px;}
  h1 img{width:54px;height:34px;margin-left:8px;}
  .hero-left p{font-size:14px;line-height:1.7;}
  .primary-btn,.secondary-btn{width:100%;}
  .mini-stats{flex-direction:column;gap:12px;}
  .hero-right{height:430px;overflow:hidden;}
  .map-box{transform:scale(.58);transform-origin:top left;}
  .stats-section{width:92%;margin:60px auto 100px;display:grid;grid-template-columns:1fr 1fr;gap:28px;}
  .stat-item h3{font-size:28px;}
  .stat-item p{font-size:10px;}
  .categories-section{margin-bottom:90px;}
  .categories-head h2{font-size:34px;}
  .categories-head p{font-size:15px;}
  .categories-grid{grid-template-columns:1fr;}
  .category-card{height:108px;}
}

@media(max-width:520px){
  .how-header h2{font-size:28px;}
  .how-card{padding:30px 24px;}
  .feature-grid{grid-template-columns:1fr;}
  .why-header h2{font-size:32px;}
  .why-card{padding:32px 24px;}
  .why-card li{font-size:16px;}
}

@media(max-width:480px){
  .users-grid{grid-template-columns:1fr;}
  .users-heading h2{font-size:34px;}
}
.cta-section{
  width:82%;
  margin:140px auto;
}

.cta-card{
  min-height:430px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,98,0,.10),transparent 280px),
    rgba(255,255,255,.86);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:60px 30px;
}

.cta-icon{
  color:#ff6200;
  font-size:32px;
  margin-bottom:25px;
}

.cta-card h2{
  font-size:58px;
  line-height:1.05;
  letter-spacing:-3px;
  font-weight:600;
  color:#333;
}

.cta-card p{
  margin-top:24px;
  color:#666;
  font-size:17px;
}

.cta-buttons{
  margin-top:42px;
  display:flex;
  gap:14px;
}

.cta-primary,
.cta-secondary{
  height:56px;
  padding:0 30px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:16px;
  font-weight:600;
}

.cta-primary{
  background:#ff6200;
  color:#111;
}

.cta-secondary{
  background:#fff;
  color:#111;
  border:1px solid rgba(0,0,0,.08);
}
.footer{
  margin-top:120px;
  border-top:1px solid rgba(0,0,0,.08);
  padding:40px 6% 0;
  background:#fff;
}

.footer-container{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:60px;
  align-items:start;
}

.footer-left{
  max-width:320px;
}

.footer-logo{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}

.footer-icon{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#ff6b00;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:700;
}

.footer-logo span{
  font-size:22px;
  font-weight:700;
  color:#222;
}

.footer-left p{
  color:#666;
  font-size:15px;
  line-height:1.8;
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.footer-links h4{
  font-size:12px;
  letter-spacing:2px;
  color:#777;
  margin-bottom:10px;
}

.footer-links a,
.footer-links p{
  text-decoration:none;
  color:#333;
  font-size:15px;
  transition:.2s;
}

.footer-links a:hover{
  color:#ff6b00;
}

.footer-bottom{
  margin-top:25px;
  padding:12px 0;
  text-align:center;
  border-top:1px solid rgba(0,0,0,.06);
  color:#777;
  font-size:14px;
}

@media(max-width:900px){
  .footer-container{
    grid-template-columns:1fr 1fr;
    gap:35px;
  }
}

@media(max-width:600px){
  .footer-container{
    grid-template-columns:1fr;
    gap:25px;
  }

  .footer{
    padding:35px 5% 0;
  }
}
.primary-btn,
.secondary-btn {
  text-decoration: none;
}

.btn-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.primary-btn small,
.secondary-btn small {
  display: block;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
  margin-top: 4px;
}

.primary-btn,
.secondary-btn {
  flex-direction: column;
  align-items: flex-start;
}
/* ===== HOME AUTH NAVBAR ===== */

.hidden{
  display:none !important;
}

.user-menu{
  position:relative;
}
.user-dropdown{
  position:absolute;
  top:58px;
  right:0;
  min-width:180px;
  padding:8px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:0 18px 50px rgba(0,0,0,.10);
  display:none;
  z-index:999;
}

.user-dropdown.open{
  display:block;
}

.user-dropdown button{
  width:100%;
  height:42px;
  border:none;
  background:transparent;
  border-radius:12px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  color:#222;
}

.user-dropdown button:hover{
  background:rgba(255,98,0,.08);
}
.signup-btn{
  background: transparent;
  color: #ff6200;
  border: 1px solid rgba(255,106,0,.25);
  margin-left: 10px;
  transition: all .25s ease;
}

.signup-btn:hover{
  background: #fff1e7;
  border-color: #ff6200;
  transform: translateY(-2px);
}
.profile-btn{
  width:52px;
  height:52px;
  border:none;
  background:none;
  cursor:pointer;
}

.user-avatar{
  width:52px;
  height:52px;
  border-radius:50%;
  object-fit:cover;
  border:3px solid #ff6a00;
}

.profile-header{
  padding:16px;
  border-bottom:1px solid #eee;
}

#profileName{
  font-weight:800;
  margin-bottom:6px;
}

#profileEmail,
#profilePhone,
#profileInstagram,
#profileStatus{
  font-size:13px;
  color:#666;
  margin-bottom:4px;
}

.dropdown-link{
  display:block;
  padding:12px 16px;
  text-decoration:none;
  color:#111;
  font-weight:600;
}

.dropdown-link:hover{
  background:#fff5ef;
}
.user-dropdown{
  position:absolute;
  top:70px;
  right:0;
  width:320px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:20px;
  box-shadow:0 25px 60px rgba(0,0,0,.12);
  overflow:hidden;
  z-index:1000;
  display:none;
}

.user-dropdown.open{
  display:block;
}

.profile-header{
  padding:20px;
  background:#fff;
}

#profileName{
  font-size:24px;
  font-weight:800;
  color:#111;
  margin-bottom:10px;
}

#profileEmail,
#profilePhone,
#profileInstagram,
#profileStatus{
  display:block;
  font-size:15px;
  color:#666;
  margin-bottom:8px;
}

.dropdown-link{
  display:block;
  padding:16px 20px;
  text-decoration:none;
  color:#111;
  font-size:18px;
  font-weight:700;
  border-top:1px solid #f1f1f1;
}

.dropdown-link:hover{
  background:#fff6ef;
}

#logoutBtn{
  width:100%;
  border:none;
  background:#fff;
  padding:18px 20px;
  text-align:left;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
  border-top:1px solid #f1f1f1;
}

#logoutBtn:hover{
  background:#fff6ef;
}