@font-face {
  font-family: "Cushing";
  src: url("fonts/CushingStd-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

:root {
  --bg: #f6f8fb;
  --navy: #162b57;
  --navy-deep: #102449;
  --text: #22314a;
  --muted: #6f7f92;
  --line: #e7edf5;
  --card: rgba(255, 255, 255, 0.82);
  --icon: #9ec2ea;
  --shadow: 0 14px 40px rgba(23, 46, 90, 0.05);
  --wrap: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background: #f1f3f7;
  color: var(--text);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  font: inherit;
}

/* Button loading state */
.redirect-btn {
  position: relative;
}

.redirect-btn .btn-text,
.redirect-btn .btn-arrow {
  transition: opacity 0.2s ease;
}

.redirect-btn .btn-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  display: none;
  flex: 0 0 18px;
  animation: btn-spin 0.7s linear infinite;
}

.redirect-btn.is-loading {
  pointer-events: none;
  opacity: 0.95;
}

.redirect-btn.is-loading .btn-text {
  opacity: 0.9;
}

.redirect-btn.is-loading .btn-arrow {
  display: none;
}

.redirect-btn.is-loading .btn-spinner {
  display: inline-block;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Topbar */
.topbar {
  width: 100%;
  background: #f3f5f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 25px 40px;
}

.brand {
  margin: 0;
  font-family: "Cushing", "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #1a2743;
  padding-left: 30px;
}

/* Page */
.page {
  width: min(calc(100% - 8px), var(--wrap));
  margin: 6px auto 20px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f8fafc 100%);
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  border: none;
  box-shadow: none;
}

.page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(to right, rgba(244, 246, 250, 0.95) 0px, rgba(244, 246, 250, 0) 60px),
    linear-gradient(to left, rgba(244, 246, 250, 0.95) 0px, rgba(244, 246, 250, 0) 60px),
    linear-gradient(to bottom, rgba(244, 246, 250, 0.95) 0px, rgba(244, 246, 250, 0) 60px),
    linear-gradient(to top, rgba(244, 246, 250, 0.95) 0px, rgba(244, 246, 250, 0) 60px);
}

.page::after {
  content: "";
  position: absolute;
  top: 120px;
  right: -40px;
  width: 560px;
  height: 1180px;
  opacity: 0.18;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 9%, rgba(167, 199, 236, 0.82) 0 17px, transparent 18px),
    radial-gradient(circle at 66% 18%, rgba(167, 199, 236, 0.68) 0 12px, transparent 13px),
    radial-gradient(circle at 92% 21%, rgba(167, 199, 236, 0.72) 0 21px, transparent 22px),
    radial-gradient(circle at 71% 31%, rgba(167, 199, 236, 0.56) 0 13px, transparent 14px),
    radial-gradient(circle at 56% 36%, rgba(167, 199, 236, 0.48) 0 10px, transparent 11px),
    radial-gradient(circle at 80% 44%, rgba(167, 199, 236, 0.5) 0 14px, transparent 15px),
    radial-gradient(circle at 61% 51%, rgba(167, 199, 236, 0.42) 0 11px, transparent 12px),
    radial-gradient(circle at 77% 61%, rgba(167, 199, 236, 0.38) 0 13px, transparent 14px),
    radial-gradient(circle at 57% 67%, rgba(167, 199, 236, 0.34) 0 10px, transparent 11px),
    radial-gradient(circle at 73% 75%, rgba(167, 199, 236, 0.3) 0 11px, transparent 12px),
    radial-gradient(circle at 33% 56%, rgba(229, 239, 250, 0.78) 0%, rgba(229, 239, 250, 0.34) 26%, rgba(229, 239, 250, 0) 66%);
}

/* Hero */
.hero {
  text-align: center;
  padding: 78px 40px 52px;
  position: relative;
  z-index: 2;
}

.hero-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-deep);
  font-size: 68px;
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.hero-sub {
  margin: 28px auto 0;
  max-width: 860px;
  font-size: 24px;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: #6f7f92;
  font-weight: 400;
}

.cta-wrap {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.cta {
  width: auto;
  min-width: 392px;
  max-width: 100%;
  min-height: 74px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(180deg, #17305f 0%, #10264f 100%);
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 34px;
  box-shadow: 0 14px 34px rgba(16, 38, 79, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(16, 38, 79, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cta svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

/* Problem */
.problem-card,
.solution,
.bottom-cta,
.logos {
  position: relative;
  z-index: 2;
}

.problem-card {
  margin: 26px 32px 0;
  min-height: 420px;
  background: rgba(255, 255, 255, 0.184);
  border: 1px solid #e7edf4;
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: stretch;
  backdrop-filter: blur(3px);
}

.problem-left {
  padding: 34px 34px 26px;
  position: relative;
  z-index: 2;
  min-width: 0;
}

.problem-title {
  margin: 0 0 22px;
  font-size: 31px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #1b2d4c;
  font-weight: 700;
}

.mini-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.mini {
  background: rgba(251, 252, 254, 0.92);
  border: 1px solid #e6ebf3;
  border-radius: 16px;
  padding: 14px 12px 12px;
  min-height: 176px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 6px 18px rgba(25, 48, 92, 0.03);
}

.mini-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--icon);
  font-size: 46px;
  line-height: 1;
  flex: 0 0 auto;
}

.mini h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #273752;
  font-weight: 500;
}

.problem-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 14px;
  color: #5d6d83;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.problem-copy p {
  margin: 0;
}

.problem-image {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  background: #eef3f9;
}

.problem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.problem-image-fade {
  position: absolute;
  inset: 0 auto 0 0;
  width: 40%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(248, 250, 252, 0.98) 0%,
    rgba(248, 250, 252, 0.88) 22%,
    rgba(248, 250, 252, 0.56) 52%,
    rgba(248, 250, 252, 0.16) 78%,
    rgba(248, 250, 252, 0) 100%
  );
}

.content-flow-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 610px;
  height: 760px;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(
    circle at 72% 34%,
    rgba(225, 237, 250, 0.68) 0%,
    rgba(225, 237, 250, 0.28) 26%,
    rgba(225, 237, 250, 0) 62%
  );
}

/* Solution */
.solution {
  padding: 42px 32px 10px;
}

.solution-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-deep);
  font-size: 38px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.solution-sub {
  margin: 18px 0 24px;
  color: #6f7f92;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

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

.feature {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e6ebf3;
  border-radius: 18px;
  min-height: 190px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 22px rgba(25, 48, 92, 0.03);
  backdrop-filter: blur(2px);
  min-width: 0;
}

.feature-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.feature-icon {
  width: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: #99c0eb;
}

.feature h4 {
  margin: 0;
  color: #273752;
  font-size: 20px;
  line-height: 1.14;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.feature p {
  margin: 0;
  color: #69798f;
  font-size: 16px;
  line-height: 1.52;
  letter-spacing: -0.02em;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.check {
  color: #7fd0b5;
  font-size: 20px;
  line-height: 1;
  margin-top: 1px;
  flex: 0 0 auto;
}

/* Bottom CTA */
.bottom-cta {
  display: flex;
  justify-content: center;
  padding: 30px 20px 24px;
}

/* Logos */
.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 6px 20px 52px;
  color: #8c99ab;
}

.logos .label {
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.logos .logo {
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #93a0b3;
}

.logos .forbes {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 31px;
  color: #8d9eb8;
}

.logos .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #8eb7ea;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.footer-strip {
  height: 62px;
  background: #eef0f3;
  position: relative;
  z-index: 2;
}

/* Footer */
.site-footer {
  background: #091428;
  color: #ffffff;
  margin-top: 30px;
}

.footer-container {
  width: min(calc(100% - 40px), 1100px);
  margin: auto;
  padding: 28px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-brand h3 {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 700;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.5;
  max-width: 360px;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  transition: 0.2s;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 12px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

/* Tablet */
@media (max-width: 900px) {
  .page {
    width: min(calc(100% - 12px), var(--wrap));
    margin: 4px auto 14px;
  }

  .topbar {
    padding: 20px 18px 18px;
  }

  .brand {
    font-size: 28px;
    padding-left: 8px;
    line-height: 1.05;
    margin: 4px 0;
  }

  .hero {
    padding: 42px 18px 26px;
  }

  .hero-title {
    font-size: 54px;
    line-height: 0.98;
    letter-spacing: -0.035em;
    font-weight: 700;
  }

  .hero-sub {
    max-width: 620px;
    font-size: 20px;
    line-height: 1.55;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.68);
  }

  .cta-wrap {
    margin-top: 24px;
  }

  .cta {
    min-width: 320px;
    min-height: 62px;
    font-size: 22px;
    gap: 10px;
    padding: 0 24px;
  }

  .cta svg {
    width: 24px;
    height: 24px;
  }

  .problem-card {
    margin: 22px 18px 0;
    border-radius: 24px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "content";
    min-height: unset;
  }

  .problem-left {
    grid-area: content;
    padding: 22px 20px 16px;
  }

  .problem-image {
    grid-area: image;
    min-height: 260px;
  }

  .problem-image img {
    object-position: center 20%;
  }

  .problem-image-fade {
    width: 100%;
    height: 28%;
    inset: auto 0 0 0;
    background: linear-gradient(
      180deg,
      rgba(248, 250, 252, 0) 0%,
      rgba(248, 250, 252, 0.18) 26%,
      rgba(248, 250, 252, 0.64) 62%,
      rgba(248, 250, 252, 0.92) 100%
    );
  }

  .problem-title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
  }

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

  .mini:nth-child(3) {
    grid-column: 1 / -1;
  }

  .mini {
    min-height: 120px;
    padding: 12px 10px;
    border-radius: 14px;
  }

  .mini-icon {
    width: 42px;
    height: 42px;
    font-size: 28px;
    margin-bottom: 6px;
  }

  .mini h3 {
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }

  .problem-copy {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.68);
  }

  .content-flow-bg {
    display: none;
  }

  .solution {
    padding: 26px 18px 8px;
  }

  .solution-title {
    font-size: 30px;
    line-height: 1.08;
  }

  .solution-sub {
    font-size: 18px;
    line-height: 1.45;
    margin: 12px 0 16px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature {
    min-height: unset;
    padding: 16px 14px 12px;
    border-radius: 16px;
  }

  .feature-top {
    gap: 10px;
    margin-bottom: 8px;
  }

  .feature-icon {
    width: 28px;
    flex: 0 0 28px;
  }

  .feature h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .feature p {
    font-size: 15px;
    line-height: 1.4;
    gap: 8px;
  }

  .check {
    font-size: 16px;
  }

  .bottom-cta {
    padding: 18px 18px 16px;
  }

  .logos {
    padding: 0 18px 24px;
    gap: 8px 12px;
  }

  .logos .label {
    flex-basis: 100%;
    text-align: center;
    font-size: 14px;
  }

  .logos .logo {
    font-size: 16px;
  }

  .logos .forbes {
    font-size: 22px;
  }

  .logos .dot {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .footer-strip {
    height: 36px;
  }

  .page::after {
    opacity: 0.1;
    width: 220px;
    right: -72px;
    top: 160px;
  }

  .page::before {
    background:
      linear-gradient(to right, rgba(244, 246, 250, 0.9) 0px, rgba(244, 246, 250, 0) 26px),
      linear-gradient(to left, rgba(244, 246, 250, 0.9) 0px, rgba(244, 246, 250, 0) 26px);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .page {
    width: min(calc(100% - 10px), var(--wrap));
    margin: 4px auto 12px;
  }

  .topbar {
    padding: 14px 14px 12px;
  }

  .brand {
    font-size: clamp(23px, 7vw, 26px);
    padding-left: 4px;
    line-height: 1.05;
    margin: 7px 0;
  }

  .hero {
    padding: 30px 16px 18px;
  }

  .hero-title {
    font-size: clamp(32px, 10vw, 40px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    font-weight: 800;
  }

  .hero-sub {
    max-width: 320px;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.72);
  }

  .cta-wrap {
    margin-top: 20px;
  }

  .cta {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 54px;
    font-size: clamp(16px, 4.8vw, 18px);
    gap: 10px;
    padding: 0 18px;
    border-radius: 999px;
  }

  .cta svg {
    width: 22px;
    height: 22px;
  }

  .problem-card {
    margin: 18px 12px 0;
    border-radius: 22px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "content";
    min-height: unset;
  }

  .problem-left {
    grid-area: content;
    padding: 18px 14px 12px;
  }

  .problem-image {
    grid-area: image;
    min-height: 190px;
  }

  .problem-image img {
    object-position: center 20%;
  }

  .problem-image-fade {
    width: 100%;
    height: 22%;
    inset: auto 0 0 0;
  }

  .problem-title {
    font-size: 22px;
    line-height: 1.12;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
  }

  .mini-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mini:nth-child(3) {
    grid-column: auto;
  }

  .mini {
    width: 100%;
    min-height: 96px;
    padding: 12px 14px;
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }

  .mini-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    flex: 0 0 34px;
    font-size: 20px;
  }

  .mini h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-align: left;
  }

  .problem-copy {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.42;
    color: rgba(0, 0, 0, 0.72);
  }

  .solution {
    padding: 20px 12px 6px;
  }

  .solution-title {
    font-size: 28px;
    line-height: 1.08;
  }

  .solution-sub {
    font-size: 15px;
    line-height: 1.45;
    margin: 15px 0 14px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature {
    min-height: unset;
    padding: 14px 12px 12px;
    border-radius: 16px;
  }

  .feature-top {
    gap: 10px;
    margin-bottom: 8px;
  }

  .feature-icon {
    width: 28px;
    flex: 0 0 28px;
  }

  .feature h4 {
    font-size: 16px;
    line-height: 1.2;
  }

  .feature p {
    font-size: 14px;
    line-height: 1.4;
    gap: 8px;
  }

  .check {
    font-size: 17px;
  }

  .bottom-cta {
    padding: 18px 12px 16px;
  }

  .logos {
    padding: 0 12px 22px;
    gap: 8px 12px;
    justify-content: center;
  }

  .logos .label {
    flex-basis: 100%;
    text-align: center;
    font-size: 14px;
  }

  .logos .logo {
    font-size: 15px;
    letter-spacing: -0.02em;
  }

  .logos .forbes {
    font-size: 20px;
  }

  .logos .dot {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .footer-strip {
    height: 32px;
  }

  .page::after {
    opacity: 0.08;
    width: 170px;
    right: -72px;
    top: 160px;
  }

  .page::before {
    background:
      linear-gradient(to right, rgba(244, 246, 250, 0.9) 0px, rgba(244, 246, 250, 0) 18px),
      linear-gradient(to left, rgba(244, 246, 250, 0.9) 0px, rgba(244, 246, 250, 0) 18px);
  }

  .footer-container {
    width: min(calc(100% - 28px), 1100px);
    flex-direction: column;
    gap: 18px;
    padding: 22px 0 16px;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
  }

  .footer-bottom {
    font-size: 11px;
  }
}

/* Small phones */
@media (max-width: 380px) {
  .hero {
    padding-inline: 12px;
  }

  .hero-title {
    font-size: 31px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .cta {
    font-size: 15.5px;
    padding-inline: 14px;
  }

  .problem-card {
    margin-inline: 8px;
  }

  .solution {
    padding-inline: 8px;
  }

  .bottom-cta {
    padding-inline: 8px;
  }
}