/* ── OnNet CRM — Public Pages stylesheet ────────────────────────────────── */

/* ── Custom properties ─────────────────────────────────────────────────── */
:root {
  --color-primary:    #a33800;
  --color-primary-dk: #7c2b00;
  --color-bg:         #ffffff;
  --color-surface:    #f8f7f5;
  --color-border:     #e5e2dd;
  --color-text:       #1a1a18;
  --color-muted:      #6b6860;
  --font-body:        'Plus Jakarta Sans', system-ui, sans-serif;
  --font-headline:    'Plus Jakarta Sans', system-ui, sans-serif;
  --nav-h:            64px;
  --radius:           12px;
  --shadow-sm:        0 1px 3px rgba(0,0,0,.08);
  --shadow-md:        0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:        0 8px 32px rgba(0,0,0,.12);
}

/* ── Reset / base ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ── CMS content-block variables ─────────────────────────────────────────── */
:root {
  --onnet-navy:      #030a1c;
  --onnet-cyan:      #29d4d6;
  --onnet-mint:      #b6ff7f;
  --onnet-orange:    #a33800;
  --onnet-dark:      #071a2d;
  --onnet-muted:     #5e6b78;
  --onnet-surface-2: #f8fafc;
  /* fp-block local vars */
  --fp-bg:      #f7f9fc;
  --fp-surface: #ffffff;
  --fp-surface-2: #f1f5fb;
  --fp-text:    #0f172a;
  --fp-muted:   #475569;
  --fp-line:    #dbe4f0;
  --fp-primary: #1d4ed8;
  --fp-accent:  #f97316;
  --fp-success: #16a34a;
  --fp-shadow:  0 18px 50px rgba(15,23,42,0.08);
  --fp-radius:  18px;
  --fp-max:     1180px;
}

/* ── fp layout helpers ───────────────────────────────────────────────────── */
.fp { scroll-behavior: smooth; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--fp-text); background: linear-gradient(180deg, #f9fbff 0%, #f7f9fc 100%); line-height: 1.45; }
.fp .container { width: min(var(--fp-max), calc(100% - 32px)); margin: 0 auto; }
.fp .eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(29,78,216,0.08); color: var(--fp-primary); padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: 0.02em; }
.fp .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--fp-success); display: inline-block; }
.fp .cta-group { display: flex; gap: 12px; flex-wrap: wrap; }
.fp .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 14px; text-decoration: none; font-weight: 700; border: 1px solid transparent; transition: transform .15s ease, box-shadow .15s ease; white-space: nowrap; }
.fp .btn:hover { transform: translateY(-1px); }
.fp .btn-primary { background: var(--fp-accent); color: white; box-shadow: 0 12px 24px rgba(249,115,22,0.24); }
.fp .btn-secondary { background: white; color: var(--fp-text); border-color: var(--fp-line); }
.fp section { padding: 32px 0; }
.fp .hero { padding-top: 54px; padding-bottom: 72px; overflow: hidden; }
.fp .hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: center; }
.fp h1 { font-size: clamp(40px, 6vw, 66px); line-height: 1.02; letter-spacing: -0.04em; margin: 18px 0 18px; max-width: 10.5ch; }
.fp .lead { font-size: 20px; color: var(--fp-muted); max-width: 58ch; margin: 0 0 22px; }
.fp .hero-points { display: grid; gap: 12px; margin: 26px 0 32px; color: var(--fp-text); }
.fp .hero-points div { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; }
.fp .check { width: 26px; height: 26px; border-radius: 999px; background: rgba(22,163,74,0.12); color: var(--fp-success); display: grid; place-items: center; font-size: 14px; flex: 0 0 auto; margin-top: 1px; }
.fp .meta-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; color: var(--fp-muted); font-size: 14px; font-weight: 600; }
.fp .hero-card { position: relative; background: var(--fp-surface); border: 1px solid rgba(219,228,240,0.8); border-radius: 28px; box-shadow: var(--fp-shadow); padding: 20px; }
.fp .dashboard { background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%); border: 1px solid var(--fp-line); border-radius: 22px; overflow: hidden; }
.fp .dash-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--fp-line); background: #f8fbff; }
.fp .search { margin: 18px; padding: 16px 18px; border-radius: 16px; border: 1px solid #cfe0ff; background: #f9fbff; color: #1e3a8a; font-weight: 700; }
.fp .dash-body { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding: 0 18px 18px; }
.fp .panel { border: 1px solid var(--fp-line); border-radius: 16px; padding: 16px; background: white; }
.fp .field { display: grid; gap: 6px; margin-bottom: 12px; }
.fp .label { color: var(--fp-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.fp .value { background: var(--fp-surface-2); padding: 12px 14px; border-radius: 12px; font-weight: 700; }
.fp .metric { display: grid; gap: 10px; }
.fp .metric-card { padding: 14px; border-radius: 14px; background: #f8fbff; border: 1px solid var(--fp-line); }
.fp .metric-card strong { display: block; font-size: 24px; letter-spacing: -0.03em; }
.fp .metric-card span { color: var(--fp-muted); font-size: 13px; font-weight: 600; }
.fp .floating { position: absolute; border-radius: 16px; background: white; border: 1px solid var(--fp-line); padding: 14px 16px; box-shadow: var(--fp-shadow); font-size: 14px; font-weight: 700; }
.fp .floating.one { right: -18px; top: 58px; }
.fp .floating.two { left: -16px; bottom: 26px; }
.fp .floating small { display: block; color: var(--fp-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.fp .logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 34px; }
.fp .logo { min-height: 66px; display: grid; place-items: center; border: 1px dashed var(--fp-line); border-radius: 16px; color: var(--fp-muted); background: rgba(255,255,255,0.65); font-weight: 800; }
.fp .section-head { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.fp h2 { font-size: clamp(30px, 5vw, 48px); line-height: 1.05; letter-spacing: -0.04em; margin: 0 0 14px; }
.fp .sub { color: var(--fp-muted); font-size: 18px; margin: 0; }
.fp .problem-grid, .fp .steps, .fp .benefits, .fp .pricing, .fp .testimonials, .fp .faq, .fp .final-cta { display: grid; gap: 22px; }
.fp .problem-grid { grid-template-columns: 1fr 1fr; }
.fp .compare { background: white; border: 1px solid var(--fp-line); border-radius: 22px; padding: 24px; box-shadow: var(--fp-shadow); }
.fp .compare h3, .fp .step h3, .fp .benefit h3, .fp .price-card h3, .fp .quote h3, .fp .faq-item h3, .fp .final-box h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -0.03em; }
.fp .compare ul, .fp .benefit ul, .fp .price-card ul, .fp .final-box ul { margin: 14px 0 0; padding-left: 18px; color: var(--fp-muted); }
.fp .compare li, .fp .benefit li, .fp .price-card li, .fp .final-box li { margin: 8px 0; }
.fp .steps { grid-template-columns: repeat(4, 1fr); }
.fp .step, .fp .benefit, .fp .price-card, .fp .quote, .fp .faq-item, .fp .final-box { background: white; border: 1px solid var(--fp-line); border-radius: 22px; padding: 24px; box-shadow: var(--fp-shadow); }
.fp .step-index { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: rgba(29,78,216,0.10); color: var(--fp-primary); font-weight: 800; margin-bottom: 14px; }
.fp .benefits { grid-template-columns: repeat(3, 1fr); }
.fp .highlight { display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(249,115,22,0.1); color: #c2410c; font-weight: 800; font-size: 13px; margin-bottom: 12px; }
.fp .testimonial-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; margin-bottom: 18px; }
.fp .testimonials { grid-template-columns: repeat(3, 1fr); }
.fp .quote p { color: var(--fp-muted); font-size: 17px; }
.fp .quote .who { margin-top: 20px; font-weight: 800; }
.fp .pricing { grid-template-columns: repeat(3, 1fr); }
.fp .price-card.featured { border-color: rgba(249,115,22,0.35); box-shadow: 0 24px 60px rgba(249,115,22,0.12); transform: translateY(-6px); }
.fp .price { display: flex; align-items: baseline; gap: 6px; margin: 10px 0 16px; }
.fp .price strong { font-size: 44px; letter-spacing: -0.04em; }
.fp .price span { color: var(--fp-muted); font-weight: 700; }
.fp .faq { grid-template-columns: 1fr 1fr; }
.fp .faq-item p, .fp .step p, .fp .benefit p, .fp .compare p, .fp .price-card p, .fp .final-box p { color: var(--fp-muted); margin: 0; }
.fp .final-cta { grid-template-columns: 1.2fr .8fr; }
.fp .final-box { min-height: 100%; display: flex; flex-direction: column; justify-content: center; }
.fp footer { padding: 34px 0 56px; color: var(--fp-muted); font-weight: 600; }
.fp .footer-grid { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid var(--fp-line); }
@media (max-width: 1080px) {
  .fp .hero-grid, .fp .problem-grid, .fp .steps, .fp .benefits, .fp .pricing, .fp .testimonials, .fp .faq, .fp .final-cta { grid-template-columns: 1fr 1fr; }
  .fp .steps { grid-template-columns: repeat(2, 1fr); }
  .fp .dash-body { grid-template-columns: 1fr; }
  .fp h1 { max-width: none; }
}
@media (max-width: 760px) {
  .fp section { padding: 24px 0; }
  .fp .nav-links { display: none; }
  .fp .hero-grid, .fp .problem-grid, .fp .steps, .fp .benefits, .fp .pricing, .fp .testimonials, .fp .faq, .fp .final-cta { grid-template-columns: 1fr; }
  .fp .logos { grid-template-columns: 1fr 1fr; }
  .fp .floating { position: static; margin-top: 14px; }
  .fp .hero-card { padding: 16px; }
  .fp .cta-group { width: 100%; }
  .fp .btn { width: 100%; }
}

/* ── CMS shared layout ───────────────────────────────────────────────────── */
.cms-content-limit { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 768px) { .cms-content-limit { padding: 0 20px; } }
.cms-eyebrow { display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; padding: 8px 18px; font-size: 14px; font-weight: 850; font-family: "Plus Jakarta Sans", sans-serif; margin-bottom: 24px; }
.cms-eyebrow--cyan   { background: rgba(41,212,214,0.1);  border: 1px solid rgba(41,212,214,0.4);  color: #0b7680; }
.cms-eyebrow--orange { background: rgba(163,56,0,0.08);   border: 1px solid rgba(163,56,0,0.25);   color: var(--onnet-orange); }
.cms-eyebrow--dark   { background: rgba(255,255,255,0.1); border: 1px solid rgba(41,212,214,0.3);  color: var(--onnet-cyan); backdrop-filter: blur(8px); }
.cms-eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.cms-eyebrow--cyan  .cms-eyebrow-dot { background: var(--onnet-cyan);   box-shadow: 0 0 10px var(--onnet-cyan); }
.cms-eyebrow--orange .cms-eyebrow-dot { background: var(--onnet-orange); box-shadow: 0 0 10px var(--onnet-orange); }
.cms-eyebrow--dark  .cms-eyebrow-dot { background: var(--onnet-cyan);   box-shadow: 0 0 10px var(--onnet-cyan); }
.cms-section-lead { color: var(--onnet-muted); font-size: 19px; line-height: 1.6; margin-bottom: 32px; max-width: 700px; }

/* ── CMS hero shell ──────────────────────────────────────────────────────── */
.hero-shell {
  background: radial-gradient(circle at 10% 10%, rgba(41,212,214,0.15), transparent 35rem), var(--onnet-navy);
  position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
  padding: 100px 0 60px; color: #ffffff; font-family: "Plus Jakarta Sans", sans-serif; overflow: hidden;
}
.hero-shell::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px; pointer-events: none;
}
.hero-content-limit { max-width: 1240px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; margin-bottom: 60px; }
.hero-copy .cms-eyebrow--dark { font-size: 15px !important; font-weight: 850 !important; backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px) !important; margin-bottom: 32px !important; }
.hero-copy h1 { font-size: clamp(48px, 6.5vw, 82px); line-height: 0.92; font-weight: 800; letter-spacing: -0.06em; margin-bottom: 28px; color: #fff; }
.hero-copy .lead { font-size: 22px; line-height: 1.6; color: rgba(255,255,255,0.85); margin-bottom: 48px; max-width: 600px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.mockup-wrap { position: relative; }
.crm-window { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-radius: 36px; padding: 16px; backdrop-filter: blur(20px); transform: rotate(1deg); box-shadow: 0 60px 120px rgba(0,0,0,0.6); }
.crm-screen { background: #f7fbfc; border-radius: 28px; overflow: hidden; color: var(--onnet-dark); }
.screen-top { height: 60px; background: white; border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: center; position: relative; }
.screen-title { font-size: 13px; font-weight: 700; color: var(--onnet-dark); }
.dots { position: absolute; left: 24px; display: flex; gap: 8px; }
.dots span { width: 12px; height: 12px; border-radius: 50%; background: #d9e4e9; }
.screen-body { display: grid; grid-template-columns: 86px 1fr; min-height: 520px; }
.screen-sidebar { background: #0a2138; padding: 24px 14px; display: flex; flex-direction: column; gap: 14px; }
.side-pill { height: 42px; border-radius: 14px; background: rgba(255,255,255,0.08); }
.side-pill.active { background: var(--onnet-cyan); }
.screen-main { padding: 36px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 36px; }
.metric-card { background: white; border-radius: 20px; padding: 22px 28px; }
.metric-label { font-size: 11px; font-weight: 800; color: #94a3b8; }
.metric-number { font-size: 32px; font-weight: 950; margin-top: 6px; }
.pipeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.deal-card { background: white; border-radius: 16px; padding: 18px; border: 1px solid rgba(7,26,45,0.06); margin-bottom: 12px; }
.deal-card b { font-size: 13px; }
.deal-meta { font-size: 11px; color: #738190; }
.deal-card--won { border-color: #006a36; background: #f0fdf4; }
.deal-meta--won { font-size: 11px; color: #006a36; }
.logo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 40px; }
.strip-card { color: rgba(255,255,255,0.76); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; padding: 16px; font-weight: 800; font-size: 14px; backdrop-filter: blur(12px); font-family: "Plus Jakarta Sans", sans-serif; }
.strip-card strong { display: block; color: white; font-size: 18px; letter-spacing: -0.03em; margin-bottom: 3px; }
.floating-card { position: absolute; background: white; border-radius: 28px; padding: 28px; box-shadow: 0 40px 80px rgba(0,0,0,0.35); width: 260px; z-index: 10; }
.floating-card.one { left: -50px; bottom: 50px; transform: rotate(-3deg); }
.floating-card.two { right: -40px; top: 60px; transform: rotate(4deg); }
.float-label { font-size: 12px; font-weight: 900; color: #94a3b8; }
.float-title { font-size: 28px; font-weight: 950; color: var(--onnet-orange); line-height: 1.1; margin: 10px 0; }
.float-copy  { font-size: 14px; color: #617080; font-weight: 750; }
.cms-btn { padding: 20px 40px; font-size: 18px; border-radius: 999px; font-weight: 850; text-decoration: none; display: inline-flex; transition: 0.2s; font-family: "Plus Jakarta Sans", sans-serif; }
.cms-btn--primary { background: var(--onnet-orange); color: white; }
.cms-btn--ghost   { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); color: white; margin-left: 15px; }
@media (max-width: 1024px) {
  .hero-shell { width: 100%; left: 0; right: 0; margin: 0; padding: 60px 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
  .hero-actions { justify-content: center; }
  .cms-btn--ghost { margin-left: 0; margin-top: 10px; }
  .logo-strip { grid-template-columns: repeat(2, 1fr); }
  .floating-card { display: none; }
  .crm-window { transform: rotate(0deg); }
  .screen-body { grid-template-columns: 1fr; }
  .screen-sidebar { display: none; }
  .metric-row { grid-template-columns: 1fr; }
  .pipeline { grid-template-columns: 1fr 1fr; }
}

/* ── CMS problem section ─────────────────────────────────────────────────── */
.onnet-problem-container { background-color: #ffffff; padding: 100px 0; font-family: "Plus Jakarta Sans", sans-serif; }
.problem-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.onnet-problem-container h2 { font-size: clamp(34px, 4.5vw, 54px); line-height: 1.05; letter-spacing: -0.05em; margin: 0 0 24px 0; color: var(--onnet-dark); font-weight: 850; }
.btn-dark { display: inline-flex; background: var(--onnet-dark); color: #fff; padding: 16px 32px; border-radius: 999px; font-weight: 800; text-decoration: none; font-family: "Plus Jakarta Sans", sans-serif; transition: 0.3s; }
.btn-dark:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.pain-stack { display: grid; gap: 20px; }
.pain-card { display: flex; align-items: flex-start; gap: 20px; padding: 24px; border-radius: 24px; background: #ffffff; border: 1px solid rgba(13,27,42,0.08); box-shadow: 0 12px 30px rgba(7,26,45,0.04); transition: 0.3s; }
.pain-card:hover { border-color: var(--onnet-orange); }
.pain-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #fff2e3; color: #ac5b06; flex: 0 0 auto; font-weight: 950; font-size: 18px; }
.pain-card strong { display: block; font-size: 18px; font-weight: 850; color: var(--onnet-dark); margin-bottom: 6px; letter-spacing: -0.02em; }
.pain-card p { margin: 0; color: var(--onnet-muted); font-size: 15px; line-height: 1.5; }
@media (max-width: 1024px) { .problem-grid { grid-template-columns: 1fr; gap: 40px; } .onnet-problem-container { padding: 60px 0; } }

/* ── CMS features section ────────────────────────────────────────────────── */
.onnet-features-container { background-color: var(--onnet-surface-2); padding: 100px 0; font-family: "Plus Jakarta Sans", sans-serif; }
.feature-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 60px; }
.onnet-features-container h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -0.04em; margin: 0; color: var(--onnet-dark); font-weight: 850; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: #ffffff; border: 1px solid rgba(13,27,42,0.08); border-radius: 32px; padding: 40px; position: relative; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 10px 30px rgba(7,26,45,0.03); }
.feature-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 86% 8%, rgba(41,212,214,0.1), transparent 15rem); pointer-events: none; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(7,26,45,0.08); border-color: rgba(41,212,214,0.3); }
.feature-icon { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; margin-bottom: 24px; background: linear-gradient(135deg, #f0fdfa 0%, #e1fcf2 100%); border: 1px solid rgba(41,212,214,0.2); color: var(--onnet-dark); font-weight: 950; font-size: 22px; }
.feature-card h3 { font-size: 24px; font-weight: 850; margin: 0 0 12px 0; color: var(--onnet-dark); }
.feature-card p  { color: var(--onnet-muted); font-size: 16px; line-height: 1.6; margin-bottom: 24px; }
.feature-tag { display: inline-flex; background: rgba(41,212,214,0.08); color: #0b7680; padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 800; }
@media (max-width: 1024px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } .feature-head { flex-direction: column; align-items: flex-start; gap: 20px; } }
@media (max-width: 768px)  { .feature-grid { grid-template-columns: 1fr; } .onnet-features-container { padding: 60px 0; } }

/* ── Features page (public) ─────────────────────────────────────────────── */
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 768px) { .grid-2 { grid-template-columns: 1fr; } }

.feature-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 1.5rem;
  padding: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 24px rgba(13,27,42,0.04);
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(13,27,42,0.10);
  border-color: rgba(163,56,0,0.20);
}

.feature-icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.feature-items { display: flex; flex-direction: column; gap: 0.875rem; margin-top: 1rem; }

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.feature-item-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

/* ── CMS solution section ────────────────────────────────────────────────── */
.onnet-solution-container { padding: 100px 40px; font-family: "Plus Jakarta Sans", sans-serif; background-color: var(--onnet-surface-2); }
.solution-band { max-width: 1240px; margin: 0 auto; border-radius: 40px; padding: 70px 60px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; background-color: var(--onnet-navy); background-image: radial-gradient(circle at 10% 10%, rgba(41,212,214,0.1), transparent 30rem), radial-gradient(circle at 90% 90%, rgba(182,255,127,0.08), transparent 30rem); box-shadow: 0 40px 100px rgba(7,26,45,0.16); }
.solution-band h2 { font-size: clamp(34px, 4.5vw, 54px); line-height: 1.05; font-weight: 850; letter-spacing: -0.05em; margin: 0 0 24px 0; color: #ffffff; }
.solution-band > div > p { font-size: 19px; line-height: 1.6; color: rgba(255,255,255,0.72); margin-bottom: 40px; max-width: 500px; }
.onnet-btn-group   { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-cyan { background: var(--onnet-cyan); color: var(--onnet-navy); padding: 14px 28px; border-radius: 999px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 20px rgba(41,212,214,0.2); font-family: "Plus Jakarta Sans", sans-serif; }
.btn-ghost-white { background: rgba(255,255,255,0.1); color: #fff; padding: 14px 28px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); font-family: "Plus Jakarta Sans", sans-serif; }
.journey { display: grid; gap: 16px; }
.journey-step { display: grid; grid-template-columns: 50px 1fr 20px; gap: 16px; align-items: center; padding: 16px 20px; border-radius: 20px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); transition: 0.3s; }
.journey-step:hover { background: rgba(255,255,255,0.1); }
.journey-num { width: 50px; height: 50px; border-radius: 16px; background: linear-gradient(135deg, var(--onnet-cyan), var(--onnet-mint)); display: grid; place-items: center; font-weight: 950; font-size: 18px; color: var(--onnet-navy); }
.journey-title { font-weight: 900; font-size: 17px; color: #ffffff; margin-bottom: 3px; }
.journey-copy  { color: rgba(255,255,255,0.6); font-size: 14px; }
.journey-icon  { color: var(--onnet-mint); font-weight: 950; }
@media (max-width: 1024px) { .solution-band { grid-template-columns: 1fr; padding: 50px 40px; } }
@media (max-width: 768px)  { .journey-step { grid-template-columns: 50px 1fr; } .journey-icon { display: none; } }

/* ── CMS how-it-works section ────────────────────────────────────────────── */
.onnet-how-container { background-color: #ffffff; padding: 100px 0; font-family: "Plus Jakarta Sans", sans-serif; }
.onnet-how-container h2 { font-size: clamp(34px, 4.5vw, 54px); line-height: 1.1; letter-spacing: -0.05em; margin: 0 0 20px 0; color: var(--onnet-dark); font-weight: 850; }
.how-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: workflow-step; }
.how-card { background: #ffffff; border-radius: 24px; padding: 28px; border: 1px solid rgba(13,27,42,0.08); box-shadow: 0 12px 32px rgba(7,26,45,0.04); position: relative; transition: transform 0.3s ease; }
.how-card:hover { transform: translateY(-5px); border-color: var(--onnet-cyan); }
.how-card::before { counter-increment: workflow-step; content: counter(workflow-step); width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--onnet-cyan), var(--onnet-mint)); display: grid; place-items: center; color: var(--onnet-dark); font-weight: 950; font-size: 16px; margin-bottom: 20px; box-shadow: 0 8px 16px rgba(41,212,214,0.2); }
.how-card strong { display: block; font-size: 18px; font-weight: 850; letter-spacing: -0.02em; color: var(--onnet-dark); margin-bottom: 12px; }
.how-card p { color: var(--onnet-muted); font-size: 14px; line-height: 1.5; margin: 0; }
@media (max-width: 1100px) { .how-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .how-grid { grid-template-columns: 1fr; } .onnet-how-container { padding: 60px 0; } }

/* ── CMS CTA band (dark — overrides the site .cta-band for cms blocks) ───── */
/* NOTE: The site's own .cta-band (orange gradient) is used on the home page
   static fallback. CMS blocks from home-intro / content use .onnet-cta-container. */
.onnet-cta-container { padding: 100px 40px; font-family: "Plus Jakarta Sans", sans-serif; background-color: #ffffff; }
.onnet-cta-container .cta-band {
  max-width: 1240px; margin: 0 auto; border-radius: 42px; padding: 80px 60px; position: relative; overflow: hidden;
  text-align: center; background-color: var(--onnet-navy);
  background-image: radial-gradient(circle at 10% 0%, rgba(41,212,214,0.2), transparent 35rem), radial-gradient(circle at 90% 20%, rgba(182,255,127,0.15), transparent 30rem);
  box-shadow: 0 40px 100px rgba(7,26,45,0.2);
}
.onnet-cta-container .cta-band::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
.onnet-cta-container .cta-band h2 { font-size: clamp(36px, 5vw, 58px); line-height: 1.05; font-weight: 850; letter-spacing: -0.05em; margin: 0 auto 24px auto; color: #ffffff; max-width: 800px; }
.onnet-cta-container .cta-band p  { font-size: 20px; line-height: 1.6; color: rgba(255,255,255,0.75); margin: 0 auto 40px auto; max-width: 700px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-btn { padding: 18px 40px; border-radius: 999px; font-weight: 850; text-decoration: none; font-size: 16px; transition: 0.3s; display: inline-flex; font-family: "Plus Jakarta Sans", sans-serif; }
.cta-btn--primary  { background: var(--onnet-orange); color: white; box-shadow: 0 15px 35px rgba(163,56,0,0.4); }
.cta-btn--secondary { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: white; backdrop-filter: blur(10px); }
@media (max-width: 768px) { .onnet-cta-container .cta-band { padding: 50px 30px; } .onnet-cta-container { padding: 60px 20px; } .cta-btn { width: 100%; justify-content: center; } }

/* ── Shared utility classes mirrored from frontend ───────────────────────── */
.primary-gradient { background: linear-gradient(135deg, #a33800 0%, #ff7941 100%); }
.relative { position: relative; }
.absolute { position: absolute; }
.top-0 { top: 0; }
.left-1\/2 { left: 50%; }
.\-translate-x-1\/2 { transform: translateX(-50%); }
.z-10 { z-index: 10; }
.overflow-hidden { overflow: hidden; }
.pointer-events-none { pointer-events: none; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-stretch { align-items: stretch; }
.justify-center { justify-content: center; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.min-h-\[52px\] { min-height: 52px; }
.min-w-\[260px\] { min-width: 260px; }
.w-\[700px\] { width: 700px; }
.h-\[400px\] { height: 400px; }
.max-w-\[340px\] { max-width: 340px; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-6xl { max-width: 72rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.ml-auto { margin-left: auto; }
.mt-1 { margin-top: 0.25rem; }
.mt-8 { margin-top: 2rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-8 { padding-top: 2rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-32 { padding-bottom: 8rem; }
.p-8 { padding: 2rem; }
.rounded-full { border-radius: 9999px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-bl-xl { border-bottom-left-radius: 0.75rem; }
.rounded-tr-xl { border-top-right-radius: 0.75rem; }
.border { border-width: 1px; border-style: solid; }
.border-2 { border-width: 2px; border-style: solid; }
.border-y { border-top: 1px solid #e4e9ed; border-bottom: 1px solid #e4e9ed; }
.border-transparent { border-color: transparent; }
.border-\[\#a33800\] { border-color: #a33800; }
.border-\[\#a3380025\] { border-color: #a3380025; }
.border-\[\#e4e9ed\] { border-color: #e4e9ed; }
.bg-white { background-color: #ffffff; }
.bg-\[\#a3380015\] { background-color: #a3380015; }
.text-center { text-align: center; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; line-height: 1rem; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-tighter { letter-spacing: -0.05em; }
.leading-\[1\.05\] { line-height: 1.05; }
.leading-relaxed { line-height: 1.625; }
.cursor-pointer { cursor: pointer; }
.shadow-sm { box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.transition-all { transition: all .2s ease; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; }
.duration-200 { transition-duration: .2s; }
.text-\[\#006a36\] { color: #006a36; }
.text-\[\#2b2f32\] { color: #2b2f32; }
.text-\[\#585c5f\] { color: #585c5f; }
.text-\[\#73777b\] { color: #73777b; }
.text-\[\#a33800\] { color: #a33800; }
.text-\[\#aaadb1\] { color: #aaadb1; }
.text-\[\#ffefeb\] { color: #ffefeb; }
.hover\:opacity-80:hover { opacity: .8; }
.hover\:border-\[\#a33800\]:hover { border-color: #a33800; }
.hover\:bg-\[\#a33800\]:hover { background-color: #a33800; }
.hover\:text-\[\#ffefeb\]:hover { color: #ffefeb; }
.active\:scale-95:active { transform: scale(.95); }

.anim-fade-up {
  animation: fadeSlideUp .65s ease both;
}

.anim-scale-in {
  animation: scaleIn .4s ease .1s both;
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(.9); }
  to { opacity: 1; transform: scale(1); }
}

/* ── Typography ────────────────────────────────────────────────────────── */
.section-h2 {
  font-family: var(--font-headline);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-text);
}
.section-subtitle {
  font-size: 1.0625rem;
  color: var(--color-muted);
  max-width: 52ch;
  margin: 0.75rem auto 0;
}
.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}

/* ── Buttons ───────────────────────────────────────────────────────────── */
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, transform 0.12s;
  white-space: nowrap;
  border: none;
}
.btn-primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(163,56,0,.25);
}
.btn-primary:hover {
  background: var(--color-primary-dk);
  box-shadow: 0 4px 16px rgba(163,56,0,.30);
  transform: translateY(-1px);
}
.btn-secondary {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.btn-secondary:hover {
  background: rgba(163,56,0,.06);
  transform: translateY(-1px);
}
.btn-full { width: 100%; justify-content: center; }

/* ── Badge ─────────────────────────────────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.875rem;
  border-radius: 999px;
  background: rgba(163,56,0,.10);
  color: var(--color-primary);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 1.25rem;
}

/* ── Nav ───────────────────────────────────────────────────────────────── */
.nav-public {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
}
.nav-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-brand {
  display: flex;
  align-items: center;
  color: var(--color-text);
  flex-shrink: 0;
  text-decoration: none;
}
.nav-logo-image {
  display: block;
  height: 28px;
  width: auto;
  max-width: min(180px, 30vw);
}
/* ── Auth header (login / register pages) ─────────────────────────────── */
.auth-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
}
.auth-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--color-text);
  letter-spacing: -0.02em;
  text-decoration: none;
}
.nav-links {
  display: flex;
  gap: 0.25rem;
  flex: 1;
}
.nav-links a {
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-muted);
  transition: color .15s, background .15s;
}
.nav-links a:hover { color: var(--color-text); background: var(--color-surface); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.nav-login-btn {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-muted);
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  transition: color .15s;
}
.nav-login-btn:hover { color: var(--color-text); }
.nav-cta-btn {
  background: var(--color-primary);
  color: #fff;
  padding: 0.5rem 1.125rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background .15s;
}
.nav-cta-btn:hover { background: var(--color-primary-dk); }
.locale-select {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 0.375rem 0.625rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--color-muted);
  background: var(--color-bg);
  cursor: pointer;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer-logo-image {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(240px, 70vw);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
.nav-spacer { height: var(--nav-h); }
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 1.5rem 1rem;
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
}
.nav-mobile a {
  padding: 0.625rem 0.75rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
  transition: background .15s;
}
.nav-mobile a:hover { background: var(--color-surface); }
.nav-mobile.open { display: flex; }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.section-hero {
  position: relative;
  padding: 6rem 1.5rem 5rem;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(160deg, #fff9f6 0%, var(--color-bg) 60%);
}
.hero-blob {
  position: absolute;
  top: -120px; right: -180px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(163,56,0,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-content { position: relative; }
.hero-h1 {
  font-family: var(--font-headline);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-text);
  margin-bottom: 1.25rem;
}
.hero-subtitle {
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  color: var(--color-muted);
  max-width: 54ch;
  margin: 0 auto 2.5rem;
}
.hero-cta-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── CTA band ──────────────────────────────────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dk) 100%);
  padding: 5rem 1.5rem;
  text-align: center;
  color: #fff;
}
.cta-band-inner { max-width: 48rem; margin: 0 auto; }
.cta-band .section-h2 { color: #fff; }
.cta-band .section-subtitle { color: rgba(255,255,255,.80); margin-bottom: 2rem; }
.cta-band .btn-primary {
  background: #fff;
  color: var(--color-primary);
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.cta-band .btn-primary:hover { background: #fff0ea; }

/* ── Cards / grid ──────────────────────────────────────────────────────── */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
/* Forms wrapped in .card should not lift on hover */
form.card,
form.card:hover {
  transform: none;
  box-shadow: var(--shadow-sm);
  background: var(--color-bg);
}
.card-popular {
  background: var(--color-bg);
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(163,56,0,.15), var(--shadow-md);
}
.price-amount {
  font-size: 2rem;
  font-weight: 900;
  font-family: var(--font-headline);
  color: var(--color-text);
}
.price-period { font-size: 0.875rem; color: var(--color-muted); }

/* ── Footer ────────────────────────────────────────────────────────────── */
.public-footer {
  background: var(--color-text);
  color: rgba(255,255,255,.70);
  padding: 4rem 1.5rem 2rem;
}
.footer-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.footer-brand {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.5rem;
}
.footer-tagline { font-size: 0.875rem; max-width: 30ch; }
.footer-col-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,.45);
  margin-bottom: 1rem;
}
.footer-links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a {
  font-size: 0.875rem;
  color: rgba(255,255,255,.65);
  transition: color .15s;
}
.footer-links a:hover { color: #fff; }
.footer-bottom {
  max-width: 80rem;
  margin: 1.5rem auto 0;
  font-size: 0.8125rem;
  text-align: center;
}

/* ── Cookie banner ─────────────────────────────────────────────────────── */
.cookie-banner {
  position: fixed;
  bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
  background: var(--color-text);
  color: rgba(255,255,255,.85);
  padding: 1rem 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: 0.875rem;
  z-index: 200;
}
.cookie-banner.hidden { display: none; }
.cookie-learn { color: #fff; text-decoration: underline; }
.cookie-accept {
  flex-shrink: 0;
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s;
}
.cookie-accept:hover { background: var(--color-primary-dk); }

/* ── Hero animations ───────────────────────────────────────────────────── */
.anim-hero-badge { animation: fadeSlideDown .5s ease both; }
.anim-hero       { animation: fadeSlideUp   .6s ease .1s both; }
@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Scroll-triggered fade-up (JS adds .visible) ───────────────────────── */
[data-anim="fade-up"] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s ease;
}
[data-anim="fade-up"].visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Audience cards (About / "Hvem passer det for" page) ───────────────── */
.audience-section {
  padding: 0 1.5rem 5rem;
  background: var(--color-bg);
}
.audience-grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.audience-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 1.25rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 2px 12px rgba(13,27,42,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}
.audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 100% 0%, rgba(163,56,0,0.045) 0%, transparent 55%);
  pointer-events: none;
}
.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(13,27,42,0.10);
  border-color: rgba(163,56,0,0.25);
}
.audience-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  width: fit-content;
}
.audience-title {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.375rem;
}
.audience-subtitle {
  font-size: 0.875rem;
  color: var(--color-muted);
  margin: 0 0 1.25rem;
  line-height: 1.5;
}
.audience-section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.375rem;
}
.audience-section-label--pain {
  color: #9a3412;
}
.audience-section-label--solution {
  color: #15803d;
}
.audience-section-label .material-symbols-outlined {
  font-size: 0.875rem !important;
}
.audience-body-text {
  font-size: 0.875rem;
  color: var(--color-muted);
  line-height: 1.55;
  margin: 0 0 1.125rem;
}
.audience-divider {
  height: 1px;
  background: var(--color-border);
  margin: 0.875rem 0;
}
.audience-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 0 auto;
  padding: 0;
  flex: 1;
}
.audience-bullet {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-muted);
  line-height: 1.45;
}
.audience-bullet .material-symbols-outlined {
  font-size: 0.9375rem !important;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.audience-cta {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .audience-grid { grid-template-columns: 1fr; }
  .audience-section { padding: 0 1rem 3rem; }
}

/* ── pain-label / solution-label (legacy kept for safety) ───────────────── */
.pain-label,
.solution-label {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.375rem;
}
.pain-label     { color: #9a3412; }
.solution-label { color: #15803d; }

/* ── Legal / prose pages ────────────────────────────────────────────────── */
.prose-page {
  max-width: 72rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
.legal-card {
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 2vw, 2.5rem);
  background: rgba(255,255,255,.96);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  box-shadow: var(--shadow-md);
}
.legal-page-title {
  font-family: var(--font-headline);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-text);
  margin: 0 0 1.5rem;
}
.prose h2 {
  font-size: 1.375rem;
  font-weight: 800;
  margin: 2.5rem 0 0.75rem;
  color: var(--color-text);
}
.prose p { margin-bottom: 1rem; color: var(--color-muted); }
.prose ul { padding-left: 1.5rem; list-style: disc; margin-bottom: 1rem; }
.prose ul li { margin-bottom: 0.375rem; color: var(--color-muted); }
.prose strong { color: var(--color-text); }
.prose a { color: var(--color-primary); text-decoration: underline; }
.prose a:hover { color: var(--color-primary-dk); }
/* Back-link shown in the legal hero */
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-muted);
  text-decoration: none;
  transition: color .15s;
}
.legal-back:hover { color: var(--color-primary); }

/* ── Contact / FAQ ──────────────────────────────────────────────────────── */
.faq-item { border-bottom: 1px solid var(--color-border); padding: 1.25rem 0; }
.faq-q {
  font-weight: 700;
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-a { color: var(--color-muted); display: none; padding-bottom: 0.25rem; }
.faq-item.open .faq-a { display: block; }
.faq-q .material-symbols-outlined { transition: transform 0.25s; }
.faq-item.open .faq-q .material-symbols-outlined { transform: rotate(180deg); }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-field { display: flex; flex-direction: column; gap: 0.375rem; }
.form-field label { font-size: 0.875rem; font-weight: 700; color: var(--color-text); }
.form-field input,
.form-field textarea,
.form-field select {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 0.625rem 0.875rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--color-text);
  background: var(--color-bg);
  transition: border-color .15s, box-shadow .15s;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(163,56,0,.12);
}
.form-field textarea { resize: vertical; min-height: 120px; }

/* ── Contact page — form classes ────────────────────────────────────────── */
.form-space {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 480px) {
  .form-row-2 { grid-template-columns: 1fr; }
}

.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color-text);
  margin-bottom: 0.375rem;
}

.form-input,
.form-textarea,
.form-select {
  display: block;
  width: 100%;
  padding: 0.6875rem 0.9375rem;
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--color-text);
  background: var(--color-bg);
  transition: border-color .15s, box-shadow .15s;
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6860' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--color-muted);
  opacity: 1;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(163,56,0,.12);
}

.form-textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.55;
}

.form-error {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #c0392b;
}

.form-validation-summary {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  border-radius: 10px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 0.875rem;
  font-weight: 600;
}

/* Success state */
.success-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  padding: 3rem 2rem;
  background: var(--color-bg);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.success-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(22,163,74,.10);
  color: #16a34a;
  display: grid;
  place-items: center;
}

/* ── Pricing page ───────────────────────────────────────────────────────── */

/* Card base */
.pricing-card {
  background: var(--color-surface);
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pricing-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 24px rgba(163,56,0,.14);
  transform: translateY(-3px);
}
.pricing-card--popular {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(163,56,0,.12), var(--shadow-md);
}
.pricing-card--popular:hover {
  box-shadow: 0 6px 32px rgba(163,56,0,.22);
  transform: translateY(-3px);
}
.pricing-popular-badge {
  position: absolute;
  top: 0; right: 0;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.875rem;
  border-radius: 0 var(--radius) 0 0.5rem;
}

/* Outline button — used for non-popular plan cards */
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, transform 0.12s;
  white-space: nowrap;
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.btn-outline:hover {
  background: rgba(163,56,0,.06);
  transform: translateY(-1px);
}

.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
.pricing-comparison table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.pricing-comparison th,
.pricing-comparison td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}
.pricing-comparison th { font-weight: 800; background: var(--color-surface); }

.public-pricing-grid {
  padding-top: 6px;
}
.public-pricing-grid:hover .pricing-card-wrapper { opacity: .5; }
.public-pricing-grid:hover .pricing-card-wrapper:hover { opacity: 1; }

.pricing-card-wrapper {
  transition: opacity .2s ease, transform .2s ease;
}

.pricing-card-wrapper:hover {
  transform: translateY(-2px);
}

.pricing-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 1rem;
}

.pricing-card-wrapper > .h-full {
  position: relative;
  z-index: 2;
}

.pricing-card-wrapper > .h-full a,
.pricing-card-wrapper > .h-full button {
  position: relative;
  z-index: 4;
}

.pricing-glow {
  position: absolute;
  inset: -2px;
  border-radius: 1rem;
  pointer-events: none;
  background: linear-gradient(135deg, #a33800, #ff7941, #0058ba);
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 1;
}

.pricing-card-wrapper:hover .pricing-glow {
  opacity: 1;
}

.pricing-card-wrapper:hover > .h-full {
  border-color: transparent;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-links,
  .nav-login-btn,
  .nav-cta-btn,
  .locale-select { display: none; }
  .nav-hamburger { display: flex; }
  .nav-logo-image { height: 24px; max-width: min(150px, 42vw); }
  .footer-logo-image { height: 40px; max-width: min(220px, 78vw); }

  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }

  .hero-cta-group { flex-direction: column; align-items: center; }

  .cookie-banner { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
}

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 768px) {
  .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
}

@media (min-width: 1024px) {
  .lg\:flex-row { flex-direction: row; }
  .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
}

/* -- preview.html compatibility classes (used by CMS database content) -- */
:root {
  --preview-navy: #071a2d;
  --preview-cyan: #29d4d6;
  --preview-mint: #b6ff7f;
  --preview-muted: #5e6b78;
  --preview-line: rgba(13,27,42,.10);
  --preview-shadow: 0 30px 80px rgba(7,26,45,.16);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(41,212,214,.30); background: rgba(255,255,255,.72);
  color: #0b7680; border-radius: 999px; padding: 8px 12px;
  font-weight: 850; font-size: 13px; margin-bottom: 20px;
}
.eyebrow-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--preview-cyan); box-shadow: 0 0 0 6px rgba(41,212,214,.12);
  flex-shrink: 0; display: inline-block;
}
.section {
  width: min(1180px, calc(100% - 40px)); margin: 0 auto;
  padding: 96px 0; position: relative;
}
.section-tight { padding: 72px 0; }
.section-lead {
  color: var(--preview-muted); font-size: 18px;
  max-width: 760px; margin-bottom: 34px;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; min-height: 46px; padding: 0 20px; border-radius: 999px;
  border: 1px solid transparent; font-weight: 850; letter-spacing: -.01em;
  cursor: pointer; text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn.btn-primary {
  background: linear-gradient(135deg, var(--preview-cyan), #85f7c8);
  color: var(--preview-navy); box-shadow: 0 16px 32px rgba(41,212,214,.28);
}
.btn.btn-secondary {
  background: rgba(255,255,255,.84); border-color: rgba(7,26,45,.12);
  color: var(--preview-navy);
}
.btn-ghost {
  color: #4a5968; border-color: rgba(7,26,45,.10);
  background: rgba(255,255,255,.38); border-radius: 999px; padding: 0 20px;
  min-height: 46px; display: inline-flex; align-items: center;
  font-weight: 850; text-decoration: none;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.journey-arrow { color: var(--preview-mint); font-weight: 950; }
.cta {
  border-radius: 42px; padding: 70px;
  background: radial-gradient(circle at 10% 0%, rgba(41,212,214,.26), transparent 30rem),
              radial-gradient(circle at 88% 20%, rgba(182,255,127,.20), transparent 24rem),
              linear-gradient(145deg, #061421, #0a2c45 62%, #061a2b);
  box-shadow: var(--preview-shadow); color: white; position: relative; overflow: hidden;
}
.cta h2 { color: white; max-width: 820px; }
.cta p  { color: rgba(255,255,255,.74); font-size: 19px; max-width: 740px; }
.cta .hero-actions { margin-top: 28px; }
.cta .btn-secondary { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.16); color: white; }
@media (max-width: 1050px) { .section { width: min(calc(100% - 40px), 1180px); } }
@media (max-width: 760px)  {
  .section { padding: 66px 0; width: min(calc(100% - 24px), 1180px); }
  .cta { padding: 28px; border-radius: 28px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }
}
