/*
 * Lemonize modern editorial landing page
 * Visual direction supplied in “Redesign Lemonize moderne”.
 * The existing multilingual product content and interactions remain unchanged.
 */

:root {
  --modern-ink: #171410;
  --modern-ink-soft: #221e18;
  --modern-cream: #f7f4eb;
  --modern-paper: #fffdf6;
  --modern-lemon: #f5c93b;
  --modern-lemon-soft: #fbf0cd;
  --modern-gold: #a88615;
  --modern-copy: #5a5245;
  --modern-muted: #7a7264;
  --modern-sage: #e4eadd;
  --modern-sage-ink: #4c6650;
  --modern-line: rgb(23 20 16 / 10%);
  --modern-display: "Bricolage Grotesque", system-ui, sans-serif;
  --modern-body: "IBM Plex Sans", system-ui, sans-serif;
  --modern-mono: "IBM Plex Mono", ui-monospace, monospace;
}

html {
  background: var(--modern-cream);
  scroll-padding-top: 82px;
}

body {
  background: var(--modern-cream);
}

.page.premium {
  --surface: 247 244 235;
  --panel: 255 253 246;
  --text: 23 20 16;
  --text-muted: 90 82 69;
  --text-faint: 122 114 100;
  --border: 23 20 16;
  --accent: 245 201 59;
  --on-accent: 23 20 16;
  min-height: 100vh;
  overflow: hidden;
  background: var(--modern-cream);
  color: var(--modern-ink);
  font-family: var(--modern-body);
  font-size: 16px;
}

.premium .electric-grid {
  display: none;
}

.premium h1,
.premium h2,
.premium h3,
.premium .brand,
.premium .footer-brand {
  font-family: var(--modern-display);
}

.premium .container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 40px;
}

.premium .band {
  padding-block: 130px;
  border: 0;
}

.premium section {
  scroll-margin-top: 82px;
}

.premium [data-reveal] {
  opacity: 1;
  translate: none;
  transform: none;
}

.premium .section-kicker,
.premium .keyboard-kicker,
.premium .price-name {
  margin: 0 0 16px;
  color: var(--modern-gold);
  font-family: var(--modern-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.premium .section-head {
  max-width: none;
  margin-bottom: 54px;
}

.premium .section-head h2,
.premium .features-title {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 56px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}

/* Header */
.premium .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgb(23 20 16 / 8%);
  background: rgb(247 244 235 / 86%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium .site-header .container {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 34px;
}

.premium .brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: var(--modern-ink);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.premium .brand img {
  width: 26px;
  height: 26px;
  border-radius: 0;
}

.premium .header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  white-space: nowrap;
}

.premium .header-nav a {
  padding: 0;
  border-radius: 0;
  color: #4a4338;
  font-size: 14px;
  font-weight: 400;
  transition: color .18s ease;
}

.premium .header-nav a:hover {
  background: transparent;
  color: var(--modern-ink);
}

.premium .header-spacer {
  display: none;
}

.premium .header-controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.premium .segmented {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: var(--modern-mono);
}

.premium .seg {
  min-width: auto;
  height: auto;
  padding: 4px 7px;
  border-radius: 6px;
  color: var(--modern-muted);
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0;
}

#lang-en:checked ~ .page.premium label[for="lang-en"],
#lang-fr:checked ~ .page.premium label[for="lang-fr"],
#lang-de:checked ~ .page.premium label[for="lang-de"],
#lang-es:checked ~ .page.premium label[for="lang-es"],
#lang-pt:checked ~ .page.premium label[for="lang-pt"] {
  background: rgb(23 20 16 / 7%);
  box-shadow: none;
  color: var(--modern-ink);
}

/* Buttons */
.premium .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, translate .18s ease;
}

.premium .btn:hover {
  translate: 0 -1px;
}

.premium .btn-primary {
  background: var(--modern-ink);
  box-shadow: 0 10px 24px -10px rgb(23 20 16 / 55%);
  color: var(--modern-cream);
}

.premium .btn-primary:hover {
  background: #2e281f;
  color: #fffdf6;
  filter: none;
}

.premium .btn-secondary {
  border-color: rgb(23 20 16 / 16%);
  background: rgb(255 255 255 / 60%);
  box-shadow: none;
  color: var(--modern-ink);
}

.premium .btn-secondary:hover {
  border-color: rgb(23 20 16 / 22%);
  background: #fff;
}

/* Hero */
.premium .el-hero {
  position: relative;
  padding: 94px 0 190px;
  background: radial-gradient(1100px 460px at 50% -8%, #fdf6dc 0%, var(--modern-cream) 62%);
}

.premium .el-hero .container {
  display: block;
  max-width: 1020px;
  text-align: center;
}

.premium .hero-copy {
  max-width: 100%;
  margin: 0 auto;
}

.premium .hero-product {
  display: none;
}

.premium .el-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 9px;
  border: 1px solid rgb(23 20 16 / 9%);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 2px rgb(23 20 16 / 5%);
  color: #4a4338;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: none;
}

.premium .el-eyebrow .spark {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--modern-lemon);
  animation: none;
}

.premium .el-eyebrow .spark::before {
  content: "⌘";
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--modern-ink);
  font-family: var(--modern-mono);
  font-size: 11px;
  font-weight: 500;
}

.premium .el-wordmark {
  display: block;
  max-width: none;
  margin: 26px 0 0;
  font-size: clamp(58px, 8vw, 92px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .94;
  text-wrap: balance;
}

.premium .el-wordmark em {
  color: var(--modern-gold);
  font-weight: 500;
}

.premium .el-hero .lead {
  max-width: 620px;
  margin: 26px auto 0;
  color: var(--modern-copy);
  font-size: 20.5px;
  line-height: 1.5;
  text-wrap: pretty;
}

.premium .el-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.premium .el-cta .btn-primary {
  padding-inline: 28px;
}

.premium .el-cta .btn svg {
  display: none;
}

.premium .el-cta .btn-primary::after {
  display: none;
}

.premium .el-hero-badges {
  display: none;
}

.premium .el-mock {
  position: relative;
  width: min(940px, 100%);
  min-height: 0;
  margin: 108px auto 0;
  padding: 0;
  perspective: none;
}

.premium .el-mock .stage-backplate,
.premium .el-mock .lemon-slice {
  display: none;
}

.premium .el-mock::before {
  position: absolute;
  inset: 40px 60px -10px;
  border-radius: 40px;
  background: var(--modern-lemon);
  content: "";
  filter: blur(60px);
  opacity: .35;
}

.premium .el-mock .capture-panel {
  position: relative;
  width: 100%;
  max-width: none;
  animation: none;
  transform: none;
}

.premium .capture-panel-shot {
  width: 100%;
  border: 1px solid rgb(23 20 16 / 8%);
  border-radius: 18px;
  box-shadow: 0 40px 80px -30px rgb(23 20 16 / 45%), 0 2px 6px rgb(23 20 16 / 12%);
}

.premium .el-chip-float {
  position: absolute;
  top: -72px;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 11px;
  border: 1px solid rgb(23 20 16 / 10%);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 0 rgb(23 20 16 / 6%);
  color: var(--modern-muted);
  font-family: var(--modern-mono);
  font-size: 12.5px;
  animation: none;
  transform: none;
}

.premium .el-chip-float svg {
  display: none;
}

.premium .el-chip-float.c1 { left: calc(50% - 120px); }
.premium .el-chip-float.c2 { left: calc(50% - 20px); }
.premium .el-chip-float.c3 {
  left: calc(50% + 62px);
  border-color: rgb(168 134 21 / 25%);
  background: #fff7de;
  color: var(--modern-gold);
}

/* Existing destination ribbon, reduced to a quiet editorial divider */
.premium .el-strip {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: -82px;
  border: 0;
  background: var(--modern-lemon);
  color: var(--modern-ink);
  rotate: -1.2deg;
}

.premium .el-strip .marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  padding: 14px 0;
  animation: none;
}

.premium .el-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--modern-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.premium .el-strip-item svg {
  width: 15px;
  color: var(--modern-ink);
}

/* Version 1.1 */
.premium .release-highlight {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding: 180px 0 150px;
  background: var(--modern-ink);
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
  color: var(--modern-cream);
}

.premium .release-highlight .container {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: start;
  gap: 70px;
}

.premium .release-highlight-copy .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--modern-lemon);
}

.premium .release-highlight-copy .section-kicker::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.premium .release-highlight-copy h2 {
  max-width: 15ch;
  margin: 20px 0 0;
  font-size: clamp(42px, 4.3vw, 54px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.premium .release-highlight-copy > p:not(.section-kicker) {
  max-width: 46ch;
  margin: 22px 0 0;
  color: #b5ac9c;
  font-size: 18.5px;
  line-height: 1.55;
}

.premium .release-highlight-copy .btn {
  min-height: auto;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--modern-lemon);
}

.premium .release-highlight-copy .btn::after {
  content: "↗";
  font-family: var(--modern-mono);
}

.premium .release-highlight-grid {
  display: grid;
  gap: 0;
  padding-top: 10px;
}

.premium .release-highlight-grid article {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgb(247 244 235 / 13%);
  background: transparent;
}

.premium .release-highlight-grid article:last-child {
  border-bottom: 1px solid rgb(247 244 235 / 13%);
}

.premium .release-highlight-number {
  grid-row: span 2;
  padding-top: 3px;
  color: var(--modern-lemon);
  font-family: var(--modern-mono);
  font-size: 13px;
}

.premium .release-highlight-grid h3 {
  margin: 0;
  color: var(--modern-cream);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.premium .release-highlight-grid p {
  margin-top: 5px;
  color: #a9a090;
  font-size: 15.5px;
  line-height: 1.5;
}

/* Positioning statement and product studio */
.premium .el-statement {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  padding: 190px 0 120px;
  background: var(--modern-cream);
  text-align: center;
}

.premium .el-statement .container {
  max-width: 1000px;
}

.premium .el-statement h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1;
}

.premium .el-statement p {
  max-width: 700px;
  margin: 24px auto 0;
  color: var(--modern-copy);
  font-size: 18px;
  line-height: 1.55;
}

.premium .product-studio {
  padding: 80px 0 150px;
  background: var(--modern-cream);
}

.premium .product-studio .container {
  display: grid;
  grid-template-columns: .8fr 1.25fr;
  align-items: center;
  gap: 76px;
}

.premium .studio-copy h2 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 56px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}

.premium .studio-copy h2 em {
  color: var(--modern-gold);
  font-weight: 500;
}

.premium .studio-copy > p:last-child {
  margin-top: 22px;
  color: var(--modern-copy);
  font-size: 17.5px;
  line-height: 1.55;
}

.premium .studio-scene {
  position: relative;
  min-height: 580px;
}

.premium .studio-axis,
.premium .studio-lemon,
.premium .studio-key {
  display: none;
}

.premium .studio-window {
  position: absolute;
  margin: 0;
}

.premium .studio-window .studio-crop {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.premium .studio-window img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: contain;
}

.premium .settings-window {
  top: 0;
  right: 0;
  width: 74%;
  z-index: 1;
}

.premium .capture-detail {
  left: 0;
  bottom: 0;
  width: 72%;
  z-index: 2;
}

.premium .settings-window img {
  box-shadow: 0 35px 65px -30px rgb(23 20 16 / 45%);
}

.premium .capture-detail img {
  box-shadow: 0 35px 65px -30px rgb(23 20 16 / 50%);
}

/* Features */
.premium .el-features {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  padding: 180px 0 140px;
  background: var(--modern-lemon-soft);
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
}

.premium .el-features .features-title {
  max-width: 18ch;
}

.premium .features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 20px;
  margin-top: 56px;
}

.premium .el-features .feature {
  display: block;
  min-height: 0;
  padding: 30px;
  border: 1px solid rgb(168 134 21 / 16%);
  border-radius: 18px;
  background: var(--modern-paper);
  box-shadow: none;
  color: var(--modern-ink);
  transform: none;
}

.premium .el-features .feature.lead-card,
.premium .el-features .feature.wide {
  grid-column: auto;
  grid-row: auto;
}

.premium .el-features .feature-ico {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 0;
  place-items: center;
  border-radius: 13px;
  background: #fbeab0;
  color: #8a6e10;
}

.premium .el-features .feature:nth-child(2) .feature-ico { background: #dde7da; color: #3e5a45; }
.premium .el-features .feature:nth-child(3) .feature-ico { background: #e4dff3; color: #524a75; }
.premium .el-features .feature:nth-child(4) .feature-ico { background: #f7dfd0; color: #8a4f2a; }
.premium .el-features .feature:nth-child(5) .feature-ico { background: #d8e3ee; color: #35526b; }
.premium .el-features .feature:nth-child(6) .feature-ico { background: #e6e2da; color: #4a4338; }

.premium .el-features .feature-ico svg {
  width: 22px;
  height: 22px;
}

.premium .el-features .feature h3 {
  margin: 22px 0 0;
  color: var(--modern-ink);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.2;
}

.premium .el-features .feature p {
  margin: 8px 0 0;
  color: #6b6250;
  font-size: 16px;
  line-height: 1.55;
}

.premium .el-features .feature:hover .feature-ico {
  transform: none;
}

.premium .el-features .keyboard-card {
  position: relative;
  grid-column: 1 / -1;
  margin: 54px -40px -140px;
  padding: 130px 40px 160px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--modern-ink-soft);
  clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
  color: var(--modern-cream);
  text-align: center;
}

@media (min-width: 861px) {
  .premium .el-features .keyboard-card {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

.premium .keyboard-card-copy {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-inline: auto;
}

.premium .keyboard-card-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.premium .keyboard-card-pattern .keycap {
  position: absolute;
  display: grid;
  width: var(--key-size);
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid currentcolor;
  border-radius: 24%;
  background: rgb(245 201 59 / 2%);
  box-shadow: inset 0 0 0 7px rgb(245 201 59 / 2%);
  color: rgb(245 201 59 / 13%);
  font-family: var(--font-body);
  font-size: calc(var(--key-size) * .48);
  font-weight: 500;
  line-height: 1;
}

.premium .keyboard-card-pattern .keycap-command {
  --key-size: 158px;
  top: 72px;
  left: 5%;
  transform: rotate(-10deg);
}

.premium .keyboard-card-pattern .keycap-option {
  --key-size: 112px;
  top: 96px;
  right: 9%;
  transform: rotate(12deg);
}

.premium .keyboard-card-pattern .keycap-letter {
  --key-size: 142px;
  right: 4%;
  bottom: 52px;
  color: rgb(247 244 235 / 8%);
  transform: rotate(-7deg);
}

.premium .keyboard-card-pattern .keycap-shift {
  --key-size: 116px;
  bottom: 66px;
  left: 12%;
  color: rgb(247 244 235 / 8%);
  transform: rotate(8deg);
}

.premium .keyboard-card-pattern .keycap-return {
  --key-size: 82px;
  top: 45%;
  left: 2%;
  color: rgb(245 201 59 / 9%);
  transform: rotate(14deg);
}

.premium .el-features .keyboard-card .feature-ico {
  display: none;
}

.premium .el-features .keyboard-card .keyboard-kicker {
  color: var(--modern-lemon);
}

.premium .el-features .keyboard-card h3 {
  margin: 18px 0 0;
  color: var(--modern-cream);
  font-size: clamp(46px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}

.premium .el-features .keyboard-card > .keyboard-card-copy > p:last-child {
  max-width: 60ch;
  margin: 22px auto 0;
  color: #b5ac9c;
  font-size: 18.5px;
  line-height: 1.55;
}

/* Steps */
.premium .steps-band {
  position: relative;
  z-index: 3;
  margin-top: -60px;
  padding: 210px 0 130px;
  background: var(--modern-cream);
  clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
}

.premium .el-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.premium .el-steps::before,
.premium .el-steps::after {
  display: none;
}

.premium .el-step {
  position: relative;
  min-height: 0;
  padding: 34px;
  border: 1px solid rgb(23 20 16 / 8%);
  border-radius: 20px;
  background: var(--modern-paper);
  box-shadow: 0 1px 2px rgb(23 20 16 / 4%);
}

.premium .step-num {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--modern-ink);
  color: var(--modern-lemon);
  font-family: var(--modern-display);
  font-size: 18px;
  font-weight: 700;
}

.premium .el-step h3 {
  margin: 24px 0 0;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.premium .el-step p {
  margin: 10px 0 0;
  color: #6b6250;
  font-size: 16px;
  line-height: 1.55;
}

/* Comparison */
.premium .comparison-band {
  position: relative;
  padding: 140px 0;
  background: var(--modern-sage);
  clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0 100%);
}

.premium .comparison-band .container {
  display: block;
  max-width: 1120px;
}

.premium .comparison-copy .section-kicker {
  color: var(--modern-sage-ink);
}

.premium .comparison-copy h2 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 54px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.premium .comparison-copy h2 br {
  display: none;
}

.premium .comparison-copy h2 br + span,
.premium .comparison-copy h2 span:last-child {
  color: var(--modern-sage-ink);
}

.premium .comparison-copy > p:last-child {
  max-width: 56ch;
  margin-top: 20px;
  color: #4f5a4c;
  font-size: 18px;
  line-height: 1.55;
}

.premium .comparison-card {
  margin-top: 48px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}

.premium .comparison-card table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0;
  table-layout: fixed;
}

.premium .comparison-card th,
.premium .comparison-card td {
  width: 50%;
  border: 0;
}

.premium .comparison-card th {
  padding: 30px 30px 12px;
  background: rgb(255 255 255 / 45%);
  color: #6f7a6c;
  font-family: var(--modern-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: left;
  text-transform: uppercase;
}

.premium .comparison-card th:first-child {
  border: 1px dashed rgb(76 102 80 / 35%);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.premium .comparison-card th:last-child {
  background: var(--modern-ink);
  color: var(--modern-lemon);
  border-radius: 18px 18px 0 0;
}

.premium .comparison-card td {
  padding: 8px 30px;
  background: rgb(255 255 255 / 45%);
  color: #4f5a4c;
  font-size: 17px;
}

.premium .comparison-card td:first-child {
  border-inline: 1px dashed rgb(76 102 80 / 35%);
}

.premium .comparison-card td:last-child {
  background: var(--modern-ink);
  color: #efe8da;
}

.premium .comparison-card tbody tr:last-child td {
  padding-bottom: 30px;
}

.premium .comparison-card tbody tr:last-child td:first-child {
  border-bottom: 1px dashed rgb(76 102 80 / 35%);
  border-radius: 0 0 18px 18px;
}

.premium .comparison-card tbody tr:last-child td:last-child {
  border-radius: 0 0 18px 18px;
}

.premium .table-mark {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  place-items: center;
  border-radius: 9px;
  background: rgb(245 201 59 / 16%);
  color: var(--modern-lemon);
  font-family: var(--modern-mono);
  font-size: 13px;
}

.premium .table-mark.muted {
  background: rgb(76 102 80 / 12%);
  color: #4f5a4c;
}

/* Pricing */
.premium .el-pricing {
  padding: 150px 0 130px;
  background: var(--modern-cream);
}

.premium .el-pricing .section-head {
  text-align: center;
}

.premium .pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.premium .price-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 34px;
  border: 1px solid rgb(23 20 16 / 10%);
  border-radius: 20px;
  background: var(--modern-paper);
  box-shadow: none;
}

.premium .price-name {
  color: var(--modern-muted);
}

.premium .price-amt {
  margin: 0;
  font-family: var(--modern-display);
  font-size: clamp(36px, 3.5vw, 44px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.premium .price-amt .per {
  color: #6b6250;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.02em;
}

.premium .price-desc {
  margin-top: 10px;
  color: #6b6250;
  font-size: 16px;
  line-height: 1.55;
}

.premium .price-features {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  color: #4a4338;
  font-size: 15.5px;
  list-style: none;
}

.premium .price-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.premium .price-features svg {
  width: 16px;
  flex: 0 0 16px;
  margin-top: 4px;
  color: var(--modern-gold);
}

.premium .price-card.featured {
  border-color: var(--modern-ink);
  background: var(--modern-ink);
  box-shadow: 0 30px 60px -30px rgb(23 20 16 / 60%);
  color: var(--modern-cream);
  animation: none;
  transform: none;
}

.premium .price-card.featured .price-name,
.premium .price-card.featured .price-features svg {
  color: var(--modern-lemon);
}

.premium .price-card.featured .price-amt .per,
.premium .price-card.featured .price-desc {
  color: #b5ac9c;
}

.premium .price-card.featured .price-features {
  color: #efe8da;
}

.premium .price-card.featured .price-features li {
  color: #efe8da;
}

.premium .price-flag {
  position: absolute;
  top: -13px;
  left: 34px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--modern-lemon);
  color: var(--modern-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}

.premium .price-note {
  margin: 26px 0 0;
  color: var(--modern-muted);
  font-size: 14px;
  text-align: center;
}

/* Languages */
.premium .langs-band {
  overflow: hidden;
  padding: 110px 0;
  background: var(--modern-sage);
}

.premium .langs-band .section-head {
  margin-bottom: 44px;
  text-align: center;
}

.premium .langs-band .section-kicker {
  color: var(--modern-sage-ink);
}

.premium .langs-band .marquee {
  overflow: hidden;
}

.premium .langs-band .marquee-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: marquee 32s linear infinite;
}

.premium .marquee-item {
  padding: 12px 18px;
  border: 1px solid rgb(76 102 80 / 25%);
  border-radius: 10px;
  background: rgb(255 255 255 / 38%);
  color: #4f5a4c;
  font-family: var(--modern-mono);
  font-size: 13px;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* Final CTA */
.premium .el-cta-band {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  padding: 160px 0 130px;
  background: var(--modern-ink);
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  color: var(--modern-cream);
  text-align: center;
}

.premium .el-cta-band .container {
  max-width: 980px;
}

.premium .el-cta-band h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 66px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1;
}

.premium .el-cta-band .accent {
  color: var(--modern-lemon);
  font-style: italic;
  font-weight: 500;
}

.premium .el-cta-band p {
  margin-top: 22px;
  color: #b5ac9c;
  font-size: 19px;
}

.premium .el-cta-band .btn {
  margin-top: 32px;
  border: 0;
  background: var(--modern-lemon);
  color: var(--modern-ink);
}

.premium .el-cta-band .btn:hover {
  background: #ffdc66;
}

/* FAQ */
.premium #faq {
  position: relative;
  z-index: 3;
  margin-top: -60px;
  padding: 200px 0 140px;
  background: var(--modern-lemon-soft);
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
}

.premium #faq .container {
  max-width: 980px;
}

.premium #faq .section-head {
  margin-bottom: 44px;
}

.premium .faq {
  display: grid;
  gap: 14px;
}

.premium .faq details {
  overflow: hidden;
  border: 1px solid rgb(168 134 21 / 16%);
  border-radius: 16px;
  background: var(--modern-paper);
}

.premium .faq summary {
  display: flex;
  min-height: 0;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  color: var(--modern-ink);
  cursor: pointer;
  font-family: var(--modern-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.015em;
  list-style: none;
}

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

.premium .faq .chev {
  margin-left: auto;
}

.premium .faq .chev svg {
  width: 18px;
  transition: rotate .2s ease;
}

.premium .faq details[open] .chev svg {
  rotate: 180deg;
}

.premium .faq-body {
  padding: 0 28px 24px;
}

.premium .faq-body p {
  color: #6b6250;
  font-size: 16.5px;
  line-height: 1.6;
}

/* Newsletter */
.premium .newsletter-band {
  position: relative;
  padding: 130px 0;
  background: var(--modern-cream);
}

.premium .newsletter-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 76px;
}

.premium .newsletter-copy h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}

.premium .newsletter-copy h2 em {
  color: var(--modern-gold);
  font-weight: 500;
}

.premium .newsletter-intro {
  margin-top: 22px;
  color: var(--modern-copy);
  font-size: 18px;
  line-height: 1.55;
}

.premium .newsletter-language-note {
  margin-top: 14px;
  color: var(--modern-muted);
  font-family: var(--modern-mono);
  font-size: 12px;
}

.premium .newsletter-form-card {
  padding: 34px;
  border: 1px solid var(--modern-line);
  border-radius: 20px;
  background: var(--modern-paper);
  box-shadow: 0 24px 50px -35px rgb(23 20 16 / 45%);
}

.premium .newsletter-form-card .sib-form-container,
.premium .newsletter-form-card .sib-container--large,
.premium .newsletter-form-card .sib-container--vertical,
.premium .newsletter-form-card .sib-form-block {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.premium .newsletter-field-label {
  display: block;
  margin-bottom: 9px;
  color: var(--modern-ink);
  font-size: 14px;
  font-weight: 600;
}

.premium .newsletter-form-card .entry__field {
  border: 0;
  background: transparent;
}

.premium .newsletter-form-card .input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgb(23 20 16 / 16%);
  border-radius: 10px;
  background: #fff;
  color: var(--modern-ink);
  font-family: var(--modern-body);
}

.premium .newsletter-form-card .input:focus {
  border-color: var(--modern-gold);
  outline: 2px solid rgb(245 201 59 / 28%);
}

.premium .newsletter-submit-row {
  margin-top: 14px !important;
}

.premium .newsletter-submit {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  background: var(--modern-ink);
  color: var(--modern-cream);
  font-family: var(--modern-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.premium .newsletter-privacy {
  margin-top: 12px;
  color: var(--modern-muted);
  font-size: 13px;
  text-align: center;
}

.premium .newsletter-message {
  margin-bottom: 16px;
  border-radius: 10px;
}

.premium .newsletter-confirmation {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  padding: 24px;
  place-items: center;
  background: rgb(23 20 16 / 66%);
  backdrop-filter: blur(8px);
}

.premium .newsletter-confirmation[hidden] {
  display: none;
}

.premium .newsletter-confirmation-card {
  width: min(500px, 100%);
  padding: 36px;
  border-radius: 20px;
  background: var(--modern-paper);
  box-shadow: 0 40px 80px -25px rgb(0 0 0 / 55%);
  text-align: center;
}

.premium .newsletter-confirmation-mark {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 13px;
  background: var(--modern-lemon);
  color: var(--modern-ink);
  font-weight: 700;
}

.premium .newsletter-confirmation-eyebrow {
  color: var(--modern-gold);
  font-family: var(--modern-mono);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.premium .newsletter-confirmation-card h2 {
  margin-top: 12px;
  font-size: 36px;
}

.premium .newsletter-confirmation-copy {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  color: var(--modern-copy);
}

.premium .newsletter-confirmation-close {
  margin-top: 24px;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  background: var(--modern-ink);
  color: var(--modern-cream);
  font-weight: 600;
  cursor: pointer;
}

/* Footer */
.premium .site-footer {
  padding-block: 0;
  border-top: 0;
  background: var(--modern-ink);
  color: var(--modern-cream);
}

.premium .site-footer .container {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-block: 34px 42px;
  border-top: 0;
}

.premium .footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}

.premium .footer-brand img {
  width: 22px;
  height: 22px;
}

.premium .footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  flex-wrap: wrap;
}

.premium .footer-links a {
  color: #a9a090;
  font-size: 14px;
}

.premium .footer-links a:hover {
  color: var(--modern-cream);
}

.premium .footer-copy {
  width: 100%;
  color: #6e675b;
  font-size: 13.5px;
}

/* Tablet */
@media (max-width: 1100px) {
  .premium .site-header .container {
    gap: 20px;
  }

  .premium .header-nav {
    gap: 16px;
  }

  .premium .header-nav a:nth-last-child(-n + 2) {
    display: none;
  }

  .premium .release-highlight .container,
  .premium .product-studio .container,
  .premium .newsletter-layout {
    gap: 48px;
  }

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

  .premium .el-features .keyboard-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .premium .container {
    padding-inline: 24px;
  }

  .premium .site-header .container {
    min-height: 66px;
  }

  .premium .header-nav {
    display: none;
  }

  .premium .header-controls {
    margin-left: auto;
  }

  .premium .el-hero {
    padding: 70px 0 150px;
  }

  .premium .release-highlight .container,
  .premium .product-studio .container,
  .premium .newsletter-layout {
    grid-template-columns: 1fr;
  }

  .premium .release-highlight-copy h2 {
    max-width: 18ch;
  }

  .premium .studio-scene {
    width: min(680px, 100%);
    min-height: 540px;
    margin-inline: auto;
  }

  .premium .el-steps,
  .premium .pricing {
    grid-template-columns: 1fr;
  }

  .premium .price-card {
    min-height: 0;
  }

  .premium .comparison-card table {
    border-spacing: 12px 0;
  }
}

/* Mobile */
@media (max-width: 620px) {
  .premium .container {
    padding-inline: 20px;
  }

  .premium .seg {
    padding-inline: 5px;
    font-size: 10.5px;
  }

  .premium .brand span {
    display: none;
  }

  .premium .el-hero {
    padding-top: 54px;
  }

  .premium .el-wordmark {
    font-size: clamp(48px, 15vw, 68px);
  }

  .premium .el-hero .lead {
    font-size: 18px;
  }

  .premium .el-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .premium .el-mock {
    margin-top: 110px;
  }

  .premium .el-chip-float {
    top: -64px;
    font-size: 10.5px;
  }

  .premium .el-chip-float.c1 { left: calc(50% - 108px); }
  .premium .el-chip-float.c2 { left: calc(50% - 18px); }
  .premium .el-chip-float.c3 { left: calc(50% + 56px); }

  .premium .release-highlight {
    padding: 150px 0 130px;
    clip-path: polygon(0 45px, 100% 0, 100% calc(100% - 45px), 0 100%);
  }

  .premium .el-statement {
    padding: 160px 0 90px;
  }

  .premium .product-studio {
    padding-bottom: 120px;
  }

  .premium .studio-scene {
    min-height: 390px;
  }

  .premium .settings-window {
    width: 82%;
  }

  .premium .capture-detail {
    width: 80%;
  }

  .premium .el-features {
    padding: 145px 0 110px;
    clip-path: polygon(0 0, 100% 45px, 100% 100%, 0 100%);
  }

  .premium .features-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 40px;
  }

  .premium .el-features .keyboard-card {
    margin: 40px -20px -110px;
    padding: 105px 20px 125px;
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  }

  .premium .keyboard-card-pattern .keycap-command {
    --key-size: 122px;
    top: 64px;
    left: -42px;
  }

  .premium .keyboard-card-pattern .keycap-option {
    --key-size: 94px;
    top: 92px;
    right: -28px;
  }

  .premium .keyboard-card-pattern .keycap-letter {
    --key-size: 108px;
    right: -34px;
    bottom: 48px;
  }

  .premium .keyboard-card-pattern .keycap-shift {
    --key-size: 88px;
    bottom: 60px;
    left: -18px;
  }

  .premium .keyboard-card-pattern .keycap-return {
    display: none;
  }

  .premium .steps-band {
    margin-top: -40px;
    padding: 170px 0 100px;
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  }

  .premium .comparison-band {
    padding: 110px 0;
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
  }

  .premium .comparison-copy h2 br {
    display: initial;
  }

  .premium .comparison-card {
    overflow-x: auto;
  }

  .premium .comparison-card table {
    min-width: 620px;
  }

  .premium .el-pricing,
  .premium .newsletter-band {
    padding: 105px 0;
  }

  .premium .langs-band {
    padding: 90px 0;
  }

  .premium .el-cta-band {
    padding: 130px 0 105px;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }

  .premium #faq {
    margin-top: -40px;
    padding: 155px 0 95px;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }

  .premium .faq summary,
  .premium .faq-body {
    padding-inline: 20px;
  }

  .premium .newsletter-form-card {
    padding: 24px;
  }

  .premium .site-footer .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .premium .footer-links {
    align-items: flex-start;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium .marquee-track {
    animation: none;
  }
}
