*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #FFFAF5; font-family: Avenir, 'Segoe UI', Helvetica, Arial, sans-serif; color: #414141; line-height: 1.4; }

/* Nav */
.nav { background: #FFFAF5; border-bottom: 1px solid #E8E6E6; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 72px; position: sticky; top: 0; z-index: 50; }
.nav-left { display: flex; align-items: center; gap: 32px; }
.nav img { height: 52px; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links > a, .nav-dropdown > a { color: #414141; text-decoration: none; font-size: 13px; font-weight: 300; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-links > a:hover, .nav-dropdown > a:hover { color: #302F51; }
.nav-links > a.active { color: #302F51; font-weight: 700; border-bottom: 2px solid #302F51; padding-bottom: 2px; }
.nav-dropdown { position: relative; }
.nav-dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: #FFFAF5; border: 1px solid #E8E6E6; min-width: 220px; padding: 8px 0; z-index: 60; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a { display: block; padding: 8px 20px; color: #414141; text-decoration: none; font-size: 12px; font-weight: 300; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
.nav-dropdown-menu a:hover { background: #E8F1FE; color: #302F51; }
.nav-right a { color: #414141; text-decoration: none; font-size: 13px; letter-spacing: 0.04em; }
.nav-right a:hover { color: #302F51; }

/* Hero */
.hero { padding: 80px 32px; text-align: center; border-bottom: 1px solid #E8E6E6; }
.hero h1 { color: #302F51; font-size: 54px; font-weight: normal; margin-bottom: 12px; letter-spacing: -0.02em; }
.hero .tagline { color: #57557D; font-size: 19px; font-weight: 800; letter-spacing: 0.02em; margin-bottom: 12px; }
.hero .desc { color: #414141; font-size: 16px; font-weight: 300; max-width: 560px; margin: 0 auto; }

/* Plan Cards */
.plans-section { padding: 80px 32px; }
.plans-grid { max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.plan-card { background: #fff; border: 1px solid #E8E6E6; padding: 32px; display: flex; flex-direction: column; }
.plan-card.featured { border-top: 4px solid #018DFD; position: relative; }
.best-value { position: absolute; top: 0; right: 16px; background: #018DFD; color: #fff; padding: 4px 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; transform: translateY(-100%); }
.plan-name { color: #302F51; font-size: 19px; font-weight: 800; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 16px; }
.plan-price { display: flex; align-items: baseline; gap: 4px; }
.plan-price .amount { color: #302F51; font-size: 48px; font-weight: normal; }
.plan-price .period { color: #999997; font-size: 17px; font-weight: 700; }
.plan-base-label { color: #999997; font-size: 16px; font-weight: 300; margin-top: 2px; }
.seat-info { background: #E8F1FE; padding: 12px 16px; margin: 16px 0; }
.seat-info .seat-price { color: #302F51; font-size: 14px; font-weight: 700; }
.seat-info .seat-note { color: #999997; font-size: 14px; font-weight: 300; margin-top: 2px; }
.plan-divider { border: none; border-top: 1px solid #E8E6E6; margin-bottom: 24px; }
.features { list-style: none; flex-grow: 1; display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.features li { display: flex; align-items: flex-start; gap: 10px; font-size: 16px; font-weight: 300; }
.features li .check { color: #302F51; font-size: 16px; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.featured .features li .check { color: #018DFD; }
.btn-get-started { display: block; width: 100%; padding: 16px; border: none; color: #fff; font-size: 19px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; font-family: inherit; text-align: center; text-decoration: none; transition: background 0.2s; }
.btn-navy { background: #302F51; }
.btn-navy:hover { background: #018DFD; }
.btn-blue { background: #018DFD; }
.btn-blue:hover { background: #0075d4; }

/* How It Works */
.how-section { padding: 80px 32px; background: #E8F1FE; border-top: 1px solid #E8E6E6; border-bottom: 1px solid #E8E6E6; }
.how-section h2 { color: #302F51; font-size: 30px; font-weight: normal; text-align: center; margin-bottom: 48px; }
.steps { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; }
.step-num { width: 56px; height: 56px; background: #302F51; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: normal; margin-bottom: 16px; }
.step h4 { color: #302F51; font-size: 19px; font-weight: 800; letter-spacing: 0.02em; margin-bottom: 8px; }
.step p { color: #414141; font-size: 16px; font-weight: 300; }

/* Pricing Calculator */
.pricing-section { padding: 80px 32px; }
.pricing-section h2 { color: #302F51; font-size: 30px; font-weight: normal; text-align: center; margin-bottom: 12px; }
.pricing-section .intro { color: #414141; font-size: 16px; font-weight: 300; text-align: center; margin-bottom: 48px; }
.pricing-wrap { max-width: 800px; margin: 0 auto; }
.slider-card { background: #fff; border: 1px solid #E8E6E6; padding: 32px; margin-bottom: 24px; }
.slider-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.slider-header label { color: #302F51; font-size: 19px; font-weight: 800; }
.slider-header .count { color: #302F51; font-size: 36px; font-weight: normal; }
.slider-card input[type="range"] { width: 100%; height: 6px; accent-color: #302F51; cursor: pointer; }
.slider-ticks { display: flex; justify-content: space-between; font-size: 12px; font-weight: 300; color: #999997; margin-top: 6px; }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.calc-card { background: #fff; border: 1px solid #E8E6E6; padding: 32px; }
.calc-card.featured { border-top: 4px solid #018DFD; }
.calc-card h3 { color: #302F51; font-size: 19px; font-weight: 800; text-transform: uppercase; padding-bottom: 16px; border-bottom: 1px solid #E8E6E6; margin-bottom: 16px; letter-spacing: 0.02em; }
.calc-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 16px; font-weight: 300; }
.calc-row.bordered { border-bottom: 1px solid #E8E6E6; }
.calc-total { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; }
.calc-total span:first-child { color: #302F51; font-size: 19px; font-weight: 800; }
.calc-total span:last-child { color: #302F51; font-size: 30px; font-weight: 700; }
.per-member { color: #57557D; font-size: 14px; font-weight: 300; text-align: center; margin-top: 16px; }
.savings-bar { background: #E8F1FE; border: 1px solid #E8E6E6; padding: 16px; text-align: center; margin-top: 24px; }
.savings-bar p { color: #302F51; font-size: 17px; font-weight: 700; }

/* FAQ */
.faq-section { padding: 80px 32px; background: #fff; border-top: 1px solid #E8E6E6; }
.faq-section h2 { color: #302F51; font-size: 30px; font-weight: normal; text-align: center; margin-bottom: 48px; }
.faq-list { max-width: 800px; margin: 0 auto; border: 1px solid #E8E6E6; }
.faq-item { border-bottom: 1px solid #E8E6E6; }
.faq-item:last-child { border-bottom: none; }
.faq-item summary { padding: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: #FFFAF5; }
.faq-item summary h4 { color: #302F51; font-size: 17px; font-weight: 700; }
.faq-item summary .icon { color: #999997; font-size: 20px; transition: transform 0.2s; }
.faq-item[open] summary .icon { transform: rotate(45deg); }
.faq-item p { padding: 0 16px 16px; font-size: 16px; font-weight: 300; color: #414141; }

/* Footer */
.footer { background: #26263B; border-top: 1px solid #E8E6E6; padding: 48px 32px; }
.footer-top { max-width: 900px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand { color: #fff; font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col-title { color: rgba(255,255,255,0.5); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-col a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13px; font-weight: 300; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 900px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-top: 24px; flex-wrap: wrap; gap: 16px; }
.footer-copy { color: rgba(255,255,255,0.3); font-size: 12px; font-weight: 300; }
.footer-social { display: flex; gap: 16px; }
.footer-social a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 16px; }
.footer-social a:hover { color: #fff; }

/* Mobile */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero h1 { font-size: 36px; }
  .plans-grid, .calc-grid, .steps { grid-template-columns: 1fr; }
  .footer-top, .footer-bottom { flex-direction: column; text-align: center; align-items: center; }
}
