:root {
  --ink: #081828;
  --navy: #102030;
  --blue: #0070b8;
  --cyan: #00a8d0;
  --teal: #00b8d8;
  --violet: #7b61ff;
  --pink: #f25fc1;
  --soft: #f5f7ff;
  --soft-2: #f8fbff;
  --line: #e4ebf5;
  --text: #243447;
  --muted: #6b7b8d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(20, 38, 80, 0.12);
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-snap: cubic-bezier(0.2, 0.8, 0.2, 1);
  --display-font: "Arial Rounded MT Bold", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--body-font);
  line-height: 1.6;
  animation: page-fade-in 620ms var(--motion-ease) both;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  background: var(--white);
  color: var(--ink);
  border-radius: 6px;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(780px, calc(100% - 40px));
}

.section {
  padding: 92px 0;
  scroll-margin-top: 98px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  background: transparent;
}

.header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: 230px 1fr 150px;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand img {
  width: 100%;
  background: transparent;
  transition: transform 240ms var(--motion-snap), filter 240ms ease;
}

.brand:hover img {
  transform: translateY(-2px) scale(1.02);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #40516a;
  font-family: var(--display-font);
  font-size: 0.96rem;
  font-weight: 500;
}

.main-nav a,
.footer-links a,
.text-link {
  text-decoration: none;
  transition: color 180ms ease, transform 180ms var(--motion-snap);
}

.main-nav a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--blue);
}

.main-nav a:hover,
.footer-links a:hover {
  transform: translateY(-2px);
}

.header-cta,
.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 900;
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 220ms var(--motion-snap), box-shadow 220ms ease, border-color 220ms ease;
}

.header-cta::after,
.button::after {
  position: absolute;
  inset: -45% auto -45% -70%;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-18deg);
  transition: left 520ms ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-3px);
}

.header-cta:hover::after,
.button:hover::after {
  left: 130%;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, #365cff, var(--cyan));
  box-shadow: 0 16px 34px rgba(54, 92, 255, 0.24);
}

.button.secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
  box-shadow: 0 12px 28px rgba(20, 38, 80, 0.1);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  padding: 118px 0 0;
  background:
    radial-gradient(circle at 6% 18%, rgba(0, 168, 208, 0.12), transparent 24%),
    radial-gradient(circle at 92% 24%, rgba(123, 97, 255, 0.16), transparent 22%),
    linear-gradient(180deg, #f7f8ff 0%, #f4f7ff 72%, #ffffff 100%);
}

.hero::before {
  position: absolute;
  left: -130px;
  top: 96px;
  width: 360px;
  height: 360px;
  content: "";
  border-radius: 38% 62% 58% 42%;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0 10px, rgba(69, 105, 255, 0.08) 11px 13px),
    rgba(230, 237, 250, 0.72);
  transform: rotate(18deg);
  animation: hero-rings-drift 10s ease-in-out infinite alternate;
}

.hero-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero-shape--left {
  left: 14%;
  top: 248px;
  width: 46px;
  height: 46px;
  border-top: 4px dotted rgba(242, 95, 193, 0.65);
  transform: rotate(-24deg);
  animation: accent-dash 3.2s ease-in-out infinite;
}

.hero-shape--right {
  right: 9%;
  top: 182px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: radial-gradient(circle at 34% 32%, #53e4ff, #4b62ff 56%, #7b61ff);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.45), 0 24px 50px rgba(64, 91, 255, 0.34);
  animation: orb-float 6.5s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: #3f63ff;
  font-family: var(--display-font);
  font-size: clamp(0.9rem, 1.6vw, 1.28rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--display-font);
  font-weight: 900;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 {
  width: max-content;
  max-width: calc(100vw - 64px);
  margin-bottom: 14px;
  color: transparent;
  background: linear-gradient(90deg, var(--violet), var(--pink) 45%, var(--cyan));
  background-clip: text;
  font-family: var(--display-font);
  font-size: clamp(3.2rem, 5.15vw, 5.85rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-subtitle {
  max-width: 660px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 870px;
  margin-bottom: 18px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 13px;
  color: #516073;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(20, 38, 80, 0.06);
  font-size: 0.82rem;
  font-weight: 900;
  transition: transform 220ms var(--motion-snap), border-color 220ms ease, box-shadow 220ms ease;
}

.hero-proof span:hover {
  border-color: rgba(0, 168, 208, 0.42);
  box-shadow: 0 18px 34px rgba(20, 38, 80, 0.1);
  transform: translateY(-4px);
}

.hero-proof b {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border-radius: 999px;
  font-size: 0.68rem;
}

.hero-showcase {
  position: relative;
  width: min(980px, 100%);
  min-height: 285px;
  animation: hero-showcase-float 4.8s ease-in-out infinite;
  will-change: transform;
}

@keyframes hero-showcase-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

@media (prefers-reduced-motion: reduce) {
  .hero-showcase {
    animation: none;
  }
}

.browser-mockup,
.phone-mockup {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.browser-mockup {
  position: absolute;
  left: 50%;
  bottom: -86px;
  z-index: 2;
  width: min(720px, 78%);
  border: 1px solid rgba(217, 226, 239, 0.95);
  border-radius: 14px 14px 0 0;
  transform: translateX(-50%);
  animation: mockup-rise 820ms var(--motion-ease) 360ms both;
}

.browser-bar {
  display: flex;
  gap: 7px;
  height: 34px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cbd7e8;
}

.browser-mockup img {
  width: 100%;
  height: 252px;
  object-fit: cover;
}

.device-card {
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 3;
  width: 285px;
  min-height: 184px;
  padding: 24px;
  text-align: left;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 24, 40, 0.96), rgba(36, 56, 148, 0.96)),
    url("../images/man-using-smart-watch-with-app-icons.webp") center / cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 28px 60px rgba(20, 38, 80, 0.24);
  animation: floating-card 5.4s ease-in-out infinite;
}

.device-card span {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.device-card strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 1.35rem;
  line-height: 1.05;
}

.device-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.phone-mockup {
  position: absolute;
  right: 0;
  bottom: -72px;
  z-index: 3;
  width: 178px;
  height: 272px;
  padding: 10px;
  border: 8px solid #ffffff;
  border-radius: 28px;
  animation: floating-phone 5.9s ease-in-out infinite;
}

.phone-mockup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.badge-strip {
  padding: 82px 0 34px;
  background: var(--white);
}

.badge-strip .container {
  width: min(1360px, calc(100% - 72px));
}

.badge-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 28px;
}

.badge-card {
  flex: 0 1 calc((100% - 84px) / 4);
  min-width: 245px;
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 30px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(20, 38, 80, 0.05);
  font-family: var(--display-font);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  transition: transform 220ms var(--motion-snap), box-shadow 220ms ease, border-color 220ms ease;
}

.badge-card:hover {
  border-color: rgba(88, 113, 255, 0.26);
  box-shadow: 0 22px 48px rgba(20, 38, 80, 0.1);
  transform: translateY(-5px);
}

.badge-card b {
  display: block;
  font: inherit;
}

.badge-icon {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #5871ff;
  transition: transform 280ms var(--motion-snap), color 220ms ease;
}

.badge-card:hover .badge-icon {
  color: var(--cyan);
  transform: rotate(-5deg) scale(1.08);
}

.badge-icon::before,
.badge-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.badge-icon--device::before {
  inset: 1px 5px;
  border: 3px solid currentColor;
  border-radius: 9px;
}

.badge-icon--device::after {
  left: 15px;
  bottom: 6px;
  width: 5px;
  height: 5px;
  background: #c6d1ff;
  border-radius: 50%;
}

.badge-icon--gear::before {
  inset: 2px;
  border: 4px solid currentColor;
  border-radius: 50%;
  box-shadow:
    0 -8px 0 -4px currentColor,
    0 8px 0 -4px currentColor,
    8px 0 0 -4px currentColor,
    -8px 0 0 -4px currentColor;
}

.badge-icon--gear::after {
  inset: 12px;
  background: #c6d1ff;
  border-radius: 50%;
}

.badge-icon--cycle::before {
  inset: 2px;
  border: 4px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.badge-icon--cycle::after {
  top: 3px;
  right: 1px;
  width: 15px;
  height: 15px;
  background: #c6d1ff;
  border-radius: 50%;
}

.badge-icon--document::before {
  inset: 1px 4px;
  border: 3px solid currentColor;
  border-radius: 8px;
}

.badge-icon--document::after {
  right: 8px;
  bottom: 8px;
  width: 12px;
  height: 3px;
  background: #c6d1ff;
  box-shadow: 0 -7px 0 #c6d1ff;
}

.badge-icon--screen::before {
  left: 2px;
  top: 5px;
  width: 30px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 7px;
}

.badge-icon--screen::after {
  left: 9px;
  bottom: 2px;
  width: 16px;
  height: 3px;
  background: currentColor;
  box-shadow: 5px -3px 0 -1px currentColor;
}

.badge-icon--signal::before {
  left: 6px;
  bottom: 5px;
  width: 4px;
  height: 12px;
  background: currentColor;
  border-radius: 4px;
  box-shadow:
    8px -5px 0 currentColor,
    16px -11px 0 currentColor;
}

.badge-icon--signal::after {
  left: 3px;
  bottom: 2px;
  width: 4px;
  height: 4px;
  background: #c6d1ff;
  border-radius: 50%;
  box-shadow:
    8px -5px 0 #c6d1ff,
    16px -11px 0 #c6d1ff,
    24px -17px 0 #c6d1ff;
}

.badge-icon--headset::before {
  left: 4px;
  top: 4px;
  width: 26px;
  height: 25px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.badge-icon--headset::after {
  left: 4px;
  bottom: 4px;
  width: 8px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 8px;
  box-shadow: 18px 0 0 -3px currentColor;
}

.persuasion-section,
.services-section,
.faq-section,
.page-hero {
  background: var(--soft-2);
}

.about-section,
.tools-section {
  background: var(--white);
}

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

.section-heading.wide-title {
  width: min(1360px, calc(100% - 72px));
  max-width: 1360px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.centered,
.section-heading.centered p {
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2,
.feature-banner h2,
.final-cta h2,
.page-hero h1 {
  color: #030734;
  font-size: clamp(2.55rem, 4.7vw, 4.55rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.section-heading.wide-title h2 {
  font-size: clamp(3rem, 4.55vw, 4.1rem);
}

.section-heading.wide-title h2 span {
  display: block;
  white-space: nowrap;
}

.section-heading.three-line-title {
  max-width: 1100px;
}

.section-heading.three-line-title h2 {
  font-size: clamp(3rem, 5.45vw, 5.1rem);
}

.section-heading.three-line-title h2 span {
  display: block;
  white-space: nowrap;
}

.section-heading > p:last-child {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.persuasion-grid,
.service-grid,
.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.persuasion-grid article,
.service-card,
.tools-grid article,
.contact-card,
.legal-list,
.legal-copy,
.faq-list details {
  background: var(--white);
  border: 1px solid rgba(159, 178, 224, 0.42);
  border-radius: 16px;
  box-shadow: 0 20px 54px rgba(20, 38, 80, 0.08);
}

.persuasion-grid article,
.service-card,
.tools-grid article {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px;
  transition: transform 240ms var(--motion-snap), box-shadow 240ms ease, border-color 240ms ease;
  will-change: transform;
}

.persuasion-grid article::before,
.service-card::before,
.tools-grid article::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(88, 113, 255, 0.16), transparent 34%),
    linear-gradient(315deg, rgba(0, 184, 216, 0.2), transparent 30%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.persuasion-grid article::after,
.service-card::after,
.tools-grid article::after {
  position: absolute;
  right: -42px;
  top: -50px;
  width: 116px;
  height: 116px;
  content: "";
  background: conic-gradient(from 160deg, rgba(242, 95, 193, 0.22), rgba(0, 184, 216, 0.18), rgba(88, 113, 255, 0.16), rgba(242, 95, 193, 0.22));
  border-radius: 34px;
  transform: rotate(18deg);
  transition: transform 420ms var(--motion-snap), opacity 240ms ease;
}

.persuasion-grid article:hover,
.service-card:hover,
.tools-grid article:hover {
  border-color: rgba(0, 168, 208, 0.55);
  box-shadow: 0 28px 70px rgba(20, 38, 80, 0.14);
  transform: translateY(-8px);
}

.persuasion-grid article:hover::before,
.service-card:hover::before,
.tools-grid article:hover::before {
  opacity: 1;
}

.persuasion-grid article:hover::after,
.service-card:hover::after,
.tools-grid article:hover::after {
  transform: rotate(32deg) scale(1.08);
}

.persuasion-grid span,
.service-card span,
.tools-grid span,
.contact-card span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 44px;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(135deg, #365cff, var(--cyan));
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 112, 184, 0.22);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.persuasion-grid h3,
.service-card h3,
.tools-grid h3 {
  position: relative;
  z-index: 1;
  color: #050936;
  font-size: 1.48rem;
  line-height: 1.05;
}

.persuasion-grid p,
.service-card p,
.tools-grid p {
  position: relative;
  z-index: 1;
}

.service-card {
  min-height: 245px;
  padding: 34px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(123, 97, 255, 0.65), rgba(242, 95, 193, 0.55), rgba(0, 184, 216, 0.65)) border-box;
  border: 1px solid transparent;
}

.service-card:nth-child(2n) span {
  background: linear-gradient(135deg, var(--violet), var(--pink));
}

.service-card:nth-child(3n) span {
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.service-card p {
  color: #40516a;
  font-size: 1.04rem;
  line-height: 1.58;
}

.feature-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: stretch;
  padding: 48px;
  background: linear-gradient(135deg, #f5f7ff, #ffffff);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  transition: transform 260ms var(--motion-snap), box-shadow 260ms ease;
}

.feature-banner:hover {
  box-shadow: 0 30px 82px rgba(20, 38, 80, 0.14);
  transform: translateY(-4px);
}

.feature-banner > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-banner .eyebrow {
  margin-bottom: 18px;
}

.feature-banner h2 {
  max-width: 520px;
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 3.5vw, 3.55rem);
}

.lead {
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.55;
  font-weight: 900;
}

.feature-banner p:not(.eyebrow) {
  max-width: 510px;
  color: #565b68;
  font-size: 1.04rem;
  line-height: 1.65;
}

.feature-banner figure {
  margin: 0;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(20, 38, 80, 0.12);
}

.feature-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--motion-ease);
}

.feature-banner:hover img,
.contact-panel figure:hover img {
  transform: scale(1.045);
}

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

.tools-grid article {
  min-height: 190px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98)),
    linear-gradient(135deg, rgba(88, 113, 255, 0.08), rgba(0, 184, 216, 0.08));
  box-shadow: 0 14px 36px rgba(20, 38, 80, 0.06);
}

.tools-grid span {
  width: 46px;
  height: 46px;
  color: var(--white);
  background: linear-gradient(135deg, var(--violet), var(--cyan));
  border-radius: 14px;
}

.verification-section {
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(0, 184, 216, 0.16), transparent 26%),
    radial-gradient(circle at 90% 12%, rgba(123, 97, 255, 0.14), transparent 26%),
    linear-gradient(180deg, #f7f9ff 0%, #eef4ff 100%);
}

.verification-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  gap: 36px;
  align-items: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(246, 250, 255, 0.92)) padding-box,
    linear-gradient(135deg, rgba(0, 184, 216, 0.38), rgba(123, 97, 255, 0.3), rgba(242, 95, 193, 0.26)) border-box;
  border: 1px solid transparent;
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(20, 38, 80, 0.12);
  transition: transform 260ms var(--motion-snap), box-shadow 260ms ease;
}

.verification-inner:hover {
  box-shadow: 0 42px 105px rgba(20, 38, 80, 0.14);
  transform: translateY(-4px);
}

.verification-inner::before {
  position: absolute;
  inset: 18px auto 18px 18px;
  width: 6px;
  content: "";
  background: linear-gradient(180deg, var(--cyan), var(--violet), var(--pink));
  background-size: 100% 220%;
  border-radius: 999px;
  animation: border-flow 4.8s ease-in-out infinite;
}

.verification-copy {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 430px;
  padding: 28px 12px 28px 24px;
}

.verification-inner h2 {
  max-width: 440px;
  margin-bottom: 22px;
  padding-bottom: 0.06em;
  color: #030734;
  font-size: clamp(2.9rem, 4.2vw, 4.15rem);
  line-height: 0.98;
}

.verification-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin-bottom: 28px;
  color: #53647a;
  font-size: 1.12rem;
  line-height: 1.65;
}

.verification-note {
  max-width: 430px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(159, 178, 224, 0.42);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(20, 38, 80, 0.08);
}

.verification-note strong {
  display: block;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 1.02rem;
  line-height: 1.2;
}

.verification-note span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

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

.verification-grid article {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98)) padding-box,
    linear-gradient(135deg, rgba(0, 184, 216, 0.56), rgba(123, 97, 255, 0.46), rgba(242, 95, 193, 0.36)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 22px 58px rgba(20, 38, 80, 0.09);
  transition: transform 240ms var(--motion-snap), box-shadow 240ms ease;
}

.verification-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(20, 38, 80, 0.14);
}

.verification-grid article::before {
  position: absolute;
  right: -34px;
  top: -38px;
  width: 108px;
  height: 108px;
  content: "";
  background: radial-gradient(circle, rgba(0, 184, 216, 0.2), rgba(123, 97, 255, 0.12) 56%, transparent 58%);
  border-radius: 999px;
}

.verification-grid article::after {
  position: absolute;
  left: 0;
  top: 24px;
  width: 5px;
  height: 48px;
  content: "";
  background: linear-gradient(180deg, var(--cyan), var(--violet));
  border-radius: 999px;
}

.verification-grid b {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: var(--blue);
  background: #eaf8ff;
  border: 1px solid rgba(0, 168, 208, 0.18);
  border-radius: 14px;
  font-family: var(--display-font);
  font-size: 0.84rem;
  font-weight: 900;
}

.verification-grid span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.verification-grid strong {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 1.04rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
}

.faq-list {
  max-width: 820px;
}

.faq-list details {
  padding: 0 32px;
  margin-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}

.faq-list details[open] {
  margin: 8px 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(20, 38, 80, 0.08);
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 22px 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 1.08rem;
  font-weight: 900;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  content: "+";
  color: var(--muted);
  border: 1px solid #cfd8e6;
  border-radius: 999px;
  transform: translateY(-50%);
}

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

.faq-list p {
  margin-bottom: 22px;
  color: var(--muted);
}

.final-cta {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 184, 216, 0.36), transparent 26%),
    radial-gradient(circle at 82% 72%, rgba(242, 95, 193, 0.28), transparent 24%),
    linear-gradient(120deg, rgba(35, 72, 248, 0.98), rgba(48, 80, 255, 0.93) 48%, rgba(0, 168, 208, 0.88)),
    url("../images/businessman-drawing-social-media-icons-on-glass.webp") center / cover;
  background-size: auto, auto, 140% 140%, cover;
  animation: cta-pan 12s ease-in-out infinite alternate;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 64px;
  align-items: center;
  text-align: left;
}

.contact-panel {
  display: grid;
  align-content: center;
}

.contact-panel figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  max-width: 520px;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(8, 24, 40, 0.2);
}

.contact-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--motion-ease);
}

.final-cta h2,
.final-cta .eyebrow {
  color: var(--white);
}

.final-cta h2 {
  max-width: 610px;
  margin-bottom: 22px;
  font-size: clamp(3.05rem, 5vw, 4.7rem);
  line-height: 0.96;
}

.final-cta p {
  max-width: 560px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
  line-height: 1.62;
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.contact-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  transition: transform 220ms var(--motion-snap), background 220ms ease, border-color 220ms ease;
}

.contact-points span:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.36);
  transform: translateY(-3px);
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  padding: 30px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96)),
    linear-gradient(135deg, rgba(123, 97, 255, 0.28), rgba(0, 184, 216, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(8, 24, 40, 0.25);
  transition: transform 260ms var(--motion-snap), box-shadow 260ms ease;
}

.lead-form:hover {
  box-shadow: 0 40px 92px rgba(8, 24, 40, 0.29);
  transform: translateY(-4px);
}

.form-intro {
  grid-column: 1 / -1;
  padding-bottom: 4px;
}

.form-intro span {
  color: var(--blue);
  font-family: var(--display-font);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-intro p {
  max-width: none;
  margin: 6px 0 0;
  color: #53647a;
  font-size: 0.98rem;
  line-height: 1.45;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row--full,
.form-submit,
.form-note {
  grid-column: 1 / -1;
}

.lead-form label {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #dce6f3;
  border-radius: 12px;
  font: inherit;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms var(--motion-snap);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #8a99ac;
}

.lead-form textarea {
  min-height: 132px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 168, 208, 0.16);
  transform: translateY(-1px);
}

.form-check {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  cursor: pointer;
}

.lead-form .form-note {
  margin: -2px 0 0;
  color: #53647a;
  font-size: 0.86rem;
  line-height: 1.45;
}

.site-footer {
  padding: 54px 0 0;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.footer-main {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 58px;
  align-items: start;
}

.footer-brand > img {
  width: 190px;
  margin-bottom: 18px;
}

.footer-brand a {
  color: var(--cyan);
  font-weight: 900;
  text-decoration: none;
}

.footer-links {
  display: grid;
  grid-template-columns: 0.8fr 1.15fr 0.95fr;
  gap: 28px;
  justify-content: stretch;
}

.footer-links div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-family: var(--display-font);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.page-hero {
  padding: 130px 0 56px;
}

.page-hero p:last-child {
  font-size: 1.12rem;
}

.legal-section {
  background: var(--white);
}

.legal-layout {
  max-width: 900px;
}

.legal-list {
  margin: 0;
  padding: 8px 0;
}

.legal-list div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}

.legal-list div:last-child {
  border-bottom: 0;
}

.legal-list dt {
  color: var(--muted);
  font-weight: 900;
}

.legal-list dd {
  margin: 0;
  color: var(--ink);
}

.legal-list a,
.legal-copy a {
  color: var(--blue);
  font-weight: 800;
}

.legal-copy {
  max-width: 900px;
  padding: 32px;
}

.legal-copy h2 {
  margin-top: 28px;
  font-size: 1.35rem;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

@keyframes page-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes hero-rings-drift {
  from {
    transform: rotate(18deg) translate3d(0, 0, 0);
  }

  to {
    transform: rotate(24deg) translate3d(16px, -12px, 0);
  }
}

@keyframes accent-dash {
  0%,
  100% {
    opacity: 0.48;
    transform: rotate(-24deg) translateX(0);
  }

  50% {
    opacity: 1;
    transform: rotate(-24deg) translateX(14px);
  }
}

@keyframes orb-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-12px, 16px, 0) scale(1.04);
  }
}

@keyframes mockup-rise {
  from {
    opacity: 0;
    transform: translate(-50%, 34px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

@keyframes floating-card {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes floating-phone {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(8px, -14px, 0) rotate(1deg);
  }
}

@keyframes border-flow {
  0%,
  100% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }
}

@keyframes cta-pan {
  from {
    background-position: 18% 24%, 82% 72%, 0% 50%, center;
  }

  to {
    background-position: 23% 18%, 76% 78%, 100% 50%, center;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .reveal {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 30px, 0) scale(0.98);
  }

  .motion-ready .reveal.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition:
      opacity 700ms var(--motion-ease),
      filter 700ms var(--motion-ease),
      transform 700ms var(--motion-ease);
    transition-delay: var(--reveal-delay, 0ms);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto auto;
    padding: 14px 0;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: space-between;
    width: 100%;
  }

  .header-cta {
    justify-self: end;
  }

  .hero {
    min-height: 760px;
    padding-top: 150px;
  }

  .hero h1 {
    width: 100%;
    max-width: 760px;
    justify-self: center;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero-showcase {
    min-height: 300px;
  }

  .device-card {
    width: 245px;
  }

  .phone-mockup {
    width: 150px;
    height: 235px;
  }

  .badge-card {
    flex-basis: calc((100% - 28px) / 2);
    min-width: 0;
  }

  .persuasion-grid,
  .service-grid,
  .feature-banner,
  .verification-inner,
  .tools-grid,
  .final-cta-inner,
  .footer-main {
    grid-template-columns: 1fr;
  }

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

  .verification-inner {
    gap: 28px;
    padding: 28px;
    text-align: center;
  }

  .verification-inner::before {
    inset: 18px 18px auto;
    width: auto;
    height: 5px;
  }

  .verification-copy {
    min-height: auto;
    justify-items: center;
    padding: 28px 8px 0;
  }

  .verification-copy > p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }

  .verification-note {
    text-align: left;
  }

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

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

  .feature-banner figure {
    min-height: 360px;
  }

  .final-cta-inner {
    gap: 34px;
  }

  .contact-panel {
    text-align: center;
  }

  .contact-panel figure {
    max-width: 620px;
    margin: 0 auto;
  }

  .contact-points {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .container,
  .narrow {
    width: min(100% - 28px, 1120px);
  }

  .section {
    padding: 68px 0;
  }

  .brand {
    width: 185px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.88rem;
  }

  .main-nav {
    gap: 10px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 790px;
    padding-top: 136px;
  }

  .hero-shape--right {
    right: 8px;
    top: 165px;
    width: 76px;
    height: 76px;
  }

  .hero h1 {
    width: 100%;
    font-size: 2.42rem;
    line-height: 0.95;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: 360px;
  }

  .hero-proof span {
    justify-content: center;
    min-height: 36px;
    padding: 6px 8px;
    font-size: 0.75rem;
  }

  .hero-proof b {
    width: 22px;
    height: 22px;
  }

  .hero-showcase {
    min-height: 236px;
  }

  .browser-mockup {
    bottom: -42px;
    width: 92%;
  }

  .browser-mockup img {
    height: 205px;
  }

  .device-card {
    display: none;
  }

  .phone-mockup {
    right: -2px;
    bottom: -34px;
    width: 104px;
    height: 168px;
    border-width: 6px;
    border-radius: 22px;
  }

  .badge-strip {
    padding-top: 62px;
  }

  .badge-strip .container {
    width: min(100% - 28px, 1120px);
  }

  .badge-grid {
    gap: 14px;
  }

  .badge-card {
    flex-basis: 100%;
    min-height: 78px;
    padding: 20px 22px;
  }

  .badge-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .section-heading h2,
  .feature-banner h2,
  .verification-inner h2,
  .final-cta h2,
  .page-hero h1 {
    font-size: 2.72rem;
    line-height: 0.98;
  }

  .section-heading.wide-title {
    width: min(100% - 28px, 1120px);
  }

  .section-heading.wide-title h2 {
    font-size: clamp(2.3rem, 10.9vw, 2.72rem);
  }

  .section-heading.wide-title h2 span {
    white-space: normal;
  }

  .section-heading.three-line-title h2 {
    font-size: clamp(2.3rem, 10.9vw, 2.72rem);
  }

  .section-heading.three-line-title h2 span {
    white-space: normal;
  }

  .eyebrow {
    font-size: 1rem;
  }

  .feature-banner h2,
  .final-cta h2 {
    font-size: 3.05rem;
  }

  .feature-banner figure {
    min-height: 255px;
  }

  .persuasion-grid article,
  .service-card,
  .tools-grid article,
  .verification-grid article,
  .feature-banner,
  .legal-copy {
    padding: 22px;
  }

  .verification-section {
    padding: 64px 0;
  }

  .verification-inner {
    padding: 18px;
    border-radius: 26px;
  }

  .verification-inner::before {
    inset: 12px 12px auto;
  }

  .verification-copy {
    padding: 24px 4px 0;
  }

  .verification-note {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

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

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

  .verification-grid strong {
    overflow-wrap: break-word;
  }

  .faq-list details {
    padding: 0 20px;
  }

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

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

  .contact-panel figure {
    border-width: 6px;
  }

  .contact-panel {
    text-align: left;
  }

  .contact-points {
    justify-content: flex-start;
  }

  .lead-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .legal-list div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 18px;
  }
}
