:root {
  --bg: #f4efe7;
  --bg-soft: #fbf7f1;
  --surface: rgba(255, 255, 255, 0.7);
  --surface-strong: #fffaf3;
  --surface-dark: #13252e;
  --text: #14232b;
  --muted: #5d6b71;
  --line: rgba(20, 35, 43, 0.08);
  --accent: #ff7a59;
  --accent-deep: #d75738;
  --accent-cool: #63c3ba;
  --shadow: 0 30px 80px rgba(24, 34, 41, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 89, 0.24), transparent 24rem),
    radial-gradient(circle at right 20%, rgba(99, 195, 186, 0.18), transparent 24rem),
    linear-gradient(180deg, #f6f1e8 0%, #efe8dc 100%);
}

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

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

.page-shell {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.site-header,
.site-footer,
.hero,
.stats-strip,
.feature-card,
.process-card,
.showcase-card,
.cta-panel,
.legal-card,
.legal-hero {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: var(--shadow);
  position: sticky;
  top: 20px;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--accent) 0%, #f59a50 100%);
  box-shadow: 0 14px 30px rgba(215, 87, 56, 0.28);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
}

.lang-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lang-button:hover,
.lang-button:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.lang-button.is-active {
  background: var(--surface-dark);
  color: #fff;
  box-shadow: 0 10px 20px rgba(19, 37, 46, 0.18);
}

.site-nav a {
  font-size: 0.96rem;
  color: var(--muted);
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.secondary-link:hover,
.secondary-link:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.hero {
  margin-top: 24px;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.92), rgba(255, 255, 255, 0.52)),
    linear-gradient(180deg, rgba(255, 122, 89, 0.1), rgba(99, 195, 186, 0.08));
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 32px;
  overflow: hidden;
}

.hero-copy {
  align-self: center;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 10px 14px;
  border: 1px solid rgba(20, 35, 43, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 20px 40px rgba(24, 34, 41, 0.08);
}

.app-badge img {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(24, 34, 41, 0.14);
}

.app-badge strong,
.app-badge span {
  display: block;
}

.app-badge strong {
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
}

.app-badge span {
  color: var(--muted);
  font-size: 0.92rem;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.98;
}

h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.06;
}

h3 {
  font-size: 1.22rem;
  line-height: 1.25;
}

.hero-text,
.section-note,
.legal-hero p,
.legal-card p,
.cta-panel p,
.feature-card p,
.process-card p,
.stats-strip p,
.site-footer p,
.floating-card p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text {
  max-width: 58ch;
  margin: 22px 0 0;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 24px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 18px;
  background: #0b0f12;
  color: #fff;
  box-shadow: 0 20px 40px rgba(11, 15, 18, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-button:hover,
.store-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 26px 50px rgba(11, 15, 18, 0.26);
}

.store-button svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.store-button strong,
.store-button span span {
  display: block;
}

.store-button strong {
  font-size: 0.72rem;
  font-weight: 600;
}

.store-button span span {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.store-button-dark {
  background: var(--surface-dark);
}

.secondary-link {
  font-weight: 700;
  color: var(--accent-deep);
}

.hero-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.hero-highlights li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 600;
}

.hero-highlights li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-cool) 100%);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.device-stack {
  position: absolute;
  width: min(100%, 310px);
  padding: 14px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
}

.device-stack img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  object-position: top;
}

.device-primary {
  top: 8px;
  right: 28px;
  transform: rotate(4deg);
}

.device-secondary {
  left: 0;
  bottom: 54px;
  transform: rotate(-8deg);
}

.floating-card {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: min(100%, 260px);
  padding: 20px;
  border-radius: 24px;
  background: rgba(19, 37, 46, 0.88);
  color: #fff;
  box-shadow: 0 24px 50px rgba(19, 37, 46, 0.28);
}

.floating-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.floating-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(99, 195, 186, 0.2);
  color: #b9f0ea;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-card strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.floating-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.stats-strip,
.cta-panel {
  display: grid;
  gap: 18px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: var(--shadow);
}

.stats-strip {
  margin-top: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-strip article strong {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
}

.stats-strip p,
.feature-card p,
.process-card p,
.showcase-card figcaption span,
.site-footer p,
.legal-card p {
  margin: 0;
}

.content-section {
  padding: 78px 0 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.feature-grid,
.process-grid,
.showcase-grid {
  display: grid;
  gap: 20px;
}

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

.feature-card,
.process-card,
.showcase-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 243, 0.76);
  box-shadow: var(--shadow);
}

.feature-card,
.process-card {
  padding: 24px;
}

.card-index,
.process-card span {
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.card-index {
  width: 48px;
  height: 48px;
  background: rgba(255, 122, 89, 0.14);
  color: var(--accent-deep);
}

.process-card span {
  width: 42px;
  height: 42px;
  background: rgba(99, 195, 186, 0.16);
  color: #1f7c74;
}

.feature-card h3,
.process-card h3 {
  margin-bottom: 12px;
}

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

.showcase-card {
  padding: 16px;
}

.showcase-card img {
  width: 100%;
  aspect-ratio: 4 / 7;
  object-fit: cover;
  object-position: top;
  border-radius: 22px;
}

.showcase-card figcaption {
  display: grid;
  gap: 6px;
  padding: 16px 6px 4px;
}

.showcase-card figcaption strong {
  font-family: "Sora", sans-serif;
}

.showcase-card figcaption span {
  color: var(--muted);
  font-size: 0.9rem;
}

.cta-panel {
  margin-top: 78px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.site-footer {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: var(--shadow);
}

.footer-links,
.footer-meta {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 600;
  transition: color 180ms ease, transform 180ms ease;
}

.legal-shell {
  min-height: 100vh;
}

.legal-page {
  padding-top: 26px;
}

.legal-hero {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: var(--shadow);
}

.legal-hero h1 {
  max-width: none;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.legal-card {
  margin-top: 20px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  max-width: none;
  font-size: 1.22rem;
  margin-top: 28px;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  margin-top: 10px;
}

.legal-footer {
  margin-top: 20px;
}

@media (max-width: 980px) {
  .hero,
  .feature-grid,
  .process-grid,
  .showcase-grid,
  .stats-strip,
  .cta-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 32px;
  }

  .hero-visual {
    min-height: 640px;
  }

  .device-primary {
    right: 12px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100vw - 20px, 100%);
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .site-header,
  .hero,
  .stats-strip,
  .feature-card,
  .process-card,
  .showcase-card,
  .cta-panel,
  .site-footer,
  .legal-hero,
  .legal-card {
    border-radius: 24px;
  }

  .site-header {
    align-items: flex-start;
    padding: 16px;
  }

  .site-nav {
    gap: 12px;
  }

  .header-actions {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .language-switcher {
    align-self: flex-start;
  }

  .hero {
    padding: 24px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  h2 {
    max-width: none;
  }

  .hero-visual {
    min-height: 520px;
  }

  .device-stack {
    width: min(100%, 260px);
  }

  .device-primary {
    right: 0;
  }

  .device-secondary {
    left: 0;
    bottom: 88px;
  }

  .floating-card {
    width: min(100%, 230px);
    right: 0;
  }

  .site-footer {
    padding: 22px 18px;
  }

  .legal-hero,
  .legal-card {
    padding: 24px 20px;
  }
}
