/* ===================================================
   BRA TAXI — sections
   Homepage sections + internal page layouts.
   Ruled lists over shadowed cards; yellow on CTA only.
   =================================================== */

/* ---------- Section shells ---------- */
.section { padding: 88px var(--pad-x); }
.section--sand { background: var(--sand); border-top: 1px solid var(--hairline); }
.section--white { background: #fff; }
.section--line { border-top: 1px solid var(--hairline); }

.h2 {
  font-family: var(--font-head);
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -.032em;
  font-weight: 500;
}
.h2--sm { font-size: 42px; }

/* =====================================================
   HOMEPAGE
   ===================================================== */

/* ---------- Hero + booking ---------- */
.hero {
  display: grid;
  grid-template-columns: 1fr 528px;
  gap: 72px;
  padding: 88px var(--pad-x) 96px;
  align-items: stretch;
  background: #fff;
}
.hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero__h1 {
  font-family: var(--font-head);
  font-size: 72px;
  line-height: 1.0;
  letter-spacing: -.038em;
  font-weight: 500;
  margin: 0 0 28px;
  text-wrap: balance;
}
.hero__lede {
  font-size: 19px;
  line-height: 1.55;
  color: var(--text-2);
  max-width: 460px;
  margin: 0 0 40px;
}

/* ---------- Så funkar det ---------- */
.how .h2 { margin: 0 0 48px; }
.how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.how__cell {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 30px 30px 32px;
}
.how__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 22px;
}
.how__cell h3 { font-size: 24px; font-weight: 600; letter-spacing: -.024em; margin: 0 0 10px; }
.how__cell p { font-size: 16px; line-height: 1.6; color: var(--text-2); margin: 0; max-width: 330px; }

/* ---------- Tjänster ---------- */
.services__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}
.services__head .h2 { margin: 0; }
.services__head p { font-size: 16px; color: var(--text-2); max-width: 420px; margin: 0; line-height: 1.6; }

/* ---------- Mer (cards) ---------- */
.more__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.more__card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.more__card h3 { font-size: 24px; font-weight: 600; letter-spacing: -.024em; margin: 0; }
.more__card p { font-size: 16px; line-height: 1.6; color: var(--text-2); margin: 0; }
.more__link {
  margin-top: auto;
  padding-top: 14px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.01em;
  align-self: flex-start;
}
.more__link span { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }

/* ---------- Mobile sticky bar (homepage only) ---------- */
.stickybar { display: none; }

/* =====================================================
   INTERNAL PAGES
   ===================================================== */

.page-hero {
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 64px;
  padding: 80px var(--pad-x) 88px;
  align-items: center;
}
.page-hero__eyebrow { display: inline-block; font-size: 15px; color: var(--label); margin-bottom: 20px; }
.page-hero h1 {
  font-family: var(--font-head);
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: -.036em;
  font-weight: 500;
  margin: 0 0 24px;
}
.page-hero__lede { font-size: 19px; line-height: 1.55; color: var(--text-2); max-width: 470px; margin: 0 0 32px; }
.page-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }


/* Wide intro hero (akeri) */
.wide-hero { padding: 80px var(--pad-x) 0; }
.wide-hero__inner { max-width: 900px; }
.wide-hero h1 {
  font-family: var(--font-head);
  font-size: 68px;
  line-height: 1.02;
  letter-spacing: -.038em;
  font-weight: 500;
  margin: 0 0 24px;
}
.wide-hero__lede { font-size: 19px; line-height: 1.55; color: var(--text-2); max-width: 620px; margin: 0 0 32px; }
.wide-hero__actions { display: flex; gap: 12px; margin-bottom: 56px; flex-wrap: wrap; }

/* ---------- Ruled facts list (rosa "Vad det innebär") ---------- */
.facts { border-top: 1px solid var(--hairline-sand); }
.facts__row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  padding: 26px 0;
  border-bottom: 1px solid var(--hairline-sand);
  align-items: baseline;
}
.facts__row h3 { font-size: 23px; font-weight: 600; letter-spacing: -.022em; margin: 0; }
.facts__row p { font-size: 17px; line-height: 1.6; color: var(--text-2); margin: 0; max-width: 620px; }

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 40px;
}
.sec-head .h2 { margin: 0; }
.sec-head p { font-size: 17px; color: var(--text-2); max-width: 440px; margin: 0; line-height: 1.6; }
.section > .h2--top { margin: 0 0 40px; }

/* ---------- Who grid (rosa) ---------- */
.grid-rule {
  display: grid;
  gap: 1px;
  background: var(--hairline);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.who-grid { grid-template-columns: repeat(5, 1fr); }
.grid-rule__cell { background: #fff; padding: 28px 24px 30px; }
.grid-rule__cell h3 { font-size: 21px; font-weight: 600; letter-spacing: -.022em; margin: 0 0 8px; }
.grid-rule__cell p { font-size: 15.5px; line-height: 1.55; color: var(--text-2); margin: 0; }

/* ---------- Dark rounded panel (rosa "Så bokar du") ---------- */
.dark-panel-wrap { padding: 0 var(--pad-x) 88px; }
.dark-panel {
  background: var(--dark-bg);
  color: var(--dark-text);
  border-radius: 12px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.dark-panel h2 {
  font-family: var(--font-head);
  font-size: 38px;
  line-height: 1.06;
  letter-spacing: -.032em;
  font-weight: 500;
  margin: 0 0 16px;
}
.dark-panel p { font-size: 17px; line-height: 1.6; color: var(--dark-muted); margin: 0 0 28px; max-width: 400px; }
.dark-panel p b { color: var(--dark-text); font-weight: 500; }
.dark-panel__cta {
  display: inline-flex;
  align-items: center;
  padding: 15px 24px;
  background: var(--yellow);
  border-radius: 8px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 16.5px;
  font-weight: 600;
  letter-spacing: -.015em;
}
.dark-panel__cta:hover { color: var(--ink); background: #f2ca00; }
.steplist { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-hairline); }
.steplist li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--dark-hairline);
  font-size: 17px;
}
.steplist li span:first-child { color: var(--dark-faint); }

/* ---------- Akeri facts dl (4 col) ---------- */
.ak-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--hairline);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.ak-facts > div { background: #fff; padding: 26px 28px 28px; }
.ak-facts dt {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -.028em;
  margin-bottom: 6px;
}
.ak-facts dd { margin: 0; font-size: 15.5px; color: var(--label); }

/* ---------- Akeri features (180 / 320 / 1fr) ---------- */
.ak-features { border-top: 1px solid var(--hairline); }
.ak-features__row {
  display: grid;
  grid-template-columns: 180px 320px 1fr;
  gap: 40px;
  padding: 26px 0;
  border-bottom: 1px solid var(--hairline);
  align-items: baseline;
}
.ak-features__cat { font-size: 15px; color: var(--muted); }
.ak-features__row h3 { font-size: 21px; font-weight: 600; letter-spacing: -.022em; margin: 0; }
.ak-features__row p { font-size: 16.5px; line-height: 1.6; color: var(--text-2); margin: 0; max-width: 620px; }

/* ---------- Akeri industries (2 col ruled) ---------- */
.ak-industries { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; }
.ak-industries__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hairline-sand);
}
.ak-industries__row h3 { font-size: 20px; font-weight: 600; letter-spacing: -.02em; margin: 0; flex: 0 0 auto; }
.ak-industries__row p { font-size: 16px; color: var(--text-2); margin: 0; text-align: right; }

/* ---------- Form blocks (internal pages) ---------- */
.form-split { display: grid; grid-template-columns: 1fr 640px; gap: 72px; align-items: start; }
.form-split__intro .h2 { margin: 0 0 20px; }
.form-split__intro p.lead { font-size: 17px; line-height: 1.6; color: var(--text-2); max-width: 400px; margin: 0 0 28px; }
.form-split__eyebrow { display: inline-block; font-size: 15px; color: var(--label); margin-bottom: 16px; }
.contact-list { border-top: 1px solid var(--hairline); }
.contact-list a, .contact-list__item { display: block; padding: 18px 0; border-bottom: 1px solid var(--hairline); }
.contact-list small { display: block; font-size: 14px; color: var(--muted); margin-bottom: 3px; }
.contact-list .big { font-family: var(--font-head); font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.contact-list .val { font-size: 17px; }

.form-card {
  border: 1px solid var(--ink);
  border-radius: 12px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: #fff;
}
.form-card--sand-page { background: #fff; }
.form-card__title {
  grid-column: 1 / -1;
  font-family: var(--font-head);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.022em;
  margin: 0 0 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hairline);
}
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field > span { font-size: 14px; color: var(--label); }
.field > span .hint { color: var(--placeholder); }
.field input, .field select, .field textarea {
  border: 1px solid var(--input-border);
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 16.5px;
  background: #fff;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 76px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.form-consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-2);
}
.form-consent input { margin-top: 3px; accent-color: var(--ink); width: auto; flex: 0 0 auto; }
.form-consent a { border-bottom: 1px solid var(--border-soft); }
.form-card .btn { grid-column: 1 / -1; }
.form-feedback {
  grid-column: 1 / -1;
  font-size: 15px;
  color: var(--ink);
  background: var(--sand);
  border: 1px solid var(--hairline);
  border-radius: 8px;
  padding: 12px 14px;
}
.form-feedback.is-error { color: #B3261E; background: #FBEBE9; border-color: #F3C9C4; }

/* flotta list (akeri) */
.mini-list { border-top: 1px solid var(--hairline-sand); }
.mini-list__row { padding: 18px 0; border-bottom: 1px solid var(--hairline-sand); }
.mini-list__row b { display: block; font-size: 16.5px; font-weight: 600; }
.mini-list__row span { font-size: 15.5px; color: var(--label); }

/* ---------- Bli förare ---------- */
.req-grid { grid-template-columns: repeat(3, 1fr); }
.req-grid .grid-rule__cell span.k { display: block; font-size: 15px; color: var(--muted); margin-bottom: 10px; }
.req-grid .grid-rule__cell h3 { margin: 0 0 6px; }
.req-grid .grid-rule__cell p { font-size: 16px; line-height: 1.55; }
.req-section { padding: 0 var(--pad-x) 80px; }

.perks { border-top: 1px solid var(--hairline-sand); }
.perks__row {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  padding: 24px 0;
  border-bottom: 1px solid var(--hairline-sand);
  align-items: baseline;
}
.perks__row h3 { font-size: 21px; font-weight: 600; letter-spacing: -.022em; margin: 0; }
.perks__row p { font-size: 16.5px; line-height: 1.6; color: var(--text-2); margin: 0; max-width: 680px; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1024px) {
  .section { padding: 64px var(--pad-x); }
  .hero { grid-template-columns: 1fr; gap: 48px; padding: 56px var(--pad-x) 64px; }
  .hero__h1 { font-size: 60px; }
  .page-hero { grid-template-columns: 1fr; gap: 40px; padding: 56px var(--pad-x) 64px; }
  .form-split { grid-template-columns: 1fr; gap: 40px; }
  .who-grid { grid-template-columns: repeat(3, 1fr); }
  .ak-facts { grid-template-columns: repeat(2, 1fr); }
  .ak-features__row { grid-template-columns: 160px 1fr; }
  .ak-features__cat { grid-column: 1; }
  .dark-panel { grid-template-columns: 1fr; gap: 32px; }
  .wide-hero h1 { font-size: 56px; }
}

@media (max-width: 768px) {
  .section { padding: 52px var(--pad-x); }
  .hero__h1 { font-size: 44px; margin-bottom: 20px; }
  .hero__lede { font-size: 16.5px; margin-bottom: 28px; }

  .h2 { font-size: 30px; }
  .h2--sm { font-size: 28px; }

  .how__grid { grid-template-columns: 1fr; }
  .how__cell { padding: 24px 0; }
  .services__head { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 28px; }
  .more__grid { grid-template-columns: 1fr; }

  .page-hero h1 { font-size: 42px; }
  .wide-hero { padding: 52px var(--pad-x) 0; }
  .wide-hero h1 { font-size: 40px; }
  .wide-hero__lede { font-size: 16.5px; }
  .facts__row { grid-template-columns: 1fr; gap: 8px; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .who-grid { grid-template-columns: 1fr 1fr; }
  .ak-features__row { grid-template-columns: 1fr; gap: 6px; }
  .ak-industries { grid-template-columns: 1fr; }
  .req-grid { grid-template-columns: 1fr; }
  .perks__row { grid-template-columns: 1fr; gap: 8px; }
  .dark-panel { padding: 32px 24px; }
  .form-card { grid-template-columns: 1fr; padding: 24px; }
  .dark-panel-wrap { padding: 0 var(--pad-x) 56px; }

  /* Sticky mobile bar — homepage only */
  .stickybar {
    display: flex;
    gap: 10px;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 55;
    padding: 12px var(--pad-x) calc(12px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--hairline);
  }
  .stickybar__tel {
    flex: 0 0 auto;
    width: 52px; height: 52px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--ink);
    border-radius: 8px;
  }
  .stickybar__tel svg { width: 20px; height: 20px; }
  .stickybar__cta {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    background: var(--yellow);
    border: 1px solid var(--ink);
    border-radius: 8px;
    font-family: var(--font-head);
    font-size: 16.5px;
    font-weight: 600;
    letter-spacing: -.015em;
    color: var(--ink);
  }
  .stickybar__cta:hover { color: var(--ink); }
  body.has-stickybar { padding-bottom: 78px; }
}

@media (max-width: 480px) {
  .who-grid { grid-template-columns: 1fr; }
  .ak-facts { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 34px; }
}

/* ===== Video (YouTube lazy embed) ===== */
.video-sec__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: center;
}

.ytp {
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}
.ytp__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--ink);
}
.ytp__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ytp__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ytp__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--yellow);
  border: none;
  box-shadow: 0 4px 24px rgba(0,0,0,.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.ytp:hover .ytp__play { transform: translate(-50%, -50%) scale(1.06); }
.ytp.is-playing .ytp__play { display: none; }
.ytp__play svg { width: 24px; height: 24px; }
.ytp__overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 44px 20px 16px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.55));
  color: #fff;
}
.ytp__otitle { font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.ytp.is-playing .ytp__overlay { display: none; }

@media (max-width: 1024px) {
  .video-sec__grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ===== Surligneur hero + Boka i förväg ===== */
.hl {
  background: linear-gradient(180deg, transparent 58%, var(--yellow) 58%);
}
.steplist--plain li {
  grid-template-columns: 1fr;
  font-size: 16.5px;
  line-height: 1.5;
}

.hero__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero__chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  font-size: 14.5px;
  color: var(--ink-soft);
  background: #fff;
}
.hero__chips svg { width: 16px; height: 16px; color: var(--muted); flex: 0 0 auto; }

/* Honeypot: off-screen field bots fill in, humans never see (forms + booking) */
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }


/* ===== Thème Rosa Taxi (rosa-taxi.html) ===== */
.rosa-theme {
  --sand: #FAEEF3;          /* sections "sable" teintées rose */
  --hairline: #F0DCE4;      /* filets sur blanc */
  --hairline-sand: #EFD8E1; /* filets sur rose */
}
.rosa-theme .page-hero {
  background: var(--rosa-bg);
  border-bottom: 1px solid var(--hairline-sand);
}

.hl-rosa {
  background: linear-gradient(180deg, transparent 58%, #F5AFCE 58%);
}

/* ===== Tjänster : cartes teintées (2 col) ===== */
.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.svc-card {
  background: var(--sand);
  border-radius: 12px;
  padding: 26px 28px 28px;
}
.svc-card__dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: var(--yellow);
  margin-bottom: 16px;
}
.svc-card__dot--rosa { background: #F5AFCE; }
.svc-card h3 { font-size: 21px; font-weight: 600; letter-spacing: -.022em; margin: 0 0 8px; }
.svc-card p { font-size: 16px; line-height: 1.6; color: var(--text-2); margin: 0; max-width: 520px; }
.svc-card__link {
  display: inline-block;
  margin-top: 14px;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -.01em;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}

/* ===== Section Appen ===== */
.store-badges { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.store-badges a { display: inline-flex; line-height: 0; border-radius: 6px; }
.store-badges img { height: 40px; width: auto; }
.store-badges a:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.dark-panel--app {
  grid-template-columns: 1fr 340px;
  align-items: center;
  overflow: hidden;
}
.dark-panel--app h2 { max-width: 460px; }
.dark-panel__phone { display: flex; justify-content: center; }
.dark-panel__phone img {
  width: 380px;
  height: auto;
  margin-bottom: -280px; /* coupé bas, environ la moitié du téléphone visible */
}

@media (max-width: 1024px) {
  .dark-panel--app { grid-template-columns: 1fr; }
  .dark-panel__phone img { margin-bottom: -220px; width: 320px; }
}
@media (max-width: 768px) {
  .svc-grid { grid-template-columns: 1fr; }
}

/* ===== Band hero (pages internes, façon Rido) ===== */
.band-hero {
  background: var(--sand);
  border-bottom: 1px solid var(--hairline);
  padding: 72px var(--pad-x) 76px;
}
.band-hero h1 {
  font-family: var(--font-head);
  font-size: 60px;
  line-height: 1.02;
  letter-spacing: -.036em;
  font-weight: 500;
  margin: 0 0 20px;
  max-width: 820px;
}
.band-hero__lede { font-size: 19px; line-height: 1.55; color: var(--text-2); max-width: 560px; margin: 0 0 30px; }
.band-hero--sand { background: var(--sand); border-bottom: 1px solid var(--hairline); }
@media (max-width: 768px) {
  .band-hero h1 { font-size: 40px; }
}
