/* ─── PLANS PAGE — Page-Specific Styles ─── */

/* Opening */
.opening { background: var(--white); border-bottom: 1px solid var(--border); padding: 3.5rem 2rem; }
.opening-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.opening-inner p { font-size: 1.1rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 1rem; }
.progression-bar { display: flex; align-items: center; justify-content: center; gap: 0; margin: 2.5rem auto 0; max-width: 700px; background: var(--off-white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.prog-item { flex: 1; padding: 0.85rem 0.5rem; text-align: center; position: relative; border-right: 1px solid var(--border); transition: background 0.2s; }
.prog-item:last-child { border-right: none; }
.prog-item:hover { background: var(--warm-white); }
.prog-price { font-family: 'Lora', serif; font-size: 1.35rem; font-weight: 700; color: var(--navy); line-height: 1; }
.prog-name { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--text-muted); margin-top: 3px; }
.prog-arrow { position: absolute; right: -8px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; background: var(--red); clip-path: polygon(0 0, 100% 50%, 0 100%); z-index: 2; }
.prog-item:last-child .prog-arrow { display: none; }

/* Plans Grid */
.plans-section { background: var(--warm-white); }
.plans-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; align-items: start; }
.plan-card { background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 2rem 1.75rem; position: relative; display: flex; flex-direction: column; transition: box-shadow 0.25s, transform 0.25s; }
.plan-card:hover { box-shadow: 0 12px 40px rgba(30,43,74,0.1); transform: translateY(-3px); }
.plan-card.featured { background: var(--navy); border-color: var(--navy); box-shadow: 0 16px 48px rgba(30,43,74,0.2); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--red); color: white; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 14px; border-radius: 100px; white-space: nowrap; box-shadow: 0 2px 8px rgba(192,39,45,0.35); }
.plan-tier { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.85rem; }
.plan-card.featured .plan-tier { color: rgba(255,255,255,0.45); }
.plan-amount { font-family: 'Lora', serif; font-size: 2.8rem; font-weight: 700; color: var(--navy); line-height: 1; margin-bottom: 0.15rem; }
.plan-card.featured .plan-amount { color: white; }
.plan-period { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 0.3rem; }
.plan-card.featured .plan-period { color: rgba(255,255,255,0.45); }
.plan-startup { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 0.85rem; padding-bottom: 0.85rem; border-bottom: 1px solid var(--border); }
.plan-card.featured .plan-startup { color: rgba(255,255,255,0.35); border-bottom-color: rgba(255,255,255,0.1); }
.plan-best-for { display: flex; align-items: flex-start; gap: 0.5rem; background: var(--off-white); border-radius: 8px; padding: 0.65rem 0.75rem; margin-bottom: 1.25rem; font-size: 0.82rem; color: var(--text-mid); line-height: 1.45; }
.plan-card.featured .plan-best-for { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.65); }
.plan-best-for-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--red); white-space: nowrap; margin-top: 1px; }
.plan-card.featured .plan-best-for-label { color: #F2979A; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; flex: 1; }
.plan-features li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.86rem; color: var(--text-mid); line-height: 1.45; }
.plan-card.featured .plan-features li { color: rgba(255,255,255,0.75); }
.plan-features li.plus-item { font-weight: 600; color: var(--navy); }
.plan-card.featured .plan-features li.plus-item { color: white; }
.check { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; background: var(--red-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 9px; font-weight: 700; }
.plan-card.featured .check { background: rgba(192,39,45,0.25); color: #F2979A; }
.plan-cta { display: block; text-align: center; margin-top: 1.75rem; padding: 0.75rem; border: 1.5px solid var(--border); border-radius: 8px; font-size: 0.9rem; font-weight: 600; color: var(--navy); text-decoration: none; cursor: pointer; background: none; font-family: 'Source Sans 3', sans-serif; width: 100%; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.plan-cta:hover { background: var(--navy); color: white; border-color: var(--navy); }
.plan-card.featured .plan-cta { background: var(--red); color: white; border-color: var(--red); box-shadow: 0 3px 12px rgba(192,39,45,0.35); }
.plan-card.featured .plan-cta:hover { background: var(--red-dark); border-color: var(--red-dark); }
.plans-footer-note { text-align: center; margin-top: 2rem; font-size: 0.88rem; color: var(--text-muted); }
.plans-footer-note a { color: var(--red); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(192,39,45,0.3); }

/* Foundation Strip */
.foundation { background: var(--off-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 2.5rem 2rem; }
.foundation-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.foundation-inner h3 { font-family: 'Lora', serif; font-size: 1.3rem; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; line-height: 1.3; }
.foundation-inner p { font-size: 1rem; color: var(--text-mid); line-height: 1.8; }
.foundation-pillars { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.foundation-pillar { display: flex; align-items: center; gap: 0.6rem; font-size: 0.88rem; color: var(--text-mid); font-weight: 500; }
.foundation-pillar::before { content: '✓'; width: 22px; height: 22px; background: var(--navy); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; flex-shrink: 0; }

/* Different */
.different { background: var(--white); border-top: 1px solid var(--border); }
.different-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.different-left h2 { font-family: 'Lora', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: var(--navy); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.different-left p { font-size: 1rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 1rem; }
.diff-card { background: var(--off-white); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.diff-card-header { background: var(--navy); padding: 1.25rem 1.5rem; display: flex; align-items: center; gap: 0.75rem; }
.diff-card-header h4 { font-family: 'Lora', serif; font-size: 1rem; font-weight: 700; color: white; line-height: 1.3; }
.diff-card-icon { font-size: 1.25rem; flex-shrink: 0; }
.diff-items { display: flex; flex-direction: column; gap: 0; }
.diff-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--border); background: var(--white); transition: background 0.15s; }
.diff-item:last-child { border-bottom: none; }
.diff-item:hover { background: var(--warm-white); }
.diff-item-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.diff-item-title { font-size: 0.9rem; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.diff-item-desc { font-size: 0.83rem; color: var(--text-muted); line-height: 1.55; }

/* Check-In */
.checkin { background: var(--navy); padding: 5rem 2rem; position: relative; overflow: hidden; }
.checkin::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(192,39,45,0.1) 0%, transparent 65%); }
.checkin-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.checkin-label { color: #F2979A; margin-bottom: 1rem; }
.checkin-label::before { background: #F2979A; }
.checkin-left h2 { font-family: 'Lora', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: white; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.checkin-left p { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 1rem; }
.checkin-note { display: flex; gap: 0.75rem; align-items: flex-start; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 1rem 1.25rem; margin-top: 1.5rem; }
.checkin-note-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.checkin-note p { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.6; margin: 0; }
.checkin-note strong { color: rgba(255,255,255,0.8); }
.checkin-visual { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 2rem; }
.checkin-visual-title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 1.5rem; }
.checkin-flow { display: flex; flex-direction: column; gap: 0; }
.cf-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.cf-item:last-child { border-bottom: none; }
.cf-step { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; font-weight: 700; }
.cf-step.green { background: rgba(74,222,128,0.15); color: #4ADE80; border: 1px solid rgba(74,222,128,0.25); }
.cf-step.yellow { background: rgba(251,191,36,0.15); color: #FBBf24; border: 1px solid rgba(251,191,36,0.25); }
.cf-step.red-s { background: rgba(192,39,45,0.2); color: #F2979A; border: 1px solid rgba(192,39,45,0.25); }
.cf-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 2px; }
.cf-desc { font-size: 0.88rem; color: rgba(255,255,255,0.7); line-height: 1.5; }

/* Founders */
.founders { background: var(--off-white); border-top: 1px solid var(--border); }
.founders-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.founders-left h2 { font-family: 'Lora', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: var(--navy); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.founders-left p { font-size: 1rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 1rem; }
.perks-list { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
.perk-item { display: flex; gap: 0.75rem; align-items: center; font-size: 0.95rem; color: var(--text-mid); font-weight: 500; }
.perk-check { width: 24px; height: 24px; flex-shrink: 0; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 10px; font-weight: 700; }
.founders-form { background: var(--white); border-radius: 18px; padding: 2.5rem; border: 1px solid var(--border); box-shadow: 0 8px 32px rgba(30,43,74,0.07); }
.founders-form h3 { font-family: 'Lora', serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 0.35rem; }
.founders-form > p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 1.5rem; line-height: 1.55; }

/* Responsive */
@media (max-width: 1024px) { .plans-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 900px) {
  .different-inner { grid-template-columns: 1fr; gap: 3rem; }
  .checkin-inner { grid-template-columns: 1fr; gap: 3rem; }
  .founders-inner { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 768px) {
  .plans-grid { grid-template-columns: 1fr; }
  .progression-bar { flex-direction: column; }
  .prog-item { border-right: none; border-bottom: 1px solid var(--border); }
  .prog-item:last-child { border-bottom: none; }
  .prog-arrow { display: none; }
}
