body { background: var(--navy); color: rgba(255,255,255,0.88); }

/* Nav override for dark page */
.site-nav { background: rgba(15,22,41,0.88); }
.site-nav.scrolled { border-bottom-color: rgba(255,255,255,0.08); }

/* ── Hero ── */
.ks-hero {
  max-width: var(--container); margin: 0 auto;
  padding: 80px var(--gutter) 72px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
@media(max-width:767px){ .ks-hero { padding-top: 56px; } }
@media(max-width:860px){
  .ks-hero{grid-template-columns:1fr;gap:40px;align-items:stretch;}
  .ks-hero-visual{display:block;margin-top:8px;}
  .ks-hero-body{grid-template-columns:1fr;}
  .ks-hero-sidebar{
    display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;
    align-items:center;
    padding:10px 14px;border-right:none;
    border-bottom:1px solid rgba(255,255,255,0.08);
  }
  /* Mobile sidebar nav items: short rectangles, not full-pill tablets.
     The desktop full-pill background+radius was visually too heavy when
     reflowed into a horizontal row at narrow widths. */
  .ks-nav-item{
    padding:6px 10px !important;
    border-left:none !important;
    border-radius:6px;
    font-size:11px;
    line-height:1.3;
    min-height:30px;
    height:30px;
    gap:6px;
  }
  .ks-nav-item.active{
    padding-left:10px !important;
    background:rgba(37,99,235,0.16);
    border-left:none !important;
  }
  .ks-hero-main{grid-template-columns:1fr;border-left:none;min-height:0;}
  /* Reserve 3 lines of height on the live-typing fields so the container
     does not reflow when long DE/ES subhead strings wrap. Prevents the
     mobile "page jumps as text types in/out" effect. 3 lines is the
     worst case for "Jedes Feld definiert. Design bleibt intakt." etc.
     at narrow widths. */
  .kf-field{
    min-height:88px;
    height:88px;
    font-size:14px;
    line-height:1.4;
    padding:10px 12px;
    overflow:hidden;
    /* Render fixed-typography rectangle: text aligns to top so the typing
       animation always grows DOWN from the same baseline, never reflows. */
    display:block;
  }
}
.ks-hero-text { display: flex; flex-direction: column; justify-content: center; min-width: 0; align-items: flex-start; }
.ks-hero-text .btn { align-self: flex-start; }
.ks-hero-visual {
  display: flex;
  align-items: stretch;
  min-width: 0;
  width: 100%;
}
.ks-hero-text .eyebrow { margin-bottom: 24px; }
.ks-hero-text h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 500; letter-spacing: -0.032em;
  line-height: 1.02; color: white;
  margin-bottom: 22px; text-wrap: balance;
}
.ks-hero-text p { font-size: 17px; color: rgba(255,255,255,0.68); line-height: 1.72; margin-bottom: 22px; max-width: 420px; }
.ks-hero-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.ks-chip { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.07em; color: #dde6f5; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; padding: 5px 13px; }
.ks-chip.accent { color: var(--accent); background: rgba(37,99,235,0.1); border-color: rgba(37,99,235,0.22); }

/* Hero CMS preview */
.ks-hero-ui {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min(560px, max(360px, 52vh));
}
.ks-hero-bar { background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.07); padding: 12px 16px; display: flex; align-items: center; gap: 8px; }
.hd { width: 10px; height: 10px; border-radius: 50%; }
.hd:nth-child(1){background:rgba(255,95,86,.5);} .hd:nth-child(2){background:rgba(255,189,46,.5);} .hd:nth-child(3){background:rgba(39,201,63,.5);}
.ks-hero-bar-title { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.50); margin: 0 auto; letter-spacing: 0.07em; }
.ks-hero-body {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  flex: 1;
  min-height: 0;
}
.ks-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 0;
  align-self: stretch;
}
.ks-hero-fields {
  padding: 24px 28px 28px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.ks-mini-site {
  background: var(--paper);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  min-width: 0;
}
.ks-mini-site-bar {
  background: #f2f2f0;
  border-bottom: 1px solid #e5e5e3;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ks-mini-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ccc;
}
.ks-mini-dot:nth-child(1) { background: #ff5f56; }
.ks-mini-dot:nth-child(2) { background: #ffbd2e; }
.ks-mini-dot:nth-child(3) { background: #27c93f; }
.ks-mini-url {
  flex: 1;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: #9ca3af;
  letter-spacing: 0.04em;
}
.ks-mini-panes {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.ks-mini-pane {
  display: none;
  padding: 16px 14px 18px;
  animation: ksPaneIn 0.35s var(--ease-out) both;
}
.ks-mini-pane.is-active {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
@keyframes ksPaneIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.kms-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: 999px;
  padding: 3px 10px 3px 6px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--accent);
  margin-bottom: 10px;
}
.kms-chip::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}
.kms-h {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 8px;
}
.kms-p { font-size: 11px; color: var(--gray-600); line-height: 1.55; margin-bottom: 12px; }
.kms-img {
  margin-top: auto;
  min-height: 96px;
  border-radius: 10px;
  background: linear-gradient(135deg, #eef2ff, #dce8ff);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-200);
  flex-shrink: 0;
}
.kms-diamond {
  width: 28px;
  height: 28px;
  border: 1.5px solid rgba(37, 99, 235, 0.45);
  transform: rotate(45deg);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.18);
}
.kms-img-bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  padding: 12px;
}
.kms-img-bar {
  height: 6px;
  border-radius: 999px;
  animation: kmsBarPulse 2.5s ease-in-out infinite;
}
.kms-img-bar--dark { background: var(--ink); opacity: 0.7; width: 85%; }
.kms-img-bar--mid { background: var(--gray-400); width: 65%; animation-delay: 0.3s; }
.kms-img-bar--light { background: var(--gray-200); width: 45%; animation-delay: 0.6s; }
@keyframes kmsBarPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.9; }
}
.kms-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
.kms-grid3 span {
  height: 52px;
  border-radius: 8px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
}
.kms-lines { display: grid; gap: 8px; margin-top: 10px; }
.kms-lines span {
  height: 7px;
  border-radius: 999px;
  background: var(--gray-200);
}
.kms-lines span:nth-child(1) { width: 92%; background: var(--ink); opacity: 0.85; }
.kms-lines span:nth-child(2) { width: 78%; }
.kms-lines span:nth-child(3) { width: 64%; }
.kms-form { display: grid; gap: 8px; margin-top: 10px; }
.kms-form span {
  height: 10px;
  border-radius: 6px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
}
.kms-form span:nth-child(1),
.kms-form span:nth-child(2) { width: 100%; }
.kms-form span:nth-child(2) { height: 36px; }
.kms-pill {
  width: 88px !important;
  height: 26px !important;
  border-radius: 999px !important;
  background: var(--ink) !important;
  border: none !important;
  justify-self: start;
}
.kms-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.kms-cards span {
  height: 64px;
  border-radius: 10px;
  background: white;
  border: 1px solid var(--gray-200);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}
.ks-hero-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 16px 0;
}
.ks-nav-item {
  padding: 9px 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ks-nav-item:focus-visible {
  outline: 2px solid rgba(124, 168, 245, 0.7);
  outline-offset: 2px;
}
.ks-nav-item::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.ks-nav-item.active { background: rgba(37,99,235,0.1); color: rgba(255,255,255,0.8); border-left: 2px solid var(--accent); padding-left: 14px; }
.kf-label { font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.50); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.kf-field {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
  margin-bottom: 16px;
  width: 100%;
  min-height: 48px;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  white-space: normal;
  min-width: 0;
  word-break: break-word;
}
.kf-field.focus { border-color: var(--accent); background: rgba(37,99,235,0.08); color: white; box-shadow: 0 0 0 3px rgba(37,99,235,0.15); }
/* Blinking cursor appended while a field is being typed into */
.kf-field.is-typing::after { content: '|'; animation: kfBlink 0.7s ease-in-out infinite; color: var(--accent); margin-left: 1px; }
@keyframes kfBlink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
/* Live-preview text elements — no transition so they snap in sync with typing */
#ksPreviewH, #ksPreviewP { min-height: 1.2em; }
.kf-blocks { display: grid; gap: 6px; }
.kf-block { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 5px; padding: 8px 12px; }
.kf-block-icon { width: 16px; height: 16px; border-radius: 3px; background: rgba(37,99,235,0.25); flex-shrink: 0; }
.kf-block-name { font-size: 12px; color: rgba(255,255,255,0.68); }
.kf-save { display: flex; gap: 8px; margin-top: auto; padding-top: 16px; position: sticky; bottom: 0; background: rgba(255,255,255,0.02); padding-bottom: 4px; }
.kf-save-btn { background: var(--accent); color: white; font-size: 12px; padding: 7px 16px; border-radius: 5px; border: none; cursor: pointer; font-family: var(--font-sans); }

/* ── How it works ── */
.how-section { background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.06); padding: 88px 0; }
.how-section .container { max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.how-head { text-align: center; max-width: 540px; margin: 0 auto 64px; }
.how-head .eyebrow { margin-bottom: 18px; }
.how-head h2 { font-family: var(--font-display); font-size: clamp(26px, 3.8vw, 44px); font-weight: 500; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 16px; }
.how-head p { font-size: 16px; color: rgba(255,255,255,0.68); line-height: 1.7; }
.how-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(255,255,255,0.06); border-radius: 14px; overflow: hidden; }
@media(max-width:720px){ .how-steps{grid-template-columns:1fr;} }
.how-step { background: var(--navy); padding: 40px 36px; }
.hs-num { font-family: var(--font-mono); font-size: 12px; color: var(--accent); letter-spacing: 0.12em; margin-bottom: 16px; }
.hs-title { font-family: var(--font-display); font-size: 20px; font-weight: 500; letter-spacing: -0.015em; color: white; margin-bottom: 10px; }
.hs-desc { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.65; }

/* ── Terminal section (bounded, not sticky) ── */
.terminal-section { padding: 88px 0; }
.terminal-section .container { max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.terminal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media(max-width:860px){ .terminal-grid{grid-template-columns:1fr;gap:40px;} }
.terminal-text .eyebrow { margin-bottom: 22px; }
.terminal-text h2 { font-family: var(--font-display); font-size: clamp(26px, 3.5vw, 42px); font-weight: 500; letter-spacing: -0.025em; color: white; line-height: 1.1; margin-bottom: 18px; }
.terminal-text p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.72; margin-bottom: 14px; }
.terminal-points { display: grid; gap: 12px; margin-top: 24px; }
.tp { display: flex; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.68); }
.tp::before { content: "→"; color: var(--accent); flex-shrink: 0; }

/* Terminal block */
.terminal-block {
  background: #0A0C14; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.term-top { background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.07); padding: 12px 16px; display: flex; align-items: center; gap: 8px; }
.td { width: 10px; height: 10px; border-radius: 50%; }
.td:nth-child(1){background:rgba(255,95,86,.55);} .td:nth-child(2){background:rgba(255,189,46,.55);} .td:nth-child(3){background:rgba(39,201,63,.55);}
.term-filename { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.50); margin-left: auto; margin-right: auto; letter-spacing: 0.07em; }
.term-code { padding: 24px; font-family: var(--font-mono); font-size: 12.5px; line-height: 1.85; }
.tl { display: flex; opacity: 0; transform: translateX(-4px); transition: opacity 0.35s, transform 0.35s; }
.tl.typed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  /* Show the terminal fully populated from the first paint instead of letting JS flash 17 rows in instantly */
  .tl { opacity: 1 !important; transform: none !important; transition: none !important; }
  .cursor-blink { animation: none !important; opacity: 1 !important; }
}
.tl-num { width: 28px; color: rgba(255,255,255,0.45); flex-shrink: 0; text-align: right; margin-right: 16px; user-select: none; font-size: 11px; }
.tl-c { color: rgba(255,255,255,0.65); }
/* Syntax */
.t-cm { color: rgba(255,255,255,0.50); }
.t-kw { color: #7ca8f5; } .t-str { color: #a5d6a7; } .t-num { color: #f48fb1; }
.t-fn { color: #ffcc80; } .t-key { color: #ce93d8; } .t-bool { color: #80cbc4; }
.cursor-blink { display: inline-block; width: 7px; height: 14px; background: var(--accent); animation: blink .9s steps(1) infinite; vertical-align: middle; margin-left: 2px; }
@keyframes blink { 0%,49%{opacity:1} 50%,100%{opacity:0} }

/* ── Features ── */
.features-section { background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.06); padding: 88px 0; }
.features-section .container { max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.features-head { max-width: 560px; margin-bottom: 56px; }
.features-head .eyebrow { margin-bottom: 20px; }
.features-head h2 { font-family: var(--font-display); font-size: clamp(26px, 3.5vw, 42px); font-weight: 500; letter-spacing: -0.025em; color: white; line-height: 1.1; margin-bottom: 16px; }
.features-head p { font-size: 16px; color: rgba(255,255,255,0.68); line-height: 1.7; }
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(255,255,255,0.06); border-radius: 14px; overflow: hidden; }
@media(max-width:720px){ .features-grid{grid-template-columns:1fr;} }
.feat { background: var(--navy); padding: 36px 32px; }
.feat-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(37,99,235,0.15); border: 1px solid rgba(37,99,235,0.25); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feat-icon svg { display: block; }
.feat-title { font-family: var(--font-display); font-size: 17px; font-weight: 500; letter-spacing: -0.015em; color: white; margin-bottom: 8px; }
.feat-desc { font-size: 14px; color: rgba(255,255,255,0.68); line-height: 1.65; }

/* ── Live demo section ── */
.live-demo { padding: 88px 0; border-top: 1px solid rgba(255,255,255,0.06); }
.live-demo .container { max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.ld-head { text-align: center; margin-bottom: 52px; }
.ld-head .eyebrow { margin-bottom: 18px; }
.ld-head h2 { font-family: var(--font-display); font-size: clamp(24px, 3.5vw, 40px); font-weight: 500; letter-spacing: -0.025em; color: white; margin-bottom: 16px; }
.ld-head p { font-size: 16px; color: rgba(255,255,255,0.68); max-width: 480px; margin: 0 auto; line-height: 1.7; }
/* Side by side: edit + preview */
.ld-split { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(255,255,255,0.06); border-radius: 14px; overflow: hidden; }
@media(max-width:720px){ .ld-split{grid-template-columns:1fr;} }
.ld-editor { background: #0D1020; padding: 0; }
.ld-editor-bar { background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.07); padding: 11px 16px; display: flex; align-items: center; gap: 8px; }
.ld-tab { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.55); border-bottom: 2px solid var(--accent); padding: 0 4px 8px; }
.ld-editor-body { padding: 20px; }
.ld-field { margin-bottom: 16px; }
.ld-fl { font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.50); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.ld-fi { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 5px; padding: 9px 12px; font-size: 13px; color: rgba(255,255,255,0.7); width: 100%; font-family: var(--font-sans); }
.ld-fi.active { border-color: var(--accent); background: rgba(37,99,235,0.08); color: white; }
.ld-fi.active::after { content: "|"; color: var(--accent); animation: blink .9s steps(1) infinite; }
.ld-blocks-label { font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.50); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.ld-blocks { display: grid; gap: 5px; }
.ld-block { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 5px; padding: 8px 12px; cursor: pointer; transition: border-color 0.2s; }
.ld-block:hover, .ld-block.active { border-color: rgba(37,99,235,0.35); }
.ld-block-icon { width: 16px; height: 16px; border-radius: 3px; background: rgba(37,99,235,0.25); flex-shrink: 0; }
.ld-block-name { font-size: 12px; color: rgba(255,255,255,0.5); }
.ld-block-drag { margin-left: auto; font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.50); }
.ld-actions { display: flex; gap: 8px; margin-top: 16px; }
.ld-save-btn { background: var(--accent); color: white; font-size: 12px; padding: 7px 16px; border-radius: 5px; border: none; cursor: pointer; font-family: var(--font-sans); transition: background 0.2s; }
.ld-save-btn:hover { background: var(--accent-deep); }
.ld-prev-btn { background: transparent; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.60); font-size: 12px; padding: 7px 14px; border-radius: 5px; cursor: pointer; font-family: var(--font-sans); }
/* Preview side */
.ld-preview { background: var(--paper); }
.ld-prev-bar { background: #F2F2F0; border-bottom: 1px solid #E5E5E3; padding: 9px 14px; display: flex; align-items: center; gap: 7px; }
.lpd { width: 9px; height: 9px; border-radius: 50%; }
.lpd:nth-child(1){background:#FF5F56;} .lpd:nth-child(2){background:#FFBD2E;} .lpd:nth-child(3){background:#27C93F;}
.lp-url { flex: 1; background: white; border: 1px solid #E5E5E3; border-radius: 4px; padding: 3px 10px; margin-inline: 8px; font-family: var(--font-mono); font-size: 10px; color: #999; }
.ld-prev-site { padding: 0; }
.lps-nav { background: white; border-bottom: 1px solid #EAEAE8; padding: 10px 14px; display: flex; align-items: center; justify-content: space-between; }
.lps-logo { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: var(--ink); letter-spacing: -0.02em; }
.lps-cta { background: var(--ink); color: white; font-size: 9px; padding: 4px 10px; border-radius: 999px; }
.lps-hero { padding: 20px 14px 14px; }
.lps-chip { display: inline-flex; align-items: center; gap: 5px; background: var(--accent-soft); border: 1px solid var(--accent-line); border-radius: 999px; padding: 3px 10px 3px 6px; font-family: var(--font-mono); font-size: 9px; color: var(--accent); margin-bottom: 10px; }
.lps-chip::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.lps-h { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--ink); letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 8px; transition: all 0.3s; }
.lps-p { font-size: 10px; color: var(--gray-600); line-height: 1.65; margin-bottom: 10px; }
.lps-btns { display: flex; gap: 6px; }
.lps-btn-a { background: var(--ink); color: white; font-size: 9px; padding: 5px 12px; border-radius: 999px; }
.lps-btn-b { border: 1px solid var(--gray-300); font-size: 9px; padding: 5px 12px; border-radius: 999px; color: var(--gray-600); }

/* CTA */
.ks-cta { background: white; padding: 100px var(--gutter); text-align: center; }
.ks-cta h2 { font-family: var(--font-display); font-size: clamp(32px, 5vw, 64px); font-weight: 500; letter-spacing: -0.032em; color: var(--ink); line-height: 1.0; margin-bottom: 20px; }
.ks-cta p { font-size: 17px; color: var(--gray-600); max-width: 460px; margin: 0 auto 36px; line-height: 1.7; }
.ks-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }