:root {
  --brand: #1d4ed8;
  --brand-2: #0369a1;
  --accent: #2563eb;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #dbe3ef;
  --bg: #f4f7fb;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

.page-movie-fold {
  background: #050505;
}
.page-movie-fold .movie-below {
  background: #f4f7fb;
}
.page-movie-fold #site-header header {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: #e2e8f0 !important;
}
.page-movie-fold #site-header header a,
.page-movie-fold #site-header header button,
.page-movie-fold #mobile-menu a {
  color: #334155 !important;
}
.page-movie-fold #site-header header a.logo-text {
  background: linear-gradient(90deg, #1d4ed8, #0369a1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.page-movie-fold #mobile-menu {
  background: #fff !important;
  border-color: #e2e8f0 !important;
}
.page-movie-fold #site-header header button {
  border-color: #e2e8f0 !important;
  color: #334155 !important;
}

.movie-fold {
  position: relative;
  background: #000;
  color: #fff;
  padding: 0.5rem 0.5rem 5.75rem;
  min-height: 100svh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.movie-fold > script {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.movie-fold__ad {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  height: 250px;
  flex: 0 0 250px;
}
.movie-fold__ad--top { order: 1; }
.movie-fold__head { order: 2; }
.movie-fold__scroller { order: 3; }
.movie-fold__dots { order: 4; }
.movie-fold__ad--bottom { order: 5; }
.movie-fold .ad-frame,
.movie-fold .ad-frame--inline {
  position: relative;
  width: 300px;
  height: 250px;
  min-width: 300px;
  min-height: 250px;
  max-width: 300px;
  max-height: 250px;
  background: #1a1a1a;
  border-radius: 0.45rem;
  overflow: hidden;
  isolation: isolate;
}
.movie-fold .ad-label {
  display: none !important;
}
.movie-fold .gpt-ad,
.movie-fold .gpt-ad--300x250 {
  position: relative;
  z-index: 1;
  width: 300px !important;
  height: 250px !important;
  overflow: hidden;
  background: transparent;
}
.movie-fold__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.15rem 0.1rem 0;
  flex: 0 0 auto;
}
.movie-fold__heading {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}
.movie-fold__all {
  color: #ec4899 !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}
.movie-fold__scroller {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.15rem;
  flex: 1 1 auto;
  min-height: 0;
  align-items: flex-start;
}
.movie-fold__scroller::-webkit-scrollbar { display: none; }
.movie-card {
  position: relative;
  flex: 0 0 calc((100% - 1.1rem) / 3);
  min-width: 0;
  scroll-snap-align: start;
  text-decoration: none !important;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.movie-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  max-height: 28vh;
  object-fit: cover;
  border-radius: 0.45rem;
  background: #1a1a1a;
  display: block;
}
.movie-card__title {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.movie-card__rating {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0.12rem 0.32rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #facc15;
  font-size: 0.62rem;
  font-weight: 800;
}
.page-movie-fold .cookie-banner {
  inset: 0.75rem 0.75rem auto;
}
.movie-fold__dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.15rem 0 0.35rem;
  flex: 0 0 auto;
}
.movie-fold__dot {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #4b5563;
  cursor: pointer;
}
.movie-fold__dot.is-active {
  background: #ec4899;
  width: 0.85rem;
}
.movie-below {
  background: #f4f7fb;
}
.sip-guide-list {
  margin: 0 0 1.15rem 1.2rem;
}

.screenshot-fold {
  position: relative;
  background: #000;
  color: #fff;
  padding: 0.5rem 0.5rem 5.75rem;
  min-height: 100svh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.screenshot-fold > script {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.screenshot-fold__ad {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  height: 250px;
  flex: 0 0 250px;
}
.screenshot-fold__ad--top { order: 1; }
.screenshot-hero { order: 2; }
.screenshot-fold__ad--bottom { order: 3; }
.screenshot-fold .ad-frame,
.screenshot-fold .ad-frame--inline {
  position: relative;
  width: 300px;
  height: 250px;
  min-width: 300px;
  min-height: 250px;
  max-width: 300px;
  max-height: 250px;
  background: #1a1a1a;
  border-radius: 0.45rem;
  overflow: hidden;
  isolation: isolate;
}
.screenshot-fold .ad-label { display: none !important; }
.screenshot-fold .gpt-ad,
.screenshot-fold .gpt-ad--300x250 {
  position: relative;
  z-index: 1;
  width: 300px !important;
  height: 250px !important;
  overflow: hidden;
  background: transparent;
}
.screenshot-hero {
  position: relative;
  flex: 1 1 auto;
  min-height: 220px;
  border-radius: 0.7rem;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.screenshot-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}
.screenshot-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.2) 38%, rgba(0,0,0,0.88) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.45) 0%, transparent 55%);
  pointer-events: none;
}
.screenshot-hero__trend {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.55rem;
  border-radius: 0.55rem;
  background: rgba(8, 8, 8, 0.82);
  color: #fff;
  max-width: 46%;
}
.screenshot-hero__trend strong {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  font-weight: 800;
  line-height: 1.2;
}
.screenshot-hero__trend em {
  display: block;
  font-style: normal;
  font-size: 0.58rem;
  color: #d1d5db;
  line-height: 1.25;
}
.screenshot-hero__flame { font-size: 0.95rem; line-height: 1; }
.screenshot-hero__body {
  position: relative;
  z-index: 2;
  padding: 1rem 0.85rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.screenshot-hero__kicker {
  margin: 0;
  color: #4ade80;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.screenshot-hero__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 9vw, 3.1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,0.55);
}
.screenshot-hero__meta {
  margin: 0.15rem 0 0;
  color: #e5e7eb;
  font-size: 0.82rem;
  font-weight: 600;
}
.screenshot-hero__meta span:first-child { color: #facc15; }
.screenshot-hero__genre {
  margin: 0;
  color: #d1d5db;
  font-size: 0.78rem;
}
.screenshot-hero__plot {
  margin: 0.15rem 0 0.55rem;
  color: #f3f4f6;
  font-size: 0.78rem;
  line-height: 1.45;
  max-width: 36rem;
}
.screenshot-hero__watch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 2.85rem;
  border-radius: 0.85rem;
  background: linear-gradient(90deg, #ec4899 0%, #d946ef 52%, #a855f7 100%);
  color: #fff !important;
  font-size: 1.02rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(216, 70, 239, 0.35);
}
.screenshot-hero__watch:hover { filter: brightness(1.06); }

@media (max-width: 380px) {
  .movie-card { flex-basis: calc((100% - 1.1rem) / 3); }
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 80;
  border-radius: 0.5rem;
  background: #0f172a;
  color: #fff;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.skip-link:focus { top: 0.75rem; }

.logo-text {
  background: linear-gradient(90deg, #1d4ed8, #0369a1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-wash {
  background:
    radial-gradient(1200px 400px at 50% -10%, rgba(29, 78, 216, 0.14), transparent 70%),
    #f4f7fb;
}

.about-hero {
  background:
    radial-gradient(900px 280px at 50% 0%, rgba(3, 105, 161, 0.16), transparent 65%),
    linear-gradient(180deg, #e8f0ff 0%, #ffffff 70%);
}

.ad-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.ad-frame--fluid {
  align-items: stretch;
}
.ad-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.4rem;
  text-align: center;
}
.gpt-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
  /* Sized from unit config via inline min/max; allow taller creatives (e.g. 320x480) */
  box-sizing: border-box;
}
.ad-frame--fluid .gpt-ad {
  max-width: none;
}
.gpt-oop {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  pointer-events: none;
}

.prose-article h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 2.25rem 0 0.85rem;
  color: #0f172a;
}
.prose-article h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.75rem 0 0.65rem;
  color: #1e293b;
}
.prose-article p {
  margin: 0 0 1rem;
  color: #334155;
  line-height: 1.8;
}
.prose-article ul,
.prose-article ol {
  margin: 0 0 1.15rem 1.2rem;
  color: #334155;
  line-height: 1.75;
}
.prose-article li { margin-bottom: 0.4rem; }
.prose-article a { color: #1d4ed8; text-decoration: underline; text-underline-offset: 2px; }
.prose-article strong { color: #0f172a; font-weight: 600; }

.table-wrap {
  overflow-x: auto;
  margin: 1.25rem 0;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.925rem;
}
.data-table th,
.data-table td {
  border: 1px solid #dbe3ef;
  padding: 0.7rem 0.85rem;
  text-align: left;
  vertical-align: top;
}
.data-table th {
  background: #e8f0ff;
  font-weight: 600;
  color: #0f172a;
}
.data-table td { color: #334155; }

.callout {
  border-left: 4px solid #1d4ed8;
  background: #eff6ff;
  border-radius: 0.75rem;
  padding: 1rem 1.1rem;
  color: #1e3a8a;
  margin: 1.25rem 0;
}

.legal-card h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  margin: 1.75rem 0 0.6rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #bfdbfe;
  display: inline-block;
}
.legal-card p,
.legal-card li {
  color: #475569;
  line-height: 1.75;
}
.legal-card ul { margin: 0.4rem 0 0.8rem 1.15rem; }

.cookie-banner {
  position: fixed;
  inset: auto 0.75rem 5.5rem;
  z-index: 2147483000;
  max-width: 42rem;
  margin-inline: auto;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
}

.post-card { content-visibility: auto; contain-intrinsic-size: 420px; }

#post-grid > article:nth-child(n+7) { display: none; }
#post-grid.is-filtered > article { display: flex; }

/* Under-title / display 300x250 */
.ad-inline {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ad-frame--inline {
  width: 300px;
  max-width: 100%;
}
.gpt-ad--300x250 {
  width: 300px !important;
  height: 250px !important;
  min-width: 300px !important;
  min-height: 250px !important;
  max-width: 300px !important;
  margin-inline: auto;
  overflow: hidden;
}

/* Sticky bottom banner */
.si-sticky-banner-host {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483001;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 50px;
  pointer-events: none;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.3s ease;
  background: rgba(15, 23, 42, 0.96);
  box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.25);
}
.si-sticky-banner-host.is-visible {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.si-sticky-banner-slot {
  width: 320px;
  max-width: 100%;
  min-height: 50px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
.si-sticky-banner-slot iframe,
.si-sticky-banner-slot > div {
  max-width: 100% !important;
}
@media (max-width: 359px) {
  .si-sticky-banner-slot { width: 300px; }
}
@media (min-width: 768px) {
  .si-sticky-banner-slot { width: 728px; max-height: 90px; }
}
body.has-si-sticky-banner {
  padding-bottom: 64px;
}

/* Funnel CTA */
.cta-continue {
  margin: 1.75rem auto;
  max-width: 420px;
  text-align: center;
}
.cta-continue__label {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}
.cta-continue__actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.cta-continue__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #14b8a6 0%, #6366f1 55%, #8b5cf6 100%);
  background-size: 160% 100%;
  background-position: 0% 50%;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.28);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, background-position 0.35s ease, filter 0.25s ease;
}
.cta-continue__btn:hover {
  transform: translateY(-3px) scale(1.02);
  background-position: 100% 50%;
  filter: brightness(1.08);
  box-shadow: 0 14px 28px rgba(99, 102, 241, 0.42);
}
.cta-continue__play {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  position: relative;
  flex-shrink: 0;
}
.cta-continue__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.28rem 0 0.28rem 0.45rem;
  border-color: transparent transparent transparent #fff;
}
.cta-continue__more {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
}
.cta-fold {
  position: relative;
  background: #f4f7fb;
  color: #0f172a;
  min-height: 100svh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1rem 5.75rem;
}
.cta-fold > script {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.cta-fold__inner {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
}
.cta-fold__title {
  margin: 0;
  font-size: clamp(1.7rem, 4.6vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #0f172a;
}
.cta-fold__ad {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  height: 250px;
  flex: 0 0 250px;
}
.cta-fold .ad-frame,
.cta-fold .ad-frame--inline {
  position: relative;
  width: 300px;
  height: 250px;
  min-width: 300px;
  min-height: 250px;
  max-width: 300px;
  max-height: 250px;
  background: #e8eef6;
  border-radius: 0.45rem;
  overflow: hidden;
  isolation: isolate;
}
.cta-fold .ad-label {
  display: none !important;
}
.cta-fold .gpt-ad,
.cta-fold .gpt-ad--300x250 {
  position: relative;
  z-index: 1;
  width: 300px !important;
  height: 250px !important;
  overflow: hidden;
  background: transparent;
}
.cta-fold .watch-cta-row {
  margin: 0.1rem 0;
}
.viki-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  background: #e8f1fb;
  border: 1px solid #d7e6f6;
}
.viki-card__app {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  flex: 1 1 12rem;
}
.viki-card__logo {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, #e11d48 0%, #be123c 100%);
  color: #fff;
  font-size: 1.55rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 14px rgba(190, 18, 60, 0.28);
}
.viki-card__name {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
}
.viki-card__meta,
.viki-card__dl {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  color: #475569;
}
.viki-card__stars {
  color: #f59e0b;
  letter-spacing: 0.04em;
}
.viki-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
  flex: 1 1 12rem;
}
.viki-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.7rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}
.viki-card__btn--play {
  background: #16a34a;
}
.viki-card__btn--apple {
  background: #1e3a8a;
}
.viki-card__btn:hover { filter: brightness(1.06); }
.watch-cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.35rem 0 1.75rem;
}
.watch-cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 3.15rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee 0%, #818cf8 48%, #c026d3 100%);
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(192, 38, 211, 0.28);
}
.watch-cta-btn:hover { filter: brightness(1.06); }
.watch-cta-btn__play,
.watch-cta-btn__cloud {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  position: relative;
  flex-shrink: 0;
}
.watch-cta-btn__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.28rem 0 0.28rem 0.45rem;
  border-color: transparent transparent transparent #fff;
}
.watch-cta-btn__cloud::before {
  content: "";
  position: absolute;
  inset: 28% 22% 32% 22%;
  border: 2px solid #fff;
  border-radius: 0.45rem 0.45rem 0.2rem 0.2rem;
}
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.75rem 0 0;
}
.article-tags span {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 0.75rem;
  font-weight: 600;
}

/* FAQ */
.faq-list {
  margin: 1rem 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.faq-item {
  border-radius: 0.65rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.faq-q {
  padding: 0.85rem 1rem;
  background: #f1f5f9;
  font-weight: 700;
  color: #0f172a;
}
.faq-a {
  padding: 0.9rem 1rem;
  background: #f0fdf4;
  border-left: 3px solid #22c55e;
  color: #334155;
  line-height: 1.65;
}

/* App promo */
.app-promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  margin: 1.75rem 0;
  padding: 1.1rem 1.15rem;
  border-radius: 0.9rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.app-promo__info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  flex: 1 1 220px;
}
.app-promo__icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, #1d4ed8, #38bdf8);
  color: #fff;
  font-weight: 800;
  font-size: 1.35rem;
}
.app-promo__name {
  margin: 0;
  font-weight: 700;
  color: #0f172a;
}
.app-promo__meta {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: #64748b;
}
.app-promo__stars { color: #f59e0b; }
.app-promo__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 0 1 240px;
  width: 100%;
  max-width: 260px;
}
.app-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 0.9rem;
  border-radius: 0.55rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.app-store-btn:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.08);
}
.app-store-btn--play {
  background: #16a34a;
  box-shadow: 0 6px 14px rgba(22, 163, 74, 0.28);
}
.app-store-btn--apple {
  background: #2563eb;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.28);
}

.sip-widget {
  margin: 1.5rem 0 1.75rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid #dbe3ef;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.sip-widget__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}
.sip-widget__lead {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}
.sip-widget__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}
@media (min-width: 640px) {
  .sip-widget__grid { grid-template-columns: repeat(3, 1fr); }
}
.sip-widget__grid label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
}
.sip-widget__grid input {
  border: 1px solid #dbe3ef;
  border-radius: 0.65rem;
  padding: 0.55rem 0.7rem;
  font-size: 0.95rem;
  color: #0f172a;
}
.sip-widget__btn {
  margin-top: 0.85rem;
  border: 0;
  border-radius: 0.7rem;
  background: #0f172a;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.65rem 1rem;
  cursor: pointer;
}
.sip-widget__out {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
  color: #1e3a8a;
  line-height: 1.55;
}
.sip-check {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sip-check li {
  margin: 0 0 0.45rem;
}
.sip-check label {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.92rem;
  color: #334155;
  line-height: 1.5;
}
.sip-check input { margin-top: 0.2rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
