/* 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); }
/* Website Editor demo section */
.we-demo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 820px) { .we-demo-inner { grid-template-columns: 1fr; } }
.we-demo-text .subtext { margin-bottom: 28px; }
.we-demo-note { font-size: 12px; color: var(--dim); margin-top: 12px; }

/* Editor chrome mockup */
.we-demo-frame { border-radius: 10px; overflow: hidden; border: 1px solid #2a2a2a; box-shadow: 0 16px 48px rgba(0,0,0,.5); }
.we-mock-bar { background: #111; border-bottom: 2px solid #e07b00; padding: 0 14px; height: 38px; display: flex; align-items: center; gap: 8px; }
.we-mock-title { color: #e07b00; font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.we-mock-file { color: #444; font-size: 11px; font-family: 'Courier New', monospace; flex: 1; }
.we-mock-save { background: #e07b00; color: #000; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 3px; }

/* Coffee shop site preview */
.we-mock-preview { background: #fdf6ed; }
.cs-nav { background: #fdf6ed; border-bottom: 1px solid #ead9c4; padding: 0 24px; height: 44px; display: flex; align-items: center; gap: 16px; }
.cs-logo { font-family: Georgia, serif; font-size: 13px; color: #2a1a0e; }
.cs-logo strong { font-weight: 700; }
.cs-nav-links { font-size: 11px; color: #8c6444; flex: 1; letter-spacing: .3px; }
.cs-order { background: #7b4f2a; color: #fdf6ed; font-size: 11px; font-weight: 600; padding: 5px 12px; border-radius: 2px; white-space: nowrap; }
.cs-hero { display: grid; grid-template-columns: 1fr auto; min-height: 180px; }
.cs-hero-left { padding: 28px 24px; display: flex; flex-direction: column; justify-content: center; }
.cs-eyebrow { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: #8c6444; font-family: Arial, sans-serif; margin-bottom: 10px; }
.cs-h1 { font-family: Georgia, serif; font-size: 22px; font-weight: 700; line-height: 1.2; letter-spacing: -.5px; color: #2a1a0e; margin-bottom: 10px; }
.cs-h1 em { color: #7b4f2a; font-style: normal; }
.cs-p { font-family: Georgia, serif; font-size: 12px; color: #6b4a30; line-height: 1.7; font-style: italic; margin-bottom: 16px; }
.cs-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.cs-btn-primary { background: #7b4f2a; color: #fdf6ed; font-size: 11px; font-weight: 600; padding: 7px 16px; border-radius: 2px; font-family: Arial, sans-serif; }
.cs-btn-outline { border: 1.5px solid #7b4f2a; color: #7b4f2a; font-size: 11px; font-weight: 500; padding: 6px 16px; border-radius: 2px; font-family: Arial, sans-serif; }
.cs-hero-right { background: linear-gradient(160deg,#c49a6c 0%,#8c5e38 45%,#3a1e08 100%); display: flex; align-items: center; justify-content: center; padding: 20px 24px; }

/* 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-price-next { font-size: 11px; color: var(--dim); margin-top: 2px; line-height: 1.4; }
.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-feats li.we-feat { color: var(--accent); font-weight: 600; }
.plan-feats li.we-feat::before { content: none; }
.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); }

/* Flame Stars section */
.stars-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 28px; }
.stars-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 8px; padding: 20px; }
.stars-icon { font-size: 24px; margin-bottom: 10px; }
.stars-card-title { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.stars-card-body { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* 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); }
