:root {
  --ink: #081b3a;
  --ink-soft: #30415d;
  --brand: #07306b;
  --brand-2: #0878d9;
  --brand-3: #12a7e8;
  --mint: #32c7a0;
  --paper: #ffffff;
  --mist: #eef7ff;
  --mist-2: #f6fbff;
  --line: #d9e7f4;
  --shadow: 0 24px 70px rgba(7, 48, 107, 0.16);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 106px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55;
  background: var(--paper);
}

body.nav-open,
body.dialog-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
  min-height: 86px;
  padding: 14px clamp(20px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(217, 231, 244, 0.88);
  backdrop-filter: blur(16px);
}

.brand {
  position: relative;
  width: min(276px, 45vw);
  aspect-ratio: 1287 / 290;
  overflow: hidden;
}

.site-header .brand img {
  position: absolute;
  left: -4.66%;
  top: -129.4%;
  width: 108.22%;
  height: auto;
  max-width: none;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  color: var(--ink-soft);
  font-size: 0.93rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 3px;
  content: "";
  background: var(--brand-2);
  border-radius: 999px;
  transition: width 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  width: 100%;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-2), var(--brand-3));
  box-shadow: 0 14px 28px rgba(8, 120, 217, 0.24);
}

.button.secondary {
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.page-back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 40px;
  margin-bottom: 22px;
  padding: 0 13px;
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 900;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.page-back-button:hover,
.page-back-button:focus-visible {
  color: var(--brand-2);
  border-color: rgba(8, 120, 217, 0.48);
}

.page-back-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-back-button.on-dark {
  color: #fff;
  background: rgba(5, 39, 82, 0.48);
  border-color: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(7px);
}

.page-back-button.on-dark:hover,
.page-back-button.on-dark:focus-visible {
  color: #fff;
  background: rgba(8, 120, 217, 0.58);
  border-color: rgba(255, 255, 255, 0.82);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 999px;
}

.section-band {
  background:
    radial-gradient(circle at 88% 18%, rgba(50, 199, 160, 0.17), transparent 26%),
    linear-gradient(120deg, #f8fcff 0%, #eef7ff 47%, #ffffff 100%);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  justify-items: end;
  min-height: min(690px, calc(100svh - 130px));
  overflow: hidden;
  padding: 50px clamp(20px, 6vw, 86px);
  color: #fff;
  background: #072857;
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 22, 48, 0.06) 0%, rgba(3, 22, 48, 0.18) 38%, rgba(3, 22, 48, 0.9) 100%),
    linear-gradient(0deg, rgba(3, 22, 48, 0.26), transparent 42%);
}

.hero-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.ai-image-label {
  position: absolute;
  z-index: 4;
  right: 7px;
  bottom: 7px;
  padding: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.56rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(3, 24, 52, 0.82);
  pointer-events: none;
}

.hero-copy,
.hero-panel,
.section,
.site-footer {
  width: min(100%, var(--max));
}

.hero-copy {
  justify-self: end;
  width: min(100%, 650px);
  max-width: 650px;
}

.hero-copy,
.hero-panel,
.section-heading,
.split-section > *,
.checklist-section > *,
.contact-card > *,
.contact-form {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-2);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

p {
  overflow-wrap: break-word;
  hyphens: manual;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(2.75rem, 4.4vw, 4.2rem);
  line-height: 1.01;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.hero-copy .eyebrow {
  color: #86dcff;
}

.hero-text {
  max-width: 630px;
  margin: 20px 0 0;
  color: #edf8ff;
  font-size: clamp(1.02rem, 1.5vw, 1.12rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 690px;
  margin: 25px 0 0;
  overflow: hidden;
  background: rgba(4, 42, 84, 0.72);
  border: 1px solid rgba(180, 224, 248, 0.32);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(2, 20, 44, 0.2);
  backdrop-filter: blur(8px);
}

.proof-strip div {
  padding: 12px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.proof-strip div:first-child {
  border-left: 0;
}

.proof-strip dt {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
}

.proof-strip dd {
  margin: 0;
  color: #d9edf9;
  font-size: 0.92rem;
}

.hero-secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.58) !important;
  backdrop-filter: blur(8px);
}

.time-relief-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.time-relief-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.time-relief-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.time-relief-copy {
  min-width: 0;
}

.time-relief-copy h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.time-relief-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.relief-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.relief-points li {
  position: relative;
  padding-left: 32px;
  color: var(--ink-soft);
  font-weight: 800;
}

.relief-points li::before {
  position: absolute;
  left: 0;
  top: 0.16em;
  width: 20px;
  height: 20px;
  content: "";
  background:
    linear-gradient(135deg, transparent 45%, #fff 46% 54%, transparent 55%) 4px 5px / 12px 8px no-repeat,
    var(--mint);
  border-radius: 50%;
}

.hero-panel {
  justify-self: start;
  max-width: 440px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(217, 231, 244, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.owner-panel-media {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: var(--mist);
}

.owner-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.owner-panel-copy {
  padding: 26px 28px 28px;
}

.owner-role {
  margin: 0 0 7px;
  color: var(--brand-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.owner-panel-copy h2 {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.2;
}

.owner-phone {
  display: block;
  width: fit-content;
  margin-top: 11px;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 800;
}

.owner-phone:hover,
.owner-phone:focus-visible {
  color: var(--brand-2);
}

.owner-panel-copy .button {
  margin-top: 20px;
}

.section {
  margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) clamp(20px, 4vw, 56px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.compact {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.section-heading.left {
  margin-bottom: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.contact-card h2 {
  font-size: clamp(1.72rem, 2.35vw, 2.1rem);
}

.about-story-lead h2 {
  font-size: clamp(1.72rem, 2.8vw, 2.25rem);
}

.section-heading p:not(.eyebrow),
.checklist-copy p,
.contact-card p {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

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

.service-card {
  display: flex;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(8, 27, 58, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: rgba(8, 120, 217, 0.46);
  box-shadow: 0 20px 50px rgba(8, 48, 98, 0.12);
  transform: translateY(-2px);
}

.service-card:focus-visible {
  outline: 3px solid rgba(8, 120, 217, 0.22);
  outline-offset: 3px;
}

.service-card-media,
.tool-preview-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--mist);
}

.service-card-media img,
.tool-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.service-card:hover .service-card-media img,
.tool-preview-item:hover .tool-preview-media img {
  transform: scale(1.025);
}

.icon-box {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  color: var(--brand-2);
  place-items: center;
  background: var(--mist);
  border-radius: var(--radius);
}

.icon-box svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3,
.process h3,
.benefit-list h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.service-card p,
.process p,
.benefit-list p {
  margin: 0;
  color: var(--ink-soft);
}

.service-card > h3 {
  margin: 24px 28px 10px;
}

.service-card > p {
  margin: 0 28px 18px;
}

.service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: auto 28px 26px;
  color: var(--brand-2);
  font-weight: 900;
}

.service-card-cta svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.muted-section {
  width: 100%;
  max-width: none;
  background: linear-gradient(180deg, var(--mist-2), #fff);
}

.muted-section > * {
  max-width: var(--max);
}

.process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.process article {
  position: relative;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 900;
  place-items: center;
  background: var(--brand);
  border-radius: 50%;
}

.split-section {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.benefit-list {
  display: grid;
  gap: 18px;
}

.benefit-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px 0 24px;
  border-bottom: 1px solid var(--line);
}

.benefit-list article:first-child {
  padding-top: 0;
}

.benefit-list span {
  color: var(--brand-2);
  font-weight: 900;
}

.life-section {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: #143554;
}

.life-section::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 27, 51, 0.92) 0%, rgba(3, 27, 51, 0.74) 38%, rgba(3, 27, 51, 0.08) 72%);
}

.life-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.life-section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(76px, 9vw, 112px) clamp(20px, 4vw, 56px);
}

.life-copy {
  max-width: 560px;
}

.life-copy .eyebrow {
  color: #8be3ff;
}

.life-copy h2 {
  color: #fff;
  font-size: clamp(2.3rem, 4.5vw, 4rem);
}

.life-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 0;
  color: #e8f5fb;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
}

.life-copy .button {
  margin-top: 30px;
}

.about-preview-section {
  width: 100%;
  padding: clamp(64px, 8vw, 96px) clamp(20px, 4vw, 56px);
  background: var(--mist-2);
}

.about-preview {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.about-preview-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-preview-copy {
  max-width: 650px;
  min-width: 0;
}

.about-preview-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.about-preview-copy .button {
  margin-top: 28px;
}

.checklist-section {
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: clamp(26px, 4vw, 54px);
  align-items: start;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(8, 120, 217, 0.26), rgba(50, 199, 160, 0.22)) border-box;
  border: 1px solid transparent;
  border-radius: 18px;
}

.checklist-copy h2 {
  max-width: 520px;
}

.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  min-height: 58px;
  padding: 16px 16px 16px 48px;
  color: var(--ink-soft);
  font-weight: 800;
  background: var(--mist-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.checklist li::before {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 18px;
  height: 18px;
  content: "";
  background:
    linear-gradient(135deg, transparent 45%, #fff 46% 54%, transparent 55%) 3px 4px / 12px 8px no-repeat,
    var(--mint);
  border-radius: 50%;
}

.faq-section {
  width: 100%;
  padding: clamp(68px, 8vw, 100px) clamp(20px, 4vw, 56px);
  background: var(--mist-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.faq-inner > * {
  min-width: 0;
}

.faq-intro {
  max-width: 470px;
}

.faq-intro h2 {
  font-size: clamp(2.1rem, 3.7vw, 3.35rem);
}

.faq-intro > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.faq-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: var(--brand-2);
  font-weight: 900;
}

.faq-contact-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-list {
  border-top: 1px solid #bed5e8;
}

.faq-item {
  border-bottom: 1px solid #bed5e8;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span {
  min-width: 0;
}

.faq-item summary svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  flex: 0 0 auto;
  color: var(--brand-2);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: transform 180ms ease, background-color 180ms ease;
}

.faq-item[open] summary svg {
  color: var(--brand);
  background: #dff4ff;
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 58px 25px 0;
}

.faq-answer p {
  margin: 0;
  color: var(--ink-soft);
}

.contact-section {
  width: 100%;
  max-width: none;
  padding-right: clamp(20px, 4vw, 56px);
  padding-left: clamp(20px, 4vw, 56px);
  background: linear-gradient(135deg, #062758, #0c4c8f);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  align-items: start;
  gap: clamp(30px, 5vw, 64px);
  width: min(100%, var(--max));
  margin: 0 auto;
  color: #fff;
}

.contact-card .eyebrow,
.contact-card p {
  color: #d7efff;
}

.contact-intro > p:not(.eyebrow) {
  max-width: 540px;
  margin: 22px 0 0;
}

.contact-brand {
  margin: 30px 0 0;
}

.contact-brand img {
  width: 100%;
  height: auto;
  padding: clamp(14px, 2.4vw, 22px);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 22px 48px rgba(2, 20, 48, 0.28);
}

.contact-brand .contact-slogan {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 900;
  line-height: 1.18;
  text-wrap: balance;
}

.contact-direct {
  display: grid;
  gap: 5px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(215, 239, 255, 0.3);
}

.contact-card .contact-direct-label {
  margin: 0 0 3px;
  color: #9fdcff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.contact-portrait {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  object-fit: cover;
  object-position: 50% 24%;
  background: #fff;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(2, 20, 48, 0.3);
}

.contact-person-details {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex-wrap: nowrap;
}

.contact-direct strong {
  color: #fff;
  font-size: 1.08rem;
  white-space: nowrap;
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 0;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  white-space: nowrap;
}

.contact-phone svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-phone:hover,
.contact-phone:focus-visible {
  color: #8be3ff;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  color: var(--ink);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-heading,
.form-field-full,
.form-status,
.form-button {
  grid-column: 1 / -1;
}

.form-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.form-heading h3 {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1.2;
}

.contact-form .form-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.contact-form .form-kicker {
  color: var(--brand-2);
  font-weight: 900;
}

.contact-form .form-field {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 900;
}

.field-note {
  color: #66758c;
  font-size: 0.82rem;
  font-weight: 600;
}

.required-marker {
  color: #b42318;
}

.form-consent a {
  color: var(--brand-2);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--mist-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--brand-2);
  box-shadow: 0 0 0 4px rgba(8, 120, 217, 0.14);
}

.form-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
  background: var(--mist-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.contact-form .form-consent input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--brand-2);
}

.contact-form .form-consent:focus-within {
  border-color: var(--brand-2);
  box-shadow: 0 0 0 4px rgba(8, 120, 217, 0.14);
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form .form-status,
.review-status {
  margin: 0;
  padding: 12px 14px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.form-status.is-success {
  color: #0e5a43;
  background: #e9f9f3;
  border-color: #9edec9;
}

.form-status.is-error,
.review-status.is-error {
  color: #8f1d18;
  background: #fff1f0;
  border-color: #f3b8b4;
}

.form-button {
  margin-top: 6px;
}

.review-dialog {
  width: min(720px, calc(100% - 32px));
  max-height: min(88vh, 820px);
  overflow-y: auto;
  padding: 0;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(1, 19, 47, 0.38);
}

.review-dialog::backdrop {
  background: rgba(3, 21, 49, 0.7);
  backdrop-filter: blur(5px);
}

.review-dialog-inner {
  padding: clamp(24px, 5vw, 40px);
}

.review-dialog .review-kicker {
  margin: 0 0 6px;
  color: var(--brand-2);
  font-size: 0.79rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.review-dialog h2 {
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  line-height: 1.15;
}

.review-dialog .review-intro {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.review-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
}

.review-details > div {
  min-width: 0;
  padding: 13px 14px;
  background: var(--mist-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.review-details .review-details-full {
  grid-column: 1 / -1;
}

.review-details dt {
  margin-bottom: 4px;
  color: #65758c;
  font-size: 0.78rem;
  font-weight: 800;
}

.review-details dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 700;
  white-space: pre-wrap;
}

.review-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.review-status {
  margin-top: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 30px clamp(20px, 4vw, 56px);
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.site-footer img {
  width: 190px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

.calculator-preview-section {
  width: 100%;
  padding: clamp(64px, 8vw, 96px) clamp(20px, 4vw, 56px);
  background: var(--mist-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.calculator-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.tool-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tool-preview-item {
  display: flex;
  min-width: 0;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(8, 27, 58, 0.06);
}

.tool-preview-item h3 {
  margin: 24px 26px 10px;
  font-size: 1.28rem;
  line-height: 1.22;
}

.tool-preview-item p {
  margin: 0 26px;
  color: var(--ink-soft);
}

.tool-link,
.source-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--brand-2);
  font-weight: 900;
}

.tool-link {
  margin: auto 26px 26px;
  padding-top: 24px;
}

.tool-link svg,
.source-link svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.calculator-hero {
  padding: 64px clamp(20px, 4vw, 56px);
}

.calculator-hero-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.calculator-hero-copy {
  max-width: 790px;
  min-width: 0;
}

.calculator-hero-copy h1 {
  font-size: 4rem;
  line-height: 1;
}

.calculator-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.15rem;
}

.calculator-switch {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(8, 27, 58, 0.08);
}

.calculator-switch a {
  min-width: 104px;
  padding: 11px 16px;
  text-align: center;
  border-radius: 6px;
  font-weight: 900;
}

.calculator-switch a.is-active {
  color: #fff;
  background: var(--brand);
}

.calculator-section {
  padding-top: 64px;
  padding-bottom: 72px;
}

.calculator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.calculator-form,
.calculator-result {
  min-width: 0;
  padding: 38px;
}

.calculator-form {
  display: grid;
  align-content: start;
  gap: 24px;
}

.calculator-form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.calculator-form-header h2 {
  font-size: 1.75rem;
}

.icon-button,
.calculator-symbol {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  color: var(--brand);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  place-items: center;
}

.icon-button {
  cursor: pointer;
}

.icon-button svg,
.calculator-symbol svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-button:hover,
.icon-button:focus-visible {
  color: #fff;
  background: var(--brand-2);
  border-color: var(--brand-2);
}

.calculator-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.calculator-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.calculator-field label,
.calculator-fieldset legend {
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 900;
}

.calculator-field input,
.calculator-field select {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0 14px;
  color: var(--ink);
  background: #f8fbfe;
  border: 1px solid #cfe1f1;
  border-radius: var(--radius);
  outline: none;
}

.calculator-field input:focus,
.calculator-field select:focus {
  border-color: var(--brand-2);
  box-shadow: 0 0 0 4px rgba(8, 120, 217, 0.14);
}

.calculator-field small {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.calculator-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.calculator-fieldset legend {
  margin-bottom: 8px;
}

.delivery-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.delivery-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.delivery-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.delivery-choice {
  display: grid;
  gap: 2px;
  min-height: 82px;
  padding: 14px 16px;
  align-content: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.delivery-choice small {
  color: var(--ink-soft);
}

.delivery-option input:checked + .delivery-choice {
  background: var(--mist);
  border-color: var(--brand-2);
  box-shadow: inset 0 0 0 1px var(--brand-2);
}

.delivery-option input:focus-visible + .delivery-choice {
  outline: 3px solid rgba(8, 120, 217, 0.28);
  outline-offset: 2px;
}

.calculator-privacy {
  margin: 0;
  padding-top: 2px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.calculator-result {
  display: flex;
  color: #fff;
  flex-direction: column;
  background: #07306b;
}

.result-kicker {
  margin: 0;
  color: #bdeaff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.result-total {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.08;
}

.result-breakdown {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
}

.result-breakdown div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.result-breakdown dt {
  color: #d7efff;
}

.result-breakdown dd {
  margin: 0;
  flex: 0 0 auto;
  font-weight: 900;
}

.result-note {
  margin: 24px 0 0;
  color: #d7efff;
  font-size: 0.92rem;
}

.result-button {
  width: 100%;
  margin-top: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  color: var(--brand);
  background: #fff;
  box-shadow: none;
}

.calculator-submit {
  width: fit-content;
}

.deadline-output {
  font-size: 2.5rem;
}

.deadline-status {
  margin: 20px 0 0;
  padding: 12px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-left: 4px solid #8ecbff;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-weight: 800;
}

.deadline-status.is-active {
  border-left-color: var(--mint);
}

.deadline-status.is-warning {
  border-left-color: #ffd166;
}

.deadline-status.is-overdue {
  border-left-color: #ff8f8f;
}

.result-law-note {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.result-law-note p {
  margin: 7px 0 0;
  color: #d7efff;
}

.calculator-prices,
.calculator-deadline-info {
  width: 100%;
  max-width: none;
}

.calculator-content-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

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

.price-item {
  min-width: 0;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.price-item p {
  margin: 0;
  color: var(--ink-soft);
}

.price-item .price-object {
  color: var(--brand-2);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-item .price-value {
  margin: 10px 0 14px;
  color: var(--brand);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}

.price-value span {
  font-size: 0.94rem;
}

.calculator-info-line {
  margin: 24px 0 0;
  padding: 18px 20px;
  color: var(--ink-soft);
  background: #fff;
  border-left: 4px solid var(--mint);
}

.calculator-explanation,
.calculator-explanation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: start;
}

.calculator-prose p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.calculator-prose p + p {
  margin-top: 18px;
}

.source-link {
  margin-top: 24px;
}

[hidden] {
  display: none !important;
}

.legal-header {
  grid-template-columns: auto 1fr;
}

.legal-back {
  justify-self: end;
}

.legal-main {
  min-height: calc(100svh - 86px);
  padding: clamp(54px, 8vw, 88px) clamp(20px, 4vw, 56px);
}

.legal-shell {
  width: min(100%, 820px);
  margin: 0 auto;
}

.legal-shell > h1 {
  margin-bottom: 38px;
  font-size: clamp(2rem, 5vw, 3rem);
}

.legal-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.legal-block {
  min-width: 0;
  padding: clamp(24px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(8, 27, 58, 0.07);
}

.legal-block h2 {
  margin-bottom: 18px;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
}

.legal-block p,
.legal-block address {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  font-style: normal;
}

.legal-block a {
  color: var(--brand-2);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-block-wide {
  grid-column: 1 / -1;
}

.legal-copy {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(8, 27, 58, 0.07);
}

.legal-copy section + section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.legal-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
}

.legal-copy p,
.legal-copy address,
.legal-copy ul {
  color: var(--ink-soft);
  font-size: 1rem;
}

.legal-copy p,
.legal-copy address {
  margin: 0;
}

.legal-copy address {
  font-style: normal;
}

.legal-copy p + p,
.legal-copy p + ul,
.legal-copy ul + p {
  margin-top: 12px;
}

.legal-copy ul {
  margin-bottom: 0;
  padding-left: 22px;
}

.legal-copy li + li {
  margin-top: 7px;
}

.legal-copy a {
  color: var(--brand-2);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-updated {
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.about-page-hero {
  padding: clamp(48px, 6vw, 64px) clamp(20px, 4vw, 56px);
}

.about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.about-page-copy,
.about-page-portrait,
.about-story > * {
  min-width: 0;
}

.about-page-copy h1 {
  max-width: 720px;
}

.about-intro {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
}

.about-facts div {
  padding-top: 16px;
  border-top: 2px solid var(--brand-3);
}

.about-facts dt {
  color: var(--brand);
  font-size: 1.05rem;
  font-weight: 900;
}

.about-facts dd {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.about-story-jump {
  margin-top: 28px;
}

.about-page-portrait {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-page-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: start;
  scroll-margin-top: 100px;
}

.about-story-lead p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.about-timeline {
  display: grid;
}

.about-timeline article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--line);
}

.about-timeline article + article {
  padding-top: 28px;
}

.about-timeline article:last-child {
  border-bottom: 0;
}

.timeline-number {
  display: grid;
  width: 42px;
  height: 42px;
  color: #fff;
  font-weight: 900;
  place-items: center;
  background: var(--brand);
  border-radius: 50%;
}

.about-timeline h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.about-timeline p {
  margin: 0;
  color: var(--ink-soft);
}

.about-principles {
  width: 100%;
  max-width: none;
}

.about-principles-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.about-contact-inner {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  width: min(100%, var(--max));
  margin: 0 auto;
  color: #fff;
}

.about-contact-inner > div {
  max-width: 760px;
}

.about-contact-inner .eyebrow,
.about-contact-inner p {
  color: #d7efff;
}

.about-contact-inner h2 {
  max-width: 720px;
}

.about-contact-inner p:not(.eyebrow) {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.about-contact-inner .button.secondary {
  flex: 0 0 auto;
}

.service-page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: min(650px, calc(100svh - 118px));
  overflow: hidden;
  color: #fff;
  background: var(--brand);
}

.service-page-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 24, 52, 0.94) 0%, rgba(3, 24, 52, 0.79) 46%, rgba(3, 24, 52, 0.12) 82%);
}

.service-page-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.service-page-hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 62px clamp(20px, 4vw, 56px);
}

.service-page-copy {
  max-width: 760px;
}

.service-page-copy .eyebrow {
  color: #8be3ff;
}

.service-page-copy h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(2.45rem, 4.15vw, 3.35rem);
  line-height: 1.04;
}

.service-page-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: #e8f5fb;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
}

.service-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.service-page-actions .button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
}

.service-fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 720px;
  margin: 34px 0 0;
  overflow: hidden;
  background: rgba(4, 42, 84, 0.74);
  border: 1px solid rgba(180, 224, 248, 0.34);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
}

.service-fact-strip div {
  min-width: 0;
  padding: 15px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.service-fact-strip div:first-child {
  border-left: 0;
}

.service-fact-strip dt {
  color: #fff;
  font-weight: 900;
}

.service-fact-strip dd {
  margin: 3px 0 0;
  color: #d9edf9;
  font-size: 0.86rem;
}

.service-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: start;
}

.service-overview > * {
  min-width: 0;
}

.service-overview .section-heading {
  margin-bottom: 0;
}

.service-overview .section-heading h2,
.service-documents-inner .section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 2.6rem);
}

.service-overview-copy > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.service-overview-copy > p + p {
  margin-top: 18px;
}

.service-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.service-scope-grid article {
  min-width: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.service-scope-grid h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.service-scope-grid p {
  margin: 0;
  color: var(--ink-soft);
}

.service-documents-section {
  width: 100%;
  max-width: none;
  background: var(--mist-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-documents-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: start;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.service-document-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-document-list li {
  position: relative;
  min-height: 62px;
  padding: 17px 16px 17px 48px;
  color: var(--ink-soft);
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-document-list li::before {
  position: absolute;
  left: 16px;
  top: 19px;
  width: 18px;
  height: 18px;
  content: "";
  background:
    linear-gradient(135deg, transparent 45%, #fff 46% 54%, transparent 55%) 3px 4px / 12px 8px no-repeat,
    var(--mint);
  border-radius: 50%;
}

.inline-text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--brand-2);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.service-process-section .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-price-band {
  width: 100%;
  padding: clamp(64px, 8vw, 92px) clamp(20px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(135deg, #062758, #0c4c8f);
}

.service-price-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.service-price-copy .eyebrow,
.service-price-copy p {
  color: #d7efff;
}

.service-price-copy h2 {
  color: #fff;
}

.service-price-copy p:not(.eyebrow) {
  margin: 20px 0 0;
}

.service-price-details {
  display: grid;
  gap: 14px;
  padding: 28px 0 28px clamp(26px, 4vw, 48px);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.service-price-value {
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.service-price-value span {
  display: block;
  margin-top: 8px;
  color: #bdeaff;
  font-size: 1rem;
  line-height: 1.4;
}

.service-price-notes {
  display: grid;
  gap: 7px;
  margin: 4px 0 0;
  padding: 0;
  color: #e8f5fb;
  list-style: none;
}

.service-price-details .button {
  width: fit-content;
  margin-top: 12px;
}

.service-page-faq {
  background: #fff;
}

.service-page-faq .faq-intro h2 {
  font-size: clamp(2rem, 3.1vw, 2.45rem);
}

.related-services .section-heading {
  margin-bottom: 28px;
}

.related-service-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.related-service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 92px;
  padding: 22px 24px;
  color: var(--brand);
  font-size: 1.08rem;
  font-weight: 900;
  background: var(--mist-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.related-service-link:hover,
.related-service-link:focus-visible {
  color: var(--brand-2);
  border-color: rgba(8, 120, 217, 0.45);
}

.related-service-link svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.knowledge-hero .service-page-backdrop,
.article-hero .service-page-backdrop {
  object-position: center;
}

.knowledge-hero::after,
.article-hero::after {
  background: linear-gradient(90deg, rgba(3, 24, 52, 0.96) 0%, rgba(3, 24, 52, 0.82) 48%, rgba(3, 24, 52, 0.14) 84%);
}

.knowledge-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: start;
}

.knowledge-intro > * {
  min-width: 0;
}

.knowledge-intro .section-heading {
  margin-bottom: 0;
}

.knowledge-intro .section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
}

.knowledge-intro-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.knowledge-intro-copy p + p {
  margin-top: 18px;
}

.knowledge-library-section {
  width: 100%;
  padding: clamp(64px, 8vw, 96px) clamp(20px, 4vw, 56px);
  background: var(--mist-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.knowledge-library-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

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

.knowledge-grid.has-five-cards {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.knowledge-grid.has-five-cards .knowledge-card {
  grid-column: span 2;
}

.knowledge-grid.has-five-cards .knowledge-card:nth-child(n + 4) {
  grid-column: span 3;
}

.knowledge-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(8, 27, 58, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.knowledge-card:hover,
.knowledge-card:focus-visible {
  border-color: rgba(8, 120, 217, 0.46);
  box-shadow: 0 20px 50px rgba(8, 48, 98, 0.12);
  transform: translateY(-2px);
}

.knowledge-card:focus-visible {
  outline: 3px solid rgba(8, 120, 217, 0.22);
  outline-offset: 3px;
}

.knowledge-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--mist);
}

.knowledge-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.knowledge-card:hover .knowledge-card-media img {
  transform: scale(1.025);
}

.knowledge-card-copy {
  display: flex;
  min-width: 0;
  height: 100%;
  padding: 24px;
  flex-direction: column;
}

.knowledge-tag {
  margin: 0 0 10px;
  color: var(--brand-2);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.knowledge-card h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.2;
}

.knowledge-card-copy > p:not(.knowledge-tag) {
  margin: 14px 0 22px;
  color: var(--ink-soft);
}

.knowledge-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--brand-2);
  font-weight: 900;
}

.knowledge-card-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.knowledge-object-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-hero {
  min-height: min(620px, calc(100svh - 118px));
}

.article-hero-copy {
  max-width: 820px;
}

.article-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4vw, 3.25rem);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 26px;
  color: #cceaff;
  font-size: 0.88rem;
  font-weight: 800;
}

.article-meta span,
.article-meta time {
  position: relative;
}

.article-meta span + span::before,
.article-meta span + time::before {
  position: absolute;
  left: -14px;
  content: "•";
  color: #60d4ff;
}

.article-shell {
  padding: clamp(64px, 8vw, 96px) clamp(20px, 4vw, 56px);
}

.article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 780px);
  gap: clamp(44px, 7vw, 90px);
  justify-content: center;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.article-layout > * {
  min-width: 0;
}

.article-toc {
  position: sticky;
  top: 118px;
  display: grid;
  align-self: start;
  gap: 4px;
  padding: 22px 0;
  border-top: 3px solid var(--brand-2);
  border-bottom: 1px solid var(--line);
}

.article-toc p {
  margin: 0 0 8px;
  color: var(--ink);
  font-weight: 900;
}

.article-toc a {
  padding: 7px 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.article-toc a:hover,
.article-toc a:focus-visible {
  color: var(--brand-2);
}

.article-content > section,
.article-content > aside {
  padding-bottom: 64px;
}

.article-content > section + section,
.article-content > section + aside,
.article-content > aside + section {
  padding-top: 64px;
  border-top: 1px solid var(--line);
}

.article-content h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.article-content h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.article-content p {
  color: var(--ink-soft);
}

.article-content h2 + p,
.article-content .eyebrow + h2 {
  margin-top: 0;
}

.article-answer {
  padding: 30px 32px 32px !important;
  background: var(--mist-2);
  border-top: 0 !important;
  border-left: 4px solid var(--mint);
}

.article-answer p:last-child {
  margin-bottom: 0;
}

.print-sheet-heading > p:not(.eyebrow) {
  margin-bottom: 0;
}

.document-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 30px;
  padding: 28px;
  background: var(--mist-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.document-checklist fieldset {
  display: grid;
  min-width: 0;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.document-checklist legend {
  width: 100%;
  margin-bottom: 4px;
  color: var(--brand);
  font-size: 1rem;
  font-weight: 900;
}

.document-checklist label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--ink-soft);
  cursor: pointer;
}

.document-checklist input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--brand-2);
}

.article-print-actions {
  display: flex;
  margin-top: 22px;
}

.article-document-groups {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.article-document-groups > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 26px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.weg-distribution-groups > div {
  grid-template-columns: 240px minmax(0, 1fr);
}

.article-document-groups p {
  margin: 0;
}

.article-object-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.article-object-notes > div {
  min-width: 0;
  padding-top: 24px;
}

.article-object-notes p {
  margin: 12px 0;
}

.article-object-notes a,
.article-author a,
.article-sources a,
.article-inline-link {
  color: var(--brand-2);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.article-numbered-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: article-steps;
}

.article-numbered-list li {
  position: relative;
  min-height: 72px;
  padding: 20px 0 20px 58px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  counter-increment: article-steps;
}

.article-numbered-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.article-numbered-list li::before {
  position: absolute;
  left: 0;
  top: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  color: #fff;
  font-weight: 900;
  content: counter(article-steps);
  place-items: center;
  background: var(--brand);
  border-radius: 50%;
}

.article-numbered-list strong {
  color: var(--ink);
}

.article-callout {
  margin-bottom: 64px;
  padding: 34px !important;
  color: #fff;
  background: linear-gradient(135deg, #062758, #0c4c8f);
  border: 0 !important;
  border-radius: var(--radius);
}

.article-callout .eyebrow,
.article-callout p {
  color: #d7efff;
}

.article-callout h2 {
  color: #fff;
}

.article-callout .button {
  margin-top: 14px;
}

.cost-catalog > p:not(.eyebrow) {
  max-width: 68ch;
}

.cost-controls {
  display: grid;
  gap: 16px;
  margin: 30px 0 26px;
  padding: 24px;
  background: var(--mist-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.cost-controls > label {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.cost-search-field {
  position: relative;
}

.cost-search-field > svg {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--brand-2);
  stroke-width: 2;
  stroke-linecap: round;
  transform: translateY(-50%);
  pointer-events: none;
}

.cost-search-field input {
  width: 100%;
  min-height: 50px;
  padding: 0 50px 0 48px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid #a9bdd1;
  border-radius: 6px;
}

.cost-search-field input:focus {
  outline: 3px solid rgba(8, 120, 217, 0.18);
  border-color: var(--brand-2);
}

.cost-search-field button {
  position: absolute;
  right: 7px;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--ink-soft);
  background: transparent;
  border: 0;
  border-radius: 6px;
  transform: translateY(-50%);
  cursor: pointer;
  place-items: center;
}

.cost-search-field button:hover,
.cost-search-field button:focus-visible {
  color: var(--brand);
  background: #e4f1fb;
}

.cost-search-field button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.cost-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cost-filter-group button {
  min-height: 40px;
  padding: 8px 14px;
  color: var(--ink-soft);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 850;
  background: #fff;
  border: 1px solid #b8c8d7;
  border-radius: 6px;
  cursor: pointer;
}

.cost-filter-group button:hover,
.cost-filter-group button:focus-visible {
  color: var(--brand);
  border-color: var(--brand-2);
}

.cost-filter-group button.is-active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.cost-controls-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 4px;
}

.cost-result-count {
  margin: 0;
  color: var(--ink) !important;
  font-size: 0.9rem;
  font-weight: 850;
}

.cost-print-button {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 14px;
  align-items: center;
  gap: 9px;
  color: var(--brand);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  background: transparent;
  border: 1px solid rgba(6, 48, 107, 0.35);
  border-radius: 6px;
  cursor: pointer;
}

.cost-print-button:hover,
.cost-print-button:focus-visible {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.cost-print-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cost-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cost-item {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid #8cc7ad;
  border-radius: var(--radius);
}

.cost-item[data-cost-status="check"] {
  border-left-color: #d7a21c;
}

.cost-item[data-cost-status="excluded"] {
  border-left-color: #bc5c68;
}

.cost-item[hidden] {
  display: none;
}

.cost-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.cost-number {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 900;
}

.cost-status {
  padding: 4px 7px;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: right;
  border-radius: 4px;
}

.cost-status.is-standard {
  color: #155c3d;
  background: #e1f4e9;
}

.cost-status.is-check {
  color: #704d00;
  background: #fff0bf;
}

.cost-status.is-excluded {
  color: #7c2833;
  background: #f9e3e6;
}

.cost-item h3 {
  font-size: 1.08rem;
}

.cost-item p {
  margin: 10px 0 0;
  font-size: 0.92rem;
}

.cost-empty {
  margin: 0;
  padding: 24px;
  color: var(--ink) !important;
  text-align: center;
  background: #fff8df;
  border: 1px solid #e6cc72;
  border-radius: var(--radius);
}

.weg-article-hero .service-page-backdrop {
  transform: scaleX(-1);
}

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

.weg-compare-panel {
  min-width: 0;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid #7e96af;
  border-radius: var(--radius);
}

.weg-compare-panel.is-tenant {
  background: var(--mist-2);
  border-top-color: var(--brand-2);
}

.weg-compare-label {
  margin: 0 0 8px;
  color: var(--brand-2) !important;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.weg-compare-panel h3 {
  font-size: 1.3rem;
}

.weg-compare-panel dl {
  margin: 22px 0 0;
}

.weg-compare-panel dl > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.weg-compare-panel dt {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.weg-compare-panel dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.weg-position-list {
  margin: 30px 0 24px;
  border-top: 1px solid var(--line);
}

.weg-position-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) auto minmax(260px, 1.45fr);
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.weg-position-row h3,
.weg-position-row p {
  margin: 0;
}

.weg-position-row p {
  font-size: 0.92rem;
}

.transfer-status {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 8px;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  border-radius: 4px;
}

.transfer-status.is-positive {
  color: #155c3d;
  background: #e1f4e9;
}

.transfer-status.is-check {
  color: #704d00;
  background: #fff0bf;
}

.transfer-status.is-add {
  color: #074f87;
  background: #dcefff;
}

.transfer-status.is-negative {
  color: #7c2833;
  background: #f9e3e6;
}

.article-faq-list {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.article-source-intro {
  max-width: 68ch;
  margin: 16px 0 0;
}

.article-external-note {
  max-width: 68ch;
  margin: 14px 0 0;
  padding-left: 14px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  border-left: 3px solid var(--brand-2);
}

.article-external-note strong {
  color: var(--ink);
}

.article-source-list {
  display: grid;
  gap: 0;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.article-source-list li {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.article-source-list h3 {
  margin: 0;
}

.article-source-list h3 a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.article-source-list h3 svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-source-list p {
  max-width: 68ch;
  margin: 12px 0 0;
}

.article-source-list strong {
  color: var(--ink);
}

.article-source-list .article-paragraph-label {
  margin-top: 18px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.article-paragraph-links {
  display: grid;
  gap: 8px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.article-paragraph-links li {
  padding: 0;
  border: 0;
}

.article-paragraph-links a {
  display: inline-flex;
  gap: 7px;
  align-items: flex-start;
  font-size: 0.94rem;
  line-height: 1.45;
}

.article-paragraph-links svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-legal-note {
  padding: 18px 20px;
  background: var(--mist-2);
  border-left: 3px solid var(--brand-2);
}

.article-author {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding-bottom: 0 !important;
}

.article-author img {
  width: 132px;
  height: 165px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
  border-radius: var(--radius);
}

.article-author h2 {
  font-size: 1.8rem;
}

.article-author p:not(.eyebrow) {
  margin: 10px 0 14px;
}

.checklist-copy .button {
  margin-top: 14px;
}

@media (max-width: 1180px) and (min-width: 1021px) {
  .header-cta {
    display: none;
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-cta {
    display: none;
  }

  .legal-header {
    grid-template-columns: auto auto;
  }

  .legal-back {
    display: inline-flex;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 86px 16px auto;
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
    gap: 6px;
  }

  .site-nav a {
    padding: 14px;
    border-radius: var(--radius);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: var(--mist);
  }

  .site-nav a::after {
    display: none;
  }

  .hero,
  .time-relief-section,
  .faq-inner,
  .service-overview,
  .service-documents-inner,
  .service-price-inner,
  .split-section,
  .checklist-section,
  .contact-card,
  .about-preview,
  .about-hero-inner,
  .about-story,
  .calculator-preview,
  .calculator-shell,
  .calculator-explanation,
  .calculator-explanation-grid,
  .knowledge-intro,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
    padding: 16px 0;
  }

  .article-toc p {
    width: 100%;
  }

  .knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .knowledge-card:first-child {
    grid-column: 1 / -1;
  }

  .knowledge-grid.has-five-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .knowledge-grid.has-five-cards .knowledge-card,
  .knowledge-grid.has-five-cards .knowledge-card:nth-child(n + 4) {
    grid-column: auto;
  }

  .knowledge-grid.has-five-cards .knowledge-card:first-child {
    grid-column: 1 / -1;
  }

  .knowledge-grid.has-six-cards .knowledge-card:first-child {
    grid-column: auto;
  }

  .calculator-hero-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .calculator-hero-copy h1 {
    font-size: 3.25rem;
  }

  .hero {
    min-height: min(650px, calc(100svh - 118px));
  }

  .hero-copy {
    justify-self: end;
  }

  .hero-panel {
    justify-self: center;
  }

  .hero-panel {
    max-width: 640px;
  }

  .service-price-details {
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }

  .about-preview-media,
  .about-page-portrait {
    width: min(100%, 560px);
    justify-self: center;
  }

  .time-relief-media {
    width: min(100%, 760px);
    justify-self: center;
  }

  .time-relief-copy {
    max-width: 760px;
  }

  .service-grid,
  .process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  section[id] {
    scroll-margin-top: 86px;
  }

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

  .brand {
    width: min(218px, 70vw);
  }

  .site-nav {
    inset: 74px 12px auto;
  }

  .service-page-hero {
    align-items: end;
    min-height: calc(100svh - 104px);
  }

  .service-page-hero::after {
    background: linear-gradient(0deg, rgba(3, 24, 52, 0.97) 0%, rgba(3, 24, 52, 0.8) 62%, rgba(3, 24, 52, 0.12) 100%);
  }

  .service-page-hero-inner {
    padding: 130px 20px 32px;
  }

  .service-page-copy h1 {
    font-size: 1.68rem;
    line-height: 1.08;
  }

  .service-page-lead {
    margin-top: 18px;
    font-size: 1rem;
  }

  .service-page-actions {
    margin-top: 24px;
  }

  .service-fact-strip {
    margin-top: 24px;
  }

  .service-fact-strip div {
    padding: 12px 9px;
  }

  .service-fact-strip dt {
    font-size: 0.78rem;
  }

  .service-fact-strip dd {
    font-size: 0.7rem;
  }

  .service-scope-grid,
  .service-document-list,
  .related-service-links,
  .knowledge-grid,
  .knowledge-object-links,
  .document-checklist,
  .article-object-notes {
    grid-template-columns: 1fr;
  }

  .knowledge-card:first-child {
    grid-column: auto;
  }

  .article-shell {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .article-hero {
    display: block;
    min-height: 0;
    background: #052752;
  }

  .article-hero::after {
    display: none;
  }

  .article-hero .service-page-backdrop {
    position: relative;
    z-index: auto;
    inset: auto;
    height: clamp(190px, 54vw, 225px);
    object-position: center 48%;
  }

  .article-hero > .ai-image-label {
    top: calc(clamp(190px, 54vw, 225px) - 22px);
    bottom: auto;
  }

  .article-hero .service-page-hero-inner {
    padding: 34px 20px 42px;
  }

  .article-meta {
    display: grid;
    gap: 5px;
    margin-top: 20px;
  }

  .article-meta span + span::before,
  .article-meta span + time::before {
    display: none;
  }

  .article-toc {
    gap: 2px 12px;
  }

  .article-toc a {
    font-size: 0.86rem;
  }

  .article-content > section,
  .article-content > aside {
    padding-bottom: 50px;
  }

  .article-content > section + section,
  .article-content > section + aside,
  .article-content > aside + section {
    padding-top: 50px;
  }

  .article-content h2 {
    font-size: 1.78rem;
  }

  .article-answer {
    padding: 24px 22px 26px !important;
  }

  .document-checklist {
    padding: 22px;
  }

  .article-document-groups > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .article-callout {
    margin-bottom: 50px;
    padding: 26px 22px !important;
  }

  .cost-controls {
    padding: 20px;
  }

  .cost-filter-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cost-filter-group button {
    width: 100%;
  }

  .cost-controls-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .cost-print-button {
    justify-content: center;
  }

  .cost-list {
    grid-template-columns: 1fr;
  }

  .cost-item-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cost-status {
    text-align: left;
  }

  .weg-compare-grid {
    grid-template-columns: 1fr;
  }

  .weg-compare-panel {
    padding: 22px;
  }

  .weg-position-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .transfer-status {
    justify-self: start;
  }

  .article-author {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
  }

  .article-author img {
    width: 96px;
    height: 120px;
  }

  .service-price-band {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .service-price-value {
    font-size: 2.5rem;
  }

  .hero {
    align-items: end;
    min-height: calc(100svh - 106px);
    padding: 110px 20px 30px;
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(3, 22, 48, 0.96) 0%, rgba(3, 22, 48, 0.77) 58%, rgba(3, 22, 48, 0.08) 100%),
      linear-gradient(90deg, rgba(3, 22, 48, 0.18), rgba(3, 22, 48, 0.2));
  }

  .hero-backdrop {
    object-position: 38% center;
  }

  .hero-copy {
    width: 100%;
    max-width: 660px;
    justify-self: center;
  }

  .hero-copy h1 {
    font-size: 2.45rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero .proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
  }

  .proof-strip div {
    padding: 14px 10px;
  }

  .proof-strip dt {
    font-size: 0.82rem;
  }

  .proof-strip dd {
    font-size: 0.76rem;
  }

  h1 {
    font-size: 2.85rem;
  }

  .contact-card h2 {
    font-size: 1.65rem;
  }

  .hero-actions,
  .button,
  .header-cta {
    width: 100%;
  }

  .legal-back {
    width: auto;
    min-height: 44px;
    padding: 0 14px;
  }

  .checklist,
  .contact-form,
  .site-footer,
  .legal-content,
  .about-facts,
  .tool-preview-grid,
  .pricing-grid,
  .calculator-field-row,
  .delivery-options,
  .review-details {
    grid-template-columns: 1fr;
  }

  .calculator-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .calculator-hero-copy h1 {
    font-size: 2.6rem;
  }

  .calculator-switch {
    width: 100%;
  }

  .calculator-switch a {
    min-width: 0;
    flex: 1 1 0;
  }

  .calculator-form,
  .calculator-result,
  .price-item {
    padding: 22px;
  }

  .tool-preview-item {
    min-height: 0;
  }

  .calculator-form-header h2 {
    font-size: 1.55rem;
  }

  .result-total {
    font-size: 2.5rem;
  }

  .deadline-output {
    font-size: 2rem;
  }

  .result-button {
    margin-top: 28px;
  }

  .about-contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-contact-inner .button.secondary {
    width: 100%;
  }

  .life-section {
    align-items: end;
    min-height: 680px;
  }

  .life-section::after {
    background: linear-gradient(0deg, rgba(3, 27, 51, 0.96) 0%, rgba(3, 27, 51, 0.78) 52%, rgba(3, 27, 51, 0.08) 100%);
  }

  .life-backdrop {
    object-position: 62% center;
  }

  .life-section-inner {
    padding-top: 250px;
    padding-bottom: 50px;
  }

  .life-copy h2 {
    font-size: 2.5rem;
  }

  .process article,
  .contact-form {
    padding: 20px;
  }

  .service-card > h3 {
    margin: 20px 20px 10px;
  }

  .service-card > p {
    margin: 0 20px 16px;
  }

  .service-card-cta {
    margin-right: 20px;
    margin-bottom: 22px;
    margin-left: 20px;
  }

  .tool-preview-item h3 {
    margin: 20px 20px 10px;
  }

  .tool-preview-item p {
    margin-right: 20px;
    margin-left: 20px;
  }

  .tool-link {
    margin-right: 20px;
    margin-bottom: 22px;
    margin-left: 20px;
  }

  .owner-panel-copy {
    padding: 22px;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .faq-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .faq-intro h2 {
    font-size: 2.15rem;
  }

  .faq-item summary {
    gap: 16px;
    padding: 20px 0;
    font-size: 1rem;
  }

  .faq-answer {
    padding-right: 0;
    padding-bottom: 22px;
  }

  .checklist-section {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }

  .form-heading,
  .form-field-full,
  .form-status,
  .form-button {
    grid-column: 1;
  }

  .form-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .review-details .review-details-full {
    grid-column: 1;
  }

  .review-actions {
    flex-direction: column;
  }

  .site-footer {
    justify-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: calc(100svh - 104px);
    padding: 90px 16px 26px;
  }

  .hero-copy h1 {
    font-size: 2.12rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .proof-strip dt {
    font-size: 0.7rem;
  }

  .proof-strip dd {
    display: none;
  }

  .life-copy h2 {
    font-size: 2.12rem;
  }

  .legal-header {
    gap: 16px;
  }

  .legal-back {
    width: 44px;
    padding: 0;
  }

  .legal-back span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .contact-person {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .contact-portrait {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .contact-person-details {
    width: 100%;
    gap: 10px;
  }

  .contact-person-details strong {
    font-size: 0.96rem;
  }

  .contact-phone {
    gap: 5px;
    font-size: 0.86rem;
  }

  .contact-phone svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 2.75rem;
  }

  .service-page-copy h1 {
    font-size: 1.35rem;
  }

  .article-content h2 {
    font-size: 1.55rem;
  }

  .legal-shell > h1 {
    font-size: 1.65rem;
  }

  .legal-block h2 {
    font-size: 1.1rem;
  }

  .contact-card h2,
  .about-story-lead h2 {
    font-size: 1.35rem;
  }

  .contact-person {
    gap: 10px;
  }

  .contact-portrait {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .contact-person-details {
    gap: 8px;
  }

  .contact-person-details strong {
    font-size: 0.9rem;
  }

  .contact-phone {
    gap: 4px;
    font-size: 0.8rem;
  }

  .contact-phone svg {
    width: 15px;
    height: 15px;
  }

  .calculator-hero-copy h1 {
    font-size: 2.25rem;
  }

  .calculator-form-header h2 {
    font-size: 1.4rem;
  }
}

@media print {
  @page {
    margin: 14mm;
  }

  body {
    color: #000;
    background: #fff;
  }

  body * {
    visibility: hidden;
  }

  .print-sheet,
  .print-sheet * {
    visibility: visible;
  }

  .print-sheet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
  }

  .print-sheet::before {
    display: block;
    margin-bottom: 14px;
    color: #07306b;
    font-size: 13px;
    font-weight: 800;
    content: "LEUKOSTA | Unterlagen für die Nebenkostenabrechnung";
  }

  .print-sheet.weg-print-sheet::before {
    content: "LEUKOSTA | Checkliste für vermietete Eigentumswohnungen";
  }

  .print-sheet .eyebrow,
  .article-print-actions {
    display: none !important;
  }

  .print-sheet h2 {
    margin-bottom: 8px;
    color: #000;
    font-size: 25px;
  }

  .print-sheet-heading > p {
    margin: 0 0 16px;
    color: #333;
    font-size: 12px;
  }

  body.print-cost-catalog .cost-catalog,
  body.print-cost-catalog .cost-catalog * {
    visibility: visible;
  }

  body.print-cost-catalog .cost-catalog {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
  }

  body.print-cost-catalog .cost-catalog::before {
    display: block;
    margin-bottom: 14px;
    color: #07306b;
    font-size: 13px;
    font-weight: 800;
    content: "LEUKOSTA | Welche Nebenkosten sind umlagefähig?";
  }

  body.print-cost-catalog .cost-controls,
  body.print-cost-catalog .cost-empty {
    display: none !important;
  }

  body.print-cost-catalog .cost-catalog h2 {
    margin-bottom: 8px;
    color: #000;
    font-size: 25px;
  }

  body.print-cost-catalog .cost-catalog > p {
    margin: 0 0 16px;
    color: #333;
    font-size: 11px;
  }

  body.print-cost-catalog .cost-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.print-cost-catalog .cost-item {
    padding: 12px;
    box-shadow: none;
    break-inside: avoid;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body.print-cost-catalog .cost-item-header {
    margin-bottom: 8px;
  }

  body.print-cost-catalog .cost-item h3 {
    color: #000;
    font-size: 12px;
  }

  body.print-cost-catalog .cost-item p,
  body.print-cost-catalog .cost-number,
  body.print-cost-catalog .cost-status {
    font-size: 9px;
  }

  .document-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    margin-top: 0;
    padding: 18px;
    background: #fff;
    border: 1px solid #9ca3af;
  }

  .document-checklist legend {
    color: #000;
  }

  .document-checklist label {
    color: #222;
    font-size: 11px;
  }
}

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