/* ==========================================================================
   Pixelvara — game art & design studio layer  (loaded after style.css)
   Template: "IT Infinite / Egacy" by potenzaglobalsolutions — heavily trimmed.
   ========================================================================== */

:root {
    --pv-bg: #0a0a0c;
    --pv-panel: #101014;
    --pv-line: #26262c;
    --pv-line-2: #37373f;
    --pv-text: #c2c2c9;
    --pv-dim: #8b8b92;
    --pv-white: #ededed;
    --pv-lime: #cdff4e;
    --pv-pink: #ff3da6;
    --pv-disp: "Unbounded", "Arial Black", system-ui, sans-serif;
    --pv-body: "Inter", system-ui, sans-serif;
}

/* ---------- base ---------- */
html { overflow-x: hidden; }
body {
    background-color: var(--pv-bg);
    overflow-x: hidden;
    color: var(--pv-text);
    font-family: var(--pv-body);
    font-size: 16px;
    line-height: 1.6;
    cursor: auto !important;
    -webkit-font-smoothing: antialiased;
    background-image:
        linear-gradient(rgba(255,255,255,.014) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
    background-size: 40px 40px;
}
#cursor, .back-to-top { display: none !important; }
::selection { background: var(--pv-lime); color: #0a0a0c; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #0a0a0c; }
::-webkit-scrollbar-thumb { background: var(--pv-line-2); border: 2px solid #0a0a0c; }
p { color: var(--pv-text); }
a { color: var(--pv-white); text-decoration: none; }
a:hover { color: var(--pv-lime); }
img { max-width: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
    font-family: var(--pv-disp) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    color: var(--pv-white);
    text-transform: none !important;
    line-height: 1.05;
}

/* label / kicker */
.pv-kicker {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--pv-body);
    font-size: 12px; font-weight: 600;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--pv-lime);
    margin-bottom: 28px;
}
.pv-kicker::before { content: ""; width: 8px; height: 8px; background: var(--pv-lime); box-shadow: 12px 0 0 var(--pv-lime); }

/* leftover theme bits */
.section-title .sub-title { background: none !important; -webkit-text-fill-color: var(--pv-lime) !important; color: var(--pv-lime) !important; font-family: var(--pv-body); font-size: 12px !important; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-title .sub-title img { display: none; }
.marquee-wrapper.brand, .newsletter-form, .widget-newsletter, img.rotate, .item-efftect, .banner-bg-one { display: none !important; }
.ellipse-top, .ellipse-bottom { background: none !important; }
.ellipse-top::before, .ellipse-bottom::after { display: none !important; }

/* ---------- spacing ---------- */
.space-ptb { padding-top: 130px; padding-bottom: 130px; }
.space-pt { padding-top: 130px; }
.space-pb { padding-bottom: 130px; }
@media (max-width: 991px) { .space-ptb { padding: 76px 0; } .space-pt { padding-top: 76px; } .space-pb { padding-bottom: 76px; } }

/* ---------- links / buttons ---------- */
.pv-cta {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--pv-disp); font-weight: 700;
    font-size: 13px; letter-spacing: 0.03em; text-transform: uppercase;
    color: #0a0a0c;
    background: var(--pv-lime);
    padding: 16px 26px;
    border: 2px solid var(--pv-lime);
    box-shadow: 6px 6px 0 var(--pv-line-2);
    transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}
.pv-cta:hover { color: #0a0a0c; background: #d8ff70; transform: translate(-2px,-2px); box-shadow: 9px 9px 0 var(--pv-line-2); }
.pv-cta:active { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--pv-line-2); }
.pv-cta svg, .pv-cta i { width: 15px; }

.pv-ghost {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--pv-body); font-weight: 600; font-size: 13px;
    letter-spacing: .06em; text-transform: uppercase;
    color: var(--pv-white);
    border-bottom: 2px solid var(--pv-lime);
    padding-bottom: 4px;
    transition: gap .15s ease, color .15s ease;
}
.pv-ghost:hover { color: var(--pv-lime); gap: 14px; }
.pv-ghost i, .pv-ghost svg { color: var(--pv-lime); width: 13px; }

/* theme .btn — used only for the form submit */
.btn, a.btn, button.btn {
    display: inline-flex !important; flex-direction: row !important;
    align-items: center; justify-content: center; gap: 12px;
    width: auto !important; height: auto !important; min-width: 0;
    padding: 17px 30px !important;
    border-radius: 0 !important;
    background: var(--pv-lime) !important; border: 2px solid var(--pv-lime) !important;
    color: #0a0a0c !important;
    font-family: var(--pv-disp); font-weight: 700; font-size: 13px;
    letter-spacing: .03em; text-transform: uppercase; line-height: 1;
    box-shadow: 6px 6px 0 var(--pv-line-2);
    transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover, a.btn:hover, button.btn:hover { background: #d8ff70 !important; color: #0a0a0c !important; transform: translate(-2px,-2px); box-shadow: 9px 9px 0 var(--pv-line-2); }
.btn > span, .btn span { position: static !important; display: inline !important; width:auto !important; height:auto !important; background:none !important; color:inherit !important; transform:none !important; border-radius:0 !important; opacity:1 !important; -webkit-mask:none !important; mask:none !important; }
.btn .btn-effect, .btn::before, .btn::after { display: none !important; }

/* ---------- header ---------- */
.header-default { padding: 0 40px; background: transparent; }
.header .header-inner { padding: 22px 0; }
.header.is-sticky { background: rgba(10,10,12,.92); border-bottom: 1px solid var(--pv-line); }
.header.is-sticky .header-inner { padding: 14px 0; }
.header-default .site-logo { min-width: 0; }
.header-default .site-logo img { height: 24px; width: auto; }
.header-default .site-menu .main-menu { gap: 0 30px; }
.header-default .site-menu .main-menu .nav-item a {
    font-family: var(--pv-body); font-size: 13px; font-weight: 600;
    letter-spacing: .08em; text-transform: uppercase;
    color: var(--pv-text); padding: 6px 0;
}
.header-default .site-menu .main-menu .nav-item a::before,
.header-default .site-menu .main-menu .nav-item a::after { display: none !important; }
.header-default .site-menu .main-menu .nav-item a:hover,
.header-default .site-menu .main-menu .nav-item.active a { color: var(--pv-lime); }
.header-default .hamburger .hamburger-inner,
.header-default .hamburger .hamburger-inner::before,
.header-default .hamburger .hamburger-inner::after { background: var(--pv-white) !important; }

/* ---------- hero ---------- */
.pv-hero { position: relative; padding: 190px 0 96px; overflow: hidden; }
.pv-hero::after {
    content: ""; position: absolute; right: -6%; top: 6%;
    width: 480px; height: 480px;
    background: radial-gradient(circle, rgba(205,255,78,.16), rgba(205,255,78,0) 70%);
    pointer-events: none;
}
.pv-hero .container { position: relative; z-index: 1; }
.pv-hero-title {
    font-family: var(--pv-disp); font-weight: 700;
    font-size: clamp(38px, 7.2vw, 100px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    color: var(--pv-white);
    margin: 0 0 30px;
    max-width: 15ch;
}
.pv-hero-title .lime { color: var(--pv-lime); }
.pv-hero-title .pink { color: var(--pv-pink); }
.pv-hero-lead { font-size: 19px; line-height: 1.6; color: var(--pv-text); max-width: 52ch; margin: 0 0 40px; }
.pv-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }

/* discipline ticker */
.pv-ticker { border-top: 2px solid var(--pv-line); border-bottom: 2px solid var(--pv-line); background: var(--pv-panel); overflow: hidden; padding: 16px 0; }
.pv-ticker .marquee-inner { display: flex; gap: 0; white-space: nowrap; width: max-content; animation: pv-run 34s linear infinite; }
.pv-ticker .t {
    font-family: var(--pv-disp); font-weight: 700; font-size: 15px;
    letter-spacing: .04em; text-transform: uppercase; color: var(--pv-white);
    padding: 0 26px; display: inline-flex; align-items: center;
}
.pv-ticker .t::after { content: ""; width: 8px; height: 8px; background: var(--pv-lime); margin-left: 26px; }
@keyframes pv-run { to { transform: translateX(-50%); } }

/* ---------- section head ---------- */
.pv-head { max-width: 780px; margin-bottom: 58px; }
.pv-head h2 { font-size: clamp(28px, 4.6vw, 56px); line-height: 1.02; margin: 0; }
.pv-head p { margin-top: 22px; color: var(--pv-dim); font-size: 17px; }

/* ---------- disciplines : blocky tiles ---------- */
.pv-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 2px solid var(--pv-line); }
.pv-tile {
    position: relative;
    padding: 40px 38px 46px;
    border-right: 2px solid var(--pv-line);
    border-bottom: 2px solid var(--pv-line);
    background: var(--pv-bg);
    transition: background-color .18s ease;
}
.pv-tiles .pv-tile:nth-child(2n) { border-right: none; }
.pv-tile:hover { background: var(--pv-panel); }
.pv-tile .num { font-family: var(--pv-disp); font-weight: 700; font-size: 12px; color: var(--pv-lime); }
.pv-tile h3 { font-size: clamp(21px, 2.6vw, 30px); margin: 14px 0 12px; color: var(--pv-white); }
.pv-tile:hover h3 { color: var(--pv-lime); }
.pv-tile p { margin: 0; color: var(--pv-dim); font-size: 15px; line-height: 1.6; }
.pv-tile::before { content: ""; position: absolute; left: 0; top: 0; width: 12px; height: 12px; background: var(--pv-lime); opacity: 0; transition: opacity .18s ease; }
.pv-tile:hover::before { opacity: 1; }
@media (max-width: 767px) {
    .pv-tiles { grid-template-columns: 1fr; }
    .pv-tile, .pv-tiles .pv-tile:nth-child(2n) { border-right: none; }
}

/* ---------- process : pipeline ---------- */
.pv-pipe { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; background: var(--pv-line); border: 2px solid var(--pv-line); }
.pv-pipe .step { background: var(--pv-bg); padding: 28px 22px 32px; }
.pv-pipe .step .dot { display: flex; gap: 4px; margin-bottom: 18px; }
.pv-pipe .step .dot span { width: 7px; height: 7px; background: var(--pv-line-2); }
.pv-pipe .step .dot span:first-child { background: var(--pv-lime); }
.pv-pipe .step h4 { font-family: var(--pv-disp) !important; font-size: 14px !important; font-weight: 700 !important; color: var(--pv-white); margin: 0 0 10px; text-transform: uppercase; letter-spacing: .02em; }
.pv-pipe .step p { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--pv-dim); }
@media (max-width: 991px) { .pv-pipe { grid-template-columns: 1fr; } }

/* ---------- statement ---------- */
.pv-statement { border-top: 2px solid var(--pv-line); border-bottom: 2px solid var(--pv-line); padding: 120px 0; text-align: center; }
.pv-statement p {
    font-family: var(--pv-disp); font-weight: 700;
    font-size: clamp(30px, 6vw, 80px); line-height: 1; letter-spacing: -0.045em;
    color: var(--pv-white); max-width: 15ch; margin: 0 auto;
}
.pv-statement p .lime { color: var(--pv-lime); }

/* ---------- end cta ---------- */
.pv-endcta { padding: 110px 0; }
.pv-endcta h2 { font-size: clamp(30px, 5.4vw, 64px); margin: 0 0 20px; line-height: 1; }
.pv-endcta .mail {
    display: inline-block; font-family: var(--pv-disp); font-weight: 700;
    font-size: clamp(19px, 3.2vw, 32px); color: var(--pv-lime);
    border-bottom: 2px solid var(--pv-lime); padding-bottom: 5px; margin: 12px 0 28px;
}

/* ---------- about prose ---------- */
.pv-prose p { font-size: 18px; line-height: 1.72; color: var(--pv-text); margin-bottom: 24px; }
.pv-prose p:last-child { margin: 0; }
.pv-prose .lead { font-family: var(--pv-disp); font-weight: 700; font-size: clamp(20px, 2.8vw, 30px); line-height: 1.2; color: var(--pv-white); letter-spacing: -0.02em; }
.pv-facts { list-style: none; padding: 0; margin: 0; border-top: 2px solid var(--pv-line); }
.pv-facts li { display: flex; gap: 16px; padding: 20px 0; border-bottom: 2px solid var(--pv-line); color: var(--pv-text); font-size: 16px; }
.pv-facts li::before { content: ""; width: 10px; height: 10px; background: var(--pv-lime); flex-shrink: 0; margin-top: 8px; }

/* ---------- inner header ---------- */
.inner-header {
    height: auto !important; min-height: 0 !important; display: block !important;
    padding: 168px 0 58px !important;
    background: var(--pv-bg) !important;
    border-bottom: 2px solid var(--pv-line);
    text-align: left;
}
.inner-header .title { font-family: var(--pv-disp); font-weight: 700; font-size: clamp(38px, 6.4vw, 82px) !important; margin: 0; color: var(--pv-white); letter-spacing: -0.035em; }
.inner-header .breadcrumb-nav { color: var(--pv-dim); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-top: 18px; font-family: var(--pv-body); }
.inner-header .breadcrumb-nav a { color: var(--pv-text); }
.inner-header .breadcrumb-nav a:hover { color: var(--pv-lime); }
@media (max-width: 991px) { .inner-header { padding: 132px 0 44px !important; } }

/* ---------- contact form ---------- */
.pv-form label { display: block; font-family: var(--pv-body); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--pv-dim); margin-bottom: 8px; }
.pv-form label span { color: var(--pv-lime); }
.pv-form .form-control {
    width: 100%; background: var(--pv-panel);
    border: 2px solid var(--pv-line);
    border-radius: 0; color: var(--pv-white);
    padding: 14px 16px; font-family: var(--pv-body); font-size: 16px;
}
.pv-form .form-control::placeholder { color: #5c5c64; }
.pv-form .form-control:focus { outline: none; border-color: var(--pv-lime); box-shadow: none; }
.pv-form textarea.form-control { min-height: 150px; resize: vertical; }
.pv-form-message { margin-top: 18px; font-family: var(--pv-disp); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.pv-form-message.success { color: var(--pv-lime); }
.pv-form-message.error { color: var(--pv-pink); }
.pv-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- footer ---------- */
.site-footer.footer-dark { background: var(--pv-bg); border-top: 2px solid var(--pv-line); }
.site-footer .footer-main { padding: 90px 0 44px; }
.pv-footword {
    font-family: var(--pv-disp); font-weight: 700;
    font-size: clamp(48px, 12vw, 148px); line-height: .82;
    color: var(--pv-white); letter-spacing: -0.05em; margin: 0 0 44px; display: block;
}
.pv-footword .lime { color: var(--pv-lime); }
.pv-foot-cols { display: flex; flex-wrap: wrap; gap: 40px 72px; justify-content: space-between; align-items: flex-start; }
.pv-foot-col h4 { font-family: var(--pv-body) !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: .18em; text-transform: uppercase; color: var(--pv-dim); margin: 0 0 14px; }
.pv-foot-col a { display: block; color: var(--pv-text); font-size: 13px; margin-bottom: 9px; text-transform: uppercase; letter-spacing: .05em; }
.pv-foot-col p { color: var(--pv-dim); font-size: 14px; margin-bottom: 9px; }
.pv-foot-col a:hover { color: var(--pv-lime); }
.site-footer .footer-copyright { border-top: 1px solid var(--pv-line); padding: 22px 0; }
.site-footer .footer-copyright p { color: var(--pv-dim); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- language switch ---------- */
.pv-lang { display: inline-flex; gap: 0; align-items: center; margin-left: 22px; font-family: var(--pv-body); }
.pv-lang a {
    color: var(--pv-dim); font-size: 12px; font-weight: 700; letter-spacing: .06em;
    text-transform: uppercase; padding: 6px 9px; line-height: 1; border: 1px solid var(--pv-line-2);
    margin-left: -1px;
}
.pv-lang a:first-child { margin-left: 0; }
.pv-lang a:hover { color: var(--pv-white); border-color: var(--pv-white); position: relative; z-index: 1; }
.pv-lang a.is-current { color: #0a0a0c; background: var(--pv-lime); border-color: var(--pv-lime); position: relative; z-index: 1; }
.offcanvas .pv-lang { margin: 22px 0 0; }
@media (max-width: 1199px) { .header-inner .pv-lang { display: none; } }
