/* Footer reference layer merged from footer-reference.css */

/* Atlas footer reference, based on design option 02. */
body .footer.footer-reference-atlas {
  --footer-cream: #f7f1e7;
  --footer-cream-2: #efe6d8;
  --footer-deep: #031924;
  --footer-navy: #052333;
  --footer-panel: rgba(8, 39, 55, 0.82);
  --footer-panel-strong: rgba(8, 41, 58, 0.92);
  --footer-line: rgba(178, 219, 229, 0.16);
  --footer-line-soft: rgba(255, 255, 255, 0.08);
  --footer-text: rgba(248, 244, 235, 0.92);
  --footer-muted: rgba(248, 244, 235, 0.68);
  --footer-faint: rgba(248, 244, 235, 0.48);
  --footer-gold: #d4a55a;
  --footer-gold-soft: rgba(212, 165, 90, 0.18);
  --footer-cyan: #62bfd1;
  --footer-cyan-soft: rgba(98, 191, 209, 0.16);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: var(--footer-text);
  background:
    linear-gradient(180deg, var(--footer-cream) 0 238px, var(--footer-deep) 238px 100%);
  border-top: 0;
  box-shadow: none;
}

body .footer.footer-reference-atlas::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 238px 0 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #041b27 0%, #052334 46%, #041925 100%);
  background-size: 86px 86px, 86px 86px, auto;
  opacity: 1;
  pointer-events: none;
}

body .footer.footer-reference-atlas::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 238px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 165, 90, 0.44), rgba(98, 191, 209, 0.34), transparent);
  pointer-events: none;
}

body .footer.footer-reference-atlas a {
  color: inherit;
}

body .footer.footer-reference-atlas p,
body .footer.footer-reference-atlas h2,
body .footer.footer-reference-atlas h3,
body .footer.footer-reference-atlas ul {
  margin: 0;
}

body .footer.footer-reference-atlas address {
  font-style: normal;
}

body .footer.footer-reference-atlas .container {
  width: min(1548px, calc(100% - 76px));
  max-width: none;
}

body .footer.footer-reference-atlas .footer-reference-prelude {
  min-height: 0;
}

body .footer.footer-reference-atlas .footer-reference-shell {
  position: relative;
  z-index: 2;
  padding-top: 38px;
}

body .footer.footer-reference-atlas .footer-reference-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 198px;
  padding: 42px 48px 40px;
  color: var(--footer-text);
  border: 1px solid rgba(163, 215, 225, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(212, 165, 90, 0.95), rgba(98, 191, 209, 0.92)) 0 0 / 100% 4px no-repeat,
    linear-gradient(180deg, rgba(5, 29, 42, 0.98), rgba(4, 24, 35, 0.98));
  box-shadow: 0 22px 44px rgba(3, 16, 24, 0.24);
}

body .footer.footer-reference-atlas .footer-reference-title {
  max-width: 980px;
  color: #fff9ef;
  font-family: "Newsreader", Georgia, serif;
  font-size: 42px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0;
}

body .footer.footer-reference-atlas .footer-reference-hero-copy {
  transform: translateY(9px);
}

body .footer.footer-reference-atlas .footer-reference-copy {
  max-width: 455px;
  margin-top: 12px;
  color: rgba(248, 244, 235, 0.78);
  font-size: 16px;
  line-height: 1.58;
}

body .footer.footer-reference-atlas .footer-reference-proof {
  position: absolute;
  left: 606px;
  top: 141px;
  width: 520px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 21px;
  min-width: 0;
}

body .footer.footer-reference-atlas .footer-reference-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(248, 244, 235, 0.82);
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

body .footer.footer-reference-atlas .footer-reference-proof-item::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 2px solid var(--footer-gold);
  box-shadow: 0 0 18px rgba(212, 165, 90, 0.08);
}

body .footer.footer-reference-atlas .footer-reference-proof-item[data-icon="pin"]::before {
  width: 15px;
  height: 15px;
  border-radius: 50% 50% 50% 2px;
  transform: rotate(-45deg);
}

body .footer.footer-reference-atlas .footer-reference-proof-item[data-icon="target"]::before {
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 4px var(--footer-deep),
    inset 0 0 0 6px var(--footer-gold);
}

body .footer.footer-reference-atlas .footer-reference-proof-item[data-icon="calendar"]::before {
  border-radius: 3px;
  background:
    linear-gradient(var(--footer-gold), var(--footer-gold)) 3px 5px / 10px 2px no-repeat,
    linear-gradient(var(--footer-gold), var(--footer-gold)) 5px 10px / 8px 2px no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-proof-item[data-icon="bars"]::before {
  border: 0;
  background:
    linear-gradient(var(--footer-gold), var(--footer-gold)) 1px 9px / 3px 9px no-repeat,
    linear-gradient(var(--footer-gold), var(--footer-gold)) 7px 4px / 3px 14px no-repeat,
    linear-gradient(var(--footer-gold), var(--footer-gold)) 13px 0 / 3px 18px no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 340px;
  min-height: 58px;
  padding: 0 24px;
  color: #111d20;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 4px;
  border: 1px solid rgba(255, 219, 147, 0.65);
  border-radius: 8px;
  background: linear-gradient(180deg, #e7ba6b, #c99445);
  box-shadow: 0 18px 34px rgba(2, 13, 20, 0.28), inset 0 1px 0 rgba(255, 246, 224, 0.42);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body .footer.footer-reference-atlas .footer-reference-primary::after,
body .footer.footer-reference-atlas .footer-reference-link::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.9;
}

body .footer.footer-reference-atlas .footer-reference-primary:hover,
body .footer.footer-reference-atlas .footer-reference-primary:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #efc77b, #d2a052);
  box-shadow: 0 24px 46px rgba(2, 13, 20, 0.34), 0 0 0 4px rgba(98, 191, 209, 0.09);
}

body .footer.footer-reference-atlas .footer-reference-body {
  position: relative;
  z-index: 1;
  margin-top: 0;
  color: var(--footer-text);
}

body .footer.footer-reference-atlas .footer-reference-system {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(420px, 0.85fr);
  gap: 42px;
  align-items: center;
  min-height: 408px;
  padding-top: 0;
  padding-bottom: 0;
}

body .footer.footer-reference-atlas .footer-reference-map {
  position: relative;
  min-height: 408px;
  overflow: hidden;
  display: block;
  padding-left: 30px;
}

body .footer.footer-reference-atlas .footer-reference-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(28deg, transparent 0 18%, rgba(255, 255, 255, 0.035) 18.1% 18.4%, transparent 18.5% 100%),
    linear-gradient(152deg, transparent 0 30%, rgba(255, 255, 255, 0.026) 30.1% 30.4%, transparent 30.5% 100%),
    linear-gradient(84deg, transparent 0 54%, rgba(255, 255, 255, 0.024) 54.1% 54.4%, transparent 54.5% 100%),
    radial-gradient(circle at 62% 52%, rgba(98, 191, 209, 0.1), transparent 28%);
  opacity: 0.8;
  pointer-events: none;
}

body .footer.footer-reference-atlas .footer-reference-system-copy,
body .footer.footer-reference-atlas .footer-reference-route {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body .footer.footer-reference-atlas .footer-reference-system-copy {
  position: absolute;
  left: 30px;
  top: 47px;
  width: 430px;
}

body .footer.footer-reference-atlas .footer-reference-hero-copy,
body .footer.footer-reference-atlas .footer-reference-map,
body .footer.footer-reference-atlas .footer-reference-contact-card {
  min-width: 0;
}

body .footer.footer-reference-atlas .footer-reference-title,
body .footer.footer-reference-atlas .footer-reference-system-copy h3,
body .footer.footer-reference-atlas .footer-reference-copy,
body .footer.footer-reference-atlas .footer-reference-system-copy p {
  overflow-wrap: break-word;
}

body .footer.footer-reference-atlas .footer-reference-kicker,
body .footer.footer-reference-atlas .footer-reference-nav-heading {
  color: var(--footer-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

body .footer.footer-reference-atlas .footer-reference-system-copy h3 {
  max-width: 405px;
  margin-top: 18px;
  color: #fff9ef;
  font-family: "Newsreader", Georgia, serif;
  font-size: 40px;
  font-weight: 620;
  line-height: 1.12;
  letter-spacing: 0;
}

body .footer.footer-reference-atlas .footer-reference-system-copy > p:last-child {
  max-width: 430px;
  margin-top: 8px;
  color: rgba(248, 244, 235, 0.76);
  font-size: 15px;
  line-height: 1.75;
}

body .footer.footer-reference-atlas .footer-reference-route {
  position: absolute;
  left: 150px;
  top: 0;
  width: 790px;
  min-height: 408px;
}

body .footer.footer-reference-atlas .footer-reference-route::before {
  content: none;
}

body .footer.footer-reference-atlas .footer-reference-route-line {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  pointer-events: none;
}

body .footer.footer-reference-atlas .footer-reference-route-path {
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 8 9;
  opacity: 0.92;
}

body .footer.footer-reference-atlas .footer-reference-route-path-gold {
  stroke: rgba(212, 165, 90, 0.96);
}

body .footer.footer-reference-atlas .footer-reference-route-path-cyan {
  stroke: rgba(98, 191, 209, 0.9);
}

body .footer.footer-reference-atlas .footer-reference-route::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 36%;
  top: 30%;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(212, 165, 90, 0.95) 0 8px, transparent 9px),
    repeating-radial-gradient(circle, rgba(98, 191, 209, 0.28) 0 2px, transparent 2px 25px);
  box-shadow: 0 0 0 1px rgba(212, 165, 90, 0.38) inset;
  opacity: 0.85;
}

body .footer.footer-reference-atlas .footer-reference-route-center {
  position: absolute;
  z-index: 3;
  left: calc(36% + 78px);
  top: calc(30% + 78px);
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 4px;
  background: linear-gradient(180deg, #e9bb66, #ca9341);
  transform: rotate(-45deg);
  box-shadow: 0 0 0 10px rgba(212, 165, 90, 0.12), 0 10px 22px rgba(2, 12, 18, 0.32);
}

body .footer.footer-reference-atlas .footer-reference-route-center::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #062231;
}

body .footer.footer-reference-atlas .footer-reference-route-node {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  min-width: 154px;
  color: var(--footer-muted);
}

body .footer.footer-reference-atlas .footer-reference-route-node strong {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 37px;
  height: 37px;
  color: #fff2dc;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: rgba(6, 29, 42, 0.92);
}

body .footer.footer-reference-atlas .footer-reference-route-node em {
  color: var(--footer-gold);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}

body .footer.footer-reference-atlas .footer-reference-route-node small {
  max-width: 145px;
  color: rgba(248, 244, 235, 0.64);
  font-size: 12px;
  line-height: 1.45;
}

body .footer.footer-reference-atlas .footer-reference-route-node-measure strong,
body .footer.footer-reference-atlas .footer-reference-route-node-contact strong {
  color: var(--footer-cyan);
}

body .footer.footer-reference-atlas .footer-reference-route-node-measure em,
body .footer.footer-reference-atlas .footer-reference-route-node-contact em {
  color: var(--footer-cyan);
}

body .footer.footer-reference-atlas .footer-reference-route-node-profile {
  left: 2px;
  bottom: 70px;
  grid-template-columns: 48px auto;
  min-width: 190px;
}

body .footer.footer-reference-atlas .footer-reference-route-node-profile strong {
  grid-column: 2;
}

body .footer.footer-reference-atlas .footer-reference-route-node-profile em,
body .footer.footer-reference-atlas .footer-reference-route-node-profile small {
  grid-column: 1;
}

body .footer.footer-reference-atlas .footer-reference-route-node-website {
  left: 454px;
  top: 72px;
}

body .footer.footer-reference-atlas .footer-reference-route-node-measure {
  left: 470px;
  bottom: 70px;
}

body .footer.footer-reference-atlas .footer-reference-route-node-contact {
  left: 655px;
  top: 217px;
}

body .footer.footer-reference-atlas .footer-reference-contact-card {
  align-self: start;
  height: 350px;
  margin-top: 34px;
  min-height: 0;
  padding: 24px 36px 22px;
  border: 1px solid rgba(98, 191, 209, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(9, 46, 64, 0.88), rgba(8, 38, 55, 0.84)),
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 70px 70px, 70px 70px;
  box-shadow: 0 24px 46px rgba(1, 12, 18, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body .footer.footer-reference-atlas .footer-reference-card-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}

body .footer.footer-reference-atlas .footer-reference-card-title strong {
  color: #fff8ed;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

body .footer.footer-reference-atlas .footer-reference-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 2px solid var(--footer-gold);
  border-radius: 999px;
}

body .footer.footer-reference-atlas .footer-reference-icon::before {
  content: "";
  position: absolute;
  inset: 7px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: var(--footer-gold);
  transform: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='10' r='4.2' stroke='black' stroke-width='2.4'/%3E%3Cpath d='M6.7 22.5c1.1-4 3.8-6.1 7.3-6.1s6.2 2.1 7.3 6.1' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='10' r='4.2' stroke='black' stroke-width='2.4'/%3E%3Cpath d='M6.7 22.5c1.1-4 3.8-6.1 7.3-6.1s6.2 2.1 7.3 6.1' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-icon::after {
  content: none;
}

body .footer.footer-reference-atlas .footer-reference-contact-list {
  display: grid;
}

body .footer.footer-reference-atlas .footer-reference-contact-row {
  position: relative;
  display: block;
  min-height: 51px;
  padding: 13px 0 13px 56px;
  color: rgba(248, 244, 235, 0.78);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  border-top: 1px solid var(--footer-line-soft);
}

body .footer.footer-reference-atlas .footer-reference-contact-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--footer-gold);
  border-radius: 999px;
  transform: none;
}

body .footer.footer-reference-atlas .footer-reference-contact-row::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 19px;
  width: 21px;
  height: 21px;
  background: var(--footer-gold);
}

body .footer.footer-reference-atlas .footer-reference-contact-location::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 10.3C19 15.8 12 21 12 21S5 15.8 5 10.3A7 7 0 0 1 19 10.3Z' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10.3' r='2.1' stroke='black' stroke-width='2.35'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 10.3C19 15.8 12 21 12 21S5 15.8 5 10.3A7 7 0 0 1 19 10.3Z' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10.3' r='2.1' stroke='black' stroke-width='2.35'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-contact-phone::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2 4.5L10 7.3L8.5 10C9.7 12.4 11.6 14.3 14 15.5L16.7 14L19.5 16.8C19.1 18.5 17.6 19.6 15.9 19.4C9.9 18.6 5.4 14.1 4.6 8.1C4.4 6.4 5.5 4.9 7.2 4.5Z' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2 4.5L10 7.3L8.5 10C9.7 12.4 11.6 14.3 14 15.5L16.7 14L19.5 16.8C19.1 18.5 17.6 19.6 15.9 19.4C9.9 18.6 5.4 14.1 4.6 8.1C4.4 6.4 5.5 4.9 7.2 4.5Z' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-contact-mail::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='1.8' stroke='black' stroke-width='2.2'/%3E%3Cpath d='M5 7.4 12 12.7 19 7.4' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='1.8' stroke='black' stroke-width='2.2'/%3E%3Cpath d='M5 7.4 12 12.7 19 7.4' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-contact-whatsapp {
  color: var(--footer-cyan);
}

body .footer.footer-reference-atlas .footer-reference-contact-whatsapp::before {
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-8deg);
}

body .footer.footer-reference-atlas .footer-reference-contact-whatsapp::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4 6.6 10.3 8.5 9.4 10.2c.8 1.6 2.1 2.9 3.8 3.8l1.7-.9 1.9 1.9c-.3 1.1-1.3 1.8-2.4 1.6-4-.6-7-3.6-7.6-7.6-.2-1.1.5-2.1 1.6-2.4Z' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4 6.6 10.3 8.5 9.4 10.2c.8 1.6 2.1 2.9 3.8 3.8l1.7-.9 1.9 1.9c-.3 1.1-1.3 1.8-2.4 1.6-4-.6-7-3.6-7.6-7.6-.2-1.1.5-2.1 1.6-2.4Z' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-contact-row:hover,
body .footer.footer-reference-atlas .footer-reference-contact-row:focus-visible {
  color: #fffaf1;
}

body .footer.footer-reference-atlas .footer-reference-response {
  padding-top: 16px;
  color: var(--footer-faint);
  font-size: 13px;
  line-height: 1.5;
  border-top: 1px solid var(--footer-line-soft);
}

body .footer.footer-reference-atlas .footer-reference-directory-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(212, 165, 90, 0.24);
  background: rgba(3, 22, 32, 0.36);
}

body .footer.footer-reference-atlas .footer-reference-directory {
  display: grid;
  grid-template-columns: 367px 299px 301px 280px minmax(0, 301px);
  align-items: start;
  gap: 0;
  min-height: 179px;
  padding-top: 12px;
  padding-bottom: 2px;
}

body .footer.footer-reference-atlas .footer-reference-brand,
body .footer.footer-reference-atlas .footer-reference-column,
body .footer.footer-reference-atlas .footer-reference-region {
  min-width: 0;
  height: 100%;
  padding: 18px 30px 8px;
}

body .footer.footer-reference-atlas .footer-reference-brand {
  padding-top: 28px;
  padding-left: 30px;
}

body .footer.footer-reference-atlas .footer-reference-column,
body .footer.footer-reference-atlas .footer-reference-region {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

body .footer.footer-reference-atlas .footer-reference-logo {
  display: inline-flex;
  position: relative;
  width: 190px;
  height: 62px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

body .footer.footer-reference-atlas .footer-reference-logo picture {
  display: block;
  width: 190px;
  height: 62px;
}

body .footer.footer-reference-atlas .footer-reference-logo::before {
  content: none;
  color: #0c5f83;
  font-size: 35px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow:
    0 0 8px rgba(98, 191, 209, 0.62),
    0 0 18px rgba(98, 191, 209, 0.34),
    0 8px 18px rgba(0, 0, 0, 0.26);
}

body .footer.footer-reference-atlas .footer-reference-logo::after {
  content: none;
  margin-top: 5px;
  color: #0c5a7e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 12px rgba(98, 191, 209, 0.46);
}

body .footer.footer-reference-atlas .footer-reference-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: brightness(1.85) saturate(1.28) contrast(1.16) drop-shadow(0 0 12px rgba(34, 188, 213, 0.48)) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

body .footer.footer-reference-atlas .footer-reference-brand p {
  max-width: 260px;
  margin-top: 14px;
  color: rgba(248, 244, 235, 0.68);
  font-size: 13px;
  line-height: 1.48;
}

body .footer.footer-reference-atlas .footer-reference-nav-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

body .footer.footer-reference-atlas .footer-reference-nav-heading::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 0;
  background: var(--footer-gold);
}

body .footer.footer-reference-atlas .footer-reference-column-navigation .footer-reference-nav-heading::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11.5L12 4L21 11.5' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 10.5V20H18.5V10.5' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 20V15H14V20' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11.5L12 4L21 11.5' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 10.5V20H18.5V10.5' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 20V15H14V20' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-column-local .footer-reference-nav-heading::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10.5C20 17 12 22 12 22C12 22 4 17 4 10.5C4 6.1 7.6 3 12 3C16.4 3 20 6.1 20 10.5Z' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10.5' r='2.4' stroke='black' stroke-width='2.4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10.5C20 17 12 22 12 22C12 22 4 17 4 10.5C4 6.1 7.6 3 12 3C16.4 3 20 6.1 20 10.5Z' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10.5' r='2.4' stroke='black' stroke-width='2.4'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-column-local .footer-reference-nav-heading {
  gap: 13px;
}

body .footer.footer-reference-atlas .footer-reference-column-legal .footer-reference-nav-heading::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3L20 6.5V12C20 16.7 16.8 20.3 12 22C7.2 20.3 4 16.7 4 12V6.5L12 3Z' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12L11 14L15.5 9.5' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3L20 6.5V12C20 16.7 16.8 20.3 12 22C7.2 20.3 4 16.7 4 12V6.5L12 3Z' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12L11 14L15.5 9.5' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-list {
  display: grid;
  gap: 6px;
  padding: 0;
  list-style: none;
}

body .footer.footer-reference-atlas .footer-reference-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: rgba(248, 244, 235, 0.84);
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}

body .footer.footer-reference-atlas .footer-reference-link::after {
  width: 6px;
  height: 6px;
  border-width: 1.5px;
  color: rgba(98, 191, 209, 0.9);
}

body .footer.footer-reference-atlas .footer-reference-link:hover,
body .footer.footer-reference-atlas .footer-reference-link:focus-visible {
  color: #fff9ef;
}

body .footer.footer-reference-atlas .footer-reference-region {
  position: relative;
  min-height: 150px;
}

body .footer.footer-reference-atlas .footer-reference-region::before {
  content: none;
}

body .footer.footer-reference-atlas .footer-reference-region::after {
  content: none;
}

body .footer.footer-reference-atlas .footer-reference-region-map {
  position: absolute;
  left: 0;
  top: -1px;
  width: 300px;
  height: 220px;
  overflow: visible;
}

body .footer.footer-reference-atlas .footer-reference-region-map pattern circle {
  fill: rgba(98, 191, 209, 0.42);
}

body .footer.footer-reference-atlas .footer-reference-region-map g path {
  fill: none;
  stroke: rgba(98, 191, 209, 0.24);
  stroke-width: 1.4;
}

body .footer.footer-reference-atlas .footer-reference-region-outline {
  fill: none;
  stroke: rgba(98, 191, 209, 0.16);
  stroke-width: 1.2;
  stroke-dasharray: 4 3;
}

body .footer.footer-reference-atlas .footer-reference-region-marker circle:first-child {
  fill: rgba(212, 165, 90, 0.15);
  stroke: rgba(98, 191, 209, 0.25);
  stroke-width: 2;
}

body .footer.footer-reference-atlas .footer-reference-region-marker circle:last-child {
  fill: var(--footer-gold);
  filter: drop-shadow(0 0 8px rgba(212, 165, 90, 0.32));
}

body .footer.footer-reference-atlas .footer-reference-bottom {
  min-height: 72px;
  display: flex;
  align-items: center;
  color: rgba(248, 244, 235, 0.58);
  font-size: 13px;
  line-height: 1.4;
}

body .footer.footer-reference-atlas .footer-reference-bottom p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

body .footer.footer-reference-atlas .footer-reference-shield {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 20px;
  flex: 0 0 18px;
  background: var(--footer-cyan);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.5 18.3 5.2v5.6c0 4.6-2.8 8.4-7.3 10.5-4.5-2.1-7.3-5.9-7.3-10.5V5.2L11 2.5Z' stroke='black' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='M7.4 11.7 9.7 14l4.9-5' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.5 18.3 5.2v5.6c0 4.6-2.8 8.4-7.3 10.5-4.5-2.1-7.3-5.9-7.3-10.5V5.2L11 2.5Z' stroke='black' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='M7.4 11.7 9.7 14l4.9-5' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .footer.footer-reference-atlas .footer-reference-shield::before {
  content: none;
}

@media (max-width: 1180px) {
  body .footer.footer-reference-atlas {
    background: linear-gradient(180deg, var(--footer-cream) 0 210px, var(--footer-deep) 210px 100%);
  }

  body .footer.footer-reference-atlas::before {
    inset: 210px 0 0;
  }

  body .footer.footer-reference-atlas .footer-reference-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 172px;
    padding: 32px 34px;
  }

  body .footer.footer-reference-atlas .footer-reference-proof {
    position: static;
    width: auto;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  body .footer.footer-reference-atlas .footer-reference-system {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body .footer.footer-reference-atlas .footer-reference-contact-card {
    min-height: 0;
  }

  body .footer.footer-reference-atlas .footer-reference-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .footer.footer-reference-atlas .footer-reference-region {
    display: none;
  }

  body .footer.footer-reference-atlas .footer-reference-column:nth-of-type(2n),
  body .footer.footer-reference-atlas .footer-reference-brand {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  body .footer.footer-reference-atlas {
    background: linear-gradient(180deg, var(--footer-cream) 0 126px, var(--footer-deep) 126px 100%);
  }

  body .footer.footer-reference-atlas::before {
    inset: 126px 0 0;
  }

  body .footer.footer-reference-atlas::after {
    inset: 126px 0 auto;
  }

  body .footer.footer-reference-atlas .footer-reference-shell {
    padding-top: 20px;
  }

  body .footer.footer-reference-atlas .container {
    width: min(1548px, calc(100% - 36px));
  }

  body .footer.footer-reference-atlas .footer-reference-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 24px 20px;
    overflow: hidden;
  }

  body .footer.footer-reference-atlas .footer-reference-hero-copy,
  body .footer.footer-reference-atlas .footer-reference-system-copy {
    width: min(100%, 320px);
    max-width: 320px;
  }

  body .footer.footer-reference-atlas .footer-reference-hero-copy {
    transform: none;
  }

  body .footer.footer-reference-atlas .footer-reference-title {
    max-width: 320px;
    width: 100%;
    font-size: 28px;
  }

  body .footer.footer-reference-atlas .footer-reference-copy {
    max-width: 320px;
    width: 100%;
    font-size: 15px;
  }

  body .footer.footer-reference-atlas .footer-reference-primary {
    width: 100%;
    max-width: 320px;
    min-height: 54px;
    padding: 0 14px;
    font-size: 14px;
  }

  body .footer.footer-reference-atlas .footer-reference-system {
    padding-top: 26px;
    gap: 22px;
  }

  body .footer.footer-reference-atlas .footer-reference-map {
    display: block;
    min-height: 470px;
    padding-left: 0;
    overflow: hidden;
  }

  body .footer.footer-reference-atlas .footer-reference-system-copy {
    position: relative;
    left: auto;
    top: auto;
  }

  body .footer.footer-reference-atlas .footer-reference-system-copy h3 {
    max-width: 320px;
    font-size: 28px;
  }

  body .footer.footer-reference-atlas .footer-reference-system-copy > p:last-child {
    max-width: 320px;
  }

  body .footer.footer-reference-atlas .footer-reference-route {
    position: relative;
    left: auto;
    top: auto;
    width: 790px;
    min-height: 408px;
    margin-top: 22px;
    margin-bottom: -220px;
    margin-left: -4px;
    overflow: visible;
    transform: scale(0.43);
    transform-origin: left top;
  }

  body .footer.footer-reference-atlas .footer-reference-route-node {
    min-width: 128px;
  }

  body .footer.footer-reference-atlas .footer-reference-route-node em {
    font-size: 16px;
  }

  body .footer.footer-reference-atlas .footer-reference-route-node small {
    display: none;
  }

  body .footer.footer-reference-atlas .footer-reference-route-node-profile {
    bottom: 52px;
  }

  body .footer.footer-reference-atlas .footer-reference-route-node-website {
    left: 42%;
  }

  body .footer.footer-reference-atlas .footer-reference-route-node-measure {
    left: 42%;
    bottom: 42px;
  }

  body .footer.footer-reference-atlas .footer-reference-route-node-contact {
    right: auto;
    left: 62%;
    top: 136px;
  }

  body .footer.footer-reference-atlas .footer-reference-contact-card {
    height: auto;
    margin-top: 0;
    padding: 22px 20px;
  }

  body .footer.footer-reference-atlas .footer-reference-directory {
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  body .footer.footer-reference-atlas .footer-reference-brand,
  body .footer.footer-reference-atlas .footer-reference-column {
    padding: 20px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  body .footer.footer-reference-atlas .footer-reference-brand {
    border-top: 0;
  }
}


:root{
  --bg: #f6f7f8;
  --surface: rgba(255,255,255,0.82);
  --surface-2: rgba(255,255,255,0.94);
  --surface-3: rgba(237, 243, 246, 0.92);
  --surface-neutral: linear-gradient(180deg, rgba(255,255,255,0.93), rgba(245, 247, 248, 0.90));
  --surface-info: linear-gradient(180deg, rgba(236, 243, 247, 0.98), rgba(255,255,255,0.95));
  --surface-dark: linear-gradient(160deg, rgba(4, 26, 39, 0.98), rgba(8, 52, 73, 0.92));
  --stroke: rgba(10, 28, 38, 0.12);
  --text: #081a24;
  --muted: rgba(8, 26, 36, 0.70);

  /* Logo-inspiriert (dunkles Marineblau + kÃ¼hles Blau) */
  --brand-950: #041a27;
  --brand-900: #072a3c;
  --brand-800: #083449;
  --brand-700: #0a4660;
  --brand-600: #0b5876;
  --brand-500: #0d6a8e;

  --ring: rgba(11, 88, 118, 0.35);
  --shadow-sm: 0 10px 30px rgba(4, 26, 39, 0.10);
  --shadow: 0 18px 60px rgba(4, 26, 39, 0.18);
  --shadow-lg: 0 24px 80px rgba(4, 26, 39, 0.24);

  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 10px;

  --container: 1120px;
  --pad: 24px;

  --ease: cubic-bezier(.2,.8,.2,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
  --duration-fast: 180ms;
  --duration-base: 280ms;

  /* Fallback header offset for in-page anchors (overwritten by JS when available) */
  --header-offset: 90px;
}

*{box-sizing:border-box}
*:focus-visible{
  outline: 3px solid var(--ring);
  outline-offset: 2px;
}
html{
  scroll-behavior:smooth;
  scroll-padding-top: var(--header-offset, 90px);
}
body{
  margin:0;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 450px at 20% -10%, rgba(11, 88, 118, 0.12), transparent 70%),
    radial-gradient(800px 500px at 85% 10%, rgba(10, 70, 96, 0.10), transparent 65%),
    var(--bg);
  line-height:1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img{max-width:100%;height:auto}
a{color:inherit}

.skip-link{
  position:absolute;
  left:-999px;
  top:12px;
  background:var(--brand-900);
  color:white;
  padding:10px 14px;
  border-radius:999px;
  z-index:1000;
}
.skip-link:focus{left:12px; outline:3px solid var(--ring)}

.noscript-warning{
  padding: 20px;
  background: #fff3cd;
  border: 2px solid #856404;
  margin: 20px;
  border-radius: 8px;
  text-align: center;
}

.scroll-progress{
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-900), var(--brand-600), var(--brand-500));
  z-index: 1000;
  transition: none;
  box-shadow: 0 0 12px rgba(11, 88, 118, 0.4);
}

.container{
  width:min(var(--container), calc(100% - 2*var(--pad)));
  margin:0 auto;
}

.section{
  padding:78px 0;
}
.section-tight{
  padding:66px 0;
}

/* Ensure anchors land below the sticky header across breakpoints */
.section[id],
#top,
[id]:not(html):not(body){
  scroll-margin-top: var(--header-offset, 90px);
}
.section.alt{
  background:
    radial-gradient(900px 500px at 50% 0%, rgba(7, 42, 60, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,0.70), rgba(255,255,255,0.40));
  border-top:1px solid var(--stroke);
  border-bottom:1px solid var(--stroke);
}

.section-divider{
  padding: 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-divider svg{
  max-width: var(--container);
  opacity: 0.8;
}

.section-head{max-width:720px}
.section-kicker{
  margin:0 0 10px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.52);
}
.section-head h2{
  font-size: clamp(30px, 3.15vw, 42px);
  margin:0 0 10px;
  letter-spacing:-0.03em;
  line-height: 1.08;
}
.section-head p{
  margin:0;
  color:var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
  margin-top: 2px;
  max-width: 60ch;
}

h1{
  font-size: clamp(36px, 4.2vw, 56px);
  line-height:1.02;
  margin: 0 0 14px;
  letter-spacing:-0.03em;
}

h3{margin:0 0 10px; letter-spacing:-0.02em; font-size: 17.5px; line-height: 1.28}
h4{margin:0; letter-spacing:-0.01em; font-size: 17px; font-weight: 700}
.lead{font-size: 17.5px; color: rgba(8, 26, 36, 0.82); line-height: 1.64; max-width: 37rem; margin-top: 2px}
.muted{color: rgba(8, 26, 36, 0.68); line-height: 1.6}
.fine{font-size: 12.5px; color: rgba(8, 26, 36, 0.64); margin:0; line-height: 1.65}

main a:not(.btn):not(.brand):not(.nav-link):not(.mobile-link):not(.hero-text-link){
  text-decoration-line: underline;
  text-decoration-color: rgba(11, 88, 118, 0.28);
  text-decoration-thickness: 1.4px;
  text-underline-offset: 0.2em;
  text-decoration-skip-ink: auto;
  transition: color var(--duration-fast) var(--ease),
              text-decoration-color var(--duration-fast) var(--ease),
              text-decoration-thickness var(--duration-fast) var(--ease),
              text-underline-offset var(--duration-fast) var(--ease);
}
main a:not(.btn):not(.brand):not(.nav-link):not(.mobile-link):not(.hero-text-link):hover,
main a:not(.btn):not(.brand):not(.nav-link):not(.mobile-link):not(.hero-text-link):focus-visible{
  color: var(--brand-800);
  text-decoration-color: rgba(10, 70, 96, 0.82);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.27em;
}

.urgency-note{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 12px 18px;
  background: rgba(255, 166, 0, 0.08);
  border: 1px solid rgba(255, 166, 0, 0.20);
  border-radius: 12px;
  font-size: 14px;
  color: rgba(8, 26, 36, 0.88);
  line-height: 1.5;
}
.urgency-note svg{
  flex-shrink: 0;
  color: rgba(255, 140, 0, 0.85);
}

.gradient{
  background: linear-gradient(135deg, var(--brand-900), var(--brand-600));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.site-header{
  position: -webkit-sticky;
  position: sticky;
  top:0;
  z-index:1000;
  width: 100%;
  background: rgba(246, 247, 248, 0.97);
  border-bottom: 1px solid rgba(10, 28, 38, 0.10);
  isolation: isolate;
}
.site-header::after{
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  height: 18px;
  background: linear-gradient(to bottom, rgba(246, 247, 248, 0.78), transparent 100%);
  pointer-events: none;
  z-index: -1;
}
.site-header[data-elevate="true"]{
  box-shadow: 0 10px 30px rgba(4, 26, 39, 0.08);
  backdrop-filter: blur(20px);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding: 16px 0;
}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none; border-radius: 8px; transition: opacity var(--duration-fast) var(--ease)}
.brand:hover{opacity: 0.85}
.brand:focus-visible{outline: 3px solid var(--ring); outline-offset: 4px}
.brand-logo{display:block; width:auto; height:88px}

.nav{display:flex; align-items:center; gap:16px}
.nav-link{
  text-decoration:none;
  color: rgba(8, 26, 36, 0.78);
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 999px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: background var(--duration-fast) var(--ease),
              color var(--duration-fast) var(--ease);
}
.nav-link:hover{
  background: rgba(7, 42, 60, 0.06);
  color: var(--brand-800);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(10, 28, 38, 0.12);
  text-decoration:none;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  transition: transform var(--duration-fast) var(--ease), 
              background var(--duration-base) var(--ease), 
              box-shadow var(--duration-base) var(--ease),
              border-color var(--duration-fast) var(--ease);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-height: 44px;
}
.btn::before{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.12);
  opacity: 0;
  transition: opacity var(--duration-fast) var(--ease);
  pointer-events: none;
}
.btn:hover::before{opacity: 1}

.btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(4, 26, 39, 0.20);
}
.btn:active{transform: translateY(0); transition-duration: 80ms}
.btn:focus-visible{
  outline: 3px solid var(--ring);
  outline-offset: 2px;
}
.btn:disabled{
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-primary{
  color:white;
  border-color: rgba(255,255,255,0.12);
  background: linear-gradient(135deg, var(--brand-900), var(--brand-700));
  box-shadow: 0 14px 34px rgba(4, 26, 39, 0.22), 0 0 0 0 rgba(11, 88, 118, 0);
}
.btn-primary:hover{
  box-shadow: 0 18px 44px rgba(4, 26, 39, 0.28), 0 0 0 4px rgba(11, 88, 118, 0.12);
}
.btn-ghost{
  background: rgba(255,255,255,0.70);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover{
  background: rgba(255,255,255,0.92);
  border-color: rgba(10, 28, 38, 0.20);
}
.btn-success{
  background: linear-gradient(135deg, rgba(11, 88, 118, 0.85), rgba(13, 106, 142, 0.85));
  color: white;
  border-color: rgba(11, 88, 118, 0.30);
}
.btn-success:hover{
  background: linear-gradient(135deg, rgba(11, 88, 118, 0.92), rgba(13, 106, 142, 0.92));
}
.btn-block{width:100%}

.nav-toggle{
  display:none;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(10, 28, 38, 0.12);
  border-radius: 999px;
  padding: 12px;
  cursor: pointer;
}
.nav-toggle-bars{
  display:block;
  width:22px;
  height:16px;
  position:relative;
}
.nav-toggle-bars::before,
.nav-toggle-bars::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:2px;
  background: var(--brand-900);
  border-radius: 999px;
  transition: transform var(--duration-fast) var(--ease);
}
.nav-toggle-bars::before{top:0}
.nav-toggle-bars::after{bottom:0}
.nav-toggle-bars span{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  transform:translateY(-50%);
  height:2px;
  background: var(--brand-900);
  border-radius: 999px;
  display:block;
  transition: opacity var(--duration-fast) var(--ease);
}

.mobile-nav{border-top:1px solid rgba(10, 28, 38, 0.10)}
.mobile-nav-inner{padding: 12px 0 20px; display:grid; gap:12px}
.mobile-link{
  text-decoration:none;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(10, 28, 38, 0.10);
  min-height: 48px;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: background var(--duration-base) var(--ease),
              border-color var(--duration-base) var(--ease);
}
.mobile-link:active{
  background: rgba(255,255,255,0.9);
  border-color: rgba(11, 88, 118, 0.22);
}

.hero{position:relative; padding: 72px 0 58px; overflow: hidden}
.hero::before{
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(11, 88, 118, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-grid{
  display:grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 38px;
  align-items:start;
}
.hero-copy{
  max-width: 620px;
}

.eyebrow{
  margin:0 0 14px;
  display:inline-flex;
  gap:8px;
  align-items:center;
  font-size: 12.5px;
  color: rgba(8, 26, 36, 0.68);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
.eyebrow svg{
  color: var(--brand-700);
  flex-shrink: 0;
}
.hero-cta{display:flex; gap:14px; margin-top: 18px; flex-wrap:wrap; align-items:center}
.hero-text-link{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-800);
  font-weight: 600;
  text-decoration: none;
  padding: 10px 18px 10px 0;
  min-height: 44px;
  transition: color var(--duration-fast) var(--ease),
              transform var(--duration-fast) var(--ease);
}
.hero-text-link::before{
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.75px solid currentColor;
  border-right: 1.75px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform var(--duration-fast) var(--ease);
}
.hero-text-link::after{
  content: "";
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 8px;
  height: 1px;
  background: rgba(11, 88, 118, 0.32);
  transform: scaleX(0.56);
  transform-origin: left;
  transition: transform var(--duration-base) var(--ease),
              background var(--duration-base) var(--ease);
}
.hero-text-link:hover::after,
.hero-text-link:focus-visible::after{
  transform: scaleX(1);
  background: rgba(11, 88, 118, 0.62);
}
.hero-text-link:hover,
.hero-text-link:focus-visible{
  color: var(--brand-900);
  transform: translateX(2px);
}
.hero-text-link:hover::before,
.hero-text-link:focus-visible::before{
  transform: translate(2px, -50%) rotate(45deg);
}

.trust-row{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:10px; margin-top: 26px}
.trust{
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(10, 28, 38, 0.10);
  border-radius: var(--radius-md);
  padding: 14px;
  box-shadow: var(--shadow-sm);
  transition: background var(--duration-base) var(--ease),
              border-color var(--duration-base) var(--ease);
}
.trust:hover{
  background: rgba(255,255,255,0.88);
  border-color: rgba(11, 88, 118, 0.20);
}
.trust-k{font-size: 12px; color: rgba(8, 26, 36, 0.62); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600}
.trust-v{font-weight: 700; letter-spacing:-0.01em; margin-top:2px}
.trust-row-compact .trust{
  padding: 12px 14px;
  text-align: center;
}
.trust-row-compact .trust-v{
  font-size: 14px;
  color: var(--brand-800);
}

.hero-panel{
  position:relative;
  display:flex;
  align-items:stretch;
  align-self:start;
}
.panel{
  background: var(--surface-2);
  border: 1px solid rgba(10, 28, 38, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 22px;
  backdrop-filter: blur(12px);
}
.panel > * + *{margin-top: 12px}
.panel-highlight{
  background: var(--surface-info);
  border-color: rgba(11, 88, 118, 0.16);
}
.scope-panel{
  display:grid;
  gap:12px;
  width:100%;
  padding: 20px;
}
.scope-panel > * + *{
  margin-top: 0;
}

.panel-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(10, 28, 38, 0.10);
}
.panel-title{font-weight: 800; letter-spacing:-0.02em; font-size: 17px}
.panel-caption{
  margin-top: 3px;
  font-size: 12.5px;
  color: rgba(8, 26, 36, 0.58);
  line-height: 1.45;
}
.panel-badge{
  font-size: 11.5px;
  color: rgba(255,255,255,0.92);
  background: linear-gradient(135deg, var(--brand-900), var(--brand-700));
  padding: 7px 11px;
  border-radius: 999px;
  font-weight: 600;
}
.panel-intro{margin: 0; font-size: 14px; line-height: 1.55}
.scope-visual{
  position: relative;
  min-height: 268px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(10, 28, 38, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(11, 88, 118, 0.10), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,0.86), rgba(230, 239, 243, 0.82));
}
.scope-visual-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(to right, rgba(7, 42, 60, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(7, 42, 60, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}
.scope-axis{
  position:absolute;
  z-index:1;
  background: linear-gradient(90deg, transparent, rgba(11, 88, 118, 0.26), transparent);
}
.scope-axis-horizontal{
  left: 10%;
  right: 10%;
  top: 50%;
  height: 1px;
}
.scope-axis-vertical{
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(11, 88, 118, 0.26), transparent);
}
.scope-ring{
  position:absolute;
  border-radius: 50%;
  border: 1px solid rgba(11, 88, 118, 0.18);
  z-index:1;
}
.scope-ring-lg{inset: 12%}
.scope-ring-md{inset: 24%}
.scope-ring-sm{inset: 36%}
.scope-hub{
  position:absolute;
  top: 50%;
  left: 50%;
  z-index:2;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--brand-900), rgba(11, 88, 118, 0.94));
  color: rgba(255,255,255,0.96);
  box-shadow: 0 22px 54px rgba(4, 26, 39, 0.26);
  display:grid;
  place-items:center;
  text-align:center;
  padding: 20px;
}
.scope-hub span{
  display:block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.72;
}
.scope-hub strong{
  display:block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing:-0.03em;
}
.scope-node{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 84px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(10, 28, 38, 0.10);
  color: var(--brand-800);
  box-shadow: var(--shadow-sm);
  font-size: 11px;
  font-weight: 700;
}
.scope-node-core{
  left: 14%;
  bottom: 18%;
}
.scope-node-a{
  top: 12%;
  left: 54%;
}
.scope-node-b{
  top: 31%;
  right: 9%;
}
.scope-node-c{
  bottom: 28%;
  right: 10%;
}
.scope-node-d{
  bottom: 9%;
  left: 55%;
}
.scope-tag{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(7, 42, 60, 0.08);
  color: rgba(8, 26, 36, 0.72);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.scope-tag-top{
  top: 12%;
  left: 12%;
}
.scope-tag-left{
  left: 9%;
  top: 44%;
}
.scope-tag-bottom{
  left: 14%;
  bottom: 8%;
}
.scope-summary{
  display:grid;
  gap:8px;
}
.scope-summary-item{
  display:grid;
  gap:4px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(10, 28, 38, 0.09);
}
.scope-summary-k{
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.52);
}
.scope-summary-item strong{
  font-size: 12.5px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}
.panel-split{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.hero-panel-split{
  gap: 10px;
}
.hero-panel-split > div{
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(10, 28, 38, 0.09);
}
.panel-split h3{
  margin-bottom: 6px;
  font-size: 14.5px;
}
.checklist-quiet li{
  color: rgba(8, 26, 36, 0.72);
}
.checklist-quiet .check{
  background: rgba(8, 26, 36, 0.05);
  border-color: rgba(10, 28, 38, 0.12);
}
.checklist-quiet .check::after{
  border-left-color: rgba(8, 26, 36, 0.52);
  border-bottom-color: rgba(8, 26, 36, 0.52);
}

.checklist{list-style:none; padding: 6px 0 0; margin:0; display:grid; gap:8px}
.checklist li{display:flex; align-items:flex-start; gap:10px; color: rgba(8, 26, 36, 0.82); line-height: 1.48; font-size: 13.5px}
.check{
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: rgba(11, 88, 118, 0.12);
  border: 1px solid rgba(11, 88, 118, 0.25);
  position:relative;
  flex: 0 0 auto;
  margin-top: 1px;
}
.check::after{
  content:"";
  position:absolute;
  left:3px;
  top:4px;
  width:7px;
  height:3px;
  border-left:2px solid var(--brand-700);
  border-bottom:2px solid var(--brand-700);
  transform: rotate(-45deg);
}

.hero-bg{position:absolute; inset:0; pointer-events:none}
.glow{
  position:absolute;
  width: 760px;
  height: 760px;
  left: -280px;
  top: -330px;
  background: radial-gradient(circle at 35% 35%, rgba(11, 88, 118, 0.22), transparent 60%);
  filter: blur(10px);
}
.gridlines{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(to right, rgba(7, 42, 60, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(7, 42, 60, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 30% 25%, rgba(0,0,0,0.85), transparent 70%);
}

.cards{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:18px; margin-top: 34px}
.card{
  border-radius: 20px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(10, 28, 38, 0.12);
  box-shadow: var(--shadow-sm);
  transition: transform var(--duration-base) var(--ease), 
              box-shadow var(--duration-base) var(--ease),
              border-color var(--duration-base) var(--ease);
}
.card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(4, 26, 39, 0.12), 0 0 0 1px rgba(11, 88, 118, 0.08);
  border-color: rgba(11, 88, 118, 0.30);
}
.card-neutral{
  background: var(--surface-neutral);
}
.card-highlight{
  background: var(--surface-info);
  border-color: rgba(11, 88, 118, 0.20);
  box-shadow: 0 18px 42px rgba(4, 26, 39, 0.10);
}
.card-dark{
  background: var(--surface-dark);
  border-color: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  box-shadow: 0 22px 54px rgba(4, 26, 39, 0.22);
}
.card-dark h3,
.card-dark .card-label{
  color: rgba(255,255,255,0.96);
}
.card-dark .bullets{
  color: rgba(255,255,255,0.80);
}
.card-label{
  margin: 0 0 10px;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.50);
}
.card h3{margin:0 0 10px; font-size: 17.5px}
.card p{margin: 0 0 12px; line-height: 1.65}

.bullets{margin: 10px 0 0; padding-left: 18px; color: rgba(8, 26, 36, 0.82)}
.bullets li{margin: 6px 0; line-height: 1.55}

.stats{padding: 64px 0; background: linear-gradient(180deg, rgba(7, 42, 60, 0.04), rgba(11, 88, 118, 0.06))}
.stats-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.stat{
  text-align:center;
  padding: 28px 20px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(10, 28, 38, 0.10);
  transition: transform var(--duration-base) var(--ease),
              background var(--duration-base) var(--ease);
}
.stat:hover{
  transform: translateY(-3px);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 6px 20px rgba(4, 26, 39, 0.10);
}
.stat-number{
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--brand-900), var(--brand-600));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}
.stat-label{
  font-size: 13px;
  color: rgba(8, 26, 36, 0.70);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 4px;
}
.stat-note{
  font-size: 12px;
  color: rgba(8, 26, 36, 0.58);
  margin: 6px 0 0;
  line-height: 1.5;
}

.timeline{display:grid; gap:16px; margin-top: 32px}
.timeline-compact{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.step{
  display:grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 18px 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(10, 28, 38, 0.12);
  background: var(--surface-neutral);
  box-shadow: var(--shadow-sm);
  transition: transform var(--duration-base) var(--ease),
              box-shadow var(--duration-base) var(--ease),
              border-color var(--duration-base) var(--ease);
}
.step:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(4, 26, 39, 0.12);
  border-color: rgba(11, 88, 118, 0.22);
}
.step-meta{
  display:grid;
  gap: 10px;
  align-content:start;
}
.step-index{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(11, 88, 118, 0.12);
  color: var(--brand-800);
  display:grid;
  place-items:center;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 800;
}
.step-week{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,0.92);
  background: linear-gradient(135deg, var(--brand-900), var(--brand-700));
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.step-body h3{
  margin: 2px 0 10px;
  font-size: 17px;
}
.step-body p{margin: 0; color: rgba(8, 26, 36, 0.82); line-height: 1.58; font-size: 14.5px}
.step-highlight{
  background: var(--surface-info);
  border-color: rgba(11, 88, 118, 0.20);
}
.step-dark{
  background: var(--surface-dark);
  border-color: rgba(255,255,255,0.10);
}
.step-dark .step-index{
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
}
.step-dark .step-week{
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.88);
}
.step-dark .step-body h3,
.step-dark .step-body p{
  color: rgba(255,255,255,0.88);
}

.note{
  margin-top: 28px;
  display:flex;
  gap: 16px;
  align-items:flex-start;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(7, 42, 60, 0.10);
  box-shadow: var(--shadow-sm);
}
.note-highlight{
  background: var(--surface-info);
  border-color: rgba(11, 88, 118, 0.16);
}
.note-dark{
  background: linear-gradient(160deg, rgba(7, 42, 60, 0.98), rgba(10, 70, 96, 0.90));
  border-color: rgba(255,255,255,0.10);
}
.note-dark .note-icon,
.note-dark .note-strong,
.note-dark .note-text{
  color: rgba(255,255,255,0.88);
}
.note-icon{
  color: var(--brand-700);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.note-strong{font-weight: 700; margin-bottom: 4px; font-size: 14px}
.note-text{color: rgba(8, 26, 36, 0.78); line-height: 1.6}
.note-text-fine{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(8, 26, 36, 0.64);
}

.measure-grid{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 30px}
.metric{
  background: var(--surface-neutral);
  border: 1px solid rgba(10, 28, 38, 0.12);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}
.metric-highlight{
  background: var(--surface-info);
  border-color: rgba(11, 88, 118, 0.18);
}
.metric-dark{
  background: var(--surface-dark);
  border-color: rgba(255,255,255,0.10);
}
.metric-k{font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(8, 26, 36, 0.62); font-weight: 600}
.metric-v{font-weight: 900; letter-spacing:-0.02em; margin-top: 8px}
.metric-f{margin-top: 8px; color: rgba(8, 26, 36, 0.70); font-size: 14px; line-height: 1.5}
.metric-dark .metric-k,
.metric-dark .metric-v,
.metric-dark .metric-f{
  color: rgba(255,255,255,0.84);
}

.divider{height:1px; background: rgba(10, 28, 38, 0.10); margin: 24px 0}
.two-col{display:grid; grid-template-columns: 1fr 1fr; gap: 20px}
.info-block{
  padding: 22px 22px 18px;
  border-radius: 18px;
  border: 1px solid rgba(10, 28, 38, 0.10);
  background: var(--surface-neutral);
  box-shadow: var(--shadow-sm);
}
.info-block-muted{
  background: var(--surface-info);
}

.table-wrap{
  margin-top: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(10, 28, 38, 0.12);
  background: rgba(255,255,255,0.84);
  box-shadow: var(--shadow);
  overflow:auto;
}
.table{width:100%; border-collapse:collapse; min-width: 460px}
.table th, .table td{padding: 16px 20px; text-align:left}
.table thead th{
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(8, 26, 36, 0.68);
  font-weight: 600;
  border-bottom: 1px solid rgba(10, 28, 38, 0.10);
}
.table tbody tr + tr td{border-top: 1px solid rgba(10, 28, 38, 0.10)}
.table-row-success{background: rgba(11, 88, 118, 0.04)}
.table-row-partial{background: rgba(255, 170, 0, 0.04)}
.table-row-full{background: rgba(200, 70, 70, 0.04)}

.badge-success,
.badge-partial,
.badge-full{
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  align-items: center;
  justify-content: center;
}
.badge-success{
  background: rgba(11, 88, 118, 0.14);
  color: var(--brand-800);
  border: 1px solid rgba(11, 88, 118, 0.24);
}
.badge-partial{
  background: rgba(255, 170, 0, 0.14);
  color: #996a00;
  border: 1px solid rgba(255, 170, 0, 0.30);
}
.badge-full{
  background: rgba(11, 88, 118, 0.14);
  color: var(--brand-800);
  border: 1px solid rgba(11, 88, 118, 0.24);
}

.callout{
  margin-top: 20px;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: var(--surface-neutral);
  border: 1px solid rgba(10, 28, 38, 0.12);
  box-shadow: var(--shadow-sm);
}
.callout-highlight{
  background: var(--surface-info);
  border-color: rgba(11, 88, 118, 0.18);
}
.callout-dark{
  background: var(--surface-dark);
  border-color: rgba(255,255,255,0.10);
}
.callout h3{margin:0 0 12px}
.callout p{margin:0 0 12px; color: rgba(8, 26, 36, 0.78); line-height: 1.6}
.callout-dark h3,
.callout-dark p,
.callout-dark .bullets{
  color: rgba(255,255,255,0.86);
}

.summary{
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(7, 42, 60, 0.12), rgba(11, 88, 118, 0.08));
  border: 1px solid rgba(7, 42, 60, 0.14);
  box-shadow: var(--shadow-sm);
}
.summary-title{font-weight: 900; letter-spacing:-0.02em; margin-bottom: 10px; font-size: 16px}
.summary p{margin:0; color: rgba(8, 26, 36, 0.82); line-height: 1.6}

/* Guarantee Badges */
.guarantee-badge{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: rgba(255,255,255,0.90);
  border: 2px solid rgba(11, 88, 118, 0.20);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: all var(--duration-base) var(--ease);
}
.guarantee-badge::before{
  content: '';
  position: absolute;
  top: -50%;
  left: -100%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  transform: skewX(-20deg);
  transition: left 0.8s var(--ease);
}
.guarantee-badge:hover{
  border-color: rgba(11, 88, 118, 0.40);
  box-shadow: 0 8px 24px rgba(4, 26, 39, 0.10);
  transform: translateY(-2px);
}
.guarantee-badge:hover::before{
  left: 150%;
}
.guarantee-badge-icon{
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}
.guarantee-badge-text{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.guarantee-badge-text strong{
  font-size: 15px;
  color: var(--brand-800);
  line-height: 1.2;
}
.guarantee-badge-text span{
  font-size: 13px;
  color: rgba(8, 26, 36, 0.68);
  line-height: 1.3;
}

.faq{display:grid; gap: 10px; margin-top: 30px}
.faq-item{
  border-radius: var(--radius-lg);
  border: 1px solid rgba(10, 28, 38, 0.12);
  background: var(--surface-neutral);
  padding: 16px 18px;
  transition: background var(--duration-base) var(--ease),
              border-color var(--duration-base) var(--ease);
}
.faq-item:hover{
  background: rgba(255,255,255,0.94);
  border-color: rgba(11, 88, 118, 0.20);
}
.faq-item[open]{
  background: var(--surface-info);
  border-color: rgba(11, 88, 118, 0.24);
}
.faq-item summary{
  cursor:pointer;
  font-weight: 800;
  font-size: 15px;
  letter-spacing:-0.01em;
  list-style:none;
  user-select: none;
  transition: color var(--duration-fast) var(--ease);
  padding-right: 32px;
  position: relative;
  line-height: 1.45;
}
.faq-item summary::after{
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(8, 26, 36, 0.60);
  border-bottom: 2px solid rgba(8, 26, 36, 0.60);
  transform: translateY(-50%) rotate(45deg);
  transition: transform var(--duration-fast) var(--ease),
              border-color var(--duration-fast) var(--ease);
}
.faq-item[open] summary::after{
  transform: translateY(-50%) rotate(-135deg);
  border-color: rgba(11, 88, 118, 0.75);
}
.faq-item summary:hover{color: var(--brand-700)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-body{
  padding-top: 10px;
  color: rgba(8, 26, 36, 0.80);
  line-height: 1.6;
  animation: fade-in 0.3s var(--ease);
}

@keyframes fade-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.contact{padding-bottom: 72px}
.contact-grid{display:grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 448px); gap: 22px; align-items:start}
.contact-form-wrap{
  display:grid;
  gap: 14px;
  position: relative;
}
.method-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.method-card{
  background: var(--surface-neutral);
  border: 1px solid rgba(10, 28, 38, 0.10);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
}
.method-card-feature{
  background: var(--surface-info);
  border-color: rgba(11, 88, 118, 0.18);
}
.method-card-split{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.method-card-dark{
  background: var(--surface-dark);
  border-color: rgba(255,255,255,0.10);
}
.method-card-dark .card-label,
.method-card-dark h3,
.method-card-dark .bullets{
  color: rgba(255,255,255,0.88);
}
.method-card-compact{
  background: rgba(244, 247, 249, 0.94);
}
.method-card h3{
  margin-bottom: 8px;
  color: var(--brand-800);
}
.method-card-dark h3{
  color: rgba(255,255,255,0.94);
}
.method-card .bullets{
  margin-top: 0;
}
.guarantee-grid{
  margin-top: 28px;
}

.mini{
  border-radius: var(--radius-md);
  border: 1px solid rgba(10, 28, 38, 0.10);
  background: rgba(255,255,255,0.60);
  padding: 16px;
  transition: background var(--duration-base) var(--ease),
              border-color var(--duration-base) var(--ease);
}
.mini:hover{
  background: rgba(255,255,255,0.85);
  border-color: rgba(11, 88, 118, 0.18);
}
.mini-k{font-size: 12px; color: rgba(8, 26, 36, 0.62); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600}
.mini-v{font-weight: 700; letter-spacing:-0.01em; margin-top: 4px; font-size: 15px}
.mini a{text-decoration:none; transition: color var(--duration-fast) var(--ease)}
.mini a:hover{color: var(--brand-700); text-decoration:underline}

.form{
  border-radius: var(--radius-lg);
  border: 1px solid rgba(11, 88, 118, 0.16);
  background: rgba(255,255,255,0.97);
  padding: 26px 24px 22px;
  box-shadow: 0 24px 64px rgba(4, 26, 39, 0.16);
}
.form-title{
  margin-bottom: 8px;
  color: var(--brand-900);
}
.form-intro{
  margin: 0 0 16px;
}
.form-success{
  border-radius: var(--radius-lg);
  border: 1px solid rgba(11, 88, 118, 0.20);
  background: linear-gradient(135deg, rgba(11, 88, 118, 0.08), rgba(13, 106, 142, 0.06));
  padding: 40px 28px;
  text-align: center;
}
.form-success[hidden]{
  display: none;
}
.success-icon{
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--brand-700), var(--brand-600));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(11, 88, 118, 0.30);
}
.form-success h3{
  color: var(--brand-800);
  margin: 0 0 12px;
}
.form-success p{
  margin: 0 0 24px;
  color: rgba(8, 26, 36, 0.78);
}
.field{display:grid; gap:6px; margin-bottom: 15px}
label{
  font-size: 11.5px;
  color: rgba(8, 26, 36, 0.64);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
.required{color: var(--brand-700); font-weight: 800}
input, textarea{
  width:100%;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid rgba(10, 28, 38, 0.14);
  background: rgba(255,255,255,0.84);
  color: var(--text);
  outline:none;
  transition: box-shadow var(--duration-base) var(--ease),
              border-color var(--duration-base) var(--ease),
              background var(--duration-fast) var(--ease),
              transform var(--duration-fast) var(--ease);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
}
input:focus, textarea:focus{
  box-shadow: 0 0 0 4px var(--ring), 0 4px 20px rgba(11, 88, 118, 0.10);
  border-color: rgba(11, 88, 118, 0.40);
  background: rgba(255,255,255,0.98);
}
input::placeholder, textarea::placeholder{
  color: rgba(8, 26, 36, 0.46);
}
textarea{
  resize:vertical;
  min-height: 110px;
}
input:invalid:not(:placeholder-shown),
textarea:invalid:not(:placeholder-shown){
  border-color: rgba(200, 70, 70, 0.40);
}
input:valid:not(:placeholder-shown):required,
textarea:valid:not(:placeholder-shown):required{
  border-color: rgba(11, 88, 118, 0.30);
}
input[aria-invalid="true"],
textarea[aria-invalid="true"]{
  border-color: rgba(200, 70, 70, 0.50);
  background: rgba(200, 70, 70, 0.04);
}
.form-details{
  margin: 2px 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(10, 28, 38, 0.10);
  background: rgba(244, 247, 249, 0.94);
  overflow: hidden;
}
.form-details summary{
  position: relative;
  display:flex;
  align-items:center;
  min-height: 48px;
  padding: 12px 42px 12px 16px;
  cursor:pointer;
  list-style:none;
  color: var(--brand-800);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color var(--duration-fast) var(--ease),
              background var(--duration-fast) var(--ease);
}
.form-details summary::-webkit-details-marker{display:none}
.form-details summary::after{
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 1.75px solid rgba(8, 26, 36, 0.60);
  border-bottom: 1.75px solid rgba(8, 26, 36, 0.60);
  transform: translateY(-60%) rotate(45deg);
  transition: transform var(--duration-fast) var(--ease),
              border-color var(--duration-fast) var(--ease);
}
.form-details:hover summary,
.form-details[open] summary{
  background: rgba(236, 243, 247, 0.92);
  color: var(--brand-900);
}
.form-details[open] summary::after{
  transform: translateY(-40%) rotate(-135deg);
  border-color: rgba(10, 70, 96, 0.78);
}
.form-details-inner{
  padding: 2px 16px 2px;
}
.form-details .field:last-child{
  margin-bottom: 14px;
}
.form-note{
  margin-top: 6px;
}

.footer{
  position: relative;
  overflow: hidden;
  padding: 54px 0 20px;
  background: linear-gradient(180deg, rgba(4, 26, 39, 0.99), rgba(4, 26, 39, 0.94));
  color: rgba(255,255,255,0.86);
}
.footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(600px 260px at 15% 0%, rgba(11, 88, 118, 0.18), transparent 70%),
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  opacity: 0.7;
  pointer-events: none;
}
.footer-shell{
  position: relative;
  z-index: 1;
}
.footer-grid{
  display:grid;
  grid-template-columns: minmax(0, 1.28fr) repeat(3, minmax(0, 0.92fr));
  gap: 26px 32px;
  align-items:start;
}
.footer-brand{
  display:grid;
  gap: 12px;
  padding-right: 14px;
}
.footer-brand img{
  height:34px;
  width:auto;
  opacity: 0.96;
  margin-top: 0;
}
.footer-column,
.footer-contact{
  display:grid;
  gap:12px;
}
.footer-heading{
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
  font-weight: 700;
}
.footer-context{
  margin: 0;
  max-width: 30ch;
  color: rgba(255,255,255,0.84);
  line-height: 1.62;
}
.footer-address{
  color: rgba(255,255,255,0.68);
  line-height: 1.55;
}
.footer-list{
  display:grid;
  gap:6px;
}
.footer-link{
  position: relative;
  display:inline-flex;
  width: fit-content;
  text-decoration:none;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  padding: 4px 14px 4px 0;
  transition: color var(--duration-fast) var(--ease),
              transform var(--duration-fast) var(--ease);
}
.footer-link::before{
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: 0.6;
  transform: translateY(-50%) rotate(45deg);
  transition: transform var(--duration-fast) var(--ease),
              opacity var(--duration-fast) var(--ease);
}
.footer-link::after{
  content: "";
  position: absolute;
  left: 0;
  right: 12px;
  bottom: 2px;
  height: 1px;
  background: rgba(120, 192, 214, 0.54);
  transform: scaleX(0.48);
  transform-origin: left;
  transition: transform var(--duration-fast) var(--ease),
              background var(--duration-fast) var(--ease);
}
.footer-link:hover{
  color: rgba(255,255,255,0.98);
  transform: translateX(2px);
}
.footer-link:hover::before,
.footer-link:focus-visible::before{
  opacity: 1;
  transform: translate(2px, -50%) rotate(45deg);
}
.footer-link:hover::after,
.footer-link:focus-visible::after{
  transform: scaleX(1);
  background: rgba(173, 221, 237, 0.82);
}
.footer-link:focus-visible{
  outline: 2px solid rgba(120, 192, 214, 0.42);
  outline-offset: 4px;
  border-radius: 4px;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  align-items:flex-start;
}
.footer .fine{
  color: rgba(255,255,255,0.52);
}

.scroll-top{
  position: fixed;
  bottom: max(18px, env(safe-area-inset-bottom));
  right: max(10px, env(safe-area-inset-right));
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(10, 28, 38, 0.08);
  background: rgba(255,255,255,0.84);
  color: var(--brand-900);
  box-shadow: 0 8px 20px rgba(4, 26, 39, 0.14);
  backdrop-filter: blur(12px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--duration-base) var(--ease),
              opacity var(--duration-base) var(--ease),
              box-shadow var(--duration-base) var(--ease);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
}
.scroll-top:not([hidden]){
  opacity: 0.78;
  pointer-events: all;
  transform: translateY(0) scale(1);
}
.scroll-top:hover{
  transform: translateY(-1px) scale(1);
  box-shadow: 0 10px 24px rgba(4, 26, 39, 0.16);
}
.scroll-top:active{
  transform: translateY(0) scale(0.98);
}
.scroll-top svg{
  width: 16px;
  height: 16px;
}

.cta-final{
  padding: 68px 0;
  background: linear-gradient(135deg, var(--brand-900), var(--brand-700));
  color: white;
  position: relative;
  overflow: hidden;
}
.cta-final::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="1" cy="1" r="1" fill="rgba(255,255,255,0.06)"/></svg>');
  opacity: 0.4;
}
.cta-box{
  position: relative;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.cta-box h2{
  font-size: clamp(28px, 3.5vw, 38px);
  margin: 0 0 16px;
  letter-spacing: -0.03em;
  color: white;
}
.cta-box p{
  font-size: 17px;
  margin: 0 0 28px;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
}
.btn-lg{
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 700;
  min-height: 52px;
}
.cta-final .btn-primary{
  background: white;
  color: var(--brand-900);
  border-color: rgba(255,255,255,0.20);
}
.cta-final .btn-primary:hover{
  background: rgba(255,255,255,0.95);
  transform: translateY(-1px);
}

@media (min-width: 982px){
  .contact-form-wrap{
    position: sticky;
    top: calc(var(--header-offset) + 22px);
  }
}

@media (max-width: 981px){
  body{animation: none}
  .site-header{backdrop-filter: none}
  .btn-ghost{backdrop-filter: none}
  .panel{backdrop-filter: none; animation: none}
  .hero::before{animation: none}
  .mobile-cta-bar{backdrop-filter: none}

  .hero-grid{grid-template-columns: 1fr; gap: 28px}
  .panel-split{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr}
  .measure-grid{grid-template-columns: 1fr}
  .two-col{grid-template-columns: 1fr}
  .contact-grid{grid-template-columns: 1fr}
  .method-grid{grid-template-columns: 1fr}
  .method-card-split{grid-template-columns: 1fr}
  .timeline-compact{grid-template-columns: 1fr}
  .step{grid-template-columns: 1fr}
  .stats-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
  .stat-number{font-size: 36px}
  .trust-row{grid-template-columns: 1fr; gap: 12px}
  .trust-grid{grid-template-columns: 1fr}
  .scope-visual{min-height: 270px}
  .hero-panel-split > div{padding: 14px}
  .hero{padding: 58px 0 50px}
  .section{padding: 62px 0}
  .section-tight{padding: 56px 0}
  .section-divider{padding: 32px 0}
  .footer-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
  .footer-bottom{flex-direction: column; align-items:flex-start}
}

@media (max-width: 860px){
  .nav{display:none}
  .nav-toggle{display:inline-flex; align-items:center; justify-content:center}

  .site-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  main#content{padding-top: 96px}
}

@media (max-width: 600px){
  :root{--pad: 18px}
  :root{--header-offset: 76px}

  .header-inner{padding: 12px 0}
  .brand-logo{height:72px}

  main#content{padding-top: 88px}

  h1{font-size: clamp(30px, 8.5vw, 40px); margin-bottom: 14px}
  .lead{font-size: 16px}

  .hero{padding: 48px 0 40px}
  .hero::before{width: 560px; height: 560px; right: -35%; top: -55%}
  .hero-grid{gap: 20px}
  .trust-row-compact .trust-v{font-size: 14px}
  .scope-panel{padding: 20px}
  .scope-visual{min-height: 228px}
  .scope-hub{
    width: 116px;
    height: 116px;
  }
  .scope-hub strong{font-size: 17px}
  .scope-node{
    min-width: 78px;
    padding: 8px 11px;
    font-size: 11px;
  }
  .scope-tag{
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .section{padding: 56px 0}
  .section-tight{padding: 48px 0}
  .section-divider{padding: 26px 0}

  .btn{padding: 12px 18px}
  .btn-lg{padding: 14px 24px; font-size: 15.5px; min-height: 50px}

  .form{padding: 20px}
  .form-success{padding: 32px 20px}
  .field{margin-bottom: 16px}
  .form-details summary{padding: 12px 40px 12px 14px}
  .form-details-inner{padding: 2px 14px 2px}
  .note,
  .callout,
  .info-block,
  .method-card{padding: 18px}
  input, textarea{font-size: 16px; padding: 13px 14px}
  textarea{min-height: 104px}

  .table-wrap{overflow: visible}
  .table{min-width: 0}
  .table th, .table td{padding: 12px 14px}
  .badge-success,
  .badge-partial,
  .badge-full{padding: 6px 10px; font-size: 12px}

  .table thead{display:none}
  .table tbody,
  .table tr,
  .table td{display:block; width:100%}
  .table tr{
    border: 1px solid rgba(10, 28, 38, 0.12);
    border-radius: 14px;
    overflow: hidden;
    margin: 0 0 12px;
    background: rgba(255,255,255,0.90);
  }
  .table td{
    display:grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    gap: 16px;
    border-bottom: 1px solid rgba(10, 28, 38, 0.08);
    background: transparent !important;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .table td:last-child{border-bottom:none}
  .table td::before{
    content: attr(data-label);
    font-size: 12px;
    font-weight: 700;
    color: rgba(8, 26, 36, 0.70);
    min-width: 0;
  }

  .table td > *{min-width: 0}

  .callout{padding: 18px}

  .cookie-content{padding: 16px var(--pad); gap: 16px}
  .cookie-text{min-width: 0}

  .footer-grid{grid-template-columns: 1fr}
  .footer{padding-top: 48px}
  .scroll-top{
    right: max(10px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }
  .contact{padding-bottom: 76px}

  /* Click-to-load map embed (privacy-friendly) */
  .map-embed{
    margin-top: 18px;
    border: 1px solid rgba(10, 28, 38, 0.12);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(255,255,255,0.65);
  }
  .map-embed-inner{
    position: relative;
    min-height: 280px;
  }
  .map-embed iframe{
    width: 100%;
    height: 280px;
    border: 0;
    display: none;
  }
  .map-embed[data-loaded="true"] iframe{
    display: block;
  }
  .map-embed-placeholder{
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 280px;
  }
  .map-embed[data-loaded="true"] .map-embed-placeholder{
    display: none;
  }

  .roi-calculator{padding: 22px; gap: 22px}
  .roi-input{font-size: 16px}
  .roi-result{padding: 24px 18px}
  .roi-result-value{font-size: 44px}

  .trust-card{
    padding: 20px 18px;
    text-align: left;
  }
  .trust-card h3{font-size: 17px}
  .trust-card p{font-size: 14px}
}

@media (max-width: 420px){
  :root{--pad: 14px}
  :root{--header-offset: 72px}

  .brand-logo{height:60px}
  .hero{padding: 42px 0 36px}

  main#content{padding-top: 80px}

  .hero-cta{flex-direction: column; align-items: stretch}
  .hero-cta .btn{width: 100%}
  .hero-text-link{
    text-align: center;
    align-self: center;
  }
  .urgency-note{padding: 10px 14px}
  .scope-node-b{right: 6%}
  .scope-node-c{right: 6%}
  .scope-node-d{left: 49%}
  .footer-bottom{gap: 10px}
  .scroll-top{
    width: 32px;
    height: 32px;
    right: max(8px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }
  .roi-result-value{font-size: 40px}
}

@media (max-width: 380px){
  html, body{overflow-x: hidden}
  .container{min-width: 0}
}

/* Cookie Banner */
.cookie-banner{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(10, 28, 38, 0.12);
  box-shadow: 0 -8px 32px rgba(4, 26, 39, 0.15);
  z-index: 1000;
  animation: slide-up 0.4s var(--ease);
}
.cookie-banner[hidden]{
  display: none;
}
@keyframes slide-up {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
@keyframes slide-down {
  from { transform: translateY(0); }
  to { transform: translateY(100%); }
}
.cookie-content{
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cookie-text{
  flex: 1;
  min-width: 280px;
}
.cookie-text strong{
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: var(--brand-800);
}
.cookie-text p{
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(8, 26, 36, 0.78);
}
.cookie-link{
  color: var(--brand-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-actions{
  flex-shrink: 0;
}
.btn-sm{
  padding: 10px 20px;
  font-size: 14px;
  min-height: 40px;
}

/* Trust Section */
.trust-section{
  background: linear-gradient(180deg, rgba(255,255,255,0.50), rgba(7, 42, 60, 0.02));
}
.trust-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.trust-card{
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(10, 28, 38, 0.10);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform var(--duration-base) var(--ease),
              box-shadow var(--duration-base) var(--ease),
              border-color var(--duration-base) var(--ease);
}
.trust-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(7, 42, 60, 0.0), rgba(11, 88, 118, 0.55), rgba(7, 42, 60, 0.0));
  opacity: 0.35;
}
.trust-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(4, 26, 39, 0.12);
  border-color: rgba(11, 88, 118, 0.20);
}
.trust-card:hover::before{
  opacity: 0.6;
}
.trust-card:hover .trust-card-icon{
  animation: icon-pulse 0.6s var(--ease-spring);
}
.trust-card-icon{
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
  transition: transform var(--duration-base) var(--ease);
}

@keyframes icon-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.trust-card h3{
  margin: 0 0 12px;
  font-size: 18px;
  color: var(--brand-800);
}
.trust-card p{
  margin: 0;
  color: rgba(8, 26, 36, 0.78);
  line-height: 1.6;
  font-size: 14.5px;
}

/* Testimonials Section */
.testimonials-section{
  background: 
    radial-gradient(800px 600px at 50% 0%, rgba(11, 88, 118, 0.04), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.70));
}
.testimonials-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.testimonial{
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(10, 28, 38, 0.10);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 4px 20px rgba(4, 26, 39, 0.08);
  transition: transform var(--duration-base) var(--ease),
              box-shadow var(--duration-base) var(--ease),
              border-color var(--duration-base) var(--ease);
  position: relative;
  opacity: 0;
  animation: testimonial-slide-in 0.6s var(--ease) forwards;
}
.testimonial:nth-child(1){ animation-delay: 0.1s; }
.testimonial:nth-child(2){ animation-delay: 0.2s; }
.testimonial:nth-child(3){ animation-delay: 0.3s; }

@keyframes testimonial-slide-in {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.testimonial::before{
  content: '"';
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 80px;
  line-height: 1;
  color: rgba(11, 88, 118, 0.08);
  font-family: Georgia, serif;
  pointer-events: none;
  transition: color var(--duration-base) var(--ease);
}
.testimonial:hover{
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 12px 40px rgba(4, 26, 39, 0.14);
  border-color: rgba(11, 88, 118, 0.18);
}
.testimonial:hover::before{
  color: rgba(11, 88, 118, 0.15);
}
.testimonial-rating{
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1;
}
.testimonial-quote{
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(8, 26, 36, 0.85);
  font-style: italic;
  position: relative;
  z-index: 1;
}
.testimonial-author{
  padding-top: 16px;
  border-top: 1px solid rgba(10, 28, 38, 0.08);
}
.testimonial-name{
  font-weight: 700;
  color: var(--brand-800);
  margin-bottom: 4px;
  font-size: 15px;
}
.testimonial-role{
  font-size: 13px;
  color: rgba(8, 26, 36, 0.65);
}
.testimonial-note{
  margin-top: 32px;
  text-align: center;
  padding: 16px;
  background: rgba(11, 88, 118, 0.04);
  border-radius: var(--radius-md);
}

/* ROI Calculator */
.roi-section{
  background:
    radial-gradient(900px 500px at 50% 0%, rgba(7, 42, 60, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,0.70), rgba(255,255,255,0.40));
}
.roi-calculator{
  max-width: 900px;
  margin: 40px auto 0;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(10, 28, 38, 0.12);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-lg);
}
.roi-inputs{
  display: grid;
  gap: 20px;
  min-width: 0;
}
.roi-result{min-width: 0}
.roi-field{
  display: grid;
  gap: 8px;
}
.roi-field label{
  font-size: 13px;
  color: rgba(8, 26, 36, 0.80);
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.5;
}
.roi-input{
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 2px solid rgba(10, 28, 38, 0.14);
  background: rgba(255,255,255,0.95);
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-800);
  transition: border-color var(--duration-fast) var(--ease),
              box-shadow var(--duration-fast) var(--ease);
}
.roi-input:focus{
  border-color: var(--brand-600);
  box-shadow: 0 0 0 4px var(--ring);
  outline: none;
}
.roi-result{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, rgba(11, 88, 118, 0.08), rgba(13, 106, 142, 0.06));
  border-radius: var(--radius-md);
  padding: 32px 24px;
  min-width: 0;
}
.roi-result-label{
  font-size: 14px;
  color: rgba(8, 26, 36, 0.70);
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.roi-result-value{
  font-size: 56px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand-900), var(--brand-600));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.roi-result-note{
  font-size: 13px;
  color: rgba(8, 26, 36, 0.75);
  line-height: 1.6;
}

@media (max-width: 561px){
  .roi-calculator{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }
  .roi-inputs{order: 1}
  .roi-result{order: 2}
  .roi-result-value{font-size: 40px}
}

/* Live Indicator */
.live-indicator{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(11, 88, 118, 0.06);
  border: 1px solid rgba(11, 88, 118, 0.15);
  border-radius: 24px;
}
.live-dot{
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}

/* Skeleton Loading Animation */
.skeleton{
  background: linear-gradient(
    90deg,
    rgba(10, 28, 38, 0.05) 25%,
    rgba(11, 88, 118, 0.08) 50%,
    rgba(10, 28, 38, 0.05) 75%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: var(--radius-md);
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Mobile Sticky CTA Bar */
.mobile-cta-bar{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(10, 28, 38, 0.12);
  box-shadow: 0 -4px 20px rgba(4, 26, 39, 0.15);
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.3s var(--ease);
}
.mobile-cta-bar:not([hidden]){
  transform: translateY(0);
}
.mobile-cta-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px var(--pad);
  max-width: var(--container);
  margin: 0 auto;
}
.mobile-cta-text{
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.mobile-cta-text strong{
  font-size: 14px;
  color: var(--brand-800);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-cta-text span{
  font-size: 12px;
  color: rgba(8, 26, 36, 0.68);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Homepage Refinements */
.page-home{
  --home-surface-standard: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245, 248, 249, 0.92));
  --home-surface-soft: linear-gradient(180deg, rgba(248, 250, 251, 0.95), rgba(241, 245, 247, 0.88));
  --home-surface-highlight: linear-gradient(180deg, rgba(236, 243, 247, 0.98), rgba(251,255,255,0.95));
  --home-surface-dark: linear-gradient(165deg, rgba(4, 26, 39, 0.99), rgba(7, 42, 60, 0.92));
  --home-border-standard: rgba(10, 28, 38, 0.08);
  --home-border-soft: rgba(10, 28, 38, 0.06);
  --home-border-strong: rgba(10, 70, 96, 0.16);
  --home-shadow-soft: 0 12px 28px rgba(4, 26, 39, 0.06);
  --home-shadow-lift: 0 24px 60px rgba(4, 26, 39, 0.12);
  --home-danger: #994741;
  --home-danger-bg: rgba(153, 71, 65, 0.07);
}

.page-home .site-header{
  background: rgba(247, 248, 249, 0.94);
  border-bottom-color: rgba(10, 28, 38, 0.08);
}
.page-home .site-header[data-elevate="true"]{
  box-shadow: 0 12px 34px rgba(4, 26, 39, 0.08);
}
.page-home .header-inner{
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 86px;
  gap: 18px;
  padding: 13px 0;
}
.page-home .brand{
  padding: 2px 0;
  border-radius: 14px;
  justify-self: start;
}
.page-home .brand-logo{
  height: 90px;
  filter: drop-shadow(0 10px 18px rgba(4, 26, 39, 0.08));
}
.page-home .nav{
  justify-self: end;
}
.page-home .nav-toggle{
  border-radius: 16px;
  min-width: 46px;
  min-height: 46px;
  padding: 10px;
  background: rgba(255,255,255,0.6);
  border-color: rgba(10, 28, 38, 0.10);
  box-shadow: 0 10px 24px rgba(4, 26, 39, 0.08);
  transition: background var(--duration-fast) var(--ease),
              border-color var(--duration-fast) var(--ease),
              box-shadow var(--duration-fast) var(--ease),
              transform var(--duration-fast) var(--ease);
}
.page-home .nav-toggle:hover,
.page-home .nav-toggle:focus-visible,
.page-home .nav-toggle[aria-expanded="true"]{
  background: rgba(255,255,255,0.78);
  border-color: rgba(10, 70, 96, 0.16);
  box-shadow: 0 14px 30px rgba(4, 26, 39, 0.10);
}
.page-home .nav-toggle-bars{
  width: 18px;
  height: 12px;
}
.page-home .nav-toggle-bars::before,
.page-home .nav-toggle-bars::after,
.page-home .nav-toggle-bars span{
  height: 1.75px;
  background: rgba(8, 26, 36, 0.82);
}

.page-home .hero{
  padding: 78px 0 60px;
}
.page-home .hero-grid{
  gap: 40px;
}
.page-home .hero-copy{
  padding-top: 4px;
}
.page-home .eyebrow{
  gap: 8px;
  padding: 7px 14px 7px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(245, 248, 249, 0.76));
  border: 1px solid rgba(10, 28, 38, 0.09);
  box-shadow: 0 12px 26px rgba(4, 26, 39, 0.06);
  color: rgba(8, 26, 36, 0.62);
}
.page-home .eyebrow-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(11, 88, 118, 0.11);
  color: var(--brand-800);
  flex-shrink: 0;
}
.page-home .eyebrow svg{
  width: 13px;
  height: 13px;
}
.page-home .eyebrow-title{
  color: var(--brand-900);
}
.page-home .eyebrow-meta{
  position: relative;
  padding-left: 12px;
  color: rgba(8, 26, 36, 0.52);
}
.page-home .eyebrow-meta::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(8, 26, 36, 0.24);
  transform: translateY(-50%);
}
.page-home .hero h1{
  max-width: 11.3ch;
  margin-bottom: 12px;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.page-home .lead{
  max-width: 34.5rem;
  font-size: 16.5px;
  line-height: 1.62;
  color: rgba(8, 26, 36, 0.78);
}
.page-home .hero-cta{
  margin-top: 20px;
  gap: 10px 16px;
  align-items: center;
}
.page-home .hero-cta .btn{
  box-shadow: 0 18px 40px rgba(4, 26, 39, 0.18);
}
.page-home .hero-text-link{
  padding: 10px 30px 12px 0;
  font-size: 14.25px;
  letter-spacing: -0.01em;
  color: var(--brand-900);
}
.page-home .hero-text-link::before{
  right: 2px;
  width: 9px;
  height: 9px;
  border-top-width: 1.7px;
  border-right-width: 1.7px;
}
.page-home .hero-text-link::after{
  right: 20px;
  bottom: 9px;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(10, 70, 96, 0.16), rgba(10, 70, 96, 0.72));
  transform: scaleX(0.78);
}
.page-home .hero-text-link:hover::after,
.page-home .hero-text-link:focus-visible::after{
  background: linear-gradient(90deg, rgba(10, 70, 96, 0.34), rgba(10, 70, 96, 0.88));
}
.page-home .hero-text-link-label{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.page-home .hero-cta-note{
  margin: 8px 0 0;
  max-width: 31rem;
  font-size: 12.25px;
  line-height: 1.55;
  color: rgba(8, 26, 36, 0.58);
}
.page-home .trust-row{
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.98fr) minmax(0, 0.90fr);
  margin-top: 20px;
  gap: 9px;
  align-items: stretch;
}
.page-home .trust{
  position: relative;
  min-height: 72px;
  padding: 12px 14px 11px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245, 248, 249, 0.88));
  border-color: var(--home-border-soft);
  box-shadow: var(--home-shadow-soft);
  overflow: hidden;
}
.page-home .trust::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(7, 42, 60, 0), rgba(11, 88, 118, 0.46), rgba(7, 42, 60, 0));
  opacity: 0.52;
}
.page-home .trust:hover{
  background: rgba(255,255,255,0.96);
  border-color: rgba(11, 88, 118, 0.18);
}
.page-home .trust-emphasis{
  background: linear-gradient(180deg, rgba(236, 243, 247, 0.98), rgba(255,255,255,0.94));
  border-color: rgba(10, 70, 96, 0.14);
  box-shadow: 0 16px 34px rgba(4, 26, 39, 0.08);
}
.page-home .trust-secondary{
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244, 247, 249, 0.90));
}
.page-home .trust-tertiary{
  background: linear-gradient(180deg, rgba(248, 250, 251, 0.98), rgba(242, 246, 248, 0.92));
}
.page-home .trust-k{
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(8, 26, 36, 0.46);
}
.page-home .trust-row-compact .trust{
  text-align: left;
}
.page-home .trust-row-compact .trust-v{
  font-size: 13px;
  line-height: 1.34;
  color: var(--brand-900);
  text-wrap: balance;
}
.page-home .trust-emphasis .trust-v{
  font-size: 13.4px;
}
.page-home .trust-tertiary .trust-v{
  font-size: 12.5px;
  color: rgba(8, 26, 36, 0.72);
}

.page-home .hero-panel{
  padding-top: 2px;
}
.page-home .scope-panel{
  padding: 22px;
  gap: 14px;
  background: linear-gradient(180deg, rgba(241, 247, 249, 0.98), rgba(255,255,255,0.98));
  border-color: rgba(10, 28, 38, 0.10);
  box-shadow: 0 30px 72px rgba(4, 26, 39, 0.15), inset 0 1px 0 rgba(255,255,255,0.7);
}
.page-home .panel-top{
  gap: 10px;
  padding-bottom: 14px;
}
.page-home .panel-caption{
  max-width: 22ch;
  font-size: 11.75px;
  line-height: 1.42;
}
.page-home .panel-intro{
  max-width: 35ch;
  font-size: 12.75px;
  line-height: 1.52;
  color: rgba(8, 26, 36, 0.68);
}
.page-home .scope-visual{
  min-height: 324px;
  border-radius: 26px;
  border-color: rgba(10, 28, 38, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(11, 88, 118, 0.14), transparent 54%),
    radial-gradient(circle at 72% 22%, rgba(11, 88, 118, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(231, 240, 244, 0.88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 18px 34px rgba(4, 26, 39, 0.08);
}
.page-home .scope-visual::before{
  content: "";
  position: absolute;
  inset: 8% 10%;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.26), rgba(11, 88, 118, 0.04));
  filter: blur(8px);
  opacity: 0.8;
}
.page-home .scope-visual::after{
  content: "";
  position: absolute;
  right: 14%;
  bottom: 16%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 88, 118, 0.14), transparent 70%);
  pointer-events: none;
}
.page-home .scope-visual-grid{
  opacity: 0.86;
}
.page-home .scope-beam{
  position: absolute;
  inset: 16% 12%;
  z-index: 1;
  border-radius: 999px;
  background: linear-gradient(135deg, transparent 16%, rgba(11, 88, 118, 0.18) 50%, transparent 84%);
  transform: rotate(-15deg);
  filter: blur(1px);
}
.page-home .scope-ring{
  border-color: rgba(11, 88, 118, 0.15);
}
.page-home .scope-ring-sm{
  border-color: rgba(11, 88, 118, 0.26);
}
.page-home .scope-hub{
  width: 154px;
  height: 154px;
  box-shadow: 0 32px 74px rgba(4, 26, 39, 0.22);
}
.page-home .scope-hub::after{
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1px solid rgba(11, 88, 118, 0.22);
  opacity: 0.68;
}
.page-home .scope-hub strong{
  font-size: 20px;
}
.page-home .scope-node{
  padding: 9px 13px;
  border-color: rgba(10, 28, 38, 0.07);
  box-shadow: 0 12px 24px rgba(4, 26, 39, 0.08);
}
.page-home .scope-node-core{
  left: 11%;
  bottom: 19%;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241, 247, 249, 0.92));
  color: var(--brand-900);
}
.page-home .scope-node-a{left: 56%}
.page-home .scope-node-b{right: 8%}
.page-home .scope-node-c{right: 9%}
.page-home .scope-tag{
  border: 1px solid rgba(10, 28, 38, 0.06);
  background: rgba(255,255,255,0.58);
  color: rgba(8, 26, 36, 0.62);
}
.page-home .scope-summary{
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: 8px;
  padding: 10px;
  border-radius: 24px;
  border: 1px solid rgba(10, 28, 38, 0.07);
  background: linear-gradient(180deg, rgba(248, 250, 251, 0.82), rgba(242, 246, 248, 0.72));
}
.page-home .scope-summary-item{
  gap: 6px;
  padding: 12px 13px 13px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(242, 246, 248, 0.84));
  border: 1px solid rgba(10, 28, 38, 0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.42);
}
.page-home .scope-summary-item-quiet{
  background: linear-gradient(180deg, rgba(241, 245, 247, 0.92), rgba(250, 251, 252, 0.88));
}
.page-home .scope-summary-item strong{
  font-size: 13.5px;
  line-height: 1.35;
}
.page-home .scope-summary-f{
  font-size: 11.75px;
  line-height: 1.5;
  color: rgba(8, 26, 36, 0.60);
}
.page-home .panel-foot{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  align-items: start;
  padding: 12px 12px 0;
  border-top: 1px solid rgba(10, 28, 38, 0.08);
}
.page-home .panel-foot-k{
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(236, 243, 247, 0.82);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.48);
}
.page-home .panel-foot-v{
  margin: 0;
  font-size: 12px;
  line-height: 1.52;
}

.page-home #angebot .cards-offer{
  gap: 18px;
}
.page-home #angebot .card{
  position: relative;
  overflow: hidden;
  padding: 24px 24px 22px;
  border-radius: 24px;
  border-color: var(--home-border-standard);
  box-shadow: var(--home-shadow-soft);
}
.page-home #angebot .card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(7, 42, 60, 0), rgba(11, 88, 118, 0.46), rgba(7, 42, 60, 0));
  opacity: 0.56;
}
.page-home #angebot .card-neutral{
  background: var(--home-surface-standard);
}
.page-home #angebot .card-highlight{
  background: var(--home-surface-highlight);
  border-color: rgba(10, 70, 96, 0.14);
  box-shadow: 0 18px 46px rgba(4, 26, 39, 0.08);
}
.page-home #angebot .card-dark{
  background: var(--home-surface-dark);
  box-shadow: 0 24px 54px rgba(4, 26, 39, 0.18);
}
.page-home #angebot .bullets{
  margin-top: 8px;
}
.page-home #angebot .bullets li{
  margin: 5px 0;
}
.page-home .offer-context{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 18px;
  align-items: start;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(10, 28, 38, 0.08);
}
.page-home .offer-context-label{
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.44);
}
.page-home .offer-context-copy{
  display: grid;
  gap: 10px;
}
.page-home .offer-context-copy p{
  margin: 0;
  max-width: 42ch;
  font-size: 13px;
  line-height: 1.56;
  color: rgba(8, 26, 36, 0.64);
}
.page-home .offer-context-links{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}
.page-home .offer-context-link{
  text-decoration: none !important;
}
.page-home .offer-context-link-primary{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(10, 70, 96, 0.10);
  background: rgba(236, 243, 247, 0.76);
  color: var(--brand-900);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.page-home .offer-context-link-primary:hover,
.page-home .offer-context-link-primary:focus-visible{
  border-color: rgba(10, 70, 96, 0.16);
  background: rgba(236, 243, 247, 0.92);
}
.page-home .offer-context-link-secondary{
  padding: 4px 2px;
  color: rgba(8, 26, 36, 0.68);
  font-size: 13px;
}
.page-home .offer-context-link-secondary:hover,
.page-home .offer-context-link-secondary:focus-visible{
  color: var(--brand-800);
}

.page-home .timeline-compact{
  gap: 12px 14px;
  margin-top: 26px;
}
.page-home .step{
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 16px 16px 17px;
  border-radius: 20px;
}
.page-home .step-meta{
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-home .step-index{
  width: auto;
  min-width: 34px;
  height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11.5px;
  box-shadow: inset 0 0 0 1px rgba(11, 88, 118, 0.06);
}
.page-home .step-week{
  min-height: 28px;
  padding: 6px 10px;
  font-size: 10.5px;
  letter-spacing: 0.08em;
}
.page-home .step-body h3{
  margin: 0 0 6px;
  font-size: 16px;
}
.page-home .step-body p{
  max-width: 38ch;
  font-size: 13.5px;
  line-height: 1.52;
}
.page-home #ablauf .note-dark{
  margin-top: 18px;
  padding: 12px 14px;
  gap: 10px;
  background: linear-gradient(160deg, rgba(7, 42, 60, 0.94), rgba(10, 70, 96, 0.84));
  border: 1px solid rgba(173, 221, 237, 0.10);
  box-shadow: none;
}
.page-home #ablauf .note-dark .note-text{
  font-size: 13.5px;
  line-height: 1.48;
}

.page-home .measure-system{
  position: relative;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(10, 28, 38, 0.09);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244, 247, 249, 0.92));
  box-shadow: 0 22px 58px rgba(4, 26, 39, 0.10);
}
.page-home .measure-system::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(7, 42, 60, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(7, 42, 60, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.54;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.92), transparent);
}
.page-home .measure-overview{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  align-items: center;
  padding: 14px 18px 13px;
  border-bottom: 1px solid rgba(10, 28, 38, 0.08);
  background: linear-gradient(180deg, rgba(248, 250, 251, 0.96), rgba(243, 247, 249, 0.72));
}
.page-home .measure-overview-k{
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.48);
}
.page-home .measure-overview p{
  margin: 0;
  max-width: 46ch;
  font-size: 12.75px;
  line-height: 1.52;
  color: rgba(8, 26, 36, 0.68);
}
.page-home .measure-board{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
}
.page-home .measure-lane{
  position: relative;
  min-height: 0;
  padding: 18px 18px 16px;
  background: rgba(255,255,255,0.22);
  border-bottom: 1px solid rgba(10, 28, 38, 0.08);
}
.page-home .measure-lane:nth-child(1){
  grid-column: span 5;
  border-right: 1px solid rgba(10, 28, 38, 0.08);
}
.page-home .measure-lane:nth-child(2){
  grid-column: span 7;
}
.page-home .measure-lane:nth-child(3){
  grid-column: span 4;
  border-right: 1px solid rgba(10, 28, 38, 0.08);
  border-bottom: 0;
}
.page-home .measure-lane:nth-child(4){
  grid-column: span 8;
  border-bottom: 0;
}
.page-home .measure-lane-highlight{
  background: linear-gradient(180deg, rgba(236, 243, 247, 0.88), rgba(255,255,255,0.60));
}
.page-home .measure-lane-dark{
  background: linear-gradient(165deg, rgba(4, 26, 39, 0.93), rgba(7, 42, 60, 0.82));
}
.page-home .measure-lane-muted{
  background: linear-gradient(180deg, rgba(244, 248, 250, 0.94), rgba(236, 243, 247, 0.86));
}
.page-home .measure-lane-head{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  align-items: start;
}
.page-home .measure-lane-index{
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(11, 88, 118, 0.10);
  color: var(--brand-800);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}
.page-home .measure-lane-dark .measure-lane-index{
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.90);
}
.page-home .measure-lane-k{
  margin: 0 0 4px;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.48);
}
.page-home .measure-lane h3{
  margin: 0;
  max-width: 16ch;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--brand-900);
}
.page-home .measure-lane-muted h3{
  max-width: 22ch;
}
.page-home .measure-lane-copy{
  margin: 12px 0 0;
  max-width: 32ch;
  font-size: 13px;
  line-height: 1.56;
  color: rgba(8, 26, 36, 0.68);
}
.page-home .measure-points{
  margin: 12px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: rgba(8, 26, 36, 0.80);
}
.page-home .measure-points li{
  margin: 0;
  font-size: 13px;
  line-height: 1.48;
}
.page-home .measure-points-quiet{
  margin-top: 14px;
}
.page-home .measure-lane-dark .measure-lane-k,
.page-home .measure-lane-dark .measure-lane h3,
.page-home .measure-lane-dark .measure-lane-copy,
.page-home .measure-lane-dark .measure-points{
  color: rgba(255,255,255,0.88);
}
.page-home .measure-ledger{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  background: rgba(248, 250, 251, 0.58);
}
.page-home .measure-ledger-head{
  padding: 14px 18px;
  border-top: 1px solid rgba(10, 28, 38, 0.08);
  border-right: 1px solid rgba(10, 28, 38, 0.08);
}
.page-home .measure-ledger-k{
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(236, 243, 247, 0.82);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.50);
}
.page-home .measure-ledger-head p{
  margin: 10px 0 0;
  max-width: 46ch;
  font-size: 12.75px;
  line-height: 1.55;
  color: rgba(8, 26, 36, 0.66);
}
.page-home .measure-legend{
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(10, 28, 38, 0.08);
  background: transparent;
}
.page-home .measure-legend-item{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 11.25px;
  line-height: 1.45;
  color: rgba(8, 26, 36, 0.66);
}
.page-home .measure-legend-item + .measure-legend-item{
  border-top: 1px solid rgba(10, 28, 38, 0.08);
}
.page-home .measure-legend-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-700);
  box-shadow: 0 0 0 5px rgba(11, 88, 118, 0.08);
  flex-shrink: 0;
}

.page-home #garantie .table-wrap{
  margin-top: 24px;
  border-color: rgba(10, 28, 38, 0.09);
  background: rgba(255,255,255,0.94);
  box-shadow: 0 18px 44px rgba(4, 26, 39, 0.08);
  border-radius: 24px;
}
.page-home #garantie .table th,
.page-home #garantie .table td{
  padding: 12px 18px;
  vertical-align: middle;
}
.page-home #garantie .table thead th{
  font-size: 11px;
  letter-spacing: 0.14em;
  background: rgba(248, 250, 251, 0.86);
}
.page-home #garantie .table td strong{
  font-size: 14px;
  line-height: 1.32;
}
.page-home #garantie .table td:last-child{
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.page-home #garantie .badge-success,
.page-home #garantie .badge-partial,
.page-home #garantie .badge-full{
  padding: 6px 10px;
  font-size: 11.5px;
  letter-spacing: 0.04em;
}
.page-home .guarantee-mobile-stack{
  display: none;
}
.page-home .guarantee-mobile-card{
  position: relative;
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(10, 28, 38, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245, 248, 249, 0.92));
  box-shadow: 0 12px 28px rgba(4, 26, 39, 0.06);
  overflow: hidden;
}
.page-home .guarantee-mobile-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(7, 42, 60, 0), rgba(10, 70, 96, 0.6), rgba(7, 42, 60, 0));
  opacity: 0.7;
}
.page-home .guarantee-mobile-card-partial::before{
  background: linear-gradient(90deg, rgba(255, 170, 0, 0), rgba(255, 170, 0, 0.9), rgba(255, 170, 0, 0));
}
.page-home .guarantee-mobile-head{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-home .guarantee-mobile-marker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(236, 243, 247, 0.88);
  color: rgba(8, 26, 36, 0.72);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
.page-home .guarantee-mobile-marker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-600);
  box-shadow: 0 0 0 4px rgba(11, 88, 118, 0.10);
}
.page-home .guarantee-mobile-card-partial .guarantee-mobile-marker{
  background: rgba(255, 248, 229, 0.94);
  color: #7b5900;
}
.page-home .guarantee-mobile-card-partial .guarantee-mobile-marker::before{
  background: #e4a700;
  box-shadow: 0 0 0 4px rgba(255, 170, 0, 0.12);
}
.page-home .guarantee-mobile-card-full .guarantee-mobile-marker{
  background: rgba(236, 243, 247, 0.88);
}
.page-home .guarantee-mobile-block{
  display: grid;
  gap: 5px;
}
.page-home .guarantee-mobile-k{
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.44);
}
.page-home .guarantee-mobile-v{
  font-size: 16px;
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: var(--brand-900);
}
.page-home .guarantee-mobile-rule{
  font-size: 14px;
  line-height: 1.45;
  color: rgba(8, 26, 36, 0.78);
}
.page-home .guarantee-grid{
  margin-top: 14px;
  gap: 10px;
}
.page-home .guarantee-grid .callout{
  margin-top: 0;
  display: grid;
  align-content: start;
  gap: 0;
  padding: 16px 16px 15px;
  border-radius: 20px;
  border-color: rgba(10, 28, 38, 0.08);
  box-shadow: none;
}
.page-home .guarantee-callout .card-label{
  margin: 0 0 6px;
}
.page-home .guarantee-callout.callout-dark .card-label{
  color: rgba(255,255,255,0.54);
}
.page-home .guarantee-grid .callout h3{
  margin: 0 0 7px;
  font-size: 15.5px;
}
.page-home .guarantee-grid .bullets{
  margin-top: 0;
}
.page-home .guarantee-grid .bullets li{
  margin: 3px 0;
  line-height: 1.46;
}
.page-home #garantie .summary{
  margin-top: 14px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(244, 248, 250, 0.96), rgba(235, 243, 247, 0.88));
  border-color: rgba(10, 28, 38, 0.10);
  box-shadow: none;
}
.page-home #garantie .summary-title{
  margin-bottom: 6px;
  font-size: 14px;
}
.page-home #garantie .summary p{
  font-size: 14px;
  line-height: 1.55;
}

.page-home .contact-grid{
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 14px;
}
.page-home .method-grid{
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 10px;
  align-items: start;
}
.page-home .method-card{
  padding: 15px 15px 14px;
  border-radius: 20px;
  border-color: var(--home-border-standard);
  background: var(--home-surface-standard);
  box-shadow: none;
}
.page-home .method-card-feature{
  background: var(--home-surface-highlight);
  border-color: var(--home-border-strong);
}
.page-home .method-card-wide{
  grid-column: 1;
  grid-row: 1 / span 2;
}
.page-home .method-card-dark{
  background: var(--home-surface-dark);
}
.page-home .method-card h3{
  margin-bottom: 6px;
  font-size: 16.5px;
}
.page-home .method-card .bullets{
  margin-top: 0;
}
.page-home .method-card .bullets li{
  margin: 3px 0;
  font-size: 13.5px;
  line-height: 1.46;
}
.page-home .method-mini-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.page-home .method-mini{
  display: grid;
  gap: 4px;
  align-content: start;
  padding: 10px 10px 9px;
  border-radius: 16px;
  border: 1px solid rgba(10, 28, 38, 0.07);
  background: rgba(255,255,255,0.74);
}
.page-home .method-mini-k{
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.48);
}
.page-home .method-mini-v{
  display: block;
  margin-top: 0;
  font-size: 12.5px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--brand-900);
  text-align: left;
}
.page-home .contact-form-wrap{
  gap: 8px;
}
.page-home .form{
  padding: 20px 20px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248, 250, 251, 0.96));
  border-color: rgba(10, 70, 96, 0.14);
  box-shadow: 0 24px 52px rgba(4, 26, 39, 0.14);
}
.page-home .form-title{
  margin: 0 0 6px;
}
.page-home .form-intro{
  margin: 0 0 12px;
  font-size: 12.25px;
  line-height: 1.6;
}
.page-home .form-meta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}
.page-home .form-meta-pill{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(236, 243, 247, 0.82);
  border: 1px solid rgba(10, 70, 96, 0.10);
  color: rgba(8, 26, 36, 0.68);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.page-home .form-feedback{
  display: grid;
  gap: 10px;
  margin: 0 0 12px;
}
.page-home .form-error-summary{
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(153, 71, 65, 0.18);
  background: var(--home-danger-bg);
}
.page-home .form-error-summary-title{
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--home-danger);
}
.page-home .form-error-list{
  margin: 8px 0 0;
  padding-left: 18px;
  color: rgba(8, 26, 36, 0.80);
}
.page-home .form-error-list li{
  margin: 4px 0;
  font-size: 13px;
  line-height: 1.46;
}
.page-home .form-status{
  padding: 11px 13px;
  border-radius: 16px;
  border: 1px solid rgba(10, 70, 96, 0.12);
  background: rgba(236, 243, 247, 0.82);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(8, 26, 36, 0.72);
}
.page-home .form-status[data-tone="error"]{
  border-color: rgba(153, 71, 65, 0.18);
  background: var(--home-danger-bg);
  color: var(--home-danger);
}
.page-home .form-core-fields{
  margin-bottom: 12px;
  padding: 12px 12px 4px;
  border-radius: 18px;
  border: 1px solid rgba(10, 70, 96, 0.10);
  background: linear-gradient(180deg, rgba(248, 251, 252, 0.96), rgba(241, 246, 248, 0.88));
}
.page-home .field{
  gap: 6px;
  margin-bottom: 11px;
}
.page-home label{
  font-size: 10.5px;
  letter-spacing: 0.14em;
}
.page-home .form-core-fields label{
  color: rgba(8, 26, 36, 0.76);
}
.page-home input,
.page-home textarea{
  padding: 11px 13px;
  border-radius: 13px;
  background: rgba(249, 251, 252, 0.96);
}
.page-home textarea{
  min-height: 100px;
}
.page-home .field-error{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--home-danger);
}
.page-home .field-error::before{
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
  opacity: 0.8;
}
.page-home input[aria-invalid="true"],
.page-home textarea[aria-invalid="true"]{
  border-color: rgba(153, 71, 65, 0.42);
  background: rgba(153, 71, 65, 0.035);
  box-shadow: inset 0 0 0 1px rgba(153, 71, 65, 0.06);
}
.page-home input[aria-invalid="true"]:focus,
.page-home textarea[aria-invalid="true"]:focus{
  box-shadow: 0 0 0 4px rgba(153, 71, 65, 0.14), 0 4px 20px rgba(153, 71, 65, 0.08);
  border-color: rgba(153, 71, 65, 0.48);
}
.page-home .form-details{
  margin: 2px 0 14px;
  border-radius: 18px;
  border-color: rgba(10, 28, 38, 0.08);
  background: linear-gradient(180deg, rgba(245, 248, 250, 0.8), rgba(244, 247, 249, 0.7));
}
.page-home .form-details summary{
  display: grid;
  gap: 2px;
  min-height: 44px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12.25px;
}
.page-home .form-details-meta{
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(8, 26, 36, 0.46);
}
.page-home .form-details-title{
  font-size: 12.75px;
  line-height: 1.4;
}
.page-home .form-details-inner{
  padding: 4px 14px 2px;
}
.page-home .form-details-note{
  margin: 2px 0 12px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(8, 26, 36, 0.56);
}
.page-home .form-note{
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(10, 28, 38, 0.08);
  line-height: 1.5;
}
.page-home .form-note-strong{
  font-weight: 700;
  color: rgba(8, 26, 36, 0.80);
}
.page-home .form-note-links{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  color: rgba(8, 26, 36, 0.68);
}
.page-home .form-note a{
  color: rgba(8, 26, 36, 0.74);
}

.page-home .faq{
  gap: 10px;
  margin-top: 28px;
}
.page-home .faq-item{
  overflow: hidden;
  padding: 0;
  border-radius: 22px;
  border-color: rgba(10, 28, 38, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(245, 248, 249, 0.82));
  box-shadow: 0 12px 30px rgba(4, 26, 39, 0.05);
}
.page-home .faq-item:hover{
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247, 250, 251, 0.9));
}
.page-home .faq-item[open]{
  background: linear-gradient(180deg, rgba(236, 243, 247, 0.98), rgba(255,255,255,0.94));
  border-color: rgba(10, 70, 96, 0.16);
  box-shadow: 0 16px 40px rgba(4, 26, 39, 0.08);
}
.page-home .faq-item summary{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 15px 16px 15px 18px;
  color: var(--brand-900);
}
.page-home .faq-item summary::before,
.page-home .faq-item summary::after{
  content: none;
}
.page-home .faq-question{
  display: block;
}
.page-home .faq-icon{
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(7, 42, 60, 0.04);
  box-shadow: inset 0 0 0 1px rgba(10, 28, 38, 0.06);
  transition: background var(--duration-fast) var(--ease),
              box-shadow var(--duration-fast) var(--ease),
              transform var(--duration-fast) var(--ease);
}
.page-home .faq-icon::before,
.page-home .faq-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.75px;
  border-radius: 999px;
  background: rgba(8, 26, 36, 0.72);
  transform: translate(-50%, -50%);
  transition: transform var(--duration-base) var(--ease),
              opacity var(--duration-fast) var(--ease),
              background var(--duration-fast) var(--ease);
}
.page-home .faq-icon::after{
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-home .faq-item:hover .faq-icon{
  background: rgba(11, 88, 118, 0.08);
  box-shadow: inset 0 0 0 1px rgba(10, 70, 96, 0.10);
}
.page-home .faq-item[open] .faq-icon{
  background: rgba(11, 88, 118, 0.14);
  box-shadow: inset 0 0 0 1px rgba(10, 70, 96, 0.14);
  transform: scale(1.02);
}
.page-home .faq-item[open] .faq-icon::before,
.page-home .faq-item[open] .faq-icon::after{
  background: rgba(10, 70, 96, 0.84);
}
.page-home .faq-item[open] .faq-icon::after{
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.12);
  opacity: 0;
}
.page-home .faq-item summary:focus-visible{
  outline: 3px solid var(--ring);
  outline-offset: -3px;
}
.page-home .faq-body{
  margin: 0 12px 12px;
  padding: 14px 14px 15px;
  border-radius: 16px;
  border-top: 1px solid rgba(10, 28, 38, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.76), rgba(246, 249, 250, 0.58));
}

.page-home .cta-final{
  padding: 56px 0 52px;
}
.page-home .cta-box{
  display: grid;
  gap: 0;
  max-width: 700px;
}
.page-home .cta-box h2{
  max-width: 12.4ch;
  margin: 0 auto 10px;
  line-height: 1.06;
}
.page-home .cta-box p{
  max-width: 34rem;
  margin: 0 auto 20px;
  font-size: 16px;
}
.page-home .cta-actions{
  display: flex;
  justify-content: center;
  margin-top: 2px;
}
.page-home .cta-meta{
  margin-top: 12px;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.74);
}

.page-home .footer{
  padding: 58px 0 16px;
}
.page-home .footer::before{
  opacity: 0.58;
  background-size: auto, 84px 84px, 84px 84px;
}
.page-home .footer-grid{
  gap: 22px 28px;
}
.page-home .footer-brand{
  padding: 24px 24px 20px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(120, 192, 214, 0.05));
  border: 1px solid rgba(173, 221, 237, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 18px 40px rgba(0,0,0,0.12);
}
.page-home .footer-brand-lockup{
  display: flex;
  align-items: center;
  gap: 14px;
}
.page-home .footer-brand-mark{
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(120, 192, 214, 0.06));
  border: 1px solid rgba(173, 221, 237, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
  flex-shrink: 0;
}
.page-home .footer-brand-text{
  display: grid;
  gap: 4px;
}
.page-home .footer-brand-label{
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.54);
  font-weight: 700;
}
.page-home .footer-brand-title{
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: rgba(255,255,255,0.96);
}
.page-home .footer-brand img{
  height: 46px;
  opacity: 1;
  filter: brightness(1.08) drop-shadow(0 10px 18px rgba(0,0,0,0.22));
}
.page-home .footer-context{
  max-width: 35ch;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
}
.page-home .footer-column,
.page-home .footer-contact{
  gap: 11px;
}
.page-home .footer-list{
  gap: 9px;
}
.page-home .footer-address{
  font-size: 13.25px;
}
.page-home .footer-bottom{
  margin-top: 26px;
  padding-top: 16px;
  align-items: flex-start;
}
.page-home .footer-bottom-copy{
  color: rgba(255,255,255,0.48);
}
.page-home .footer-bottom-note{
  color: rgba(173, 221, 237, 0.74);
  letter-spacing: 0.03em;
}
.page-home .footer-bottom .fine:last-child{
  text-align: right;
}

.page-home .scroll-top{
  right: max(2px, env(safe-area-inset-right));
  bottom: max(6px, env(safe-area-inset-bottom));
  width: 24px;
  height: 24px;
  background: rgba(255,255,255,0.58);
  border-color: rgba(10, 28, 38, 0.04);
  box-shadow: 0 4px 12px rgba(4, 26, 39, 0.08);
}
.page-home .scroll-top:not([hidden]){
  opacity: 0.32;
}
.page-home .scroll-top svg{
  width: 12px;
  height: 12px;
}

@media (max-width: 981px){
  .page-home .hero{
    padding: 60px 0 50px;
  }
  .page-home .hero-grid{
    gap: 24px;
  }
  .page-home .trust-row{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-home .scope-summary{
    grid-template-columns: 1fr;
  }
  .page-home .offer-context,
  .page-home .measure-overview{
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .page-home .measure-board{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .measure-lane:nth-child(1),
  .page-home .measure-lane:nth-child(2),
  .page-home .measure-lane:nth-child(3),
  .page-home .measure-lane:nth-child(4){
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(10, 28, 38, 0.08);
  }
  .page-home .measure-lane:nth-child(odd){
    border-right: 1px solid rgba(10, 28, 38, 0.08);
  }
  .page-home .measure-lane:nth-last-child(-n+2){
    border-bottom: 0;
  }
  .page-home .measure-ledger{
    grid-template-columns: 1fr;
  }
  .page-home .measure-ledger-head{
    border-right: 0;
  }
  .page-home .measure-legend{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-home .measure-legend-item{
    padding: 12px 14px;
  }
  .page-home .measure-legend-item + .measure-legend-item{
    border-top: 0;
    border-left: 1px solid rgba(10, 28, 38, 0.08);
  }
  .page-home .method-grid{
    grid-template-columns: 1fr;
  }
  .page-home .method-card-wide{
    grid-column: auto;
    grid-row: auto;
  }
  .page-home .contact-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px){
  .page-home .header-inner{
    min-height: 74px;
    gap: 10px;
    padding: 8px 0;
  }
  .page-home .brand-logo{
    height: 84px;
  }
  .page-home .nav-toggle{
    min-width: 42px;
    min-height: 42px;
    padding: 9px;
    background: rgba(255,255,255,0.48);
    border-color: rgba(10, 28, 38, 0.08);
    box-shadow: 0 8px 18px rgba(4, 26, 39, 0.06);
  }
  .page-home .nav-toggle-bars{
    width: 16px;
    height: 10px;
  }
  .page-home .contact-form-wrap{
    order: 1;
  }
  .page-home .method-grid{
    order: 2;
  }
}

@media (max-width: 600px){
  .page-home .eyebrow{
    flex-wrap: wrap;
    border-radius: 18px;
    padding: 9px 12px;
  }
  .page-home .eyebrow-meta{
    padding-left: 0;
  }
  .page-home .eyebrow-meta::before{
    display: none;
  }
  .page-home .header-inner{
    min-height: 70px;
    gap: 10px;
    padding: 8px 0;
  }
  .page-home .brand-logo{
    height: 80px;
  }
  .page-home .nav-toggle{
    min-width: 40px;
    min-height: 40px;
    padding: 8px;
    border-radius: 14px;
  }
  .page-home .nav-toggle-bars{
    width: 15px;
    height: 9px;
  }
  .page-home .hero{
    padding: 48px 0 40px;
  }
  .page-home .hero h1{
    max-width: 11.5ch;
  }
  .page-home .hero-cta{
    gap: 10px 14px;
  }
  .page-home .hero-cta-note{
    font-size: 12.5px;
  }
  .page-home .trust-row{
    grid-template-columns: 1fr;
  }
  .page-home .trust{
    min-height: 0;
    padding: 12px 14px;
  }
  .page-home .scope-panel{
    padding: 18px;
    gap: 14px;
  }
  .page-home .scope-visual{
    min-height: 250px;
  }
  .page-home .scope-hub{
    width: 124px;
    height: 124px;
  }
  .page-home .measure-system{
    border-radius: 22px;
  }
  .page-home .measure-board{
    grid-template-columns: 1fr;
  }
  .page-home .measure-lane:nth-child(1),
  .page-home .measure-lane:nth-child(2),
  .page-home .measure-lane:nth-child(3),
  .page-home .measure-lane:nth-child(4),
  .page-home .measure-lane:nth-child(odd){
    border-right: 0;
    border-bottom: 1px solid rgba(10, 28, 38, 0.08);
  }
  .page-home .measure-lane:last-child{
    border-bottom: 0;
  }
  .page-home .measure-overview{
    gap: 6px;
    padding: 13px 14px;
  }
  .page-home .measure-lane{
    padding: 16px 14px 15px;
  }
  .page-home .measure-ledger-head{
    padding: 13px 14px;
  }
  .page-home .measure-legend{
    grid-template-columns: 1fr;
  }
  .page-home .measure-legend-item + .measure-legend-item{
    border-left: 0;
    border-top: 1px solid rgba(10, 28, 38, 0.08);
  }
  .page-home #garantie .table-wrap{
    display: none;
  }
  .page-home .guarantee-mobile-stack{
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }
  .page-home .offer-context{
    gap: 6px;
  }
  .page-home .method-mini-grid{
    grid-template-columns: 1fr;
  }
  .page-home .form{
    padding: 18px 18px 16px;
  }
  .page-home .form-feedback{
    gap: 8px;
  }
  .page-home .form-meta-row{
    gap: 6px;
    margin-bottom: 12px;
  }
  .page-home .form-core-fields{
    padding: 12px 12px 2px;
  }
  .page-home .form-error-summary,
  .page-home .form-status{
    padding: 11px 12px;
  }
  .page-home .faq-item summary{
    padding: 14px 16px;
  }
  .page-home .faq-body{
    margin: 0 16px 16px;
  }
  .page-home .cta-final{
    padding: 48px 0 44px;
  }
  .page-home .cta-box p{
    font-size: 15.5px;
    margin-bottom: 18px;
  }
  .page-home .footer-brand{
    padding: 18px;
  }
  .page-home .footer-brand-lockup{
    align-items: flex-start;
  }
  .page-home .footer-brand-mark{
    width: 54px;
    height: 54px;
  }
  .page-home .footer-brand img{
    height: 38px;
  }
  .page-home .footer-bottom .fine:last-child{
    text-align: left;
  }
  .page-home .scroll-top{
    right: max(2px, env(safe-area-inset-right));
    bottom: max(6px, env(safe-area-inset-bottom));
    width: 22px;
    height: 22px;
  }
  .page-home .scroll-top:not([hidden]){
    opacity: 0.28;
  }
}

@media (max-width: 420px){
  .page-home .header-inner{
    min-height: 66px;
  }
  .page-home .brand-logo{
    height: 70px;
  }
  .page-home .nav-toggle{
    min-width: 40px;
    min-height: 40px;
    padding: 8px;
  }
  .page-home .hero-cta{
    gap: 10px;
  }
  .page-home .hero-text-link{
    align-self: flex-start;
    text-align: left;
  }
  .page-home .scope-node{
    min-width: 72px;
    font-size: 10.5px;
  }
  .page-home .scope-node-core{
    left: 8%;
    bottom: 17%;
  }
  .page-home .scope-node-b,
  .page-home .scope-node-c{
    right: 4%;
  }
  .page-home .scope-node-d{
    left: 47%;
  }
  .page-home .faq-item summary{
    font-size: 14.5px;
  }
  .page-home .guarantee-mobile-card{
    padding: 15px 14px;
  }
  .page-home .guarantee-mobile-v{
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,
  *::before,
  *::after{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .scroll-progress{transition: none !important;}
  body{animation: none !important;}
}

/* Print Styles */
@media print {
  *,
  *::before,
  *::after {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  .scroll-progress,
  .scroll-top,
  .nav-toggle,
  .mobile-nav,
  .cookie-banner,
  .hero-bg,
  .section-divider,
  .form,
  .form-success,
  .btn,
  .cta-final {
    display: none !important;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.5;
  }
  
  h1 { font-size: 24pt; }
  h2 { font-size: 18pt; page-break-after: avoid; }
  h3 { font-size: 14pt; page-break-after: avoid; }
  
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #666;
  }
  
  .container {
    width: 100%;
    max-width: 100%;
  }
  
  .section {
    page-break-inside: avoid;
    padding: 20pt 0;
  }
  
  .table {
    border-collapse: collapse;
  }
  
  .table th,
  .table td {
    border: 1px solid #ddd;
    padding: 8pt;
  }
  
  .panel,
  .card,
  .trust-card {
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  
  .footer {
    position: static;
    border-top: 2px solid #000;
    margin-top: 20pt;
    padding-top: 10pt;
  }
}

/* ===== ENHANCED ANIMATIONS ===== */

/* Shimmer effect for CTA buttons */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* Float animation for icons/elements */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* Pulse glow for interactive elements */
@keyframes pulse-glow {
  0%, 100% { 
    box-shadow: 0 0 0 0 rgba(11, 88, 118, 0.4);
  }
  50% { 
    box-shadow: 0 0 20px 8px rgba(11, 88, 118, 0.1);
  }
}

/* Ripple animation for button clicks */
@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Smooth entrance for cards */
@keyframes card-entrance {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Reduce motion for accessibility: handled above */
