/*
Theme Name: FunLingua CN
Author: FunLingua
Version: 0.3.8
Description: Lightweight Chinese marketing theme for FunLingua.
Requires at least: 6.7
Requires PHP: 7.2
Text Domain: funlingua-cn
*/

:root {
  --fl-color-brand: #ff385c;
  --fl-color-brand-strong: #d91d49;
  --fl-color-brand-soft: #fff0f3;
  --fl-color-ink: #172044;
  --fl-color-muted: #68708a;
  --fl-color-line: #e6e9f2;
  --fl-color-surface: #f7f9fc;
  --fl-color-background: #ffffff;
  --fl-color-white: #ffffff;
  --fl-color-navy: #0d1433;
  --fl-color-navy-2: #1b2553;
  --fl-color-success: #28b96f;
  --fl-color-warning: #ffd166;
  --fl-radius-xs: 8px;
  --fl-radius-sm: 12px;
  --fl-radius-md: 16px;
  --fl-radius-lg: 24px;
  --fl-radius-xl: 28px;
  --fl-radius-pill: 999px;
  --fl-shadow-card: 0 16px 42px rgba(20, 30, 65, 0.07);
  --fl-shadow-panel: 0 24px 70px rgba(20, 30, 65, 0.14);
  --fl-shadow-action: 0 16px 36px rgba(255, 56, 92, 0.28);
  --fl-gradient-brand: linear-gradient(120deg, var(--fl-color-brand), var(--fl-color-brand-strong));
  --fl-gradient-navy: linear-gradient(145deg, var(--fl-color-navy), #111a42 58%, #070b1d);
  --ink: var(--fl-color-ink);
  --muted: var(--fl-color-muted);
  --line: var(--fl-color-line);
  --surface: var(--fl-color-surface);
  --navy: var(--fl-color-navy);
  --navy-2: var(--fl-color-navy-2);
  --coral: var(--fl-color-brand);
  --coral-dark: var(--fl-color-brand-strong);
  --green: var(--fl-color-success);
  --yellow: var(--fl-color-warning);
  --white: var(--fl-color-white);
  --shadow: var(--fl-shadow-panel);
  --shell: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body.funlingua-cn {
  margin: 0 !important;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(255, 209, 102, 0.86);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

.site-frame {
  width: 100%;
  min-height: 100vh;
  background: var(--white);
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -120px;
  left: 16px;
  z-index: 10000;
  padding: 12px 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(13, 20, 51, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 148px;
}

.brand img {
  width: auto;
  height: 38px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 750;
  transition: color 0.18s ease, transform 0.18s ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--white);
  transform: translateY(-1px);
}

.header-cta,
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--fl-radius-xs);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.header-cta,
.button-primary {
  color: var(--white);
  background: var(--fl-gradient-brand);
  box-shadow: var(--fl-shadow-action);
}

.button-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(23, 32, 68, 0.28);
  box-shadow: 0 14px 34px rgba(20, 30, 65, 0.1);
}

.header-cta:hover,
.button:hover,
.header-cta:focus-visible,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary:hover,
.header-cta:hover {
  background: var(--coral-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 72px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(40, 185, 111, 0.16), transparent 28%),
    linear-gradient(145deg, var(--navy), #111a42 58%, #070b1d);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 56px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(255, 92, 92, 0.14);
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--white);
  font-size: 45px;
  font-weight: 950;
  line-height: 1.12;
}

.hero-lead {
  max-width: 610px;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.75;
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 750;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-points li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--green);
}

.hero-media {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.lesson-strip {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(13, 20, 51, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.play-dot {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
}

.play-dot::before {
  content: "";
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--white);
}

.lesson-strip strong,
.lesson-strip small {
  display: block;
  color: var(--white);
}

.lesson-strip small {
  color: rgba(255, 255, 255, 0.72);
}

.trust-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.trust-grid p {
  margin: 0;
  padding: 24px 10px;
  text-align: center;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.trust-grid span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 88px 0;
}

.two-column,
.method-grid,
.demo-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 56px;
}

.section-copy h2,
.section-heading h2,
.method-grid h2,
.faq-grid h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 44px;
  font-weight: 950;
  line-height: 1.14;
}

.section-copy p,
.section-heading p,
.method-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.section-heading {
  max-width: 800px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading .eyebrow {
  justify-content: center;
}

.card-grid,
.feature-grid,
.audience-grid,
.pricing-grid {
  display: grid;
  gap: 20px;
}

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

.mini-card,
.feature-card,
.audience-grid article,
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--fl-radius-xs);
  background: var(--white);
  box-shadow: var(--fl-shadow-card);
}

.mini-card {
  padding: 24px;
}

.mini-card span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 950;
}

.mini-card h3,
.feature-card h3,
.audience-grid h3,
.price-card h3,
.roadmap h3 {
  margin: 10px 0 8px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.28;
}

.mini-card p,
.feature-card p,
.audience-grid p,
.price-card p,
.roadmap p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.solution-section,
.pricing-section {
  background: var(--surface);
}

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

.feature-card,
.audience-grid article {
  padding: 30px;
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy-2);
  font-weight: 900;
}

.method-section {
  color: var(--white);
  background:
    linear-gradient(145deg, var(--navy), #18225a);
}

.method-section h2,
.method-section p {
  color: var(--white);
}

.method-section .section-copy p,
.method-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.method-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
  counter-reset: method;
}

.method-list li {
  position: relative;
  padding: 22px 22px 22px 72px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.method-list li::before {
  counter-increment: method;
  content: counter(method);
  position: absolute;
  top: 22px;
  left: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--yellow);
  font-weight: 950;
}

.method-list strong,
.method-list span {
  display: block;
}

.method-list strong {
  color: var(--white);
  font-size: 20px;
  line-height: 1.35;
}

.method-list span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
}

.demo-grid {
  align-items: center;
}

.demo-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.video-topbar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: #101735;
}

.video-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.video-stage {
  position: relative;
  min-height: 350px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 24% 24%, rgba(40, 185, 111, 0.28), transparent 26%),
    linear-gradient(135deg, #1b2553, #0d1433);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

.play-button {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  padding-left: 4px;
  border-radius: 50%;
  color: var(--white);
  background: var(--coral);
  font-size: 26px;
  box-shadow: 0 18px 48px rgba(255, 92, 92, 0.32);
}

.subtitle-box {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--white);
  background: rgba(13, 20, 51, 0.82);
}

.subtitle-box strong,
.subtitle-box span {
  display: block;
}

.subtitle-box span {
  color: rgba(255, 255, 255, 0.72);
}

.step-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.step-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.step-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-weight: 950;
}

.step-list p {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 17px;
}

.proof-section {
  background: var(--white);
}

.roadmap-section {
  background: #fff8ee;
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.roadmap article {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid #f1dfbd;
}

.roadmap article::before {
  content: "";
  position: absolute;
  top: 34px;
  right: -20px;
  width: 20px;
  height: 2px;
  background: #e7c67c;
}

.roadmap article:last-child::before {
  display: none;
}

.roadmap span {
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.price-card {
  position: relative;
  padding: 32px 28px;
}

.price-card.featured {
  border: 2px solid var(--coral);
  box-shadow: var(--fl-shadow-action);
}

.badge {
  position: absolute;
  top: -15px;
  left: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--white);
  background: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.credits {
  margin: 0 0 14px !important;
  color: var(--coral) !important;
  font-size: 34px !important;
  font-weight: 950;
  line-height: 1.2 !important;
}

.price-card .button {
  width: 100%;
  margin-top: 24px;
}

.faq-section {
  background: var(--white);
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(20, 30, 65, 0.05);
}

.faq-list summary {
  cursor: pointer;
  position: relative;
  padding: 20px 22px;
  padding-right: 54px;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy-2);
  font-size: 16px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
}

.final-cta {
  padding: 76px 0;
  color: var(--white);
  background: var(--fl-gradient-brand);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
}

.final-cta h2,
.final-cta p {
  color: var(--white);
}

.final-cta p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.final-cta .button-primary {
  color: var(--coral);
  background: var(--white);
  box-shadow: none;
}

.site-footer {
  color: var(--white);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 32px;
  padding: 56px 0 38px;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 16px;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.75;
}

.site-footer p {
  margin: 0;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-bottom {
  padding: 20px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.subpage-hero {
  padding: 88px 0 76px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 92, 92, 0.18), transparent 28%),
    linear-gradient(145deg, var(--navy), #172052 62%, #080d24);
}

.subpage-hero-grid,
.content-split {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 56px;
}

.subpage-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: 39px;
  font-weight: 950;
  line-height: 1.14;
}

.subpage-hero p {
  max-width: 700px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
  line-height: 1.85;
}

.subpage-card {
  min-height: 300px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.07);
  background-size: 42px 42px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.subpage-card span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.subpage-card strong {
  color: var(--white);
  font-size: 30px;
  line-height: 1.22;
}

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

.subpage-band {
  background: var(--surface);
}

.info-list {
  display: grid;
  gap: 14px;
}

.info-list article {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(20, 30, 65, 0.05);
}

.info-list span {
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--green);
}

.info-list p {
  margin: 0;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.7;
}

@media (max-width: 1000px) {
  .hero-grid,
  .two-column,
  .method-grid,
  .demo-grid,
  .faq-grid,
  .final-cta-inner,
  .subpage-hero-grid,
  .content-split {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .subpage-hero h1 {
    font-size: 42px;
  }

  .hero-media {
    max-width: 720px;
  }

  .card-grid,
  .feature-grid,
  .audience-grid,
  .pricing-grid,
  .roadmap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .roadmap article::before {
    display: none;
  }

  .final-cta-inner {
    justify-items: start;
  }
}

@media (max-width: 820px) {
  .nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

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

@media (max-width: 640px) {
  body.funlingua-cn {
    font-size: 15px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    height: 32px;
  }

  .header-cta,
  .button {
    min-height: 42px;
    padding: 0 15px;
    font-size: 14px;
  }

  .hero {
    padding: 62px 0 54px;
  }

  .hero h1,
  .subpage-hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .hero-lead,
  .subpage-hero p,
  .section-copy p,
  .section-heading p,
  .method-grid p,
  .final-cta p {
    font-size: 16px;
  }

  .section {
    padding: 64px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .method-grid h2,
  .faq-grid h2,
  .final-cta h2 {
    font-size: 34px;
  }

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

  .lesson-strip {
    position: static;
    border-width: 1px 0 0;
    border-radius: 0;
  }

  .video-stage {
    min-height: 280px;
  }

  .footer-grid {
    padding-top: 44px;
  }

  .subpage-hero {
    padding: 62px 0 54px;
  }

  .subpage-card {
    min-height: 220px;
    padding: 24px;
  }

  .subpage-card strong {
    font-size: 24px;
  }
}

@media (max-width: 380px) {
  .shell {
    width: min(calc(100% - 22px), var(--shell));
  }

  .header-cta,
  .button {
    width: 100%;
    min-height: 44px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .header-cta {
    width: auto;
    max-width: 148px;
  }

  .hero-actions {
    display: grid;
  }

  .hero h1,
  .subpage-hero h1 {
    font-size: 34px;
  }

  .section-copy h2,
  .section-heading h2,
  .method-grid h2,
  .faq-grid h2,
  .final-cta h2 {
    font-size: 30px;
  }

  .price-card,
  .feature-card,
  .audience-grid article,
  .roadmap article {
    padding: 24px 20px;
  }
}

.cn-modern-body {
  background: var(--fl-color-background);
}

.cn-modern {
  min-height: 100vh;
  color: var(--fl-color-ink);
  background: #fff;
}

.cn-shell {
  width: min(calc(100% - 48px), 1152px);
  margin-inline: auto;
}

.cn-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(230, 233, 242, .88);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.cn-header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.cn-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 158px;
  line-height: 1;
}

.cn-brand img {
  display: block;
  width: auto;
  height: 38px;
}

.cn-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.cn-nav a {
  color: var(--fl-color-muted);
  font-size: 14px;
  font-weight: 750;
}

.cn-nav a:hover,
.cn-nav a:focus-visible {
  color: var(--fl-color-ink);
}

.cn-header-cta,
.cn-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--fl-radius-xs);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cn-header-cta,
.cn-button-primary {
  color: #fff;
  background: var(--fl-gradient-brand);
  box-shadow: var(--fl-shadow-action);
}

.cn-button-secondary {
  color: var(--fl-color-ink);
  border-color: var(--fl-color-line);
  background: #fff;
}

.cn-button-white {
  color: var(--fl-color-ink);
  background: #fff;
  box-shadow: 0 18px 42px rgba(13, 20, 51, .16);
}

.cn-header-cta:hover,
.cn-button:hover,
.cn-header-cta:focus-visible,
.cn-button:focus-visible {
  transform: translateY(-2px);
}

.cn-hero {
  position: relative;
  overflow: hidden;
}

.cn-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 60% at 50% 0%, rgba(255, 56, 92, .12), transparent 70%),
    linear-gradient(180deg, #fff, #fff);
}

.cn-hero-inner {
  position: relative;
  z-index: 1;
  padding: 96px 0 44px;
  text-align: center;
}

.cn-kicker {
  margin: 0;
  color: var(--fl-color-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cn-hero h1 {
  max-width: 850px;
  margin: 16px auto 0;
  color: var(--fl-color-ink);
  font-size: clamp(30px, 4.2vw, 50px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.cn-hero h1 span {
  background: var(--fl-gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cn-hero-lead {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--fl-color-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.78;
}

.cn-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.cn-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.cn-trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--fl-color-line);
  border-radius: var(--fl-radius-pill);
  color: var(--fl-color-muted);
  background: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 750;
}

.cn-language-section {
  padding-bottom: 64px;
}

.cn-language-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--fl-color-line);
  border-radius: var(--fl-radius-lg);
  background: #fff;
  box-shadow: var(--fl-shadow-card);
}

.cn-language-strip a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: var(--fl-radius-md);
  transition: background .18s ease;
}

.cn-language-strip a:hover,
.cn-language-strip a:focus-visible {
  background: var(--fl-color-surface);
}

.cn-language-strip span {
  grid-row: 1 / 3;
  font-size: 30px;
}

.cn-language-strip strong {
  color: var(--fl-color-ink);
  font-size: 17px;
  line-height: 1.2;
}

.cn-language-strip small {
  color: var(--fl-color-muted);
  font-size: 13px;
}

.cn-value-grid,
.cn-audience-grid,
.cn-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cn-value-grid {
  padding-bottom: 76px;
}

.cn-value-grid article,
.cn-audience-grid article,
.cn-plan-grid article {
  border: 1px solid var(--fl-color-line);
  border-radius: var(--fl-radius-md);
  background: #fff;
  box-shadow: var(--fl-shadow-card);
}

.cn-value-grid article {
  padding: 24px;
}

.cn-value-grid h2,
.cn-audience-grid h3,
.cn-plan-grid h3 {
  margin: 0;
  color: var(--fl-color-ink);
  font-size: 20px;
  line-height: 1.32;
  letter-spacing: 0;
}

.cn-value-grid p,
.cn-audience-grid p,
.cn-plan-grid p {
  margin: 10px 0 0;
  color: var(--fl-color-muted);
  line-height: 1.75;
}

.cn-band {
  padding: 82px 0;
  background: var(--fl-color-surface);
}

.cn-section-head {
  max-width: 790px;
  margin: 0 auto 34px;
  text-align: center;
}

.cn-section-head-left {
  margin-left: 0;
  text-align: left;
}

.cn-section-head h2,
.cn-final h2 {
  margin: 10px 0 0;
  color: var(--fl-color-ink);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: 0;
}

.cn-audience-grid article,
.cn-plan-grid article {
  padding: 28px;
}

.cn-audience-grid span,
.cn-plan-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: var(--fl-radius-pill);
  color: var(--fl-color-brand);
  background: var(--fl-color-brand-soft);
  font-size: 12px;
  font-weight: 900;
}

.cn-lesson-section,
.cn-plans-section {
  padding: 82px 0;
}

.cn-lesson-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: 42px;
}

.cn-phone-preview {
  padding: 13px;
  border-radius: var(--fl-radius-lg);
  background: #20263f;
  box-shadow: 0 28px 70px rgba(20, 30, 65, .18);
}

.cn-phone-top {
  height: 28px;
  border-radius: 999px;
}

.cn-video-stage {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--fl-radius-md);
  background:
    linear-gradient(145deg, rgba(23, 32, 68, .7), rgba(255, 56, 92, .34)),
    url("assets/images/hero-learning-platform.png") center / cover;
}

.cn-subtitle-card {
  position: relative;
  z-index: 1;
  width: min(82%, 450px);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--fl-radius-md);
  color: #fff;
  background: rgba(13, 20, 51, .75);
  text-align: center;
  backdrop-filter: blur(8px);
}

.cn-subtitle-card small,
.cn-subtitle-card strong,
.cn-subtitle-card span {
  display: block;
}

.cn-subtitle-card small {
  margin-bottom: 12px;
  color: #ff9bad;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.cn-subtitle-card strong {
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.2;
}

.cn-subtitle-card span {
  margin-top: 10px;
  color: #d8dbe6;
}

.cn-play {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--fl-color-brand);
  font-size: 12px;
}

.cn-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cn-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px 14px;
  padding: 22px 0;
  border-bottom: 1px solid var(--fl-color-line);
}

.cn-steps li:first-child {
  border-top: 1px solid var(--fl-color-line);
}

.cn-steps span {
  grid-row: 1 / 3;
  color: var(--fl-color-brand);
  font-size: 12px;
  font-weight: 900;
}

.cn-steps strong {
  color: var(--fl-color-ink);
  font-size: 18px;
  line-height: 1.3;
}

.cn-steps p {
  margin: 0;
  color: var(--fl-color-muted);
  line-height: 1.7;
}

.cn-plan-grid article.featured {
  color: #fff;
  border-color: rgba(255,255,255,.12);
  background: var(--fl-gradient-navy);
  box-shadow: var(--fl-shadow-panel);
}

.cn-plan-grid article.featured span {
  color: #fff;
  background: rgba(255,255,255,.14);
}

.cn-plan-grid article.featured h3 {
  color: #fff;
}

.cn-plan-grid article.featured p {
  color: rgba(255,255,255,.74);
}

.cn-final {
  padding: 82px 0;
  color: #fff;
  background: var(--fl-color-brand);
}

.cn-final-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
}

.cn-final .cn-kicker,
.cn-final h2 {
  color: #fff;
}

.cn-final p:not(.cn-kicker) {
  max-width: 720px;
  margin: 14px 0 0;
  color: #ffe9ed;
  font-size: 18px;
  line-height: 1.72;
}

.cn-footer {
  padding: 28px 0;
  background: #fff;
}

.cn-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--fl-color-muted);
  border-top: 1px solid var(--fl-color-line);
  padding-top: 24px;
  font-size: 13px;
}

.cn-footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.cn-footer-brand img {
  display: block;
  width: auto;
  height: 29px;
}

.cn-subhero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(60% 60% at 50% 0%, rgba(255, 56, 92, .11), transparent 72%),
    #fff;
}

.cn-subhero-inner {
  padding: 82px 0 56px;
  text-align: center;
}

.cn-subhero h1 {
  max-width: 860px;
  margin: 14px auto 0;
  color: var(--fl-color-ink);
  font-size: clamp(27px, 3.5vw, 45px);
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: 0;
}

.cn-subhero p:not(.cn-kicker) {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--fl-color-muted);
  font-size: 18px;
  line-height: 1.78;
}

.cn-subhero .cn-button {
  margin-top: 28px;
}

.cn-main-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 32px 0 82px;
}

.cn-main-page-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--fl-color-line);
  border-radius: var(--fl-radius-md);
  background: #fff;
  box-shadow: var(--fl-shadow-card);
}

.cn-main-page-grid h2 {
  margin: 0;
  color: var(--fl-color-ink);
  font-size: 23px;
  line-height: 1.25;
}

.cn-main-page-grid p {
  margin: 14px 0 0;
  color: var(--fl-color-muted);
  line-height: 1.78;
}

.cn-seo-page {
  background: #fff;
}

.cn-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 74px;
  padding-bottom: 74px;
}

.cn-seo-grid article,
.cn-seo-steps article,
.cn-seo-faq details,
.cn-seo-link-grid a {
  border: 1px solid var(--fl-color-line);
  border-radius: var(--fl-radius-md);
  background: #fff;
  box-shadow: var(--fl-shadow-card);
}

.cn-seo-grid article {
  min-height: 250px;
  padding: 28px;
}

.cn-seo-grid span,
.cn-seo-steps span {
  color: var(--fl-color-brand);
  font-size: 13px;
  font-weight: 900;
}

.cn-seo-grid h2,
.cn-seo-two-col h2,
.cn-seo-band h2,
.cn-seo-faq-section h2 {
  margin: 10px 0 0;
  color: var(--fl-color-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

.cn-seo-grid h2 {
  font-size: 23px;
}

.cn-seo-grid p,
.cn-seo-two-col p,
.cn-seo-steps p,
.cn-seo-faq p {
  color: var(--fl-color-muted);
  line-height: 1.78;
}

.cn-seo-band {
  padding: 82px 0;
  background: var(--fl-color-surface);
}

.cn-seo-two-col {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
}

.cn-seo-steps {
  display: grid;
  gap: 14px;
}

.cn-seo-steps article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 20px;
}

.cn-seo-steps p {
  margin: 0;
}

.cn-seo-faq-section {
  padding-top: 82px;
  padding-bottom: 82px;
}

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

.cn-seo-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--fl-color-ink);
  font-weight: 850;
}

.cn-seo-faq p {
  margin: 0;
  padding: 0 20px 20px;
}

.cn-seo-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.cn-seo-link-grid a {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px;
  color: var(--fl-color-ink);
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cn-seo-link-grid a:hover {
  transform: translateY(-2px);
  box-shadow: var(--fl-shadow-panel);
}

.cn-directory {
  padding: 26px 0 88px;
}

.cn-directory-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

.cn-directory-toolbar span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--fl-color-line);
  border-radius: var(--fl-radius-pill);
  color: var(--fl-color-ink);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.cn-directory-toolbar .active {
  color: #fff;
  border-color: var(--fl-color-ink);
  background: var(--fl-color-ink);
}

.cn-tutor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cn-tutor-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--fl-color-line);
  border-radius: var(--fl-radius-md);
  background: #fff;
  box-shadow: var(--fl-shadow-card);
  transition: transform .18s ease, box-shadow .18s ease;
}

.cn-tutor-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fl-shadow-panel);
}

.cn-tutor-head {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: start;
}

.cn-avatar {
  position: relative;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--fl-gradient-brand);
  font-size: 28px;
  font-weight: 950;
  box-shadow: 0 16px 36px rgba(255, 56, 92, .22);
}

.cn-avatar-green {
  background: linear-gradient(135deg, #28b96f, #15945a);
  box-shadow: 0 16px 36px rgba(40, 185, 111, .22);
}

.cn-avatar-blue {
  background: linear-gradient(135deg, #3157d5, #172044);
  box-shadow: 0 16px 36px rgba(23, 32, 68, .18);
}

.cn-avatar span {
  position: absolute;
  right: -3px;
  bottom: -3px;
  min-width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: var(--fl-color-ink);
  background: #fff7cc;
  font-size: 10px;
  font-weight: 950;
}

.cn-tutor-head h2 {
  margin: 0;
  color: var(--fl-color-ink);
  font-size: 21px;
  line-height: 1.25;
}

.cn-tutor-head p {
  margin: 5px 0 0;
  color: var(--fl-color-muted);
  font-size: 14px;
  line-height: 1.5;
}

.cn-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.cn-label-row b,
.cn-label-row span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: var(--fl-radius-pill);
  font-size: 12px;
  font-weight: 850;
}

.cn-label-row b {
  color: #087f3f;
  background: #e8f8ef;
}

.cn-label-row span {
  color: var(--fl-color-ink);
  background: var(--fl-color-surface);
}

.cn-stat-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.cn-stat-strip span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: var(--fl-radius-xs);
  color: var(--fl-color-muted);
  background: var(--fl-color-surface);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.cn-price-line {
  margin-top: auto;
  padding: 18px 0;
}

.cn-price-line small,
.cn-price-line strong {
  display: block;
}

.cn-price-line small {
  color: var(--fl-color-muted);
  font-size: 13px;
}

.cn-price-line strong {
  color: var(--fl-color-ink);
  font-size: 30px;
  line-height: 1.15;
}

.cn-tutor-card .cn-button {
  width: 100%;
}

@media (max-width: 980px) {
  .cn-nav {
    display: none;
  }

  .cn-header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .cn-language-strip,
  .cn-value-grid,
  .cn-audience-grid,
  .cn-lesson-grid,
  .cn-plan-grid,
  .cn-final-inner,
  .cn-main-page-grid,
  .cn-seo-grid,
  .cn-seo-two-col,
  .cn-tutor-grid {
    grid-template-columns: 1fr;
  }

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

  .cn-phone-preview {
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }

  .cn-final-inner {
    justify-items: start;
  }
}

@media (max-width: 700px) {
  .cn-shell {
    width: min(calc(100% - 32px), 1152px);
  }

  .cn-header-inner {
    min-height: 66px;
  }

  .cn-brand {
    min-width: 138px;
  }

  .cn-brand img {
    height: 32px;
  }

  .cn-header-cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .cn-hero-inner {
    padding: 58px 0 38px;
  }

  .cn-subhero-inner {
    padding: 54px 0 36px;
    text-align: left;
  }

  .cn-subhero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .cn-subhero p:not(.cn-kicker) {
    font-size: 16px;
  }

  .cn-hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .cn-actions {
    display: grid;
  }

  .cn-button {
    width: 100%;
  }

  .cn-language-section,
  .cn-value-grid {
    padding-bottom: 52px;
  }

  .cn-band,
  .cn-lesson-section,
  .cn-plans-section,
  .cn-seo-band,
  .cn-seo-grid,
  .cn-seo-faq-section,
  .cn-final {
    padding: 62px 0;
  }

  .cn-seo-link-grid {
    grid-template-columns: 1fr;
  }

  .cn-section-head,
  .cn-section-head-left {
    text-align: left;
  }

  .cn-video-stage {
    min-height: 300px;
  }

  .cn-subtitle-card {
    width: calc(100% - 34px);
    padding: 20px 16px;
  }

  .cn-footer-inner {
    display: grid;
  }

  .cn-directory-toolbar {
    justify-content: flex-start;
  }

  .cn-tutor-head {
    grid-template-columns: 64px 1fr;
  }

  .cn-avatar {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }
}
/* Reviews page */
.cn-review-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 34px;
}

.cn-review-sources a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.cn-review-section {
  padding-top: 60px;
  padding-bottom: 74px;
}

.cn-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.cn-review-grid article {
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.cn-review-stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.cn-review-grid h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 20px;
  line-height: 1.25;
}

.cn-review-grid p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.cn-review-grid span {
  display: block;
  margin-top: 20px;
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
}

.cn-review-strip {
  padding: 76px 0;
  background: #f7f9fc;
}

.cn-review-strip-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.cn-review-strip-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.cn-review-strip-head span {
  display: block;
  margin-top: 14px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.65;
}

.cn-review-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cn-review-strip-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.cn-review-strip-grid div {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.cn-review-strip-grid h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 20px;
  line-height: 1.25;
}

.cn-review-strip-grid p {
  margin: 0;
  color: #475569;
  line-height: 1.72;
}

.cn-review-strip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 24px;
  padding: 0 18px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  .cn-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cn-review-strip-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cn-review-grid {
    grid-template-columns: 1fr;
  }

  .cn-review-sources a {
    width: 100%;
    justify-content: center;
  }
}
