:root {
  --ink: #201c2c;
  --muted: #6f6979;
  --paper: #fffdfb;
  --surface: #f8f4f2;
  --line: rgba(32, 28, 44, .1);
  --pink: #d967a5;
  --orange: #ef6a30;
  --purple: #6b4ce6;
  --gradient: linear-gradient(135deg, #d763aa 0%, #ea676e 52%, #ef6a30 100%);
  --shadow: 0 24px 70px rgba(65, 43, 38, .14);
  --radius: 28px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; padding: 22px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 8px 18px rgba(222, 98, 115, .22); }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { color: #4e4859; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--pink); }
.language-selector { position: relative; }.language-button { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #4e4859; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }.language-button:hover { border-color: #d6bec9; color: var(--pink); }.language-menu { position: absolute; z-index: 10; top: calc(100% + 8px); right: 0; display: none; min-width: 130px; padding: 6px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 16px 32px rgba(40,30,36,.14); }.language-selector.open .language-menu { display: block; }.language-menu a { display: flex; align-items: center; gap: 8px; padding: 8px; border-radius: 8px; white-space: nowrap; }.language-menu a:hover { background: #fff5f7; }
.nav-cta { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.8); color: var(--ink); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 4px; background: currentColor; content: ""; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 800px; overflow: hidden; padding: 172px 0 90px; }
.hero::before { position: absolute; width: 600px; height: 600px; right: -180px; top: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(235,101,98,.16), transparent 68%); content: ""; }
.hero::after { position: absolute; width: 460px; height: 460px; left: -300px; bottom: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(215,99,170,.13), transparent 70%); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 22px; color: #b44878; font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 2px; background: var(--gradient); content: ""; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 660px; margin-bottom: 26px; font-size: clamp(54px, 6vw, 82px); }
.gradient-text { color: transparent; background: var(--gradient); -webkit-background-clip: text; background-clip: text; }
.hero-copy { max-width: 590px; margin: 0 0 34px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { display: inline-flex; align-items: center; gap: 12px; min-width: 183px; padding: 11px 18px; border: 0; border-radius: 14px; background: var(--ink); color: #fff; text-decoration: none; box-shadow: 0 12px 26px rgba(32,28,44,.16); }
.store-button svg { width: 24px; height: 24px; flex: 0 0 auto; }
.store-button small { display: block; color: #c9c5cf; font-size: 10px; line-height: 1.1; text-transform: uppercase; letter-spacing: .08em; }
.store-button strong { display: block; font-size: 15px; line-height: 1.25; }
.store-button.disabled { cursor: default; background: #eee9e7; color: #6d6875; box-shadow: none; }
.store-button.disabled small { color: #928b98; }

.phone-wrap { position: relative; min-height: 535px; display: grid; place-items: center; }
.phone-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: var(--gradient); opacity: .16; filter: blur(2px); }
.orbit-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.85); border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: 0 16px 42px rgba(54,39,50,.13); backdrop-filter: blur(10px); }
.orbit-card strong, .orbit-card span { display: block; line-height: 1.25; }
.orbit-card strong { font-size: 13px; }.orbit-card span { color: var(--muted); font-size: 11px; }
.orbit-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: #fff; background: var(--gradient); }
.orbit-icon svg { width: 17px; }
.orbit-one { left: -7px; top: 112px; }.orbit-two { right: -15px; bottom: 95px; }
.phone { position: relative; z-index: 2; width: 275px; height: 558px; padding: 9px; border: 2px solid #332e3a; border-radius: 43px; background: #1e1b23; box-shadow: 0 35px 70px rgba(44,31,34,.26); transform: rotate(3deg); }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 33px; background: #fbf9fa; }.phone-screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.app-top { display: flex; align-items: center; justify-content: space-between; margin: 8px 2px 22px; }
.app-greeting small { color: #8e8793; font-size: 9px; }.app-greeting strong { display: block; font-size: 15px; }
.avatar { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--gradient); font-size: 11px; font-weight: 800; box-shadow: 0 3px 12px rgba(215,99,170,.3); }
.goal-card { padding: 17px; border-radius: 19px; background: var(--gradient); color: #fff; box-shadow: 0 15px 30px rgba(223,98,112,.2); }
.goal-card small { font-size: 9px; opacity: .78; text-transform: uppercase; letter-spacing: .1em; }
.goal-card h3 { margin: 7px 0 16px; font-size: 18px; letter-spacing: -.02em; }
.goal-meta { display: flex; justify-content: space-between; font-size: 9px; }
.progress-bar { height: 5px; margin: 7px 0 5px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.28); }
.progress-bar span { display: block; width: 68%; height: 100%; border-radius: inherit; background: #fff; }
.app-section-title { display: flex; justify-content: space-between; margin: 22px 2px 10px; font-size: 11px; font-weight: 800; }.app-section-title span:last-child { color: var(--pink); font-size: 9px; }
.step { display: flex; align-items: center; gap: 10px; padding: 9px 4px; border-bottom: 1px solid #eee9ec; }
.check { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 8px; color: #fff; background: #63c29a; font-size: 11px; }
.check.open { border: 1.5px solid #d7d1d7; background: transparent; }
.step strong { display: block; font-size: 10px; }.step small { display: block; color: #99919c; font-size: 8px; }
.mini-nav { position: absolute; inset: auto 12px 10px; display: flex; justify-content: space-around; padding: 9px; border-radius: 16px; background: #fff; box-shadow: 0 5px 18px rgba(54,39,50,.1); }
.mini-nav span { color: #aaa3ad; font-size: 13px; }.mini-nav span:first-child { color: var(--pink); }

.section { padding: 110px 0; }
.section-soft { background: var(--surface); }
#social { padding-top: 0; }
.section-heading { max-width: 680px; margin-bottom: 54px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .split-copy h2, .privacy-card h2 { margin-bottom: 20px; font-size: clamp(38px, 4vw, 55px); }
.section-heading p, .split-copy > p { margin: 0; color: var(--muted); font-size: 18px; }
.goal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 230px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(52,40,45,.09); }
.feature-icon { display: grid; width: 46px; height: 46px; margin-bottom: 34px; place-items: center; border-radius: 14px; color: #b54a77; background: #fbeaf2; }
.feature-icon.orange { color: #d95b25; background: #fff0e9; }.feature-icon.purple { color: #674bd0; background: #eeeafd; }.feature-icon.green { color: #318969; background: #e7f6f0; }
.feature-icon svg { width: 21px; }
.feature-card h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.025em; }.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.goal-preview-card { display: flex; min-height: 0; flex-direction: column; padding: 14px; }.goal-preview-card img { display: block; width: 100%; aspect-ratio: 1; margin-bottom: 20px; border-radius: 14px; object-fit: cover; background: #f7f4f5; }.goal-preview-card h3, .goal-preview-card p { padding-inline: 8px; }.goal-preview-card p { padding-bottom: 8px; }
.detail-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 34px; }
.detail-strip span { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.7); font-size: 13px; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.benefit-list { display: grid; gap: 18px; margin-top: 32px; }
.benefit { display: flex; align-items: flex-start; gap: 14px; }
.benefit-mark { display: grid; width: 28px; height: 28px; flex: 0 0 auto; margin-top: 2px; place-items: center; border-radius: 50%; color: #fff; background: var(--gradient); font-size: 12px; }
.benefit strong { display: block; margin-bottom: 2px; }.benefit span { color: var(--muted); font-size: 14px; }
.progress-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.stat-panel { width: min(100%, 430px); padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.stat-head { display: flex; justify-content: space-between; align-items: start; }.stat-head p { margin: 0; font-size: 15px; font-weight: 800; }.stat-head span { color: #2d9b6d; font-size: 12px; font-weight: 700; }
.stat-number { margin: 22px 0 5px; font-size: 48px; font-weight: 800; letter-spacing: -.05em; }.stat-label { color: var(--muted); font-size: 12px; }
.chart { display: flex; height: 155px; align-items: flex-end; gap: 13px; margin-top: 22px; padding-top: 10px; border-bottom: 1px solid #e8e3e6; }
.chart i { flex: 1; border-radius: 8px 8px 2px 2px; background: linear-gradient(180deg,#e373a8,#ee6b3a); opacity: .86; }
.chart i:nth-child(1){height:26%}.chart i:nth-child(2){height:42%}.chart i:nth-child(3){height:37%}.chart i:nth-child(4){height:58%}.chart i:nth-child(5){height:69%}.chart i:nth-child(6){height:61%}.chart i:nth-child(7){height:88%}
.chart-labels { display: flex; justify-content: space-between; margin-top: 8px; color: #a29ba5; font-size: 9px; }

.social-panel { display: grid; min-height: 570px; grid-template-columns: 300px minmax(150px, 1fr); align-items: center; justify-content: center; gap: 16px; padding: 22px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, #f9edf3, #ece7f3); box-shadow: var(--shadow); }
.social-feed-image { display: block; width: 100%; border: 7px solid #fff; border-radius: 27px; box-shadow: 0 20px 38px rgba(55, 40, 58, .18); }
.comment-stack { display: grid; gap: 18px; align-self: center; }.comment { display: flex; align-items: flex-start; gap: 8px; padding: 10px 12px 10px 10px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 12px 25px rgba(70,45,65,.12); color: #5a5360; font-size: 11px; line-height: 1.35; }
.comment p { margin: 0; }.comment strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 11px; }.comment-avatar { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--gradient); color: #fff; font-size: 9px; font-weight: 800; }
.privacy-note { margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--pink); border-radius: 0 14px 14px 0; background: #fff; color: #514a58; font-weight: 650; }

.privacy-wrap { padding: 0 0 110px; }
.privacy-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 70px; border-radius: 34px; background: var(--gradient); color: #fff; }
.privacy-card::after { position: absolute; width: 300px; height: 300px; right: -70px; top: -120px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
.privacy-card p { max-width: 630px; margin: 0; color: rgba(255,255,255,.84); font-size: 17px; }.privacy-card h2 { margin-bottom: 16px; }
.light-button { position: relative; z-index: 1; flex: 0 0 auto; padding: 13px 20px; border-radius: 999px; background: #fff; color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; }

.site-footer { padding: 58px 0 30px; border-top: 1px solid var(--line); background: #211d29; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }.footer-brand p { max-width: 360px; margin: 18px 0 0; color: #aaa4b0; font-size: 14px; }.footer-title { margin-bottom: 15px; color: #fff; font-size: 13px; font-weight: 800; }.footer-links { display: grid; gap: 9px; }.footer-links a { color: #aaa4b0; font-size: 14px; text-decoration: none; }.footer-links a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #837d89; font-size: 12px; }

.legal-hero { padding: 165px 0 70px; background: linear-gradient(180deg,#fff7f5 0%,var(--paper) 100%); text-align: center; }.legal-hero h1 { max-width: 800px; margin: 0 auto 18px; font-size: clamp(46px,6vw,70px); }.legal-hero p { margin: 0; color: var(--muted); }.legal-content { width: min(calc(100% - 40px), 760px); margin: 0 auto; padding: 70px 0 110px; }.legal-content h2 { margin: 48px 0 12px; font-size: 27px; }.legal-content h3 { margin: 30px 0 10px; font-size: 19px; }.legal-content p, .legal-content li { color: #5f5967; }.legal-content ul { padding-left: 22px; }.legal-content a { color: #b44878; font-weight: 650; }.legal-meta { display: inline-block; margin-top: 14px; padding: 7px 13px; border-radius: 999px; background: #f4ecee; color: #8a6674; font-size: 12px; }
.legal-content .todo-note { padding: 15px 17px; border: 1px solid #efc168; border-radius: 12px; background: #fff8df; color: #735415; font-size: 14px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 36px; }.support-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.support-card h2 { margin: 0 0 10px; font-size: 22px; }.support-card p { margin: 0 0 15px; font-size: 14px; }.support-card a { text-decoration: none; }
.support-hero { padding: 165px 0 65px; background: linear-gradient(180deg,#fff7f5 0%,var(--paper) 100%); text-align: center; }.support-hero h1 { margin: 0 0 13px; font-size: clamp(46px,6vw,70px); }.support-hero > .container > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 19px; }.support-shortcuts { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 32px; }.support-shortcuts a { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #635d68; font-size: 13px; font-weight: 700; text-decoration: none; }.support-shortcuts a:hover { color: var(--pink); border-color: rgba(217,103,165,.35); }.support-content { padding: 70px 0 110px; }.support-layout { display: grid; grid-template-columns: 205px minmax(0, 760px); justify-content: center; gap: 70px; }.support-nav { position: sticky; top: 24px; align-self: start; display: grid; gap: 2px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.support-nav a { padding: 8px 10px; border-radius: 9px; color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }.support-nav a:hover { color: var(--pink); background: #fff3f7; }.faq-group + .faq-group { margin-top: 74px; }.faq-group > .eyebrow { margin-bottom: 12px; }.faq-group h2 { margin-bottom: 21px; font-size: 37px; }.faq-item { border-top: 1px solid var(--line); }.faq-item:last-child { border-bottom: 1px solid var(--line); }.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 3px; cursor: pointer; font-size: 16px; font-weight: 750; list-style: none; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary span { display: grid; width: 26px; height: 26px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #f4edef; color: var(--pink); font-size: 20px; font-weight: 400; transition: transform .2s ease; }.faq-item[open] summary span { transform: rotate(45deg); }.faq-item div { max-width: 675px; padding: 0 3px 20px; }.faq-item p { margin: 0; color: var(--muted); font-size: 15px; }.faq-item a { color: #b44878; font-weight: 700; }.support-contact { margin-top: 85px; padding: 45px; border-radius: 26px; background: var(--gradient); color: #fff; }.support-contact .eyebrow { color: rgba(255,255,255,.84); }.support-contact .eyebrow::before { background: #fff; }.support-contact h2 { margin: 0 0 12px; font-size: 41px; }.support-contact p { max-width: 560px; margin: 0 0 25px; color: rgba(255,255,255,.84); }.contact-email { display: inline-flex; align-items: center; gap: 30px; padding: 12px 16px; border-radius: 12px; background: #fff; color: var(--ink); font-weight: 800; text-decoration: none; }.contact-email span { color: var(--pink); font-size: 20px; }

@media (max-width: 900px) {
  .hero { padding-top: 145px; }.hero-grid { grid-template-columns: 1fr; gap: 40px; }.hero-copy { max-width: 680px; }.phone-wrap { min-height: 590px; }.goal-grid { grid-template-columns: 1fr 1fr; }.split { gap: 55px; }.privacy-card { padding: 50px; }.orbit-one { left: 10%; }.orbit-two { right: 8%; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }.site-header { padding: 15px 0; }.menu-button { display: block; }.nav-links { position: fixed; inset: 72px 14px auto; display: none; align-items: stretch; gap: 3px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,251,.98); box-shadow: 0 24px 60px rgba(40,30,36,.16); }.nav-links.open { display: grid; }.nav-links a { padding: 12px 10px; }.nav-cta { text-align: center; }.menu-button[aria-expanded="true"] span { opacity: 0; }.menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }.menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; padding: 125px 0 70px; }.hero-grid { text-align: center; }.eyebrow { justify-content: center; }.hero h1 { font-size: clamp(45px,14vw,64px); }.actions { justify-content: center; }.phone-wrap { min-height: 535px; margin-top: 12px; }.phone { width: 248px; height: 505px; }.orbit-one { left: 0; top: 70px; }.orbit-two { right: 0; bottom: 55px; }.orbit-card { padding: 10px 12px; }.orbit-card span { display: none; }
  .section { padding: 76px 0; }.section-heading { margin-bottom: 36px; }.section-heading h2, .split-copy h2, .privacy-card h2 { font-size: 39px; }.split, .footer-grid, .support-grid { grid-template-columns: 1fr; }.goal-grid { grid-template-columns: 1fr 1fr; gap: 12px; }.goal-preview-card { padding: 10px; }.goal-preview-card img { margin-bottom: 12px; }.goal-preview-card h3 { font-size: 16px; }.goal-preview-card p { font-size: 13px; }.feature-card { min-height: 0; }.feature-icon { margin-bottom: 24px; }.split { gap: 46px; }.progress-visual { min-height: 0; order: 2; }#social { padding-top: 0; }#social .split-copy { order: -1; }.social-panel { min-height: 0; grid-template-columns: 1fr; padding: 24px; }.social-feed-image { width: min(285px, 100%); justify-self: center; }.comment-stack { width: min(100%, 300px); justify-self: center; }.privacy-wrap { padding-bottom: 76px; }.privacy-card { align-items: flex-start; flex-direction: column; gap: 28px; padding: 36px 28px; }.footer-grid { gap: 35px; }.footer-bottom { align-items: flex-start; flex-direction: column; }.legal-hero { padding: 130px 0 55px; }.legal-content { padding: 45px 0 80px; }
}
@media (max-width: 700px) { .support-hero { padding: 130px 0 55px; }.support-content { padding: 45px 0 80px; }.support-layout { grid-template-columns: 1fr; gap: 30px; }.support-nav { position: static; display: flex; flex-wrap: wrap; }.support-nav a { padding: 6px 8px; font-size: 13px; }.faq-group + .faq-group { margin-top: 55px; }.faq-group h2 { font-size: 34px; }.support-contact { margin-top: 60px; padding: 32px 25px; }.support-contact h2 { font-size: 35px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; } }
