:root {
  --bg: #f8fafc;
  --bg-strong: #eef4ff;
  --surface: #ffffff;
  --surface-blue: #dbeafe;
  --surface-gold: #fef3c7;
  --text: #0f172a;
  --text-muted: #475569;
  --border: #e2e8f0;
  --blue: #1d4ed8;
  --blue-deep: #1e40af;
  --gold: #f59e0b;
  --gold-deep: #d97706;
  --green: #22c55e;
  --shadow-sm: 0 12px 32px rgba(15, 23, 42, 0.07);
  --shadow-md: 0 20px 60px rgba(37, 99, 235, 0.12);
  --shadow-lg: 0 28px 90px rgba(15, 23, 42, 0.12);
  --radius-lg: 24px;
  --radius-md: 20px;
  --radius-sm: 16px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at center, rgba(248, 250, 252, 0.92) 0%, rgba(248, 250, 252, 0.8) 26%, rgba(248, 250, 252, 0.92) 100%),
    radial-gradient(circle at top left, rgba(219, 234, 254, 0.75), transparent 28%),
    radial-gradient(circle at top right, rgba(254, 243, 199, 0.55), transparent 24%),
    linear-gradient(180deg, #fcfdff 0%, var(--bg) 24%, #f8fafc 100%);
  line-height: 1.6;
  min-height: 100vh;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
a,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.22);
  outline-offset: 3px;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(248, 250, 252, 0.64) 0%, rgba(248, 250, 252, 0.3) 34%, rgba(248, 250, 252, 0.74) 100%),
    url("../img/9c8df813-11ec-4976-98e1-5e1bbec2f631.png") center top / cover no-repeat;
  opacity: 0.3;
  filter: saturate(0.82) brightness(1.08) blur(1.2px);
  pointer-events: none;
  z-index: 0;
  transform: translateZ(0);
}

.site-shell > * {
  position: relative;
  z-index: 1;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 4.5rem 0;
  position: relative;
  scroll-margin-top: 6rem;
}

.section--compact {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(248, 250, 252, 0.78);
  border-bottom: 1px solid rgba(226, 232, 240, 0.7);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  background: rgba(248, 250, 252, 0.94);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
}

.brand {
  order: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #eff6ff 0%, #fef3c7 100%);
  color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85), 0 8px 20px rgba(245, 158, 11, 0.12);
}

.brand-mark svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: currentColor;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy span {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 600;
}

.site-nav {
  order: 2;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}

.site-nav a {
  color: var(--text-muted);
  font-weight: 600;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.language-switcher {
  position: relative;
  order: 3;
  flex: 0 0 auto;
}

.language-switcher__button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.55rem;
  padding: 0.55rem 0.72rem 0.55rem 0.9rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-weight: 700;
  line-height: 1;
  list-style: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  cursor: pointer;
}

.language-switcher__button::-webkit-details-marker {
  display: none;
}

.language-switcher__button::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
  opacity: 0.65;
}

.language-switcher[open] .language-switcher__button::after {
  transform: translateY(0.12rem) rotate(225deg);
}

.language-switcher__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 1.45rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--blue);
  font-size: 0.75rem;
  letter-spacing: 0;
}

.language-switcher__menu {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  z-index: 120;
  display: grid;
  width: min(17rem, calc(100vw - 2rem));
  max-height: min(70vh, 32rem);
  overflow: auto;
  padding: 0.55rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-lg);
}

.language-switcher__menu a {
  display: flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.62rem 0.75rem;
  border-radius: 13px;
  color: var(--text);
  font-weight: 700;
}

.language-switcher__menu a:hover,
.language-switcher__menu a[aria-current="true"] {
  background: #eff6ff;
  color: var(--blue);
}

.nav-toggle {
  order: 4;
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
}

.nav-toggle span + span {
  margin-top: 0.28rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.button:disabled:hover,
.button[aria-disabled="true"]:hover {
  transform: none;
}

.button-primary {
  background: linear-gradient(135deg, var(--blue) 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(29, 78, 216, 0.22);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--blue-deep) 0%, #1d4ed8 100%);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--border);
  color: var(--text);
  box-shadow: var(--shadow-sm);
}

.button-secondary:hover,
.button-ghost:hover {
  border-color: rgba(29, 78, 216, 0.24);
  color: var(--blue);
}

.button-ghost {
  background: #fff;
  border-color: var(--border);
  color: var(--text);
}

.button-primary:disabled,
.button-primary[aria-disabled="true"] {
  background: linear-gradient(135deg, #cbd5e1 0%, #dbe4f0 100%);
  color: #64748b;
  opacity: 1;
}

.button-secondary:disabled,
.button-secondary[aria-disabled="true"],
.button-ghost:disabled,
.button-ghost[aria-disabled="true"] {
  background: rgba(241, 245, 249, 0.95);
  border-color: rgba(226, 232, 240, 0.96);
  color: #94a3b8;
  opacity: 1;
}

.hero {
  padding-top: 4.75rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  max-width: 38rem;
}

.eyebrow-badge,
.section-kicker,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.eyebrow-badge,
.section-kicker {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(226, 232, 240, 0.94);
  color: var(--blue);
  box-shadow: var(--shadow-sm);
}

.hero h1 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  max-width: 13ch;
}

.hero-lead,
.section-heading p,
.seo-panel p,
.cta-panel p,
.footer-copy,
.tool-subcopy,
.tool-preview p,
.tool-card p,
.feature-card p {
  color: var(--text-muted);
}

.hero-lead {
  margin: 0 0 1.8rem;
  font-size: 1.08rem;
  max-width: 34rem;
}

.hero-actions {
  display: flex;
  align-items: stretch;
  gap: 0.9rem;
  flex-wrap: nowrap;
}

.hero-actions .button {
  flex: 0 1 auto;
  min-width: 13rem;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.9rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(226, 232, 240, 0.92);
  color: #0f172a;
  font-weight: 500;
  cursor: default;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.035);
}

.hero-benefits li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.2 4.4 6.4 11.2 2.8 7.6' stroke='%2322C55E' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero-visual {
  position: relative;
  min-height: 34rem;
  display: grid;
  place-items: center;
  padding: 1rem 0;
}

.hero-grid > *,
.tool-layout > *,
.inline-links > * {
  min-width: 0;
}

.hero-demo {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 34rem);
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  padding: 1.5rem;
  color: inherit;
  text-decoration: none;
  border-radius: calc(var(--radius-lg) + 0.3rem);
  background:
    radial-gradient(circle at top right, rgba(219, 234, 254, 0.65), transparent 32%),
    radial-gradient(circle at bottom left, rgba(254, 243, 199, 0.52), transparent 30%),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hero-demo:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 78, 216, 0.18);
  box-shadow: 0 34px 64px rgba(15, 23, 42, 0.16);
}

.hero-demo:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.26);
  outline-offset: 4px;
}

.hero-demo__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.hero-demo__hint {
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-wheel-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 27rem;
  padding: 2rem 1rem 1rem;
  border-radius: calc(var(--radius-lg) - 0.1rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 232, 240, 0.82);
}

.hero-wheel-pointer {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 28px solid var(--gold);
  border-bottom: 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 8px 18px rgba(245, 158, 11, 0.24));
}

.hero-wheel {
  position: relative;
  width: min(100%, 26rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.92);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 0 0 1px rgba(148, 163, 184, 0.18),
    0 30px 48px rgba(15, 23, 42, 0.12);
}

.hero-wheel__surface {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    conic-gradient(
      from -90deg,
      #dbeafe 0deg 60deg,
      #fef3c7 60deg 120deg,
      #bfdbfe 120deg 180deg,
      #dcfce7 180deg 240deg,
      #fde68a 240deg 300deg,
      #c7d2fe 300deg 360deg
    );
  animation: heroWheelSpin 18s linear infinite;
  will-change: transform;
}

.hero-demo:hover .hero-wheel__surface {
  animation-play-state: running;
}

.hero-wheel::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.hero-wheel__label {
  position: absolute;
  z-index: 1;
  width: 6.4rem;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.15;
  text-wrap: balance;
  transform: translate(-50%, -50%);
}

.hero-wheel__label--1 { top: 20%; left: 68%; }
.hero-wheel__label--2 { top: 44%; left: 79%; }
.hero-wheel__label--3 { top: 73%; left: 66%; }
.hero-wheel__label--4 { top: 76%; left: 34%; }
.hero-wheel__label--5 { top: 49%; left: 20%; }
.hero-wheel__label--6 { top: 22%; left: 31%; }

.hero-wheel__hub {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 5.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  border: 6px solid rgba(191, 219, 254, 0.8);
  color: var(--blue-strong);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
  transform: translate(-50%, -50%);
}

.hero-demo__caption {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
}

@keyframes heroWheelSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.tool-card,
.feature-card,
.seo-panel,
.cta-panel,
.tool-preview,
.tool-summary,
.more-tools-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.mini-label {
  background: var(--surface-blue);
  color: var(--blue);
}

.tool-icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.tool-icon svg {
  width: 1.9rem;
  height: 1.9rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gold-surface {
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.92), rgba(255, 251, 235, 0.95));
  color: var(--gold-deep);
}

.blue-surface {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.95), rgba(239, 246, 255, 0.95));
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.seo-panel h2,
.cta-panel h2,
.tool-summary h1 {
  margin: 0.9rem 0 0.7rem;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.tool-preview h2 {
  margin: 0.9rem 0 0.7rem;
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.section-heading p,
.seo-panel p {
  margin: 0;
  font-size: 1.02rem;
}

.tools-grid,
.features-grid,
.more-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.tool-card,
.feature-card,
.more-tools-card {
  padding: 1.5rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tool-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.tool-card:hover,
.feature-card:hover,
.more-tools-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(29, 78, 216, 0.18);
}

.tool-card h3,
.feature-card h3,
.more-tools-card h3 {
  margin: 1rem 0 0.5rem;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.tool-card p,
.feature-card p,
.more-tools-card p {
  margin: 0 0 1.15rem;
}

.tool-card:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.24);
  outline-offset: 4px;
}

.tool-card .button {
  margin-top: auto;
  pointer-events: none;
}

.feature-accent {
  display: inline-flex;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: var(--surface-gold);
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.usecase-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.usecase-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(226, 232, 240, 0.96);
  color: var(--text);
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

.seo-panel {
  padding: clamp(1.7rem, 4vw, 2.5rem);
  background:
    radial-gradient(circle at top right, rgba(219, 234, 254, 0.55), transparent 25%),
    radial-gradient(circle at bottom left, rgba(254, 243, 199, 0.52), transparent 30%),
    rgba(255, 255, 255, 0.92);
}

.seo-panel p + p {
  margin-top: 1rem;
}

.cta-panel {
  padding: clamp(1.7rem, 4vw, 2.3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.95)),
    rgba(255, 255, 255, 0.94);
}

.cta-panel .button {
  flex: 0 0 auto;
  min-width: 14rem;
}

.cta-panel--split {
  gap: clamp(1.8rem, 4vw, 3rem);
}

.cta-panel--split > :first-child {
  flex: 1 1 36rem;
  max-width: 44rem;
}

.cta-panel__actions {
  display: grid;
  gap: 0.9rem;
  justify-items: start;
  flex: 0 0 auto;
}

.site-footer {
  padding: 2rem 0 2.8rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.1fr 0.8fr;
  gap: 1.4rem;
  align-items: start;
}

.footer-brand {
  margin-bottom: 0.8rem;
}

.footer-copy,
.footer-meta p {
  margin: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  column-gap: 2.25rem;
  row-gap: 0.7rem;
  align-content: start;
}

.footer-links a,
.footer-meta {
  color: var(--text-muted);
}

.footer-links a:hover {
  color: var(--blue);
}

.footer-links a[href="https://github.com/ivanlukichev/pickwinner"] {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
}

.footer-links a[href="https://github.com/ivanlukichev/pickwinner"]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .5C5.65.5.5 5.66.5 12.02c0 5.09 3.29 9.4 7.86 10.92.58.11.79-.25.79-.56 0-.28-.01-1.2-.02-2.18-3.2.7-3.88-1.36-3.88-1.36-.52-1.33-1.27-1.68-1.27-1.68-1.04-.72.08-.71.08-.71 1.15.08 1.75 1.18 1.75 1.18 1.02 1.75 2.68 1.25 3.34.96.1-.74.4-1.25.72-1.54-2.55-.29-5.24-1.28-5.24-5.68 0-1.25.45-2.27 1.18-3.07-.12-.29-.51-1.46.11-3.04 0 0 .97-.31 3.16 1.17a10.93 10.93 0 0 1 5.75 0c2.19-1.48 3.16-1.17 3.16-1.17.63 1.58.24 2.75.12 3.04.74.8 1.18 1.82 1.18 3.07 0 4.41-2.69 5.38-5.25 5.67.41.36.77 1.07.77 2.16 0 1.56-.01 2.81-.01 3.19 0 .31.21.68.8.56A11.53 11.53 0 0 0 23.5 12.02C23.5 5.66 18.35.5 12 .5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .5C5.65.5.5 5.66.5 12.02c0 5.09 3.29 9.4 7.86 10.92.58.11.79-.25.79-.56 0-.28-.01-1.2-.02-2.18-3.2.7-3.88-1.36-3.88-1.36-.52-1.33-1.27-1.68-1.27-1.68-1.04-.72.08-.71.08-.71 1.15.08 1.75 1.18 1.75 1.18 1.02 1.75 2.68 1.25 3.34.96.1-.74.4-1.25.72-1.54-2.55-.29-5.24-1.28-5.24-5.68 0-1.25.45-2.27 1.18-3.07-.12-.29-.51-1.46.11-3.04 0 0 .97-.31 3.16 1.17a10.93 10.93 0 0 1 5.75 0c2.19-1.48 3.16-1.17 3.16-1.17.63 1.58.24 2.75.12 3.04.74.8 1.18 1.82 1.18 3.07 0 4.41-2.69 5.38-5.25 5.67.41.36.77 1.07.77 2.16 0 1.56-.01 2.81-.01 3.19 0 .31.21.68.8.56A11.53 11.53 0 0 0 23.5 12.02C23.5 5.66 18.35.5 12 .5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.text-link {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(29, 78, 216, 0.28);
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--blue-deep);
  text-decoration-color: currentColor;
}

.footer-meta {
  display: grid;
  gap: 0.55rem;
  justify-items: start;
}

.site-footer__credit {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  opacity: 0.8;
}

.site-footer__credit a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
  color: var(--text);
  opacity: 1;
  border-bottom-color: currentColor;
}

@keyframes shuffleFeedbackPulse {
  0% {
    transform: scale(1);
  }

  35% {
    transform: scale(0.988);
  }

  65% {
    transform: scale(1.012);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes shuffleFeedbackItems {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }

  35% {
    transform: translate3d(0, -8px, 0) rotate(var(--shuffle-tilt, 0deg)) scale(0.985);
    opacity: 0.92;
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes shuffleFeedbackField {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}

.shuffle-feedback-panel.is-shuffling {
  animation: shuffleFeedbackPulse 440ms ease;
}

.shuffle-feedback-grid.is-shuffling > * {
  animation: shuffleFeedbackItems 440ms ease;
  animation-delay: calc(var(--shuffle-index, 0) * 28ms);
}

.shuffle-feedback-field.is-shuffling {
  animation: shuffleFeedbackField 420ms ease;
}

.tool-page {
  padding-top: 2rem;
}

.tool-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1.4rem;
  align-items: start;
}

.guide-page {
  padding-top: 1.8rem;
}

.guide-hero,
.guide-card,
.guide-article,
.guide-cta,
.guide-sidebar-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.guide-hero {
  padding: clamp(1.8rem, 4vw, 2.6rem);
  background:
    radial-gradient(circle at top right, rgba(219, 234, 254, 0.52), transparent 28%),
    radial-gradient(circle at bottom left, rgba(254, 243, 199, 0.46), transparent 32%),
    rgba(255, 255, 255, 0.94);
}

.guide-hero h1,
.guide-article__content h1 {
  margin: 0.9rem 0 0.8rem;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.guide-hero p,
.guide-card p,
.guide-article__content p,
.guide-article__content li,
.guide-sidebar-card p {
  color: var(--text-muted);
}

.guide-hero__intro {
  max-width: 52rem;
  font-size: 1.04rem;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.guide-card {
  padding: 1.5rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(29, 78, 216, 0.18);
}

.guide-card h2,
.guide-card h3 {
  margin: 0.95rem 0 0.55rem;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.guide-card p {
  margin: 0 0 1.15rem;
}

.landing-preview {
  margin: 1.4rem 0 0;
  padding: 1.25rem;
  background:
    radial-gradient(circle at top right, rgba(219, 234, 254, 0.52), transparent 32%),
    radial-gradient(circle at bottom left, rgba(254, 243, 199, 0.42), transparent 34%),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
}

.landing-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-xs);
}

.landing-preview figcaption {
  margin-top: 0.85rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.intent-card {
  padding: 1.45rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.intent-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(29, 78, 216, 0.18);
}

.intent-card h3 {
  margin: 0.9rem 0 0.55rem;
}

.intent-card p {
  margin: 0;
  color: var(--text-muted);
}

.guide-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 20rem);
  gap: 1.4rem;
  align-items: start;
}

.guide-article {
  padding: clamp(1.7rem, 4vw, 2.6rem);
}

.guide-article__content {
  max-width: 46rem;
}

.guide-article__content p,
.guide-article__content ul,
.guide-article__content ol {
  margin: 0 0 1.1rem;
  font-size: 1.04rem;
}

.guide-article__content h2 {
  margin: 2rem 0 0.8rem;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.guide-article__content ul,
.guide-article__content ol {
  padding-left: 1.25rem;
}

.guide-article__content li + li {
  margin-top: 0.45rem;
}

.guide-article__content a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.guide-article__content a.button {
  color: #ffffff;
  text-decoration: none;
}

.guide-article__content a.button.button-secondary,
.guide-article__content a.button.button-ghost {
  color: var(--text);
}

.guide-sidebar-card {
  position: sticky;
  top: 6.2rem;
  padding: 1.35rem;
}

.guide-sidebar-card .button {
  margin-top: 1rem;
}

.guide-sidebar-card h2,
.guide-sidebar-card h3 {
  margin: 0.8rem 0 0.55rem;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.guide-sidebar-card .inline-links {
  margin-top: 1rem;
  grid-template-columns: 1fr;
}

.guide-cta {
  margin-top: 2.1rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(239, 246, 255, 0.94)),
    rgba(255, 255, 255, 0.94);
}

.tool-support-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.tool-support-card,
.faq-card {
  padding: clamp(1.4rem, 4vw, 2rem);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.tool-support-card h2,
.faq-card h2 {
  margin: 0.85rem 0 0.6rem;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.tool-support-card p,
.faq-card p,
.faq-item p,
.guide-sidebar-card h3 + p {
  margin: 0;
  color: var(--text-muted);
}

.tool-support-card p + p {
  margin-top: 0.85rem;
}

.obfuscated-email {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.96);
  border: 1px solid rgba(226, 232, 240, 0.96);
  color: var(--text);
  font-weight: 600;
  white-space: nowrap;
}

.tool-support-card .button {
  margin-top: 1.1rem;
}

.faq-stack {
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(248, 250, 252, 0.9);
}

.faq-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.guide-sidebar-card h3 {
  margin: 1.15rem 0 0.45rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.guide-sidebar-card .inline-links + h3 {
  margin-top: 1.25rem;
}

.guide-cta h2 {
  margin: 0.8rem 0 0.55rem;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.guide-cta p {
  margin: 0 0 1.2rem;
}

.tool-summary,
.tool-preview {
  padding: clamp(1.6rem, 4vw, 2.1rem);
}

.tool-preview {
  overflow: hidden;
}

.tool-summary {
  background:
    radial-gradient(circle at top left, rgba(219, 234, 254, 0.42), transparent 30%),
    rgba(255, 255, 255, 0.94);
}

.tool-subcopy {
  margin: 0 0 1.4rem;
  font-size: 1.03rem;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  font-weight: 700;
}

.status-chip::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: currentColor;
}

.preview-list,
.inline-links {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.preview-list li,
.inline-links a {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid var(--border);
  color: var(--text-muted);
}

.inline-links {
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  align-items: stretch;
}

.inline-links li {
  display: flex;
  min-width: 0;
}

.inline-links a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
  color: var(--text);
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.inline-links a:hover {
  transform: translateY(-2px);
  color: var(--blue);
  border-color: rgba(29, 78, 216, 0.2);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .tool-layout,
  .guide-article-shell,
  .footer-grid,
  .tool-support-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-demo {
    width: 100%;
  }

  .footer-meta {
    justify-items: start;
  }

  .footer-links {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .guide-sidebar-card {
    position: static;
  }

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

@media (max-width: 840px) {
  .section {
    padding: 3.7rem 0;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.7rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
  }

  .site-nav a:hover {
    background: rgba(241, 245, 249, 0.95);
  }

  .nav-toggle {
    display: inline-block;
    margin-left: 0;
  }

  .language-switcher {
    margin-left: auto;
  }

  .language-switcher__button {
    min-height: 3rem;
    max-width: 10.5rem;
  }

  .language-switcher__button span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .site-shell::before {
    opacity: 0.24;
    background-position: center top, 58% top;
  }

  .header-inner {
    min-height: 4.5rem;
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-actions,
  .usecase-grid {
    display: grid;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .button {
    white-space: normal;
  }

  .hero-actions .button,
  .tool-card .button,
  .cta-panel .button,
  .tool-summary .button {
    width: 100%;
  }

  .tools-grid,
  .features-grid,
  .more-tools-grid,
  .guide-grid,
  .tool-support-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-demo {
    padding: 1.15rem;
  }

  .hero-demo__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-wheel-frame {
    min-height: 21rem;
    padding-top: 1.8rem;
  }

  .hero-wheel {
    width: min(100%, 19rem);
  }

  .hero-wheel__label {
    width: 4.6rem;
    font-size: 0.72rem;
  }

  .hero-wheel__label--1 { top: 20%; left: 67%; }
  .hero-wheel__label--2 { top: 44%; left: 79%; }
  .hero-wheel__label--3 { top: 72%; left: 65%; }
  .hero-wheel__label--4 { top: 75%; left: 35%; }
  .hero-wheel__label--5 { top: 49%; left: 20%; }
  .hero-wheel__label--6 { top: 22%; left: 31%; }

  .hero-wheel__hub {
    width: 4.2rem;
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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

  .hero-wheel {
    animation: none;
  }

  .hero-wheel__surface {
    animation: none;
  }
}
