:root {
  --ink: #18213b;
  --muted: #5f6880;
  --purple: #6657f5;
  --purple-dark: #4f22c7;
  --cyan: #20c7d9;
  --paper: #fff;
  --wash: #f3f5ff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(145deg, #fafaff, #eef8fb);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.header {
  max-width: 1180px;
  margin: auto;
  padding: 28px;
}

.header img {
  width: 230px;
  height: auto;
}

.hero {
  max-width: 1180px;
  margin: 5vh auto;
  padding: 30px 28px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  padding: 8px 13px;
  border-radius: 999px;
  background: #ece9ff;
  color: #5949db;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.copy h1,
.status-card h1 {
  margin: 22px 0;
  font-size: clamp(42px, 5.8vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
}

.copy p,
.status-card p {
  max-width: 610px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.button {
  display: inline-flex;
  margin-top: 18px;
  padding: 15px 24px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--purple), #5268fa 55%, var(--cyan));
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(83, 76, 222, .28);
}

.button.disabled {
  opacity: .62;
  filter: grayscale(.2);
  cursor: not-allowed;
}

.copy small {
  display: block;
  margin-top: 15px;
  color: #7a8295;
}

.preview {
  padding: 16px;
  border: 1px solid #dde1f5;
  border-radius: 25px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 24px 70px rgba(40, 48, 100, .18);
  transform: rotate(1deg);
}

.browser {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 13px 13px 6px 6px;
  background: #edf0f7;
  color: #7b8291;
  font-size: 12px;
}

.browser i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c7cad5;
}

.browser span {
  flex: 1;
  margin-left: 8px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #fff;
}

.summary-card {
  margin-top: 12px;
  padding: 32px;
  border-radius: 10px;
  background: #fff;
}

.summary-card img {
  width: 52px;
  float: right;
}

.summary-card strong {
  font-size: 23px;
}

.summary-card p,
.summary-card li {
  color: var(--muted);
  line-height: 1.55;
}

.summary-card li {
  margin: 9px 0;
}

footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 28px;
  color: var(--muted);
}

footer a,
.text-link {
  color: inherit;
}

.centered {
  display: grid;
  grid-template-rows: 1fr auto;
}

.status-card {
  width: min(680px, calc(100% - 36px));
  margin: auto;
  padding: 55px;
  text-align: center;
  border: 1px solid #e0e3f4;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(40, 48, 100, .14);
}

.status-card h1 {
  font-size: 48px;
}

.status-card p {
  font-size: 18px;
}

.status-logo {
  width: 86px;
  margin-bottom: 25px;
}

.status-card .button {
  width: max-content;
  margin: 24px auto;
}

.text-link {
  display: block;
  margin-top: 20px;
}

.site-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.site-header img {
  width: 224px;
  height: auto;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-header a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 750;
}

.nav-button {
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(83, 76, 222, .22);
}

.nav-button.disabled {
  opacity: .58;
  filter: grayscale(.2);
}

.content-page {
  max-width: 880px;
  margin: 56px auto 60px;
  padding: 48px;
  border: 1px solid #dde2f6;
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 20px 54px rgba(30, 38, 88, .09);
}

.content-page h1 {
  margin: 20px 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -.055em;
}

.content-page .lead {
  font-size: 20px;
}

.content-page h2 {
  margin-top: 34px;
  font-size: 24px;
}

.content-page p,
.content-page li {
  color: var(--muted);
  line-height: 1.65;
}

.content-page ul {
  padding-left: 24px;
}

.site-footer {
  margin-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(105, 113, 150, .15);
}

.site-footer a {
  font-weight: 700;
  text-decoration: none;
}

body.marketing-home-page {
  background:
    radial-gradient(circle at 72% 16%, rgba(117, 87, 255, .13), transparent 34%),
    radial-gradient(circle at 6% 32%, rgba(45, 196, 239, .08), transparent 28%),
    linear-gradient(145deg, #fbfbff 0, #f6f7ff 48%, #fff 100%);
  color: #070d2a;
  overflow-x: hidden;
}

.marketing-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
}

.marketing-header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.marketing-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #07102f;
  text-decoration: none;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.045em;
}

.marketing-brand img {
  width: 42px;
  height: 42px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 19px;
  border: 1px solid rgba(127, 111, 220, .12);
  border-radius: 10px;
  background: #fff;
  color: #0b1433;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(54, 45, 114, .1);
}

.store-badge-disabled {
  color: #68718a;
}

.chrome-mark {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: conic-gradient(#34a853 0 33%, #fbbc05 0 66%, #ea4335 0 84%, #4285f4 0);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .72);
}

.chrome-mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #4285f4;
}

.marketing-hero {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(520px, 1.18fr);
  gap: 58px;
  align-items: center;
  padding: 44px 0 28px;
}

.marketing-copy {
  padding-top: 22px;
}

.marketing-eyebrow {
  display: block;
  margin-bottom: 28px;
  text-transform: uppercase;
  color: #5d36df;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: .045em;
}

.marketing-copy h1 {
  position: relative;
  margin: 0 0 28px;
  color: #080e2a;
  font-size: clamp(56px, 6vw, 78px);
  line-height: 1.15;
  letter-spacing: -.065em;
}

.marketing-copy h1 span {
  position: relative;
  display: inline-block;
  color: #623be1;
}

.marketing-copy h1 span::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 10px;
  bottom: -8px;
  height: 14px;
  border: 4px solid #623be1;
  border-color: #623be1 transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-2deg);
}

.marketing-copy p {
  max-width: 430px;
  margin: 0 0 42px;
  color: #56617a;
  font-size: 22px;
  line-height: 1.5;
}

.chrome-cta {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  padding: 15px 24px;
  border: 2px solid #0b58ff;
  border-radius: 10px;
  background: #fff;
  color: #0b48ff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(24, 75, 255, .08);
}

.chrome-cta-disabled {
  border-color: #94a4d8;
  color: #69738f;
  box-shadow: none;
}

.trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 68px;
  color: #101832;
  font-weight: 700;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.trust-row i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid #623be1;
  border-radius: 50%;
  color: #623be1;
  font-style: normal;
  font-weight: 900;
}

.trust-row span:nth-child(2) i::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #623be1;
  border-radius: 50%;
  box-shadow: 0 17px 0 -4px #fff, 0 17px 0 0 #623be1;
}

.trust-row span:nth-child(3) i {
  border-radius: 10px;
}

.trust-row span:nth-child(3) i::before {
  content: "";
  width: 12px;
  height: 17px;
  border: 3px solid #623be1;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-1px, -2px);
}

.browser-demo {
  overflow: hidden;
  border: 1px solid rgba(80, 92, 130, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(50, 52, 103, .16);
}

.browser-top {
  height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 26px;
  border-bottom: 1px solid #eef0f7;
}

.window-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
}

.window-dot.red {
  background: #ff5c50;
}

.window-dot.yellow {
  background: #f8c648;
}

.window-dot.green {
  background: #39bd65;
}

.browser-actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.browser-actions svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #66718d;
  stroke-width: 2.2;
  stroke-linejoin: round;
}

.demo-menu {
  position: relative;
  display: inline-flex;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #66718d;
  box-shadow: 0 -9px 0 #66718d, 0 9px 0 #66718d;
}

.browser-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 26px;
  padding: 28px;
}

.article-preview h2 {
  margin: 0;
  color: #08102c;
  font-family: Georgia, serif;
  font-size: 31px;
  line-height: 1.16;
  letter-spacing: -.02em;
}

.headline-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.headline-row button {
  padding: 12px 16px;
  border: 2px solid #0b58ff;
  border-radius: 8px;
  background: #fff;
  color: #0b48ff;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.article-preview p {
  margin: 24px 0;
  color: #3f4a66;
  font-size: 17px;
  line-height: 1.55;
}

.beach-scene {
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #55b9ff 0 38%, #66d1ff 39% 50%, #f5cf8c 51% 100%);
}

.beach-scene::before {
  content: "";
  position: absolute;
  inset: 56px -20px auto -30px;
  height: 150px;
  background: linear-gradient(135deg, #0c8d84, #50ba63);
  clip-path: polygon(0 38%, 25% 13%, 45% 30%, 69% 8%, 100% 32%, 100% 100%, 0 100%);
}

.beach-scene::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 138px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .95) 0 22%, rgba(36, 166, 214, .86) 23% 45%, rgba(255, 221, 162, .98) 46% 100%);
  clip-path: polygon(0 46%, 37% 24%, 74% 38%, 100% 18%, 100% 100%, 0 100%);
}

.beach-scene .sun {
  position: absolute;
  top: 38px;
  right: 56px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff5a6;
  box-shadow: 0 0 40px rgba(255, 238, 137, .7);
}

.beach-scene .shore {
  position: absolute;
  left: 55%;
  bottom: 52px;
  width: 160px;
  height: 190px;
  background: rgba(17, 109, 58, .72);
  clip-path: polygon(45% 0, 55% 0, 52% 100%, 42% 100%);
}

.skeleton-lines {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.skeleton-lines span {
  height: 10px;
  border-radius: 999px;
  background: #e6e7ed;
}

.skeleton-lines span:nth-child(2) {
  width: 86%;
}

.skeleton-lines span:nth-child(4) {
  width: 92%;
}

.skeleton-lines span:nth-child(6) {
  width: 78%;
}

.summary-demo {
  overflow: hidden;
  border: 1px solid #dfe4f1;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(30, 43, 86, .08);
}

.summary-demo header {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #e9edf6;
  color: #0b48ff;
}

.summary-demo header strong {
  font-size: 18px;
}

.summary-demo header span {
  color: #5d667b;
  font-size: 24px;
}

.summary-body {
  padding: 18px 20px;
}

.summary-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f6ff;
  color: #25345c;
  font-size: 12px;
  font-weight: 800;
}

.summary-body p {
  color: #263149;
  font-size: 14px;
  line-height: 1.48;
}

.summary-body ol {
  display: grid;
  gap: 13px;
  margin: 12px 0 18px;
  padding: 0;
  list-style: none;
  counter-reset: places;
}

.summary-body li {
  position: relative;
  padding-left: 56px;
  counter-increment: places;
  color: #38445f;
  font-size: 13px;
}

.summary-body li::before {
  content: counter(places);
  position: absolute;
  left: 0;
  top: -1px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf4ff;
  color: #0b48ff;
  font-weight: 900;
}

.summary-body li strong {
  display: block;
  margin-bottom: 3px;
  color: #0b1433;
}

.summary-body li span {
  display: block;
  line-height: 1.38;
}

.summary-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1.5px solid #0b58ff;
  border-radius: 7px;
  color: #0b48ff;
  text-decoration: none;
  font-weight: 900;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 18px 0 28px;
  padding: 28px 0;
  border-radius: 22px;
  background: rgba(245, 241, 255, .86);
  box-shadow: 0 24px 62px rgba(65, 52, 136, .1);
}

.benefit-strip article {
  padding: 0 32px;
  text-align: center;
  border-right: 1px solid rgba(119, 101, 192, .16);
}

.benefit-strip article:last-child {
  border-right: 0;
}

.benefit-strip h2 {
  margin: 12px 0 8px;
  font-size: 20px;
  letter-spacing: -.025em;
}

.benefit-strip p {
  margin: 0;
  color: #111832;
  line-height: 1.45;
}

.benefit-icon,
.step-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #ebe5ff;
  color: #623be1;
}

.benefit-icon.lightning::before {
  content: "";
  width: 24px;
  height: 36px;
  background: #623be1;
  clip-path: polygon(47% 0, 100% 0, 64% 43%, 94% 43%, 32% 100%, 47% 56%, 12% 56%);
}

.benefit-icon.globe {
  box-shadow: inset 0 0 0 4px #623be1;
}

.benefit-icon.globe::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 4px;
  border-radius: 4px;
  background: #623be1;
  box-shadow: 0 18px 0 #623be1, 0 -18px 0 #623be1;
}

.benefit-icon.globe::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 54px;
  border: 4px solid #623be1;
  border-radius: 50%;
}

.benefit-icon.lock::before {
  content: "";
  position: absolute;
  top: 34px;
  width: 28px;
  height: 24px;
  border-radius: 6px;
  background: #623be1;
}

.benefit-icon.lock::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 28px;
  height: 26px;
  border: 5px solid #623be1;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.benefit-icon.heart::before {
  content: "<3";
  font-size: 28px;
  font-weight: 1000;
}

.how-section {
  padding: 12px 0 34px;
  text-align: center;
}

.how-section h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 34px;
  font-size: 29px;
  letter-spacing: -.04em;
}

.how-section h2::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -10px;
  height: 10px;
  border: 3px solid #623be1;
  border-color: #623be1 transparent transparent transparent;
  border-radius: 50%;
}

.steps-row {
  max-width: 850px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.steps-row article {
  position: relative;
  padding: 0 26px;
}

.step-icon {
  width: 78px;
  height: 78px;
  margin-bottom: 12px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  border-radius: 50%;
  background: #623be1;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.steps-row h3 {
  display: inline-block;
  margin: 0;
  font-size: 20px;
}

.steps-row p {
  max-width: 210px;
  margin: 12px auto 0;
  color: #121936;
  line-height: 1.45;
}

.step-icon.cursor::before {
  content: "";
  width: 29px;
  height: 36px;
  border: 4px solid #623be1;
  clip-path: polygon(0 0, 100% 44%, 62% 56%, 78% 90%, 57% 100%, 40% 66%, 13% 90%);
}

.step-icon.sparkle::before {
  content: "";
  width: 34px;
  height: 34px;
  background: #623be1;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}

.step-icon.book::before {
  content: "";
  width: 42px;
  height: 34px;
  border: 4px solid #623be1;
  border-radius: 5px 5px 9px 9px;
}

.step-icon.book::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 34px;
  background: #623be1;
}

.bottom-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, #4820bd, #651fe2 58%, #351a98);
  color: #fff;
  text-align: center;
}

.bottom-cta::before,
.bottom-cta::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.bottom-cta::before {
  left: -90px;
  bottom: -130px;
  width: 270px;
  height: 270px;
}

.bottom-cta::after {
  right: -120px;
  top: -115px;
  width: 310px;
  height: 310px;
}

.bottom-cta h2,
.bottom-cta p,
.bottom-cta .chrome-cta,
.bottom-proof {
  position: relative;
  z-index: 1;
}

.bottom-cta h2 {
  margin: 0 0 8px;
  font-size: 29px;
  letter-spacing: -.035em;
}

.bottom-cta p {
  margin: 0 0 16px;
  color: #f2eeff;
  font-size: 18px;
}

.chrome-cta-light {
  min-width: 530px;
  justify-content: center;
  border-color: transparent;
  background: #fff;
  color: #623be1;
}

.bottom-proof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 16px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .marketing-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .marketing-copy {
    max-width: 660px;
  }

  .browser-content {
    grid-template-columns: 1fr;
  }

  .summary-demo {
    max-width: 360px;
  }

  .benefit-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-strip article:nth-child(2) {
    border-right: 0;
  }

  .benefit-strip article:nth-child(-n+2) {
    padding-bottom: 28px;
  }

  .benefit-strip article:nth-child(n+3) {
    padding-top: 28px;
    border-top: 1px solid rgba(119, 101, 192, .16);
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  .site-header img {
    width: 190px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 0;
  }

  .preview {
    transform: none;
  }

  .content-page {
    margin: 24px 18px 46px;
    padding: 30px 24px;
  }

  .site-header nav {
    justify-content: flex-end;
  }
}

@media (max-width: 720px) {
  .marketing-main {
    padding: 0 20px;
  }

  .marketing-header {
    padding: 22px 20px;
    align-items: flex-start;
  }

  .marketing-brand {
    font-size: 23px;
  }

  .store-badge {
    padding: 10px 12px;
    font-size: 13px;
  }

  .marketing-hero {
    padding-top: 18px;
  }

  .marketing-copy h1 {
    font-size: 46px;
  }

  .marketing-copy p {
    font-size: 18px;
  }

  .chrome-cta {
    padding: 13px 16px;
    font-size: 18px;
  }

  .trust-row {
    gap: 16px;
    margin-top: 34px;
  }

  .browser-content {
    padding: 20px;
  }

  .headline-row {
    grid-template-columns: 1fr;
  }

  .beach-scene {
    height: 220px;
  }

  .benefit-strip,
  .steps-row {
    grid-template-columns: 1fr;
  }

  .benefit-strip article,
  .benefit-strip article:nth-child(n) {
    padding: 24px;
    border-right: 0;
    border-top: 1px solid rgba(119, 101, 192, .16);
  }

  .benefit-strip article:first-child {
    border-top: 0;
  }

  .chrome-cta-light {
    width: 100%;
    min-width: 0;
  }

  .bottom-proof {
    gap: 14px;
  }

  .site-footer {
    flex-wrap: wrap;
  }
}
