@font-face {
  font-family: "Public Sans Variable";
  src: url("/static/vendor/public-sans-latin.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --red: #f4494d;
  --red-dark: #a13a3e;
  --red-soft: #fff1f1;
  --red-pale: #fff9f9;
  --orange: #ff6a3d;
  --sage: #8da774;
  --sage-soft: #eef4e9;
  --ink: #17191e;
  --text: #30343b;
  --muted: #737980;
  --line: #e7e7e8;
  --panel: #fafafa;
  --white: #ffffff;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--text); font-family: "Public Sans Variable", Arial, "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 14px; letter-spacing: 0; }
button, input, a { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 18px; height: 18px; }

.rf-header { position: sticky; top: 0; z-index: 100; width: 100%; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 2px 6px rgba(25,25,28,.04); backdrop-filter: blur(12px); }
.rf-nav { width: min(var(--max), calc(100% - 40px)); height: 62px; display: flex; align-items: center; margin: 0 auto; }
.rf-brand { display: inline-flex; align-items: center; gap: 8px; flex: none; color: var(--red); }
.rf-brand img { width: 39px; height: 39px; object-fit: contain; }
.rf-brand strong { font-size: 24px; font-weight: 850; line-height: 1; }
.rf-links { display: flex; align-items: stretch; align-self: stretch; gap: 2px; margin-left: 54px; }
.rf-links > a { position: relative; min-width: 75px; display: flex; align-items: center; justify-content: center; gap: 3px; padding: 0 12px; color: #52565d; font-size: 13px; transition: color .16s, background .16s; }
.rf-links > a:hover { background: #fafafa; color: var(--red); }
.rf-links > a[href="/pricing"]::after { position: absolute; right: 12px; bottom: 0; left: 12px; height: 2px; background: transparent; content: ''; }
.rf-links svg { width: 13px; height: 13px; }
.rf-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.rf-theme-toggle { width: 34px; height: 34px; display: grid; flex: none; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--muted); transition: border-color .16s, color .16s, background .16s; }
.rf-theme-toggle:hover { border-color: #ffbabb; color: var(--red); }
.rf-theme-toggle svg { width: 16px; height: 16px; }
.rf-language { min-height: 32px; display: inline-flex; align-items: center; gap: 5px; padding: 0 9px; border-radius: 16px; background: #f7f7f8; color: #555a61; font-size: 11px; }
.rf-language svg { width: 13px; height: 13px; }
.rf-console { color: #4f5359; font-size: 13px; }
.rf-console:hover { color: var(--red); }
.rf-start { height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 17px; border-radius: 8px; background: var(--red); color: white; font-size: 13px; font-weight: 700; box-shadow: 0 4px 12px rgba(244,73,77,.18); transition: background .16s, transform .16s; }
.rf-start:hover { background: #e73e43; transform: translateY(-1px); }
.rf-start svg { width: 15px; height: 15px; }
.rf-menu { width: 38px; height: 38px; display: none; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: white; color: var(--ink); }

.rf-hero { position: relative; min-height: 700px; padding: 60px 0 0; overflow: hidden; background: var(--red-pale); }
.hero-content { position: relative; z-index: 2; width: min(860px, calc(100% - 32px)); margin: 0 auto; text-align: center; }
.hero-badge { min-height: 38px; display: inline-flex; align-items: center; gap: 6px; padding: 4px 13px 4px 7px; border: 1px solid #ffc6c7; border-radius: 20px; background: white; color: var(--red); font-size: 12px; font-weight: 700; }
.hero-badge img { width: 27px; height: 27px; object-fit: contain; }
.rf-hero h1 { margin: 24px 0 12px; color: var(--red); font-size: 51px; font-weight: 840; line-height: 1.2; }
.rf-hero h1 span { margin-right: 18px; color: var(--red-dark); }
.rf-hero > .hero-content > p { margin: 0; color: #5e6269; font-size: 14px; line-height: 1.8; }
.hero-search { position: relative; width: min(680px, 100%); height: 64px; display: flex; align-items: center; gap: 10px; margin: 34px auto 0; padding: 6px 7px 6px 20px; border: 2px solid #ffb8ba; border-radius: 14px; background: white; box-shadow: 0 6px 18px rgba(226,67,72,.08); }
.hero-search > svg { width: 19px; height: 19px; flex: none; color: #9da1a7; }
.hero-search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: none; background: transparent; color: var(--ink); font-size: 15px; }
.hero-search input::placeholder { color: #b2b4b9; }
.hero-search button { width: 88px; height: 48px; flex: none; border: 0; border-radius: 10px; background: var(--red); color: white; font-size: 13px; font-weight: 750; transition: background .16s; }
.hero-search button:hover { background: #e83f44; }
.search-tip { min-height: 20px; margin-top: 14px; color: #777b81; font-size: 12px; }
.search-tip.success { color: var(--sage); font-weight: 700; }
.hero-buttons { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.rf-button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 17px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 700; transition: transform .16s, box-shadow .16s, background .16s; }
.rf-button:hover { transform: translateY(-1px); }
.rf-button svg { width: 15px; height: 15px; }
.rf-button.primary { background: var(--red); color: white; box-shadow: 0 5px 14px rgba(244,73,77,.18); }
.rf-button.secondary { border-color: #dedfe1; background: white; color: var(--ink); }

.service-marquee { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 15px; padding: 0 0 26px; overflow: hidden; }
.marquee-track { width: max-content; display: flex; gap: 14px; animation: marquee 36s linear infinite; }
.marquee-track.reverse { animation-direction: reverse; animation-duration: 43s; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-track article { width: 320px; min-height: 78px; display: flex; align-items: center; gap: 13px; padding: 14px 18px; border: 1px solid #ece8e8; border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: 0 2px 7px rgba(31,30,32,.05); }
.marquee-track article > span { width: 46px; height: 46px; display: grid; flex: none; place-items: center; border-radius: 8px; background: var(--red-soft); color: var(--red); }
.marquee-track article > span svg { width: 21px; height: 21px; }
.marquee-track article > div { min-width: 0; flex: 1; }
.marquee-track b, .marquee-track small, .marquee-track code { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.marquee-track b { color: var(--ink); font-size: 13px; }
.marquee-track small { margin-top: 5px; color: #85898f; font-size: 11px; }
.marquee-track code { margin-top: 4px; color: #9c7d72; font-size: 10px; }
.marquee-track em { padding: 3px 5px; border-radius: 4px; background: #fff0dc; color: #ff8a32; font-size: 9px; font-style: normal; font-weight: 800; }
.marquee-track.reverse article { width: 360px; min-height: 82px; align-items: flex-start; }
.marquee-track.reverse small { display: flex; align-items: center; gap: 3px; color: var(--red); }
.marquee-track.reverse small svg { width: 11px; height: 11px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.rf-section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 92px 0; }
.section-heading.centered { max-width: 700px; margin: 0 auto; text-align: center; }
.section-heading > span, .section-label { color: var(--red); font-size: 11px; font-weight: 800; }
.section-heading h2, .section-row h2 { margin: 10px 0 8px; color: #101217; font-size: 34px; font-weight: 810; line-height: 1.28; }
.section-heading p, .section-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.section-heading p strong { color: var(--red); }

.why-section { padding-top: 88px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 55px; }
.why-card { min-height: 190px; padding: 26px; border: 1px solid #f0dfe0; border-radius: 8px; background: #fff7f7; box-shadow: 0 8px 24px rgba(244,73,77,.035); }
.why-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 8px; color: #101217; }
.why-icon.red { background: #ff3340; }.why-icon.orange { background: #ff6a3d; }.why-icon.coral { background: #ff4852; }.why-icon.crimson { background: #ee0025; }
.why-icon svg { width: 21px; height: 21px; }
.why-card h3 { margin: 23px 0 9px; color: var(--ink); font-size: 15px; }
.why-card p { margin: 0; color: #696e75; font-size: 12px; line-height: 1.75; }

.section-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-row > a { min-height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--ink); font-size: 12px; font-weight: 700; }
.section-row > a:hover { border-color: #ffbabb; color: var(--red); }
.section-row > a svg { width: 14px; height: 14px; }

.services-section { padding-top: 86px; }
.skill-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.skill-card { min-height: 250px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 7px 22px rgba(24,24,27,.045); transition: border-color .18s, transform .18s, box-shadow .18s; }
.skill-card:hover { border-color: #ffc0c2; box-shadow: 0 12px 28px rgba(244,73,77,.08); transform: translateY(-3px); }
.skill-head { display: flex; align-items: flex-start; justify-content: space-between; }
.skill-logo { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 8px; background: var(--red-soft); color: var(--red); }
.skill-logo svg { width: 22px; height: 22px; }
.skill-head em { padding: 3px 7px; border-radius: 4px; background: #fff0f0; color: var(--red); font-size: 9px; font-style: normal; font-weight: 800; }
.skill-card h3 { margin: 19px 0 9px; color: var(--ink); font-size: 16px; }
.skill-card > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.skill-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid #f0f0f1; }
.skill-meta span { display: flex; align-items: center; gap: 5px; color: #7e838a; font-size: 10px; }.skill-meta span svg { width: 12px; height: 12px; }
.skill-meta b { color: var(--red); font-size: 15px; font-weight: 800; }

.api-list-section { padding-top: 80px; }
.api-table { margin-top: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; }
.api-table > a { min-height: 82px; display: grid; grid-template-columns: 62px 1.3fr 1fr 22px; align-items: center; gap: 16px; padding: 12px 20px; border-bottom: 1px solid var(--line); transition: background .16s; }
.api-table > a:last-child { border-bottom: 0; }.api-table > a:hover { background: #fffafa; }
.method { width: 48px; padding: 4px 0; border-radius: 4px; text-align: center; font-size: 9px; font-weight: 800; }.method.get { background: #e9f7f0; color: #17875e; }.method.post { background: #fff0dc; color: #d87b1d; }
.api-table b, .api-table code { display: block; }.api-table b { color: var(--ink); font-size: 13px; }.api-table code { margin-top: 5px; color: #8b7a74; font-size: 10px; }
.api-table p { margin: 0; color: var(--muted); font-size: 11px; }.api-table strong { color: var(--red); font-size: 15px; font-weight: 800; }.api-table > a > svg { width: 15px; height: 15px; color: #9ea2a8; }

.how-section { padding-top: 88px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.step-card { position: relative; min-height: 275px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.step-card > span { position: absolute; top: 22px; right: 24px; color: #f2b6b8; font-size: 30px; font-weight: 850; }
.step-card > svg { width: 42px; height: 42px; padding: 10px; border-radius: 8px; background: var(--red-soft); color: var(--red); }
.step-card h3 { margin: 32px 0 10px; color: var(--ink); font-size: 16px; }
.step-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.step-card a { display: inline-flex; align-items: center; gap: 5px; margin-top: 28px; color: var(--red); font-size: 11px; font-weight: 750; }.step-card a svg { width: 13px; height: 13px; }

.pricing-preview { width: 100%; max-width: none; padding: 92px max(20px, calc((100% - var(--max)) / 2)); background: #fffafa; }
.price-grid { display: grid; grid-template-columns: .92fr 1.18fr .92fr; gap: 18px; margin-top: 50px; align-items: stretch; }
.price-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 8px 25px rgba(25,25,28,.045); }
.price-card.featured { border-color: #ffc6c8; box-shadow: 0 12px 30px rgba(244,73,77,.09); }.price-card.featured > em { position: absolute; top: -15px; left: 50%; padding: 5px 13px; border-radius: 16px; background: var(--red); color: white; font-size: 9px; font-style: normal; font-weight: 800; transform: translateX(-50%); }
.price-card > small { color: #676b72; font-size: 13px; }.price-card > h3 { margin: 7px 0 6px; color: #08090b; font-size: 43px; line-height: 1.22; }.price-card > h3 b { font-size: 15px; font-weight: 650; }.price-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.price-card ul { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; }.price-card li { display: flex; align-items: center; gap: 9px; color: #4d5158; font-size: 13px; line-height: 1.5; }.price-card li svg { width: 18px; height: 18px; flex: none; padding: 3px; border-radius: 50%; background: var(--red); color: white; }
.price-action { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: auto; border-radius: 8px; font-size: 13px; font-weight: 750; }.price-action svg { width: 14px; height: 14px; }.price-action.ghost { border: 1px solid var(--line); background: #fafafa; }.price-action.primary { background: var(--red); color: white; }.price-action.inverse { background: white; color: #08090b; }
.enterprise-price { border-color: #101010; background: #090909; color: white; }.enterprise-price > small, .enterprise-price > h3 { color: white; }.enterprise-price > p { color: #a8a8aa; }.enterprise-price li { color: #e2e2e4; }.enterprise-price li svg { background: #581c1e; color: var(--red); }
.pricing-more { width: max-content; display: flex; align-items: center; gap: 7px; margin: 30px auto 0; color: var(--red); font-size: 12px; font-weight: 750; }.pricing-more svg { width: 14px; height: 14px; }

.enterprise-section { padding: 0 20px 92px; background: #fffafa; }
.enterprise-inner { position: relative; width: min(var(--max), 100%); min-height: 350px; display: grid; grid-template-columns: 1fr 320px; align-items: center; margin: 0 auto; overflow: hidden; padding: 52px 58px; border-radius: 8px; background: #111215; color: white; }
.enterprise-inner > div > span { display: inline-flex; align-items: center; gap: 6px; color: #ff9295; font-size: 11px; font-weight: 750; }.enterprise-inner > div > span svg { width: 14px; height: 14px; }
.enterprise-inner h2 { margin: 16px 0 12px; color: white; font-size: 31px; }.enterprise-inner p { max-width: 650px; margin: 0; color: #b8bac0; font-size: 13px; line-height: 1.75; }
.enterprise-inner ul { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 25px 0 28px; padding: 0; list-style: none; }.enterprise-inner li { display: flex; align-items: center; gap: 6px; color: #dedee1; font-size: 11px; }.enterprise-inner li svg { width: 13px; height: 13px; color: var(--red); }
.enterprise-inner a { min-height: 40px; display: inline-flex; align-items: center; gap: 7px; padding: 0 16px; border-radius: 8px; background: var(--red); color: white; font-size: 11px; font-weight: 750; }.enterprise-inner a svg { width: 13px; height: 13px; }
.enterprise-inner > img { align-self: end; width: 260px; max-height: 320px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 18px 25px rgba(0,0,0,.35)); }

.rf-footer { padding: 58px 20px 24px; border-top: 1px solid var(--line); background: #fafafa; }
.footer-inner { width: min(var(--max), 100%); display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 70px; margin: 0 auto; }
.footer-about p { max-width: 280px; margin: 17px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }.footer-inner > div:not(.footer-about) { display: grid; align-content: start; gap: 12px; }.footer-inner b { color: var(--ink); font-size: 11px; }.footer-inner a:not(.rf-brand) { color: #767b82; font-size: 10px; }.footer-inner a:hover { color: var(--red); }
.footer-bottom { width: min(var(--max), 100%); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; margin: 45px auto 0; padding-top: 22px; border-top: 1px solid var(--line); color: #95999f; font-size: 9px; }.footer-bottom > div { display: flex; gap: 22px; }.footer-bottom > span:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.marquee-track { animation: none; }.reveal { opacity: 1; transform: none; } *,*::before,*::after { transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .rf-links { gap: 0; margin-left: 24px; }.rf-links > a { min-width: 0; padding: 0 8px; font-size: 11px; }.rf-actions { gap: 10px; }
  .rf-hero h1 { font-size: 44px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }.skill-grid { grid-template-columns: repeat(2, 1fr); }
  .api-table > a { grid-template-columns: 55px 1.35fr .9fr 18px; gap: 10px; }
  .price-grid { grid-template-columns: 1fr 1fr; }.enterprise-price { grid-column: 1 / -1; min-height: 330px; }
  .enterprise-inner { grid-template-columns: 1fr 240px; padding: 45px; }.enterprise-inner > img { width: 220px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 62px; }.rf-nav { width: calc(100% - 28px); height: 58px; }.rf-brand img { width: 34px; height: 34px; }.rf-brand strong { font-size: 20px; }
  .rf-links { position: fixed; top: 58px; left: 0; width: 100%; display: none; flex-direction: column; align-items: stretch; margin: 0; padding: 7px 14px 16px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 12px 24px rgba(25,25,28,.08); }.rf-links.open { display: flex; }.rf-links > a { min-height: 43px; justify-content: flex-start; padding: 0 8px; border-bottom: 1px solid #f0f0f1; font-size: 13px; }.rf-actions { gap: 9px; }.rf-console { display: none; }.rf-start { height: 36px; padding: 0 12px; font-size: 11px; }.rf-menu { display: grid; }
  .rf-language,.rf-console { display: none; }
  .rf-hero { min-height: 700px; padding-top: 40px; }.hero-content { width: calc(100% - 28px); }.hero-badge { min-height: 34px; }.rf-hero h1 { margin-top: 20px; font-size: 33px; line-height: 1.35; }.rf-hero h1 span { display: block; margin: 0; }.rf-hero > .hero-content > p { max-width: 360px; margin: auto; font-size: 12px; }.hero-search { height: 58px; margin-top: 25px; padding-left: 14px; border-radius: 10px; }.hero-search input { font-size: 12px; }.hero-search button { width: 70px; height: 44px; border-radius: 8px; }.hero-buttons { margin-top: 18px; }.service-marquee { gap: 10px; padding-bottom: 18px; }.marquee-track { gap: 10px; animation-duration: 30s; }.marquee-track article { width: 265px; min-height: 66px; padding: 10px 13px; }.marquee-track article > span { width: 38px; height: 38px; }.marquee-track.reverse article { width: 300px; min-height: 70px; }
  .why-section { padding-top: 30px; }
  .rf-section { width: calc(100% - 28px); padding: 70px 0; }.section-heading h2, .section-row h2 { font-size: 27px; }.section-row { align-items: flex-start; }.section-row > a { flex: none; margin-top: 22px; font-size: 0; }.section-row > a svg { width: 16px; height: 16px; }
  .why-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 35px; }.why-card { min-height: 155px; padding: 22px; }.why-card h3 { margin-top: 18px; }
  .skill-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 30px; }.skill-card { min-height: 220px; }
  .api-table > a { grid-template-columns: 52px 1fr 17px; gap: 8px; padding: 14px; }.api-table > a > p,.api-table > a > strong { display: none; }
  .step-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 35px; }.step-card { min-height: 235px; }
  .pricing-preview { width: 100%; padding: 70px 14px; }.price-grid { grid-template-columns: 1fr; margin-top: 38px; }.price-card,.enterprise-price { min-height: 390px; grid-column: auto; }.pricing-more { width: auto; justify-content: center; text-align: center; }
  .enterprise-section { padding: 0 14px 70px; }.enterprise-inner { min-height: 540px; grid-template-columns: 1fr; align-items: start; padding: 34px 28px 0; }.enterprise-inner h2 { font-size: 26px; }.enterprise-inner ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.enterprise-inner > img { align-self: end; justify-self: center; width: 190px; max-height: 220px; }
  .rf-footer { padding: 42px 20px 22px; }.footer-inner { grid-template-columns: 1fr 1fr; gap: 38px 28px; }.footer-about { grid-column: 1 / -1; }.footer-bottom { grid-template-columns: 1fr; gap: 14px; }.footer-bottom > div { grid-row: 1; flex-wrap: wrap; }.footer-bottom > span:last-child { justify-self: start; }
}

@media (max-width: 390px) {
  .rf-theme-toggle { width: 32px; height: 32px; }.rf-start svg { display: none; }.rf-hero h1 { font-size: 30px; }.hero-search > svg { display: none; }.hero-search { padding-left: 10px; }.hero-buttons .rf-button { flex: 1; padding: 0 10px; }.section-row > a { display: none; }.enterprise-inner ul { grid-template-columns: 1fr; }
}

/* Pricing page */
.pricing-page .rf-links > a.active { color: var(--red); }
.pricing-page .rf-links > a.active::after { position: absolute; right: 12px; bottom: 0; left: 12px; height: 2px; background: var(--red); content: ''; }
.pricing-hero { padding: 82px 20px 70px; background: white; }
.pricing-hero .section-heading h1 { margin: 15px 0 9px; color: var(--red-dark); font-size: 45px; line-height: 1.25; }
.pricing-hero .section-heading h1 b { color: var(--red); font-weight: 830; }
.pricing-main-grid { width: min(var(--max), 100%); margin-right: auto; margin-left: auto; }
.pricing-main-grid .price-card { min-height: 640px; }
.pricing-main-grid .pricing-tier-card { min-height: 710px; }
.tier-box { margin: 20px 0 14px; padding: 17px; border-radius: 8px; background: #fafafa; text-align: center; }
.tier-box > b,.tier-box > span { display: block; }.tier-box > b { color: var(--ink); font-size: 13px; }.tier-box > span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.tier-box table { width: 100%; margin-top: 15px; border-collapse: collapse; text-align: left; font-size: 13px; }.tier-box th,.tier-box td { padding: 10px 7px; border-bottom: 1px solid #e9e9ea; white-space: nowrap; }.tier-box th { color: #777c83; font-weight: 650; }.tier-box td { color: #4f535a; }.tier-box td:nth-child(2),.tier-box td:nth-child(3) { color: var(--ink); font-weight: 750; }.tier-box td:last-child { color: var(--red); font-weight: 800; }.tier-box tr:last-child td { border-bottom: 0; }
.tier-notes { display: grid; gap: 8px; margin: 0 0 18px; }.tier-notes span { display: flex; align-items: flex-start; gap: 6px; color: #7d8289; font-size: 10px; line-height: 1.6; }.tier-notes svg { width: 13px; height: 13px; flex: none; margin-top: 1px; }
.calculator-section { padding-top: 95px; }
.calculator-shell { max-width: 920px; margin: 45px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 12px 35px rgba(25,25,28,.06); }
.calculator-controls { display: grid; grid-template-columns: 1fr 1.35fr .7fr; gap: 24px; padding: 28px; border-bottom: 1px solid var(--line); background: #fafafa; }
.calculator-controls label { display: grid; gap: 9px; color: #565a61; font-size: 12px; font-weight: 750; }.calculator-controls select { width: 100%; height: 42px; padding: 0 12px; border: 1px solid #dfe0e2; border-radius: 7px; outline: none; background: white; color: var(--ink); font-size: 12px; }.calculator-controls select:focus { border-color: #ff9da0; box-shadow: 0 0 0 3px #fff0f0; }
.range-label > span { display: flex; justify-content: space-between; }.range-label > span b { color: var(--red); }.range-label input { width: 100%; height: 5px; margin: 9px 0 4px; appearance: none; border-radius: 3px; outline: 0; background: linear-gradient(to right,var(--red) 0 var(--range-progress),#e6e6e7 var(--range-progress) 100%); }.range-label input::-webkit-slider-thumb { width: 18px; height: 18px; appearance: none; border: 3px solid white; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 1px #f08386,0 2px 5px rgba(0,0,0,.12); }.range-label small { color: #8a8e94; font-size: 9px; font-weight: 500; }
.tier-current { display: flex; flex-direction: column; justify-content: center; padding: 13px; border-radius: 7px; background: var(--red-soft); }.tier-current span,.tier-current small { color: #9d6b6d; font-size: 10px; }.tier-current b { margin: 5px 0 3px; color: var(--red); font-size: 15px; }
.calculator-results { display: grid; grid-template-columns: repeat(4,1fr); }.calculator-results article { min-height: 125px; display: flex; flex-direction: column; justify-content: center; padding: 23px; border-right: 1px solid var(--line); }.calculator-results article:last-child { border-right: 0; }.calculator-results span { color: var(--muted); font-size: 11px; }.calculator-results strong { margin-top: 10px; color: var(--ink); font-size: 24px; }.calculator-results .saving strong { color: var(--sage); }
.calculator-note { display: flex; align-items: center; gap: 6px; margin: 0; padding: 11px 28px; border-top: 1px solid var(--line); color: #92969c; font-size: 8px; }.calculator-note svg { width: 12px; height: 12px; }
.comparison-section { background: #fffafa; }.comparison-inner { width: min(var(--max),calc(100% - 40px)); }
.comparison-table-wrap { margin-top: 45px; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: white; }.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; }.comparison-table th,.comparison-table td { height: 58px; padding: 12px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; font-size: 11px; }.comparison-table th:first-child,.comparison-table td:first-child { text-align: left; }.comparison-table th:last-child,.comparison-table td:last-child { border-right: 0; }.comparison-table tbody tr:last-child td { border-bottom: 0; }.comparison-table th { background: #fafafa; color: var(--ink); font-weight: 760; }.comparison-table th:nth-child(3) { background: var(--red-soft); color: var(--red); }.comparison-table th em { margin-left: 5px; padding: 2px 5px; border-radius: 3px; background: var(--red); color: white; font-size: 7px; font-style: normal; }.comparison-table td { color: #696e75; }.comparison-table td:nth-child(3) { color: var(--ink); font-weight: 650; }
.faq-section { max-width: 900px; }.faq-list { margin-top: 40px; border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--ink); font-size: 13px; font-weight: 700; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary svg { width: 16px; height: 16px; color: var(--red); transition: transform .18s; }.faq-list details[open] summary svg { transform: rotate(45deg); }.faq-list details p { margin: -4px 0 22px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.pricing-cta { width: min(var(--max),calc(100% - 40px)); min-height: 155px; display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 24px; margin: 0 auto 90px; padding: 30px 40px; border-radius: 8px; background: #111215; color: white; }.pricing-cta > img { width: 66px; height: 66px; object-fit: contain; }.pricing-cta h2 { margin: 0; color: white; font-size: 22px; }.pricing-cta p { margin: 6px 0 0; color: #aaadb3; font-size: 11px; }.pricing-cta > a { min-height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-radius: 8px; background: var(--red); color: white; font-size: 11px; font-weight: 750; }.pricing-cta > a svg { width: 13px; height: 13px; }

@media (max-width: 980px) {
  .pricing-main-grid .enterprise-price { min-height: 350px; }.calculator-controls { grid-template-columns: 1fr 1fr; }.tier-current { grid-column: 1 / -1; }.calculator-results { grid-template-columns: 1fr 1fr; }.calculator-results article:nth-child(2) { border-right: 0; }.calculator-results article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .pricing-hero { padding: 58px 14px 55px; }.pricing-hero .section-heading h1 { font-size: 33px; }.pricing-hero .section-heading h1 b { display: block; }.pricing-main-grid .price-card,.pricing-main-grid .pricing-tier-card,.pricing-main-grid .enterprise-price { min-height: 0; }.pricing-main-grid .price-action { margin-top: 34px; }
  .calculator-shell { margin-top: 32px; }.calculator-controls { grid-template-columns: 1fr; padding: 20px; }.tier-current { grid-column: auto; }.calculator-results { grid-template-columns: 1fr; }.calculator-results article { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }.calculator-results article:last-child { border-bottom: 0; }.calculator-note { padding: 11px 18px; }
  .comparison-inner { width: calc(100% - 28px); }.comparison-table-wrap { margin-top: 32px; }
  .faq-list { margin-top: 28px; }.faq-list summary { min-height: 62px; font-size: 12px; }
  .pricing-cta { width: calc(100% - 28px); grid-template-columns: 55px 1fr; gap: 15px; margin-bottom: 65px; padding: 25px; }.pricing-cta > img { width: 52px; height: 52px; }.pricing-cta h2 { font-size: 18px; }.pricing-cta > a { grid-column: 1 / -1; justify-content: center; }
}

/* Legal documents */
.legal-main { width: min(900px,calc(100% - 40px)); margin: 0 auto; padding: 78px 0 95px; }
.legal-heading { padding-bottom: 34px; border-bottom: 1px solid var(--line); text-align: center; }
.legal-heading > span { color: var(--red); font-size: 10px; font-weight: 800; }
.legal-heading h1 { margin: 11px 0 8px; color: var(--ink); font-size: 38px; }
.legal-heading p { margin: 0; color: #95999f; font-size: 10px; }
.legal-document { padding-top: 38px; color: #4f545b; font-size: 13px; line-height: 1.9; }
.legal-lead { margin: 0 0 44px; padding: 20px 22px; border-left: 3px solid var(--red); background: #fff8f8; color: #44484f; }
.legal-document section { margin-top: 38px; }
.legal-document h2 { display: flex; align-items: center; gap: 10px; margin: 0 0 13px; color: var(--ink); font-size: 17px; }
.legal-document h2 span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; background: var(--red-soft); color: var(--red); font-size: 11px; }
.legal-document p { margin: 7px 0; }
.legal-document ol { display: grid; gap: 6px; margin: 8px 0 0; padding-left: 22px; }
.legal-notice { display: flex; align-items: flex-start; gap: 14px; margin-top: 48px; padding: 22px; border: 1px solid #dce7d4; border-radius: 8px; background: var(--sage-soft); }
.legal-notice > svg { width: 22px; height: 22px; flex: none; color: var(--sage); }
.legal-notice b { color: #4f6240; font-size: 13px; }
.legal-notice p { margin: 5px 0 0; color: #657258; font-size: 11px; line-height: 1.75; }
@media (max-width: 760px) {
  .legal-main { width: calc(100% - 28px); padding: 54px 0 70px; }
  .legal-heading h1 { font-size: 31px; }
  .legal-document { padding-top: 28px; font-size: 12px; line-height: 1.85; }
  .legal-lead { margin-bottom: 32px; padding: 17px; }
  .legal-document section { margin-top: 30px; }
  .legal-document h2 { font-size: 16px; }
  .legal-notice { margin-top: 36px; padding: 18px; }
}

.comparison-table th,.comparison-table td { height: 62px; padding: 13px 20px; font-size: 13px; }

/* Marketing pages share the same persisted theme as the workspace. */
:root[data-theme="dark"] {
  color-scheme: dark;
  --red: #ff676b;
  --red-dark: #ff979a;
  --red-soft: #3a1c20;
  --red-pale: #211416;
  --sage-soft: #1d2a1a;
  --ink: #f5f6f7;
  --text: #dedfe3;
  --muted: #a6abb3;
  --line: #31343a;
  --panel: #181a1e;
  --white: #0f1012;
}
:root[data-theme="dark"] body { background: var(--white); }
:root[data-theme="dark"] .rf-header { background: rgba(15,16,18,.96); box-shadow: 0 2px 9px rgba(0,0,0,.25); }
:root[data-theme="dark"] .rf-links > a { color: #c0c3c9; }
:root[data-theme="dark"] .rf-links > a:hover,
:root[data-theme="dark"] .rf-language { background: #1a1c20; }
:root[data-theme="dark"] .rf-console { color: #c6c9cf; }
:root[data-theme="dark"] .rf-menu,
:root[data-theme="dark"] .rf-theme-toggle { background: #181a1e; }
:root[data-theme="dark"] .rf-hero { background: var(--red-pale); }
:root[data-theme="dark"] .hero-badge,
:root[data-theme="dark"] .hero-search,
:root[data-theme="dark"] .rf-button.secondary,
:root[data-theme="dark"] .section-row > a { background: var(--panel); color: var(--ink); }
:root[data-theme="dark"] .marquee-track article,
:root[data-theme="dark"] .skill-card,
:root[data-theme="dark"] .api-table,
:root[data-theme="dark"] .step-card,
:root[data-theme="dark"] .price-card,
:root[data-theme="dark"] .calculator-shell,
:root[data-theme="dark"] .comparison-table-wrap { background: var(--panel); }
:root[data-theme="dark"] .why-card { border-color: #49292d; background: #251719; }
:root[data-theme="dark"] .section-heading h2,
:root[data-theme="dark"] .section-row h2,
:root[data-theme="dark"] .price-card > h3 { color: var(--ink); }
:root[data-theme="dark"] .why-card p,
:root[data-theme="dark"] .price-card li,
:root[data-theme="dark"] .comparison-table td { color: #b6bac1; }
:root[data-theme="dark"] .skill-meta { border-top-color: var(--line); }
:root[data-theme="dark"] .api-table > a:hover { background: #211719; }
:root[data-theme="dark"] .pricing-preview,
:root[data-theme="dark"] .enterprise-section,
:root[data-theme="dark"] .comparison-section { background: #141012; }
:root[data-theme="dark"] .price-action.ghost,
:root[data-theme="dark"] .tier-box,
:root[data-theme="dark"] .calculator-controls,
:root[data-theme="dark"] .comparison-table th { background: #1e2024; }
:root[data-theme="dark"] .price-action.inverse { background: #f5f6f7; color: #111215; }
:root[data-theme="dark"] .pricing-hero { background: var(--white); }
:root[data-theme="dark"] .calculator-controls select { border-color: var(--line); background: #141619; color: var(--ink); }
:root[data-theme="dark"] .tier-box td,
:root[data-theme="dark"] .tier-box th { border-bottom-color: var(--line); color: #b9bdc4; }
:root[data-theme="dark"] .comparison-table th:nth-child(3) { background: var(--red-soft); }
:root[data-theme="dark"] .rf-footer { background: #15171a; }
:root[data-theme="dark"] .legal-document { color: #c3c6cc; }
:root[data-theme="dark"] .legal-lead { background: #211719; color: #d8dade; }
:root[data-theme="dark"] .legal-notice { border-color: #31402b; background: var(--sage-soft); }
:root[data-theme="dark"] .legal-notice b { color: #b8c9aa; }
:root[data-theme="dark"] .legal-notice p { color: #9dac91; }
@media (max-width: 760px) {
  :root[data-theme="dark"] .rf-links { background: #141619; }
  :root[data-theme="dark"] .rf-links > a { border-bottom-color: var(--line); }
}
