@import url("https://fonts.googleapis.com/css2?family=Acme&family=Fraunces:opsz,wght@9..144,650;9..144,760&family=Plus+Jakarta+Sans:wght@400;520;650;760&display=swap");

:root {
  --paper: #fff6e8;
  --ink: #251815;
  --muted: #705c55;
  --coral: #ff5a84;
  --cyan: #28d7cc;
  --lemon: #ffe760;
  --lilac: #f4daf5;
  --clay: #d95c35;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 13% 8%, rgba(255, 90, 132, 0.24), transparent 32rem),
    radial-gradient(circle at 92% 12%, rgba(40, 215, 204, 0.22), transparent 30rem),
    linear-gradient(180deg, #fff8eb 0%, var(--paper) 48%, #fff0dd 100%);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image:
    linear-gradient(rgba(37, 24, 21, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 24, 21, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.25'/%3E%3C/svg%3E");
}

.site-nav {
  position: sticky;
  top: 24px;
  z-index: 4;
  width: min(1120px, calc(100% - 32px));
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  background: rgba(255, 248, 235, 0.9);
  border: 1px solid rgba(37, 24, 21, 0.12);
  box-shadow: 0 18px 70px rgba(92, 48, 27, 0.12);
  backdrop-filter: blur(20px);
}

.brand-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 42%, #ffffff 0%, #fff7e9 72%);
  overflow: hidden;
  border: 1px solid rgba(37, 24, 21, 0.1);
}

.brand-mark img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  object-position: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 760;
}

.nav-links a {
  padding: 16px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(37, 24, 21, 0.04);
  transition: transform 700ms var(--ease), background 700ms var(--ease), color 700ms var(--ease);
}

.nav-links a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(37, 24, 21, 0.1);
  color: var(--ink);
  transition:
    transform 700ms var(--ease),
    background 700ms var(--ease),
    border-color 700ms var(--ease);
}

.social-links a:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(37, 24, 21, 0.16);
}

.social-links img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.nav-cta,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
}

.nav-cta {
  padding: 8px 8px 8px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  transition: transform 700ms var(--ease), opacity 700ms var(--ease);
}

.nav-cta span,
.text-link span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  transition: transform 700ms var(--ease), background 700ms var(--ease);
}

.nav-cta:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.nav-cta:hover span,
.text-link:hover span {
  transform: translate(2px, -2px) scale(1.04);
}

main,
footer {
  position: relative;
  z-index: 3;
}

.section-shell,
.problem-section,
.how-section,
.reviews-section,
.final-cta {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.hero {
  min-height: calc(100dvh - 96px);
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  padding: 24px 0 58px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(40, 215, 204, 0.22);
  border: 1px solid rgba(37, 24, 21, 0.1);
  color: var(--ink);
  font-size: 10px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Acme", "Fraunces", Georgia, serif;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 700px;
  margin-top: 22px;
  font-size: clamp(44px, 6.8vw, 92px);
  line-height: 0.96;
}

.hero-copy p {
  max-width: 590px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(18px, 1.85vw, 24px);
  line-height: 1.34;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.app-store-link {
  display: inline-flex;
  width: 198px;
  border-radius: 18px;
  transition: transform 700ms var(--ease), filter 700ms var(--ease);
}

.app-store-link:hover {
  transform: translateY(-3px) scale(1.015);
  filter: saturate(1.05);
}

.app-store-link.large {
  width: 228px;
  margin-top: 30px;
}

.text-link {
  padding: 8px 8px 8px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(37, 24, 21, 0.08);
  color: var(--ink);
  box-shadow: 0 20px 60px rgba(92, 48, 27, 0.1);
  transition: transform 700ms var(--ease), background 700ms var(--ease);
}

.text-link span {
  background: var(--lemon);
}

.device-shell,
.image-plate,
.map-plate,
.testimonial-card {
  border-radius: 36px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(37, 24, 21, 0.1);
  box-shadow: 0 40px 110px rgba(83, 44, 24, 0.16);
}

.hero-visual {
  width: min(100%, 560px);
  justify-self: end;
}

.hero .device-shell {
  transform: none;
}

.how-section .device-shell {
  transform: rotate(2.4deg);
}

.device-core,
.image-plate img,
.map-plate img,
.testimonial-card {
  border: 1px solid rgba(37, 24, 21, 0.08);
}

.device-core {
  border-radius: 28px;
  overflow: hidden;
  background: #fff8eb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.device-core img {
  width: 100%;
}

.stat-band {
  width: min(1120px, calc(100% - 40px));
  margin: -34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--ink);
  color: #ffffff;
  border-radius: 34px;
  padding: 8px;
  box-shadow: 0 30px 90px rgba(37, 24, 21, 0.2);
}

.stat-band article {
  padding: 32px;
  border-radius: 27px;
}

.stat-band article:nth-child(2) {
  background: rgba(255, 255, 255, 0.06);
}

.stat-band span {
  display: block;
  color: var(--coral);
  font-family: "Acme", "Fraunces", Georgia, serif;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.025em;
}

.stat-band p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 650;
}

.stat-band small {
  display: block;
  margin-top: 18px;
  color: var(--cyan);
  font-size: 12px;
  line-height: 1.4;
}

.problem-section,
.how-section,
.reviews-section,
.final-cta {
  padding-block: clamp(64px, 7vw, 104px);
}

.editorial-block {
  max-width: 880px;
}

.editorial-block h2,
.how-copy h2,
.reviews-heading h2,
.final-cta h2 {
  margin-top: 18px;
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 0.95;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(460px, 1.12fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  margin-top: 28px;
}

.copy-panel {
  padding: clamp(28px, 4vw, 54px);
  border-radius: 36px;
  background: rgba(244, 218, 245, 0.72);
  border: 1px solid rgba(37, 24, 21, 0.08);
}

.copy-panel p {
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.52;
}

.copy-panel p + p {
  margin-top: 24px;
}

.image-plate img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 28px;
}

.problem-grid .image-plate {
  width: min(100%, 720px);
  justify-self: center;
}

.how-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1fr);
  gap: clamp(30px, 4vw, 64px) clamp(36px, 6vw, 92px);
  align-items: start;
}

.how-copy {
  grid-column: 1 / -1;
  max-width: 940px;
}

.map-plate {
  transform: rotate(-1.6deg);
}

.map-plate img {
  width: 100%;
  border-radius: 28px;
  background: #ffffff;
}

.steps {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(37, 24, 21, 0.12);
}

.steps li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lemon);
  font-size: 12px;
  font-weight: 760;
}

.steps h3 {
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -0.03em;
}

.steps p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.48;
}

.reviews-section {
  width: 100%;
  background: linear-gradient(180deg, rgba(244, 218, 245, 0.58), rgba(255, 246, 232, 0.1));
}

.reviews-heading,
.testimonial-grid {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.reviews-heading {
  max-width: 920px;
  margin-left: max(20px, calc((100% - 1180px) / 2));
}

.testimonial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.08fr) minmax(0, 0.96fr);
  gap: 22px;
  margin-top: 54px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  background: rgba(255, 255, 255, 0.7);
}

.testimonial-card p {
  padding: 30px 30px 0;
  font-size: 19px;
  line-height: 1.58;
}

.testimonial-card span {
  margin: 28px 30px 30px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card.featured {
  background: #d9f2ea;
  transform: translateY(-26px);
}

.final-cta {
  text-align: center;
}

.final-cta p {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.42;
}

footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(37, 24, 21, 0.58);
  font-size: 14px;
  font-weight: 650;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.blog-shell,
.post-shell {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
}

.blog-hero,
.post-hero {
  padding: clamp(72px, 9vw, 132px) 0 clamp(42px, 6vw, 72px);
}

.blog-hero h1,
.post-hero h1 {
  max-width: 940px;
  margin-top: 20px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
}

.blog-hero p,
.post-hero p {
  max-width: 760px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
}

.blog-list {
  display: grid;
  gap: 18px;
  padding-bottom: clamp(72px, 9vw, 132px);
}

.blog-card {
  display: grid;
  gap: 14px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(37, 24, 21, 0.1);
  box-shadow: 0 30px 90px rgba(83, 44, 24, 0.1);
  transition: transform 700ms var(--ease), background 700ms var(--ease);
}

.blog-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.78);
}

.blog-card time,
.post-meta {
  color: var(--clay);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card h2 {
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 0.98;
}

.blog-card p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.post-body {
  max-width: 760px;
  padding-bottom: clamp(72px, 9vw, 132px);
}

.post-body p,
.post-body li {
  color: var(--ink);
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.68;
}

.post-body p + p,
.post-body ul + p,
.post-body p + ul {
  margin-top: 24px;
}

.post-body h2 {
  margin: 54px 0 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.post-body ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding-left: 24px;
}

.post-callout {
  margin: 42px 0;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 28px;
  background: var(--ink);
  color: #ffffff;
  box-shadow: 0 30px 90px rgba(37, 24, 21, 0.18);
}

.post-callout p {
  color: #ffffff;
  font-family: "Acme", "Fraunces", Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.post-back {
  display: inline-flex;
  margin-top: 28px;
  color: var(--muted);
  font-weight: 760;
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 900ms var(--ease),
    transform 900ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

@media (max-width: 900px) {
  .hero,
  .problem-grid,
  .how-section,
  .testimonial-grid,
  .stat-band {
    grid-template-columns: 1fr;
  }

  .section-shell,
  .problem-section,
  .how-section,
  .reviews-heading,
  .testimonial-grid,
  .final-cta,
  .blog-shell,
  .post-shell,
  footer {
    width: min(100% - 32px, 680px);
  }

  .hero {
    padding-top: 62px;
    min-height: auto;
  }

  .device-shell,
  .map-plate,
  .testimonial-card.featured {
    transform: none;
  }

  .stat-band {
    margin-top: 12px;
  }

  .problem-grid {
    margin-top: 34px;
  }

  .testimonial-card {
    min-height: auto;
  }

  .nav-links {
    display: none;
  }

  .header-social {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-nav {
    top: 12px;
    width: calc(100% - 20px);
    margin-top: 12px;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
  }

  .nav-cta {
    padding-left: 14px;
    font-size: 14px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-store-link {
    width: 188px;
  }

  .stat-band article {
    padding: 26px;
  }

  .copy-panel,
  .testimonial-card p {
    padding: 26px;
  }

  .testimonial-card span {
    margin: 6px 26px 26px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
