:root{
  --bg:#0b0d12;
  --panel:#111521;
  --muted:#94a3b8;
  --text:#e5e7eb;
  --brand:#f97316;
  --brand2:#22c55e;
  --border:rgba(148,163,184,.18);
  --shadow: 0 10px 30px rgba(0,0,0,.35);
  --radius:16px;
  --max:1100px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
   background: #ffffff;
  color:var(--text);
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
a:hover{opacity:.95}
.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 18px}
.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:18px;top:12px;width:auto;height:auto;background:#fff;color:#000;padding:8px 10px;border-radius:8px;z-index:9999}

header.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7, 33, 97, 0.65);
  border-bottom:1px solid var(--border);
}
.header-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
}
.brand{
  display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.2px;
}
.logo{
  width:36px;height:36px;border-radius:12px;
  background: linear-gradient(135deg, rgb(249, 22, 71), rgba(34,197,94,1));
  box-shadow: var(--shadow);
}
.brand span{font-size:16px}
.nav{
  display:flex;align-items:center;gap:18px;
}
.nav a{
  color:var(--muted);
  font-weight:600;
  padding:8px 10px;
  border-radius:10px;
}
.nav a.active, .nav a:hover{color:var(--text); background: rgba(148,163,184,.08)}
.cta{
  display:flex;align-items:center;gap:10px;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:12px;
  padding:10px 14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  color:var(--text);
  font-weight:700;
}
.btn.primary{
  border-color: rgba(249,115,22,.45);
  background: linear-gradient(135deg, rgba(249,115,22,.95), rgba(249,115,22,.65));
  box-shadow: 0 12px 30px rgba(249,115,22,.18);
}
.btn.primary:hover{filter:saturate(1.05)}
.btn.ghost{background:transparent}
.hamburger{
  display:none;
  border:1px solid var(--border);
  background:rgba(255,255,255,.04);
  color:var(--text);
  width:44px;height:44px;border-radius:12px;
}

.hero{
  padding:42px 0 26px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:stretch;
}
.card{
  background: rgba(235, 236, 240, 0.78);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-left{
  padding:26px;
  position:relative;
  overflow:hidden;
}
.kicker{
  display:inline-flex;align-items:center;gap:10px;
  background: rgba(247, 245, 244, 0.932);
  border:1px solid rgba(249,115,22,.25);
  color: #ffd4b8;
  padding:7px 10px;border-radius:999px;
  font-weight:800;font-size:12px;
  letter-spacing:.4px;
  text-transform:uppercase;
}
.hero h1{
  margin:14px 0 10px;
  font-size: clamp(28px, 4vw, 44px);
  line-height:1.08;
  letter-spacing:-.5px;
}
.hero p.lead{
  margin:0 0 16px;
  color:var(--muted);
  font-size: clamp(14px, 1.35vw, 18px);
}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.badge{
  border:1px solid var(--border);
  border-radius:999px;
  padding:8px 10px;
  font-weight:700;
  color: var(--text);
  background: rgba(225, 230, 230, 0.03);
  font-size:12px;
}

.hero-right{
  padding:0;
  overflow:hidden;
  position:relative;
}
.hero-media{
  height:100%;
  min-height:340px;
  display:flex;
  flex-direction:column;
}
.media-top{
  padding:18px 18px 0;
  display:flex;align-items:center;justify-content:space-between;
  gap:10px;
}
.pill{
  font-size:12px;
  font-weight:800;
  color: rgba(229,231,235,.9);
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  border-radius:999px;
  padding:7px 10px;
}
.cycle{
  margin:14px 18px 18px;
  border-radius: 14px;
  border:1px solid var(--border);
  background: rgba(236, 231, 231, 0.904);
  padding:16px;
  min-height: 210px;
  display:flex;flex-direction:column;justify-content:center;
}
.cycle h3{margin:0 0 8px;font-size:18px;letter-spacing:-.2px}
.cycle p{margin:0;color:var(--muted)}
.cycle .metric-row{
  margin-top:12px;
  display:flex;gap:10px;flex-wrap:wrap;
}
.metric{
  flex:1;
  min-width:120px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  padding:10px 12px;border-radius:12px;
}
.metric .num{font-weight:900;font-size:18px}
.metric .lbl{color:var(--muted);font-size:12px;font-weight:700;margin-top:2px}

.section{padding:28px 0}
.section h2{margin:0 0 10px;font-size:26px;letter-spacing:-.3px}
.section p.sub{margin:0 0 18px;color:var(--muted)}
.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.feature{
  padding:18px;
}
.feature h3{margin:0 0 6px;font-size:16px}
.feature p{margin:0;color:var(--muted)}
.icon{
  width:42px;height:42px;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--border);
  background: rgba(243, 237, 237, 0.03);
  margin-bottom:12px;
}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.panel{padding:18px}
.list{
  margin:0;padding-left:18px;color:var(--muted)
}
.list li{margin:8px 0}

.pricing-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.price-card{padding:18px;position:relative;overflow:hidden}
.price-card.popular{
  border-color: rgba(249,115,22,.35);
  background: linear-gradient(180deg, rgba(249,115,22,.12), rgba(17,21,33,.78));
}
.tag{
  position:absolute;right:14px;top:14px;
  font-size:12px;font-weight:900;
  padding:6px 10px;border-radius:999px;
  background: rgba(249,115,22,.16);
  border:1px solid rgba(249,115,22,.35);
  color:#ffd4b8;
}
.price{
  display:flex;align-items:baseline;gap:8px;margin:8px 0 10px;
}
.price .amt{font-size:34px;font-weight:950;letter-spacing:-.7px}
.price .per{color:var(--muted);font-weight:800}
hr.sep{border:none;border-top:1px solid var(--border);margin:14px 0}

.faq{
  display:grid;
  gap:10px;
}
.faq details{
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  padding: 12px 14px;
}
.faq summary{
  cursor:pointer;
  font-weight:800;
}
.faq p{color:var(--muted);margin:10px 0 0}

.form{
  display:grid;
  gap:12px;
}
.field{
  display:grid;gap:6px;
}
label{font-weight:800}
input, textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  background: rgba(0,0,0,.25);
  color: var(--text);
  outline:none;
}
textarea{min-height:120px;resize:vertical}

footer{
  border-top:1px solid var(--border);
  padding:20px 0 36px;
  color:var(--muted);
}
.footer-row{
  display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;
}
.small{font-size:12px;color:var(--muted)}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-links a{color:var(--muted)}
.footer-links a:hover{color:var(--text)}

@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .pricing-grid{grid-template-columns:1fr}
  .nav{display:none}
  .hamburger{display:inline-flex;align-items:center;justify-content:center}
  .nav.open{
    display:flex;
    position:absolute;
    left:18px;right:18px;top:70px;
    flex-direction:column;
    background: rgba(17,21,33,.98);
    border:1px solid var(--border);
    border-radius: 14px;
    padding:10px;
    box-shadow: var(--shadow);
  }
  .cta{display:none}
}

/* --- Cosmetic Update v2 --- */
body {
    background-color: #b1b1ca5b;
    color: #d5dadf;
}

h1, h2, h3, h4 {
    color: #1f4fd8;
}

a, .cta-button {
    color: #1f4fd8;
}

.hero-chef {
    max-width: 260px;
    margin: 0 auto 1.5rem auto;
    display: block;
}
