:root {
  --bg: #07090c; --bg2: #0b0e13; --card: rgba(255,255,255,.028);
  --hair: rgba(255,255,255,.075); --hair2: rgba(255,255,255,.14);
  --text: #f2f0eb; --dim: rgba(242,240,235,.60); --faint: rgba(242,240,235,.34);
  --gold: #e8b64c; --gold2: #f6dfa4; --aqua: #7fc9ea;
  --green: #4fd08d; --red: #ef6b5e;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--text);
  font: 16.5px/1.7 var(--sans);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(900px 480px at 50% -140px, rgba(232,182,76,.10), transparent 62%),
    radial-gradient(700px 500px at 88% 12%, rgba(127,201,234,.05), transparent 60%);
}
main, header.site, footer.site { position: relative; z-index: 1; }
a { color: var(--aqua); text-decoration: none; }
a:hover { opacity: .85; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 28px; }

/* ---------- header ---------- */
header.site {
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 0;
}
.logo { display: flex; align-items: baseline; gap: 11px; color: var(--text); }
.logo .mark {
  font-family: var(--serif); font-size: 27px; font-weight: 600;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.logo .name { font-weight: 600; font-size: 17px; letter-spacing: .2px; }
.logo .by { color: var(--faint); font-size: 12px; letter-spacing: .4px; }
nav a { color: var(--dim); margin-left: 30px; font-size: 14px; letter-spacing: .2px; }
nav a:hover { color: var(--text); opacity: 1; }

/* ---------- hero ---------- */
.hero { text-align: center; padding: 108px 0 64px; }
.kicker {
  display: inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: .32em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 26px;
}
.hero h1 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(38px, 6.4vw, 74px); line-height: 1.06; letter-spacing: -.01em;
}
.hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.sub {
  max-width: 620px; margin: 30px auto 0; color: var(--dim);
  font-size: 19px; line-height: 1.75;
}
.cta { margin-top: 44px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block; padding: 15px 34px; border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: .2px; transition: all .25s ease;
}
.btn.primary {
  background: linear-gradient(135deg, var(--gold), #d9a13c); color: #141007;
  box-shadow: 0 8px 34px rgba(232,182,76,.28), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn.primary:hover { transform: translateY(-1px); box-shadow: 0 12px 44px rgba(232,182,76,.38); opacity: 1; }
.btn.ghost { border: 1px solid var(--hair2); color: var(--text); }
.btn.ghost:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.03); opacity: 1; }
.badge-note { margin-top: 16px; color: var(--faint); font-size: 13px; letter-spacing: .2px; }

/* ---------- screenshots ---------- */
.shots {
  display: flex; gap: 26px; justify-content: flex-start;
  overflow-x: auto; padding: 70px 6px 30px; scrollbar-width: none;
}
.shots::-webkit-scrollbar { display: none; }
.shots img {
  width: 232px; border-radius: 32px; flex: 0 0 auto; display: block;
  border: 1px solid var(--hair2);
  box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 60px rgba(232,182,76,.05);
  transition: transform .3s ease;
}
.shots img:hover { transform: translateY(-6px); }

/* ---------- stats band ---------- */
.stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px; background: var(--hair); border: 1px solid var(--hair);
  border-radius: 20px; overflow: hidden; margin: 40px 0 0;
}
.stat { background: var(--bg2); padding: 30px 26px; text-align: center; }
.stat .n {
  font-family: var(--serif); font-size: 34px; font-weight: 500;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat .l { color: var(--faint); font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; margin-top: 6px; }

/* ---------- engine spotlight ---------- */
.spotlight {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px;
  align-items: center; padding: 110px 0 90px;
}
@media (max-width: 820px) { .spotlight { grid-template-columns: 1fr; } }
.spotlight h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(30px, 4vw, 44px); line-height: 1.15; margin: 14px 0 20px;
}
.spotlight p { color: var(--dim); margin-bottom: 16px; font-size: 16.5px; }
.spotlight .phone { text-align: center; }
.spotlight .phone img {
  width: min(300px, 80%); border-radius: 36px; border: 1px solid var(--hair2);
  box-shadow: 0 30px 90px rgba(0,0,0,.6), 0 0 90px rgba(232,182,76,.07);
}

/* ---------- features ---------- */
.section-head { text-align: center; padding-top: 40px; }
.section-head h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(28px, 3.6vw, 40px); margin: 12px 0 10px;
}
.section-head p { color: var(--dim); max-width: 560px; margin: 0 auto; }
.features {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px; padding: 50px 0 30px;
}
.feature {
  background: var(--card); border: 1px solid var(--hair);
  border-radius: 20px; padding: 30px 28px;
  backdrop-filter: blur(6px); transition: border-color .25s ease;
}
.feature:hover { border-color: rgba(232,182,76,.25); }
.feature .fk {
  font-size: 11px; font-weight: 600; letter-spacing: .26em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.feature h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; letter-spacing: .1px; }
.feature p { color: var(--dim); font-size: 14.5px; line-height: 1.65; }

/* ---------- principle strip ---------- */
.principles { padding: 80px 0; text-align: center; }
.principles blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(22px, 3vw, 32px); line-height: 1.4; max-width: 760px;
  margin: 0 auto; color: var(--text);
}
.principles .who { margin-top: 18px; color: var(--faint); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }

/* ---------- pricing ---------- */
.pricing { text-align: center; padding: 70px 0 90px; }
.price-card {
  display: inline-block; background: var(--bg2); border: 1px solid var(--hair2);
  border-radius: 26px; padding: 46px 64px;
  box-shadow: 0 30px 90px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.05);
}
.price-card .plan { font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.price-card .price { font-family: var(--serif); font-size: 52px; font-weight: 500; margin: 14px 0 2px; }
.price-card .per { color: var(--faint); font-size: 14px; }
.price-card ul { list-style: none; margin: 24px 0 30px; color: var(--dim); font-size: 14.5px; }
.price-card li { padding: 5px 0; }
.price-card li::before { content: "· "; color: var(--gold); }

/* ---------- footer ---------- */
footer.site { border-top: 1px solid var(--hair); padding: 46px 0 70px; color: var(--faint); font-size: 13px; }
footer.site .links { margin-bottom: 16px; }
footer.site .links a { color: var(--dim); margin-right: 24px; }
.disclaimer {
  background: var(--card); border: 1px solid var(--hair); border-radius: 14px;
  padding: 16px 20px; margin-bottom: 20px; line-height: 1.6; max-width: 860px;
}

/* ---------- blog ---------- */
.blog-hero { text-align: center; padding: 80px 0 30px; }
.blog-hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 5vw, 52px); }
.blog-hero p { color: var(--dim); margin-top: 14px; }
.post-list { padding: 40px 0 60px; max-width: 760px; margin: 0 auto; }
.post-card {
  display: block; background: var(--card); border: 1px solid var(--hair);
  border-radius: 20px; padding: 30px 32px; margin-bottom: 18px; color: var(--text);
  transition: border-color .25s ease;
}
.post-card:hover { border-color: rgba(232,182,76,.3); opacity: 1; }
.post-card h2 { font-family: var(--serif); font-weight: 500; font-size: 24px; margin-bottom: 8px; }
.post-card .meta { color: var(--faint); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.post-card p { color: var(--dim); font-size: 15px; }
article.post { max-width: 700px; margin: 0 auto; padding: 70px 0 30px; }
article.post .meta { color: var(--faint); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
article.post h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 4.6vw, 46px); line-height: 1.15; margin-bottom: 26px; }
article.post h2 { font-family: var(--serif); font-weight: 500; font-size: 26px; margin: 40px 0 14px; }
article.post p { margin-bottom: 18px; color: rgba(242,240,235,.80); font-size: 17px; }
article.post li { margin: 0 0 12px 22px; color: rgba(242,240,235,.80); }
article.post img { max-width: 100%; border-radius: 14px; border: 1px solid var(--hair); margin: 22px 0; }
article.post .callout {
  background: var(--card); border-left: 2px solid var(--gold);
  border-radius: 10px; padding: 18px 22px; margin: 26px 0;
  color: var(--dim); font-size: 15.5px;
}
article.post .big-quote {
  font-family: var(--serif); font-style: italic; font-size: 24px;
  line-height: 1.45; color: var(--text); margin: 30px 0; text-align: center;
}
code { background: rgba(255,255,255,.06); border-radius: 6px; padding: 2px 7px; font-size: 14px; }
hr.sep { border: none; border-top: 1px solid var(--hair); margin: 36px 0; }
