﻿:root {
  --ink: #253528;
  --muted: #657466;
  --cream: #fff7df;
  --paper: #fffdf4;
  --green: #3f7b43;
  --deep-green: #173f33;
  --lime: #a5c95f;
  --gold: #f3b348;
  --tomato: #ce4e3e;
  --sky: #72b8c8;
  --wood: #8c552c;
  --line: rgba(37, 53, 40, 0.14);
  --shadow: 0 28px 70px rgba(31, 49, 33, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7edd4 0%, #f8f6df 35%, #e6f0d5 70%, #f6ead2 100%);
  font-family: "Nunito", system-ui, sans-serif;
}

a {
  color: inherit;
}

.top-nav {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), 1120px);
  min-height: 68px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 253, 244, 0.72);
  box-shadow: 0 18px 46px rgba(36, 55, 38, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 150px;
  height: 58px;
  overflow: visible;
}

.logo-link img {
  width: 150px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(31, 43, 25, 0.18));
}

.top-nav nav {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.top-nav nav::-webkit-scrollbar {
  display: none;
}

.top-nav nav a {
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--deep-green);
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
}

.top-nav nav a:hover {
  background: rgba(63, 123, 67, 0.12);
}

.language-switcher {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 50;
  font-family: "Nunito", system-ui, sans-serif;
}

.language-toggle,
.language-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  color: var(--deep-green);
  background: rgba(255, 253, 244, 0.86);
  box-shadow: 0 14px 34px rgba(36, 55, 38, 0.14);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.language-toggle {
  min-height: 48px;
  padding: 10px 16px 10px 12px;
}

.language-toggle span,
.language-menu span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(165, 201, 95, 0.18);
  color: var(--deep-green);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
}

.language-toggle strong,
.language-menu strong {
  font-size: 0.9rem;
  font-weight: 950;
}

.language-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  display: grid;
  gap: 8px;
  min-width: 168px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 24px;
  background: rgba(255, 253, 244, 0.92);
  box-shadow: 0 18px 46px rgba(36, 55, 38, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.language-switcher.open .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu button {
  justify-content: flex-start;
  padding: 8px 12px 8px 8px;
  box-shadow: none;
}

.language-menu button:hover,
.language-menu button.active {
  background: rgba(165, 201, 95, 0.2);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(18px, 4vw, 56px);
  min-height: 100svh;
  padding: 126px clamp(18px, 5vw, 78px) 76px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(15, 31, 26, 0.03) 0%, rgba(15, 31, 26, 0.24) 72%, rgba(15, 31, 26, 0.36) 100%),
    linear-gradient(145deg, #8fc88e 0%, #d5c889 48%, #bd9472 100%);
}

.hero::before {
  content: none;
}

.hero::after {
  content: none;
}

.hero-media {
  display: none;
}

.hill,
.field-lines {
  position: absolute;
}

.hill {
  border-radius: 0;
  background:
    repeating-linear-gradient(96deg, rgba(255, 248, 210, 0.18) 0 2px, transparent 2px 34px),
    linear-gradient(180deg, rgba(165, 201, 95, 0.26), rgba(63, 123, 67, 0.74));
  box-shadow: 0 -30px 80px rgba(255, 248, 210, 0.1);
}

.hill-one {
  right: -6%;
  bottom: 6%;
  width: 76vw;
  height: 30vw;
  min-height: 230px;
  clip-path: polygon(10% 22%, 100% 0, 100% 100%, 0 100%);
}

.hill-two {
  left: -10%;
  bottom: 0;
  width: 68vw;
  height: 27vw;
  min-height: 210px;
  background:
    repeating-linear-gradient(82deg, rgba(255, 248, 210, 0.16) 0 2px, transparent 2px 32px),
    linear-gradient(180deg, rgba(143, 200, 142, 0.22), rgba(56, 142, 94, 0.8));
  clip-path: polygon(0 16%, 84% 0, 100% 100%, 0 100%);
}

.field-lines {
  right: -4%;
  bottom: 0;
  width: 88vw;
  height: 39%;
  background:
    repeating-linear-gradient(11deg, rgba(255, 247, 195, 0.34) 0 3px, transparent 3px 30px),
    linear-gradient(180deg, transparent, rgba(101, 83, 43, 0.2));
  clip-path: polygon(16% 0, 100% 12%, 100% 100%, 0 100%, 0 30%);
  transform: none;
  opacity: 0.78;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  color: #fff8dc;
  text-shadow: 0 2px 18px rgba(31, 43, 25, 0.28);
}

.hero-character {
  position: relative;
  z-index: 2;
  justify-self: center;
  align-self: center;
  width: min(34vw, 430px);
  min-width: 280px;
  margin: 0;
}

.hero-character::before {
  content: none;
}

.hero-character img {
  width: 100%;
  max-height: min(68svh, 650px);
  object-fit: contain;
  filter: drop-shadow(0 26px 28px rgba(31, 43, 25, 0.28));
}

.hero-logo-side {
  justify-self: end;
  width: min(46vw, 700px);
  min-width: 440px;
  margin-right: clamp(0px, 2vw, 34px);
  transform: translateY(24px) rotate(1.5deg);
}

.hero-logo-side img {
  max-height: min(68svh, 650px);
  filter:
    drop-shadow(0 34px 34px rgba(31, 43, 25, 0.26))
    drop-shadow(0 3px 0 rgba(255, 248, 210, 0.18));
}

.kicker {
  margin: 0 0 10px;
  color: #9b4a32;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .kicker {
  color: #fff3b8;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  letter-spacing: 0;
  line-height: 0.96;
}

h1 {
  color: #fff4c8;
  font-size: clamp(5.8rem, 16vw, 12rem);
  text-shadow:
    0 7px 0 rgba(114, 64, 30, 0.82),
    0 20px 46px rgba(43, 48, 25, 0.35);
}

h2 {
  color: var(--deep-green);
  font-size: clamp(2.4rem, 5.4vw, 5rem);
}

h3 {
  color: var(--deep-green);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-content p:not(.kicker) {
  max-width: 560px;
  margin: 8px 0 26px;
  color: #fffbe9;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-store {
  display: grid;
  gap: 12px;
  margin: 6px 0 26px;
}

.hero-store .mobile-note {
  margin: 0;
  color: #fff3b8;
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-store .store-badges {
  justify-content: flex-start;
}

.hero-store .store-badges img {
  filter: drop-shadow(0 12px 18px rgba(31, 43, 25, 0.22));
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.main {
  color: #fff9df;
  background: var(--deep-green);
  box-shadow: 0 14px 28px rgba(23, 63, 51, 0.28);
}

.button.ghost {
  color: var(--deep-green);
  background: rgba(255, 253, 244, 0.86);
  border-color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
}

.scroll-note {
  position: absolute;
  right: clamp(18px, 5vw, 78px);
  bottom: 26px;
  z-index: 3;
  max-width: 310px;
  color: rgba(255, 253, 244, 0.9);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: right;
  text-shadow: 0 2px 12px rgba(27, 40, 28, 0.32);
}

.intro-strip {
  display: flex;
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 78px);
  background: var(--deep-green);
  overflow-x: auto;
}

.intro-strip span {
  flex: 1 0 max-content;
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 18px 22px;
  color: #fff8d8;
  background: rgba(255, 255, 255, 0.07);
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 800;
}

.release-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  padding: clamp(54px, 7vw, 82px) clamp(18px, 5vw, 78px);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 245, 184, 0.46), transparent 260px),
    linear-gradient(135deg, rgba(255, 253, 244, 0.96), rgba(230, 242, 207, 0.92));
  border-bottom: 1px solid rgba(37, 53, 40, 0.08);
}

.release-progress h2 {
  max-width: 820px;
}

.release-progress p {
  max-width: 680px;
}

.progress-card {
  padding: 24px;
  border: 1px solid rgba(37, 53, 40, 0.1);
  border-radius: 22px;
  background: rgba(255, 253, 244, 0.86);
  box-shadow: 0 16px 40px rgba(54, 72, 39, 0.1);
}

.progress-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: var(--deep-green);
  font-weight: 950;
}

.progress-meta strong {
  color: var(--tomato);
  font-family: "Baloo 2", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.release-bar {
  height: 18px;
  margin: 18px 0 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(37, 53, 40, 0.12);
}

.release-bar i {
  display: block;
  width: 80%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--lime), var(--gold));
  box-shadow: 0 8px 18px rgba(63, 123, 67, 0.22);
}

.progress-card small {
  color: var(--muted);
  font-weight: 900;
}

.screens-section {
  padding: clamp(78px, 10vw, 124px) clamp(18px, 5vw, 78px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 243, 184, 0.56), transparent 300px),
    radial-gradient(circle at 88% 18%, rgba(114, 184, 200, 0.22), transparent 260px),
    linear-gradient(180deg, #fffaf0 0%, #eef5dd 100%);
}

.screens-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.screens-head p {
  max-width: 640px;
  margin: 16px auto 0;
}

.phone-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.phone-card {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.phone-card-raised {
  margin-top: -28px;
}

.phone-card h3 {
  margin-top: 8px;
}

.phone-card p {
  max-width: 290px;
  margin: 0;
  font-size: 0.98rem;
}

.phone-mockup {
  position: relative;
  width: min(100%, 292px);
  aspect-ratio: 9 / 18.6;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(188, 207, 174, 0.74)),
    #253528;
  box-shadow:
    inset 0 0 0 6px rgba(23, 63, 51, 0.9),
    0 26px 60px rgba(31, 49, 33, 0.23);
}

.phone-mockup::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 72px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 253, 244, 0.5);
  transform: translateX(-50%);
}

.phone-speaker {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 3;
  width: 78px;
  height: 20px;
  border-radius: 0 0 18px 18px;
  background: rgba(23, 63, 51, 0.95);
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  border-radius: 32px;
  padding: 32px 14px 16px;
  color: var(--deep-green);
}

.phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 251, 220, 0.5), transparent 150px),
    linear-gradient(180deg, rgba(255, 253, 244, 0.74), rgba(230, 244, 210, 0.72));
}

.phone-screen > * {
  position: relative;
  z-index: 1;
}

.app-status,
.app-resource-row,
.app-bottom-nav,
.catch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.app-status {
  color: rgba(23, 63, 51, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
}

.app-top-card,
.app-resource-row,
.app-task,
.recipe-card,
.pond-card,
.craft-hero,
.craft-list span,
.catch-row span,
.app-bottom-nav {
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 22px;
  background: rgba(255, 253, 244, 0.78);
  box-shadow: 0 10px 24px rgba(54, 72, 39, 0.1);
}

.app-top-card {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  text-align: left;
}

.app-top-card small,
.app-task small,
.craft-hero small,
.recipe-card small {
  display: block;
  color: rgba(23, 63, 51, 0.62);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-top-card strong,
.app-task strong,
.craft-hero strong,
.recipe-card strong,
.pond-card strong {
  display: block;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.app-top-card > span {
  align-self: center;
  padding: 8px 10px;
  border-radius: 999px;
  color: #fff9df;
  background: var(--deep-green);
  font-size: 0.72rem;
  font-weight: 950;
}

.app-resource-row {
  padding: 10px 12px;
  color: var(--deep-green);
  font-size: 0.74rem;
  font-weight: 950;
}

.crop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 14px;
  border-radius: 26px;
  background: rgba(140, 85, 44, 0.22);
}

.crop-grid span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 244, 200, 0.24), transparent 48%),
    linear-gradient(180deg, #9d806d, #70615b);
  box-shadow: inset 0 -8px 0 rgba(37, 53, 40, 0.12);
}

.crop-grid .soil {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 243, 184, 0.14), transparent 42%),
    linear-gradient(180deg, #a8907e, #827267);
}

.crop-grid img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 5px 5px rgba(37, 53, 40, 0.18));
}

.app-task {
  display: grid;
  gap: 4px;
  padding: 14px;
  margin-top: auto;
  text-align: left;
}

.app-task span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.app-bottom-nav {
  padding: 8px;
  margin-top: auto;
}

.app-bottom-nav span {
  display: grid;
  place-items: center;
  min-width: 48px;
  min-height: 34px;
  border-radius: 999px;
  color: var(--deep-green);
  background: rgba(165, 201, 95, 0.18);
  font-size: 0.7rem;
  font-weight: 950;
}

.app-craft-screen::before {
  background:
    radial-gradient(circle at 50% 14%, rgba(243, 179, 72, 0.32), transparent 180px),
    linear-gradient(180deg, #fff7df, #e7efd8);
}

.craft-hero {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  text-align: left;
}

.craft-hero img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.craft-list {
  display: grid;
  gap: 8px;
}

.craft-list span,
.catch-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  color: var(--deep-green);
  font-size: 0.78rem;
  font-weight: 950;
}

.craft-list img,
.catch-row img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.craft-list b {
  margin-left: auto;
  color: var(--tomato);
}

.recipe-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  margin-top: auto;
  text-align: left;
}

.recipe-card div {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(37, 53, 40, 0.12);
}

.recipe-card i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.app-fishing-screen {
  background: linear-gradient(180deg, #dff7ef, #fff7df);
}

.app-fishing-screen::before {
  background:
    radial-gradient(circle at 50% 48%, rgba(114, 184, 200, 0.48), transparent 180px),
    linear-gradient(180deg, rgba(255, 253, 244, 0.72), rgba(205, 238, 232, 0.82));
}

.pond-card {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px;
}

.pond-card img {
  width: 178px;
  height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 12px 12px rgba(37, 53, 40, 0.14));
}

.pond-card span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.catch-row {
  align-items: stretch;
}

.catch-row span {
  flex: 1;
  justify-content: center;
  flex-direction: column;
}

.cast-button {
  min-height: 48px;
  margin-top: auto;
  border: 0;
  border-radius: 999px;
  color: #fff9df;
  background: var(--deep-green);
  box-shadow: 0 12px 24px rgba(23, 63, 51, 0.24);
  font: inherit;
  font-weight: 950;
}

.blog-section {
  padding: clamp(72px, 9vw, 116px) clamp(18px, 5vw, 78px);
  background: #fffaf0;
}

.blog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 28px;
}

.blog-head h2 {
  max-width: 760px;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.blog-card,
.blog-empty {
  overflow: hidden;
  border: 1px solid rgba(37, 53, 40, 0.1);
  border-radius: 22px;
  background: rgba(255, 253, 244, 0.86);
  box-shadow: 0 16px 40px rgba(54, 72, 39, 0.08);
}

.blog-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  align-items: stretch;
  min-height: 420px;
}

.blog-card > img,
.blog-card > .post-image-link,
.blog-card > .blog-placeholder {
  width: 100%;
  height: 420px;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 245, 184, 0.65), transparent 120px),
    linear-gradient(145deg, #8fc88e, #d5c889);
}

.post-image-link {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.post-image-link > img,
.post-image-link > .blog-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease, filter 260ms ease;
}

.post-image-link > .blog-placeholder {
  display: grid;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 245, 184, 0.65), transparent 120px),
    linear-gradient(145deg, #8fc88e, #d5c889);
}

.post-image-link:hover > img,
.post-image-link:hover > .blog-placeholder,
.post-image-link:focus-visible > img,
.post-image-link:focus-visible > .blog-placeholder {
  filter: saturate(1.06) brightness(1.03);
  transform: scale(1.035);
}

.post-image-link:active > img,
.post-image-link:active > .blog-placeholder {
  transform: scale(1.015);
}

.post-image-link:focus-visible {
  outline: 3px solid rgba(20, 83, 72, 0.55);
  outline-offset: -6px;
}

.blog-placeholder {
  display: grid;
  place-items: center;
  color: #fff8dc;
  font-family: "Baloo 2", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
}

.blog-card > div,
.blog-empty {
  padding: clamp(24px, 4vw, 40px);
}

.blog-card > div {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.blog-card small {
  color: #9b4a32;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(37, 53, 40, 0.08);
  color: rgba(37, 53, 40, 0.62);
  font-size: 0.82rem;
  font-weight: 900;
}

.post-author img {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(37, 53, 40, 0.08);
  border-radius: 50%;
  background: #eef5dc;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(54, 72, 39, 0.08);
}

.blog-card .post-author {
  margin-top: 12px;
  margin-left: 0;
  padding-top: 0;
  border-top: 0;
}

.blog-card-preview {
  display: -webkit-box;
  max-width: 760px;
  max-height: 118px;
  margin-top: 22px;
  overflow: hidden;
  color: rgba(37, 53, 40, 0.58);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
}

.blog-card .read-more {
  margin-top: auto;
  padding-top: 28px;
}

.blog-card h3,
.blog-empty h3 {
  margin-top: 8px;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.blog-card p,
.blog-empty p {
  margin-bottom: 0;
}

.blog-card details {
  margin-top: 20px;
}

.blog-card summary {
  color: var(--deep-green);
  font-weight: 950;
  cursor: pointer;
}

.read-more {
  display: inline-flex;
  margin-top: 20px;
  color: var(--deep-green);
  font-weight: 950;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 22px;
  padding: 26px clamp(18px, 5vw, 78px);
  border-top: 1px solid rgba(37, 53, 40, 0.1);
  background: #fffaf0;
  color: var(--deep-green);
}

.site-footer > div {
  display: grid;
  gap: 2px;
}

.site-footer strong {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.site-footer span {
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-love {
  margin: 0;
  color: rgba(37, 53, 40, 0.68);
  font-size: 0.96rem;
  font-weight: 900;
  text-align: center;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer a {
  color: var(--deep-green);
  font-weight: 900;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.legal-page {
  min-height: 100vh;
  padding: 130px clamp(18px, 5vw, 78px) 70px;
  background: #fffaf0;
}

.legal-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(37, 53, 40, 0.1);
  border-radius: 28px;
  background: rgba(255, 253, 244, 0.9);
  box-shadow: 0 18px 46px rgba(54, 72, 39, 0.09);
}

.legal-card h1 {
  margin: 0 0 18px;
  font-size: clamp(3.2rem, 8vw, 5.6rem);
}

.legal-card h2 {
  margin-top: 30px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.75;
}

.legal-card ul {
  padding-left: 20px;
}

.legal-back {
  display: inline-flex;
  margin-top: 28px;
  color: var(--deep-green);
  font-weight: 950;
  text-decoration: none;
}

.legal-back:hover {
  text-decoration: underline;
}

.about-page {
  min-height: 100vh;
  padding: 126px clamp(18px, 5vw, 78px) 78px;
  background:
    linear-gradient(145deg, rgba(146, 199, 143, 0.24), transparent 38%),
    linear-gradient(180deg, #fffaf0 0%, #eef5dc 100%);
}

.about-simple-page {
  display: grid;
  align-items: center;
}

.about-simple {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 82px);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.about-profile {
  position: sticky;
  top: 126px;
  align-self: start;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.about-profile img {
  width: min(240px, 72vw);
  aspect-ratio: 1;
  border: 7px solid rgba(255, 248, 220, 0.95);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 24px 50px rgba(32, 49, 35, 0.18);
}

.about-profile strong {
  margin-top: 8px;
  color: var(--deep-green);
  font-family: "Baloo 2", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.about-profile span {
  color: var(--muted);
  font-weight: 900;
}

.about-text {
  max-width: 780px;
}

.about-text h1 {
  margin: 8px 0 18px;
  font-size: clamp(4.2rem, 10vw, 8.5rem);
  line-height: 0.88;
}

.about-lead {
  color: var(--deep-green);
  font-size: clamp(1.28rem, 2.2vw, 1.8rem);
  font-weight: 900;
  line-height: 1.42;
}

.about-text p:not(.kicker) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.about-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.about-icons div {
  display: grid;
  gap: 8px;
  padding: 18px 14px;
  border-top: 2px solid rgba(18, 63, 52, 0.12);
}

.about-icons span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(165, 201, 95, 0.22);
  color: var(--deep-green);
  font-size: 0.84rem;
  font-weight: 950;
}

.about-icons strong {
  color: var(--deep-green);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.blog-content {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.blog-content p,
.blog-content div {
  margin: 0 0 1.05rem;
}

.blog-content strong,
.blog-content b,
.blog-content strong *,
.blog-content b * {
  color: var(--deep-green) !important;
  font-weight: 950 !important;
}

.blog-content em,
.blog-content i,
.blog-content em *,
.blog-content i * {
  font-style: italic !important;
}

.blog-content u {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.blog-content h2 {
  margin: 1.35rem 0 0.7rem;
  color: var(--deep-green) !important;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.06;
}

.blog-content h3 {
  margin: 1.2rem 0 0.55rem;
  color: #9b4a32 !important;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.blog-content a {
  color: var(--deep-green);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.blog-content ul,
.blog-content ol {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 1.2rem;
  padding-left: 1.35rem;
}

.blog-content li {
  padding-left: 0.25rem;
}

.blog-content blockquote {
  margin: 1.35rem 0;
  padding: 18px 22px;
  border-left: 5px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 241, 184, 0.34);
  color: var(--deep-green);
  font-weight: 800;
}

.blog-content [style*="background-color"] {
  background-color: transparent !important;
}

.blog-empty {
  grid-column: 1 / -1;
}

.blog-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 245, 184, 0.54), transparent 340px),
    linear-gradient(180deg, #f7edd4 0%, #fffaf0 42%, #e6f0d5 100%);
}

.blog-hero {
  padding: 136px clamp(18px, 5vw, 78px) 56px;
  text-align: center;
}

.blog-hero h1 {
  color: var(--deep-green);
  font-size: clamp(4rem, 10vw, 8rem);
  text-shadow: none;
}

.blog-hero p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.blog-main {
  width: min(100% - 36px, 1120px);
  margin: 0 auto;
  padding: 0 0 clamp(72px, 9vw, 120px);
}

.blog-detail-card,
.blog-list-card {
  overflow: hidden;
  border: 1px solid rgba(37, 53, 40, 0.1);
  border-radius: 26px;
  background: rgba(255, 253, 244, 0.9);
  box-shadow: 0 18px 46px rgba(54, 72, 39, 0.1);
}

.blog-detail-card > img,
.blog-detail-card > .blog-placeholder {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.blog-detail-card > div {
  padding: clamp(28px, 5vw, 58px);
}

.blog-detail-card small,
.blog-list-card small {
  color: #9b4a32;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-list-card .post-author {
  margin-top: 12px;
  padding-top: 0;
  border-top: 0;
}

.blog-detail-card .post-author {
  display: flex;
  width: max-content;
  margin-top: 14px;
  margin-left: 0;
  padding-top: 0;
  border-top: 0;
}

.blog-detail-card h2 {
  margin-top: 10px;
  font-size: clamp(2.6rem, 7vw, 5rem);
}

.blog-excerpt {
  max-width: 820px;
  color: var(--deep-green);
  font-size: clamp(1.16rem, 2vw, 1.35rem);
  font-weight: 800;
}

.blog-detail-card .blog-content {
  max-width: 860px;
  font-size: 1.08rem;
}

.blog-detail-card .button {
  margin-top: 28px;
}

.blog-list {
  display: grid;
  gap: 24px;
}

.blog-list-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  min-height: 320px;
}

.blog-list-card > img,
.blog-list-card > .post-image-link,
.blog-list-card > .blog-placeholder {
  width: 100%;
  height: 320px;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.blog-list-card > div {
  padding: clamp(24px, 4vw, 38px);
}

.blog-list-card h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.blog-list-card .blog-content {
  display: none;
}

.needs-section {
  padding: clamp(78px, 10vw, 128px) clamp(18px, 5vw, 78px);
  background: #fffaf0;
}

.needs-head {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.needs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1200px;
  margin: 0 auto;
}

.needs-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 300px;
  padding: 42px 34px 36px;
  border: 1px solid rgba(37, 53, 40, 0.1);
  border-radius: 22px;
  background: rgba(255, 253, 244, 0.86);
  box-shadow: 0 16px 40px rgba(54, 72, 39, 0.08);
  text-align: center;
}

.need-icon {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin-bottom: 20px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.9), transparent 38px),
    #eef5dc;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(63, 123, 67, 0.1);
}

.need-icon img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 10px 10px rgba(55, 42, 24, 0.12));
}

.needs-grid h3 {
  color: #172536;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 1.45rem;
  line-height: 1.12;
}

.needs-grid p {
  max-width: 310px;
  margin: 18px 0 0;
  color: #526170;
  font-size: 1rem;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
  padding: clamp(76px, 10vw, 120px) clamp(18px, 5vw, 78px);
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 243, 184, 0.44), transparent 260px),
    linear-gradient(180deg, #fffaf0 0%, #eef5dd 100%);
}

.faq-head {
  position: sticky;
  top: 120px;
}

.faq-head h2 {
  max-width: 560px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid rgba(37, 53, 40, 0.1);
  border-radius: 22px;
  background: rgba(255, 253, 244, 0.86);
  box-shadow: 0 14px 32px rgba(54, 72, 39, 0.08);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: var(--deep-green);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff9df;
  background: var(--deep-green);
  font-family: "Nunito", system-ui, sans-serif;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
  background: var(--tomato);
}

.faq-list p {
  max-width: 680px;
  margin: -8px 24px 22px;
  font-size: 1rem;
}

.play-section {
  position: relative;
  display: grid;
  justify-items: center;
  padding: clamp(78px, 10vw, 138px) clamp(18px, 5vw, 78px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 243, 184, 0.58), transparent 280px),
    radial-gradient(circle at 88% 76%, rgba(143, 200, 142, 0.35), transparent 320px),
    linear-gradient(180deg, #eef5dd 0%, #fffaf0 100%);
}

.play-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(980px, 92vw);
  height: min(980px, 92vw);
  border-radius: 50%;
  background: rgba(255, 253, 244, 0.36);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.play-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 860px);
  text-align: center;
}

.play-copy > p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
  align-items: stretch;
}

.steps article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 14px;
  min-height: 300px;
  padding: 24px 20px 26px;
  overflow: hidden;
  border: 1px solid rgba(37, 53, 40, 0.1);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 243, 184, 0.58), transparent 92px),
    linear-gradient(180deg, rgba(255, 253, 244, 0.92), rgba(246, 239, 209, 0.86));
  box-shadow: 0 22px 46px rgba(54, 72, 39, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.steps article:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(54, 72, 39, 0.16);
}

.steps article::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 7px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--green), var(--lime), var(--gold));
  opacity: 0.72;
}

.steps article > img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(37, 53, 40, 0.14));
}

.steps article div {
  display: grid;
  justify-items: center;
}

.step-mark {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff8dc;
  background: var(--tomato);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(206, 78, 62, 0.18);
}

.steps h3 {
  margin-top: 2px;
  font-size: clamp(1.5rem, 2.4vw, 2.05rem);
}

.steps p {
  max-width: 260px;
  margin: 6px auto 0;
  font-size: 0.98rem;
  line-height: 1.55;
}

.discord-section {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 38px);
  align-items: center;
  margin: 0;
  padding: clamp(54px, 8vw, 86px) clamp(18px, 5vw, 78px);
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 253, 244, 0.22), transparent 250px),
    linear-gradient(135deg, #5865f2 0%, #4053be 45%, #254f37 100%);
}

.discord-icon {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 28px;
  background: rgba(255, 253, 244, 0.92);
  box-shadow: 0 18px 38px rgba(16, 24, 60, 0.24);
}

.discord-icon svg {
  width: 68px;
  fill: #5865f2;
}

.discord-section .kicker {
  color: #dce3ff;
}

.discord-section h2 {
  color: #fffdf4;
}

.discord-section p {
  max-width: 720px;
  color: rgba(255, 253, 244, 0.82);
}

.discord-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 24px;
  border: 2px solid rgba(255, 253, 244, 0.72);
  border-radius: 999px;
  color: #24305f;
  background: #fffdf4;
  box-shadow: 0 14px 30px rgba(16, 24, 60, 0.2);
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.discord-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(16, 24, 60, 0.26);
}

.store-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  padding: clamp(62px, 8vw, 96px) clamp(18px, 5vw, 78px);
  background: #fffaf0;
  border-bottom: 1px solid rgba(37, 53, 40, 0.08);
}

.removed-store-section {
  display: none;
}

.store-section > div:first-child {
  max-width: 780px;
}

.store-section p {
  max-width: 620px;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.store-badges a {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  border-radius: 10px;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-badges a:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 12px 18px rgba(37, 53, 40, 0.12));
}

.store-badges img {
  display: block;
  width: auto;
  height: 58px;
  object-fit: contain;
}

.store-badges a:first-child img {
  height: 50px;
}

.final-section {
  display: grid;
  justify-items: center;
  padding: clamp(74px, 10vw, 130px) clamp(18px, 5vw, 78px);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 247, 223, 0.94), rgba(214, 232, 188, 0.86)),
    #fff7df;
}

.final-logo {
  width: min(430px, 88vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(55, 42, 24, 0.16));
  margin-bottom: 18px;
}

.final-section h2,
.final-section p {
  max-width: 780px;
}

.final-section .button {
  margin-top: 18px;
}

.price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1060px) {
  .discord-section {
    grid-template-columns: 1fr;
  }

  .store-section {
    grid-template-columns: 1fr;
  }

  .release-progress {
    grid-template-columns: 1fr;
  }

  .phone-showcase {
    gap: 22px;
  }

  .phone-card-raised {
    margin-top: 0;
  }

  .discord-icon,
  .discord-button {
    justify-self: start;
  }

  .store-badges {
    justify-content: flex-start;
  }

  .needs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-section {
    grid-template-columns: 1fr;
  }

  .faq-head {
    position: static;
  }

  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-card {
    grid-template-columns: 1fr;
  }

  .blog-card > img,
  .blog-card > .post-image-link,
  .blog-card > .blog-placeholder {
    height: 260px;
    min-height: 260px;
  }

  .blog-list-card {
    grid-template-columns: 1fr;
  }

  .blog-list-card > img,
  .blog-list-card > .post-image-link,
  .blog-list-card > .blog-placeholder {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 820px) {
  .top-nav {
    top: 10px;
    width: min(calc(100% - 20px), 1120px);
    min-height: 60px;
    padding: 7px 8px 7px 12px;
  }

  .logo-link {
    width: 118px;
    height: 48px;
  }

  .logo-link img {
    width: 124px;
    height: 58px;
  }

  .top-nav nav a {
    padding: 10px 9px;
    font-size: 0.82rem;
  }

  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    padding-top: 104px;
  }

  .hero-content {
    max-width: 520px;
  }

  .hero-character {
    justify-self: center;
    width: min(74vw, 360px);
    min-width: 220px;
    margin-top: 10px;
  }

  .hero-logo-side {
    justify-self: center;
    width: min(88vw, 500px);
    min-width: 260px;
    margin-right: 0;
    transform: translateY(0) rotate(1deg);
  }

  .hero-character img {
    max-height: 470px;
  }

  .scroll-note {
    left: 18px;
    right: 18px;
    text-align: left;
  }

  .needs-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  .steps article {
    min-height: 260px;
  }

  .phone-showcase {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .phone-card {
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(37, 53, 40, 0.08);
  }

  .phone-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .blog-head {
    align-items: start;
    flex-direction: column;
  }

  .about-hero,
  .about-story,
  .about-dream,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-wrap {
    justify-self: center;
    width: min(72vw, 340px);
  }

  .about-simple {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-profile {
    position: static;
  }

  .about-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-love {
    text-align: left;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .top-nav nav {
    gap: 0;
  }

  .top-nav nav a {
    padding: 9px 7px;
  }

  h1 {
    font-size: clamp(4.6rem, 23vw, 6.8rem);
  }

  .hero {
    min-height: auto;
  }

  .hero-buttons,
  .button {
    width: 100%;
  }

  .hero-character {
    width: min(86vw, 360px);
  }

  .screens-section {
    padding-inline: 14px;
  }

  .phone-mockup {
    width: min(100%, 276px);
  }

  .hill-one {
    right: -36%;
    width: 112vw;
  }

  .hill-two {
    left: -42%;
    width: 96vw;
  }

  .intro-strip {
    padding: 0;
  }

  .step-mark {
    width: 52px;
    height: 52px;
    font-size: 1.18rem;
  }

}

