* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #02050b;
}

body {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  color: #0b1730;
  font-weight: 400;
}

.page {
  min-height: 100vh;
}

.first-view {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #02050b;
}

.first-view picture {
  display: block;
  width: min(100%, 1150px);
}

.first-view img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 760px) {
  .first-view img {
    width: 100%;
    height: auto;
    max-width: none;
  }
}

.why-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 123, 255, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 42px 0 46px;
}

.why-inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  text-align: center;
}

.section-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 14px;
  color: #155ee8;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.section-kicker::before,
.section-kicker::after {
  content: "";
  width: 66px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(21, 94, 232, 0.42));
}

.section-kicker::after {
  background: linear-gradient(90deg, rgba(21, 94, 232, 0.42), transparent);
}

.why-section h2 {
  margin: 0;
  color: #08142c;
  font-size: clamp(40px, 4.45vw, 68px);
  line-height: 1.18;
  font-weight: 900;
}

.why-section h2 span {
  color: #155ee8;
}

.section-lead {
  margin: 20px 0 26px;
  color: #1a2740;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 700;
  line-height: 1.7;
}

.comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1.08fr);
  align-items: center;
  gap: 20px;
}

.comparison-generated {
  display: block;
  width: min(1120px, 100%);
  margin: 26px auto 0;
}

.comparison-generated img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(28, 72, 132, 0.12);
}

.visual-card {
  min-height: 535px;
  border-radius: 24px;
  padding: 18px 24px 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(28, 72, 132, 0.14);
}

.weak-card {
  background: linear-gradient(145deg, #f0f3f8, #ffffff);
}

.system-card {
  border: 1.5px solid #2387ff;
  box-shadow: 0 26px 82px rgba(33, 142, 255, 0.18);
}

.card-badge {
  width: fit-content;
  min-width: 280px;
  margin: 0 auto 14px;
  padding: 7px 28px;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.card-badge.dark {
  background: linear-gradient(180deg, #27364b, #101a2c);
}

.card-badge.blue {
  background: linear-gradient(90deg, #1a66f3, #0f51df);
}

.visual-card h3 {
  margin: 0 0 14px;
  color: #16233a;
  font-size: clamp(25px, 2.25vw, 34px);
  line-height: 1.25;
  font-weight: 900;
}

.system-card h3 {
  color: #075be4;
}

.system-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.prompt-box {
  display: grid;
  align-content: center;
  min-height: 390px;
  border: 2px dashed rgba(19, 35, 58, 0.35);
  border-radius: 18px;
  padding: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    repeating-linear-gradient(135deg, rgba(11, 23, 48, 0.045) 0 12px, transparent 12px 24px);
  text-align: left;
}

.prompt-box-blue {
  border-color: rgba(24, 120, 255, 0.58);
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    repeating-linear-gradient(135deg, rgba(21, 94, 232, 0.055) 0 12px, transparent 12px 24px);
}

.prompt-label {
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 6px;
  background: #0f1c32;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.prompt-box-blue .prompt-label {
  background: #1266ef;
}

.prompt-box p:last-child {
  margin: 0;
  color: #18243a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
}

.arrow {
  width: 80px;
  height: 86px;
  background: linear-gradient(90deg, #78d7ff, #1885ff);
  clip-path: polygon(0 27%, 56% 27%, 56% 0, 100% 50%, 56% 100%, 56% 73%, 0 73%);
  filter: drop-shadow(0 12px 20px rgba(24, 133, 255, 0.28));
}

.closing-copy {
  margin: 24px 0 0;
  color: #0d45bd;
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.5;
  font-weight: 900;
}

.closing-copy span {
  color: #075be4;
}

.philosophy-section {
  background: #ffffff;
  padding: 40px 0 42px;
}

.philosophy-inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  text-align: center;
}

.philosophy-section h2 {
  margin: 0;
  color: #08142c;
  font-size: clamp(36px, 3.75vw, 56px);
  line-height: 1.24;
  font-weight: 900;
}

.philosophy-section h2 span {
  color: #155ee8;
}

.philosophy-visual {
  position: relative;
  margin-top: 28px;
  padding: 0 44px;
}

.philosophy-image {
  display: block;
  width: 100%;
  height: auto;
}

.prompt-wide {
  min-height: 520px;
  max-width: 1120px;
  margin: 0 auto;
}

.philosophy-closing {
  margin: 24px 0 0;
  color: #075be4;
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.5;
  font-weight: 900;
}

.products-section {
  background: #ffffff;
  padding: 42px 0 46px;
}

.products-inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  text-align: center;
}

.products-section h2 {
  margin: 0;
  color: #08142c;
  font-size: clamp(34px, 3.85vw, 58px);
  line-height: 1.22;
  font-weight: 900;
}

.products-section h2 span {
  color: #155ee8;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid rgba(21, 94, 232, 0.14);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(28, 72, 132, 0.12);
  text-align: left;
}

.product-visual {
  min-height: 205px;
  margin: 14px 14px 0;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #f8fbff;
  overflow: hidden;
}

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

.product-body {
  display: grid;
  grid-template-columns: auto 1fr 42px;
  align-items: end;
  gap: 14px;
  padding: 18px 20px 20px;
}

.product-number {
  margin: 0;
  color: #1165f0;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.product-body h3 {
  margin: 0 0 10px;
  color: #07142d;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
}

.product-body p {
  margin: 0;
  color: #18243a;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.card-arrow {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #238dff, #075be4);
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(21, 94, 232, 0.34);
}

.products-note {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  align-items: center;
  gap: 18px;
  width: min(1080px, 86%);
  margin: 22px auto 0;
  padding: 14px 22px;
  border-radius: 12px;
  background: linear-gradient(90deg, #eef7ff, #ffffff, #eef7ff);
  box-shadow: 0 14px 42px rgba(28, 72, 132, 0.12);
}

.products-note p {
  margin: 0;
  color: #0b1730;
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.55;
  font-weight: 900;
}

.products-note strong {
  color: #075be4;
}

.note-icon,
.note-chart {
  justify-self: center;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #eaf5ff;
  color: #207cff;
  box-shadow: inset 0 0 0 1px rgba(24, 120, 255, 0.16);
}

.note-icon {
  font-size: 46px;
  font-weight: 900;
}

.note-chart {
  position: relative;
}

.note-chart::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 9px;
  height: 20px;
  background: #207cff;
  box-shadow: 15px -8px 0 #207cff, 30px -20px 0 #207cff;
}

.note-chart::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 22px;
  width: 26px;
  height: 26px;
  border-top: 5px solid #207cff;
  border-right: 5px solid #207cff;
  transform: rotate(-2deg);
}

.fit-section {
  background: #ffffff;
  padding: 38px 0 46px;
}

.fit-inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  text-align: center;
}

.fit-section h2 {
  margin: 0;
  color: #08142c;
  font-size: clamp(40px, 4.45vw, 68px);
  line-height: 1.16;
  font-weight: 900;
}

.fit-section h2 span {
  color: #155ee8;
}

.fit-visual {
  margin-top: 26px;
}

.fit-image {
  display: block;
  width: 100%;
  height: auto;
}

.fit-copy {
  margin: 20px 0 10px;
  color: #0b1730;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.6;
  font-weight: 900;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 380px;
  margin-top: 0;
  padding: 16px 36px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(90deg, #1b9cff, #075be4);
  box-shadow: 0 16px 34px rgba(21, 94, 232, 0.32);
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.primary-cta span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #1266ef;
}

.fit-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1000px, 84%);
  margin: 22px auto 0;
  border: 1px solid rgba(21, 94, 232, 0.18);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(28, 72, 132, 0.12);
}

.fit-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 72px;
  padding: 14px;
}

.fit-step + .fit-step {
  border-left: 1px solid rgba(21, 94, 232, 0.18);
}

.fit-step p {
  margin: 0;
  color: #0d3d9c;
  font-size: 16px;
  font-weight: 900;
}

.step-icon {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: #238dff;
}

.checklist {
  border: 3px solid currentColor;
  border-radius: 5px;
}

.checklist::before,
.checklist::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 16px;
  height: 3px;
  background: currentColor;
}

.checklist::before {
  top: 10px;
}

.checklist::after {
  top: 20px;
}

.search {
  border: 4px solid currentColor;
  border-radius: 50%;
}

.search::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 0;
  width: 14px;
  height: 5px;
  border-radius: 5px;
  background: currentColor;
  transform: rotate(45deg);
}

.gear {
  border: 6px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 -13px 0 -9px currentColor, 0 13px 0 -9px currentColor, 13px 0 0 -9px currentColor, -13px 0 0 -9px currentColor;
}

.gear::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #ffffff;
}

.bars::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 4px;
  width: 7px;
  height: 14px;
  background: currentColor;
  box-shadow: 11px -8px 0 currentColor, 22px -18px 0 currentColor;
}

.bars::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
}

.productize-section {
  background: #ffffff;
  padding: 40px 0 48px;
}

.productize-inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  text-align: center;
}

.productize-section h2 {
  margin: 0;
  color: #08142c;
  font-size: clamp(34px, 3.85vw, 58px);
  line-height: 1.22;
  font-weight: 900;
}

.productize-section h2 span,
.productize-section .section-lead strong {
  color: #155ee8;
}

.productize-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.productize-card {
  position: relative;
  padding: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: 0 18px 54px rgba(28, 72, 132, 0.12);
  overflow: hidden;
}

.productize-card::after {
  content: "";
  position: absolute;
  top: 42%;
  right: -30px;
  width: 42px;
  height: 56px;
  background: linear-gradient(90deg, #a7e9ff, #238dff);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  filter: drop-shadow(0 8px 14px rgba(24, 133, 255, 0.2));
}

.productize-card:last-child::after {
  display: none;
}

.productize-card h3 {
  margin: 0;
  padding: 13px 14px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #1b80ff, #075be4);
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.problem-card h3 {
  background: linear-gradient(90deg, #ff5367, #f43f54);
}

.productize-desc {
  min-height: 62px;
  margin: 18px 18px 10px;
  color: #0b1730;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 900;
}

.productize-visual {
  display: grid;
  place-items: center;
  min-height: 220px;
  margin: 0 18px 14px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #f8fbff;
  overflow: hidden;
}

.problem-card .productize-visual {
  background: #fff7f8;
}

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

.check-list {
  margin: 0 18px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(21, 94, 232, 0.1);
  list-style: none;
  text-align: left;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #0b1730;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
}

.check-list li + li {
  margin-top: 6px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1266ef;
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(0.45em + 4px);
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.red-checks li::before {
  background: #ff465e;
}

.productize-note {
  display: grid;
  grid-template-columns: 110px minmax(280px, 1fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 24px;
  margin: 30px auto 0;
  padding: 18px 28px;
  width: min(1120px, 92%);
  border: 1px solid rgba(21, 94, 232, 0.18);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 46px rgba(28, 72, 132, 0.1);
  text-align: left;
}

.productize-note p {
  margin: 0;
  color: #0b1730;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.45;
  font-weight: 900;
}

.productize-note strong {
  color: #075be4;
}

.note-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  text-align: center;
}

.note-metrics span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 8px 12px;
  border-left: 1px solid rgba(21, 94, 232, 0.16);
  color: #0d3d9c;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.faq-section {
  background:
    radial-gradient(circle at 12% 48%, rgba(33, 141, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 44%, rgba(33, 141, 255, 0.08), transparent 28%),
    #f8fbff;
  padding: 40px 0 54px;
}

.faq-inner {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  text-align: center;
}

.faq-section h2 {
  margin: 0;
  color: #08142c;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.12;
  font-weight: 900;
}

.faq-section h2 span {
  color: #155ee8;
}

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

.faq-card {
  position: relative;
  min-height: 235px;
  padding: 22px 30px 34px;
  border: 1px solid rgba(21, 94, 232, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(28, 72, 132, 0.1);
  text-align: left;
}

.faq-head {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(21, 94, 232, 0.22);
}

.faq-card h3 {
  margin: 0;
  color: #07142d;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 900;
}

.faq-card h3 b,
.faq-card p b {
  color: #075be4;
}

.faq-card p {
  margin: 18px 0 0;
  color: #07142d;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
}

.faq-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #eff7ff;
  color: #1978f5;
  box-shadow: inset 0 0 0 1px rgba(21, 94, 232, 0.12), 0 12px 26px rgba(28, 72, 132, 0.12);
}

.code::before {
  content: "</>";
  font-size: 29px;
  font-weight: 900;
}

.wordpress {
  border: 3px solid #0d2d67;
  color: #0d2d67;
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 900;
}

.support::before {
  content: "";
  width: 36px;
  height: 28px;
  border: 5px solid currentColor;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

.support::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 23px;
  width: 18px;
  height: 5px;
  border-radius: 5px;
  background: currentColor;
}

.cart::before {
  content: "";
  width: 36px;
  height: 25px;
  border: 5px solid currentColor;
  border-top: 0;
  transform: skew(-10deg);
}

.cart::after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 22px 0 0 currentColor;
}

.gas::before {
  content: "";
  width: 30px;
  height: 38px;
  border-radius: 4px;
  background: linear-gradient(180deg, #56b5ff, #075be4);
}

.gas::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.sliders::before {
  content: "";
  width: 42px;
  height: 5px;
  border-radius: 5px;
  background: currentColor;
  box-shadow: 0 14px 0 currentColor, 0 -14px 0 currentColor;
}

.sliders::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -14px 14px 0 currentColor, 16px -14px 0 currentColor;
}

.faq-chevron {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 14px;
  height: 14px;
  border-right: 3px solid #49a2ff;
  border-bottom: 3px solid #49a2ff;
  transform: translateX(-50%) rotate(45deg);
}

.final-cta-section {
  overflow: hidden;
  background: #ffffff;
  color: #ffffff;
  padding: 0 0 46px;
}

.final-cta-inner {
  width: min(1150px, 100%);
  margin: 0 auto;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.final-cta-image {
  display: block;
  width: 100%;
  height: auto;
}

.final-cta-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  width: min(990px, calc(100% - 64px));
  margin: 22px auto 0;
}

.final-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 78px;
  border-radius: 10px;
  text-decoration: none;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.2;
  font-weight: 900;
}

.final-button span {
  font-size: 42px;
  line-height: 1;
}

.blue-button {
  color: #ffffff;
  background: linear-gradient(90deg, #08aaff, #075be4);
  box-shadow: 0 18px 38px rgba(0, 105, 255, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.white-button {
  color: #075be4;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.card-arrow,
.primary-cta {
  background: linear-gradient(135deg, #ff8a00 0%, #ffc72c 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(255, 138, 0, 0.34) !important;
}

.primary-cta span {
  color: #f08a00 !important;
}

.card-arrow,
.primary-cta,
.final-button {
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  animation: buttonFloat 2.8s ease-in-out infinite;
}

.card-arrow::after,
.primary-cta::after,
.final-button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -60%;
  width: 44%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  animation: buttonShine 3.2s ease-in-out infinite;
  pointer-events: none;
}

.card-arrow:hover,
.primary-cta:hover,
.final-button:hover {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.05);
}

.productize-emphasis {
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
}

@keyframes buttonFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes buttonShine {
  0% {
    left: -70%;
  }
  42%, 100% {
    left: 130%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .card-arrow,
  .primary-cta,
  .final-button,
  .card-arrow::after,
  .primary-cta::after,
  .final-button::after {
    animation: none !important;
  }
}

.section-lead,
.prompt-box p:last-child,
.product-body p,
.products-note p,
.fit-copy,
.fit-step p,
.productize-desc,
.productize-visual p:last-child,
.check-list li,
.productize-note p,
.note-metrics span,
.faq-card p {
  font-weight: 400;
}

.site-footer {
  background: #02050b;
  color: #ffffff;
  padding: 34px 0;
  border-top: 1px solid rgba(92, 190, 255, 0.18);
}

.footer-inner {
  width: min(1150px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
}

.footer-logo img {
  display: block;
  width: 118px;
  height: auto;
}

.footer-nav a {
  color: #dff7ff;
  font-size: 14px;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-copy {
  margin: 0;
  color: #dff7ff;
  font-size: 14px;
}

@media (max-width: 980px) {
  .why-inner {
    width: min(100% - 32px, 720px);
  }

  .comparison {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .visual-card {
    min-height: auto;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .first-view picture,
  .final-cta-inner {
    width: min(100%, 960px);
  }

  .why-section h2,
  .fit-section h2 {
    font-size: clamp(32px, 4.6vw, 46px);
  }

  .philosophy-section h2,
  .products-section h2,
  .productize-section h2 {
    font-size: clamp(30px, 4.1vw, 42px);
  }

  .faq-section h2 {
    font-size: clamp(34px, 4.8vw, 48px);
  }

  .section-lead {
    font-size: 17px;
  }

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

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

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

@media (max-width: 760px) {
  .first-view picture {
    width: 100%;
  }

  .why-section {
    padding: 34px 0 38px;
  }

  .section-kicker {
    font-size: 13px;
    gap: 10px;
    letter-spacing: 0.18em;
  }

  .section-kicker::before,
  .section-kicker::after {
    width: 34px;
  }

  .why-section h2 {
    font-size: clamp(30px, 8.8vw, 42px);
  }

  .section-lead {
    font-size: 15px;
  }

  .section-lead br,
  .closing-copy br {
    display: none;
  }

  .visual-card {
    border-radius: 18px;
    padding: 16px;
  }

  .card-badge {
    min-width: 0;
    width: 100%;
    font-size: 14px;
  }

  .visual-card h3 {
    font-size: 24px;
  }

  .prompt-box {
    min-height: 330px;
    padding: 18px;
  }

  .prompt-box p:last-child {
    font-size: 14px;
    line-height: 1.75;
  }

  .closing-copy {
    font-size: 24px;
  }

  .philosophy-section {
    padding: 34px 0 38px;
  }

  .philosophy-inner {
    width: min(100% - 32px, 720px);
  }

  .philosophy-section h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .philosophy-visual {
    padding: 0;
  }

  .prompt-wide {
    min-height: 430px;
  }

  .philosophy-closing {
    font-size: 23px;
  }

  .philosophy-closing br {
    display: none;
  }

  .products-section {
    padding: 34px 0 38px;
  }

  .products-inner {
    width: min(100% - 32px, 720px);
  }

  .products-section h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

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

  .product-body {
    grid-template-columns: auto 1fr;
  }

  .card-arrow {
    grid-column: 2;
    justify-self: end;
  }

  .products-note {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .products-note p {
    font-size: 20px;
  }

  .fit-section {
    padding: 34px 0 38px;
  }

  .fit-inner {
    width: min(100% - 32px, 720px);
  }

  .fit-section h2 {
    font-size: clamp(30px, 8.8vw, 42px);
  }

  .primary-cta {
    min-width: 0;
    width: 100%;
    font-size: 22px;
  }

  .fit-steps {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .fit-step + .fit-step {
    border-left: 0;
    border-top: 1px solid rgba(21, 94, 232, 0.18);
  }

  .productize-section {
    padding: 34px 0 38px;
  }

  .productize-inner {
    width: min(100% - 32px, 720px);
  }

  .productize-section h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

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

  .productize-card::after {
    top: auto;
    right: 50%;
    bottom: -24px;
    transform: translateX(50%) rotate(90deg);
  }

  .productize-note {
    width: 100%;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .note-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .faq-section {
    padding: 34px 0 42px;
  }

  .faq-inner {
    width: min(100% - 32px, 720px);
  }

  .faq-section h2 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

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

  .faq-card {
    min-height: auto;
  }

  .faq-head {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  .faq-icon {
    width: 62px;
    height: 62px;
  }

  .final-cta-section {
    padding-bottom: 34px;
  }

  .final-cta-inner {
    width: 100%;
  }

  .final-cta-actions {
    width: min(100% - 32px, 520px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* Responsive type scale overrides */
.section-kicker {
  font-size: clamp(14px, 1.25vw, 18px);
}

.why-section h2,
.fit-section h2 {
  font-size: clamp(36px, 4vw, 60px);
}

.philosophy-section h2,
.products-section h2,
.productize-section h2 {
  font-size: clamp(32px, 3.5vw, 52px);
}

.faq-section h2 {
  font-size: clamp(38px, 4.25vw, 64px);
}

.section-lead {
  font-size: clamp(15px, 1.25vw, 18px);
}

.card-badge,
.productize-card h3 {
  font-size: clamp(15px, 1.15vw, 18px);
}

.visual-card h3 {
  font-size: clamp(22px, 1.9vw, 28px);
}

.product-number {
  font-size: clamp(24px, 2.1vw, 30px);
}

.product-body h3,
.faq-card h3 {
  font-size: clamp(17px, 1.35vw, 20px);
}

.product-body p,
.faq-card p,
.productize-desc,
.check-list li {
  font-size: clamp(13px, 1vw, 15px);
}

.closing-copy,
.philosophy-closing {
  font-size: clamp(22px, 2vw, 30px);
}

.products-note p,
.productize-note p {
  font-size: clamp(18px, 1.65vw, 24px);
}

.fit-copy {
  font-size: clamp(16px, 1.35vw, 20px);
}

.primary-cta {
  font-size: clamp(20px, 2vw, 26px);
}

.fit-step p,
.note-metrics span {
  font-size: clamp(13px, 1vw, 15px);
}

.final-button {
  font-size: clamp(20px, 1.8vw, 26px);
}

@media (min-width: 761px) and (max-width: 1180px) {
  .section-kicker {
    font-size: clamp(13px, 1.6vw, 16px);
  }

  .why-section h2,
  .fit-section h2 {
    font-size: clamp(32px, 4.4vw, 44px);
  }

  .philosophy-section h2,
  .products-section h2,
  .productize-section h2 {
    font-size: clamp(29px, 3.8vw, 38px);
  }

  .faq-section h2 {
    font-size: clamp(34px, 4.4vw, 44px);
  }

  .closing-copy,
  .philosophy-closing {
    font-size: clamp(20px, 2.4vw, 26px);
  }

  .products-note p,
  .productize-note p {
    font-size: clamp(17px, 2vw, 22px);
  }

  .primary-cta,
  .final-button {
    font-size: clamp(19px, 2.3vw, 24px);
  }
}

@media (max-width: 760px) {
  .section-kicker {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .why-section h2,
  .fit-section h2 {
    font-size: clamp(27px, 7.6vw, 36px);
  }

  .philosophy-section h2,
  .products-section h2,
  .productize-section h2 {
    font-size: clamp(25px, 7vw, 34px);
  }

  .faq-section h2 {
    font-size: clamp(31px, 8.4vw, 40px);
  }

  .section-lead {
    font-size: 14px;
  }

  .card-badge,
  .productize-card h3 {
    font-size: 14px;
  }

  .visual-card h3,
  .product-body h3,
  .faq-card h3 {
    font-size: 18px;
  }

  .product-number {
    font-size: 26px;
  }

  .closing-copy,
  .philosophy-closing {
    font-size: clamp(19px, 5.6vw, 24px);
  }

  .products-note p,
  .productize-note p {
    font-size: 17px;
  }

  .primary-cta,
  .final-button {
    font-size: 19px;
  }

  .final-button span {
    font-size: 30px;
  }
}

/* Final hard type scale */
.section-kicker {
  font-size: 14px !important;
  letter-spacing: 0.16em !important;
}

.why-section h2,
.fit-section h2 {
  font-size: clamp(34px, 3.25vw, 48px) !important;
  line-height: 1.22 !important;
}

.philosophy-section h2,
.products-section h2,
.productize-section h2 {
  font-size: clamp(30px, 2.9vw, 44px) !important;
  line-height: 1.25 !important;
}

.faq-section h2 {
  font-size: clamp(34px, 3.35vw, 50px) !important;
  line-height: 1.18 !important;
}

.section-lead {
  font-size: 16px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

.card-badge {
  font-size: 15px !important;
}

.visual-card h3 {
  font-size: 22px !important;
}

.product-number {
  font-size: 24px !important;
}

.product-body h3,
.faq-card h3 {
  font-size: 17px !important;
}

.productize-card h3 {
  font-size: 16px !important;
}

.product-body p,
.faq-card p,
.productize-desc,
.check-list li,
.fit-step p,
.note-metrics span {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.closing-copy,
.philosophy-closing {
  font-size: 24px !important;
  line-height: 1.55 !important;
}

.products-note p,
.productize-note p {
  font-size: 19px !important;
  line-height: 1.55 !important;
}

.fit-copy {
  font-size: 17px !important;
  font-weight: 400 !important;
}

.primary-cta,
.final-button {
  font-size: 22px !important;
}

.final-button span {
  font-size: 32px !important;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .section-kicker {
    font-size: 12px !important;
  }

  .why-section h2,
  .fit-section h2 {
    font-size: clamp(30px, 3.7vw, 38px) !important;
  }

  .philosophy-section h2,
  .products-section h2,
  .productize-section h2 {
    font-size: clamp(27px, 3.3vw, 34px) !important;
  }

  .faq-section h2 {
    font-size: clamp(30px, 3.8vw, 38px) !important;
  }

  .section-lead {
    font-size: 14px !important;
  }

  .closing-copy,
  .philosophy-closing {
    font-size: 21px !important;
  }

  .products-note p,
  .productize-note p {
    font-size: 17px !important;
  }

  .primary-cta,
  .final-button {
    font-size: 19px !important;
  }
}

@media (max-width: 760px) {
  .section-kicker {
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
  }

  .why-section h2,
  .fit-section h2 {
    font-size: clamp(26px, 7vw, 32px) !important;
  }

  .philosophy-section h2,
  .products-section h2,
  .productize-section h2 {
    font-size: clamp(23px, 6.4vw, 29px) !important;
  }

  .faq-section h2 {
    font-size: clamp(28px, 7.6vw, 34px) !important;
  }

  .section-lead {
    font-size: 13px !important;
  }

  .visual-card h3,
  .product-body h3,
  .faq-card h3,
  .productize-card h3 {
    font-size: 16px !important;
  }

  .product-number {
    font-size: 22px !important;
  }

  .product-body p,
  .faq-card p,
  .productize-desc,
  .check-list li {
    font-size: 13px !important;
  }

  .closing-copy,
  .philosophy-closing {
    font-size: 19px !important;
  }

  .products-note p,
  .productize-note p {
    font-size: 16px !important;
  }

  .primary-cta,
  .final-button {
    font-size: 18px !important;
  }
}

/* Mobile final tuning */
@media (max-width: 760px) {
  .why-section h2,
  .fit-section h2 {
    font-size: clamp(21px, 5.7vw, 24px) !important;
    line-height: 1.38 !important;
  }

  .philosophy-section h2,
  .products-section h2,
  .productize-section h2 {
    font-size: clamp(20px, 5.2vw, 23px) !important;
    line-height: 1.42 !important;
  }

  .faq-section h2 {
    font-size: clamp(24px, 6.4vw, 28px) !important;
    line-height: 1.22 !important;
  }

  .section-lead {
    font-size: 12px !important;
    line-height: 1.75 !important;
  }

  .closing-copy,
  .philosophy-closing {
    font-size: 17px !important;
  }

  .products-note p,
  .productize-note p {
    font-size: 15px !important;
  }

  .faq-head {
    grid-template-columns: 52px 1fr !important;
  }

  .faq-icon {
    width: 52px !important;
    height: 52px !important;
  }

  .faq-card h3 {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
}

.productize-emphasis {
  font-size: 20px !important;
  font-weight: 900 !important;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .productize-emphasis {
    font-size: 18px !important;
  }
}

@media (max-width: 760px) {
  .productize-emphasis {
    font-size: 18px !important;
  }
}
