:root {
  --page-bg: #f4f3fa;
  --surface: #ffffff;
  --surface-alt: #f7f8ff;
  --line: #d7dcfb;
  --text: #2c3368;
  --muted: #646d98;
  --primary: #2d22f8;
  --primary-2: #4f63ff;
  --navy: #31315f;
  --deep: #25255d;
  --accent: #ffb400;
  --container: 1206px;
  --header-width: 1326px;
  --shadow-soft: 0 14px 32px rgba(71, 82, 196, 0.1);
  --shadow-card: 0 18px 44px rgba(53, 62, 171, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 25px;
  z-index: 30;
}

.header-shell {
  width: min(calc(100% - 24px), var(--header-width));
  margin: 0 auto;
  min-height: 78px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(45, 34, 248, 0.1);
}

.footer-logo {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.footer-logo-image {
  display: block;
  width: 190px;
  height: 40px;
  object-fit: contain;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 190px;
  height: 40px;
  flex: 0 0 auto;
}

.brand-logo-image {
  display: block;
  width: 190px;
  height: 40px;
  object-fit: contain;
}

.site-nav,
.header-actions,
.hero-record,
.hero-cta-row,
.info-row,
.team-members,
.use-case-grid,
.band-metrics,
.band-actions,
.footer-nav-wrap {
  display: flex;
}

.site-nav {
  gap: 28px;
  color: #31315f;
  font-size: 17px;
  letter-spacing: 0.64px;
  line-height: 23.8px;
  flex: 0 0 auto;
}

.header-actions {
  gap: 12px;
}

.pill-button,
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-actions .pill-button::before {
  content: "";
  position: absolute;
  top: -140%;
  left: -35%;
  width: 28%;
  height: 380%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 30%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.12) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(24deg) translateX(-220%);
  pointer-events: none;
  z-index: 0;
  animation: cta-shine 4.8s ease-in-out infinite;
}

.header-actions .pill-button > * {
  position: relative;
  z-index: 1;
}

.pill-button:hover,
.hero-cta:hover {
  transform: translateY(-1px);
}

.pill-button {
  min-height: 48px;
  padding: 0 22px;
  font-size: 16px;
  letter-spacing: 1.28px;
}

.pill-button-primary {
  background: #2d22f8;
  color: #fff;
}

.pill-button-dark {
  background: #0e0d37;
  color: #fff;
}

.header-actions .pill-button {
  overflow: hidden;
  isolation: isolate;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 23px;
  white-space: nowrap;
  line-height: 24px;
  flex: 0 0 auto;
}

.hero-section {
  position: relative;
  overflow: visible;
  margin-top: -78px;
  padding: 189px 0 70px;
  background: linear-gradient(90deg, #3128ff 0%, #352bff 100%);
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 56%;
  background: #fff;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-background-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 1315.19px;
  height: 775.17px;
  overflow: visible;
  z-index: 0;
}

.hero-background-left img {
  position: absolute;
  left: -24px;
  top: 30px;
  width: 760px;
  height: auto;
  max-width: none;
  opacity: 0.9;
}

.hero-shell,
.section-shell,
.footer-shell,
.floating-cta-shell {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.narrow-shell {
  width: min(calc(100% - 32px), 848px);
}

.hero-shell {
  display: grid;
  grid-template-columns: 654.84px 470.33px;
  gap: 80.83px;
  align-items: center;
  width: 1122px;
  margin-left: 367px;
  margin-right: auto;
  position: relative;
  z-index: 1;
  transform: translateX(-34px);
}

.hero-copy {
  position: relative;
  width: 654.84px;
  min-height: 371.17px;
  z-index: 2;
}

.hero-title-text {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.1rem, 4.6vw, 4.8rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.04em;
  text-shadow:
    0 2px 8px rgba(20, 19, 64, 0.3),
    0 10px 26px rgba(20, 19, 64, 0.18),
    0 0 1px rgba(20, 19, 64, 0.45);
}

.hero-title-text > span {
  display: block;
  white-space: nowrap;
}

.hero-title-highlight {
  display: inline-block;
  padding: 0 14px 4px;
  margin-left: 4px;
  background: #ffffff;
  color: #2d22f8;
  border-radius: 0;
  line-height: 1.02;
  white-space: nowrap;
}

.hero-copy-text {
  margin-top: 31px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 34.2px;
  text-shadow:
    0 2px 6px rgba(20, 19, 64, 0.34),
    0 0 1px rgba(20, 19, 64, 0.48);
}

.hero-copy-text p {
  margin: 0;
  white-space: nowrap;
}

.hero-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  color: #31315f;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.8px;
}

.hero-kicker-line {
  width: 2px;
  height: 35px;
  background: #31315f;
}

.hero-subheading-image {
  display: block;
  width: min(100%, 573px);
  height: auto;
  margin: 22px 0 0;
  position: relative;
  z-index: 2;
}

.hero-main-image {
  display: block;
  width: 522px;
  height: 360px;
  margin-top: 18px;
  object-fit: contain;
  position: relative;
  left: 108px;
  z-index: 0;
}

.hero-media {
  position: relative;
  z-index: 0;
}

.hero-character-right {
  position: absolute;
  left: 1407px;
  top: 103.5px;
  width: 693px;
  height: 693px;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.hero-cta,
.info-card h3,
.section-title h2,
.use-case-card h3,
.feature-copy h3,
.support-card h3,
.timeline-card h3,
.faq-list summary,
.footer-nav-block h3 {
  font-weight: 700;
}

.hero-cta-row {
  width: 1122px;
  margin: 60px auto 0;
  gap: 40px;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: 367px;
  margin-right: auto;
  transform: translateX(-34px);
}

.hero-cta {
  position: relative;
  min-height: 85px;
  width: 519px;
  padding: 23px 42px 23px 32px;
  font-size: 26px;
  letter-spacing: 2.08px;
  box-shadow: 0 18px 34px rgba(29, 35, 129, 0.18);
  justify-content: center;
}

.hero-cta-chip {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  height: 46px;
  padding: 6px 10px;
  background: #fff;
  border: 2px solid #2d22f8;
  color: #31315f;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2.08px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  z-index: 2;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero-cta-chip span {
  color: #2d22f8;
}

.hero-cta-accent .hero-cta-chip {
  width: 336px;
}

.hero-cta-dark .hero-cta-chip {
  width: 298px;
}

.hero-cta img {
  position: absolute;
  right: 20px;
  width: 12px;
  height: 20px;
  color: currentColor;
}

.hero-cta-accent {
  background: #fff;
  color: #2d22f8;
}

.hero-cta-dark {
  background: #31315f;
  color: #fff;
}

.info-row {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.section-info-cards {
  padding: 55px 0 0;
  background: #ffffff;
  overflow: hidden;
}

.info-card,
.situation-card,
.team-box,
.use-case-card,
.band-metrics article,
.timeline-card,
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.info-card {
  flex: 0 0 auto;
  width: 481px;
  min-height: 210px;
  padding: 1px;
  border-radius: 20px;
  border: 1px solid #2d22f8;
  box-shadow: 0 0 15px rgba(45, 34, 248, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 2px solid #dfe4ff;
  background: linear-gradient(135deg, #edf1ff 0%, #dae2ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.info-label {
  margin: 5px 0 0;
  color: #90929b;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.66px;
}

.info-marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.info-track {
  display: flex;
  gap: 32px;
  width: max-content;
  flex: 0 0 auto;
  animation: info-marquee 34s linear infinite;
}

.info-card-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  padding: 28px 30px 15px 21px;
}

.info-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
}

.info-card h3 {
  margin: 0;
  flex: 1 1 auto;
  max-width: 337px;
  color: #31315f;
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0.76px;
  font-weight: 700;
}

.info-card h3 span {
  color: #2d22f8;
}

.info-body {
  width: 419px;
}

.info-body p {
  margin: 0;
  color: #31315f;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.56px;
  white-space: nowrap;
}

.avatar-1::before,
.avatar-2::before,
.avatar-3::before,
.avatar-4::before {
  color: #2d22f8;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.avatar-1::before {
  content: "IT";
}

.avatar-2::before {
  content: "MK";
}

.avatar-3::before {
  content: "HR";
}

.avatar-4::before {
  content: "ST";
}

@keyframes info-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 32px));
  }
}

.section {
  padding: 110px 0;
}

.section-situations,
.section-use-case,
.section-support {
  background: var(--page-bg);
}

.section-about,
.section-feature,
.section-compare {
  background: #fff;
}

.section-faq {
  background: linear-gradient(180deg, #f3f1fb 0%, #eceffd 100%);
  border-top: 1px solid rgba(215, 220, 251, 0.8);
  border-bottom: 1px solid rgba(215, 220, 251, 0.8);
}

.section-title {
  text-align: center;
}

.section-ghost {
  display: block;
  margin-bottom: -8px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.8rem, 5vw, 6rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(95, 111, 214, 0.12);
}

.section-title h2 {
  position: relative;
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.ink-word {
  color: var(--primary);
}

.situation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24.1px;
  margin-top: 70px;
  align-items: start;
}

.situation-card {
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.situation-figure {
  height: 291px;
  width: 380px;
  margin: 0 auto;
  position: relative;
}

.situation-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.situation-card h3,
.use-case-card p,
.feature-copy p,
.timeline-card p,
.faq-list p,
.footer-brand-block p,
.footer-nav-block a {
  color: var(--muted);
}

.situation-card h3 {
  margin: 20px 0 0;
  font-size: 23px;
  line-height: 36px;
  letter-spacing: 0.92px;
  color: #31315f;
  font-weight: 700;
  white-space: nowrap;
}

.situation-card h3 span {
  color: #2d22f8;
}

.about-copy {
  margin-top: 44px;
  text-align: center;
}

.about-copy p {
  margin: 0;
  font-size: 33px;
  line-height: 56px;
  letter-spacing: 1.32px;
  color: #31315f;
  font-weight: 700;
}

.about-copy p + p {
  margin-top: 0;
}

.about-heading-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.about-heading-logo {
  display: block;
  width: 229px;
  height: 41px;
  object-fit: cover;
}

.about-copy-accent {
  color: #2d22f8;
}

.about-copy-highlight {
  display: inline-block;
  padding: 0 12px;
  background: #2d22f8;
  color: #fff;
}

.about-lead {
  margin-top: 28px;
  text-align: center;
}

.about-lead p {
  margin: 0;
  color: #31315f;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.8px;
}

.about-lead p:first-child {
  font-weight: 700;
}

.about-lead p:first-child span {
  display: inline-block;
  background: linear-gradient(transparent 72%, rgba(255, 194, 36, 0.5) 72%);
}

.about-team-panel {
  width: 880px;
  margin: 68px auto 0;
}

.about-team-visual {
  display: block;
  width: 100%;
  height: auto;
}

.about-lower-copy {
  margin-top: 46px;
  text-align: center;
}

.about-lower-logo-row {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  color: #31315f;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.about-lower-logo {
  display: block;
  width: 203px;
  height: 36px;
  object-fit: cover;
}

.about-lower-copy p {
  margin: 0;
  color: #31315f;
  font-size: 30px;
  line-height: 49px;
  letter-spacing: 0.6px;
  font-weight: 700;
}

.about-lower-copy p span {
  color: #2d22f8;
}

.about-compare-panel {
  width: 880px;
  margin: 28px auto 0;
}

.about-compare-visual {
  display: block;
  width: 100%;
  height: auto;
}

.use-case-grid {
  gap: 22px;
  margin-top: 54px;
}

.use-case-lead-card {
  margin-top: 40px;
  padding: 34px 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(80, 99, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4f6ff 100%);
  border: 1px solid rgba(45, 34, 248, 0.08);
  box-shadow: 0 14px 34px rgba(61, 73, 170, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
  gap: 30px;
  align-items: center;
}

.use-case-lead-eyebrow {
  margin: 0;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.use-case-lead-text {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.95;
  font-weight: 500;
}

.use-case-lead-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.use-case-lead-points span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(45, 34, 248, 0.12);
  box-shadow: 0 8px 18px rgba(45, 34, 248, 0.07);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.use-case-grid-rebuilt {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.use-case-grid-followup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.use-case-detail-grid {
  display: flex;
  gap: 24.1px;
  margin-top: 54px;
}

.use-case-detail-card {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(45, 34, 248, 0.25);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.002);
}

.use-case-detail-visual {
  display: block;
  width: 100%;
  height: auto;
}

.use-case-card {
  flex: 1 1 0;
  border-radius: 24px;
  padding: 18px 18px 22px;
}

.use-case-card-structured {
  min-height: 100%;
  padding: 28px 26px 28px;
  background: #fff;
  border: 1px solid rgba(45, 34, 248, 0.08);
  box-shadow: 0 16px 36px rgba(53, 62, 171, 0.09);
}

.use-thumb {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.use-thumb-icon {
  aspect-ratio: 1;
  max-width: 148px;
  padding: 14px;
  background: linear-gradient(135deg, #eef2ff 0%, #f9fbff 100%);
  border: 1px solid rgba(45, 34, 248, 0.08);
}

.use-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-case-card h3 {
  margin: 18px 0 8px;
  font-size: 1.12rem;
}

.use-case-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.use-case-list li {
  position: relative;
  padding-left: 18px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.75;
}

.use-case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d22f8, #4f63ff);
}

.use-case-card p,
.feature-copy p,
.support-card p,
.timeline-card p {
  margin: 0;
  line-height: 1.8;
}

.section-band {
  background:
    radial-gradient(circle at 16% 18%, rgba(118, 143, 255, 0.28) 0, rgba(118, 143, 255, 0) 26%),
    radial-gradient(circle at 84% 12%, rgba(255, 196, 0, 0.22) 0, rgba(255, 196, 0, 0) 20%),
    linear-gradient(135deg, #2d22f8 0%, #352bff 58%, #221a9c 100%);
  color: #fff;
}

.band-shell {
  position: relative;
  min-height: 575px;
}

.band-lead {
  margin: 0;
  text-align: center;
}

.band-lead p {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.4px;
}

.band-lead p + p {
  margin-top: 2px;
}

.band-lead span {
  color: #ffc400;
}

.band-metrics {
  gap: 36px;
  margin-top: 74px;
  justify-content: center;
}

.band-metric-card {
  flex: 0 0 283px;
  max-width: 283px;
  min-height: 210px;
  border-radius: 20px;
  padding: 32px 16px;
  text-align: center;
  background: #fff;
  box-shadow: 3px 3px 15px rgba(45, 34, 248, 0.25);
}

.band-metric-card h3 {
  margin: 0;
  color: #31315f;
  font-size: 23px;
  line-height: 36px;
  letter-spacing: 0.92px;
  font-weight: 700;
}

.band-metric-card img {
  display: block;
  width: 164px;
  height: auto;
  margin: 6px auto 0;
}

.band-metric-card p {
  margin: 4px 0 0;
  color: #31315f;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.6px;
}

.band-note {
  margin: 12px 0 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.52px;
}

.band-actions {
  gap: 40px;
  justify-content: center;
  margin-top: 62px;
}

.band-cta-primary,
.band-cta-secondary {
  width: 500px;
  min-height: 95px;
  border-radius: 47px;
  font-size: 26px;
  line-height: 39px;
}

.band-cta-primary {
  background: linear-gradient(90deg, #ffc400, #ff6200);
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.band-cta-primary .hero-cta-chip {
  border-color: #ffc400;
  color: #31315f;
}

.band-cta-primary .hero-cta-chip span {
  color: #ffa600;
}

.band-cta-secondary {
  background: #fff;
  color: #2d22f8;
}

.section-feature {
  padding: 129px 0 148px;
  background: #fff;
}

.section-feature .section-shell {
  position: relative;
  max-width: 1206px;
}

.feature-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.feature-section-ghost {
  position: absolute;
  inset: -91px 0 -114px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 416px;
  color: #eff0fe;
  font-family: "Inter", sans-serif;
  font-size: 112px;
  font-weight: 100;
  letter-spacing: 3.36px;
  line-height: 1;
  pointer-events: none;
}

.feature-section-title h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #31315f;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: normal;
  text-align: center;
}

.feature-section-title h2 span {
  color: #2d22f8;
}

.feature-stack {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-top: 95px;
}

.feature-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.feature-row-a,
.feature-row-c {
  gap: 28px;
}

.feature-row-b {
  gap: 32px;
}

.feature-copy {
  position: relative;
  width: 520px;
}

.feature-no {
  position: absolute;
  top: -74px;
  right: 8px;
  z-index: 0;
  background: transparent;
  color: #eff0fe;
  font-family: "Inter", sans-serif;
  font-size: 140px;
  font-weight: 100;
  letter-spacing: 8.4px;
  line-height: 1;
  min-width: 0;
  height: auto;
  border-radius: 0;
  padding: 0;
}

.feature-copy h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  color: #31315f;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.45;
  white-space: normal;
  text-wrap: balance;
}

.feature-copy h3 span {
  color: #2d22f8;
}

.feature-copy p {
  margin: 0;
  color: #31315f;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 36px;
  white-space: normal;
}

.feature-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-visual-a {
  width: 530px;
  min-height: 335.33px;
}

.feature-visual-b {
  width: 455px;
  min-height: 460.34px;
}

.feature-visual-c {
  width: 530px;
  min-height: 386.59px;
}

.feature-row-b .feature-copy {
  margin-top: 87px;
}

.feature-row-c .feature-copy {
  margin-top: 74px;
}

.feature-row-b .feature-no {
  right: -8px;
}

.feature-row-c .feature-no {
  right: 74px;
}

.feature-no,
.timeline-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 34px;
  border-radius: 999px;
  background: #eef1ff;
  color: #5563d8;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.84rem;
}

.feature-copy h3,
.timeline-card h3 {
  margin: 14px 0 10px;
  font-size: 1.45rem;
}

.section-support {
  padding: 0;
  background: #eff0fe;
}

.support-stage {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 57.594px;
  background:
    radial-gradient(circle at 15% 22%, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 18%),
    radial-gradient(circle at 87% 10%, rgba(191, 201, 255, 0.75) 0, rgba(191, 201, 255, 0) 16%),
    linear-gradient(180deg, #eef1ff 0%, #e6ebff 100%);
  overflow: hidden;
}

.support-section-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.support-section-ghost {
  position: absolute;
  inset: -91px 0 -114px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 416px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Inter", sans-serif;
  font-size: 112px;
  font-weight: 100;
  letter-spacing: 3.36px;
  line-height: 1;
  pointer-events: none;
}

.support-section-title h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #31315f;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: normal;
  text-align: center;
}

.support-panels {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 1126px;
  height: 438.78px;
  margin: 89px auto 0;
}

.support-panel {
  position: relative;
  z-index: 1;
  width: 542.72px;
  height: 438.78px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 15px rgba(27, 43, 244, 0.25);
  padding: 49px 35px 44px;
}

.support-panel h3 {
  margin: 0 0 24px;
  color: #31315f;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: normal;
  text-align: center;
}

.support-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.support-figure-chat {
  padding: 0 7.359px;
  min-height: 140px;
}

.support-figure-meeting {
  padding: 0 49.859px;
  min-height: 180px;
}

.support-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.support-panel-chat .support-figure img {
  width: min(100%, 340px);
}

.support-panel-meeting .support-figure img {
  width: min(100%, 340px);
}

.support-panel p {
  margin: 0;
  color: #31315f;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: normal;
}

.support-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #2d22f8;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.section-timeline {
  padding: 46px 0;
  background: #2d22f8;
}

.timeline-cta-stage {
  position: relative;
  width: 100%;
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 83px;
  background:
    radial-gradient(circle at 24% 32%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 18%),
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 20%),
    linear-gradient(135deg, #2d22f8 0%, #4438ff 100%);
}

.timeline-cta-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-align: center;
}

.timeline-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: normal;
}

.timeline-cta-copy p {
  margin: 0;
  width: 291.314px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: normal;
  text-align: center;
}

.timeline-cta-actions {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 1040px;
  max-width: 100%;
  height: 144px;
  margin: 49px auto 0;
}

.timeline-cta-primary,
.timeline-cta-secondary {
  flex: 1 1 0;
  max-width: 500px;
  min-height: 144px;
  border-radius: 47px;
  font-size: 26px;
  line-height: 39px;
}

.timeline-cta-primary {
  background: linear-gradient(90deg, #ffc400, #ff6200);
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.timeline-cta-primary .hero-cta-chip {
  width: 336px;
  border-color: #ffc400;
  color: #31315f;
}

.timeline-cta-primary .hero-cta-chip span {
  color: #ffa600;
}

.timeline-cta-secondary {
  background: #fff;
  color: #2d22f8;
}

.timeline-cta-secondary .hero-cta-chip {
  width: 298px;
  border-color: #2d22f8;
  color: #31315f;
}

.timeline-cta-secondary .hero-cta-chip span {
  color: #2d22f8;
}

.section-compare {
  padding: 120px 0 110px;
  background: #fff;
}

.meeting-stage {
  width: min(1206px, calc(100vw - 120px));
  margin: 0 auto;
}

.meeting-title {
  position: relative;
  height: 97px;
  text-align: center;
}

.meeting-ghost {
  position: absolute;
  inset: -39px 0 auto;
  font-size: 136px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: rgba(45, 34, 248, 0.06);
}

.meeting-title h2 {
  position: relative;
  margin: 0;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #31315f;
}

.meeting-widget {
  margin-top: 40px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.meeting-widget-inner {
  padding: 24px 32px 16px;
}

.meeting-header {
  min-height: 156px;
  color: #8f8f9f;
}

.meeting-header h3 {
  margin: 0 0 3px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #575757;
}

.meeting-meta {
  margin-top: 16px;
  display: grid;
  gap: 5px;
}

.meeting-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  color: #808090;
}

.meeting-meta-item img {
  width: 18px;
  height: 17px;
}

.meeting-meta-icon {
  width: 14px;
  font-size: 14px;
  color: #7a7a85;
}

.meeting-calendar-shell {
  border-top: 1px solid #e8e8ee;
}

.meeting-calendar-title {
  padding: 20px 0;
  font-size: 32px;
  line-height: 1;
  color: #666675;
}

.meeting-calendar-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  padding-bottom: 15px;
  border-top: 1px solid #ededf2;
}

.meeting-month {
  font-size: 32px;
  line-height: 1;
  color: #8d8d9b;
}

.meeting-toolbar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.meeting-toolbar-skeleton {
  width: 84px;
  height: 12px;
  border-radius: 999px;
  background: #efeff4;
}

.meeting-toolbar-buttons {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e4e4ea;
  border-radius: 6px;
  overflow: hidden;
}

.meeting-toolbar-buttons button {
  height: 30px;
  border: 0;
  border-right: 1px solid #e4e4ea;
  background: #fff;
  color: #b3b3bf;
  font-size: 16px;
  line-height: 1;
  padding: 0 12px;
}

.meeting-toolbar-buttons button:last-child {
  border-right: 0;
}

.meeting-toolbar-today {
  font-size: 12px !important;
  color: #b3b3bf !important;
}

.meeting-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.meeting-day-head {
  height: 94px;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #aaaab6;
  cursor: pointer;
  transition: color 0.2s ease;
}

.meeting-day-head span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 40px;
  line-height: 1;
}

.meeting-day-head small {
  margin-top: 8px;
  font-size: 23px;
  line-height: 1;
}

.meeting-day-head.is-selected span {
  border-radius: 999px;
  background: #2d22f8;
  color: #fff;
}

.meeting-day-head.is-selected {
  color: #5b5b6f;
}

.meeting-slots-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ededf2;
}

.meeting-slots-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 20px;
}

.meeting-slots-head h4,
.meeting-form-head h4 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  color: #31315f;
}

.meeting-slots-head p,
.meeting-form-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #81819a;
}

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

.meeting-slot {
  height: 63px;
  border: 1px solid #dedff0;
  background: #f5f6fb;
  color: #5c5d75;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.meeting-slot:hover {
  border-color: #2d22f8;
  background: #f0f1ff;
}

.meeting-slot.is-selected {
  border-color: #2d22f8;
  background: #2d22f8;
  color: #fff;
}

.meeting-slot:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.meeting-empty {
  padding: 22px 24px;
  border: 1px dashed #d8d9e8;
  color: #8a8ba1;
  font-size: 16px;
}

.meeting-form {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #ededf2;
}

.meeting-form-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.meeting-selection {
  margin-top: 20px;
  padding: 18px 20px;
  background: #f6f6fd;
  border: 1px solid #dedff0;
}

.meeting-selection span {
  display: block;
  font-size: 14px;
  color: #7e7f96;
}

.meeting-selection strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.4;
  color: #31315f;
}

.meeting-form-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.meeting-field {
  display: grid;
  gap: 8px;
}

.meeting-field span {
  font-size: 14px;
  font-weight: 700;
  color: #5d5f78;
}

.meeting-field input,
.meeting-field textarea {
  width: 100%;
  border: 1px solid #d7d9ea;
  background: #fff;
  padding: 14px 16px;
  font: inherit;
  color: #31315f;
}

.meeting-field textarea {
  resize: vertical;
  min-height: 132px;
}

.meeting-field-full {
  grid-column: 1 / -1;
}

.meeting-consent {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #666983;
}

.meeting-consent input {
  width: 18px;
  height: 18px;
}

.meeting-form-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.meeting-submit {
  min-width: 280px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d22f8, #4f63ff);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.meeting-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.meeting-form-actions p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #8a8ca3;
}

.meeting-success {
  margin-top: 20px;
  padding: 16px 18px;
  background: #eef8f2;
  border: 1px solid #b7dfc4;
  color: #245d35;
  font-size: 15px;
  line-height: 1.8;
}

.meeting-success-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: #173f24;
}

.meeting-success p {
  margin: 0;
}

.meeting-success-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(36, 93, 53, 0.16);
}

.meeting-success-link-copy {
  min-width: 0;
}

.meeting-success-link-copy span {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #4f7c5d;
}

.meeting-success-link-copy strong {
  display: block;
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1e4d2b;
  word-break: break-all;
}

.meeting-success-link-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.meeting-success-link-actions a,
.meeting-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(45, 34, 248, 0.22);
  background: #fff;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.meeting-success-link-actions a:hover,
.meeting-copy-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(45, 34, 248, 0.12);
}

.meeting-copy-button {
  font-family: inherit;
}

.faq-list {
  display: grid;
  gap: 18px;
  margin-top: 48px;
}

.faq-list details {
  border-radius: 20px;
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding: 26px 72px 26px 28px;
  list-style: none;
  cursor: pointer;
  color: var(--text);
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  color: #5967dd;
  font-size: 1.5rem;
}

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

.faq-list p {
  margin: 0;
  padding: 0 28px 26px;
  line-height: 1.85;
}

.section-contact-form {
  padding: 120px 0 120px;
  background: linear-gradient(180deg, #eef1ff 0%, #e5eaff 100%);
  border-top: 1px solid rgba(201, 210, 255, 0.85);
}

.contact-form-title {
  position: relative;
  text-align: center;
  margin-bottom: 52px;
}

.contact-form-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #111;
}

.contact-form-title h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.2;
  color: #111;
}

.contact-form-title p {
  margin: 18px auto 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.9;
  color: #727aa5;
}

.contact-form-card {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 42px 42px 38px;
  background: #fff;
  border: 1px solid #d7dcfb;
  box-shadow: 0 18px 44px rgba(53, 62, 171, 0.08);
}

.contact-form-card-floating {
  position: relative;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(53, 62, 171, 0.12);
}

.contact-form-card-floating::before,
.contact-form-card-floating::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}

.contact-form-card-floating::before {
  width: 180px;
  height: 180px;
  top: -38px;
  right: 42px;
  background: rgba(79, 99, 255, 0.18);
}

.contact-form-card-floating::after {
  width: 150px;
  height: 150px;
  bottom: -22px;
  left: 30px;
  background: rgba(45, 34, 248, 0.12);
}

.lp-contact-form {
  position: relative;
  z-index: 1;
}

.lp-contact-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 42px;
  padding-top: 4px;
}

.lp-contact-stepper::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 36px;
  right: 36px;
  height: 2px;
  background: #e7e8ee;
}

.lp-contact-step {
  position: relative;
  padding: 0 0 0;
  border: 0;
  background: transparent;
  text-align: center;
  color: #b0b4c4;
  cursor: pointer;
  transition: color 0.2s ease;
}

.lp-contact-step.is-active {
  color: #2675c8;
}

.lp-contact-step.is-complete {
  color: #2675c8;
}

.lp-contact-step-no,
.lp-contact-step-label {
  display: block;
}

.lp-contact-step-no {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 2px solid #dfe2ea;
  border-radius: 999px;
  background: #fff;
  color: #8f95a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 32px;
}

.lp-contact-step-label {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  color: #8f95a8;
}

.lp-contact-step.is-active .lp-contact-step-no {
  border-color: #2675c8;
  background: #2675c8;
  color: #fff;
}

.lp-contact-step.is-active .lp-contact-step-label {
  color: #2675c8;
}

.lp-contact-step.is-complete .lp-contact-step-no {
  border-color: #2675c8;
  background: #2675c8;
  color: #fff;
}

.lp-contact-step.is-complete .lp-contact-step-label {
  color: #2675c8;
}

.lp-contact-pane {
  min-height: 420px;
}

.lp-contact-pane-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 30px;
}

.lp-contact-pane-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
}

.lp-contact-pane-head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  color: #111;
}

.lp-contact-pane-head p {
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: #727aa5;
}

.lp-contact-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 16px;
}

.lp-contact-choice {
  position: relative;
  min-height: 118px;
  padding: 18px 18px 16px;
  border: 1px solid #d9dde8;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.04);
  cursor: pointer;
  transition: all 0.2s ease;
}

.lp-contact-choice:hover {
  border-color: #aab5ff;
  transform: translateY(-1px);
}

.lp-contact-choice input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.lp-contact-choice strong,
.lp-contact-choice span {
  display: block;
}

.lp-contact-choice strong {
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  position: relative;
  z-index: 1;
}

.lp-contact-choice-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  pointer-events: none;
  z-index: 0;
}

.lp-contact-choice span {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #333;
  position: relative;
  z-index: 1;
}

.lp-contact-choice span::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 8px;
  background: #333;
}

.lp-contact-choice.is-selected {
  border-color: #2d22f8;
  box-shadow: 0 16px 36px rgba(45, 34, 248, 0.14);
}

.lp-contact-choice.is-selected::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #2d22f8;
  box-shadow: 0 0 0 6px rgba(45, 34, 248, 0.12);
}

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

.lp-contact-field {
  display: grid;
  gap: 8px;
}

.lp-contact-field span {
  font-size: 14px;
  font-weight: 700;
  color: #5d5f78;
}

.lp-contact-field input,
.lp-contact-field select,
.lp-contact-field textarea {
  width: 100%;
  border: 1px solid #d7d9ea;
  background: #fff;
  padding: 15px 16px;
  font: inherit;
  color: #31315f;
}

.lp-contact-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #5f6798 50%), linear-gradient(135deg, #5f6798 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 14px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.lp-contact-field textarea {
  resize: vertical;
  min-height: 160px;
}

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

.lp-contact-summary {
  margin-top: 22px;
  padding: 18px 20px;
  background: #f6f7ff;
  border: 1px solid #d7dcfb;
  border-radius: 18px;
}

.lp-contact-summary span,
.lp-contact-summary strong {
  display: block;
}

.lp-contact-summary span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #8187af;
}

.lp-contact-summary strong {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.6;
  color: #2d22f8;
}

.lp-contact-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-contact-next,
.lp-contact-back,
.lp-contact-submit {
  min-width: 200px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.lp-contact-next,
.lp-contact-submit {
  background: linear-gradient(135deg, #2d22f8, #4f63ff);
  color: #fff;
}

.lp-contact-back {
  background: #eff1fb;
  color: #31315f;
}

.lp-contact-submit:disabled,
.lp-contact-next:disabled {
  opacity: 0.7;
  cursor: wait;
}

@keyframes cta-shine {
  0%,
  14% {
    transform: rotate(24deg) translateX(-220%);
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  34% {
    transform: rotate(24deg) translateX(520%);
    opacity: 1;
  }

  38%,
  100% {
    transform: rotate(24deg) translateX(520%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-actions .pill-button::before {
    animation: none;
  }
}

.lp-contact-actions p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #8a8ca3;
}

.lp-contact-success {
  margin-top: 20px;
  padding: 16px 18px;
  background: #eef8f2;
  border: 1px solid #b7dfc4;
  color: #245d35;
  font-size: 15px;
  line-height: 1.8;
}

.section-seo-links {
  background: linear-gradient(180deg, #f8f9ff 0%, #f2f5ff 100%);
}

.section-column-links {
  background: linear-gradient(180deg, #f6f3ff 0%, #eef2ff 100%);
}

.seo-section-lead {
  max-width: 860px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.seo-link-card {
  padding: 30px 28px;
  border: 1px solid rgba(45, 34, 248, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(70, 82, 196, 0.08);
}

.seo-link-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.45;
}

.seo-link-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.seo-link-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
}

.seo-link-card a::after {
  content: "→";
}

.seo-link-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.site-footer {
  background: #dde4f6;
  color: var(--navy);
  padding: 56px 0 60px;
  border-top: 1px solid #c8d2f0;
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.footer-brand-block p {
  margin: 16px 0 0;
  color: rgba(49, 49, 95, 0.72);
  max-width: 320px;
  line-height: 1.8;
}

.footer-nav-wrap {
  gap: 32px;
}

@media (max-width: 767px) {
  .seo-section-lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
  }

  .seo-link-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .seo-link-card {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .seo-link-card h3 {
    font-size: 20px;
  }

  .seo-link-card p {
    font-size: 15px;
    line-height: 1.8;
  }
}

.footer-nav-block h3 {
  margin: 0 0 16px;
  font-size: 0.98rem;
}

.footer-nav-block a {
  display: block;
  margin-top: 12px;
  color: rgba(49, 49, 95, 0.78);
}

@media (max-width: 1919px) {
  .hero-shell {
    width: min(calc(100% - 120px), 1122px);
    grid-template-columns: minmax(0, 654.84px) minmax(380px, 470.33px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-row {
    width: min(calc(100% - 120px), 1122px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-character-right {
    left: auto;
    right: -40px;
  }
}

@media (max-width: 1600px) {
  .hero-section {
    padding-top: 170px;
  }

  .hero-shell {
    width: min(calc(100% - 72px), 1122px);
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 558px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy {
    width: auto;
    min-width: 0;
  }

  .hero-title-text {
    width: min(100%, 655px);
  }

  .hero-main-image {
    left: 72px;
    width: 500px;
    height: 344px;
    max-width: none;
  }

  .hero-cta-row {
    width: min(calc(100% - 72px), 1122px);
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta {
    width: calc(50% - 12px);
    min-width: 0;
    font-size: clamp(20px, 1.8vw, 26px);
  }

  .hero-character-right {
    width: 440px;
    height: 440px;
    top: 150px;
    right: -24px;
  }
}

@media (max-width: 1280px) {
  .site-nav,
  .header-actions {
    display: none;
  }

  .hero-shell,
  .about-summary {
    grid-template-columns: 1fr;
  }

  .info-row,
  .use-case-grid,
  .band-metrics,
  .footer-shell,
  .footer-nav-wrap {
    flex-direction: column;
  }

  .feature-stack {
    gap: 72px;
  }

  .feature-row,
  .feature-row-b {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .feature-copy,
  .feature-visual-a,
  .feature-visual-b,
  .feature-visual-c {
    width: 100%;
    max-width: 566px;
  }

  .feature-row-b .feature-copy,
  .feature-row-c .feature-copy {
    margin-top: 0;
  }

  .feature-copy h3,
  .feature-copy p {
    white-space: normal;
  }

  .support-panels {
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    height: auto;
    gap: 24px;
  }

  .support-panel {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .support-plus {
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .meeting-stage {
    width: min(calc(100% - 72px), 1206px);
  }

  .meeting-widget-inner {
    padding: 24px 24px 16px;
  }

  .meeting-days,
  .meeting-slots {
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .hero-shell,
  .situation-grid {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    width: min(calc(100% - 32px), var(--container));
    gap: 32px;
    margin-left: auto;
    transform: none;
  }

  .hero-copy,
  .hero-main-image,
  .hero-title-image,
  .hero-subheading-image,
  .hero-cta-row {
    width: 100%;
  }

  .hero-main-image {
    left: 0;
    height: auto;
  }

  .hero-character-right,
  .hero-background-left {
    display: none;
  }

  .hero-section::after {
    display: none;
  }

  .hero-media {
    padding-top: 0;
  }

  .hero-cta-row,
  .band-actions {
    flex-direction: column;
  }

  .hero-cta-row {
    margin-left: auto;
    transform: none;
  }

  .hero-cta {
    width: 100%;
    min-width: 0;
  }

  .team-members {
    flex-wrap: wrap;
  }

  .team-members article {
    flex: 1 1 calc(50% - 7px);
  }

  .meeting-stage {
    width: min(calc(100% - 32px), 1206px);
  }

  .meeting-title {
    height: auto;
    padding-top: 18px;
  }

  .meeting-ghost {
    inset: 0 0 auto;
    font-size: 84px;
  }

  .meeting-title h2 {
    font-size: 34px;
  }

  .meeting-widget-inner {
    padding: 20px 16px 16px;
  }

  .meeting-header {
    min-height: 168px;
  }

  .meeting-header h3 {
    font-size: 22px;
  }

  .meeting-header strong {
    font-size: 34px;
  }

  .meeting-header > span,
  .meeting-meta-item {
    font-size: 16px;
  }

  .meeting-calendar-title,
  .meeting-month {
    font-size: 24px;
  }

  .meeting-calendar-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .meeting-toolbar-right {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }

  .meeting-days,
  .meeting-slots {
    min-width: 760px;
    gap: 5px;
  }

  .section-compare {
    overflow-x: auto;
  }

  .meeting-slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .meeting-form-grid {
    grid-template-columns: 1fr;
  }

  .meeting-form-head,
  .meeting-slots-head,
  .meeting-form-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .meeting-submit {
    width: 100%;
    min-width: 0;
  }

  .contact-form-card {
    width: 100%;
    padding: 36px 28px 32px;
  }

  .lp-contact-stepper,
  .lp-contact-choice-grid,
  .lp-contact-grid {
    grid-template-columns: 1fr;
  }

  .lp-contact-step-label {
    font-size: 13px;
    white-space: normal;
  }

  .lp-contact-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-contact-submit {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
  }

  .header-shell {
    min-height: 64px;
    padding: 12px 18px;
  }

  .brand-logo {
    min-width: 136px;
    height: 34px;
    font-size: 0.84rem;
  }

  .hero-section {
    padding-top: 128px;
  }

  .hero-copy h1 {
    font-size: 2.4rem;
  }

  .hero-copy-text,
  .situation-card h3 {
    font-size: 0.96rem;
    line-height: 1.8;
  }

  .feature-section-ghost {
    font-size: 72px;
    inset: -56px 0 -68px;
  }

  .feature-section-title h2 {
    font-size: 30px;
    line-height: 1.4;
    white-space: normal;
  }

  .feature-copy {
    max-width: 100%;
  }

  .feature-no {
    position: static;
    display: block;
    margin-bottom: 10px;
    font-size: 72px;
    line-height: 1;
  }

  .feature-row-b .feature-no,
  .feature-row-c .feature-no {
    right: auto;
  }

  .timeline-cta-stage {
    padding: 0 16px;
  }

  .timeline-cta-copy h2 {
    font-size: 24px;
    line-height: 1.4;
    white-space: normal;
  }

  .timeline-cta-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .timeline-cta-actions {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 28px;
  }

  .timeline-cta-primary,
  .timeline-cta-secondary {
    max-width: none;
    min-height: 112px;
    font-size: 22px;
    line-height: 1.4;
  }

  .timeline-cta-primary .hero-cta-chip,
  .timeline-cta-secondary .hero-cta-chip {
    width: auto;
    max-width: calc(100% - 48px);
  }

  .support-stage {
    padding: 84px 24px;
  }

  .support-section-ghost {
    font-size: 72px;
    inset: -56px 0 -68px;
  }

  .support-section-title h2 {
    font-size: 30px;
    line-height: 1.4;
    white-space: normal;
  }

  .support-panel {
    padding: 32px 24px 28px;
  }

  .support-panel h3 {
    font-size: 26px;
  }

  .support-panel p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.4px;
  }

  .support-figure-chat,
  .support-figure-meeting {
    padding-inline: 0;
    min-height: 140px;
    margin-bottom: 24px;
  }

  .meeting-widget-inner {
    padding: 18px 12px 14px;
  }

  .meeting-days,
  .meeting-slots {
    min-width: 640px;
  }

  .meeting-title h2 {
    font-size: 28px;
  }

  .meeting-ghost {
    font-size: 64px;
  }

  .contact-form-title h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .contact-form-title p {
    font-size: 16px;
    line-height: 1.8;
  }

  .contact-form-card {
    padding: 24px 16px 22px;
  }

  .lp-contact-stepper::before {
    left: 18px;
    right: 18px;
  }

  .lp-contact-step-no {
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 11px;
  }

  .lp-contact-step-label {
    font-size: 11px;
    line-height: 1.45;
  }

  .lp-contact-pane-head {
    gap: 12px;
  }

  .section {
    padding: 84px 0;
  }

  .info-card {
    padding: 22px;
  }

  .team-members article {
    flex-basis: 100%;
  }

}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  .section {
    padding: 76px 0;
  }

  .section-shell,
  .footer-shell,
  .hero-shell,
  .hero-cta-row,
  .meeting-stage,
  .narrow-shell {
    width: min(calc(100% - 24px), 100%);
  }

  .header-shell {
    width: min(calc(100% - 20px), 100%);
    min-height: 64px;
    padding: 12px 16px;
    gap: 12px;
    border-radius: 18px;
  }

  .brand,
  .brand-logo-image {
    width: 152px;
    height: 32px;
  }

  .hero-section {
    margin-top: -64px;
    padding: 122px 0 56px;
  }

  .hero-shell {
    gap: 24px;
    align-items: flex-start;
  }

  .hero-copy {
    min-height: 0;
  }

  .hero-title-text {
    font-size: clamp(2.5rem, 10.8vw, 4rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
  }

  .hero-title-text > span {
    white-space: normal;
  }

  .hero-title-highlight {
    display: inline;
    padding: 0 10px 2px;
    margin-left: 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  .hero-copy-text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }

  .hero-copy-text p {
    white-space: normal;
  }

  .hero-subheading-image {
    width: min(100%, 420px);
    margin-top: 18px;
  }

  .hero-media {
    display: grid;
    justify-items: center;
    width: 100%;
  }

  .hero-kicker {
    gap: 14px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .hero-kicker-line {
    height: 24px;
  }

  .hero-main-image {
    left: 0;
    width: min(100%, 440px);
    height: auto;
    margin-top: 14px;
  }

  .hero-cta-row {
    gap: 18px;
    margin-top: 34px;
  }

  .hero-cta {
    min-height: 78px;
    padding: 22px 54px 18px 22px;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .hero-cta img {
    right: 22px;
  }

  .hero-cta-chip {
    top: -18px;
    max-width: calc(100% - 36px);
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .hero-cta-accent .hero-cta-chip,
  .hero-cta-dark .hero-cta-chip {
    width: auto;
  }

  .section-info-cards {
    padding-top: 32px;
  }

  .info-marquee,
  .info-track {
    gap: 16px;
  }

  .info-card {
    width: min(82vw, 320px);
    min-height: 190px;
    border-radius: 18px;
  }

  .info-card-head {
    padding: 22px 18px 12px;
    align-items: flex-start;
    gap: 14px;
  }

  .info-card h3 {
    max-width: none;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .info-body {
    width: auto;
    padding: 0 18px 18px;
  }

  .info-body p {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    white-space: normal;
  }

  .section-ghost {
    margin-bottom: 2px;
    font-size: 52px;
  }

  .section-title h2 {
    font-size: 28px;
    line-height: 1.35;
    white-space: normal;
  }

  .situation-grid {
    gap: 34px;
    margin-top: 42px;
  }

  .situation-figure {
    width: min(100%, 320px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .situation-card h3 {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.65;
    white-space: normal;
    letter-spacing: 0.02em;
  }

  .about-copy {
    margin-top: 28px;
  }

  .about-copy p {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .about-heading-logo {
    width: 176px;
    height: auto;
  }

  .about-lead {
    margin-top: 18px;
  }

  .about-lead p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  .about-team-panel,
  .about-compare-panel {
    width: 100%;
    margin-top: 34px;
  }

  .about-lower-copy {
    margin-top: 28px;
  }

  .about-lower-logo-row {
    gap: 6px;
    font-size: 18px;
    flex-wrap: wrap;
  }

  .about-lower-logo {
    width: 162px;
    height: auto;
  }

  .about-lower-copy p {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  .use-case-grid,
  .use-case-detail-grid {
    flex-direction: column;
    gap: 18px;
    margin-top: 36px;
  }

  .use-case-card,
  .use-case-detail-card {
    width: 100%;
  }

  .section-band {
    background-position: center;
  }

  .band-shell {
    min-height: 0;
  }

  .band-lead p {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }

  .band-metrics {
    gap: 16px;
    margin-top: 34px;
  }

  .band-metric-card {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
    min-height: 0;
    padding: 26px 16px;
  }

  .band-metric-card h3 {
    font-size: 20px;
    line-height: 1.55;
  }

  .band-note {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.6;
  }

  .band-actions {
    gap: 18px;
    margin-top: 32px;
  }

  .band-cta-primary,
  .band-cta-secondary {
    width: 100%;
    min-height: 78px;
    font-size: 20px;
    line-height: 1.35;
  }

  .section-feature {
    padding: 90px 0 96px;
  }

  .feature-stack {
    gap: 54px;
    margin-top: 48px;
  }

  .feature-row,
  .feature-row-b {
    width: 100%;
    max-width: 540px;
    gap: 18px;
  }

  .feature-copy,
  .feature-visual-a,
  .feature-visual-b,
  .feature-visual-c {
    max-width: 100%;
    width: 100%;
  }

  .feature-copy h3 {
    margin-bottom: 12px;
    font-size: 23px;
    line-height: 1.5;
  }

  .feature-copy p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  .feature-visual-a,
  .feature-visual-b,
  .feature-visual-c {
    min-height: 0;
  }

  .support-stage {
    padding: 84px 16px 88px;
  }

  .support-panels {
    max-width: 560px;
    margin-top: 48px;
  }

  .support-panel {
    padding: 28px 18px 24px;
    border-radius: 22px;
  }

  .support-panel h3 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.4;
  }

  .support-panel p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .support-figure-chat,
  .support-figure-meeting {
    min-height: 0;
    margin-bottom: 18px;
    padding-inline: 0;
  }

  .timeline-cta-stage {
    padding: 0 8px;
  }

  .timeline-cta-copy h2 {
    font-size: 28px;
    line-height: 1.45;
    text-align: center;
  }

  .timeline-cta-copy p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }

  .timeline-cta-actions {
    gap: 18px;
  }

  .timeline-cta-primary,
  .timeline-cta-secondary {
    min-height: 92px;
    font-size: 21px;
  }

  .meeting-title {
    padding-top: 0;
    text-align: center;
  }

  .meeting-ghost {
    font-size: 64px;
    inset: -8px 0 auto;
  }

  .meeting-title h2 {
    font-size: 28px;
    line-height: 1.35;
  }

  .meeting-widget {
    border-radius: 26px;
  }

  .meeting-widget-inner {
    padding: 18px 14px 16px;
  }

  .meeting-header {
    min-height: 0;
    gap: 12px;
  }

  .meeting-header h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .meeting-meta {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .meeting-calendar-title,
  .meeting-month {
    font-size: 22px;
    line-height: 1.35;
  }

  .meeting-calendar-shell {
    padding-bottom: 2px;
  }

  .meeting-calendar-toolbar {
    align-items: stretch;
  }

  .meeting-toolbar-right {
    flex-wrap: wrap;
  }

  .meeting-toolbar-skeleton {
    width: 100%;
  }

  .meeting-days {
    min-width: 0;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
  }

  .meeting-day-head {
    padding: 12px 4px;
    min-height: 70px;
    border-radius: 18px;
  }

  .meeting-day-head span {
    font-size: 28px;
  }

  .meeting-day-head small {
    font-size: 12px;
  }

  .meeting-slots {
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .meeting-slot {
    min-height: 56px;
    padding: 10px 8px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 16px;
  }

  .meeting-form {
    margin-top: 20px;
  }

  .meeting-form-head h4,
  .meeting-slots-head h4 {
    font-size: 20px;
  }

  .meeting-form-head p,
  .meeting-slots-head p,
  .meeting-form-actions p {
    font-size: 14px;
    line-height: 1.7;
  }

  .meeting-selection {
    padding: 16px;
    border-radius: 18px;
  }

  .meeting-selection strong {
    font-size: 20px;
    line-height: 1.5;
  }

  .meeting-form-grid {
    gap: 14px;
  }

  .meeting-field input,
  .meeting-field textarea {
    min-height: 54px;
    font-size: 16px;
    border-radius: 16px;
  }

  .meeting-field textarea {
    min-height: 120px;
  }

  .meeting-consent {
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.7;
  }

  .meeting-submit {
    min-height: 60px;
    border-radius: 999px;
    font-size: 18px;
  }

  .meeting-success-link-row {
    flex-direction: column;
    align-items: stretch;
  }

  .meeting-success-link-actions {
    width: 100%;
  }

  .meeting-success-link-actions a,
  .meeting-copy-button {
    flex: 1 1 0;
  }

  .contact-form-title {
    margin-bottom: 28px;
    text-align: center;
  }

  .contact-form-title h2 {
    font-size: 28px;
    line-height: 1.35;
  }

  .contact-form-title p {
    max-width: 30em;
    margin-inline: auto;
    font-size: 15px;
    line-height: 1.8;
  }

  .contact-form-card {
    border-radius: 28px;
    padding: 24px 16px 22px;
  }

  .lp-contact-form {
    gap: 22px;
  }

  .lp-contact-stepper {
    gap: 8px;
    padding-top: 2px;
  }

  .lp-contact-step {
    gap: 10px;
  }

  .lp-contact-step-no {
    width: 34px;
    height: 34px;
  }

  .lp-contact-pane-head {
    margin-bottom: 18px;
  }

  .lp-contact-choice-grid {
    gap: 12px;
  }

  .lp-contact-choice {
    min-height: 116px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .lp-contact-choice strong {
    font-size: 18px;
    line-height: 1.45;
  }

  .lp-contact-choice-icon {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }

  .lp-contact-grid {
    gap: 14px;
  }

  .lp-contact-field input,
  .lp-contact-field select,
  .lp-contact-field textarea {
    min-height: 54px;
    padding: 14px 16px;
    font-size: 16px;
    border-radius: 16px;
  }

  .lp-contact-field textarea {
    min-height: 128px;
  }

  .lp-contact-summary {
    padding: 16px;
    border-radius: 18px;
  }

  .lp-contact-actions {
    gap: 12px;
    margin-top: 6px;
  }

  .lp-contact-next,
  .lp-contact-back,
  .lp-contact-submit {
    min-height: 58px;
    width: 100%;
    border-radius: 999px;
    font-size: 17px;
  }

  .lp-contact-success {
    padding: 16px;
    border-radius: 18px;
  }

  .footer-shell {
    gap: 26px;
    text-align: center;
  }

  .footer-brand-block {
    align-items: center;
  }

  .footer-logo-image {
    margin: 0 auto;
  }

  .footer-brand-block p {
    font-size: 15px;
    line-height: 1.8;
  }

  .footer-nav-wrap {
    gap: 22px;
    align-items: center;
  }

  .footer-nav-block a {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 64px 0;
  }

  .header-shell {
    min-height: 58px;
    padding: 10px 14px;
  }

  .brand,
  .brand-logo-image {
    width: 138px;
    height: 29px;
  }

  .hero-section {
    padding-top: 110px;
    padding-bottom: 48px;
  }

  .hero-title-text {
    font-size: clamp(2.15rem, 12vw, 3rem);
  }

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

  .hero-kicker {
    font-size: 18px;
  }

  .hero-subheading-image {
    width: min(100%, 340px);
  }

  .hero-main-image {
    width: min(100%, 360px);
  }

  .hero-cta {
    min-height: 72px;
    padding: 20px 44px 16px 18px;
    font-size: 18px;
  }

  .hero-cta-chip {
    font-size: 12px;
    max-width: calc(100% - 28px);
  }

  .info-card {
    width: min(84vw, 286px);
    min-height: 178px;
  }

  .info-card-head {
    padding: 18px 16px 10px;
  }

  .section-ghost,
  .feature-section-ghost,
  .support-section-ghost,
  .meeting-ghost {
    font-size: 54px;
  }

  .section-title h2,
  .feature-section-title h2,
  .support-section-title h2,
  .meeting-title h2,
  .contact-form-title h2 {
    font-size: 24px;
  }

  .situation-grid {
    gap: 28px;
    margin-top: 32px;
  }

  .situation-figure {
    width: min(100%, 280px);
  }

  .situation-card h3 {
    font-size: 17px;
  }

  .about-copy p {
    font-size: 22px;
  }

  .about-lead p,
  .feature-copy p,
  .support-panel p,
  .timeline-cta-copy p {
    font-size: 15px;
  }

  .about-lower-copy p {
    font-size: 20px;
  }

  .band-lead p {
    font-size: 22px;
  }

  .band-cta-primary,
  .band-cta-secondary,
  .timeline-cta-primary,
  .timeline-cta-secondary {
    min-height: 78px;
    font-size: 18px;
  }

  .feature-copy h3 {
    font-size: 21px;
  }

  .meeting-widget-inner {
    padding: 16px 12px 14px;
  }

  .meeting-days {
    gap: 4px;
  }

  .meeting-day-head {
    min-height: 62px;
    padding: 10px 2px;
  }

  .meeting-day-head span {
    font-size: 24px;
  }

  .meeting-slots {
    grid-template-columns: 1fr;
  }

  .meeting-selection strong {
    font-size: 18px;
  }

  .contact-form-card {
    padding: 20px 12px 18px;
  }

  .lp-contact-stepper::before {
    left: 14px;
    right: 14px;
  }

  .lp-contact-step-label {
    font-size: 11px;
    line-height: 1.4;
  }

  .lp-contact-choice {
    min-height: 102px;
  }
}

@media (max-width: 767px) {
  .site-nav,
  .header-actions {
    display: none !important;
  }

  .site-header {
    top: 10px;
  }

  .hero-section {
    margin-top: -64px;
    padding: 110px 0 44px;
    background: linear-gradient(180deg, #3128ff 0%, #2d22f8 100%);
    overflow: hidden;
  }

  .hero-section::after,
  .hero-background-left,
  .hero-character-right {
    display: none !important;
  }

  .hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: min(calc(100% - 24px), 420px);
    gap: 18px;
    margin: 0 auto !important;
    transform: none !important;
  }

  .hero-copy,
  .hero-media,
  .hero-cta-row {
    width: 100% !important;
    max-width: none;
    min-width: 0;
  }

  .hero-copy {
    order: 1;
  }

  .hero-media {
    order: 2;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
  }

  .hero-title-text {
    font-size: clamp(2.15rem, 10.6vw, 2.9rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
  }

  .hero-title-text > span {
    white-space: normal;
  }

  .hero-title-highlight {
    display: inline;
    margin-left: 0;
    padding: 0 8px 1px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  .hero-copy-text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0.01em;
  }

  .hero-copy-text p {
    white-space: normal;
  }

  .hero-subheading-image {
    width: min(100%, 300px);
    margin-top: 16px;
  }

  .hero-kicker {
    gap: 12px;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.04em;
  }

  .hero-kicker-line {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.8);
  }

  .hero-main-image {
    left: 0 !important;
    width: min(100%, 320px) !important;
    height: auto !important;
    margin: 8px auto 0;
  }

  .hero-cta-row {
    display: grid;
    gap: 14px;
    margin: 22px auto 0 !important;
    transform: none !important;
  }

  .hero-cta {
    width: 100% !important;
    min-height: 74px;
    padding: 18px 44px 16px 18px;
    font-size: 18px;
    line-height: 1.32;
    letter-spacing: 0.03em;
  }

  .hero-cta-chip {
    top: -16px;
    height: 34px;
    padding: 0 12px;
    max-width: calc(100% - 28px);
    font-size: 11px;
  }

  .hero-cta img {
    right: 18px;
  }
}

@media (max-width: 767px) {
  html,
  body,
  main {
    overflow-x: clip;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .section-shell,
  .footer-shell,
  .meeting-stage,
  .contact-form-shell {
    width: min(calc(100% - 32px), 100%);
  }

  .site-header {
    top: 12px;
  }

  .header-shell {
    justify-content: flex-start;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-copy,
  .hero-copy-text,
  .hero-copy-text p {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy-text p + p {
    margin-top: 6px;
  }

  .hero-kicker {
    justify-content: center;
    text-align: center;
  }

  .hero-cta-row {
    width: min(calc(100% - 32px), 420px);
  }

  .hero-cta {
    justify-content: center;
  }

  .about-heading-logo-row,
  .about-lower-logo-row,
  .meeting-form-actions,
  .footer-nav-wrap {
    align-items: center;
  }

  .about-copy,
  .about-lead,
  .about-lower-copy,
  .contact-form-title,
  .meeting-title {
    text-align: center;
  }

  .about-copy p br,
  .about-lead p br,
  .about-lower-copy p br,
  .feature-copy p br,
  .support-panel p br,
  .timeline-cta-copy p br {
    display: none;
  }

  .feature-row,
  .feature-row-b,
  .feature-row-c {
    align-items: center;
    text-align: center;
  }

  .feature-copy {
    text-align: center;
  }

  .feature-visual img,
  .support-figure-chat img,
  .support-figure-meeting img,
  .about-team-visual,
  .about-compare-visual,
  .use-thumb img,
  .use-case-detail-image,
  .situation-figure img {
    display: block;
    margin-inline: auto;
  }

  .meeting-widget,
  .contact-form-card,
  .support-panel,
  .use-case-card,
  .use-case-detail-card,
  .info-card {
    border-radius: 22px;
  }

  .meeting-days {
    gap: 6px;
  }

  .meeting-day-head {
    min-width: 0;
  }

  .meeting-slots {
    grid-template-columns: 1fr;
  }

  .meeting-form-grid,
  .lp-contact-grid,
  .lp-contact-choice-grid {
    grid-template-columns: 1fr;
  }

  .meeting-submit,
  .lp-contact-next,
  .lp-contact-back,
  .lp-contact-submit,
  .band-cta-primary,
  .band-cta-secondary,
  .timeline-cta-primary,
  .timeline-cta-secondary {
    width: 100%;
  }

  .footer-brand-block,
  .footer-nav-block {
    width: 100%;
  }
}

/* ==============================
   SECURITY APPEAL SECTION (LP)
   ============================== */

.section-security-appeal {
  background:
    radial-gradient(circle at top right, rgba(255, 190, 52, 0.2), transparent 22%),
    linear-gradient(180deg, #eef1ff 0%, #e8ecff 100%);
  border-top: 1px solid rgba(215, 220, 251, 0.6);
}

.security-product-label {
  margin: 0;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.security-hero-card {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.security-hero-copy {
  padding: 14px 0;
}

.security-hero-visual,
.security-card-media,
.security-assurance-visual {
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 42px rgba(53, 62, 171, 0.12);
}

.security-hero-visual {
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.security-hero-visual img,
.security-card-media img,
.security-assurance-visual img,
.security-process-image {
  display: block;
  width: 100%;
  height: auto;
}

.security-appeal-lead {
  max-width: none;
  margin: 16px 0 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.95;
  color: var(--navy);
  font-weight: 500;
}

.security-appeal-sub {
  max-width: none;
  margin: 12px 0 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}

.security-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.security-inline-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(45, 34, 248, 0.12);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.security-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.security-card {
  background: #fff;
  border: 1px solid rgba(45, 34, 248, 0.12);
  border-radius: 20px;
  padding: 36px 28px;
  box-shadow: 0 8px 24px rgba(45, 34, 248, 0.07);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.security-card-product {
  padding: 18px 18px 24px;
}

.security-card-media {
  margin-bottom: 18px;
}

.security-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(45, 34, 248, 0.13);
}

.security-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(45, 34, 248, 0.09) 0%, rgba(79, 99, 255, 0.14) 100%);
  display: grid;
  place-items: center;
  color: var(--primary);
  flex-shrink: 0;
}

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

.security-card h3 {
  margin: 18px 0 10px;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
}

.security-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}

.security-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 48px;
}

.security-cta-row-compact {
  margin-top: 28px;
}

.security-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.security-cta-primary:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}

.security-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(45, 34, 248, 0.3);
}

.security-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  background: transparent;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.security-cta-outline:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}

.security-cta-outline:hover {
  transform: translateY(-2px);
  background: var(--primary);
  color: #fff;
}

.security-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(49, 49, 95, 0.28);
  color: var(--navy);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.8);
  transition: transform 180ms ease, background 180ms ease;
}

.security-cta-ghost:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 3px;
}

.security-cta-ghost:hover {
  transform: translateY(-2px);
  background: #fff;
}

@media (max-width: 767px) {
  .use-case-lead-card {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 22px;
    margin-top: 30px;
  }

  .use-case-lead-text {
    font-size: 17px;
    line-height: 1.9;
  }

  .security-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }

  .use-case-grid-rebuilt,
  .use-case-grid-followup {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .security-hero-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .security-appeal-lead {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }

  .security-cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 36px;
  }

  .security-cta-primary,
  .security-cta-outline,
  .security-cta-ghost {
    width: 100%;
    text-align: center;
  }
}
