/* Organic Cart Studio — Premium Dark Theme */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap");

:root {
  --bg-0: #050B08;
  --bg-1: #0B1711;
  --bg-2: #101F17;
  --deep: #0E3B2E;
  --fresh: #33C481;
  --neon: #7CFFCB;
  --lime: #C6FF7A;
  --ink: #ffffff;
  --muted: #A7B3AD;
  --line: rgba(255,255,255,0.10);
  --line-strong: rgba(255,255,255,0.14);
  --radius: 18px;
  --radius-lg: 28px;
  --font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-display: "Sora", "Inter", system-ui, sans-serif;
  --shadow-glow: 0 0 0 1px rgba(124,255,203,.18), 0 20px 60px -20px rgba(51,196,129,.45), 0 0 40px -8px rgba(51,196,129,.35);
  --shadow-glow-sm: 0 0 0 1px rgba(124,255,203,.18), 0 10px 30px -12px rgba(51,196,129,.45);
  --shadow-lift: 0 8px 30px -10px rgba(0,0,0,.55);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg-0);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-image:
    radial-gradient(900px 600px at 85% -10%, rgba(51,196,129,.16), transparent 60%),
    radial-gradient(700px 500px at -10% 20%, rgba(14,59,46,.55), transparent 60%),
    radial-gradient(600px 400px at 50% 120%, rgba(124,255,203,.10), transparent 60%);
  background-attachment: fixed;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--neon); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--fresh); }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); letter-spacing: -.02em; font-weight: 600; color: var(--ink); margin: 0 0 .6em; }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.15; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; color: rgba(255,255,255,.78); }
::selection { background: rgba(51,196,129,.4); color: #fff; }
*:focus-visible { outline: 2px solid var(--fresh); outline-offset: 2px; border-radius: 6px; }

/* Layout */
.ocs-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.ocs-section { padding: 96px 0; position: relative; }
.ocs-section--tight { padding: 64px 0; }
.eyebrow { font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--fresh); display: inline-block; margin-bottom: 14px; }
.gradient-text { background: linear-gradient(135deg,#fff 0%, var(--neon) 55%, var(--fresh) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.center { text-align: center; }
.muted { color: var(--muted); }
.lead { font-size: 1.15rem; color: rgba(255,255,255,.78); max-width: 720px; }

/* Header */
.ocs-header { position: sticky; top: 0; z-index: 100; transition: all .3s ease; border-bottom: 1px solid transparent; background: transparent; }
.ocs-header.scrolled { background: rgba(5,11,8,.85); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom-color: var(--line); }
.ocs-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
.ocs-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: #fff; }
.ocs-logo__mark { width: 36px; height: 36px; border-radius: 12px; background: var(--bg-2); display: grid; place-items: center; position: relative; box-shadow: inset 0 0 0 1px var(--line); }
.ocs-logo__mark::before { content: ""; position: absolute; inset: 0; border-radius: 12px; background: radial-gradient(circle at 30% 30%, rgba(124,255,203,.55), transparent 60%); }
.ocs-logo__mark span { position: relative; width: 10px; height: 10px; background: var(--neon); border-radius: 2px; box-shadow: 0 0 12px rgba(124,255,203,.9); }
.ocs-logo__txt em { font-style: normal; color: var(--fresh); }
.ocs-logo img { max-height: 38px; width: auto; }
.ocs-nav { display: none; gap: 28px; align-items: center; }
.ocs-nav a { color: rgba(255,255,255,.65); font-weight: 500; font-size: .82rem; }
.ocs-nav a:hover, .ocs-nav .current-menu-item > a { color: #fff; }
.ocs-cta { display: none; }
@media (min-width: 1024px) { .ocs-nav, .ocs-cta { display: inline-flex; } }
.ocs-menu-toggle { background: transparent; border: 0; color: #fff; padding: 8px; cursor: pointer; display: inline-flex; }
@media (min-width: 1024px) { .ocs-menu-toggle { display: none; } }
.ocs-mobile { display: none; border-top: 1px solid var(--line); background: var(--bg-1); padding: 12px 24px; }
.ocs-mobile.open { display: block; }
.ocs-mobile a { display: block; padding: 10px 8px; color: rgba(255,255,255,.85); font-weight: 500; font-size: .95rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; height: 46px; padding: 0 22px; border-radius: 999px; font-size: .85rem; font-weight: 600; cursor: pointer; border: 0; transition: all .25s ease; text-decoration: none; line-height: 1; }
.btn--primary { background: linear-gradient(135deg, var(--neon), var(--fresh)); color: var(--bg-0); box-shadow: var(--shadow-glow-sm); }
.btn--primary:hover { transform: translateY(-1px) scale(1.02); color: var(--bg-0); }
.btn--ghost { background: transparent; color: #fff; border: 1px solid var(--line-strong); }
.btn--ghost:hover { border-color: rgba(124,255,203,.5); background: rgba(255,255,255,.04); color: #fff; }

/* Glass card */
.glass { background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); border: 1px solid var(--line); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: var(--radius); }
.glass-strong { background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); border: 1px solid var(--line-strong); backdrop-filter: blur(18px); border-radius: var(--radius-lg); }
.gradient-border { position: relative; background: var(--bg-2); border-radius: var(--radius-lg); }
.gradient-border::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(51,196,129,.55), rgba(255,255,255,.05) 40%, rgba(124,255,203,.45)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }

/* Hero */
.ocs-hero { position: relative; overflow: hidden; padding: 110px 0 100px; border-bottom: 1px solid var(--line); }
.ocs-hero::before, .ocs-hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.ocs-hero::before { width: 520px; height: 520px; background: rgba(51,196,129,.22); top: -120px; right: -80px; }
.ocs-hero::after { width: 420px; height: 420px; background: rgba(124,255,203,.16); bottom: -160px; left: -100px; }
.ocs-hero__grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 64px; align-items: center; }
@media (min-width: 1024px) { .ocs-hero__grid { grid-template-columns: 1.05fr 1fr; } }
.ocs-hero h1 { margin-bottom: 22px; }
.ocs-hero .lead { margin-bottom: 32px; font-size: 1.18rem; }
.ocs-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.ocs-hero__bullets { margin-top: 36px; display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); }
.ocs-hero__bullets li { list-style: none; padding: 0; color: rgba(255,255,255,.7); font-size: .85rem; display: flex; align-items: center; gap: 8px; }
.ocs-hero__bullets li::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--neon); box-shadow: 0 0 10px rgba(124,255,203,.9); }
.ocs-hero__bullets ul { padding: 0; margin: 0; display: contents; }

/* Hero panel mock */
.hero-panel { padding: 22px; display: grid; gap: 14px; box-shadow: var(--shadow-glow); }
.hero-panel__row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.hero-panel__card { background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.hero-panel__card h4 { font-size: .8rem; color: var(--muted); font-weight: 500; margin: 0 0 8px; letter-spacing: .1em; text-transform: uppercase; }
.hero-panel__card strong { font-family: var(--font-display); font-size: 1.6rem; color: #fff; display: block; }
.hero-panel__card .delta { color: var(--neon); font-size: .8rem; margin-top: 4px; display: block; }
.hero-panel__bar { height: 8px; border-radius: 6px; background: rgba(255,255,255,.06); position: relative; overflow: hidden; margin-top: 12px; }
.hero-panel__bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--neon), var(--fresh)); border-radius: 6px; }
.hero-panel__msg { background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; display: flex; gap: 10px; align-items: flex-start; }
.hero-panel__msg .av { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, var(--neon), var(--fresh)); flex: 0 0 32px; }
.hero-panel__msg p { margin: 0; font-size: .85rem; color: rgba(255,255,255,.8); }
.hero-panel__msg span { font-size: .7rem; color: var(--muted); display: block; margin-bottom: 4px; }

/* Grid sections */
.ocs-grid { display: grid; gap: 22px; }
.ocs-grid--2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.ocs-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.ocs-grid--4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.card { padding: 28px; border-radius: var(--radius); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-4px); border-color: rgba(124,255,203,.35); box-shadow: var(--shadow-glow-sm); }
.card h3 { color: #fff; margin-top: 0; }
.card p { color: rgba(255,255,255,.7); }
.card .icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(124,255,203,.10); color: var(--neon); display: grid; place-items: center; margin-bottom: 16px; font-size: 1.2rem; box-shadow: inset 0 0 0 1px rgba(124,255,203,.2); }

.service-card { display: flex; flex-direction: column; }
.service-card .meta { color: var(--fresh); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; }
.service-card a.more { color: var(--neon); font-weight: 600; font-size: .85rem; margin-top: auto; display: inline-flex; align-items: center; gap: 6px; padding-top: 18px; }

/* Pricing */
.pricing-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); align-items: stretch; }
.tier { padding: 28px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: rgba(16,31,23,.7); backdrop-filter: blur(10px); display: flex; flex-direction: column; position: relative; }
.tier.featured { transform: translateY(-12px); box-shadow: var(--shadow-glow); }
.tier .badge { position: absolute; top: 16px; right: 16px; background: var(--fresh); color: var(--bg-0); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; }
.tier h3 { font-size: 1.1rem; margin: 0 0 14px; }
.tier .price { font-family: var(--font-display); font-size: 2rem; font-weight: 600; color: #fff; }
.tier .unit { font-size: .8rem; color: var(--muted); margin-left: 4px; }
.tier .desc { margin: 12px 0 18px; font-size: .9rem; color: rgba(255,255,255,.7); }
.tier ul { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.tier ul li { padding: 8px 0 8px 24px; font-size: .88rem; color: rgba(255,255,255,.82); position: relative; }
.tier ul li::before { content: "✓"; position: absolute; left: 0; color: var(--fresh); font-weight: 700; }
@media (min-width: 1024px) { .tier.featured { transform: translateY(-12px); } }

.addons { margin-top: 56px; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); }
.addons .addon { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-radius: 16px; border: 1px solid var(--line); background: rgba(16,31,23,.7); backdrop-filter: blur(8px); font-size: .9rem; }
.addons .addon strong { color: var(--fresh); font-size: .8rem; }

/* Proof */
.proof-card { padding: 26px; border-radius: var(--radius); }
.proof-card .tag { display: inline-block; font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--neon); background: rgba(124,255,203,.08); padding: 5px 10px; border-radius: 999px; margin-bottom: 14px; }
.proof-card h3 { font-size: 1.1rem; }
.proof-card p { font-size: .9rem; }
.proof-card p strong { color: #fff; font-weight: 600; }

.stats { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); margin-top: 40px; }
.stats .stat { padding: 22px; border-radius: 16px; background: rgba(16,31,23,.6); border: 1px solid var(--line); text-align: center; }
.stats .stat .num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--neon); }
.stats .stat .label { font-size: .8rem; color: var(--muted); margin-top: 4px; }

/* Framework / process */
.steps { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); counter-reset: step; }
.step { padding: 28px; border-radius: var(--radius); position: relative; counter-increment: step; }
.step::before { content: counter(step,decimal-leading-zero); position: absolute; top: 18px; right: 22px; color: rgba(124,255,203,.4); font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; }

/* CTA */
.ocs-cta-section { position: relative; padding: 96px 0; text-align: center; overflow: hidden; }
.ocs-cta-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(51,196,129,.18), transparent 60%); pointer-events: none; }
.ocs-cta-section h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.ocs-cta-section .lead { margin-left: auto; margin-right: auto; }

/* Posts / blog */
.posts-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); }
.post-card { padding: 24px; border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.post-card:hover { transform: translateY(-4px); border-color: rgba(124,255,203,.3); box-shadow: var(--shadow-glow-sm); }
.post-card .thumb { aspect-ratio: 16/9; border-radius: 12px; background: linear-gradient(135deg, var(--deep), var(--bg-2)); margin-bottom: 16px; overflow: hidden; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card h3 { font-size: 1.05rem; }
.post-card h3 a { color: #fff; }
.post-card h3 a:hover { color: var(--neon); }
.post-card .meta { font-size: .72rem; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }

/* Single */
.single-post-wrap { max-width: 760px; margin: 0 auto; padding: 80px 24px; }
.single-post-wrap .featured { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 32px; }
.single-post-wrap h1 { margin-bottom: 18px; }
.entry-content p { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.82); }
.entry-content h2, .entry-content h3 { margin-top: 1.6em; }
.entry-content ul, .entry-content ol { padding-left: 22px; color: rgba(255,255,255,.82); }
.entry-content blockquote { border-left: 3px solid var(--fresh); padding: 8px 0 8px 20px; margin: 24px 0; color: #fff; font-style: italic; }
.entry-content a { color: var(--neon); border-bottom: 1px solid rgba(124,255,203,.3); }
.entry-content img { border-radius: 14px; margin: 24px 0; }

/* Forms */
.ocs-form { display: grid; gap: 16px; }
.ocs-form label { font-size: .8rem; color: rgba(255,255,255,.8); font-weight: 500; display: block; margin-bottom: 6px; letter-spacing: .04em; }
.ocs-form input, .ocs-form textarea, .ocs-form select {
  width: 100%; padding: 14px 16px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: #fff; font-family: inherit; font-size: .95rem; transition: border-color .2s, background .2s;
}
.ocs-form input:focus, .ocs-form textarea:focus, .ocs-form select:focus { border-color: rgba(124,255,203,.5); background: rgba(255,255,255,.06); outline: 0; }
.ocs-form textarea { min-height: 140px; resize: vertical; }

/* Footer */
.ocs-footer { border-top: 1px solid var(--line); padding: 64px 0 32px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.3)); margin-top: 80px; }
.ocs-footer__grid { display: grid; gap: 40px; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); margin-bottom: 40px; }
.ocs-footer__brand p { color: var(--muted); font-size: .9rem; max-width: 320px; }
.ocs-footer h4 { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--fresh); margin-bottom: 16px; font-weight: 600; }
.ocs-footer ul { list-style: none; padding: 0; margin: 0; }
.ocs-footer ul li { padding: 4px 0; }
.ocs-footer ul a { color: rgba(255,255,255,.65); font-size: .88rem; }
.ocs-footer ul a:hover { color: var(--neon); }
.ocs-footer__bottom { padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .78rem; color: var(--muted); }

/* Misc utilities */
.mt-0{margin-top:0}.mt-2{margin-top:12px}.mt-4{margin-top:24px}.mt-6{margin-top:36px}.mt-8{margin-top:48px}
.mb-0{margin-bottom:0}.mb-2{margin-bottom:12px}.mb-4{margin-bottom:24px}.mb-6{margin-bottom:36px}.mb-8{margin-bottom:48px}
.flex{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.divider { height: 1px; background: var(--line); margin: 64px 0; }
.grid-overlay { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse at center, black, transparent 70%); pointer-events: none; }

/* Animations */
@keyframes float { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-10px);} }
.float { animation: float 6s ease-in-out infinite; }

/* Service page */
.service-hero { position: relative; padding: 110px 0 80px; border-bottom: 1px solid var(--line); overflow: hidden; }
.service-hero::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(51,196,129,.18); filter: blur(80px); top: -120px; right: 8%; pointer-events: none; }
.service-hero h1 { max-width: 820px; }
.service-hero .lead { max-width: 720px; }
.two-col { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .two-col { grid-template-columns: 1fr 1fr; } }
.list-check { list-style: none; padding: 0; margin: 0; }
.list-check li { padding: 10px 0 10px 28px; position: relative; color: rgba(255,255,255,.85); font-size: .95rem; }
.list-check li::before { content: "✓"; position: absolute; left: 0; top: 10px; color: var(--fresh); font-weight: 700; }
