/* index.html — page-specific styles */
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 5%; }

/* Hero */
.hero { padding: 84px 5% 60px; text-align: center; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); background: rgba(224,123,57,.1); border: 1px solid rgba(224,123,57,.25); border-radius: 20px; padding: 4px 14px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(32px,6vw,58px); font-weight: 900; line-height: 1.07; letter-spacing: -.03em; margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-sub { font-size: clamp(14px,2vw,17px); color: var(--muted); max-width: 520px; margin: 0 auto 32px; line-height: 1.65; }
.hero-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--accent); color: #fff; font-weight: 700; font-size: 14px; padding: 12px 26px; border-radius: 8px; text-decoration: none; display: inline-block; transition: background .12s; }
.btn-primary:hover { background: var(--accent-h); }
.btn-ghost { color: var(--text); font-weight: 600; font-size: 14px; padding: 12px 26px; border-radius: 8px; text-decoration: none; display: inline-block; border: 1px solid var(--border); transition: border-color .12s, color .12s; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* Sections */
.section { padding: 64px 5%; }
.section-inner { max-width: 1080px; margin: 0 auto; }
.section-alt { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.label { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.heading { font-size: clamp(22px,3.5vw,36px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 12px; }
.subtext { font-size: 15px; color: var(--muted); max-width: 520px; margin-bottom: 36px; line-height: 1.65; }

/* Server capacity */
.server-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 14px; margin-bottom: 12px; }
.server-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r); padding: 18px 20px; }
.server-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.server-name { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.server-units { font-size: 12px; color: var(--muted); }
.server-units strong { color: var(--text); }
.cap-bar-wrap { height: 4px; background: var(--bg3); border-radius: 3px; margin-bottom: 12px; }
.cap-bar { height: 4px; border-radius: 3px; transition: width .6s ease; }
.plan-pills { display: flex; flex-wrap: wrap; gap: 5px; }
.plan-pill { display: flex; align-items: center; gap: 4px; background: var(--bg3); border: 1px solid var(--border); border-radius: 5px; padding: 4px 8px; }
.pill-name { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); }
.pill-count { font-size: 12px; font-weight: 700; }
.pill-count.ok { color: var(--ok); } .pill-count.warn { color: #f0b429; } .pill-count.full { color: var(--bad); }

/* Features */
.features { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
@media (max-width: 720px) { .features { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .features { grid-template-columns: 1fr; } .hero { padding: 56px 5% 40px; } }
.feat { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r); padding: 18px; }
.feat h3 { font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.feat p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* Compare */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 600px) { .compare { grid-template-columns: 1fr; } }
.compare-col h3 { font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.check-list li { font-size: 13px; color: var(--muted); padding-left: 20px; position: relative; line-height: 1.5; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--ok); font-weight: 700; }
.check-list.bad li::before { content: '✗'; color: var(--bad); }

/* Plan cards */
.plans { display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 12px; }
.plan { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r); padding: 24px 20px; display: flex; flex-direction: column; }
.plan.hot { border-color: var(--accent); background: rgba(224,123,57,.04); }
.plan-name { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 6px; }
.plan-price { font-size: 30px; font-weight: 900; letter-spacing: -.02em; }
.plan-price span { font-size: 14px; font-weight: 500; color: var(--muted); }
.plan-tagline { font-size: 13px; color: var(--muted); margin: 6px 0 14px; }
.plan-feats { list-style: none; flex: 1; display: flex; flex-direction: column; gap: 5px; }
.plan-feats li { font-size: 13px; color: var(--muted); padding-left: 13px; position: relative; }
.plan-feats li::before { content: '·'; position: absolute; left: 2px; color: var(--accent); font-weight: 900; font-size: 15px; line-height: 1; top: 3px; }
.plan-cta { display: block; margin-top: 18px; text-align: center; font-size: 13px; font-weight: 700; padding: 9px; border-radius: 6px; text-decoration: none; border: 1px solid var(--border); color: var(--text); transition: border-color .12s, color .12s; }
.plan-cta:hover { border-color: var(--accent); color: var(--accent); }
.plan.hot .plan-cta { background: var(--accent); color: #fff; border-color: var(--accent); }
.plan.hot .plan-cta:hover { background: var(--accent-h); }
.plan-avail { font-size: 11px; margin-top: 8px; text-align: center; }
.avail-ok { color: var(--ok); } .avail-low { color: #f0b429; } .avail-none { color: var(--bad); }

/* Stack chips */
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; background: var(--bg3); border: 1px solid var(--border); color: var(--muted); }
