:root{
  --maroon: #8f1d1f;
  --cream: #f6f7c9;
  --light-green: #c6dda6;
  --green: #6e994c;

  --text: #1c1c1c;
  --muted: #5f666d;
  --border: #e9ecef;
  --white: #ffffff;
}

/* =========================
   Base / Reset
========================= */
*{ box-sizing: border-box; }
html, body{ height: 100%; }
body{ margin:0; color: var(--text); background: var(--white); font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; height: auto; display:block; }
.text-theme{ color: var(--maroon); }


.brand-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #7b2d1c; /* signup page jaisa brown tone */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.brand-icon-box i {
  font-size: 18px;
}
/* =========================
   Buttons (theme)
========================= */
.btn{ display:inline-block; cursor:pointer; border: none; }
.btn-pill{ border-radius: 999px; padding: 10px 18px; }
.btn-lg{ padding: 12px 16px; font-weight: 900; }
.btn-theme{ background: var(--maroon); border: 1px solid var(--maroon); color: #fff; }
.btn-theme:hover{ filter: brightness(0.95); color:#fff; }
.btn-outline-theme{ border: 1px solid var(--maroon); color: var(--maroon); background: transparent; }
.btn-outline-theme:hover{ background: var(--maroon); color: #fff; }

/* =========================
   Basic container (safe)
========================= */
.container{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* =========================
   MINI GRID (Bootstrap-like)
   so row/col-md-6/g-3 works
========================= */
.row{
  display:flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row > *{
  padding-left: 10px;
  padding-right: 10px;
}
.col-12{ width:100%; }
.col-md-6{ width:100%; }
@media (min-width: 768px){
  .col-md-6{ width:50%; }
}
.g-3{ row-gap: 16px; }
.mt-3{ margin-top: 16px; }
.w-100{ width: 100%; }

/* =========================
   Sections
========================= */
.section-pad{ padding: 70px 0; }

/* =========================
   HERO
========================= */
.hero{
  padding: 70px 0;
  background:
    radial-gradient(800px 400px at 15% 20%, rgba(143,29,31,.10), transparent 60%),
    radial-gradient(900px 500px at 80% 30%, rgba(110,153,76,.14), transparent 60%),
    linear-gradient(180deg, #fff, #fafafa);
}

.hero-kicker{ font-weight: 800; color: var(--muted); margin-bottom: 12px; }
.hero-title{ font-size: clamp(34px, 4vw, 56px); line-height: 1.08; font-weight: 900; margin-bottom: 14px; }
.hero-subtitle{ font-size: 18px; color: var(--muted); max-width: 520px; }

/* Badges */
.hero-badges{ display:flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.badge-card{
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px 14px;
  background: #fff;
  min-width: 140px;
}
.badge-num{ font-weight: 900; color: var(--maroon); }
.badge-text{ font-size: 13px; color: var(--muted); }

/* Right side */
.right-side{
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* Dashboard Card */
.dash-card{
  border: 1px solid var(--border);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
}
.dash-top{
  padding: 14px 16px;
  background: linear-gradient(90deg, var(--maroon), #b14b2a);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
}
.dash-dots{ display:flex; gap:8px; }
.dash-dots span{ width:10px; height:10px; border-radius:999px; background: rgba(255,255,255,.75); }
.dash-title{ font-weight: 900; font-size: 13px; letter-spacing:.3px; }
.dash-body{ padding: 18px; }

.dash-heading{ font-weight: 900; font-size: 16px; margin-bottom: 4px; color: var(--maroon); }
.dash-subheading{ font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.dash-divider{ height: 1px; background: var(--border); margin: 14px 0; }

/* Single Big Pinterest Logo */
.logo-single{
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  padding: 22px 12px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.logo-single img{
  width: 72px;
  height: 72px;
  object-fit: contain;
}

/* Growth box */
.growth-box{
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px;
  background: linear-gradient(180deg, #fff, rgba(198,221,166,.18));
}
.growth-head{
  display:flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.growth-title{ font-weight: 900; color: var(--maroon); }
.growth-sub{ font-size: 12px; color: var(--muted); }
.bars{
  display:flex;
  align-items:flex-end;
  gap: 8px;
  height: 64px;
  margin: 8px 0 12px;
}
.bars span{
  width: 14px;
  border-radius: 10px;
  background: rgba(110,153,76,.28);
  animation: barPulse 2.8s ease-in-out infinite;
}
.bars .b1{ height: 18px; }
.bars .b2{ height: 34px; }
.bars .b3{ height: 24px; }
.bars .b4{ height: 52px; background: rgba(143,29,31,.20); }
.bars .b5{ height: 28px; }
.bars .b6{ height: 44px; }
.bars .b7{ height: 30px; }

.dash-cta{
  display:inline-block;
  font-weight: 900;
  letter-spacing: .3px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(143,29,31,.12);
  color: var(--maroon);
  border: 1px solid rgba(143,29,31,.18);
}
@keyframes barPulse{ 0%,100%{ transform: scaleY(1); } 50%{ transform: scaleY(1.08); } }

/* Mini card */
.mini-card{
  margin-top: 14px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.06);
  padding: 14px;
}
.mini-h{ font-weight: 900; color: var(--maroon); margin-bottom: 8px; }
.mini-list{ padding-left: 18px; margin: 0; color: var(--muted); font-size: 13px; }

/* =========================
   HOW IT WORKS (RED PREMIUM)
========================= */
.how-section{
  padding: 80px 0;
  background:
    radial-gradient(700px 300px at 20% 10%, rgba(143,29,31,.08), transparent 60%),
    radial-gradient(700px 300px at 80% 20%, rgba(110,153,76,.10), transparent 60%),
    #ffffff;
}
.how-head{ margin-bottom: 26px; text-align:center; }
.how-kicker{ font-weight: 800; color: var(--muted); margin-bottom: 6px; }
.how-title{ font-weight: 900; color: var(--text); font-size: clamp(26px, 3vw, 40px); margin-bottom: 8px; }
.how-sub{ color: var(--muted); max-width: 620px; margin: 0 auto; }

.how-card{
  border-radius: 24px;
  padding: 34px 24px;
  text-align: center;
  height: 100%;
  transition: .3s ease;
  display:flex;
  flex-direction: column;
  align-items: center;
}

.red-card{
  background: linear-gradient(135deg, #8f1d1f, #c0392b);
  color: #fff;
  box-shadow: 0 20px 55px rgba(143,29,31,.28);
}
.red-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(143,29,31,.38);
}

.how-icon{
  width: 95px;
  height: 95px;
  margin: 0 auto 18px auto;
  border-radius: 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.16);
  color: #ffffff;
  font-size: 42px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  transition: .3s ease;
}
.red-card:hover .how-icon{ transform: scale(1.08); }

.how-card-title{
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}
.how-card-text{
  font-size: 15px;
  opacity: .95;
  line-height: 1.7;
  color: rgba(255,255,255,.92);
  max-width: 320px;
  margin: 0;
}

/* =========================
   WHY CHOOSE US
========================= */
.why-section{
  padding: 90px 0;
  background:
    radial-gradient(900px 400px at 15% 20%, rgba(143,29,31,.08), transparent 60%),
    radial-gradient(900px 500px at 85% 30%, rgba(110,153,76,.10), transparent 60%),
    linear-gradient(180deg, #fff, #fbfbfb);
}
.why-kicker{ font-weight: 900; color: rgba(143,29,31,.65); margin-bottom: 6px; }
.why-title{ font-weight: 900; font-size: clamp(30px, 3.2vw, 46px); margin-bottom: 12px; color: var(--text); }
.why-text{ color: var(--muted); max-width: 720px; line-height: 1.8; margin-bottom: 10px; }

.why-card{
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px;
  display:flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 18px 55px rgba(0,0,0,.06);
  overflow:hidden;
  transition: .25s ease;
  height: 100%;
}
.why-card:hover{ transform: translateY(-6px); box-shadow: 0 28px 70px rgba(143,29,31,.14); }

.why-ic{
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(135deg, #8f1d1f, #c0392b);
  color:#fff;
  font-size: 22px;
  box-shadow: 0 14px 35px rgba(143,29,31,.25);
  flex: 0 0 56px;
}
.why-card-title{ font-weight: 900; color: var(--text); margin-bottom: 3px; font-size: 16px; }
.why-card-desc{ color: var(--muted); font-size: 13.5px; line-height: 1.6; }
.why-accent{
  position:absolute;
  right: 0;
  top: 16px;
  width: 8px;
  height: calc(100% - 32px);
  border-radius: 20px;
  background: linear-gradient(180deg, #8f1d1f, #c0392b);
  opacity: .9;
}

/* =========================
   SIMPLE MAROON BLOCK
========================= */

.why-illustration{
  border-radius: 28px;
  background: linear-gradient(135deg, #8f1d1f, #b83227);
  min-height: 420px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 40px;
  box-shadow: 0 25px 70px rgba(143,29,31,.25);
  color:#fff;
}

/* Center text */
.why-illustration h3{
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  margin: 0;
  letter-spacing: 1px;
}

.why-illustration p{
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
  opacity: .9;
}

/* cards decoration inside maroon panel */
.figure-card{
  position:absolute;
  width: 150px;
  height: 70px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 18px 55px rgba(0,0,0,.18);
  backdrop-filter: blur(6px);
  z-index: 1;
}

.figure-card.c1{ top: 22px; left: 18px; }
.figure-card.c2{ top: 80px; right: 18px; }
.figure-card.c3{ bottom: 96px; left: 18px; }
.figure-card.c4{ bottom: 34px; right: 18px; }

/* bottom note */
.why-note{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  position:absolute;
  left: 18px;
  bottom: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.20);
  z-index: 2;
  backdrop-filter: blur(6px);
}

.note-dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
}

.note-title{ font-weight: 900; }
.note-sub{ font-weight: 700; opacity:.9; font-size: 13px; }

/* =========================
   CONTACT SECTION (PREMIUM)
========================= */
.contact-section{
  padding: 90px 0;
  background:
    radial-gradient(900px 400px at 15% 20%, rgba(143,29,31,.10), transparent 60%),
    radial-gradient(900px 450px at 85% 30%, rgba(110,153,76,.10), transparent 60%),
    linear-gradient(180deg, #ffffff, #fbfbfb);
}
.contact-card{
  border: 1px solid var(--border);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
  padding: 26px;
  height: 100%;
}
.contact-kicker{ font-weight: 900; color: rgba(143,29,31,.70); margin-bottom: 6px; }
.contact-title{ font-weight: 900; font-size: clamp(28px, 3vw, 40px); margin-bottom: 10px; color: var(--text); }
.contact-text{ color: var(--muted); line-height: 1.75; margin-bottom: 20px; }

.c-label{
  font-weight: 900;
  font-size: 13px;
  color: var(--text);
  margin-bottom: 6px;
  display:block;
}
.c-input{
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px 14px;
  outline:none;
  background:#fff;
  transition: .2s ease;
}
.c-input:focus{
  border-color: rgba(143,29,31,.45);
  box-shadow: 0 0 0 4px rgba(143,29,31,.10);
}

/* =========================
   AUTH (Login/Register)
========================= */
.auth-wrap{
  min-height: 100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 40px 16px;
  background:
    radial-gradient(800px 400px at 15% 20%, rgba(143,29,31,.10), transparent 60%),
    radial-gradient(900px 500px at 80% 30%, rgba(110,153,76,.14), transparent 60%),
    linear-gradient(180deg, #fff, #fafafa);
}

.auth-card{
  width: 100%;
  max-width: 520px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
}
.auth-card.auth-wide{ max-width: 980px; }

.auth-brand{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 14px;
}
.auth-dot{
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--maroon);
  box-shadow: 0 10px 25px rgba(143,29,31,.25);
}
.auth-name{ font-weight: 900; font-size: 18px; color: var(--text); }
.auth-sub{ font-size: 13px; font-weight: 800; color: var(--muted); margin-top: 2px; }

.auth-label{
  display:block;
  font-weight: 900;
  font-size: 13px;
  margin: 10px 0 6px;
  color: var(--text);
}
.auth-input{
  width:100%;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #fff;
  outline: none;
  transition: .2s ease;
}
.auth-input:focus{
  border-color: rgba(143,29,31,.45);
  box-shadow: 0 0 0 4px rgba(143,29,31,.10);
}

/* select styling */
select.auth-input{
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(0,0,0,.55) 50%),
    linear-gradient(135deg, rgba(0,0,0,.55) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

.auth-alert{
  padding: 12px 14px;
  border-radius: 16px;
  margin: 12px 0 10px;
  border: 1px solid var(--border);
  font-weight: 900;
  font-size: 13px;
}
.auth-alert.error{
  background: rgba(143,29,31,.08);
  border-color: rgba(143,29,31,.22);
  color: #7c1012;
}
.auth-alert.success{
  background: rgba(110,153,76,.12);
  border-color: rgba(110,153,76,.22);
  color: #1e5a2a;
}

.auth-foot{
  margin-top: 14px;
  font-weight: 800;
  color: var(--muted);
  font-size: 13px;
}
.auth-link{ color: var(--maroon); font-weight: 900; }
.auth-link:hover{ text-decoration: underline; }

/* =========================
   PAYMENT CARD (Register)
========================= */
.pay-card{
  border: 1px solid rgba(143,29,31,.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(143,29,31,.06), rgba(246,247,201,.10));
  padding: 18px;
}

.pay-top{
  display:flex;
  justify-content: space-between;
  align-items:flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.pay-title{ font-weight: 900; color: var(--text); font-size: 16px; }
.pay-sub{ color: var(--muted); font-size: 13px; margin-top: 2px; }

.pay-price{
  text-align:right;
  display:flex;
  flex-direction: column;
  gap: 4px;
}
.pay-price del{ color: rgba(0,0,0,.45); font-weight: 900; }
.pay-price span{
  background: linear-gradient(135deg, #8f1d1f, #c0392b);
  color:#fff;
  font-weight: 900;
  padding: 8px 12px;
  border-radius: 999px;
  display:inline-block;
  box-shadow: 0 14px 35px rgba(143,29,31,.22);
}

.pay-details{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.pay-box{
  border: 1px solid var(--border);
  border-radius: 18px;
  background:#fff;
  padding: 14px;
}
.pay-h{ font-weight: 900; color: var(--maroon); margin-bottom: 4px; }
.pay-t{ color: var(--muted); font-size: 13px; }
.pay-mini{ color: var(--muted); font-size: 12px; font-weight: 900; margin-top: 6px; }

@media (max-width: 768px){
  .pay-details{ grid-template-columns: 1fr; }
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px){
  .hero{ padding: 45px 0; }
  .section-pad{ padding: 55px 0; }
  .dash-body{ padding: 16px; }
  .dash-heading{ font-size: 15px; }
  .hero-subtitle{ font-size: 16px; }
  .logo-single img{ width: 64px; height: 64px; }
  .how-section{ padding: 55px 0; }
  .why-section{ padding: 55px 0; }
  .contact-section{ padding: 55px 0; }
}
html, body { width: 100%; overflow-x: hidden; }