:root {
  --canvas: #181818;
  --elevated: #303030;
  --ink: #ffffff;
  --body: #b8b8b8;
  --muted: #777777;
  --light: #ffffff;
  --soft: #f4f4f4;
  --line: #d7d7d7;
  --red: #da291c;
  --red-dark: #b01e0a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  letter-spacing: 0;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(24, 24, 24, 0.92);
  backdrop-filter: blur(16px);
}

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

.brand-logo {
  display: block;
  width: 250px;
  height: auto;
}

.footer-brand .brand-logo {
  width: 238px;
}

.desktop-nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.65px;
}

.desktop-nav a,
.mobile-nav a {
  text-transform: uppercase;
}

.desktop-nav a.active {
  color: var(--red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 15px 28px;
  border: 1px solid var(--red);
  border-radius: 0;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
}

.button:hover {
  background: var(--red-dark);
}

.button svg {
  width: 18px;
  height: 18px;
}

.button-small {
  min-height: 44px;
  padding: 13px 18px;
}

.outline-on-light {
  position: relative;
  min-height: 66px;
  padding: 22px 42px;
  border-color: #181818;
  background: #181818;
  box-shadow: 0 18px 38px rgba(24, 24, 24, 0.22), 0 4px 10px rgba(24, 24, 24, 0.14);
  color: #fff;
  overflow: hidden;
}

.outline-on-light::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(218, 41, 28, 0.2) 48%, transparent 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.outline-on-light > * {
  position: relative;
  z-index: 1;
}

.outline-on-light:hover {
  border-color: var(--red);
  background: #101010;
  color: #fff;
}

.outline-on-light:hover::before {
  opacity: 1;
}

.copy-block .outline-on-light {
  display: flex;
  width: fit-content;
  min-width: 260px;
  margin: 34px auto 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.menu-button {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("./images/hero-laptop-spotlight.png");
  background-position: center right;
  background-size: cover;
  filter: saturate(1.02) contrast(1.08);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(24, 24, 24, 0.98) 0%, rgba(24, 24, 24, 0.82) 43%, rgba(24, 24, 24, 0.18) 100%),
    linear-gradient(0deg, rgba(24, 24, 24, 0.92) 0%, rgba(24, 24, 24, 0.06) 45%);
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1280px;
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 48px 32px 200px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.eyebrow.dark {
  background: transparent;
  color: var(--red);
}

.hero .eyebrow {
  margin-bottom: 8px;
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: none;
}

.hero h1,
.section h2,
.contact-band h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 790px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 80px);
  font-weight: 600;
  line-height: 1.05;
}

.hero-copy {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--body);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.8;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
}

.hero-cta span {
  color: var(--body);
  font-size: 13px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(24, 24, 24, 0.58);
  color: #fff;
  font-size: 13px;
}

.trust-strip svg {
  width: 16px;
  height: 16px;
  color: var(--red);
}

.section {
  padding: 96px 0;
}

.page-hero {
  padding: 118px 0 78px;
  background:
    linear-gradient(90deg, rgba(24, 24, 24, 0.96), rgba(24, 24, 24, 0.78)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=2200&q=82") center / cover;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.08;
}

.page-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--body);
  font-size: 17px;
  line-height: 1.8;
}

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

.container {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.intro > .container,
.split > .container,
.strength-section > .container,
.flow-section > .container,
.pricing > .container,
#works > .container,
.demos > .container,
.faq > .container {
  width: min(100% - 80px, 1280px);
}

.narrow {
  width: min(100% - 48px, 980px);
}

.center {
  text-align: center;
}

.light {
  background: var(--light);
  color: #181818;
}

.dark,
.pricing,
.contact-band,
.footer {
  background: var(--canvas);
  color: var(--ink);
}

.intro {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 104px 0 118px;
  background: #101010 url("./images/inquiry-notification-dashboard.png") center right / cover no-repeat;
  color: var(--ink);
}

.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, 0.98) 0%, rgba(16, 16, 16, 0.82) 44%, rgba(16, 16, 16, 0.34) 100%),
    linear-gradient(0deg, rgba(16, 16, 16, 0.96) 0%, rgba(16, 16, 16, 0.12) 48%);
  pointer-events: none;
}

.intro::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(218, 41, 28, 0.72), transparent);
}

.intro-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 538px;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.intro .eyebrow {
  margin-bottom: 44px;
  color: var(--red);
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1;
  text-shadow: 0 18px 50px rgba(218, 41, 28, 0.24);
}

.intro h2 {
  max-width: 980px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-weight: 600;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.section h2,
.contact-band h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.18;
}

.mission-body {
  max-width: 780px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 500;
  line-height: 1.9;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.74);
}

.lead-block {
  max-width: 900px;
}

.lead-block p {
  color: #444;
  font-size: 17px;
  line-height: 1.9;
}

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

.works-branch-card {
  display: grid;
  gap: 18px;
  min-height: 280px;
  padding: 34px;
  border: 1px solid #181818;
  background: #fff;
  box-shadow: 0 22px 54px rgba(24, 24, 24, 0.1);
}

.works-branch-card span {
  color: var(--red);
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 0.9;
}

.works-branch-card h3 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.35;
}

.works-branch-card p {
  margin: 0;
  color: #444;
  line-height: 1.9;
}

.works-branch-card strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  padding-top: 14px;
  border-top: 2px solid var(--red);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 18px;
}

.works-branch-card svg {
  width: 18px;
  height: 18px;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.reverse .image-panel {
  order: 2;
}

.image-panel {
  min-height: 430px;
  border: 1px solid var(--line);
  background-position: center;
  background-size: cover;
}

.service-photo {
  position: relative;
  min-height: 520px;
  border: 0;
  background-image: url("./images/outdated-mobile-website-disappointment.png");
  background-position: center right;
  box-shadow: 0 26px 70px rgba(24, 24, 24, 0.12);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 10%, #000 26%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 14%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 10%, #000 26%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 14%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

.works-photo {
  background-image: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1400&q=82");
}

.copy-block p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
}

.copy-block .eyebrow {
  margin-bottom: 30px;
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1;
}

.copy-block h2 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-weight: 600;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 28px 0;
}

.problem-grid span {
  padding: 14px 10px;
  border: 1px solid var(--line);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-weight: 700;
  text-align: center;
}

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

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
}

.strength-section {
  position: relative;
  overflow: hidden;
  padding: 118px 0 112px;
  background: #101010 url("./images/strength-kobe-saas-sample-background.png") center / cover no-repeat;
}

.strength-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.58) 0%, rgba(16, 16, 16, 0.36) 42%, rgba(16, 16, 16, 0.78) 100%),
    linear-gradient(90deg, rgba(16, 16, 16, 0.76) 0%, rgba(16, 16, 16, 0.42) 48%, rgba(16, 16, 16, 0.56) 100%);
  pointer-events: none;
}

.strength-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(218, 41, 28, 0.7), transparent);
}

.strength-inner {
  position: relative;
  z-index: 1;
}

.strength-heading {
  max-width: 920px;
}

.strength-heading .eyebrow {
  margin-bottom: 28px;
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.strength-heading h2 {
  max-width: 760px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-weight: 600;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.card-grid {
  display: grid;
  gap: 24px;
}

.card-grid.three,
.card-grid.two,
.price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.feature-card,
.demo-card,
.price-card,
.info-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--elevated);
  padding: 32px;
}

.feature-card svg {
  width: 42px;
  height: 42px;
  color: var(--red);
}

.feature-card h3,
.demo-card h3,
.price-card h3,
.work-list h3,
.info-card h3 {
  margin: 22px 0 12px;
  font-size: 20px;
  font-weight: 700;
}

.feature-card p,
.demo-card p,
.price-card p,
.info-card p {
  color: var(--body);
  line-height: 1.8;
}

.strength-section .card-grid {
  margin-top: 68px;
}

.strength-section .feature-card {
  position: relative;
  min-height: 286px;
  border: 1px solid rgba(218, 41, 28, 0.62);
  background: rgba(16, 16, 16, 0.7);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.strength-section .feature-card::before {
  content: "";
  position: static;
  display: block;
  width: 56px;
  height: 2px;
  margin: 20px 0 30px;
  background: var(--red);
}

.feature-number {
  display: block;
  color: var(--red);
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.9;
  transform: skewX(-8deg);
  transform-origin: left center;
}

.strength-section .feature-card h3 {
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
}

.strength-section .feature-card p {
  color: rgba(255, 255, 255, 0.78);
}

.strength-button {
  display: flex;
  width: fit-content;
  min-width: 300px;
  margin: 42px auto 0;
  border-color: rgba(218, 41, 28, 0.8);
  background: rgba(16, 16, 16, 0.7);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: none;
  backdrop-filter: blur(12px);
}

.light .info-card {
  border-color: var(--line);
  background: #f3f3f3;
}

.light .info-card p {
  color: #444;
}

.info-card svg {
  width: 36px;
  height: 36px;
  color: var(--red);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  color: inherit;
  line-height: 1.7;
}

.check-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  background: var(--red);
}

.flow-section {
  background: #f7f7f5;
}

.flow-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: start;
}

.flow-heading {
  position: sticky;
  top: 112px;
}

.flow-heading .eyebrow {
  margin-bottom: 28px;
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.flow-heading h2 {
  color: #181818;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 600;
  line-height: 1.28;
}

.flow-button {
  width: fit-content;
  min-width: 300px;
  margin-top: 42px;
  background: #181818;
  box-shadow: 0 18px 38px rgba(24, 24, 24, 0.18), 0 4px 10px rgba(24, 24, 24, 0.12);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 19px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.steps {
  position: relative;
  display: grid;
  gap: 0;
}

.steps::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 70px;
  width: 1px;
  background: linear-gradient(180deg, rgba(218, 41, 28, 0.7), rgba(24, 24, 24, 0.18));
}

.steps article {
  position: relative;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 28px;
  min-height: 128px;
  padding: 0 0 34px;
  border-bottom: 1px solid rgba(24, 24, 24, 0.12);
}

.steps article + article {
  padding-top: 34px;
}

.steps span {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--red);
  background: #f7f7f5;
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.steps article > div {
  min-width: 0;
  max-width: 640px;
}

.steps h3 {
  margin: 0 0 10px;
  color: #181818;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
}

.steps p,
.price-note,
.faq-list p {
  margin: 0;
  color: #444;
  line-height: 1.8;
}

.pricing {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    radial-gradient(circle at 78% 26%, rgba(218, 41, 28, 0.2), transparent 28%),
    linear-gradient(180deg, #181818 0%, #101010 100%);
}

.pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 32%, rgba(218, 41, 28, 0.08));
  pointer-events: none;
}

.pricing .container {
  position: relative;
  z-index: 1;
}

.pricing .section-heading .eyebrow {
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pricing .section-heading h2 {
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.price-grid {
  position: relative;
  display: grid;
  gap: 24px;
}

.price-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(218, 41, 28, 0.8));
  transform: translateY(-50%);
  pointer-events: none;
}

.price-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  background: rgba(24, 24, 24, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.price-card.featured {
  position: relative;
  z-index: 2;
  border-color: rgba(218, 41, 28, 0.92);
  background: linear-gradient(180deg, rgba(62, 22, 20, 0.92), rgba(20, 20, 20, 0.94));
  box-shadow: 0 30px 90px rgba(218, 41, 28, 0.16), 0 24px 70px rgba(0, 0, 0, 0.34);
}

.price-card.anchor-price,
.price-card.middle-price {
  opacity: 0.86;
}

.slot-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 8px;
  padding: 9px 14px;
  border: 1px solid rgba(218, 41, 28, 0.5);
  background: rgba(218, 41, 28, 0.12);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.slot-badge svg {
  width: 16px;
  height: 16px;
  color: var(--red);
}

.plan-label {
  color: var(--red) !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin: 18px 0;
  color: #fff;
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.price-card strong span {
  font-size: 6em;
  line-height: 0.8;
}

.price-card ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 28px;
  padding-left: 18px;
  color: var(--body);
}

.price-card .button {
  margin-top: auto;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.price-note {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
}

.work-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.work-list article {
  border-left: 3px solid var(--red);
  background: #f3f3f3;
  padding: 18px 22px;
}

.work-list h3 {
  margin: 0 0 6px;
}

.work-list p {
  margin: 0;
}

.table-list {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.table-list div {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.table-list dt,
.table-list dd {
  margin: 0;
  padding: 18px 20px;
  line-height: 1.7;
}

.table-list dt {
  background: #f3f3f3;
  font-weight: 800;
}

.table-list dd {
  color: #444;
}

.demos {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 22%, rgba(218, 41, 28, 0.22), transparent 26%),
    radial-gradient(circle at 10% 0%, rgba(255, 214, 157, 0.14), transparent 18%),
    linear-gradient(180deg, #101010 0%, #181818 100%);
}

.demos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.96), rgba(16, 16, 16, 0.64) 48%, rgba(16, 16, 16, 0.9));
  pointer-events: none;
}

.demos .container {
  position: relative;
  z-index: 1;
}

.demo-heading {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.demo-heading .eyebrow {
  margin-bottom: 28px;
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.demo-heading h2 {
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-weight: 600;
}

.demo-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 54px;
}

.demo-side {
  display: grid;
  gap: 24px;
}

.demos .demo-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 0;
  border: 1px solid rgba(218, 41, 28, 0.58);
  background: rgba(16, 16, 16, 0.66);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.demos .featured-demo {
  grid-template-columns: 96px minmax(0, 1fr);
  align-content: start;
  padding: 38px;
}

.demo-side .demo-card {
  padding: 28px;
}

.demo-number {
  color: var(--red);
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.9;
  transform: skewX(-8deg);
  transform-origin: left center;
}

.demos .demo-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 600;
}

.demos .demo-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.demo-preview {
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #101010;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.featured-demo .demo-preview {
  grid-column: 1 / -1;
  min-height: 420px;
  background-image: url("./images/demo-electric-contractor-preview.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.96) contrast(1.02);
}

.demo-card a {
  display: inline-flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  min-width: 280px;
  margin: 0 auto;
  padding: 20px 36px;
  border: 1px solid rgba(218, 41, 28, 0.8);
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.demo-card a svg {
  width: 18px;
  height: 18px;
}

.faq {
  background: #f7f7f5;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 112px;
}

.faq-heading .eyebrow {
  margin-bottom: 28px;
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.faq-heading h2 {
  margin: 0;
  color: #181818;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 600;
  line-height: 1.28;
}

.faq-heading p {
  margin: 26px 0 0;
  color: #444;
  line-height: 1.9;
}

.faq-button {
  width: fit-content;
  min-width: 240px;
  margin-top: 36px;
  background: #181818;
  box-shadow: 0 18px 38px rgba(24, 24, 24, 0.16), 0 4px 10px rgba(24, 24, 24, 0.1);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.faq-list {
  display: grid;
  border-top: 1px solid rgba(24, 24, 24, 0.16);
}

.faq-list details {
  border-bottom: 1px solid rgba(24, 24, 24, 0.16);
  padding: 0;
}

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  padding: 28px 0;
  color: #181818;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--red);
  font-family: "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 760px;
  margin: -8px 0 28px;
  color: #444;
  line-height: 1.9;
}

.contact-band {
  padding: 96px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-contact {
  overflow: hidden;
  padding: 88px 0 112px;
  border-top: 1px solid rgba(24, 24, 24, 0.12);
  background:
    linear-gradient(135deg, rgba(218, 41, 28, 0.05) 0%, transparent 36%),
    #f7f7f5;
  color: #181818;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.home-contact .contact-layout {
  width: min(100% - 80px, 1360px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 4.8vw, 72px);
  align-items: center;
}

.contact-layout > div p {
  margin-top: 24px;
  color: var(--body);
  line-height: 1.8;
}

.home-contact .contact-copy > .eyebrow {
  transform: translateY(-28px);
  margin-bottom: 28px;
  color: var(--red);
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 16px 42px rgba(218, 41, 28, 0.12);
}

.home-contact .contact-copy h2 {
  max-width: 500px;
  color: #181818;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 600;
  line-height: 1.28;
  white-space: nowrap;
}

.home-contact .contact-copy p {
  max-width: 560px;
  margin-top: 32px;
  color: #3d3d3d;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.95;
}

.contact-cta {
  min-width: min(100%, 390px);
  min-height: 68px;
  margin-top: 34px;
  background: #181818;
  box-shadow: 0 20px 44px rgba(24, 24, 24, 0.18), 0 4px 12px rgba(24, 24, 24, 0.12);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.contact-cta:hover {
  background: #101010;
}

.contact-visual {
  display: grid;
  gap: 28px;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(180px, 0.46fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: center;
  padding: clamp(30px, 3.6vw, 46px);
  border: 1px solid rgba(218, 41, 28, 0.55);
  background: #151515;
  box-shadow: 0 28px 80px rgba(24, 24, 24, 0.22);
  color: #fff;
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.contact-panel-copy {
  position: relative;
  z-index: 1;
}

.contact-panel-copy h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
  color: var(--red);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.contact-panel-copy h3::before,
.contact-panel-copy h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: rgba(218, 41, 28, 0.78);
}

.contact-panel-copy p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 16px;
  line-height: 2;
}

.contact-panel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: min(100%, 382px);
  min-height: 76px;
  padding: 22px 32px;
  border: 1px solid rgba(218, 41, 28, 0.92);
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.contact-panel-button svg {
  width: 20px;
  height: 20px;
}

.contact-panel-arrow {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.contact-form-preview {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 24px 22px 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.36);
  color: #181818;
}

.preview-steps {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 14px;
}

.preview-steps span {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #d8d8d8;
}

.preview-steps span:first-child {
  background: var(--red);
}

.preview-steps span + span::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 9px;
  width: 22px;
  height: 1px;
  background: #d8d8d8;
}

.contact-form-preview strong {
  margin: 0 0 10px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 15px;
  text-align: center;
}

.contact-form-preview > span {
  display: block;
  height: 9px;
  background: #ececec;
}

.contact-form-preview > span:nth-of-type(1),
.contact-form-preview > span:nth-of-type(4) {
  width: 38%;
}

.contact-form-preview > span:nth-of-type(2),
.contact-form-preview > span:nth-of-type(3) {
  width: 82%;
}

.contact-form-preview > span:nth-of-type(5) {
  height: 54px;
}

.contact-form-preview em {
  display: block;
  width: 64%;
  height: 22px;
  margin: 6px auto 0;
  background: linear-gradient(90deg, #3a3a3a, #141414);
}

.contact-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(24, 24, 24, 0.16);
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
  list-style: none;
}

.contact-flow li {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 24px 28px 24px;
  text-align: center;
}

.contact-flow li + li {
  border-left: 1px solid rgba(24, 24, 24, 0.14);
}

.contact-flow li:not(:last-child)::after {
  content: "»";
  position: absolute;
  top: 50%;
  right: -14px;
  z-index: 1;
  color: #444;
  font-family: "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.contact-flow span {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--red);
  color: var(--red);
  font-family: "Times New Roman", "Cormorant Garamond", "Bodoni 72", serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.contact-flow h3 {
  margin: 0 0 12px;
  color: #181818;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 600;
  line-height: 1.45;
}

.home-contact .contact-flow p {
  margin: 0;
  color: #555;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
}

.contact-details div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-details dt,
.contact-details dd {
  margin: 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.6;
}

.contact-details dt {
  color: #fff;
  font-weight: 800;
}

.contact-details a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--elevated);
}

.form-embed-placeholder {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 32px;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  background: var(--elevated);
  color: var(--body);
  text-align: center;
}

.form-embed-placeholder strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--body);
  font-size: 13px;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: #181818;
  color: #fff;
  padding: 14px 16px;
}

.form-result {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: #fff;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding: 56px 0;
}

.footer h3 {
  margin: 0 0 18px;
  font-size: 14px;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 10px;
  color: var(--body);
  font-size: 13px;
}

.copyright {
  padding: 16px 32px;
  background: #0f0f0f;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.sm-only {
  display: none;
}

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

  .menu-button {
    display: grid;
  }

  .mobile-nav {
    position: absolute;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    grid-template-columns: 1fr;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #181818;
  }

  .mobile-nav.open {
    display: grid;
  }

  .mobile-nav a {
    padding: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .two-col,
  .contact-layout,
  .works-branch-grid {
    grid-template-columns: 1fr;
  }

  .home-contact .contact-layout {
    width: min(100% - 48px, 1280px);
    grid-template-columns: 1fr;
  }

  .reverse .image-panel {
    order: 0;
  }

  .card-grid.three,
  .card-grid.two,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .strength-section .card-grid {
    margin-top: 42px;
  }

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

  .flow-heading {
    position: static;
  }

  .demo-showcase {
    grid-template-columns: 1fr;
  }

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

  .faq-heading {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0 16px;
  }

  .brand {
    min-width: auto;
  }

  .brand-logo {
    width: 206px;
  }

  .header-actions .button {
    display: none;
  }

  .hero-content {
    justify-content: center;
    padding: 32px 24px 128px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.5vw, 42px);
  }

  .hero-copy {
    font-size: 15px;
  }

  .intro {
    min-height: 680px;
    background-position: 62% center;
  }

  .intro-inner {
    min-height: 504px;
  }

  .intro .eyebrow {
    margin-bottom: 28px;
    font-size: clamp(32px, 10vw, 40px);
  }

  .mission-body {
    margin-top: 28px;
    font-size: 16px;
  }

  .flow-heading .eyebrow {
    margin-bottom: 22px;
    font-size: clamp(32px, 10vw, 40px);
  }

  .flow-button {
    width: 100%;
    min-width: 0;
  }

  .steps::before {
    left: 32px;
  }

  .steps article {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 18px;
  }

  .steps span {
    font-size: 34px;
  }

  .strength-section {
    background-position: 58% center;
  }

  .strength-heading .eyebrow {
    margin-bottom: 22px;
    font-size: clamp(32px, 10vw, 40px);
  }

  .strength-section .feature-card {
    min-height: 0;
  }

  .strength-button {
    width: 100%;
    min-width: 0;
  }

  .demos .featured-demo {
    grid-template-columns: 1fr;
  }

  .demo-card a {
    width: 100%;
    min-width: 0;
  }

  .copy-block .eyebrow,
  .pricing .section-heading .eyebrow,
  .demo-heading .eyebrow {
    font-size: clamp(32px, 10vw, 40px);
  }

  .pricing .section-heading h2 {
    font-size: clamp(30px, 8vw, 40px);
    white-space: normal;
  }

  .faq-heading .eyebrow {
    margin-bottom: 22px;
    font-size: clamp(32px, 10vw, 40px);
  }

  .faq-heading h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .faq-button {
    width: 100%;
    min-width: 0;
  }

  .faq-list summary {
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 16px;
    padding: 24px 0;
    font-size: 20px;
  }

  .faq-list summary::after {
    width: 30px;
    height: 30px;
    font-size: 28px;
  }

  .faq-list p {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .section,
  .page-hero,
  .pricing,
  .contact-band {
    padding: 72px 0;
  }

  .container,
  .narrow {
    width: min(100% - 32px, 1280px);
  }

  .intro > .container,
  .split > .container,
  .strength-section > .container,
  .flow-section > .container,
  .pricing > .container,
  #works > .container,
  .demos > .container,
  .faq > .container {
    width: min(100% - 32px, 1280px);
  }

  .sm-only {
    display: block;
  }

  .image-panel {
    min-height: 280px;
  }

  .problem-grid,
  .contact-form,
  .footer-grid,
  .table-list div {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 22px;
  }

  .contact-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .home-contact .contact-layout {
    width: min(100% - 32px, 1280px);
  }

  .home-contact .contact-copy > .eyebrow {
    margin-bottom: 28px;
    font-size: clamp(32px, 10vw, 40px);
  }

  .home-contact .contact-copy h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .contact-panel-copy h3 {
    flex-wrap: wrap;
    white-space: normal;
  }

  .contact-panel-button {
    width: 100%;
    min-width: 0;
    padding-inline: 18px;
    font-size: clamp(14px, 4.2vw, 17px);
  }

  .contact-panel-arrow {
    text-align: center;
    transform: rotate(90deg);
  }

  .contact-flow {
    grid-template-columns: 1fr;
  }

  .contact-flow li {
    padding: 18px 0;
  }

  .contact-flow li + li {
    padding-left: 0;
    border-top: 1px solid rgba(24, 24, 24, 0.14);
    border-left: 0;
  }

  .contact-flow li::after {
    display: none;
  }

  .copyright {
    text-align: left;
  }
}
