body.public-home.home-theme-ownanapp {
  --home-bg: #f7fbf8;
  --home-bg-soft: #eef8f3;
  --home-bg-warm: #fff7e8;
  --home-surface: #ffffff;
  --home-surface-soft: #fbfefd;
  --home-dark: #0f1720;
  --home-dark-2: #182128;
  --home-text: #0f1720;
  --home-muted: #5f6b66;
  --home-muted-dark: #c9d6d0;
  --home-border: #d9e8df;
  --home-border-strong: #bdd9ca;
  --home-brand: #2fcd8e;
  --home-brand-deep: #1fa86d;
  --home-brand-soft: #dff8ec;
  --home-accent: #0fb7c9;
  --home-accent-soft: #dff9fc;
  --home-cta: #ffc857;
  --home-cta-strong: #f59b32;
  --home-check: #1fa86d;
  --home-radius-xl: 30px;
  --home-radius-lg: 22px;
  --home-radius-md: 16px;
  --home-radius-sm: 12px;
  --home-radius-pill: 999px;
  --home-shadow: 0 18px 42px rgba(15, 23, 32, 0.08);
  --home-shadow-soft: 0 10px 24px rgba(15, 23, 32, 0.06);
  --home-shadow-lift: 0 24px 50px rgba(15, 23, 32, 0.11);
  --home-hero-overlay: rgba(15, 23, 32, 0.72);
  --home-section-y: clamp(58px, 8vw, 90px);

  background: linear-gradient(180deg, #fbfefd 0%, var(--home-bg) 52%, #fffaf0 100%);
  color: var(--home-text);
}

body.public-home.home-theme-ownanapp .public-promo-bar {
  min-height: 42px;
  background: linear-gradient(90deg, #fff0aa 0%, var(--home-cta) 52%, var(--home-cta-strong) 100%);
  color: var(--home-dark);
  box-shadow: var(--home-shadow-soft);
}

body.public-home.home-theme-ownanapp .public-hero {
  min-height: 88vh;
  background:
    linear-gradient(90deg, rgba(15, 23, 32, 0.88) 0%, var(--home-hero-overlay) 44%, rgba(15, 23, 32, 0.34) 100%),
    url("/assets/images/home/app-studio-hero.jpg") center right / cover no-repeat;
}

body.public-home.home-theme-ownanapp .public-nav {
  padding-top: 18px;
}

body.public-home.home-theme-ownanapp .public-brand {
  letter-spacing: 0;
}

body.public-home.home-theme-ownanapp .public-nav-links a,
body.public-home.home-theme-ownanapp .public-nav-toggle {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(15, 23, 32, 0.58);
  box-shadow: var(--home-shadow-soft);
  backdrop-filter: saturate(130%);
}

body.public-home.home-theme-ownanapp .public-nav-links a:hover,
body.public-home.home-theme-ownanapp .public-nav-links a:focus-visible {
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.14);
}

body.public-home.home-theme-ownanapp .public-hero-content {
  padding-top: 158px;
}

body.public-home.home-theme-ownanapp .public-kicker,
body.public-home.home-theme-ownanapp .public-section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius-pill);
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--home-muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: var(--home-shadow-soft);
}

body.public-home.home-theme-ownanapp .public-hero .public-kicker,
body.public-home.home-theme-ownanapp .public-drops-section .public-section-kicker,
body.public-home.home-theme-ownanapp .public-bonus-section .public-section-kicker,
body.public-home.home-theme-ownanapp .public-offer-section .public-section-kicker {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body.public-home.home-theme-ownanapp .public-hero h1 {
  max-width: 820px;
  text-wrap: balance;
}

body.public-home.home-theme-ownanapp .public-lead {
  color: #edf8f3;
}

body.public-home.home-theme-ownanapp .public-signup-row input {
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--home-shadow-soft);
}

body.public-home.home-theme-ownanapp .public-hero-bonus {
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: var(--home-radius-lg);
  background: rgba(15, 23, 32, 0.72);
  box-shadow: var(--home-shadow);
}

body.public-home.home-theme-ownanapp .public-hero-bonus strong {
  color: #fff0aa;
}

body.public-home.home-theme-ownanapp .public-hero-bonus span {
  color: #f7fbf8;
}

body.public-home.home-theme-ownanapp .public-hero-cta,
body.public-home.home-theme-ownanapp .public-bonus-cta,
body.public-home.home-theme-ownanapp .public-final-cta .button {
  border-color: #ffd879;
  background: linear-gradient(180deg, #ffe58a 0%, var(--home-cta) 48%, var(--home-cta-strong) 100%);
  color: var(--home-dark);
  box-shadow: var(--home-shadow);
}

body.public-home.home-theme-ownanapp .public-hero-cta:hover,
body.public-home.home-theme-ownanapp .public-bonus-cta:hover,
body.public-home.home-theme-ownanapp .public-final-cta .button:hover {
  border-color: #ffe58a;
  background: linear-gradient(180deg, #ffefad 0%, #ffd36a 48%, #f7a53d 100%);
  color: var(--home-dark);
  transform: translateY(-1px);
}

body.public-home.home-theme-ownanapp .public-hero-cta:focus-visible,
body.public-home.home-theme-ownanapp .public-bonus-cta:focus-visible,
body.public-home.home-theme-ownanapp .public-final-cta .button:focus-visible {
  outline: 3px solid rgba(255, 232, 138, 0.8);
  outline-offset: 3px;
}

body.public-home.home-theme-ownanapp .public-signup-note {
  color: #e7f3ee;
}

body.public-home.home-theme-ownanapp .public-section {
  padding-top: var(--home-section-y);
  padding-bottom: var(--home-section-y);
}

body.public-home.home-theme-ownanapp .public-section h2,
body.public-home.home-theme-ownanapp .public-intro-grid h2 {
  color: inherit;
  text-wrap: balance;
}

body.public-home.home-theme-ownanapp .public-section-heading {
  margin-bottom: clamp(24px, 4vw, 36px);
}

body.public-home.home-theme-ownanapp .public-intro-section {
  padding-top: clamp(38px, 5vw, 54px);
  padding-bottom: clamp(38px, 5vw, 54px);
  background: var(--home-dark);
  color: #ffffff;
}

body.public-home.home-theme-ownanapp .public-benefits-section,
body.public-home.home-theme-ownanapp .public-services-section {
  background: var(--home-bg);
}

body.public-home.home-theme-ownanapp .public-drops-section {
  background: linear-gradient(135deg, #17212a 0%, #1f5f52 100%);
  color: #ffffff;
}

body.public-home.home-theme-ownanapp .public-compare-section {
  background: var(--home-bg-warm);
}

body.public-home.home-theme-ownanapp .public-pricing-section {
  background: linear-gradient(180deg, #fbfefd 0%, var(--home-bg-soft) 44%, #fff7e8 100%);
}

body.public-home.home-theme-ownanapp .public-faq-section {
  background: #fffaf0;
}

body.public-home.home-theme-ownanapp .public-offer-section {
  background: linear-gradient(135deg, var(--home-dark) 0%, #1c4e48 100%);
  color: #ffffff;
}

body.public-home.home-theme-ownanapp .public-final-cta {
  background: linear-gradient(135deg, #fbfefd 0%, var(--home-bg-soft) 58%, #fff4df 100%);
}

body.public-home.home-theme-ownanapp .public-card,
body.public-home.home-theme-ownanapp .public-drop-card,
body.public-home.home-theme-ownanapp .public-comparison-grid article,
body.public-home.home-theme-ownanapp .public-pricing-card,
body.public-home.home-theme-ownanapp .public-service-pricing-card,
body.public-home.home-theme-ownanapp .public-faq-list div,
body.public-home.home-theme-ownanapp .public-bonus-panel {
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius-lg);
  background: var(--home-surface);
  color: var(--home-text);
  box-shadow: var(--home-shadow);
}

body.public-home.home-theme-ownanapp .public-card,
body.public-home.home-theme-ownanapp .public-drop-card,
body.public-home.home-theme-ownanapp .public-comparison-grid article,
body.public-home.home-theme-ownanapp .public-pricing-card,
body.public-home.home-theme-ownanapp .public-service-pricing-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

body.public-home.home-theme-ownanapp .public-card:hover,
body.public-home.home-theme-ownanapp .public-drop-card:hover,
body.public-home.home-theme-ownanapp .public-comparison-grid article:hover,
body.public-home.home-theme-ownanapp .public-pricing-card:hover,
body.public-home.home-theme-ownanapp .public-service-pricing-card:hover {
  border-color: var(--home-border-strong);
  box-shadow: var(--home-shadow-lift);
  transform: translateY(-3px);
}

body.public-home.home-theme-ownanapp .public-benefit-card {
  background: linear-gradient(180deg, var(--home-surface) 0%, var(--home-surface-soft) 100%);
}

body.public-home.home-theme-ownanapp .public-benefit-icon,
body.public-home.home-theme-ownanapp .public-pricing-icon,
body.public-home.home-theme-ownanapp .public-compare-icon {
  border-color: var(--home-border);
  border-radius: var(--home-radius-sm);
  box-shadow: var(--home-shadow-soft);
}

body.public-home.home-theme-ownanapp .benefit-icon-foundation,
body.public-home.home-theme-ownanapp .pricing-icon-starter {
  background: linear-gradient(135deg, #182128 0%, var(--home-accent) 100%);
}

body.public-home.home-theme-ownanapp .benefit-icon-shape,
body.public-home.home-theme-ownanapp .pricing-icon-standard {
  background: linear-gradient(135deg, var(--home-brand-deep) 0%, var(--home-brand) 100%);
}

body.public-home.home-theme-ownanapp .benefit-icon-launch,
body.public-home.home-theme-ownanapp .pricing-icon-premium {
  background: linear-gradient(135deg, #182128 0%, var(--home-cta-strong) 100%);
}

body.public-home.home-theme-ownanapp .pricing-icon-advanced {
  background: linear-gradient(135deg, #334155 0%, var(--home-accent) 100%);
}

body.public-home.home-theme-ownanapp .public-card-number,
body.public-home.home-theme-ownanapp .public-price,
body.public-home.home-theme-ownanapp .public-service-price {
  color: var(--home-cta-strong);
}

body.public-home.home-theme-ownanapp .public-drops-layout,
body.public-home.home-theme-ownanapp .public-services-layout,
body.public-home.home-theme-ownanapp .public-offer-layout {
  gap: clamp(28px, 4vw, 44px);
}

body.public-home.home-theme-ownanapp .public-drop-list {
  gap: 14px;
}

body.public-home.home-theme-ownanapp .public-drop-card {
  --app-icon-gradient: linear-gradient(135deg, #182128 0%, var(--home-accent) 100%);
  --app-icon-image: none;

  min-height: 198px;
  padding: 18px;
  background: var(--home-surface);
}

body.public-home.home-theme-ownanapp .public-drop-card:hover {
  transform: translateY(-4px);
}

body.public-home.home-theme-ownanapp .public-app-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 17px;
  background-image: var(--app-icon-image), var(--app-icon-gradient);
  background-position: center, center;
  background-size: cover, cover;
  box-shadow: var(--home-shadow-soft);
}

body.public-home.home-theme-ownanapp .app-icon-block-puzzle {
  --app-icon-image: url("/assets/images/app-icons/block-puzzle.png");
  --app-icon-gradient: linear-gradient(135deg, #182128 0%, #0fb7c9 100%);
}

body.public-home.home-theme-ownanapp .app-icon-quiz {
  --app-icon-image: url("/assets/images/app-icons/quiz-app.png");
  --app-icon-gradient: linear-gradient(135deg, #374151 0%, #0fb7c9 100%);
}

body.public-home.home-theme-ownanapp .app-icon-focus {
  --app-icon-image: url("/assets/images/app-icons/focus-routine.png");
  --app-icon-gradient: linear-gradient(135deg, #182128 0%, #2fcd8e 100%);
}

body.public-home.home-theme-ownanapp .app-icon-block-fill {
  --app-icon-image: url("/assets/images/app-icons/block-fill.png");
  --app-icon-gradient: linear-gradient(135deg, #1fa86d 0%, #ffc857 100%);
}

body.public-home.home-theme-ownanapp .app-icon-tap-flight {
  --app-icon-image: url("/assets/images/app-icons/tap-flight.png");
  --app-icon-gradient: linear-gradient(135deg, #182128 0%, #60a5fa 100%);
}

body.public-home.home-theme-ownanapp .app-icon-snake {
  --app-icon-image: url("/assets/images/app-icons/retro-snake.png");
  --app-icon-gradient: linear-gradient(135deg, #0f1720 0%, #2fcd8e 100%);
}

body.public-home.home-theme-ownanapp .app-icon-workout {
  --app-icon-image: url("/assets/images/app-icons/workout-app.png");
  --app-icon-gradient: linear-gradient(135deg, #182128 0%, #f59b32 100%);
}

body.public-home.home-theme-ownanapp .app-icon-podcast {
  --app-icon-image: url("/assets/images/app-icons/podcast-player.png");
  --app-icon-gradient: linear-gradient(135deg, #334155 0%, #f59b32 100%);
}

body.public-home.home-theme-ownanapp .app-icon-mp3 {
  --app-icon-image: url("/assets/images/app-icons/mp3-player.png");
  --app-icon-gradient: linear-gradient(135deg, #182128 0%, #64748b 100%);
}

body.public-home.home-theme-ownanapp .app-icon-crossword {
  --app-icon-image: url("/assets/images/app-icons/crossword-puzzle.png");
  --app-icon-gradient: linear-gradient(135deg, #1fa86d 0%, #182128 100%);
}

body.public-home.home-theme-ownanapp .public-drop-card p {
  color: var(--home-brand-deep);
}

body.public-home.home-theme-ownanapp .public-drop-card span {
  color: var(--home-muted);
}

body.public-home.home-theme-ownanapp .public-drop-card span.is-available {
  color: var(--home-brand-deep);
}

body.public-home.home-theme-ownanapp .public-drop-card span.is-upcoming {
  color: #8a5a16;
}

body.public-home.home-theme-ownanapp .public-drop-card-featured {
  border-color: #ead9b7;
  background: #fffaf0;
}

body.public-home.home-theme-ownanapp .public-bonus-section {
  background: linear-gradient(135deg, var(--home-dark) 0%, #1e4f49 100%);
  color: #ffffff;
}

body.public-home.home-theme-ownanapp .public-bonus-panel {
  border-color: #cfe4d8;
  background: var(--home-surface);
}

body.public-home.home-theme-ownanapp .public-bonus-amount {
  border: 1px solid #ead9b7;
  border-radius: var(--home-radius-lg);
  background: linear-gradient(180deg, #fff6d5 0%, #ffe58a 100%);
  color: var(--home-dark);
}

body.public-home.home-theme-ownanapp .public-bonus-value {
  color: #fff0aa !important;
}

body.public-home.home-theme-ownanapp .public-bonus-layout p {
  color: #edf8f3;
}

body.public-home.home-theme-ownanapp .public-bonus-note {
  color: var(--home-muted) !important;
}

body.public-home.home-theme-ownanapp .public-bonus-list li::before,
body.public-home.home-theme-ownanapp .public-service-list li::before,
body.public-home.home-theme-ownanapp .public-offer-list li::before {
  top: 0.12em;
  width: 8px;
  height: 14px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-color: var(--home-check);
}

body.public-home.home-theme-ownanapp .public-bonus-list,
body.public-home.home-theme-ownanapp .public-service-list,
body.public-home.home-theme-ownanapp .public-offer-list {
  gap: 10px 20px;
}

body.public-home.home-theme-ownanapp .public-bonus-list li,
body.public-home.home-theme-ownanapp .public-service-list li,
body.public-home.home-theme-ownanapp .public-offer-list li {
  padding-left: 30px;
}

body.public-home.home-theme-ownanapp .public-comparison-grid article {
  min-height: 164px;
  background: var(--home-surface);
}

body.public-home.home-theme-ownanapp .public-compare-label,
body.public-home.home-theme-ownanapp .public-fit-label {
  border-color: #cbe9da;
  background: var(--home-brand-soft);
  color: var(--home-brand-deep);
}

body.public-home.home-theme-ownanapp .public-comparison-grid .is-highlighted {
  border-color: #263846;
  background: var(--home-dark);
  color: #ffffff;
}

body.public-home.home-theme-ownanapp .public-comparison-grid .is-highlighted p {
  color: var(--home-muted-dark);
}

body.public-home.home-theme-ownanapp .public-comparison-grid .is-highlighted .public-compare-label {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #fff0aa;
}

body.public-home.home-theme-ownanapp .public-pricing-card,
body.public-home.home-theme-ownanapp .public-service-pricing-card {
  background: linear-gradient(180deg, var(--home-surface) 0%, var(--home-surface-soft) 100%);
}

body.public-home.home-theme-ownanapp .public-pricing-bonus {
  border: 1px solid #ead9b7;
  border-radius: var(--home-radius-xl);
  background: linear-gradient(135deg, #fff6d5 0%, #ffe58a 58%, #ffc857 100%);
  color: var(--home-dark);
  box-shadow: var(--home-shadow);
}

body.public-home.home-theme-ownanapp .public-pricing-bonus .public-section-kicker {
  border-color: #e3c778;
  background: rgba(255, 255, 255, 0.56);
  color: #7a520c;
}

body.public-home.home-theme-ownanapp .public-pricing-bonus p {
  color: #34423d;
}

body.public-home.home-theme-ownanapp .public-pricing-bonus strong {
  border-color: #ead9b7;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--home-shadow-soft);
}

body.public-home.home-theme-ownanapp .public-service-included {
  color: var(--home-brand-deep);
}

body.public-home.home-theme-ownanapp .public-faq-list div {
  background: var(--home-surface);
}

body.public-home.home-theme-ownanapp .public-final-cta .public-signup-note {
  color: var(--home-muted);
}

body.public-home.home-theme-ownanapp .public-final-cta .public-signup-row input {
  border-color: var(--home-border);
}

@media (max-width: 940px) {
  body.public-home.home-theme-ownanapp .public-hero {
    background:
      linear-gradient(180deg, rgba(15, 23, 32, 0.92) 0%, rgba(15, 23, 32, 0.82) 56%, rgba(15, 23, 32, 0.52) 100%),
      url("/assets/images/home/app-studio-hero.jpg") center bottom / cover no-repeat;
  }

  body.public-home.home-theme-ownanapp .public-drop-list {
    gap: 12px;
  }
}

@media (max-width: 680px) {
  body.public-home.home-theme-ownanapp {
    --home-section-y: 54px;
  }

  body.public-home.home-theme-ownanapp .public-nav {
    left: clamp(18px, 5vw, 28px);
    right: clamp(18px, 5vw, 28px);
  }

  body.public-home.home-theme-ownanapp .public-nav-toggle {
    background: rgba(15, 23, 32, 0.72);
  }

  body.public-home.home-theme-ownanapp .public-nav-links {
    right: 0;
    width: min(260px, calc(100vw - 32px));
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(15, 23, 32, 0.96);
    box-shadow: var(--home-shadow);
  }

  body.public-home.home-theme-ownanapp .public-hero-content {
    width: min(100%, 456px);
    margin-right: auto;
    margin-left: auto;
    padding-right: clamp(20px, 5vw, 28px);
    padding-left: clamp(20px, 5vw, 28px);
  }

  body.public-home.home-theme-ownanapp .public-hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.05rem);
  }

  body.public-home.home-theme-ownanapp .public-hero-bonus,
  body.public-home.home-theme-ownanapp .public-signup-row,
  body.public-home.home-theme-ownanapp .public-hero-content .public-signup-note {
    width: 100%;
  }

  body.public-home.home-theme-ownanapp .public-section {
    padding-right: clamp(18px, 5vw, 28px);
    padding-left: clamp(18px, 5vw, 28px);
  }

  body.public-home.home-theme-ownanapp .public-section-inner {
    width: min(100%, 460px);
    margin-right: auto;
    margin-left: auto;
  }

  body.public-home.home-theme-ownanapp .public-drop-list {
    grid-template-columns: 1fr;
  }

  body.public-home.home-theme-ownanapp .public-drop-card {
    min-height: 0;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 14px;
    align-items: center;
  }

  body.public-home.home-theme-ownanapp .public-app-icon {
    grid-row: 1 / 4;
    margin-bottom: 0;
  }

  body.public-home.home-theme-ownanapp .public-drop-card p,
  body.public-home.home-theme-ownanapp .public-drop-card h3,
  body.public-home.home-theme-ownanapp .public-drop-card span {
    grid-column: 2;
  }

  body.public-home.home-theme-ownanapp .public-drop-card span {
    align-self: start;
    margin-top: 4px;
  }

  body.public-home.home-theme-ownanapp .public-card:hover,
  body.public-home.home-theme-ownanapp .public-drop-card:hover,
  body.public-home.home-theme-ownanapp .public-comparison-grid article:hover,
  body.public-home.home-theme-ownanapp .public-pricing-card:hover,
  body.public-home.home-theme-ownanapp .public-service-pricing-card:hover {
    transform: none;
  }

  body.public-home.home-theme-ownanapp .public-bonus-list,
  body.public-home.home-theme-ownanapp .public-service-list,
  body.public-home.home-theme-ownanapp .public-offer-list {
    gap: 9px;
  }

  body.public-home.home-theme-ownanapp .public-pricing-bonus,
  body.public-home.home-theme-ownanapp .public-bonus-panel,
  body.public-home.home-theme-ownanapp .public-card,
  body.public-home.home-theme-ownanapp .public-pricing-card,
  body.public-home.home-theme-ownanapp .public-service-pricing-card,
  body.public-home.home-theme-ownanapp .public-comparison-grid article,
  body.public-home.home-theme-ownanapp .public-faq-list div {
    border-radius: 18px;
  }
}
