:root {
    --green: #30FB01;
    --green-dim: #27c904;
    --black: #000000;
    --bg: #000000;
    --surface: #0c0c0c;
    --surface-2: #121212;
    --border: #1d1d1d;
    --border-soft: #161616;
    --text: #ffffff;
    --text-dim: #8a8a8a;
    --text-mute: #5c5c5c;
    --radius: 16px;
    --font-display: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Sora', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
em { font-style: italic; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* NAVBAR */
.nav-wrap {
    position: sticky; top: 0; z-index: 100; padding: 18px 0;
    background: rgba(0,0,0,0.6); backdrop-filter: blur(10px);
    transition: padding .25s ease, background .25s ease;
}
.nav-wrap.scrolled { padding: 10px 0; background: rgba(0,0,0,0.85); }
.nav-inner { max-width: 1320px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 22px; font-family: var(--font-display); }
.logo-mark { width: 34px; height: 34px; border-radius: 9px; background: var(--green); color: #000; display: grid; place-items: center; font-weight: 800; font-size: 18px; font-style: italic; box-shadow: 0 0 18px rgba(48,251,1,.35); }
.nav-pill { display: flex; align-items: center; gap: 4px; background: #111; border: 1px solid #1c1c1c; border-radius: 999px; padding: 6px; }
.nav-link { font-size: 13.5px; color: #cfcfcf; font-weight: 500; padding: 9px 14px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; transition: background .2s, color .2s; white-space: nowrap; }
.nav-link:hover { color: #fff; background: #1c1c1c; }
.nav-link.active { background: var(--green); color: #000; font-weight: 600; }
.caret { font-size: 9px; opacity: .7; }
.badge-new { background: rgba(48,251,1,.15); color: #f072ff; font-size: 10px; font-weight: 600; padding: 2px 7px; border-radius: 6px; }
.nav-search { width: 36px; height: 36px; border-radius: 50%; background: #1c1c1c; display: grid; place-items: center; color: #cfcfcf; transition: background .2s; }
.nav-search:hover { background: #2a2a2a; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.cart-btn { position: relative; width: 42px; height: 42px; border-radius: 12px; background: #fff; color: #000; display: grid; place-items: center; }
.cart-dot { position: absolute; top: 8px; right: 9px; width: 7px; height: 7px; border-radius: 50%; background: #ff3b3b; }
.account-btn { background: #fff; color: #000; font-weight: 600; font-size: 14px; padding: 12px 22px; border-radius: 12px; transition: transform .2s; }
.account-btn:hover { transform: translateY(-1px); }

/* HERO */
.hero { position: relative; padding-top: 90px; text-align: center; }
.clients-pill { display: inline-flex; align-items: center; gap: 10px; background: #0e0e0e; border: 1px solid #1c1c1c; padding: 7px 16px 7px 8px; border-radius: 999px; font-size: 13px; color: #d6d6d6; margin-bottom: 26px; }
.avatars { display: flex; }
.av { width: 26px; height: 26px; border-radius: 50%; border: 2px solid #0e0e0e; margin-left: -8px; background-size: cover; }
.av:first-child { margin-left: 0; }
.av1 { background: linear-gradient(135deg,#ff8a3d,#ff5e62); }
.av2 { background: linear-gradient(135deg,#43cea2,#185a9d); }
.av3 { background: linear-gradient(135deg,#c471ed,#f64f59); }
.hero-title { font-family: var(--font-display); line-height: 1.02; letter-spacing: -1.5px; position: relative; z-index: 2; }
.hero-title .line-1 { display: block; font-size: 64px; font-weight: 600; color: transparent; background: linear-gradient(180deg,#6e6e6e,#2c2c2c); -webkit-background-clip: text; background-clip: text; }
.hero-title .line-2 { display: block; font-size: 86px; font-weight: 800; font-style: italic; color: transparent; background: linear-gradient(180deg,#ffffff 40%, #bdbdbd); -webkit-background-clip: text; background-clip: text; margin-top: -6px; }
.hero-glow { width: 620px; height: 120px; margin: -30px auto 0; background: radial-gradient(ellipse at center, rgba(48,251,1,.55), transparent 70%); filter: blur(14px); position: relative; z-index: 1; }
.hero-glow::after { content:''; position:absolute; left:50%; top:14px; transform:translateX(-50%); width: 520px; height: 2px; background: linear-gradient(90deg, transparent, var(--green), transparent); }
.hero-cta { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 14px; }
.btn-dark { background: #1a1a1a; border: 1px solid #2a2a2a; color: #fff; padding: 15px 26px; border-radius: 12px; font-weight: 600; font-size: 15px; transition: background .2s, transform .2s; }
.btn-dark:hover { background: #262626; transform: translateY(-1px); }
.link-plain { color: #d6d6d6; font-size: 15px; font-weight: 500; }
.link-plain:hover { color: #fff; }
.stats-bar { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stat { display: flex; align-items: center; gap: 16px; padding: 34px 28px; text-align: left; border-right: 1px solid var(--border); }
.stat:last-child { border-right: none; }
.stat-icon { width: 52px; height: 52px; border-radius: 50%; border: 1px solid #262626; display: grid; place-items: center; color: #cfcfcf; flex-shrink: 0; }
.stat-text { display: flex; flex-direction: column; }
.stat-label { font-size: 13px; color: var(--text-dim); }
.stat-value { font-size: 28px; font-weight: 700; font-family: var(--font-display); }
.collection-row { display: flex; justify-content: flex-end; margin-top: 20px; }
.collection-chip { display: inline-flex; align-items: center; gap: 10px; background: #0d0d0d; border: 1px solid #1c1c1c; border-radius: 14px; padding: 10px 14px; font-size: 14px; }
.collection-thumbs { width: 56px; height: 34px; border-radius: 8px; background: linear-gradient(135deg,#2b2b2b,#454545); }
.collection-count { background: var(--green); color: #000; font-weight: 700; padding: 3px 8px; border-radius: 7px; font-size: 13px; }
/* HERO — new title size for longer copy */
.hero-title .line-1 {
    display: block; font-size: 50px; font-weight: 600; color: transparent;
    background: linear-gradient(180deg,#6e6e6e,#2c2c2c);
    -webkit-background-clip: text; background-clip: text;
}
.hero-title .line-2 {
    display: block; font-size: 62px; font-weight: 800; font-style: italic; color: transparent;
    background: linear-gradient(180deg,#ffffff 40%, #bdbdbd);
    -webkit-background-clip: text; background-clip: text; margin-top: -2px;
}

/* Subtitle */
.hero-subtitle {
    max-width: 620px; margin: 26px auto 0;
    font-size: 16px; line-height: 1.65; color: var(--text-dim);
}
.hero-subtitle strong { color: #fff; font-weight: 600; }

/* Feature chips */
.hero-features {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 6px;
    margin: 28px auto 0; max-width: 660px;
}
.feature-chip {
    display: inline-flex; align-items: center; gap: 8px;
    background: #0e0e0e; border: 1px solid #1c1c1c;
    padding: 9px 16px; border-radius: 999px;
    font-size: 13px; color: #d6d6d6;
}
.feature-chip .dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--green); box-shadow: 0 0 8px rgba(48,251,1,.7);
}

/* CTA spacing */
.hero-cta { margin-top: 32px; }

/* Primary green button */
.btn-primary {
    background: var(--green); color: #000;
    padding: 15px 28px; border-radius: 12px;
    font-weight: 700; font-size: 15px;
    box-shadow: 0 8px 30px rgba(48,251,1,.3);
    transition: transform .2s, box-shadow .2s;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(48,251,1,.45);
}

/* Responsive override for new sizes */
@media (max-width: 720px) {
    .hero-title .line-1 { font-size: 30px; }
    .hero-title .line-2 { font-size: 36px; }
    .hero-subtitle { font-size: 15px; }
}
/* WIDGETS */
.widgets-section { padding: 110px 0 60px; }
.section-heading { text-align: center; font-family: var(--font-display); font-size: 40px; font-weight: 700; line-height: 1.2; letter-spacing: -.5px; color: #f2f2f2; margin-bottom: 56px; }

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.card {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 18px; overflow: hidden;
    transition: transform .25s, border-color .25s;
}
.card:hover { transform: translateY(-4px); border-color: #2c2c2c; }

/* Banner image area */
.card-banner {
    position: relative; height: 200px; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.card-banner img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.banner-placeholder { width: 100%; height: 100%; }
.disc-badge {
    position: absolute; top: 14px; right: 14px; z-index: 2;
    background: var(--green); color: #000; font-weight: 700; font-size: 13px;
    padding: 4px 10px; border-radius: 7px;
}

/* Banner gradients */
.g-blue { background: linear-gradient(150deg,#1a3bb3,#0b1f6e); }
.g-crimson { background: linear-gradient(150deg,#9a1b3f,#5a0f24); }
.g-darkpurple { background: linear-gradient(150deg,#2a2440,#15131f); }
.g-slate { background: linear-gradient(150deg,#262b33,#14171c); }
.g-cyan { background: linear-gradient(150deg,#2bb6d4,#1788ad); }
.g-teal { background: linear-gradient(150deg,#0f5f63,#0a3034); }
.g-orange { background: linear-gradient(150deg,#ff5a3c,#c43018); }
.g-indigo { background: linear-gradient(150deg,#2f2a55,#181530); }
.g-violet { background: linear-gradient(150deg,#a45cff,#6a2fb0); }

/* Card details */
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; }
.card-foot-left { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.card-name { font-size: 16px; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.card-meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

/* App type badge */
.type-badge { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 7px; }
.type-full { background: rgba(48,251,1,.14); color: var(--green); }
.type-template { background: rgba(123,97,255,.16); color: #9d86ff; }

.price-row { display: flex; align-items: center; gap: 6px; }
.old-price { font-size: 13px; color: var(--text-mute); text-decoration: line-through; }
.price { font-size: 16px; font-weight: 700; color: #fff; }

/* Show more icon */
.show-more {
    flex-shrink: 0;
    width: 40px; height: 40px; border-radius: 11px;
    border: 1px solid #2a2a2a; color: #cfcfcf;
    display: grid; place-items: center;
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.show-more:hover {
    background: var(--green); color: #000; border-color: var(--green);
    transform: translateX(2px);
}

/* SOLUTIONS */
.solutions-section { padding: 100px 0 80px; text-align: center; overflow: hidden; }
.solutions-heading { font-family: var(--font-display); font-size: 34px; font-weight: 700; line-height: 1.3; }
.solutions-heading em { font-style: italic; }
.spark { color: var(--green); margin: 0 14px; font-size: 22px; vertical-align: middle; display: inline-block; animation: spark-twinkle 2.4s ease-in-out infinite; }
.spark:last-child { animation-delay: 1.2s; }
@keyframes spark-twinkle {
    0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); }
    50% { opacity: .4; transform: scale(1.3) rotate(90deg); }
}
.solutions-sub { color: var(--text-dim); font-size: 16px; margin-top: 14px; }

/* Stage */
.phones-stage {
    position: relative; height: 480px; margin-top: 70px;
    display: flex; align-items: center; justify-content: center;
    perspective: 1400px;
}
.stage-glow {
    position: absolute; width: 600px; height: 360px; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(48,251,1,.28), rgba(123,97,255,.12) 45%, transparent 70%);
    filter: blur(40px); z-index: 0;
    animation: glow-pulse 5s ease-in-out infinite;
}
@keyframes glow-pulse {
    0%, 100% { opacity: .7; transform: translate(-50%,-50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%,-50%) scale(1.08); }
}

/* Phone cards */
.phone-card {
    position: relative; z-index: 2; margin: 0;
    display: flex; flex-direction: column; align-items: center;
    opacity: 0;
    animation: phone-rise .9s cubic-bezier(.2,.8,.2,1) forwards;
}
@keyframes phone-rise {
    from { opacity: 0; transform: translateY(60px) scale(.92); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.phone-left  { animation-delay: .15s; }
.phone-center{ animation-delay: 0s; z-index: 3; }
.phone-right { animation-delay: .3s; }

.phone-screen {
    position: relative;
    width: 200px; height: 410px; border-radius: 34px;
    border: 7px solid #1a1a1a; overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,.6);
    transition: transform .4s ease;
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.phone-notch {
    position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
    width: 70px; height: 18px; background: #000; border-radius: 0 0 12px 12px; z-index: 3;
}
.phone-fallback {
    width: 100%; height: 100%; display: grid; place-items: center;
    font-family: var(--font-display); font-weight: 700; font-size: 18px; color: rgba(255,255,255,.85);
}

/* Side phones tilt & float */
.phone-left .phone-screen  { transform: rotateY(22deg) rotate(-7deg) scale(.9); }
.phone-right .phone-screen { transform: rotateY(-22deg) rotate(7deg) scale(.9); }
.phone-center .phone-screen { width: 215px; height: 440px; animation: float-soft 4s ease-in-out infinite; }
.phone-left  { margin-right: -40px; }
.phone-right { margin-left: -40px; }
@keyframes float-soft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

/* Hover: bring any phone forward */
.phone-card:hover { z-index: 5; }
.phone-left:hover .phone-screen  { transform: rotateY(0) rotate(0) scale(1); }
.phone-right:hover .phone-screen { transform: rotateY(0) rotate(0) scale(1); }
.phone-center:hover .phone-screen { transform: scale(1.04); animation-play-state: paused; }

/* Screen gradients (fallback art) */
.app-1 { background: linear-gradient(160deg,#ff7a45,#7a2e16); }
.app-2 { background: linear-gradient(160deg,#1a8f4e,#08321c); }
.app-3 { background: linear-gradient(160deg,#5b3fff,#1c1340); }

/* Tags & badge */
.phone-tag {
    margin-top: 18px; font-size: 13px; color: var(--text-dim);
    opacity: 0; animation: fade-in .6s ease forwards .8s;
}
.phone-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%); z-index: 4;
    background: var(--green); color: #000; font-size: 11px; font-weight: 700;
    padding: 5px 12px; border-radius: 999px; white-space: nowrap;
    box-shadow: 0 6px 18px rgba(48,251,1,.4);
}
@keyframes fade-in { to { opacity: 1; } }

.solutions-cta { margin-top: 30px; }

/* Responsive */
@media (max-width: 720px) {
    .phones-stage { height: auto; flex-direction: column; gap: 40px; perspective: none; }
    .phone-left, .phone-right { margin: 0; }
    .phone-left .phone-screen, .phone-right .phone-screen { transform: none; }
    .phone-center .phone-screen { animation: none; }
}
/* COMPARE / SAVE HOURS */
.compare-section { padding: 90px 0 40px; text-align: center; }
.never-heading { font-family: var(--font-display); font-size: 38px; font-weight: 700; line-height: 1.25; }
.never-heading .muted { color: #4f4f4f; }
.never-heading .accent { color: var(--green); }
.compare-sub { color: var(--text-dim); font-size: 16px; margin-top: 16px; }

.compare-card {
    max-width: 760px; margin: 46px auto 0;
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 20px; padding: 12px; text-align: left;
}
.compare-head, .compare-row {
    display: grid; grid-template-columns: 1fr 110px 120px; align-items: center;
    gap: 12px; padding: 14px 18px;
}
.compare-head { font-size: 12px; color: var(--text-mute); text-transform: uppercase; letter-spacing: .5px; }
.compare-head .ch-scratch, .compare-head .ch-tpl { text-align: right; }
.compare-row { border-top: 1px solid var(--border-soft); }
.cr-task { font-size: 14.5px; color: #e6e6e6; }
.cr-scratch { text-align: right; font-size: 14px; color: #ff6b5e; font-weight: 600; }
.cr-tpl { text-align: right; font-size: 14px; color: var(--green); font-weight: 700; }

.compare-total {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    margin-top: 12px; padding: 22px 18px;
    background: #0a0a0a; border-radius: 14px; border: 1px solid var(--border);
}
.ct-scratch, .ct-tpl { display: flex; flex-direction: column; }
.ct-tpl { text-align: right; }
.ct-num { font-family: var(--font-display); font-size: 26px; font-weight: 800; }
.ct-num.accent { color: var(--green); }
.ct-label { font-size: 12px; color: var(--text-dim); margin-top: 2px; }
.ct-badge {
    background: rgba(48,251,1,.14); color: var(--green); font-weight: 700; font-size: 13px;
    padding: 8px 16px; border-radius: 999px; white-space: nowrap;
}

/* WHAT'S INCLUDED */
.included-section { padding: 80px 0 110px; text-align: center; }
.included-eyebrow {
    display: inline-block; font-size: 13px; color: var(--green); font-weight: 600;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px;
}
.included-heading { font-family: var(--font-display); font-size: 38px; font-weight: 700; }
.included-heading em { font-style: italic; color: var(--green); }
.included-sub { color: var(--text-dim); font-size: 16px; margin-top: 14px; }

.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; text-align: left; }
.included-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: 18px;
    padding: 30px 26px; position: relative; overflow: hidden;
    transition: transform .25s, border-color .25s;
}
.included-card:hover { transform: translateY(-4px); border-color: #2c2c2c; }
.included-card::before {
    content: ''; position: absolute; top: -40px; right: -40px;
    width: 120px; height: 120px; border-radius: 50%;
    background: radial-gradient(circle, rgba(48,251,1,.12), transparent 70%);
}
.inc-no {
    font-family: var(--font-display); font-size: 30px; font-weight: 800;
    color: transparent; -webkit-text-stroke: 1px #2e2e2e; display: block; margin-bottom: 18px;
}
.inc-title { font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.inc-desc { color: var(--text-dim); font-size: 14.5px; line-height: 1.6; margin-bottom: 18px; }
.inc-meta {
    display: inline-block; font-size: 12px; color: var(--green);
    background: rgba(48,251,1,.1); padding: 5px 12px; border-radius: 7px; font-weight: 600;
}

/* Responsive */
@media (max-width: 720px) {
    .never-heading, .included-heading { font-size: 26px; }
    .included-grid { grid-template-columns: 1fr; }
    .compare-head, .compare-row { grid-template-columns: 1fr 70px 70px; gap: 6px; padding: 12px 10px; }
    .cr-task { font-size: 12.5px; }
    .compare-total { flex-direction: column; text-align: center; }
    .ct-tpl { text-align: center; }
}
/* FOOTER */
.footer { background: var(--green); color: #000; margin-top: 40px; border-radius: 28px 28px 0 0; padding: 64px 0 28px; }

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr;
    gap: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(0,0,0,.18);
}

.logo-dark { color: #000; }
.logo-mark.dark { background: #000; color: var(--green); box-shadow: none; }
.footer-tagline { font-size: 14px; line-height: 1.6; color: #143400; margin: 18px 0 22px; max-width: 280px; opacity: .9; }

.footer-socials { display: flex; gap: 10px; }
.social {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(0,0,0,.12); color: #000;
    display: grid; place-items: center; transition: background .2s, transform .2s;
}
.social:hover { background: #000; color: var(--green); transform: translateY(-2px); }

.footer-col-title { font-weight: 700; font-size: 14px; display: block; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col ul a {
    font-size: 14px; color: #1c3d00; opacity: .85;
    transition: opacity .2s, padding-left .2s;
}
.footer-col ul a:hover { opacity: 1; padding-left: 4px; font-weight: 600; }

.footer-news-text { font-size: 13.5px; line-height: 1.6; color: #143400; margin-bottom: 16px; opacity: .9; }
.newsletter-form { display: flex; background: rgba(255,255,255,.65); border-radius: 12px; padding: 6px; gap: 6px; }
.newsletter-input { flex: 1; border: none; background: transparent; padding: 10px 12px; outline: none; font-family: var(--font-body); font-size: 14px; min-width: 0; }
.newsletter-input::placeholder { color: #2a2a2a; }
.newsletter-btn { background: #000; color: #fff; border: none; padding: 10px 18px; border-radius: 9px; font-weight: 600; font-size: 14px; cursor: pointer; transition: opacity .2s; white-space: nowrap; }
.newsletter-btn:hover { opacity: .85; }

.footer-bottom {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 24px; font-size: 13px; color: #143400;
}
.footer-legal { display: flex; gap: 22px; }
.footer-legal a { color: #143400; opacity: .85; }
.footer-legal a:hover { opacity: 1; text-decoration: underline; }

/* Responsive */
@media (max-width: 1000px) {
    .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-news { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
    .footer-legal { flex-wrap: wrap; justify-content: center; gap: 16px; }
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .nav-pill { display: none; }
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
    .stat:nth-child(2) { border-right: none; }
    .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--border); }
}
@media (max-width: 720px) {
    .hero-title .line-1 { font-size: 38px; }
    .hero-title .line-2 { font-size: 46px; }
    .section-heading, .never-heading { font-size: 26px; }
    .solutions-heading { font-size: 24px; }
    .cards-grid { grid-template-columns: 1fr; }
    .stats-bar { grid-template-columns: 1fr; }
    .stat { border-right: none; border-bottom: 1px solid var(--border); }
    .stuck-inner { flex-direction: column; text-align: center; }
    .never-cards { grid-template-columns: 1fr; }
    .footer-top { flex-direction: column; }
    .newsletter, .newsletter-form { text-align: left; min-width: 0; width: 100%; }
    .phone { width: 110px; height: 220px; }
    .phone-center { width: 120px; height: 250px; }
}

/* FAQ */
.faq-section { padding: 90px 0 110px; }
.faq-inner { display: grid; grid-template-columns: 380px 1fr; gap: 60px; align-items: start; }

.faq-head { position: sticky; top: 110px; }
.faq-eyebrow {
    display: inline-block; font-size: 13px; color: var(--green); font-weight: 600;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px;
}
.faq-heading { font-family: var(--font-display); font-size: 40px; font-weight: 700; line-height: 1.15; }
.faq-sub { color: var(--text-dim); font-size: 15px; margin-top: 18px; line-height: 1.6; }
.faq-sub a { color: var(--green); }

.faq-list { display: flex; flex-direction: column; gap: 12px; }

.faq-item {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 14px; overflow: hidden;
    transition: border-color .25s, background .25s;
}
.faq-item[open] { border-color: rgba(48,251,1,.35); background: #0d0f0c; }
.faq-item:hover { border-color: #2c2c2c; }

.faq-q {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 22px; cursor: pointer; list-style: none;
    font-size: 16px; font-weight: 600; color: #fff; user-select: none;
}
.faq-q::-webkit-details-marker { display: none; }

.faq-icon {
    flex-shrink: 0; width: 32px; height: 32px; border-radius: 9px;
    background: #1a1a1a; color: #cfcfcf; display: grid; place-items: center;
    transition: transform .3s ease, background .25s, color .25s;
}
.faq-item[open] .faq-icon { transform: rotate(135deg); background: var(--green); color: #000; }

.faq-a {
    display: grid; grid-template-rows: 1fr;
    padding: 0 22px 22px;
    color: var(--text-dim); font-size: 14.5px; line-height: 1.7;
    animation: faq-open .35s ease;
}
@keyframes faq-open {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.faq-a p { margin: 0; }

/* Responsive */
@media (max-width: 900px) {
    .faq-inner { grid-template-columns: 1fr; gap: 32px; }
    .faq-head { position: static; }
    .faq-heading { font-size: 30px; }
}
@media (max-width: 720px) {
    .faq-q { font-size: 14.5px; padding: 16px 18px; }
}

/* APP TEMPLATES PAGE */
.templates-page { padding: 60px 0 110px; }

.tp-header { text-align: center; margin-bottom: 44px; }
.tp-eyebrow { display: inline-block; font-size: 13px; color: var(--green); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.tp-title { font-family: var(--font-display); font-size: 46px; font-weight: 800; }
.tp-title em { font-style: italic; color: var(--green); }
.tp-sub { color: var(--text-dim); font-size: 16px; margin-top: 14px; }

.tp-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.tp-search {
    display: flex; align-items: center; gap: 10px; flex: 1; min-width: 260px; max-width: 420px;
    background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
    padding: 12px 16px; color: var(--text-dim);
}
.tp-search:focus-within { border-color: rgba(48,251,1,.45); }
.tp-search input { flex: 1; background: transparent; border: none; outline: none; color: #fff; font-family: var(--font-body); font-size: 14.5px; }
.tp-search input::placeholder { color: var(--text-mute); }

.tp-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.tp-chip {
    background: var(--surface); border: 1px solid var(--border); color: #b5b5b5;
    font-family: var(--font-body); font-size: 13.5px; font-weight: 500;
    padding: 10px 18px; border-radius: 999px; cursor: pointer; transition: all .2s;
}
.tp-chip:hover { color: #fff; border-color: #2c2c2c; }
.tp-chip.active { background: var(--green); color: #000; font-weight: 600; border-color: var(--green); }

.tp-empty { text-align: center; color: var(--text-dim); font-size: 16px; padding: 60px 0; }


/* PRODUCT PAGE */
.product-page { padding: 40px 0 110px; }

.breadcrumb { font-size: 13.5px; color: var(--text-dim); margin-bottom: 30px; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--text-dim); }
.breadcrumb a:hover { color: var(--green); }
.crumb-current { color: #fff; }

.product-top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; }

/* Gallery */
.gallery-main { height: 420px; border-radius: 20px; position: relative; border: 1px solid var(--border); }
.gallery-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.gallery-thumb { width: 90px; height: 70px; border-radius: 12px; border: 2px solid transparent; cursor: pointer; transition: border-color .2s, transform .2s; }
.gallery-thumb:hover { transform: translateY(-2px); }
.gallery-thumb.active { border-color: var(--green); }

/* Buy box */
.product-info { display: flex; flex-direction: column; }
.product-name { font-family: var(--font-display); font-size: 30px; font-weight: 800; line-height: 1.2; margin: 14px 0 18px; }
.product-price { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.price-big { font-family: var(--font-display); font-size: 34px; font-weight: 800; }
.product-price .old-price { font-size: 18px; }
.save-tag { background: rgba(48,251,1,.14); color: var(--green); font-weight: 700; font-size: 13px; padding: 5px 12px; border-radius: 7px; }

.product-actions { display: flex; gap: 12px; margin-bottom: 30px; flex-wrap: wrap; }
.btn-purchase {
    flex: 1; min-width: 220px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: var(--green); color: #000; font-weight: 700; font-size: 15px;
    padding: 16px 24px; border-radius: 12px;
    box-shadow: 0 8px 30px rgba(48,251,1,.3); transition: transform .2s, box-shadow .2s;
}
.btn-purchase:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(48,251,1,.45); }
.btn-preview {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: transparent; border: 1px solid #2c2c2c; color: #fff;
    font-weight: 600; font-size: 15px; padding: 16px 26px; border-radius: 12px; transition: background .2s;
}
.btn-preview:hover { background: #1a1a1a; }

.included-box { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 22px; margin-bottom: 16px; }
.included-box-title { font-weight: 700; font-size: 14px; display: block; margin-bottom: 14px; }
.included-box ul { display: flex; flex-direction: column; gap: 11px; }
.included-box li { font-size: 14px; color: #d6d6d6; display: flex; align-items: center; gap: 10px; }
.check-green { width: 18px; height: 18px; border-radius: 50%; background: rgba(48,251,1,.16); color: var(--green); display: grid; place-items: center; font-size: 11px; flex-shrink: 0; }

.specs-box { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 8px 22px; }
.spec-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--border-soft); font-size: 14px; }
.spec-row:last-child { border-bottom: none; }
.spec-label { color: var(--text-dim); }
.spec-val { color: #fff; font-weight: 500; text-align: right; }

/* About */
.product-about { margin-top: 60px; max-width: 820px; }
.about-title { font-family: var(--font-display); font-size: 26px; font-weight: 700; margin-bottom: 16px; }
.about-text { color: var(--text-dim); font-size: 15.5px; line-height: 1.7; }
.about-sub { font-size: 17px; font-weight: 700; margin: 26px 0 14px; }
.about-feats { display: flex; flex-direction: column; gap: 12px; }
.about-feats li { font-size: 14.5px; color: #d6d6d6; display: flex; align-items: center; gap: 10px; }
.product-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.ptag { font-size: 12.5px; color: #b5b5b5; background: var(--surface); border: 1px solid var(--border); padding: 7px 14px; border-radius: 999px; }

/* Related */
.related { margin-top: 70px; }
.related-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.related-title { font-family: var(--font-display); font-size: 26px; font-weight: 700; }
.related-more { color: var(--green); font-weight: 600; font-size: 14px; }
.card-link { display: block; color: inherit; }

/* Responsive */
@media (max-width: 900px) {
    .product-top { grid-template-columns: 1fr; gap: 30px; }
    .gallery-main { height: 320px; }
}
@media (max-width: 600px) {
    .product-name { font-size: 24px; }
    .btn-purchase, .btn-preview { width: 100%; }
}
.card-banner-link { display: block; }
.card-name-link { color: inherit; text-decoration: none; }
.card-name-link:hover .card-name { color: var(--green); }

/* CONTACT PAGE */
.contact-page { padding: 60px 0 110px; }

.contact-header { text-align: center; margin-bottom: 54px; }
.contact-eyebrow { display: inline-block; font-size: 13px; color: var(--green); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.contact-title { font-family: var(--font-display); font-size: 46px; font-weight: 800; }
.contact-title em { font-style: italic; color: var(--green); }
.contact-sub { color: var(--text-dim); font-size: 16px; margin-top: 14px; max-width: 540px; margin-left: auto; margin-right: auto; }

.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; align-items: start; }

/* Info side */
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.info-card {
    display: flex; align-items: center; gap: 16px;
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 14px; padding: 20px 22px; transition: border-color .25s;
}
.info-card:hover { border-color: #2c2c2c; }
.info-icon {
    flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px;
    background: rgba(48,251,1,.12); color: var(--green);
    display: grid; place-items: center;
}
.info-label { display: block; font-size: 12.5px; color: var(--text-dim); margin-bottom: 3px; }
.info-value { font-size: 15px; font-weight: 600; color: #fff; }
a.info-value:hover { color: var(--green); }

.info-socials { margin-top: 8px; padding: 4px 4px 0; }
.social-row { display: flex; gap: 10px; margin-top: 12px; }
.c-social {
    width: 40px; height: 40px; border-radius: 11px;
    background: var(--surface); border: 1px solid var(--border); color: #cfcfcf;
    display: grid; place-items: center; transition: all .2s;
}
.c-social:hover { background: var(--green); color: #000; border-color: var(--green); transform: translateY(-2px); }

/* Form side */
.contact-form-wrap {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 20px; padding: 34px;
}
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 13.5px; font-weight: 600; color: #d6d6d6; }
.form-group input, .form-group textarea {
    background: #0a0a0a; border: 1px solid var(--border); border-radius: 11px;
    padding: 14px 16px; color: #fff; font-family: var(--font-body); font-size: 14.5px;
    outline: none; transition: border-color .2s; resize: vertical;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-mute); }
.form-group input:focus, .form-group textarea:focus { border-color: rgba(48,251,1,.5); }

.contact-submit { align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; border: none; cursor: pointer; font-family: var(--font-body); }
.form-note { font-size: 12.5px; color: var(--text-mute); margin-top: -4px; }

/* Responsive */
@media (max-width: 860px) {
    .contact-grid { grid-template-columns: 1fr; }
    .contact-title { font-size: 34px; }
}
@media (max-width: 500px) {
    .form-row { grid-template-columns: 1fr; }
    .contact-form-wrap { padding: 24px; }
}


/* ABOUT PAGE */
.about-page { padding: 60px 0 110px; }

.about-hero { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.about-eyebrow { display: inline-block; font-size: 13px; color: var(--green); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.about-h1 { font-family: var(--font-display); font-size: 48px; font-weight: 800; line-height: 1.1; }
.about-h1 em { font-style: italic; color: var(--green); }
.about-lead { color: var(--text-dim); font-size: 17px; line-height: 1.7; margin-top: 20px; }

/* Stats */
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 90px; }
.about-stat {
    background: var(--surface); border: 1px solid var(--border); border-radius: 16px;
    padding: 30px 24px; text-align: center; transition: border-color .25s, transform .25s;
}
.about-stat:hover { border-color: rgba(48,251,1,.35); transform: translateY(-3px); }
.as-num { display: block; font-family: var(--font-display); font-size: 38px; font-weight: 800; color: var(--green); }
.as-label { display: block; font-size: 14px; color: var(--text-dim); margin-top: 6px; }

/* Mission split */
.about-split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center; margin-bottom: 90px; }
.about-h2 { font-family: var(--font-display); font-size: 32px; font-weight: 700; margin-bottom: 20px; }
.about-h2.center { text-align: center; margin-bottom: 40px; }
.about-split-text p { color: var(--text-dim); font-size: 15.5px; line-height: 1.75; margin-bottom: 16px; }
.about-split-visual { display: grid; place-items: center; }
.about-cube {
    position: relative; width: 200px; height: 200px; border-radius: 36px;
    background: #0a0a0a; border: 1px solid #1f1f1f; display: grid; place-items: center;
    box-shadow: 0 30px 70px rgba(48,251,1,.22);
}
.about-cube::before {
    content: ''; position: absolute; inset: -30px;
    background: radial-gradient(circle, rgba(48,251,1,.35), rgba(123,97,255,.18), transparent 70%);
    filter: blur(30px); z-index: -1;
}
.about-cube-logo { font-family: var(--font-display); font-style: italic; font-weight: 800; font-size: 80px; color: var(--green); }

/* Values */
.about-values { margin-bottom: 90px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: 18px;
    padding: 30px 26px; position: relative; overflow: hidden; transition: transform .25s, border-color .25s;
}
.value-card:hover { transform: translateY(-4px); border-color: #2c2c2c; }
.value-card::before {
    content: ''; position: absolute; top: -40px; right: -40px; width: 110px; height: 110px;
    border-radius: 50%; background: radial-gradient(circle, rgba(48,251,1,.12), transparent 70%);
}
.value-no { font-family: var(--font-display); font-size: 28px; font-weight: 800; color: transparent; -webkit-text-stroke: 1px #2e2e2e; display: block; margin-bottom: 16px; }
.value-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.value-desc { color: var(--text-dim); font-size: 14px; line-height: 1.6; }

/* CTA */
.about-cta {
    text-align: center; background: var(--surface); border: 1px solid var(--border);
    border-radius: 24px; padding: 60px 30px;
}
.about-cta-title { font-family: var(--font-display); font-size: 34px; font-weight: 800; }
.about-cta-sub { color: var(--text-dim); font-size: 16px; margin: 14px 0 28px; }
.about-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Responsive */
@media (max-width: 900px) {
    .about-stats, .values-grid { grid-template-columns: repeat(2, 1fr); }
    .about-split { grid-template-columns: 1fr; gap: 36px; }
    .about-split-visual { order: -1; }
}
@media (max-width: 560px) {
    .about-h1 { font-size: 34px; }
    .about-stats, .values-grid { grid-template-columns: 1fr; }
    .about-h2 { font-size: 26px; }
}

/* HIRE US PAGE */
.hire-page { padding: 50px 0 110px; }
.hire-block { margin-top: 90px; }
.hire-block-head { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.hire-tag { display: inline-block; font-size: 12px; color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; }
.hire-h2 { font-family: var(--font-display); font-size: 34px; font-weight: 800; line-height: 1.2; }
.hire-p { color: var(--text-dim); font-size: 16px; line-height: 1.7; margin-top: 14px; }

/* Hero */
.hire-hero { text-align: center; max-width: 740px; margin: 0 auto; padding-top: 30px; }
.hire-eyebrow { display: inline-block; font-size: 12px; color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 18px; }
.hire-h1 { font-family: var(--font-display); font-size: 54px; font-weight: 800; line-height: 1.08; }
.hire-h1 em { font-style: italic; color: var(--green); }
.hire-lead { color: var(--text-dim); font-size: 18px; margin-top: 18px; }
.hire-hero-btns { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }

/* Stats */
.hire-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 60px; }
.hire-stat { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 28px 20px; text-align: center; }
.hs-num { display: block; font-family: var(--font-display); font-size: 36px; font-weight: 800; color: var(--green); }
.hs-label { display: block; font-size: 13.5px; color: var(--text-dim); margin-top: 6px; }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.step-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 28px 24px; transition: transform .25s, border-color .25s; }
.step-card:hover { transform: translateY(-4px); border-color: rgba(48,251,1,.35); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.step-no { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: transparent; -webkit-text-stroke: 1px var(--green); }
.step-time { font-size: 12px; color: var(--green); background: rgba(48,251,1,.1); padding: 4px 10px; border-radius: 7px; }
.step-title { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.step-desc { color: var(--text-dim); font-size: 14px; line-height: 1.6; }

/* Why grid */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.why-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 30px 26px; transition: transform .25s, border-color .25s; }
.why-card:hover { transform: translateY(-4px); border-color: #2c2c2c; }
.why-num { font-family: var(--font-display); font-size: 34px; font-weight: 800; color: var(--green); display: block; margin-bottom: 12px; }
.why-title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.why-desc { color: var(--text-dim); font-size: 14px; line-height: 1.6; }

/* What you get */
.get-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.get-card { display: flex; gap: 16px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 26px; }
.get-check { flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; background: rgba(48,251,1,.14); color: var(--green); display: grid; place-items: center; }
.get-title { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.get-desc { color: var(--text-dim); font-size: 14px; line-height: 1.6; }

/* Testimonials */
.quotes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.quote-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 30px 26px; position: relative; }
.quote-mark { font-family: var(--font-display); font-size: 60px; font-weight: 800; color: rgba(48,251,1,.25); line-height: .6; display: block; height: 28px; }
.quote-text { color: #d6d6d6; font-size: 15px; line-height: 1.65; margin-bottom: 22px; }
.quote-author { display: flex; flex-direction: column; gap: 2px; }
.qa-name { font-weight: 700; font-size: 14.5px; }
.qa-role { color: var(--text-dim); font-size: 13px; }

/* Hire FAQ (reuses faq-item styles from FAQ section) */
.hire-faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }

/* CTA form box */
.hire-cta-box { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; background: var(--surface); border: 1px solid var(--border); border-radius: 24px; padding: 50px; }
.hire-cta-text { text-align: left; }
.hire-cta-text .hire-h2 { font-size: 30px; }
.hire-form { display: flex; flex-direction: column; gap: 16px; }
.hire-form .form-group { display: flex; flex-direction: column; gap: 8px; }
.hire-form label { font-size: 13.5px; font-weight: 600; color: #d6d6d6; }
.hire-form input, .hire-form textarea { background: #0a0a0a; border: 1px solid var(--border); border-radius: 11px; padding: 13px 16px; color: #fff; font-family: var(--font-body); font-size: 14.5px; outline: none; resize: vertical; transition: border-color .2s; }
.hire-form input:focus, .hire-form textarea:focus { border-color: rgba(48,251,1,.5); }

/* Responsive */
@media (max-width: 1000px) {
    .steps-grid, .why-grid, .quotes-grid { grid-template-columns: repeat(2,1fr); }
    .hire-cta-box { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
    .hire-h1 { font-size: 36px; }
    .hire-h2 { font-size: 26px; }
    .hire-stats, .steps-grid, .why-grid, .get-grid, .quotes-grid { grid-template-columns: 1fr; }
    .hire-cta-box { padding: 30px; }
}

/* HIRE PROCESS — modern timeline */
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 20px; }

/* The connecting line behind the nodes */
.timeline-line {
    position: absolute; top: 47px; left: 12%; right: 12%; height: 2px;
    background: linear-gradient(90deg, var(--border) 0%, var(--green) 50%, var(--border) 100%);
    opacity: .4; z-index: 0;
}
.timeline-line::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, transparent, var(--green), transparent);
    background-size: 50% 100%; background-repeat: no-repeat;
    animation: tl-flow 3s linear infinite;
}
@keyframes tl-flow {
    0% { background-position: -50% 0; }
    100% { background-position: 150% 0; }
}

.tl-step {
    position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center;
    opacity: 0; transform: translateY(26px);
    animation: tl-rise .6s cubic-bezier(.2,.8,.2,1) forwards;
    animation-delay: var(--d);
}
@keyframes tl-rise { to { opacity: 1; transform: translateY(0); } }

/* Node circle with number */
.tl-node {
    position: relative; width: 56px; height: 56px; border-radius: 50%;
    background: #0a0a0a; border: 2px solid var(--green);
    display: grid; place-items: center; margin-bottom: 22px;
    box-shadow: 0 0 0 6px rgba(48,251,1,.06), 0 8px 24px rgba(48,251,1,.18);
}
.tl-no { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--green); }
.tl-pulse {
    position: absolute; inset: -2px; border-radius: 50%; border: 2px solid var(--green);
    opacity: 0; animation: tl-ping 2.5s ease-out infinite; animation-delay: var(--d);
}
@keyframes tl-ping {
    0% { transform: scale(1); opacity: .5; }
    70%, 100% { transform: scale(1.5); opacity: 0; }
}

/* Card */
.tl-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: 16px;
    padding: 24px 22px; width: 100%; transition: transform .25s, border-color .25s;
}
.tl-step:hover .tl-card { transform: translateY(-4px); border-color: rgba(48,251,1,.4); }
.tl-step:hover .tl-node { box-shadow: 0 0 0 6px rgba(48,251,1,.12), 0 10px 30px rgba(48,251,1,.3); }
.tl-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.tl-title { font-family: var(--font-display); font-size: 19px; font-weight: 700; }
.tl-time { font-size: 11.5px; color: var(--green); background: rgba(48,251,1,.1); padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.tl-desc { color: var(--text-dim); font-size: 14px; line-height: 1.6; }

/* Responsive */
@media (max-width: 1000px) {
    .timeline { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
    .timeline-line { display: none; }
}
@media (max-width: 560px) {
    .timeline { grid-template-columns: 1fr; }
    /* vertical line for mobile */
    .timeline-line { display: block; top: 0; bottom: 0; left: 27px; right: auto; width: 2px; height: auto; }
    .tl-step { flex-direction: row; align-items: flex-start; gap: 20px; }
    .tl-node { margin-bottom: 0; flex-shrink: 0; }
    .tl-card { text-align: left; }
}

/* WHY CHOOSE US — bento */
.why-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 18px;
}
/* Tile sizes */
.wb-lg   { grid-column: span 2; grid-row: span 2; }
.wb-wide { grid-column: span 2; }
.wb-sm   { grid-column: span 1; }

.wb-card {
    position: relative; overflow: hidden;
    background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
    padding: 28px; display: flex; flex-direction: column; justify-content: flex-end;
    transition: transform .3s, border-color .3s;
}
.wb-card:hover { transform: translateY(-4px); border-color: rgba(48,251,1,.4); }

/* The big featured tile gets a green glow */
.wb-lg {
    background: radial-gradient(circle at 30% 20%, rgba(48,251,1,.12), transparent 60%), var(--surface);
    border-color: rgba(48,251,1,.25);
}
.wb-lg .wb-num { font-size: 76px; }
.wb-lg .wb-title { font-size: 24px; }

/* Hover shine sweep */
.wb-shine {
    position: absolute; top: 0; left: -60%; width: 50%; height: 100%;
    background: linear-gradient(100deg, transparent, rgba(48,251,1,.08), transparent);
    transform: skewX(-18deg); transition: left .6s ease; pointer-events: none;
}
.wb-card:hover .wb-shine { left: 130%; }

.wb-num {
    font-family: var(--font-display); font-weight: 800; font-size: 46px;
    color: var(--green); line-height: 1; margin-bottom: 14px;
}
.wb-title { font-family: var(--font-display); font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.wb-desc { color: var(--text-dim); font-size: 14px; line-height: 1.6; max-width: 42ch; }

/* Responsive */
@media (max-width: 900px) {
    .why-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
    .wb-lg { grid-column: span 2; grid-row: span 1; }
    .wb-wide { grid-column: span 2; }
    .wb-lg .wb-num { font-size: 52px; }
}
@media (max-width: 560px) {
    .why-bento { grid-template-columns: 1fr; }
    .wb-lg, .wb-wide, .wb-sm { grid-column: span 1; }
}

/* WHAT YOU GET — modern icon cards */
.get-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.getx-card {
    position: relative; overflow: hidden;
    background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
    padding: 32px 28px;
    opacity: 0; transform: translateY(24px);
    animation: getx-rise .55s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: var(--d);
    transition: transform .3s, border-color .3s, background .3s;
}
@keyframes getx-rise { to { opacity: 1; transform: translateY(0); } }
.getx-card:hover { transform: translateY(-5px); border-color: rgba(48,251,1,.4); background: #0d0f0c; }

/* Top accent bar that draws in on hover */
.getx-accent {
    position: absolute; top: 0; left: 0; height: 3px; width: 0;
    background: linear-gradient(90deg, var(--green), transparent);
    transition: width .45s ease;
}
.getx-card:hover .getx-accent { width: 100%; }

/* Faint number watermark, top-right */
.getx-index {
    position: absolute; top: 22px; right: 26px;
    font-family: var(--font-display); font-size: 30px; font-weight: 800;
    color: transparent; -webkit-text-stroke: 1px #242424; transition: -webkit-text-stroke-color .3s;
}
.getx-card:hover .getx-index { -webkit-text-stroke-color: rgba(48,251,1,.35); }

/* Icon tile */
.getx-icon {
    display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 15px;
    background: rgba(48,251,1,.1); color: var(--green); margin-bottom: 20px;
    transition: transform .3s, background .3s;
}
.getx-card:hover .getx-icon { transform: scale(1.08) rotate(-4deg); background: rgba(48,251,1,.18); }

.getx-title { font-family: var(--font-display); font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.getx-desc { color: var(--text-dim); font-size: 14px; line-height: 1.65; }

/* Responsive */
@media (max-width: 900px) { .get-bento { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .get-bento { grid-template-columns: 1fr; } }


/* PORTFOLIO — banner look */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.pf-card {
    display: flex; flex-direction: column;
    background: var(--surface); border: 1px solid var(--border); border-radius: 18px;
    overflow: hidden; color: inherit;
    opacity: 0; transform: translateY(22px);
    animation: pf-rise .55s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: var(--d);
    transition: transform .28s, border-color .28s;
}
@keyframes pf-rise { to { opacity: 1; transform: translateY(0); } }
.pf-card:hover { transform: translateY(-5px); border-color: rgba(48,251,1,.4); }

/* Banner */
.pf-banner {
    position: relative; height: 160px; padding: 16px;
    display: flex; align-items: flex-start; justify-content: space-between;
}
.pf-banner-img { width: 100%; height: 160px; object-fit: cover; display: block; }
.pf-banner::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.35));
    pointer-events: none;
}
.pf-cat {
    position: relative; z-index: 1;
    font-size: 11px; font-weight: 600; color: #fff;
    background: rgba(0,0,0,.3); backdrop-filter: blur(4px);
    padding: 5px 11px; border-radius: 999px;
}
.pf-store {
    position: relative; z-index: 1;
    width: 32px; height: 32px; border-radius: 9px;
    background: rgba(0,0,0,.3); backdrop-filter: blur(4px); color: #fff;
    display: grid; place-items: center; transition: background .25s, color .25s, transform .25s;
}
.pf-card:hover .pf-store { background: var(--green); color: #000; transform: translate(2px,-2px); }

/* Body with overlapping app icon */
.pf-body { display: flex; align-items: center; gap: 14px; padding: 18px 20px; position: relative; }
.pf-appicon {
    flex-shrink: 0; width: 56px; height: 56px; border-radius: 16px;
    display: grid; place-items: center; margin-top: -44px;
    font-family: var(--font-display); font-weight: 800; font-size: 24px; color: #fff;
    border: 3px solid var(--surface);
    box-shadow: 0 8px 20px rgba(0,0,0,.4);
    position: relative; z-index: 2;
}
.pf-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.pf-name { font-size: 16px; font-weight: 700; color: #fff; }
.pf-desc { font-size: 12.5px; color: var(--text-dim); line-height: 1.5; }

/* Responsive */
@media (max-width: 900px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .portfolio-grid { grid-template-columns: 1fr; } }