:root {
  --ink: #20232a;
  --text: #343944;
  --green: #123b82;
  --green-dark: #07142b;
  --green-soft: #f3f6fb;
  --orange: #f6b817;
  --orange-dark: #c58a00;
  --yellow: #ffd86a;
  --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;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  background: var(--cream);
}

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

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: 190px;
}

.brand__logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--green);
  font-size: 18px;
  font-weight: 900;
  border-radius: 50%;
  background: var(--white);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
}

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

.brand__text strong {
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0;
}

.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;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  color: var(--white);
  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(--white);
  background:
    radial-gradient(circle at 75% 30%, rgba(255, 216, 106, 0.2), transparent 24%),
    linear-gradient(115deg, #07142b 0%, #123b82 50%, #0c2448 100%);
}

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

.hero::before {
  inset: 0;
  background:
    linear-gradient(140deg, transparent 0 18%, rgba(255, 255, 255, 0.28) 18% 24%, transparent 24%),
    linear-gradient(150deg, transparent 0 58%, rgba(255, 255, 255, 0.32) 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: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: 34px;
  width: min(1180px, calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  padding: 54px 0 74px;
}

.hero__label {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0 0 16px;
  padding: 0 18px;
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
  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;
}

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

.hero h1 span {
  color: var(--white);
  font-size: clamp(42px, 4.3vw, 56px);
  white-space: nowrap;
  text-shadow:
    4px 4px 0 var(--green),
    8px 8px 0 rgba(7, 20, 43, 0.28);
}

.hero h1 strong {
  margin-top: 8px;
  color: var(--yellow);
  font-size: clamp(48px, 5.5vw, 74px);
  white-space: nowrap;
  -webkit-text-stroke: 2px var(--green-dark);
  text-shadow:
    4px 4px 0 var(--green),
    8px 8px 0 rgba(7, 20, 43, 0.3);
}

.hero__lead {
  width: min(680px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  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;
}

.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;
}

.cv-button--hero {
  min-width: 260px;
}

.hero__visual {
  position: relative;
  min-height: 520px;
}

.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 span,
.image-slot strong,
.image-slot small {
  position: relative;
  z-index: 1;
}

.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);
}

.image-slot--person {
  min-height: 500px;
  align-content: center;
  padding-top: 160px;
  background:
    radial-gradient(circle at 52% 18%, #fff 0 62px, transparent 64px),
    linear-gradient(180deg, transparent 0 148px, rgba(18, 59, 130, 0.56) 149px 270px, rgba(18, 59, 130, 0.16) 270px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.42)),
    repeating-linear-gradient(135deg, rgba(18, 59, 130, 0.16) 0 12px, rgba(255, 255, 255, 0.28) 12px 24px);
}

.floating-badge {
  position: absolute;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  color: #2f2508;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  border: 5px solid var(--orange-dark);
  border-radius: 50%;
  background: radial-gradient(circle, #fff9d7, var(--yellow));
  box-shadow: 0 12px 30px rgba(7, 20, 43, 0.22);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.badge-1 {
  top: 16px;
  left: -28px;
}

.badge-2 {
  right: -18px;
  bottom: 128px;
}

.badge-3 {
  bottom: 18px;
  left: 24px;
}

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

.proof-strip__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 18px;
  width: min(1060px, calc(100% - 48px));
  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;
}

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

.proof-items span {
  display: grid;
  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);
}

.visual-gallery,
.section {
  padding: 86px 0;
}

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

.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: uppercase;
}

.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;
}

.phrase {
  display: inline-block;
}

.banner-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.banner-shot {
  min-height: 190px;
  border-color: #fff;
}

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

.intro-card {
  padding: 78px 0;
  background: var(--white);
}

.intro-card__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 42px;
}

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

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

.speech-grid {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.speech-grid span {
  padding: 14px 18px;
  color: var(--green);
  font-weight: 900;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--green-soft);
}

.section--lime {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.88)),
    var(--green-soft);
}

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

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

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

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

.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 {
  background: var(--cream);
}

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

.problem-board article {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 20, 43, 0.12);
}

.problem-board h3 {
  min-height: 130px;
  margin: 0;
  padding: 18px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.45;
}

.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: var(--white);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--green), var(--green-dark));
}

.solution-hero {
  padding: 86px 0;
  color: var(--white);
  background: linear-gradient(135deg, #07142b, #123b82);
}

.solution-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 44px;
}

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

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

.solution-diagram {
  min-height: 430px;
  border-color: rgba(255, 255, 255, 0.94);
}

.deliverable-section {
  background: var(--white);
}

.matrix-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 18px;
  margin-bottom: 28px;
}

.matrix-block {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--green-soft);
  box-shadow: inset 0 0 0 3px var(--line);
}

.matrix-block h3 {
  margin: 0 0 14px;
  color: var(--green-dark);
  font-size: 26px;
}

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

.tag-list span {
  display: grid;
  place-items: center;
  min-height: 52px;
  color: var(--ink);
  font-weight: 900;
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--yellow), var(--orange));
}

.cross {
  display: grid;
  place-items: center;
  color: var(--orange-dark);
  font-size: 48px;
  font-weight: 900;
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.deliverable-grid article {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: 0 14px 34px rgba(7, 20, 43, 0.12);
}

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

.deliverable-grid h3,
.deliverable-grid p {
  padding-right: 18px;
  padding-left: 18px;
}

.deliverable-grid h3 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 20px;
}

.deliverable-grid p {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 800;
}

.conversion-banner {
  padding: 52px 0;
  color: var(--white);
  background: linear-gradient(90deg, #07142b, #123b82);
}

.conversion-banner__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 28px;
}

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

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

.conversion-visual {
  min-height: 260px;
}

.flow {
  background: var(--green-soft);
}

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

.flow-cards li {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.flow-cards span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 18px 18px 0;
  color: var(--white);
  font-weight: 900;
  border-radius: 50%;
  background: var(--green);
}

.flow-cards h3 {
  min-height: 78px;
  margin: 8px 0 0;
  padding: 0 18px 22px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
}

.works {
  background: var(--white);
}

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

.works-grid article {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: var(--shadow);
}

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

.work-copy {
  padding: 22px;
}

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

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

.faq {
  background: var(--green-soft);
}

.faq__grid,
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: start;
}

.faq-visual,
.contact-visual {
  min-height: 230px;
  margin-top: 24px;
}

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

.faq-list details {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(7, 20, 43, 0.12);
}

.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 {
  padding: 86px 0;
  color: var(--white);
  background: linear-gradient(135deg, #07142b, #123b82);
}

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

.contact__copy p:not(.section-kicker) {
  font-size: 18px;
  font-weight: 800;
}

.mock-form {
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.mock-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 900;
}

.mock-form input,
.mock-form textarea {
  width: 100%;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: #f8fafc;
}

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

.mock-form .cv-button {
  width: 100%;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  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: 980px) {
  .lp-header__inner {
    min-height: 64px;
  }

  .header-contact span {
    display: none;
  }

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

  .hero__inner {
    min-height: auto;
  }

  .hero__visual {
    min-height: auto;
  }

  .image-slot--person {
    min-height: 420px;
  }

  .proof-strip__inner,
  .problem-board,
  .deliverable-grid,
  .flow-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-copy {
    grid-column: 1 / -1;
    text-align: center;
  }

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

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

  body {
    padding-bottom: 0;
  }

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

  .brand__logo {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

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

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

  .header-contact {
    display: flex;
  }

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

  .hero__inner {
    gap: 22px;
    padding: 34px 0 64px;
  }

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

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

  .hero h1 strong {
    font-size: 41px;
    -webkit-text-stroke: 1px var(--orange-dark);
  }

  .hero__lead {
    font-size: 15px;
  }

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

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

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

  .hero__visual {
    display: block;
  }

  .image-slot--person {
    min-height: 300px;
    padding-top: 120px;
  }

  .floating-badge {
    width: 82px;
    height: 82px;
    font-size: 12px;
    border-width: 3px;
  }

  .badge-1 {
    top: -8px;
    left: 4px;
  }

  .badge-2 {
    right: 4px;
    bottom: 86px;
  }

  .badge-3 {
    bottom: -8px;
    left: 32px;
  }

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

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

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

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

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

  .cross {
    font-size: 34px;
  }

  .sticky-cta {
    display: none;
  }
}
