.solceller-page {
  --sol-accent: #0b7a5c;
  --sol-accent-dark: #0b3d2e;
  --sol-accent-soft: #d9f3e8;
  --sol-border: #d3e4dd;
  --sol-surface: #ffffff;
  --sol-surface-muted: #f5fbf8;
  --sol-shadow: 0 24px 64px rgba(11, 61, 46, 0.12);
  --sol-shadow-soft: 0 14px 34px rgba(11, 61, 46, 0.08);
  --sol-radius-xl: 28px;
  --sol-radius-lg: 20px;
  --sol-radius-md: 14px;
  --sol-stack-gap: clamp(1rem, 2.2vw, 1.45rem);
  --sol-section-gap: clamp(0.85rem, 1.8vw, 1.15rem);
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(129, 199, 132, 0.16), transparent 28rem),
    linear-gradient(180deg, #f4fbf7 0%, #eef6f2 34%, #f8fbfa 100%);
}

.solceller-page .feed {
  box-sizing: border-box;
  padding:
    clamp(1rem, 2vw, 1.5rem)
    clamp(0.5rem, 2vw, 1rem)
    3.5rem;
  width: min(100%, 100vw);
  min-width: 0;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-x: clip;
}

.solceller-page.solceller-jamfor-page .feed {
  padding-inline: clamp(0.25rem, 1vw, 0.75rem);
}

.solceller-page #solceller-default-content,
.solceller-page #kalkyl-flow-root,
.solceller-page #kalkyl-save-root,
.solceller-page #offert-flow-root {
  width: min(calc(100vw - 2rem), 1220px);
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(1.1rem, 2vw, 1.8rem);
  border: 1px solid rgba(11, 61, 46, 0.1);
  border-radius: var(--sol-radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 249, 0.99)),
    var(--sol-surface);
  box-shadow: var(--sol-shadow);
  display: grid;
  gap: var(--sol-stack-gap);
  align-content: start;
  overflow: hidden;
  min-width: 0;
}

.solceller-page.solceller-jamfor-page #solceller-default-content {
  width: min(calc(100vw - clamp(0.5rem, 2vw, 1.5rem)), 1440px);
  max-width: 1440px;
}

.solceller-page :where(article, section, header, div, figure, figcaption, form, fieldset, label, ul, ol, li) {
  min-width: 0;
}

.solceller-page :where(h1, h2, h3, h4, p, li, legend, label, figcaption, .btn, .guide-pill-link, .helper) {
  overflow-wrap: anywhere;
}

.solceller-page :where(
  #solceller-default-content,
  #kalkyl-flow-root,
  #kalkyl-save-root,
  #offert-flow-root
) > * {
  margin-block: 0;
}

.solceller-page form {
  display: grid;
  gap: var(--sol-section-gap);
  min-width: 0;
}

.solceller-page form > label,
.question-group > label,
.conditional-panel > label,
.row > label {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}

.solceller-page form > :where(label, fieldset, details, section, div, p) {
  margin-block: 0;
}

.solceller-page .solceller-subpage-shell {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.solceller-page .solceller-subpage-shell::before {
  display: none;
}

.solceller-page #solceller-default-content:hover,
.solceller-page #kalkyl-flow-root:hover,
.solceller-page #kalkyl-save-root:hover,
.solceller-page #offert-flow-root:hover {
  transform: none;
  box-shadow: var(--sol-shadow);
}

.solceller-page #solceller-default-content:focus-within,
.solceller-page #kalkyl-flow-root:focus-within,
.solceller-page #kalkyl-save-root:focus-within,
.solceller-page #offert-flow-root:focus-within {
  box-shadow: var(--sol-shadow);
}

.solceller-page #solceller-default-content::before,
.solceller-page #kalkyl-flow-root::before,
.solceller-page #kalkyl-save-root::before,
.solceller-page #offert-flow-root::before {
  height: 5px;
  background: linear-gradient(90deg, #7fd3b0 0%, #0b7a5c 34%, rgba(11, 122, 92, 0) 88%);
}

.solceller-hero {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 0;
  align-items: stretch;
  min-width: 0;
}

.solceller-hero-copy {
  padding: clamp(1.15rem, 2.6vw, 2rem);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(11, 61, 46, 0.98), rgba(10, 93, 69, 0.92)),
    #0b3d2e;
  color: #f5fffb;
  box-shadow: 0 22px 44px rgba(11, 61, 46, 0.2);
}

.solceller-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.9rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #cbf6e6;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.solceller-hero-title,
.guide-hero h1,
.offert-headline {
  margin: 0;
  color: inherit;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.solceller-hero-lead,
.guide-ingress,
.offert-subtitle {
  margin: 0.95rem 0 0;
  max-width: 64ch;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.solceller-hero-lead {
  color: rgba(245, 255, 251, 0.9);
}

.solceller-hero-actions,
.guide-cta-buttons,
.nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.solceller-hero-actions {
  margin-top: 1.25rem;
}

.nav-row {
  margin-top: 1rem;
}

.solceller-hero-points,
.trust-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.solceller-hero-points li,
.trust-list li {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
}

.solceller-hero-points li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #edfff8;
}

.trust-list li {
  background: var(--sol-accent-soft);
  color: var(--sol-accent-dark);
}

.solceller-hero-media,
.page-hero-media,
.guide-summary,
.guide-fact,
.guide-disclaimer,
.guide-warning,
.guide-cta-inline,
.guide-cta-final,
.guide-related,
.result-card {
  border: 1px solid var(--sol-border);
  border-radius: var(--sol-radius-lg);
  background: linear-gradient(180deg, #ffffff, #f7fcf9);
  box-shadow: var(--sol-shadow-soft);
}

.solceller-hero-media,
.page-hero-media {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  aspect-ratio: 16 / 11;
}

.solceller-hero-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  aspect-ratio: auto;
  min-height: 0;
}

.solceller-hero-media img,
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.solceller-hero-media picture,
.page-hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.sol-overview-card > picture {
  display: contents;
}

.solceller-hero-media::after,
.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 31, 24, 0.05), rgba(7, 31, 24, 0.42));
  pointer-events: none;
}

.solceller-hero-caption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  border-radius: 0;
  background: #0b3d2e;
  color: #f5fffb;
  backdrop-filter: none;
  max-width: none;
  overflow-wrap: anywhere;
}

.solceller-hero-caption strong {
  font-size: 1rem;
}

.solceller-hero-caption span {
  color: rgba(245, 255, 251, 0.86);
  line-height: 1.5;
}

.guide-summary h2,
.guide-fact h2,
.guide-warning h2,
.guide-related h2,
.guide-faq h2,
.result-card h2,
.result-card h3,
.result-card h4 {
  margin-top: 0;
  color: var(--sol-accent-dark);
}

.solceller-hero-steps {
  margin: 0.8rem 0 0;
  padding-left: 1.15rem;
  color: #23463d;
}

.solceller-hero-steps li + li {
  margin-top: 0.65rem;
}

.sol-overview-grid,
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 1rem;
  min-width: 0;
}

.sol-overview-card,
.scenario {
  border: 1px solid var(--sol-border);
  border-radius: var(--sol-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(127, 211, 176, 0.18), transparent 9rem),
    linear-gradient(160deg, #ffffff, #f3fbf7);
  box-shadow: var(--sol-shadow-soft);
}

.sol-overview-card {
  --sol-overview-card-padding: 1.1rem;
  --sol-overview-card-padding-offset: -1.1rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: var(--sol-overview-card-padding);
  overflow: hidden;
}

.scenario {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
}

.sol-overview-card h2,
.scenario h4 {
  margin: 0.25rem 0 0;
}

.sol-overview-image {
  display: block;
  width: calc(100% + var(--sol-overview-card-padding) + var(--sol-overview-card-padding));
  max-width: none;
  height: clamp(9.5rem, 15vw, 12.5rem);
  margin:
    var(--sol-overview-card-padding-offset)
    var(--sol-overview-card-padding-offset)
    0.95rem;
  border-bottom: 1px solid rgba(11, 61, 46, 0.08);
  object-fit: cover;
  object-position: center;
}

.sol-overview-card p,
.scenario p {
  color: #305148;
}

.scenario-recommended {
  border-color: rgba(11, 122, 92, 0.35);
  background:
    radial-gradient(circle at top right, rgba(127, 211, 176, 0.24), transparent 8rem),
    linear-gradient(160deg, #fafffd, #ecf8f3);
  box-shadow: 0 0 0 2px rgba(11, 122, 92, 0.12), var(--sol-shadow-soft);
}

.scenario-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

.scenario-heading strong {
  flex: 0 0 auto;
  color: var(--sol-accent-dark);
  font-size: 1.2rem;
  text-align: right;
}

.scenario-heading h3 {
  margin: 0.45rem 0 0;
  color: var(--sol-accent-dark);
  font-size: 1.2rem;
}

.scenario-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(11, 122, 92, 0.1);
  color: var(--sol-accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.scenario-stats,
.recommendation-tile dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
}

.scenario-stats div,
.recommendation-tile dl div {
  min-width: 0;
  padding: 0.65rem;
  border: 1px solid rgba(11, 122, 92, 0.11);
  border-radius: var(--sol-radius-md);
  background: rgba(255, 255, 255, 0.78);
}

.scenario-stats dt,
.recommendation-tile dt {
  color: #46685f;
  font-size: 0.78rem;
  font-weight: 800;
}

.scenario-stats dd,
.recommendation-tile dd {
  margin: 0.15rem 0 0;
  color: var(--sol-accent-dark);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.scenario-note {
  margin: 0;
  color: #46685f;
  font-size: 0.9rem;
}

.scenario-key-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 0.85rem;
  margin: 0;
}

.scenario-key-metrics div {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 9.75rem;
  padding: 1rem;
  border: 1px solid rgba(11, 122, 92, 0.14);
  border-radius: calc(var(--sol-radius-md) + 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 251, 246, 0.98));
}

.scenario-key-metrics dt {
  color: #46685f;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.4;
}

.scenario-key-metrics dd {
  margin: 0.8rem 0 0;
  color: var(--sol-accent-dark);
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.scenario-details,
.result-section-details {
  margin: 0;
}

.scenario-details summary,
.result-section-details summary {
  cursor: pointer;
  color: var(--sol-accent-dark);
  font-weight: 900;
}

.scenario-details[open] summary,
.result-section-details[open] summary {
  margin-bottom: 0.9rem;
}

.scenario-detail-list {
  margin-top: 0.25rem;
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1rem;
}

.recommendation-tile {
  display: grid;
  gap: 0.8rem;
  padding: 1.1rem;
  border: 1px solid var(--sol-border);
  border-radius: var(--sol-radius-lg);
  background: #ffffff;
  box-shadow: var(--sol-shadow-soft);
}

.recommendation-tile-primary {
  border-color: rgba(11, 122, 92, 0.32);
  background: linear-gradient(160deg, #fafffd, #ecf8f3);
}

.recommendation-tile span {
  color: #46685f;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.recommendation-tile h3 {
  margin: 0;
  color: var(--sol-accent-dark);
}

.kalkyl-detail-settings,
.conditional-panel {
  padding: 1rem;
  border: 1px solid rgba(11, 122, 92, 0.14);
  border-radius: var(--sol-radius-lg);
  background: #f8fcfa;
}

.kalkyl-detail-settings summary {
  cursor: pointer;
  color: var(--sol-accent-dark);
  font-weight: 900;
}

.kalkyl-detail-settings[open] summary {
  margin-bottom: 0.8rem;
}

.conditional-panel {
  display: grid;
  gap: 0.9rem;
}

.advanced-options-stack {
  display: grid;
  gap: 0.9rem;
}

.kalkyl-advanced-options .choice-static span {
  display: grid;
  gap: 0.35rem;
}

.kalkyl-scenario-section {
  display: grid;
  gap: 0.75rem;
}

.kalkyl-scenario-section h3 {
  margin: 0;
  color: var(--sol-accent-dark);
}

.result-section-details {
  display: block;
}

.result-section-details > h3 {
  margin-top: 0;
}

.kalkyl-metric-grid,
.assumption-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 0.75rem;
  margin: 0;
}

.kalkyl-metric,
.assumption-list div {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid rgba(11, 122, 92, 0.13);
  border-radius: var(--sol-radius-md);
  background: #ffffff;
}

.kalkyl-metric dt,
.assumption-list dt {
  color: #46685f;
  font-size: 0.88rem;
  font-weight: 800;
}

.kalkyl-metric dd,
.assumption-list dd {
  margin: 0;
  color: var(--sol-accent-dark);
  font-size: 1.05rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.guide-pill-link,
.solceller-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.guide-pill-link {
  align-self: flex-start;
  margin-top: auto;
  color: var(--sol-accent-dark);
  background: rgba(11, 122, 92, 0.1);
}

.guide-pill-link:hover,
.guide-pill-link:focus-visible,
.solceller-page .btn:hover,
.solceller-page .btn:focus-visible {
  transform: translateY(-1px);
}

.solceller-page .btn {
  cursor: pointer;
  border: 1px solid transparent;
}

.solceller-page .btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

.solceller-page .btn-primary {
  color: #f5fffb;
  background: linear-gradient(135deg, #0b7a5c, #0b5e48);
  box-shadow: 0 12px 24px rgba(11, 122, 92, 0.24);
}

.solceller-page .btn-secondary {
  color: var(--sol-accent-dark);
  background: #ffffff;
  border-color: rgba(11, 122, 92, 0.18);
  box-shadow: 0 10px 18px rgba(11, 61, 46, 0.08);
}

.solceller-page .btn-accent {
  color: var(--sol-accent-dark);
  background: linear-gradient(135deg, #dff4ea, #ffffff);
  border-color: rgba(11, 122, 92, 0.28);
  box-shadow: 0 12px 22px rgba(11, 61, 46, 0.1);
}

.guide-hero {
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  margin-bottom: 0.4rem;
  border: 1px solid rgba(11, 122, 92, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(127, 211, 176, 0.34), transparent 10rem),
    linear-gradient(180deg, #f8fdfb, #eef7f2);
}

.guide-hero h1 {
  color: var(--sol-accent-dark);
}

.guide-ingress {
  color: #2b4d43;
}

.page-hero {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  overflow: hidden;
  min-width: 0;
}

.page-hero-copy {
  display: grid;
  align-content: start;
}

.page-hero-eyebrow {
  margin: 0 0 0.7rem;
  color: #0b7a5c;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-hero .guide-ingress,
.page-hero .offert-subtitle {
  max-width: 58ch;
}

.page-hero-image-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(7, 31, 24, 0.56);
  color: #f5fffb;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.guide-updated,
.helper,
.step-indicator,
.guide-disclaimer,
.guide-main p,
.guide-main li,
.guide-related li,
.guide-faq li,
.result-card p,
.result-card li,
.question-group p,
.question-group li {
  color: #305148;
}

.guide-updated,
.step-indicator {
  font-size: 0.95rem;
}

.guide-summary,
.guide-fact,
.guide-disclaimer,
.guide-warning,
.guide-cta-inline,
.guide-cta-final,
.guide-related,
.result-card {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
}

.guide-fact {
  background: linear-gradient(180deg, #eff9f4, #f8fcfa);
}

.guide-warning {
  border-color: #efcf8b;
  background: linear-gradient(180deg, #fffaf0, #fff5e4);
}

.guide-main section {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  scroll-margin-top: 96px;
}

.guide-main {
  display: grid;
  gap: var(--sol-stack-gap);
  min-width: 0;
}

.guide-main > * {
  margin: 0;
}

.guide-main section > :where(h2, h3, p, ul, ol),
.guide-summary > :where(h2, p, ul, ol),
.guide-fact > :where(h2, h3, p, ul, ol),
.guide-warning > :where(h2, h3, p, ul, ol),
.guide-disclaimer > :where(h2, h3, p, ul, ol),
.guide-cta-inline > :where(h2, h3, p, ul, ol),
.guide-cta-final > :where(h2, h3, p, ul, ol),
.guide-related > :where(h2, h3, p, ul, ol),
.guide-faq > :where(h2, h3, p, ul, ol),
.result-card > :where(h2, h3, h4, p, ul, ol) {
  margin-block: 0;
}

.guide-main section > :where(ul, ol),
.guide-summary > :where(ul, ol),
.guide-fact > :where(ul, ol),
.guide-warning > :where(ul, ol),
.guide-cta-inline > :where(ul, ol),
.guide-cta-final > :where(ul, ol),
.guide-related > :where(ul, ol),
.guide-faq > :where(ul, ol),
.result-card > :where(ul, ol) {
  display: grid;
  gap: 0.35rem;
}

.guide-main > .guide-summary,
.guide-main > .guide-fact,
.guide-main > .guide-warning,
.guide-main > .guide-disclaimer,
.guide-main > .guide-cta-inline,
.guide-main > .guide-cta-final,
.guide-main > .guide-related,
.guide-main > .result-card,
.guide-main > .guide-faq {
  margin-top: 0;
}

.guide-main > .continuation-card {
  margin-block: 0.5rem 1.4rem;
}

.continuation-card {
  margin-bottom: 1.4rem;
}

.jamfor-calc-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem 1rem;
}

.jamfor-calc-cta h2 {
  margin: 0;
  color: var(--sol-accent-dark);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}

.jamfor-calc-cta > div {
  display: grid;
  gap: 0.35rem;
}

.jamfor-calc-cta p {
  margin: 0;
}

.jamfor-calc-cta .btn {
  justify-self: end;
  white-space: nowrap;
}

.installer-intro {
  display: grid;
  gap: 0.45rem;
}

.installer-intro p,
.installer-section-head p {
  margin: 0;
}

.installer-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 0.9rem;
}

.installer-card {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--sol-border);
  border-radius: var(--sol-radius-lg);
  background: linear-gradient(180deg, #ffffff, #f6fbf8);
  box-shadow: var(--sol-shadow-soft);
}

.installer-card-head {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  justify-content: space-between;
}

.installer-card h2 {
  margin: 0;
  color: var(--sol-accent-dark);
  font-size: 1.05rem;
  line-height: 1.3;
}

.installer-card-facts {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.installer-card-facts div {
  display: grid;
  gap: 0.2rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(11, 122, 92, 0.12);
}

.installer-card-facts div:first-child {
  padding-top: 0;
  border-top: 0;
}

.installer-card-facts dt {
  color: #46685f;
  font-size: 0.8rem;
  font-weight: 900;
}

.installer-card-facts dd {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  color: #244940;
  font-size: 0.92rem;
}

.installer-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: max-content;
  max-width: 100%;
  min-height: 1.8rem;
  padding: 0.25rem 0.55rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.installer-status span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: currentColor;
  color: #ffffff;
  font-size: 0.72rem;
  line-height: 1;
}

.installer-status-yes {
  border-color: rgba(11, 122, 92, 0.24);
  background: #e7f7ef;
  color: #0b6b51;
}

.installer-status-partial {
  border-color: rgba(173, 117, 29, 0.26);
  background: #fff7e8;
  color: #8a5a12;
}

.installer-status-unknown {
  border-color: rgba(80, 94, 108, 0.2);
  background: #f1f5f7;
  color: #50606c;
}

.installer-table-section {
  display: grid;
  gap: clamp(0.8rem, 1.6vw, 1rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.installer-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.45rem 1rem;
}

.installer-section-head h1 {
  margin: 0;
  color: var(--sol-accent-dark);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.installer-section-head p {
  flex-basis: 100%;
  margin: 0;
}

.installer-table-meta {
  flex-basis: auto;
  width: max-content;
  max-width: 100%;
  padding: 0.34rem 0.62rem;
  border: 1px solid rgba(11, 122, 92, 0.16);
  border-radius: 999px;
  background: #f2faf6;
  color: #315d51;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}

.installer-section-head .installer-table-meta {
  flex-basis: auto;
  margin-left: auto;
}

.installer-table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  max-inline-size: 100%;
  max-block-size: none;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  scrollbar-color: rgba(11, 122, 92, 0.42) rgba(11, 122, 92, 0.08);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(11, 122, 92, 0.12);
  border-radius: var(--sol-radius-md);
  background:
    linear-gradient(90deg, #ffffff 0, rgba(255, 255, 255, 0)) left / 1.2rem 100% no-repeat local,
    linear-gradient(270deg, #ffffff 0, rgba(255, 255, 255, 0)) right / 1.2rem 100% no-repeat local,
    linear-gradient(90deg, rgba(7, 49, 37, 0.16), rgba(7, 49, 37, 0)) left / 1rem 100% no-repeat scroll,
    linear-gradient(270deg, rgba(7, 49, 37, 0.16), rgba(7, 49, 37, 0)) right / 1rem 100% no-repeat scroll,
    #ffffff;
  box-shadow: var(--sol-shadow-soft);
}

.installer-table-scroll:focus-visible {
  outline: 3px solid rgba(11, 122, 92, 0.28);
  outline-offset: 3px;
}

.solceller-page .installer-comparison-table {
  display: table;
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: visible;
  background: transparent;
  table-layout: fixed;
}

.solceller-page .installer-comparison-table th,
.solceller-page .installer-comparison-table td {
  width: clamp(170px, 18vw, 236px);
  min-width: 170px;
  max-width: 280px;
  padding: 0.82rem 0.78rem;
  border-right: 1px solid rgba(11, 122, 92, 0.1);
  border-bottom: 1px solid rgba(11, 122, 92, 0.1);
  text-align: left;
  vertical-align: top;
  font-size: 0.84rem;
  line-height: 1.45;
  white-space: normal;
  text-wrap: pretty;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.solceller-page .installer-comparison-table th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: clamp(178px, 18vw, 230px);
  min-width: 178px;
  max-width: 250px;
  background: #f0f8f4;
  color: var(--sol-accent-dark);
  font-weight: 850;
}

.solceller-page .installer-comparison-table thead th {
  z-index: 1;
  padding-block: 0.9rem;
  background: #0b3d2e;
  color: #f5fffb;
  font-size: 0.82rem;
  line-height: 1.22;
  letter-spacing: 0;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}

.solceller-page .installer-comparison-table thead th:first-child {
  z-index: 3;
  background: #082f25;
  color: #f5fffb;
}

.installer-column-head {
  display: grid;
  gap: 0.48rem;
  align-content: start;
  min-width: 0;
}

.installer-column-name {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.installer-verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0.26rem 0.44rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.15;
  white-space: normal;
  text-wrap: balance;
}

.installer-verified-badge.is-verified {
  background: #dff7ea;
  color: #0b6b51;
}

.installer-verified-badge.is-unverified {
  background: rgba(255, 255, 255, 0.12);
  color: #d8e5e0;
}

.solceller-page .installer-comparison-table td {
  color: #294d44;
}

.solceller-page .installer-comparison-table tbody th {
  box-shadow: inset -1px 0 0 rgba(11, 122, 92, 0.12);
}

.installer-row-heading {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.installer-row-heading > span {
  min-width: 0;
}

.installer-help-button {
  margin-top: 0.05rem;
}

.solceller-page .installer-comparison-table tbody tr:nth-child(odd) th,
.solceller-page .installer-comparison-table tbody tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.96);
}

.solceller-page .installer-comparison-table tbody tr:nth-child(even) th,
.solceller-page .installer-comparison-table tbody tr:nth-child(even) td {
  background-color: #f5fbf8;
}

.solceller-page .installer-comparison-table tbody tr:hover th,
.solceller-page .installer-comparison-table tbody tr:hover td {
  background-color: #eaf6f0;
}

.solceller-page .installer-comparison-table td .installer-status {
  margin: 0 0 0.3rem;
  vertical-align: top;
}

.installer-cell-status,
.installer-cell-text {
  display: block;
}

.installer-cell-status {
  display: grid;
  gap: 0.25rem;
}

.installer-cell-text {
  color: #294d44;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.installer-loading .result-card p {
  margin: 0;
}

@media (max-width: 720px) {
  .installer-card-head {
    flex-direction: column;
  }

  .installer-table-section {
    padding-inline: 0;
  }

  .installer-section-head {
    padding-inline: clamp(0.8rem, 4vw, 1rem);
    display: grid;
    align-items: start;
    justify-content: stretch;
  }

  .jamfor-calc-cta {
    grid-template-columns: 1fr;
  }

  .jamfor-calc-cta .btn {
    justify-self: stretch;
    width: 100%;
  }

  .installer-table-scroll {
    border-inline: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .solceller-page .installer-comparison-table {
    min-width: max-content;
  }

  .solceller-page .installer-comparison-table th,
  .solceller-page .installer-comparison-table td {
    width: 164px;
    min-width: 164px;
    font-size: 0.8rem;
    padding: 0.68rem 0.58rem;
  }

  .installer-verified-badge {
    padding-inline: 0.38rem;
    font-size: 0.64rem;
  }

  .solceller-page .installer-comparison-table th:first-child {
    width: 172px;
    min-width: 172px;
    max-width: 220px;
  }
}

.faq-item {
  border-top: 1px solid #dde8e3;
  padding: 0.65rem 0;
}

.faq-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.guide-main ul,
.guide-main ol,
.guide-related ul,
.guide-faq ul,
.sol-subsections ul {
  padding-left: 1.2rem;
}

.sol-section-stack {
  display: grid;
  gap: var(--sol-stack-gap);
}

.kalkyl-intro {
  gap: 0.65rem;
}

.kalkyl-result-actions-card h2,
.kalkyl-save-consent h2 {
  margin-top: 0;
}

.kalkyl-result-primary-actions {
  display: grid;
  gap: 0.9rem;
}

.kalkyl-result-action-copy {
  display: grid;
  gap: 0.4rem;
}

.kalkyl-result-action-copy p {
  margin: 0;
}

.kalkyl-result-primary-actions-row,
.kalkyl-result-secondary-actions {
  margin-top: 0;
}

.kalkyl-floating-offer {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: calc(0.95rem + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: inline-flex;
  width: min(calc(100vw - 1.25rem), 31rem);
  padding: 0.45rem;
  border: 1px solid rgba(11, 61, 46, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 248, 0.96)),
    #ffffff;
  box-shadow:
    0 22px 54px rgba(11, 61, 46, 0.2),
    0 8px 18px rgba(11, 61, 46, 0.12);
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transform: translateX(-50%) translateY(calc(100% + 1.5rem));
  transition:
    opacity 180ms ease,
    transform 220ms ease,
    box-shadow 180ms ease;
  will-change: opacity, transform;
}

.kalkyl-floating-offer::before {
  content: "";
  position: absolute;
  inset: -0.45rem;
  z-index: -1;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.62);
  filter: blur(10px);
}

.kalkyl-floating-offer-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #f5fffb;
  background: linear-gradient(135deg, #0b7a5c, #0b5e48);
  box-shadow: 0 10px 20px rgba(11, 122, 92, 0.22);
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}

#kalkyl-flow-root.has-floating-offer {
  padding-bottom: calc(clamp(1.1rem, 2vw, 1.8rem) + 5.5rem);
}

#kalkyl-flow-root.has-floating-offer .kalkyl-floating-offer {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.solceller-page .kalkyl-floating-offer:hover,
.solceller-page .kalkyl-floating-offer:focus-visible {
  box-shadow:
    0 26px 62px rgba(11, 61, 46, 0.24),
    0 10px 22px rgba(11, 61, 46, 0.14);
  outline: none;
  transform: translateX(-50%) translateY(-2px);
}

.solceller-page .kalkyl-floating-offer:focus-visible .kalkyl-floating-offer-label {
  outline: 3px solid rgba(127, 211, 176, 0.7);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .kalkyl-floating-offer {
    transition: opacity 1ms linear;
  }
}

.kalkyl-save-consent {
  gap: 0.9rem;
}

.kalkyl-save-subchoices {
  display: grid;
  gap: 0.7rem;
}

.kalkyl-save-subchoices .error {
  margin: -0.2rem 0 0.2rem;
}

.offert-consent-details summary {
  font-size: 0.92rem;
}

.offert-consent-subchoices .choice span {
  font-size: 0.92rem;
}

.kalkyl-save-success h2,
.kalkyl-save-empty h2 {
  margin-top: 0;
}

.kalkyl-intro-copy {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #27473f;
}

.kalkyl-feature-list {
  list-style: none;
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
}

.kalkyl-feature-list li {
  position: relative;
  padding: 0.9rem 0.95rem 0.9rem 3rem;
  border: 1px solid rgba(11, 122, 92, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfefd, #f2faf6);
  font-size: 1rem;
  font-weight: 700;
  color: #204238;
  box-shadow: 0 10px 22px rgba(11, 61, 46, 0.05);
}

.kalkyl-feature-list li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #7fd3b0, #0b7a5c);
  box-shadow: 0 0 0 6px rgba(127, 211, 176, 0.18);
}

.progress-track {
  width: 100%;
  height: 12px;
  margin: 1rem 0 0.65rem;
  border-radius: 999px;
  overflow: hidden;
  background: #dbe8e1;
}

.progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #7fd3b0, #0b7a5c);
  transition: width 200ms ease;
}

.question-group {
  display: grid;
  gap: var(--sol-section-gap);
  margin-top: 0;
}

.question-group fieldset,
.choice,
.input-field,
.textarea-field,
.solceller-page select.input-field {
  border: 1px solid var(--sol-border);
  border-radius: var(--sol-radius-md);
  background: #ffffff;
  box-sizing: border-box;
}

.question-group fieldset {
  padding: 1rem;
  margin: 0;
}

.question-group legend,
.question-group label > span {
  font-weight: 800;
  color: var(--sol-accent-dark);
}

.question-group label > span {
  display: block;
  margin-bottom: 0.45rem;
}

.question-group label > .kalkyl-field-title {
  display: inline-flex;
}

.kalkyl-field-title,
.kalkyl-metric-title {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  max-width: 100%;
  vertical-align: middle;
}

.recommendation-tile .kalkyl-metric-title {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

.kalkyl-field-title {
  flex-wrap: wrap;
  margin-bottom: 0.45rem;
}

.question-group legend .kalkyl-field-title,
.kalkyl-metric-title {
  margin-bottom: 0;
}

.gdpr-note {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(11, 122, 92, 0.16);
  border-radius: var(--sol-radius-sm);
  background: #f5fbf8;
  color: #335249;
  font-size: 0.92rem;
  line-height: 1.45;
}

.gdpr-note svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  margin-top: 0.14rem;
  fill: var(--sol-accent-dark);
}

.kalkyl-help-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  padding: 0;
  border: 1px solid rgba(11, 122, 92, 0.34);
  border-radius: 999px;
  background: #eef8f3;
  color: var(--sol-accent-dark);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  cursor: help;
}

.kalkyl-help-button:hover,
.kalkyl-help-button:focus-visible,
.kalkyl-help-button[aria-expanded="true"] {
  outline: none;
  border-color: rgba(11, 122, 92, 0.58);
  background: var(--sol-accent);
  color: #ffffff;
}

.kalkyl-help-popover {
  position: fixed;
  z-index: 2000;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #0b3d2e;
  color: #f5fffb;
  box-shadow: 0 18px 42px rgba(7, 31, 24, 0.28);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
  pointer-events: none;
}

.kalkyl-help-popover[hidden] {
  display: none;
}

.choice-grid {
  display: grid;
  gap: 0.7rem;
}

.choice {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.9rem;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(11, 61, 46, 0.04);
  min-width: 0;
  overflow-wrap: anywhere;
}

.choice-static {
  display: block;
  cursor: default;
}

.choice-static p {
  margin: 0.5rem 0 0;
}

.choice-static .guide-pill-link {
  margin-top: 0.75rem;
}

.choice:hover,
.question-group fieldset:hover,
.result-card:hover,
.sol-overview-card:hover {
  border-color: rgba(11, 122, 92, 0.24);
}

.choice-disabled {
  opacity: 0.56;
  cursor: not-allowed;
}

.choice input[type="checkbox"],
.choice input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0.1rem 0 0;
  flex-shrink: 0;
  accent-color: var(--sol-accent);
}

.input-field,
.textarea-field,
.solceller-page select.input-field {
  width: 100%;
  min-height: 52px;
  padding: 0.82rem 0.9rem;
  font: inherit;
}

.textarea-field {
  min-height: 120px;
  resize: vertical;
}

.field-hint {
  display: block;
  margin-top: 0.45rem;
  color: #46685f;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.input-field:focus-visible,
.textarea-field:focus-visible,
.solceller-page select.input-field:focus-visible {
  outline: 3px solid rgba(11, 122, 92, 0.16);
  border-color: rgba(11, 122, 92, 0.35);
}

.input-field[aria-invalid="true"],
.textarea-field[aria-invalid="true"],
.solceller-page select.input-field[aria-invalid="true"] {
  border-color: #b42318;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.input-field[data-warning="true"],
.textarea-field[data-warning="true"],
.solceller-page select.input-field[data-warning="true"] {
  border-color: #c76a00;
  background: #fff8ed;
  box-shadow: 0 0 0 3px rgba(199, 106, 0, 0.14);
}

.row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.error {
  color: #9a1f1f;
  font-weight: 700;
}

.field-error {
  margin: 0.45rem 0 0;
  color: #9a1f1f;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.field-warning {
  margin: 0.45rem 0 0;
  color: #9a5700;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.optional-badge {
  display: inline-block;
  margin-left: 0.45rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  vertical-align: middle;
}

.required-badge {
  display: inline-block;
  margin-left: 0.15rem;
  color: #b3261e;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  vertical-align: text-top;
}

.optional-badge {
  background: #e9f4ef;
  color: #2f4e46;
}

.offert-flow {
  max-width: none;
}

.offert-flow > header:first-child,
.offert-flow .page-hero {
  margin-bottom: 0.6rem;
}

.offert-subtitle {
  color: #395d53;
}

.offert-result {
  gap: 1rem;
}

.offert-result-hero {
  display: grid;
  gap: 0.55rem;
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
  border-color: rgba(11, 122, 92, 0.28);
  background:
    radial-gradient(circle at top right, rgba(127, 211, 176, 0.24), transparent 12rem),
    linear-gradient(160deg, #ffffff, #edf9f4);
}

.offert-result-hero h2,
.offert-result-hero p {
  margin: 0;
}

.offert-result-summary .assumption-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.offert-result-next {
  display: grid;
  gap: 0.75rem;
}

.offert-result-next h3,
.offert-result-next ul {
  margin: 0;
}

.offert-result-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 0.75rem;
}

.solceller-page table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}

.solceller-page th,
.solceller-page td {
  padding: 0.75rem 0.7rem;
  border-bottom: 1px solid #e2ece7;
  text-align: left;
  white-space: nowrap;
}

.solceller-page th {
  color: var(--sol-accent-dark);
  font-size: 0.95rem;
}

@media (min-width: 768px) {
  .row.two-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .solceller-hero {
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  }

  .page-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: stretch;
  }

}

@media (max-width: 899px) {
  .solceller-page #solceller-default-content,
  .solceller-page #kalkyl-flow-root,
  .solceller-page #kalkyl-save-root,
  .solceller-page #offert-flow-root {
    width: min(calc(100vw - 1.5rem), 1220px);
    border-radius: 22px;
  }

  .solceller-page.solceller-jamfor-page #solceller-default-content {
    width: min(calc(100vw - 0.75rem), 1440px);
  }

  .page-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .solceller-page #solceller-default-content,
  .solceller-page #kalkyl-flow-root,
  .solceller-page #kalkyl-save-root,
  .solceller-page #offert-flow-root {
    width: calc(100vw - 2rem);
    padding: 1rem;
    border-radius: 18px;
  }

  .solceller-page.solceller-jamfor-page #solceller-default-content {
    width: calc(100vw - 0.5rem);
  }

  .solceller-page .feed {
    padding-top: 0.75rem;
    padding-inline: 0.5rem;
  }

  .solceller-page.solceller-jamfor-page .feed {
    padding-inline: 0.25rem;
  }

  .solceller-hero-copy,
  .guide-hero,
  .solceller-hero-media,
  .page-hero-media {
    border-radius: 18px;
  }

  .solceller-hero-media,
  .page-hero-media {
    min-height: 0;
  }

  .solceller-hero-media::after {
    display: none;
  }

  .solceller-hero-media img,
  .page-hero-media img {
    height: 100%;
    aspect-ratio: 16 / 10;
  }

  .solceller-hero-caption {
    z-index: 1;
    margin: 0;
  }

  .solceller-hero-actions,
  .guide-cta-buttons,
  .nav-row {
    align-items: stretch;
  }

  .solceller-hero-actions > *,
  .guide-cta-buttons > *,
  .nav-row > * {
    width: 100%;
  }

  .solceller-page .btn,
  .guide-pill-link {
    width: 100%;
  }

  .sol-overview-image {
    height: clamp(10rem, 42vw, 15rem);
    margin:
      var(--sol-overview-card-padding-offset)
      var(--sol-overview-card-padding-offset)
      0.85rem;
  }

  .guide-pill-link {
    justify-content: center;
  }

  .solceller-page .kalkyl-floating-offer {
    width: calc(100vw - 1rem);
    padding: 0.38rem;
    border-radius: 22px 22px 0 0;
    bottom: 0;
    box-shadow: 0 -12px 34px rgba(11, 61, 46, 0.18);
    transform: translateX(-50%) translateY(calc(100% + env(safe-area-inset-bottom, 0px)));
  }

  .kalkyl-floating-offer-label {
    min-height: 52px;
    border-radius: 18px;
    padding-inline: 0.85rem;
  }

  #kalkyl-flow-root.has-floating-offer {
    padding-bottom: calc(1rem + 5.75rem + env(safe-area-inset-bottom, 0px));
  }
}
