/* ──────────────────────────────────────────────────────────────────
   3bids forside — al inline-CSS udskilt fra index.html under
   Stadie 2 af Django-migrationen.
   ────────────────────────────────────────────────────────────────── */

* { margin: 0; padding: 0; box-sizing: border-box; }

/* ═══ V2 redesign — light with blue accents ═══ */
/* Page-wide light background */
body {
  background: #FAFBFC;
  color: #0F172A;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── V2 Hero ── */
.hv2-hero {
  position: relative;
  padding: 7.5rem 1.5rem 5rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F6FF 60%, #E6F1FB 100%);
  overflow: hidden;
}
.hv2-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hv2-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #475569;
  padding: 0.45rem 1rem;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}
.hv2-status-dot {
  width: 8px; height: 8px;
  background: #10B981;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(16,185,129,0.18);
}
.hv2-hero-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 1rem;
}
.hv2-blue { color: #2563EB; }
.hv2-hero-sub {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #475569;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.hv2-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFFFFF;
  border: 1.5px solid #BFD4FF;
  border-radius: 16px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  box-shadow: 0 8px 24px rgba(37,99,235,0.08), 0 2px 4px rgba(15,23,42,0.04);
  max-width: 640px;
  margin: 0 auto 1.75rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.hv2-search:focus-within {
  border-color: #2563EB;
  box-shadow: 0 10px 30px rgba(37,99,235,0.15), 0 0 0 4px rgba(37,99,235,0.08);
}
.hv2-search-icon {
  display: inline-flex; align-items: center;
  flex: 0 0 auto;
}
.hv2-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #0F172A;
  padding: 0.65rem 0.25rem;
  font-family: inherit;
}
.hv2-search-input::placeholder { color: #94A3B8; }
.hv2-search-btn {
  flex: 0 0 auto;
  background: #2563EB;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.hv2-search-btn:hover {
  background: #1E40AF;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(37,99,235,0.3);
}
.hv2-eyebrow-small {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #64748B;
  margin-bottom: 0.75rem;
}
.hv2-example-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.hv2-example-pill {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #BFD4FF;
  color: #1E40AF;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.hv2-example-pill:hover {
  background: #EFF6FF;
  border-color: #2563EB;
  transform: translateY(-1px);
}

/* ── V2 Trust Strip (floating card) ── */
.hv2-trust-wrap {
  position: relative;
  margin-top: -2.25rem;
  padding: 0 1.5rem;
  z-index: 2;
}
.hv2-trust-card {
  max-width: 760px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 12px 32px rgba(15,23,42,0.08), 0 2px 6px rgba(15,23,42,0.04);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
}
.hv2-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.hv2-trust-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.hv2-icon-green { background: #E1F5EE; }
.hv2-icon-amber { background: #FAEEDA; }
.hv2-icon-blue  { background: #E6F1FB; }
.hv2-trust-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0F172A;
}
.hv2-trust-sep {
  width: 1px;
  height: 28px;
  background: #E2E8F0;
}

/* ── V2 Section base ── */
.hv2-section {
  padding: 5rem 1.5rem;
  background: #FFFFFF;
}
.hv2-section-inner {
  max-width: 880px;
  margin: 0 auto;
}
.hv2-section-head {
  text-align: center;
  margin-bottom: 3rem;
}
.hv2-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #2563EB;
  background: #EFF6FF;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.hv2-h2 {
  font-size: clamp(1.625rem, 3.5vw, 2.25rem);
  line-height: 1.2;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.01em;
  margin: 0;
}
.hv2-section-sub {
  margin: 0.75rem auto 0;
  max-width: 560px;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ── V2 Steps ── */
.hv2-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 640px;
  margin: 0 auto;
}
.hv2-step {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.hv2-step:hover {
  transform: translateY(-2px);
  border-color: #BFD4FF;
  box-shadow: 0 8px 24px rgba(37,99,235,0.08);
}
.hv2-step-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #2563EB;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 4px 10px rgba(37,99,235,0.25);
}
.hv2-step-body { flex: 1; }
.hv2-step-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 0.4rem;
}
.hv2-step-desc {
  color: #475569;
  line-height: 1.55;
  margin: 0;
  font-size: 0.975rem;
}

/* ── V2 Fag grid ── */
/* Variant A1 — større pille-cloud. Flexbox wrap, ingen grid.
   Større ikon + tekst end basis A; 2-3 piller pr. række på mobil. */
.hv2-fag-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto;
}
.hv2-fag-tile {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border: 0.5px solid #E2E8F0;
  border-radius: 999px;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  color: #0F172A;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
  white-space: nowrap;
}
.hv2-fag-tile:hover {
  transform: translateY(-1px);
  border-color: #BFD4FF;
  box-shadow: 0 4px 10px rgba(37,99,235,0.08);
}
.hv2-fag-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.hv2-fag-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0F172A;
}
.hv2-fag-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* ── V2 Why grid ── */
.hv2-why-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 680px;
  margin: 0 auto;
}
.hv2-why-item {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.hv2-why-item:hover {
  transform: translateY(-2px);
  border-color: #BFD4FF;
  box-shadow: 0 8px 20px rgba(37,99,235,0.08);
}
.hv2-why-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.hv2-why-body { flex: 1; }
.hv2-why-title {
  font-size: 1.075rem;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 0.35rem;
}
.hv2-why-desc {
  color: #475569;
  font-size: 0.975rem;
  line-height: 1.55;
  margin: 0;
}

/* ── V2 Buttons (shared) ── */
.hv2-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #2563EB;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(37,99,235,0.25);
  font-family: inherit;
}
.hv2-btn-primary:hover {
  background: #1E40AF;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37,99,235,0.35);
}
.hv2-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFFFFF;
  color: #2563EB;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  border: 1.5px solid #BFD4FF;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  font-family: inherit;
}
.hv2-btn-outline:hover {
  background: #EFF6FF;
  border-color: #2563EB;
  transform: translateY(-1px);
}

/* ── V2 Final CTA card ── */
.hv2-cta-wrap {
  padding: 4rem 1.5rem 6rem;
  background: #FFFFFF;
}
.hv2-cta-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #F0F6FF 0%, #E6F1FB 100%);
  border: 1px solid #BFD4FF;
  border-radius: 24px;
  padding: 3rem 2rem;
  box-shadow: 0 12px 40px rgba(37,99,235,0.1);
}
.hv2-cta-rocket {
  width: 56px; height: 56px;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  box-shadow: 0 6px 16px rgba(37,99,235,0.15);
}
.hv2-cta-title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.01em;
  margin: 0 0 0.75rem;
}
.hv2-cta-sub {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 auto 1.75rem;
  max-width: 480px;
}
.hv2-cta-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ── V2 responsive ── */
@media (max-width: 640px) {
  .hv2-hero {
    padding: 6rem 1rem 4rem;
  }
  .hv2-search {
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    gap: 0.6rem;
  }
  .hv2-search-icon {
    display: none;
  }
  .hv2-search-input {
    padding: 0.65rem 0.5rem;
    border-bottom: 1px solid #E2E8F0;
  }
  .hv2-search-btn {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.25rem;
  }
  .hv2-trust-card {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem;
    gap: 0.75rem;
  }
  .hv2-trust-item {
    justify-content: flex-start;
  }
  .hv2-trust-sep {
    width: 100%;
    height: 1px;
  }
  .hv2-section {
    padding: 3.5rem 1rem;
  }
  .hv2-section-head {
    margin-bottom: 2rem;
  }
  .hv2-step {
    padding: 1.25rem;
    gap: 1rem;
  }
  .hv2-step-num {
    width: 36px; height: 36px;
    font-size: 1rem;
  }
  /* A1 piller — kun en lille reduktion på mobil */
  .hv2-fag-grid { gap: 8px; }
  .hv2-fag-tile {
    padding: 8px 16px 8px 8px;
    font-size: 0.875rem;
  }
  .hv2-fag-icon {
    width: 32px; height: 32px;
    flex: 0 0 32px;
    font-size: 0.75rem;
  }
  .hv2-fag-name {
    font-size: 0.875rem;
  }
  .hv2-why-item {
    padding: 1.25rem;
    gap: 1rem;
  }
  .hv2-cta-wrap {
    padding: 3rem 1rem 4rem;
  }
  .hv2-cta-card {
    padding: 2.25rem 1.25rem;
    border-radius: 20px;
  }
  .hv2-cta-actions {
    flex-direction: column;
  }
  .hv2-cta-actions .hv2-btn-primary,
  .hv2-cta-actions .hv2-btn-outline {
    justify-content: center;
    width: 100%;
  }
}
/* ═══ /V2 redesign ═══ */


/* ── Navbar ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s;
}
.nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.08); }
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.75rem 2rem;
}
.nav-brand { text-decoration: none; display: flex; align-items: center; }
.nav-logo { height: 32px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  color: #4b5563; text-decoration: none; font-weight: 500; font-size: 0.95rem;
  transition: color 0.2s;
}
.nav-links a:hover { color: #2563EB; }
.nav-cta {
  display: flex; align-items: center; gap: 0.75rem;
}
.btn-nav {
  padding: 0.55rem 1.25rem; border-radius: 10px; font-weight: 600;
  font-size: 0.9rem; text-decoration: none; transition: all 0.2s;
  border: none; cursor: pointer;
}
.btn-nav-outline {
  color: #374151; background: transparent; border: 1.5px solid #e5e7eb;
}
.btn-nav-outline:hover { border-color: #2563EB; color: #2563EB; }
.btn-nav-solid {
  color: white; background: linear-gradient(135deg, #2563EB, #1e40af);
  box-shadow: 0 2px 12px rgba(37,99,235,0.3);
}
.btn-nav-solid:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(37,99,235,0.4); }

/* Burger-menu CSS er flyttet til static/css/public-nav.css — delt mellem
   alle public sider (forside, prisberegner, SEO fag-sider) saa de har
   konsistent mobile-menu. Loades fra base.html. */

/* ── Hero ── */
.hero {
  min-height: 100vh;
  padding: 8rem 2rem 4rem;
  background: linear-gradient(170deg, #f8faff 0%, #eef2ff 40%, #f0f7ff 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(37,99,235,0.08) 0%, transparent 70%);
  top: -100px; right: -100px;
  border-radius: 50%;
}
.hero::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(37,99,235,0.06) 0%, transparent 70%);
  bottom: -50px; left: -50px;
  border-radius: 50%;
}
.hero-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
  position: relative; z-index: 1;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(37,99,235,0.08); color: #2563EB;
  padding: 0.4rem 1rem; border-radius: 100px;
  font-size: 0.85rem; font-weight: 600;
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.6s ease;
}
.hero-badge .pulse {
  width: 8px; height: 8px; background: #10b981;
  border-radius: 50%; animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}
.hero h1 {
  font-size: 3.5rem; font-weight: 800; line-height: 1.1;
  color: #111; margin-bottom: 1.5rem;
  animation: fadeInUp 0.6s ease 0.1s both;
}
.hero h1 .gradient {
  background: linear-gradient(135deg, #2563EB, #1e40af);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-subtitle {
  font-size: 1.2rem; color: #4b5563; line-height: 1.7;
  margin-bottom: 2rem; max-width: 520px;
  animation: fadeInUp 0.6s ease 0.2s both;
}
.hero-actions {
  display: flex; gap: 1rem; flex-wrap: wrap;
  animation: fadeInUp 0.6s ease 0.3s both;
}
.btn-hero {
  padding: 1rem 2rem; border-radius: 14px; font-weight: 700;
  font-size: 1.05rem; text-decoration: none; transition: all 0.3s;
  border: none; cursor: pointer; display: inline-flex;
  align-items: center; gap: 0.5rem;
}
.btn-hero-primary {
  color: white; background: linear-gradient(135deg, #2563EB 0%, #1e40af 100%);
  box-shadow: 0 4px 25px rgba(37,99,235,0.35);
}
.btn-hero-primary:hover {
  transform: translateY(-3px); box-shadow: 0 8px 35px rgba(37,99,235,0.45);
}
.btn-hero-secondary {
  color: #374151; background: white;
  border: 2px solid #e5e7eb;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.btn-hero-secondary:hover {
  border-color: #2563EB; color: #2563EB;
  transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.hero-trust {
  display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem;
  animation: fadeInUp 0.6s ease 0.4s both;
}
.hero-trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.9rem; color: #6b7280; font-weight: 500;
}
.hero-trust-item .icon { font-size: 1.1rem; }

/* Hero right - floating cards */
.hero-visual {
  position: relative; height: 500px;
  animation: fadeInUp 0.8s ease 0.3s both;
}
.float-card {
  position: absolute; background: white; border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  padding: 1.25rem; animation: float 6s ease-in-out infinite;
  border: 1px solid rgba(0,0,0,0.04);
}
.float-card-1 { top: 0; left: 10%; animation-delay: 0s; z-index: 3; }
.float-card-2 { top: 35%; right: 0; animation-delay: -2s; z-index: 2; }
.float-card-3 { bottom: 5%; left: 5%; animation-delay: -4s; z-index: 1; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.fc-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.fc-avatar {
  width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.fc-name { font-weight: 700; font-size: 0.95rem; color: #111; }
.fc-label { font-size: 0.8rem; color: #6b7280; }
.fc-stars { color: #f59e0b; font-size: 0.85rem; letter-spacing: 1px; }
.fc-amount { font-size: 1.5rem; font-weight: 800; color: #2563EB; }
.fc-amount-label { font-size: 0.8rem; color: #6b7280; }
.fc-badge {
  display: inline-block; padding: 0.25rem 0.75rem; border-radius: 100px;
  font-size: 0.75rem; font-weight: 600;
}
.fc-badge-green { background: #d1fae5; color: #059669; }
.fc-badge-blue { background: #dbeafe; color: #2563EB; }
.fc-review-text { font-size: 0.85rem; color: #4b5563; line-height: 1.5; font-style: italic; max-width: 220px; }

/* ── Stats bar ── */
.stats-bar {
  background: white;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  padding: 2.5rem 2rem;
}
.stats-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
  text-align: center;
}
.stat-item {}
.stat-number {
  font-size: 2.5rem; font-weight: 800; color: #111;
  line-height: 1;
}
.stat-number .accent { color: #2563EB; }
.stat-label { font-size: 0.95rem; color: #6b7280; margin-top: 0.5rem; font-weight: 500; }

/* ── Section base ── */
.s { padding: 5rem 2rem; }
.s-gray { background: #f9fafb; }
.s-inner { max-width: 1280px; margin: 0 auto; }
.s-header { text-align: center; margin-bottom: 3.5rem; }
.s-overtitle {
  display: inline-block; background: rgba(37,99,235,0.08); color: #2563EB;
  padding: 0.3rem 1rem; border-radius: 100px;
  font-size: 0.85rem; font-weight: 600; margin-bottom: 1rem;
}
.s-title { font-size: 2.5rem; font-weight: 800; color: #111; margin-bottom: 1rem; }
.s-subtitle { font-size: 1.15rem; color: #6b7280; max-width: 640px; margin: 0 auto; line-height: 1.7; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── How it works ── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; position: relative; }
.steps::before {
  content: ''; position: absolute; top: 40px; left: 15%; right: 15%;
  height: 2px; background: linear-gradient(90deg, #e5e7eb, #2563EB, #1e40af, #e5e7eb);
  z-index: 0;
}
.step {
  text-align: center; position: relative; z-index: 1;
  background: white; border-radius: 20px; padding: 2.5rem 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid #f3f4f6;
  transition: all 0.3s;
}
.step:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.step-num {
  width: 56px; height: 56px; border-radius: 16px;
  background: linear-gradient(135deg, #2563EB, #1e40af);
  color: white; font-weight: 800; font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
}
.step-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.step h3 { font-size: 1.2rem; font-weight: 700; color: #111; margin-bottom: 0.75rem; }
.step p { font-size: 0.95rem; color: #6b7280; line-height: 1.6; }

/* ── Inspiration / popular projects ── */
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.project-card {
  border-radius: 20px; overflow: hidden; background: white;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid #f3f4f6;
  transition: all 0.3s; cursor: pointer;
}
.project-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.project-img {
  height: 180px;
  background-size: cover; background-position: center;
  position: relative;
}
.project-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.4));
}
.project-price {
  position: absolute; bottom: 12px; left: 12px;
  background: white; padding: 0.3rem 0.8rem; border-radius: 8px;
  font-weight: 700; font-size: 0.85rem; color: #2563EB;
  z-index: 1;
}
.project-body { padding: 1.25rem; }
.project-cat {
  display: inline-block; background: #eef2ff; color: #2563EB;
  padding: 0.2rem 0.6rem; border-radius: 6px;
  font-size: 0.75rem; font-weight: 600; margin-bottom: 0.5rem;
}
.project-card h3 { font-size: 1.05rem; font-weight: 700; color: #111; margin-bottom: 0.3rem; }
.project-card p { font-size: 0.85rem; color: #6b7280; }

/* ── Savings calculator ── */
.calc-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.calc-visual {
  background: linear-gradient(135deg, #f0f7ff, #e0f2fe);
  border-radius: 24px; padding: 3rem;
  text-align: center;
}
.calc-bar-group { display: flex; align-items: flex-end; justify-content: center; gap: 2rem; height: 200px; }
.calc-bar {
  width: 80px; border-radius: 12px 12px 0 0; transition: height 1s ease;
  display: flex; flex-direction: column; justify-content: flex-start;
  align-items: center; padding-top: 1rem;
}
.calc-bar-1 { background: #e5e7eb; height: 180px; }
.calc-bar-2 { background: linear-gradient(to top, #2563EB, #1e40af); height: 108px; }
.calc-bar-label { font-size: 0.8rem; color: white; font-weight: 700; }
.calc-bar-label-gray { color: #6b7280; }
.calc-bar-price { font-size: 1.2rem; font-weight: 800; margin-top: 0.25rem; }
.calc-bar-desc { font-size: 0.8rem; margin-top: 1rem; color: #6b7280; font-weight: 500; }
.calc-content h3 { font-size: 2rem; font-weight: 800; color: #111; margin-bottom: 1rem; line-height: 1.3; }
.calc-content p { font-size: 1.05rem; color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; }
.calc-checklist { list-style: none; padding: 0; }
.calc-checklist li {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 1rem; color: #374151; padding: 0.5rem 0; font-weight: 500;
}
.calc-checklist .check {
  width: 24px; height: 24px; background: #d1fae5; color: #059669;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 700; flex-shrink: 0;
}

/* ── Testimonials ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.testimonial {
  background: white; border-radius: 20px; padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04); border: 1px solid #f3f4f6;
  transition: all 0.3s;
}
.testimonial:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.testimonial-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 2px; margin-bottom: 1rem; }
.testimonial-text { font-size: 0.95rem; color: #374151; line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 700;
}
.testimonial-name { font-weight: 700; font-size: 0.95rem; color: #111; }
.testimonial-project { font-size: 0.8rem; color: #6b7280; }

/* ── Trust section ── */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.trust-card {
  background: white; border-radius: 20px; padding: 2rem; text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04); border: 1px solid #f3f4f6;
  transition: all 0.3s;
}
.trust-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.trust-icon {
  width: 64px; height: 64px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin: 0 auto 1.25rem;
}
.trust-card h3 { font-size: 1.1rem; font-weight: 700; color: #111; margin-bottom: 0.5rem; }
.trust-card p { font-size: 0.9rem; color: #6b7280; line-height: 1.6; }

/* ── Categories compact ── */
.cats-scroll {
  display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center;
}
.cat-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.6rem 1.2rem; background: white; border-radius: 100px;
  font-size: 0.9rem; font-weight: 600; color: #374151;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04); border: 1px solid #f3f4f6;
  transition: all 0.2s; cursor: pointer; text-decoration: none;
}
.cat-pill:hover {
  background: #eef2ff; color: #2563EB; border-color: #bfdbfe;
  transform: translateY(-2px); box-shadow: 0 4px 15px rgba(37,99,235,0.1);
}

/* ── CTA section ── */
.cta-section {
  background: linear-gradient(135deg, #2563EB 0%, #1e40af 50%, #1e3a8a 100%);
  padding: 5rem 2rem; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.05), transparent);
  top: -200px; right: -100px; border-radius: 50%;
}
.cta-section h2 { font-size: 2.5rem; font-weight: 800; color: white; margin-bottom: 1rem; }
.cta-section p { font-size: 1.15rem; color: rgba(255,255,255,0.8); margin-bottom: 2.5rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-cta {
  padding: 1rem 2.5rem; border-radius: 14px; font-weight: 700;
  font-size: 1.05rem; text-decoration: none; transition: all 0.3s;
  border: none; cursor: pointer;
}
.btn-cta-white { background: white; color: #2563EB; }
.btn-cta-white:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.btn-cta-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.3); }
.btn-cta-outline:hover { border-color: white; transform: translateY(-2px); }

/* ── FAQ ── */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
  background: white; border-radius: 16px; margin-bottom: 0.75rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03); border: 1px solid #f3f4f6;
  overflow: hidden;
}
.faq-q {
  padding: 1.25rem 1.5rem; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 700; font-size: 1rem; color: #111;
  transition: background 0.2s;
}
.faq-q:hover { background: #f9fafb; }
.faq-q .arrow { transition: transform 0.3s; font-size: 1.2rem; color: #9ca3af; }
.faq-item.open .faq-q .arrow { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
}
.faq-item.open .faq-a { max-height: 300px; }
.faq-a-inner { padding: 0 1.5rem 1.25rem; color: #6b7280; line-height: 1.7; font-size: 0.95rem; }

/* ── Footer ── */
.foot {
  background: #111827; color: #9ca3af; padding: 4rem 2rem 2rem;
}
.foot-inner { max-width: 1280px; margin: 0 auto; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.foot-brand { font-size: 1.3rem; font-weight: 800; color: white; margin-bottom: 1rem; }
.foot-desc { font-size: 0.9rem; line-height: 1.7; max-width: 300px; }
.foot h4 { color: white; font-weight: 700; margin-bottom: 1rem; font-size: 0.95rem; }
.foot a { color: #9ca3af; text-decoration: none; transition: color 0.2s; }
.foot a:hover { color: white; }
.foot ul { list-style: none; padding: 0; }
.foot ul li { margin-bottom: 0.5rem; font-size: 0.9rem; }
.foot-bottom {
  border-top: 1px solid #374151; padding-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem;
}

/* ── AI Calculator ── */
.ai-calc {
  max-width: 700px; margin: 0 auto;
  background: white; border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
  border: 1px solid #f3f4f6;
  overflow: hidden;
}
.ai-calc-inner { padding: 2.5rem; }
.ai-step { animation: fadeInUp 0.4s ease; }
.ai-step-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.ai-step-num {
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, #2563EB, #1e40af);
  color: white; font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ai-step-title { font-weight: 700; font-size: 1.1rem; color: #111; }
.ai-step-sub { font-size: 0.9rem; color: #6b7280; margin-top: 0.15rem; }
.ai-cats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem;
}
.ai-cat-btn {
  padding: 0.9rem 0.75rem; border-radius: 14px;
  background: #f9fafb; border: 2px solid #f3f4f6;
  font-size: 0.9rem; font-weight: 600; color: #374151;
  cursor: pointer; transition: all 0.2s;
  text-align: center; display: flex; flex-direction: column;
  align-items: center; gap: 0.4rem;
}
.ai-cat-btn:hover { border-color: #bfdbfe; background: #eef2ff; color: #2563EB; }
.ai-cat-btn .ai-cat-icon { font-size: 1.5rem; }

.ai-details { display: flex; flex-direction: column; gap: 1rem; }
.ai-field label {
  display: block; font-weight: 600; font-size: 0.9rem; color: #374151; margin-bottom: 0.4rem;
}
.ai-field input, .ai-field select {
  width: 100%; padding: 0.75rem 1rem; border: 2px solid #e5e7eb;
  border-radius: 12px; font-size: 1rem; font-family: inherit;
  transition: all 0.2s; background: #f9fafb;
}
.ai-field input:focus, .ai-field select:focus {
  outline: none; border-color: #2563EB; background: white;
  box-shadow: 0 0 0 4px rgba(37,99,235,0.08);
}
.ai-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* Result */
.ai-result { text-align: center; }
.ai-result-sparkle { font-size: 3rem; margin-bottom: 0.5rem; animation: pulse 2s infinite; }
.ai-result-label { font-size: 0.95rem; color: #6b7280; font-weight: 500; margin-bottom: 0.5rem; }
.ai-result-price {
  font-size: 3.5rem; font-weight: 800;
  background: linear-gradient(135deg, #2563EB, #1e40af);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.ai-result-range { font-size: 1rem; color: #6b7280; margin-bottom: 0.25rem; }
.ai-result-vat { font-size: 0.8rem; color: #9ca3af; margin-bottom: 2rem; }
.ai-result-breakdown {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem;
  text-align: left; margin-bottom: 1.5rem;
}
.ai-bd-item {
  background: #f9fafb; border-radius: 12px; padding: 1rem;
  border: 1px solid #f3f4f6;
}
.ai-bd-label { font-size: 0.8rem; color: #6b7280; font-weight: 500; }
.ai-bd-value { font-size: 1.1rem; font-weight: 700; color: #111; margin-top: 0.2rem; }
.ai-result-savings {
  display: flex; align-items: center; gap: 1rem;
  background: #d1fae5; border-radius: 14px; padding: 1.25rem;
  margin-bottom: 1.5rem; text-align: left;
}
.ai-savings-icon { font-size: 2rem; }
.ai-savings-title { font-size: 0.9rem; color: #065f46; font-weight: 500; }
.ai-savings-amount { font-size: 1.4rem; font-weight: 800; color: #059669; }
.ai-result-actions { display: flex; gap: 0.75rem; margin-bottom: 1.5rem; }
.ai-result-disclaimer { font-size: 0.75rem; color: #9ca3af; }

/* "Kommer snart"-result paa forsidens mini-prisberegner — blokerer Lock 0 */
.ai-result-coming-soon {
  text-align: center;
  padding: 2rem 1.25rem;
  background: linear-gradient(180deg, #fffbeb, #fef3c7);
  border: 1px solid #fde68a;
  border-radius: 16px;
}
.ai-cs-icon { font-size: 2.75rem; margin-bottom: 0.5rem; }
.ai-cs-cat {
  display: inline-block;
  background: white;
  border: 1px solid #fde68a;
  color: #92400e;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.85rem;
}
.ai-cs-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.85rem 0;
  line-height: 1.3;
}
.ai-cs-body {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 auto 1.5rem auto;
  max-width: 440px;
}
.ai-cs-cta {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.6rem; margin-bottom: 1rem;
}
.ai-cs-cta .btn-hero { min-width: 200px; }
.ai-cs-fine { font-size: 0.78rem; color: #92400e; margin: 0; font-style: italic; }

/* ── AI Chat Assistant ── */
.ai-chat-fab {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 64px; height: 64px; border-radius: 20px;
  background: linear-gradient(135deg, #2563EB, #1e40af);
  color: white; border: none; cursor: pointer;
  box-shadow: 0 4px 25px rgba(37,99,235,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; transition: all 0.3s;
}
.ai-chat-fab:hover { transform: scale(1.08); box-shadow: 0 6px 35px rgba(37,99,235,0.5); }
.ai-chat-fab .ai-fab-pulse {
  position: absolute; inset: -4px; border-radius: 24px;
  border: 2px solid rgba(37,99,235,0.4);
  animation: fabPulse 2s ease-out infinite;
}
@keyframes fabPulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.3); opacity: 0; }
}
.ai-chat-badge {
  position: absolute; top: -4px; right: -4px;
  width: 20px; height: 20px; background: #ef4444;
  border-radius: 50%; font-size: 0.7rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid white;
}
.ai-chat-fab-tooltip {
  position: fixed; bottom: 96px; right: 24px; z-index: 998;
  background: white; color: #111; padding: 0.6rem 1rem;
  border-radius: 12px; font-size: 0.85rem; font-weight: 500;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12); border: 1px solid #e5e7eb;
  animation: tooltipIn 0.4s ease 3s both;
  white-space: nowrap; pointer-events: none;
}
.ai-chat-fab-tooltip::after {
  content: ''; position: absolute; bottom: -6px; right: 28px;
  width: 12px; height: 12px; background: white;
  transform: rotate(45deg); border-right: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb;
}
@keyframes tooltipIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.ai-chat-window {
  position: fixed; bottom: 100px; right: 24px; z-index: 998;
  width: 400px; max-height: 580px;
  background: white; border-radius: 20px;
  box-shadow: 0 12px 60px rgba(0,0,0,0.15);
  border: 1px solid #e5e7eb;
  display: none; flex-direction: column;
  overflow: hidden;
  animation: chatSlideUp 0.3s ease;
}
.ai-chat-window.open { display: flex; }
@keyframes chatSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.ai-chat-header {
  background: linear-gradient(135deg, #2563EB, #1e40af);
  color: white; padding: 0.85rem 1.1rem; display: flex; align-items: center; justify-content: space-between;
}
.ai-chat-header-left { display: flex; align-items: center; gap: 0.6rem; }
.ai-chat-header-sep { opacity: 0.35; font-weight: 300; font-size: 1.2rem; }
.ai-chat-name { font-weight: 700; font-size: 0.9rem; }
.ai-chat-status { font-size: 0.72rem; opacity: 0.8; display: flex; align-items: center; gap: 0.35rem; }
.ai-chat-status .dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; }
.ai-chat-close {
  background: rgba(255,255,255,0.15);
  border: none; color: white; width: 30px; height: 30px;
  border-radius: 8px; cursor: pointer; font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.ai-chat-close:hover { background: rgba(255,255,255,0.25); }

.ai-chat-messages {
  flex: 1; overflow-y: auto; padding: 1rem;
  display: flex; flex-direction: column; gap: 0.75rem;
  max-height: 360px;
}
.ai-msg {
  max-width: 88%; padding: 0.85rem 1rem;
  border-radius: 16px; font-size: 0.88rem; line-height: 1.55;
  animation: fadeInMsg 0.3s ease;
}
@keyframes fadeInMsg { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.ai-msg-bot {
  background: #f3f4f6; color: #111;
  align-self: flex-start; border-bottom-left-radius: 4px;
}
.ai-msg-bot a { color: #2563EB; font-weight: 600; text-decoration: none; }
.ai-msg-bot a:hover { text-decoration: underline; }
.ai-msg-user {
  background: linear-gradient(135deg, #2563EB, #1e40af);
  color: white; align-self: flex-end; border-bottom-right-radius: 4px;
}
.ai-msg-options {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.35rem; margin-top: 0.6rem;
}
.ai-msg-options.ai-opts-single { grid-template-columns: 1fr; }
.ai-msg-option {
  padding: 0.5rem 0.7rem; border-radius: 10px;
  background: white; border: 1.5px solid #e5e7eb;
  font-size: 0.78rem; font-weight: 600; color: #374151;
  cursor: pointer; transition: all 0.2s; text-align: left;
  line-height: 1.3;
}
.ai-msg-option:hover { border-color: #2563EB; color: #2563EB; background: #eff6ff; }
.ai-msg-option:disabled { opacity: 0.4; cursor: default; pointer-events: none; }
.ai-msg-cta {
  display: inline-block; margin-top: 0.6rem; padding: 0.6rem 1.2rem;
  background: linear-gradient(135deg, #2563EB, #1e40af); color: white !important;
  border-radius: 12px; font-weight: 700; font-size: 0.85rem;
  text-decoration: none !important; text-align: center; transition: all 0.2s;
}
.ai-msg-cta:hover { transform: scale(1.03); box-shadow: 0 4px 15px rgba(37,99,235,0.3); }
.ai-msg-highlight {
  background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 10px;
  padding: 0.6rem 0.8rem; margin-top: 0.5rem; font-size: 0.82rem;
}
.ai-msg-highlight strong { color: #1e40af; }
.ai-msg-price-tag {
  display: inline-block; background: #059669; color: white; padding: 0.2rem 0.6rem;
  border-radius: 6px; font-weight: 700; font-size: 0.8rem; margin: 0 2px;
}

.ai-typing {
  display: flex; gap: 4px; padding: 0.85rem 1rem;
  background: #f3f4f6; border-radius: 16px;
  align-self: flex-start; border-bottom-left-radius: 4px;
}
.ai-typing span {
  width: 8px; height: 8px; background: #9ca3af; border-radius: 50%;
  animation: typing 1.4s infinite;
}
.ai-typing span:nth-child(2) { animation-delay: 0.2s; }
.ai-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-6px); opacity: 1; }
}

.ai-chat-quick-chips {
  padding: 0.45rem 0.75rem; display: flex; flex-wrap: wrap; gap: 0.3rem;
  border-top: 1px solid #f0f0f0; background: #fafbfc;
}
.ai-chip {
  padding: 0.3rem 0.6rem; border-radius: 16px;
  background: white; border: 1px solid #d1d5db; color: #374151;
  font-size: 0.73rem; font-weight: 600; cursor: pointer; transition: all 0.2s;
  white-space: nowrap;
}
.ai-chip:hover { border-color: #2563EB; color: #2563EB; background: #eff6ff; }

.ai-chat-input {
  padding: 0.65rem 0.75rem; border-top: 1px solid #f3f4f6;
  display: flex; gap: 0.5rem;
}
.ai-chat-input input {
  flex: 1; padding: 0.6rem 1rem; border: 1.5px solid #e5e7eb;
  border-radius: 12px; font-size: 0.88rem; font-family: inherit;
}
.ai-chat-input input:focus { outline: none; border-color: #2563EB; box-shadow: 0 0 0 3px rgba(37,99,235,0.08); }
.ai-chat-input button {
  padding: 0.6rem 0.9rem; border-radius: 12px;
  background: linear-gradient(135deg, #2563EB, #1e40af);
  color: white; border: none; cursor: pointer; font-weight: 600;
  font-size: 1rem; transition: all 0.2s; min-width: 42px;
}
.ai-chat-input button:hover { transform: scale(1.05); }

@media (max-width: 640px) {
  .ai-cats { grid-template-columns: repeat(2, 1fr); }
  .ai-field-row { grid-template-columns: 1fr; }
  .ai-result-price { font-size: 2.5rem; }
  .ai-result-breakdown { grid-template-columns: 1fr; }
  .ai-result-actions { flex-direction: column; }
  .ai-chat-window { width: calc(100vw - 16px); right: 8px; bottom: 96px; max-height: 70vh; }
  .ai-chat-fab { bottom: 16px; right: 16px; }
  .ai-chat-fab-tooltip { right: 16px; bottom: 88px; }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero h1 { font-size: 2.8rem; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-trust { justify-content: center; }
  .hero-visual { display: none; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .steps::before { display: none; }
  .projects-grid { grid-template-columns: 1fr 1fr; }
  .calc-wrap { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hero { padding: 7rem 1.25rem 3rem; }
  .hero h1 { font-size: 2rem; }
  .hero-subtitle { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-hero { justify-content: center; }
  .s { padding: 3.5rem 1.25rem; }
  .s-title { font-size: 1.8rem; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .stat-number { font-size: 1.8rem; }
  .projects-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .cta-section h2 { font-size: 1.8rem; }
  .foot-grid { grid-template-columns: 1fr; gap: 2rem; }
  .foot-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  /* .nav-links + .nav-cta hides + .nav-burger shows via public-nav.css */
}
