/* ═══════════════════════════════════════════════════════════
   Nováre Telecom — Hosted PBX-as-a-Service
   shared.css · DRAFT 2026-04-17
   ═══════════════════════════════════════════════════════════ */
:root {
  --navy:   #0a1628;
  --navy2:  #132240;
  --orange: #C8102E;
  --orange2:#A30E25;
  --white:  #ffffff;
  --off:    #f7f8fc;
  --light:  #edf0f7;
  --mid:    #8895ae;
  --dark:   #2d3a52;
  --green:  #16a34a;
  --red:    #dc2626;
  --sans:   'DM Sans', -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  --syne:   'Syne', 'DM Sans', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--navy); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img  { max-width: 100%; display: block; }
a    { color: inherit; text-decoration: none; }

/* ── NAV ──────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,22,40,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 0 40px; height: 120px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo img { height: 84px; width: auto; display: block; background: white; padding: 8px 14px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.7); transition: color 0.2s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: white; }
.nav-cta {
  background: var(--orange); color: white !important;
  padding: 10px 22px; border-radius: 8px; font-weight: 600;
  font-size: 14px; transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 16px rgba(200,16,46,0.35);
}
.nav-cta:hover { background: var(--orange2); transform: translateY(-1px); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.nav-hamburger span { width: 24px; height: 2px; background: white; border-radius: 2px; display: block; }

/* ── DRAFT BANNER ──────────────────────────────────────────── */
.draft-banner { background: #fff0f2; color: #8B0A1F; text-align: center; font-size: 13px; padding: 8px 12px; font-weight: 600; letter-spacing: 0.05em; border-bottom: 1px solid #fecaca; }
.draft-banner strong { color: var(--orange); }

/* ── PROMO BAR ─────────────────────────────────────────────── */
.promo-bar { background: var(--orange); color: white; text-align: center; padding: 12px 16px; font-size: 14px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; letter-spacing: 0.02em; }
.promo-bar strong { letter-spacing: 0.08em; text-transform: uppercase; font-size: 12px; background: rgba(255,255,255,0.2); padding: 3px 10px; border-radius: 4px; }
.promo-bar a { color: white; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; white-space: nowrap; font-weight: 700; transition: opacity 0.15s; }
.promo-bar a:hover { opacity: 0.85; }
.promo-bar .promo-arrow { font-size: 16px; font-weight: 400; }

/* ── HERO ─────────────────────────────────────────────────── */
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%); color: white; padding: 120px 40px 140px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(200,16,46,0.15) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.hero-tag { display: inline-block; font-size: 12px; font-weight: 700; color: var(--orange); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 24px; padding: 6px 14px; border: 1px solid rgba(200,16,46,0.4); border-radius: 20px; }
.hero h1 { font-family: var(--syne); font-size: clamp(40px, 6vw, 72px); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 24px; padding-bottom: 0.1em; }
.hero h1 span { color: var(--orange); }
.hero-sub { font-size: 20px; color: rgba(255,255,255,0.75); line-height: 1.6; max-width: 720px; margin-bottom: 40px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 28px; font-size: 14px; color: rgba(255,255,255,0.6); }
.hero-trust span { display: flex; align-items: center; gap: 6px; }
.hero-trust .check { color: var(--orange); font-weight: 700; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 10px; font-weight: 600; font-size: 15px; transition: all 0.2s; cursor: pointer; border: none; font-family: var(--sans); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 6px 20px rgba(200,16,46,0.4); }
.btn-primary:hover { background: var(--orange2); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(200,16,46,0.5); }
.btn-secondary { background: white; color: var(--navy); border: 2px solid var(--light); }
.btn-secondary:hover { border-color: var(--navy); }
.btn-ghost { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.3); }
.btn-ghost:hover { border-color: white; background: rgba(255,255,255,0.08); }
.btn-lg { padding: 16px 34px; font-size: 16px; }

/* ── SECTIONS ─────────────────────────────────────────────── */
.section    { padding: 100px 40px; }
.section-sm { padding: 64px 40px; }
.container  { max-width: 1200px; margin: 0 auto; }
.section-tag { display: inline-block; font-size: 11px; font-weight: 700; color: var(--orange); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; }
.section-title { font-family: var(--syne); font-size: clamp(28px,4vw,46px); font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em; padding-bottom: 0.08em; }
.section-title span { color: var(--orange); }
.section-sub { font-size: 17px; color: var(--mid); line-height: 1.8; max-width: 680px; }
.center { text-align: center; }
.center .section-sub { margin: 0 auto; }

/* ── CALL-OUT CARDS ──────────────────────────────────────── */
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 56px; }
.value-card { background: white; border: 1px solid var(--light); border-radius: 16px; padding: 32px; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.value-card:hover { transform: translateY(-4px); border-color: var(--orange); box-shadow: 0 16px 40px rgba(10,22,40,0.08); }
.value-card .icon { width: 48px; height: 48px; background: rgba(200,16,46,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
.value-card h3 { font-family: var(--syne); font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.value-card p { font-size: 14px; color: var(--mid); line-height: 1.7; }

/* ── PRICING CARDS ───────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; margin-top: 56px; max-width: 900px; margin-left: auto; margin-right: auto; }
.price-card { background: white; border: 2px solid var(--light); border-radius: 20px; padding: 40px 36px; position: relative; display: flex; flex-direction: column; }
.price-card.popular { border-color: var(--orange); box-shadow: 0 20px 56px rgba(200,16,46,0.12); }
.price-card.popular::before { content: 'MOST POPULAR'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--orange); color: white; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; padding: 6px 16px; border-radius: 20px; }
.price-tier { font-size: 13px; font-weight: 700; color: var(--orange); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; }
.price-amt { font-family: var(--syne); font-size: 60px; font-weight: 800; color: var(--navy); line-height: 1.15; padding-bottom: 0.08em; }
.price-amt .dollar { font-size: 32px; vertical-align: super; margin-right: 4px; font-weight: 700; }
.price-amt .per { font-size: 14px; color: var(--mid); font-weight: 500; letter-spacing: 0; margin-left: 6px; font-family: var(--sans); }
.price-note { font-size: 14px; color: var(--mid); margin: 12px 0 28px; }
.price-features { list-style: none; margin-bottom: 28px; flex: 1; }
.price-features li { font-size: 14px; color: var(--dark); padding: 10px 0 10px 26px; position: relative; border-bottom: 1px solid #f0f3f8; }
.price-features li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.price-features li:last-child { border: 0; }

/* ── FEATURE GRID ───────────────────────────────────────── */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 48px; }
.feature-item { padding: 24px; border-radius: 12px; background: var(--off); display: flex; gap: 14px; align-items: flex-start; }
.feature-item .f-icon { width: 36px; height: 36px; background: white; border: 1px solid var(--light); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.feature-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.feature-item p { font-size: 13px; color: var(--mid); line-height: 1.6; }

/* ── COMPARE TABLE ──────────────────────────────────────── */
.compare-table { width: 100%; border-collapse: collapse; margin-top: 48px; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(10,22,40,0.06); }
.compare-table th, .compare-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--light); font-size: 14px; }
.compare-table th { background: var(--navy); color: white; font-weight: 600; font-size: 13px; letter-spacing: 0.05em; }
.compare-table th.us { background: var(--orange); }
.compare-table td.check { color: var(--green); font-weight: 700; }
.compare-table td.x { color: var(--mid); }
.compare-table td.us { background: rgba(200,16,46,0.06); font-weight: 600; color: var(--orange); }

/* ── TESTIMONIALS ───────────────────────────────────────── */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 56px; }
.testimonial { background: white; border-radius: 14px; padding: 28px; border: 1px solid var(--light); }
.testimonial p { font-size: 15px; line-height: 1.7; color: var(--dark); margin-bottom: 18px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 40px; height: 40px; background: var(--orange); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.testimonial-author strong { font-size: 14px; }
.testimonial-author small { font-size: 12px; color: var(--mid); display: block; }

/* ── CTA BAND ───────────────────────────────────────────── */
.cta-band { background: var(--navy); color: white; padding: 88px 40px; text-align: center; }
.cta-band h2 { font-family: var(--syne); font-size: clamp(28px, 4vw, 44px); font-weight: 800; margin-bottom: 16px; line-height: 1.2; padding-bottom: 0.08em; }
.cta-band h2 span { color: var(--orange); }
.cta-band p { font-size: 18px; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 32px; }

/* ── FAQ ────────────────────────────────────────────────── */
.faq-list { max-width: 780px; margin: 48px auto 0; }
.faq-item { border-bottom: 1px solid var(--light); padding: 22px 0; }
.faq-q { font-size: 16px; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q .icon { font-size: 22px; color: var(--orange); transition: transform 0.2s; }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a { font-size: 15px; color: var(--mid); line-height: 1.8; margin-top: 12px; max-height: 0; overflow: hidden; transition: max-height 0.3s; }
.faq-item.open .faq-a { max-height: 400px; }

/* ── FORMS ──────────────────────────────────────────────── */
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-size: 13px; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--light); border-radius: 8px;
  font-family: var(--sans); font-size: 15px; color: var(--navy); background: white; transition: border-color 0.2s;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--orange); }

/* ── STAT ROW ───────────────────────────────────────────── */
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; margin: 48px 0; }
.stat { text-align: center; }
.stat .num { font-family: var(--syne); font-size: 42px; font-weight: 800; color: var(--orange); line-height: 1.15; padding-bottom: 0.08em; }
.stat .label { font-size: 13px; color: var(--mid); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.08em; }

/* ── FOOTER ─────────────────────────────────────────────── */
.footer { background: var(--navy); color: white; padding: 72px 40px 0; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand img { height: 60px; background: white; padding: 8px 14px; border-radius: 8px; margin-bottom: 18px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.8; max-width: 280px; }
.footer-col h4 { font-size: 12px; font-weight: 600; color: var(--orange); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: 13px; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col ul a:hover { color: white; }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding: 22px 0 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.7; }
.footer-disclaimer { background: #040b16; padding: 18px 40px; text-align: center; }
.footer-disclaimer p { font-size: 12px; color: rgba(255,255,255,0.3); max-width: 900px; margin: 0 auto; line-height: 1.8; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .section, .hero { padding: 64px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 36px; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav { padding: 0 20px; }
}
