:root {
  --ink: #20232a;
  --text: #343944;
  --green: #123b82;
  --green-dark: #07142b;
  --green-soft: #f3f6fb;
  --orange: #f6b817;
  --orange-dark: #c58a00;
  --yellow: #ffd86a;
  --sky: #e8f1ff;
  --mint: #eaf7f1;
  --peach: #fff2db;
  --coral: #e95444;
  --cream: #f7f9fc;
  --white: #ffffff;
  --line: #dfe5ef;
  --shadow: 0 18px 48px rgba(7, 20, 43, 0.2);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  font-size: 100%;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  line-break: strict;
  overflow-wrap: anywhere;
  overflow-x: clip;
  background:
    linear-gradient(180deg, #f7f9fc 0%, #eef4ff 38%, #fff8dd 66%, #edf6f2 100%);
}

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

img {
  width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0;
}

input,
textarea,
button {
  font: inherit;
}

.shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 40;
  color: var(--white);
  background: linear-gradient(90deg, #07142b, #123b82 64%, #f6b817);
  box-shadow: 0 8px 22px rgba(7, 20, 43, 0.24);
}

.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand__logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #edf3ff);
  box-shadow:
    0 12px 22px rgba(7, 20, 43, 0.22),
    inset 0 -3px 0 rgba(18, 59, 130, 0.12);
}

.brand__logo svg {
  width: 34px;
  height: 34px;
}

.brand__logo rect {
  fill: none;
  stroke-width: 5;
}

.brand__logo-back {
  stroke: rgba(246, 184, 23, 0.72);
}

.brand__logo-front {
  stroke: var(--green);
}

.brand__text strong,
.brand__text small {
  display: block;
  line-height: 1.15;
}

.brand__text strong {
  font-size: 20px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand__text small {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 900;
}

.header-contact a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  color: var(--white);
  white-space: nowrap;
  border-radius: var(--radius);
  color: var(--ink);
  background: linear-gradient(180deg, var(--yellow), var(--orange));
  box-shadow: 0 8px 0 var(--orange-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 216, 106, 0.5), transparent 26%),
    linear-gradient(125deg, #ffffff 0%, #fff4c0 47%, #f2f6fd 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(140deg, transparent 0 18%, rgba(18, 59, 130, 0.08) 18% 24%, transparent 24%),
    linear-gradient(150deg, transparent 0 58%, rgba(246, 184, 23, 0.26) 58% 66%, transparent 66%);
}

.hero::after {
  right: -12%;
  bottom: -84px;
  left: -12%;
  height: 140px;
  background: var(--cream);
  transform: rotate(-3deg);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  /* display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr); */
  align-items: center;
  gap: 175px;
  width: min(1180px, calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  padding: 54px 0 74px;
}

.hero__copy {
  min-width: 0;
}

.hero__label {
  display: inline-block;
  min-height: 44px;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 7px 18px;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  border-radius: 6px;
  background: var(--green);
  box-shadow: 0 6px 0 var(--green-dark);
  transform: rotate(-1deg);
}

.hero h1 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  word-break: keep-all;
  overflow-wrap: normal;
}

.hero h1 > span,
.hero h1 > strong {
  display: block;
}

.hero h1 > span {
  color: var(--green);
  font-size: clamp(48px, 5vw, 68px);
}

.hero h1 strong {
  margin-top: 8px;
  color: var(--orange-dark);
  font-size: clamp(42px, 4.4vw, 58px);
}

.hero h1 strong span {
  display: inline-block;
}

.hero__lead {
  width: min(680px, 100%);
  margin: 22px 0 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.85;
}

.price-ribbon {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 14px;
  margin: 22px 0 16px;
  padding: 10px 18px;
  color: var(--ink);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff6c3, var(--yellow));
  box-shadow: 0 8px 0 rgba(203, 142, 0, 0.7);
}

.price-ribbon span,
.price-ribbon strong {
  font-weight: 900;
  white-space: nowrap;
  word-break: keep-all;
}

.price-ribbon span {
  font-size: 18px;
}

.price-ribbon strong {
  color: var(--orange-dark);
  font-size: 28px;
}

.hero-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  width: min(640px, 100%);
  margin: 0 0 22px;
  padding: 18px 20px;
  color: var(--green);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  list-style: none;
}

.hero-checks li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.hero-checks li::before {
  position: absolute;
  top: 0.12em;
  left: 0;
  content: "✓";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: var(--white);
  font-size: 13px;
  border-radius: 4px;
  background: var(--green);
}

.cv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 32px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--yellow), var(--orange));
  box-shadow: 0 8px 0 var(--orange-dark);
  cursor: pointer;
  margin-top: 16px;
  /* white-space: nowrap;
  word-break: keep-all; */
}

.cv-button--hero {
  width: min(520px, 100%);
  min-height: 92px;
  padding: 0 52px;
  font-size: 32px;
  border-radius: 16px;
  box-shadow: 0 14px 0 var(--orange-dark);
}

.hero__visual {
  width: 100%;
  height: 100%;
  /* position: relative;
  min-height: 520px; */
}

.hero__visual img {
  width: 70%;
  height: 100%;
  margin-inline: auto;
  object-fit: cover;
}

.ad-review-board {
  position: relative;
  display: grid;
  place-items: center;
  /* overflow: hidden; */
  min-height: 560px;
  padding: 28px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 211, 0.86)),
    repeating-linear-gradient(135deg, rgba(18, 59, 130, 0.12) 0 12px, rgba(255, 255, 255, 0.4) 12px 24px);
  box-shadow: var(--shadow);
  margin: 20px 0 40px;
}

.hero-photo-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 504px;
}

.hero-photo-stage::before,
.hero-photo-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-photo-stage::before {
  inset: 54px 62px;
  border: 2px dashed rgba(18, 59, 130, 0.2);
  border-radius: 28px;
}

.hero-photo-stage::after {
  inset: auto 58px 38px;
  height: 86px;
  border-radius: 999px;
  background: rgba(246, 184, 23, 0.18);
  filter: blur(10px);
}

.hero-photo-card {
  position: relative;
}

.point {
  position: absolute;
  background: #123b82;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  color: #fff;
  padding: 12px 24px;
  text-align: center;
  font-weight: bold;
}

.point-left-top {
  top: -10px;
    left: -90px;
}

.point-right-top {
  top: -10px;
  right: -90px;
}

.point-left-bottom {
  bottom: 0px;
  left: -90px;
}

.point-right-bottom {
  bottom: 0px;
  right: -90px;
}

/* .hero-photo-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(66%, 396px);
  min-height: 410px;
  margin-bottom: 44px;
  border: 8px solid var(--white);
  border-radius: 22px;
  background: var(--green-dark);
  box-shadow:
    0 28px 54px rgba(7, 20, 43, 0.28),
    0 0 0 12px rgba(255, 255, 255, 0.38);
}

.hero-photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% center;
}

.hero-photo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 20, 43, 0.04), rgba(7, 20, 43, 0.72)),
    linear-gradient(90deg, rgba(7, 20, 43, 0.12), transparent 42%, rgba(7, 20, 43, 0.08));
} */

.floating-comment {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 86px;
  width: min(34%, 190px);
  padding: 14px 16px;
  color: var(--white);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-align: center;
  border: 4px solid var(--white);
  border-radius: 16px;
  background: linear-gradient(180deg, #174aa0, #09265b);
  box-shadow:
    0 16px 26px rgba(7, 20, 43, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.comment-1 {
  top: 8px;
  left: 6px;
  --move-x: 6px;
  --move-y: -12px;
  transform: rotate(-3deg);
}

.comment-2 {
  top: 112px;
  right: 2px;
  --move-x: -8px;
  --move-y: -10px;
  transform: rotate(2.5deg);
}

.comment-3 {
  bottom: 92px;
  left: 22px;
  --move-x: 8px;
  --move-y: 10px;
  transform: rotate(2deg);
}

.comment-4 {
  right: 18px;
  bottom: 10px;
  --move-x: -6px;
  --move-y: 12px;
  transform: rotate(-2deg);
}

.image-slot {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 180px;
  padding: 20px;
  text-align: center;
  border: 4px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.48)),
    repeating-linear-gradient(135deg, rgba(18, 59, 130, 0.16) 0 12px, rgba(255, 255, 255, 0.28) 12px 24px);
  box-shadow: var(--shadow);
}

.image-slot::before {
  position: absolute;
  inset: 12px;
  content: "";
  border: 2px dashed rgba(18, 59, 130, 0.42);
  border-radius: 6px;
}

.image-slot--photo {
  isolation: isolate;
  color: var(--white);
  background: #07142b;
}

.image-slot--photo::before {
  display: none;
}

/* .image-slot--photo::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 20, 43, 0.1), rgba(7, 20, 43, 0.72)),
    linear-gradient(90deg, rgba(7, 20, 43, 0.45), rgba(7, 20, 43, 0.06));
} */

.work-visual::after {
  background:
    linear-gradient(180deg, rgba(7, 20, 43, 0), rgba(7, 20, 43, 0.18)),
    linear-gradient(90deg, rgba(7, 20, 43, 0.08), rgba(7, 20, 43, 0));
}

.image-slot--photo img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-slot span,
.image-slot strong,
.image-slot small {
  position: relative;
  z-index: 2;
}

.image-slot--photo span {
  color: var(--white);
  background: rgba(18, 59, 130, 0.92);
}

.image-slot--photo strong {
  color: var(--white);
  background: rgba(7, 20, 43, 0.76);
}

.image-slot--photo small {
  color: var(--white);
  background: rgba(7, 20, 43, 0.64);
}

.image-slot span {
  display: block;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.image-slot strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.45;
  max-width: min(92%, 440px);
  margin: 0 auto;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
}

.image-slot small {
  display: block;
  color: var(--text);
  font-weight: 800;
  width: fit-content;
  max-width: min(92%, 440px);
  margin: 8px auto 0;
  padding: 4px 9px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.84);
}

.proof-strip {
  position: relative;
  z-index: 2;
  margin-top: -28px;
}

.proof-strip__inner {
  /* display: grid;
  grid-template-columns: 0.8fr 1.2fr; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  /* width: min(1060px, calc(100% - 48px)); */
  width: 85%;
  margin: 0 auto;
  padding: 18px 24px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.proof-copy {
  color: var(--green);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
  flex-shrink: 0;
}

.proof-items {
  /* display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)); */
  display: flex;
  gap: 10px;
}

.proof-items p {
  color: #fff;
  background: #123b82;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* .proof-items span {
  display: grid;
  grid-column: span 2;
  place-items: center;
  min-height: 52px;
  color: var(--white);
  font-weight: 900;
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.proof-items span:nth-child(n + 4) {
  grid-column: span 3;
} */

.visual-gallery,
.section {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
}

main > section > .shell,
.intro-card__grid,
.solution-hero__grid,
.conversion-banner__inner,
.contact__grid {
  position: relative;
  z-index: 1;
}

.visual-gallery {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(246, 184, 23, 0.28) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #ffffff 0%, var(--sky) 52%, var(--peach) 100%);
}

.visual-gallery::before,
.visual-gallery::after,
.intro-card::before,
.intro-card::after,
.section--lime::before,
.problem::before,
.solution-hero::before,
.deliverable-section::before,
.conversion-banner::before,
.works::before,
.trust-section::before,
.faq::before,
.flow::before,
.contact::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.visual-gallery::before {
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(18, 59, 130, 0.08) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(0deg, rgba(18, 59, 130, 0.05) 0 1px, transparent 1px 76px);
}

.visual-gallery::after {
  right: -12%;
  bottom: -58px;
  left: -12%;
  height: 116px;
  background: rgba(7, 20, 43, 0.08);
  transform: rotate(2deg);
}

.section-title {
  max-width: 820px;
  margin-bottom: 30px;
}

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

.section-title p,
.section-kicker {
  margin: 0 0 10px;
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.section-title h2,
.intro-card h2,
.solution-hero h2,
.faq h2,
.contact h2,
.conversion-banner h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: normal;
}

.intro-card h2 {
  font-size: clamp(30px, 3.2vw, 40px);
}

.phrase {
  display: inline-block;
  word-break: keep-all;
  overflow-wrap: normal;
}

.banner-wall {
  display: flex;
  gap: 24px;
  /* display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: start; */
}

.banner-wall p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 5px;
}

.banner-main {
  width: 50%;
  flex: 1;
}

.banner-grid {
  width: 50%;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
/* .banner-shot {
  min-height: 210px;
  border-color: #fff;
}

.banner-shot--large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 450px;
}

.banner-shot:nth-child(2),
.banner-shot:nth-child(5) {
  margin-top: 34px;
}

.banner-shot:nth-child(3) {
  margin-top: 6px;
}

.banner-shot:nth-child(4) {
  margin-top: 54px;
} */

.intro-card {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    linear-gradient(115deg, rgba(18, 59, 130, 0.1) 0 24%, transparent 24% 100%),
    linear-gradient(180deg, #fffdf4 0%, var(--mint) 100%);
}

.intro-card::before {
  inset: 22px auto 22px 0;
  width: min(32vw, 390px);
  background:
    linear-gradient(180deg, rgba(7, 20, 43, 0.1), rgba(18, 59, 130, 0.04));
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
}

.intro-card::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background: linear-gradient(90deg, var(--green), var(--orange), var(--coral));
}

.intro-card__grid {
  display: flex;
  flex-direction: row-reverse;
  /* display: grid;
  grid-template-columns: 1fr;
  align-items: start; */
  gap: 30px;
}

.intro-card__visual {
  display: grid;
  width: min(960px, 100%);
  margin: 0 auto;
}

.intro-card__copy {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 920px;
  min-height: auto;
  margin: 0 auto;
  /* text-align: center; */
}

.document-shot {
  height: 100%;
  min-height: clamp(360px, 35vw, 470px);
}

.document-stack {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  align-content: center;
  gap: 14px;
  overflow: hidden;
  padding: 20px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 247, 211, 0.82)),
    url("../img/generated-safe/jp-planning.jpg") center / cover;
  box-shadow: var(--shadow);
}

.document-stack::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 247, 211, 0.42)),
    linear-gradient(180deg, rgba(7, 20, 43, 0.06), rgba(7, 20, 43, 0.18));
}

.document-stack__main {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
  color: var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(7, 20, 43, 0.12);
}

.document-stack__main span,
.document-stack__main strong,
.document-stack__main small {
  display: block;
}

.document-stack__main span {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
}

.document-stack__main strong {
  margin-top: 10px;
  color: var(--green);
  font-size: 27px;
  line-height: 1.25;
  font-weight: 900;
}

.document-stack__main small {
  margin-top: 12px;
  color: var(--text);
  font-weight: 800;
}

.document-preview-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.doc-preview {
  min-height: 96px;
  padding: 12px;
  color: var(--ink);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(7, 20, 43, 0.14);
}

.doc-preview b,
.doc-preview strong,
.doc-preview span {
  display: block;
}

.doc-preview b {
  color: var(--orange-dark);
  font-size: 12px;
  line-height: 1;
}

.doc-preview strong {
  margin: 5px 0 8px;
  color: var(--green);
  font-size: 16px;
  line-height: 1.2;
}

.doc-preview span {
  height: 7px;
  margin-top: 5px;
  border-radius: 999px;
  background: rgba(18, 59, 130, 0.22);
}

.doc-preview span:nth-of-type(2) {
  width: 72%;
}

.doc-preview span:nth-of-type(3) {
  width: 46%;
  background: rgba(246, 184, 23, 0.42);
}

.doc-preview--image {
  display: grid;
  gap: 8px;
  min-height: auto;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(18, 59, 130, 0.14);
}

.doc-preview--image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius) - 4px);
  background: var(--white);
}

.doc-preview--image figcaption {
  color: var(--green);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.intro-card__copy p:not(.section-kicker) {
  margin: 18px 0 0;
  font-size: 17px;
  font-weight: 800;
}

.section--lime {
  background:
    linear-gradient(135deg, rgba(255, 216, 106, 0.26) 0 22%, transparent 22% 100%),
    linear-gradient(180deg, var(--mint) 0%, #f7fbff 100%);
}

.section--lime::before {
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(18, 59, 130, 0.08) 0 2px, transparent 2px 22px);
  opacity: 0.7;
}

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

.market-lead {
  width: min(900px, 100%);
  margin: -10px auto 28px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
  /* text-align: center; */
}

.market-card {
  padding: 16px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.market-card h3 {
  margin: 14px 0 8px;
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1.45;
}

.market-card p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.mini-visual {
  min-height: 180px;
  color: var(--green);
  font-weight: 900;
}

.mini-visual.image-slot--photo::after {
  background:
    linear-gradient(180deg, rgba(7, 20, 43, 0), rgba(7, 20, 43, 0.08)),
    linear-gradient(90deg, rgba(18, 59, 130, 0.04), rgba(18, 59, 130, 0));
}

.big-message {
  margin-top: 22px;
  padding: 26px;
  color: var(--ink);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--yellow), var(--orange));
  box-shadow: 0 10px 0 var(--orange-dark);
}

.problem {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 20, 43, 0.96) 0%, rgba(18, 59, 130, 0.96) 56%, var(--peach) 56%, var(--peach) 100%);
}

.problem::before {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 62%, rgba(255, 216, 106, 0.18) 62% 74%, transparent 74%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 70px);
}

.problem .section-title h2 {
  color: var(--white);
  text-align: left;
}

.problem .section-title p {
  color: var(--yellow);
}

.problem-board {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* grid-template-columns: repeat(5, minmax(0, 1fr)); */
  gap: 14px;
}

.problem-board article {
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 38px rgba(7, 20, 43, 0.24);
}

.problem-board h3 {
  display: grid;
  place-items: center;
  min-height: 130px;
  margin: 0;
  padding: 18px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
}

.problem-visual {
  min-height: 160px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.worry-banner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.worry-banner span {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  /* text-align: center; */
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  background: #123b82;
  box-shadow: 0 18px 38px rgba(7, 20, 43, 0.18);
}

.solution-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, #07142b 0%, #123b82 72%, #174aa0 100%);
}

.solution-hero::before {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 52%, rgba(255, 216, 106, 0.16) 52% 64%, transparent 64%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 74px);
}

.solution-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1040px);
  align-items: start;
  gap: 0;
}

.solution-hero__grid > div {
  max-width: 1040px;
}

.solution-hero h2 {
  font-size: clamp(30px, 3.2vw, 40px);
}

.solution-hero h2,
.solution-hero .section-kicker {
  color: var(--white);
}

.solution-hero p:not(.section-kicker) {
  margin: 18px 0 0;
  max-width: 920px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 800;
}

.deliverable-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fff8dd 44%, var(--sky) 100%);
}

.deliverable-section::before {
  top: 0;
  right: -10%;
  width: min(52vw, 620px);
  height: 100%;
  background:
    linear-gradient(135deg, rgba(18, 59, 130, 0.08), rgba(246, 184, 23, 0.12));
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.process-lane {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.process-lane article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(280px, 0.85fr);
  align-items: center;
  column-gap: 22px;
  row-gap: 8px;
  padding: 20px 24px;
  border: 1px solid rgba(18, 59, 130, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 216, 106, 0.22) 0 10px, transparent 10px),
    linear-gradient(90deg, var(--white), rgba(232, 241, 255, 0.88));
  box-shadow: var(--shadow);
}

.process-lane article:nth-child(even) {
  background:
    linear-gradient(90deg, rgba(233, 84, 68, 0.18) 0 10px, transparent 10px),
    linear-gradient(90deg, var(--white), rgba(234, 247, 241, 0.9));
}

.process-lane article:not(:last-child)::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -18px;
  left: 52px;
  z-index: 2;
  content: "";
  width: 4px;
  height: 18px;
  border: 0;
  background: var(--orange-dark);
  transform: none;
}

.process-lane span {
  grid-column: 1;
  grid-row: 1 / 3;
  color: var(--orange-dark);
  font-size: 18px;
  font-weight: 900;
}

.process-lane h3 {
  grid-column: 2;
  margin: 8px 0 8px;
  color: var(--green);
  font-size: clamp(28px, 2.4vw, 34px);
  line-height: 1.28;
  word-break: normal;
  overflow-wrap: anywhere;
}

.process-lane article > p {
  grid-column: 2;
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.process-output {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px 18px;
  border-left: 2px solid rgba(18, 59, 130, 0.14);
}

.process-output h4 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}

.process-output p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

.conversion-banner {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, #07142b 0%, #123b82 68%, #0a224d 100%);
}

.conversion-banner::before {
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 52%, rgba(255, 216, 106, 0.24) 52% 68%, transparent 68%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 72px);
}

.conversion-banner__inner {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  align-items: center;
  gap: 38px;
}

.conversion-banner__copy {
  max-width: 790px;
}

.conversion-banner p,
.conversion-banner h2 {
  color: var(--white);
}

.conversion-banner p {
  margin: 0 0 6px;
  font-weight: 900;
}

.conversion-visual {
  min-height: 300px;
  margin: 0;
}

.conversion-visual::after {
  background:
    linear-gradient(180deg, rgba(7, 20, 43, 0), rgba(7, 20, 43, 0.2)),
    linear-gradient(90deg, rgba(7, 20, 43, 0.04), rgba(7, 20, 43, 0.18));
}

.flow {
  background:
    linear-gradient(135deg, rgba(18, 59, 130, 0.1) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, var(--peach) 0%, #f7fbff 100%);
}

.flow::before {
  inset: auto 0 0;
  height: 42%;
  background:
    repeating-linear-gradient(135deg, rgba(18, 59, 130, 0.08) 0 2px, transparent 2px 20px);
}

.flow-title {
  max-width: 1080px;
  margin: 0 auto 42px;
}

.flow-title p {
  position: relative;
  margin: 0 0 22px;
  padding-left: 44px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.flow-title p::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: var(--green);
}

.flow-title h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  min-width: 0;
  margin: 0;
  color: var(--green);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}

.flow-title h2::before,
.flow-title h2::after {
  content: "";
  flex: 1;
  height: 4px;
  background: var(--green);
}

.flow-cards {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0 0 0 74px;
  list-style: none;
}

.flow-cards::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 24px;
  content: "";
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green), var(--orange), var(--green-dark));
}

.flow-cards li {
  position: relative;
  display: grid;
  grid-template-columns: 150px 112px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 18px 24px;
  overflow: visible;
  min-height: 188px;
  padding: 24px 28px 24px 0;
  border: 1px solid rgba(18, 59, 130, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.flow-cards li::before {
  position: absolute;
  inset: 0 auto 0 0;
  content: "";
  width: 10px;
  border-radius: var(--radius) 0 0 var(--radius);
  background: linear-gradient(180deg, var(--green), var(--green-dark));
}

.flow-step {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 138px;
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1;
  white-space: nowrap;
  border-radius: var(--radius);
  background: #fff1bf;
  box-shadow: inset -10px 0 0 rgba(18, 59, 130, 0.08);
}

.flow-cards li:nth-child(2) .flow-step {
  background: #dce8fb;
}

.flow-cards li:nth-child(3) .flow-step {
  background: #e3f3eb;
}

.flow-cards li:nth-child(4) .flow-step {
  color: var(--ink);
  background: #ffe0d9;
}

.flow-cards li:nth-child(5) .flow-step {
  color: var(--white);
  background: linear-gradient(90deg, var(--green), var(--green-dark));
}

.flow-step strong {
  flex: 0 0 auto;
  margin: 8px 0 0;
  font-size: clamp(42px, 4vw, 56px);
}

.flow-icon {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  min-height: 0;
  margin: 0;
  color: var(--green);
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff, var(--green-soft));
  box-shadow: inset 0 0 0 2px rgba(18, 59, 130, 0.14);
}

.flow-icon svg {
  width: 56px;
  height: 56px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-cards > li > span {
  position: absolute;
  top: 50%;
  left: -74px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  border: 5px solid var(--white);
  border-radius: 50%;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  box-shadow: 0 10px 22px rgba(7, 20, 43, 0.22);
  transform: translateY(-50%);
}

.flow-cards h3 {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  min-height: auto;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.35;
  text-align: left;
  white-space: normal;
}

.flow-cards h3::after {
  display: block;
  width: 100%;
  height: 2px;
  margin: 14px 0 0;
  content: "";
  background: var(--green);
}

.flow-cards p {
  grid-column: 3;
  grid-row: 2;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.works {
  background:
    linear-gradient(135deg, rgba(246, 184, 23, 0.18) 0 16%, transparent 16% 100%),
    linear-gradient(180deg, #ffffff 0%, var(--mint) 100%);
}

.works::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  background:
    repeating-linear-gradient(0deg, rgba(18, 59, 130, 0.07) 0 1px, transparent 1px 68px);
}

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

.works-grid article {
  overflow: hidden;
  border: 1px solid rgba(18, 59, 130, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.work-visual {
  min-height: 260px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.work-visual img {
  /* object-position: center 34%; */
  object-fit: contain;
}

.works-grid article:nth-child(2) .work-visual img {
  object-position: center;
}

.work-copy {
  position: relative;
  padding: 22px;
}

.work-copy span {
  color: var(--orange-dark);
  font-weight: 900;
}

.work-copy h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.35;
}

.work-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 44px;
  color: var(--white);
  font-style: normal;
  font-size: 15px;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
}

.work-icon--clinic {
  top: 12px;
  right: 12px;
  width: 76px;
  height: 76px;
  font-size: 11px;
  line-height: 1.18;
  text-align: center;
}

.metric-red {
  color: #c92020;
  font-style: normal;
  font-size: 1.28em;
  font-weight: 900;
}

.work-copy p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.trust-section {
  background:
    linear-gradient(135deg, #07142b 0%, #123b82 68%, #174aa0 100%);
}

.trust-section::before {
  inset: 0;
  background:
    linear-gradient(125deg, rgba(255, 216, 106, 0.18) 0 16%, transparent 16% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 76px);
}

.trust-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: var(--white);
  padding: 34px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 216, 106, 0.16)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 44px rgba(7, 20, 43, 0.28);
}

.trust-left {
  width: 100%;
}

.trust-left h2 {
  font-size: 2.5rem;
  font-weight: 900;
}

.trust-right {
  width: 40%;
  background: linear-gradient(180deg, #fff6c3, #ffd86a);
  border-radius: 16px;
  text-align: center;
  padding: 20px 40px;
}

.trust-right p {
  color: #343944;
  font-weight: 500;
}

.trust-right h3 {
  color: #123b82;
  font-weight: 900;
  font-size: 2.5rem;
  margin-block: 12px;
}

/* .trust-card h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 900;
  line-height: 1.35;
}

.trust-card p:not(.section-kicker) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 800;
} */

.trust-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.trust-icons span {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 8px;
  min-height: 52px;
  padding: 8px 14px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff8cf, var(--yellow));
}

.trust-icons i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--white);
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
  background: var(--green);
}

/* .trust-service-proof {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 14px;
  color: var(--ink);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 216, 106, 0.72);
}

.trust-service-proof img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.trust-service-proof strong,
.trust-service-proof small {
  display: block;
}

.trust-service-proof strong {
  color: var(--green);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.trust-service-proof small {
  margin-top: 4px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.55;
} */

.faq {
  background:
    linear-gradient(135deg, #07142b 0%, #123b82 68%, #174aa0 100%);
}

.faq::before {
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 62%, rgba(255, 216, 106, 0.18) 62% 78%, transparent 78%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 76px);
}

.faq .section-title h2,
.faq .section-kicker {
  color: var(--white);
}

.faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  width: min(980px, 100%);
  margin: 0 auto;
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 800px);
  justify-content: center;
  gap: 28px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(7, 20, 43, 0.22);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  font-weight: 800;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, #07142b 0%, #0a224d 46%, #123b82 100%);
}

.contact::before {
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 216, 106, 0.18) 0 17%, transparent 17% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 76px);
}

.contact h2,
.contact .section-kicker {
  color: var(--white);
}

.contact__copy {
  text-align: center;
}

.contact__copy p:not(.section-kicker) {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 800;
}

.contact-card {
  display: grid;
  justify-self: center;
  width: min(800px, 100%);
  gap: 18px;
  justify-items: center;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  /* text-align: center; */
}

.contact-card p {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 900;
}

.contact-card .cv-button {
  min-width: min(100%, 420px);
}

.contact-card small {
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  color: var(--ink);
  font-weight: 900;
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--yellow), var(--orange));
  box-shadow: 0 8px 0 var(--orange-dark);
}

@media (max-width: 1370px) {
  .proof-strip__inner {
    flex-direction: column;
  }

  .proof-items {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .lp-header__inner {
    min-height: 64px;
  }

  .header-contact span {
    display: none;
  }

  .hero__inner,
  .intro-card__grid,
  .solution-hero__grid,
  .conversion-banner__inner,
  .trust-card,
  .faq__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    flex-direction: column;
    min-height: auto;
  }

  .hero__visual {
    min-height: auto;
  }

  .intro-card__grid  {
    flex-direction: column;
  }

  .intro-card__copy {
    width: 100%;
    /* justify-content: flex-start; */
    /* min-height: auto; */
  }

  .document-shot {
    min-height: 420px;
  }

  /* .document-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  } */

  .proof-strip__inner,
  .problem-board {
    flex-direction: column;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  }

  /* .proof-items {
    flex-direction: column;
    gap: 0;
    width: 100%;
  } */

  .process-lane article:not(:last-child)::after {
    display: none;
  }

  .proof-copy {
    /* grid-column: 1 / -1; */
    text-align: left;
    white-space: pre-wrap;
  }

  .market-visual,
  .works-grid,
  .worry-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 770px) {

  .hero-photo-card {
    position: relative;
    width: 80%;
  }

  .problem-board {
    display: flex;
    flex-direction: column;
  }

  .trust-card {
        flex-direction: column;
    }

    .trust-left,
    .trust-right {
      width: 100%;
    }
}


@media (max-width: 640px) {
  .shell,
  .hero__inner {
    width: min(100% - 30px, 1120px);
  }

  body {
    padding-bottom: 0;
  }

  .lp-header__inner {
    width: min(100% - 24px, 1180px);
    gap: 8px;
  }

  .brand__logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 10px;
  }

  .brand__logo svg {
    width: 28px;
    height: 28px;
  }

  .brand__text strong {
    font-size: 15px;
  }

  .trust-icons span {
    flex: 1 1 100%;
    white-space: normal;
  }

  .brand__text small,
  .header-contact span {
    display: none;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
    overflow: hidden;
  }

  .brand__text {
    min-width: 0;
    overflow: hidden;
  }

  .header-contact {
    display: flex;
    flex: 0 0 auto;
  }

  .header-contact a {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12.5px;
    box-shadow: 0 5px 0 var(--orange-dark);
  }

  .hero__inner {
    gap: 18px;
    padding: 30px 0 44px;
  }

  .hero__label {
    min-height: 36px;
    padding: 0 12px;
    font-size: 14px;
    white-space: normal;
  }

  .hero h1 > span,
  .hero h1 > strong {
    white-space: normal;
  }

  .hero h1 {
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .hero h1 > span {
    font-size: 34px;
  }

  .hero h1 strong {
    font-size: 38px;
  }

  .hero__lead {
    font-size: 15px;
  }

  .cv-button--hero {
    display: none;
  }

  .price-ribbon,
  .hero-checks {
    grid-template-columns: 1fr;
  }

  .price-ribbon {
    margin: 20px 0 16px;
  }

  .price-ribbon span,
  .price-ribbon strong {
    white-space: normal;
  }

  .hero-checks {
    gap: 10px;
    margin-bottom: 14px;
    padding: 14px 16px;
  }

  .price-ribbon strong {
    font-size: 24px;
  }

  .hero__visual {
    display: block;
    min-height: auto;
  }

  .hero__visual img {
    width: 100%;
  }

  .point-left-top {
  top: -110px;
    left: -30px;
  }

  .point-right-top {
    top: -110px;
    right: -30px;
  }

  .point-left-bottom {
    bottom: -110px;
    left: -30px;
  }

  .point-right-bottom {
    bottom: -110px;
    right: -30px;
  }



  .banner-wall {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .banner-main {
    width: 100%;
  }

  .banner-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  /* .ad-review-board {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 8px;
    min-height: auto;
    padding: 12px;
  }

  .hero-photo-stage {
    min-height: 500px;
  }

  .hero-photo-card {
    width: 82%;
    min-height: 330px;
    margin-bottom: 58px;
    border-width: 5px;
  } */

  .floating-comment {
    min-height: 70px;
    width: min(38%, 158px);
    padding: 10px 11px;
    font-size: 12px;
    border-width: 3px;
  }

  .comment-1 {
    top: 6px;
    left: -2px;
  }

  .comment-2 {
    top: 86px;
    right: -2px;
  }

  .comment-3 {
    bottom: 24px;
    left: -8px;
  }

  .comment-4 {
    right: -4px;
    bottom: 14px;
  }

  .document-shot {
    min-height: 300px;
  }

  .document-stack {
    grid-template-columns: 1fr;
    padding: 16px;
  }

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

  .document-stack__main {
    padding: 18px;
  }

  .document-stack__main strong {
    font-size: 24px;
  }

  .doc-preview strong {
    font-size: 14px;
  }

  .proof-items span,
  .proof-items span:nth-child(n + 4) {
    grid-column: auto;
  }

  .flow-title {
    margin-bottom: 22px;
  }

  .flow-title p {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .flow-title h2 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(23px, 6.2vw, 27px);
    line-height: 1.35;
  }

  .flow-title h2::before,
  .flow-title h2::after {
    display: none;
  }

  .flow-title h2 .phrase {
    display: inline-block;
  }

  .flow-cards {
    gap: 14px;
    padding-left: 0;
  }

  .flow-cards::before,
  .flow-cards > li > span {
    display: none;
  }

  .flow-cards li {
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 12px 14px;
    min-height: 0;
    padding: 14px 14px 16px;
    overflow: hidden;
  }

  .flow-cards li::before {
    width: 6px;
  }

  .flow-step {
    grid-column: 1 / -1;
    grid-row: 1;
    flex-direction: row;
    align-self: auto;
    min-height: 54px;
    border-radius: var(--radius);
  }

  .flow-step strong {
    margin: 0 0 0 8px;
    font-size: 34px;
  }

  .flow-icon {
    grid-column: 1;
    grid-row: 2 / 4;
    width: 54px;
    height: 54px;
    min-height: 58px;
    margin: 0;
  }

  .flow-icon svg {
    width: 36px;
    height: 36px;
  }

  .flow-cards h3 {
    grid-column: 2;
    grid-row: 2;
    min-height: auto;
    margin: 0;
    font-size: 20px;
  }

  .flow-cards h3::after {
    margin-top: 10px;
  }

  .flow-cards p {
    grid-column: 2;
    grid-row: 3;
    min-height: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.68;
  }


  /* .proof-strip__inner,
  .proof-items,
  .banner-wall,
  .intro-card__grid,
  .market-visual,
  .problem-board,
  .worry-banner,
  .solution-hero__grid,
  .conversion-banner__inner,
  .process-lane,
  .trust-card,
  .flow-cards,
  .works-grid,
  .faq__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  } */

  /* .banner-shot--large {
    grid-column: auto;
    grid-row: auto;
    min-height: 170px;
  }

  .banner-shot:nth-child(2),
  .banner-shot:nth-child(3),
  .banner-shot:nth-child(4),
  .banner-shot:nth-child(5) {
    margin-top: 0;
  }

  .banner-shot {
    min-height: 150px;
    padding: 16px;
  } */

  .visual-gallery,
  .section,
  .intro-card,
  .solution-hero,
  .contact {
    padding: 46px 0;
  }

  .conversion-banner {
    padding: 42px 0;
  }

  .section-title h2,
  .intro-card h2,
  .solution-hero h2,
  .faq h2,
  .contact h2,
  .conversion-banner h2 {
    /* font-size: 28px; */
    font-size: 1.5rem;
    line-height: 1.42;
  }

  .section-title p,
  .section-kicker {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .trust-card {
    gap: 22px;
    padding: 22px 18px;
  }

  .trust-card h2 {
    font-size: 26px;
  }

  .trust-service-proof {
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .trust-service-proof img {
    width: 56px;
    height: 56px;
  }

  .trust-service-proof strong {
    font-size: 15px;
  }

  .trust-service-proof small {
    font-size: 12px;
    line-height: 1.5;
  }

  .document-shot {
    min-height: 270px;
  }

  .market-lead {
    margin: -4px auto 20px;
    font-size: 16px;
    line-height: 1.7;
  }

  .market-visual {
    gap: 10px;
  }

  .market-card {
    padding: 14px;
  }

  .market-card h3 {
    margin-top: 12px;
    font-size: 18px;
  }

  .market-card p {
    font-size: 13px;
    line-height: 1.65;
  }

  .mini-visual,
  .problem-visual {
    min-height: 140px;
  }

  .work-visual,
  .conversion-visual {
    min-height: 200px;
  }

  .problem-board h3 {
    min-height: 0;
    padding: 14px 16px;
  }

  .worry-banner span {
    min-height: 74px;
    padding: 14px;
  }

  .process-lane {
    margin-bottom: 20px;
  }

  .process-lane article {
    padding: 18px 16px;
  }

  .process-lane article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .process-lane span {
    grid-column: 1;
    grid-row: 1 / 4;
  }

  .process-lane h3,
  .process-lane article > p,
  .process-output {
    grid-column: 2;
  }

  .process-lane h3 {
    font-size: 26px;
  }

  .process-output {
    grid-row: auto;
    margin-top: 6px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(18, 59, 130, 0.14);
    border-left: 0;
  }

  .process-output h4 {
    font-size: 18px;
  }

  .work-copy {
    padding: 18px;
  }

  /* .trust-card {
    flex-direction: column;
  } */

  .trust-left {
    width: 100%;
  }

  .trust-right {
    width: 100%;
  }

  .faq-list summary {
    padding: 17px 20px;
  }

  .faq-list p {
    padding: 0 20px 18px;
  }

  .sticky-cta {
    display: none;
  }
}

@media (max-width: 480px) {

      .document-stack__main strong {
        font-size: 1.2rem;
    }

  .point {
    font-size: .8rem;
  }

  .point-left-top {
    top: -110px;
    left: -60px;
  }

  .point-right-top {
    top: -110px;
    right: -60px;
  }

  .point-left-bottom {
    bottom: -110px;
    left: -60px;
  }

  .point-right-bottom {
    bottom: -110px;
    right: -60px;
  }


  .intro-card__grid {
    width: 95%;
    margin-inline: auto;
  }

  .big-message {
    font-size: 1rem;
  }

  .process-lane h3 {
    font-size: 1,2rem;
  }
}

@media (max-width: 405px) {
  .contact-card .cv-button {
    font-size: 1rem;
  }
}


@media (max-width: 360px) {
  .brand__logo {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .brand__logo svg {
    width: 25px;
    height: 25px;
  }

  .brand__text strong {
    font-size: 13px;
  }

  .header-contact a {
    min-height: 38px;
    padding: 0 9px;
    font-size: 12px;
  }

  .hero h1 > span {
    font-size: 27px;
  }

  .hero h1 strong {
    font-size: 31px;
  }

  .section-title h2,
  .intro-card h2,
  .solution-hero h2,
  .faq h2,
  .contact h2,
  .conversion-banner h2 {
    font-size: 26px;
  }

  .problem-board h3,
  .works-grid h3 {
    font-size: 16px;
  }

  .process-lane h3 {
    font-size: 1rem;
  }

  .contact-card .cv-button {
    font-size: .9rem;
  }

}
