/* ==========================================================================
   BinaryBeez – experience layer (loaded after style.css)
   1. Global polish          5. Mobile app animation
   2. Service cards + scenes 6. Deploy / Play Store / Post / SEO animations
   3. Dark section           7. Responsive
   4. Live tabs
   ========================================================================== */

/* ---------- 1. Global polish ---------- */
h2 { letter-spacing: -.035em; text-wrap: balance; }
h1 { letter-spacing: -.04em; }
p { text-wrap: pretty; }

.eyebrow {
  padding: 7px 14px 7px 12px; border-radius: 999px;
  background: var(--honey-soft); border: 1px solid rgba(229,154,0,.2);
}

.section-alt {
  background:
    radial-gradient(800px 300px at 0% 0%, rgba(255,184,0,.10), transparent 70%),
    radial-gradient(700px 300px at 100% 100%, rgba(91,75,255,.07), transparent 70%),
    var(--bg-alt);
}
.section-alt::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='98' viewBox='0 0 56 98'%3E%3Cpath d='M28 66 0 50V16L28 0l28 16v34L28 66zm0 32L0 82V66l28 16 28-16v16L28 98z' fill='none' stroke='%23E4DCC4' stroke-width='1'/%3E%3C/svg%3E");
  -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
          mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
}
.section-alt > .container { position: relative; }

.anim-card {
  border-radius: 26px;
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 40px 70px -40px rgba(20,20,43,.35), 0 8px 20px -12px rgba(20,20,43,.12);
}

.btn-dark { background: linear-gradient(135deg, #14142B, #2E2B63); }
.btn-dark:hover { box-shadow: 0 16px 30px -12px rgba(46,43,99,.7); }
.btn-primary { background: linear-gradient(135deg, #FFC933, var(--honey)); }

.why-card, .feature { position: relative; overflow: hidden; }
.why-card::after, .feature::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--honey), var(--coral), var(--violet));
  transform: scaleX(0); transform-origin: left; transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.why-card:hover::after, .feature:hover::after { transform: scaleX(1); }
.feature:hover { transform: translateY(-3px); border-color: transparent; box-shadow: var(--shadow); }

.site-footer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--honey), var(--coral), var(--violet), var(--mint));
}

.scroll-progress {
  position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 200; pointer-events: none;
  background: linear-gradient(90deg, var(--honey), var(--coral), var(--violet));
  transform-origin: left; transform: scaleX(0);
}

::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--bg-alt); }
::-webkit-scrollbar-thumb { background: #E8D9A8; border-radius: 10px; border: 3px solid var(--bg-alt); }
::-webkit-scrollbar-thumb:hover { background: var(--honey); }

/* thin caret used inside search boxes / text fields */
.ps-search .caret, .seo-box .caret, .pc-caption .caret { width: 2px; height: 1em; background: var(--ink); margin-left: 1px; }

/* shared tick-list (release pipeline, SEO tasks) */
.mb-steps .hk, .seo-tasks .hk {
  width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--line-2); flex-shrink: 0;
  display: grid; place-items: center; position: relative; transition: all .3s;
}
.mb-steps .hk::after, .seo-tasks .hk::after {
  content: ''; width: 9px; height: 9px; border: 2px solid transparent; border-top-color: var(--honey-deep);
  border-radius: 50%; position: absolute; opacity: 0;
}
.mb-steps .running .hk::after, .seo-tasks .running .hk::after { opacity: 1; animation: spin .7s linear infinite; }
.mb-steps .done, .seo-tasks .done { color: var(--ink) !important; }
.mb-steps .done .hk, .seo-tasks .done .hk { background: var(--mint); border-color: var(--mint); }
.mb-steps .done .hk::before, .seo-tasks .done .hk::before {
  content: ''; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) translate(-1px, -1px);
}

.app-icon {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  background: linear-gradient(135deg, #FFD24D, var(--honey)); box-shadow: 0 4px 10px -4px rgba(229,154,0,.6);
  transition: transform .15s;
}
.app-icon .bee { width: 76%; height: auto; }
.app-icon.lg { width: 56px; height: 56px; border-radius: 15px; }
.app-icon.xl { width: 84px; height: 84px; border-radius: 22px; }
.app-icon.sm { width: 22px; height: 22px; border-radius: 6px; }

.mb-tap {
  position: absolute; left: 0; top: 0; width: 26px; height: 26px; margin: -13px 0 0 -13px; border-radius: 50%;
  background: rgba(20,20,43,.18); border: 2px solid rgba(255,255,255,.95); box-shadow: 0 2px 8px rgba(0,0,0,.25);
  z-index: 20; opacity: 0; pointer-events: none; transition: transform .7s cubic-bezier(.5,0,.2,1), opacity .3s;
}
.mb-tap.show { opacity: 1; }
.mb-tap.press { animation: tapPress .35s; }
@keyframes tapPress { 50% { box-shadow: 0 0 0 12px rgba(91,75,255,.22); background: rgba(91,75,255,.4); } }
@keyframes bump { 50% { transform: scale(1.18); } }
.confetti-bit { position: absolute; width: 6px; height: 9px; border-radius: 2px; pointer-events: none; z-index: 30; }

/* ---------- 2. Service cards ---------- */
.service-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { padding: 14px 14px 24px; border-radius: 26px; }
.service-card.violet { --accent: var(--violet); --accent-soft: var(--violet-soft); }
.service-card::before {
  width: auto; height: auto; inset: 0; right: 0; top: 0; clip-path: none; opacity: 0; transform: none !important;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), var(--accent-soft), transparent 55%);
  transition: opacity .4s; pointer-events: none;
}
.service-card::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: linear-gradient(140deg, var(--accent), transparent 35%, transparent 65%, var(--accent));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .4s;
}
.service-card:hover::before, .service-card:hover::after { opacity: 1; }
.service-card:hover { box-shadow: 0 30px 60px -25px rgba(20,20,43,.3); }
.service-card .svc-num {
  margin-left: auto; align-self: flex-start; flex-shrink: 0;
  font: 700 .7rem var(--font-mono); color: var(--accent); background: var(--accent-soft); padding: 4px 9px; border-radius: 999px;
}
.svc-head { display: flex; align-items: center; gap: 12px; margin: 20px 8px 10px; }
.svc-head h3 { margin: 0; font-size: 1.15rem; line-height: 1.25; }
.service-card > p, .service-card > ul, .service-card > .link-arrow { margin-left: 8px; margin-right: 8px; }
.service-card > p { font-size: .94rem; }
.service-card .link-arrow { color: var(--accent); }
.service-card .link-arrow:hover { color: var(--ink); }

/* scene frame */
.svc-scene {
  position: relative; height: 164px; border-radius: 18px; overflow: hidden;
  background-color: var(--accent-soft);
  background-image: radial-gradient(rgba(20,20,43,.09) 1px, transparent 1.3px);
  background-size: 14px 14px;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.service-card:hover .svc-scene { transform: scale(1.02); }
.svc-scene > div { position: absolute; inset: 0; }
.service-card:not(.in-view) .svc-scene *, .service-card:not(.in-view) .svc-scene *::before, .service-card:not(.in-view) .svc-scene *::after { animation-play-state: paused !important; }
@keyframes scBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* code scene */
.sc-win { position: absolute; left: 15%; top: 20px; width: 62%; height: 112px; background: var(--code-bg); border-radius: 10px; overflow: hidden; box-shadow: 0 16px 30px -14px rgba(20,20,43,.6); animation: scBob 6s ease-in-out infinite; }
.sc-bar { display: flex; align-items: center; gap: 4px; padding: 7px 8px; background: #20213A; }
.sc-bar i { width: 6px; height: 6px; border-radius: 50%; background: #FF6B57; }
.sc-bar i:nth-child(2) { background: var(--honey); }
.sc-bar i:nth-child(3) { background: #3DDC97; }
.sc-bar span { margin-left: auto; font: 500 .55rem var(--font-mono); color: #8184AE; }
.sc-lines { padding: 9px 10px; display: grid; gap: 7px; }
.sc-lines span { display: block; height: 6px; border-radius: 3px; background: var(--c); width: 0; margin-left: var(--i, 0); animation: scType 6s infinite; }
.sc-lines span:nth-child(2) { animation-delay: .4s; }
.sc-lines span:nth-child(3) { animation-delay: .8s; }
.sc-lines span:nth-child(4) { animation-delay: 1.2s; }
.sc-lines span:nth-child(5) { animation-delay: 1.6s; }
@keyframes scType { 0% { width: 0; } 12%,80% { width: var(--w); } 92%,100% { width: 0; } }
.sc-build { position: absolute; right: 10px; bottom: 14px; display: flex; align-items: center; gap: 6px; background: #fff; border-radius: 999px; padding: 5px 10px 5px 6px; font: 700 .62rem var(--font-body); color: #0B8A63; box-shadow: var(--shadow); animation: scPop 6s infinite; }
.sc-build b { width: 14px; height: 14px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; }
.sc-build b::after { content: ''; width: 3px; height: 6px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) translate(-.5px, -.5px); }
@keyframes scPop { 0%,35% { opacity: 0; transform: translateY(8px) scale(.8); } 42%,85% { opacity: 1; transform: none; } 95%,100% { opacity: 0; transform: translateY(8px) scale(.8); } }
.sc-tag { position: absolute; font: 700 .78rem var(--font-mono); color: var(--honey-deep); background: #fff; border-radius: 10px; padding: 5px 8px; box-shadow: var(--shadow-sm); }
.sc-tag.t1 { left: 8px; top: 44px; animation: scBob 4s ease-in-out infinite; }
.sc-tag.t2 { right: 12px; top: 16px; color: var(--violet); animation: scBob 5s ease-in-out infinite reverse; }
.sc-gear { position: absolute; left: 12px; bottom: 10px; color: var(--honey-deep); opacity: .7; }
.sc-gear .icon { width: 26px; height: 26px; animation: spin 6s linear infinite; }

/* mobile scene */
.sc-phone { position: absolute; left: 50%; top: 16px; width: 80px; height: 160px; margin-left: -40px; background: var(--ink); border-radius: 17px; padding: 5px; box-shadow: 0 18px 30px -12px rgba(91,75,255,.55); animation: scBob 5s ease-in-out infinite; }
.sc-notch { position: absolute; top: 9px; left: 50%; width: 22px; height: 5px; margin-left: -11px; background: #000; border-radius: 4px; z-index: 5; }
.sc-screen { position: relative; height: 100%; background: #fff; border-radius: 13px; overflow: hidden; }
.sc-store { position: absolute; inset: 0; padding: 20px 7px; display: flex; flex-direction: column; align-items: center; gap: 6px; animation: scStore 8s infinite; }
@keyframes scStore { 0% { opacity: 0; } 4%,44% { opacity: 1; transform: none; } 50%,100% { opacity: 0; transform: scale(.9); } }
.sc-appicon { width: 30px; height: 30px; border-radius: 9px; background: var(--honey); display: grid; place-items: center; color: var(--ink); }
.sc-appicon .icon { width: 17px; height: 17px; }
.sc-bars i { display: block; height: 4px; border-radius: 2px; background: #E6E3F5; width: 44px; margin: 3px auto; }
.sc-bars i + i { width: 30px; }
.sc-get { position: relative; width: 40px; height: 18px; border-radius: 999px; background: var(--violet); color: #fff; font: 800 .5rem/18px var(--font-body); text-align: center; animation: scGet 8s infinite; }
.sc-get em { font-style: normal; animation: scGetTxt 8s infinite; }
.sc-get::before { content: ''; position: absolute; inset: -5px; border-radius: 999px; border: 2px solid var(--violet); opacity: 0; animation: scTap 8s infinite; }
.sc-get svg { position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; margin: -11px; opacity: 0; animation: scRingShow 8s infinite; }
.sc-get circle { fill: none; stroke: var(--violet); stroke-width: 4; stroke-dasharray: 95; stroke-dashoffset: 95; transform: rotate(-90deg); transform-origin: center; animation: scRing 8s infinite; }
@keyframes scGet { 0%,14% { width: 40px; background: var(--violet); } 17%,41% { width: 22px; background: transparent; } 44%,100% { width: 40px; background: var(--mint); } }
@keyframes scGetTxt { 0%,14% { opacity: 1; } 15%,100% { opacity: 0; } }
@keyframes scTap { 0%,9% { opacity: 0; transform: scale(1.4); } 13% { opacity: 1; transform: scale(1); } 17%,100% { opacity: 0; transform: scale(1.3); } }
@keyframes scRingShow { 0%,15% { opacity: 0; } 17%,41% { opacity: 1; } 43%,100% { opacity: 0; } }
@keyframes scRing { 0%,17% { stroke-dashoffset: 95; } 40%,100% { stroke-dashoffset: 0; } }
.sc-app { position: absolute; inset: 0; padding: 18px 6px 6px; display: flex; flex-direction: column; gap: 5px; opacity: 0; animation: scApp 8s infinite; }
@keyframes scApp { 0%,45% { opacity: 0; transform: scale(1.1); } 50%,92% { opacity: 1; transform: none; } 97%,100% { opacity: 0; } }
.sc-app-head { height: 16px; border-radius: 6px; background: linear-gradient(90deg, var(--violet), #9B8CFF); }
.sc-app-card { position: relative; height: 22px; border-radius: 6px; background: var(--violet-soft); animation: scCard 8s infinite; }
.sc-app-card::before { content: ''; position: absolute; left: 4px; top: 4px; width: 14px; height: 14px; border-radius: 4px; background: var(--honey); }
.sc-app-card::after { content: ''; position: absolute; left: 22px; top: 9px; width: 30px; height: 4px; border-radius: 2px; background: #CFC9F7; }
.sc-app-card.c2 { animation-delay: .15s; } .sc-app-card.c2::before { background: var(--coral); }
.sc-app-card.c3 { animation-delay: .3s; }  .sc-app-card.c3::before { background: var(--mint); }
@keyframes scCard { 0%,48% { opacity: 0; transform: translateY(12px); } 56%,100% { opacity: 1; transform: none; } }
.sc-app-tab { margin-top: auto; display: flex; justify-content: space-around; padding-top: 4px; border-top: 1px solid #eee; }
.sc-app-tab i { width: 8px; height: 8px; border-radius: 3px; background: #DAD6F5; }
.sc-app-tab i:first-child { background: var(--violet); }
.sc-push { position: absolute; left: 4px; right: 4px; top: 4px; z-index: 4; display: flex; gap: 4px; align-items: center; padding: 5px; border-radius: 8px; background: rgba(255,255,255,.97); box-shadow: 0 4px 12px rgba(20,20,43,.25); font: 700 .45rem/1.2 var(--font-body); color: var(--ink); transform: translateY(-130%); animation: scPush 8s infinite; }
.sc-push span { width: 10px; height: 10px; border-radius: 3px; background: var(--honey); flex-shrink: 0; }
@keyframes scPush { 0%,66% { transform: translateY(-130%); } 70%,86% { transform: none; } 90%,100% { transform: translateY(-130%); } }
.sc-os { position: absolute; display: flex; align-items: center; gap: 5px; background: #fff; border-radius: 999px; padding: 4px 9px; font: 700 .6rem var(--font-body); color: var(--ink); box-shadow: var(--shadow-sm); }
.sc-os::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }
.sc-os.ios { left: 10px; top: 28px; animation: scBob 4s ease-in-out infinite; }
.sc-os.android { right: 8px; top: 62px; animation: scBob 4.6s ease-in-out infinite reverse; }
.sc-os.android::before { background: #3DDC84; }
.sc-star { position: absolute; left: 14px; bottom: 20px; background: var(--honey); color: var(--ink); font: 800 .62rem var(--font-body); padding: 4px 9px; border-radius: 999px; animation: scBob 4.5s ease-in-out infinite; }
.sc-dl { position: absolute; right: 16px; bottom: 16px; width: 30px; height: 30px; border-radius: 10px; background: #fff; display: grid; place-items: center; color: var(--violet); box-shadow: var(--shadow-sm); overflow: hidden; }
.sc-dl .icon { width: 16px; height: 16px; animation: scDrop 1.6s ease-in-out infinite; }
@keyframes scDrop { 0% { transform: translateY(-6px); opacity: 0; } 40% { opacity: 1; } 100% { transform: translateY(5px); opacity: 0; } }

/* marketing scene */
.sc-chart { position: absolute; left: 14px; right: 42%; bottom: 16px; height: 100px; display: flex; align-items: flex-end; gap: 5px; padding: 10px 8px 8px; background: #fff; border-radius: 12px; box-shadow: var(--shadow-sm); }
.sc-chart i { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(var(--coral), #FFB3A7); transform-origin: bottom; animation: scBar 5s ease-in-out infinite; }
.sc-chart i:nth-child(2) { animation-delay: .1s; } .sc-chart i:nth-child(3) { animation-delay: .2s; }
.sc-chart i:nth-child(4) { animation-delay: .3s; } .sc-chart i:nth-child(5) { animation-delay: .4s; }
.sc-chart i:nth-child(6) { animation-delay: .5s; }
@keyframes scBar { 0% { transform: scaleY(.15); } 30%,85% { transform: scaleY(1); } 100% { transform: scaleY(.15); } }
.sc-chart svg { position: absolute; left: 8px; top: 10px; width: calc(100% - 16px); height: calc(100% - 18px); overflow: visible; }
.sc-chart path { fill: none; stroke: var(--ink); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 140; stroke-dashoffset: 140; animation: scLine 5s ease-in-out infinite; }
@keyframes scLine { 0%,10% { stroke-dashoffset: 140; } 45%,85% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 140; } }
.sc-mega { position: absolute; right: 22px; top: 16px; width: 46px; height: 46px; border-radius: 14px; background: #fff; display: grid; place-items: center; color: var(--coral); box-shadow: var(--shadow-sm); }
.sc-mega .icon { width: 24px; height: 24px; animation: megaShake 2.4s ease-in-out infinite; }
.sc-mega span { position: absolute; left: 100%; top: 50%; width: 14px; height: 14px; margin: -7px 0 0 -6px; border: 2px solid var(--coral); border-radius: 50%; opacity: 0; animation: wave 2.4s ease-out infinite; }
.sc-mega span + span { animation-delay: .6s; }
.sc-lead { position: absolute; right: 10px; background: #fff; border-radius: 999px; padding: 4px 9px; font: 700 .6rem var(--font-body); box-shadow: var(--shadow-sm); white-space: nowrap; opacity: 0; }
.sc-lead.l1 { top: 78px; color: #0B8A63; animation: scRise 5s infinite; }
.sc-lead.l2 { top: 110px; color: var(--coral); animation: scRise 5s 2.5s infinite; }
@keyframes scRise { 0% { opacity: 0; transform: translateY(10px); } 15%,60% { opacity: 1; transform: none; } 80%,100% { opacity: 0; transform: translateY(-14px); } }
.sc-cursor { position: absolute; left: 40%; top: 36%; width: 16px; height: 16px; z-index: 3; animation: scCursor 5s ease-in-out infinite; }
.sc-cursor svg { width: 16px; height: 16px; fill: var(--ink); stroke: #fff; stroke-width: 1.5; }
@keyframes scCursor { 0% { transform: translate(-30px, 44px); } 40%,44% { transform: translate(36px, -12px); } 48% { transform: translate(36px, -12px) scale(.75); } 52%,100% { transform: translate(36px, -12px); } }

/* maintenance scene */
.sc-shield { position: absolute; left: 18px; top: 22px; width: 62px; height: 62px; border-radius: 18px; background: #fff; display: grid; place-items: center; color: var(--mint); box-shadow: var(--shadow-sm); }
.sc-shield .icon { width: 32px; height: 32px; }
.sc-ring { position: absolute; inset: 0; border-radius: 18px; border: 2px solid var(--mint); opacity: 0; animation: scPulse 2.4s ease-out infinite; }
.sc-ring.r2 { animation-delay: 1.2s; }
@keyframes scPulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.6); opacity: 0; } }
.sc-ecg { position: absolute; left: 0; bottom: 20px; width: 100%; height: 40px; }
.sc-ecg path { fill: none; stroke: var(--mint); stroke-width: 2.2; stroke-linejoin: round; animation: scEcg 2.4s linear infinite; }
@keyframes scEcg { to { transform: translateX(-70px); } }
.sc-uptime { position: absolute; right: 12px; top: 22px; display: flex; align-items: center; gap: 6px; background: #fff; border-radius: 999px; padding: 5px 10px; font: 700 .62rem var(--font-body); color: #0B8A63; box-shadow: var(--shadow-sm); }
.sc-uptime b { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); animation: pulse 1.6s infinite; }
.sc-bug { position: absolute; left: 56%; top: 62px; width: 18px; height: 18px; animation: scBug 4s ease-in-out infinite; }
.sc-bug svg { width: 18px; height: 18px; }
@keyframes scBug { 0% { transform: translate(70px, 0) rotate(-90deg); opacity: 1; } 45% { transform: translate(0, 0) rotate(-90deg); opacity: 1; } 55% { transform: scale(1.3) rotate(-90deg); opacity: 1; } 62%,100% { transform: scale(0) rotate(90deg); opacity: 0; } }
.sc-wrench { position: absolute; left: 56%; top: 38px; color: var(--ink); animation: scWrench 4s ease-in-out infinite; }
.sc-wrench .icon { width: 20px; height: 20px; }
@keyframes scWrench { 0%,40% { opacity: 0; transform: translate(-10px, -10px) rotate(-30deg); } 48% { opacity: 1; transform: translate(0, 8px) rotate(20deg); } 56% { transform: translate(0, 8px) rotate(-10deg); } 64% { opacity: 1; } 72%,100% { opacity: 0; } }

/* ---------- 3. Dark section ---------- */
.section-dark {
  color: #C9CBEA; overflow: hidden;
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(255,184,0,.16), transparent 60%),
    radial-gradient(760px 420px at 95% 100%, rgba(91,75,255,.28), transparent 60%),
    #101026;
}
.section-dark::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='98' viewBox='0 0 56 98'%3E%3Cpath d='M28 66 0 50V16L28 0l28 16v34L28 66zm0 32L0 82V66l28 16 28-16v16L28 98z' fill='none' stroke='%23FFFFFF' stroke-width='1'/%3E%3C/svg%3E");
}
.section-dark > .container { position: relative; }
.section-dark h2, .section-dark h3, .section-dark .hl { color: #fff; }
.section-dark .hl::after { opacity: .9; height: .22em; bottom: .02em; background: linear-gradient(90deg, var(--honey), var(--coral)); }
.section-dark .section-head p, .section-dark .showcase-text p { color: #A3A5CC; }
.section-dark .eyebrow { color: var(--honey); background: rgba(255,184,0,.1); border-color: rgba(255,184,0,.25); }
.section-dark .checks li { color: #DADBF2; }
.section-dark .link-arrow { color: var(--honey); }
.section-dark .anim-card { box-shadow: 0 40px 90px -30px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.08); }

/* ---------- 4. Live tabs ---------- */
.lt-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 44px; }
.lt-tab {
  position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 18px 7px 7px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04); color: #C9CBEA; font: 600 .92rem var(--font-body); cursor: pointer; transition: all .3s;
}
.lt-tab:hover { background: rgba(255,255,255,.09); color: #fff; }
.lt-tab.on { background: #fff; color: var(--ink); border-color: #fff; box-shadow: 0 12px 34px -12px rgba(255,184,0,.55); }
.lt-timer { position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: var(--honey); }
.lt-tab.on .lt-timer { animation: ltTimer var(--lt-dur, 18s) linear forwards; }
.live-tabs.paused .lt-timer { animation-play-state: paused; }
@keyframes ltTimer { to { width: 100%; } }
.lt-panel { grid-template-columns: .8fr 1.25fr; animation: ltIn .6s cubic-bezier(.2,.8,.2,1); }
@keyframes ltIn { from { opacity: 0; transform: translateY(18px); } }
.lt-title { font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.15; margin: 0 0 1rem; letter-spacing: -.03em; }

/* ---------- 5. Mobile app animation ---------- */
.anim-card-head h4 b { color: var(--violet); }
.mb-grid { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; align-items: center; }
.mb-stage { position: relative; padding: 6px 28px; }
.mb-phone {
  position: relative; width: 228px; height: 462px; border-radius: 40px; background: #0E0E1C; padding: 9px;
  box-shadow: 0 34px 60px -26px rgba(91,75,255,.6), inset 0 0 0 2px #2C2C48, 0 0 0 1px rgba(20,20,43,.2); overflow: hidden;
}
.mb-island { position: absolute; top: 17px; left: 50%; width: 72px; height: 20px; margin-left: -36px; background: #000; border-radius: 999px; z-index: 12; }
.mb-status { position: absolute; top: 19px; left: 28px; right: 26px; z-index: 11; display: flex; justify-content: space-between; align-items: center; font: 700 .62rem var(--font-body); color: var(--ink); }
.mb-sys { display: flex; align-items: flex-end; gap: 1.5px; }
.mb-sys i { width: 3px; background: currentColor; border-radius: 1px; }
.mb-sys i:nth-child(1) { height: 4px; } .mb-sys i:nth-child(2) { height: 6px; } .mb-sys i:nth-child(3) { height: 8px; } .mb-sys i:nth-child(4) { height: 10px; }
.mb-sys em { position: relative; width: 17px; height: 9px; border: 1.5px solid currentColor; border-radius: 3px; margin-left: 4px; }
.mb-sys em::after { content: ''; position: absolute; inset: 1px 3px 1px 1px; background: currentColor; border-radius: 1px; }
.mb-phone.dark-status .mb-status { color: #fff; }

.mb-screen {
  position: absolute; inset: 9px; border-radius: 31px; overflow: hidden; background: #fff; padding: 42px 12px 12px;
  font-size: .7rem; color: var(--ink); opacity: 0; visibility: hidden; transform: scale(1.05);
  transition: opacity .45s, transform .45s cubic-bezier(.2,.8,.2,1), visibility .45s;
}
.mb-screen.on { opacity: 1; visibility: visible; transform: none; }

/* store */
.st-search { display: flex; align-items: center; gap: 6px; background: #F2F1F8; border-radius: 10px; padding: 7px 9px; color: var(--muted); font-size: .66rem; }
.st-search .icon { width: 12px; height: 12px; }
.st-top { display: flex; gap: 10px; margin: 14px 0 12px; }
.st-info strong { display: block; font: 700 .95rem/1.2 var(--font-head); }
.st-info small { display: block; color: var(--muted); font-size: .6rem; margin-bottom: 7px; }
.st-btn { position: relative; display: inline-grid; place-items: center; height: 26px; min-width: 64px; padding: 0 12px; border-radius: 999px; background: var(--violet); color: #fff; font: 800 .62rem var(--font-body); letter-spacing: .05em; transition: all .35s cubic-bezier(.2,.8,.2,1); }
.st-btn em { font-style: normal; transition: opacity .2s; }
.st-btn svg { position: absolute; width: 26px; height: 26px; left: 50%; top: 50%; margin: -13px; opacity: 0; transition: opacity .2s; }
.st-btn .trk { fill: none; stroke: #E4E1F7; stroke-width: 3.5; }
.st-btn .prg { fill: none; stroke: var(--violet); stroke-width: 3.5; stroke-linecap: round; stroke-dasharray: 88; stroke-dashoffset: 88; transform: rotate(-90deg); transform-origin: center; }
.st-btn.loading { min-width: 26px; width: 26px; padding: 0; background: transparent; }
.st-btn.loading svg { opacity: 1; }
.st-btn.loading em { opacity: 0; }
.st-btn.open { background: var(--mint); }
.st-meta { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; padding: 8px 0; border-top: 1px solid #F0EEF7; border-bottom: 1px solid #F0EEF7; }
.st-meta span + span { border-left: 1px solid #F0EEF7; }
.st-meta b { display: block; font: 700 .72rem var(--font-head); }
.st-meta small { color: var(--muted); font-size: .54rem; }
.st-meta span:first-child small { color: var(--honey-deep); letter-spacing: -.05em; }
.st-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 12px; }
.st-shots i { position: relative; height: 150px; border-radius: 10px; background: linear-gradient(165deg, var(--violet-soft), #fff); overflow: hidden; }
.st-shots i:nth-child(2) { background: linear-gradient(165deg, var(--honey-soft), #fff); }
.st-shots i:nth-child(3) { background: linear-gradient(165deg, var(--mint-soft), #fff); }
.st-shots i::before { content: ''; position: absolute; left: 8px; right: 8px; top: 12px; height: 34px; border-radius: 6px; background: rgba(255,255,255,.85); }
.st-shots i::after { content: ''; position: absolute; left: 8px; right: 8px; top: 54px; height: 60px; border-radius: 6px; background: repeating-linear-gradient(#fff 0 12px, transparent 12px 18px); opacity: .9; }
.st-note { margin-top: 10px; text-align: center; font: 600 .6rem var(--font-mono); color: var(--violet); opacity: 0; transition: opacity .3s; }
.st-note.show { opacity: 1; }

/* home screen */
.s-home { background: radial-gradient(circle at 25% 15%, #9C8DFF, transparent 55%), linear-gradient(165deg, #5B4BFF, #FF6B9A 68%, #FFB800); padding: 50px 14px 12px; }
.hm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px 8px; justify-items: center; }
.hm-app { position: relative; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.hm-app i { width: 38px; height: 38px; border-radius: 11px; background: var(--c); box-shadow: 0 3px 8px rgba(0,0,0,.15); }
.hm-app small { width: 26px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.6); }
.hm-new { opacity: 0; transform: scale(.3); }
.hm-new.in { opacity: 1; transform: none; transition: opacity .3s, transform .55s cubic-bezier(.3,1.6,.5,1); }
.hm-new .app-icon { width: 38px; height: 38px; }
.hm-new small { width: auto; height: auto; background: none; color: #fff; font: 600 .5rem var(--font-body); }
.hm-new.tap .app-icon { transform: scale(.82); }
.hm-pie { position: absolute; top: 0; left: 50%; width: 38px; height: 38px; margin-left: -19px; border-radius: 11px; background: rgba(0,0,0,.5); transition: opacity .3s; }
.hm-pie circle { fill: none; stroke: rgba(255,255,255,.92); stroke-width: 18; stroke-dasharray: 56.6; stroke-dashoffset: 56.6; transform: rotate(-90deg); transform-origin: center; }
.hm-pie.done { opacity: 0; }
.hm-dock { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; justify-content: space-around; padding: 10px; border-radius: 22px; background: rgba(255,255,255,.28); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.hm-dock i { width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.85); }

/* splash */
.s-splash { background: linear-gradient(165deg, #FFD24D, var(--honey)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.s-splash .app-icon { background: #fff; box-shadow: 0 16px 30px -12px rgba(20,20,43,.35); }
.s-splash.on .app-icon { animation: spPop .8s cubic-bezier(.3,1.6,.5,1); }
.s-splash strong { font: 800 1.25rem var(--font-head); color: var(--ink); letter-spacing: -.03em; }
@keyframes spPop { from { transform: scale(.3); } }
.sp-dots i { display: inline-block; width: 6px; height: 6px; margin: 0 2px; border-radius: 50%; background: var(--ink); animation: spDot 1s infinite; }
.sp-dots i:nth-child(2) { animation-delay: .15s; } .sp-dots i:nth-child(3) { animation-delay: .3s; }
@keyframes spDot { 0%,100% { opacity: .2; } 50% { opacity: 1; } }

/* app */
.s-app { background: #FAFAFE; padding: 42px 12px 0; }
.ap-head { display: flex; justify-content: space-between; align-items: center; }
.ap-head small { display: block; color: var(--muted); font-size: .6rem; }
.ap-head strong { font: 700 .86rem var(--font-head); letter-spacing: -.02em; }
.ap-cart { position: relative; width: 32px; height: 32px; border-radius: 10px; background: #fff; display: grid; place-items: center; box-shadow: var(--shadow-sm); font-size: .9rem; }
.ap-cart b { position: absolute; top: -5px; right: -5px; min-width: 16px; height: 16px; border-radius: 999px; background: var(--coral); color: #fff; font: 700 .55rem/16px var(--font-body); text-align: center; transform: scale(0); transition: transform .3s cubic-bezier(.3,1.6,.5,1); }
.ap-cart.has b { transform: scale(1); }
.ap-cart.bump { animation: bump .4s; }
.ap-search { margin: 10px 0 8px; display: flex; align-items: center; gap: 6px; background: #fff; border: 1px solid #EEECF7; border-radius: 10px; padding: 7px 9px; color: var(--muted); font-size: .62rem; }
.ap-search .icon { width: 12px; height: 12px; }
.ap-chips { display: flex; gap: 5px; margin-bottom: 10px; }
.ap-chips span { padding: 4px 9px; border-radius: 999px; background: #fff; border: 1px solid #EEECF7; font-size: .58rem; font-weight: 600; transition: all .3s; }
.ap-chips span.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.ap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ap-card { background: #fff; border-radius: 12px; padding: 7px; box-shadow: 0 2px 10px -3px rgba(20,20,43,.1); display: flex; flex-direction: column; gap: 3px; opacity: 0; transform: translateY(16px); }
.s-app.on .ap-card { animation: apIn .5s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: calc(.25s + var(--k) * .1s); }
@keyframes apIn { to { opacity: 1; transform: none; } }
.ap-img { height: 56px; border-radius: 9px; display: grid; place-items: center; font-size: 1.6rem; background: var(--honey-soft); }
.ap-card:nth-child(2) .ap-img { background: var(--mint-soft); }
.ap-card:nth-child(3) .ap-img { background: var(--coral-soft); }
.ap-card:nth-child(4) .ap-img { background: var(--violet-soft); }
.ap-name { font-weight: 600; font-size: .62rem; }
.ap-row { display: flex; justify-content: space-between; align-items: center; }
.ap-row b { font-size: .66rem; }
.ap-add { width: 20px; height: 20px; border-radius: 7px; background: var(--violet); color: #fff; display: grid; place-items: center; font-weight: 700; transition: transform .15s, background .2s; }
.ap-add.press { transform: scale(.8); background: var(--mint); }
.ap-tabs { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-around; padding: 10px 0 16px; background: #fff; border-top: 1px solid #EEECF7; }
.ap-tabs .icon { width: 16px; height: 16px; color: #B9B7CE; }
.ap-tabs .on .icon { color: var(--violet); }
.ap-sheet { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; background: #fff; border-radius: 22px 22px 0 0; box-shadow: 0 -12px 30px rgba(20,20,43,.18); padding: 10px 14px 20px; transform: translateY(105%); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.ap-sheet.up { transform: none; }
.ap-sheet .grip { display: block; width: 34px; height: 4px; border-radius: 2px; background: #E2E0EE; margin: 0 auto 10px; }
.sh-row { display: flex; justify-content: space-between; font-size: .66rem; padding: 4px 0; }
.sh-row .free { color: var(--mint); }
.sh-btn { display: block; margin-top: 8px; text-align: center; background: var(--ink); color: #fff; border-radius: 12px; padding: 9px; font-weight: 700; font-size: .7rem; transition: transform .15s; }
.sh-btn.press { transform: scale(.95); }
.sh-done { display: none; text-align: center; padding: 4px 0; }
.ap-sheet.done .sh-pay { display: none; }
.ap-sheet.done .sh-done { display: block; }
.sh-tick { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 6px; border-radius: 50%; background: var(--mint); animation: pop .4s cubic-bezier(.3,1.6,.5,1); }
.sh-tick::after { content: ''; width: 9px; height: 17px; border: solid #fff; border-width: 0 3px 3px 0; transform: rotate(45deg) translate(-2px, -2px); }
.sh-done strong { display: block; font: 700 .9rem var(--font-head); }
.sh-done small { color: var(--muted); font-size: .62rem; }

.mb-push { position: absolute; left: 16px; right: 16px; top: 46px; z-index: 13; display: flex; gap: 8px; align-items: center; padding: 9px; border-radius: 16px; background: rgba(255,255,255,.94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 12px 30px -8px rgba(20,20,43,.4); font-size: .6rem; color: var(--ink-2); transform: translateY(-170%); opacity: 0; transition: transform .5s cubic-bezier(.2,.8,.2,1), opacity .4s; }
.mb-push.show { transform: none; opacity: 1; }
.mb-push > span:last-child { flex: 1; display: flex; flex-direction: column; }
.mb-push b { display: flex; justify-content: space-between; color: var(--ink); font-size: .64rem; }
.mb-push b small { color: var(--muted); font-weight: 500; }
.mb-fly { position: absolute; left: 0; top: 0; width: 14px; height: 14px; margin: -7px; border-radius: 50%; background: var(--coral); z-index: 14; opacity: 0; pointer-events: none; }

.mb-chip { position: absolute; z-index: 15; display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border-radius: 999px; background: #fff; box-shadow: var(--shadow); font: 700 .7rem var(--font-body); color: var(--ink); animation: scBob 5s ease-in-out infinite; }
.mb-chip b { width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.mb-chip.c1 { left: 0; top: 16%; }
.mb-chip.c2 { right: 0; top: 46%; animation-delay: -2s; }
.mb-chip.c2 b { background: #3DDC84; }
.mb-chip.c3 { left: 4px; bottom: 12%; animation-delay: -3.5s; color: var(--violet); }

.mb-side { display: grid; gap: 12px; min-width: 0; }
.mb-panel { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 12px 14px; }
.mb-panel-title { font: 600 .64rem var(--font-mono); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 9px; }
.mb-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.mb-steps li { display: flex; align-items: center; gap: 8px; font-size: .78rem; color: var(--muted); transition: color .3s; }
.mb-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mb-stats div { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 8px 10px; }
.mb-stats small { display: block; font-size: .62rem; color: var(--muted); }
.mb-stats strong { font: 700 1rem var(--font-head); color: var(--ink); }
.mb-stats em { color: var(--honey); font-style: normal; }
.mb-installs { display: flex; align-items: flex-end; gap: 4px; height: 60px; padding: 0 2px; }
.mb-installs i { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(var(--violet), #B3A9FF); transform-origin: bottom; transform: scaleY(0); transition: transform .7s cubic-bezier(.2,.8,.2,1); transition-delay: calc(var(--k) * 50ms); }
.in-view .mb-installs i { transform: scaleY(1); }
.mb-installs-label { display: flex; justify-content: space-between; font: 500 .62rem var(--font-mono); color: var(--muted); }
.mb-installs-label b { color: var(--mint); }

/* ---------- 6a. Deploy to live ---------- */
.dp-env { font: 600 .66rem var(--font-mono); color: var(--honey-deep); background: var(--honey-soft); padding: 4px 10px; border-radius: 999px; }
.dp-term { background: var(--code-bg); border-radius: 14px; padding: 12px 14px; font: 500 .72rem/1.75 var(--font-mono); color: var(--code-ink); height: 132px; overflow: hidden; }
.dp-term .prompt { color: var(--honey); }
.dp-log div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; animation: dpLog .3s ease-out; }
.dp-log .ok { color: #3DDC97; } .dp-log .info { color: #A99DFF; } .dp-log .muted { color: #8184AE; }
@keyframes dpLog { from { opacity: 0; transform: translateY(5px); } }
.dp-pipe { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: 18px 0 16px; }
.dp-track { position: absolute; left: 10%; right: 10%; top: 19px; height: 3px; background: var(--line); border-radius: 2px; }
.dp-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: 2px; background: linear-gradient(90deg, var(--honey), var(--mint)); transition: width .8s cubic-bezier(.4,0,.2,1); }
.dp-packet { position: absolute; top: 50%; left: 0; width: 26px; height: 26px; margin: -13px 0 0 -13px; border-radius: 8px; background: var(--ink); color: var(--honey); display: grid; place-items: center; box-shadow: 0 0 0 4px rgba(255,184,0,.25); transition: left .8s cubic-bezier(.4,0,.2,1); }
.dp-packet .icon { width: 14px; height: 14px; }
.dp-stage { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.dp-ico { width: 40px; height: 40px; border-radius: 12px; background: #fff; border: 2px solid var(--line); display: grid; place-items: center; color: var(--muted); transition: all .3s; }
.dp-ico .icon { width: 18px; height: 18px; }
.dp-stage small { font: 600 .64rem var(--font-mono); color: var(--muted); }
.dp-stage.run .dp-ico { border-color: var(--honey); color: var(--honey-deep); animation: dpPulse 1s infinite; }
.dp-stage.done .dp-ico { background: var(--mint); border-color: var(--mint); color: #fff; }
.dp-stage.done small { color: var(--ink); }
@keyframes dpPulse { 0%,100% { box-shadow: 0 0 0 4px rgba(255,184,0,.2); } 50% { box-shadow: 0 0 0 9px rgba(255,184,0,.06); } }
.dp-bottom { display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px; }
.dp-browser { position: relative; height: 156px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.dp-bar { display: flex; align-items: center; gap: 5px; padding: 7px 10px; background: var(--bg); border-bottom: 1px solid var(--line); }
.dp-bar i { width: 6px; height: 6px; border-radius: 50%; background: var(--line-2); }
.dp-url { margin-left: 8px; flex: 1; display: flex; align-items: center; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 2px 8px; font: 500 .6rem var(--font-mono); color: var(--muted); }
.dp-url .icon { width: 10px; height: 10px; color: var(--mint); }
.dp-progress { position: absolute; left: 0; top: 31px; height: 2px; width: 0; background: var(--honey); transition: width .4s; z-index: 2; }
.dp-view { position: absolute; left: 0; right: 0; top: 32px; bottom: 0; padding: 10px 12px; transition: opacity .5s, transform .5s; }
.v-old { filter: grayscale(1); }
.v-old i { display: block; height: 8px; border-radius: 4px; background: var(--line); margin: 8px 0; }
.v-new { opacity: 0; transform: translateY(10px); background: linear-gradient(135deg, var(--honey-soft), var(--violet-soft)); }
.dp-browser.new .v-old { opacity: 0; }
.dp-browser.new .v-new { opacity: 1; transform: none; }
.dp-ver { display: inline-block; font: 700 .56rem var(--font-mono); color: var(--muted); background: var(--bg); padding: 2px 6px; border-radius: 5px; }
.dp-ver.new { background: var(--ink); color: var(--honey); }
.v-new strong { display: block; margin: 6px 0 5px; font: 700 .82rem var(--font-head); color: var(--ink); }
.dp-cta { display: inline-block; background: var(--honey); color: var(--ink); font: 700 .58rem var(--font-body); padding: 4px 10px; border-radius: 999px; }
.dp-boxes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }
.dp-boxes b { height: 18px; border-radius: 6px; background: var(--line); }
.v-new .dp-boxes b { background: rgba(255,255,255,.85); }
.dp-badge { position: absolute; right: 8px; bottom: 8px; z-index: 3; background: var(--ink); color: #fff; font: 600 .6rem var(--font-body); padding: 5px 9px; border-radius: 999px; transform: scale(0); transition: transform .4s cubic-bezier(.3,1.6,.5,1); }
.dp-badge b { color: var(--honey); }
.dp-browser.new .dp-badge { transform: scale(1); }
.dp-regions { list-style: none; margin: 0; padding: 10px 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); display: grid; gap: 6px; align-content: start; }
.dp-regions li { display: flex; align-items: center; gap: 8px; font-size: .72rem; color: var(--ink); }
.dp-regions em { margin-left: auto; font: 500 .6rem var(--font-mono); color: var(--muted); font-style: normal; }
.dp-regions .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-2); transition: all .3s; }
.dp-regions li.deploying .dot { background: var(--honey); animation: led .6s steps(2) infinite; }
.dp-regions li.deploying em { color: var(--honey-deep); }
.dp-regions li.live .dot { background: var(--mint); box-shadow: 0 0 6px var(--mint); }
.dp-regions li.live em { color: var(--mint); }
.dp-regions .dp-health { border-top: 1px dashed var(--line-2); padding-top: 7px; margin-top: 2px; font-size: .66rem; color: var(--muted); }
.dp-health b { margin-left: auto; color: var(--mint); font: 700 .64rem var(--font-mono); }

/* ---------- 6b. Play Store publishing ---------- */
.ps-status, .pc-status { font: 700 .64rem var(--font-mono); padding: 4px 10px; border-radius: 999px; background: var(--bg-alt); color: var(--muted); transition: all .3s; white-space: nowrap; }
.ps-status.review, .pc-status.review { background: var(--honey-soft); color: var(--honey-deep); }
.ps-status.live, .pc-status.live { background: var(--mint-soft); color: #0B8A63; }
.ps-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 14px; }
.ps-console { position: relative; display: grid; gap: 10px; }
.ps-sec { border: 1px solid var(--line); border-radius: 14px; padding: 10px 12px; background: #fff; transition: border-color .3s, box-shadow .3s; }
.ps-sec.active { border-color: var(--violet); box-shadow: 0 0 0 4px var(--violet-soft); }
.ps-sec-title { display: flex; align-items: center; gap: 8px; font: 700 .78rem var(--font-head); color: var(--ink); margin-bottom: 8px; }
.ps-sec-title .n { width: 18px; height: 18px; border-radius: 50%; background: var(--violet-soft); color: var(--violet); font: 700 .6rem/18px var(--font-body); text-align: center; transition: all .3s; }
.ps-sec.done .n { background: var(--mint); color: #fff; }
.ps-drop { position: relative; border: 1.5px dashed var(--line-2); border-radius: 10px; padding: 9px 10px; display: grid; gap: 6px; }
.ps-file { font: 600 .68rem var(--font-mono); color: var(--ink); opacity: 0; transform: translateY(-14px); transition: all .4s cubic-bezier(.3,1.4,.5,1); }
.ps-file small { color: var(--muted); }
.ps-drop.has { border-color: var(--violet); background: #FBFAFF; }
.ps-drop.has .ps-file { opacity: 1; transform: none; }
.ps-bar { height: 5px; border-radius: 3px; background: var(--bg-alt); overflow: hidden; }
.ps-bar em { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--violet), #A79CFF); border-radius: 3px; }
.ps-hint { font: 500 .6rem var(--font-mono); color: var(--muted); }
.ps-hint.ok { color: var(--mint); }
.ps-field { display: block; margin-bottom: 6px; }
.ps-field small { display: block; font-size: .58rem; color: var(--muted); margin-bottom: 2px; }
.ps-field span { display: block; min-height: 25px; border: 1px solid var(--line); border-radius: 8px; padding: 4px 8px; font-size: .7rem; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: border-color .2s; }
.ps-field span.typing { border-color: var(--violet); }
.ps-shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.ps-shots i { height: 42px; border-radius: 6px; background: var(--violet-soft); transform: scale(.6); opacity: 0; transition: all .35s cubic-bezier(.3,1.5,.5,1); position: relative; }
.ps-shots i::after { content: ''; position: absolute; left: 25%; right: 25%; top: 5px; bottom: 5px; border-radius: 4px; background: #fff; }
.ps-shots i:nth-child(2) { background: var(--honey-soft); } .ps-shots i:nth-child(3) { background: var(--mint-soft); } .ps-shots i:nth-child(4) { background: var(--coral-soft); }
.ps-shots i.in { transform: none; opacity: 1; }
.ps-checks { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-bottom: 10px; }
.ps-checks span { display: flex; align-items: center; gap: 5px; font-size: .66rem; color: var(--muted); transition: color .2s; }
.ps-checks b { width: 14px; height: 14px; border-radius: 4px; border: 1.5px solid var(--line-2); display: grid; place-items: center; transition: all .25s; }
.ps-checks span.on { color: var(--ink); }
.ps-checks span.on b { background: var(--mint); border-color: var(--mint); }
.ps-checks span.on b::after { content: ''; width: 3px; height: 6px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg) translate(-.5px, -.5px); }
.ps-send { display: inline-flex; align-items: center; gap: 6px; background: var(--violet); color: #fff; font: 700 .68rem var(--font-body); padding: 7px 14px; border-radius: 999px; transition: all .2s; }
.ps-send.press { transform: scale(.93); }
.ps-send.review { background: var(--honey); color: var(--ink); }
.ps-send.review::before { content: ''; width: 9px; height: 9px; border: 2px solid var(--ink); border-top-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
.ps-send.live { background: var(--mint); }
.ps-play { position: relative; border-radius: 18px; background: #fff; border: 1px solid var(--line); padding: 12px 12px 56px; overflow: hidden; }
.ps-play-top { display: flex; align-items: center; gap: 7px; font: 700 .8rem var(--font-body); color: var(--ink-2); margin-bottom: 10px; }
.ps-logo { position: relative; width: 16px; height: 18px; }
.ps-logo i { position: absolute; inset: 0; background: conic-gradient(from 200deg, #34A853 0 25%, #FBBC05 0 50%, #EA4335 0 75%, #4285F4 0); clip-path: polygon(0 0, 100% 50%, 0 100%); border-radius: 2px; }
.ps-search { display: flex; align-items: center; gap: 6px; border-radius: 999px; background: #F1F3F4; padding: 7px 10px; font-size: .68rem; color: var(--ink); min-height: 30px; }
.ps-search .icon { width: 12px; height: 12px; color: var(--muted); flex-shrink: 0; }
.ps-results { margin-top: 10px; display: grid; gap: 6px; }
.ps-app { display: flex; align-items: center; gap: 8px; padding: 6px; border-radius: 12px; transition: all .5s cubic-bezier(.2,.8,.2,1); }
.ps-app .ph { width: 36px; height: 36px; border-radius: 10px; background: var(--c); opacity: .75; flex-shrink: 0; }
.ps-app .app-icon { width: 36px; height: 36px; border-radius: 10px; }
.ps-meta { flex: 1; min-width: 0; display: grid; gap: 4px; }
.ps-meta i { height: 6px; border-radius: 3px; background: #ECEAF3; width: 80%; }
.ps-meta i.s { width: 50%; }
.ps-meta strong { font: 700 .74rem var(--font-head); color: var(--ink); }
.ps-meta small { font-size: .56rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ps-app.you { max-height: 0; opacity: 0; padding-top: 0; padding-bottom: 0; overflow: hidden; }
.ps-results.show .ps-app.you { max-height: 60px; opacity: 1; padding: 6px; background: var(--violet-soft); }
.ps-install { position: relative; overflow: hidden; flex-shrink: 0; background: #01875F; color: #fff; font: 700 .58rem var(--font-body); padding: 5px 10px; border-radius: 999px; }
.ps-install::before { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,.35); transform: scaleX(var(--p, 0)); transform-origin: left; }
.ps-install em { position: relative; font-style: normal; }
.ps-live { position: absolute; left: 12px; right: 12px; bottom: 12px; text-align: center; background: var(--ink); color: #fff; font: 600 .66rem var(--font-body); padding: 8px; border-radius: 10px; transform: translateY(180%); transition: transform .5s cubic-bezier(.3,1.4,.5,1); }
.ps-live.show { transform: none; }

/* ---------- 6c. Social post composer ---------- */
.pc-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 14px; }
.pc-composer { position: relative; border: 1px solid var(--line); border-radius: 16px; padding: 12px; display: grid; gap: 9px; background: #fff; align-content: start; }
.pc-platforms { display: flex; flex-wrap: wrap; gap: 5px; }
.pc-platforms span { font: 600 .6rem var(--font-body); padding: 4px 9px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); transition: all .3s; }
.pc-platforms span.on { background: var(--c); border-color: var(--c); color: #fff; }
.pc-media { position: relative; height: 96px; border-radius: 12px; border: 1.5px dashed var(--line-2); display: grid; place-items: center; overflow: hidden; transition: border-color .3s; }
.pc-add { font: 600 .66rem var(--font-body); color: var(--muted); }
.pc-poster, .pc-post-img { background: linear-gradient(135deg, #FFB800, #FF6B57); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; }
.pc-poster .bee, .pc-post-img .bee { width: 34px; height: auto; }
.pc-poster strong, .pc-post-img strong { color: #fff; font: 800 .92rem var(--font-head); text-shadow: 0 2px 8px rgba(0,0,0,.15); }
.pc-poster small, .pc-post-img small { font-size: .6rem; font-weight: 600; }
.pc-poster { position: absolute; inset: 0; opacity: 0; transform: scale(1.15); transition: all .5s cubic-bezier(.2,.8,.2,1); }
.pc-media.has { border-color: transparent; }
.pc-media.has .pc-poster { opacity: 1; transform: none; }
.pc-caption { min-height: 46px; border: 1px solid var(--line); border-radius: 10px; padding: 7px 9px; font-size: .7rem; line-height: 1.5; color: var(--ink); }
.pc-tags { display: flex; flex-wrap: wrap; gap: 5px; min-height: 20px; }
.pc-tags span { font: 600 .6rem var(--font-mono); color: var(--violet); background: var(--violet-soft); padding: 3px 7px; border-radius: 6px; opacity: 0; transform: translateY(6px) scale(.8); transition: all .3s cubic-bezier(.3,1.5,.5,1); }
.pc-tags span.on { opacity: 1; transform: none; }
.pc-foot { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.pc-tip { font: 600 .6rem var(--font-body); color: var(--honey-deep); background: var(--honey-soft); padding: 4px 8px; border-radius: 999px; opacity: 0; transition: opacity .3s; }
.pc-tip.on { opacity: 1; }
.pc-btn { background: var(--coral); color: #fff; font: 700 .7rem var(--font-body); padding: 7px 16px; border-radius: 999px; transition: all .2s; }
.pc-btn.press { transform: scale(.92); }
.pc-btn.done { background: var(--mint); }
.pc-feed { position: relative; border-radius: 18px; background: var(--bg-alt); padding: 10px; overflow: hidden; display: flex; flex-direction: column; gap: 8px; }
.pc-feed-top { font: 700 .74rem var(--font-head); color: var(--ink); }
.pc-ghost { background: #fff; border-radius: 12px; padding: 10px; display: grid; gap: 6px; }
.pc-ghost i { height: 7px; border-radius: 4px; background: #F0ECDF; }
.pc-ghost i + i { width: 60%; }
.pc-post { background: #fff; border-radius: 12px; padding: 0 8px; box-shadow: 0 10px 26px -12px rgba(20,20,43,.3); max-height: 0; opacity: 0; overflow: hidden; transform: translateY(-20px) scale(.95); transition: all .6s cubic-bezier(.2,.8,.2,1); }
.pc-post.show { max-height: 320px; opacity: 1; padding: 8px; transform: none; }
.pc-post-head { display: flex; align-items: center; gap: 6px; font-size: .62rem; line-height: 1.25; }
.pc-post-head .av { width: 24px; height: 24px; border-radius: 50%; background: var(--honey-soft); display: grid; place-items: center; }
.pc-post-head b { display: block; color: var(--ink); }
.pc-post-head small { color: var(--muted); font-size: .54rem; }
.pc-post-img { position: relative; height: 92px; border-radius: 9px; margin: 6px 0; }
.pc-post-cap { font-size: .62rem; color: var(--ink-2); }
.pc-post-cap em { color: var(--violet); font-style: normal; }
.pc-post-stats { display: flex; gap: 10px; margin-top: 6px; font: 600 .6rem var(--font-body); color: var(--ink-2); }
.pc-post-stats span { display: flex; align-items: center; gap: 3px; }
.pc-post-stats .icon { width: 12px; height: 12px; }
.pc-post-stats .lk .icon { color: var(--coral); fill: var(--coral); }
.pc-post-stats .rc { margin-left: auto; color: var(--muted); }

/* ---------- 6d. SEO ranking ---------- */
.seo-top { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; margin-bottom: 12px; }
.seo-google { border: 1px solid var(--line); border-radius: 14px; padding: 10px 12px; background: #fff; }
.g-logo { display: block; font: 700 1.05rem var(--font-body); letter-spacing: -.02em; margin-bottom: 6px; }
.seo-box { display: flex; align-items: center; gap: 8px; border: 1px solid #DFE1E5; border-radius: 999px; padding: 7px 12px; font-size: .74rem; color: var(--ink); box-shadow: 0 1px 6px rgba(32,33,36,.12); min-height: 34px; }
.seo-box .icon { width: 13px; height: 13px; color: #9AA0A6; flex-shrink: 0; }
.seo-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.seo-kpis > div { border: 1px solid var(--line); border-radius: 14px; padding: 8px 10px; background: var(--bg); }
.seo-kpis small { display: block; font-size: .6rem; color: var(--muted); }
.seo-kpis strong { display: block; font: 800 1.35rem/1.2 var(--font-head); color: var(--ink); }
.seo-kpis span { font: 500 .6rem var(--font-mono); color: var(--muted); }
.seo-kpis .pos { color: var(--honey-deep); transition: color .3s; }
.seo-kpis .pos.top { color: var(--mint); }
.seo-kpis .pos.bump { animation: bump .4s; }
.seo-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12px; }
.seo-serp { border: 1px solid var(--line); border-radius: 14px; padding: 10px; background: #fff; display: grid; gap: 8px; }
.seo-map { position: relative; height: 84px; border-radius: 10px; background: #E7EFE3; overflow: hidden; }
.seo-map::before { content: ''; position: absolute; left: 72%; top: 6%; width: 64px; height: 30px; border-radius: 12px; background: #CFE6C6; }
.seo-map::after { content: ''; position: absolute; left: 4%; bottom: -10px; width: 80px; height: 30px; border-radius: 50%; background: #CFE3F5; }
.seo-map .road { position: absolute; background: #fff; }
.seo-map .road.h { left: 0; right: 0; height: 6px; }
.seo-map .road.v { top: 0; bottom: 0; width: 6px; }
.seo-map .pin { position: absolute; z-index: 1; width: 14px; height: 14px; margin: -14px 0 0 -7px; }
.seo-map .pin::before { content: ''; position: absolute; inset: 0; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #EA4335; opacity: .5; transition: background .4s, opacity .4s; }
.seo-map .pin.you::before { background: #9AA0A6; opacity: 1; }
.seo-map .pin.you em { position: absolute; left: 18px; top: -6px; white-space: nowrap; background: #fff; color: var(--ink); font: 700 .56rem var(--font-body); padding: 3px 7px; border-radius: 6px; box-shadow: var(--shadow-sm); font-style: normal; opacity: 0; transform: translateX(-4px); transition: all .3s; }
.seo-map .pin.you.top { z-index: 2; animation: pinBounce 1s ease-in-out infinite; }
.seo-map .pin.you.top::before { background: var(--honey-deep); }
.seo-map .pin.you.top em { opacity: 1; transform: none; }
@keyframes pinBounce { 50% { transform: translateY(-4px); } }
.seo-list { position: relative; height: 180px; }
.seo-row { position: absolute; left: 0; right: 0; top: 0; height: 26px; display: flex; align-items: center; gap: 8px; padding: 0 8px; border-radius: 8px; border: 1px solid transparent; font-size: .66rem; transition: transform .7s cubic-bezier(.3,1.2,.5,1), background .3s, border-color .3s; }
.seo-row b { width: 18px; flex-shrink: 0; font: 700 .62rem var(--font-mono); color: var(--muted); }
.seo-row > span { flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px; overflow: hidden; }
.seo-row em { font-style: normal; color: #1A0DAB; white-space: nowrap; font-weight: 600; }
.seo-row i { height: 6px; flex: 1; border-radius: 3px; background: #F0ECDF; }
.seo-row.you { z-index: 2; background: var(--honey-soft); border-color: var(--honey); }
.seo-row.you small { color: var(--muted); font-size: .56rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.seo-row.you b { color: var(--honey-deep); }
.seo-row.you.below { background: #fff; border-style: dashed; }
.seo-row.you.top { background: var(--mint-soft); border-color: var(--mint); }
.seo-row.you.top b { color: #0B8A63; }
.seo-side { display: grid; gap: 10px; align-content: start; }
.seo-tasks { border: 1px solid var(--line); border-radius: 14px; padding: 10px 12px; background: var(--bg); display: grid; gap: 8px; }
.seo-tasks > div { display: flex; align-items: center; gap: 8px; font-size: .72rem; color: var(--muted); transition: color .3s; }
.seo-wins { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.seo-wins > div { border-radius: 12px; padding: 8px 4px; background: var(--mint-soft); text-align: center; }
.seo-wins small { display: block; font-size: .56rem; color: #0B8A63; }
.seo-wins strong { font: 800 .95rem var(--font-head); color: var(--ink); }

/* ---------- 7. Responsive ---------- */
@media (max-width: 1180px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1080px) {
  .lt-panel { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .service-grid { grid-template-columns: 1fr; }
  .mb-grid, .ps-grid, .pc-grid, .seo-top, .seo-grid, .dp-bottom { grid-template-columns: 1fr; }
  .mb-stage { justify-self: center; }
  .lt-nav { gap: 8px; }
  .lt-tab { font-size: .8rem; padding: 5px 12px 5px 5px; }
  .dp-stage small { font-size: .54rem; }
  .anim-card { padding: 16px; }
}
.pc-feed .notif { max-width: calc(100% - 20px); overflow: hidden; text-overflow: ellipsis; z-index: 3; }

/* ==========================================================================
   8. Footer word – "binary beez"
   ========================================================================== */
.footer-word {
  position: relative; margin-top: 50px; padding: clamp(44px, 6vw, 76px) 20px clamp(30px, 4vw, 48px);
  border-radius: 32px; overflow: hidden; text-align: center; white-space: normal;
  font: inherit; line-height: 1; letter-spacing: 0; color: #fff; -webkit-text-stroke: 0;
  background:
    radial-gradient(620px 260px at 15% 0%, rgba(255,184,0,.24), transparent 60%),
    radial-gradient(620px 300px at 90% 100%, rgba(91,75,255,.34), transparent 60%),
    #101026;
  box-shadow: 0 40px 80px -40px rgba(20,20,43,.55);
}
.fw-binary {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-around; pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.fw-row { display: flex; width: max-content; white-space: nowrap; font: 500 .78rem var(--font-mono); letter-spacing: .18em; color: rgba(255,255,255,.12); animation: fwScroll calc(70s + var(--n) * 20s) linear infinite; }
.fw-row:nth-child(2) { animation-direction: reverse; color: rgba(255,184,0,.2); }
.fw-row span { padding-right: 2em; }
@keyframes fwScroll { to { transform: translateX(-50%); } }
.footer-word { container-type: inline-size; }
/* one line, always: size follows the panel width (cqi = 1% of the panel) */
.fw-text { position: relative; display: flex; justify-content: center; flex-wrap: nowrap; white-space: nowrap; gap: 0 .2em; font: 800 13.2cqi/.95 var(--font-head); letter-spacing: -.05em; user-select: none; }
.fw-a, .fw-b { display: inline-flex; }
.fw-text i { font-style: normal; display: inline-block; text-align: center; opacity: 0; transform: translateY(55%) rotate(6deg); transition: transform .8s cubic-bezier(.2,.9,.3,1.3), opacity .6s, color .3s, -webkit-text-stroke-color .3s; transition-delay: calc(var(--i) * 60ms); }
.footer-word.in-view .fw-text i { opacity: 1; transform: none; animation: fwWave 3.2s ease-in-out infinite; animation-delay: calc(1.4s + var(--i) * .12s); }
.footer-word.in-view .fw-text i:hover { transform: translateY(-14px) rotate(-5deg) scale(1.05); transition-delay: 0s; }
@keyframes fwWave { 0%,100% { translate: 0 0; } 50% { translate: 0 -.06em; } }
.fw-a i { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.6); }
/* a light pulse runs through "binary", letter by letter */
.footer-word.in-view .fw-a i { animation: fwWave 3.2s ease-in-out infinite, fwPulse 4.8s ease-in-out infinite; animation-delay: calc(1.4s + var(--i) * .12s), calc(2s + var(--i) * .16s); }
@keyframes fwPulse { 0%,70%,100% { color: transparent; -webkit-text-stroke-color: rgba(255,255,255,.6); text-shadow: none; } 80% { color: #fff; -webkit-text-stroke-color: #fff; text-shadow: 0 0 30px rgba(156,141,255,.8); } }
.fw-a i:hover { color: #fff; -webkit-text-stroke-color: #fff; }
.fw-text i.bit { color: var(--honey) !important; -webkit-text-stroke-color: var(--honey) !important; font-family: var(--font-mono); }
.fw-b i.bit { -webkit-text-fill-color: var(--honey); }
/* light beam sweeping across the panel */
.footer-word::after {
  content: ''; position: absolute; top: -20%; bottom: -20%; width: 22%; left: -30%; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.07), transparent);
  transform: skewX(-18deg); animation: fwBeam 7s ease-in-out infinite;
}
@keyframes fwBeam { 0%,15% { left: -30%; } 60%,100% { left: 120%; } }
/* rising 0/1 sparks */
.fw-spark { position: absolute; bottom: -10px; font: 700 .8rem var(--font-mono); color: var(--honey); opacity: 0; pointer-events: none; animation: fwSpark 3.6s ease-out forwards; }
@keyframes fwSpark { 0% { opacity: 0; transform: translateY(0); } 15% { opacity: .8; } 100% { opacity: 0; transform: translate(var(--dx, 0), -180px); } }

/* logo: flat mark, restrained hover – the wings open slightly */
.logo-mark { color: var(--ink); overflow: visible; }
.brand:hover .logo-mark { transform: none; }
.logo-mark .lm-wings { transform-box: view-box; transform-origin: 38.5px 20px; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.brand:hover .lm-wings { animation: lmFlap .14s ease-in-out 6 alternate; }
@keyframes lmFlap { to { transform: rotate(-10deg) scaleY(.8); } }
.fw-b i {
  background: linear-gradient(110deg, #FFB800 0%, #FFE08A 25%, #FF6B57 50%, #FFB800 75%, #FFE08A 100%);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: fwShine 4s linear infinite; filter: drop-shadow(0 10px 30px rgba(255,184,0,.35));
}
@keyframes fwShine { to { background-position: -200% center; } }
.fw-bee { position: absolute; left: 0; top: 26%; width: 58px; pointer-events: none; animation: fwFly 16s linear infinite; }
.fw-bee .bee { width: 58px; height: auto; display: block; }
@keyframes fwFly {
  0%   { transform: translate(-90px, 30px) rotate(4deg); }
  25%  { transform: translate(25vw, -24px) rotate(-8deg); }
  50%  { transform: translate(50vw, 36px) rotate(8deg); }
  75%  { transform: translate(75vw, -18px) rotate(-6deg); }
  100% { transform: translate(102vw, 20px) rotate(4deg); }
}
.fw-tag { position: relative; margin-top: 24px; font: 500 .78rem var(--font-mono); letter-spacing: .08em; color: #9A9CC4; }
.fw-tag span { color: var(--honey); }

/* ==========================================================================
   9. Tools & technologies band
   ========================================================================== */
@property --ang { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.stack-band {
  --a: var(--honey);
  position: relative; margin-top: 60px; display: grid; grid-template-columns: .8fr 1.4fr; gap: 40px; align-items: center;
  padding: clamp(28px, 4vw, 50px); border-radius: 32px; overflow: hidden; color: #C9CBEA;
  background:
    radial-gradient(640px 300px at 0% 0%, rgba(255,184,0,.18), transparent 60%),
    radial-gradient(640px 320px at 100% 100%, rgba(91,75,255,.32), transparent 60%),
    #101026;
  box-shadow: 0 40px 80px -40px rgba(20,20,43,.6);
}
.stack-band.violet { --a: #9C8DFF; }
.stack-band.coral  { --a: #FF8A7A; }
.stack-band.mint   { --a: #3DDC97; }
.stack-band::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: conic-gradient(from var(--ang), transparent 0 55%, var(--a) 78%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: stSpin 6s linear infinite;
}
@keyframes stSpin { to { --ang: 360deg; } }
.stack-binary {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-around; pointer-events: none; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%, #000 75%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 35%, #000 75%, transparent);
}
.stack-binary span { font: 500 .74rem var(--font-mono); letter-spacing: .32em; white-space: nowrap; color: rgba(255,255,255,.05); animation: stBin 2.4s steps(1) infinite; animation-delay: calc(var(--r) * -.4s); }
@keyframes stBin { 50% { color: rgba(255,184,0,.13); } }
.stack-intro { position: relative; }
.stack-band .eyebrow { color: var(--a); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.stack-intro h3 { font-size: clamp(1.7rem, 3vw, 2.3rem); color: #fff; margin: 0 0 .6rem; letter-spacing: -.03em; }
.stack-intro .grad { background: linear-gradient(90deg, var(--a), #fff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stack-intro p { color: #A3A5CC; margin: 0 0 22px; }
.stack-count { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.stack-count b { display: grid; place-items: center; width: 48px; height: 54px; font: 800 1.4rem var(--font-head); color: var(--ink); background: var(--a); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.stack-count span { font-size: .8rem; line-height: 1.3; color: #C9CBEA; }
.stack-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stack-tile {
  position: relative; overflow: hidden; display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 16px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 1;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .3s, border-color .3s, box-shadow .3s;
}
.stack-band:not(.in-view) .stack-tile { opacity: 0; }
.no-js .stack-band .stack-tile { opacity: 1; }
.stack-band.in-view .stack-tile { animation: stIn .6s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(.2s + var(--k) * 70ms); }
@keyframes stIn { from { opacity: 0; translate: 0 18px; } }
.stack-tile:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); border-color: var(--c); box-shadow: 0 16px 34px -16px var(--c); }
.stack-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.14) 50%, transparent 70%); transform: translateX(-100%); transition: transform .7s; pointer-events: none; }
.stack-tile:hover::after { transform: translateX(100%); }
.st-badge { flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--c); color: #fff; font: 800 .8rem var(--font-mono); box-shadow: 0 8px 18px -8px var(--c), inset 0 0 0 1px rgba(255,255,255,.25); transition: transform .35s cubic-bezier(.3,1.6,.5,1); }
.stack-tile:hover .st-badge { transform: rotate(-8deg) scale(1.08); }
.st-text { min-width: 0; display: flex; flex-direction: column; line-height: 1.3; }
.st-text strong { color: #fff; font: 600 .92rem var(--font-body); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.st-text small { color: #8F91B8; font-size: .72rem; }
.st-bits { margin-left: auto; font: 500 .6rem var(--font-mono); letter-spacing: .1em; color: rgba(255,255,255,.25); transition: color .3s; }
.stack-tile:hover .st-bits { color: var(--a); }

/* ==========================================================================
   10. Bee cursor + binary trail + binary rain
   ========================================================================== */
html.bee-cursor, html.bee-cursor * { cursor: none !important; }
html.bee-cursor input, html.bee-cursor textarea, html.bee-cursor [contenteditable="true"] { cursor: text !important; }
.cursor-dot, .cursor-bee, .cursor-bit { position: fixed; left: 0; top: 0; pointer-events: none; }
.cursor-dot {
  z-index: 10001; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%;
  background: var(--honey-deep); box-shadow: 0 0 0 2px #fff, 0 0 12px rgba(229,154,0,.7);
  transition: width .2s, height .2s, margin .2s, background .2s, box-shadow .2s, scale .15s, opacity .2s;
}
.cursor-bee { z-index: 10000; width: 38px; height: 29px; margin: -14px 0 0 -19px; transition: opacity .25s; will-change: transform; }
.cursor-bee .bee { width: 100%; height: auto; display: block; transition: scale .25s; filter: drop-shadow(0 4px 6px rgba(20,20,43,.25)); }
html.cursor-hover .cursor-dot { width: 36px; height: 36px; margin: -18px 0 0 -18px; background: rgba(255,184,0,.16); box-shadow: 0 0 0 2px var(--honey), 0 0 18px rgba(255,184,0,.45); }
html.cursor-hover .cursor-bee .bee { scale: 1.2; }
html.cursor-down .cursor-dot { scale: .6; }
html.cursor-text .cursor-dot, html.cursor-text .cursor-bee { opacity: .25; }
html.cursor-off .cursor-dot, html.cursor-off .cursor-bee { opacity: 0; }
.cursor-bit { z-index: 9999; font: 700 11px var(--font-mono); color: var(--honey-deep); text-shadow: 0 0 6px rgba(255,184,0,.5); animation: bitFall 1s ease-out forwards; }
@keyframes bitFall { from { opacity: .95; } to { opacity: 0; translate: 0 26px; } }

.binary-rain { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .55; }

@media (max-width: 1080px) { .stack-band { grid-template-columns: 1fr; } }
@media (max-width: 520px)  { .stack-grid { grid-template-columns: 1fr; } .fw-bee { display: none; } }

/* ==========================================================================
   11. Mobile & tablet refinements
   ========================================================================== */
.values.four { grid-template-columns: repeat(4, 1fr); }
.form-row > *, .field, .contact-grid > * { min-width: 0; }
.chip-select label { position: relative; }
.chip-select input { width: 1px; height: 1px; left: 0; top: 0; margin: 0; }
.anim-card-head { flex-wrap: nowrap; }
.anim-card-head h4 { min-width: 0; }
.live-dot, .dp-env, .ps-status, .pc-status { white-space: nowrap; flex-shrink: 0; }

@media (max-width: 1080px) {
  .values.four { grid-template-columns: repeat(2, 1fr); }
  .lt-panel .showcase-text { text-align: left; }
}

@media (max-width: 900px) {
  /* swipeable pill rows instead of stacked buttons */
  .lt-nav, .svc-nav {
    position: relative; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; overscroll-behavior-x: contain;
    scroll-snap-type: x proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch;
    margin-left: -20px; margin-right: -20px; padding: 4px 20px 10px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
            mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
  }
  .lt-nav::-webkit-scrollbar, .svc-nav::-webkit-scrollbar { display: none; }
  .lt-tab, .svc-nav a { flex-shrink: 0; scroll-snap-align: start; white-space: nowrap; }
  .lt-nav { margin-bottom: 28px; }
}

@media (max-width: 640px) {
  /* highlighted words may wrap on small screens – underline follows every line */
  .hl {
    white-space: normal;
    background: linear-gradient(transparent 64%, rgba(255,184,0,.55) 64%, rgba(255,184,0,.55) 92%, transparent 92%);
    -webkit-box-decoration-break: clone; box-decoration-break: clone;
  }
  .hl::after { display: none; }
  .section-dark .hl { background: linear-gradient(transparent 76%, var(--honey) 76%, var(--coral) 92%, transparent 92%); }

  .page-hero .hex-deco { display: none; }
  .laptop-stage { padding: 10px 16px 30px; }
  .laptop, .laptop-stage:hover .laptop { transform: none; }
  .section-head { margin-bottom: 2rem; }
  .section-head p { font-size: 1rem; }

  .anim-card-head h4 { font-size: .9rem; }
  .anim-card-head h4 .ico-tile { width: 32px; height: 32px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-about, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-word { margin-top: 36px; border-radius: 24px; padding: 34px 14px 26px; }
  .fw-tag { font-size: .6rem; letter-spacing: .04em; }
  .fw-row { font-size: .64rem; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 6px; }

  .stack-band { margin-top: 40px; border-radius: 24px; gap: 26px; }
  .stack-count b { width: 42px; height: 48px; font-size: 1.2rem; }

  .lt-title { font-size: 1.6rem; }
  .values.four { grid-template-columns: 1fr 1fr; gap: 12px; }
  .value { padding: 18px; }
}

@media (max-width: 420px) {
  .values.four { grid-template-columns: 1fr; }
  .mb-stage { padding: 6px 8px; }
  .mb-chip.c1 { left: -6px; } .mb-chip.c2 { right: -6px; } .mb-chip.c3 { display: none; }
  .dp-pipe { margin: 14px -4px 12px; }
  .dp-ico { width: 34px; height: 34px; border-radius: 10px; }
  .dp-track { top: 16px; }
  .seo-kpis strong { font-size: 1.1rem; }
  .ps-sec, .pc-composer { padding: 10px; }
  .svc-scene { height: 150px; }
}

@media (max-width: 360px) {
  .mb-phone { width: 210px; height: 430px; }
  .fw-tag span { display: none; }
}
