/* ==========================================================================
   GLPulse — florapana.shop
   Fristående stilmall. Inga externa bibliotek, inga externa typsnitt.
   Palett: ljust, mättat, silver, ljusblått, mörkblått.
   ========================================================================== */

:root {
  /* Färger */
  --gp-abyss:        #061A33;
  --gp-deep:         #0B2547;
  --gp-navy:         #123A6B;
  --gp-blue:         #1668E3;
  --gp-blue-press:   #0B51BC;
  --gp-sky:          #58B7F5;
  --gp-sky-soft:     #E3F0FC;
  --gp-silver:       #C3CEDA;
  --gp-silver-soft:  #DFE6EE;
  --gp-mist:         #EEF3F8;
  --gp-paper:        #F7FAFD;
  --gp-white:        #FFFFFF;

  --gp-ink:          #12283F;
  --gp-ink-soft:     #4F657E;
  --gp-line:         rgba(18, 58, 107, .14);
  --gp-line-strong:  rgba(18, 58, 107, .26);

  /* Typografi */
  --gp-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
  --gp-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;

  /* Rytm */
  --gp-shell: 1200px;
  --gp-gut: 24px;
  --gp-s1: 8px;
  --gp-s2: 16px;
  --gp-s3: 24px;
  --gp-s4: 36px;
  --gp-s5: 56px;
  --gp-s6: 84px;
  --gp-s7: 120px;

  --gp-r-s: 10px;
  --gp-r-m: 16px;
  --gp-r-l: 24px;

  --gp-shadow-s: 0 2px 8px rgba(6, 26, 51, .06);
  --gp-shadow-m: 0 14px 34px rgba(6, 26, 51, .10);
  --gp-shadow-l: 0 28px 64px rgba(6, 26, 51, .16);
}

/* ---------- Grundläggande ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--gp-white);
  color: var(--gp-ink);
  font-family: var(--gp-body);
  font-size: 17px;
  line-height: 1.68;
  letter-spacing: .002em;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: var(--gp-blue); text-decoration: none; }
a:hover { color: var(--gp-blue-press); }

h1, h2, h3, h4 {
  font-family: var(--gp-display);
  color: var(--gp-deep);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.012em;
  margin: 0 0 var(--gp-s2);
}
h1 { font-size: clamp(2.3rem, 1.35rem + 3.1vw, 4rem); }
h2 { font-size: clamp(1.8rem, 1.2rem + 2vw, 2.85rem); }
h3 { font-size: clamp(1.15rem, 1rem + .55vw, 1.45rem); }
p { margin: 0 0 var(--gp-s2); }

:focus-visible {
  outline: 3px solid var(--gp-sky);
  outline-offset: 3px;
  border-radius: 4px;
}

.gp-shell {
  width: 100%;
  max-width: var(--gp-shell);
  margin-inline: auto;
  padding-inline: var(--gp-gut);
}

.gp-skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--gp-deep); color: #fff;
  padding: 12px 18px; z-index: 300; border-radius: 0 0 8px 0;
}
.gp-skip:focus { left: 0; color: #fff; }

/* ---------- Sektionsrytm ---------- */
.gp-band { padding-block: clamp(56px, 3rem + 4vw, 108px); }
.gp-band--tight { padding-block: clamp(40px, 2rem + 3vw, 72px); }
.gp-band--mist { background: var(--gp-mist); }
.gp-band--paper { background: var(--gp-paper); }
.gp-band--night {
  background:
    radial-gradient(120% 90% at 88% 8%, rgba(88,183,245,.20), transparent 58%),
    linear-gradient(168deg, var(--gp-abyss) 0%, var(--gp-deep) 52%, var(--gp-navy) 100%);
  color: rgba(233, 241, 249, .86);
}
.gp-band--night h2, .gp-band--night h3 { color: #fff; }

/* ---------- Etikett + pulslinje (signaturelement) ---------- */
.gp-tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .74rem; font-weight: 700;
  letter-spacing: .19em; text-transform: uppercase;
  color: var(--gp-blue);
  margin-bottom: var(--gp-s2);
}
.gp-tag::before {
  content: ""; width: 42px; height: 10px; flex: none;
  background:
    radial-gradient(circle at 6px 5px, var(--gp-blue) 2.4px, transparent 2.6px),
    linear-gradient(to right, transparent 0 8px, currentColor 8px 100%);
  opacity: .95;
  -webkit-mask-image: linear-gradient(to right, #000 0 72%, transparent 100%);
          mask-image: linear-gradient(to right, #000 0 72%, transparent 100%);
}
.gp-band--night .gp-tag { color: var(--gp-sky); }

.gp-lede {
  font-size: clamp(1.03rem, .98rem + .32vw, 1.2rem);
  color: var(--gp-ink-soft);
  max-width: 62ch;
}
.gp-band--night .gp-lede { color: rgba(226, 237, 248, .82); }

.gp-head { max-width: 720px; margin-bottom: var(--gp-s5); }
.gp-head--mid { margin-inline: auto; text-align: center; }

/* ---------- Knappar ---------- */
.gp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit; font-size: .98rem; font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  text-align: center;
  transition: transform .18s ease, box-shadow .22s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.gp-btn--primary {
  background: linear-gradient(180deg, var(--gp-blue) 0%, var(--gp-blue-press) 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(22, 104, 227, .30);
}
.gp-btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(22, 104, 227, .38); }
.gp-btn--primary:active { transform: translateY(0); box-shadow: 0 6px 14px rgba(11, 81, 188, .34); }

.gp-btn--ghost {
  background: transparent; color: var(--gp-deep);
  border-color: var(--gp-line-strong);
}
.gp-btn--ghost:hover { background: var(--gp-white); border-color: var(--gp-blue); color: var(--gp-blue); }

.gp-btn--onnight {
  background: rgba(255,255,255,.08); color: #fff;
  border-color: rgba(255,255,255,.34); backdrop-filter: blur(4px);
}
.gp-btn--onnight:hover { background: rgba(255,255,255,.18); color: #fff; border-color: #fff; }

.gp-btn--wide { width: 100%; }
.gp-btn--small { min-height: 44px; padding: 0 20px; font-size: .9rem; }

/* ---------- Sidhuvud ---------- */
.gp-top {
  position: sticky; top: 0; z-index: 120;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--gp-line);
}
.gp-top__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--gp-s3);
  min-height: 76px;
}
.gp-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--gp-deep); }
.gp-brand:hover { color: var(--gp-deep); }
.gp-brand__mark {
  width: 34px; height: 34px; flex: none; border-radius: 11px;
  background: linear-gradient(150deg, var(--gp-blue) 0%, var(--gp-deep) 100%);
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}
.gp-brand__mark::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 10px 22px, #fff 1.9px, transparent 2.1px),
    radial-gradient(circle at 24px 13px, var(--gp-sky) 2.4px, transparent 2.6px);
}
.gp-brand__name {
  font-family: var(--gp-display); font-size: 1.34rem; font-weight: 600; letter-spacing: -.02em;
}
.gp-brand__name span { color: var(--gp-blue); }

.gp-nav { display: flex; align-items: center; gap: 26px; }
.gp-nav__link {
  color: var(--gp-ink); font-size: .95rem; font-weight: 500;
  padding: 6px 0; position: relative;
}
.gp-nav__link::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--gp-blue); transition: right .25s ease;
}
.gp-nav__link:hover { color: var(--gp-deep); }
.gp-nav__link:hover::after { right: 0; }

.gp-top__cta { display: inline-flex; gap: 12px; align-items: center; }

.gp-burger {
  display: none; width: 46px; height: 46px;
  border: 1px solid var(--gp-line-strong); background: #fff; border-radius: 12px;
  cursor: pointer; padding: 0; position: relative;
}
.gp-burger span, .gp-burger span::before, .gp-burger span::after {
  content: ""; position: absolute; left: 13px; width: 20px; height: 2px;
  background: var(--gp-deep); border-radius: 2px; transition: transform .22s ease, opacity .18s ease;
}
.gp-burger span { top: 22px; }
.gp-burger span::before { left: 0; top: -6px; }
.gp-burger span::after { left: 0; top: 6px; }
.gp-burger[aria-expanded="true"] span { background: transparent; }
.gp-burger[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.gp-burger[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero ---------- */
.gp-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: var(--gp-deep);
}
.gp-hero__bg { position: absolute; inset: 0; }
.gp-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }
.gp-hero__veil {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(6,26,51,.94) 0%, rgba(11,37,71,.82) 46%, rgba(18,58,107,.42) 100%);
}
.gp-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
  padding-block: clamp(64px, 4rem + 5vw, 128px);
}
.gp-hero h1 { color: #fff; }
.gp-hero__text p { color: rgba(226, 238, 250, .85); font-size: clamp(1.04rem, 1rem + .35vw, 1.22rem); max-width: 54ch; }
.gp-hero .gp-tag { color: var(--gp-sky); }
.gp-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: var(--gp-s4); }
.gp-hero__meta {
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  margin-top: var(--gp-s4); padding-top: var(--gp-s3);
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: .88rem; color: rgba(219, 233, 247, .78);
}
.gp-hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.gp-hero__meta span::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gp-sky); flex: none;
}

.gp-hero__card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--gp-r-l);
  padding: clamp(20px, 2vw, 30px);
  box-shadow: var(--gp-shadow-l);
  backdrop-filter: blur(6px);
}
.gp-hero__shot {
  aspect-ratio: 1 / 1;
  border-radius: var(--gp-r-m);
  background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.96) 0%, rgba(227,240,252,.9) 58%, rgba(195,206,218,.72) 100%);
  display: grid; place-items: center;
  padding: 8%;
  overflow: hidden;
}
.gp-hero__shot img { width: 100%; height: 100%; object-fit: contain; }
.gp-hero__cardfoot {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  margin-top: var(--gp-s3); font-size: .92rem; color: rgba(226,238,250,.82);
}
.gp-hero__price { font-family: var(--gp-display); font-size: 1.5rem; color: #fff; }

/* ---------- Förtroendeband ---------- */
.gp-strip { border-bottom: 1px solid var(--gp-line); background: var(--gp-white); }
.gp-strip__grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gp-s3);
  padding-block: var(--gp-s4);
}
.gp-strip__item { display: flex; gap: 12px; align-items: flex-start; }
.gp-strip__num {
  font-family: var(--gp-display); font-size: 1.06rem; color: var(--gp-blue);
  border: 1px solid var(--gp-line-strong); border-radius: 50%;
  width: 38px; height: 38px; flex: none; display: grid; place-items: center;
}
.gp-strip__item strong { display: block; font-size: .97rem; color: var(--gp-deep); }
.gp-strip__item p { margin: 2px 0 0; font-size: .87rem; color: var(--gp-ink-soft); line-height: 1.5; }

/* ---------- Duo-layout (text + bild) ---------- */
.gp-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 68px);
  align-items: center;
}
.gp-duo--flip .gp-duo__media { order: -1; }

.gp-frame {
  position: relative;
  border-radius: var(--gp-r-l);
  overflow: hidden;
  box-shadow: var(--gp-shadow-m);
  background: var(--gp-mist);
}
.gp-frame--wide { aspect-ratio: 4 / 3; }
.gp-frame--tall { aspect-ratio: 3 / 4; }
.gp-frame--pano { aspect-ratio: 16 / 9; }
.gp-frame > img { width: 100%; height: 100%; object-fit: cover; }
.gp-frame--edge::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
  border-radius: inherit;
}

.gp-frame__note {
  position: absolute; left: 18px; right: 18px; bottom: 18px;
  background: rgba(255,255,255,.94);
  border-radius: var(--gp-r-s);
  padding: 14px 16px;
  font-size: .87rem; color: var(--gp-ink-soft);
  box-shadow: var(--gp-shadow-s);
}
.gp-frame__note strong { display: block; color: var(--gp-deep); font-size: .95rem; }

/* Punktlista med hakar */
.gp-ticks { list-style: none; margin: var(--gp-s3) 0 0; padding: 0; display: grid; gap: 14px; }
.gp-ticks li { position: relative; padding-left: 34px; color: var(--gp-ink-soft); }
.gp-ticks li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--gp-sky-soft);
  box-shadow: inset 0 0 0 1px rgba(22,104,227,.28);
}
.gp-ticks li::after {
  content: ""; position: absolute; left: 6px; top: 12px;
  width: 5px; height: 9px; border: 2px solid var(--gp-blue);
  border-top: 0; border-left: 0; transform: rotate(42deg);
}
.gp-band--night .gp-ticks li { color: rgba(224, 236, 248, .82); }
.gp-band--night .gp-ticks li::before { background: rgba(88,183,245,.18); box-shadow: inset 0 0 0 1px rgba(88,183,245,.45); }
.gp-band--night .gp-ticks li::after { border-color: var(--gp-sky); }

/* ---------- Kortrutnät ---------- */
.gp-grid { display: grid; gap: var(--gp-s3); }
.gp-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gp-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gp-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.gp-card {
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-r-m);
  padding: clamp(22px, 2vw, 30px);
  display: flex; flex-direction: column; gap: 10px;
  transition: transform .2s ease, box-shadow .24s ease, border-color .2s ease;
}
.gp-card:hover { transform: translateY(-3px); box-shadow: var(--gp-shadow-m); border-color: rgba(22,104,227,.28); }
.gp-card h3 { margin: 0; }
.gp-card p { margin: 0; color: var(--gp-ink-soft); font-size: .95rem; }
.gp-card__sub { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gp-blue); font-weight: 700; }

.gp-card__glyph {
  width: 46px; height: 46px; border-radius: 14px; flex: none;
  background: linear-gradient(150deg, var(--gp-sky-soft), #fff);
  box-shadow: inset 0 0 0 1px rgba(22,104,227,.20);
  position: relative; margin-bottom: 6px;
}
.gp-card__glyph::before {
  content: ""; position: absolute; inset: 13px;
  border: 2px solid var(--gp-blue); border-radius: 6px; opacity: .85;
}
.gp-card__glyph--wave::before { border: 0; border-top: 2px solid var(--gp-blue); border-radius: 0; top: 22px; }
.gp-card__glyph--dot::before { border-radius: 50%; }
.gp-card__glyph--bar::before { inset: 15px 18px; border-radius: 3px; }

.gp-band--night .gp-card {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.18);
}
.gp-band--night .gp-card p { color: rgba(224, 236, 248, .78); }
.gp-band--night .gp-card:hover { border-color: rgba(88,183,245,.5); box-shadow: none; }
.gp-band--night .gp-card__sub { color: var(--gp-sky); }
.gp-band--night .gp-card__glyph { background: rgba(88,183,245,.14); box-shadow: inset 0 0 0 1px rgba(88,183,245,.34); }
.gp-band--night .gp-card__glyph::before { border-color: var(--gp-sky); }

/* ---------- Rutinsteg ---------- */
.gp-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gp-s3); counter-reset: gpstep; }
.gp-step {
  position: relative; padding-top: var(--gp-s3);
  border-top: 2px solid var(--gp-silver-soft);
}
.gp-step::before {
  counter-increment: gpstep;
  content: counter(gpstep, decimal-leading-zero);
  font-family: var(--gp-display); font-size: .95rem; color: var(--gp-blue);
  letter-spacing: .06em;
}
.gp-step::after {
  content: ""; position: absolute; top: -2px; left: 0; width: 38%; height: 2px; background: var(--gp-blue);
}
.gp-step h3 { margin: 8px 0 6px; font-size: 1.12rem; }
.gp-step p { margin: 0; font-size: .93rem; color: var(--gp-ink-soft); }

/* ---------- Paketkort ---------- */
.gp-packs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gp-s3); align-items: stretch; }
.gp-pack {
  display: flex; flex-direction: column;
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-r-l);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .24s ease, border-color .2s ease;
}
.gp-pack:hover { transform: translateY(-4px); box-shadow: var(--gp-shadow-m); }
.gp-pack--pick { border-color: var(--gp-blue); box-shadow: 0 18px 40px rgba(22,104,227,.16); }

.gp-pack__shot {
  aspect-ratio: 4 / 3;
  background: linear-gradient(170deg, var(--gp-white) 0%, var(--gp-mist) 100%);
  border-bottom: 1px solid var(--gp-line);
  display: grid; place-items: center;
  padding: 7%;
  position: relative;
}
.gp-pack__shot img { width: 100%; height: 100%; object-fit: contain; }
.gp-pack__flag {
  position: absolute; top: 14px; left: 14px;
  background: var(--gp-blue); color: #fff;
  font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.gp-pack__body { padding: clamp(20px, 2vw, 28px); display: flex; flex-direction: column; gap: 12px; flex: 1 1 auto; }
.gp-pack__body h3 { margin: 0; }
.gp-pack__units { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gp-ink-soft); font-weight: 600; }
.gp-pack__price {
  font-family: var(--gp-display); font-size: 2rem; color: var(--gp-deep); line-height: 1.1;
}
.gp-pack__price small { display: block; font-family: var(--gp-body); font-size: .82rem; font-weight: 500; color: var(--gp-ink-soft); letter-spacing: 0; margin-top: 4px; }
.gp-pack__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .92rem; color: var(--gp-ink-soft); }
.gp-pack__list li { position: relative; padding-left: 20px; }
.gp-pack__list li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%;
  background: var(--gp-sky);
}
.gp-pack__cta { margin-top: auto; padding-top: var(--gp-s2); }

/* ---------- Omdömen ---------- */
.gp-voices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gp-s3); }
.gp-voice {
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-r-m);
  padding: clamp(22px, 2vw, 30px);
  display: flex; flex-direction: column; gap: var(--gp-s2);
}
.gp-voice__quote { font-family: var(--gp-display); font-size: 1.06rem; color: var(--gp-deep); line-height: 1.5; margin: 0; }
.gp-voice__who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.gp-voice__badge {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--gp-sky-soft), var(--gp-silver-soft));
  color: var(--gp-deep); font-weight: 700; font-size: .92rem;
  box-shadow: inset 0 0 0 1px rgba(18,58,107,.14);
}
.gp-voice__who strong { display: block; font-size: .94rem; color: var(--gp-deep); }
.gp-voice__who span { font-size: .84rem; color: var(--gp-ink-soft); }

/* ---------- FAQ ---------- */
.gp-faq { max-width: 860px; margin-inline: auto; border-top: 1px solid var(--gp-line); }
.gp-faq__item { border-bottom: 1px solid var(--gp-line); }
.gp-faq__q {
  width: 100%; background: none; border: 0; cursor: pointer;
  font: inherit; font-size: 1.06rem; font-weight: 600; color: var(--gp-deep);
  text-align: left; padding: 22px 44px 22px 0;
  position: relative;
}
.gp-faq__q::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px;
  border-right: 2px solid var(--gp-blue); border-bottom: 2px solid var(--gp-blue);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .24s ease;
}
.gp-faq__q[aria-expanded="true"]::after { transform: translateY(-20%) rotate(-135deg); }
.gp-faq__a {
  display: none;
  padding: 0 44px 24px 0;
  color: var(--gp-ink-soft);
}
.gp-faq__a p:last-child { margin-bottom: 0; }
.gp-faq__item.is-open .gp-faq__a { display: block; }

/* ---------- Formulär ---------- */
.gp-form-band {
  background:
    radial-gradient(110% 80% at 12% 10%, rgba(88,183,245,.20), transparent 60%),
    linear-gradient(170deg, var(--gp-abyss), var(--gp-navy));
  color: rgba(232, 241, 250, .88);
}
.gp-form-band h2 { color: #fff; }
.gp-form-wrap {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 60px); align-items: start;
}
.gp-form-side .gp-ticks li { color: rgba(224,236,248,.84); }
.gp-form-side .gp-ticks li::before { background: rgba(88,183,245,.18); box-shadow: inset 0 0 0 1px rgba(88,183,245,.45); }
.gp-form-side .gp-ticks li::after { border-color: var(--gp-sky); }

.gp-form {
  background: var(--gp-white);
  border-radius: var(--gp-r-l);
  padding: clamp(24px, 2.6vw, 40px);
  box-shadow: var(--gp-shadow-l);
  color: var(--gp-ink);
}
.gp-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gp-s2) var(--gp-s3); }
.gp-field { display: flex; flex-direction: column; gap: 7px; }
.gp-field--full { grid-column: 1 / -1; }
.gp-field label { font-size: .87rem; font-weight: 600; color: var(--gp-deep); }
.gp-field label .gp-req { color: var(--gp-blue); }

.gp-field input,
.gp-field select,
.gp-field textarea {
  font: inherit; font-size: .97rem;
  color: var(--gp-ink);
  background: var(--gp-paper);
  border: 1px solid var(--gp-silver);
  border-radius: var(--gp-r-s);
  padding: 13px 15px;
  width: 100%;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.gp-field textarea { min-height: 108px; resize: vertical; }
.gp-field select { appearance: none; -webkit-appearance: none; padding-right: 40px;
  background-image: linear-gradient(45deg, transparent 50%, var(--gp-navy) 50%), linear-gradient(135deg, var(--gp-navy) 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.gp-field input:focus, .gp-field select:focus, .gp-field textarea:focus {
  outline: none; background: #fff;
  border-color: var(--gp-blue);
  box-shadow: 0 0 0 4px rgba(22,104,227,.14);
}
.gp-field.is-bad input, .gp-field.is-bad select, .gp-field.is-bad textarea {
  border-color: #C0392B; box-shadow: 0 0 0 4px rgba(192,57,43,.10);
}
.gp-field__err { display: none; font-size: .82rem; color: #C0392B; }
.gp-field.is-bad .gp-field__err { display: block; }

.gp-consent { display: flex; gap: 12px; align-items: flex-start; font-size: .87rem; color: var(--gp-ink-soft); }
.gp-consent input { width: 20px; height: 20px; flex: none; margin-top: 2px; accent-color: var(--gp-blue); }
.gp-consent.is-bad { color: #C0392B; }
.gp-form__note { font-size: .82rem; color: var(--gp-ink-soft); margin: var(--gp-s2) 0 0; }

/* Kontrastjusteringar för mörka sektioner */
.gp-band--night .gp-step { border-top-color: rgba(255, 255, 255, .22); }
.gp-band--night .gp-step::before { color: var(--gp-sky); }
.gp-band--night .gp-step::after { background: var(--gp-sky); }
.gp-band--night .gp-step p { color: rgba(222, 235, 248, .78); }

.gp-form-band .gp-tag { color: var(--gp-sky); }
.gp-form-band .gp-lede { color: rgba(226, 237, 248, .82); }
.gp-form-band .gp-form .gp-lede { color: var(--gp-ink-soft); }

/* ---------- Kontakt ---------- */
.gp-contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 60px); align-items: start; }
.gp-facts { list-style: none; margin: var(--gp-s3) 0 0; padding: 0; display: grid; gap: 2px; }
.gp-facts li {
  display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 16px;
  padding: 14px 0; border-bottom: 1px solid var(--gp-line);
  font-size: .96rem;
}
.gp-facts li:first-child { border-top: 1px solid var(--gp-line); }
.gp-facts dt, .gp-facts .gp-facts__k {
  font-size: .78rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--gp-ink-soft); font-weight: 700; padding-top: 3px;
}
.gp-facts .gp-facts__v { color: var(--gp-deep); font-weight: 500; }

/* ---------- Sidfot ---------- */
.gp-foot {
  background: var(--gp-abyss);
  color: rgba(206, 222, 238, .74);
  font-size: .92rem;
  padding-block: var(--gp-s6) var(--gp-s4);
}
.gp-foot a { color: rgba(219, 233, 247, .84); }
.gp-foot a:hover { color: #fff; }
.gp-foot__grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: var(--gp-s4);
  padding-bottom: var(--gp-s5);
}
.gp-foot h4 {
  color: #fff; font-family: var(--gp-body); font-size: .78rem;
  letter-spacing: .16em; text-transform: uppercase; margin: 0 0 var(--gp-s2);
}
.gp-foot__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.gp-foot .gp-brand { color: #fff; }
.gp-foot .gp-brand:hover { color: #fff; }
.gp-foot__about { margin-top: var(--gp-s2); max-width: 38ch; }
.gp-foot__micro {
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: var(--gp-s3);
  display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between;
  font-size: .84rem; color: rgba(190, 210, 230, .62);
}
.gp-foot__micro p { margin: 0; max-width: 76ch; }
.gp-linkbtn {
  background: none; border: 0; padding: 0; font: inherit;
  color: rgba(219, 233, 247, .84); cursor: pointer; text-decoration: underline;
}
.gp-linkbtn:hover { color: #fff; }

/* ---------- Rättsliga sidor ---------- */
.gp-legal-hero {
  background: linear-gradient(165deg, var(--gp-deep), var(--gp-navy));
  color: #fff; padding-block: clamp(52px, 3rem + 3vw, 88px);
}
.gp-legal-hero h1 { color: #fff; margin-bottom: 10px; }
.gp-legal-hero p { color: rgba(222, 236, 250, .82); margin: 0; max-width: 62ch; }

.gp-doc { max-width: 820px; margin-inline: auto; }
.gp-doc h2 { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.7rem); margin-top: var(--gp-s5); }
.gp-doc h2:first-of-type { margin-top: 0; }
.gp-doc h3 { margin-top: var(--gp-s4); font-size: 1.14rem; }
.gp-doc p, .gp-doc li { color: var(--gp-ink-soft); }
.gp-doc ul, .gp-doc ol { padding-left: 22px; display: grid; gap: 8px; margin: 0 0 var(--gp-s2); }
.gp-doc__meta {
  font-size: .86rem; color: var(--gp-ink-soft);
  border-left: 3px solid var(--gp-blue); padding: 4px 0 4px 16px; margin-bottom: var(--gp-s4);
}
.gp-note {
  background: var(--gp-mist); border: 1px solid var(--gp-line);
  border-radius: var(--gp-r-m); padding: var(--gp-s3); margin-block: var(--gp-s3);
}
.gp-note p:last-child { margin-bottom: 0; }

/* ---------- Tacksida ---------- */
.gp-done { display: grid; place-items: center; text-align: center; padding-block: clamp(64px, 4rem + 5vw, 130px); }
.gp-done__seal {
  width: 84px; height: 84px; border-radius: 50%;
  background: linear-gradient(150deg, var(--gp-sky-soft), #fff);
  box-shadow: inset 0 0 0 2px rgba(22,104,227,.28), var(--gp-shadow-m);
  position: relative; margin-bottom: var(--gp-s3);
}
.gp-done__seal::after {
  content: ""; position: absolute; left: 32px; top: 24px;
  width: 16px; height: 30px; border: 3px solid var(--gp-blue);
  border-top: 0; border-left: 0; transform: rotate(42deg);
}
.gp-done p { max-width: 56ch; color: var(--gp-ink-soft); }
.gp-done__next { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: var(--gp-s3); }

/* ---------- Artikelsida ---------- */
.gp-article { max-width: 780px; margin-inline: auto; }
.gp-article h2 { margin-top: var(--gp-s5); }
.gp-article p { color: var(--gp-ink-soft); }
.gp-pullcard {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--gp-s4); align-items: center;
  background: var(--gp-white); border: 1px solid var(--gp-line);
  border-radius: var(--gp-r-l); overflow: hidden;
}
.gp-pullcard__media { aspect-ratio: 4 / 3; }
.gp-pullcard__media img { width: 100%; height: 100%; object-fit: cover; }
.gp-pullcard__body { padding: clamp(22px, 2.4vw, 36px) clamp(22px, 2.4vw, 36px) clamp(22px, 2.4vw, 36px) 0; }
.gp-pullcard__body h3 { margin-top: 0; }
.gp-pullcard__body p { color: var(--gp-ink-soft); }

/* ---------- Cookiebanner ---------- */
.gp-cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
  background: var(--gp-white);
  border: 1px solid var(--gp-line-strong);
  border-radius: var(--gp-r-l);
  box-shadow: var(--gp-shadow-l);
  padding: clamp(18px, 2vw, 26px);
  max-width: 980px; margin-inline: auto;
  display: none;
}
.gp-cookie.is-shown { display: block; animation: gp-rise .32s ease both; }
@keyframes gp-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.gp-cookie__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--gp-s3); align-items: center; }
.gp-cookie h2 { font-size: 1.15rem; margin-bottom: 6px; }
.gp-cookie p { margin: 0; font-size: .89rem; color: var(--gp-ink-soft); }
.gp-cookie__acts { display: flex; flex-wrap: wrap; gap: 10px; }
.gp-cookie__acts .gp-btn { min-height: 46px; padding: 0 20px; font-size: .9rem; }

/* Inställningspanel */
.gp-modal {
  position: fixed; inset: 0; z-index: 210;
  display: none; align-items: center; justify-content: center;
  padding: 16px;
  background: rgba(6, 26, 51, .58);
  backdrop-filter: blur(3px);
}
.gp-modal.is-shown { display: flex; }
.gp-modal__panel {
  background: var(--gp-white);
  border-radius: var(--gp-r-l);
  width: min(620px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  box-shadow: var(--gp-shadow-l);
  padding: clamp(22px, 2.4vw, 34px);
}
.gp-modal__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.gp-modal__close {
  border: 1px solid var(--gp-line-strong); background: #fff; border-radius: 10px;
  width: 40px; height: 40px; flex: none; cursor: pointer; font-size: 1.2rem; color: var(--gp-deep); line-height: 1;
}
.gp-modal__close:hover { border-color: var(--gp-blue); color: var(--gp-blue); }

.gp-toggle {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: start;
  border: 1px solid var(--gp-line); border-radius: var(--gp-r-m);
  padding: 16px 18px; margin-top: 12px;
}
.gp-toggle strong { display: block; color: var(--gp-deep); font-size: .98rem; }
.gp-toggle p { margin: 4px 0 0; font-size: .86rem; color: var(--gp-ink-soft); }
.gp-switch { position: relative; width: 50px; height: 28px; flex: none; }
.gp-switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.gp-switch span {
  position: absolute; inset: 0; border-radius: 999px; background: var(--gp-silver);
  transition: background-color .2s ease; pointer-events: none;
}
.gp-switch span::after {
  content: ""; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px;
  background: #fff; border-radius: 50%; transition: transform .2s ease; box-shadow: var(--gp-shadow-s);
}
.gp-switch input:checked + span { background: var(--gp-blue); }
.gp-switch input:checked + span::after { transform: translateX(22px); }
.gp-switch input:disabled + span { background: var(--gp-navy); opacity: .45; }
.gp-switch input:focus-visible + span { box-shadow: 0 0 0 4px rgba(88,183,245,.5); }
.gp-modal__acts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: var(--gp-s3); }

.gp-toast {
  position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px);
  background: var(--gp-deep); color: #fff; padding: 12px 20px; border-radius: 999px;
  font-size: .88rem; box-shadow: var(--gp-shadow-m);
  opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; z-index: 220;
}
.gp-toast.is-shown { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Responsivt ---------- */
@media (max-width: 1020px) {
  .gp-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-packs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-voices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .gp-nav, .gp-top__cta .gp-btn--ghost { display: none; }
  .gp-burger { display: block; }
  .gp-top.is-open .gp-nav {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--gp-line);
    padding: 14px var(--gp-gut) 22px;
    box-shadow: var(--gp-shadow-m);
  }
  .gp-top.is-open .gp-nav__link { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--gp-line); }
  .gp-top.is-open .gp-nav__link::after { display: none; }
  .gp-hero__inner { grid-template-columns: minmax(0, 1fr); }
  .gp-hero__card { max-width: 460px; }
  .gp-duo, .gp-contact, .gp-form-wrap, .gp-grid--2 { grid-template-columns: minmax(0, 1fr); }
  .gp-duo--flip .gp-duo__media { order: 0; }
  .gp-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-pullcard { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .gp-pullcard__body { padding: clamp(22px, 3vw, 32px); }
  .gp-facts li { grid-template-columns: minmax(0, 1fr); gap: 4px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .gp-strip__grid, .gp-grid--3, .gp-grid--4, .gp-steps, .gp-packs, .gp-voices, .gp-foot__grid,
  .gp-form__grid { grid-template-columns: minmax(0, 1fr); }
  .gp-cookie__inner { grid-template-columns: minmax(0, 1fr); }
  .gp-cookie__acts .gp-btn { flex: 1 1 100%; }
  .gp-hero__actions .gp-btn { width: 100%; }
  .gp-toggle { grid-template-columns: minmax(0, 1fr) auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

@media print {
  .gp-top, .gp-foot, .gp-cookie, .gp-modal, .gp-form-band { display: none !important; }
  body { font-size: 12pt; color: #000; }
}
