:root {
  --tapops-ink: #07120d;
  --tapops-night: #07111f;
  --tapops-night-soft: #0d1c2e;
  --tapops-panel: #111f32;
  --tapops-line: #263a53;
  --tapops-mint: #72f1b8;
  --tapops-mint-strong: #28b879;
  --tapops-mint-soft: #e5fbf1;
  --tapops-blue: #7aa2ff;
  --tapops-amber: #f4c27a;
}

.tapops-page {
  background: #f7faf8;
}

.tapops-page--zh {
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tapops-page--zh h1,
.tapops-page--zh h2,
.tapops-page--zh h3,
.tapops-page--zh h4,
.tapops-page--zh .button,
.tapops-page--zh .hx-footer-logo {
  font-family: "Noto Sans SC", "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;
}

.tapops-page .section {
  padding-top: clamp(58px, 8vw, 96px);
  padding-bottom: 0;
}

.tapops-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 8%, rgba(92, 128, 238, 0.2), transparent 31%),
    radial-gradient(circle at 8% 94%, rgba(42, 190, 129, 0.14), transparent 34%),
    #070d17;
  color: #f7fbff;
}

.tapops-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, transparent, #000 55%, #000);
  content: "";
}

.tapops-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(470px, 1.04fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: 760px;
  padding-top: 64px;
  padding-bottom: 66px;
}

.tapops-hero-grid > * {
  min-width: 0;
}

.tapops-hero-copy h1 {
  max-width: 650px;
  font-size: clamp(3rem, 4.2vw, 4rem);
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.tapops-hero-copy > p {
  max-width: 590px;
  margin: 26px 0 0;
  color: #afbecd;
  font-size: 1.1rem;
  line-height: 1.75;
}

.tapops-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.tapops-hero-meta span {
  border: 1px solid rgba(114, 241, 184, 0.28);
  border-radius: 999px;
  background: rgba(114, 241, 184, 0.1);
  padding: 7px 11px;
  color: var(--tapops-mint);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tapops-hero-meta small {
  color: #8192a5;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tapops-hero .actions {
  margin-top: 32px;
}

.tapops-hero .button.primary,
.tapops-cta-panel .button.primary {
  border-color: var(--tapops-mint);
  background: var(--tapops-mint);
  color: var(--tapops-ink);
}

.tapops-hero .button.primary:hover,
.tapops-cta-panel .button.primary:hover {
  border-color: #a7ffd7;
  background: #a7ffd7;
}

.tapops-hero .button.secondary {
  border-color: #35455a;
  background: rgba(255, 255, 255, 0.02);
  color: #e9f1f7;
}

.tapops-hero .button.secondary:hover {
  border-color: #52667f;
  background: rgba(255, 255, 255, 0.06);
}

.tapops-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 27px;
  color: #91a3b6;
  font-size: 0.76rem;
}

.tapops-hero-proof span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.tapops-hero-proof span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tapops-mint);
  box-shadow: 0 0 0 4px rgba(114, 241, 184, 0.09);
  content: "";
}

.tapops-hero-visual {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}

.tapops-phone-wrap {
  position: relative;
  z-index: 4;
  transform: rotate(2deg);
  filter: drop-shadow(0 35px 60px rgba(0, 0, 0, 0.52));
  animation: tapops-phone-drift 7s ease-in-out infinite;
}

.tapops-phone {
  position: relative;
  overflow: hidden;
  width: 294px;
  height: 590px;
  border: 1px solid #344055;
  border-radius: 39px;
  background: #05080e;
  padding: 9px;
  box-shadow: inset 0 0 0 2px #111826, 0 0 0 1px #05070b;
}

.tapops-phone-top {
  display: flex;
  justify-content: space-between;
  height: 34px;
  padding: 8px 16px 0;
  color: #eff5ff;
  font-size: 9px;
  font-weight: 800;
}

.tapops-phone-top::after {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 84px;
  height: 21px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020305;
  content: "";
}

.tapops-phone-screen {
  height: calc(100% - 34px);
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #f5f8fc, #eaf0f6);
  padding: 17px 15px 23px;
  color: #15202f;
}

.tapops-greeting {
  display: flex;
  flex-direction: column;
}

.tapops-greeting small {
  color: #8290a3;
  font-size: 9px;
}

.tapops-greeting strong {
  margin-top: 3px;
  font-size: 19px;
  letter-spacing: -0.03em;
}

.tapops-site-card {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  border-radius: 14px;
  background: #0e1a2b;
  padding: 13px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 34, 53, 0.13);
}

.tapops-site-card img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 10px;
}

.tapops-site-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.tapops-site-card small {
  color: #8294ab;
  font-size: 8px;
}

.tapops-site-card strong {
  margin-top: 2px;
  font-size: 11px;
  white-space: nowrap;
}

.tapops-site-card span {
  margin-top: 4px;
  color: #91a1b6;
  font-size: 8px;
}

.tapops-verified-card {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 9px;
  align-items: center;
  margin-top: 11px;
  border: 1px solid #b8e8cf;
  border-radius: 13px;
  background: #dff8eb;
  padding: 12px;
  color: #153a2a;
}

.tapops-verified-card img {
  border-radius: 50%;
}

.tapops-verified-card div {
  display: flex;
  flex-direction: column;
}

.tapops-verified-card strong {
  font-size: 10px;
}

.tapops-verified-card span {
  margin-top: 2px;
  color: #638776;
  font-size: 7px;
}

.tapops-verified-card b {
  border-radius: 999px;
  background: #bbebd2;
  padding: 4px 6px;
  color: #1b6b49;
  font-size: 6px;
  text-transform: uppercase;
}

.tapops-task-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 1px 8px;
}

.tapops-task-heading strong {
  font-size: 11px;
}

.tapops-task-heading span {
  color: #8290a3;
  font-size: 8px;
}

.tapops-task {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px;
  align-items: center;
  height: 37px;
  border-bottom: 1px solid #d7e0ea;
  color: #435066;
  font-size: 8px;
}

.tapops-task i {
  display: block;
  width: 19px;
  height: 19px;
  border: 1px solid #c4d0dc;
  border-radius: 6px;
  font-style: normal;
  font-size: 5px;
}

.tapops-task.is-done {
  color: #7d8b9d;
}

.tapops-task.is-done i {
  display: grid;
  width: 31px;
  place-items: center;
  border-color: #1c9b69;
  background: #1c9b69;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.tapops-app-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  border: 0;
  border-radius: 11px;
  background: #111e31;
  color: #fff;
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
}

.tapops-phone-home {
  position: absolute;
  bottom: 13px;
  left: 50%;
  z-index: 10;
  width: 86px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 9px;
  background: #10141c;
}

.tapops-tag-card {
  position: absolute;
  top: 26px;
  left: -4px;
  z-index: 3;
  display: flex;
  gap: 13px;
  align-items: center;
  width: 225px;
  min-height: 142px;
  transform: rotate(-9deg);
  border-radius: 24px;
  background: linear-gradient(145deg, #edfff6, #8deec2);
  padding: 19px;
  color: #091821;
  box-shadow: 0 30px 70px rgba(34, 92, 71, 0.24);
  animation: tapops-tag-drift 6s ease-in-out infinite;
}

.tapops-tag-card::after {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(8, 30, 22, 0.13);
  border-radius: 17px;
  content: "";
}

.tapops-tag-card img {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  border: 1px solid rgba(8, 30, 22, 0.17);
  border-radius: 50%;
}

.tapops-tag-card div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.tapops-tag-card small {
  font-size: 8px;
  letter-spacing: 0.11em;
  opacity: 0.62;
}

.tapops-tag-card strong {
  margin-top: 5px;
  font-size: 17px;
}

.tapops-tag-card span {
  margin-top: 5px;
  font-size: 10px;
  opacity: 0.58;
}

.tapops-float-card {
  position: absolute;
  z-index: 6;
  display: flex;
  min-width: 188px;
  flex-direction: column;
  gap: 3px;
  border: 1px solid #334963;
  border-radius: 14px;
  background: rgba(17, 31, 50, 0.92);
  padding: 13px 15px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.tapops-float-card span {
  color: var(--tapops-mint);
  font-size: 0.7rem;
  font-weight: 800;
}

.tapops-float-card strong {
  color: #91a2b7;
  font-size: 0.58rem;
  font-weight: 600;
}

.tapops-float-verified {
  top: 185px;
  right: -8px;
  animation: tapops-card-float 5s ease-in-out infinite;
}

.tapops-float-record {
  bottom: 54px;
  left: 4px;
  animation: tapops-card-float 5s ease-in-out 1.2s infinite;
}

@keyframes tapops-phone-drift {
  0%, 100% { transform: rotate(2deg) translateY(0); }
  50% { transform: rotate(1deg) translateY(-7px); }
}

@keyframes tapops-tag-drift {
  0%, 100% { transform: rotate(-9deg) translateY(0); }
  50% { transform: rotate(-7deg) translateY(-7px); }
}

@keyframes tapops-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

.tapops-section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

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

.tapops-section-heading > span,
.tapops-security-copy > span,
.tapops-cta-panel > div > span {
  color: #177e52;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tapops-section-heading h2,
.tapops-security-copy h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.07;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.tapops-flow-section {
  background: #fff;
}

.tapops-flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbdad2;
  border-bottom: 1px solid #cbdad2;
}

.tapops-flow-grid article {
  min-height: 210px;
  border-right: 1px solid #cbdad2;
  padding: 30px;
}

.tapops-flow-grid article:last-child {
  border-right: 0;
}

.tapops-flow-grid small {
  color: #1c9665;
  font-weight: 900;
}

.tapops-flow-grid h3 {
  margin-top: 32px;
  font-size: 1.2rem;
}

.tapops-flow-grid p {
  margin: 10px 0 0;
  color: #65736a;
  line-height: 1.65;
}

.tapops-showcase-section {
  background: linear-gradient(#fff 0 56%, #07111f 56%);
}

.tapops-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.tapops-dashboard-mockup,
.tapops-record-mockup {
  min-width: 0;
  border: 1px solid #2b3d55;
  border-radius: 20px;
  background: #0d192a;
  padding: clamp(20px, 3vw, 34px);
  color: #edf5fb;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.16);
}

.tapops-dashboard-mockup > header,
.tapops-record-mockup > header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.tapops-dashboard-mockup header small {
  color: #7f91a7;
  font-size: 0.69rem;
  text-transform: uppercase;
}

.tapops-dashboard-mockup header h3 {
  margin-top: 6px;
  font-size: 1.38rem;
}

.tapops-dashboard-mockup header > span {
  border: 1px solid rgba(114, 241, 184, 0.22);
  border-radius: 999px;
  background: rgba(114, 241, 184, 0.08);
  padding: 6px 9px;
  color: var(--tapops-mint);
  font-size: 0.66rem;
  font-weight: 800;
}

.tapops-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.tapops-kpi-row > div {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #23364d;
  border-radius: 12px;
  background: #101f32;
  padding: 16px;
}

.tapops-kpi-row small,
.tapops-kpi-row span {
  color: #8295aa;
  font-size: 0.65rem;
}

.tapops-kpi-row strong {
  margin: 6px 0 4px;
  color: var(--tapops-mint);
  font-size: 1.65rem;
}

.tapops-dashboard-lower {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(170px, 0.7fr);
  gap: 10px;
  margin-top: 10px;
}

.tapops-activity-list,
.tapops-bars {
  min-width: 0;
  border: 1px solid #23364d;
  border-radius: 12px;
  background: #0a1626;
  padding: 16px;
}

.tapops-activity-list > strong,
.tapops-bars > strong {
  font-size: 0.78rem;
}

.tapops-activity-list p {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 14px 0 0;
  color: #c7d2dd;
  font-size: 0.65rem;
}

.tapops-activity-list time {
  color: #7c8da0;
}

.tapops-activity-list em {
  color: var(--tapops-mint);
  font-style: normal;
  font-size: 0.58rem;
}

.tapops-activity-list .needs-review em {
  color: var(--tapops-amber);
}

.tapops-bars > div {
  display: flex;
  gap: 9px;
  align-items: end;
  height: 128px;
  margin-top: 18px;
}

.tapops-bars i {
  position: relative;
  width: 20%;
  height: var(--bar);
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(#72f1b8, #238b66);
  font-style: normal;
}

.tapops-bars span {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  color: #78899d;
  font-size: 0.54rem;
}

.tapops-record-mockup {
  background: linear-gradient(145deg, #f5f8fc, #e4ebf2);
  color: #15202f;
}

.tapops-record-mockup > header {
  align-items: center;
  border-bottom: 1px solid #ccd6e0;
  padding-bottom: 15px;
  color: #536176;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.tapops-record-mockup > header b {
  border-radius: 999px;
  background: #cdf0df;
  padding: 5px 7px;
  color: #1b6d4b;
  font-size: 0.55rem;
  letter-spacing: 0;
}

.tapops-record-title {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 23px;
}

.tapops-record-title small,
.tapops-record-title span {
  color: #75849a;
  font-size: 0.62rem;
}

.tapops-record-title h3 {
  margin: 6px 0 4px;
  font-size: 1.15rem;
}

.tapops-record-title > strong {
  color: #168a5b;
  font-size: 1.85rem;
  text-align: right;
}

.tapops-record-title > strong small {
  display: block;
}

.tapops-proof-chain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
  border: 1px solid #cbd6e0;
  border-radius: 10px;
  background: #fff;
}

.tapops-proof-chain span {
  border-right: 1px solid #d9e1e8;
  padding: 11px 4px;
  color: #536174;
  font-size: 0.6rem;
  font-weight: 800;
  text-align: center;
}

.tapops-proof-chain span:last-child {
  border-right: 0;
}

.tapops-record-evidence {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.tapops-record-evidence > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  border-left: 3px solid var(--tapops-mint-strong);
  background: rgba(255, 255, 255, 0.7);
  padding: 12px;
}

.tapops-record-evidence small {
  grid-row: 1 / 3;
  color: #6d7b8e;
  font-size: 0.63rem;
}

.tapops-record-evidence strong {
  font-size: 0.73rem;
}

.tapops-record-evidence span {
  margin-top: 3px;
  color: #79869a;
  font-size: 0.58rem;
}

.tapops-record-mockup footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  border-top: 1px solid #ccd6e0;
  padding-top: 15px;
  color: #66758a;
  font-size: 0.62rem;
}

.tapops-record-mockup footer strong {
  color: #1a6d4c;
}

.tapops-launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
  overflow: hidden;
  border: 1px solid #20364b;
  border-radius: 20px;
  background: #071421;
  color: #fff;
}

.tapops-launch-copy {
  align-self: center;
  padding: clamp(30px, 5vw, 56px);
}

.tapops-launch-copy .kicker {
  background: rgba(114, 241, 184, 0.11);
  color: var(--tapops-mint);
}

.tapops-launch-copy h2 {
  margin-top: 4px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.tapops-launch-copy > p {
  margin: 18px 0 0;
  color: #b8c8ce;
  line-height: 1.7;
}

.tapops-launch-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 16px;
  margin-top: 25px;
  color: #edf8f3;
  font-size: 0.76rem;
}

.tapops-launch-points span {
  border-left: 2px solid var(--tapops-mint);
  padding-left: 9px;
}

.tapops-launch-media {
  position: relative;
  min-height: 540px;
  margin: 0;
  background: #0c2432;
}

.tapops-launch-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.tapops-launch-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(4, 18, 27, 0.8);
  padding: 9px 13px;
  color: #e8f2ef;
  font-size: 0.72rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.tapops-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cbdad2;
  border-bottom: 1px solid #cbdad2;
}

.tapops-use-grid article {
  min-height: 180px;
  border-right: 1px solid #cbdad2;
  padding: 24px;
}

.tapops-use-grid article:last-child {
  border-right: 0;
}

.tapops-use-grid small {
  color: #16875a;
  font-weight: 900;
}

.tapops-use-grid h3 {
  margin-top: 26px;
  font-size: 1.25rem;
}

.tapops-use-grid p {
  margin: 8px 0 0;
  color: #69776e;
  line-height: 1.55;
}

.tapops-industry-line {
  margin: 20px 0 0;
  color: #647269;
  font-size: 0.86rem;
  line-height: 1.75;
}

.tapops-industry-line strong {
  color: #182018;
}

.tapops-security-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  border-radius: 20px;
  background: #07111f;
  padding: clamp(30px, 5vw, 58px);
  color: #fff;
}

.tapops-security-copy > span {
  color: var(--tapops-mint);
}

.tapops-security-copy p {
  margin: 20px 0 0;
  color: #b0c0cf;
  line-height: 1.7;
}

.tapops-security-copy small {
  display: block;
  margin-top: 18px;
  border-left: 2px solid var(--tapops-blue);
  padding-left: 12px;
  color: #8699ad;
  line-height: 1.6;
}

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

.tapops-assurance-list article {
  border: 1px solid #2b3e57;
  border-radius: 14px;
  background: #0d1a2c;
  padding: 22px;
}

.tapops-assurance-list article.secure {
  border-color: rgba(114, 241, 184, 0.42);
  background: linear-gradient(125deg, rgba(114, 241, 184, 0.1), #0d1a2c 68%);
}

.tapops-assurance-list article > span {
  color: #879aad;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tapops-assurance-list article.secure > span {
  color: var(--tapops-mint);
}

.tapops-assurance-list h3 {
  margin-top: 9px;
  font-size: 1.18rem;
}

.tapops-assurance-list p {
  margin: 8px 0 0;
  color: #a8b7c6;
  font-size: 0.86rem;
  line-height: 1.65;
}

.tapops-assurance-list a {
  color: var(--tapops-mint);
}

.tapops-page .tapops-cta-panel {
  background: linear-gradient(110deg, var(--tapops-mint-soft), #edf8ff);
}

.tapops-cta-panel h2 {
  margin-top: 8px;
}

.tapops-cta-panel p {
  margin-top: 10px;
}

.tapops-page .hx-discovery {
  margin-top: clamp(70px, 10vw, 120px);
  padding-top: 56px;
  padding-bottom: 70px;
}

.tapops-capability-summary {
  margin-top: 22px;
  border: 1px solid #d7e4dd;
  border-radius: 16px;
  background: #f3faf6;
  padding: 24px;
}

.tapops-capability-summary h3 {
  font-size: 1rem;
}

.tapops-capability-summary ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 15px 0 0;
  padding-left: 20px;
  color: #53645a;
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (max-width: 1020px) {
  .tapops-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 74px;
  }

  .tapops-hero-copy {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
  }

  .tapops-hero-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .tapops-hero-meta,
  .tapops-hero .actions,
  .tapops-hero-proof {
    justify-content: center;
  }

  .tapops-hero-visual {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .tapops-showcase-grid,
  .tapops-launch-grid,
  .tapops-security-panel {
    grid-template-columns: 1fr;
  }

  .tapops-launch-media {
    min-height: 480px;
  }

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

  .tapops-use-grid article:nth-child(2) {
    border-right: 0;
  }

  .tapops-use-grid article:nth-child(-n+2) {
    border-bottom: 1px solid #cbdad2;
  }
}

@media (max-width: 720px) {
  .tapops-page .section {
    padding-top: 60px;
  }

  .tapops-hero-grid {
    width: min(100%, 94vw);
    padding-top: 54px;
    padding-bottom: 38px;
  }

  .tapops-hero-copy h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .tapops-hero-visual {
    min-height: 570px;
    transform: scale(0.9);
    margin: -20px auto;
  }

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

  .tapops-flow-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #cbdad2;
    padding: 24px 4px;
  }

  .tapops-flow-grid article:last-child {
    border-bottom: 0;
  }

  .tapops-flow-grid h3 {
    margin-top: 16px;
  }

  .tapops-dashboard-lower,
  .tapops-kpi-row {
    grid-template-columns: 1fr;
  }

  .tapops-kpi-row > div {
    min-height: 92px;
  }

  .tapops-activity-list p {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .tapops-activity-list em {
    display: none;
  }

  .tapops-launch-media {
    min-height: 400px;
  }

  .tapops-launch-points {
    grid-template-columns: 1fr;
  }

  .tapops-security-panel {
    gap: 28px;
  }

  .tapops-capability-summary ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .tapops-hero-copy h1 {
    font-size: clamp(2.45rem, 11.8vw, 3.1rem);
  }

  .tapops-hero-proof {
    gap: 10px 14px;
  }

  .tapops-hero-visual {
    left: auto;
    width: 100%;
    min-height: 520px;
    transform: scale(0.78);
    transform-origin: center top;
    margin: -20px 0 -100px;
  }

  .tapops-float-verified {
    right: 10px;
  }

  .tapops-float-record {
    left: 18px;
  }

  .tapops-use-grid {
    grid-template-columns: 1fr;
  }

  .tapops-use-grid article,
  .tapops-use-grid article:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #cbdad2;
  }

  .tapops-use-grid article:last-child {
    border-bottom: 0;
  }

  .tapops-record-title {
    flex-direction: column;
  }

  .tapops-record-title > strong {
    text-align: left;
  }

  .tapops-record-title > strong small {
    display: inline;
  }

  .tapops-launch-media {
    min-height: 320px;
  }

  .tapops-launch-media figcaption {
    right: 10px;
    bottom: 10px;
  }

  .tapops-capability-summary ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tapops-phone-wrap,
  .tapops-tag-card,
  .tapops-float-card {
    animation: none;
  }
}
