@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f8f7ee;
  --ink: #284e3d;
  --green: #285744;
  --muted: #788071;
  --line: #dfe3d4;
  --orange: #db9953;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Trebuchet MS", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button, summary { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { display: inline-block; }
h1, h2, h3, p { margin: 0; }
main { overflow-x: clip; }
.hero > *, .features-grid > *, .how-section > *, .faq-section > * { min-width: 0; }
a, button, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid #b77934; outline-offset: 6px; }
::selection { color: #224c3b; background: #dae6b8; }
[hidden] { display: none !important; }
.container { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; background: var(--green); color: #fff; padding: 10px 20px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.announcement { min-height: 35px; display: flex; justify-content: center; align-items: center; gap: 10px; background: #e8eddd; color: #4c6348; font-size: 11px; letter-spacing: 1px; padding: 7px 16px; text-align: center; }
.status-dot { display: inline-block; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: #6d8758; }
.announcement-flower { width: 13px; height: 13px; margin-left: 12px; }
.site-header { position: relative; z-index: 5; }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand > span { font-size: 21px; font-weight: 800; line-height: 1.4; letter-spacing: 1px; }
.brand small { display: block; font-size: 8px; font-weight: 500; letter-spacing: 2px; margin-top: 2px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.main-nav a { color: #616d5c; font-size: 13px; position: relative; padding-block: 12px; }
.main-nav a::after { content: ""; position: absolute; height: 1px; bottom: 7px; left: 0; right: 0; background: var(--green); transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover { color: var(--green); }
.main-nav a:hover::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; border: 1px solid var(--green); padding: 13px 23px; background: var(--green); color: #fffef5; border-radius: 8px; font-size: 14px; font-weight: 600; line-height: 1.6; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { background: #1d4333; transform: translateY(-2px); box-shadow: 0 6px 16px #294f4017; }
.button .button-arrow { margin-left: 13px; width: 18px; }
.button-small { min-height: 41px; border-radius: 7px; padding: 10px 17px; font-size: 12px; white-space: nowrap; }
.button-small .icon { width: 16px; height: 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: transparent; padding: 11px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green); transition: transform .2s; }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 30px; padding-block: 70px 68px; min-height: 670px; }
.hero-copy { position: relative; z-index: 2; padding-top: 2px; }
.eyebrow { color: #708063; font-size: 10px; font-weight: 600; letter-spacing: 2.1px; line-height: 1.8; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 23px; }
.eyebrow-line { width: 26px; height: 1px; background: #93a17c; }
h1 { font-size: clamp(38px, 4.2vw, 58px); letter-spacing: -2px; line-height: 1.38; font-weight: 800; }
.joy-word { position: relative; color: #6d854b; white-space: nowrap; }
.joy-word svg { position: absolute; width: 103%; height: 17px; left: -1%; bottom: -13px; fill: none; stroke: #e4bd78; stroke-width: 3.5; stroke-linecap: round; }
.hero-description { margin-top: 34px; color: #6a7464; font-size: 14px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 29px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; white-space: nowrap; }
.text-link:hover { color: #75864d; }
.play-mark { display: grid; place-content: center; width: 28px; height: 28px; border: 1px solid #a4ad95; border-radius: 50%; }
.play-mark::after { content: ""; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid var(--green); margin-left: 2px; }
.hero-compatibility { font-size: 10px; color: #818573; margin-top: 13px; letter-spacing: .3px; }
.hero-compatibility > span { margin-inline: 10px; }
.hero-social { display: flex; align-items: center; gap: 14px; margin-top: 39px; }
.mini-friends { display: flex; padding-left: 0; }
.mini-friends img { width: 34px; height: 36px; background: #ececdd; border: 2px solid var(--paper); border-radius: 50%; padding: 4px; }
.mini-friends img + img { margin-left: -9px; }
.mini-friends img:nth-child(2) { background: #e1e8d3; }
.mini-friends img:nth-child(3) { background: #e8e0eb; }
.hero-social p { color: #67765c; font-size: 11px; line-height: 1.8; }
.hero-social small { display: block; color: #929584; font-size: 10px; }
.hero-art { position: relative; isolation: isolate; height: 520px; display: grid; grid-template-columns: minmax(0, 1fr); place-items: center; }
.art-halo { position: absolute; z-index: -2; width: 460px; height: 450px; max-width: 110%; border-radius: 47% 53% 48% 52%; background: #e8ecd8; transform: rotate(-14deg); }
.art-halo::after { content: ""; position: absolute; inset: -16px 10px; border: 1px dashed #bec9a6; border-radius: inherit; transform: rotate(20deg); }
.botanical { position: absolute; z-index: -1; }
.botanical-top { right: -18px; top: -34px; width: 140px; transform: rotate(12deg); }
.game-card { width: 365px; max-width: 82%; padding: 21px 18px 13px; background: #fffef8; border: 1px solid #ecebdf; border-radius: 24px; transform: rotate(5deg); box-shadow: 0 22px 40px #48563317, 0 4px 6px #48563309; }
.game-card-heading { display: flex; justify-content: space-between; align-items: center; padding: 0 4px; }
.game-card-heading > span:first-child { display: flex; align-items: center; gap: 7px; font-size: 16px; font-weight: 800; letter-spacing: 2px; }
.game-card-heading .icon { width: 24px; height: 24px; color: #749b67; }
.game-dots { font-size: 17px; letter-spacing: 3px; }
.game-level { display: flex; justify-content: space-between; align-items: center; margin: 14px 3px 12px; }
.game-level > span { font-size: 10px; color: #91977d; letter-spacing: 2px; }
.game-level b { font-size: 10px; font-weight: 500; background: #eaf0dc; border-radius: 20px; padding: 3px 11px; }
.game-stats { display: grid; grid-template-columns: 1.35fr 1fr .75fr; gap: 8px; margin-bottom: 13px; }
.game-stats > div { padding: 9px 9px 6px; border-radius: 10px; background: #f3f4e8; }
.game-stats small { display: block; color: #7b8568; font-size: 8px; margin-bottom: 1px; }
.game-stats strong { display: flex; gap: 3px; align-items: center; font-size: 20px; font-weight: 700; line-height: 1.5; }
.game-stats strong > span { font-size: 9px; font-weight: 400; color: #90947f; }
.game-stats .moves { text-align: center; background: #f5ecd7; }
.game-stats .moves strong { display: block; color: #a77638; }
.score-bar { display: block; height: 3px; border-radius: 5px; background: #dce3c9; margin-top: 1px; }
.score-bar > i { display: block; width: 42%; height: 100%; background: #95ad68; border-radius: inherit; }
.game-board { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; background: #f0f0e5; padding: 7px; border: 1px solid #e6e8d9; border-radius: 13px; }
.tile { position: relative; display: grid; place-items: center; aspect-ratio: 1; border-radius: 8px; }
.tile img { width: 88%; max-height: 100%; }
.fox { background: #fbebd7; }
.frog { background: #e6efd9; }
.chick { background: #faf0ce; }
.bunny { background: #eee5f2; }
.bear { background: #f6e3df; }
.cat { background: #e0eced; }
.game-board .match { background: #fbdca4; box-shadow: 0 0 0 1.5px #e6b863; }
.game-tools { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin: 14px 2px 5px; }
.game-tools > span { display: flex; align-items: center; gap: 4px; font-size: 8px; color: #788367; }
.game-tools .icon { width: 18px; height: 18px; color: #a4874f; }
.game-tools b { display: inline-grid; place-items: center; width: 14px; height: 14px; border-radius: 50%; background: #f1efdd; font-size: 8px; font-weight: 500; }
.game-footer { text-align: center; font-size: 8px; letter-spacing: 2px; color: #a0a68e; margin-top: 9px; }
.floating-animal { position: absolute; z-index: 2; background: #f8dfb1; box-shadow: 0 9px 24px #785d2d0a; border: 6px solid #fffdf4; border-radius: 28px; display: grid; place-items: center; }
.fox-float { width: 112px; height: 112px; left: 0; top: 20px; transform: rotate(-12deg); }
.fox-float img { width: 82px; height: 88px; }
.combo-note { position: absolute; z-index: 2; right: -17px; top: 185px; display: flex; align-items: center; gap: 9px; background: #fffef9; border: 1px solid #ecebdc; border-radius: 12px; padding: 13px 17px; box-shadow: 0 6px 20px #4352330b; transform: rotate(-7deg); }
.combo-note > .icon { width: 25px; height: 25px; color: #c69b4f; }
.combo-note > span { font-size: 19px; font-weight: 800; color: #668047; }
.combo-note small { display: block; font-size: 6px; font-weight: 500; letter-spacing: 1px; color: #aaa087; }
.free-seal { position: absolute; bottom: -3px; left: 1px; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #ebc784; border-radius: 50%; outline: 1px dashed #ac8c55; outline-offset: -7px; color: #635837; transform: rotate(-14deg); z-index: 3; }
.free-seal > span { font-family: var(--serif); font-size: 28px; line-height: 1.2; }
.free-seal b { font-size: 9px; letter-spacing: 1px; margin-block: 4px; }
.free-seal .icon { width: 15px; height: 15px; }
.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 30px 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-facts > div { text-align: center; }
.quick-facts > div + div { border-left: 1px solid var(--line); }
.quick-facts strong { font-size: 30px; font-weight: 500; line-height: 1.3; letter-spacing: -.5px; }
.quick-facts strong span { font-size: 13px; letter-spacing: .5px; }
.quick-facts p { color: #8a8f7c; font-size: 11px; margin-top: 6px; }
.section { padding-block: 90px; }
h2 { font-size: 34px; letter-spacing: -1px; line-height: 1.5; font-weight: 700; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 33px; }
.section-heading h2, .center-heading h2, .how-copy h2, .faq-heading h2 { margin-top: 10px; }
.section-heading > p { font-size: 13px; line-height: 1.9; color: var(--muted); padding-bottom: 4px; }
.features-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; gap: 19px; }
.feature-card { padding: 28px 27px 0; min-height: 320px; border-radius: 15px; position: relative; overflow: hidden; }
.feature-offline { background: #e9eede; }
.feature-save { background: #f0ede2; }
.feature-tools { background: #eee9e9; }
.feature-icon { margin-bottom: 18px; color: #638057; }
.feature-icon .icon { width: 26px; height: 26px; }
.feature-save .feature-icon { color: #ad9154; }
.feature-tools .feature-icon { color: #9d8295; }
.feature-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -.5px; }
.feature-card > p { font-size: 12px; color: #7c8272; line-height: 1.9; margin-top: 9px; position: relative; z-index: 1; }
.offline-scene { position: relative; height: 148px; margin: 10px -27px 0; overflow: hidden; }
.scene-hill { position: absolute; width: 120%; border-radius: 50% 50% 0 0; height: 118px; bottom: -71px; left: -7%; background: #cbd9b2; transform: rotate(-5deg); }
.hill-back { left: -31%; bottom: -53px; background: #dce4c8; transform: rotate(12deg); }
.scene-sun { position: absolute; width: 40px; height: 40px; background: #ecd493; border-radius: 50%; right: 58px; top: 19px; }
.scene-frog { position: absolute; bottom: 13px; left: 26%; width: 74px; transform: rotate(-10deg); }
.scene-chick { position: absolute; bottom: 5px; left: 50%; width: 62px; transform: rotate(10deg); }
.scene-label { position: absolute; left: 24px; top: 25px; padding: 5px 9px; border-radius: 5px; background: #f7f8ec; color: #819468; font-size: 9px; transform: rotate(-8deg); }
.scene-label i { display: inline-block; width: 5px; height: 5px; background: #93a577; border-radius: 50%; margin-right: 4px; }
.scene-sprout { position: absolute; width: 37px; height: 37px; bottom: 13px; right: 20px; stroke: #889e66; fill: #acbf89; stroke-width: 1; transform: rotate(10deg); }
.save-illustration { display: flex; align-items: center; gap: 11px; margin-top: 39px; background: #fffdf4; border: 1px solid #e4e1d2; border-radius: 9px; padding: 16px 13px; box-shadow: 0 7px 15px #8c835507; transform: rotate(-4deg); position: relative; z-index: 2; }
.save-check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e8eed9; color: #7b9665; }
.save-illustration > span:last-child { font-size: 11px; }
.save-illustration small { display: block; font-size: 9px; color: #9e9e85; margin-top: 2px; }
.saved-leaves { position: absolute; bottom: -10px; right: -10px; width: 80px; height: 80px; transform: rotate(-30deg); }
.saved-leaves span { position: absolute; width: 25px; height: 60px; border-radius: 100% 0 100% 0; background: #e0d9bc; bottom: 0; right: 33px; transform-origin: bottom; }
.saved-leaves span:nth-child(2) { transform: rotate(35deg); }
.saved-leaves span:nth-child(3) { transform: rotate(70deg); }
.tool-illustrations { display: flex; justify-content: space-between; gap: 12px; margin-top: 29px; }
.tool-illustrations > div { text-align: center; flex: 1; }
.tool-illustrations > div > span { width: 58px; height: 58px; margin: auto; display: grid; place-items: center; background: #fbf1d8; border: 3px solid #faf8f1; border-radius: 14px; position: relative; color: #ac9859; transform: rotate(-7deg); }
.tool-illustrations > div:nth-child(2) > span { background: #e5eddb; color: #859a6a; transform: rotate(5deg); }
.tool-illustrations > div:nth-child(3) > span { background: #f0dfd7; color: #ac7d62; transform: rotate(10deg); }
.tool-illustrations .icon { width: 29px; height: 29px; }
.tool-illustrations b { position: absolute; top: -8px; right: -7px; padding: 0 5px; border-radius: 5px; background: #fffdf8; color: #8c8f7b; font-size: 9px; font-weight: 400; }
.tool-illustrations small { display: block; color: #90877f; font-size: 10px; margin-top: 8px; }
.how-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 20px; padding-bottom: 95px; align-items: center; }
.section-description { color: var(--muted); font-size: 13px; line-height: 1.9; margin-top: 17px; }
.steps { list-style: none; padding: 0; margin: 26px 0 0; }
.step-button { display: flex; align-items: center; gap: 17px; width: 100%; padding: 17px 14px; background: transparent; border: 1px solid transparent; border-radius: 9px; text-align: left; transition: background .2s, border-color .2s; }
.step-button.is-active { background: #eef0e3; border-color: #e0e5d1; }
.step-button:hover { background: #edf0e3; }
.step-number { font-size: 12px; color: #93a07d; border: 1px solid #d7deca; border-radius: 50%; width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; }
.is-active .step-number { background: var(--green); border-color: var(--green); color: #fffef5; }
.step-button strong { display: block; font-size: 14px; font-weight: 600; }
.step-button small { display: block; font-size: 11px; color: #858c77; margin-top: 5px; line-height: 1.7; }
.step-button > .icon { width: 16px; height: 16px; margin-left: auto; opacity: 0; }
.step-button.is-active > .icon { opacity: 1; }
.no-script-note { font-size: 11px; color: var(--muted); margin-top: 8px; }
.tutorial { border-radius: 24px; border: 1px solid #e2e6d5; background: #eef0e3; padding: 25px 32px 18px; position: relative; text-align: center; }
.tutorial-top { display: flex; justify-content: space-between; align-items: center; color: #869174; font-size: 10px; letter-spacing: 1px; }
.tutorial-top > span:last-child { color: #a0a78f; }
.tutorial-visual { position: relative; min-height: 263px; display: grid; place-items: center; }
.tutorial-grid { position: relative; display: grid; grid-template-columns: repeat(3, 66px); gap: 9px; padding: 11px; border-radius: 15px; border: 1px solid #e5e8d8; background: #fffdf6; transform: rotate(-5deg); box-shadow: 0 8px 12px #6171490a; transition: opacity .25s, transform .3s; }
.tutorial-grid .tile { border-radius: 11px; }
.tutorial-grid .tutorial-source, .tutorial-grid .tutorial-destination { outline: 2px dashed #a2b078; outline-offset: 1px; }
.swap-arrow { position: absolute; top: 40px; left: calc(50% - 14px); font-size: 29px; width: 28px; color: #fffef5; text-shadow: 0 2px 2px #5c6f3d; font-weight: 800; z-index: 2; }
.tutorial-caption h3 { font-size: 17px; margin-top: 4px; }
.tutorial-caption p { font-size: 11px; color: #889275; margin-top: 7px; min-height: 22px; }
.tutorial-next { display: inline-flex; gap: 14px; align-items: center; justify-content: center; min-height: 42px; padding: 9px 20px; border: 1px solid #b4c09f; border-radius: 7px; background: #f8f9ef; font-size: 12px; margin-top: 19px; }
.tutorial-next:hover { background: #e3e9d4; }
.tutorial-next .icon { width: 15px; height: 15px; }
.tutorial-disclaimer { display: block; font-size: 9px; color: #9ca38b; margin-top: 14px; }
.tutorial-win { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .3s; }
.win-icon { display: grid; place-items: center; width: 49px; height: 49px; border: 1px solid #b5c69c; border-radius: 50%; background: #dfe9d0; margin-bottom: 10px; }
.tutorial-win > strong { font-size: 21px; }
.tutorial-win > p { font-size: 11px; color: #7b8c67; margin-top: 7px; }
.tutorial-win > div { display: flex; gap: 7px; margin-top: 20px; }
.tutorial-win img { width: 51px; height: 55px; }
.match-points { position: absolute; right: -4px; top: 105px; z-index: 2; padding: 8px 15px; background: #fff8e6; border: 1px solid #e4cea3; border-radius: 9px; color: #b78b42; font: 600 27px var(--serif); transform: rotate(8deg); opacity: 0; visibility: hidden; }
.match-points span { display: block; font: 10px "Microsoft YaHei", sans-serif; margin-top: 4px; }
.tutorial[data-stage="1"] .swap-arrow, .tutorial[data-stage="2"] .swap-arrow { display: none; }
.tutorial[data-stage="1"] .tutorial-grid .tile { outline: 0; }
.tutorial[data-stage="1"] .tutorial-grid .tutorial-match { outline: 2px solid #d9b25c; background: #fae3b4; animation: matched .4s ease; }
.tutorial[data-stage="1"] .match-points { opacity: 1; visibility: visible; }
.tutorial[data-stage="2"] .tutorial-grid { opacity: 0; transform: rotate(0deg) scale(.9); }
.tutorial[data-stage="2"] .tutorial-win { opacity: 1; visibility: visible; }
@keyframes matched { 50% { transform: scale(1.08); } }
.friends-section { padding: 66px 0 70px; background: #f0f1e6; border-top: 1px solid #e8ebdb; border-bottom: 1px solid #e8ebdb; }
.center-heading { text-align: center; }
.center-heading > p:last-child { color: #859075; font-size: 12px; margin-top: 12px; }
.friends-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 21px; margin-top: 36px; }
.friend-card { text-align: center; }
.friend-portrait { display: grid; place-items: center; margin-inline: auto; width: 128px; max-width: 100%; aspect-ratio: 1; border-radius: 50% 50% 46% 46%; transition: transform .25s; }
.friend-portrait img { width: 80px; height: 86px; transition: transform .25s; }
.friend-card:nth-child(even) .friend-portrait { border-radius: 45% 45% 50% 50%; }
.friend-card:hover .friend-portrait { transform: translateY(-5px); }
.friend-card:hover img { transform: rotate(-8deg); }
.friend-card:nth-child(even):hover img { transform: rotate(8deg); }
.friend-card h3 { font-size: 14px; margin-top: 17px; font-weight: 600; }
.friend-card p { font-size: 10px; color: #89927b; margin-top: 5px; }
.free-section { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.3fr; gap: 35px; margin-block: 90px 0; padding: 49px 65px 52px; border-radius: 19px; background: #285340; color: #fbf8e9; }
.free-price { align-self: center; text-align: center; position: relative; z-index: 1; border-right: 1px solid #54705a; padding-right: 45px; }
.free-price > span { font-size: 8px; letter-spacing: 1.5px; color: #adbfa1; }
.free-price > strong { position: relative; display: block; width: fit-content; margin: -5px auto 0; color: #efcd87; font: 140px var(--serif); line-height: 1.24; }
.free-price > strong > small { font-size: 43px; vertical-align: 28px; margin-right: 8px; }
.free-price > strong > svg { position: absolute; bottom: 5px; left: -7px; width: 105%; height: 16px; fill: none; stroke: #c4a66e; stroke-width: 2; }
.free-price > p { margin-top: 17px; font-size: 13px; letter-spacing: 2px; color: #d1dac0; }
.free-copy { position: relative; z-index: 1; padding-left: 20px; align-self: center; }
.free-copy .eyebrow { color: #bbcd9f; font-size: 10px; letter-spacing: 1px; }
.free-copy h2 { margin-top: 9px; font-size: 32px; font-weight: 600; }
.free-copy > p:not(.eyebrow) { margin-top: 16px; font-size: 12px; color: #b7c8ad; line-height: 1.9; }
.free-promises { display: flex; gap: 24px; margin-top: 23px; }
.free-promises > span { display: inline-flex; align-items: center; gap: 6px; color: #d3ddc4; font-size: 11px; }
.free-promises .icon { width: 14px; height: 14px; color: #c3d195; }
.free-decoration { width: 220px; height: 220px; position: absolute; right: -62px; bottom: -39px; stroke: #517653; fill: #345e47; stroke-width: .3; transform: rotate(-22deg); opacity: .65; }
.faq-section { display: grid; grid-template-columns: .85fr 1.45fr; gap: 75px; }
.faq-heading > p:not(.eyebrow) { color: #8a907d; font-size: 13px; margin-top: 17px; line-height: 1.9; }
.faq-heading > img { width: 95px; height: 102px; margin: 31px 0 0 5px; transform: rotate(-12deg); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; gap: 20px; justify-content: space-between; padding: 21px 0; font-size: 14px; list-style: none; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: #80935d; }
.faq-plus { position: relative; width: 14px; height: 14px; flex: 0 0 auto; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; top: 6px; width: 12px; height: 1px; background: #819171; }
.faq-plus::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] .faq-plus::after { transform: rotate(0); }
.faq-list details > p { font-size: 12px; color: #818977; padding: 0 35px 22px 0; line-height: 2; }
.download-section { position: relative; overflow: hidden; text-align: center; border: 1px solid #dfe7d0; border-radius: 18px; background: #e9eeda; padding: 47px 28px 43px; }
.download-section > .eyebrow { position: relative; font-size: 9px; }
.download-section > h2 { position: relative; margin-top: 11px; font-size: 31px; }
.download-section > p:not(.eyebrow) { position: relative; color: #849175; font-size: 12px; margin-top: 10px; }
.download-section > .button { position: relative; margin-top: 25px; }
.download-section > small { position: relative; display: block; margin-top: 13px; font-size: 10px; color: #899477; }
.download-section > small > span { margin-inline: 10px; }
.download-leaf { position: absolute; width: 170px; height: 200px; fill: #c3d2aa; stroke: #9fb88c; stroke-width: 1; opacity: .75; bottom: -20px; left: -20px; transform: rotate(10deg); }
.download-friend { position: absolute; right: 6%; bottom: -23px; transform: rotate(-16deg); opacity: .95; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 37px 39px; }
.site-footer .brand > span { font-size: 16px; }
.site-footer .brand small { font-size: 6px; }
.site-footer > p { color: #8f9481; font-size: 11px; }
.site-footer > p > span { display: block; color: #a4a791; font-size: 9px; margin-top: 2px; }
.back-top { color: #8c957e; font-size: 11px; }
.back-top:hover { color: var(--green); }

@media (min-width: 1500px) {
  .container { width: min(1240px, calc(100% - 120px)); }
  .hero { min-height: 710px; }
  h1 { font-size: 61px; }
  .hero-art { height: 550px; }
  .game-card { width: 390px; }
}

@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 22px; }
  .main-nav { gap: 22px; }
  .hero { gap: 12px; min-height: 615px; padding-block: 56px 70px; }
  h1 { font-size: 45px; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 16px; }
  .hero-actions .button { font-size: 12px; padding-inline: 17px; }
  .hero-actions .button-arrow { display: none; }
  .hero-art { height: 490px; }
  .game-card { width: 330px; padding: 18px 14px 10px; }
  .fox-float { width: 93px; height: 93px; left: -3px; top: 25px; }
  .fox-float img { width: 67px; height: 72px; }
  .combo-note { right: -12px; top: 185px; padding: 11px; }
  .combo-note > span { font-size: 17px; }
  .combo-note small { font-size: 5px; }
  .free-seal { width: 96px; height: 96px; left: -1px; bottom: 4px; }
  .free-seal > span { font-size: 25px; }
  .feature-card { padding: 24px 21px 0; }
  .feature-card h3 { font-size: 16px; }
  .feature-card > p { font-size: 11px; }
  .offline-scene { margin-inline: -21px; }
  .tool-illustrations { gap: 8px; }
  .tool-illustrations > div > span { width: 50px; height: 50px; }
  .save-illustration { padding: 13px 9px; gap: 7px; }
  .save-illustration > span:last-child { font-size: 10px; }
  .how-section { gap: 55px; }
  .friend-portrait { width: 114px; }
  .friend-card p { font-size: 9px; }
  .free-section { padding-inline: 40px; }
  .faq-section { gap: 40px; }
  .faq-heading h2 { font-size: 31px; }
}

@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; justify-content: space-between; gap: 14px; min-height: 85px; padding-block: 18px; }
  .brand > span { font-size: 19px; }
  .brand > img { width: 39px; height: 39px; }
  .header-download { margin-left: auto; }
  .main-nav { order: 3; flex: 0 0 100%; justify-content: space-around; margin-left: 0; }
  .js-enabled .main-nav { display: none; }
  .js-enabled .main-nav.is-open { display: flex; }
  .js-enabled .menu-toggle { display: block; order: 2; }
  .hero { grid-template-columns: 1fr 1fr; }
  h1 { font-size: 37px; letter-spacing: -1.6px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.5px; }
  .hero-description { font-size: 12px; }
  .desktop-break { display: none; }
  .hero-actions { gap: 13px; flex-wrap: wrap; }
  .hero-social p { font-size: 10px; }
  .hero-social small { font-size: 9px; }
  .hero-art { height: 450px; }
  .art-halo { height: 360px; }
  .game-card { width: 290px; max-width: 85%; padding: 17px 11px 10px; }
  .game-board { gap: 4px; padding: 5px; }
  .game-stats { gap: 5px; }
  .game-stats > div { padding-inline: 6px; }
  .game-stats strong { font-size: 17px; }
  .game-stats strong > span { font-size: 7px; }
  .game-tools { margin-top: 12px; gap: 1px; }
  .game-tools > span { font-size: 7px; gap: 2px; }
  .game-tools .icon { width: 14px; height: 14px; }
  .fox-float { width: 80px; height: 80px; top: 20px; border-width: 4px; border-radius: 21px; }
  .fox-float img { width: 58px; height: 62px; }
  .combo-note { right: -11px; padding: 9px; top: 173px; }
  .combo-note > .icon { width: 20px; height: 20px; }
  .combo-note > span { font-size: 15px; }
  .free-seal { bottom: 10px; width: 85px; height: 85px; }
  .free-seal b { font-size: 7px; }
  .botanical-top { width: 110px; top: -3px; right: -10px; }
  .quick-facts strong { font-size: 27px; }
  .quick-facts p { font-size: 9px; }
  .section { padding-block: 70px; }
  h2 { font-size: 30px; }
  .section-heading > p { font-size: 11px; }
  .features-grid { gap: 12px; }
  .feature-card { padding: 21px 17px 0; min-height: 315px; }
  .feature-card h3 { font-size: 14px; }
  .feature-card > p { font-size: 11px; }
  .feature-icon { margin-bottom: 13px; }
  .tool-illustrations { gap: 3px; }
  .tool-illustrations > div > span { width: 41px; height: 44px; border-width: 2px; border-radius: 10px; }
  .tool-illustrations .icon { width: 23px; height: 23px; }
  .save-illustration { margin-top: 28px; }
  .save-check { width: 26px; height: 26px; flex: 0 0 auto; }
  .save-check .icon { width: 17px; height: 17px; }
  .save-illustration > span:last-child { font-size: 9px; }
  .save-illustration small { font-size: 8px; }
  .scene-frog { left: 17%; }
  .how-section { gap: 25px; padding-top: 5px; }
  .step-button { gap: 11px; padding-inline: 9px; }
  .step-button strong { font-size: 12px; }
  .step-button small { font-size: 10px; }
  .step-number { width: 27px; height: 27px; font-size: 10px; }
  .step-button > .icon { display: none; }
  .tutorial { padding: 22px 21px 16px; }
  .tutorial-grid { grid-template-columns: repeat(3, 60px); gap: 7px; }
  .tutorial-visual { min-height: 248px; }
  .tutorial-caption h3 { font-size: 15px; }
  .tutorial-caption p { font-size: 10px; }
  .friends-grid { gap: 14px; }
  .friend-portrait { width: 95px; }
  .friend-portrait img { width: 65px; height: 70px; }
  .friend-card p { max-width: 8em; margin-inline: auto; }
  .free-section { margin-top: 70px; gap: 25px; padding: 35px 30px; }
  .free-price { padding-right: 25px; }
  .free-price > strong { font-size: 122px; }
  .free-price > span { font-size: 6px; }
  .free-copy { padding-left: 0; }
  .free-copy h2 { font-size: 27px; }
  .free-copy > p:not(.eyebrow) { font-size: 11px; }
  .free-promises { gap: 20px; }
  .faq-section { grid-template-columns: .85fr 1.5fr; gap: 30px; }
  .faq-heading h2 { font-size: 26px; }
  .faq-heading .eyebrow { font-size: 8px; }
  .faq-list summary { font-size: 12px; }
  .faq-list details > p { font-size: 11px; }
  .download-section > h2 { font-size: 29px; }
  .download-friend { width: 100px; height: auto; right: 2%; }
  .download-leaf { width: 125px; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .announcement { font-size: 9px; letter-spacing: .5px; gap: 6px; min-height: 32px; }
  .announcement-flower { margin-left: 4px; }
  .header-inner { min-height: 78px; padding-block: 14px; gap: 12px; }
  .brand { gap: 8px; }
  .brand > span { font-size: 17px; }
  .brand small { font-size: 6px; letter-spacing: 1.5px; }
  .brand > img { width: 35px; height: 35px; }
  .button-small { padding: 8px 11px; min-height: 37px; font-size: 10px; gap: 6px; }
  .button-small .icon { width: 13px; height: 13px; }
  .menu-toggle { width: 36px; height: 36px; padding: 7px; }
  .main-nav { gap: 8px; }
  .main-nav a { font-size: 11px; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding-top: 46px; padding-bottom: 45px; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 20px; }
  h1 { font-size: clamp(34px, 8.4vw, 48px); line-height: 1.45; letter-spacing: -1.2px; }
  .joy-word svg { bottom: -11px; height: 14px; }
  .hero-description { max-width: 440px; font-size: 13px; margin-top: 29px; line-height: 1.9; }
  .hero-actions { flex-wrap: nowrap; gap: 22px; margin-top: 24px; }
  .hero-actions .button { padding: 12px 17px; font-size: 12px; min-height: 49px; }
  .hero-actions .button > .icon { width: 19px; height: 19px; }
  .text-link { font-size: 11px; gap: 7px; }
  .play-mark { width: 25px; height: 25px; }
  .hero-compatibility { font-size: 9px; margin-top: 12px; }
  .hero-compatibility > span { margin-inline: 8px; }
  .hero-social { margin-top: 22px; }
  .hero-social p { font-size: 10px; }
  .hero-art { width: min(440px, 100%); height: 485px; margin-inline: auto; }
  .game-card { width: 330px; max-width: 86%; padding: 18px 14px 10px; }
  .game-board { gap: 5px; padding: 6px; }
  .game-card-heading > span:first-child { font-size: 16px; }
  .game-stats { gap: 7px; }
  .game-stats > div { padding: 9px 8px 6px; }
  .game-stats strong { font-size: 20px; }
  .game-stats strong > span { font-size: 8px; }
  .game-tools > span { font-size: 8px; gap: 3px; }
  .game-tools .icon { width: 17px; height: 17px; }
  .game-tools { margin-top: 13px; }
  .art-halo { width: 385px; max-width: 103%; height: 385px; }
  .art-halo::after { inset: -10px 10px; }
  .fox-float { top: 12px; left: -1px; width: 88px; height: 88px; }
  .fox-float img { width: 64px; height: 69px; }
  .combo-note { right: -5px; top: 190px; padding: 11px; }
  .combo-note > span { font-size: 17px; }
  .combo-note small { font-size: 5px; }
  .free-seal { width: 91px; height: 91px; bottom: 2px; left: 2px; }
  .botanical-top { top: 1px; right: -4px; width: 107px; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); padding-block: 0; }
  .quick-facts > div { padding: 24px 8px; }
  .quick-facts > div:nth-child(3) { border-left: 0; }
  .quick-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quick-facts strong { font-size: 29px; }
  .quick-facts strong span { font-size: 12px; }
  .quick-facts p { font-size: 10px; }
  .section { padding-block: 60px; }
  .section-heading { display: block; margin-bottom: 25px; }
  h2 { font-size: 28px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.5px; }
  .section-heading > p { margin-top: 12px; font-size: 12px; }
  .features-grid { grid-template-columns: 1fr; gap: 14px; }
  .feature-card { padding: 25px 25px 0; min-height: 275px; }
  .feature-card h3 { font-size: 19px; }
  .feature-card > p { font-size: 12px; max-width: 370px; }
  .feature-icon { margin-bottom: 12px; }
  .feature-offline { min-height: 310px; }
  .offline-scene { height: 149px; margin-inline: -25px; }
  .scene-frog { left: 35%; width: 81px; }
  .scene-chick { left: 57%; width: 63px; }
  .scene-label { left: 28px; top: 29px; font-size: 10px; }
  .scene-sun { right: 58px; }
  .save-illustration { width: min(100%, 290px); padding: 16px 16px; gap: 12px; margin: 24px 0 29px auto; }
  .save-check { width: 34px; height: 34px; }
  .save-illustration > span:last-child { font-size: 12px; }
  .save-illustration small { font-size: 10px; }
  .feature-tools { padding-bottom: 24px; }
  .tool-illustrations { max-width: 300px; margin-inline: auto; margin-top: 24px; gap: 15px; }
  .tool-illustrations > div > span { width: 58px; height: 58px; border-radius: 13px; border-width: 3px; }
  .tool-illustrations .icon { width: 27px; height: 27px; }
  .tool-illustrations small { font-size: 11px; }
  .how-section { grid-template-columns: 1fr; gap: 25px; padding-top: 0; }
  .section-description { margin-top: 13px; font-size: 12px; }
  .steps { margin-top: 19px; }
  .step-button { gap: 14px; padding: 16px 13px; }
  .step-number { width: 31px; height: 31px; font-size: 11px; }
  .step-button strong { font-size: 13px; }
  .step-button small { font-size: 11px; }
  .step-button > .icon { display: block; }
  .tutorial { padding: 25px 25px 18px; }
  .tutorial-visual { min-height: 272px; }
  .tutorial-grid { grid-template-columns: repeat(3, 68px); gap: 8px; }
  .tutorial-caption h3 { font-size: 17px; }
  .tutorial-caption p { font-size: 11px; }
  .tutorial-next { min-height: 44px; }
  .match-points { right: 0; top: 120px; }
  .friends-section { padding-block: 48px; }
  .center-heading h2 { font-size: 26px; }
  .center-heading > p:last-child { font-size: 11px; }
  .friends-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px 12px; margin-top: 29px; }
  .friend-portrait { width: 103px; }
  .friend-portrait img { width: 70px; height: 75px; }
  .friend-card h3 { font-size: 13px; margin-top: 12px; }
  .friend-card p { font-size: 9px; max-width: none; }
  .free-section { grid-template-columns: 1fr; gap: 31px; margin-top: 60px; padding: 30px 25px 35px; }
  .free-price { border-right: 0; border-bottom: 1px solid #52705a; padding: 0 0 28px; }
  .free-price > span { font-size: 8px; }
  .free-price > strong { font-size: 110px; margin-top: -8px; }
  .free-price > strong > small { font-size: 33px; vertical-align: 19px; }
  .free-price > p { font-size: 12px; margin-top: 12px; }
  .free-copy { text-align: center; }
  .free-copy h2 { font-size: 28px; }
  .free-copy > p:not(.eyebrow) { font-size: 11px; }
  .free-promises { justify-content: center; gap: 27px; }
  .faq-section { grid-template-columns: 1fr; gap: 26px; }
  .faq-heading { position: relative; }
  .faq-heading > p:not(.eyebrow) { font-size: 12px; margin-top: 10px; }
  .faq-heading > img { position: absolute; width: 66px; height: 71px; right: 9px; top: 20px; margin: 0; }
  .faq-list summary { font-size: 13px; padding-block: 19px; }
  .faq-list details > p { font-size: 12px; padding-right: 14px; }
  .download-section { padding: 35px 20px 39px; }
  .download-section > .eyebrow { font-size: 7px; }
  .download-section > h2 { font-size: 24px; max-width: 260px; margin-inline: auto; line-height: 1.6; }
  .download-section > p:not(.eyebrow) { font-size: 11px; max-width: 225px; margin-inline: auto; margin-top: 12px; }
  .download-section > .button { margin-top: 22px; font-size: 12px; padding-inline: 17px; gap: 9px; min-height: 49px; }
  .download-section > small { font-size: 8px; }
  .download-section > small > span { margin-inline: 5px; }
  .download-leaf { left: -35px; bottom: -55px; width: 110px; }
  .download-friend { width: 74px; right: -14px; bottom: -11px; opacity: .75; }
  .site-footer { flex-wrap: wrap; gap: 17px; padding-block: 28px; }
  .site-footer > p { order: 3; flex: 0 0 100%; padding-top: 16px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; font-size: 10px; }
  .site-footer > p > span { font-size: 9px; }
  .site-footer .brand > span { font-size: 15px; }
  .site-footer .brand img { width: 32px; height: 32px; }
  .back-top { font-size: 10px; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .announcement { font-size: 8px; }
  .announcement-flower { display: none; }
  .header-inner { gap: 8px; }
  .header-download { font-size: 9px; padding-inline: 8px; }
  .header-download .icon { display: none; }
  h1 { font-size: 31px; }
  .hero .eyebrow { font-size: 7px; }
  .hero-actions { gap: 13px; }
  .hero-actions .button { padding-inline: 12px; font-size: 11px; gap: 7px; }
  .text-link { font-size: 10px; gap: 5px; }
  .hero-art { height: 440px; }
  .game-card { padding-inline: 10px; }
  .game-stats strong { font-size: 17px; }
  .game-tools > span { font-size: 7px; }
  .combo-note { right: -5px; top: 176px; padding: 9px; }
  .combo-note > span { font-size: 14px; }
  .combo-note small { font-size: 4px; }
  .free-seal { width: 79px; height: 79px; }
  .free-seal > span { font-size: 21px; }
  .friend-portrait { width: 86px; }
  .friend-portrait img { width: 60px; height: 65px; }
  .friend-card p { font-size: 8px; }
  .step-button { padding-inline: 8px; gap: 10px; }
  .step-button strong { font-size: 12px; }
  .step-button small { font-size: 10px; }
  .tutorial { padding-inline: 18px; }
  .tutorial-grid { grid-template-columns: repeat(3, 59px); }
  .tutorial-caption h3 { font-size: 14px; }
  .tutorial-caption p { font-size: 10px; }
  .download-section > small { font-size: 7px; }
}

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