:root {
  color-scheme: light;
  --ink: #202124;
  --muted: #62636b;
  --soft: #85858f;
  --line: #e7e7ec;
  --pink: #ff2f73;
  --rose: #ff2f73;
  --plum: #ffe8f0;
  --night: #f7f7f7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(900px 560px at 76% 0%, rgba(255, 47, 115, .12), transparent 67%),
    radial-gradient(680px 460px at 10% 24%, rgba(255, 161, 191, .13), transparent 72%),
    linear-gradient(180deg, #fff 0%, #f7f7f7 58%, #f3f3f5 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.site-header nav { display: flex; align-items: center; gap: 8px; }
.site-header nav a { padding: 11px 15px; font-size: 13px; font-weight: 650; }
.nav-link { color: var(--muted); }
.nav-link:hover, .sign-in:hover { color: var(--ink); }
.sign-in { color: #3c3d42; }
.header-cta {
  margin-left: 5px;
  border: 1px solid rgba(255, 47, 115, .34);
  border-radius: 999px;
  background: rgba(255, 47, 115, .07);
  color: #d91d60;
}

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  padding: 70px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  align-items: center;
  gap: 76px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
}
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
h1 { max-width: 650px; font-size: clamp(52px, 7vw, 86px); line-height: .98; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; }
.primary-cta {
  min-height: 56px;
  padding: 0 25px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(135deg, #ff6b9d 0%, #ff2f73 60%, #e91e63 100%);
  box-shadow: 0 16px 46px rgba(235, 46, 121, .28);
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}
.primary-cta:hover { transform: translateY(-1px); box-shadow: 0 19px 54px rgba(235, 46, 121, .38); }
.secondary-cta { color: #34353a; font-size: 14px; font-weight: 650; border-bottom: 1px solid #aeb0b7; padding: 8px 0 5px; }
.hero-proof { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: var(--soft); font-size: 12px; }
.hero-proof i { margin-right: 5px; color: var(--rose); font-style: normal; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: rgba(255, 71, 143, .18); filter: blur(76px); }
.art-frame {
  position: relative;
  width: min(470px, 100%);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid #e6d5dc;
  border-radius: 34px;
  background: var(--plum);
  box-shadow: 0 30px 80px rgba(47, 29, 40, .2);
  transform: rotate(1.2deg);
}
.art-frame > img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.86) contrast(1.04); }
.art-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16, 7, 14, .9) 100%); }
.reading-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  min-height: 78px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 20px;
  background: rgba(24, 11, 21, .78);
  color: #fff7fb;
  backdrop-filter: blur(16px);
}
.reading-icon { width: 47px; height: 47px; flex: 0 0 auto; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, #ff6b9d, #d91d60); color: #fff; font-family: Georgia, serif; font-size: 23px; font-weight: 800; }
.reading-card small { display: block; color: #e5a8c6; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.reading-card strong { display: block; margin-top: 5px; font-family: Georgia, serif; font-size: 16px; font-weight: 600; }
.chapter-pill { position: absolute; top: 25px; right: 22px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(20, 9, 17, .62); backdrop-filter: blur(12px); color: #f7e8f0; font-size: 11px; font-weight: 700; }
.chapter-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #65df9a; box-shadow: 0 0 12px #65df9a; }

.trust-bar {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 25px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-bar div { padding: 0 24px; text-align: center; border-right: 1px solid var(--line); }
.trust-bar div:last-child { border-right: 0; }
.trust-bar strong, .trust-bar span { display: block; }
.trust-bar strong { font-family: Georgia, serif; font-size: 17px; font-weight: 600; }
.trust-bar span { margin-top: 5px; color: var(--soft); font-size: 11px; }

.features, .how { width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 118px 0; }
.section-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .final-cta h2 { font-size: clamp(38px, 5vw, 58px); line-height: 1.08; }
.section-heading > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { min-height: 275px; padding: 34px; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #fff, #fbfbfc); box-shadow: 0 14px 38px rgba(22, 22, 30, .055); }
.feature-card-large { grid-row: span 2; min-height: 568px; }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255, 114, 172, .28); border-radius: 14px; background: rgba(255, 79, 145, .08); color: var(--rose); font-size: 21px; }
.feature-card h3 { margin: 28px 0 0; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.feature-card p { max-width: 490px; margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.shelf-art { position: absolute; left: 34px; right: 34px; bottom: 0; height: 235px; display: flex; align-items: flex-end; justify-content: center; gap: 8px; perspective: 800px; }
.shelf-art:after { content: ""; position: absolute; bottom: 22px; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(255, 162, 201, .38), transparent); box-shadow: 0 10px 25px rgba(255, 60, 139, .22); }
.shelf-art span { width: 48px; height: 145px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 5px 8px 4px 4px; background: linear-gradient(90deg, #4e1d3e, #8c315f 70%, #3a152f); box-shadow: 8px 12px 28px rgba(0,0,0,.3); transform: rotate(-3deg); }
.shelf-art span:nth-child(2) { height: 186px; background: linear-gradient(90deg, #6f263e, #c34b71 70%, #541c34); transform: rotate(2deg); }
.shelf-art span:nth-child(3) { height: 205px; background: linear-gradient(90deg, #312045, #7b4f93 70%, #251632); transform: rotate(-1deg); }
.shelf-art span:nth-child(4) { height: 169px; background: linear-gradient(90deg, #75313c, #c66b76 70%, #4c1f2b); transform: rotate(4deg); }
.shelf-art span:nth-child(5) { height: 135px; background: linear-gradient(90deg, #392948, #736180 70%, #281d33); transform: rotate(-2deg); }

.how { padding-top: 70px; }
.section-heading.compact { max-width: 650px; }
.steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps li { padding: 34px 30px 38px; display: flex; gap: 20px; border-right: 1px solid var(--line); }
.steps li:last-child { border-right: 0; }
.steps > li > span { color: var(--rose); font: 600 12px/1 Georgia, serif; }
.steps h3 { margin: -3px 0 9px; font-family: Georgia, serif; font-size: 20px; font-weight: 600; }
.steps p { margin: 0; color: var(--soft); font-size: 13px; line-height: 1.65; }

.final-cta { width: min(980px, calc(100% - 48px)); margin: 38px auto 118px; padding: 82px 40px; text-align: center; border: 1px solid #f0d7e1; border-radius: 36px; background: radial-gradient(circle at 50% 0%, rgba(255, 47, 115, .12), transparent 58%), #fff; box-shadow: 0 18px 54px rgba(30, 21, 27, .06); }
.final-symbol { width: 58px; height: 58px; margin: 0 auto 27px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #ff6b9d, #e91e63); color: #fff; font: 800 28px/1 Georgia, serif; box-shadow: 0 15px 44px rgba(231, 47, 120, .25); }
.final-cta > p:not(.eyebrow) { margin: 20px auto 28px; color: var(--muted); font-size: 16px; }
.final-cta small { display: block; margin-top: 17px; color: var(--soft); font-size: 11px; }

.site-footer { padding: 58px max(24px, calc((100% - 1180px) / 2)) 34px; border-top: 1px solid var(--line); background: #fff; }
.footer-top { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.footer-brand p { max-width: 300px; margin: 13px 0 0; color: var(--soft); font-size: 13px; line-height: 1.6; }
.footer-top nav { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 12px 22px; }
.footer-top nav a { color: var(--muted); font-size: 12px; }
.footer-top nav a:hover { color: var(--ink); }
.footer-rule { height: 1px; margin: 38px 0 26px; background: var(--line); }
.entity { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 15px; color: var(--soft); text-align: center; font-size: 11px; line-height: 1.55; }
.entity strong { flex-basis: 100%; color: #4b4c52; font-size: 12px; }
.payment-row { margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.visa, .mastercard { height: 29px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d8dce6; border-radius: 5px; background: #fff; }
.visa { padding: 0 11px; color: #1434cb; font-size: 14px; font-weight: 950; font-style: italic; letter-spacing: -.8px; }
.mastercard { padding: 0 8px; gap: 5px; color: #252525; }
.mastercard i { position: relative; width: 29px; height: 17px; }
.mastercard i:before, .mastercard i:after { content: ""; position: absolute; top: 1px; width: 15px; height: 15px; border-radius: 50%; }
.mastercard i:before { left: 1px; background: #eb001b; }
.mastercard i:after { left: 11px; background: #f79e1b; }
.mastercard b { font-size: 9px; }
.copyright { margin: 16px 0 0; color: #9a9ca3; text-align: center; font-size: 10px; }

@media (max-width: 860px) {
  .nav-link { display: none; }
  .hero { grid-template-columns: 1fr; gap: 58px; padding-top: 55px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 430px; }
  .art-frame { width: min(420px, 92%); }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-bar div:nth-child(2) { border-right: 0; }
  .trust-bar div:nth-child(-n+2) { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-large { min-height: 540px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { border-right: 0; border-bottom: 1px solid var(--line); }
  .steps li:last-child { border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .footer-brand p { margin-left: auto; margin-right: auto; }
  .footer-top nav { justify-content: center; }
}

@media (max-width: 560px) {
  .site-header, .hero, .trust-bar, .features, .how, .final-cta { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 72px; }
  .wordmark { font-size: 24px; }
  .site-header nav { gap: 2px; }
  .site-header nav a { padding: 9px 10px; font-size: 12px; }
  .header-cta { margin-left: 0; }
  .hero { min-height: auto; padding: 48px 0 55px; }
  h1 { font-size: clamp(46px, 15vw, 64px); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { justify-content: center; }
  .hero-proof { justify-content: center; gap: 8px 15px; }
  .hero-visual { min-height: 370px; }
  .art-frame { border-radius: 26px; }
  .reading-card { left: 14px; right: 14px; bottom: 14px; }
  .chapter-pill { top: 14px; right: 14px; }
  .trust-bar div { padding-left: 8px; padding-right: 8px; }
  .features { padding: 88px 0; }
  .section-heading { margin-bottom: 36px; }
  .feature-card { padding: 27px; border-radius: 23px; }
  .feature-card-large { min-height: 500px; }
  .shelf-art { left: 20px; right: 20px; }
  .how { padding: 40px 0 92px; }
  .steps li { padding: 28px 16px; }
  .final-cta { margin-bottom: 82px; padding: 62px 22px; border-radius: 28px; }
  .site-footer { padding-left: 20px; padding-right: 20px; }
  .entity { display: block; }
  .entity span { display: block; }
}

@media (prefers-reduced-motion: no-preference) {
  .art-frame { animation: float 7s ease-in-out infinite; }
  @keyframes float { 0%, 100% { transform: translateY(0) rotate(1.2deg); } 50% { transform: translateY(-8px) rotate(.5deg); } }
}
