:root {
  --ink: #17324f;
  --muted: #607b9a;
  --blue: #356fdb;
  --blue-deep: #2456b7;
  --line: rgba(216, 230, 248, 0.86);
  --glass: rgba(255, 255, 255, 0.84);
  --glass-strong: rgba(255, 255, 255, 0.92);
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  font-family: var(--body);
  background: #06101f;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.video-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #06101f;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  border: 0;
  transform: translate(-50%, -50%);
}

.site-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}

.mobile-app {
  display: none;
}

.desktop-app {
  display: block;
}

.desktop-header {
  position: sticky;
  top: 22px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 58px rgba(11, 30, 58, 0.14);
  backdrop-filter: blur(20px);
}

.desktop-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.desktop-brand img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  box-shadow: 0 12px 24px rgba(53, 111, 219, 0.16);
}

.desktop-brand span {
  font-family: var(--display);
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.11em;
  color: var(--ink);
  transform: scaleY(1.12);
  transform-origin: left center;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.desktop-nav a,
.desktop-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(214, 228, 248, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0 18px;
  color: #274b73;
  cursor: pointer;
}

.desktop-nav button {
  border: 0;
  background: linear-gradient(135deg, #4f8dff, var(--blue));
  color: #fff;
  font-weight: 700;
}

.desktop-main {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 32px 0 96px;
}

.desktop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 32px;
  align-items: stretch;
}

.panel,
.quick-card,
.about-card-grid article,
.terms-panel,
.mobile-card {
  border: 1px solid var(--line);
  background: var(--glass);
  box-shadow: 0 26px 80px rgba(11, 30, 58, 0.13);
  backdrop-filter: blur(18px);
}

.desktop-hero-copy {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  min-height: 710px;
  border-radius: 42px;
  padding: 42px;
  overflow: hidden;
}

.desktop-hero-copy::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(53, 111, 219, 0.08);
  border-radius: 30px;
}

.eyebrow,
.section-kicker,
.section-heading span,
.glass-dark > span,
.mobile-card > span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(237, 245, 255, 0.92);
  padding: 8px 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.desktop-hero h1 {
  margin: 28px 0 20px;
  max-width: 760px;
  font-family: var(--display);
  font-size: clamp(2.15rem, 3.1vw, 3.22rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.desktop-hero p,
.desktop-overview p,
.section-heading p,
.glass-dark p,
.privacy-panel p,
.support-panel p,
.terms-panel p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.82;
}

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

.feature-pill {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  overflow: hidden;
  border: 1px solid #dce8f8;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.92));
  padding: 12px 14px 16px;
  color: #4d6884;
  font-size: 0.88rem;
  line-height: 1.4;
}

.feature-pill::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 56px;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #4f8dff, var(--blue-deep));
}

.feature-pill img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.desktop-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.primary-action,
.secondary-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 16px;
  padding: 0 28px;
  cursor: pointer;
  font-weight: 800;
}

.primary-action {
  overflow: hidden;
  border: 0;
  background: linear-gradient(135deg, #4f8dff, var(--blue) 58%, var(--blue-deep));
  color: #fff;
  box-shadow: 0 16px 30px rgba(52, 108, 196, 0.24);
  animation: cta-pulse 2.8s ease-in-out infinite;
}

.primary-action::before {
  content: "→";
  margin-right: 10px;
  font-size: 1.1rem;
}

.primary-action::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: translateX(-150%);
  animation: cta-shine 2.8s ease-in-out infinite;
}

.desktop-access-cta {
  box-shadow:
    0 16px 30px rgba(52, 108, 196, 0.24),
    0 0 0 0 rgba(53, 111, 219, 0.36);
}

.desktop-access-cta:hover {
  transform: translateY(-2px) scale(1.04);
}

.animate__animated {
  animation-duration: 1.45s;
  animation-fill-mode: both;
}

.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__heartBeat {
  animation-name: animate-heartbeat;
  animation-timing-function: ease-in-out;
}

.secondary-action {
  border: 1px solid #d7e4f8;
  background: rgba(255, 255, 255, 0.86);
  color: #274b73;
}

.secondary-action::before {
  content: "▷";
  margin-right: 10px;
}

.desktop-info-strip {
  margin-top: auto;
  border: 1px solid #dfe9f7;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 247, 255, 0.84));
  padding: 22px;
}

.desktop-info-strip strong,
.support-grid strong,
.slide-box strong {
  display: block;
  color: #334f6f;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.desktop-info-strip p {
  margin: 12px 0 16px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.desktop-info-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.desktop-info-strip span {
  border: 1px solid #dbe7f7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  padding: 8px 12px;
  color: #35506a;
  font-size: 0.84rem;
}

.desktop-hero-side {
  display: grid;
  height: 100%;
  gap: 24px;
  grid-template-rows: auto 1fr;
}

.desktop-overview {
  border-radius: 40px;
  padding: 34px;
  background: linear-gradient(160deg, rgba(236, 245, 255, 0.94), rgba(255, 255, 255, 0.9));
}

.desktop-overview h2 {
  margin: 18px 0 14px;
  font-family: var(--display);
  font-size: clamp(2rem, 2.7vw, 2.9rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.overview-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.overview-tags span {
  border: 1px solid #dbe7f7;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  padding: 18px;
  font-family: var(--display);
  font-size: 1.15rem;
  line-height: 1.2;
}

.overview-tags small {
  display: block;
  margin-bottom: 8px;
  color: #6b87a8;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quick-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: stretch;
}

.quick-card {
  min-height: 0;
  border-radius: 30px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.78);
}

.quick-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.quick-card span {
  display: block;
  margin-top: 18px;
  color: #466483;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.quick-card h3 {
  margin: 12px 0 10px;
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1.15;
}

.quick-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.desktop-values {
  margin-top: 84px;
  border: 1px solid rgba(181, 209, 255, 0.42);
  border-radius: 30px;
  background: rgba(12, 19, 49, 0.82);
  padding: 34px;
  box-shadow: 0 28px 70px rgba(5, 12, 30, 0.22);
  backdrop-filter: blur(18px);
}

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

.section-heading h2 {
  max-width: 920px;
  margin: 16px 0 10px;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-heading.light h2,
.section-heading.light p {
  color: #fff;
}

.section-heading.light span {
  background: transparent;
  padding: 0;
  color: #72c8ff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.value-grid article {
  border: 1px solid rgba(181, 209, 255, 0.2);
  border-radius: 22px;
  background: rgba(13, 22, 54, 0.78);
  padding: 24px;
}

.value-grid img {
  width: 42px;
  height: 42px;
}

.value-grid h3 {
  margin: 18px 0 12px;
  color: #fff;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1.16;
}

.value-grid p {
  margin: 0;
  color: rgba(233, 242, 255, 0.9);
  line-height: 1.75;
}

.desktop-showcase {
  margin-top: 96px;
}

.section-heading.on-video span {
  background: transparent;
  padding: 0;
  color: rgba(235, 244, 255, 0.9);
  letter-spacing: 0.2em;
  text-shadow: 0 2px 12px rgba(3, 10, 24, 0.42);
  text-transform: uppercase;
}

.section-heading.on-video h2,
.section-heading.on-video p {
  color: #fff;
  text-shadow: 0 4px 20px rgba(3, 10, 24, 0.42);
}

.carousel {
  position: relative;
  left: 50%;
  width: 100%;
  max-width: min(1280px, calc(100vw - 48px));
  margin-top: 28px;
  padding: 8px 64px 62px;
  transform: translateX(-50%);
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 38px;
}

.carousel-track {
  display: flex;
  transition: transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.carousel-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #d8e5f7;
  border-radius: 38px;
  background: linear-gradient(140deg, rgba(234, 244, 255, 0.98), rgba(244, 248, 255, 0.92) 48%, rgba(255, 255, 255, 0.98));
  padding: 40px;
  box-shadow: 0 28px 80px rgba(53, 111, 219, 0.08);
}

.slide-icon {
  position: absolute;
  top: 36px;
  right: 48px;
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(53, 111, 219, 0.28));
}

.slide-tag {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  padding: 10px 16px;
  color: #274b73;
  font-size: 0.88rem;
}

.slide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 32px;
  margin-top: 34px;
}

.slide-layout h3 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.slide-layout p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.slide-layout aside {
  display: grid;
  gap: 18px;
}

.slide-box {
  border: 1px solid #dbe7f7;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  padding: 26px;
}

.slide-box span {
  display: inline-flex;
  margin: 14px 8px 0 0;
  border: 1px solid #d6e4f8;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 255, 0.9));
  padding: 10px 14px;
  color: #4d6884;
}

.slide-box.blue {
  background: #eef6ff;
}

.carousel-button {
  position: absolute;
  top: 230px;
  z-index: 4;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(53, 111, 219, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(53, 111, 219, 0.12);
}

.carousel-prev {
  left: 18px;
}

.carousel-next {
  right: 18px;
}

.carousel-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--ink);
  border-right: 3px solid var(--ink);
}

.carousel-prev::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.carousel-next::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 26px;
  background: var(--blue);
}

.desktop-about {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  margin-top: 96px;
}

.glass-dark {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 38px;
  background: rgba(10, 20, 40, 0.52);
  padding: 36px;
  color: #fff;
  box-shadow: 0 20px 48px rgba(3, 10, 24, 0.22);
  backdrop-filter: blur(18px);
}

.glass-dark > span {
  background: transparent;
  padding: 0;
  color: rgba(235, 244, 255, 0.9);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.glass-dark h2 {
  margin: 18px 0;
  font-family: var(--display);
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.12;
}

.glass-dark p {
  color: rgba(233, 242, 255, 0.9);
}

.progress-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.progress-list div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding-bottom: 12px;
  color: rgba(233, 242, 255, 0.92);
}

.progress-list div::after,
.progress-list i {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  border-radius: 999px;
  background: rgba(79, 141, 255, 0.18);
}

.progress-list i {
  width: var(--value);
  background: var(--blue);
}

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

.about-card-grid article {
  position: relative;
  min-height: 258px;
  border-radius: 34px;
  overflow: hidden;
  padding: 30px;
  background:
    radial-gradient(circle at 72% 12%, rgba(111, 180, 255, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(231, 243, 255, 0.92));
}

.about-card-grid img {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 118px;
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(53, 111, 219, 0.18));
}

.about-card-grid h3 {
  margin: 132px 0 12px;
  font-family: var(--display);
  font-size: 1.65rem;
  line-height: 1.14;
}

.about-card-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.desktop-policy {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  margin-top: 96px;
}

.support-panel,
.privacy-panel {
  border-radius: 38px;
  padding: 34px;
}

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

.support-grid > div {
  border: 1px solid #dfe9f7;
  border-radius: 28px;
  background: #f9fbff;
  padding: 24px;
}

.support-grid h3,
.privacy-panel h2,
.terms-panel h2 {
  margin: 16px 0 12px;
  font-family: var(--display);
  line-height: 1.14;
}

.support-grid h3 {
  font-size: 1.55rem;
}

.support-grid ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.9;
}

.mini-link {
  display: inline-flex;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--blue);
  padding: 10px 18px;
  color: #fff;
  font-weight: 700;
}

.privacy-panel {
  background: linear-gradient(160deg, rgba(238, 245, 255, 0.94), rgba(255, 255, 255, 0.92));
}

.privacy-panel h2 {
  font-size: clamp(2rem, 2.6vw, 2.8rem);
}

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

.policy-grid div {
  border: 1px solid #d9e6f8;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  padding: 20px;
}

.policy-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #334f6f;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.policy-grid span {
  display: block;
  color: var(--muted);
  line-height: 1.8;
}

.terms-panel {
  margin-top: 96px;
  border-color: rgba(193, 217, 255, 0.9);
  border-radius: 42px;
  padding: 38px;
  background:
    radial-gradient(circle at 86% 18%, rgba(102, 163, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(242, 247, 255, 0.98), rgba(255, 255, 255, 0.96) 54%, rgba(238, 246, 255, 0.98));
}

.terms-panel h2 {
  max-width: 920px;
  font-size: clamp(2rem, 2.8vw, 2.75rem);
}

.terms-panel > div:first-child {
  max-width: 920px;
  margin-bottom: 28px;
}

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

.terms-grid article {
  position: relative;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid rgba(111, 166, 255, 0.3);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #4f8dff, #356fdb 56%, #2456b7);
  padding: 26px 24px 24px 64px;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(53, 111, 219, 0.18);
}

.terms-grid span {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  border-radius: 999px;
  background: rgba(221, 239, 255, 0.92);
  color: #356fdb;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: none;
  writing-mode: vertical-rl;
}

.terms-grid h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1.18;
}

.terms-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  line-height: 1.75;
}

.mobile-app {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 14px;
}

.mobile-nav {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(244, 249, 255, 0.72));
  padding: 12px 14px;
  box-shadow: 0 14px 34px rgba(8, 20, 39, 0.18);
  backdrop-filter: blur(18px);
}

.mobile-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f2c49;
  font-weight: 900;
  white-space: nowrap;
}

.mobile-brand img {
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

.mobile-nav nav {
  display: flex;
  gap: 12px;
  color: #1b557f;
  font-size: 0.78rem;
  font-weight: 700;
}

.mobile-main {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 32px;
}

.mobile-card {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(244, 249, 255, 0.62));
  padding: 16px;
}

.mobile-hero {
  position: relative;
  overflow: hidden;
}

.mobile-pill {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  padding: 3px 9px;
  color: #293b4f;
  font-size: 4px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.mobile-hero h1 {
  margin: 14px 0 0;
  color: #102a43;
  font-family: var(--display);
  font-size: 1.2rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.mobile-hero p,
.mobile-spotlight p,
.mobile-mini p,
.mobile-privacy p {
  color: #36506b;
  font-size: 0.86rem;
  line-height: 1.72;
}

.mobile-hero p {
  margin: 12px 0 0;
  border-top: 1px solid rgba(191, 212, 236, 0.64);
  padding-top: 10px;
}

.mobile-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.mobile-chip-grid span {
  position: relative;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 248, 255, 0.58));
  padding: 10px 10px 10px 22px;
  color: #35506a;
  font-size: 0.72rem;
  line-height: 1.45;
}

.mobile-chip-grid span::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #4f8dff;
}

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

.mobile-actions button,
.mobile-actions a,
.mobile-spotlight button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 800;
}

.mobile-actions button,
.mobile-spotlight button {
  position: relative;
  overflow: hidden;
  border: 0;
  background: linear-gradient(135deg, #4f8dff, var(--blue) 58%, var(--blue-deep));
  color: #fff;
  box-shadow: 0 16px 30px rgba(52, 108, 196, 0.24);
  animation: cta-pulse 2.8s ease-in-out infinite;
}

.mobile-actions a {
  background: rgba(255, 255, 255, 0.74);
  color: #26496d;
  box-shadow: inset 0 0 0 1px rgba(201, 217, 240, 0.76);
}

.mobile-spotlight {
  text-align: center;
}

.mobile-spotlight h2 {
  margin: 4px 0 10px;
  font-size: 0.86rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mobile-spotlight p {
  margin: 0 auto;
  max-width: 320px;
}

.mobile-spotlight button {
  min-height: 56px;
  margin-top: 14px;
  padding: 0 40px;
  border-radius: 14px;
  font-size: 1rem;
}

.mobile-spotlight button::before {
  content: "→";
  margin-right: 10px;
}

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

.mobile-mini {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 14px;
}

.mobile-mini > span,
.mobile-privacy > span {
  display: block;
  margin-bottom: 10px;
  color: #47627e;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-mini h3 {
  margin: 0;
  color: #102a43;
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.45;
}

.mobile-mini p {
  margin: 10px 0;
  font-size: 0.78rem;
}

.mobile-mini ul,
.mobile-mini ol,
.mobile-privacy ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: #36506b;
  font-size: 0.76rem;
  line-height: 1.7;
}

.mobile-mini a,
.mobile-mini button {
  align-self: flex-start;
  margin-top: auto;
  border: 1px solid #d8d4cc;
  border-radius: 8px;
  background: #fff;
  padding: 8px 12px;
  color: #556961;
  cursor: pointer;
  font-size: 0.78rem;
}

.mobile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.mobile-tags span {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.74);
  padding: 5px 8px;
  color: #3e5a76;
  font-size: 0.64rem;
}

.mobile-privacy h3 {
  margin: 18px 0 6px;
  color: #47627e;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  padding: 13px 14px;
  color: #173a5d;
  font-size: 0.72rem;
  backdrop-filter: blur(16px);
}

.mobile-footer span {
  flex-basis: 100%;
}

.mobile-footer a {
  color: #1f5682;
  font-weight: 700;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(5, 12, 24, 0.48);
  backdrop-filter: blur(10px);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-card {
  position: relative;
  width: min(100%, 420px);
  border: 1px solid #d9e6f7;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  padding: 28px;
  text-align: center;
  box-shadow: 0 30px 90px rgba(5, 12, 24, 0.28);
}

.modal-card img {
  width: 82px;
  height: 82px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(53, 111, 219, 0.18);
}

.modal-card h2 {
  margin: 16px 0 10px;
  font-family: var(--display);
  color: #173b64;
}

.modal-card p,
.detail-modal-card li {
  color: #55708d;
  line-height: 1.75;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #eef5ff;
  color: #31577f;
  cursor: pointer;
  font-size: 1.3rem;
}

.modal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.modal-actions button {
  min-height: 46px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
}

.modal-actions button:first-child {
  border: 1px solid #d9e6f7;
  background: #fff;
  color: #31577f;
}

.modal-actions button:last-child {
  border: 0;
  background: var(--blue);
  color: #fff;
}

.detail-modal-card {
  text-align: left;
}

.detail-modal-card h2 {
  padding-right: 36px;
}

.detail-modal-card ul,
.detail-modal-card ol {
  margin: 14px 0 0;
  padding-left: 20px;
}

@keyframes cta-pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 16px 30px rgba(52, 108, 196, 0.24);
  }

  50% {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 20px 34px rgba(52, 108, 196, 0.34);
  }
}

@keyframes cta-shine {
  0% {
    transform: translateX(-150%);
  }

  100% {
    transform: translateX(240%);
  }
}

@keyframes animate-heartbeat {
  0% {
    transform: scale(1);
    box-shadow:
      0 16px 30px rgba(52, 108, 196, 0.24),
      0 0 0 0 rgba(53, 111, 219, 0.34);
  }

  14% {
    transform: scale(1.08);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.08);
    box-shadow:
      0 22px 42px rgba(52, 108, 196, 0.36),
      0 0 0 12px rgba(53, 111, 219, 0);
  }

  70%,
  100% {
    transform: scale(1);
    box-shadow:
      0 16px 30px rgba(52, 108, 196, 0.24),
      0 0 0 0 rgba(53, 111, 219, 0);
  }
}

@media (max-width: 1160px) {
  .desktop-hero,
  .desktop-about,
  .desktop-policy {
    grid-template-columns: 1fr;
  }

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

  .desktop-hero-copy {
    min-height: auto;
  }

  .desktop-info-strip {
    margin-top: 34px;
  }

  .desktop-hero-side {
    grid-template-rows: auto;
  }
}

@media (max-width: 1023px) {
  .desktop-app {
    display: none;
  }

  .mobile-app {
    display: block;
  }
}

@media (max-width: 390px) {
  .mobile-app {
    padding: 8px;
  }

  .mobile-nav {
    padding: 10px 12px;
  }

  .mobile-nav nav {
    gap: 9px;
    font-size: 0.72rem;
  }

  .mobile-card {
    padding: 14px;
  }

  .mobile-hero h1 {
    font-size: 1.08rem;
  }

  .mobile-grid {
    gap: 8px;
  }

  .mobile-mini {
    min-height: 238px;
    padding: 12px;
  }
}

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