*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#020202;
  color:#fff;
  font-family:Inter,Arial,Helvetica,sans-serif;
  line-height:1.5;
  overflow-x:hidden;
}

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

button{
  font:inherit;
  cursor:pointer;
}

/* ================= HEADER ================= */

.topbar{
  width:100%;
  height:72px;
  background:#050505;
  border-bottom:1px solid #202020;
  position:sticky;
  top:0;
  z-index:9999;
}

.nav{
  width:100%;
  max-width:1500px;
  height:100%;
  margin:auto;
  padding:0 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.logo{
  color:#fff;
  font-size:27px;
  font-weight:950;
  letter-spacing:-1.5px;
  min-width:190px;
}

.logo span{
  color:#ff1975;
}

.logo small{
  display:block;
  font-size:8px;
  color:#888;
  letter-spacing:.2px;
}

nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:42px;
  font-size:14px;
  color:#ddd;
  flex:1;
}

nav a{
  padding:26px 0 21px;
}

nav a.active,
nav a:hover{
  color:#ff1975;
  border-bottom:3px solid #ff1975;
}

.live{
  background:transparent;
  border:1px solid #00d889;
  color:#00d889;
  border-radius:22px;
  padding:9px 20px;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

/* ================= HERO ================= */

.hero{
  width:100%;
  min-height:650px;
  display:grid;
  grid-template-columns:52% 48%;
  background:#040304;
}

.hero-content{
  padding:100px 70px 80px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(
      circle at 65% 45%,
      rgba(255,25,117,.14),
      transparent 45%
    );
}

.eyebrow{
  color:#ff1975;
  font-size:16px;
  font-weight:900;
  letter-spacing:1px;
  margin-bottom:14px;
}

.hero h1{
  font-size:64px;
  line-height:1.04;
  letter-spacing:-2px;
  max-width:800px;
}

.hero h1 strong{
  display:block;
  color:#ff1975;
}

.hero p{
  margin:25px 0;
  color:#c5c5c5;
  max-width:690px;
  font-size:18px;
  line-height:1.65;
}

.primary{
  width:max-content;
  border:0;
  background:#ff1975;
  color:#fff;
  border-radius:8px;
  padding:17px 34px;
  font-size:17px;
  font-weight:900;
  box-shadow:0 12px 40px rgba(255,25,117,.3);
  transition:.2s;
}

.primary:hover{
  background:#ff398a;
  transform:translateY(-2px);
}

.stats{
  margin-top:45px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  max-width:720px;
}

.stats div{
  border-right:1px solid #292929;
  padding:0 22px;
}

.stats div:first-child{
  padding-left:0;
}

.stats div:last-child{
  border-right:0;
}

.stats b{
  display:block;
  color:#fff;
  font-size:18px;
}

.stats small{
  display:block;
  color:#999;
  font-size:11px;
  margin-top:4px;
}

/* ================= HERO PHOTO ================= */

.hero-visual{
  min-height:650px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(
      90deg,
      rgba(3,0,3,.15),
      rgba(3,0,3,.1)
    ),
    url("https://randomuser.me/api/portraits/women/44.jpg");
  background-size:cover;
  background-position:center 25%;
}

.hero-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(2,2,2,.25),
      transparent 50%,
      rgba(2,2,2,.2)
    ),
    radial-gradient(
      circle at 65% 35%,
      rgba(255,25,117,.18),
      transparent 45%
    );
  pointer-events:none;
}

.call-card{
  position:absolute;
  right:55px;
  bottom:55px;
  width:390px;
  padding:20px;
  border:1px solid #ff1975;
  border-radius:14px;
  background:rgba(8,5,8,.94);
  box-shadow:0 15px 45px rgba(255,0,110,.25);
  display:grid;
  grid-template-columns:58px 1fr;
  gap:12px;
  z-index:5;
}

.avatar{
  width:58px;
  height:58px;
  border-radius:50%;
  border:2px solid #ff1975;
  background:
    url("https://randomuser.me/api/portraits/women/44.jpg")
    center/cover;
}

.call-card b{
  display:block;
  font-size:18px;
}

.call-card span{
  color:#00df8a;
  font-size:11px;
  margin-left:5px;
}

.call-card small{
  display:block;
  color:#ff1975;
  font-size:12px;
  font-weight:800;
  margin-top:4px;
}

.call-actions{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:5px;
}

.accept,
.decline{
  border-radius:8px;
  padding:12px;
  color:#fff;
  font-weight:800;
  font-size:14px;
}

.accept{
  background:#00c982;
  border:1px solid #00c982;
}

.decline{
  background:transparent;
  border:1px solid #ff1975;
}

/* ================= SECTIONS ================= */

.profiles,
.about,
.why,
.faq,
.reviews{
  width:100%;
  max-width:1500px;
  margin:auto;
  padding:60px 40px;
}

.section-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:25px;
}

.section-title h2,
.section-heading h2{
  font-size:27px;
}

.outline{
  border:1px solid #ff1975;
  color:#ff1975;
  background:transparent;
  border-radius:7px;
  padding:9px 20px;
  font-size:12px;
  font-weight:800;
}

/* ================= PROFILES ================= */

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

.profile{
  background:#0a070a;
  border:1px solid #2c2229;
  border-radius:10px;
  overflow:hidden;
  transition:.25s;
}

.profile:hover{
  border-color:#ff1975;
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(255,25,117,.12);
}

.profile-image{
  height:300px;
  position:relative;
  background-size:cover;
  background-position:center;
}

.image1{
  background-image:
    url("https://randomuser.me/api/portraits/women/32.jpg");
}

.image2{
  background-image:
    url("https://randomuser.me/api/portraits/women/65.jpg");
}

.image3{
  background-image:
    url("https://randomuser.me/api/portraits/women/68.jpg");
}

.image4{
  background-image:
    url("https://randomuser.me/api/portraits/women/49.jpg");
}

.image5{
  background-image:
    url("https://randomuser.me/api/portraits/women/25.jpg");
}

.image6{
  background-image:
    url("https://randomuser.me/api/portraits/women/79.jpg");
}

.profile-image:after{
  content:"";
  position:absolute;
  inset:40% 0 0;
  background:linear-gradient(
    transparent,
    rgba(0,0,0,.8)
  );
}

.online{
  position:absolute;
  left:10px;
  top:10px;
  z-index:2;
  background:#06281b;
  color:#00ef94;
  border-radius:15px;
  padding:5px 9px;
  font-size:10px;
  font-weight:800;
}

.profile h3{
  padding:14px 13px 2px;
  font-size:17px;
}

.profile p{
  padding:0 13px;
  color:#aaa;
  font-size:11px;
}

.profile button{
  margin:14px 12px 14px;
  width:calc(100% - 24px);
  padding:11px;
  border:0;
  border-radius:6px;
  background:#ff1975;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

/* ================= FEATURE STRIP ================= */

.feature-strip{
  width:calc(100% - 80px);
  max-width:1420px;
  margin:0 auto;
  border:1px solid #ff1975;
  border-radius:9px;
  padding:20px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#090509;
}

.feature-strip div{
  border-right:1px solid #292029;
  padding:8px 25px;
}

.feature-strip div:last-child{
  border:0;
}

.feature-strip b{
  color:#ff1975;
  font-size:28px;
  float:left;
  margin-right:14px;
}

.feature-strip strong,
.feature-strip small{
  display:block;
}

.feature-strip strong{
  font-size:13px;
}

.feature-strip small{
  color:#999;
  font-size:10px;
}

/* ================= ABOUT ================= */

.about{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.about h2{
  margin:8px 0 20px;
  font-size:36px;
  line-height:1.15;
}

.about h2 strong{
  color:#ff1975;
}

.about p{
  color:#aaa;
  font-size:14px;
  margin-bottom:15px;
  max-width:650px;
}

.about ul{
  list-style:none;
  color:#ddd;
  font-size:13px;
  line-height:2.2;
}

.about li{
  color:#ff1975;
}

.about-photo{
  min-height:430px;
  border-radius:10px;
  border:1px solid #30232a;
  background:
    url("https://randomuser.me/api/portraits/women/75.jpg")
    center/cover;
  position:relative;
  overflow:hidden;
}

.about-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(3,3,3,.2),
    rgba(255,25,117,.12)
  );
}

/* ================= WHY ================= */

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

.why h2{
  margin:8px 0 15px;
  font-size:30px;
}

.why p{
  color:#aaa;
  font-size:14px;
  margin-bottom:15px;
}

.search-box{
  border:1px solid #6d153f;
  border-radius:9px;
  padding:22px;
  background:#0b0509;
}

.search-box h3{
  font-size:16px;
  margin-bottom:15px;
}

.search-box span{
  display:inline-block;
  border:1px solid #542039;
  border-radius:15px;
  padding:7px 11px;
  margin:4px;
  font-size:10px;
  color:#ddd;
}

/* ================= FAQ ================= */

.section-heading{
  margin-bottom:22px;
}

.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 20px;
}

details{
  background:#0b0a0d;
  border:1px solid #29262b;
  border-radius:8px;
  padding:15px;
  font-size:13px;
}

summary{
  cursor:pointer;
  font-weight:800;
}

details p{
  color:#999;
  padding-top:10px;
  font-size:11px;
}

/* ================= REVIEWS ================= */

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

.review-grid article{
  background:#160a12;
  border:1px solid #301326;
  border-radius:8px;
  padding:20px;
}

.review-grid b{
  font-size:14px;
}

.stars{
  color:#ff1975;
  font-size:14px;
  margin:7px 0;
}

.review-grid p{
  color:#ccc;
  font-size:12px;
}

/* ================= CTA ================= */

.final-cta{
  width:calc(100% - 80px);
  max-width:1420px;
  margin:0 auto;
  padding:28px 35px;
  border:1px solid #42142c;
  background:#10070d;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}

.final-cta h2{
  font-size:24px;
}

.final-cta p{
  color:#999;
  font-size:12px;
}

/* ================= FOOTER ================= */

footer{
  width:100%;
  max-width:1500px;
  margin:auto;
  padding:60px 40px 25px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.5fr repeat(4,1fr);
  gap:35px;
  border-bottom:1px solid #1c1c1c;
  padding-bottom:35px;
}

.footer-logo{
  font-size:28px;
}

.footer-grid p{
  color:#888;
  font-size:11px;
  margin-top:12px;
  max-width:280px;
}

.footer-grid h4{
  font-size:13px;
  margin-bottom:12px;
}

.footer-grid a{
  display:block;
  color:#888;
  font-size:11px;
  margin:7px 0;
}

.footer-grid a:hover{
  color:#ff1975;
}

.copyright{
  padding-top:20px;
  color:#666;
  font-size:10px;
}

/* ================= TOAST ================= */

.toast{
  position:fixed;
  left:50%;
  bottom:30px;
  transform:translateX(-50%) translateY(100px);
  background:#111;
  border:1px solid #ff1975;
  color:#fff;
  padding:14px 24px;
  border-radius:8px;
  font-size:12px;
  opacity:0;
  transition:.3s;
  z-index:99999;
}

.toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

/* ================= LARGE DESKTOP ================= */

@media(min-width:1500px){

  .hero h1{
    font-size:72px;
  }

  .hero-content{
    padding-left:90px;
  }

  .profile-image{
    height:330px;
  }
}

/* ================= TABLET ================= */

@media(max-width:1100px){

  nav{
    gap:20px;
  }

  .nav{
    padding:0 22px;
  }

  .hero h1{
    font-size:48px;
  }

  .hero-content{
    padding:70px 40px;
  }

  .profile-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .profile-image{
    height:280px;
  }
}

/* ================= MOBILE ================= */

@media(max-width:700px){

  .topbar{
    height:60px;
  }

  .nav{
    padding:0 15px;
  }

  .logo{
    font-size:23px;
    min-width:auto;
  }

  .logo small{
    display:none;
  }

  nav,
  .live{
    display:none;
  }

  .hero{
    display:block;
    min-height:auto;
  }

  .hero-content{
    padding:50px 20px 35px;
  }

  .hero h1{
    font-size:38px;
    letter-spacing:-1px;
  }

  .hero p{
    font-size:14px;
  }

  .primary{
    font-size:14px;
    padding:14px 23px;
  }

  .stats{
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:30px;
  }

  .stats div{
    border-right:0;
    border-bottom:1px solid #222;
    padding:9px 0;
  }

  .hero-visual{
    min-height:420px;
  }

  .call-card{
    left:15px;
    right:15px;
    bottom:20px;
    width:auto;
  }

  .profiles,
  .about,
  .why,
  .faq,
  .reviews{
    padding:40px 15px;
  }

  .section-title h2,
  .section-heading h2{
    font-size:21px;
  }

  .profile-grid{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .profile-image{
    height:220px;
  }

  .profile h3{
    font-size:14px;
  }

  .feature-strip{
    width:calc(100% - 30px);
    grid-template-columns:1fr 1fr;
    padding:10px;
  }

  .feature-strip div{
    padding:12px 8px;
    border-right:0;
    border-bottom:1px solid #292029;
  }

  .about,
  .why{
    grid-template-columns:1fr;
    gap:30px;
  }

  .about h2{
    font-size:29px;
  }

  .about-photo{
    min-height:350px;
  }

  .faq-grid{
    grid-template-columns:1fr;
  }

  .review-grid{
    grid-template-columns:1fr;
  }

  .final-cta{
    width:calc(100% - 30px);
    flex-direction:column;
    align-items:flex-start;
    padding:25px;
  }

  footer{
    padding:45px 15px 20px;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:25px;
  }

  .footer-grid>div:first-child{
    grid-column:1/-1;
  }
}
