/* ─── SHARED STYLES — Variatel Dropbox ─────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

:root {
  --purple:       #5b21b6;
  --purple-light: #7c3aed;
  --purple-pale:  #ede9fe;
  --purple-dark:  #3b0764;
  --accent:       #a855f7;
  --bg:           #f5f3ff;
  --surface:      #ffffff;
  --border:       #ddd6fe;
  --text:         #1e1b4b;
  --muted:        #6b7280;
  --success:      #059669;
  --font-head:    'Poppins', sans-serif;
  --font-body:    'Poppins', sans-serif;
  --radius:       12px;
  --shadow:       0 4px 24px rgba(91,33,182,.10);
  --shadow-lg:    0 12px 48px rgba(91,33,182,.18);
}

html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ─── CONTAINER ─────────────────────────────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }

/* ─── BACKGROUNDS ────────────────────────────────────────────────── */
.bg-white { background: #ffffff; }
.bg-light  { background: var(--bg); }

/* ─── SECTIONS ───────────────────────────────────────────────────── */
.section { padding: 6rem 0; }

/* ─── TYPOGRAPHY ─────────────────────────────────────────────────── */
.eyebrow {
  font-size: .75rem; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--purple);
  display: block; margin-bottom: .7rem;
}
.section-title {
  font-family: var(--font-head); font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800; line-height: 1.15; color: var(--text);
  margin-bottom: .5rem;
}
.section-sub { color: var(--muted); font-size: .97rem; max-width: 540px; }
.section-header.centered { text-align: center; margin-bottom: 3.5rem; }
.section-header.centered .section-sub { margin: 0 auto; }
.body-text { color: var(--muted); font-size: .97rem; line-height: 1.75; }
.text-link {
  color: var(--purple); font-weight: 700; font-size: .95rem;
  display: inline-flex; align-items: center; gap: .3rem;
  transition: gap .2s;
}
.text-link:hover { gap: .6rem; }

/* ─── BUTTONS ────────────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .65rem 1.5rem; border-radius: 9px;
  background: linear-gradient(135deg, var(--purple), var(--purple-light));
  color: white; font-size: .95rem; font-weight: 600;
  border: none; cursor: pointer; font-family: var(--font-body);
  transition: opacity .2s, transform .15s;
}
.btn-primary:hover { opacity: .88; transform: translateY(-1px); }
.btn-outline {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .65rem 1.5rem; border-radius: 9px;
  border: 1.5px solid var(--border); background: none;
  color: var(--text); font-size: .95rem; font-weight: 600;
  cursor: pointer; font-family: var(--font-body);
  transition: border-color .2s, color .2s;
}
.btn-outline:hover { border-color: var(--purple); color: var(--purple); }
.btn-white {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .65rem 1.75rem; border-radius: 10px;
  background: white; color: var(--purple);
  font-weight: 600; font-size: .95rem;
  border: none; cursor: pointer; font-family: var(--font-body);
  transition: opacity .2s, transform .15s;
}
.btn-white:hover { opacity: .92; transform: translateY(-1px); }
.btn-lg { padding: .8rem 2rem !important; font-size: 1rem !important; border-radius: 11px !important; }

/* ─── NAV ────────────────────────────────────────────────────────── */
#main-nav {
  background: white; border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 16px rgba(91,33,182,.06);
}
.nav-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem; height: 80px;
}
.nav-logo { display: flex; align-items: center; gap: .75rem; height: 100%; }
.nav-logo img { height: 45px; width: auto; object-fit: contain; }

.nav-links { display: flex; align-items: center; gap: .1rem; list-style: none; }
.nav-links a {
  padding: .45rem .95rem; border-radius: 8px;
  font-size: .92rem; font-weight: 500; color: var(--text);
  transition: background .18s, color .18s;
}
.nav-links a:hover, .nav-links a.active {
  background: var(--purple-pale); color: var(--purple);
}
.nav-cta { display: flex; align-items: center; gap: .75rem; }
.nav-toggle {
  display: none; background: none; border: none;
  cursor: pointer; font-size: 1.4rem; padding: .3rem;
}

/* ─── HERO ───────────────────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(160deg, #f5f3ff 0%, #faf5ff 100%);
}
.hero-inner {
  max-width: 1160px; margin: 0 auto; padding: 6rem 2rem 5rem;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 4rem;
}
.hero-content .eyebrow { margin-bottom: 1rem; }
.hero-content h1 {
  font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800; line-height: 1.2; letter-spacing: -.5px;
  color: var(--text); margin-bottom: 1.4rem;
}
.hero-desc {
  font-size: 1.05rem; color: var(--muted); line-height: 1.7;
  max-width: 460px; margin-bottom: 2.2rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-image {
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(91,33,182,.18);
  aspect-ratio: 4/5;
}
.hero-img-inner {
  width: 100%; height: 100%; min-height: 400px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, #ede9fe, #c4b5fd);
  color: var(--purple);
}
.hero-img-inner svg { width: 120px; height: 120px; opacity: 0.8; }

/* ─── PAGE HERO (inner pages) ────────────────────────────────────── */
.page-hero { padding: 5rem 0 4rem; }
.page-hero .container { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }
.page-hero-title {
  font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800; line-height: 1.2; color: var(--text);
  margin-bottom: .6rem;
}
.page-hero-sub { color: var(--muted); font-size: 1rem; max-width: 560px; }

/* ─── TWO COL GRID ───────────────────────────────────────────────── */
.two-col-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }

/* ─── FEATURE CARDS ──────────────────────────────────────────────── */
.cards-grid { display: grid; gap: 1.5rem; }
.cards-grid.three-col { grid-template-columns: repeat(3, 1fr); }
.cards-grid.two-col   { grid-template-columns: repeat(2, 1fr); }

.feature-card {
  background: white; border-radius: 18px; border: 1px solid var(--border);
  padding: 2.5rem 2rem; transition: box-shadow .2s, transform .2s;
}
.feature-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.feature-icon {
  width: 54px; height: 54px; border-radius: 14px;
  background: var(--purple-pale); display: grid;
  place-items: center; color: var(--purple); margin-bottom: 1.25rem;
}
.feature-icon svg { width: 28px; height: 28px; }
.feature-card h3 {
  font-family: var(--font-head); font-size: 1.1rem;
  font-weight: 700; margin-bottom: .5rem;
}
.feature-card p { color: var(--muted); font-size: .95rem; line-height: 1.65; }

/* ─── BRAND BANNER ───────────────────────────────────────────────── */
.brand-banner {
  border-radius: 24px; overflow: hidden;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple), var(--purple-light));
  padding: 4rem; display: flex; align-items: center; gap: 3rem;
  margin-top: 4rem; position: relative;
}
.brand-banner::before {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 280px; height: 280px; border-radius: 50%;
  background: rgba(255,255,255,.06); pointer-events: none;
}
.brand-banner-graphic {
  width: 160px; height: 160px; flex-shrink: 0; border-radius: 16px;
  background: rgba(255,255,255,.12); display: flex;
  align-items: center; justify-content: center; color: white;
}
.brand-banner-graphic svg { width: 80px; height: 80px; }
.brand-banner-body { position: relative; z-index: 1; }
.brand-banner-body h2 {
  font-family: var(--font-head); font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800; color: white; margin-bottom: .8rem; line-height: 1.2;
}
.brand-banner-body p { color: rgba(255,255,255,.8); font-size: .97rem; line-height: 1.65; margin-bottom: 1.75rem; }

/* ─── STATS ──────────────────────────────────────────────────────── */
.stats-bar {
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  padding: 4rem 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; text-align: center;
}
.stat-item { display: flex; flex-direction: column; align-items: center; }
.stat-num {
  font-family: var(--font-head); font-size: 2.8rem;
  font-weight: 800; color: white; line-height: 1;
}
.stat-label { font-size: .95rem; color: rgba(255,255,255,.7); margin-top: .4rem; }

/* ─── STEPS ──────────────────────────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.step { text-align: center; padding: 1.5rem 1rem; position: relative; }
.step:not(:last-child)::after {
  content: ''; position: absolute; right: -1rem; top: 1.7rem;
  width: 24px; height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ddd6fe'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 5l7 7m0 0l-7 7m7-7H3'/%3E%3C/svg%3E");
}
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--purple-pale); color: var(--purple);
  font-family: var(--font-head); font-weight: 800; font-size: 1.1rem;
  display: grid; place-items: center; margin: 0 auto 1rem;
}
.step h3 { font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; margin-bottom: .5rem; }
.step p { color: var(--muted); font-size: .95rem; line-height: 1.6; }

/* ─── LISTINGS GRID ──────────────────────────────────────────────── */
.listings-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.listings-loading {
  grid-column: 1/-1; text-align: center; padding: 3rem;
  color: var(--muted); display: flex; flex-direction: column;
  align-items: center; gap: 1rem;
}
.listing-card {
  background: white; border-radius: 16px; border: 1px solid var(--border);
  overflow: hidden; transition: box-shadow .2s, transform .2s;
  box-shadow: var(--shadow);
}
.listing-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.listing-photo {
  height: 180px; background: linear-gradient(145deg, #ede9fe, #c4b5fd);
  display: flex; align-items: center; justify-content: center;
  color: var(--purple); position: relative; overflow: hidden;
}
.listing-photo svg { width: 64px; height: 64px; opacity: 0.5; }
.listing-photo img { width: 100%; height: 100%; object-fit: cover; }
.listing-badge {
  position: absolute; top: .75rem; right: .75rem;
  padding: .3rem .8rem; border-radius: 20px;
  font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
}
.listing-badge.sale     { background: #dcfce7; color: #166534; }
.listing-badge.purchase { background: #dbeafe; color: #1e40af; }
.listing-body { padding: 1.5rem; }
.listing-title {
  font-family: var(--font-head); font-size: 1.1rem; font-weight: 700;
  margin-bottom: .4rem; color: var(--text);
}
.listing-meta { font-size: .9rem; color: var(--muted); margin-bottom: .8rem; display: flex; gap: 1rem; align-items: center;}
.listing-meta svg { width: 16px; height: 16px; margin-right: .3rem; vertical-align: middle; }
.listing-desc { font-size: .9rem; color: var(--muted); margin-bottom: 1rem; line-height: 1.6; }
.listing-price { font-size: 1.3rem; font-weight: 800; color: var(--purple); font-family: var(--font-head); }

/* ─── TESTIMONIAL ────────────────────────────────────────────────── */
.testimonial-card {
  background: white; border-radius: 24px; border: 1px solid var(--border);
  padding: 3.5rem; max-width: 800px; margin: 0 auto; text-align: center;
  box-shadow: var(--shadow);
}
.stars { display: flex; justify-content: center; gap: 0.2rem; margin-bottom: 1.2rem; color: #fbbf24; }
.stars svg { width: 24px; height: 24px; fill: currentColor; }
.testimonial-text {
  font-size: 1.15rem; line-height: 1.8; color: var(--text);
  font-style: italic; margin-bottom: 2rem;
}
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 1rem; }
.author-avatar {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--purple), var(--accent));
  display: grid; place-items: center;
  font-weight: 800; color: white; font-size: 1rem;
}
.author-name { font-weight: 700; font-size: 1rem; color: var(--text); }
.author-role { font-size: .85rem; color: var(--muted); }

/* ─── CTA ────────────────────────────────────────────────────────── */
.cta-section {
  padding: 7rem 0;
  background: linear-gradient(135deg, #ede9fe 0%, #f5f3ff 60%, #faf5ff 100%);
}
.cta-inner { max-width: 700px; margin: 0 auto; text-align: center; padding: 0 2rem; }
.cta-inner h2 {
  font-family: var(--font-head); font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800; margin-bottom: 1rem; line-height: 1.2;
}
.cta-inner p { color: var(--muted); font-size: 1.1rem; margin-bottom: 2.2rem; line-height: 1.65; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ─── FOOTER ──────────────────────────────────────────────────────── */
footer {
  background: var(--purple-dark); color: rgba(255,255,255,.75);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 3rem;
}
.footer-brand .nav-logo { margin-bottom: 1.5rem; }
.footer-brand .nav-logo img { filter: brightness(0) invert(1); height: 40px; }
.footer-brand p { color: rgba(255,255,255,.6); font-size: .95rem; line-height: 1.7; max-width: 280px; }
.footer-col h4 {
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  color: white; margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .75rem; }
.footer-col ul li a { color: rgba(255,255,255,.6); font-size: .95rem; transition: color .18s; }
.footer-col ul li a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 2rem;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom p { font-size: .9rem; color: rgba(255,255,255,.4); }
.footer-bottom a { color: rgba(255,255,255,.6); font-size: .9rem; transition: color .18s; }
.footer-bottom a:hover { color: white; }

/* ─── SCROLL REVEAL ──────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .cards-grid.three-col { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding: 4rem 2rem; gap: 3rem; }
  .two-col-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step::after { display: none; }
  .brand-banner { flex-direction: column; padding: 2.5rem; gap: 1.5rem; text-align: center; }
}
@media (max-width: 600px) {
  .nav-links { display: none; position: absolute; top: 80px; left: 0; right: 0; background: white; flex-direction: column; padding: 1rem 2rem 1.5rem; border-bottom: 1px solid var(--border); box-shadow: 0 8px 24px rgba(91,33,182,.1); z-index: 99; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-cta .btn-outline { display: none; }
  .cards-grid.three-col, .cards-grid.two-col { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 4rem 0; }
  .hero-inner { padding: 3rem 1.5rem; }
}
/* ─── ABOUT PAGE SPECIFIC STYLES ─────────────────────────────────── */
.about-grid { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 4rem; 
  align-items: center; 
}
.about-image { 
  border-radius: 24px; 
  overflow: hidden; 
  box-shadow: var(--shadow-lg); 
}
.about-img-placeholder {
  height: 460px; 
  background: linear-gradient(145deg, var(--purple-pale), var(--border));
  display: flex; align-items: center; justify-content: center; 
  color: var(--purple);
}
.about-logo-banner {
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  border-radius: 14px; 
  padding: 1.25rem 1.5rem; 
  margin: 1.5rem 0;
  display: flex; align-items: center; gap: 1rem;
}
.about-logo-inner { 
  color: white; font-weight: 700; font-size: 1.05rem; line-height: 1.3; 
}
.about-logo-inner em { 
  display: block; font-size: .85rem; opacity: .8; font-style: normal; font-weight: 400; 
}

.vision-grid { 
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; 
}
.vision-card {
  background: white; border-radius: 20px; border: 1px solid var(--border);
  padding: 2.5rem 2rem; text-align: center; transition: box-shadow .2s, transform .2s;
}
.vision-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.vision-icon {
  width: 64px; height: 64px; border-radius: 16px; background: var(--purple-pale);
  display: flex; align-items: center; justify-content: center; 
  color: var(--purple); margin: 0 auto 1.5rem;
}
.vision-card h3 { 
  font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; 
  margin-bottom: .75rem; color: var(--text); 
}
.vision-card p { color: var(--muted); font-size: .95rem; line-height: 1.65; }

.value-card {
  background: white; border-radius: 20px; border: 1px solid var(--border);
  padding: 2.5rem; transition: box-shadow .2s, transform .2s;
}
.value-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.value-num {
  font-family: var(--font-head); font-size: 3.5rem; font-weight: 800;
  color: var(--purple-pale); line-height: 1; margin-bottom: 1rem; display: block;
}
.value-card h3 { font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; margin-bottom: .5rem; }
.value-card p { color: var(--muted); font-size: .95rem; line-height: 1.65; }

/* Mobile Adjustments for About Page */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .vision-grid { grid-template-columns: 1fr; }
}