@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --ink: #25252a;
  --muted: #7c7b82;
  --paper: #fffdfb;
  --blush: #fbefee;
  --rose: #c94f57;
  --rose-dark: #a93c47;
  --line: #eee5e2;
  --shadow: 0 24px 70px rgba(133, 57, 61, .16);
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
.shell { width: min(1180px, calc(100% - 48px)); margin: auto; }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: var(--rose); display: flex; align-items: center; gap: 7px; font: 700 29px "Space Grotesk", sans-serif; letter-spacing: -2px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 13px 13px 13px 3px; color: white; background: var(--rose); font-size: 25px; transform: rotate(-8deg); }
.version { color: var(--muted); font-size: 13px; }
.hero { min-height: 625px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 45px 0 75px; }
.eyebrow { margin: 0 0 16px; color: var(--rose); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -2.5px; line-height: .98; margin: 0; }
h1 { font-size: clamp(54px, 7vw, 88px); }
h1 em { color: var(--rose); font-style: normal; }
.intro { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.65; margin: 28px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { border: 0; border-radius: 14px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 15px 20px; font: 600 14px "DM Sans", sans-serif; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--rose); box-shadow: 0 10px 25px rgba(201, 79, 87, .22); }
.secondary { color: var(--ink); background: #f5eeec; }
.detected { color: var(--muted); font-size: 12px; margin: 16px 0 0; }
.phone { width: min(330px, 80%); aspect-ratio: .53; justify-self: center; padding: 10px; border-radius: 42px; background: #19191d; box-shadow: var(--shadow); transform: rotate(5deg); }
.phone-camera { width: 76px; height: 22px; border-radius: 0 0 17px 17px; background: #19191d; position: absolute; left: calc(50% - 38px); z-index: 2; }
.phone-screen { height: 100%; overflow: hidden; border-radius: 34px; background: #fff; position: relative; }
.preview-slides { height: 100%; display: flex; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.preview-slide { min-width: 100%; height: 100%; object-fit: cover; display: block; }
.preview-dots { position: absolute; z-index: 2; bottom: 14px; left: 0; right: 0; display: flex; justify-content: center; gap: 5px; }
.preview-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.55); transition: .25s; }
.preview-dot.active { width: 16px; border-radius: 5px; background: white; }
.phone-fallback { height: 100%; overflow: hidden; border-radius: 34px; background: #fff; }
.fallback-top { display: flex; justify-content: space-between; padding: 26px 22px 12px; color: #888; font-size: 10px; }
.fallback-brand { display: flex; align-items: center; justify-content: space-between; padding: 17px 19px 20px; color: var(--rose); font: 700 27px "Space Grotesk"; letter-spacing: -2px; }
.fallback-brand span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #ddd; border-radius: 9px; color: var(--ink); font: 400 22px "DM Sans"; letter-spacing: 0; }
.fallback-pill { display: flex; gap: 6px; padding: 0 12px 20px; font-size: 8px; white-space: nowrap; }
.fallback-pill > * { padding: 9px 11px; border-radius: 20px; background: #f4f3f3; color: #999; }
.fallback-pill b { color: white; background: #25252a; }
.fallback-story { display: flex; align-items: center; gap: 8px; border-top: 1px solid #f0eded; border-bottom: 1px solid #f0eded; padding: 15px 18px; color: #777; font-size: 9px; }
.fallback-story i { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 13px; color: white; background: linear-gradient(150deg,#df7e7e,#e9b57f); font: 22px "DM Sans"; font-style: normal; }
.fallback-post { margin-top: 15px; padding: 0 16px; }
.fallback-author { display: grid; grid-template-columns: 29px 1fr; column-gap: 8px; align-items: center; font-size: 10px; }
.fallback-author strong { align-self: end; }.fallback-author small { color: #aaa; font-size: 8px; }.fallback-avatar { grid-row: span 2; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: white; background: var(--rose); font-weight: 700; }
.fallback-post p { margin: 18px 0 11px; font-size: 12px; }.fallback-art { height: 160px; border-radius: 10px; background: linear-gradient(140deg,#d47679,#eea77f 55%,#f4d9a8); }
.fallback-actions { display: flex; justify-content: space-between; padding: 15px 3px; color: #aaa; font-size: 8px; }
.downloads { padding: 70px 0 35px; border-top: 1px solid var(--line); }
h2 { font-size: clamp(34px, 4vw, 52px); max-width: 620px; }.section-heading > p:last-child { max-width: 630px; color: var(--muted); line-height: 1.6; }
code { color: var(--rose-dark); background: #faefed; border-radius: 5px; padding: 2px 5px; font-size: .9em; }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 35px; }
.download-card { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 30px rgba(40, 27, 26, .04); }
.download-card.recommended { border-color: #eab4b4; box-shadow: 0 10px 35px rgba(201, 79, 87, .12); }
.card-top { display: flex; justify-content: space-between; align-items: start; }.chip { color: var(--rose); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.platform { color: #9f9ca0; font-size: 12px; }
.download-card h3 { margin: 18px 0 8px; font: 600 22px "Space Grotesk"; }.download-card p { min-height: 50px; color: var(--muted); font-size: 13px; line-height: 1.5; }.download-card .button { width: 100%; margin-top: 13px; }
.checksum { color: #aaa; font-size: 10px; margin-top: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ios-note { margin: 24px 0 0; padding: 16px 18px; border-radius: 12px; color: #7c6161; background: var(--blush); font-size: 13px; line-height: 1.5; }
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 55px 0; border-top: 1px solid var(--line); }.trust > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; }.trust-icon { grid-row: span 2; display: grid; place-items: center; width: 30px; height: 30px; color: var(--rose); border-radius: 50%; background: var(--blush); font-weight: 700; }.trust strong { font-size: 14px; }.trust small { color: var(--muted); font-size: 12px; margin-top: 4px; }
footer { display: flex; justify-content: space-between; padding: 25px 0 40px; color: #a7a3a2; font-size: 12px; }
@media (max-width: 760px) { .shell { width: min(100% - 30px, 590px); }.nav { height: 75px; }.hero { display: flex; flex-direction: column; gap: 35px; padding: 40px 0 60px; align-items: start; }.phone { align-self: center; width: min(280px, 82%); }.download-grid, .trust { grid-template-columns: 1fr; }.download-card p { min-height: 0; } footer { gap: 10px; flex-direction: column; } }
