/* ============================================
   LANDVEX COMPLETE CSS v5.0
   Alla 259 klasser | Deep Petrol #0A9396
   ============================================ */

:root {
  --petrol: #0A9396; --petrol-light: #0DADB0; --petrol-dark: #087A7C;
  --petrol-50: #E6F5F5; --petrol-100: #B3E0E1; --petrol-200: #80CBCD;
  --paper: #F6F6F3; --ink: #101010;
  --text: #1D1D1F; --text-secondary: #86868B; --text-muted: #6E6E73;
  --surface: #FFFFFF; --bg: #F5F5F7; --border: rgba(0,0,0,0.08);
  --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-xl: 24px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.04); --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.12); --shadow-hover: 0 20px 40px rgba(0,0,0,0.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, sans-serif; -webkit-font-smoothing: antialiased; }
body { color: var(--text); background: var(--bg); line-height: 1.5; }

/* ===== LAYOUT ===== */
.lv-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.lv-section { padding: 80px 0; }

/* ===== NAVIGATION ===== */
nav, .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; height: 64px; background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 100%; }
.nav-logo { font-size: 21px; font-weight: 800; color: var(--ink); text-decoration: none; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 14px; color: var(--text-secondary); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--petrol); }
.nav-dropdown { position: relative; }
.nav-dropdown-menu { position: absolute; top: 100%; left: 0; background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 16px; min-width: 220px; opacity: 0; visibility: hidden; transition: all 0.3s; }
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; }

/* ===== HERO ===== */
.hero, .lv-hero { min-height: 90vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 120px 24px 80px; background: var(--paper); }
.hero-eyebrow, .lv-hero-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--petrol); margin-bottom: 16px; }
.hero h1, .lv-hero-title { font-size: clamp(48px, 8vw, 80px); font-weight: 800; line-height: 1.05; color: var(--ink); margin-bottom: 24px; }
.hero-sub, .lv-hero-subtitle { font-size: 21px; color: var(--text-secondary); max-width: 600px; margin-bottom: 40px; }

/* ===== BUTTONS ===== */
.btn, .lv-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; border-radius: 980px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s; border: none; text-decoration: none; }
.btn-primary, .lv-btn--primary { background: var(--petrol); color: white; box-shadow: 0 4px 16px rgba(10,147,150,0.3); }
.btn-primary:hover, .lv-btn--primary:hover { background: var(--petrol-dark); transform: translateY(-2px); }
.btn-secondary, .lv-btn--secondary { background: transparent; color: var(--petrol); border: 1.5px solid var(--petrol); }
.btn-secondary:hover, .lv-btn--secondary:hover { background: var(--petrol-50); }
.lv-btn--lg { padding: 16px 32px; font-size: 16px; }
.lv-btn--outline { background: transparent; border: 2px solid var(--petrol); color: var(--petrol); }
.lv-btn--outline:hover { background: var(--petrol); color: white; }

/* ===== CARDS ===== */
.card, .lv-card, .vertical-card, .intel-card, .deliver-card, .feature-card, .score-card, .use-case-card, .sp-item, .ce-feature, .persona-card, .tier-card, .biz-card, .proof-card, .step-card, .drill-card, .mission-card {
  background: var(--surface); border-radius: var(--radius-xl); border: 1px solid var(--border); padding: 24px; transition: all 0.3s;
}
.card:hover, .lv-card:hover, .vertical-card:hover, .intel-card:hover, .feature-card:hover, .score-card:hover, .use-case-card:hover {
  transform: translateY(-8px); box-shadow: var(--shadow-hover); border-color: rgba(10,147,150,0.2);
}
.lv-card--small { padding: 16px; }
.lv-card--intel { border-left: 4px solid var(--petrol); }

/* ===== SECTIONS ===== */
.section-title { font-size: 40px; font-weight: 700; line-height: 1.1; color: var(--ink); margin-bottom: 16px; }
.section-label { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--petrol); margin-bottom: 16px; }
.section-sub { font-size: 21px; color: var(--text-secondary); max-width: 600px; margin-bottom: 48px; }

/* ===== INTELLIGENCE ===== */
.intel-kpi { text-align: center; }
.intel-kpi-val { font-size: 48px; font-weight: 700; color: var(--petrol); line-height: 1; }
.intel-kpi-lbl { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); margin-top: 8px; }
.intel-kpi-delta { font-size: 14px; font-weight: 600; margin-top: 8px; }
.intel-kpi-delta.up { color: var(--petrol); }
.intel-kpi-delta.down { color: #FF3B30; }

.intel-bar-row { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
.intel-bar-name { flex: 0 0 120px; font-size: 14px; color: var(--text); }
.intel-bar-track { flex: 1; height: 8px; background: var(--border); border-radius: 4px; overflow: hidden; }
.intel-bar-fill { height: 100%; background: linear-gradient(90deg, var(--petrol) 0%, var(--petrol-light) 100%); border-radius: 4px; transition: width 1s ease; }
.intel-bar-score { flex: 0 0 50px; font-size: 14px; font-weight: 600; color: var(--petrol); text-align: right; }

/* ===== SCORE CARDS ===== */
.score-icon { width: 48px; height: 48px; border-radius: var(--radius-md); background: var(--petrol-50); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--petrol); }
.score-name { font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.score-desc { font-size: 14px; color: var(--text-secondary); margin-bottom: 16px; }
.score-bar-wrap { margin-top: 16px; }
.score-bar { height: 6px; background: var(--border); border-radius: 3px; overflow: hidden; }
.score-value { font-size: 24px; font-weight: 700; color: var(--petrol); margin-top: 8px; }
.score-label-sub { font-size: 12px; color: var(--text-muted); }

/* ===== FEATURES ===== */
.feature-item { display: flex; gap: 16px; margin-bottom: 24px; }
.feature-icon { width: 48px; height: 48px; border-radius: var(--radius-md); background: var(--petrol-50); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--petrol); }

/* ===== VERTICALS ===== */
.verticals-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.vertical-icon { width: 56px; height: 56px; border-radius: var(--radius-lg); background: var(--petrol-50); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--petrol); }
.vertical-question { font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }

/* ===== CHIPS ===== */
.decision-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: var(--petrol-50); border-radius: 980px; font-size: 14px; color: var(--petrol); }
.chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--petrol); }

/* ===== STEPS ===== */
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--petrol); color: white; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; }

/* ===== PIPELINE ===== */
.lv-pipeline-step { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.lv-pipeline-icon { width: 48px; height: 48px; border-radius: var(--radius-md); background: var(--petrol-50); display: flex; align-items: center; justify-content: center; color: var(--petrol); }
.lv-pipeline-label { font-size: 16px; font-weight: 600; color: var(--ink); }
.lv-pipeline-connector { width: 2px; height: 40px; background: var(--border); margin-left: 23px; }

/* ===== FORM ===== */
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--radius-md);
  font-size: 16px; font-family: inherit; transition: border-color 0.2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none; border-color: var(--petrol); box-shadow: 0 0 0 3px rgba(10,147,150,0.1);
}

/* ===== FOOTER ===== */
.footer, .lv-footer { background: var(--surface); border-top: 1px solid var(--border); padding: 64px 0 32px; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.footer-logo { font-size: 21px; font-weight: 800; color: var(--ink); margin-bottom: 16px; }
.footer-links { display: flex; gap: 24px; list-style: none; margin-bottom: 24px; }
.footer-links a { font-size: 14px; color: var(--text-secondary); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--petrol); }
.footer-social { display: flex; gap: 16px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; color: var(--text-secondary); transition: all 0.2s; }
.footer-social a:hover { background: var(--petrol); color: white; }
.footer-copy { font-size: 12px; color: var(--text-muted); margin-top: 32px; }

/* ===== CTA BANNER ===== */
.cta-banner { background: linear-gradient(135deg, #0a0f1a 0%, #1a1f2e 100%); border-radius: var(--radius-xl); padding: 64px 48px; text-align: center; }
.cta-banner h2 { color: white; font-size: clamp(32px, 5vw, 48px); font-weight: 700; margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,0.7); font-size: 17px; margin-bottom: 32px; }
.cta-label { color: var(--petrol-light); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }

/* ===== TAGS ===== */
.lv-tag { display: inline-flex; align-items: center; padding: 4px 12px; background: var(--petrol-50); color: var(--petrol); border-radius: 980px; font-size: 12px; font-weight: 600; }

/* ===== RESPONSIVE ===== */
@media only screen and (max-width: 833px) {
  .nav-links { display: none; }
  .hero h1, .lv-hero-title { font-size: clamp(36px, 10vw, 56px); }
  .section-title { font-size: 32px; }
  .verticals-grid { grid-template-columns: 1fr; }
  .intel-bar-row { flex-direction: column; align-items: flex-start; }
}

/* ===== ACCESSIBILITY ===== */
:focus { outline: 3px solid rgba(10,147,150,0.5); outline-offset: 2px; }
:focus:not(:focus-visible) { outline: none; }
:focus-visible { outline: 3px solid rgba(10,147,150,0.5); outline-offset: 2px; }

/* ===== ANIMATIONS ===== */
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { animation: fadeIn 0.6s ease forwards; }

/* ===== LOADING ===== */
.lv-loading { width: 24px; height: 24px; border: 2px solid var(--petrol-100); border-top-color: var(--petrol); border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
