:root {
  --navy:    #0f1a17;
  --navy-2:  #16261f;
  --indigo:  #1c6b47;
  --orange:  #1fae5a;
  --orange-2:#2dca6e;
  --ink:     #0f1a17;
  --slate:   #59685f;
  --cloud:   #f2f7f3;
  --line:    #e0e9e3;
  --white:   #ffffff;
  --maxw:    1180px;
  --display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; margin: 0 0 .45em; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
a { color: var(--indigo); text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--orange); }
.eyebrow.light { color: var(--orange-2); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 600; font-size: 1rem; padding: 15px 28px; border-radius: 10px; border: 2px solid transparent; transition: transform .12s ease, background .15s ease, box-shadow .15s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-orange { background: var(--orange); color: #fff; border-color: var(--orange); box-shadow: 0 8px 22px rgba(31,174,90,.34); }
.btn-orange:hover { box-shadow: 0 12px 28px rgba(31,174,90,.42); }
.btn-orange:hover { background: var(--orange-2); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-2); color: #fff; }
.btn-ghost { background: transparent; color: currentColor; border-color: currentColor; }
.btn-lg { padding: 17px 34px; font-size: 1.08rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 20px; padding: 15px 0; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 1.3rem; color: var(--ink); letter-spacing: -.02em; }
.brand .pin { width: 30px; height: 30px; }
.nav { display: flex; gap: 26px; margin-left: auto; font-weight: 500; font-size: .96rem; }
.nav a { color: var(--slate); }
.nav a:hover { color: var(--ink); }
.header-cta { margin-left: 18px; }

/* Hero */
.hero { position: relative; background: radial-gradient(1100px 560px at 74% -8%, rgba(45,202,110,.22) 0, transparent 60%), linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 60%, var(--indigo) 130%); color: #eaf0fb; overflow: hidden; }
.hero::before { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 22px 22px; opacity:.5; }
.hero-inner { position: relative; z-index: 2; padding: 80px 22px 92px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-copy { max-width: 600px; }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.hero h1 .hl { color: var(--orange-2); }
.hero .lede { font-size: 1.2rem; color: #c4d0e6; max-width: 540px; margin-top: .4rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-note { margin-top: 18px; color: #9fb1d4; font-size: .95rem; }
.hero-note strong { color: #fff; }
.hero-art { position: relative; }
.hero-art .browser { transform: rotate(1.4deg); }
.hero-art .browser.back { position: absolute; top: 38px; left: -34px; width: 70%; transform: rotate(-4deg); opacity: .92; z-index: 0; }
.hero-art .browser.front { position: relative; z-index: 2; }

/* Browser mockup frame */
.browser { background: #fff; border-radius: 12px; box-shadow: 0 30px 70px rgba(2,8,20,.5); overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.browser .bar { display: flex; align-items: center; gap: 7px; padding: 10px 12px; background: #eef1f6; border-bottom: 1px solid #e0e4ec; }
.browser .bar i { width: 10px; height: 10px; border-radius: 50%; background: #d2d7e0; display: inline-block; }
.browser .bar i:nth-child(1){ background:#ff5f57; } .browser .bar i:nth-child(2){ background:#febc2e; } .browser .bar i:nth-child(3){ background:#28c840; }
.browser .bar .url { margin-left: 10px; font-size: .74rem; color: #8a93a6; background: #fff; border-radius: 6px; padding: 4px 12px; flex: 1; max-width: 260px; }
.browser img { width: 100%; display: block; }

/* Sections */
section.pad { padding: 92px 0; }
.bg-cloud { background: var(--cloud); }
.section-head { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { color: var(--slate); font-size: 1.15rem; margin: 0; }

/* Steps */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.step { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 34px 30px; position: relative; }
.step .num { font-family: var(--display); font-weight: 700; font-size: 1rem; color: #fff; background: var(--orange); width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { color: var(--navy); }
.step p { color: var(--slate); margin: 0; }

/* Feature list */
.feat { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.feat:last-child { border-bottom: 0; }
.feat .tick { flex: none; width: 26px; height: 26px; border-radius: 8px; background: rgba(31,174,90,.12); color: var(--orange); display: grid; place-items: center; }
.feat h3 { font-size: 1.05rem; margin: 0 0 3px; color: var(--ink); }
.feat p { margin: 0; color: var(--slate); font-size: .96rem; }

/* Pricing */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 34px 30px; display: flex; flex-direction: column; }
.price.featured { border: 2px solid var(--orange); box-shadow: 0 20px 50px rgba(12,26,51,.12); position: relative; }
.price .badge { position: absolute; top: -13px; left: 30px; background: var(--orange); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 50px; }
.price .tier { font-family: var(--display); font-weight: 700; color: var(--navy); font-size: 1.25rem; }
.price .amt { font-family: var(--display); font-size: 2.8rem; font-weight: 700; color: var(--ink); margin: 10px 0 2px; }
.price .amt span { font-size: 1rem; font-weight: 500; color: var(--slate); }
.price .who { color: var(--slate); font-size: .95rem; margin-bottom: 18px; }
.price ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 11px; }
.price li { padding-left: 26px; position: relative; color: var(--ink); font-size: .96rem; }
.price li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.price .btn { margin-top: auto; }
.price-note { text-align: center; color: var(--slate); margin-top: 26px; }

/* Work */
.work { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.work a { display: block; transition: transform .15s ease; }
.work a:hover { transform: translateY(-5px); }
.work a:hover .browser { box-shadow: 0 24px 50px rgba(12,26,51,.22); }
.work .browser { box-shadow: 0 14px 34px rgba(12,26,51,.14); border: 1px solid var(--line); }
.work .browser img { aspect-ratio: 1200/1100; object-fit: cover; object-position: top center; }
.work .cap { padding: 16px 4px 0; }
.work .cap strong { color: var(--ink); display: block; }
.work .cap span { color: var(--slate); font-size: .9rem; }

/* CTA */
.cta { background: linear-gradient(150deg, var(--navy), var(--indigo)); color: #fff; text-align: center; }
.cta .wrap { padding: 84px 22px; }
.cta h2 { color: #fff; }
.cta p { color: #c4d0e6; font-size: 1.2rem; max-width: 560px; margin: 0 auto 26px; }

/* Lead form */
.lead { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 34px; max-width: 560px; margin: 0 auto; box-shadow: 0 18px 50px rgba(12,26,51,.1); }
.lead h3 { color: var(--navy); text-align: center; }
.lead p.sub { color: var(--slate); text-align: center; margin-top: -.3em; }
.lead form { display: grid; gap: 13px; margin-top: 6px; }
.lead input, .lead textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; background: var(--cloud); color: var(--ink); }
.lead input:focus, .lead textarea:focus { outline: 2px solid var(--orange); border-color: transparent; background: #fff; }
.lead .row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.lead .fine { font-size: .85rem; color: var(--slate); text-align: center; margin: 4px 0 0; }

/* Footer */
.site-footer { background: var(--navy); color: #aebbd6; padding: 54px 0 26px; }
.site-footer a { color: #dce5f5; }
.footer-top { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.3rem; }
.footer-bottom { padding-top: 20px; font-size: .86rem; color: #8295b8; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

@media (max-width: 880px) {
  .nav { display: none; }
  .grid-3, .grid-2, .prices, .work, .hero-inner { grid-template-columns: 1fr; }
  .lead .row { grid-template-columns: 1fr; }
  section.pad { padding: 64px 0; }
  .hero-inner { padding: 56px 22px 64px; gap: 40px; }
  .hero-art { display: none; }
  .work { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) { .work { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .header-inner { gap: 10px; padding: 12px 0; }
  .brand { font-size: 1.02rem; white-space: nowrap; gap: 7px; }
  .brand .pin { width: 24px; height: 24px; }
  .header-cta { padding: 10px 14px; font-size: .86rem; margin-left: auto; }
}

/* ===== World-class additions ===== */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.chip { font-size: .8rem; font-weight: 600; color: #bfe9cf; background: rgba(45,202,110,.1); border: 1px solid rgba(45,202,110,.3); padding: 6px 13px; border-radius: 50px; }

/* Stats band */
.stats { background: var(--navy-2); }
.stats .wrap { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; padding: 44px 22px; text-align: center; }
.stats .n { font-family: var(--display); font-weight: 700; font-size: 2.5rem; color: var(--orange-2); line-height: 1; }
.stats .l { color: #c2d2c8; font-size: .95rem; margin-top: 9px; }

/* Audience — who we build for */
.audience { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.aud { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--white); transition: transform .15s ease, box-shadow .15s ease; display: flex; flex-direction: column; }
.aud:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(15,26,23,.13); }
.aud .ph { aspect-ratio: 16/10; overflow: hidden; background: var(--navy); }
.aud .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.aud:hover .ph img { transform: scale(1.05); }
.aud .b { padding: 28px 28px 30px; flex: 1; display: flex; flex-direction: column; }
.aud .ico { width: 46px; height: 46px; border-radius: 13px; background: rgba(31,174,90,.12); color: var(--orange); display: grid; place-items: center; margin-bottom: 18px; }
.aud h3 { color: var(--navy); margin-bottom: .3em; }
.aud p { color: var(--slate); margin: 0; font-size: .97rem; }
.aud ul { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 8px; }
.aud li { color: var(--ink); font-size: .92rem; padding-left: 20px; position: relative; }
.aud li::before { content: "›"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }

/* Full-bleed image band */
.band { position: relative; color: #fff; overflow: hidden; }
.band img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,26,23,.74), rgba(15,26,23,.84)); }
.band .wrap { position: relative; z-index: 2; padding: 110px 22px; text-align: center; }
.band .eyebrow { justify-content: center; }
.band h2 { color: #fff; font-size: clamp(2rem, 4.2vw, 3.4rem); max-width: 780px; margin: 0 auto .4em; }
.band p { color: #d7e4dc; font-size: 1.2rem; max-width: 620px; margin: 0 auto; }
.band .chips { justify-content: center; margin-top: 22px; }

/* Hero glow behind the mockups */
.hero-art::before { content: ""; position: absolute; width: 65%; height: 60%; top: -8%; right: -8%; background: radial-gradient(circle, rgba(45,202,110,.4), transparent 70%); filter: blur(46px); z-index: 0; }

@media (max-width: 880px) {
  .stats .wrap { grid-template-columns: 1fr 1fr; gap: 30px 16px; }
  .audience { grid-template-columns: 1fr; }
  .band .wrap { padding: 76px 22px; }
}

/* ===== Polish pass ===== */
/* Scroll reveals */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s cubic-bezier(.22,.61,.36,1), transform .55s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Trust strip — real recent work */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-inner { padding: 30px 0; text-align: center; }
.trust .lbl { font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); margin: 0 0 16px; }
.trust .logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 40px; }
.trust .logos b { font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--navy); letter-spacing: -.01em; opacity: .82; transition: opacity .15s ease; }
.trust .logos b:hover { opacity: 1; }
@media (max-width: 560px) { .trust .logos b { font-size: 1rem; } .trust .logos { gap: 12px 24px; } }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: var(--white); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 24px; font-family: var(--display); font-weight: 600; font-size: 1.08rem; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--orange); line-height: 1; flex: none; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .a { padding: 0 24px 22px; color: var(--slate); font-size: 1rem; margin: 0; }
.faq-item[open] summary { border-bottom: 1px solid var(--line); margin-bottom: 18px; }

/* ===== Platform repositioning (deck-style) ===== */
.dk { background: radial-gradient(120% 90% at 50% -10%, #16332a 0%, var(--navy) 45%, #0a1310 100%); color: #e6efe9; position: relative; overflow: hidden; }
/* fine line grid, faded toward the middle */
.dk::before { content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image: linear-gradient(rgba(120,220,170,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(120,220,170,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 78% 62% at 50% 34%, #000 34%, transparent 78%);
          mask-image: radial-gradient(ellipse 78% 62% at 50% 34%, #000 34%, transparent 78%); }
/* green glow bloom behind the product */
.dk::after { content:""; position:absolute; left:50%; top:-6%; width:min(1000px,90%); height:640px; transform:translateX(-50%);
  background: radial-gradient(circle at 50% 40%, rgba(45,202,110,.30), rgba(45,202,110,.10) 42%, transparent 66%);
  filter: blur(22px); pointer-events:none; z-index:0; }
.dk .wrap { position: relative; z-index: 2; }
.dk h2 { color: #fff; }
.dk .section-head p { color: #a9bcb1; }

/* ---- Deck-style perspective product stage ---- */
.px-stage { position: relative; max-width: 960px; margin: 4px auto 72px; perspective: 1900px; }
.px-screen { position: relative; transform: rotateX(11deg) rotateY(-4deg); transform-style: preserve-3d;
  border-radius: 16px; background: #fff; overflow: hidden; border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 2px 0 rgba(255,255,255,.4) inset, 0 40px 90px -20px rgba(0,0,0,.65), 0 0 0 1px rgba(45,202,110,.14); }
.px-screen .sbar { display:flex; align-items:center; gap:8px; padding:12px 16px; background:var(--cloud); border-bottom:1px solid var(--line); }
.px-screen .sbar i { width:10px; height:10px; border-radius:50%; background:#d6ddd8; }
.px-screen .sbar .url { margin-left:10px; font-size:.78rem; color:var(--slate); font-weight:500; }
.px-screen .sbar .live { margin-left:auto; display:inline-flex; align-items:center; gap:7px; font-size:.72rem; font-weight:700; color:#157a42; text-transform:uppercase; letter-spacing:.08em; }
.px-screen .sbar .live::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--orange-2); box-shadow:0 0 0 4px rgba(45,202,110,.2); animation:pulse 1.8s infinite; }
.px-dash { padding: 22px 24px 26px; color: var(--ink); }
.px-chips { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:20px; }
.px-chip { border:1px solid var(--line); border-radius:12px; padding:14px 16px; background:#fff; }
.px-chip .k { font-size:.7rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--slate); }
.px-chip .v { font-family:var(--display); font-weight:700; font-size:1.5rem; color:var(--navy); margin-top:4px; }
.px-chip .v small { font-size:.9rem; color:var(--orange); font-weight:700; }
.px-dash .drow { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:13px 14px; border:1px solid var(--line); border-radius:11px; margin-bottom:10px; background:#fff; }
.px-dash .drow:last-child { margin-bottom:0; }
.px-dash .drow .t { font-weight:600; color:var(--ink); font-size:.92rem; }
.px-dash .drow .s { display:block; color:var(--slate); font-size:.78rem; margin-top:2px; }
.px-dash .prog { display:flex; align-items:center; gap:10px; min-width:150px; justify-content:flex-end; }
/* floating deck-style cards */
.px-float { position:absolute; z-index:4; background:rgba(12,22,18,.86); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
  border:1px solid rgba(45,202,110,.34); border-radius:13px; padding:13px 15px; width:230px;
  box-shadow:0 24px 50px -12px rgba(0,0,0,.7); color:#eaf4ee; }
.px-float .ft { font-size:.7rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--orange-2); display:flex; align-items:center; gap:7px; margin-bottom:7px; }
.px-float .ft::before { content:""; width:6px; height:6px; border-radius:50%; background:var(--orange-2); box-shadow:0 0 0 4px rgba(45,202,110,.2); }
.px-float .fm { font-weight:600; font-size:.9rem; line-height:1.35; }
.px-float .fs { color:#9fb4a8; font-size:.78rem; margin-top:3px; }
.px-float .fmoney { font-family:var(--display); font-weight:700; color:#fff; font-size:1.05rem; }
.px-float.lead { top:-26px; left:-40px; transform:rotate(-4deg); }
.px-float.pay { bottom:11%; right:-34px; transform:rotate(3deg); }
@media (max-width: 720px) {
  .px-screen { transform:none; }
  .px-chips { grid-template-columns:1fr; gap:10px; }
  .px-float { display:none; }
  .dk::after { height:420px; }
}

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.pillar { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 18px; transition: transform .15s ease, border-color .15s ease; }
.pillar:hover { transform: translateY(-4px); border-color: rgba(45,202,110,.45); }
.pillar h3 { color: #fff; margin: 0; font-size: 1.22rem; }
.pillar > p { color: #a9bcb1; margin: 0; font-size: .98rem; flex: 1; }
.pillar .tag { display: inline-flex; align-self: flex-start; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-2); background: rgba(45,202,110,.12); border: 1px solid rgba(45,202,110,.3); padding: 5px 11px; border-radius: 50px; }

/* Product mock cards (pure CSS UI) */
.mock { background: #fff; color: var(--ink); border-radius: 14px; box-shadow: 0 18px 44px rgba(2,10,6,.45); overflow: hidden; font-size: .84rem; border: 1px solid rgba(255,255,255,.14); }
.mock .mhead { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid var(--line); background: var(--cloud); font-weight: 700; font-family: var(--display); font-size: .86rem; color: var(--navy); }
.mock .mhead .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange-2); box-shadow: 0 0 0 4px rgba(45,202,110,.18); }
.mock .mbody { padding: 14px; display: grid; gap: 10px; }
.mrow { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.mrow .t { font-weight: 600; color: var(--ink); }
.mrow .s { color: var(--slate); font-size: .78rem; display: block; }
.mpill { font-size: .7rem; font-weight: 700; padding: 4px 10px; border-radius: 50px; white-space: nowrap; }
.mpill.ok { color: #157a42; background: rgba(31,174,90,.14); }
.mpill.warn { color: #8a6d1a; background: rgba(240,190,60,.18); }
.mpill.info { color: #1c5b8a; background: rgba(60,150,240,.14); }
.mbar { height: 8px; border-radius: 6px; background: var(--line); overflow: hidden; flex: 1; }
.mbar i { display: block; height: 100%; border-radius: 6px; background: linear-gradient(90deg, var(--orange), var(--orange-2)); }
.mmoney { font-family: var(--display); font-weight: 700; color: var(--navy); }

/* Activity log (deck-style) */
.alog { background: #0b1411; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 16px 18px; font-size: .8rem; color: #cfe0d6; box-shadow: 0 18px 44px rgba(2,10,6,.5); }
.alog .lt { font-family: var(--display); font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #7f958a; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.alog .lt::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange-2); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }
.alog ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.alog li { display: flex; gap: 10px; align-items: baseline; }
.alog .tm { font-variant-numeric: tabular-nums; color: #6e837a; flex: none; width: 52px; font-size: .74rem; }
.alog b { color: #fff; font-weight: 600; }

/* Hero platform art */
.hero-plat { position: relative; }
.hero-plat .mock { transform: rotate(1.2deg); }
.hero-plat .alog { position: absolute; right: -14px; bottom: -26px; width: 78%; transform: rotate(-1.5deg); z-index: 3; }
@media (max-width: 880px) { .hero-plat { display: none; } }

/* Feature split rows (platform deep-dive) */
.fsplit { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 40px 0; }
.fsplit + .fsplit { border-top: 1px solid rgba(255,255,255,.09); }
.fsplit .prose h3 { color: #fff; font-size: 1.6rem; }
.fsplit .prose p { color: #a9bcb1; font-size: 1.05rem; }
.fsplit ul.ticks { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 9px; }
.fsplit ul.ticks li { padding-left: 26px; position: relative; color: #dceee3; font-size: .97rem; }
.fsplit ul.ticks li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-2); font-weight: 800; }
@media (max-width: 880px) { .fsplit { grid-template-columns: 1fr; gap: 26px; } .pillars { grid-template-columns: 1fr; } }

/* Goal pages */
.goal-hero { padding: 72px 0 56px; }
.goal-hero .for { display: inline-flex; align-items: center; gap: 10px; background: rgba(45,202,110,.1); border: 1px solid rgba(45,202,110,.32); color: #bfe9cf; font-weight: 600; font-size: .86rem; padding: 8px 16px; border-radius: 50px; margin-bottom: 22px; }
.goal-plan { counter-reset: gp; display: grid; gap: 16px; max-width: 780px; margin: 0 auto; }
.gp { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 26px 28px 26px 74px; position: relative; }
.gp::before { counter-increment: gp; content: counter(gp); position: absolute; left: 24px; top: 26px; width: 34px; height: 34px; border-radius: 10px; background: var(--orange); color: #fff; font-family: var(--display); font-weight: 700; display: grid; place-items: center; }
.gp h3 { color: var(--navy); font-size: 1.12rem; margin-bottom: .25em; }
.gp p { color: var(--slate); margin: 0; font-size: .98rem; }
.obs { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.ob { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: 12px; background: #fff; padding: 18px 20px; }
.ob p { margin: 0; color: var(--ink); font-size: .98rem; }
.ob .k { font-weight: 700; color: var(--navy); display: block; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 3px; }

/* Goal-page photography */
.goal-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.goal-photo { position: relative; }
.goal-photo::before { content: ""; position: absolute; width: 70%; height: 65%; top: -6%; right: -6%; background: radial-gradient(circle, rgba(45,202,110,.35), transparent 70%); filter: blur(44px); z-index: 0; }
.goal-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; box-shadow: 0 30px 70px rgba(2,8,20,.5); border: 1px solid rgba(255,255,255,.12); transform: rotate(1.2deg); }
@media (max-width: 880px) {
  .goal-grid { grid-template-columns: 1fr; gap: 34px; }
  .goal-photo img { transform: none; aspect-ratio: 16/10; }
}
