:root {
  --ink: #24170f;
  --muted: #705c50;
  --cream: #fff9e8;
  --paper: #fffdf6;
  --yellow: #ffd400;
  --red: #c70039;
  --deep-red: #8f002b;
  --line: rgba(70, 36, 19, 0.16);
  --shadow: 0 24px 70px rgba(81, 31, 18, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 5%, rgba(255, 212, 0, 0.28), transparent 32rem),
    linear-gradient(180deg, var(--cream), #fff 65%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; }

.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; text-decoration: none; font-size: 1.15rem; }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.nav-links { display: flex; gap: 24px; color: var(--muted); font-size: .94rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--red); }
.nav-links .nav-plugin { color: white; background: var(--red); padding: 8px 14px; border-radius: 999px; font-weight: 750; }
.nav-links .nav-plugin:hover { color: white; background: var(--deep-red); }

.hero { display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; padding: 88px 0 96px; }
.eyebrow { color: var(--red); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: .78rem; }
h1 { margin: 14px 0 22px; max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 7vw, 7.2rem); line-height: .88; letter-spacing: -.055em; }
h1 em { color: var(--red); font-style: normal; }
.lede { max-width: 610px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 21px; border-radius: 999px; border: 1px solid var(--ink); font-weight: 750; text-decoration: none; }
.button.primary { color: white; background: var(--red); border-color: var(--red); box-shadow: 0 10px 30px rgba(199, 0, 57, .2); }
.button:hover { transform: translateY(-1px); }

.demo-wrap { position: relative; }
.sun { position: absolute; width: 150px; height: 150px; border-radius: 50%; background: var(--yellow); top: -46px; right: -32px; z-index: 0; }
.demo { position: relative; z-index: 1; background: #211b1e; color: white; border-radius: 30px; padding: 32px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.demo-label { display: flex; align-items: center; gap: 10px; color: #ff95aa; font-weight: 750; margin-bottom: 25px; }
.demo-label img { width: 30px; height: 30px; border-radius: 8px; }
.line { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 1.04rem; }
.line:last-child { border-bottom: 0; }
.code { display: inline-block; width: 38px; color: #ffd400; font-weight: 850; }
.fix { font-weight: 850; color: #ff8aa4; }
.gap { height: 18px; }

.section { padding: 88px 0; }
.section h2 { margin: 0 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.035em; }
.section-intro { max-width: 640px; color: var(--muted); font-size: 1.1rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.card { padding: 28px; border-radius: 22px; background: rgba(255,255,255,.7); border: 1px solid var(--line); }
.number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--yellow); color: var(--deep-red); font-weight: 900; }
.card h3 { margin: 20px 0 8px; font-size: 1.12rem; }
.card p { margin: 0; color: var(--muted); }

.band { margin: 50px 0 90px; padding: 56px; color: white; background: var(--red); border-radius: 32px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.band h2 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.band p { margin: 0; color: #ffdce4; }
.band .button { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }

.legal { max-width: 760px; padding: 68px 0 100px; }
.legal h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
.legal h2 { margin-top: 38px; font-size: 1.35rem; }
.legal p, .legal li { color: var(--muted); }
.legal .updated { color: var(--red); font-weight: 700; }

footer { border-top: 1px solid var(--line); padding: 28px 0 44px; color: var(--muted); font-size: .9rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }

@media (max-width: 800px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; gap: 62px; padding-top: 55px; }
  .cards { grid-template-columns: 1fr; }
  .band { grid-template-columns: 1fr; padding: 38px 26px; }
  .footer-inner { flex-direction: column; }
}
