@import url('ds/colors_and_type.css');

/* ==========================================================
   BYTEC — agenciabytec.com
   ========================================================== */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--bg); color: var(--fg1); font-family: var(--font-body); }
img { max-width: 100%; display: block; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--bytec-green);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: ""; width: 22px; height: 1px; background: var(--bytec-green);
}

/* ===================== HEADER ===================== */
.bx-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13,27,42,0.78);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.bx-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.bx-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.bx-logo-img { height: 34px; width: auto; display: block; }
.bx-logo .mark {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--bytec-green); color: var(--bytec-navy);
  display: grid; place-items: center;
}
.bx-logo .word {
  font-family: var(--font-display); font-weight: 900; font-style: italic;
  font-size: 22px; letter-spacing: -1px; color: #fff;
}
.bx-nav { display: flex; gap: 30px; }
.bx-nav a { color: #cfd6e0; font-size: 14px; font-weight: 500; }
.bx-nav a:hover { color: var(--bytec-green); text-decoration: none; }
.bx-nav-cta { display: flex; gap: 12px; align-items: center; }

/* ===================== BUTTONS ===================== */
.btn {
  font-family: var(--font-body); font-weight: 600; cursor: pointer;
  border: none; transition: all var(--dur-base) var(--ease-out);
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--bytec-green); color: #073d1f;
  border-radius: var(--r-pill); padding: 14px 26px; font-size: 14px;
  box-shadow: 0 6px 22px rgba(46,204,113,.32);
}
.btn-primary:hover { background: var(--bytec-green-700); color: #fff; transform: translateY(-1px); }
.btn-primary.lg { padding: 17px 32px; font-size: 15px; box-shadow: var(--shadow-glow-green); }
.btn-secondary {
  background: transparent; color: var(--fg1);
  border: 1.5px solid var(--fg1); border-radius: var(--r-md);
  padding: 12px 22px; font-size: 14px;
}
.btn-secondary:hover { background: var(--fg1); color: #fff; }
.btn-ghost-dark {
  background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-md); padding: 13px 24px; font-size: 14px;
}
.btn-ghost-dark:hover { border-color: var(--bytec-green); color: var(--bytec-green); }
.btn-wa {
  background: #25D366; color: #053b1a; border-radius: var(--r-pill);
  padding: 14px 26px; font-size: 14px; font-weight: 700;
  box-shadow: 0 6px 22px rgba(37,211,102,.30);
}
.btn-wa:hover { background: #1faa53; color:#fff; transform: translateY(-1px); }

/* ===================== HERO ===================== */
.hero {
  position: relative; background: var(--bytec-navy); color: #fff;
  overflow: hidden; padding: 80px 0 110px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: url('assets/hero-bg.png');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0.55;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(60% 70% at 80% 50%, #000 30%, transparent 75%);
          mask-image: radial-gradient(60% 70% at 80% 50%, #000 30%, transparent 75%);
}
.hero .hero-glow {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(900px 500px at 88% 12%, rgba(21,87,255,0.22), transparent 60%),
    radial-gradient(700px 520px at 8% 90%, rgba(46,204,113,0.26), transparent 60%),
    linear-gradient(90deg, rgba(13,27,42,0.92) 0%, rgba(13,27,42,0.55) 55%, rgba(13,27,42,0.20) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35;
  background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 85%);
          mask-image: linear-gradient(180deg, black, transparent 85%);
}
.hero-inner {
  position: relative; display: grid;
  grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
}
.hero .badge-loc {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 12px; font-weight: 600;
  color: #cfd6e0; padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-pill);
  margin-bottom: 22px;
}
.hero .badge-loc .pulse {
  width: 6px; height: 6px; border-radius: 50%; background: var(--bytec-green);
  box-shadow: 0 0 0 4px rgba(46,204,113,0.22);
}
.hero h1 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(40px, 5vw, 68px); line-height: 1.02;
  letter-spacing: -0.025em; margin: 0 0 22px; color: #fff;
}
.hero h1 .acc { color: var(--bytec-green); }
.hero h1 .strike {
  color: rgba(207,214,224,0.45);
  text-decoration: line-through;
  text-decoration-color: rgba(229,72,77,0.6);
  text-decoration-thickness: 3px;
}
.hero p.lead {
  font-size: 18px; color: #cfd6e0; max-width: 520px;
  margin: 0 0 32px; line-height: 1.6;
}
.hero .ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero .meta {
  margin-top: 36px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; gap: 36px; color: #9aa3af; font-size: 13px;
}
.hero .meta strong {
  color: #fff; font-family: var(--font-display);
  font-size: 24px; font-weight: 800; display: block;
  letter-spacing: -0.01em;
}

/* ===================== HERO PHONE DEMO ===================== */
.hero-stage {
  position: relative;
  display: flex; justify-content: center;
  min-height: 540px;
}
.hero-stage::before {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 520px; height: 520px; transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(46,204,113,0.22), transparent 60%);
  pointer-events: none;
}
.phone {
  position: relative;
  width: 300px; height: 600px;
  background: #0a1522;
  border: 8px solid #1d2837;
  border-radius: 44px;
  box-shadow:
    0 30px 60px rgba(0,0,0,0.5),
    0 0 0 1.5px rgba(255,255,255,0.06) inset,
    var(--shadow-glow-green);
  padding: 12px;
  display: flex; flex-direction: column;
  z-index: 2;
}
.phone .notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 110px; height: 26px; background: #0a1522;
  border-radius: 0 0 16px 16px; z-index: 3;
}
.phone-screen {
  flex: 1; background: linear-gradient(180deg, #122438, #0a1522);
  border-radius: 32px; overflow: hidden;
  display: flex; flex-direction: column;
  position: relative;
}
.phone-status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 22px 8px; font-size: 12px; font-weight: 600; color: #fff;
  font-family: var(--font-body);
}
.phone-status .icons { display:flex; gap: 4px; align-items:center; }
.phone-header {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 16px 12px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.phone-header .av {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--bytec-green); color: var(--bytec-navy);
  display: grid; place-items: center;
}
.phone-header .av svg { width: 20px; height: 20px; stroke-width: 2.4; }
.phone-header .info { flex: 1; }
.phone-header .info .name { font-size: 14px; font-weight: 700; color: #fff; }
.phone-header .info .stat { font-size: 11px; color: var(--bytec-green); display: flex; align-items: center; gap: 5px; }
.phone-header .info .stat::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--bytec-green);
  box-shadow: 0 0 0 3px rgba(46,204,113,0.2);
}
.phone-chat {
  flex: 1; padding: 14px 14px 8px;
  display: flex; flex-direction: column; gap: 8px;
  overflow: hidden;
}
.bub {
  font-size: 13px; line-height: 1.4;
  padding: 9px 12px; border-radius: 14px; max-width: 82%;
  opacity: 0;
  animation: bubIn .4s var(--ease-out) forwards;
}
.bub.them {
  background: rgba(255,255,255,0.06); color: #e6ebf2;
  border-bottom-left-radius: 4px;
}
.bub.us {
  background: var(--bytec-green); color: #073d1f;
  align-self: flex-end; border-bottom-right-radius: 4px;
  font-weight: 500;
}
.bub.typing {
  background: rgba(255,255,255,0.06); padding: 12px 14px;
  display: inline-flex; gap: 4px; align-self: flex-start;
}
.bub.typing span {
  width: 6px; height: 6px; border-radius: 50%; background: #cfd6e0;
  animation: dot 1.2s infinite ease-in-out;
}
.bub.typing span:nth-child(2) { animation-delay: .2s; }
.bub.typing span:nth-child(3) { animation-delay: .4s; }
@keyframes dot { 0%,80%,100%{transform:translateY(0);opacity:.4} 40%{transform:translateY(-3px);opacity:1} }
@keyframes bubIn { from { opacity:0; transform: translateY(6px);} to{ opacity:1; transform:none;} }

.phone-input {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px 14px; border-top: 1px solid rgba(255,255,255,0.06);
}
.phone-input .field {
  flex: 1; background: rgba(255,255,255,0.06); color: #9aa3af;
  border-radius: var(--r-pill); padding: 8px 14px; font-size: 12px;
}
.phone-input .send {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--bytec-green); color: var(--bytec-navy);
  display: grid; place-items: center;
}
.phone-input .send svg { width: 16px; height: 16px; }
.phone-input .field-real {
  border: none; outline: none; flex: 1;
  background: rgba(255,255,255,0.06); color: #fff;
  border-radius: var(--r-pill); padding: 8px 14px; font-size: 12px;
  font-family: var(--font-body);
}
.phone-input .field-real::placeholder { color: #9aa3af; }
.phone-input .field-real:focus { background: rgba(255,255,255,0.10); box-shadow: 0 0 0 2px rgba(46,204,113,0.4); }
.phone-input .send-btn { border: none; cursor: pointer; transition: all .2s; }
.phone-input .send-btn:hover:not(:disabled) { transform: scale(1.08); background: var(--bytec-green-700); color: #fff; }
.phone-input .send-btn:disabled { opacity: .4; cursor: not-allowed; }
.phone-chat { overflow-y: auto; }
.phone-chat::-webkit-scrollbar { width: 0; }

/* ===================== LIVE COUNTER ===================== */
.live-counter { background: var(--bytec-navy); color: #fff; position: relative; overflow: hidden; }
.live-counter::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(700px 360px at 90% 10%, rgba(229,72,77,0.14), transparent 60%),
    radial-gradient(600px 300px at 10% 100%, rgba(46,204,113,0.14), transparent 60%);
}
.live-counter .s-title { color: #fff; }
.live-counter .s-sub { color: #cfd6e0; }
.lc-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center;
}
.lc-meter { margin-top: 36px; }
.lc-meter-bar {
  height: 10px; background: rgba(255,255,255,0.08);
  border-radius: 99px; overflow: hidden; position: relative;
}
.lc-meter-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--bytec-green) 0%, #F5A524 60%, var(--danger) 100%);
  border-radius: 99px; transition: width .8s var(--ease-out);
  box-shadow: 0 0 18px rgba(229,72,77,0.5);
}
.lc-meter-label {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  margin-top: 14px; font-size: 13px; color: #9aa3af; flex-wrap: wrap;
}
.lc-meter-label strong { color: var(--danger); font-family: var(--font-display); font-size: 18px; font-weight: 800; }
.lc-since { font-family: var(--font-mono); font-size: 11px; color: var(--bytec-green); }

.lc-cards { display: flex; flex-direction: column; gap: 16px; }
.lc-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-lg); padding: 24px 26px;
  position: relative; overflow: hidden;
  transition: all .3s var(--ease-out);
}
.lc-card.lc-recv { border-color: rgba(21,87,255,0.3); }
.lc-card.lc-lost { border-color: rgba(229,72,77,0.4); background: rgba(229,72,77,0.06); }
.lc-card.lc-bytec { border-color: rgba(46,204,113,0.4); background: rgba(46,204,113,0.06); }
.lc-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.lc-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  animation: lcPulse 1.4s ease-in-out infinite;
}
.lc-pulse-blue { background: var(--bytec-blue-300); box-shadow: 0 0 0 0 rgba(111,149,255,0.6); }
.lc-pulse-red { background: var(--danger); box-shadow: 0 0 0 0 rgba(229,72,77,0.6); }
.lc-pulse-green { background: var(--bytec-green); box-shadow: 0 0 0 0 rgba(46,204,113,0.6); }
@keyframes lcPulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: .7; } }
.lc-card-label { font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #cfd6e0; }
.lc-num {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(40px, 5vw, 64px); letter-spacing: -0.03em; line-height: 1;
  color: #fff; font-variant-numeric: tabular-nums;
  transition: color .3s;
}
.lc-card.lc-lost .lc-num { color: #ff7a7e; }
.lc-card.lc-bytec .lc-num { color: var(--bytec-green); }
.lc-num em { font-style: normal; font-size: 0.6em; color: rgba(255,255,255,0.5); }
.lc-foot { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 13px; color: #9aa3af; }
.lc-foot svg { color: var(--bytec-green); }

@media (max-width: 1024px) {
  .lc-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ===================== INDUSTRY SWITCHER ===================== */
.industry-switcher { background: var(--bg-alt); }
.is-tabs {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 40px;
  background: #fff; padding: 8px; border-radius: var(--r-pill);
  border: 1px solid var(--border); box-shadow: var(--shadow-xs);
  width: fit-content;
}
.is-tab {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: var(--r-pill);
  font-family: var(--font-body); font-size: 14px; font-weight: 600;
  background: transparent; color: var(--fg3); border: none; cursor: pointer;
  transition: all .25s var(--ease-out);
}
.is-tab:hover { color: var(--bytec-navy); }
.is-tab.is-active {
  background: var(--bytec-navy); color: #fff;
}
.is-tab.is-active svg { color: var(--bytec-green); }

.is-stage {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center;
}
.is-brand-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; background: #fff; border: 1px solid var(--border);
  border-radius: var(--r-pill); font-family: var(--font-mono); font-size: 12px;
  color: var(--fg3); margin-bottom: 18px;
}
.is-brand-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--bytec-green); animation: lcPulse 1.4s infinite; }
.is-headline {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(26px, 2.6vw, 36px); letter-spacing: -0.02em;
  line-height: 1.1; color: var(--fg1); margin: 0 0 24px;
}
.is-feats { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-direction: column; gap: 10px; }
.is-feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--fg2); line-height: 1.45; }
.is-feats li svg { color: var(--bytec-green); margin-top: 2px; flex-shrink: 0; }
.is-phone { display: flex; justify-content: center; }
.is-phone-frame { box-shadow: 0 30px 60px rgba(13,27,42,0.20), 0 0 0 1.5px rgba(255,255,255,0.06) inset, var(--shadow-glow-green); }

@media (max-width: 1024px) {
  .is-stage { grid-template-columns: 1fr; gap: 40px; }
  .is-tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
}

/* Floating tags */
.float-tag {
  position: absolute; z-index: 3;
  background: rgba(13,27,42,0.85); backdrop-filter: blur(8px);
  border: 1px solid rgba(46,204,113,0.3);
  border-radius: var(--r-md); padding: 10px 14px;
  font-size: 12px; color: #fff; font-weight: 600;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}
.float-tag .ic {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(46,204,113,0.16); color: var(--bytec-green);
  display: grid; place-items: center;
}
.float-tag .ic svg { width: 16px; height: 16px; }
.float-tag .v { color: #9aa3af; font-weight: 400; font-size: 11px; }
.float-tag.tag-tl { top: 12%; left: -22px; }
.float-tag.tag-br { bottom: 14%; right: -28px; }

/* Hero trust strip */
.trust-strip {
  background: var(--bytec-navy-800);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.trust-strip-inner {
  display: flex; align-items: center; gap: 32px; padding: 22px 0; flex-wrap: wrap;
}
.trust-strip-inner .label {
  color: #9aa3af; font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  font-family: var(--font-display);
  white-space: nowrap;
}
.trust-strip-inner .logos {
  display: flex; gap: 36px; align-items: center; flex-wrap: wrap; flex: 1;
  justify-content: space-around;
}
.trust-strip-inner .logos .logo-ph {
  font-family: var(--font-display); font-weight: 800;
  color: rgba(255,255,255,0.6); font-size: 18px; letter-spacing: -0.01em;
  display: flex; align-items: center; gap: 8px;
}
.trust-strip-inner .logos .logo-ph .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--bytec-green); opacity: .6;
}

/* ===================== SECTION ===================== */
section.s { padding: 110px 0; }
section.s.alt { background: var(--bg-alt); }
section.s.dark { background: var(--bytec-navy); color: #fff; }
section.s.dark .s-title { color: #fff; }
section.s.dark .s-sub { color: #cfd6e0; }
.s-eyebrow {
  font-family: var(--font-display); font-size: 12px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--bytec-green);
  margin-bottom: 18px; display: flex; align-items: center; gap: 10px;
}
.s-eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--bytec-green); }
.s-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 3.4vw, 48px); letter-spacing: -0.02em;
  line-height: 1.05; margin: 0 0 18px; max-width: 760px; text-wrap: balance;
}
.s-title .acc { color: var(--bytec-green); }
.s-sub {
  font-size: 17px; color: var(--fg3); max-width: 640px;
  line-height: 1.6; margin: 0;
}
.s-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 32px; margin-bottom: 56px; flex-wrap: wrap;
}
.s-head .left { max-width: 720px; }
.s-head .right { color: var(--fg3); font-size: 14px; max-width: 320px; line-height: 1.55; }

/* ===================== PAINS ===================== */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pain {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 32px;
  position: relative; overflow: hidden;
  transition: all var(--dur-base) var(--ease-out);
}
.pain:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--bytec-green-300); }
.pain .clock {
  font-family: var(--font-display); font-weight: 800;
  color: rgba(13,27,42,0.06); font-size: 80px;
  position: absolute; top: -10px; right: 18px; letter-spacing: -0.04em;
  line-height: 1;
}
.pain .ic-circle {
  width: 48px; height: 48px; border-radius: 14px;
  background: rgba(229,72,77,0.10); color: #d1383d;
  display: grid; place-items: center; margin-bottom: 22px;
  position: relative; z-index: 1;
}
.pain .ic-circle svg { width: 22px; height: 22px; }
.pain h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  color: var(--fg1); margin: 0 0 14px; line-height: 1.3;
  position: relative; z-index: 1;
}
.pain .res {
  font-size: 13px; color: var(--fg3); line-height: 1.55;
  padding-top: 16px; border-top: 1px solid var(--border);
  position: relative; z-index: 1;
}
.pain .res strong { color: var(--bytec-green); font-weight: 700; }

/* ===================== SHOWCASE (before/after) ===================== */
.showcase-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch;
}
.showcase-card {
  border-radius: var(--r-xl); padding: 32px;
  display: flex; flex-direction: column; gap: 22px;
  min-height: 520px;
}
.showcase-card.before {
  background: #f1eee9; border: 1px solid #d7d2c8;
}
.showcase-card.after {
  background: var(--bytec-navy); color: #fff;
  border: 1px solid var(--bytec-navy-700);
  position: relative; overflow: hidden;
}
.showcase-card.after::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(500px 280px at 80% 10%, rgba(46,204,113,0.18), transparent 60%);
}
.showcase-tag {
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  padding: 6px 12px; border-radius: var(--r-pill);
  position: relative; z-index: 1;
}
.showcase-card.before .showcase-tag {
  background: #2a2a2a; color: #fff;
}
.showcase-card.after .showcase-tag {
  background: var(--bytec-green); color: #073d1f;
}
.showcase-card h3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 28px; line-height: 1.05; letter-spacing: -0.02em;
  margin: 0; position: relative; z-index: 1;
}
.showcase-card.before h3 { color: #5a5a5a; }
.showcase-card.after h3 { color: #fff; }
.showcase-card .scenes {
  display: grid; grid-template-columns: 1fr; gap: 12px;
  position: relative; z-index: 1; flex: 1;
}
.scene-row {
  display: flex; align-items: center; gap: 14px;
  padding: 14px; border-radius: var(--r-md);
  font-size: 14px; line-height: 1.45;
}
.showcase-card.before .scene-row { background: rgba(255,255,255,0.5); color: #555; border: 1px solid rgba(0,0,0,0.04);}
.showcase-card.after  .scene-row { background: rgba(255,255,255,0.04); color: #cfd6e0; border: 1px solid rgba(255,255,255,0.06);}
.scene-row .sic {
  width: 32px; height: 32px; border-radius: 8px;
  display: grid; place-items: center; flex-shrink: 0;
}
.showcase-card.before .scene-row .sic { background: rgba(229,72,77,0.10); color: #d1383d;}
.showcase-card.after  .scene-row .sic { background: rgba(46,204,113,0.16); color: var(--bytec-green);}
.scene-row .sic svg { width: 16px; height: 16px; }
.scene-row b { color: #1a1a1a; font-weight: 600; }
.showcase-card.after .scene-row b { color: #fff; }

/* ===================== INDUSTRIES ===================== */
.ind-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ind-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  transition: all var(--dur-base) var(--ease-out);
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
}
.ind-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-md);
  border-color: var(--bytec-green); text-decoration: none;
}
.ind-photo {
  aspect-ratio: 4 / 3; background: var(--bytec-navy);
  position: relative; overflow: hidden;
}
.ind-photo svg { display: block; width: 100%; height: 100%; }
.ind-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.ind-slug {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--bytec-green); font-weight: 600;
  letter-spacing: 0.04em;
}
.ind-body h4 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 20px; color: var(--fg1); margin: 6px 0 10px;
  letter-spacing: -0.01em;
}
.ind-body p {
  font-size: 13px; color: var(--fg3); line-height: 1.5;
  margin: 0 0 18px; flex: 1;
}
.ind-cta {
  font-family: var(--font-display); font-size: 13px; font-weight: 700;
  color: var(--bytec-navy); display: inline-flex; align-items: center; gap: 6px;
  transition: gap var(--dur-base) var(--ease-out);
}
.ind-card:hover .ind-cta { gap: 10px; color: var(--bytec-green); }

/* ===================== PROOF ===================== */
.proof-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: stretch; }
.testimonial {
  background: var(--bytec-navy); color: #fff;
  border-radius: var(--r-xl); padding: 44px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.testimonial::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(420px 260px at 90% 0%, rgba(46,204,113,0.18), transparent 60%);
}
.testimonial .quote-mark {
  position: absolute; top: 24px; right: 32px;
  font-family: var(--font-display); font-weight: 900; font-size: 130px;
  color: rgba(46,204,113,0.18); line-height: 1; pointer-events: none;
}
.testimonial blockquote {
  position: relative; z-index: 1;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(20px, 1.9vw, 26px); line-height: 1.32;
  margin: 0 0 32px; letter-spacing: -0.01em;
  color: #fff; text-wrap: balance;
}
.testimonial blockquote .acc { color: var(--bytec-green); }
.testimonial .person {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 14px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: auto;
}
.testimonial .person .av {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--bytec-green) 0%, var(--bytec-navy-700) 100%);
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; color: #fff;
}
.testimonial .person .info .name { font-weight: 700; color: #fff; font-size: 15px;}
.testimonial .person .info .role { color: #9aa3af; font-size: 13px; }
.testimonial .person .placeholder-note {
  margin-left: auto; font-family: var(--font-mono); font-size: 11px;
  color: rgba(255,255,255,0.4); font-style: italic;
}

.local-card {
  background: var(--bg-alt);
  border: 1px solid var(--border); border-radius: var(--r-xl);
  padding: 36px; display: flex; flex-direction: column;
}
.local-card .map {
  position: relative; flex: 1; min-height: 200px;
  background: #fff; border-radius: var(--r-lg);
  border: 1px solid var(--border); overflow: hidden;
  margin-bottom: 22px;
}
.local-card .map svg { width: 100%; height: 100%; display: block; }
.local-card h4 {
  font-family: var(--font-display); font-weight: 800; font-size: 22px;
  color: var(--fg1); margin: 0 0 8px; letter-spacing: -0.01em;
}
.local-card p { font-size: 14px; color: var(--fg3); line-height: 1.55; margin: 0 0 18px; }
.local-card .since {
  display: flex; gap: 18px; padding-top: 18px;
  border-top: 1px solid var(--border);
}
.local-card .since .stat {
  font-family: var(--font-display); font-weight: 800;
}
.local-card .since .stat strong { color: var(--bytec-navy); font-size: 22px; display: block; letter-spacing: -0.01em;}
.local-card .since .stat span { font-size: 12px; color: var(--fg3); font-weight: 500; }

/* ===================== PRICING ===================== */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.price {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 32px;
  display: flex; flex-direction: column;
  transition: all var(--dur-base) var(--ease-out);
  position: relative;
}
.price:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--bytec-green-300); }
.price.featured {
  background: var(--bytec-navy); color: #fff;
  border-color: var(--bytec-navy);
}
.price.featured .badge-pop {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--bytec-green); color: #073d1f;
  font-family: var(--font-display); font-size: 11px; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 14px; border-radius: var(--r-pill);
  box-shadow: 0 6px 16px rgba(46,204,113,0.4);
}
.price .ic {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--bytec-green-50); color: var(--bytec-green);
  display: grid; place-items: center; margin-bottom: 22px;
}
.price.featured .ic { background: rgba(46,204,113,0.16); color: var(--bytec-green); }
.price .ic svg { width: 26px; height: 26px; }
.price h3 {
  font-family: var(--font-display); font-weight: 800; font-size: 22px;
  margin: 0 0 6px; letter-spacing: -0.01em;
}
.price.featured h3 { color: #fff; }
.price .desc { font-size: 14px; color: var(--fg3); line-height: 1.5; margin: 0 0 22px; }
.price.featured .desc { color: #cfd6e0; }
.price .amount {
  font-family: var(--font-display); font-weight: 900;
  font-size: 40px; color: var(--bytec-navy);
  letter-spacing: -0.025em; line-height: 1;
}
.price.featured .amount { color: #fff; }
.price .amount em { font-style: normal; color: var(--bytec-green); }
.price .from {
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg3); margin-bottom: 6px;
}
.price.featured .from { color: var(--bytec-green); }
.price .per {
  font-size: 14px; color: var(--fg3); margin: 8px 0 24px;
}
.price.featured .per { color: #9aa3af; }
.price .feats { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.price .feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--fg2); line-height: 1.45; }
.price.featured .feats li { color: #cfd6e0; }
.price .feats li svg { width: 16px; height: 16px; color: var(--bytec-green); flex-shrink: 0; margin-top: 2px; }
.price .price-cta {
  width: 100%; justify-content: center;
  border-radius: var(--r-md); padding: 13px;
  font-size: 14px; font-weight: 600;
  background: var(--bytec-navy); color: #fff; border: 1px solid var(--bytec-navy);
}
.price .price-cta:hover { background: transparent; color: var(--bytec-navy); }
.price.featured .price-cta {
  background: var(--bytec-green); color: #073d1f; border-color: var(--bytec-green);
}
.price.featured .price-cta:hover {
  background: var(--bytec-green-700); color: #fff; border-color: var(--bytec-green-700);
}

.price-foot {
  margin-top: 36px; padding: 20px 28px;
  background: var(--bg); border: 1px dashed var(--border-strong);
  border-radius: var(--r-lg); display: flex; justify-content: space-between;
  align-items: center; gap: 24px; flex-wrap: wrap;
}
.price-foot p { font-size: 13.5px; color: var(--fg3); margin: 0; line-height: 1.55; max-width: 580px; }
.price-foot p strong { color: var(--fg1); font-weight: 700; }

/* ===================== FINAL CTA ===================== */
.final {
  background: var(--bytec-navy); color: #fff;
  padding: 120px 0; text-align: center;
  position: relative; overflow: hidden;
}
.final::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(800px 380px at 50% 50%, rgba(46,204,113,0.20), transparent 60%),
    radial-gradient(500px 300px at 50% 100%, rgba(21,87,255,0.14), transparent 60%);
}
.final::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .25;
  background-image: radial-gradient(rgba(255,255,255,0.10) 1px, transparent 1px);
  background-size: 28px 28px;
}
.final .inner { position: relative; z-index: 1; }
.final h2 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(36px, 4.4vw, 64px); letter-spacing: -0.025em;
  line-height: 1.02; margin: 0 0 22px; color: #fff;
}
.final h2 .acc { color: var(--bytec-green); }
.final p {
  color: #cfd6e0; font-size: 18px; max-width: 560px;
  margin: 0 auto 40px; line-height: 1.55;
}
.final .ctas {
  display: inline-flex; gap: 14px; align-items: center;
  flex-wrap: wrap; justify-content: center;
}
.final .promise {
  margin-top: 28px; font-size: 13px; color: #9aa3af;
  display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap;
  justify-content: center;
}
.final .promise span { display: flex; align-items: center; gap: 6px; }
.final .promise span svg { width: 14px; height: 14px; color: var(--bytec-green); }

/* ===================== FOOTER ===================== */
.bx-footer {
  background: var(--bytec-navy-800); color: #cfd6e0;
  padding: 72px 0 32px;
}
.bx-footer .grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px;
  margin-bottom: 56px;
}
.bx-footer .brand .bx-footer-logo {
  height: 38px; width: auto; display: block; margin-bottom: 4px;
}
.bx-footer .brand .word {
  font-family: var(--font-display); font-weight: 900; font-style: italic;
  font-size: 26px; color: #fff; letter-spacing: -1px;
}
.bx-footer .brand p { color: #9aa3af; font-size: 14px; line-height: 1.6; max-width: 320px; margin: 14px 0 22px; }
.bx-footer h5 {
  font-family: var(--font-display); font-size: 12px; font-weight: 700;
  color: #fff; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 20px;
}
.bx-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.bx-footer a { color: #9aa3af; text-decoration: none; }
.bx-footer a:hover { color: var(--bytec-green); }
.bx-footer .legal {
  padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: #687280; flex-wrap: wrap; gap: 12px;
}
.bx-footer .socials { display: flex; gap: 10px; }
.bx-footer .socials a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.05); color: #cfd6e0;
  display: grid; place-items: center;
}
.bx-footer .socials a:hover { background: var(--bytec-green); color: var(--bytec-navy); }
.bx-footer .socials svg { width: 16px; height: 16px; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-stage { min-height: 600px; }
  .pain-grid, .price-grid, .ind-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid, .proof-grid { grid-template-columns: 1fr; }
  .bx-footer .grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .bx-nav { display: none; }
}
@media (max-width: 640px) {
  .pain-grid, .price-grid, .ind-grid { grid-template-columns: 1fr; }
  section.s { padding: 72px 0; }
  .hero { padding: 56px 0 80px; }
  .float-tag { display: none; }
  .bx-footer .grid { grid-template-columns: 1fr; }
  .price-foot { flex-direction: column; align-items: flex-start; }
}

/* ===================== TWEAKS PANEL ===================== */
[data-hero-variant="centered"] .hero-inner {
  grid-template-columns: 1fr; text-align: center;
  max-width: 900px; margin: 0 auto;
}
[data-hero-variant="centered"] .hero p.lead { margin-left: auto; margin-right: auto; }
[data-hero-variant="centered"] .hero .ctas { justify-content: center; }
[data-hero-variant="centered"] .hero .meta { justify-content: center; }
[data-hero-variant="centered"] .hero-stage { display: none; }
[data-hero-variant="centered"] .hero h1 { font-size: clamp(44px, 6vw, 80px); }

[data-hero-variant="editorial"] .hero-stage { display: none; }
[data-hero-variant="editorial"] .hero-inner { grid-template-columns: 1fr; }
[data-hero-variant="editorial"] .hero h1 { font-size: clamp(48px, 6.5vw, 96px); max-width: 1100px; }
[data-hero-variant="editorial"] .hero p.lead { font-size: 20px; max-width: 640px; }

body[data-density="compact"] section.s { padding: 72px 0; }
body[data-density="compact"] .hero { padding: 60px 0 80px; }
