#body_wrap.page-template-page-sukagawa #content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#body_wrap.page-template-page-sukagawa .l-container,
#body_wrap.page-template-page-sukagawa .l-mainContent,
#body_wrap.page-template-page-sukagawa .l-mainContent__inner {
  max-width: none;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #102235;
  --deep: #061827;
  --blue: #0b7fc3;
  --cyan: #28b8d8;
  --green: #27a978;
  --yellow: #f5c542;
  --coral: #ed6b57;
  --paper: #ffffff;
  --cloud: #eef7fb;
  --mist: #f7fbfe;
  --line: #d6e6ef;
  --muted: #5d7180;
  --shadow: 0 24px 70px rgba(16, 34, 53, .14);
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 78px;
  color: var(--ink);
  background: var(--mist);
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

.page-shell {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f9fdff 0, #fff 22%, #eef7fb 55%, #fff 100%);
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 14px;
  left: 50%;
  width: min(var(--container), calc(100% - 32px));
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 22px;
  align-items: center;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(16, 34, 53, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 42px rgba(16, 34, 53, .1);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 900;
}

.site-nav a {
  color: var(--muted);
}

.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.menu-trigger {
  display: none;
}

.section-grid,
.promise,
.strategy,
.offer,
.roadmap,
.pricing,
.faq,
.contact {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  z-index: 2;
  min-height: 800px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
  gap: 54px;
  align-items: center;
  padding-top: 108px;
  margin-bottom: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 92px -120px 70px -120px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .96), rgba(231, 248, 255, .9) 48%, rgba(255, 246, 217, .9)),
    repeating-linear-gradient(90deg, rgba(11, 127, 195, .13) 0, rgba(11, 127, 195, .13) 1px, transparent 1px, transparent 76px);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 92%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 0;
  width: 520px;
  height: 100%;
  background:
    repeating-linear-gradient(135deg, rgba(39, 169, 120, .18) 0, rgba(39, 169, 120, .18) 10px, transparent 10px, transparent 30px);
  opacity: .7;
  clip-path: polygon(44% 0, 100% 0, 76% 100%, 0 100%);
}

.hero-bg-word {
  position: absolute;
  z-index: 1;
  left: -12px;
  bottom: 76px;
  color: rgba(11, 127, 195, .08);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 154px;
  font-weight: 800;
  line-height: .8;
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--blue);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow span {
  width: 44px;
  height: 3px;
  background: var(--yellow);
}

.hero h1,
.intro-inner h2,
.section-heading h2,
.offer-copy h2,
.contact h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.08;
}

.hero h1 {
  max-width: 760px;
  margin-top: 20px;
  font-size: 58px;
}

.hero h1 em {
  font-style: normal;
  white-space: normal;
}

.hero-lead {
  max-width: 690px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
  font-weight: 700;
}

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

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 18px 38px rgba(11, 127, 195, .25);
}

.btn-secondary {
  color: var(--ink);
  border-color: rgba(16, 34, 53, .14);
  background: #fff;
}

.hero-visual {
  align-self: end;
  min-height: 660px;
  display: grid;
  align-items: end;
}

.portrait-board {
  position: relative;
  height: 650px;
  overflow: visible;
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .82), rgba(231, 248, 255, .72) 48%, rgba(255, 241, 189, .68)),
    linear-gradient(90deg, rgba(11, 127, 195, .12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(11, 127, 195, .1) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  box-shadow: 0 34px 90px rgba(16, 34, 53, .16);
}

.portrait-board::before {
  content: "";
  position: absolute;
  inset: 56px 0 26px 56px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(39, 169, 120, .18), rgba(40, 184, 216, .18)),
    repeating-linear-gradient(135deg, rgba(16, 34, 53, .12) 0, rgba(16, 34, 53, .12) 1px, transparent 1px, transparent 22px);
  clip-path: polygon(20% 0, 100% 0, 82% 100%, 0 92%);
}

.portrait-board::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 28px;
  width: 84%;
  height: 120px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(245, 197, 66, .88), rgba(39, 169, 120, .82));
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  opacity: .9;
}

.portrait-board img {
  position: absolute;
  z-index: 2;
  right: -34px;
  bottom: 0;
  width: min(112%, 560px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(16, 34, 53, .22));
}

.fixed-cta {
  position: fixed;
  z-index: 35;
  right: auto;
  bottom: 18px;
  left: max(20px, calc((100% - var(--container)) / 2 + 20px));
  width: min(560px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px 14px 12px 22px;
  border: 1px solid rgba(16, 34, 53, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 46px rgba(16, 34, 53, .16);
  backdrop-filter: blur(16px);
  transform: translateY(140%);
  transition: transform .28s ease;
}

.fixed-cta.is-visible {
  transform: translateY(0);
}

.fixed-cta p {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
}

.fixed-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-weight: 900;
}

.intro-band {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 112px 20px;
  background:
    linear-gradient(135deg, var(--deep), #0d3346 58%, #143a2e);
  color: #fff;
  overflow: hidden;
}

.intro-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0, rgba(255, 255, 255, .08) 1px, transparent 1px, transparent 92px);
}

.marquee {
  position: absolute;
  top: 24px;
  left: 0;
  display: flex;
  gap: 28px;
  width: max-content;
  color: rgba(255, 255, 255, .12);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 74px;
  font-weight: 800;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.intro-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-inner .eyebrow {
  color: #fff;
}

.intro-inner h2 {
  margin-top: 18px;
  font-size: 48px;
}

.intro-inner p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  font-weight: 700;
}

.promise,
.strategy,
.offer,
.roadmap,
.pricing,
.faq,
.contact {
  padding: 112px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.section-heading h2,
.offer-copy h2,
.contact h2 {
  margin-top: 14px;
  font-size: 46px;
}

.section-heading p:not(.eyebrow),
.offer-copy p,
.contact p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
}

.promise {
  padding: 112px 0 40px;
}

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

.promise-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(16, 34, 53, .1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(238, 248, 255, .86));
  box-shadow: 0 18px 54px rgba(16, 34, 53, .08);
}

.promise-card span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--ink);
  background: #fff2c9;
  font-size: 12px;
  font-weight: 900;
}

.promise-card h3 {
  margin: 24px 0 0;
  font-size: 26px;
  line-height: 1.25;
}

.promise-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 700;
}

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

.layer-card,
.offer-panel,
.price-card,
.faq-item {
  border: 1px solid rgba(16, 34, 53, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(16, 34, 53, .08);
}

.layer-card {
  overflow: hidden;
}

.layer-visual {
  position: relative;
  min-height: 270px;
  margin: 0;
  background: linear-gradient(135deg, #e7f7ff, #fff 50%, #fff2cf);
  overflow: hidden;
}

.layer-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, .22)),
    linear-gradient(90deg, rgba(16, 34, 53, .04), transparent 24%, transparent 76%, rgba(16, 34, 53, .05));
  pointer-events: none;
}

.layer-visual img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  object-position: center;
}

.layer-card > .number,
.offer-panel span,
.price-card span {
  display: block;
  color: var(--blue);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.layer-card > .number,
.layer-card h3,
.layer-card p {
  margin-right: 24px;
  margin-left: 24px;
}

.layer-card > .number {
  margin-top: 24px;
}

.layer-card h3 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.25;
}

.layer-card p {
  margin-top: 12px;
  margin-bottom: 26px;
  color: var(--muted);
  font-weight: 700;
}

.offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1fr);
  gap: 44px;
  align-items: start;
}

.offer::before {
  content: "";
  position: absolute;
  inset: 46px -120px 46px 32%;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(245, 197, 66, .24), rgba(40, 184, 216, .18) 52%, rgba(39, 169, 120, .18));
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
}

.offer-copy,
.offer-panels {
  position: relative;
  z-index: 1;
}

.offer-panels {
  display: grid;
  gap: 14px;
}

.offer-panel {
  padding: 26px;
}

.offer-panel h3 {
  margin: 9px 0 0;
  font-size: 28px;
  line-height: 1.2;
}

.offer-panel p {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
}

.offer-panel strong {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--ink);
  background: #fff2c9;
  font-size: 18px;
}

.roadmap {
  color: #fff;
}

.roadmap {
  position: relative;
  width: 100%;
  padding-right: max(20px, calc((100% - var(--container)) / 2));
  padding-left: max(20px, calc((100% - var(--container)) / 2));
  background: linear-gradient(135deg, var(--deep), #102f43 55%, #153d30);
  overflow: hidden;
}

.roadmap .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, .74);
}

.roadmap .eyebrow,
.roadmap .section-heading h2 {
  color: #fff;
}

.roadmap-layout {
  display: grid;
  gap: 28px;
}

.roadmap-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .22);
}

.roadmap-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(6, 24, 39, .16)),
    linear-gradient(90deg, rgba(6, 24, 39, .08), transparent 18%, transparent 82%, rgba(6, 24, 39, .08));
  pointer-events: none;
}

.roadmap-media img {
  width: 100%;
  aspect-ratio: 16 / 6.4;
  object-fit: cover;
  object-position: center;
}

.roadmap-steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 940px;
  margin: 0 auto;
  padding: 34px 0 0;
  list-style: none;
}

/* .roadmap-steps::before {
  content: "";
  position: absolute;
  top: 62px;
  bottom: 34px;
  left: 30px;
  width: 2px;
  background: linear-gradient(180deg, var(--yellow), var(--green), var(--cyan), rgba(255, 255, 255, .22));
} */

.roadmap-step {
  position: relative;
  min-height: 170px;
  padding: 28px 34px 28px 96px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .07)),
    rgba(255, 255, 255, .04);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .16);
}

.roadmap-step:nth-child(even) {
  margin-top: 0;
}

.roadmap-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(245, 197, 66, .18), transparent 42%, rgba(40, 184, 216, .13));
  pointer-events: none;
}

.roadmap-step__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.roadmap-step__num {
  position: absolute;
  top: 30px;
  left: -68px;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  color: var(--ink);
  background: var(--yellow);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(245, 197, 66, .18);
}

.roadmap-step__day {
  color: var(--yellow);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.roadmap-step h3 {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  font-size: 26px;
  line-height: 1.18;
}

.roadmap-step p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  font-weight: 700;
}

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

.price-card {
  min-height: 218px;
  padding: 24px;
}

.price-card strong {
  display: block;
  margin-top: 12px;
  font-size: 27px;
  line-height: 1.18;
}

.price-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.faq {
  padding-top: 40px;
}

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

.faq-item {
  padding: 0 22px;
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 0;
  font-size: 18px;
  font-weight: 900;
}

.faq-item p {
  margin: 0;
  padding-bottom: 22px;
  color: var(--muted);
  font-weight: 700;
}

.contact {
  padding-top: 40px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border: 1px solid rgba(16, 34, 53, .1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff, #eef8ff 58%, #fff2c9);
  box-shadow: var(--shadow);
}

.contact-card::after {
  content: "SUKAGAWA";
  position: absolute;
  right: 28px;
  bottom: -18px;
  color: rgba(11, 127, 195, .08);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 82px;
  font-weight: 800;
  line-height: 1;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-nav {
    display: none;
  }

  .site-nav.is-open {
    position: absolute;
    top: 72px;
    right: 0;
    display: grid;
    width: 220px;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(16, 34, 53, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(16, 34, 53, .12);
  }

  .site-nav.is-open a {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(16, 34, 53, .08);
  }

  .site-nav.is-open a:last-child {
    border-bottom: 0;
  }

  .site-header {
    grid-template-columns: auto 1fr auto auto;
  }

  .menu-trigger {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(16, 34, 53, .12);
    border-radius: 8px;
    background: #fff;
  }

  .menu-trigger span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ink);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 72px;
    margin-bottom: 0;
  }

  .hero h1 {
    font-size: 52px;
  }

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

  .portrait-board {
    height: 540px;
  }

  .portrait-board img {
    right: -26px;
    width: min(106%, 540px);
  }

  .promise-grid,
  .layer-grid,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer {
    grid-template-columns: 1fr;
  }

  .offer::before {
    inset: 38% -80px 40px -80px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 96px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    grid-template-columns: auto 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .hero {
    width: calc(100% - 28px);
    gap: 30px;
    padding-top: 104px;
    margin-bottom: 0;
  }

  .hero::before {
    inset: 86px -42px 46px -42px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
  }

  .hero::after {
    display: none;
  }

  .hero-bg-word {
    font-size: 64px;
    bottom: 34px;
  }

  .hero h1 {
    font-size: 35px;
  }

  .hero h1 em {
    white-space: normal;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

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

  .portrait-board {
    height: 420px;
  }

  .portrait-board img {
    right: -18px;
    bottom: 0;
    width: min(112%, 380px);
  }

  .fixed-cta {
    right: 74px;
    bottom: 12px;
    left: 12px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px;
  }

  .fixed-cta p {
    display: none;
  }

  .fixed-cta a {
    width: 100%;
    min-height: 48px;
  }

  .layer-grid,
  .price-grid {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .intro-band {
    margin-top: 0;
    padding: 86px 14px;
  }

  .marquee {
    font-size: 44px;
  }

  .intro-inner h2,
  .section-heading h2,
  .offer-copy h2,
  .contact h2 {
    font-size: 31px;
  }

  .promise,
  .strategy,
  .offer,
  .pricing,
  .faq,
  .contact {
    width: calc(100% - 28px);
    padding: 74px 0;
  }

  .roadmap {
    padding: 74px 14px;
  }

  .roadmap-layout {
    grid-template-columns: 1fr;
  }

  .roadmap-media img {
    aspect-ratio: 16 / 9;
  }

  .roadmap-steps {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .roadmap-steps::before {
    display: block;
    top: 48px;
    right: auto;
    bottom: 24px;
    left: 25px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--yellow), var(--green), var(--cyan), rgba(255, 255, 255, .18));
  }

  .roadmap-step {
    min-height: auto;
    padding: 24px 22px 24px 72px;
  }

  .roadmap-step__num {
    top: 24px;
    left: -54px;
    width: 44px;
    height: 44px;
  }

  .roadmap-step h3 {
    font-size: 24px;
  }

  .contact-card {
    padding: 28px;
  }

  .contact-card::after {
    display: none;
  }
}
