* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Barlow', sans-serif; background: #0F2044; color: #fff; }
a { color: inherit; text-decoration: none; }

.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 40px; border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky; top: 0; z-index: 100; background: #0F2044;
}
.nav-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 800; color: #fff; letter-spacing: 0.05em; }
.nav-logo span { color: #FC6701; }
.nav-cta { background: #FC6701; color: #fff; padding: 10px 24px; border-radius: 8px; font-size: 14px; font-weight: 700; transition: opacity 0.2s; }
.nav-cta:hover { opacity: 0.9; }

.hero-section { background: linear-gradient(180deg, #0a1628 0%, #0F2044 100%); padding: 80px 24px 64px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.hero { max-width: 860px; margin: 0 auto; text-align: center; }
.hero-badge { display: inline-block; background: rgba(252,103,1,0.15); border: 1px solid rgba(252,103,1,0.4); color: #FC6701; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; margin-bottom: 24px; }
h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(36px, 6vw, 64px); font-weight: 900; line-height: 1.05; color: #fff; margin-bottom: 20px; }
h1 span { color: #FC6701; }
.hero-sub { font-size: clamp(16px, 2vw, 19px); color: rgba(255,255,255,0.65); line-height: 1.65; max-width: 680px; margin: 0 auto 36px; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.btn-primary { background: #FC6701; color: #fff; padding: 14px 32px; border-radius: 8px; font-size: 15px; font-weight: 700; transition: opacity 0.2s; display: inline-block; }
.btn-primary:hover { opacity: 0.9; }
.btn-secondary { border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.8); padding: 14px 32px; border-radius: 8px; font-size: 15px; font-weight: 600; transition: border-color 0.2s; display: inline-block; }
.btn-secondary:hover { border-color: rgba(255,255,255,0.5); }

.section-wrap { border-bottom: 1px solid rgba(255,255,255,0.06); }
.section-wrap.alt { background: rgba(255,255,255,0.02); }
.section { padding: 72px 24px; max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 12px; font-weight: 700; color: #FC6701; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 12px; }
h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 16px; }
.body-copy { color: rgba(255,255,255,0.65); font-size: 16px; line-height: 1.75; max-width: 720px; }
.body-copy p { margin-bottom: 16px; }

.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; }
.pain-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 24px; }
.pain-card-icon { font-size: 28px; margin-bottom: 12px; }
.pain-card h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.pain-card p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.6; }

.feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; margin-top: 40px; }
.feature-item { display: flex; align-items: flex-start; gap: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; padding: 18px; }
.feature-check { width: 22px; height: 22px; border-radius: 50%; background: rgba(252,103,1,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 12px; margin-top: 1px; color: #FC6701; font-weight: 700; }
.feature-item h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.feature-item p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.5; }

.comparison-wrap { overflow-x: auto; margin-top: 40px; }
table { width: 100%; border-collapse: collapse; min-width: 500px; }
thead th { padding: 14px 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid rgba(255,255,255,0.1); }
thead th:first-child { text-align: left; color: rgba(255,255,255,0.4); }
thead th:nth-child(2) { color: #FC6701; text-align: center; }
thead th:not(:first-child) { text-align: center; color: rgba(255,255,255,0.4); }
tbody td { padding: 13px 20px; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,0.05); }
tbody td:first-child { color: rgba(255,255,255,0.8); }
tbody td:not(:first-child) { text-align: center; font-size: 17px; }
tbody tr:nth-child(even) { background: rgba(255,255,255,0.02); }
.price-row { background: rgba(252,103,1,0.06) !important; border-top: 2px solid rgba(252,103,1,0.3); }
.price-row td:first-child { color: #fff; font-weight: 700; font-size: 15px; }
.price-row td:nth-child(2) { color: #FC6701; font-size: 17px; font-weight: 800; }
.price-row td:not(:first-child):not(:nth-child(2)) { color: rgba(255,255,255,0.5); font-size: 14px; font-weight: 600; }

.price-card { display: inline-flex; flex-direction: column; align-items: center; background: rgba(255,255,255,0.04); border: 1px solid rgba(252,103,1,0.3); border-radius: 16px; padding: 40px 60px; }
.price-label { font-size: 13px; font-weight: 700; color: #FC6701; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.price-amount { font-family: 'Barlow Condensed', sans-serif; font-size: 64px; font-weight: 900; color: #fff; line-height: 1; }
.price-period { color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 24px; }
.price-fine { margin-top: 12px; font-size: 13px; color: rgba(255,255,255,0.3); }

.testimonial-section { background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); padding: 64px 24px; text-align: center; }
.testimonial-quote { font-size: clamp(18px, 3vw, 26px); font-style: italic; color: rgba(255,255,255,0.8); max-width: 760px; margin: 0 auto 20px; line-height: 1.5; }
.testimonial-author { font-size: 14px; color: rgba(255,255,255,0.4); }

.cta-section { padding: 80px 24px; text-align: center; background: linear-gradient(135deg, #0F2044 0%, #1a3460 100%); border-top: 1px solid rgba(255,255,255,0.07); }
.cta-section h2 { margin-bottom: 16px; }
.cta-section p:not(.cta-fine) { color: rgba(255,255,255,0.55); font-size: 16px; max-width: 520px; margin: 0 auto 32px; line-height: 1.6; }
.cta-fine { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.3); }

footer { padding: 32px 40px; border-top: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
footer p { font-size: 13px; color: rgba(255,255,255,0.3); }
footer a { font-size: 13px; color: rgba(255,255,255,0.4); margin-left: 20px; }
footer a:hover { color: rgba(255,255,255,0.7); }

.related-pages { padding: 48px 24px; background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.07); }
.related-pages-inner { max-width: 1100px; margin: 0 auto; }
.related-pages h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.related-link { display: inline-block; padding: 10px 20px; border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.65); transition: all 0.2s; }
.related-link:hover { border-color: #FC6701; color: #FC6701; }

@media (max-width: 768px) {
  .nav { padding: 14px 20px; }
  .section { padding: 52px 20px; }
  .price-card { padding: 32px 32px; }
  footer { flex-direction: column; text-align: center; }
  footer a { margin: 0; }
}
