*{box-sizing:border-box}
:root{
--navy:#071a3a;
--orange:#ff6b2c;
--pink:#ff2876;
--blue:#2588ff;
--green:#16b978;
--muted:#617087;
--line:#e6ebf2;
--bg:#f7f9fc;
}
html{scroll-behavior:smooth}
body{
margin:0;
font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
color:var(--navy);
background:#fff;
}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.hidden{display:none!important}
.screen{display:none}
.screen.active{display:block}
.marketing{max-width:none!important;padding:0!important}
#toast{
display:none;position:fixed;top:84px;left:50%;transform:translateX(-50%);
background:#071a3a;color:white;padding:12px 20px;border-radius:30px;
z-index:9999;box-shadow:0 10px 30px #0003;font-weight:700
}

/* HEADER */
.top{
height:76px;background:#fff;display:flex;align-items:center;justify-content:space-between;
padding:0 max(32px,5vw);position:sticky;top:0;z-index:1000;
border-bottom:1px solid #edf0f4
}
.brand-wrap{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}
.logo{font-size:31px}
.brand{font-size:26px;font-weight:900;letter-spacing:-1px}
.brand span,.section-title span,.footer-logo span{color:var(--orange)}
.tag{font-size:10px;color:#607086;font-weight:600}
.desktop-menu{display:flex;gap:34px}
.desktop-menu a{color:#0a1834;text-decoration:none;font-size:14px;font-weight:650}
.top-actions{display:flex;align-items:center;gap:12px}
.language{font-size:13px}
.login-top,.signup-top{
border-radius:24px;padding:10px 22px;font-weight:750;background:white
}
.login-top{border:1px solid #aeb8c7;color:#071a3a}
.signup-top{border:0;color:white;background:linear-gradient(90deg,var(--orange),var(--pink))}

/* HERO */
.hero-shell{
min-height:610px;
padding:54px max(38px,6vw) 44px;
display:grid;grid-template-columns:.95fr 1.25fr;gap:45px;align-items:center;
background:
radial-gradient(circle at 78% 20%,#ffdfc7 0,transparent 24%),
radial-gradient(circle at 85% 80%,#ffd6e4 0,transparent 25%),
linear-gradient(115deg,#fff 0%,#f8fbff 43%,#fff3ea 100%);
overflow:hidden
}
.eyebrow{
display:inline-block;background:#eaf5ff;color:#155ba0;padding:8px 14px;border-radius:18px;
font-size:12px;font-weight:850;letter-spacing:.3px
}
.hero-copy h1{
font-size:clamp(48px,5.5vw,79px);line-height:.94;letter-spacing:-4px;
margin:18px 0 20px;max-width:700px
}
.hero-copy h1 span{
background:linear-gradient(90deg,var(--orange),var(--pink));
-webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-sub{font-size:20px;line-height:1.45;color:#41516a;max-width:620px}
.question-cloud{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}
.question-cloud span{
background:white;border:1px solid #edf0f4;border-radius:22px;padding:9px 13px;
box-shadow:0 5px 18px #23395d12;font-size:13px;font-weight:700
}
.activity-row{display:flex;gap:12px;margin:24px 0}
.activity-row div{
width:68px;height:70px;border-radius:20px;background:#fff7ef;
display:flex;flex-direction:column;align-items:center;justify-content:center;
box-shadow:0 5px 20px #c7752b15
}
.activity-row b{font-size:25px}
.activity-row small{font-size:11px;font-weight:750;margin-top:4px}
.hero-cta{
border:0;border-radius:30px;color:white;font-size:17px;font-weight:850;
padding:16px 28px;background:linear-gradient(90deg,#ff792b,var(--pink));
box-shadow:0 13px 28px #ff5a5535
}
.hero-cta span{font-size:22px;margin-left:14px}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#3e4d62;font-size:12px;font-weight:700}

/* INTERNATIONAL PEOPLE */
.people-stage{
position:relative;min-height:510px;border-radius:36px;padding:22px;
background:
linear-gradient(#071a3a22,#071a3a33),
url("https://images.unsplash.com/photo-1525625293386-3f8f99389edd?auto=format&fit=crop&w=1400&q=82")
center/cover;
box-shadow:0 25px 60px #071a3a25
}
.stage-title{
background:#ffffffee;backdrop-filter:blur(8px);border-radius:20px;padding:13px 17px;
display:inline-flex;flex-direction:column;margin-bottom:18px
}
.stage-title strong{font-size:15px}
.stage-title span{font-size:11px;color:#66758b;margin-top:3px}
.people-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.person-card{
position:relative;background:#fffffff2;border:3px solid white;border-radius:23px;
box-shadow:0 10px 25px #0002;overflow:visible
}
.person-photo{height:145px;border-radius:19px 19px 0 0;background-size:cover;background-position:center}
.photo-jocelyn{background-image:url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=500&q=80")}
.photo-maria{background-image:url("https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=500&q=80")}
.photo-priya{background-image:url("https://images.unsplash.com/photo-1531123897727-8f129e1688ce?auto=format&fit=crop&w=500&q=80")}
.photo-kate{background-image:url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=500&q=80")}
.person-info{padding:9px 12px;display:flex;justify-content:space-between;align-items:center}
.person-info strong{font-size:13px}
.person-info small{font-size:10px;color:#66758b}
.speech{
position:absolute;right:-8px;top:12px;background:white;border-radius:20px;
padding:9px 12px;max-width:125px;font-size:12px;font-weight:800;
box-shadow:0 6px 15px #0002
}
.mini-card{padding:11px 13px;display:flex;gap:10px;align-items:center}
.mini-avatar{
width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
background:#ffe9d9;font-size:25px
}
.mini-card strong,.mini-card small{display:block}
.mini-card strong{font-size:12px}
.mini-card small{font-size:10px;color:#66758b;margin-top:4px}

/* LANGUAGES */
.language-strip{
display:grid;grid-template-columns:repeat(6,1fr);gap:12px;padding:18px max(25px,4vw);
background:white;border-bottom:1px solid #edf0f4
}
.language-strip div{
min-height:76px;border-radius:18px;padding:13px;text-align:center;
display:flex;flex-direction:column;justify-content:center
}
.language-strip div:nth-child(1){background:#eaf4ff}
.language-strip div:nth-child(2){background:#fff1e5}
.language-strip div:nth-child(3){background:#ffeaf0}
.language-strip div:nth-child(4){background:#edf1ff}
.language-strip div:nth-child(5){background:#fff2eb}
.language-strip div:nth-child(6){background:#eff8e9}
.language-strip b{font-size:12px}
.language-strip span{font-size:11px;margin-top:5px;line-height:1.3}

/* AUTH */
.auth-zone{
padding:75px max(35px,8vw);display:grid;grid-template-columns:1fr 470px;gap:55px;
align-items:stretch;background:linear-gradient(135deg,#fff8f1,#f5f9ff)
}
.auth-visual{
min-height:540px;border-radius:34px;padding:52px;position:relative;overflow:hidden;
background:
linear-gradient(135deg,#071a3ae8,#143c72d9),
url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1200&q=82")
center/cover;color:white;box-shadow:0 24px 55px #071a3a20
}
.auth-label{font-size:11px;font-weight:850;letter-spacing:1.4px;color:#ffd6bf}
.auth-visual h2{font-size:48px;line-height:1.05;letter-spacing:-2px;margin:20px 0}
.auth-visual h2 span{color:#ffb08c}
.auth-visual>p{max-width:510px;line-height:1.6;color:#e9eff8}
.live-preview{
max-width:480px;margin-top:38px;background:#ffffffef;color:#071a3a;
border-radius:24px;padding:18px;box-shadow:0 15px 40px #0003
}
.live-person{display:flex;align-items:center;gap:11px}
.preview-avatar{
width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#ff7a31,#ff2876);
color:white;display:grid;place-items:center;font-weight:900
}
.live-person strong,.live-person small{display:block}
.live-person small{color:#6a778a;font-size:11px;margin-top:3px}
.preview-message{font-weight:750;line-height:1.45;margin:16px 0}
.preview-tags{display:flex;gap:7px;flex-wrap:wrap}
.preview-tags span{background:#edf5ff;padding:6px 10px;border-radius:15px;font-size:11px}
.floating-note{
position:absolute;background:white;color:#071a3a;border-radius:20px;padding:9px 14px;
font-size:12px;font-weight:800;box-shadow:0 10px 20px #0002
}
.n1{right:35px;top:55px;transform:rotate(5deg)}
.n2{right:50px;bottom:95px;transform:rotate(-5deg)}
.n3{left:38px;bottom:28px;transform:rotate(3deg)}

.auth-card{
background:white!important;border:1px solid #e7ebf1;border-radius:30px!important;
padding:31px!important;box-shadow:0 22px 55px #071a3a13!important;margin:0!important
}
.auth-heading{text-align:center;margin-bottom:20px}
.auth-icon{
width:58px;height:58px;border-radius:18px;background:#fff1e8;display:grid;
place-items:center;font-size:29px;margin:0 auto 10px
}
.auth-heading h2{margin:0;font-size:24px}
.auth-heading p{font-size:12px;color:#728096}
.tabs{display:flex;background:#f2f4f7;padding:4px;border-radius:14px;margin-bottom:21px}
.tab{
width:50%;border:0;background:transparent;padding:11px;border-radius:11px;font-weight:800
}
.tab.active{background:white;box-shadow:0 3px 10px #071a3a12}
.auth-card label{font-size:11px;font-weight:800;display:block;margin:13px 0 6px}
.auth-card input{
width:100%;padding:13px 14px;border:1px solid #d8dee7;border-radius:12px;outline:none
}
.auth-card input:focus{border-color:#ff7a31;box-shadow:0 0 0 3px #ff7a3115}
.phone{display:grid;grid-template-columns:88px 1fr;gap:8px}
.primary{
width:100%;border:0;border-radius:13px;background:linear-gradient(90deg,#ff742d,#ff2876);
color:white;font-weight:850;padding:14px;margin-top:17px
}
.form-message,.auth-bottom,.small{
font-size:11px;color:#758298;text-align:center;line-height:1.5
}
.form-message{background:#f8fafc;border-radius:12px;padding:10px;margin-top:12px}
.auth-bottom{margin-top:20px;padding-top:16px;border-top:1px solid #edf0f4}

/* HOW IT WORKS */
.how-section,.feature-section{padding:70px max(28px,5vw)}
.section-title{text-align:center;margin-bottom:38px}
.section-title h2{font-size:36px;letter-spacing:-1.3px;margin:0}
.section-title p{color:#6a788e;margin-top:8px}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:17px}
.step{
position:relative;background:white;border:1px solid #edf0f4;border-radius:25px;
padding:22px;text-align:center;box-shadow:0 10px 30px #071a3a09
}
.step-number{
position:absolute;left:13px;top:13px;width:30px;height:30px;border-radius:50%;
background:#071a3a;color:white;display:grid;place-items:center;font-weight:900
}
.step-art{
height:105px;border-radius:18px;background:linear-gradient(135deg,#eaf5ff,#fff0e5);
display:grid;place-items:center;font-size:34px;margin-bottom:18px
}
.step h3{font-size:15px;margin:0 0 8px}
.step p{font-size:12px;line-height:1.45;color:#65738a;margin:0}

/* FEATURES */
.feature-section{background:linear-gradient(180deg,#fff8f2,#fff)}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.features article{text-align:center;padding:24px}
.feature-icon{
width:60px;height:60px;border-radius:50%;display:grid;place-items:center;
color:white;font-size:26px;margin:auto
}
.pink{background:#ff5076}.green{background:#19b77a}.purple{background:#8758ee}.blue{background:#2687f7}
.features h3{margin:14px 0 7px}
.features p{font-size:13px;color:#637188;line-height:1.5}

/* FINAL */
.final-banner{
min-height:330px;display:grid;place-items:center;text-align:center;color:white;
padding:55px 20px;
background:
linear-gradient(#071a3a90,#071a3a95),
url("https://images.unsplash.com/photo-1506869640319-fe1a24fd76dc?auto=format&fit=crop&w=1600&q=82")
center/cover
}
.final-banner h2{font-size:38px;margin:9px 0}
.final-banner p{color:#edf3fb}
.final-banner button{
border:0;border-radius:28px;padding:14px 24px;color:white;font-weight:850;
background:linear-gradient(90deg,#ff762c,#ff2876)
}
.footer{
padding:23px max(30px,5vw);display:flex;justify-content:space-between;
align-items:center;font-size:12px;color:#607086
}
.footer-logo{font-size:20px;font-weight:900;color:#071a3a}

/* LOGGED-IN APP */
.app-screen{max-width:720px;margin:auto;padding:30px 18px 105px}
.app-screen h2{font-size:28px;margin-bottom:5px}
.screenhead{display:flex;justify-content:space-between;align-items:center}
.screenhead p,.muted{color:#718096}
.card{
background:white;border:1px solid #e5e9ef;border-radius:20px;padding:18px;
margin:12px 0;box-shadow:0 7px 25px #071a3a0a
}
.app-screen input,.app-screen textarea,.app-screen select{
width:100%;border:1px solid #d8dee7;border-radius:12px;padding:13px;margin:7px 0
}
.app-screen textarea{min-height:110px;resize:vertical}
.app-screen label{font-size:12px;font-weight:800}
.hours{display:flex;gap:8px;margin:8px 0}
.hours button{flex:1;border:1px solid #dce2e9;background:white;border-radius:10px;padding:10px}
.hours button.selected{background:#071a3a;color:white}
.secondary,.danger{
width:100%;padding:12px;border-radius:12px;margin-top:8px;background:white
}
.secondary{border:1px solid #ccd4df}
.danger{border:1px solid #ffc6c6;color:#c52d2d}
.iconbtn{border:0;background:#edf3fb;border-radius:12px;padding:10px}
.plan{background:white;border:1px solid #e5e9ef;border-radius:20px;padding:17px;margin:12px 0}
.who{display:flex;align-items:center;gap:10px}
.avatar{
width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#ff762c,#ff2876);
color:white;display:grid;place-items:center;font-weight:900
}
.name{font-weight:850}.distance{font-size:11px;color:#7a8799}
.plantext{font-size:17px;font-weight:750;margin:15px 0}
.chips{display:flex;gap:7px;flex-wrap:wrap;margin:8px 0}
.chip{font-size:11px;background:#eef4fb;padding:6px 9px;border-radius:15px}
.interest,.approve{
border:0;background:#071a3a;color:white;border-radius:11px;padding:11px 14px;font-weight:750
}
.decline{border:1px solid #ccd4df;background:white;border-radius:11px;padding:10px 14px}
.actionrow{display:flex;gap:8px;margin-top:10px}
.empty{text-align:center;color:#7a8799;padding:35px 10px}
#messages{min-height:250px}
.bubble{
max-width:80%;background:#eef2f7;border-radius:15px;padding:10px 13px;margin:8px 0
}
.bubble.mine{margin-left:auto;background:#dff1ff}
.sendrow{display:flex;gap:7px}
.sendrow input{flex:1}
.sendrow button{width:48px;border:0;border-radius:12px;background:#071a3a;color:white}
.bottom{
position:fixed;bottom:0;left:50%;transform:translateX(-50%);
width:min(720px,100%);height:72px;background:#fffffff7;backdrop-filter:blur(12px);
border-top:1px solid #e5e9ef;display:flex;z-index:900
}
.bottom button{
flex:1;border:0;background:transparent;color:#718096;font-size:10px;font-weight:750
}
.bottom button span{display:block;font-size:21px;margin-bottom:3px}
.bottom button.active{color:#ff5d35}

/* MOBILE */
@media(max-width:900px){
.desktop-menu,.language{display:none}
.top{padding:0 16px;height:68px}
.brand{font-size:21px}
.tag{font-size:8px}
.login-top{display:none}
.signup-top{padding:9px 15px}
.hero-shell{grid-template-columns:1fr;padding:35px 18px}
.hero-copy h1{font-size:52px;letter-spacing:-2.8px}
.hero-sub{font-size:17px}
.people-stage{min-height:480px}
.language-strip{grid-template-columns:repeat(2,1fr);padding:13px}
.auth-zone{grid-template-columns:1fr;padding:40px 16px}
.auth-visual{min-height:430px;padding:30px}
.auth-visual h2{font-size:38px}
.steps{grid-template-columns:1fr 1fr}
.features{grid-template-columns:1fr 1fr}
.footer{flex-direction:column;gap:12px;text-align:center}
}

@media(max-width:520px){
.hero-copy h1{font-size:43px}
.activity-row{overflow-x:auto}
.activity-row div{min-width:63px}
.people-grid{gap:8px}
.person-photo{height:120px}
.speech{font-size:10px;max-width:105px}
.language-strip{grid-template-columns:1fr 1fr}
.auth-visual{min-height:410px}
.floating-note{display:none}
.steps{grid-template-columns:1fr}
.features{grid-template-columns:1fr}
.final-banner h2{font-size:30px}
.top-actions .signup-top{font-size:12px}
}

/* ===== NearbyMate Hero Photo Polish ===== */

.person-photo{
  height:155px;
  background-repeat:no-repeat;
  background-size:cover;
}

/* Individual face framing */
.photo-jocelyn{
  background-position:center 30%;
}

.photo-maria{
  background-position:center 32%;
}

.photo-priya{
  background-position:center 28%;
}

.photo-kate{
  background-position:center 25%;
}

/* Cleaner people panel */
.people-stage{
  background:
    linear-gradient(135deg,rgba(7,26,58,.20),rgba(7,26,58,.38)),
    url("https://images.unsplash.com/photo-1525625293386-3f8f99389edd?auto=format&fit=crop&w=1400&q=82")
    center/cover;
}

.person-card{
  transition:transform .2s ease,box-shadow .2s ease;
}

.person-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 32px rgba(7,26,58,.22);
}

.speech{
  z-index:3;
}

@media(max-width:520px){
  .person-photo{
    height:135px;
  }
}

/* ===== NEARBYMATE PREMIUM HOMEPAGE POLISH ===== */

.hero h1{
  font-size:clamp(42px,5vw,72px);
  line-height:1.02;
  letter-spacing:-2px;
}

.hero h1::after{
  content:"";
  display:block;
  width:80px;
  height:5px;
  margin:22px auto;
  border-radius:20px;
  background:linear-gradient(90deg,#ff7a18,#ffb347);
}

.people-stage{
  position:relative;
  overflow:hidden;
  border-radius:28px;
}

.people-stage::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    transparent 45%,
    rgba(5,18,40,.18)
  );
}

.person-card{
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.8);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 35px rgba(10,30,60,.16);
}

.person-photo{
  height:150px;
  background-size:cover;
  background-repeat:no-repeat;
  transition:transform .35s ease;
}

.person-card:hover .person-photo{
  transform:scale(1.045);
}

.person-card:hover{
  transform:translateY(-5px);
}

.speech{
  border-radius:18px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  animation:floatBubble 4s ease-in-out infinite;
}

@keyframes floatBubble{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}

/* Activity / idea chips */
.quick-vibes{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:24px auto 8px;
  max-width:900px;
}

.quick-vibes span{
  padding:10px 15px;
  border-radius:999px;
  background:white;
  border:1px solid #e5e7eb;
  box-shadow:0 5px 15px rgba(15,23,42,.06);
  font-size:14px;
  font-weight:700;
  transition:.2s;
}

.quick-vibes span:hover{
  transform:translateY(-2px);
  border-color:#ff8a3d;
}

/* multilingual feel */
.world-vibes{
  margin:30px auto;
  max-width:1050px;
  text-align:center;
}

.world-vibes-title{
  font-size:13px;
  font-weight:800;
  letter-spacing:1.5px;
  color:#64748b;
  text-transform:uppercase;
}

.language-bubbles{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:15px;
}

.language-bubbles span{
  background:#fff;
  border:1px solid #edf0f5;
  padding:11px 16px;
  border-radius:16px;
  box-shadow:0 7px 22px rgba(15,23,42,.07);
}

/* login/signup should never feel blank */
.card{
  box-shadow:0 20px 55px rgba(15,23,42,.10);
  border-radius:24px;
}

.primary{
  transition:transform .18s ease,box-shadow .18s ease;
}

.primary:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(15,23,42,.18);
}

@media(max-width:700px){
  .hero h1{
    font-size:42px;
    letter-spacing:-1.5px;
  }

  .person-photo{
    height:135px;
  }

  .quick-vibes{
    justify-content:flex-start;
    overflow-x:auto;
    flex-wrap:nowrap;
    padding:4px 16px 12px;
  }

  .quick-vibes span{
    white-space:nowrap;
  }
}

/* ===== NEARBYMATE LOCATION TRUST UI ===== */

.nearby-screen{max-width:1180px}

.nearby-welcome{
 display:flex;justify-content:space-between;align-items:center;gap:24px;
 margin-bottom:20px;padding:27px 30px;border-radius:28px;
 background:linear-gradient(135deg,#fff4eb,#fff 48%,#f5f1ff);
 border:1px solid #f1e6de;
 box-shadow:0 14px 40px rgba(15,23,42,.06)
}

.nearby-eyebrow{
 font-size:11px;font-weight:900;letter-spacing:1.5px;color:#f97316
}

.nearby-welcome h2{margin:6px 0;font-size:30px}
.nearby-welcome p{margin:0;color:#64748b;line-height:1.5}

.nearby-vibes{
 display:grid;grid-template-columns:repeat(3,1fr);
 gap:15px;margin-bottom:26px
}

.nearby-vibe{
 position:relative;min-height:170px;overflow:hidden;border-radius:24px;
 background-size:cover;background-position:center;
 box-shadow:0 14px 35px rgba(15,23,42,.12)
}

.coffee-vibe{
 background-image:
 linear-gradient(to top,rgba(15,23,42,.78),rgba(15,23,42,.03)),
 url("https://images.unsplash.com/photo-1528605248644-14dd04022da1?auto=format&fit=crop&w=900&q=80")
}

.walk-vibe{
 background-image:
 linear-gradient(to top,rgba(15,23,42,.78),rgba(15,23,42,.03)),
 url("https://images.unsplash.com/photo-1511632765486-a01980e01a18?auto=format&fit=crop&w=900&q=80")
}

.movie-vibe{
 background-image:
 linear-gradient(to top,rgba(15,23,42,.78),rgba(15,23,42,.03)),
 url("https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?auto=format&fit=crop&w=900&q=80")
}

.vibe-copy{
 position:absolute;left:17px;right:17px;bottom:16px;color:#fff
}

.vibe-copy b{display:block;font-size:16px}
.vibe-copy span{display:block;margin-top:3px;font-size:12px;opacity:.9}

.social-plan{
 border:1px solid #edf0f4;border-radius:24px;padding:20px;
 margin-bottom:15px;background:#fff;
 box-shadow:0 12px 32px rgba(15,23,42,.07)
}

.plan-top{
 display:flex;align-items:center;justify-content:space-between
}

.activity-orb{
 width:43px;height:43px;display:grid;place-items:center;
 border-radius:15px;background:#fff4eb;font-size:21px
}

.avatar-img{object-fit:cover}

.location-verified{
 display:inline-flex;align-items:center;margin:11px 0 10px;
 padding:6px 10px;border:1px solid #bbf7d0;border-radius:999px;
 background:#ecfdf5;color:#047857;font-size:12px;font-weight:800
}

/* profile photo */

.profile-photo-card{
 display:flex;align-items:center;gap:20px;margin-bottom:16px;padding:20px;
 border-radius:24px;background:#fff;border:1px solid #edf0f4;
 box-shadow:0 14px 35px rgba(15,23,42,.07)
}

.profile-avatar-big{
 width:92px;height:92px;flex:0 0 92px;display:grid;place-items:center;
 overflow:hidden;border-radius:50%;
 background:linear-gradient(135deg,#ff8a3d,#ff5e62);
 color:#fff;font-size:36px;font-weight:900
}

.profile-avatar-big img{
 width:100%;height:100%;object-fit:cover
}

.profile-photo-info{
 display:flex;flex-direction:column;align-items:flex-start;gap:5px
}

.profile-photo-info span,.profile-photo-info small{color:#64748b}

.photo-upload-btn{
 display:inline-flex;margin-top:7px;padding:9px 14px;border-radius:12px;
 background:#fff4eb;color:#c2410c;font-size:13px;font-weight:800;
 cursor:pointer
}

.photo-upload-btn input{display:none}

/* mandatory live-location gate */

.location-gate{
 position:fixed;inset:0;z-index:99999;display:flex;
 align-items:center;justify-content:center;padding:22px;
 background:rgba(15,23,42,.76);backdrop-filter:blur(10px)
}

.location-gate.hidden{display:none}

.location-gate-card{
 width:min(440px,100%);padding:34px;text-align:center;
 background:#fff;border-radius:30px;
 box-shadow:0 30px 90px rgba(0,0,0,.3)
}

.location-pin{
 width:75px;height:75px;display:grid;place-items:center;
 margin:0 auto 12px;border-radius:24px;
 background:#fff4eb;font-size:39px
}

.location-live-label{
 display:inline-block;padding:5px 9px;border-radius:999px;
 background:#ecfdf5;color:#047857;font-size:10px;
 font-weight:900;letter-spacing:1.3px
}

.location-gate-card h2{margin:12px 0 8px;font-size:27px}

.location-gate-card p{color:#64748b;line-height:1.55}

.location-privacy{
 margin:18px 0;padding:12px;border-radius:14px;
 background:#f8fafc;color:#475569;font-size:13px;font-weight:700
}

.location-gate-card .primary{width:100%}

.location-help{
 margin-top:13px;color:#64748b;font-size:12px
}

@media(max-width:800px){
 .nearby-vibes{grid-template-columns:1fr}
 .nearby-vibe{min-height:135px}
 .nearby-welcome{padding:22px}
 .nearby-welcome h2{font-size:25px}
 .profile-photo-card{align-items:flex-start}
}


/* ===== NEARBYMATE SIGNUP CONSENT ===== */

.signup-consent{
 margin:16px 0;
 padding:15px;
 border:1px solid #e5e7eb;
 border-radius:16px;
 background:#f8fafc;
 text-align:left;
}

.consent-check{
 display:flex;
 align-items:flex-start;
 gap:10px;
 font-size:13px;
 line-height:1.5;
 color:#334155;
 cursor:pointer;
}

.consent-check input{
 width:18px;
 height:18px;
 min-width:18px;
 margin-top:1px;
 accent-color:#ff6534;
}

.consent-check a{
 color:#e94f20;
 font-weight:800;
 text-decoration:none;
}

.signup-consent p{
 margin:10px 0 0 28px;
 font-size:11px;
 line-height:1.5;
 color:#64748b;
}

