/* Bridge: mockup layout inne i live page-shell / footer – rör inte mejl */
body.asur-public-v2 {
  --asur-font: "Schibsted Grotesk", system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: var(--paper, #f7f3ee) !important;
  color: var(--ink, #1c1412);
}

body.asur-public-v2,
body.asur-public-v2 * {
  font-family: var(--asur-font) !important;
}

/* Fullbredd innehåll som mockupen */
body.asur-view-web.asur-public-v2 .asur-phone-stage,
body.asur-view-web.asur-public-v2 .asur-phone {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  overflow: visible;
}

body.asur-view-web.asur-public-v2 .page-shell {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.asur-view-web.asur-public-v2 .topbar {
  background: rgba(247, 243, 238, 0.92);
  border-bottom: 1px solid var(--line, #e4dcd6);
  backdrop-filter: blur(10px);
}

body.asur-view-web.asur-public-v2 .topbar-inner {
  width: min(1120px, calc(100% - 2.5rem));
  max-width: 1120px;
  margin-inline: auto;
}

/* Mockup-knappar ska vinna över app.css */
body.asur-public-v2 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0.75rem 1.15rem;
  font-weight: 650;
  border: 1px solid transparent;
  text-decoration: none;
}

body.asur-public-v2 .btn-primary {
  background: var(--burgundy, #722f37);
  color: #fff;
  border-color: var(--burgundy, #722f37);
}

body.asur-public-v2 .btn-primary:hover {
  background: var(--burgundy-deep, #4f1f25);
  color: #fff;
  text-decoration: none;
}

body.asur-public-v2 .btn-secondary {
  background: transparent;
  color: var(--ink, #1c1412);
  border-color: var(--line, #e4dcd6);
}

body.asur-public-v2 .btn-secondary:hover {
  background: #fff;
  border-color: #c9bbb2;
  color: var(--ink, #1c1412);
  text-decoration: none;
}

body.asur-public-v2 .btn-lg {
  padding: 0.95rem 1.35rem;
  font-size: 1rem;
}

/* Footer i mockup-stil – all text vit */
body.asur-public-v2 .public-footer {
  background: var(--royal-burgundy, #6b0f1a);
  color: #fff;
  border-top: 0;
  padding: 2.5rem 0 2rem;
}

body.asur-public-v2 .public-footer-inner {
  width: min(1120px, calc(100% - 2.5rem));
  max-width: 1120px;
  margin-inline: auto;
}

body.asur-public-v2 .public-footer,
body.asur-public-v2 .public-footer-inner,
body.asur-public-v2 .public-footer *,
body.asur-public-v2 .public-footer a {
  color: #fff !important;
}

body.asur-public-v2 .public-footer a:hover,
body.asur-public-v2 .public-footer a:focus-visible {
  color: #fff !important;
  text-decoration: underline;
}

body.asur-public-v2 .public-footer-legal-btn {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
}

/* Dölj app.css landing-hero rester om de dyker upp */
body.asur-public-v2 .landing-hero {
  display: none;
}
