:root {
  color-scheme: light;
  --ink: #102033;
  --ink-strong: #081522;
  --muted: #5d6d7f;
  --soft: #eef6fb;
  --paper: #f7fafc;
  --panel: #ffffff;
  --line: #d9e4ee;
  --blue: #0284c7;
  --blue-strong: #0369a1;
  --green: #15a56f;
  --orange: #ea780c;
  --red: #d94838;
  --shadow: 0 22px 60px rgba(16, 32, 51, 0.12);
  --section: min(1120px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #eaf8ff 0, #f7fafc 360px, #f6fbf7 760px, #f7fafc 100%);
  color: var(--ink);
  font-family: Pretendard, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

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

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.ad-ribbon {
  display: grid;
  min-height: 38px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  background:
    linear-gradient(90deg, #0369a1, #05a3c7 42%, #12a875 74%, #ea780c);
  color: #fff;
  padding: 0 max(20px, calc((100% - 1120px) / 2));
  font-size: 13px;
  font-weight: 900;
}

.ad-ribbon strong {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  padding: 0 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ad-ribbon span:last-child {
  text-align: right;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  min-height: 72px;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(188, 214, 231, 0.86);
  background: rgba(255, 255, 255, 0.92);
  padding: 0 max(20px, calc((100% - 1120px) / 2));
  box-shadow: 0 14px 40px rgba(16, 32, 51, 0.06);
  backdrop-filter: blur(18px);
}

.brand,
.header-actions,
.nav-links,
.hero-actions,
.final-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--ink-strong);
  font-size: 20px;
  font-weight: 900;
}

.brand span {
  background: linear-gradient(90deg, #071827, #036984 58%, #0f8d69);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.brand-mark {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 10px 18px rgba(2, 132, 199, 0.24));
}

.nav-links {
  justify-content: center;
  gap: 24px;
  color: #486176;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--blue-strong);
}

.header-actions {
  gap: 8px;
}

.ghost-button,
.solid-button,
.primary-cta,
.secondary-cta,
.text-link,
.floating-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 900;
  white-space: nowrap;
}

.ghost-button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 0 14px;
}

.solid-button {
  background: linear-gradient(135deg, #071827, #102b42);
  color: #fff;
  padding: 0 16px;
  box-shadow: 0 12px 28px rgba(8, 21, 34, 0.22);
}

.ghost-button svg,
.solid-button svg,
.primary-cta svg,
.secondary-cta svg,
.text-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 176px);
  overflow: hidden;
  background: #e9f6fb;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  background-image: url("assets/hero-settlement.png");
  background-position: center right;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 250, 252, 0.99) 0%, rgba(231, 248, 255, 0.94) 36%, rgba(230, 249, 247, 0.58) 66%, rgba(247, 250, 252, 0.06) 100%),
    linear-gradient(180deg, rgba(247, 250, 252, 0.02), rgba(247, 250, 252, 0.94));
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  content: "";
}

.hero::before {
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(247, 250, 252, 0), #f7fafc);
}

.hero::after {
  right: 0;
  bottom: 0;
  width: min(42vw, 560px);
  height: 64%;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.14), rgba(21, 165, 111, 0.2));
}

.hero-content {
  display: grid;
  width: var(--section);
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 28px;
  align-items: center;
  margin: 0 auto;
  padding: 62px 0 38px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-strong);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.hero-badges span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(2, 132, 199, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: #075f8f;
  padding: 0 11px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(2, 132, 199, 0.1);
}

h1 {
  max-width: 690px;
  margin-bottom: 16px;
  color: var(--ink-strong);
  font-size: 48px;
  line-height: 1.04;
  word-break: keep-all;
  text-wrap: balance;
}

h2,
h3,
p,
li,
dd,
span {
  word-break: keep-all;
}

.hero-copy {
  max-width: 630px;
  margin-bottom: 24px;
  color: #43576b;
  font-size: 19px;
  line-height: 1.72;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.primary-cta {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  background: linear-gradient(135deg, #0284c7, #05a3c7 54%, #15a56f);
  color: #fff;
  padding: 0 22px;
  box-shadow: 0 18px 42px rgba(2, 132, 199, 0.34);
}

.primary-cta::after {
  position: absolute;
  inset: 0 auto 0 -38%;
  width: 34%;
  transform: skewX(-22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  content: "";
  animation: ctaSweep 3.8s ease-in-out infinite;
}

.primary-cta span,
.primary-cta svg {
  position: relative;
  z-index: 1;
}

.primary-cta:hover,
.solid-button:hover,
.floating-cta a:hover {
  transform: translateY(-1px);
}

.secondary-cta {
  min-height: 54px;
  border: 1px solid rgba(2, 132, 199, 0.28);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  padding: 0 20px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.08);
}

@keyframes ctaSweep {
  0%,
  48% {
    left: -38%;
  }

  72%,
  100% {
    left: 118%;
  }
}

.secondary-cta.light {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hero-facts {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}

.hero-facts div {
  border: 1px solid rgba(188, 214, 231, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 13px 14px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.1);
}

.hero-facts dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.hero-facts dd {
  margin: 0;
  color: var(--ink-strong);
  font-size: 17px;
  font-weight: 900;
}

.hero-live-panel {
  display: flex;
  max-width: 680px;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.hero-live-panel span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  border-radius: 8px;
  background: rgba(8, 21, 34, 0.88);
  color: #fff;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(8, 21, 34, 0.16);
}

.hero-live-panel svg {
  width: 16px;
  height: 16px;
  color: #7de3c2;
}

.fine-print {
  max-width: 640px;
  margin: 0;
  color: #697b8d;
  font-size: 13px;
  line-height: 1.55;
}

.hero-proof-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(188, 214, 231, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(233, 249, 255, 0.82)),
    rgba(255, 255, 255, 0.9);
  padding: 18px;
  box-shadow:
    0 26px 80px rgba(8, 21, 34, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.hero-proof-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #0284c7, #05a3c7 35%, #15a56f 72%, #ea780c);
  content: "";
}

.hero-proof-card::after {
  position: absolute;
  right: -26px;
  top: 54px;
  width: 150px;
  height: 28px;
  transform: rotate(-32deg);
  background: rgba(2, 132, 199, 0.12);
  content: "";
}

.proof-topline,
.proof-flow {
  display: flex;
  align-items: center;
}

.proof-topline {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  padding-top: 4px;
}

.proof-topline span {
  color: #557085;
  font-size: 12px;
  font-weight: 950;
}

.proof-topline strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 8px;
  background: #071827;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
}

.proof-amount {
  margin-bottom: 14px;
}

.proof-amount span,
.proof-amount strong {
  display: block;
}

.proof-amount span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.proof-amount strong {
  color: var(--ink-strong);
  font-size: 34px;
  line-height: 1;
}

.proof-meter {
  position: relative;
  overflow: hidden;
  height: 12px;
  border-radius: 8px;
  background: #e5edf4;
  margin-bottom: 18px;
}

.proof-meter span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0284c7, #05a3c7, #15a56f);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.proof-grid div {
  min-height: 92px;
  border: 1px solid rgba(188, 214, 231, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: 12px;
}

.proof-grid svg {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  color: var(--blue);
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  margin-bottom: 3px;
  color: var(--ink-strong);
  font-size: 18px;
}

.proof-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.proof-flow {
  justify-content: center;
  gap: 6px;
  border-radius: 8px;
  background: #071827;
  color: #fff;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 900;
}

.proof-flow svg {
  width: 15px;
  height: 15px;
  color: #73d9c0;
}

.trust-strip {
  display: grid;
  width: var(--section);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: -22px auto 0;
  position: relative;
  z-index: 3;
}

.trust-item,
.intent-card,
.feature-tile,
.process-step,
.product-item,
.safety-panel,
.review-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow:
    0 14px 42px rgba(16, 32, 51, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.trust-item {
  min-height: 150px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.trust-item::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--orange));
  content: "";
}

.trust-item svg {
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  color: var(--blue);
}

.trust-item:hover {
  border-color: rgba(2, 132, 199, 0.32);
  transform: translateY(-3px);
  box-shadow:
    0 22px 52px rgba(2, 132, 199, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  margin-bottom: 7px;
  color: var(--ink-strong);
  font-size: 17px;
}

.trust-item span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.section {
  width: var(--section);
  margin: 0 auto;
  padding: 92px 0 0;
}

.conversion-stage {
  display: grid;
  width: var(--section);
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 22px;
  align-items: stretch;
  margin: 86px auto 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 249, 255, 0.96)),
    #fff;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(188, 214, 231, 0.92);
}

.conversion-copy h2 {
  margin-bottom: 12px;
  color: var(--ink-strong);
  font-size: 32px;
  line-height: 1.16;
}

.conversion-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

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

.conversion-rail article {
  min-height: 210px;
  border-radius: 8px;
  background: #081522;
  color: #fff;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.conversion-rail article:nth-child(2) {
  background: #036984;
}

.conversion-rail article:nth-child(3) {
  background: #0f8d69;
}

.conversion-rail article::after {
  position: absolute;
  right: -28px;
  bottom: 18px;
  width: 140px;
  height: 22px;
  transform: rotate(-34deg);
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.conversion-rail strong,
.conversion-rail span,
.conversion-rail p {
  display: block;
  position: relative;
}

.conversion-rail strong {
  margin-bottom: 54px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.conversion-rail span {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 950;
}

.conversion-rail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.benefit-copy h2,
.final-copy h2 {
  margin-bottom: 13px;
  color: var(--ink-strong);
  font-size: 36px;
  line-height: 1.18;
}

.section-heading p,
.benefit-copy p,
.final-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.74;
}

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

.intent-card {
  min-height: 224px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 251, 255, 0.96)),
    #fff;
}

.intent-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.96)),
    #fff;
}

.intent-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 253, 246, 0.96)),
    #fff;
}

.step-badge,
.process-index {
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-weight: 900;
}

.step-badge {
  width: 44px;
  height: 34px;
  margin-bottom: 24px;
  background: #e5f5ff;
  color: var(--blue-strong);
  font-size: 13px;
}

.intent-card h3,
.process-step h3,
.safety-panel h3 {
  margin-bottom: 10px;
  color: var(--ink-strong);
  font-size: 20px;
}

.intent-card p,
.process-step p,
.safety-panel li,
.review-card p,
.faq-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.68;
}

.visual-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 249, 255, 0.9)),
    #fff;
  padding: 34px;
  box-shadow: 0 18px 54px rgba(16, 32, 51, 0.08);
  border: 1px solid rgba(188, 214, 231, 0.92);
}

.benefit-copy {
  max-width: 470px;
}

.text-link {
  justify-content: flex-start;
  margin-top: 22px;
  color: var(--blue-strong);
}

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

.feature-tile {
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #eaf8ff 100%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.feature-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(2, 132, 199, 0.16);
}

.feature-tile img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.feature-tile figcaption {
  border-top: 1px solid var(--line);
  padding: 13px 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.process-section {
  position: relative;
}

.process-list {
  display: grid;
  gap: 12px;
  max-width: 820px;
  position: relative;
}

.process-step {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px;
  border-left: 5px solid var(--blue);
}

.process-step:nth-child(2) {
  border-left-color: var(--orange);
}

.process-step:nth-child(3) {
  border-left-color: var(--green);
}

.process-step:nth-child(4) {
  border-left-color: var(--ink-strong);
}

.process-index {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--ink-strong), #164260);
  color: #fff;
  font-size: 20px;
}

.punch-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: 26px;
  align-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #0b1f31 0%, #065a86 50%, #0f8d69 100%);
  color: #fff;
  padding: 34px;
  box-shadow: var(--shadow);
}

.punch-panel .eyebrow {
  color: #aee8ff;
}

.punch-panel h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.18;
}

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

.punch-grid span {
  display: flex;
  min-height: 76px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  padding: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  line-height: 1.48;
}

.products-section {
  overflow: hidden;
}

.product-marquee {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.product-item {
  overflow: hidden;
  text-align: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(21, 165, 111, 0.14);
}

.product-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f1f8fb;
}

.product-item span {
  display: block;
  border-top: 1px solid var(--line);
  padding: 13px 10px;
  color: var(--ink-strong);
  font-size: 14px;
  font-weight: 900;
}

.safety-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.safety-panel {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 255, 0.95)),
    #fff;
}

.safety-panel.contrast {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.98)),
    #fffaf5;
}

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

.compare-card {
  min-height: 250px;
  border-radius: 8px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.compare-card h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.compare-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  line-height: 1.7;
}

.compare-card.muted {
  border: 1px solid #dbe4ed;
  background: #fff;
  color: #5b6876;
}

.compare-card.strong {
  border: 1px solid rgba(5, 163, 199, 0.35);
  background: linear-gradient(135deg, #071827, #036984 54%, #13a16f);
  color: #fff;
}

.compare-card.strong ul {
  color: rgba(255, 255, 255, 0.86);
}

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

.check-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}

.check-list svg {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  color: var(--green);
}

.contrast .check-list svg {
  color: var(--orange);
}

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

.review-card {
  min-height: 220px;
  padding: 22px;
  background:
    linear-gradient(180deg, #fff, #f4fbff),
    #fff;
}

.stars {
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 18px;
  font-weight: 900;
}

.review-card p {
  margin-bottom: 22px;
  color: #344c61;
  font-size: 17px;
}

.review-card strong {
  color: var(--ink-strong);
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 880px;
}

.faq-item {
  padding: 0;
}

.faq-item summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink-strong);
  font-size: 18px;
  font-weight: 900;
}

.faq-item p {
  border-top: 1px solid var(--line);
  padding: 18px 22px 20px;
}

.final-cta {
  display: grid;
  width: var(--section);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 92px auto 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(2, 132, 199, 0.94), rgba(21, 165, 111, 0.92) 48%, rgba(8, 21, 34, 0.98)),
    #081522;
  color: #fff;
  padding: 42px;
  box-shadow: var(--shadow);
}

.final-copy h2 {
  color: #fff;
}

.final-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.final-cta .eyebrow {
  color: #aee8ff;
}

.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 30;
  display: flex;
  width: min(640px, calc(100% - 28px));
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(217, 228, 238, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 10px 12px 10px 16px;
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.18);
  backdrop-filter: blur(18px);
}

.floating-cta strong,
.floating-cta span {
  display: block;
}

.floating-cta strong {
  color: var(--ink-strong);
  font-size: 15px;
}

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

.floating-cta a {
  min-height: 42px;
  background: linear-gradient(135deg, var(--green), #0f8d69);
  color: #fff;
  padding: 0 16px;
}

.floating-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.floating-cta .floating-phone {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.floating-cta .floating-site {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}

.site-footer {
  display: grid;
  width: var(--section);
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  margin: 24px auto 0;
  padding: 28px 0 98px;
  color: #687989;
  font-size: 14px;
  line-height: 1.65;
}

.site-footer strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-strong);
  font-size: 18px;
}

.site-footer p {
  margin-bottom: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .primary-cta:hover,
  .solid-button:hover,
  .floating-cta a:hover {
    transform: none;
    transition: none;
  }

  .primary-cta::after {
    animation: none;
  }
}

@media (max-width: 980px) {
  :root {
    --section: min(100% - 28px, 1120px);
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 66px;
    padding: 0 14px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 140px);
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(247, 250, 252, 0.98) 0%, rgba(247, 250, 252, 0.9) 54%, rgba(247, 250, 252, 0.5) 100%),
      linear-gradient(180deg, rgba(247, 250, 252, 0.05), rgba(247, 250, 252, 0.98));
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding: 48px 0 34px;
  }

  .hero-proof-card {
    max-width: 560px;
  }

  h1 {
    max-width: 620px;
    font-size: 42px;
  }

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

  .trust-strip,
  .intent-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-band,
  .safety-layout,
  .conversion-stage,
  .punch-panel,
  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .benefit-copy {
    max-width: 760px;
  }

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

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .ad-ribbon {
    min-height: 34px;
    grid-template-columns: 1fr;
    padding: 6px 14px;
    text-align: center;
  }

  .ad-ribbon span {
    display: none;
  }

  .ad-ribbon strong {
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 0;
  }

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

  .brand {
    gap: 8px;
    font-size: 18px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .solid-button {
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    background-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(247, 250, 252, 0.96) 0%, rgba(247, 250, 252, 0.9) 56%, rgba(247, 250, 252, 0.98) 100%),
      linear-gradient(90deg, rgba(247, 250, 252, 0.97), rgba(247, 250, 252, 0.68));
  }

  .hero-content {
    padding: 34px 0 22px;
  }

  .hero-proof-card {
    display: none;
  }

  .hero-badges {
    gap: 6px;
    margin-bottom: 12px;
  }

  .hero-badges span {
    min-height: 30px;
    padding: 0 9px;
    font-size: 12px;
  }

  .eyebrow {
    font-size: 12px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .hero-copy,
  .section-heading p,
  .benefit-copy p,
  .final-copy p {
    font-size: 15px;
  }

  .hero-copy {
    line-height: 1.62;
    margin-bottom: 18px;
  }

  .hero-live-panel {
    display: none;
  }

  .hero-actions,
  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .hero-facts,
  .trust-strip,
  .intent-grid,
  .feature-gallery,
  .review-grid,
  .product-marquee {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: 0;
  }

  .hero-facts {
    gap: 8px;
    margin-bottom: 0;
  }

  .hero-facts div {
    padding: 11px 12px;
  }

  .fine-print {
    display: none;
  }

  .section {
    padding-top: 66px;
  }

  .conversion-stage {
    margin-top: 54px;
    padding: 20px;
  }

  .conversion-copy h2 {
    font-size: 26px;
  }

  .conversion-rail {
    grid-template-columns: 1fr;
  }

  .conversion-rail article {
    min-height: 136px;
  }

  .conversion-rail strong {
    margin-bottom: 24px;
  }

  .visual-band,
  .punch-panel {
    padding: 20px;
  }

  .punch-panel h2 {
    font-size: 26px;
  }

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

  .punch-grid span {
    min-height: 58px;
  }

  .section-heading h2,
  .benefit-copy h2,
  .final-copy h2 {
    font-size: 28px;
  }

  .intent-card,
  .review-card {
    min-height: auto;
  }

  .process-step {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
  }

  .process-index {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }

  .final-cta {
    margin-top: 66px;
    padding: 28px 20px;
  }

  .compare-card {
    min-height: auto;
    padding: 22px;
  }

  .floating-cta {
    bottom: 10px;
    width: calc(100% - 18px);
  }

  .floating-cta span {
    display: none;
  }

  .floating-actions {
    gap: 6px;
  }

  .floating-cta a {
    min-height: 42px;
    padding: 0 11px;
    font-size: 14px;
  }

  .site-footer {
    padding-bottom: 88px;
  }
}

/* Persuasive sales detailed page */
.sales-page {
  overflow: hidden;
}

.story-hero .hero-content {
  min-height: 690px;
}

.story-trust {
  margin-bottom: 24px;
}

.story-section {
  width: var(--section);
  margin: 0 auto;
  padding: 96px 0 0;
}

.story-split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 40px;
  align-items: center;
}

.story-split.reverse {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.story-copy h2,
.story-center h2,
.number-panel h2,
.vision-panel h2,
.urgency-panel h2 {
  margin-bottom: 16px;
  color: var(--ink-strong);
  font-size: 38px;
  line-height: 1.17;
  word-break: keep-all;
}

.story-copy p,
.story-center p,
.vision-panel p,
.urgency-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.76;
}

.story-center {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
}

.character-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(188, 214, 231, 0.92);
  border-radius: 8px;
  background: #fff;
  margin: 0;
  box-shadow: 0 26px 70px rgba(16, 32, 51, 0.13);
}

.character-frame::before {
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, #007bff, #08a6c8 55%, #ffc107);
  content: "";
  z-index: 1;
}

.character-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.pain-list,
.reason-grid,
.point-grid,
.number-grid,
.before-after {
  display: grid;
}

.pain-list {
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pain-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(217, 228, 238, 0.92);
  border-radius: 8px;
  background: #fff;
  padding: 13px 14px;
  color: #344c61;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(16, 32, 51, 0.06);
}

.pain-list svg {
  width: 20px;
  height: 20px;
  color: var(--orange);
  margin-top: 2px;
}

.blame-section,
.number-section,
.vision-section {
  width: 100%;
  max-width: none;
  background:
    linear-gradient(180deg, rgba(232, 249, 255, 0), rgba(232, 249, 255, 0.74) 38%, rgba(247, 250, 252, 0));
  padding-left: max(20px, calc((100% - 1120px) / 2));
  padding-right: max(20px, calc((100% - 1120px) / 2));
}

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

.sales-card,
.point-card {
  border: 1px solid rgba(188, 214, 231, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 24px;
  box-shadow: 0 18px 52px rgba(16, 32, 51, 0.08);
}

.sales-card svg,
.point-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  color: #007bff;
}

.sales-card h3,
.point-card h3 {
  margin-bottom: 10px;
  color: var(--ink-strong);
  font-size: 21px;
}

.sales-card p,
.point-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.solution-section .story-split {
  border: 1px solid rgba(188, 214, 231, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(235, 252, 248, 0.94)),
    #fff;
  padding: 30px;
  box-shadow: var(--shadow);
}

.story-cta {
  margin-top: 14px;
}

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

.point-card {
  position: relative;
  overflow: hidden;
}

.point-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #007bff, #08a6c8, #ffc107);
  content: "";
}

.point-card > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 8px;
  background: #fff7d8;
  color: #8f6500;
  padding: 0 10px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 950;
}

.number-panel,
.vision-panel,
.urgency-panel {
  width: min(1120px, 100%);
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.number-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(2, 132, 199, 0.24);
  background:
    linear-gradient(135deg, #071827 0%, #036984 48%, #13a16f 100%);
  color: #fff;
  padding: 34px;
}

.number-panel .eyebrow,
.vision-panel .eyebrow,
.urgency-panel .eyebrow {
  color: #ffe08a;
}

.number-panel h2,
.vision-panel h2,
.urgency-panel h2 {
  color: #fff;
}

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

.number-grid article {
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  padding: 18px;
}

.number-grid strong,
.number-grid span {
  display: block;
}

.number-grid strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.number-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  line-height: 1.5;
}

.before-after {
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.before-card,
.after-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(16, 32, 51, 0.1);
}

.before-card img,
.after-card img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
}

.before-card h3,
.after-card h3,
.before-card p,
.after-card p {
  margin-left: 22px;
  margin-right: 22px;
}

.before-card h3,
.after-card h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  color: var(--ink-strong);
  font-size: 26px;
}

.before-card p,
.after-card p {
  margin-bottom: 22px;
  color: var(--muted);
  line-height: 1.65;
}

.arrow-card {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  justify-self: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #007bff, #13a16f);
  color: #fff;
  box-shadow: 0 18px 42px rgba(2, 132, 199, 0.24);
}

.arrow-card svg {
  width: 34px;
  height: 34px;
}

.vision-panel {
  background:
    linear-gradient(135deg, rgba(7, 24, 39, 0.96), rgba(3, 105, 132, 0.92)),
    #071827;
  color: #fff;
  padding: 42px;
  text-align: center;
}

.vision-panel p,
.urgency-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.urgency-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(255, 193, 7, 0.44);
  background:
    linear-gradient(135deg, #071827 0%, #036984 45%, #f0a800 100%);
  padding: 34px;
}

.urgency-panel p {
  margin-bottom: 0;
}

.review-card p {
  min-height: 92px;
}

@media (max-width: 980px) {
  .story-hero .hero-content {
    min-height: auto;
  }

  .story-split,
  .story-split.reverse,
  .solution-section .story-split,
  .number-panel,
  .urgency-panel {
    grid-template-columns: 1fr;
  }

  .reason-grid,
  .point-grid,
  .before-after {
    grid-template-columns: 1fr;
  }

  .arrow-card {
    transform: rotate(90deg);
  }
}

@media (max-width: 680px) {
  .story-section {
    padding-top: 68px;
  }

  .story-copy h2,
  .story-center h2,
  .number-panel h2,
  .vision-panel h2,
  .urgency-panel h2 {
    font-size: 28px;
  }

  .story-copy p,
  .story-center p,
  .vision-panel p,
  .urgency-panel p {
    font-size: 15px;
  }

  .solution-section .story-split,
  .number-panel,
  .vision-panel,
  .urgency-panel {
    padding: 22px;
  }

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

  .number-grid article {
    min-height: auto;
  }

  .number-grid strong {
    font-size: 28px;
  }

  .before-card h3,
  .after-card h3,
  .before-card p,
  .after-card p {
    margin-left: 16px;
    margin-right: 16px;
  }

  .review-card p {
    min-height: auto;
  }
}

/* Premium conversion redesign */
.conversion-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f3fbff 0, #ffffff 780px, #f7fafc 100%);
}

.hp-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(188, 214, 231, 0.78);
  background:
    linear-gradient(112deg, rgba(247, 252, 255, 0.98) 0%, rgba(232, 248, 255, 0.86) 50%, rgba(239, 255, 247, 0.94) 100%);
}

.hp-hero::before {
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(20, 165, 111, 0.12));
  content: "";
}

.hp-hero__inner {
  position: relative;
  width: var(--section);
  min-height: calc(100svh - 110px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: 48px;
  align-items: center;
  padding: 58px 0 72px;
}

.hp-kicker,
.hp-proofline,
.hp-hero__actions,
.hp-final__actions {
  display: flex;
  align-items: center;
}

.hp-kicker {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.hp-kicker span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(2, 132, 199, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0 12px;
  color: #036984;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.06);
}

.hp-hero h1 {
  max-width: 680px;
  margin: 0 0 20px;
  color: var(--ink-strong);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
}

.hp-lead {
  max-width: 620px;
  margin: 0;
  color: #385164;
  font-size: 20px;
  line-height: 1.72;
  word-break: keep-all;
}

.hp-hero__actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hp-hero__actions .primary-cta,
.hp-hero__actions .secondary-cta {
  min-height: 58px;
  padding: 0 24px;
  font-size: 17px;
}

.hp-proofline {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hp-proofline span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(188, 214, 231, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0 12px;
  color: #22384d;
  font-size: 14px;
  font-weight: 900;
}

.hp-proofline svg {
  width: 18px;
  height: 18px;
  color: #0787c6;
}

.hp-hero .fine-print {
  max-width: 620px;
  margin-top: 22px;
  color: #6d7d8d;
}

.hp-hero__visual {
  position: relative;
  min-height: 600px;
  display: grid;
  align-items: center;
}

.hp-hero__visual::before {
  position: absolute;
  inset: 10% 0 8% 12%;
  border: 1px solid rgba(188, 214, 231, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)),
    #fff;
  box-shadow: 0 32px 90px rgba(16, 32, 51, 0.15);
  content: "";
}

.hp-advisor {
  position: relative;
  width: min(560px, 100%);
  justify-self: end;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(9, 39, 66, 0.18);
}

.hp-status-card {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: min(320px, 58%);
  border: 1px solid rgba(188, 214, 231, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 20px;
  box-shadow: 0 28px 80px rgba(16, 32, 51, 0.18);
  backdrop-filter: blur(18px);
}

.hp-status-card .status-label {
  display: block;
  color: #547083;
  font-size: 12px;
  font-weight: 950;
}

.hp-status-card strong {
  display: block;
  margin-top: 8px;
  color: var(--ink-strong);
  font-size: 30px;
  line-height: 1.1;
}

.status-meter {
  overflow: hidden;
  height: 9px;
  margin: 16px 0;
  border-radius: 999px;
  background: #e8f0f6;
}

.status-meter span {
  display: block;
  width: 86%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0284c7, #13a16f);
}

.hp-status-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-status-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #30485c;
  font-weight: 850;
}

.hp-status-card svg {
  width: 17px;
  height: 17px;
  color: #13a16f;
}

.hp-trustbar {
  width: var(--section);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
}

.hp-trustbar article {
  min-height: 116px;
  border: 1px solid rgba(188, 214, 231, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 20px;
  box-shadow: 0 20px 55px rgba(16, 32, 51, 0.1);
}

.hp-trustbar strong,
.hp-trustbar span {
  display: block;
}

.hp-trustbar strong {
  color: var(--ink-strong);
  font-size: 19px;
  margin-bottom: 8px;
}

.hp-trustbar span {
  color: #607486;
  line-height: 1.5;
}

.hp-section {
  width: var(--section);
  margin: 0 auto;
  padding: 96px 0 0;
}

.hp-section__head {
  max-width: 800px;
  margin: 0 auto 34px;
  text-align: center;
}

.hp-section__head h2,
.hp-solution__panel h2,
.hp-proof__panel h2,
.hp-final h2 {
  margin: 0 0 14px;
  color: var(--ink-strong);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
  word-break: keep-all;
}

.hp-section__head p,
.hp-solution__panel p,
.hp-final p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  word-break: keep-all;
}

.hp-pain-grid,
.hp-item-grid,
.hp-point-layout,
.hp-stat-grid,
.hp-compare-grid,
.hp-process-list,
.hp-review-grid {
  display: grid;
}

.hp-pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hp-pain-card,
.hp-point,
.hp-compare-card,
.hp-process-list article,
.hp-review,
.hp-faq-item {
  border: 1px solid rgba(188, 214, 231, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.08);
}

.hp-pain-card {
  min-height: 250px;
  padding: 28px;
}

.hp-pain-card svg {
  width: 38px;
  height: 38px;
  color: var(--orange);
  margin-bottom: 30px;
}

.hp-pain-card h3,
.hp-point h3,
.hp-compare-card h3,
.hp-process-list h3 {
  margin: 0 0 10px;
  color: var(--ink-strong);
  font-size: 23px;
}

.hp-pain-card p,
.hp-point p,
.hp-compare-card li,
.hp-process-list p,
.hp-review p,
.hp-faq-item p {
  color: var(--muted);
  line-height: 1.68;
}

.hp-solution {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1120px) / 2));
  padding-right: max(20px, calc((100% - 1120px) / 2));
}

.hp-solution__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 24, 39, 0.97), rgba(3, 105, 132, 0.94) 52%, rgba(19, 161, 111, 0.92));
  padding: 42px;
  color: #fff;
  box-shadow: 0 28px 80px rgba(16, 32, 51, 0.16);
}

.hp-solution__panel h2,
.hp-solution__panel p {
  color: #fff;
}

.hp-solution__panel p {
  opacity: 0.82;
}

.hp-solution__panel .eyebrow,
.hp-proof__panel .eyebrow,
.hp-final .eyebrow {
  color: #ffe08a;
}

.hp-item-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.hp-item {
  overflow: hidden;
  border: 1px solid rgba(188, 214, 231, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.08);
}

.hp-item img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
}

.hp-item span {
  display: block;
  padding: 15px 14px 17px;
  color: var(--ink-strong);
  font-weight: 950;
  text-align: center;
}

.hp-point-layout {
  grid-template-columns: 1.08fr repeat(2, minmax(0, 0.96fr));
  gap: 14px;
}

.hp-point {
  min-height: 220px;
  padding: 26px;
}

.hp-point--featured {
  grid-row: span 2;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(7, 24, 39, 0.98), rgba(3, 105, 132, 0.96)),
    #071827;
}

.hp-point span {
  display: inline-flex;
  min-height: 34px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef8ff;
  color: #0371a5;
  margin-bottom: 28px;
  font-weight: 950;
}

.hp-point--featured span {
  background: rgba(255, 255, 255, 0.14);
  color: #ffe08a;
}

.hp-point--featured h3,
.hp-point--featured p {
  color: #fff;
}

.hp-point--featured h3 {
  font-size: 34px;
}

.hp-point--featured p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.hp-proof {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1120px) / 2));
  padding-right: max(20px, calc((100% - 1120px) / 2));
}

.hp-proof__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #061421 0%, #08263f 45%, #004f66 100%);
  padding: 38px;
  box-shadow: 0 28px 80px rgba(16, 32, 51, 0.18);
}

.hp-proof__panel h2 {
  color: #fff;
}

.hp-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hp-stat-grid article {
  min-height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
}

.hp-stat-grid strong,
.hp-stat-grid span {
  display: block;
}

.hp-stat-grid strong {
  margin-bottom: 12px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.hp-stat-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
  line-height: 1.5;
}

.hp-compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hp-compare-card {
  padding: 30px;
}

.hp-compare-card--good {
  border-color: rgba(19, 161, 111, 0.32);
  background:
    linear-gradient(135deg, rgba(237, 255, 248, 0.96), rgba(255, 255, 255, 0.98)),
    #fff;
}

.hp-compare-card--bad {
  border-color: rgba(234, 120, 12, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 246, 234, 0.82), rgba(255, 255, 255, 0.98)),
    #fff;
}

.hp-compare-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hp-compare-card li {
  position: relative;
  padding-left: 25px;
  font-weight: 800;
}

.hp-compare-card li::before {
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
}

.hp-compare-card--bad li::before {
  background: #f29c3d;
}

.hp-compare-card--good li::before {
  background: #13a16f;
}

.hp-process-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hp-process-list article {
  position: relative;
  min-height: 230px;
  padding: 24px;
}

.hp-process-list strong {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #0284c7, #13a16f);
  color: #fff;
  font-size: 20px;
  margin-bottom: 28px;
}

.hp-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hp-review {
  min-height: 220px;
  padding: 26px;
}

.hp-review .stars {
  color: #f5a300;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.hp-review p {
  margin: 0 0 18px;
  color: #2b4257;
  font-size: 18px;
  font-weight: 800;
}

.hp-review strong {
  color: #607486;
}

.hp-faq-list {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
}

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

.hp-faq-item summary {
  cursor: pointer;
  padding: 20px 0;
  color: var(--ink-strong);
  font-size: 18px;
  font-weight: 950;
}

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

.hp-final {
  width: var(--section);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 104px auto 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #071827 0%, #036984 54%, #13a16f 100%);
  padding: 42px;
  color: #fff;
  box-shadow: 0 28px 80px rgba(16, 32, 51, 0.18);
}

.hp-final h2,
.hp-final p {
  color: #fff;
}

.hp-final p {
  opacity: 0.8;
}

.hp-final__actions {
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1080px) {
  .hp-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hp-hero__visual {
    min-height: auto;
    max-width: 720px;
    margin: 0 auto;
  }

  .hp-advisor {
    justify-self: center;
  }

  .hp-trustbar,
  .hp-item-grid,
  .hp-stat-grid,
  .hp-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-point-layout,
  .hp-proof__panel,
  .hp-final,
  .hp-solution__panel {
    grid-template-columns: 1fr;
  }

  .hp-point--featured {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .hp-hero__inner {
    width: calc(100% - 28px);
    gap: 22px;
    padding: 30px 0 48px;
  }

  .hp-hero h1 {
    font-size: 36px;
    line-height: 1.13;
  }

  .hp-lead {
    font-size: 16px;
    line-height: 1.66;
  }

  .hp-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .hp-hero__actions .primary-cta,
  .hp-hero__actions .secondary-cta {
    width: 100%;
    min-height: 56px;
  }

  .hp-proofline {
    display: none;
  }

  .hp-hero__visual::before {
    inset: 14% 0 6% 0;
  }

  .hp-status-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 18px);
    margin: -34px auto 0;
  }

  .hp-trustbar {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    margin-top: -24px;
  }

  .hp-trustbar article {
    min-height: auto;
  }

  .hp-section {
    width: calc(100% - 28px);
    padding-top: 72px;
  }

  .hp-section__head {
    text-align: left;
    margin-bottom: 24px;
  }

  .hp-section__head h2,
  .hp-solution__panel h2,
  .hp-proof__panel h2,
  .hp-final h2 {
    font-size: 30px;
  }

  .hp-pain-grid,
  .hp-item-grid,
  .hp-point-layout,
  .hp-stat-grid,
  .hp-compare-grid,
  .hp-process-list,
  .hp-review-grid {
    grid-template-columns: 1fr;
  }

  .hp-pain-card,
  .hp-point,
  .hp-process-list article,
  .hp-review {
    min-height: auto;
    padding: 22px;
  }

  .hp-pain-card svg {
    margin-bottom: 18px;
  }

  .hp-solution,
  .hp-proof {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hp-solution__panel,
  .hp-proof__panel,
  .hp-final {
    padding: 24px;
  }

  .hp-item img {
    aspect-ratio: 1.8;
  }

  .hp-stat-grid article {
    min-height: auto;
  }

  .hp-final {
    width: calc(100% - 28px);
    margin-top: 76px;
  }

  .hp-final__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .hp-hero h1 {
    font-size: 33px;
  }

  .hp-kicker span {
    width: 100%;
    justify-content: center;
  }

  .hp-advisor {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .hp-status-card strong {
    font-size: 26px;
  }
}

/* Official-site aligned sales page */
.official-page {
  overflow: hidden;
  background: #f8fafc;
  color: #0f172a;
}

.official-page .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.op-hero {
  position: relative;
  min-height: calc(100svh - 110px);
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #fff;
  text-align: center;
}

.op-hero-bg {
  position: absolute;
  inset: -6%;
  background: #fff url("assets/official-main_2.png") no-repeat center center / cover;
  animation: opHeroFloat 6s ease-in-out infinite alternate;
  z-index: 1;
}

.op-hero::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.54) 36%, rgba(255, 255, 255, 0.18) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(248, 250, 252, 0.72));
  content: "";
  z-index: 1;
}

@keyframes opHeroFloat {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-18px) scale(1.02);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.op-hero-content {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 40px));
  margin: 54px auto 0;
  text-align: center;
}

.op-mini {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(2, 132, 199, 0.18);
  border-radius: 999px;
  background: rgba(224, 242, 254, 0.88);
  color: #0369a1;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(2, 132, 199, 0.1);
}

.op-hero h1 {
  display: grid;
  justify-items: center;
  gap: 2px;
  max-width: 860px;
  margin: 22px auto 18px;
  color: #0f172a;
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
}

.op-hero h1 .op-title-line {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: #0f172a;
}

.op-hero h1 .op-title-accent {
  color: #0284c7;
}

.op-hero-subtitle {
  max-width: 880px;
  color: #475569;
  font-size: clamp(20px, 2.4vw, 27px);
  font-weight: 700;
  line-height: 1.55;
  margin: 0 auto 32px;
  text-align: center;
  text-wrap: balance;
}

.op-cta-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.op-cta {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 26px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.op-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.2);
}

.op-cta svg {
  width: 23px;
  height: 23px;
}

.op-cta-phone {
  background: #16a34a;
}

.op-cta-site {
  background: #ea580c;
}

.op-hero-note {
  margin: 22px auto 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.op-hero-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(2, 132, 199, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0 20px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.15);
  backdrop-filter: blur(12px);
}

.op-hero-badge svg {
  width: 21px;
  height: 21px;
  color: #0284c7;
}

.op-badge-1 {
  top: 14%;
  left: 4%;
  animation: opBadgeOne 4.2s ease-in-out infinite alternate;
}

.op-badge-2 {
  top: 16%;
  right: 4%;
  animation: opBadgeTwo 4.8s ease-in-out infinite alternate;
}

.op-badge-3 {
  bottom: 13%;
  left: 5%;
  animation: opBadgeThree 5.2s ease-in-out infinite alternate;
}

@keyframes opBadgeOne {
  to {
    transform: translateY(-18px) rotate(2deg);
  }
}

@keyframes opBadgeTwo {
  to {
    transform: translateY(-22px) rotate(-2deg);
  }
}

@keyframes opBadgeThree {
  to {
    transform: translateY(-16px) rotate(1deg);
  }
}

.op-attention-strip {
  position: relative;
  z-index: 2;
  background: #0f172a;
  padding: 24px 5%;
}

.op-attention-grid {
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
}

.op-attention-grid article {
  min-height: 122px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(234, 88, 12, 0.22), transparent 30%),
    rgba(255, 255, 255, 0.07);
  padding: 22px;
  color: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.16);
}

.op-attention-grid span,
.op-attention-grid strong,
.op-attention-grid p {
  display: block;
}

.op-attention-grid span {
  color: #fde68a;
  font-size: 13px;
  font-weight: 950;
}

.op-attention-grid strong {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 950;
}

.op-attention-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 750;
}

.op-section {
  padding: 118px 5%;
  scroll-margin-top: 108px;
}

.op-section-head {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.op-section-head span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0284c7;
  padding: 0 18px;
  font-weight: 950;
  margin-bottom: 16px;
}

.op-section-head h2 {
  color: #0f172a;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.24;
  font-weight: 900;
  max-width: 900px;
  margin: 0 auto 12px;
  text-wrap: balance;
  word-break: keep-all;
}

.op-section-head p {
  color: #475569;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.55;
  max-width: 780px;
  margin: 0 auto;
  text-wrap: balance;
}

.op-bento-section {
  background: #fff;
}

.op-bento-grid,
.op-trust-grid,
.op-process-grid,
.op-review-grid {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  gap: 24px;
}

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

.op-bento-item {
  min-height: 390px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  padding: 44px 38px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.op-bento-item:hover {
  transform: translateY(-6px);
  border-color: #0284c7;
  box-shadow: 0 22px 44px rgba(2, 132, 199, 0.11);
}

.op-bento-item img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin-bottom: 22px;
}

.op-bento-item h3,
.op-trust-card h3,
.op-process-grid h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 900;
}

.op-bento-item p,
.op-trust-card p,
.op-process-grid p,
.op-faq-item p {
  color: #475569;
  font-size: 17px;
  line-height: 1.62;
  margin: 0;
}

.op-bento-item strong {
  display: block;
  margin-top: 28px;
  color: #ea580c;
  font-size: 38px;
  line-height: 1.18;
}

.op-diff-section,
.op-process-section,
.op-reviews-section {
  background: #f8fafc;
}

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

.op-trust-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  padding: 34px 30px;
  border: 1px solid rgba(2, 132, 199, 0.18);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
}

.op-card-fee {
  background: linear-gradient(180deg, #fff 0%, #f0f9ff 100%);
}

.op-card-kind {
  background: linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.op-card-safety {
  background: linear-gradient(180deg, #fff 0%, #f4fdf8 100%);
}

.op-cert-box {
  margin-top: 28px;
  border-radius: 20px;
  background: #fff;
  padding: 26px 20px;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.85);
}

.op-card-fee .op-cert-box {
  background: #e0f2fe;
}

.op-card-kind .op-cert-box {
  background: #ffedd5;
}

.op-card-safety .op-cert-box {
  background: #ecfdf5;
}

.op-cert-box svg {
  width: 54px;
  height: 54px;
  color: #0284c7;
  margin-bottom: 13px;
}

.op-card-kind .op-cert-box svg {
  color: #ea580c;
}

.op-card-safety .op-cert-box svg {
  color: #10b981;
}

.op-cert-box strong,
.op-cert-box span {
  display: block;
}

.op-cert-box strong {
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
}

.op-cert-box span {
  color: #475569;
  margin-top: 7px;
  font-weight: 800;
}

.op-items-section {
  overflow: hidden;
  padding: 92px 0;
  background: #0284c7;
  color: #fff;
  scroll-margin-top: 108px;
  text-align: center;
}

.op-items-section h2 {
  margin: 0 20px 12px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.24;
  font-weight: 900;
}

.op-items-section p {
  margin: 0 20px 44px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  font-weight: 700;
}

.op-marquee {
  width: 100%;
  overflow: visible;
}

.op-marquee-track {
  display: grid;
  width: min(1200px, calc(100% - 40px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
  animation: none;
  padding-right: 0;
}

@keyframes opMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.op-marquee-card {
  width: 100%;
  flex: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  padding: 14px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.op-marquee-card:nth-child(n + 7) {
  display: none;
}

.op-marquee-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.25);
}

.op-marquee-img-wrap {
  display: flex;
  width: 100%;
  height: 150px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  padding: 15px;
  margin-bottom: 14px;
}

.op-marquee-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.op-marquee-card-title {
  color: #fff;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.28;
}

.op-credit-visual {
  position: relative;
  width: 210px;
  height: 132px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.35), transparent 22%),
    linear-gradient(135deg, #0f172a 0%, #0284c7 58%, #16a34a 100%);
  padding: 20px;
  color: #fff;
  text-align: left;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.2);
}

.op-credit-visual::before {
  position: absolute;
  left: 20px;
  top: 50px;
  width: 42px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.op-credit-visual span,
.op-credit-visual strong,
.op-credit-visual em {
  display: block;
}

.op-credit-visual span {
  font-size: 12px;
  font-weight: 950;
  opacity: 0.8;
}

.op-credit-visual strong {
  margin-top: 45px;
  font-size: 20px;
  line-height: 1;
}

.op-credit-visual em {
  margin-top: 8px;
  font-style: normal;
  font-weight: 850;
  color: #fde68a;
}

.op-conversion-section {
  background:
    radial-gradient(circle at 86% 8%, rgba(234, 88, 12, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #ecfeff 100%);
}

.op-conversion-head {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.op-conversion-head span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  background: #0f172a;
  color: #fde68a;
  padding: 0 18px;
  font-weight: 950;
}

.op-conversion-head h2 {
  max-width: 920px;
  margin: 18px auto 16px;
  color: #0f172a;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.16;
  font-weight: 950;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
}

.op-conversion-head p {
  max-width: 850px;
  margin: 0 auto;
  color: #475569;
  font-size: 20px;
  line-height: 1.68;
  font-weight: 750;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
}

.op-conversion-flow {
  display: grid;
  max-width: 1120px;
  gap: 18px;
  margin: 0 auto;
}

.op-conversion-block {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  border: 1px solid rgba(2, 132, 199, 0.16);
  border-radius: 26px;
  background: #fff;
  padding: 34px;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.07);
}

.op-conversion-alert {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 92% 16%, rgba(234, 88, 12, 0.25), transparent 25%),
    linear-gradient(135deg, #0f172a 0%, #075985 100%);
  color: #fff;
}

.op-conversion-index {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(135deg, #0284c7, #16a34a);
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(2, 132, 199, 0.2);
}

.op-conversion-block span,
.op-conversion-block h3,
.op-conversion-block p {
  display: block;
}

.op-conversion-block span {
  color: #0284c7;
  font-size: 14px;
  font-weight: 950;
}

.op-conversion-alert span {
  color: #fde68a;
}

.op-conversion-block h3 {
  margin: 10px 0 12px;
  color: #0f172a;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.18;
  font-weight: 950;
  word-break: keep-all;
}

.op-conversion-alert h3 {
  color: #fff;
}

.op-conversion-block p {
  max-width: 830px;
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 730;
  word-break: keep-all;
}

.op-conversion-alert p {
  color: rgba(255, 255, 255, 0.8);
}

.op-conversion-block ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.op-conversion-block li {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  padding: 13px 14px;
  font-size: 15px;
  font-weight: 850;
}

.op-detail-divider {
  max-width: 1060px;
  margin: 34px auto 22px;
  text-align: center;
}

.op-detail-divider span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c;
  padding: 0 18px;
  font-weight: 950;
}

.op-detail-divider h3 {
  margin: 16px 0 0;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.22;
  font-weight: 950;
  word-break: keep-all;
}

.op-situation-grid,
.op-long-checklist,
.op-benefit-ladder,
.op-proof-numbers,
.op-before-after,
.op-deep-guide,
.op-safety-declaration,
.op-mid-story {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

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

.op-situation-grid article {
  min-height: 310px;
  border: 1px solid rgba(2, 132, 199, 0.16);
  border-radius: 24px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.06);
}

.op-situation-grid i {
  width: 44px;
  height: 44px;
  color: #0284c7;
  margin-bottom: 20px;
}

.op-situation-grid span,
.op-situation-grid h3,
.op-situation-grid p {
  display: block;
}

.op-situation-grid span {
  color: #ea580c;
  font-size: 13px;
  font-weight: 950;
}

.op-situation-grid h3 {
  margin: 10px 0 12px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 950;
  word-break: keep-all;
}

.op-situation-grid p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 730;
}

.op-detail-band {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 18px auto 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at 86% 20%, rgba(253, 230, 138, 0.2), transparent 30%),
    linear-gradient(135deg, #075985 0%, #0f172a 100%);
  padding: 32px;
  color: #fff;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.16);
}

.op-detail-band span,
.op-detail-band h3,
.op-detail-band p {
  display: block;
}

.op-detail-band span {
  color: #fde68a;
  font-size: 14px;
  font-weight: 950;
}

.op-detail-band h3 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.22;
  font-weight: 950;
  word-break: keep-all;
}

.op-detail-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 750;
}

.op-long-checklist {
  margin-top: 18px;
  border: 1px solid rgba(2, 132, 199, 0.14);
  border-radius: 28px;
  background: #fff;
  padding: 34px;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.06);
}

.op-long-checklist-head {
  max-width: 740px;
  margin-bottom: 24px;
}

.op-long-checklist-head span {
  color: #0284c7;
  font-size: 14px;
  font-weight: 950;
}

.op-long-checklist-head h3 {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.2;
  font-weight: 950;
  word-break: keep-all;
}

.op-long-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.op-long-checklist-grid article {
  border-radius: 18px;
  background: #f8fafc;
  padding: 20px;
}

.op-long-checklist-grid i {
  width: 26px;
  height: 26px;
  color: #16a34a;
  margin-bottom: 12px;
}

.op-long-checklist-grid strong,
.op-long-checklist-grid p {
  display: block;
}

.op-long-checklist-grid strong {
  color: #0f172a;
  font-size: 19px;
  font-weight: 950;
}

.op-long-checklist-grid p {
  margin: 6px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.op-benefit-ladder {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.op-benefit-ladder article {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.05);
}

.op-ladder-step {
  display: grid;
  min-height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 950;
}

.op-benefit-ladder h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 950;
  word-break: keep-all;
}

.op-benefit-ladder p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.68;
  font-weight: 720;
}

.op-proof-numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.op-proof-numbers article {
  border-radius: 22px;
  background:
    linear-gradient(180deg, #0f172a 0%, #075985 100%);
  padding: 26px 20px;
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.15);
}

.op-proof-numbers strong,
.op-proof-numbers span {
  display: block;
}

.op-proof-numbers strong {
  color: #fde68a;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 950;
}

.op-proof-numbers span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.op-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.op-before-box,
.op-after-box {
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}

.op-before-box {
  border: 1px solid rgba(239, 68, 68, 0.18);
  background: #fff7ed;
}

.op-after-box {
  border: 1px solid rgba(22, 163, 74, 0.18);
  background: #ecfdf5;
}

.op-before-box span,
.op-after-box span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 950;
}

.op-before-box span {
  background: #fee2e2;
  color: #b91c1c;
}

.op-after-box span {
  background: #dcfce7;
  color: #15803d;
}

.op-before-box h3,
.op-after-box h3 {
  margin: 16px 0;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 950;
}

.op-before-box ul,
.op-after-box ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.op-before-box li,
.op-after-box li {
  color: #475569;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 760;
}

.op-deep-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.op-deep-guide-copy,
.op-deep-guide-list {
  border-radius: 26px;
  background: #fff;
  padding: 32px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.06);
}

.op-deep-guide-copy {
  border: 1px solid rgba(2, 132, 199, 0.14);
}

.op-deep-guide-copy span {
  color: #0284c7;
  font-size: 14px;
  font-weight: 950;
}

.op-deep-guide-copy h3 {
  margin: 10px 0 14px;
  color: #0f172a;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.18;
  font-weight: 950;
  word-break: keep-all;
}

.op-deep-guide-copy p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 720;
}

.op-deep-guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid #e2e8f0;
}

.op-deep-guide-list article {
  border-radius: 18px;
  background: #f8fafc;
  padding: 20px;
}

.op-deep-guide-list strong {
  display: block;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
}

.op-deep-guide-list p {
  margin: 8px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 720;
}

.op-safety-declaration {
  margin-top: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 12%, rgba(253, 230, 138, 0.18), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #111827 100%);
  padding: 34px;
  color: #fff;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.16);
}

.op-safety-declaration > span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fde68a;
  padding: 0 14px;
  font-weight: 950;
}

.op-safety-declaration h3 {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.22;
  font-weight: 950;
  word-break: keep-all;
}

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

.op-safety-grid article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  padding: 22px;
}

.op-safety-grid i {
  width: 30px;
  height: 30px;
  color: #fb7185;
  margin-bottom: 14px;
}

.op-safety-grid strong,
.op-safety-grid p {
  display: block;
}

.op-safety-grid strong {
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.op-safety-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 720;
}

.op-mid-story {
  margin-top: 18px;
  border: 1px solid rgba(234, 88, 12, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 18%, rgba(234, 88, 12, 0.13), transparent 28%),
    #fff;
  padding: 34px;
  text-align: center;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.06);
}

.op-mid-story p {
  display: inline-flex;
  max-width: 760px;
  min-height: 44px;
  align-items: center;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c;
  padding: 0 18px;
  margin: 0 auto 18px;
  font-weight: 950;
}

.op-mid-story h3 {
  max-width: 860px;
  margin: 0 auto;
  color: #0f172a;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.26;
  font-weight: 950;
  word-break: keep-all;
}

.op-comparison-panel {
  display: grid;
  max-width: 1120px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px auto 0;
}

.op-comparison-panel article {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.op-comparison-panel article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: #ef4444;
  content: "";
}

.op-comparison-panel article:nth-child(2)::before {
  background: linear-gradient(90deg, #16a34a, #0284c7);
}

.op-comparison-panel strong {
  display: block;
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
}

.op-comparison-panel p {
  margin: 12px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 750;
}

.op-conversion-cta {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 18px auto 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at 14% 8%, rgba(253, 230, 138, 0.18), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #111827 52%, #ea580c 100%);
  padding: 32px;
  color: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
}

.op-conversion-cta span,
.op-conversion-cta h3 {
  display: block;
}

.op-conversion-cta > div > span {
  color: #fde68a;
  font-size: 14px;
  font-weight: 950;
}

.op-conversion-cta h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.22;
  font-weight: 950;
  word-break: keep-all;
}

.op-sales-story {
  background:
    radial-gradient(circle at 12% 12%, rgba(234, 88, 12, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
}

.op-story-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.op-story-head {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.op-story-head span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  background: #ffedd5;
  color: #ea580c;
  padding: 0 18px;
  font-weight: 950;
  margin-bottom: 16px;
}

.op-story-head h2 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.2;
  font-weight: 950;
  word-break: keep-all;
}

.op-story-head p {
  margin: 0;
  color: #475569;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 700;
  word-break: keep-all;
}

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

.op-story-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(234, 88, 12, 0.18);
  border-radius: 24px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.op-story-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #ea580c, #0284c7, #16a34a);
  content: "";
}

.op-story-card svg {
  width: 46px;
  height: 46px;
  color: #ea580c;
  margin-bottom: 24px;
}

.op-story-card > strong {
  display: block;
  color: #0284c7;
  font-size: 14px;
  font-weight: 950;
  margin-bottom: 12px;
}

.op-story-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.32;
  font-weight: 950;
  word-break: keep-all;
}

.op-story-card p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
}

.op-story-problem {
  background:
    linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.op-story-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, #0f172a 0%, #075985 55%, #0284c7 100%);
  padding: 30px;
  color: #fff;
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.18);
}

.op-story-cta span,
.op-story-cta h3,
.op-story-cta p {
  display: block;
}

.op-story-cta span {
  color: #fde68a;
  font-size: 14px;
  font-weight: 950;
}

.op-story-cta h3 {
  margin: 8px 0 6px;
  color: #fff;
  font-size: 30px;
  line-height: 1.24;
  font-weight: 950;
}

.op-story-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
}

.op-story-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.op-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.op-process-grid article {
  min-height: 270px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  padding: 30px 26px;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
}

.op-process-grid strong {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #fff;
  margin-bottom: 26px;
  font-size: 18px;
}

.op-faq-section {
  background: #fff;
}

.op-faq-list {
  display: grid;
  max-width: 940px;
  margin: 0 auto;
  gap: 14px;
}

.op-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  padding: 0 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.op-faq-item summary {
  cursor: pointer;
  padding: 22px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
}

.op-faq-item p {
  border-top: 1px solid #e2e8f0;
  padding: 18px 0 24px;
}

.op-review-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.op-review-slider {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 6px 0 18px;
}

.op-review-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: opReviewFlow 36s linear infinite;
}

.op-review-slider:hover .op-review-track {
  animation-play-state: paused;
}

@keyframes opReviewFlow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.op-review-card {
  flex: 0 0 292px;
  min-height: 250px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  padding: 28px 24px;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
}

.op-review-card div {
  color: #f59e0b;
  margin-bottom: 18px;
  font-size: 18px;
}

.op-review-card p {
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0 0 18px;
}

.op-review-card strong {
  color: #64748b;
}

.op-ticker-section {
  overflow: hidden;
  padding: 108px 5%;
  scroll-margin-top: 108px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
}

.op-ticker-wrap {
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.op-ticker-track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding: 18px 12px;
  animation: opTicker 26s linear infinite;
}

@keyframes opTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.op-ticker-track span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  padding: 0 18px;
  color: #475569;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.op-ticker-track strong {
  color: #0f172a;
}

.op-ticker-track em {
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  padding: 4px 9px;
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
}

.op-live-panel {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(2, 132, 199, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 4%, rgba(234, 88, 12, 0.16), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #075985 54%, #0284c7 100%);
  padding: 34px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.op-live-copy {
  color: #fff;
}

.op-live-copy > strong {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 0 14px;
  color: #fde68a;
  font-size: 14px;
  font-weight: 950;
}

.op-live-copy h3 {
  margin: 20px 0 14px;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
  font-weight: 950;
  word-break: keep-all;
}

.op-live-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  word-break: keep-all;
}

.op-live-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.op-live-actions .op-cta {
  min-height: 56px;
  font-size: 16px;
}

.op-live-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.op-live-card {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  padding: 20px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
  transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.op-live-card.is-swapping {
  opacity: 0.42;
  transform: translateY(10px) scale(0.985);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.op-live-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #16a34a, #f59e0b);
  content: "";
}

.op-live-card span,
.op-live-card strong,
.op-live-card p,
.op-live-card em {
  display: block;
}

.op-live-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0284c7;
  font-size: 13px;
  font-weight: 950;
}

.op-live-card span::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  animation: opLivePulse 1.6s ease-out infinite;
  content: "";
}

@keyframes opLivePulse {
  70% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.op-live-card strong {
  margin-top: 12px;
  color: #0f172a;
  font-size: 22px;
  font-weight: 950;
}

.op-live-card p {
  margin: 6px 0 14px;
  color: #475569;
  font-weight: 850;
  line-height: 1.45;
}

.op-live-card em {
  width: fit-content;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  padding: 5px 10px;
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
}

.op-live-card[data-status="received"] em {
  background: #e0f2fe;
  color: #0369a1;
}

.op-live-card[data-status="checking"] em {
  background: #fef3c7;
  color: #b45309;
}

.op-live-card[data-status="deposit"] em {
  background: #dcfce7;
  color: #15803d;
}

.op-bottom-banner {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #fff;
  text-align: center;
}

.op-bottom-bg {
  position: absolute;
  inset: 0;
  background: #fff url("assets/official-last_section.png") no-repeat center center / cover;
}

.op-bottom-banner::after {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.46);
  content: "";
}

.op-bottom-content {
  position: relative;
  z-index: 1;
  width: min(840px, calc(100% - 36px));
}

.op-bottom-content p {
  color: #0284c7;
  font-weight: 950;
  font-size: 18px;
}

.op-bottom-content h2 {
  margin: 12px 0 28px;
  color: #0f172a;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.26;
  font-weight: 950;
}

@media (min-width: 761px) {
  .official-page + .floating-cta {
    left: auto;
    right: 28px;
    bottom: 28px;
    width: min(376px, calc(100% - 56px));
    transform: none;
    border-radius: 18px;
    padding: 10px;
  }

  .official-page + .floating-cta strong {
    font-size: 14px;
  }

  .official-page + .floating-cta span {
    font-size: 12px;
  }

  .official-page + .floating-cta a {
    min-height: 40px;
    border-radius: 13px;
    padding: 0 12px;
  }
}

@media (max-width: 1040px) {
  .op-bento-grid,
  .op-trust-grid,
  .op-process-grid,
  .op-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .op-hero-badge {
    font-size: 15px;
  }
}

@media (max-width: 760px) {
  .op-hero {
    min-height: calc(100svh - 104px);
    padding: 78px 0 54px;
    place-items: start center;
  }

  .op-hero-bg {
    inset: 0;
    background-image: url("assets/official-main_mobile.png");
    background-size: cover;
    background-position: center bottom;
    opacity: 0.88;
  }

  .op-hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.35) 100%);
  }

  .op-hero-content {
    width: calc(100% - 28px);
    margin-top: 0;
  }

  .op-mini {
    min-height: 32px;
    padding: 0 12px;
    font-size: 13px;
  }

  .op-hero h1 {
    font-size: 38px;
    line-height: 1.18;
    margin-top: 18px;
  }

  .op-hero-subtitle {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .op-cta-group {
    display: grid;
    grid-template-columns: 1fr;
  }

  .op-cta {
    width: 100%;
    min-height: 56px;
    border-radius: 18px;
    font-size: 16px;
  }

  .op-hero-badge {
    display: none;
  }

  .op-hero-note {
    font-size: 12px;
  }

  .op-section {
    padding: 76px 14px;
    scroll-margin-top: 88px;
  }

  .op-attention-strip {
    padding: 14px;
  }

  .op-attention-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .op-attention-grid article {
    min-height: auto;
    border-radius: 16px;
    padding: 18px;
  }

  .op-attention-grid strong {
    font-size: 21px;
  }

  .op-section-head {
    text-align: center;
    margin-bottom: 28px;
  }

  .op-section-head span {
    margin-left: auto;
    margin-right: auto;
  }

  .op-section-head h2 {
    font-size: 31px;
  }

  .op-section-head p {
    font-size: 16px;
  }

  .op-bento-grid,
  .op-trust-grid,
  .op-story-grid,
  .op-process-grid,
  .op-review-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .op-bento-item,
  .op-trust-card,
  .op-story-card,
  .op-process-grid article,
  .op-review-card {
    min-height: auto;
    border-radius: 18px;
    padding: 24px;
  }

  .op-bento-item strong {
    font-size: 30px;
  }

  .op-story-head {
    text-align: center;
    margin-bottom: 24px;
  }

  .op-story-head .op-mini {
    margin-left: auto;
    margin-right: auto;
  }

  .op-story-head h2 {
    font-size: 31px;
  }

  .op-story-head p,
  .op-story-card p {
    font-size: 15px;
  }

  .op-story-card h3 {
    font-size: 22px;
  }

  .op-story-cta {
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 24px;
  }

  .op-story-cta h3 {
    font-size: 25px;
  }

  .op-story-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .op-items-section,
  .op-ticker-section {
    padding: 76px 0;
  }

  .op-items-section {
    padding-top: 56px;
    scroll-margin-top: 88px;
  }

  .op-ticker-section {
    padding-top: 58px;
    padding-bottom: 64px;
    padding-left: 14px;
    padding-right: 14px;
    scroll-margin-top: 88px;
  }

  .op-ticker-section .op-section-head {
    margin-bottom: 20px;
  }

  .op-items-section h2 {
    font-size: 31px;
  }

  .op-items-section p {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .op-marquee-track {
    display: grid;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 14px;
    padding-right: 0;
    margin: 0 auto;
    animation: none;
    transform: none;
  }

  .op-marquee-card {
    width: 100%;
    flex-basis: auto;
    border-radius: 18px;
    padding: 12px;
  }

  .op-marquee-card:nth-child(n + 7) {
    display: none;
  }

  .op-marquee-img-wrap {
    height: 168px;
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 12px;
  }

  .op-marquee-card-title {
    font-size: 16px;
  }

  .op-conversion-head {
    margin-bottom: 26px;
  }

  .op-conversion-head h2 {
    font-size: 32px;
  }

  .op-conversion-head p {
    font-size: 16px;
  }

  .op-conversion-flow {
    gap: 12px;
  }

  .op-conversion-block {
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 18px;
    padding: 24px;
  }

  .op-conversion-index {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    font-size: 18px;
  }

  .op-conversion-block h3 {
    font-size: 26px;
  }

  .op-conversion-block p {
    font-size: 15px;
  }

  .op-conversion-block ul,
  .op-situation-grid,
  .op-long-checklist-grid,
  .op-benefit-ladder article,
  .op-proof-numbers,
  .op-before-after,
  .op-deep-guide,
  .op-deep-guide-list,
  .op-safety-grid,
  .op-comparison-panel,
  .op-detail-band,
  .op-conversion-cta {
    grid-template-columns: 1fr;
  }

  .op-comparison-panel article,
  .op-situation-grid article,
  .op-long-checklist,
  .op-detail-band,
  .op-before-box,
  .op-after-box,
  .op-deep-guide-copy,
  .op-deep-guide-list,
  .op-safety-declaration,
  .op-mid-story,
  .op-conversion-cta {
    border-radius: 18px;
    padding: 22px;
  }

  .op-detail-divider {
    margin-top: 26px;
  }

  .op-detail-divider h3,
  .op-long-checklist-head h3,
  .op-benefit-ladder h3,
  .op-before-box h3,
  .op-after-box h3,
  .op-deep-guide-copy h3,
  .op-safety-declaration h3,
  .op-mid-story h3 {
    font-size: 25px;
  }

  .op-situation-grid {
    gap: 12px;
  }

  .op-situation-grid article {
    min-height: auto;
  }

  .op-situation-grid h3,
  .op-safety-grid strong {
    font-size: 21px;
  }

  .op-detail-band .op-cta {
    width: 100%;
    border-radius: 16px;
  }

  .op-long-checklist-grid {
    gap: 10px;
  }

  .op-benefit-ladder article {
    gap: 14px;
  }

  .op-ladder-step {
    width: fit-content;
    min-height: 44px;
    padding: 0 16px;
  }

  .op-proof-numbers article {
    padding: 22px 18px;
  }

  .op-proof-numbers strong {
    font-size: 25px;
  }

  .op-deep-guide-list article,
  .op-safety-grid article {
    border-radius: 16px;
    padding: 18px;
  }

  .op-mid-story p {
    display: block;
    min-height: auto;
    border-radius: 16px;
    padding: 12px 14px;
  }

  .op-comparison-panel strong {
    font-size: 21px;
  }

  .op-conversion-cta .op-cta {
    width: 100%;
    border-radius: 16px;
  }

  .official-page + .floating-cta {
    min-height: 52px;
    border-radius: 18px;
    padding: 6px 8px;
  }

  .official-page + .floating-cta strong {
    max-width: 118px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .official-page + .floating-cta .floating-actions {
    flex: 1;
    justify-content: flex-end;
  }

  .official-page + .floating-cta a {
    min-height: 38px;
    border-radius: 13px;
    padding: 0 9px;
    white-space: nowrap;
  }

  .op-review-slider {
    min-height: 255px;
    overflow: visible;
    padding-bottom: 0;
  }

  .op-review-track {
    display: block;
    width: 100%;
    animation: none;
  }

  .op-review-card {
    display: none;
    width: 100%;
    min-height: 236px;
    flex: none;
  }

  .op-review-card.is-active {
    display: block;
    animation: opReviewFade 0.45s ease both;
  }

  @keyframes opReviewFade {
    from {
      opacity: 0;
      transform: translateY(12px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .op-faq-item {
    border-radius: 14px;
    padding: 0 18px;
  }

  .op-faq-item summary {
    font-size: 17px;
  }

  .op-live-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 20px;
    padding: 22px;
  }

  .op-live-copy > strong {
    min-height: 32px;
    font-size: 12px;
  }

  .op-live-copy h3 {
    font-size: 28px;
  }

  .op-live-copy p {
    font-size: 15px;
  }

  .op-live-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .op-live-actions .op-cta {
    width: 100%;
    border-radius: 16px;
  }

  .op-live-card-grid {
    grid-template-columns: 1fr;
  }

  .op-live-card {
    min-height: auto;
    border-radius: 16px;
    padding: 18px;
  }

  .op-bottom-banner {
    min-height: 460px;
  }

  .op-bottom-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 420px) {
  .op-hero h1 {
    font-size: 34px;
  }

  .op-hero-subtitle br {
    display: none;
  }
}
