﻿:root {
  --ink: #111111;
  --black: #070707;
  --paper: #f2efe8;
  --white: #fffdf7;
  --acid: #d7ff3f;
  --olive: #4a5a2b;
  --muted: #aaa79f;
  --line: rgba(17, 17, 17, .18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
button, input { font: inherit; }
::selection { background: var(--acid); color: var(--black); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--acid); color: var(--ink); padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 74px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(242, 239, 232, .92); border-bottom: 2px solid var(--ink); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-size: 1.1rem; font-weight: 900; letter-spacing: -.04em; }
.brand-logo { width: 36px; height: 36px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a, footer a { font-size: .85rem; font-weight: 800; text-decoration: none; }
nav a:hover, footer a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
nav a { min-height: 44px; display: inline-flex; align-items: center; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .85rem 1.25rem; border: 2px solid var(--ink); background: var(--acid); color: var(--ink); box-shadow: 5px 5px 0 var(--ink); font-weight: 900; text-decoration: none; transition: transform .18s, box-shadow .18s; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, button:focus-visible { outline: 3px solid var(--olive); outline-offset: 3px; }
.button-small { min-height: 40px; padding: .45rem .85rem; box-shadow: 3px 3px 0 var(--ink); font-size: .8rem; }
.button-full { width: 100%; }
.text-link { font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.text-link span { display: inline-block; margin-left: .35rem; }
.text-link.light { color: var(--acid); }

.hero { min-height: calc(100vh - 74px); max-width: var(--max); margin: auto; padding: clamp(4rem, 9vw, 8rem) 24px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .section-heading h2, .control h2, .price-copy h2, .community h2, .final-cta h2 { margin: 0; font-size: clamp(3.7rem, 8.5vw, 8rem); line-height: .86; letter-spacing: -.075em; font-weight: 950; }
.hero h1 span { color: var(--olive); }
.hero-lede { max-width: 660px; margin: 2rem 0; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.45; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; }
.plain-list { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; padding: 0; margin: 2.3rem 0 0; list-style: none; font-size: .8rem; font-weight: 800; }
.plain-list li::before { content: "\2014"; margin-right: .45rem; color: #477000; }
.hero-art { min-width: 0; }
.application-stack { min-height: 520px; position: relative; display: grid; place-items: center; }
.paper { position: absolute; width: min(390px, 82%); min-height: 430px; padding: 2rem; background: var(--white); border: 3px solid var(--ink); box-shadow: 9px 9px 0 var(--ink); }
.paper i { display: block; width: 100%; height: 9px; margin-top: 1rem; background: #d5d1c8; }
.paper i:nth-child(odd) { width: 76%; }
.paper-back { transform: rotate(-10deg) translate(-35px, 5px); background: #a9a69e; }
.paper-mid { transform: rotate(7deg) translate(30px, -8px); background: var(--acid); }
.paper-front { transform: rotate(-2deg); }
.paper-top { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 2px solid var(--ink); }
.paper-top span { font-size: .8rem; font-weight: 900; color: var(--olive); }
.stamp { position: absolute; right: 1.2rem; bottom: 2.4rem; padding: .3rem .7rem; border: 4px solid var(--olive); color: var(--olive); font-size: 2.1rem; font-weight: 950; transform: rotate(-11deg); }
.cut-line { position: absolute; z-index: 5; width: 115%; height: 5px; background: var(--acid); transform: rotate(-21deg); box-shadow: 0 -7px 0 var(--paper), 0 7px 0 var(--paper); }
.freedom-tag { position: absolute; right: -5px; bottom: 16px; z-index: 6; padding: .65rem 1rem; background: var(--ink); color: var(--acid); font-weight: 900; transform: rotate(4deg); }

.ticker { overflow: hidden; border-block: 2px solid var(--ink); background: var(--ink); color: var(--white); }
.ticker-track { width: max-content; padding: .8rem 0; display: flex; gap: 1.3rem; animation: ticker 28s linear infinite; font-size: .83rem; font-weight: 900; letter-spacing: .08em; }
.ticker b { color: var(--acid); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(5rem, 10vw, 9rem) max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 1000px; }
.section-heading h2, .control h2, .community h2 { font-size: clamp(3rem, 6.5vw, 6.3rem); }
.reality-grid { margin-top: 4rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.5rem; align-items: stretch; }
.manifesto { padding: clamp(1.8rem, 5vw, 4rem); border: 3px solid var(--ink); background: var(--white); box-shadow: 9px 9px 0 var(--ink); }
.manifesto p { margin: 0; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: clamp(1.15rem, 2.2vw, 1.8rem); font-weight: 800; }
.manifesto strong { display: block; margin-top: 1.8rem; color: var(--olive); font-size: clamp(1.4rem, 3vw, 2.4rem); line-height: 1.1; }
.note-card { padding: clamp(2rem, 5vw, 4rem); background: var(--acid); border: 3px solid var(--ink); transform: rotate(1.4deg); }
.note-label { font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.note-big { font-size: clamp(1.7rem, 3.6vw, 3.3rem); font-weight: 950; line-height: 1; letter-spacing: -.05em; }
.note-card span { font-weight: 900; }

.reset { background: var(--black); color: var(--white); }
.steps { margin: 4rem 0 0; padding: 0; list-style: none; border-top: 1px solid #484848; }
.steps li { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid #484848; }
.steps li > span { color: var(--acid); font-weight: 900; }
.steps h3 { margin: 0; font-size: clamp(1.35rem, 2.8vw, 2.3rem); }
.steps p { max-width: 670px; margin: .45rem 0 0; color: var(--muted); font-size: 1rem; }

/* Install Guide Section */
.install-guide { background: var(--white); border-block: 3px solid var(--ink); }
.install-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.install-step { padding: 2rem; border: 2px solid var(--ink); background: var(--paper); position: relative; }
.install-step .step-num { display: inline-block; width: 42px; height: 42px; background: var(--ink); color: var(--acid); font-weight: 900; font-size: 1.1rem; text-align: center; line-height: 42px; margin-bottom: 1.2rem; }
.install-step h3 { margin: 0 0 .6rem; font-size: 1.3rem; }
.install-step p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.5; }
.install-step .step-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.install-note { margin-top: 2rem; padding: 1.2rem 1.5rem; background: var(--acid); border: 2px solid var(--ink); font-weight: 700; font-size: .9rem; display: flex; align-items: center; gap: 1rem; }
.install-note span { font-size: 1.3rem; }
.install-cta { margin-top: 2.5rem; text-align: center; }

.control { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--ink); color: var(--white); }
.control-copy > p:not(.eyebrow) { max-width: 650px; margin: 2rem 0; font-size: 1.2rem; font-weight: 700; }
.local-visual { min-height: 430px; display: grid; place-items: center; position: relative; }
.device { width: min(420px, 88%); padding: .8rem; border: 4px solid var(--acid); border-radius: 18px; background: var(--black); box-shadow: 13px 13px 0 rgba(215, 255, 63, .25); transform: rotate(2deg); }
.device-bar { display: flex; gap: .45rem; padding: .2rem .25rem .8rem; }
.device-bar span { width: 10px; aspect-ratio: 1; background: var(--acid); border-radius: 50%; opacity: .6; }
.device-screen { min-height: 280px; padding: 2rem; display: grid; place-items: center; align-content: center; gap: .7rem; text-align: center; background: var(--paper); }
.device-screen strong { font-size: clamp(2rem, 5vw, 4rem); line-height: .9; }
.device-screen small { font-weight: 800; }
.lock-icon { width: 70px; height: 58px; border: 6px solid var(--ink); position: relative; }
.lock-icon span { position: absolute; width: 45px; height: 35px; left: 6px; top: -35px; border: 6px solid var(--ink); border-bottom: 0; border-radius: 25px 25px 0 0; }
.blocked-cloud { position: absolute; right: -5px; top: 12px; padding: .5rem .8rem; background: var(--white); border: 3px solid var(--ink); font-size: .75rem; font-weight: 900; transform: rotate(7deg); }
.blocked-cloud b { color: var(--white); background: var(--ink); padding: .2rem; }

.promise-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); }
.promise-grid article { min-height: 270px; padding: 1.6rem; border-right: 2px solid var(--ink); }
.promise-grid article:last-child { border: 0; }
.promise-grid span { color: var(--olive); font-weight: 900; }
.promise-grid h3 { margin: 3.5rem 0 .7rem; font-size: 1.45rem; line-height: 1; }
.promise-grid p { margin: 0; }
.comparison { background: var(--acid); }
.comparison-table { margin-top: 4rem; border: 3px solid var(--ink); background: var(--paper); box-shadow: 9px 9px 0 var(--ink); }
.comparison-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 2px solid var(--ink); }
.comparison-row:last-child { border: 0; }
.comparison-row span, .comparison-row strong { padding: 1.3rem; }
.comparison-row strong { border-left: 2px solid var(--ink); background: var(--white); }
.comparison-head { background: var(--ink); color: var(--white); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.comparison-head span:last-child { color: var(--acid); border-left: 2px solid var(--paper); }

.founder { background: var(--paper); }
.founder-quote { max-width: 950px; margin: auto; position: relative; }
.quote-mark { color: var(--olive); font-family: Georgia, serif; font-size: 10rem; line-height: .5; }
blockquote { margin: 0; font-size: clamp(2.1rem, 5vw, 4.8rem); font-weight: 950; line-height: 1; letter-spacing: -.05em; }
.founder-quote p { max-width: 720px; margin: 2rem 0 1rem; font-size: 1.1rem; font-weight: 700; }
cite { font-style: normal; font-size: .85rem; font-weight: 900; }

.pricing { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; background: var(--black); color: var(--white); }
.price-copy h2 { color: var(--acid); }
.price-copy > p:last-child { max-width: 500px; font-size: 1.2rem; color: var(--muted); }
.price-card { padding: clamp(1.5rem, 4vw, 2.6rem); background: var(--paper); color: var(--ink); border: 3px solid var(--white); box-shadow: 12px 12px 0 var(--acid); }
.price-card-top { display: flex; align-items: end; justify-content: space-between; padding-bottom: 1rem; border-bottom: 2px solid var(--ink); font-size: .75rem; font-weight: 900; }
.price-card-top strong { font-size: 3.5rem; line-height: .8; }
.price-card ul { margin: 1.8rem 0; padding: 0; list-style: none; }
.price-card li { padding: .55rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.price-card li::before { content: "\2192"; margin-right: .65rem; color: var(--olive); font-weight: 900; }
.price-card small { display: block; margin-top: 1rem; text-align: center; font-weight: 700; }
.trial-badge { display: inline-block; margin-bottom: 1.5rem; padding: .4rem .9rem; background: var(--acid); border: 2px solid var(--ink); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.trial-details { margin: 0 0 1rem; padding: .8rem 1rem; background: var(--white); border: 1px solid var(--line); font-size: .85rem; font-weight: 700; }
.trial-details strong { color: var(--olive); }

.community { background: var(--acid); }
.community-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 4rem; align-items: end; }
.community p { max-width: 560px; font-weight: 700; }
.signup-form label { display: block; margin-bottom: .55rem; font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.signup-form > div { display: flex; }
.signup-form input { min-width: 0; flex: 1; padding: 1rem; border: 3px solid var(--ink); background: var(--white); color: var(--ink); border-radius: 0; }
.signup-form button { padding: 1rem; border: 3px solid var(--ink); border-left: 0; background: var(--ink); color: var(--white); font-weight: 900; cursor: pointer; }
.form-message { min-height: 1.5rem; margin: .5rem 0 0; font-size: .85rem; }

/* Feedback callout */
.feedback-callout { margin-top: 2rem; padding: 1rem 1.2rem; background: var(--ink); color: var(--white); display: inline-flex; align-items: center; gap: .8rem; font-size: .85rem; font-weight: 700; text-decoration: none; border: 2px solid var(--ink); transition: transform .18s, box-shadow .18s; }
.feedback-callout:hover { transform: translate(2px, 2px); box-shadow: none; }
.feedback-callout span { font-size: 1.2rem; }

.faq-list { margin-top: 3rem; border-top: 2px solid var(--ink); }
details { border-bottom: 2px solid var(--ink); }
summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; cursor: pointer; list-style: none; font-size: clamp(1.1rem, 2.2vw, 1.5rem); font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--olive); font-size: 1.8rem; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 800px; margin: 0; padding: 0 0 1.5rem; font-size: 1rem; }
.final-cta { padding: clamp(6rem, 13vw, 12rem) 24px; text-align: center; background: var(--acid); border-block: 3px solid var(--ink); }
.final-cta h2 { margin-bottom: 3rem; font-size: clamp(4rem, 11vw, 10rem); }
footer { min-height: 160px; padding: 3rem max(24px, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; background: var(--black); color: var(--white); }
footer p { color: var(--muted); font-size: .85rem; }
footer > div { display: flex; gap: 1.5rem; }

/* Social media icons */
.footer-social { display: flex; gap: 1rem; align-items: center; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: background .2s, border-color .2s; text-decoration: none; }
.footer-social a:hover { background: var(--acid); border-color: var(--acid); }
.footer-social a:hover svg { fill: var(--ink); }
.footer-social svg { width: 16px; height: 16px; fill: var(--white); transition: fill .2s; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker-track { animation: none; } .js .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 850px) {
  nav { display: none; }
  .hero, .reality-grid, .control, .pricing, .community-inner { grid-template-columns: 1fr; }
  .hero { padding-top: 5rem; }
  .application-stack { min-height: 480px; }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid article:nth-child(2) { border-right: 0; }
  .promise-grid article:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
  .install-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; text-align: center; }
  .footer-social { justify-content: center; }
}
@media (max-width: 540px) {
  .site-header .button-small { display: none; }
  .hero h1 { font-size: clamp(3.3rem, 17vw, 5.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .application-stack { min-height: 400px; }
  .paper { min-height: 340px; padding: 1.4rem; }
  .stamp { font-size: 1.5rem; }
  .steps li { grid-template-columns: 48px 1fr; gap: .7rem; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article { min-height: 220px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .comparison-row span, .comparison-row strong { padding: .9rem; font-size: .84rem; }
  .signup-form > div { flex-direction: column; }
  .signup-form button { border: 3px solid var(--ink); border-top: 0; }
}

/* Feedback Modal */
.feedback-trigger { cursor: pointer; background: transparent; border: none; font: inherit; }
button.feedback-callout { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.25rem; font-size: .88rem; font-weight: 800; color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--ink); padding: 0 0 3px 0; cursor: pointer; }
button.feedback-callout:hover { color: var(--olive); border-color: var(--olive); }
.footer-link-btn { background: none; border: none; padding: 0; font: inherit; font-size: .85rem; font-weight: 800; color: inherit; cursor: pointer; text-decoration: none; }
.footer-link-btn:hover { text-decoration: underline; text-decoration-thickness: 2px; }

.feedback-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(7, 7, 7, .75);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  padding: 1rem;
}
.feedback-modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.feedback-modal-card {
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  max-width: 540px;
  width: 100%;
  padding: 2.2rem;
  position: relative;
  transform: translateY(20px) scale(.98);
  transition: transform .25s cubic-bezier(.16, 1, .3, 1);
  max-height: 90vh;
  overflow-y: auto;
}
.feedback-modal-backdrop.open .feedback-modal-card {
  transform: translateY(0) scale(1);
}
.feedback-close-btn {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: transparent;
  border: 2px solid var(--ink);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 2px 2px 0 var(--ink);
  transition: transform .15s, background .15s;
}
.feedback-close-btn:hover {
  background: var(--acid);
  transform: translate(1px, 1px);
}
.feedback-header h3 {
  margin: .3rem 0 .5rem 0;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -.03em;
}
.feedback-header p {
  margin: 0 0 1.5rem 0;
  font-size: .95rem;
  color: #333;
}
.feedback-categories {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1.5rem;
}
.category-pill {
  display: inline-flex;
  align-items: center;
  padding: .5rem .9rem;
  border: 2px solid var(--ink);
  background: var(--white);
  font-size: .85rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 2px 2px 0 var(--ink);
  transition: all .15s;
}
.category-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.category-pill.active {
  background: var(--acid);
  box-shadow: 3px 3px 0 var(--ink);
  transform: translate(-1px, -1px);
}
.feedback-form .form-group {
  margin-bottom: 1.25rem;
}
.feedback-form label {
  display: block;
  font-size: .9rem;
  font-weight: 800;
  margin-bottom: .4rem;
}
.feedback-form .required {
  color: #c00;
}
.feedback-form .optional {
  font-weight: normal;
  color: #666;
  font-size: .8rem;
}
.feedback-form textarea,
.feedback-form input[type="email"] {
  width: 100%;
  padding: .85rem;
  border: 2px solid var(--ink);
  background: var(--white);
  font-size: .95rem;
  border-radius: 0;
}
.feedback-form textarea:focus,
.feedback-form input[type="email"]:focus {
  outline: 3px solid var(--olive);
  outline-offset: 2px;
}
.feedback-actions {
  margin-top: 1.5rem;
}
.feedback-success {
  text-align: center;
  padding: 1.5rem 0;
}
.feedback-success .success-icon {
  font-size: 3rem;
  margin-bottom: .5rem;
}
.feedback-success h4 {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 0 .5rem 0;
}
.feedback-success p {
  font-size: .95rem;
  margin-bottom: 1.5rem;
  color: #333;
}
