:root {
  --ink: #15211e;
  --muted: #5b6762;
  --paper: #fbfcf8;
  --surface: #ffffff;
  --surface-soft: #eef5ef;
  --line: #dce5dd;
  --forest: #1f5d4e;
  --forest-dark: #173e36;
  --mint: #d9efe2;
  --blue: #315f99;
  --gold: #f5bd3d;
  --coral: #d65f4e;
  --shadow: 0 22px 70px rgba(16, 32, 27, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

body:not(.home) main {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

body:not(.home) h1 {
  margin: 0 0 16px;
  font-size: 3rem;
  line-height: 1.05;
}

body:not(.home) h2 {
  margin: 34px 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
}

body:not(.home) .eyebrow {
  color: var(--forest);
}

body:not(.home) p,
body:not(.home) li {
  color: #24302c;
}

body:not(.home) .lede {
  max-width: 680px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.12rem;
}

body:not(.home) main.rules-main {
  width: min(1040px, calc(100% - 48px));
}

.rules-page {
  background:
    linear-gradient(180deg, #eef5ef 0, var(--paper) 280px);
}

.rules-main h1 {
  max-width: 760px;
}

.rules-main .lede {
  max-width: 780px;
}

.rule-callout {
  margin: 30px 0;
  padding: 24px;
  color: #ffffff;
  background: var(--forest-dark);
  border-radius: 8px;
}

body:not(.home) .rule-callout h2 {
  margin: 0 0 10px;
  color: #ffffff;
}

body:not(.home) .rule-callout li {
  color: rgba(255, 255, 255, 0.86);
}

.compact-list,
.rule-list {
  padding-left: 1.25rem;
}

.compact-list {
  margin: 0;
}

.compact-list li + li,
.rule-list li + li {
  margin-top: 8px;
}

.rules-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 38px;
}

.rules-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 11px;
  color: var(--forest-dark);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.rules-toc a:hover,
.rules-toc a:focus-visible {
  border-color: rgba(31, 93, 78, 0.5);
  background: var(--mint);
}

.rules-section {
  margin-top: 46px;
  padding-top: 8px;
  scroll-margin-top: 118px;
}

.rules-section > p {
  max-width: 760px;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.rule-block,
.sign-list article {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(25, 45, 38, 0.06);
}

.sign-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.sign-media {
  display: grid;
  min-height: 116px;
  margin: 0;
  place-items: center;
}

.sign-media img,
.rule-block-with-image > img,
.addon-image-row img {
  width: auto;
  max-width: 100%;
  max-height: 104px;
  object-fit: contain;
}

.sign-media-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.sign-media-pair img {
  max-height: 86px;
}

.sign-media-wide {
  align-content: center;
  gap: 8px;
}

.sign-media-wide img {
  max-height: 56px;
}

.time-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 20px;
}

.time-example {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(25, 45, 38, 0.06);
}

.time-example h3 {
  margin: 16px 0 0;
  color: var(--forest-dark);
  font-size: 1.04rem;
  line-height: 1.25;
}

body:not(.home) .time-example p {
  margin: 9px 0 0;
  color: var(--muted);
}

.example-sign-stack {
  display: grid;
  width: 118px;
  gap: 5px;
  margin: 0 auto;
  justify-items: center;
}

.example-sign-stack img {
  max-width: 88px;
  max-height: 88px;
  object-fit: contain;
}

.example-sign-stack img + img {
  max-width: 104px;
  max-height: 52px;
}

.example-plate {
  width: 96px;
  padding: 5px 7px;
  color: #111816;
  background: #ffffff;
  border: 2px solid #111816;
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
}

.example-plate span {
  color: #111816;
}

.example-plate em {
  color: #c32026;
  font-style: normal;
}

.text-plate {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.rule-block-with-image {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.rule-block-with-image > img {
  justify-self: center;
}

.addon-image-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  align-items: center;
  justify-items: center;
}

.addon-image-row img {
  max-height: 42px;
}

.rule-block h3,
.sign-list strong {
  display: block;
  margin: 0;
  color: var(--forest-dark);
  font-size: 1.03rem;
  line-height: 1.25;
}

body:not(.home) .rule-block p,
body:not(.home) .sign-list p {
  margin: 9px 0 0;
  color: var(--muted);
}

.rule-list {
  max-width: 840px;
  margin: 14px 0 0;
}

.sign-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.sources-section {
  padding: 24px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.sources-section ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.county-basics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.stockholm-note {
  margin: 18px 0;
  padding: 24px;
  background: #17251f;
  border-radius: 8px;
}

body:not(.home) .stockholm-note h3,
body:not(.home) .stockholm-note p {
  color: #ffffff;
}

.stockholm-note h3 {
  margin: 0;
}

body:not(.home) .stockholm-note p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.stockholm-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.stockholm-facts article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.stockholm-facts h4 {
  margin: 0;
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.25;
}

body:not(.home) .stockholm-facts p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.stockholm-note .action-row {
  align-items: center;
}

.stockholm-note a:not(.button-link) {
  color: var(--mint);
  font-weight: 800;
}

.municipality-focus {
  margin-top: 18px;
}

.municipality-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.municipality-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(25, 45, 38, 0.05);
}

.municipality-card summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 64px;
  padding: 16px 48px 16px 18px;
  cursor: pointer;
  list-style: none;
}

.municipality-card summary::-webkit-details-marker {
  display: none;
}

.municipality-card summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 24px;
  height: 24px;
  color: var(--forest-dark);
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  font-weight: 900;
  line-height: 21px;
  text-align: center;
  transform: translateY(-50%);
}

.municipality-card[open] summary::after {
  content: "-";
}

.municipality-card summary:hover,
.municipality-card summary:focus-visible {
  background: var(--surface-soft);
}

.municipality-card summary span {
  color: var(--forest-dark);
  font-weight: 900;
}

.municipality-card summary small {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.municipality-facts {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 22px 18px 38px;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0 18px 18px;
}

body:not(.home) .source-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  color: var(--forest-dark);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

body:not(.home) .source-links a:hover,
body:not(.home) .source-links a:focus-visible {
  border-color: rgba(31, 93, 78, 0.5);
  background: var(--mint);
}

.municipality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.municipality-grid a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  color: var(--forest-dark);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.municipality-grid a:hover,
.municipality-grid a:focus-visible {
  border-color: rgba(31, 93, 78, 0.5);
  background: var(--mint);
}

.guide-main {
  max-width: 820px;
}

.guide-panel {
  margin: 22px 0;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(18, 31, 27, 0.08);
}

.guide-panel h2 {
  margin-top: 0;
}

.steps {
  margin: 16px 0 0;
  padding-left: 1.35rem;
}

.steps li + li {
  margin-top: 10px;
}

.action-row,
.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.page-links {
  margin-top: 34px;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  color: #ffffff;
  background: var(--forest);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button-link:hover,
.button-link:focus-visible {
  background: var(--forest-dark);
}

a {
  color: var(--forest);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

img {
  display: block;
  max-width: 100%;
}

.home {
  min-width: 320px;
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px max(24px, calc((100% - 1160px) / 2));
  color: #f7fff9;
  background: rgba(18, 31, 27, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--forest-dark);
  background: var(--gold);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.site-nav .nav-cta {
  color: #13231f;
  background: #ffffff;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #13231f;
  background: var(--mint);
}

.home-main {
  margin: 0;
}

.hero {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  color: #ffffff;
  background: #13211d;
}

.hero-photo,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-photo {
  background-image: url("assets/stockholm-parking-street.jpg");
  background-position: center 44%;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 24, 21, 0.88) 0%, rgba(13, 24, 21, 0.68) 42%, rgba(13, 24, 21, 0.25) 100%),
    linear-gradient(180deg, rgba(13, 24, 21, 0.15) 0%, rgba(13, 24, 21, 0.82) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 52px;
  align-items: center;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0 64px;
}

.hero-copy {
  max-width: 690px;
  padding: 16px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 4.75rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.28rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.app-store-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.app-store-link {
  flex-direction: column;
  align-items: flex-start;
  min-width: 178px;
  padding: 9px 20px 10px;
  color: #ffffff;
  background: #050706;
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.app-store-link span {
  font-size: 0.74rem;
  line-height: 1.1;
}

.app-store-link strong {
  font-size: 1.35rem;
  line-height: 1.05;
}

.secondary-link {
  padding: 0 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.app-store-link:hover,
.app-store-link:focus-visible,
.secondary-link:hover,
.secondary-link:focus-visible {
  transform: translateY(-1px);
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.signal-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
}

.phone-shell {
  justify-self: end;
  width: min(100%, 360px);
  padding: 12px;
  background: #121615;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.phone-top {
  width: 92px;
  height: 23px;
  margin: 0 auto -8px;
  background: #121615;
  border-radius: 0 0 16px 16px;
}

.app-screen {
  position: relative;
  min-height: 602px;
  overflow: hidden;
  background: #e5ece6;
  border: 1px solid #26322d;
  border-radius: 25px;
}

.map-ui {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(45deg, transparent 0 44%, rgba(255, 255, 255, 0.78) 44% 49%, transparent 49% 100%),
    linear-gradient(105deg, transparent 0 38%, rgba(255, 255, 255, 0.76) 38% 44%, transparent 44% 100%),
    linear-gradient(165deg, transparent 0 56%, rgba(255, 255, 255, 0.74) 56% 61%, transparent 61% 100%),
    #d8e7dc;
}

.map-ui::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(49, 95, 153, 0.2), transparent 42%),
    linear-gradient(0deg, rgba(31, 93, 78, 0.2), transparent 55%);
}

.street,
.pin {
  position: absolute;
  display: block;
}

.street {
  height: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(143, 162, 153, 0.55);
  border-radius: 999px;
}

.street-a {
  top: 15%;
  left: -12%;
  width: 78%;
  transform: rotate(-28deg);
}

.street-b {
  top: 35%;
  right: -10%;
  width: 88%;
  transform: rotate(19deg);
}

.street-c {
  top: 52%;
  left: -16%;
  width: 92%;
  transform: rotate(-12deg);
}

.street-d {
  top: 72%;
  right: -22%;
  width: 92%;
  transform: rotate(35deg);
}

.pin {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50% 50% 50% 12px;
  box-shadow: 0 10px 24px rgba(22, 34, 29, 0.24);
  font-weight: 900;
  transform: rotate(-45deg);
}

.pin-safe {
  top: 25%;
  left: 30%;
  background: var(--forest);
}

.pin-alert {
  top: 45%;
  right: 18%;
  background: var(--coral);
}

.pin-car {
  top: 62%;
  left: 45%;
  background: var(--blue);
}

.pin-safe,
.pin-alert {
  font-size: 1.05rem;
}

.pin-safe,
.pin-alert {
  color: transparent;
}

.pin-safe::after,
.pin-alert::after {
  color: #ffffff;
  transform: rotate(45deg);
}

.pin-safe::after {
  content: "P";
}

.pin-alert::after {
  content: "!";
}

.pin-car::after {
  width: 16px;
  height: 10px;
  content: "";
  background: #ffffff;
  border-radius: 5px 5px 3px 3px;
  transform: rotate(45deg);
}

.screen-panel {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(21, 33, 30, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(34, 50, 43, 0.16);
}

.screen-kicker {
  margin: 0 0 8px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.screen-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.38rem;
  line-height: 1.12;
}

.screen-panel p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.screen-meter {
  height: 9px;
  margin-top: 16px;
  overflow: hidden;
  background: #dfe7e1;
  border-radius: 999px;
}

.screen-meter span {
  display: block;
  width: 68%;
  height: 100%;
  background: linear-gradient(90deg, var(--forest), var(--gold), var(--coral));
  border-radius: inherit;
}

.intro-band,
.section,
.premium-section,
.final-cta,
.site-footer {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 28px;
  align-items: center;
  padding: 34px 0 22px;
}

.intro-content p {
  max-width: 640px;
  margin: 0;
  color: #293631;
  font-size: 1.24rem;
  line-height: 1.5;
}

.intro-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.intro-stats div {
  min-height: 94px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(25, 45, 38, 0.06);
}

.intro-stats strong,
.intro-stats span {
  display: block;
}

.intro-stats strong {
  color: var(--forest-dark);
  font-size: 1.05rem;
}

.intro-stats span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: 70px 0 30px;
}

.section .eyebrow {
  color: var(--forest);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading h2,
.premium-copy h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.55rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 280px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(25, 45, 38, 0.07);
}

.feature-mark {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 8px;
}

.feature-map {
  background:
    linear-gradient(45deg, transparent 0 42%, rgba(255, 255, 255, 0.75) 42% 50%, transparent 50%),
    var(--forest);
}

.feature-bell {
  background:
    linear-gradient(180deg, transparent 0 52%, rgba(255, 255, 255, 0.86) 52% 61%, transparent 61%),
    var(--gold);
}

.feature-camera {
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.82) 18% 31%, transparent 31% 100%),
    var(--blue);
}

.feature-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.2;
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.premium-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: start;
  margin-top: 54px;
  padding: 48px;
  background: #17251f;
  border-radius: 8px;
}

.premium-copy h2,
.premium-copy p,
.premium-list strong,
.premium-list span {
  color: #ffffff;
}

.premium-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.premium-list {
  display: grid;
  gap: 12px;
}

.premium-list div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.premium-list strong,
.premium-list span {
  display: block;
}

.premium-list strong {
  font-size: 1.04rem;
}

.premium-list span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
}

.final-cta {
  padding: 88px 0 72px;
  text-align: center;
}

.final-cta .eyebrow {
  color: var(--forest);
}

.final-cta h2 {
  width: min(780px, 100%);
  margin: 0 auto;
}

.app-store-link-large {
  margin-top: 28px;
  text-align: left;
}

.disclaimer {
  width: min(640px, 100%);
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0 36px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.site-footer a {
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 54px 0 46px;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .phone-shell {
    justify-self: start;
    width: min(100%, 330px);
  }

  .app-screen {
    min-height: 510px;
  }

  .intro-band,
  .section-heading,
  .rules-grid,
  .county-basics,
  .stockholm-facts,
  .time-examples,
  .premium-section {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  body:not(.home) main,
  .intro-band,
  .section,
  .premium-section,
  .final-cta,
  .site-footer,
  .hero-inner {
    width: min(100% - 32px, 1160px);
  }

  body:not(.home) h1 {
    font-size: 2.35rem;
  }

  .site-header {
    min-height: 0;
    padding: 12px 16px;
  }

  .site-nav {
    width: 100%;
    gap: 6px;
  }

  .site-nav a {
    min-height: 36px;
    padding: 7px 9px;
    font-size: 0.86rem;
  }

  .hero-inner {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-lede,
  .intro-content p {
    font-size: 1.07rem;
  }

  .app-store-link,
  .secondary-link {
    width: 100%;
  }

  .app-store-link {
    align-items: center;
  }

  .signal-row span {
    flex: 1 1 140px;
    justify-content: center;
  }

  .phone-shell {
    display: none;
  }

  .signal-row {
    display: none;
  }

  .intro-stats {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 52px;
  }

  .section-heading h2,
  .premium-copy h2,
  .final-cta h2 {
    font-size: 2rem;
  }

  .premium-section {
    padding: 28px;
  }

  .final-cta {
    padding: 64px 0 52px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .sign-card,
  .rule-block-with-image,
  .municipality-card summary {
    grid-template-columns: 1fr;
  }

  .municipality-card summary {
    gap: 4px;
    padding-right: 46px;
  }

  .sign-media {
    min-height: 92px;
  }

  .sign-media img {
    max-height: 88px;
  }
}
