:root {
  --lime: #b7ff2a;
  --lime-soft: #d4ff7b;
  --ink: #080b0c;
  --panel: #101415;
  --panel-2: #151a1b;
  --line: #293031;
  --text: #f3f6f4;
  --muted: #9da7a3;
  --white: #fff;
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  font: inherit;
}
button {
  cursor: pointer;
}
.section-shell,
.site-header {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 5;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--lime);
  border-radius: 11px;
  color: var(--lime);
  font-size: 20px;
  font-weight: 800;
  transform: rotate(-3deg);
  box-shadow: inset 0 0 18px rgba(183, 255, 42, 0.08);
}
.brand-name {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 800;
}
.brand-name b {
  color: var(--lime);
}
nav {
  display: flex;
  gap: 34px;
}
nav a {
  color: #c7cecb;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}
nav a:hover {
  color: var(--lime);
}
.button {
  border: 0;
  border-radius: 10px;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-small {
  padding: 10px 16px;
}
.button-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid #3a4241;
}
.button-outline:hover {
  border-color: var(--lime);
}
.button-primary {
  background: var(--lime);
  color: #0a0d0a;
}
.button-primary:hover {
  background: var(--lime-soft);
}
.button-light {
  background: #f4f7f5;
  color: #111;
}
.button-full {
  width: 100%;
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 72px;
  align-items: center;
  padding-block: 76px 92px;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 255, 42, 0.1), transparent 68%);
  left: -260px;
  top: 20px;
  pointer-events: none;
}
.eyebrow,
.kicker {
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: #b7c0bc;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.eyebrow span {
  width: 24px;
  height: 1px;
  background: var(--lime);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(56px, 7.2vw, 94px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  margin-bottom: 28px;
  font-weight: 700;
}
h1 em,
h2 em {
  color: var(--lime);
  font-style: normal;
}
.hero-lead {
  max-width: 590px;
  color: #b8c0bd;
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
.text-link {
  color: #d9dedc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #424947;
  padding-block: 8px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 48px;
  color: #9ca5a2;
  font-size: 13px;
}
.trust-row i {
  font-style: normal;
  color: var(--lime);
  margin-right: 7px;
}
.offer-card {
  background: linear-gradient(155deg, #171c1d, #0f1314);
  border: 1px solid #2a3231;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  position: relative;
  overflow: hidden;
}
.offer-card:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background: var(--lime);
  filter: blur(100px);
  opacity: 0.11;
  right: -70px;
  top: -70px;
}
.offer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offer-label {
  color: var(--lime);
  letter-spacing: 0.17em;
  font-size: 11px;
  font-weight: 800;
}
.offer-pulse {
  font-size: 11px;
  color: #aeb6b3;
}
.offer-pulse i,
.online-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(183, 255, 42, 0.08);
  margin-right: 7px;
}
.offer-price {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 38px;
  line-height: 0.8;
}
.offer-price strong {
  font-size: 86px;
  letter-spacing: -0.075em;
}
.offer-price span {
  font-size: 20px;
  font-weight: 700;
  color: var(--lime);
  padding-top: 10px;
}
.offer-card > p {
  color: #aeb6b3;
  margin: 18px 0 28px;
}
.offer-divider {
  height: 1px;
  background: #2b3231;
  margin-bottom: 22px;
}
.offer-detail {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 24px;
  color: #aeb6b3;
}
.offer-detail b {
  color: var(--text);
}
.offer-card small {
  display: block;
  text-align: center;
  color: #7f8985;
  margin-top: 14px;
}
.services {
  padding-block: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 45px;
}
.kicker {
  display: block;
  color: var(--lime);
  margin-bottom: 12px;
}
.section-heading h2,
.process h2,
.price-panel h2 {
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0;
}
.section-heading > p {
  max-width: 430px;
  color: var(--muted);
  margin: 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.service-card {
  min-height: 330px;
  background: var(--panel);
  border: 1px solid #242a2a;
  border-radius: var(--radius);
  padding: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.25s;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: #435046;
  background: #131918;
}
.service-card.featured {
  background: linear-gradient(155deg, #1a211d, #111614);
  border-color: #435337;
}
.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #1c2221;
  display: grid;
  place-items: center;
  color: var(--lime);
}
.service-icon svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-no {
  position: absolute;
  right: 22px;
  top: 25px;
  color: #59625f;
  font-size: 11px;
  font-weight: 700;
}
.service-card h3 {
  font-size: 20px;
  margin: 38px 0 12px;
}
.service-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}
.card-link {
  margin-top: auto;
  padding: 10px 0 0;
  background: none;
  border: 0;
  color: #dfe4e1;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
}
.card-link span {
  color: var(--lime);
}
.process-pricing {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: 100px;
  align-items: center;
}
.process ol {
  list-style: none;
  padding: 0;
  margin: 42px 0 0;
}
.process li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 15px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.process li > span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
}
.process li b {
  font-size: 17px;
}
.process li p {
  color: var(--muted);
  font-size: 14px;
  margin: 5px 0 0;
}
.price-panel {
  background: var(--lime);
  color: #0b0e0b;
  border-radius: 24px;
  padding: 40px;
}
.price-panel .kicker {
  color: #3e5b0c;
}
.price-panel h2 {
  margin-bottom: 38px;
}
.price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
}
.price-line strong {
  font-size: 28px;
  letter-spacing: -0.04em;
}
.price-note {
  font-size: 13px;
  margin: 3px 0 25px;
}
.price-line.muted strong {
  font-size: 18px;
}
.price-footnote {
  font-size: 12px;
  margin: 30px 0 20px;
  color: #43521f;
}
.closing {
  text-align: center;
  padding-block: 130px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.closing h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  margin: 16px auto 25px;
  max-width: 900px;
}
.closing p {
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 30px;
}
footer {
  min-height: 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #78827e;
  font-size: 12px;
}
.chat-bubble {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  border: 1px solid rgba(183, 255, 42, 0.3);
  background: #161d19;
  color: var(--text);
  border-radius: 14px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
  font-size: 13px;
  font-weight: 700;
}
.chat-bubble svg {
  width: 19px;
  fill: none;
  stroke: var(--lime);
  stroke-width: 1.7;
}
.chat-preview {
  position: fixed;
  inset: auto 24px 84px auto;
  width: min(370px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid #38413e;
  border-radius: 18px;
  background: #111615;
  color: var(--text);
  box-shadow: 0 24px 100px rgba(0, 0, 0, 0.65);
  overflow: hidden;
}
.chat-preview::backdrop {
  background: transparent;
}
.chat-head {
  background: var(--lime);
  color: #0a0d0a;
  padding: 18px;
  display: flex;
  justify-content: space-between;
}
.chat-head > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.chat-head .online-dot {
  background: #17220d;
  box-shadow: none;
  grid-row: 1/3;
}
.chat-head strong {
  font-size: 14px;
}
.chat-head small {
  font-size: 11px;
  opacity: 0.7;
}
.chat-close {
  border: 0;
  background: none;
  font-size: 25px;
}
.chat-body {
  padding: 22px;
  min-height: 190px;
}
.message {
  display: inline-block;
  background: #242c29;
  padding: 12px 14px;
  border-radius: 5px 14px 14px 14px;
  font-size: 14px;
}
.chat-body p {
  color: #7f8985;
  font-size: 11px;
  margin-top: 22px;
}
.chat-input {
  margin: 0 14px 14px;
  padding: 9px 9px 9px 14px;
  border: 1px solid #303836;
  border-radius: 11px;
  color: #737d79;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.chat-input button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: var(--lime);
  font-weight: 900;
}
.chat-preview[open] {
  animation: chat-in 0.22s ease-out;
}
@keyframes chat-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
}
@media (max-width: 900px) {
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 60px;
  }
  .offer-card {
    max-width: 520px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-pricing {
    grid-template-columns: 1fr;
    gap: 65px;
  }
  .section-heading {
    align-items: start;
    gap: 30px;
  }
  .section-heading > p {
    max-width: 360px;
  }
}
@media (max-width: 620px) {
  .section-shell,
  .site-header {
    width: min(100% - 32px, 1180px);
  }
  .site-header {
    height: 72px;
  }
  .site-header > .button {
    display: none;
  }
  .hero {
    padding-block: 50px 72px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .trust-row {
    gap: 12px 20px;
    margin-top: 36px;
  }
  .offer-card {
    padding: 23px;
  }
  .offer-price strong {
    font-size: 72px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 18px;
  }
  .services {
    padding-block: 75px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 275px;
  }
  .process-pricing {
    padding-block: 75px;
  }
  .price-panel {
    padding: 28px 23px;
  }
  .closing {
    padding-block: 90px;
  }
  .closing h2 br {
    display: none;
  }
  footer {
    padding-block: 28px;
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
.header-call svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-mail {
  display: inline-block;
  margin-top: 18px;
  color: #9da7a3;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #39413e;
  padding-bottom: 3px;
}
.contact-mail:hover,
.footer-contact a:hover {
  color: var(--lime);
}
.footer-contact {
  display: flex;
  gap: 22px;
}
.footer-contact a {
  color: #a7b0ac;
  text-decoration: none;
  transition: 0.2s;
}
.transport-price {
  margin-top: 22px;
}
.transport-price strong {
  font-size: 16px !important;
}
.transport-price + .price-footnote {
  margin-top: 7px;
}
@media (max-width: 620px) {
  .header-call {
    display: inline-flex !important;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 11px;
  }
  .header-call span {
    display: none;
  }
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 300px;
    margin-inline: auto;
  }
  .footer-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

/* Shared additions: keep the original dark/lime identity. */
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/manrope-400.ttf") format("truetype");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/manrope-500.ttf") format("truetype");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/manrope-600.ttf") format("truetype");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/manrope-700.ttf") format("truetype");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/manrope-800.ttf") format("truetype");
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 5px;
}
.price-panel :focus-visible {
  outline-color: var(--ink);
}
.skip-link {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 100;
  background: var(--lime);
  color: var(--ink);
  padding: 10px 16px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.hero-copy,
.offer-card,
.process,
.price-panel {
  min-width: 0;
}
.hero:before {
  max-width: 100vw;
}
.hero .eyebrow {
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.offer-label,
.offer-pulse,
.service-no {
  font-size: 0.75rem;
}
.kicker {
  font-size: 0.8125rem;
}
.trust-row,
.offer-detail,
.card-link,
.price-note,
.price-footnote,
footer {
  font-size: 0.875rem;
}
.offer-card small {
  font-size: 0.875rem;
  color: #a7b0ac;
}
.service-card p,
.process li p {
  font-size: 1rem;
}
.button {
  min-height: 44px;
}
.card-link {
  min-height: 44px;
}
.review-link {
  margin-top: 28px !important;
  margin-bottom: 0 !important;
}
footer {
  flex-wrap: wrap;
  gap: 20px;
  padding-block: 32px 88px;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  order: 3;
  width: 100%;
}
.footer-legal a,
.footer-legal button {
  color: #a7b0ac;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-legal button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.footer-legal a:hover,
.footer-legal button:hover {
  color: var(--lime);
}
.legal-content {
  max-width: 820px;
  padding-block: 52px 90px;
}
.legal-content h1 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-top: 36px;
  overflow-wrap: anywhere;
}
.legal-content h2 {
  font-size: 1.5rem;
  margin-top: 36px;
  margin-bottom: 12px;
  line-height: 1.25;
}
.legal-content p {
  color: #c3ccc7;
  line-height: 1.8;
}
.legal-content a,
dialog a {
  color: var(--lime);
  text-underline-offset: 3px;
}
.legal-date {
  font-size: 0.875rem;
}
.draft-notice {
  border-left: 3px solid var(--lime);
  background: #151d13;
  padding: 16px;
  margin-top: 30px;
}
.table-wrap {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.875rem;
}
caption {
  text-align: left;
  margin-bottom: 10px;
  color: var(--muted);
}
th,
td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  padding: 14px 10px;
  overflow-wrap: anywhere;
}
th {
  color: var(--lime);
}
#chat-consent {
  width: min(580px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  border: 1px solid #465243;
  border-radius: 18px;
  padding: 28px;
  background: var(--panel);
  color: var(--text);
}
#chat-consent::backdrop {
  background: rgba(0, 0, 0, 0.75);
}
#chat-consent h2 {
  font-size: 1.5rem;
  line-height: 1.25;
}
#chat-consent p {
  font-size: 1rem;
  color: #c3ccc7;
}
.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.consent-actions button {
  flex: 1;
  min-width: 160px;
}
.chat-status {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 50;
  max-width: 600px;
  margin: 0 auto;
  background: #20291f;
  border: 1px solid var(--lime);
  padding: 16px;
  border-radius: 12px;
  color: white;
}
.chat-status[hidden] {
  display: none;
}
@media (max-width: 900px) {
  .site-header {
    height: auto;
    min-height: 86px;
    flex-wrap: wrap;
    padding-block: 16px;
    gap: 12px;
  }
  .site-header > nav {
    display: flex;
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }
  .site-header > nav a {
    padding-block: 8px;
  }
  .footer-legal {
    display: flex;
  }
}
@media (max-width: 620px) {
  .hero h1 {
    font-size: clamp(2.6rem, 10vw, 3.375rem);
    line-height: 1.02;
  }
  .eyebrow {
    flex-wrap: wrap;
  }
  .hero {
    gap: 32px;
  }
  .offer-detail {
    gap: 12px;
    flex-wrap: wrap;
  }
  .price-line {
    gap: 12px;
    flex-wrap: wrap;
  }
  .transport-price strong {
    font-size: 1rem !important;
  }
  .offer-price strong {
    font-size: 4.5rem;
  }
  .section-heading h2,
  .process h2,
  .price-panel h2 {
    font-size: 2rem;
  }
  .closing h2 {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }
  .brand-name {
    font-size: 0.875rem;
  }
  .site-header > nav a {
    font-size: 0.875rem;
  }
  .footer-legal {
    gap: 14px 20px;
  }
  #chat-consent {
    padding: 22px;
  }
  .legal-content {
    padding-top: 32px;
  }
}

/* Narrow screens and browser text enlargement. */
.site-header > .brand {
  min-width: 0;
}
.brand-name {
  overflow-wrap: anywhere;
}
.button {
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}
.legal-content li {
  margin-bottom: 12px;
  color: #c3ccc7;
}
.business-details {
  overflow-wrap: anywhere;
}
.consent-current {
  font-weight: 700;
}
.legal-content ul {
  padding-left: 24px;
}
.contact-mail,
.footer-contact a {
  overflow-wrap: anywhere;
}
@media (max-width: 380px) {
  .brand {
    gap: 8px;
  }
  .brand-name {
    font-size: 0.8125rem;
  }
  .site-header > nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px 16px;
  }
  .price-panel {
    padding: 24px 18px;
  }
  .offer-card {
    padding: 22px 18px;
  }
  .offer-price strong {
    font-size: 4rem;
  }
  .consent-actions {
    flex-direction: column;
  }
  .consent-actions button {
    min-width: 0;
    width: 100%;
  }
  .closing {
    padding-block: 64px;
  }
  .hero:before {
    width: 280px;
    left: -16px;
  }
  .footer-contact {
    max-width: 100%;
  }
}
#chat-dialog {
  width: min(520px, calc(100% - 24px));
  max-height: min(760px, calc(100dvh - 24px));
  padding: 0;
  border: 1px solid #35433a;
  border-radius: 14px;
  background: #111716;
  color: #edf3ee;
  box-shadow: 0 24px 80px #000b;
  overflow: hidden;
}
#chat-dialog::backdrop {
  background: #030605bb;
  backdrop-filter: blur(5px);
}
.own-chat-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 22px 16px;
  background: linear-gradient(135deg, #1c2820, #141a17);
  border-bottom: 1px solid #2d3931;
}
.own-chat-head small {
  color: #b7f542;
  letter-spacing: 0.12em;
}
.own-chat-head h2 {
  font-size: 25px;
  margin: 5px 0 0;
}
.own-chat-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #b7f542;
  border-radius: 50%;
  margin-right: 7px;
  box-shadow: 0 0 10px #b7f54288;
}
.own-chat-head button {
  font-size: 29px;
  color: #aebbb2;
  padding: 0 4px;
}
.own-chat-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px;
  max-height: 260px;
  overflow: auto;
  background: #0e1312;
}
.own-chat-messages p {
  font-size: 14px;
  line-height: 1.55;
}
.own-chat-system {
  color: #aebbb2;
}
.own-chat-topic {
  align-self: flex-start;
  color: #cbea96 !important;
  background: #21301d;
  border: 1px solid #455c36;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px !important;
}
.own-chat-bubble {
  max-width: 85%;
  padding: 10px 12px;
  border: 1px solid #35423a;
  border-radius: 9px;
  background: #1a2220;
}
.own-chat-bubble.customer {
  align-self: flex-end;
  background: #28371f;
  border-color: #526d39;
}
.own-chat-bubble.owner {
  align-self: flex-start;
}
#chat-form {
  padding: 18px 20px 12px;
}
#chat-form label {
  display: block;
  color: #c9d3cd;
  font-size: 13px;
  margin-bottom: 12px;
}
#chat-form input,
#chat-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  background: #19201e;
  border: 1px solid #3b4941;
  border-radius: 6px;
  color: #fff;
  font: inherit;
}
#chat-form input:focus,
#chat-form textarea:focus {
  outline: 2px solid #b7f54255;
  border-color: #8fbd42;
}
.own-chat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.own-chat-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.own-chat-actions small {
  max-width: 230px;
  color: #819087;
  font-size: 11px;
  line-height: 1.5;
}
.own-chat-actions button {
  flex-shrink: 0;
}
#chat-form-status {
  font-size: 12px;
  color: #b7f542;
  margin: 10px 0 0;
  min-height: 18px;
}
.own-chat-privacy {
  padding: 0 20px 18px;
  color: #86958c;
  font-size: 11px;
  line-height: 1.5;
}
.own-chat-privacy a {
  color: #b9df7d;
}
@media (max-width: 520px) {
  .own-chat-row {
    grid-template-columns: 1fr;
  }
  .own-chat-actions {
    align-items: flex-end;
  }
  .own-chat-actions small {
    max-width: 180px;
  }
  #chat-dialog {
    max-height: calc(100dvh - 12px);
  }
}

/* Conversion proof: specific local outcome and personal reassurance. */
.proof {
  padding-block: 92px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.proof-copy,
.case-card {
  border: 1px solid #293230;
  border-radius: 24px;
  padding: 38px;
  background: linear-gradient(145deg, #151a19, #0f1312);
}
.proof-copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin-bottom: 20px;
}
.proof-copy > p {
  color: #b8c0bd;
  max-width: 590px;
}
.proof blockquote {
  margin: 32px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid #334039;
  font-size: 1.25rem;
  line-height: 1.5;
}
.proof cite {
  display: block;
  margin-top: 10px;
  color: #99a69f;
  font-size: 0.875rem;
  font-style: normal;
}
.case-card {
  background: var(--lime);
  color: #0a0d0a;
  display: flex;
  flex-direction: column;
}
.case-label {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #3e5b0c;
}
.case-card h3 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 30px 0 18px;
}
.case-card p {
  font-size: 1.1rem;
}
.case-card small {
  display: block;
  color: #3e4a2a;
  line-height: 1.55;
  margin-bottom: 28px;
}
.case-card .button {
  margin-top: auto;
  align-self: flex-start;
  background: #0a0d0a;
  color: var(--lime);
}
.case-card .button:hover {
  background: #202720;
}
@media (max-width: 800px) {
  .proof {
    grid-template-columns: 1fr;
    padding-block: 72px;
  }
  .proof-copy,
  .case-card {
    padding: 28px;
  }
}
@media (max-width: 620px) {
  .proof {
    padding-block: 58px;
  }
  .proof-copy,
  .case-card {
    padding: 24px 20px;
  }
  .proof blockquote {
    font-size: 1.1rem;
  }
}

/* The private homepage only gets this compact bridge into the separate business journey. */
.business-teaser {
  margin-block: 32px 96px;
  padding: 34px 38px;
  border: 1px solid #344037;
  border-radius: 22px;
  background: linear-gradient(120deg, #151b18, #0d1110);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.business-teaser h2 {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
.business-teaser p {
  color: #b8c0bd;
  margin-bottom: 0;
}

.business-hero {
  min-height: 650px;
  padding-block: 82px 96px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 64px;
  align-items: center;
}
.business-hero h1 {
  max-width: 820px;
  font-size: clamp(3.25rem, 6.7vw, 6.3rem);
}
.business-side-card {
  padding: 34px;
  border: 1px solid #344037;
  border-radius: 24px;
  background: linear-gradient(145deg, #182019, #101412);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
.business-side-card h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  margin-block: 20px;
}
.business-side-card p {
  color: #b8c0bd;
  margin-bottom: 28px;
}
.business-problems {
  padding-block: 96px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.business-problem-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.business-problem-grid article {
  grid-column: span 2;
  min-height: 250px;
  border: 1px solid #28302e;
  border-radius: 18px;
  background: var(--panel);
  padding: 28px;
}
.business-problem-grid article:nth-child(4),
.business-problem-grid article:nth-child(5) {
  grid-column: span 3;
}
.business-problem-grid article > span {
  color: var(--lime);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.business-problem-grid h3 {
  margin: 42px 0 14px;
  font-size: 1.35rem;
  line-height: 1.2;
}
.business-problem-grid p {
  color: var(--muted);
  margin-bottom: 0;
}
.business-process {
  padding-block: 96px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.business-process h2,
.business-price h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.business-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.business-process li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #28302e;
}
.business-process li > span {
  color: var(--lime);
  font-weight: 800;
}
.business-process li b {
  font-size: 1.1rem;
}
.business-process li p {
  color: var(--muted);
  margin: 6px 0 0;
}
.business-price {
  margin-bottom: 96px;
  padding: 42px;
  border-radius: 24px;
  background: var(--lime);
  color: #0a0d0a;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: end;
}
.business-price .kicker {
  color: #3e5b0c;
}
.business-price h2,
.business-price p {
  margin-bottom: 0;
}
.business-price p {
  font-size: 1.1rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .business-hero,
  .business-process {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .business-hero {
    padding-block: 64px 76px;
  }
  .business-problem-grid article {
    grid-column: span 3;
  }
  .business-problem-grid article:last-child {
    grid-column: 2 / span 4;
  }
  .business-price {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 620px) {
  .business-teaser {
    margin-block: 20px 64px;
    padding: 26px 22px;
    align-items: stretch;
    flex-direction: column;
  }
  .business-hero {
    padding-block: 54px 66px;
  }
  .business-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }
  .business-side-card {
    padding: 26px 22px;
  }
  .business-problems,
  .business-process {
    padding-block: 66px;
  }
  .business-problem-grid {
    grid-template-columns: 1fr;
  }
  .business-problem-grid article,
  .business-problem-grid article:nth-child(4),
  .business-problem-grid article:nth-child(5),
  .business-problem-grid article:last-child {
    grid-column: 1;
    min-height: 0;
  }
  .business-problem-grid h3 {
    margin-top: 28px;
  }
  .business-price {
    margin-bottom: 66px;
    padding: 28px 22px;
  }
}
