/* ── PlanJ Website - Main Stylesheet ─────────────────────────────────────── */
:root {
  --dark-blue:  #1F3864;
  --mid-blue:   #2E75B6;
  --light-blue: #BDD7EE;
  --sky:        #0EA5E9;
  --green:      #059669;
  --purple:     #7C3AED;
  --red:        #DC2626;
  --orange:     #D97706;
  --grey:       #64748B;
  --light-grey: #F0F7FF;
  --border:     #E2E8F0;
  --text:       #1E293B;
  --white:      #FFFFFF;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', Arial, system-ui, sans-serif; color: var(--text); background: #fff; font-size: 16px; line-height: 1.6; }

/* ── NAVBAR ─────────────────────────────────────────────────────────────── */
nav {
  background: var(--dark-blue);
  position: sticky; top: 0; z-index: 100;
  padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 36px; width: auto; }
.nav-logo span { color: var(--white); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.02em; }

.nav-links { display: flex; gap: 0; align-items: center; }
.nav-links a {
  color: var(--light-blue); text-decoration: none;
  padding: 0 1rem; height: 64px; display: flex; align-items: center;
  font-size: 0.9rem; font-weight: 500; transition: background 0.2s, color 0.2s;
  border-bottom: 3px solid transparent;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--white); border-bottom-color: var(--mid-blue); background: rgba(255,255,255,0.05);
}

.lang-toggle {
  display: flex; gap: 4px; margin-left: 1.5rem;
}
.lang-btn {
  background: transparent; border: 1px solid var(--light-blue);
  color: var(--light-blue); padding: 4px 12px; border-radius: 4px;
  cursor: pointer; font-size: 0.8rem; font-weight: 600;
  transition: all 0.2s;
}
.lang-btn.active { background: var(--mid-blue); border-color: var(--mid-blue); color: white; }
.lang-btn:hover { background: var(--mid-blue); border-color: var(--mid-blue); color: white; }

/* ── HERO ───────────────────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(160deg, #EEF4FB 0%, #DDEAF8 50%, #C8DCF5 100%);
  padding: 80px 2rem 90px;
  text-align: center;
  border-bottom: 3px solid var(--mid-blue);
}
.hero h1 {
  color: var(--dark-blue); font-size: 2.4rem; font-weight: 800; line-height: 1.2;
  margin-bottom: 1.2rem; max-width: 800px; margin-left: auto; margin-right: auto;
}
.hero p  { color: #2E4A6B; font-size: 1.15rem; max-width: 680px; margin: 0 auto 2rem; line-height: 1.7; }
.hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 2.5rem; }
.hero-badge {
  background: rgba(31,56,100,0.08); color: var(--dark-blue);
  padding: 5px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600;
  border: 1px solid rgba(31,56,100,0.2);
}
.btn-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--dark-blue); color: var(--white);
  padding: 13px 32px; border-radius: 6px; text-decoration: none;
  font-weight: 700; font-size: 1rem; transition: background 0.2s, transform 0.1s;
  display: inline-block;
}
.btn-primary:hover { background: var(--mid-blue); transform: translateY(-1px); }
.btn-secondary {
  background: transparent; color: var(--dark-blue);
  padding: 13px 32px; border-radius: 6px; text-decoration: none;
  font-weight: 600; font-size: 1rem; border: 2px solid var(--mid-blue);
  transition: all 0.2s; display: inline-block;
}
.btn-secondary:hover { background: var(--mid-blue); color: white; }

/* ── SECTIONS ───────────────────────────────────────────────────────────── */
section { padding: 64px 2rem; }
section:nth-child(even) { background: var(--light-grey); }
.container { max-width: 1080px; margin: 0 auto; }
.section-title { font-size: 1.7rem; font-weight: 800; color: var(--dark-blue); margin-bottom: 0.5rem; }
.section-sub   { font-size: 1.05rem; color: var(--grey); margin-bottom: 2.5rem; max-width: 640px; }
.section-divider { border: none; border-top: 3px solid var(--mid-blue); width: 48px; margin: 0.6rem 0 2rem; }

/* ── BENEFITS GRID ──────────────────────────────────────────────────────── */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.benefit-card {
  background: white; border: 1px solid var(--border); border-radius: 10px;
  padding: 28px 24px; border-top: 4px solid var(--mid-blue);
}
.benefit-icon { font-size: 2rem; margin-bottom: 12px; }
.benefit-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 8px; }
.benefit-card p  { font-size: 0.95rem; color: var(--grey); line-height: 1.6; }

/* ── ECOSYSTEM GRID ─────────────────────────────────────────────────────── */
.eco-label { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--grey); margin: 2rem 0 0.5rem; }
.eco-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; margin-bottom: 12px; }
.eco-card {
  background: white; border: 1px solid var(--border); border-radius: 10px;
  padding: 18px 20px; display: flex; gap: 16px; align-items: flex-start;
  transition: box-shadow 0.2s;
}
.eco-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.eco-card.coming { opacity: 0.85; border-style: dashed; }
.eco-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
.eco-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.eco-card p  { font-size: 0.88rem; color: var(--grey); line-height: 1.5; }
.eco-card .equiv { font-size: 0.78rem; color: var(--grey); margin-top: 4px; font-style: italic; }
.eco-card .status { font-size: 0.75rem; font-weight: 700; margin-top: 6px; }
.status-available { color: var(--green); }
.status-soon      { color: var(--orange); }

/* ── PROOF BANNER ───────────────────────────────────────────────────────── */
.proof-banner {
  background: var(--dark-blue); color: white;
  padding: 28px 32px; border-radius: 10px;
  display: flex; align-items: center; gap: 20px; margin-top: 40px;
}
.proof-banner .proof-icon { font-size: 2.5rem; flex-shrink: 0; }
.proof-banner h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 4px; }
.proof-banner p  { font-size: 0.9rem; color: var(--light-blue); }

/* ── SPECS TABLE ────────────────────────────────────────────────────────── */
.specs-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.specs-table tr:nth-child(even) td { background: var(--light-grey); }
.specs-table td { padding: 10px 16px; font-size: 0.95rem; border-bottom: 1px solid var(--border); }
.specs-table td:first-child { font-weight: 700; color: var(--mid-blue); width: 160px; }

/* ── STEPS ──────────────────────────────────────────────────────────────── */
.steps { display: flex; flex-direction: column; gap: 16px; }
.step  { display: flex; gap: 20px; align-items: flex-start; }
.step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--mid-blue); color: white;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; flex-shrink: 0; margin-top: 2px;
}
.step-body h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; color: var(--dark-blue); }
.step-body p, .step-body code { font-size: 0.92rem; color: var(--grey); }
code {
  background: #1e293b; color: #7dd3fc; padding: 2px 8px;
  border-radius: 4px; font-family: 'Courier New', monospace; font-size: 0.88rem;
}
.code-block {
  background: #1e293b; color: #e2e8f0; padding: 16px 20px;
  border-radius: 8px; font-family: 'Courier New', monospace;
  font-size: 0.88rem; line-height: 1.7; margin: 8px 0; overflow-x: auto;
}
.code-block .cmd { color: #7dd3fc; }
.code-block .cmt { color: #94a3b8; }

/* ── OPTIONS TABS ───────────────────────────────────────────────────────── */
.option-tabs { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.option-tab  {
  padding: 8px 20px; border-radius: 6px; cursor: pointer;
  font-weight: 600; font-size: 0.9rem; border: 2px solid var(--mid-blue);
  background: transparent; color: var(--mid-blue); transition: all 0.2s;
}
.option-tab.active, .option-tab:hover { background: var(--mid-blue); color: white; }
.option-content { display: none; }
.option-content.active { display: block; }

/* ── SERVICES CARDS ─────────────────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.service-card {
  background: white; border: 1px solid var(--border); border-radius: 10px;
  padding: 28px 24px; border-top: 4px solid var(--mid-blue);
}
.service-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 12px; }
.service-card ul { list-style: none; padding: 0; }
.service-card ul li { font-size: 0.92rem; color: var(--grey); padding: 5px 0 5px 22px; position: relative; border-bottom: 1px solid var(--border); }
.service-card ul li:last-child { border-bottom: none; }
.service-card ul li::before { content: '▸'; position: absolute; left: 0; color: var(--mid-blue); font-size: 0.8rem; top: 6px; }

/* ── ROADMAP ────────────────────────────────────────────────────────────── */
.roadmap { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 1rem; }
.roadmap-col { border-radius: 8px; padding: 18px; }
.roadmap-col.available { background: #f0fdf4; border: 1px solid #86efac; }
.roadmap-col.soon      { background: #fffbeb; border: 1px solid #fcd34d; }
.roadmap-col.dev       { background: #fff7ed; border: 1px solid #fed7aa; }
.roadmap-col h4 { font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 10px; }
.roadmap-col.available h4 { color: var(--green); }
.roadmap-col.soon h4      { color: #B45309; }
.roadmap-col.dev h4       { color: var(--orange); }
.roadmap-col ul { list-style: none; padding: 0; }
.roadmap-col ul li { font-size: 0.88rem; padding: 3px 0; color: var(--text); }
.roadmap-col ul li::before { content: '• '; color: var(--grey); }

/* ── ABOUT ──────────────────────────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
@media (max-width: 700px) { .about-grid { grid-template-columns: 1fr; } }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 2rem 0; }
.stat-box  { background: white; border: 1px solid var(--border); border-radius: 8px; padding: 20px; text-align: center; }
.stat-box .num { font-size: 2rem; font-weight: 800; color: var(--mid-blue); }
.stat-box .lbl { font-size: 0.78rem; color: var(--grey); margin-top: 4px; }
.client-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1rem; }
.client-tag  { background: var(--light-grey); border: 1px solid var(--border); border-radius: 20px; padding: 5px 14px; font-size: 0.85rem; color: var(--dark-blue); font-weight: 600; }

/* ── CONTACT ────────────────────────────────────────────────────────────── */
.contact-box {
  background: var(--dark-blue); color: white; border-radius: 12px;
  padding: 40px; text-align: center; margin-top: 40px;
}
.contact-box h3 { font-size: 1.4rem; margin-bottom: 8px; }
.contact-box p  { color: var(--light-blue); margin-bottom: 20px; }
.contact-box a  { color: var(--light-blue); font-weight: 700; text-decoration: none; font-size: 1.1rem; }
.contact-box a:hover { color: white; }

/* ── FOOTER ─────────────────────────────────────────────────────────────── */
footer {
  background: #0F1F3D; color: var(--light-blue);
  padding: 32px 2rem; text-align: center; font-size: 0.85rem;
}
footer a { color: var(--light-blue); text-decoration: none; }
footer a:hover { color: white; }
footer .footer-links { display: flex; justify-content: center; gap: 20px; margin-bottom: 12px; flex-wrap: wrap; }

/* ── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  nav { padding: 0 1rem; }
  .nav-links a { padding: 0 0.5rem; font-size: 0.8rem; }
  .hero h1 { font-size: 1.7rem; }
  .hero p  { font-size: 1rem; }
  section { padding: 40px 1rem; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .nav-links { display: none; }
}

/* ── LANGUAGE SWITCHING ─────────────────────────────────────────────────── */
/* Exclude .lang-btn so the toggle buttons themselves are never hidden        */
[data-lang="fr"]:not(.lang-btn) { display: none; }
span[data-lang="fr"] { display: none; }

body.lang-fr [data-lang="en"]:not(.lang-btn) { display: none; }
body.lang-fr span[data-lang="en"] { display: none; }

body.lang-fr [data-lang="fr"]:not(.lang-btn) { display: block; }
body.lang-fr span[data-lang="fr"] { display: inline; }

/* ═══════════════════════════════════════════════════════════════════════════
   EXTENDED STYLES - added to support all 5 HTML pages
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Navbar (class-based) ───────────────────────────────────────────────── */
.navbar {
  background: var(--dark-blue);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center;
  height: 64px; padding: 0 2rem; gap: 0;
}
.navbar .nav-logo { display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.navbar .nav-logo img { height: 40px; width: auto; }
.navbar .nav-links { display: flex; gap: 0; align-items: center; list-style: none; }
.navbar .nav-links a {
  color: var(--light-blue); text-decoration: none;
  padding: 0 1rem; height: 64px; display: flex; align-items: center;
  font-size: 0.9rem; font-weight: 500; transition: background 0.2s, color 0.2s;
  border-bottom: 3px solid transparent;
}
.navbar .nav-links a:hover, .navbar .nav-links a.active {
  color: var(--white); border-bottom-color: var(--mid-blue); background: rgba(255,255,255,0.06);
}
.lang-sep { color: rgba(255,255,255,0.3); margin: 0 2px; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px; margin-left: auto;
}
.hamburger span { display: block; width: 22px; height: 2px; background: var(--light-blue); border-radius: 2px; transition: all 0.3s; }

/* ── Hero homepage (light background) ───────────────────────────────────── */
.hero-inner { max-width: 820px; margin: 0 auto; }
.hero-logo { max-width: 420px; width: 100%; height: auto; margin-bottom: 1.5rem; }
.hero h1 { color: var(--dark-blue); font-size: 2.4rem; font-weight: 800; line-height: 1.2; margin-bottom: 1rem; }
.hero .hero-sub { color: #2E4A6B !important; font-size: 1.1rem !important; max-width: 660px; margin: 0 auto 1.5rem !important; line-height: 1.7; }
.hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 2.5rem; }
/* Badges on light hero background */
.hero .badge {
  background: rgba(31,56,100,0.08); color: var(--dark-blue);
  padding: 5px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600;
  border: 1px solid rgba(31,56,100,0.25);
}
/* Badges on dark page-hero backgrounds */
.page-hero .badge {
  background: rgba(255,255,255,0.15); color: var(--white);
  padding: 5px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600;
  border: 1px solid rgba(255,255,255,0.25);
}
/* Default badge (fallback) */
.badge {
  background: rgba(31,56,100,0.08); color: var(--dark-blue);
  padding: 5px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600;
  border: 1px solid rgba(31,56,100,0.2);
}
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }

/* ── Hero-sub on dark page-hero backgrounds ──────────────────────────────── */
.page-hero .hero-sub { color: var(--light-blue) !important; font-size: 1.1rem !important; max-width: 660px; margin: 0 auto 1.5rem !important; line-height: 1.7; }

/* ── Page hero (inner pages) ─────────────────────────────────────────────── */
.page-hero { padding: 64px 2rem 72px; text-align: center; }
.page-hero h1 { color: var(--white); font-size: 2.2rem; font-weight: 800; margin-bottom: 1rem; }
.page-hero-logo { max-width: 160px; height: auto; margin-bottom: 1.5rem; }

/* ── Section helpers ─────────────────────────────────────────────────────── */
.section { padding: 64px 2rem; }
.alt-bg { background: var(--light-grey); }
.section h2 { font-size: 1.8rem; font-weight: 800; color: var(--dark-blue); margin-bottom: 0.5rem; }
.section-sub { font-size: 1rem; color: var(--grey); margin-bottom: 2rem; max-width: 680px; }

/* ── Benefits (homepage) ─────────────────────────────────────────────────── */
.benefits-section { background: #fff; }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 2rem; }
.benefit-card {
  background: white; border: 1px solid var(--border); border-radius: 10px;
  padding: 26px 22px; border-top: 4px solid var(--mid-blue);
}
.benefit-icon { font-size: 1.8rem; margin-bottom: 10px; }
.benefit-card h3 { font-size: 1rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 8px; }
.benefit-card p  { font-size: 0.9rem; color: var(--grey); line-height: 1.6; }

/* ── Eco section / cards (homepage & planjcore) ──────────────────────────── */
.eco-section { background: var(--light-grey); }
.eco-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 18px; margin-top: 2rem; margin-bottom: 2.5rem;
}
.eco-card {
  background: white; border-radius: 10px; padding: 20px 18px;
  border-top: 4px solid var(--card-color, var(--mid-blue));
  border-left: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
  text-decoration: none; color: var(--text);
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex; flex-direction: column;
}
.eco-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.eco-card.coming {
  opacity: 0.82; border-top-style: dashed;
  border-left-style: dashed; border-right-style: dashed; border-bottom-style: dashed;
  border-color: var(--card-color, var(--grey)); border-width: 2px;
}
.eco-card-header { margin-bottom: 8px; }
.eco-tag {
  font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--card-color, var(--mid-blue)); background: rgba(0,0,0,0.04);
  padding: 2px 8px; border-radius: 3px;
}
.coming-tag { color: var(--grey); }
.eco-logo { height: 28px; width: auto; margin-bottom: 8px; }
.eco-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--dark-blue); margin-bottom: 8px; }
.eco-card p  { font-size: 0.88rem; color: var(--grey); line-height: 1.5; flex: 1; }
.eco-available {
  display: inline-block; margin-top: 10px; font-size: 0.75rem; font-weight: 700;
  color: var(--green); background: #f0fdf4; padding: 2px 8px; border-radius: 4px;
}
.eco-cta { text-align: center; margin-top: 2rem; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Two-column layout ───────────────────────────────────────────────────── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.col-text h2 { font-size: 1.7rem; font-weight: 800; color: var(--dark-blue); margin-bottom: 1rem; }
.col-text h3 { font-size: 1.1rem; font-weight: 700; color: var(--mid-blue); margin: 1.5rem 0 0.5rem; }
.col-text p  { font-size: 0.95rem; color: var(--grey); line-height: 1.7; margin-bottom: 0.8rem; }

/* ── Architecture diagram ────────────────────────────────────────────────── */
.arch-diagram { background: #1e293b; border-radius: 12px; padding: 24px; }
.arch-box.core-box {
  background: var(--dark-blue); color: white; border-radius: 8px; padding: 16px 20px;
  text-align: center; margin-bottom: 16px;
}
.arch-box.core-box strong { font-size: 1rem; display: block; margin-bottom: 8px; }
.arch-protocols { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.arch-protocols span {
  background: rgba(255,255,255,0.15); color: #7dd3fc;
  padding: 2px 10px; border-radius: 4px; font-size: 0.78rem; font-weight: 700;
}
.arch-connectors { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.arch-ext {
  background: rgba(255,255,255,0.05); border: 1.5px solid;
  border-radius: 6px; padding: 6px 10px; font-size: 0.8rem; font-weight: 600; color: #e2e8f0;
}
.coming-ext { opacity: 0.6; border-style: dashed; }
.arch-note { color: #64748b; font-size: 0.75rem; margin-top: 10px; text-align: center; }

/* ── Features grid ───────────────────────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; margin-top: 2rem; }
.feature-card { background: white; border-radius: 10px; border: 1px solid var(--border); padding: 24px 20px; }
.feat-icon {
  width: 44px; height: 44px; border-radius: 8px; display: flex; align-items: center;
  justify-content: center; font-size: 1.3rem; margin-bottom: 12px; color: white;
}
.feature-card h3 { font-size: 1rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 8px; }
.feature-card p  { font-size: 0.9rem; color: var(--grey); line-height: 1.6; }
.feature-card code { font-size: 0.82rem; background: #f1f5f9; color: var(--dark-blue); padding: 1px 6px; border-radius: 3px; }

/* ── Deploy grid ─────────────────────────────────────────────────────────── */
.deploy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 2rem; }
.deploy-card {
  background: white; border-radius: 10px; border: 1px solid var(--border);
  padding: 24px 20px; border-top: 4px solid var(--mid-blue);
}
.deploy-card h3 { font-size: 1rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 12px; }
.deploy-card pre {
  background: #1e293b; color: #7dd3fc; padding: 14px 16px; border-radius: 6px;
  font-size: 0.82rem; line-height: 1.6; overflow-x: auto; margin-bottom: 12px;
}
.deploy-card code { background: none; color: #7dd3fc; padding: 0; }
.deploy-card p { font-size: 0.88rem; color: var(--grey); line-height: 1.5; }

/* ── Extensions table ────────────────────────────────────────────────────── */
.ext-table { width: 100%; border-collapse: collapse; margin-top: 2rem; font-size: 0.9rem; }
.ext-table thead tr { background: var(--dark-blue); color: white; }
.ext-table th { padding: 10px 14px; text-align: left; font-weight: 600; }
.ext-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); }
.ext-table tbody tr:nth-child(even) td { background: var(--light-grey); }
.status-badge { padding: 2px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; }
.status-badge.available { background: #f0fdf4; color: var(--green); }
.status-badge.soon      { background: #fffbeb; color: #92400e; }
.status-badge.dev       { background: #fff7ed; color: var(--orange); }

/* ── CTA strip ───────────────────────────────────────────────────────────── */
.cta-strip { padding: 60px 2rem; }
.cta-strip h2 { color: white; font-size: 1.7rem; font-weight: 800; margin-bottom: 0.8rem; }
.cta-strip p  { color: var(--light-blue); font-size: 1rem; margin-bottom: 2rem; }

/* ── Services page ───────────────────────────────────────────────────────── */
.svc-icon {
  width: 56px; height: 56px; border-radius: 10px; display: flex;
  align-items: center; justify-content: center; font-size: 1.6rem;
  color: white; margin-bottom: 14px;
}
.service-card h2 { font-size: 1.2rem; font-weight: 800; color: var(--dark-blue); margin-bottom: 10px; }
.service-card p  { font-size: 0.92rem; color: var(--grey); line-height: 1.6; margin-bottom: 14px; }
.svc-list { list-style: none; padding: 0; margin-bottom: 20px; }
.svc-list li {
  font-size: 0.9rem; color: var(--grey); padding: 6px 0 6px 20px;
  position: relative; border-bottom: 1px solid var(--border);
}
.svc-list li:last-child { border-bottom: none; }
.svc-list li::before { content: '▸'; position: absolute; left: 0; color: var(--mid-blue); }

.advisory-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 2rem; }
.advisory-card { background: white; border-radius: 10px; border: 1px solid var(--border); padding: 22px 20px; border-left: 4px solid var(--mid-blue); }
.advisory-card h3 { font-size: 1rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 8px; }
.advisory-card p  { font-size: 0.9rem; color: var(--grey); line-height: 1.6; }

/* ── Get Started page ────────────────────────────────────────────────────── */
.guide-container { max-width: 820px; }
.guide-step { display: flex; gap: 24px; margin-bottom: 48px; align-items: flex-start; }
.step-number {
  width: 44px; height: 44px; border-radius: 50%; background: var(--mid-blue);
  color: white; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.1rem; flex-shrink: 0; margin-top: 4px;
}
.step-content { flex: 1; }
.step-content h2 { font-size: 1.3rem; font-weight: 800; color: var(--dark-blue); margin-bottom: 0.6rem; }
.step-content p  { font-size: 0.95rem; color: var(--grey); line-height: 1.7; margin-bottom: 0.8rem; }
.guide-list { list-style: none; padding: 0; margin: 0.5rem 0 1rem; }
.guide-list li {
  font-size: 0.92rem; color: var(--grey); padding: 5px 0 5px 20px;
  position: relative; border-bottom: 1px dotted var(--border);
}
.guide-list li:last-child { border-bottom: none; }
.guide-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.code-block {
  background: #1e293b; border-radius: 8px; padding: 16px 18px;
  margin: 10px 0; overflow-x: auto; position: relative;
}
.code-block pre { margin: 0; }
.code-block code {
  background: none; color: #7dd3fc; padding: 0; font-size: 0.84rem;
  font-family: 'Courier New', Courier, monospace; line-height: 1.7;
  white-space: pre; display: block;
}
.code-label {
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: #94a3b8; margin-bottom: 6px;
}
.guide-note { font-size: 0.88rem; color: var(--grey); background: #fffbeb; border-left: 3px solid #fbbf24; padding: 8px 14px; border-radius: 0 6px 6px 0; margin-top: 10px; }
.guide-note a { color: var(--mid-blue); }

.next-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 2rem; }
.next-card {
  background: white; border-radius: 10px; border: 1px solid var(--border);
  padding: 24px 20px; text-decoration: none; color: var(--text);
  text-align: center; transition: box-shadow 0.2s, transform 0.2s;
}
.next-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.1); transform: translateY(-2px); }
.next-icon { font-size: 2rem; margin-bottom: 10px; }
.next-card h3 { font-size: 1rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 8px; }
.next-card p  { font-size: 0.88rem; color: var(--grey); line-height: 1.5; }

/* ── About page ──────────────────────────────────────────────────────────── */
.values-list { display: flex; flex-direction: column; gap: 18px; }
.value-item { display: flex; gap: 16px; align-items: flex-start; }
.value-icon { font-size: 1.6rem; flex-shrink: 0; line-height: 1; margin-top: 2px; }
.value-item strong { display: block; font-size: 0.95rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 3px; }
.value-item p { font-size: 0.88rem; color: var(--grey); margin: 0; }

.exp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 2rem; }
.exp-card { background: white; border-radius: 10px; border: 1px solid var(--border); padding: 22px 20px; border-top: 4px solid var(--dark-blue); }
.exp-card h3 { font-size: 1rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 8px; }
.exp-card p  { font-size: 0.9rem; color: var(--grey); line-height: 1.6; }

.certs-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2rem; }
.cert-badge {
  background: var(--dark-blue); color: var(--light-blue);
  padding: 6px 16px; border-radius: 20px; font-size: 0.82rem; font-weight: 700;
}

.contact-container { max-width: 860px; text-align: center; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 2rem 0; }
.contact-card {
  background: white; border-radius: 10px; border: 1px solid var(--border);
  padding: 28px 20px; text-align: center;
}
.contact-icon { font-size: 2rem; margin-bottom: 10px; }
.contact-card h3 { font-size: 1rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 8px; }
.contact-card a { color: var(--mid-blue); text-decoration: none; font-weight: 700; font-size: 0.95rem; display: block; margin-bottom: 8px; }
.contact-card a:hover { color: var(--dark-blue); }
.contact-card p { font-size: 0.88rem; color: var(--grey); line-height: 1.5; }
.contact-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }

/* ── btn-secondary on dark backgrounds (page-hero, cta-strip) ───────────── */
.page-hero .btn-secondary,
.cta-strip .btn-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.page-hero .btn-secondary:hover,
.cta-strip .btn-secondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: white;
  color: white;
}
.page-hero .btn-primary { background: var(--mid-blue); }
.page-hero .btn-primary:hover { background: #1d5fa0; }

/* ── Site footer (class-based) ───────────────────────────────────────────── */
.site-footer { background: #0F1F3D; padding: 40px 2rem; text-align: center; }
.footer-inner { max-width: 1080px; margin: 0 auto; }
.footer-logo { height: 36px; width: auto; margin-bottom: 16px; opacity: 0.85; }
.footer-nav { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; }
.footer-nav a { color: var(--light-blue); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-nav a:hover { color: white; }
.footer-copy { color: #64748b; font-size: 0.8rem; }

/* ── Responsive additions ────────────────────────────────────────────────── */
@media (max-width: 860px) {
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .arch-diagram { margin-top: 0; }
}
@media (max-width: 768px) {
  .navbar .nav-links {
    display: none; flex-direction: column; position: absolute;
    top: 64px; left: 0; right: 0; background: var(--dark-blue);
    padding: 12px 0; gap: 0; z-index: 99; box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }
  .navbar .nav-links.open { display: flex; }
  .navbar .nav-links a { height: 44px; padding: 0 1.5rem; font-size: 0.95rem; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 1.7rem; }
  .page-hero h1 { font-size: 1.6rem; }
  .hero-logo { max-width: 280px; }
  .guide-step { flex-direction: column; gap: 14px; }
  .step-number { width: 36px; height: 36px; font-size: 1rem; }
  .section { padding: 44px 1rem; }
}
@media (max-width: 520px) {
  .eco-grid { grid-template-columns: 1fr; }
  .deploy-grid { grid-template-columns: 1fr; }
  .ext-table { font-size: 0.8rem; }
  .ext-table th, .ext-table td { padding: 8px 8px; }
}
