:root {
  --paper: #f3f1eb;
  --card: #fbfaf7;
  --ink: #23221f;
  --muted: #716e66;
  --line: rgba(35, 34, 31, 0.12);
  --acid: #d7f15d;
  --acid-dark: #c8e54a;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 77% 13%, rgba(215, 241, 93, .22), transparent 28%), var(--paper); }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 15px "Manrope", sans-serif; letter-spacing: -.03em; }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.nav-download { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.48); font-size: 13px; font-weight: 600; transition: .2s ease; }
.nav-download:hover { transform: translateY(-1px); background: #fff; }
.nav-download span { color: var(--muted); font-weight: 500; }

.hero { min-height: 690px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; padding-block: 54px 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #747066; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 2px; border-radius: 2px; background: var(--acid-dark); }
.hero h1 { margin: 25px 0 24px; font: 750 clamp(62px, 7vw, 100px)/.91 "Manrope", sans-serif; letter-spacing: -.072em; }
.hero h1 em { color: #7f7b70; font-style: normal; }
.lede { max-width: 525px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 19px; margin-top: 36px; }
.download-button { display: inline-flex; align-items: center; gap: 13px; padding: 13px 20px 13px 16px; border-radius: 14px; background: var(--acid); box-shadow: 0 8px 18px rgba(78, 83, 40, .13); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.download-button:hover { transform: translateY(-2px); background: var(--acid-dark); box-shadow: 0 14px 28px rgba(78,83,40,.18); }
.download-button svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.download-button > span { display: grid; gap: 1px; }
.download-button strong { font: 700 14px "Manrope", sans-serif; }
.download-button small { color: rgba(35,34,31,.62); font-size: 10px; }
.trust { max-width: 95px; color: #827e74; font-size: 10px; line-height: 1.45; }

.hero-visual { position: relative; min-height: 530px; }
.orbit { position: absolute; border: 1px solid rgba(65,62,55,.12); border-radius: 50%; }
.orbit-one { width: 500px; height: 360px; top: 77px; left: 47px; transform: rotate(-14deg); }
.orbit-two { width: 360px; height: 500px; top: 10px; left: 117px; transform: rotate(33deg); }
.profile-icon { position: absolute; display: grid; place-items: center; width: 190px; height: 190px; border-radius: 44px; box-shadow: 0 26px 55px rgba(46,44,38,.16), inset 0 0 0 1px rgba(255,255,255,.38); }
.profile-icon b { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); padding: 8px 15px; border-radius: 99px; background: var(--ink); color: white; font: 800 12px "Manrope", sans-serif; letter-spacing: .04em; box-shadow: 0 7px 14px rgba(28,27,23,.24); }
.profile-icon-work { z-index: 3; top: 139px; left: 198px; width: 224px; height: 224px; border-radius: 53px; background: var(--acid); transform: rotate(-3deg); }
.profile-icon-personal { z-index: 2; top: 23px; left: 33px; background: #a7b8ff; transform: rotate(-10deg); }
.profile-icon-studio { z-index: 1; top: 300px; left: 378px; background: #ffb7cf; transform: rotate(8deg); }
.mock-logo { position: relative; width: 104px; height: 104px; border-radius: 29px; background: white; box-shadow: 0 10px 20px rgba(33,31,27,.11); }
.mock-logo i { position: absolute; width: 37px; height: 37px; border-radius: 13px; background: #36bddc; }
.mock-logo i:nth-child(1) { top: 14px; left: 14px; border-radius: 13px 13px 3px 13px; }
.mock-logo i:nth-child(2) { top: 14px; right: 14px; background: #2ebb83; border-radius: 13px 13px 13px 3px; }
.mock-logo i:nth-child(3) { bottom: 14px; left: 14px; background: #e81159; border-radius: 13px 3px 13px 13px; }
.mock-logo i:nth-child(4) { right: 14px; bottom: 14px; background: #f2b929; border-radius: 3px 13px 13px 13px; }
.profile-icon-work .mock-logo { width: 122px; height: 122px; }
.profile-icon-work .mock-logo i { width: 43px; height: 43px; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 10px 11px 10px 14px; border: 1px solid rgba(38,36,31,.09); border-radius: 11px; background: rgba(255,255,255,.82); backdrop-filter: blur(12px); color: #615e56; font-size: 10px; font-weight: 600; box-shadow: 0 10px 28px rgba(42,40,34,.1); }
.floating-note span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 6px; background: var(--acid); color: var(--ink); }
.note-one { top: 75px; right: 2px; }
.note-two { bottom: 55px; left: 72px; }

.proof { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.proof div { display: grid; gap: 7px; padding: 28px 34px; border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong { font: 700 13px "Manrope", sans-serif; }
.proof span { color: var(--muted); font-size: 11px; line-height: 1.5; }

.features { padding-block: 138px 150px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.section-heading h2 { margin: 0; font: 700 clamp(36px, 5vw, 58px)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; text-align: right; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article { position: relative; min-height: 335px; padding: 25px; border: 1px solid rgba(45,43,38,.08); border-radius: 21px; background: rgba(251,250,247,.78); box-shadow: 0 8px 35px rgba(48,45,38,.04); }
.step { position: absolute; top: 22px; right: 24px; color: #a09c92; font: 600 10px "Manrope", sans-serif; }
.feature-symbol { position: relative; width: 92px; height: 92px; margin: 23px 0 47px; border-radius: 28px; background: #ebe8e0; }
.feature-grid h3 { margin: 0 0 10px; font: 700 18px "Manrope", sans-serif; letter-spacing: -.025em; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.symbol-scan { display: flex; align-items: center; justify-content: center; gap: 5px; }
.symbol-scan i { width: 12px; height: 42px; border: 2px solid var(--ink); border-radius: 5px; }
.symbol-scan i:nth-child(2) { height: 59px; background: var(--acid); }
.symbol-scan i:nth-child(3) { height: 31px; }
.symbol-style { display: grid; place-items: center; background: #a7b8ff; color: var(--ink); }
.symbol-style i { font: 800 34px "Manrope", sans-serif; font-style: normal; }
.symbol-style b { position: absolute; bottom: -7px; padding: 5px 9px; border-radius: 20px; background: var(--ink); color: white; font-size: 7px; letter-spacing: .06em; }
.symbol-launch { background: #ffb7cf; }
.symbol-launch i { position: absolute; width: 45px; height: 45px; border: 3px solid var(--ink); border-radius: 13px; background: white; }
.symbol-launch i:first-child { top: 15px; left: 15px; }
.symbol-launch i:last-child { right: 15px; bottom: 15px; background: var(--acid); }

.privacy { display: grid; grid-template-columns: 180px 1fr 1fr; align-items: center; gap: 55px; min-height: 330px; padding: 55px 65px; border-radius: 28px; background: var(--ink); color: white; overflow: hidden; }
.privacy-mark { position: relative; display: grid; place-items: center; width: 150px; height: 150px; }
.privacy-mark::before, .privacy-mark::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.privacy-mark::before { width: 220px; height: 120px; transform: rotate(25deg); }
.privacy-mark::after { width: 120px; height: 220px; transform: rotate(-25deg); }
.privacy-mark img { position: relative; z-index: 2; width: 100px; height: 100px; border-radius: 24px; }
.eyebrow.light { color: rgba(255,255,255,.55); }
.privacy h2 { margin: 18px 0 0; font: 700 40px/1.04 "Manrope", sans-serif; letter-spacing: -.05em; }
.privacy > p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.8; }

.install { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 145px; }
.install h2 { max-width: 650px; margin: 17px 0 0; font: 700 clamp(38px, 5vw, 60px)/1.03 "Manrope", sans-serif; letter-spacing: -.055em; }
.download-button.dark { flex: 0 0 auto; background: var(--ink); color: white; box-shadow: 0 10px 25px rgba(33,32,28,.2); }
.download-button.dark:hover { background: #11110f; }
.download-button.dark small { color: rgba(255,255,255,.55); }

footer { display: flex; align-items: center; justify-content: space-between; min-height: 100px; border-top: 1px solid var(--line); color: #8a867d; font-size: 10px; }
footer .brand { color: var(--ink); }
footer .brand img { width: 28px; height: 28px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { width: 570px; max-width: 100%; margin: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 240px; }
  .feature-symbol { margin-bottom: 30px; }
  .privacy { grid-template-columns: 130px 1fr; }
  .privacy > p { grid-column: 2; }
  .install { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { height: 74px; }
  .nav-download span { display: none; }
  .hero { min-height: 0; padding-block: 70px 55px; }
  .hero h1 { font-size: clamp(54px, 18vw, 76px); }
  .lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .trust { max-width: none; }
  .hero-visual { min-height: 390px; transform: scale(.72); transform-origin: top center; margin-bottom: -110px; }
  .proof { grid-template-columns: 1fr; }
  .proof div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof div:last-child { border-bottom: 0; }
  .features { padding-block: 90px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .section-heading h2 { text-align: left; }
  .privacy { grid-template-columns: 1fr; gap: 30px; padding: 43px 30px; text-align: center; }
  .privacy-mark { margin: auto; }
  .privacy > p { grid-column: 1; }
  .install { padding-block: 95px; }
  footer { min-height: 85px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
