/* GastroPlay – shared styles v1.1
   © 2026 INNO, s. r. o. */

:root {
  --navy: #0A2540;
  --navy-2: #114B5F;
  --teal: #1A6F73;
  --amber: #FFB347;
  --coral: #FF7E5F;
  --bg: #FFFFFF;
  --bg-soft: #F7F9FB;
  --bg-cream: #FFF8F0;
  --border: #E5EAF0;
  --text: #0F1F2E;
  --text-muted: #4A5868;
  --text-subtle: #6B7C8C;
  --green: #1F7A4D;
  --red: #C04A2A;
  --shadow: 0 12px 32px -16px rgba(10, 37, 64, 0.18);
  --shadow-lg: 0 24px 60px -24px rgba(10, 37, 64, 0.30);
  --radius: 14px;
  --radius-lg: 22px;
  --max-w: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
button, .btn { font-family: inherit; border: none; cursor: pointer; font-weight: 600; }

/* ===== HEADER ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(229, 234, 240, 0.7);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; color: var(--navy); }
.brand-mark {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
}
.brand-mark svg { width: 100%; height: 100%; display: block; }
.nav { display: flex; gap: 28px; align-items: center; }
.nav a { font-size: 14px; font-weight: 500; color: var(--text-muted); transition: color 0.2s; }
.nav a:hover, .nav a.active { color: var(--navy); }

.lang-switch { display: inline-flex; gap: 2px; padding: 3px; border-radius: 8px; background: var(--bg-soft); border: 1px solid var(--border); }
.lang-switch a {
  padding: 4px 10px; border-radius: 6px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.5px;
  color: var(--text-subtle); transition: all 0.2s;
}
.lang-switch a.active { background: var(--navy); color: #fff; }

.btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; border-radius: 10px; font-size: 14px; font-weight: 600; transition: transform 0.15s, box-shadow 0.2s; }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: #061b30; transform: translateY(-1px); box-shadow: 0 10px 22px -10px rgba(10, 37, 64, 0.5); }
.btn-amber { background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); color: var(--navy); }
.btn-amber:hover { transform: translateY(-1px); box-shadow: 0 10px 22px -10px rgba(255, 126, 95, 0.55); }
.btn-ghost { background: transparent; color: var(--navy); border: 1px solid var(--border); }
.btn-ghost:hover { background: var(--bg-soft); border-color: var(--text-subtle); }
.btn-lg { padding: 14px 24px; font-size: 15px; border-radius: 12px; }

.menu-toggle { display: none; width: 40px; height: 40px; border-radius: 8px; background: transparent; border: 1px solid var(--border); align-items: center; justify-content: center; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--navy); position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: var(--navy); }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

/* ===== HERO ===== */
.hero { position: relative; background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, var(--teal) 100%); color: #fff; padding: 90px 0 110px; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 179, 71, 0.20) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -300px; left: -160px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(26, 111, 115, 0.4) 0%, transparent 70%); pointer-events: none; }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }

.eyebrow { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--amber); background: rgba(255, 179, 71, 0.12); padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(255, 179, 71, 0.4); margin-bottom: 20px; }
.hero h1 { font-size: 56px; font-weight: 900; line-height: 1.05; letter-spacing: -1.5px; margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--amber); }
.hero p.lead { font-size: 18px; font-weight: 400; line-height: 1.55; opacity: 0.85; margin-bottom: 32px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 12px; flex-wrap: wrap; }
.stat-pill { background: rgba(255, 255, 255, 0.10); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 10px; padding: 10px 16px; font-size: 13px; font-weight: 500; backdrop-filter: blur(10px); }
.stat-pill strong { color: var(--amber); font-weight: 800; }

.hero-mock { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 20px; padding: 18px; backdrop-filter: blur(20px); box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.5); }
.mock-tabs { display: flex; gap: 4px; margin-bottom: 14px; }
.mock-tab { padding: 6px 14px; font-size: 12px; font-weight: 700; border-radius: 8px 8px 0 0; }
.mock-tab.active { background: rgba(255, 179, 71, 0.95); color: var(--navy); }
.mock-tab.inactive { background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.7); }
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.kpi { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 10px; padding: 12px 14px; }
.kpi-label { font-size: 11px; opacity: 0.75; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }
.kpi-value { font-size: 22px; font-weight: 800; margin-top: 4px; line-height: 1.1; }
.kpi-value.green { color: #6ee7b7; }
.kpi-value.amber { color: var(--amber); }
.kpi-value.red { color: #fca5a5; }
.mock-foot { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.10); font-size: 12px; opacity: 0.65; display: flex; justify-content: space-between; }

/* ===== TRUST BAR ===== */
.trust-bar { background: var(--bg-soft); padding: 28px 0; border-bottom: 1px solid var(--border); }
.trust-bar__inner { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-bar p { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-subtle); font-weight: 600; }
.trust-bar .badges { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; }
.trust-badge { font-weight: 700; color: var(--navy); opacity: 0.7; font-size: 14px; transition: opacity 0.2s; }
.trust-badge:hover { opacity: 1; }

/* ===== SECTIONS ===== */
section.section { padding: 100px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head .eyebrow { background: rgba(255, 126, 95, 0.10); color: var(--coral); border-color: rgba(255, 126, 95, 0.3); }
.section-head h2 { font-size: 44px; font-weight: 800; line-height: 1.1; letter-spacing: -1px; margin-bottom: 14px; color: var(--navy); }
.section-head p { font-size: 17px; color: var(--text-muted); }
.bg-soft { background: var(--bg-soft); }

/* ===== SPLIT (problem/solution) ===== */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.split-card { border-radius: var(--radius-lg); padding: 32px; }
.split-card.problem { background: linear-gradient(165deg, #FFF5F0 0%, #FFEEDD 100%); border: 1px solid #FCD9C8; }
.split-card.solution { background: linear-gradient(165deg, #F0F8F4 0%, #E0F0E5 100%); border: 1px solid #C8E6D6; }
.split-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.split-card.problem h3 { color: var(--red); }
.split-card.solution h3 { color: var(--green); }
.split-card ul { list-style: none; }
.split-card li { font-size: 15px; padding: 10px 0 10px 28px; position: relative; line-height: 1.5; border-bottom: 1px dashed rgba(0, 0, 0, 0.08); }
.split-card li:last-child { border-bottom: 0; }
.split-card.problem li::before { content: "✕"; position: absolute; left: 0; top: 10px; color: var(--red); font-weight: 800; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; }
.split-card.solution li::before { content: "✓"; position: absolute; left: 0; top: 10px; color: var(--green); font-weight: 800; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; }

/* ===== PILLARS ===== */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pillar-card { border-radius: var(--radius-lg); padding: 36px 28px; border: 1px solid var(--border); background: #fff; transition: transform 0.2s, box-shadow 0.2s; }
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pillar-card.dark { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; border: 0; }
.pillar-card.amber { background: linear-gradient(165deg, var(--amber) 0%, var(--coral) 100%); color: var(--navy); border: 0; }
.pillar-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px; background: rgba(10, 37, 64, 0.06); }
.pillar-card.dark .pillar-icon { background: rgba(255, 179, 71, 0.18); }
.pillar-card.amber .pillar-icon { background: rgba(10, 37, 64, 0.10); }
.pillar-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.pillar-card p { font-size: 15px; line-height: 1.55; opacity: 0.85; }

/* ===== MODULES ===== */
.modules-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.module-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 28px; display: flex; gap: 18px; align-items: flex-start; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.module-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: rgba(255, 179, 71, 0.4); }
.module-icon { width: 48px; height: 48px; min-width: 48px; border-radius: 12px; background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--navy); }
.module-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; color: var(--navy); }
.module-card p { font-size: 14px; color: var(--text-muted); line-height: 1.5; }

/* ===== INTEGRATIONS ===== */
.integrations-wrap { background: var(--navy); color: #fff; padding: 100px 0; position: relative; overflow: hidden; }
.integrations-wrap::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(26, 111, 115, 0.25) 0%, transparent 70%); pointer-events: none; }
.integrations-wrap .section-head h2 { color: #fff; }
.integrations-wrap .section-head p { color: rgba(255, 255, 255, 0.75); }
.integrations-wrap .section-head .eyebrow { background: rgba(255, 179, 71, 0.18); color: var(--amber); border-color: rgba(255, 179, 71, 0.4); }
.integrations-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; position: relative; }
.int-pill { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; padding: 14px 12px; text-align: center; font-size: 13px; font-weight: 600; transition: background 0.2s, transform 0.2s; }
.int-pill:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-2px); }
.int-cat { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--amber); font-weight: 700; margin-bottom: 4px; }

/* ===== PRICING ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1080px; margin: 0 auto; }
.price-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 38px 30px; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.price-card.featured { background: linear-gradient(165deg, var(--navy) 0%, var(--teal) 100%); color: #fff; border: 0; transform: scale(1.04); box-shadow: var(--shadow-lg); }
.price-card.featured:hover { transform: scale(1.04) translateY(-4px); }
.featured-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; padding: 6px 14px; border-radius: 999px; text-transform: uppercase; }
.price-tier { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-subtle); margin-bottom: 8px; }
.price-card.featured .price-tier { color: var(--amber); }
.price-amount { font-size: 48px; font-weight: 800; letter-spacing: -1.5px; line-height: 1; margin-bottom: 6px; }
.price-amount span { font-size: 16px; font-weight: 500; opacity: 0.7; }
.price-tag { font-size: 14px; color: var(--text-muted); margin-bottom: 22px; min-height: 40px; }
.price-card.featured .price-tag { color: rgba(255, 255, 255, 0.78); }
.price-features { list-style: none; margin-bottom: 26px; }
.price-features li { font-size: 14px; padding: 8px 0 8px 26px; position: relative; line-height: 1.45; }
.price-features li::before { content: "✓"; position: absolute; left: 0; top: 8px; width: 18px; height: 18px; background: rgba(31, 122, 77, 0.12); border-radius: 50%; color: var(--green); font-weight: 800; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.price-card.featured .price-features li::before { background: rgba(255, 179, 71, 0.20); color: var(--amber); }
.price-cta { width: 100%; padding: 14px; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 700; font-size: 15px; transition: background 0.2s, transform 0.15s; text-align: center; display: block; }
.price-cta:hover { background: #061b30; transform: translateY(-1px); }
.price-card.featured .price-cta { background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); color: var(--navy); }
.addons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.addon-card { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 22px; }
.addon-card h5 { color: var(--coral); font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.addon-card p { font-size: 14px; color: var(--text-muted); }
.addon-card strong { color: var(--navy); display: block; font-size: 16px; margin-bottom: 4px; }

/* ===== TESTIMONIAL ===== */
.testimonial-section { background: linear-gradient(165deg, #FFF8F0 0%, #FFEFE0 100%); }
.testimonial { max-width: 880px; margin: 0 auto; background: #fff; border-radius: var(--radius-lg); padding: 50px 60px; position: relative; box-shadow: var(--shadow-lg); }
.testimonial::before { content: "\201C"; position: absolute; top: 0; left: 30px; font-size: 120px; font-weight: 900; color: rgba(255, 126, 95, 0.18); line-height: 1; font-family: Georgia, serif; }
.testimonial blockquote { font-size: 22px; font-weight: 500; line-height: 1.5; color: var(--navy); margin-bottom: 20px; position: relative; }
.testimonial cite { font-style: normal; font-size: 14px; color: var(--text-muted); font-weight: 600; }
.testimonial cite span { color: var(--text-subtle); font-weight: 400; }

/* ===== CTA ===== */
.cta-section { background: linear-gradient(165deg, var(--navy) 0%, var(--teal) 100%); color: #fff; padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 179, 71, 0.15) 0%, transparent 70%); }
.cta-section h2 { font-size: 44px; font-weight: 800; letter-spacing: -1px; margin-bottom: 18px; position: relative; }
.cta-section p { font-size: 18px; opacity: 0.85; margin-bottom: 36px; max-width: 640px; margin-left: auto; margin-right: auto; position: relative; }
.cta-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; position: relative; }
.cta-section .btn-primary { background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); color: var(--navy); }
.cta-section .btn-ghost { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.25); color: #fff; }
.cta-section .btn-ghost:hover { background: rgba(255, 255, 255, 0.15); }

/* ===== CONTACT ===== */
.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.contact-info h3 { font-size: 28px; font-weight: 800; margin-bottom: 14px; color: var(--navy); }
.contact-info p { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin-bottom: 22px; }
.contact-info ul { list-style: none; }
.contact-info li { display: flex; align-items: center; gap: 12px; padding: 10px 0; font-size: 15px; color: var(--navy); font-weight: 500; }
.contact-info li .icn { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--navy); }
.contact-form { background: var(--bg-soft); border-radius: var(--radius-lg); padding: 36px; border: 1px solid var(--border); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 13px; font-weight: 600; color: var(--navy); }
.field input, .field select, .field textarea { font-family: inherit; font-size: 15px; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--border); background: #fff; color: var(--text); transition: border-color 0.2s, box-shadow 0.2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(255, 179, 71, 0.18); }
.field textarea { min-height: 100px; resize: vertical; }
.contact-form .btn-amber { width: 100%; padding: 14px; font-size: 15px; border-radius: 12px; justify-content: center; }
.field-note { font-size: 12px; color: var(--text-subtle); margin-top: 10px; line-height: 1.5; }

/* ===== FOOTER ===== */
footer { background: #061b30; color: rgba(255, 255, 255, 0.7); padding: 60px 0 30px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand { color: #fff; font-size: 20px; font-weight: 800; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.footer-brand .brand-mark { width: 32px; height: 32px; }
.footer-col p { line-height: 1.6; opacity: 0.7; max-width: 280px; margin-bottom: 16px; }
.footer-col h6 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { padding: 6px 0; }
.footer-col ul a { transition: color 0.2s; }
.footer-col ul a:hover { color: var(--amber); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.10); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; opacity: 0.65; flex-wrap: wrap; gap: 14px; }

/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed; bottom: 16px; left: 16px; right: 16px;
  z-index: 1000;
  background: var(--navy); color: #fff;
  border-radius: var(--radius);
  padding: 18px 22px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  box-shadow: 0 24px 60px -16px rgba(0, 0, 0, 0.4);
  max-width: 980px; margin: 0 auto;
  border: 1px solid rgba(255, 179, 71, 0.25);
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner p { font-size: 13px; line-height: 1.5; flex: 1; min-width: 280px; opacity: 0.9; }
.cookie-banner p strong { color: var(--amber); }
.cookie-banner a { color: var(--amber); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-btn { padding: 10px 18px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; border: none; }
.cookie-btn.primary { background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); color: var(--navy); }
.cookie-btn.ghost { background: transparent; color: rgba(255, 255, 255, 0.85); border: 1px solid rgba(255, 255, 255, 0.25); }

/* ===== BLOG ===== */
.blog-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.blog-card__cover { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 32px; font-weight: 900; text-align: center; padding: 20px; letter-spacing: -0.5px; }
.blog-card__cover.amber { background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); color: var(--navy); }
.blog-card__cover.teal { background: linear-gradient(135deg, var(--teal) 0%, #0d4d4f 100%); }
.blog-card__body { padding: 22px 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card__meta { font-size: 12px; color: var(--text-subtle); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 8px; }
.blog-card__title { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.blog-card__excerpt { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin-bottom: 14px; flex: 1; }
.blog-card__more { font-size: 13px; font-weight: 700; color: var(--coral); }

.article {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.article header { padding: 60px 0 36px; }
.article .eyebrow { background: rgba(255, 126, 95, 0.10); color: var(--coral); border-color: rgba(255, 126, 95, 0.3); }
.article h1 { font-size: 42px; font-weight: 800; line-height: 1.15; letter-spacing: -1px; color: var(--navy); margin: 14px 0 16px; }
.article .meta { font-size: 13px; color: var(--text-subtle); }
.article-body { padding-bottom: 80px; font-size: 16px; line-height: 1.7; color: var(--text); }
.article-body h2 { font-size: 26px; font-weight: 800; color: var(--navy); margin: 36px 0 14px; }
.article-body h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin: 28px 0 10px; }
.article-body p { margin-bottom: 16px; }
.article-body ul, .article-body ol { margin: 0 0 16px 24px; }
.article-body li { margin-bottom: 6px; }
.article-body blockquote { border-left: 3px solid var(--amber); padding-left: 20px; margin: 24px 0; color: var(--text-muted); font-style: italic; }
.article-body code { background: var(--bg-soft); padding: 2px 8px; border-radius: 4px; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; }
.article-body a { color: var(--coral); text-decoration: underline; }

/* ===== ABOUT / GENERIC PAGE ===== */
.page-hero { background: linear-gradient(160deg, var(--navy) 0%, var(--teal) 100%); color: #fff; padding: 80px 0 60px; text-align: center; position: relative; overflow: hidden; }
.page-hero h1 { font-size: 48px; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.page-hero p { font-size: 17px; opacity: 0.85; max-width: 620px; margin: 0 auto; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; text-align: center; }
.team-avatar { width: 96px; height: 96px; border-radius: 50%; background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); display: flex; align-items: center; justify-content: center; font-size: 36px; font-weight: 900; color: var(--navy); margin: 0 auto 14px; }
.team-card h4 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.team-card .role { font-size: 13px; color: var(--text-subtle); font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }
.team-card p { font-size: 14px; color: var(--text-muted); line-height: 1.5; }

/* ===== 404 ===== */
.notfound { min-height: calc(100vh - 200px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 24px; }
.notfound-code { font-size: 140px; font-weight: 900; line-height: 1; background: linear-gradient(135deg, var(--amber) 0%, var(--coral) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 14px; letter-spacing: -4px; }
.notfound h1 { font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.notfound p { font-size: 16px; color: var(--text-muted); margin-bottom: 28px; max-width: 520px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .hero { padding: 60px 0 80px; }
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 40px; }
  .nav { display: none; }
  .menu-toggle { display: flex; }
  .nav.open { display: flex; position: absolute; top: 64px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); flex-direction: column; padding: 18px 24px; gap: 14px; box-shadow: var(--shadow); }
  section.section { padding: 70px 0; }
  .section-head h2 { font-size: 32px; }
  .split-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .modules-grid { grid-template-columns: 1fr; }
  .integrations-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-4px); }
  .addons { grid-template-columns: 1fr; }
  .testimonial { padding: 36px 30px; }
  .testimonial blockquote { font-size: 18px; }
  .cta-section h2 { font-size: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .blog-list { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .article h1 { font-size: 32px; }
  .page-hero h1 { font-size: 36px; }
}
@media (max-width: 540px) {
  .hero h1 { font-size: 32px; }
  .section-head h2 { font-size: 26px; }
  .integrations-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .price-amount { font-size: 38px; }
  .blog-list { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .article h1 { font-size: 26px; }
  .notfound-code { font-size: 100px; }
}
