 :root {
  --wine: #75172d;
  --wine-dark: #3b0916;
  --rose: #be3b5c;
  --rose-light: #f7dde4;
  --gold: #d8ad63;
  --cream: #fcf8f5;
  --paper: #ffffff;
  --ink: #211b1e;
  --muted: #746b70;
  --line: #e9e0dc;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 18px 55px rgba(58, 15, 28, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
}

/* Navigation */

.navbar {
  padding: 20px 0;
  background: linear-gradient(to bottom, rgba(31, 6, 14, 0.55), transparent);
  transition: all 0.3s ease;
}

.navbar.scrolled {
  padding: 12px 0;
  background: rgba(53, 8, 22, 0.97);
  box-shadow: 0 10px 28px rgba(21, 2, 8, 0.25);
}

.navbar-brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.7px;
}

.navbar-brand small,
.footer-brand small {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 19px;
}

.nav-link {
  padding: 9px 12px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
  font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
  color: white !important;
}

.btn {
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary-brand {
  border: 1px solid var(--rose);
  background: var(--rose);
  color: white;
  box-shadow: 0 10px 22px rgba(190, 59, 92, 0.28);
}

.btn-primary-brand:hover {
  border-color: #a92d4c;
  background: #a92d4c;
  color: white;
}

.btn-nav-outline,
.btn-light-ghost {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  color: white;
}

.btn-nav-outline:hover,
.btn-light-ghost:hover {
  background: white;
  color: var(--wine);
}

.btn-outline-brand {
  border: 1px solid var(--wine);
  background: transparent;
  color: var(--wine);
}

.btn-outline-brand:hover {
  background: var(--wine);
  color: white;
}

/* Hero */

.hero {
  position: relative;
  min-height: 760px;
  color: white;
  background:
    linear-gradient(90deg, rgba(45, 5, 17, 0.9), rgba(92, 15, 37, 0.62), rgba(140, 45, 63, 0.25)),
     url("../hero.jfif") center / cover no-repeat,
    linear-gradient(135deg, #3a0817, #8f2444);
}

 .hero {
  position: relative;
  min-height: 760px;
  color: white;
  background:
    linear-gradient(90deg, rgba(45, 5, 17, 0.9), rgba(92, 15, 37, 0.62), rgba(140, 45, 63, 0.25)),
    url("../hero.jfif") center / cover no-repeat,
    linear-gradient(135deg, #3a0817, #8f2444);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 35%, rgba(255, 195, 170, 0.18), transparent 25%);
}

.hero-content {
  z-index: 2;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f7d2dc;
}

.hero .eyebrow span {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 10px;
  background: currentColor;
  vertical-align: middle;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(52px, 6vw, 92px);
  letter-spacing: -3px;
  line-height: 1;
}

.hero h1 em {
  color: #f4bdcb;
  font-style: italic;
}

.hero-copy {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.hero-trust {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 500;
}

/* Main Sections */

.section {
  padding: 110px 0;
}

.section-soft {
  background: var(--cream);
}

.story-strip {
  padding: 36px 0;
  background: var(--wine);
  color: white;
}

.story-strip p {
  margin: 0;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.35;
}

.text-link {
  color: var(--wine);
  font-size: 14px;
  font-weight: 700;
}

.story-strip .text-link {
  color: white;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 56px;
}

.section-heading h2,
.why-section h2,
.newsletter-box h2,
.contact-section h2 {
  margin-bottom: 18px;
  font-size: clamp(39px, 4vw, 62px);
  letter-spacing: -2px;
  line-height: 1.1;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 17px;
}

/* Statistics */

.stats-section {
  padding: 78px 0;
  background: white;
}

.stat-item {
  position: relative;
  padding: 8px;
}

.stat-item::after {
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: var(--line);
  content: "";
}

.col-lg-3:last-child .stat-item::after {
  display: none;
}

.stat-item strong {
  display: block;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 57px);
  line-height: 1.1;
}

.stat-item span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

/* How It Works */

.step-card {
  position: relative;
  height: 100%;
  padding: 34px 28px;
  border: 1px solid #eee5e1;
  background: white;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.step-number {
  position: absolute;
  top: 20px;
  right: 23px;
  color: #d8cecb;
  font-size: 12px;
  font-weight: 700;
}

.step-icon {
  margin-bottom: 28px;
  color: var(--wine);
  font-size: 31px;
}

.step-card h3,
.value-card h3,
.plan-card h3 {
  margin-bottom: 13px;
  font-size: 25px;
}

.step-card p,
.value-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

/* Member Cards */

.member-card {
  position: relative;
  height: 440px;
  overflow: hidden;
  border-radius: 3px;
  background: linear-gradient(145deg, #9b5261, #35101f);
  box-shadow: 0 15px 34px rgba(69, 17, 34, 0.13);
}

.member-card-amara {
  background: linear-gradient(145deg, #d28d79, #682037);
}

.member-card-daniel {
  background: linear-gradient(145deg, #c38c60, #3b1630);
}

.member-card-nia {
  background: linear-gradient(145deg, #bb6d91, #42102a);
}

.member-card::before {
  position: absolute;
  top: -14%;
  left: 10%;
  width: 82%;
  height: 82%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 32px 0 -3px rgba(255, 255, 255, 0.07),
    0 68px 0 -8px rgba(255, 255, 255, 0.05);
  content: "";
}

.member-monogram {
  position: absolute;
  inset: 0;
  display: grid;
  padding-bottom: 32px;
  place-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--serif);
  font-size: 160px;
  line-height: 1;
}

.member-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 75px 28px 25px;
  background: linear-gradient(transparent, rgba(15, 2, 7, 0.72));
  color: white;
}

.member-content h3 {
  margin: 7px 0 0;
  font-size: 28px;
}

.member-content p {
  margin: 0;
  font-size: 14px;
  opacity: 0.88;
}

.online-dot {
  font-size: 11px;
  font-weight: 700;
}

.online-dot::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: #94dda2;
  content: "";
}

/* Value Cards */

.lead-copy {
  margin: 22px 0;
  color: var(--muted);
  font-size: 17px;
}

.value-card {
  height: 100%;
  padding: 34px;
  background: #f6efeb;
  transition: transform 0.25s ease;
}

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

.value-card > div {
  margin-bottom: 24px;
  color: var(--wine);
  font-size: 29px;
}

.value-card-accent {
  background: #f1d9de;
}

.value-card-dark {
  background: var(--wine);
  color: white;
}

.value-card-dark > div,
.value-card-dark p {
  color: white;
}

/* Pricing */

.plan-card {
  position: relative;
  height: 100%;
  padding: 39px;
  border: 1px solid var(--line);
  background: white;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.plan-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.plan-featured {
  border: 2px solid var(--wine);
  box-shadow: 0 18px 45px rgba(90, 17, 37, 0.14);
}

.plan-label {
  position: absolute;
  top: 20px;
  right: 22px;
  padding: 5px 10px;
  background: var(--wine);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.plan-intro {
  color: var(--muted);
  font-size: 14px;
}

.price {
  margin: 28px 0;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 55px;
  line-height: 1;
}

.price sup {
  font-size: 20px;
  vertical-align: top;
}

.price span {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
}

.plan-card ul {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plan-card li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.plan-card li::before {
  margin-right: 10px;
  color: var(--wine);
  content: "✓";
  font-weight: 700;
}

/* Testimonial */

.testimonial-section {
  padding: 110px 0;
  background: linear-gradient(125deg, var(--wine-dark), var(--wine));
  color: white;
}

.testimonial-wrap {
  position: relative;
  padding: 40px 15px;
}

.quote-mark {
  position: absolute;
  top: -65px;
  left: 2%;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--serif);
  font-size: 215px;
}

blockquote {
  position: relative;
  margin: 17px 0 25px;
  font-family: var(--serif);
  font-size: clamp(33px, 4vw, 55px);
  line-height: 1.2;
}

.testimonial-name {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

/* Newsletter */

.newsletter-section {
  padding-bottom: 0;
}

.newsletter-box {
  padding: 65px;
  background: linear-gradient(135deg, #f4e6e2, #ead5d9);
}

.newsletter-box p:not(.eyebrow) {
  color: var(--muted);
}

.newsletter-form .form-control {
  min-height: 54px;
  border: none;
  border-radius: 3px 0 0 3px;
  padding-left: 17px;
  box-shadow: none;
}

.newsletter-form .btn {
  border-radius: 0 3px 3px 0;
}

/* Contact */

.contact-section {
  padding: 115px 0;
  background: var(--cream);
}

.contact-section p:not(.eyebrow) {
  margin: 20px auto 32px;
  color: var(--muted);
  font-size: 17px;
}

/* Footer */

.footer {
  padding: 82px 0 23px;
  background: #221219;
  color: rgba(255, 255, 255, 0.7);
}

.footer-description {
  max-width: 260px;
  margin-top: 22px;
  font-size: 14px;
}

.footer h2 {
  margin-bottom: 19px;
  color: white;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 65px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
}

/* Mobile */

@media (max-width: 991px) {
  .navbar {
    padding: 13px 0;
    background: rgba(53, 8, 22, 0.97);
  }

  .navbar-collapse {
    padding-top: 15px;
  }

  .nav-link {
    padding: 8px 0 !important;
  }

  .hero {
    min-height: 690px;
  }

  .hero::before {
    right: -25%;
    width: 70vw;
  }

  .section {
    padding: 82px 0;
  }

  .stat-item::after {
    display: none;
  }

  .stat-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .hero {
    min-height: 650px;
  }

  .hero h1 {
    font-size: 49px;
    letter-spacing: -2px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero::before {
    display: none;
  }

  .story-strip p {
    font-size: 19px;
  }

  .section-heading h2,
  .why-section h2,
  .newsletter-box h2,
  .contact-section h2 {
    font-size: 38px;
  }

  .member-card {
    height: 390px;
  }

  .newsletter-box {
    padding: 36px 23px;
  }

  .newsletter-form .input-group {
    display: block;
  }

  .newsletter-form .form-control {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
  }

  .newsletter-form .btn {
    width: 100%;
    border-radius: 3px;
  }

  .plan-card {
    padding: 31px 25px;
  }

  .footer-bottom {
    margin-top: 42px;
  }
}
/* Signup Page */

.signup-section {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: #fff5f7;
}


.signup-box {
    background: white;
    width: 420px;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.signup-box h1 {
    text-align: center;
    color: #b51245;
}


.signup-box p {
    text-align: center;
    margin-bottom: 25px;
}


.signup-box label {
    display:block;
    margin-top:15px;
    font-weight:bold;
}


.signup-box input,
.signup-box select {

    width:100%;
    padding:12px;
    margin-top:8px;
    border:1px solid #ddd;
    border-radius:8px;

}


.signup-box button {

    width:100%;
    margin-top:25px;
    padding:14px;
    background:#b51245;
    color:white;
    border:none;
    border-radius:25px;
    font-size:16px;
    cursor:pointer;

}


.signup-box button:hover {

    background:#8e0d36;

}
 /* REGISTER PAGE */

.register-page {

min-height:100vh;
padding-top:120px;
padding-bottom:80px;
background:#fff7f5;

}


.register-card {

background:white;
padding:45px;
border-radius:20px;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

}


.register-card h1 {

font-family:"Playfair Display", serif;

font-size:42px;

}


.register-card .form-control,
.register-card .form-select {

padding:14px;
border-radius:12px;

border:1px solid #ddd;

}


.register-card label {

font-weight:600;

}


@media(max-width:576px){

.register-card{

padding:25px;

}

.register-card h1{

font-size:32px;

}

}
/* DASHBOARD */

.dashboard-page {

padding-top:120px;
padding-bottom:80px;
background:#fff7f5;
min-height:100vh;

}


.dashboard-header {

margin-bottom:50px;

}


.dashboard-header h1 {

font-family:"Playfair Display", serif;
font-size:48px;

}



.dashboard-card {

background:white;
padding:30px;
border-radius:18px;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

height:100%;

}


.dashboard-card h3 {

font-family:"Playfair Display",serif;

margin-bottom:20px;

}



.progress {

height:25px;
border-radius:20px;

margin-bottom:20px;

}



.progress-bar {

background:#b51245;

}



.match-preview {

padding:15px 0;

border-bottom:1px solid #eee;

}



.action-card {

background:white;

padding:25px;

border-radius:15px;

height:100%;

transition:.3s;

}



.action-card:hover {

transform:translateY(-5px);

}



.action-card h4 {

font-family:"Playfair Display",serif;

}
/* PROFILE PAGE */


.profile-page {

padding-top:120px;
padding-bottom:80px;
background:#fff7f5;
min-height:100vh;

}



.profile-photo-card {


background:white;
padding:30px;
border-radius:20px;
text-align:center;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

}



.profile-placeholder {


height:300px;
width:100%;

display:flex;
align-items:center;
justify-content:center;


background:#f1d8df;

border-radius:20px;


font-family:"Playfair Display",serif;

font-size:100px;

color:#b51245;


}




.profile-card {


background:white;

padding:45px;

border-radius:20px;


box-shadow:
0 10px 30px rgba(0,0,0,.08);

}



.profile-card h1 {


font-family:"Playfair Display",serif;

font-size:48px;


}



.profile-card h2 {


font-family:"Playfair Display",serif;

margin-top:35px;

margin-bottom:15px;

}



.location {

color:#777;

font-size:18px;

}




.profile-progress {

margin:30px 0;

}



.interest-tags span {


display:inline-block;

background:#f7dce5;

color:#b51245;

padding:8px 18px;

border-radius:25px;

margin:5px;

font-weight:600;

}



@media(max-width:768px){


.profile-card{

padding:25px;

}


.profile-card h1{

font-size:36px;

}


}
/* MATCHES PAGE */


.matches-page {

padding-top:120px;
padding-bottom:80px;
background:#fff7f5;
min-height:100vh;

}



.matches-page h1 {

font-family:"Playfair Display", serif;

font-size:48px;

}



.match-card {


background:white;

border-radius:20px;

overflow:hidden;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

height:100%;

}



.match-photo {


height:260px;

display:flex;

align-items:center;

justify-content:center;


background:#f1d8df;


font-family:"Playfair Display",serif;

font-size:90px;

color:#b51245;


}



.match-content {

padding:25px;

}



.match-content h3 {

font-family:"Playfair Display",serif;

font-size:28px;

}



.match-score {

display:inline-block;

background:#b51245;

color:white;

padding:7px 15px;

border-radius:20px;

font-weight:600;

margin-bottom:15px;

}



.match-card .btn {

margin-right:5px;

}



@media(max-width:768px){

.matches-page h1{

font-size:36px;

}

}
/* MESSAGES PAGE */


.messages-page {

padding-top:120px;
padding-bottom:80px;
background:#fff7f5;
min-height:100vh;

}



.messages-container {

display:grid;

grid-template-columns:350px 1fr;

background:white;

border-radius:20px;

overflow:hidden;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

}



.conversation-list {

padding:25px;

border-right:1px solid #eee;

}



.conversation-list h2 {

font-family:"Playfair Display",serif;

margin-bottom:25px;

}



.conversation {

display:flex;

gap:15px;

padding:15px;

border-radius:12px;

cursor:pointer;

margin-bottom:10px;

}



.conversation:hover,
.conversation.active {

background:#fff0f4;

}



.avatar {

width:50px;

height:50px;

border-radius:50%;

background:#f1d8df;

display:flex;

align-items:center;

justify-content:center;

font-weight:bold;

color:#b51245;

}



.conversation h4 {

font-size:18px;

margin:0;

}



.conversation p {

margin:5px 0;

color:#777;

font-size:14px;

}





.chat-box {

display:flex;

flex-direction:column;

height:600px;

}



.chat-header {

padding:25px;

border-bottom:1px solid #eee;

}



.chat-header h3 {

font-family:"Playfair Display",serif;

margin:0;

}



.chat-header span {

color:green;

font-size:14px;

}



.chat-body {

flex:1;

padding:25px;

overflow:auto;

}



.message {

max-width:70%;

padding:15px;

border-radius:18px;

margin-bottom:15px;

}



.received {

background:#f7e5eb;

}



.sent {

background:#b51245;

color:white;

margin-left:auto;

}





.chat-input {

display:flex;

padding:20px;

border-top:1px solid #eee;

gap:10px;

}



.chat-input input {

flex:1;

padding:12px 18px;

border-radius:25px;

border:1px solid #ddd;

}




@media(max-width:768px){


.messages-container{

grid-template-columns:1fr;

}


.conversation-list{

border-right:none;

border-bottom:1px solid #eee;

}


}
/* LOGIN PAGE */


.login-page {

min-height:100vh;

padding-top:120px;

padding-bottom:80px;

background:#fff7f5;

display:flex;

align-items:center;

}



.login-card {

background:white;

padding:45px;

border-radius:20px;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

}



.login-card h1 {

font-family:"Playfair Display",serif;

font-size:45px;

}



.login-card .form-control {

padding:14px;

border-radius:12px;

}



.login-card a {

color:#b51245;

text-decoration:none;

font-weight:600;

}



@media(max-width:576px){

.login-card{

padding:25px;

}

.login-card h1{

font-size:34px;

}

}
