:root {
  --bg: #020403;
  --panel: #071008;
  --panel-soft: #0b160d;
  --text: #f5f7f4;
  --muted: #c6cec8;
  --subtle: #7f8a82;
  --green: #38f03c;
  --green-deep: #02a615;
  --line: rgba(58, 240, 60, 0.26);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 17%, rgba(46, 195, 52, 0.13), transparent 28rem),
    radial-gradient(circle at 16% 9%, rgba(46, 195, 52, 0.08), transparent 25rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header,
.section-shell,
.site-footer {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.55rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 42px;
}

.brand-mark span {
  position: absolute;
  width: 20px;
  height: 24px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.brand-mark span:nth-child(1) {
  background: #f7fff5;
  transform: translateY(-8px);
}

.brand-mark span:nth-child(2) {
  background: var(--green);
  transform: translate(-8px, 7px);
}

.brand-mark span:nth-child(3) {
  background: #d8e0dc;
  transform: translate(8px, 7px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 48px);
  color: var(--muted);
  font-weight: 600;
}

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

.nav a.active,
.nav a:hover {
  color: var(--green);
}

.nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  border-radius: 999px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--green-deep), #09d426);
  border: 1px solid rgba(74, 255, 82, 0.45);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(5, 212, 38, 0.22);
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 52px;
  padding-inline: 20px;
}

.button-secondary {
  color: var(--green);
  background: transparent;
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 52px;
  min-height: 570px;
  padding: 52px 0 34px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 5.3vw, 4.35rem);
  line-height: 1.13;
  letter-spacing: 0;
}

.hero-text {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.17rem;
  line-height: 1.72;
}

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

.hero-visual {
  position: relative;
  min-height: 430px;
}

.hero-visual::before {
  position: absolute;
  inset: 10px 20px 20px 76px;
  content: "";
  background: radial-gradient(circle at 50% 46%, rgba(47, 240, 61, 0.16), rgba(47, 240, 61, 0.05) 34%, transparent 64%);
  border-radius: 38% 44% 46% 42%;
  filter: blur(1px);
}

.visual-icon,
.card-icon,
.benefit span {
  display: grid;
  place-items: center;
  color: var(--green);
  background: rgba(48, 240, 60, 0.06);
  border: 1px solid var(--line);
}

.visual-icon {
  position: absolute;
  z-index: 2;
  width: 92px;
  height: 92px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.visual-icon svg {
  width: 56px;
  height: 56px;
  fill: currentColor;
}

.icon-gear {
  top: 18px;
  left: 188px;
}

.icon-chart {
  top: 26px;
  right: 82px;
}

.icon-ai {
  top: 154px;
  right: 68px;
  width: 126px;
  height: 126px;
}

.icon-ai svg {
  width: 72px;
  height: 72px;
}

.icon-check {
  top: 244px;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(47, 240, 60, 0.17);
}

.signal {
  position: absolute;
  z-index: 1;
  border-color: var(--green);
  border-style: dashed;
  opacity: 0.75;
}

.signal-one {
  top: 66px;
  left: 282px;
  width: 124px;
  border-top-width: 2px;
}

.signal-one::after,
.signal-two::after,
.signal-three::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--green);
}

.signal-one::after {
  top: -7px;
  right: -9px;
}

.signal-two {
  top: 95px;
  left: 222px;
  width: 80px;
  height: 104px;
  border-left-width: 2px;
  border-bottom-width: 2px;
}

.signal-two::after {
  right: -10px;
  bottom: -7px;
}

.signal-three {
  top: 270px;
  right: 53px;
  width: 64px;
  height: 64px;
  border-right-width: 2px;
  border-top-width: 2px;
}

.signal-three::after {
  right: -7px;
  bottom: -6px;
  transform: rotate(90deg);
}

.laptop {
  position: absolute;
  right: 122px;
  bottom: 42px;
  z-index: 3;
  width: 360px;
  height: 190px;
  transform: perspective(520px) rotateX(3deg) rotateY(-14deg);
}

.screen {
  position: absolute;
  right: 46px;
  bottom: 34px;
  width: 220px;
  height: 160px;
  background: linear-gradient(145deg, #3b3d3c, #111312);
  border: 3px solid #6a6f6c;
  border-radius: 12px 12px 5px 5px;
  box-shadow: 14px 24px 40px rgba(0, 0, 0, 0.5);
}

.screen span {
  position: absolute;
  top: 72px;
  left: 92px;
  width: 28px;
  height: 34px;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  border-radius: 50%;
}

.base {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 300px;
  height: 30px;
  background: linear-gradient(90deg, #111, #5b615d 56%, #202321);
  border: 2px solid #4f5551;
  border-radius: 0 0 18px 18px;
  transform: skewX(24deg);
}

.plant {
  position: absolute;
  bottom: 40px;
  left: 42px;
  z-index: 4;
  width: 72px;
  height: 120px;
}

.plant i {
  position: absolute;
  bottom: 0;
  left: 22px;
  width: 38px;
  height: 50px;
  background: linear-gradient(90deg, #e8e9e7, #adb1ae);
  border-radius: 5px 5px 18px 18px;
}

.plant span {
  position: absolute;
  width: 24px;
  height: 42px;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  border-radius: 100% 0 100% 0;
}

.plant span:nth-child(1) {
  top: 18px;
  left: 16px;
  transform: rotate(-34deg);
}

.plant span:nth-child(2) {
  top: 44px;
  left: 4px;
  transform: rotate(-58deg);
}

.plant span:nth-child(3) {
  top: 43px;
  left: 44px;
  transform: rotate(28deg);
}

.compact-section {
  padding: 46px 0 34px;
}

.page-hero {
  max-width: var(--max);
  padding: 84px 0 42px;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.72;
}

.detail-stack {
  display: grid;
  gap: 20px;
  padding: 20px 0 72px;
}

.detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr) auto;
  align-items: center;
  gap: 32px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(42, 240, 58, 0.02));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.detail-card h2,
.process-list h2,
.split-section h2,
.legal-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.detail-card p,
.process-list p,
.split-section p,
.legal-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.detail-card ul,
.simple-list ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.process-list {
  display: grid;
  gap: 18px;
  padding: 18px 0 56px;
}

.process-list article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  border-radius: 50%;
}

.split-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  padding: 22px 0 64px;
}

.split-section > div,
.legal-copy {
  padding: 32px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-copy {
  max-width: 860px;
  margin-bottom: 72px;
}

.legal-copy h2:not(:first-child) {
  margin-top: 30px;
}

.page-contact {
  padding-top: 80px;
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading h2,
.contact-copy h2,
.cta-panel h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.3vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: 0;
}

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

.service-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 22px;
  min-height: 220px;
  padding: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(42, 240, 58, 0.02));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.card-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}

.card-icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
}

.service-card p,
.cta-panel p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 6px 34px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.benefit:last-child {
  border-right: 0;
}

.benefit span {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: var(--green);
  font-size: 1.35rem;
  font-weight: 900;
}

.benefit p {
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.pill-list span {
  padding: 10px 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.trust-note,
.trust-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-note {
  grid-column: 2;
  padding: 22px;
}

.trust-note h3,
.trust-panel h2 {
  margin-bottom: 10px;
}

.trust-note ul,
.trust-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.trust-panel {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 72px;
  padding: 32px;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.steps li:not(:last-child)::after {
  position: absolute;
  top: 22px;
  left: calc(50% + 38px);
  width: calc(100% - 24px);
  height: 2px;
  content: "";
  background: var(--green);
  opacity: 0.8;
}

.steps span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  border-radius: 50%;
}

.steps p {
  max-width: 170px;
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
}

.cta-panel {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 36px;
  margin-top: 34px;
  padding: 32px 42px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(49, 240, 61, 0.04));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.paper-plane {
  color: var(--green);
}

.paper-plane svg {
  width: 130px;
  height: 90px;
}

.cta-panel p {
  margin: 10px 0 0;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  padding: 80px 0 70px;
}

.request-form {
  display: grid;
  gap: 18px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 700;
}

label span {
  color: var(--subtle);
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--text);
  background: #050907;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  outline: 2px solid rgba(56, 240, 60, 0.2);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 32px;
  padding: 34px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer p {
  max-width: 330px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 30px;
  color: var(--muted);
}

.site-footer nav a:hover {
  color: var(--green);
}

.copyright {
  grid-column: 1 / -1;
  justify-self: center;
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 38px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .service-grid,
  .contact-section,
  .trust-panel,
  .detail-card,
  .split-section {
    grid-template-columns: 1fr;
  }

  .trust-note {
    grid-column: auto;
  }

  .benefit-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .benefit:nth-child(2) {
    border-right: 0;
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .steps li::after {
    display: none;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .detail-card {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section-shell,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    padding-top: 20px;
  }

  .brand {
    font-size: 1.22rem;
  }

  .button-small {
    width: 100%;
  }

  h1 {
    font-size: 2.45rem;
  }

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

  .hero-actions,
  .hero-actions .button,
  .cta-panel .button,
  .request-form .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 330px;
    transform: scale(0.78);
    transform-origin: top center;
    margin-bottom: -60px;
  }

  .service-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px;
  }

  .benefit-row,
  .steps,
  .field-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .benefit {
    border-right: 0;
  }

  .cta-panel,
  .request-form,
  .trust-note,
  .trust-panel,
  .detail-card,
  .process-list article,
  .split-section > div,
  .legal-copy {
    padding: 24px;
  }

  .page-hero,
  .page-contact {
    padding-top: 44px;
  }

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

  .site-footer nav {
    justify-content: flex-start;
  }
}

/* Compact scale: reduce visual weight across every page. */
:root {
  --max: 1040px;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

body {
  font-size: 14px;
}

.site-header {
  gap: 14px;
  padding: 16px 0 12px;
}

.brand {
  gap: 8px;
  font-size: 1rem;
}

.brand-mark {
  width: 24px;
  height: 28px;
}

.brand-mark span {
  width: 14px;
  height: 17px;
}

.brand-mark span:nth-child(1) {
  transform: translateY(-5px);
}

.brand-mark span:nth-child(2) {
  transform: translate(-5px, 5px);
}

.brand-mark span:nth-child(3) {
  transform: translate(5px, 5px);
}

.nav {
  gap: clamp(12px, 2vw, 26px);
  font-size: 0.82rem;
}

.nav a {
  padding: 6px 0;
}

.button {
  min-height: 36px;
  padding: 0 16px;
  font-size: 0.82rem;
  border-radius: 6px;
  box-shadow: 0 5px 14px rgba(5, 212, 38, 0.18);
}

.button-small {
  min-height: 34px;
  padding-inline: 14px;
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 28px;
  min-height: 340px;
  padding: 24px 0 18px;
}

.eyebrow {
  margin-bottom: 8px;
  font-size: 0.62rem;
}

h1 {
  max-width: 520px;
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.7vw, 2.2rem);
}

.hero-text,
.page-hero p:not(.eyebrow) {
  max-width: 520px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.hero-actions {
  gap: 12px;
  margin-top: 18px;
}

.hero-visual {
  min-height: 250px;
  transform: scale(0.64);
  transform-origin: center;
}

.compact-section {
  padding: 24px 0 18px;
}

.page-hero {
  padding: 42px 0 22px;
}

.section-heading {
  margin-bottom: 16px;
}

.section-heading h2,
.contact-copy h2,
.cta-panel h2,
.contact-copy h1 {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.service-grid {
  gap: 12px;
}

.service-card {
  grid-template-columns: 42px 1fr;
  gap: 12px;
  min-height: 120px;
  padding: 18px;
}

.card-icon {
  width: 42px;
  height: 42px;
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.service-card h3 {
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.service-card p,
.cta-panel p,
.contact-copy p,
.detail-card p,
.process-list p,
.split-section p,
.legal-copy p {
  font-size: 0.86rem;
  line-height: 1.55;
}

.benefit {
  gap: 10px;
  padding: 4px 18px;
}

.benefit span {
  width: 44px;
  height: 44px;
  font-size: 0.82rem;
}

.steps {
  gap: 14px;
  max-width: 720px;
}

.steps span,
.process-list span {
  width: 30px;
  height: 30px;
  font-size: 0.85rem;
}

.steps li {
  gap: 8px;
}

.steps li:not(:last-child)::after {
  top: 14px;
  left: calc(50% + 22px);
}

.steps p {
  max-width: 120px;
  font-size: 0.8rem;
}

.cta-panel {
  grid-template-columns: 90px 1fr auto;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 24px;
}

.paper-plane svg {
  width: 70px;
  height: 50px;
}

.contact-section {
  gap: 24px;
  padding: 40px 0 36px;
}

.request-form {
  gap: 10px;
  padding: 18px;
}

.pill-list {
  gap: 8px;
  max-width: 760px;
}

.pill-list span {
  padding: 7px 11px;
  font-size: 0.78rem;
}

.trust-note {
  padding: 14px;
}

.trust-note h3 {
  font-size: 0.95rem;
}

.trust-note ul,
.trust-panel ul {
  gap: 5px;
  font-size: 0.82rem;
}

.trust-panel {
  gap: 14px;
  margin-bottom: 36px;
  padding: 18px;
}

.field-grid {
  gap: 10px;
}

label {
  gap: 5px;
  font-size: 0.78rem;
}

input,
select,
textarea {
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 6px;
}

.form-status {
  min-height: 18px;
  font-size: 0.8rem;
}

.detail-stack {
  gap: 10px;
  padding: 10px 0 36px;
}

.detail-card {
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr) auto;
  gap: 16px;
  padding: 16px;
}

.detail-card h2,
.process-list h2,
.split-section h2,
.legal-copy h2 {
  margin-bottom: 6px;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.detail-card ul,
.simple-list ul {
  gap: 5px;
  padding-left: 16px;
  font-size: 0.82rem;
}

.process-list {
  gap: 10px;
  padding: 10px 0 32px;
}

.process-list article {
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 16px;
}

.split-section {
  gap: 18px;
  padding: 12px 0 36px;
}

.split-section > div,
.legal-copy {
  padding: 18px;
}

.legal-copy {
  max-width: 760px;
  margin-bottom: 36px;
}

.legal-copy h2:not(:first-child) {
  margin-top: 16px;
}

.page-contact {
  padding-top: 40px;
}

.site-footer {
  gap: 18px;
  padding: 18px 0 14px;
}

.site-footer p {
  max-width: 250px;
  margin-top: 8px;
  font-size: 0.82rem;
}

.site-footer nav {
  gap: 10px 18px;
  font-size: 0.8rem;
}

.copyright {
  font-size: 0.74rem;
}

@media (max-width: 980px) {
  .hero {
    gap: 16px;
    padding-top: 20px;
  }

  .hero-visual {
    min-height: 230px;
  }

  .benefit-row {
    gap: 14px 0;
  }

  .steps {
    gap: 16px;
  }

  .detail-card {
    grid-template-columns: 1fr;
  }

  .trust-panel {
    grid-template-columns: 1fr;
  }

  .trust-note {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section-shell,
  .site-footer {
    width: min(100% - 20px, var(--max));
  }

  .site-header {
    padding-top: 12px;
  }

  .brand {
    font-size: 0.95rem;
  }

  h1 {
    font-size: 1.45rem;
  }

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

  .hero-visual {
    min-height: 190px;
    margin-bottom: -100px;
    transform: scale(0.5);
  }

  .service-card,
  .cta-panel,
  .request-form,
  .trust-note,
  .trust-panel,
  .detail-card,
  .process-list article,
  .split-section > div,
  .legal-copy {
    padding: 16px;
  }

  .page-hero,
  .page-contact {
    padding-top: 28px;
  }
}

/* Mobile landing-page polish. */
.site-header::after {
  display: none;
  content: "";
}

.steps h3 {
  margin: 0 0 4px;
  font-size: 0.95rem;
  line-height: 1.2;
}

.steps div {
  display: grid;
  gap: 2px;
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 84px 90px, rgba(46, 195, 52, 0.14), transparent 160px),
      radial-gradient(circle at 84% 20%, rgba(46, 195, 52, 0.22), transparent 220px),
      radial-gradient(circle at 52% 70%, rgba(46, 195, 52, 0.08), transparent 320px),
      var(--bg);
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr auto 34px;
    align-items: center;
    gap: 12px;
    padding: 18px 0 8px;
  }

  .site-header::after {
    display: block;
    width: 30px;
    height: 22px;
    background:
      linear-gradient(var(--text), var(--text)) 0 0 / 100% 3px no-repeat,
      linear-gradient(var(--text), var(--text)) 0 9px / 100% 3px no-repeat,
      linear-gradient(var(--text), var(--text)) 0 18px / 100% 3px no-repeat;
    border-radius: 2px;
  }

  .site-header .nav {
    display: none;
  }

  .site-header .brand {
    min-width: 0;
    font-size: 1rem;
  }

  .site-header .brand > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header .button-small {
    width: auto;
    min-height: 38px;
    padding-inline: 18px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .hero {
    position: relative;
    display: block;
    min-height: 520px;
    padding: 48px 0 20px;
    overflow: hidden;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    max-width: 70%;
  }

  .hero .eyebrow {
    max-width: 100%;
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.72rem, 8vw, 2.2rem);
    line-height: 1.16;
  }

  .hero-text {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .hero-actions {
    width: min(100%, 340px);
    margin-top: 22px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 46px;
    font-size: 0.9rem;
  }

  .hero-visual {
    position: absolute;
    top: 110px;
    right: -178px;
    z-index: 1;
    width: 520px;
    min-height: 340px;
    margin: 0;
    transform: scale(0.58);
    transform-origin: top right;
    opacity: 0.98;
    pointer-events: none;
  }

  .hero-visual::before {
    inset: -20px -20px 0 80px;
  }

  .compact-section {
    padding: 22px 0 18px;
  }

  .section-heading {
    margin-bottom: 12px;
  }

  .section-heading .eyebrow {
    margin-bottom: 6px;
    text-align: center;
  }

  .section-heading h2 {
    font-size: 1.45rem;
  }

  .service-grid {
    gap: 12px;
  }

  .service-card {
    position: relative;
    grid-template-columns: 58px 1fr 22px;
    align-items: center;
    min-height: 104px;
    padding: 18px 42px 18px 18px;
    border-radius: 8px;
  }

  .service-card::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 13px;
    height: 13px;
    content: "";
    border-top: 3px solid var(--green);
    border-right: 3px solid var(--green);
    transform: translateY(-50%) rotate(45deg);
  }

  .service-card .card-icon {
    width: 46px;
    height: 46px;
  }

  .service-card .card-icon svg {
    width: 26px;
    height: 26px;
  }

  .service-card h3 {
    font-size: 1rem;
  }

  .service-card p {
    font-size: 0.84rem;
    line-height: 1.35;
  }

  #about .benefit-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  #about .benefit {
    gap: 8px;
    padding: 0 8px;
    border-right: 1px solid var(--line);
  }

  #about .benefit:last-child {
    border-right: 0;
  }

  #about .benefit span {
    width: 38px;
    height: 38px;
    font-size: 0;
  }

  #about .benefit span::before {
    content: attr(data-mobile-icon);
  }

  #about .benefit:nth-child(1) span::before {
    content: "+";
    font-size: 1.4rem;
  }

  #about .benefit:nth-child(2) span::before {
    content: "OK";
    font-size: 1rem;
  }

  #about .benefit:nth-child(3) span::before {
    content: "^";
    font-size: 1.1rem;
  }

  #about .benefit:nth-child(4) span::before {
    content: "...";
    font-size: 0.9rem;
    letter-spacing: 0;
  }

  #about .benefit p {
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .pill-list {
    justify-content: flex-start;
  }

  .steps {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 100%;
    padding-left: 18px;
  }

  .steps::before {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 32px;
    width: 1px;
    content: "";
    background: var(--line);
  }

  .steps li {
    grid-template-columns: 34px 1fr;
    justify-items: start;
    gap: 16px;
    padding: 0 0 14px;
    text-align: left;
  }

  .steps li::after {
    display: none;
  }

  .steps span {
    width: 28px;
    height: 28px;
    font-size: 0.88rem;
  }

  .steps h3 {
    font-size: 0.96rem;
  }

  .steps p {
    max-width: none;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .cta-panel {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
  }

  .cta-panel .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .paper-plane svg {
    width: 52px;
    height: 40px;
  }

  .cta-panel h2 {
    font-size: 1.35rem;
  }

  .contact-section {
    padding-top: 26px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer nav {
    justify-content: center;
  }

  .site-footer > div {
    display: grid;
    justify-items: center;
  }
}

@media (max-width: 420px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto 30px;
    gap: 8px;
  }

  .site-header .brand {
    font-size: 0.86rem;
  }

  .site-header .button-small {
    padding-inline: 12px;
    font-size: 0.74rem;
  }

  .hero-copy {
    max-width: 72%;
  }

  .hero h1 {
    font-size: clamp(1.5rem, 8vw, 1.9rem);
  }

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

  .hero-visual {
    right: -220px;
    transform: scale(0.52);
  }
}
