/* ─── Reset & Base ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand-primary:   #5B8C6F;
  --brand-secondary: #7BAF8E;
  --brand-accent:    #E07A5F;
  --gradient-base:   #1A2E22;
  --gradient-deep:   #3D6B4F;
  --bg-cream:        #FAFAF7;
  --bg-tan:          #EDEBE6;
  --text-primary:    #1A1A2E;
  --text-secondary:  #3D3D56;
  --text-tertiary:   #7C7C8A;
  --border-light:    #D5D3CE;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body { overflow-x: hidden; }

/* ─── Alpha Bar ─────────────────────────────────────────────── */
.alpha-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 102;
  height: 34px;
  background: #1A1A2E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
  padding: 0 1rem;
  text-align: center;
}

.alpha-bar a {
  color: var(--brand-secondary);
  text-decoration: none;
  font-weight: 600;
}
.alpha-bar a:hover { text-decoration: underline; }

.alpha-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-accent);
  flex-shrink: 0;
  animation: pulse-dot 2.5s infinite;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text-primary);
  background: var(--bg-cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ─── Layout ────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.center { text-align: center; }
.center .btn { margin: 0 auto; }
.center .section-sub { max-width: 560px; margin-left: auto; margin-right: auto; }

/* ─── Typography ────────────────────────────────────────────── */
.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-accent);
  margin-bottom: 0.75rem;
}
.section-label.light { color: rgba(255,255,255,0.6); }

.section-heading {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-primary);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.section-heading.light { color: #fff; }

.section-sub {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  max-width: 620px;
  margin-bottom: 2.5rem;
}
.section-sub.light { color: rgba(255,255,255,0.8); }

/* ─── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: filter 0.2s, transform 0.15s, opacity 0.2s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.btn:hover  { filter: brightness(1.08); transform: translateY(-1px); }
.btn:active { transform: scale(0.97); }

.btn-lg { padding: 0.8rem 2rem; font-size: 1rem; }

.btn-coral         { background: var(--brand-accent); color: #fff; }
.btn-primary       { background: var(--brand-primary); color: #fff; }
.btn-ghost         { background: rgba(255,255,255,0.15); color: #fff; backdrop-filter: blur(8px); }
.btn-ghost:hover   { background: rgba(255,255,255,0.25); }
.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }

/* ─── Nav ───────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 34px; left: 0; right: 0;
  z-index: 100;
  background: rgba(26, 46, 34, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.nav-logo-icon { display: block; }
.nav-logo-text {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
}
.nav-logo-dot { color: var(--brand-accent); }

/* ─── Hero ──────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 94px;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, var(--gradient-base) 0%, var(--gradient-deep) 50%, var(--brand-primary) 100%);
}

/* subtle grain texture overlay */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.35;
  pointer-events: none;
}


.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 9rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-secondary);
  background: rgba(123,175,142,0.15);
  border: 1px solid rgba(123,175,142,0.3);
  border-radius: 9999px;
  padding: 0.35rem 0.875rem;
  margin-bottom: 1.5rem;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-secondary);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(123,175,142,0.25);
}

.hero-headline {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(2.75rem, 6vw, 4.75rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 1.5rem;
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.1875rem);
  color: rgba(255,255,255,0.8);
  max-width: 560px;
  margin-bottom: 2.25rem;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.hero-note {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.01em;
}

/* ─── Placeholder Notes ─────────────────────────────────────── */
.placeholder-note {
  font-size: 0.6875rem;
  color: rgba(255,255,255,0.3);
  font-style: italic;
  margin-top: 0.75rem;
  text-align: center;
}

.placeholder-tag {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  padding: 0.1rem 0.35rem;
  vertical-align: middle;
  margin-left: 0.25rem;
}

/* ─── Hero Grid ─────────────────────────────────────────────── */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-right { display: none; }
}

/* ─── Hero Phone ────────────────────────────────────────────── */
.hero-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-phone-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91,140,111,0.45) 0%, transparent 65%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.hero-phone-frame {
  position: relative;
  z-index: 1;
  width: 270px;
  border-radius: 40px;
  border: 8px solid rgba(0,0,0,0.7);
  overflow: hidden;
  box-shadow:
    0 40px 80px rgba(0,0,0,0.4),
    0 0 0 1px rgba(255,255,255,0.06),
    0 0 60px rgba(91,140,111,0.15);
  transform: perspective(1000px) rotateY(-8deg) rotateX(3deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-phone-frame:hover {
  transform: perspective(1000px) rotateY(-4deg) rotateX(1deg) translateY(-4px);
  box-shadow:
    0 56px 100px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.08),
    0 0 80px rgba(91,140,111,0.2);
}

.hero-phone-frame img {
  width: 100%;
  display: block;
}

/* ─── Hero Right Panel ──────────────────────────────────────── */
.hero-right {
  position: relative;
}

.hero-panel-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91,140,111,0.5) 0%, transparent 65%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: blur(70px);
  z-index: 0;
}

.hero-panel {
  position: relative;
  z-index: 1;
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
}

.panel-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(74,222,128,0.2);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(74,222,128,0.2); }
  50%       { box-shadow: 0 0 0 5px rgba(74,222,128,0.08); }
}

.panel-title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  flex: 1;
}

.panel-members {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
}

/* ─── Mock Post ─────────────────────────────────────────────── */
.hero-mock-post {
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.mock-post-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
}

.mock-post-meta { flex: 1; }

.mock-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--brand-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 0.8125rem;
  flex-shrink: 0;
}

.mock-verified {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--brand-secondary);
  background: rgba(123,175,142,0.15);
  border: 1px solid rgba(123,175,142,0.25);
  border-radius: 9999px;
  padding: 0.2rem 0.5rem;
}

.mock-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  line-height: 1.2;
}

.mock-meta {
  font-size: 0.6875rem;
  color: rgba(255,255,255,0.38);
}

.mock-post-body {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin-bottom: 0.875rem;
}

.mock-post-footer {
  display: flex;
  gap: 1.25rem;
}

.mock-post-footer span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.38);
  font-weight: 500;
}

/* ─── Mock Replies ──────────────────────────────────────────── */
.mock-replies {
  padding: 0.875rem 1.25rem 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mock-reply-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.mock-reply-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 0.6875rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.mock-reply-bubble {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 10px 10px 10px;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.45;
}

/* ─── Phone Frames ──────────────────────────────────────────── */
.phones-stage {
  position: relative;
  margin-top: 3.5rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.phones-glow {
  position: absolute;
  width: 600px;
  height: 300px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(91,140,111,0.18) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.phones-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.25rem;
  padding: 0 1rem;
  perspective: 1200px;
}

.phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.phone-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-tertiary);
}

.phone-label-featured {
  color: var(--brand-primary);
}

.phone-frame {
  width: 195px;
  border-radius: 34px;
  border: 7px solid #1c1c1e;
  overflow: hidden;
  box-shadow:
    0 24px 48px rgba(0,0,0,0.2),
    0 0 0 1px rgba(0,0,0,0.06);
  background: #1c1c1e;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.phone-tilted-left {
  transform: perspective(900px) rotateY(12deg) rotateX(2deg) translateY(20px) scale(0.92);
}
.phone-tilted-left:hover {
  transform: perspective(900px) rotateY(6deg) rotateX(1deg) translateY(12px) scale(0.94);
}

.phone-tilted-right {
  transform: perspective(900px) rotateY(-12deg) rotateX(2deg) translateY(20px) scale(0.92);
}
.phone-tilted-right:hover {
  transform: perspective(900px) rotateY(-6deg) rotateX(1deg) translateY(12px) scale(0.94);
}

.phone-featured {
  width: 225px;
  border-width: 8px;
  box-shadow:
    0 48px 80px rgba(0,0,0,0.26),
    0 0 0 1px rgba(0,0,0,0.08),
    0 0 60px rgba(91,140,111,0.12);
  transform: translateY(0) scale(1);
}
.phone-featured:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 56px 96px rgba(0,0,0,0.28),
    0 0 0 1px rgba(0,0,0,0.08),
    0 0 80px rgba(91,140,111,0.16);
}

.phone-frame img {
  width: 100%;
  display: block;
}

@media (max-width: 700px) {
  .phones-row { gap: 0.625rem; }
  .phone-frame { width: 130px; border-radius: 24px; border-width: 5px; }
  .phone-featured { width: 155px; border-width: 6px; }
  .phone-tilted-left  { transform: perspective(600px) rotateY(8deg) translateY(14px) scale(0.92); }
  .phone-tilted-right { transform: perspective(600px) rotateY(-8deg) translateY(14px) scale(0.92); }
}

/* ─── Verification ──────────────────────────────────────────── */
.verify-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .verify-intro { grid-template-columns: 1fr; gap: 1.25rem; }
}

.verify-intro-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  padding-top: 0.25rem;
}

.verify-methods {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.verify-method {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--border-light);
}
.verify-method:last-child { border-bottom: none; }

.verify-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.verify-instant { background: rgba(91,140,111,0.12); color: var(--brand-primary); }
.verify-review   { background: rgba(224,122,95,0.1);  color: var(--brand-accent); }

.verify-method-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.verify-badge {
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
}
.verify-badge-instant { background: rgba(91,140,111,0.1);  color: var(--brand-primary); }
.verify-badge-review  { background: rgba(224,122,95,0.1); color: var(--brand-accent); }

.verify-method p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.verify-footer-note {
  margin-top: 1.75rem;
  text-align: center;
  font-size: 0.9375rem;
  color: var(--text-tertiary);
  font-style: italic;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── Mentorship ────────────────────────────────────────────── */
.mentorship-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 900px) {
  .mentorship-grid { grid-template-columns: 1fr; }
}

.mentorship-paths {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.mentorship-path {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.mentorship-path-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
}

.mentorship-path-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
}

.mentorship-path p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.55;
}

.mentorship-steps {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.mentorship-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75);
}

.step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.mentor-card-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.75rem;
}

.mentor-card {
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 0.875rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.08);
}

.mentor-card-faded { opacity: 0.6; }

.mentor-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}

.mentor-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-deep);
  border: 2px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}

.mentor-info { flex: 1; }

.mentor-name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.mentor-role {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

.mentor-badge {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--brand-secondary);
  background: rgba(123,175,142,0.15);
  border: 1px solid rgba(123,175,142,0.25);
  border-radius: 9999px;
  padding: 0.25rem 0.625rem;
  white-space: nowrap;
}

.mentor-bio {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  margin-bottom: 1rem;
  font-style: italic;
}

.mentor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.mentor-tag {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 9999px;
  padding: 0.2rem 0.625rem;
}

/* ─── Sections ──────────────────────────────────────────────── */
.section { padding: 4rem 0; }
.section-first { margin-top: -4rem; padding-top: 6rem; }
.section-app { padding-bottom: 0; }
.section-dark { padding: 3.5rem 0; }

.section-cream { background: var(--bg-cream); }
.section-tan   { background: var(--bg-tan); }
.section-dark  { background: var(--gradient-base); }

.section-green {
  background: linear-gradient(135deg, var(--gradient-deep) 0%, var(--brand-primary) 100%);
}

/* ─── Features Grid ─────────────────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.feature-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(91,140,111,0.12);
}

.feature-icon {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.feature-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ─── Two-Column ────────────────────────────────────────────── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 768px) {
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
}

.two-col-text .section-heading { margin-bottom: 1.25rem; }

.for-list {
  list-style: none;
  margin-bottom: 2rem;
}
.for-list li {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.85);
  padding: 0.4rem 0;
  padding-left: 1.25rem;
  position: relative;
}
.for-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--brand-secondary);
  font-size: 0.875rem;
}

/* ─── Quote Card ────────────────────────────────────────────── */
.quote-card {
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 16px 48px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
}

.quote-text {
  font-style: italic;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.quote-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 0.9375rem;
  flex-shrink: 0;
}

.quote-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
}
.quote-role {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.55);
}

/* ─── Footer ────────────────────────────────────────────────── */
.footer {
  background: var(--gradient-base);
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 1.25rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.7);
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}
.footer-links a {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: rgba(255,255,255,0.85); }

.footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
}

/* ─── Mobile ────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .alpha-bar { font-size: 0.625rem; gap: 0.375rem; }

  .section { padding: 3rem 0; }
  .section-first { padding-top: 4.5rem; }

  .section-heading { font-size: 1.75rem; }
  .section-sub { font-size: 0.9375rem; margin-bottom: 1.75rem; }

  /* Hero */
  .hero-content { padding-top: 2.5rem; padding-bottom: 5rem; }
  .hero-headline { font-size: 2.75rem; }
  .hero-sub { font-size: 0.9375rem; }
  .btn-lg { padding: 0.7rem 1.5rem; font-size: 0.9375rem; }

  /* Feature cards single column */
  .features-grid { grid-template-columns: 1fr; }

  /* Phones */
  .phones-stage { padding-bottom: 2rem; }
  .phones-row { gap: 0.5rem; padding: 0 0.5rem; }
  .phone-frame { width: 28vw; border-radius: 18px; border-width: 4px; }
  .phone-featured { width: 34vw; border-width: 5px; }
  .phone-tilted-left  { transform: perspective(500px) rotateY(6deg) translateY(10px) scale(0.93); }
  .phone-tilted-right { transform: perspective(500px) rotateY(-6deg) translateY(10px) scale(0.93); }
  .phone-label { font-size: 0.5625rem; }

  /* Verification */
  .verify-intro { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1.5rem; }
  .verify-method { padding: 1rem; }

  /* Mentorship */
  .mentorship-grid { grid-template-columns: 1fr; gap: 2rem; }

  /* CTA section */
  .section-dark { padding: 3rem 0; }
  .section-dark .section-heading { font-size: 1.75rem; }

  /* Footer */
  .footer { padding: 1.25rem 0; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; gap: 0.75rem; }
  .footer-links { gap: 1.25rem; }
}
