:root {
  --ink: #11141a;
  --panel: #171c24;
  --panel2: #202630;
  --text: #f7f7f4;
  --muted: #9ca5b2;
  --line: #303844;
  --amber: #ffbd22;
  --amber2: #ffab17;
  --paper: #f3f1eb;
  --white: #fff;
  --darktext: #17191e;
  --soft: #667085;
  --radius: 22px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  background: var(--ink);
  font-family:
    "Microsoft YaHei UI",
    "PingFang SC",
    "Noto Sans CJK SC",
    ui-sans-serif,
    system-ui,
    -apple-system,
    sans-serif;
  line-height: 1.7;
  letter-spacing: 0.005em;
}
a {
  color: inherit;
}
button,
input,
textarea {
  font: inherit;
}
.wrap {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}
.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(17, 20, 26, 0.92);
  backdrop-filter: blur(18px);
}
.nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand img {
  width: 37px;
  height: 37px;
}
.brand b,
.brand small {
  display: block;
}
.brand small {
  color: #828c99;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.desktop-nav {
  display: flex;
  gap: 28px;
}
.desktop-nav a,
.text-link {
  color: #abb3bf;
  text-decoration: none;
  font-size: 14px;
}
.desktop-nav a:hover,
.text-link:hover {
  color: #fff;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--amber);
  border-radius: 11px;
  color: #17191e;
  background: linear-gradient(135deg, var(--amber), var(--amber2));
  box-shadow: 0 12px 30px rgba(255, 183, 28, 0.13);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.secondary {
  color: #fff;
  border-color: #434b57;
  background: transparent;
  box-shadow: none;
}
.button.compact {
  min-height: 40px;
  padding: 0 14px;
}
.mobile-section-nav {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 90px;
  background:
    radial-gradient(
      circle at 75% 25%,
      rgba(255, 183, 23, 0.16),
      transparent 27%
    ),
    linear-gradient(180deg, #11141a, #0f1217);
}
.hero:after {
  position: absolute;
  content: "";
  inset: auto -10% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4b4125, transparent);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 62px;
  align-items: center;
}
.eyebrow {
  margin: 0;
  color: var(--amber);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow.dark {
  color: #9b6700;
}
.hero h1 {
  margin: 20px 0 24px;
  font-size: clamp(52px, 5.2vw, 70px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.hero h1 em {
  color: var(--amber);
  font-style: normal;
}
.lead {
  max-width: 630px;
  margin: 0;
  color: #b4bcc7;
  font-size: 18px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.microcopy {
  margin: 21px 0 0;
  color: #788390;
  font-size: 12px;
}
.product-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid #343d49;
  border-radius: 26px;
  background: #141921;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.42);
  transform: perspective(1100px) rotateY(-3deg);
}
.frame-bar {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 17px;
  border-bottom: 1px solid #2b323d;
  color: #a7b0bd;
  font-size: 11px;
}
.frame-bar > span {
  display: flex;
  gap: 6px;
}
.frame-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #454d59;
}
.frame-bar small {
  text-align: right;
  color: #7d8793;
}
.product-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.product-frame figcaption {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 13px 16px;
  color: #9099a6;
  font-size: 11px;
}
.product-frame figcaption span {
  text-align: center;
  border-right: 1px solid #303844;
}
.product-frame figcaption span:last-child {
  border: 0;
}
.trust-strip {
  border-bottom: 1px solid #2a3039;
  background: #151920;
}
.trust-items {
  min-height: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  color: #99a2ae;
  font-size: 13px;
}
.trust-items span {
  text-align: center;
  border-right: 1px solid #333a44;
}
.trust-items span:last-child {
  border: 0;
}
.section {
  padding: 104px 0;
}
.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}
.section-heading h2,
.case-grid h2,
.founder-copy h2,
.teaser-grid h2,
.contact-copy h2,
.price-hero h1 {
  margin: 10px 0 18px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.15;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.section-heading > p:last-child,
.case-grid > div > p:last-child,
.teaser-grid > div > p:last-child,
.contact-copy > p,
.price-hero .lead {
  color: var(--muted);
  font-size: 17px;
}
.light {
  color: var(--darktext);
  background: var(--paper);
}
.light .section-heading > p:last-child {
  color: var(--soft);
}
.value-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}
.value-layout article {
  padding: 30px;
  border: 1px solid #d9d7d0;
  border-radius: var(--radius);
  background: #fff;
}
.value-layout span,
.scene-index {
  color: #956400;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.value-layout h3 {
  margin: 42px 0 12px;
  font-size: 26px;
  line-height: 1.28;
}
.value-layout p {
  margin: 0;
  color: var(--soft);
}
.value-lead {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(145deg, #fff, #eee9dc) !important;
}
.value-lead span {
  margin-bottom: auto;
}
.value-lead h3 {
  max-width: 580px;
  font-size: 36px;
}
.value-stack {
  display: grid;
  gap: 16px;
}
.value-stack article {
  min-height: 182px;
}
.value-stack h3 {
  margin: 25px 0 7px;
  font-size: 22px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 80px;
  align-items: start;
}
.sticky-copy {
  position: sticky;
  top: 104px;
}
.workflow-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.workflow-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-top: 1px solid var(--line);
}
.workflow-list li:last-child {
  border-bottom: 1px solid var(--line);
}
.workflow-list b {
  color: var(--amber);
  font-size: 12px;
}
.workflow-list h3 {
  margin: -5px 0 5px;
  font-size: 23px;
}
.workflow-list p {
  margin: 0;
  color: var(--muted);
}
.product-heading {
  max-width: 800px;
}
.scene-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: 15px;
}
.scene-card {
  min-height: 355px;
  padding: 28px;
  border: 1px solid #d9d7d0;
  border-radius: var(--radius);
  background: #fff;
}
.scene-card.featured {
  background: #1a1f27;
  color: #fff;
  border-color: #1a1f27;
}
.scene-card h3 {
  margin: 54px 0 10px;
  font-size: 27px;
}
.scene-card p {
  color: var(--soft);
}
.scene-card.featured p {
  color: #aeb6c1;
}
.scene-card ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #707985;
  font-size: 13px;
}
.scene-card li {
  padding: 8px 0;
  border-top: 1px solid #e4e2dc;
}
.scene-card.featured li {
  border-color: #343c47;
  color: #aeb6c1;
}
.center-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}
.dark-button {
  color: #fff;
  border-color: #1c2129;
  background: #1c2129;
  box-shadow: none;
}
.center-action span {
  color: #747d87;
  font-size: 12px;
}
.case-section {
  background:
    radial-gradient(
      circle at 78% 50%,
      rgba(255, 183, 23, 0.13),
      transparent 28%
    ),
    #101318;
}
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.case-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.case-facts article {
  min-height: 150px;
  padding: 26px;
  border: 1px solid #303844;
  border-radius: 20px;
  background: #181d25;
}
.case-facts article:first-child {
  grid-column: 1/-1;
}
.case-facts strong {
  display: block;
  color: var(--amber);
  font-size: 36px;
}
.case-facts span {
  color: #aab2be;
}
.founder-section {
  background: #0d1015;
}
.founder-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border: 1px solid #303844;
  border-radius: 28px;
  background: #171c24;
  overflow: hidden;
}
.founder-visual {
  position: relative;
  min-height: 510px;
  background: #10141a;
}
.founder-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.founder-visual span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 7px 11px;
  border: 1px solid #3a424e;
  border-radius: 8px;
  background: rgba(13, 16, 21, 0.84);
  font-size: 12px;
}
.founder-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
}
.founder-copy > p {
  color: #aeb6c1;
}
.founder-copy blockquote {
  margin: 25px 0 0;
  padding: 16px 19px;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  color: #d4d8de;
  background: #11161d;
}
.security-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 75px;
}
.security-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.security-list article {
  padding: 25px;
  border: 1px solid #d9d7d0;
  border-radius: 18px;
  background: #fff;
}
.security-list b {
  color: #8c5d00;
}
.security-list p {
  margin: 12px 0 0;
  color: var(--soft);
}
.pricing-teaser {
  background: linear-gradient(135deg, #171c24, #111419);
}
.teaser-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 75px;
  align-items: center;
}
.teaser-action {
  padding: 28px;
  border: 1px solid #343d48;
  border-radius: 22px;
  background: #11161d;
}
.teaser-action p {
  margin: 0 0 20px;
  color: #d1d6dd;
}
.teaser-action .button {
  width: 100%;
}
.teaser-action small {
  display: block;
  margin-top: 15px;
  color: #7f8996;
  text-align: center;
}
.contact-section {
  background:
    radial-gradient(
      circle at 15% 35%,
      rgba(255, 183, 23, 0.12),
      transparent 25%
    ),
    #0e1116;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 55px;
}
.qr-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
}
.qr-row img {
  width: 112px;
  height: 112px;
  padding: 6px;
  border-radius: 14px;
  background: #fff;
}
.qr-row b,
.qr-row small {
  display: block;
}
.qr-row b {
  color: var(--amber);
}
.qr-row small {
  color: #8f99a6;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 28px;
  border: 1px solid #303844;
  border-radius: 23px;
  background: #171c24;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: #c5cbd4;
  font-size: 13px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #3a424e;
  border-radius: 10px;
  color: #fff;
  background: #10141a;
  outline: none;
}
.contact-form textarea {
  min-height: 95px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(255, 189, 34, 0.12);
}
.wide {
  grid-column: 1/-1;
}
.consent {
  display: grid !important;
  grid-template-columns: 18px 1fr !important;
}
.consent input {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.form-status {
  min-height: 20px;
  margin: 0;
  color: #aeb6c1;
}
footer {
  padding: 30px 0 95px;
  border-top: 1px solid #292f38;
  color: #7f8996;
  font-size: 12px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
}
.mobile-cta {
  display: none;
}
.anchor-section {
  scroll-margin-top: 86px;
}
/* Pricing */
.price-hero {
  padding: 90px 0 68px;
}
.price-hero h1 {
  max-width: 820px;
}
.price-hero .lead {
  max-width: 780px;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.plan-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #333b46;
  border-radius: 20px;
  background: #171c24;
}
.plan-card h3 {
  margin: 8px 0 2px;
  font-size: 25px;
}
.plan-fit {
  min-height: 47px;
  color: #929ca9;
  font-size: 12px;
}
.setup-price {
  margin: 22px 0 4px;
}
.setup-price strong {
  color: var(--amber);
  font-size: 31px;
}
.renewal {
  margin: 0 0 20px;
  color: #b9c0c9;
}
.renewal b {
  color: #fff;
}
.plan-card ul {
  flex: 1;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #aab2bd;
  font-size: 13px;
}
.plan-card li {
  padding: 8px 0;
  border-top: 1px solid #303844;
}
.plan-card .button {
  width: 100%;
}
.billing-note {
  margin-top: 18px;
  color: #818b98;
  font-size: 12px;
}
.fit-grid,
.billing-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.fit-grid article,
.billing-grid article {
  padding: 26px;
  border: 1px solid #d9d7d0;
  border-radius: 18px;
  background: #fff;
}
.fit-grid h3,
.billing-grid h3 {
  margin: 0 0 8px;
}
.fit-grid p,
.billing-grid p {
  margin: 0;
  color: var(--soft);
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9d7d0;
  background: #fff;
}
.compare-table th,
.compare-table td {
  padding: 15px;
  border-bottom: 1px solid #e2e0da;
  text-align: left;
}
.compare-table th {
  background: #e9e6de;
}
.mobile-comparison {
  display: none;
}
.calculator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.calc-card {
  padding: 28px;
  border: 1px solid #d9d7d0;
  border-radius: 22px;
  background: #fff;
}
.calc-card label {
  display: grid;
  gap: 7px;
  margin-bottom: 17px;
  font-weight: 700;
}
.calc-card input,
.calc-card select {
  padding: 11px;
  border: 1px solid #cac8c1;
  border-radius: 10px;
  background: #fff;
}
.calc-result {
  padding: 25px;
  border-radius: 17px;
  color: #fff;
  background: #161b22;
}
.calc-result strong {
  display: block;
  color: var(--amber);
  font-size: 34px;
}
.faq-grid details {
  padding: 20px;
  border: 1px solid #d9d7d0;
  border-radius: 15px;
  background: #fff;
}
.faq-grid summary {
  font-weight: 800;
  cursor: pointer;
}
.faq-grid p {
  color: var(--soft);
}
@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }
  .hero-grid,
  .workflow-grid,
  .case-grid,
  .security-grid,
  .teaser-grid,
  .contact-grid,
  .founder-card,
  .calculator-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    gap: 48px;
  }
  .product-frame {
    max-width: 720px;
    transform: none;
  }
  .sticky-copy {
    position: static;
  }
  .scene-grid {
    grid-template-columns: 1fr 1fr;
  }
  .scene-card.featured {
    grid-column: 1/-1;
  }
  .plan-grid {
    grid-template-columns: 1fr 1fr;
  }
  .founder-visual {
    min-height: 430px;
  }
  .founder-copy {
    padding: 40px;
  }
  .case-grid,
  .security-grid {
    gap: 35px;
  }
}
@media (max-width: 760px) {
  body {
    padding-bottom: 75px;
  }
  .wrap {
    width: min(100% - 32px, 1160px);
  }
  .site-header {
    border-bottom: 0;
  }
  .nav {
    height: 62px;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .brand small,
  .text-link {
    display: none;
  }
  .button.compact {
    min-height: 37px;
    padding: 0 11px;
    font-size: 12px;
  }
  .mobile-section-nav {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: #151920;
  }
  .mobile-section-track {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 8px 16px;
    scrollbar-width: none;
  }
  .mobile-section-track::-webkit-scrollbar {
    display: none;
  }
  .mobile-section-track a {
    flex: 0 0 auto;
    padding: 6px 11px;
    border: 1px solid #343c47;
    border-radius: 8px;
    color: #9fa8b4;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
  }
  .mobile-section-track a[aria-current="true"] {
    color: #17191e;
    border-color: var(--amber);
    background: var(--amber);
    font-weight: 800;
  }
  .anchor-section {
    scroll-margin-top: 112px;
  }
  .hero {
    padding: 58px 0 62px;
  }
  .hero-grid {
    gap: 38px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .lead {
    font-size: 16px;
  }
  .hero-actions {
    display: grid;
  }
  .microcopy {
    line-height: 1.7;
  }
  .product-frame {
    border-radius: 18px;
  }
  .product-frame img {
    aspect-ratio: 1.4;
  }
  .frame-bar {
    height: 43px;
  }
  .trust-items {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 11px 0;
  }
  .trust-items span {
    padding: 7px;
    border: 0;
  }
  .section {
    padding: 72px 0;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  .section-heading h2,
  .case-grid h2,
  .founder-copy h2,
  .teaser-grid h2,
  .contact-copy h2,
  .price-hero h1 {
    font-size: 34px;
    line-height: 1.2;
  }
  .section-heading > p:last-child,
  .case-grid > div > p:last-child,
  .teaser-grid > div > p:last-child,
  .contact-copy > p {
    font-size: 15px;
  }
  .value-layout,
  .scene-grid,
  .security-list,
  .case-facts,
  .fit-grid,
  .billing-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .value-lead {
    min-height: 300px;
  }
  .value-lead h3 {
    font-size: 29px;
  }
  .workflow-grid {
    gap: 10px;
  }
  .workflow-list li {
    grid-template-columns: 42px 1fr;
  }
  .scene-card.featured {
    grid-column: auto;
  }
  .scene-card {
    min-height: auto;
  }
  .scene-card h3 {
    margin-top: 35px;
  }
  .center-action {
    display: grid;
    text-align: center;
  }
  .case-facts article:first-child {
    grid-column: auto;
  }
  .founder-visual {
    min-height: 350px;
  }
  .founder-copy {
    padding: 29px 23px;
  }
  .security-grid,
  .teaser-grid,
  .contact-grid {
    gap: 28px;
  }
  .contact-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .wide {
    grid-column: auto;
  }
  .footer-row {
    display: grid;
    gap: 8px;
  }
  .mobile-cta {
    position: fixed;
    z-index: 75;
    left: 9px;
    right: 9px;
    bottom: 9px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding: 7px;
    border: 1px solid #343c47;
    border-radius: 14px;
    background: rgba(17, 20, 26, 0.95);
    backdrop-filter: blur(15px);
  }
  .mobile-cta .button {
    min-height: 43px;
    padding: 0 8px;
    font-size: 12px;
  }
  .price-hero {
    padding: 55px 0 48px;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .plan-fit {
    min-height: auto;
  }
  .compare-table {
    display: none;
  }
  .mobile-comparison {
    display: grid;
    gap: 9px;
  }
  .mobile-comparison details {
    padding: 17px;
    border: 1px solid #d9d7d0;
    border-radius: 14px;
    background: #fff;
  }
  .mobile-comparison summary {
    font-weight: 800;
  }
  .mobile-comparison dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 14px 0 0;
  }
  .mobile-comparison dt,
  .mobile-comparison dd {
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #e3e1db;
  }
  .mobile-comparison dd {
    text-align: right;
  }
  .calculator-grid {
    gap: 20px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: min(100% - 24px, 1160px);
  }
  .hero h1 {
    font-size: 37px;
  }
  .brand b {
    font-size: 15px;
  }
  .nav-actions .button {
    font-size: 11px;
  }
  .section-heading h2,
  .case-grid h2,
  .founder-copy h2,
  .teaser-grid h2,
  .contact-copy h2,
  .price-hero h1 {
    font-size: 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
:root {
  --soft: #596273;
}
.eyebrow.dark {
  color: #805600;
}
.hero h1 {
  letter-spacing: -0.04em;
}
.section-heading h2,
.case-grid h2,
.founder-copy h2,
.teaser-grid h2,
.contact-copy h2,
.price-hero h1 {
  letter-spacing: -0.04em;
}
.plan-card h2 {
  margin: 8px 0 2px;
  font-size: 25px;
}
.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #ffe08a;
  outline-offset: 3px;
}
@media (max-width: 760px) {
  .button.compact {
    min-height: 44px;
  }
  .mobile-section-track a {
    display: inline-flex;
    min-height: 44px;
    padding: 8px 12px;
    align-items: center;
  }
  .product-frame img {
    height: auto;
    aspect-ratio: auto;
  }
  .mobile-cta {
    display: none;
  }
  .anchor-section {
    scroll-margin-top: 124px;
  }
}
