/* TOPBAR */
  .topbar {
    background: rgba(255,248,236,0.92); backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(70,22,4,0.08);
    position: sticky; top: 0; z-index: 100;
  }
  .topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 32px; max-width: 1180px; margin: 0 auto; gap: 16px 20px; flex-wrap: wrap; }
  .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; cursor: pointer; }
  .brand img { width: 95px; height: 95px; object-fit: contain; }
  .brand-name { font-family: var(--font-body); font-weight: 900; font-size: 22px; text-transform: uppercase; letter-spacing: 0.01em; }
  .brand-name .b-black { color: var(--brown-deep); }
  .brand-name .b-orange { color: var(--orange); }
  .nav-links { display: flex; align-items: center; gap: 8px 32px; flex-wrap: wrap; order: 3; flex-basis: 100%; justify-content: center; }
  .nav-links a { color: var(--text-muted); font-weight: 600; font-size: 16px; white-space: nowrap; transition: color 0.15s; }
  .nav-links a:hover { color: var(--orange); }
  .topbar-actions { display: flex; align-items: center; gap: 18px; }
  /* ENSARTET KNAP-SYSTEM: samme --btn-radius, 16px/700 tekst og kun de 3
     reference-farver fra "Dine reminders" (sand / orange / mørkebrun). */
  .btn-dark {
    background: var(--brown-deep); color: var(--cream); border: none; border-radius: var(--btn-radius);
    padding: 12px 24px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: var(--font-body);
    transition: background 0.15s, transform 0.15s; display: inline-flex; align-items: center; gap: 8px;
  }
  .btn-dark:hover { background: var(--brown-mid); transform: translateY(-1px); }
  .btn-primary {
    background: var(--orange); color: var(--cream); border: none; border-radius: var(--btn-radius);
    padding: 12px 24px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: var(--font-body);
    transition: background 0.15s, transform 0.15s; display: inline-flex; align-items: center; gap: 8px;
  }
  .btn-primary:hover { background: var(--orange-light); transform: translateY(-1px); }
  .btn-ghost {
    background: #FFF0D3; border: none; color: #82310C;
    font-size: 16px; font-weight: 700; padding: 12px 24px; border-radius: var(--btn-radius); cursor: pointer; font-family: var(--font-body);
    transition: background 0.15s, transform 0.15s; display: inline-flex; align-items: center; gap: 8px;
  }
  .btn-ghost:hover { background: var(--cream-mid); transform: translateY(-1px); }
  .btn-outline {
    background: #FFF0D3; border: none; color: #82310C;
    font-size: 16px; font-weight: 700; padding: 12px 24px; border-radius: var(--btn-radius); cursor: pointer; font-family: var(--font-body);
    display: inline-flex; align-items: center; gap: 8px;
    transition: background 0.15s, transform 0.15s;
  }
  .btn-outline:hover { background: var(--cream-mid); transform: translateY(-1px); }

  /* HERO */
  .hero {
    position: relative; overflow: hidden;
    background: linear-gradient(160deg, #1E0800 0%, #461604 100%);
    color: var(--cream);
  }
  .hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 60%; opacity: 0.28; mix-blend-mode: screen; }
  .hero-fade { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 78%, var(--brown-deep) 100%); pointer-events: none; }
  .hero-inner { position: relative; max-width: 1180px; margin: 0 auto; padding: 72px 32px 64px; }
  .hero-content { max-width: 640px; }
  .price-splash {
    position: absolute; top: 50%; right: 40px; transform: translateY(-50%) rotate(-8deg);
    width: 210px; height: 210px; display: flex; align-items: center; justify-content: center;
    background: var(--orange); z-index: 2;
    clip-path: polygon(50.0% 0.0%, 57.8% 10.8%, 69.1% 3.8%, 72.2% 16.7%, 85.4% 14.6%, 83.3% 27.8%, 96.2% 30.9%, 89.2% 42.2%, 100.0% 50.0%, 89.2% 57.8%, 96.2% 69.1%, 83.3% 72.2%, 85.4% 85.4%, 72.2% 83.3%, 69.1% 96.2%, 57.8% 89.2%, 50.0% 100.0%, 42.2% 89.2%, 30.9% 96.2%, 27.8% 83.3%, 14.6% 85.4%, 16.7% 72.2%, 3.8% 69.1%, 10.8% 57.8%, 0.0% 50.0%, 10.8% 42.2%, 3.8% 30.9%, 16.7% 27.8%, 14.6% 14.6%, 27.8% 16.7%, 30.9% 3.8%, 42.2% 10.8%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  }
  .price-splash-inner { transform: rotate(8deg); text-align: center; color: var(--cream); font-family: var(--font-display); }
  .price-splash-kun { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.9; }
  .price-splash-amount { font-size: 32px; font-weight: 900; line-height: 1; margin: 2px 0; }
  .price-splash-md { font-size: 15px; font-weight: 700; opacity: 0.9; }
  .price-splash-note {
    margin-top: 6px; font-family: var(--font-body); font-size: 12.5px; font-weight: 800; color: var(--brown-deep);
    background: white; border-radius: 20px; padding: 3px 10px; display: inline-block; letter-spacing: 0.01em;
  }
  @media (max-width: 860px) {
    .price-splash { width: 145px; height: 145px; right: 16px; top: 20px; transform: rotate(-8deg); }
    .price-splash-amount { font-size: 22px; }
    .price-splash-kun, .price-splash-md { font-size: 10px; }
    .price-splash-note { font-size: 9.5px; padding: 2px 7px; margin-top: 3px; }
  }
  .live-badge {
    display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,122,47,0.5);
    padding: 7px 16px; border-radius: 24px; font-size: 14px; font-weight: 700; letter-spacing: 0.04em; margin-bottom: 22px; color: var(--orange-light);
  }
  .live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 3px rgba(240,90,0,0.3); }
  .hero-overline { display: block; font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange-light); margin-bottom: 8px; }
  .hero-title { font-family: var(--font-display); font-size: 46px; font-weight: 800; line-height: 1.1; margin-bottom: 30px; letter-spacing: -0.01em; color: var(--cream); }
  .hero-title span { color: var(--orange-light); }
  .hero-sub { font-size: 19px; color: rgba(255,248,236,0.72); margin-bottom: 38px; max-width: 480px; }
  .hero-benefits { display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; }
  .hero-benefits li { display: flex; align-items: center; gap: 10px; font-size: 16px; color: rgba(255,248,236,0.85); }
  .hero-benefits li i { color: var(--orange-light); font-size: 18px; }
  .hero-cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
  .hero-note { font-size: 15px; color: rgba(255,248,236,0.5); margin-top: 18px; }

  .hero-card {
    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,122,47,0.3); border-radius: 18px;
    padding: 26px; backdrop-filter: blur(4px);
  }
  .hero-card-label { font-size: 13px; font-weight: 700; color: var(--orange-light); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
  .hero-card-title { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 16px; }
  .fact-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .fact-row:last-child { border-bottom: none; }
  .fact-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(240,90,0,0.18); display: flex; align-items: center; justify-content: center; font-size: 19px; color: var(--orange-light); flex-shrink: 0; }
  .fact-text-title { font-size: 16px; font-weight: 700; color: var(--cream); }
  .fact-text-sub { font-size: 14px; color: rgba(255,248,236,0.55); }

  /* SECTION HEADER */
  .section { padding: 76px 0; }
  .section-tight { padding: 56px 0; }
  .eyebrow { font-size: 14px; font-weight: 700; color: var(--orange); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; }
  .section-title { font-family: var(--font-display); font-size: 34px; font-weight: 800; color: var(--brown-deep); line-height: 1.2; margin-bottom: 14px; }
  .section-title span { color: var(--orange); }
  .section-sub { font-size: 18px; color: var(--text-muted); max-width: 560px; }
  .section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }

  /* STATS STRIP */
  .stats-strip { background: var(--brown-deep); }
  .stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
  .stat-block { padding: 30px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); }
  .stat-block:last-child { border-right: none; }
  .stat-icon-badge { width: 40px; height: 40px; border-radius: 10px; background: rgba(240,90,0,0.18); display: flex; align-items: center; justify-content: center; font-size: 19px; color: var(--orange-light); margin: 0 auto 10px; }
  .stat-block-title { font-size: 16px; font-weight: 700; color: var(--cream); margin-bottom: 4px; }
  .stat-block-sub { font-size: 13.5px; color: rgba(255,248,236,0.6); line-height: 1.45; }
  .stat-num { font-family: var(--font-display); font-size: 32px; font-weight: 800; color: var(--orange-light); margin-bottom: 4px; }
  .stat-label { font-size: 14px; color: rgba(255,248,236,0.65); font-weight: 600; }

  /* OPLEV VIDEO SECTION */
  .oplev { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
  .oplev-video { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16/9; background: linear-gradient(135deg,#82310C,#1E0800); }
  .oplev-video-name { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.75), transparent); padding: 20px 18px 16px; }
  .oplev-video-name .n { color: var(--cream); font-weight: 700; font-size: 18px; }
  .oplev-video-name .t { color: var(--orange-light); font-size: 14px; font-weight: 600; }
  .play-circle {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 68px; height: 68px; border-radius: 50%; background: transparent;
    display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.15s;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.35));
  }
  .play-circle:hover { transform: translate(-50%,-50%) scale(1.06); }
  .oplev-body p { color: var(--text-muted); font-size: 17px; margin-bottom: 16px; }
  .oplev-body-title { font-family: var(--font-display); font-size: 34px; font-weight: 800; color: var(--brown-deep); line-height: 1.2; margin-bottom: 16px; }
  .oplev-body-title span { color: var(--orange); }

  /* SÅDAN FUNGERER DET — kompakt 3-trins grid */
  .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .step-card { position: relative; background: white; border-radius: var(--radius); padding: 26px 22px; }
  .step-num {
    position: absolute; top: 18px; right: 18px; width: 26px; height: 26px; border-radius: 50%;
    background: var(--orange); color: var(--cream); font-family: var(--font-display); font-weight: 800; font-size: 12.5px;
    display: flex; align-items: center; justify-content: center;
  }
  .step-icon {
    width: 46px; height: 46px; border-radius: 12px; background: var(--cream-mid); color: var(--orange-dark);
    display: flex; align-items: center; justify-content: center; font-size: 21px; margin-bottom: 14px;
  }
  .step-title { font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--brown-deep); margin-bottom: 6px; }
  .step-card p { font-size: 14.5px; color: var(--text-muted); line-height: 1.5; margin: 0; }
  @media (max-width: 860px) { .steps-grid { grid-template-columns: 1fr; } }

  /* TRAINERS */
  .trainers-carousel {
    display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 6px 18px;
    -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--orange) var(--cream-dark);
  }
  .trainers-carousel::-webkit-scrollbar { height: 8px; }
  .trainers-carousel::-webkit-scrollbar-track { background: var(--cream-dark); border-radius: 8px; }
  .trainers-carousel::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 8px; }
  .trainer-card { background: white; border: 1px solid var(--cream-dark); border-radius: var(--radius); padding: 24px 20px; text-align: center; flex: 0 0 260px; scroll-snap-align: start; }
  .trainer-avatar-lg {
    width: 192px; height: 192px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 800; font-size: 56px; color: var(--cream);
  }
  .trainer-avatar-lg.has-photo { padding: 0; overflow: hidden; }
  .trainer-avatar-lg.has-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .trainer-name { font-weight: 700; color: var(--orange); font-size: 16px; margin-bottom: 2px; }
  .trainer-title { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
  .trainer-bio { font-size: 14.5px; color: var(--text-muted); line-height: 1.5; }

  /* ELASTIK / SHOP */
  .shop-section { background: #FF6700 url('../images/forside/forside-01-c33ae3c1fd44f49f.webp') center/cover no-repeat; border-radius: 14px; }
  .shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
  .shop-card { background: #E3C9A0; border-radius: var(--radius); padding: 22px; border: 1px solid rgba(70,22,4,0.06); }
  .shop-card-icon { width: 100%; height: 230px; border-radius: 10px; background: white; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 16px; }
  .shop-card-icon img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
  .shop-card-title { font-weight: 700; font-size: 17px; color: var(--brown-deep); margin-bottom: 8px; }
  .shop-card-body { font-size: 15px; color: var(--text-muted); line-height: 1.5; }
  .shop-cta { text-align: center; }

  /* PRICING */
  .pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 780px; margin: 0 auto; }
  .price-card { background: white; border-radius: 16px; padding: 26px; border: 1px solid var(--cream-dark); position: relative; }
  .price-icon { font-size: 30px; color: var(--orange); margin-bottom: 14px; line-height: 1; }
  .price-title { font-weight: 700; font-size: 18px; color: var(--brown-deep); margin-bottom: 6px; }
  .price-sub { font-size: 14.5px; color: var(--text-muted); margin-bottom: 18px; min-height: 44px; }
  .price-amount { font-family: var(--font-display); font-size: 30px; font-weight: 800; color: var(--brown-deep); margin-bottom: 18px; }
  .price-amount small { font-size: 15px; font-weight: 500; color: var(--text-muted); }
  .btn-block { width: 100%; justify-content: center; }

  /* CONTACT */
  .contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; }
  .contact-info-title { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--brown-deep); margin-bottom: 14px; }
  .contact-line { font-size: 16px; color: var(--text-muted); margin-bottom: 6px; }
  .contact-line strong { color: var(--brown-deep); }
  .contact-line a { color: var(--orange); font-weight: 600; }
  .contact-info-block { margin-bottom: 22px; }
  .form-field input, .form-field textarea {
    width: 100%; border: none; background: var(--cream-dark); border-radius: 14px;
    padding: 18px 20px; font-family: var(--font-body); font-size: 16px; color: var(--text);
  }
  .form-field input::placeholder, .form-field textarea::placeholder { color: var(--text-muted); opacity: 0.85; }
  .form-field textarea { min-height: 150px; resize: vertical; }
  .form-field { margin-bottom: 14px; }
  .form-consent { display: flex; align-items: center; gap: 12px; margin: 18px 0 22px; font-size: 15.5px; color: var(--text); }
  .form-consent input[type="checkbox"] {
    width: 22px; height: 22px; flex-shrink: 0; border-radius: 6px; accent-color: var(--orange);
    background: var(--cream-dark); border: none;
  }
  .form-consent a { color: var(--orange); text-decoration: underline; font-weight: 600; }
  /* .btn-pill fjernet: alle knapper bruger nu samme --btn-radius og padding */

  /* FAQ — accordion (native <details>/<summary>: klik- og tastaturbetjent uden JS) */
  .faq-accordion { max-width: 760px; margin: 0 auto; }
  .faq-item-acc { border-bottom: 1px solid var(--cream-dark); }
  .faq-item-acc summary {
    list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
    gap: 16px; padding: 20px 4px; font-family: var(--font-display); font-weight: 700; font-size: 16.5px;
    color: var(--brown-deep); -webkit-tap-highlight-color: transparent;
  }
  .faq-item-acc summary::-webkit-details-marker { display: none; }
  .faq-item-acc summary::marker { content: ""; }
  .faq-item-acc summary:hover { color: var(--orange); }
  .faq-item-acc summary:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; border-radius: 6px; }
  .faq-toggle-icon { flex-shrink: 0; font-size: 18px; color: var(--orange); transition: transform 0.2s ease; }
  .faq-item-acc[open] .faq-toggle-icon { transform: rotate(45deg); }
  .faq-item-body { padding: 0 30px 20px 4px; }
  .faq-item-body p { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin: 0; }

  @media (max-width: 860px) {
    .oplev, .contact-grid { grid-template-columns: 1fr; }
    .shop-grid, .pricing-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .nav-links { display: none; }
    .form-row { grid-template-columns: 1fr; }
  }
