@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Sora:wght@600;700;800&display=swap");

:root {
    --font-body: "Inter", Arial, sans-serif;
    --font-display: "Sora", "Inter", Arial, sans-serif;
    --ink: #101018;
    --muted: #656b78;
    --line: rgba(19, 20, 31, 0.12);
    --soft: #f7f5ff;
    --white: #ffffff;
    --red: #f1265d;
    --red-deep: #ba123f;
    --charcoal: #14141f;
    --navy: #171b3f;
    --violet: #6d4aff;
    --cyan: #00b8d9;
    --gold: #ffb84d;
    --green: #1fbf8f;
    --shadow: 0 24px 74px rgba(20, 20, 31, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: var(--font-body);
    background:
        radial-gradient(circle at 5% 0%, rgba(241, 38, 93, 0.08), transparent 28%),
        radial-gradient(circle at 98% 12%, rgba(0, 184, 217, 0.08), transparent 24%),
        var(--white);
    color: var(--ink);
    line-height: 1.6;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 16px;
    left: 50%;
    width: min(1180px, calc(100% - 32px));
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 60px rgba(20, 20, 31, 0.16);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.brand img {
    width: min(210px, 48vw);
}

.brand {
    flex: 0 0 auto;
    margin-right: clamp(22px, 4vw, 58px);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav a {
    padding: 10px 12px;
    border-radius: 7px;
    color: #24242a;
    font-size: 0.92rem;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-nav a:hover {
    background: linear-gradient(135deg, rgba(241, 38, 93, 0.12), rgba(109, 74, 255, 0.11));
    color: var(--red-deep);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.header-email {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid rgba(16, 16, 24, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    color: #343742;
    font-size: 0.84rem;
    font-weight: 800;
}

.whatsapp-header {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 8px;
    background: #1fbf68;
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(31, 191, 104, 0.26);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-header:hover {
    background: #169e55;
    box-shadow: 0 16px 34px rgba(31, 191, 104, 0.34);
    transform: translateY(-2px);
}

.whatsapp-header svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex: 0 0 auto;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--charcoal);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: var(--white);
}

.hero {
    position: relative;
    isolation: isolate;
    contain: paint;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
    align-items: center;
    gap: 44px;
    padding: 136px max(24px, calc((100vw - 1180px) / 2)) 64px;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(241, 38, 93, 0.18), transparent 28%),
        radial-gradient(circle at 78% 16%, rgba(0, 184, 217, 0.16), transparent 26%),
        radial-gradient(circle at 52% 90%, rgba(255, 184, 77, 0.18), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #fbf7ff 42%, #eef8ff 100%);
}

.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.pulse,
.grid-glow {
    position: absolute;
    display: block;
}

.pulse {
    border-radius: 999px;
    border: 1px solid rgba(241, 38, 93, 0.24);
    box-shadow: inset 0 0 60px rgba(241, 38, 93, 0.08);
}

.pulse-one {
    width: min(560px, 58vw);
    height: min(560px, 58vw);
    right: 2%;
    top: 100px;
}

.pulse-two {
    width: 260px;
    height: 260px;
    left: 7%;
    bottom: 80px;
    border-color: rgba(0, 184, 217, 0.28);
    box-shadow: inset 0 0 52px rgba(0, 184, 217, 0.12);
}

.grid-glow {
    right: 0;
    bottom: 0;
    width: 56%;
    height: 56%;
    background-image: linear-gradient(rgba(17, 17, 20, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 20, 0.05) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(135deg, transparent, #000);
}

.hero-content,
.hero-visual,
.section,
.cta-band,
.map-section,
.site-footer {
    position: relative;
    z-index: 1;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-family: var(--font-display);
    letter-spacing: 0;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 720px;
    margin-bottom: 18px;
    font-size: clamp(2rem, 5.2vw, 4.2rem);
    line-height: 1.08;
    font-weight: 800;
    color: #101018;
}

.hero h1,
.page-hero h1,
.services-page-hero h1 {
    background: linear-gradient(100deg, #101018 0%, #1f2460 46%, var(--red) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-wrap: balance;
}

h2 {
    margin-bottom: 14px;
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    line-height: 1.16;
    font-weight: 800;
}

h3 {
    margin-bottom: 8px;
    font-size: 1.02rem;
    line-height: 1.22;
    font-weight: 800;
}

.hero-copy {
    max-width: 670px;
    color: #3f424b;
    font-size: 1rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}

.btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--red), #ff5d38 52%, var(--gold));
    color: var(--white);
    box-shadow: 0 16px 36px rgba(241, 38, 93, 0.34);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--red-deep), var(--red));
}

.btn-secondary {
    background: linear-gradient(135deg, var(--charcoal), var(--navy));
    color: var(--white);
    box-shadow: 0 16px 36px rgba(23, 27, 63, 0.22);
}

.btn-light {
    background: var(--white);
    color: var(--ink);
    box-shadow: 0 16px 34px rgba(255, 255, 255, 0.22);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 680px;
}

.hero-stats div {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 36px rgba(20, 20, 31, 0.08);
}

.hero-stats strong {
    display: block;
    color: var(--red);
    font-size: 1.14rem;
    line-height: 1;
}

.hero-stats span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.hero-visual {
    width: min(100%, 560px);
    min-height: 560px;
    display: grid;
    place-items: center;
    justify-self: end;
    overflow: hidden;
    border-radius: 18px;
    transform-style: preserve-3d;
    will-change: transform;
}

.hero-visual::before,
.hero-visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(1px);
}

.hero-visual::before {
    inset: 10% 4% auto auto;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(241, 38, 93, 0.2);
}

.hero-visual::after {
    left: 2%;
    bottom: 7%;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(0, 184, 217, 0.2);
}

.hero-device {
    position: relative;
    width: min(420px, 90vw);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 8px;
    background: linear-gradient(145deg, #232544, #12131f 58%, #2a0f21);
    box-shadow: var(--shadow), 0 0 0 8px rgba(255, 255, 255, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transform: translateZ(0);
}

.hero-device::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(241, 38, 93, 0.5), transparent 28%),
        radial-gradient(circle at 18% 72%, rgba(0, 184, 217, 0.32), transparent 24%),
        radial-gradient(circle at 54% 52%, rgba(255, 184, 77, 0.2), transparent 30%);
}

.hero-device img,
.hero-device p,
.device-screen {
    position: relative;
    z-index: 1;
}

.hero-device img {
    padding: 16px;
    border-radius: 8px;
    background: var(--white);
}

.device-screen {
    display: grid;
    gap: 12px;
    margin: 42px 0;
}

.device-screen span {
    height: 58px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.13);
}

.device-screen span:nth-child(2) {
    width: 74%;
    background: linear-gradient(90deg, rgba(241, 38, 93, 0.86), rgba(255, 184, 77, 0.76));
}

.device-screen span:nth-child(3) {
    width: 86%;
    background: linear-gradient(90deg, rgba(0, 184, 217, 0.72), rgba(31, 191, 143, 0.72));
}

.hero-device p {
    margin: 0;
    color: var(--white);
    font-size: 1.05rem;
    font-weight: 900;
}

.orbit-card {
    position: absolute;
    width: min(210px, 42%);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
    z-index: 2;
    will-change: transform;
}

.orbit-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--red);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.orbit-card strong {
    display: block;
    line-height: 1.25;
}

.card-web {
    top: 9%;
    left: 4%;
}

.card-app {
    top: 32%;
    right: 4%;
}

.card-growth {
    bottom: 7%;
    left: 7%;
}

.responsive-hero {
    isolation: isolate;
    contain: layout paint;
}

.service-orbit {
    position: relative;
    z-index: 3;
    width: min(390px, 74vw);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
}

.orbit-ring {
    position: absolute;
    inset: 9%;
    border: 1px solid rgba(17, 18, 26, 0.12);
    border-radius: 50%;
    background:
        linear-gradient(#fff, #fff) padding-box,
        conic-gradient(from 90deg, rgba(241, 38, 93, 0.25), rgba(0, 184, 217, 0.28), rgba(109, 74, 255, 0.26), rgba(241, 38, 93, 0.25)) border-box;
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.75);
    pointer-events: none;
}

.orbit-ring-two {
    inset: 24%;
    border-style: dashed;
    opacity: 0.7;
}

.orbit-center {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(178px, 38vw);
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 28px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 35%),
        linear-gradient(135deg, #ffffff, #f4f8ff);
    box-shadow: 0 24px 70px rgba(17, 18, 26, 0.18);
}

.orbit-center img {
    width: 78%;
}

.orbit-service {
    position: absolute;
    z-index: 4;
    width: 66px;
    height: 66px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(17, 18, 26, 0.16);
    object-fit: contain;
}

.orbit-service-one {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-service-two {
    top: 22%;
    right: 1%;
}

.orbit-service-three {
    right: 8%;
    bottom: 13%;
}

.orbit-service-four {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-service-five {
    bottom: 13%;
    left: 8%;
}

.orbit-service-six {
    top: 22%;
    left: 1%;
}

.hero-code-card,
.hero-phone-card {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 22px 58px rgba(17, 18, 26, 0.14);
    backdrop-filter: blur(18px);
}

.hero-code-card {
    top: 6%;
    left: 0;
    width: min(250px, 48%);
    padding: 16px;
}

.code-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background: var(--red);
}

.code-dot:nth-child(2) {
    background: var(--yellow);
}

.code-dot:nth-child(3) {
    background: var(--cyan);
}

.hero-code-card pre {
    margin: 14px 0 0;
    overflow: hidden;
    color: #262838;
    font: 800 0.8rem/1.7 var(--font-body);
}

.hero-phone-card {
    right: 2%;
    bottom: 6%;
    width: min(178px, 36%);
    min-height: 300px;
    padding: 13px;
    border-radius: 26px;
    background: linear-gradient(180deg, #171925, #2a2145);
}

.phone-notch {
    width: 54px;
    height: 6px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
}

.phone-screen {
    display: grid;
    min-height: 248px;
    align-content: end;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 80% 18%, rgba(241, 38, 93, 0.55), transparent 30%),
        radial-gradient(circle at 20% 78%, rgba(0, 184, 217, 0.42), transparent 30%),
        linear-gradient(135deg, #f7fbff, #ffffff);
}

.phone-screen span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--red);
    box-shadow: 0 14px 24px rgba(241, 38, 93, 0.24);
}

.phone-screen strong {
    font-size: 0.95rem;
}

.phone-screen small {
    color: var(--muted);
    font-weight: 800;
}

.logo-strip {
    display: flex;
    gap: 12px;
    padding: 18px max(24px, calc((100vw - 1180px) / 2));
    overflow: hidden;
    background: linear-gradient(90deg, #11121c, #241233 48%, #12283d);
}

.logo-strip span {
    flex: 0 0 auto;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.78rem;
    font-weight: 800;
}

.service-marquee {
    overflow: hidden;
    padding: 10px 0;
    background: #11121a;
    color: var(--white);
}

.service-marquee-light {
    background: linear-gradient(90deg, #fff7fa, #f2fbff);
    color: var(--ink);
}

.marquee-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 14px;
    padding-inline: 14px;
    white-space: nowrap;
    will-change: transform;
}

.marquee-track span {
    font-family: var(--font-display);
    font-size: clamp(0.78rem, 1.35vw, 1rem);
    font-weight: 800;
}

.marquee-track img {
    width: 32px;
    height: 28px;
    object-fit: contain;
    padding: 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
}

.section {
    overflow: clip;
    padding: 76px max(24px, calc((100vw - 1180px) / 2));
}

.section-head {
    max-width: 780px;
    margin-bottom: 26px;
}

.services {
    position: relative;
    background:
        radial-gradient(circle at 10% 10%, rgba(241, 38, 93, 0.08), transparent 24%),
        radial-gradient(circle at 86% 18%, rgba(0, 184, 217, 0.08), transparent 22%),
        linear-gradient(180deg, #ffffff, #fbfcff);
}

.services::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(16, 16, 24, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 16, 24, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    perspective: 1200px;
}

.service-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(250, 252, 255, 0.96)) padding-box,
        linear-gradient(135deg, rgba(241, 38, 93, 0.32), rgba(0, 184, 217, 0.28), rgba(255, 184, 77, 0.26)) border-box;
    border-color: transparent;
    box-shadow: 0 12px 38px rgba(20, 20, 31, 0.08);
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card::before,
.service-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.service-card::before {
    inset: -1px;
    z-index: -1;
    background: radial-gradient(circle at var(--mx, 30%) var(--my, 25%), rgba(255, 255, 255, 0.92), transparent 28%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.service-card::after {
    top: -42%;
    left: -70%;
    width: 54%;
    height: 190%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.64), transparent);
    transform: rotate(18deg);
    opacity: 0;
}

.service-card:hover {
    border-color: transparent;
    box-shadow: 0 24px 66px rgba(20, 20, 31, 0.16);
    transform: translateY(-8px);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover::after {
    animation: card-shine 0.9s ease forwards;
}

.service-card h3,
.service-card p,
.service-card .service-link,
.service-icon {
    position: relative;
    z-index: 1;
}

.service-icon {
    width: 76px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 8px;
    background: transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-icon img {
    width: 76px;
    height: 58px;
    object-fit: contain;
}

.service-card:hover .service-icon {
    box-shadow: 0 14px 30px rgba(20, 20, 31, 0.12);
    transform: translateY(-3px) rotate(-3deg);
}

.service-card:nth-child(4n + 2) .service-icon,
.value-card:nth-child(2) strong {
    color: var(--cyan);
}

.service-card:nth-child(4n + 2) .service-icon {
    background: transparent;
}

.service-card:nth-child(4n + 3) .service-icon,
.value-card:nth-child(3) strong {
    color: var(--violet);
}

.service-card:nth-child(4n + 3) .service-icon {
    background: transparent;
}

.service-card:nth-child(4n + 4) .service-icon {
    color: #d58900;
    background: transparent;
}

.service-card p,
.product-copy p,
.about-panel p,
.timeline-item p,
.contact-info p,
.site-footer p {
    color: var(--muted);
}

.service-card p {
    margin-bottom: 22px;
}

.blog-card-image {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin-bottom: 18px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 16px 36px rgba(20, 20, 31, 0.12);
}

.blog-detail-image {
    width: 100%;
    max-height: 460px;
    margin-bottom: 24px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 18px 46px rgba(20, 20, 31, 0.12);
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--red-deep);
    font-size: 0.8rem;
    font-weight: 900;
}

.service-link::after {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: width 0.2s ease;
}

.service-card:hover .service-link::after {
    width: 30px;
}

@keyframes card-shine {
    0% {
        left: -70%;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        left: 118%;
        opacity: 0;
    }
}

.solution-categories {
    background:
        radial-gradient(circle at 8% 16%, rgba(0, 184, 217, 0.09), transparent 24%),
        linear-gradient(180deg, #fbfcff, #ffffff);
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.category-card {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    padding: 20px;
    border: 1px solid rgba(16, 16, 24, 0.1);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 42px rgba(20, 20, 31, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
    box-shadow: 0 24px 66px rgba(20, 20, 31, 0.13);
    transform: translateY(-8px);
}

.category-card > span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(241, 38, 93, 0.12), rgba(0, 184, 217, 0.12));
    color: var(--red);
    font-weight: 900;
}

.category-card:nth-child(2) > span {
    color: #d58900;
    background: linear-gradient(135deg, rgba(255, 184, 77, 0.18), rgba(241, 38, 93, 0.1));
}

.category-card:nth-child(3) > span {
    color: var(--cyan);
    background: linear-gradient(135deg, rgba(0, 184, 217, 0.14), rgba(31, 191, 143, 0.12));
}

.category-card:nth-child(4) > span {
    color: var(--violet);
    background: linear-gradient(135deg, rgba(109, 74, 255, 0.14), rgba(241, 38, 93, 0.1));
}

.category-card p {
    color: var(--muted);
}

.category-card ul {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: auto 0 0;
    list-style: none;
}

.category-card li {
    padding: 10px 12px;
    border-radius: 8px;
    background: #f6f8ff;
    color: #343742;
    font-size: 0.8rem;
    font-weight: 800;
}

.web-development-feature {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    background:
        radial-gradient(circle at 90% 10%, rgba(241, 38, 93, 0.1), transparent 24%),
        linear-gradient(135deg, #11121a, #191a2b 58%, #261222);
    color: var(--white);
}

.web-feature-image {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    padding: 26px;
    background: #11121a;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.web-feature-image::after {
    display: none;
}

.web-feature-image img {
    width: 100%;
    height: auto;
    min-height: 520px;
    object-fit: contain;
    transform: none;
}

.web-feature-copy {
    max-width: 690px;
}

.web-feature-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.74);
}

.web-feature-copy .feature-list span {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.process-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 184, 77, 0.12), transparent 25%),
        linear-gradient(180deg, #ffffff, #f7f9ff);
}

.process-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.process-step {
    position: relative;
    min-height: 260px;
    padding: 24px;
    border: 1px solid rgba(16, 16, 24, 0.1);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 42px rgba(20, 20, 31, 0.07);
}

.process-step::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -14px;
    width: 14px;
    height: 2px;
    background: rgba(241, 38, 93, 0.3);
}

.process-step:last-child::after {
    display: none;
}

.process-step span {
    display: inline-flex;
    margin-bottom: 20px;
    color: var(--red);
    font-weight: 900;
}

.process-step p {
    color: var(--muted);
}

.impact-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
    gap: 34px;
    align-items: center;
    background:
        radial-gradient(circle at 86% 16%, rgba(0, 184, 217, 0.12), transparent 24%),
        linear-gradient(135deg, #ffffff, #f7f9ff);
}

.impact-copy {
    max-width: 620px;
}

.impact-copy p:not(.eyebrow) {
    color: var(--muted);
}

.impact-gallery,
.image-band-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.impact-card,
.image-band-card {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    margin: 0;
    border-radius: 8px;
    background: #11121a;
    box-shadow: 0 18px 54px rgba(20, 20, 31, 0.12);
}

.impact-card:nth-child(2),
.image-band-card:nth-child(2) {
    transform: translateY(34px);
}

.impact-card img,
.image-band-card img {
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.impact-card:hover img,
.image-band-card:hover img {
    transform: scale(1.04);
}

.impact-card figcaption,
.image-band-card figcaption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 12px 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
    font-weight: 900;
}

.about-image-band,
.service-image-panels {
    background:
        radial-gradient(circle at 12% 12%, rgba(241, 38, 93, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff, #fbfcff);
}

.product-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.78fr);
    gap: 28px;
    align-items: center;
    background:
        radial-gradient(circle at 80% 12%, rgba(255, 184, 77, 0.16), transparent 28%),
        radial-gradient(circle at 10% 70%, rgba(0, 184, 217, 0.12), transparent 24%),
        linear-gradient(135deg, #fff8fb, #f4f8ff 72%);
}

.product-copy {
    max-width: 710px;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 32px;
}

.feature-list span {
    padding: 10px 13px;
    border: 1px solid rgba(241, 38, 93, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #353842;
    font-size: 0.8rem;
    font-weight: 800;
}

.product-card {
    padding: 26px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #fff7fa);
    box-shadow: var(--shadow);
}

.product-card img {
    width: min(270px, 80%);
    margin: 0 auto 24px;
}

.roster-showcase {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 8px;
    background: #11121a;
    box-shadow: var(--shadow);
    isolation: isolate;
}

.roster-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(17, 18, 26, 0.04), rgba(17, 18, 26, 0.78)),
        linear-gradient(90deg, rgba(17, 18, 26, 0.8), transparent 62%);
}

.roster-model {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

.roster-overlay {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: grid;
    gap: 16px;
    max-width: 360px;
}

.roster-overlay > img {
    width: min(230px, 70%);
    padding: 12px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

.roster-chip {
    position: absolute;
    z-index: 3;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #151622;
    font-size: 0.86rem;
    font-weight: 900;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
    will-change: transform;
}

.chip-one {
    top: 24px;
    left: 24px;
}

.chip-two {
    top: 38%;
    right: 22px;
}

.chip-three {
    right: 34px;
    bottom: 28px;
}

.invoice-preview {
    padding: 22px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(241, 38, 93, 0.34), transparent 34%),
        linear-gradient(135deg, #11121c, #1a1f4e);
    color: var(--white);
}

.invoice-preview div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.invoice-preview span {
    color: rgba(255, 255, 255, 0.68);
}

.invoice-preview ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.invoice-preview li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.about {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 24px;
    align-items: start;
}

.about-panel {
    position: sticky;
    top: 120px;
    padding: 32px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(241, 38, 93, 0.28), transparent 28%),
        linear-gradient(145deg, #151622, #221329);
    color: var(--white);
}

.about-panel p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.75);
}

.timeline {
    display: grid;
    gap: 16px;
}

.timeline-item {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #fbfcff);
    box-shadow: 0 14px 38px rgba(20, 20, 31, 0.06);
}

.timeline-item span {
    color: var(--red);
    font-size: 0.88rem;
    font-weight: 900;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 58px max(24px, calc((100vw - 1180px) / 2));
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.22), transparent 24%),
        radial-gradient(circle at 84% 70%, rgba(0, 184, 217, 0.24), transparent 26%),
        linear-gradient(120deg, var(--red), #521445 42%, #11121c 82%);
    color: var(--white);
}

.cta-band h2 {
    max-width: 760px;
    margin-bottom: 0;
}

.cta-band .eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.contact {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
    gap: 28px;
    align-items: start;
}

.contact-cards {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.contact-mini-visual {
    position: relative;
    overflow: hidden;
    max-width: 360px;
    margin: 24px 0;
    border-radius: 8px;
    background: #11121a;
    box-shadow: 0 18px 48px rgba(20, 20, 31, 0.12);
}

.contact-mini-visual img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.contact-cards a,
.contact-cards span {
    display: block;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #f4f8ff);
    font-weight: 800;
}

.contact-form {
    display: grid;
    gap: 14px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(145deg, rgba(241, 38, 93, 0.38), rgba(0, 184, 217, 0.24), rgba(255, 184, 77, 0.24)) border-box;
    border-color: transparent;
    box-shadow: var(--shadow);
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: #343742;
    font-size: 0.9rem;
    font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfcff;
    color: var(--ink);
    font: inherit;
}

.contact-form textarea {
    resize: vertical;
}

.form-success {
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 150, 92, 0.18);
    border-radius: 8px;
    background: linear-gradient(135deg, #eafaf3, #f4fffb);
    color: #08704b;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(8, 112, 75, 0.08);
}

.map-section {
    height: 430px;
    background: var(--soft);
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.95) contrast(1.02);
}

.site-footer {
    background: #11121a;
    color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
    width: min(1180px, calc(100% - 48px));
    display: grid;
    grid-template-columns: 1.45fr 0.75fr 1fr 0.9fr;
    gap: 36px;
    margin: 0 auto;
    padding: 58px 0 38px;
}

.footer-brand img {
    width: min(240px, 76vw);
    padding: 12px 14px;
    border-radius: 8px;
    background: var(--white);
}

.footer-brand p {
    max-width: 420px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.68);
}

.footer-column h3 {
    margin-bottom: 16px;
    color: var(--white);
    font-size: 1rem;
}

.footer-column ul,
.footer-links {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-column li,
.footer-column address,
.footer-links a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.95rem;
    font-style: normal;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: var(--white);
}

.footer-bottom {
    width: min(1180px, calc(100% - 48px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 auto;
    padding: 18px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.88rem;
}

.go-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 120;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red), var(--violet));
    color: var(--white);
    box-shadow: 0 16px 35px rgba(20, 20, 31, 0.22);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.go-top span {
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1;
}

.go-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.go-top:hover {
    transform: translateY(-4px);
}

.page-hero {
    position: relative;
    isolation: isolate;
    contain: paint;
    min-height: 58vh;
    display: grid;
    align-content: end;
    padding: 132px max(24px, calc((100vw - 1180px) / 2)) 56px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(241, 38, 93, 0.19), transparent 28%),
        radial-gradient(circle at 14% 82%, rgba(0, 184, 217, 0.13), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #fff7fb 45%, #eef8ff 100%);
}

.page-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 58%;
    background-image: linear-gradient(rgba(17, 17, 20, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 20, 0.05) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(135deg, transparent, #000);
}

.page-hero h1 {
    max-width: 960px;
}

.about-hero-visual,
.contact-hero-visual,
.services-hero-visual {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
    align-items: end;
    gap: 34px;
}

.hero-art-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 360px;
    border-radius: 8px;
    background: #11121a;
    box-shadow: var(--shadow);
    will-change: transform;
}

.hero-art-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.services-hero-art {
    display: grid;
    place-items: center;
    padding: 20px;
}

.services-hero-art img {
    object-fit: contain;
}

.art-badge {
    position: absolute;
    z-index: 2;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--ink);
    font-size: 0.76rem;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    will-change: transform;
}

.badge-one {
    top: 22px;
    left: 22px;
}

.badge-two {
    right: 18px;
    top: 42%;
}

.badge-three {
    left: 28px;
    bottom: 22px;
}

.product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    align-items: end;
    gap: 32px;
}

.page-hero-logo {
    position: relative;
    z-index: 1;
    padding: 28px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.page-hero-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 420px;
    border-radius: 8px;
    background: #11121a;
    box-shadow: var(--shadow);
    isolation: isolate;
}

.page-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(17, 18, 26, 0.82));
}

.page-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

.page-hero-image span {
    position: absolute;
    z-index: 1;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 13px 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--ink);
    font-weight: 900;
}

.detail-list {
    display: grid;
    gap: 18px;
}

.services-detail-list {
    background:
        radial-gradient(circle at 12% 12%, rgba(241, 38, 93, 0.08), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(0, 184, 217, 0.08), transparent 22%),
        linear-gradient(180deg, #ffffff, #fbfcff);
}

.detail-card {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 24px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(135deg, rgba(241, 38, 93, 0.24), rgba(0, 184, 217, 0.2)) border-box;
    border-color: transparent;
    box-shadow: 0 14px 40px rgba(20, 20, 31, 0.08);
}

.service-detail-card {
    grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 28px;
    min-height: 300px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-detail-card:hover {
    box-shadow: 0 24px 70px rgba(20, 20, 31, 0.14);
    transform: translateY(-6px);
}

.detail-media {
    position: relative;
    display: grid;
    min-height: 220px;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 80% 15%, rgba(241, 38, 93, 0.12), transparent 30%),
        linear-gradient(135deg, #f7f8ff, #ffffff);
}

.detail-media img {
    width: min(150px, 78%);
    height: auto;
    filter: drop-shadow(0 18px 24px rgba(20, 20, 31, 0.12));
    transition: transform 0.25s ease;
}

.service-detail-card:hover .detail-media img {
    transform: translateY(-5px) scale(1.04);
}

.detail-media span {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--white);
    color: var(--red);
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(20, 20, 31, 0.1);
}

.detail-media-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 64px 18px 18px;
}

.detail-media-stack img {
    width: 96px;
}

.detail-media-stack img:first-child {
    grid-column: 1 / -1;
    justify-self: center;
}

.single-service-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    align-items: end;
    gap: 34px;
}

.service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.single-service-icon {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 320px;
    place-items: center;
    overflow: hidden;
    padding: 32px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 80% 12%, rgba(241, 38, 93, 0.15), transparent 28%),
        linear-gradient(135deg, #ffffff, #f4f8ff);
    box-shadow: 0 24px 68px rgba(20, 20, 31, 0.12);
}

.single-service-icon img {
    position: relative;
    z-index: 2;
    width: min(260px, 86%);
    filter: drop-shadow(0 22px 28px rgba(20, 20, 31, 0.14));
}

.service-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.service-orb-one {
    width: 96px;
    height: 96px;
    right: 22px;
    top: 28px;
    background: rgba(241, 38, 93, 0.12);
}

.service-orb-two {
    width: 68px;
    height: 68px;
    left: 26px;
    bottom: 32px;
    background: rgba(0, 184, 217, 0.14);
}

.single-service-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
    gap: 28px;
    align-items: start;
}

.single-service-main,
.single-service-side {
    border: 1px solid rgba(16, 16, 24, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(135deg, rgba(241, 38, 93, 0.22), rgba(0, 184, 217, 0.16), rgba(109, 74, 255, 0.18)) border-box;
    border-color: transparent;
    box-shadow: 0 18px 52px rgba(20, 20, 31, 0.08);
}

.single-service-main {
    position: relative;
    overflow: hidden;
    padding: 34px;
}

.single-service-main::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(241, 38, 93, 0.08);
    pointer-events: none;
}

.single-service-main p {
    position: relative;
    z-index: 1;
    color: var(--muted);
}

.info-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.info-card {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    padding: 18px;
    border: 1px solid rgba(16, 16, 24, 0.07);
    border-radius: 8px;
    background:
        radial-gradient(circle at 94% 8%, rgba(241, 38, 93, 0.12), transparent 34%),
        linear-gradient(135deg, #fff7fa, #f2fbff);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(20, 20, 31, 0.1);
}

.info-card-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 12px 25px rgba(20, 20, 31, 0.08);
}

.info-card-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.info-card h3 {
    font-size: 1rem;
}

.info-card p {
    margin-bottom: 0;
    font-size: 0.94rem;
}

.single-service-side {
    position: sticky;
    top: 116px;
    overflow: hidden;
}

.single-service-side img {
    width: 100%;
    max-height: 270px;
    padding: 28px;
    object-fit: contain;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 184, 217, 0.12), transparent 28%),
        linear-gradient(135deg, #f7f8ff, #fff7fb);
}

.single-service-side-content {
    padding: 24px;
}

.single-service-side ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 18px 0 24px;
    list-style: none;
}

.single-service-side li {
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f7f8ff;
    color: #343742;
    font-weight: 800;
}

.single-service-side li::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--red);
}

.detail-card > span {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(241, 38, 93, 0.14), rgba(255, 184, 77, 0.16));
    color: var(--red);
    font-weight: 900;
}

.detail-card h2 {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.detail-card p {
    max-width: 900px;
    color: var(--muted);
}

.detail-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.detail-card li {
    padding: 12px 14px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff7fa, #f2fbff);
    font-weight: 800;
}

.split-section {
    background:
        radial-gradient(circle at 12% 16%, rgba(109, 74, 255, 0.1), transparent 25%),
        linear-gradient(135deg, #f8f6ff, #eef9ff);
}

.value-grid,
.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.value-card,
.metric-grid div {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #fbfcff);
    box-shadow: 0 14px 38px rgba(20, 20, 31, 0.07);
}

.value-card strong,
.metric-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--red);
    font-size: 1.28rem;
    line-height: 1;
}

.value-card p,
.metric-grid span {
    color: var(--muted);
}

.industries {
    background:
        radial-gradient(circle at 8% 18%, rgba(241, 38, 93, 0.24), transparent 30%),
        radial-gradient(circle at 80% 10%, rgba(0, 184, 217, 0.2), transparent 28%),
        linear-gradient(135deg, #11121c, #21152f 56%, #102536);
    color: var(--white);
}

.industries .section-head h2 {
    color: var(--white);
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag-cloud span {
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 800;
}

.product-deep {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
    gap: 32px;
    align-items: center;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 184, 77, 0.14), transparent 26%),
        linear-gradient(135deg, #fff8fb, #f2f9ff);
}

.brochure-card {
    max-height: 640px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.brochure-card img {
    width: 100%;
}

.product-grid .service-card {
    min-height: 250px;
}

.about-story {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    gap: 24px;
    align-items: start;
}

.metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-grid div {
    min-height: 142px;
}

.metric-grid strong {
    font-size: 1.45rem;
}

.wide-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-hero {
    min-height: 56vh;
}

.reveal {
    opacity: 0;
}

@media (max-width: 1060px) {
    .hero,
    .product-section,
    .about,
    .contact,
    .impact-showcase,
    .product-hero,
    .about-hero-visual,
    .contact-hero-visual,
    .services-hero-visual,
    .single-service-hero,
    .single-service-layout,
    .product-deep,
    .about-story {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 126px;
    }

    .hero-visual {
        justify-self: center;
        min-height: 500px;
    }

    .service-orbit {
        width: min(360px, 72vw);
    }

    .hero-code-card {
        left: 2%;
    }

    .roster-showcase,
    .roster-model {
        min-height: 480px;
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-grid,
    .process-flow,
    .impact-gallery,
    .image-band-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .web-development-feature {
        grid-template-columns: 1fr;
    }

    .process-step::after {
        display: none;
    }

    .value-grid,
    .wide-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .about-panel {
        position: relative;
        top: auto;
    }

    .header-email {
        display: none;
    }
}

@media (max-width: 760px) {
    .site-header {
        top: 10px;
        width: calc(100% - 20px);
    }

    .brand {
        margin-right: 0;
    }

    .menu-toggle {
        display: block;
        order: 4;
    }

    .site-nav {
        position: fixed;
        top: 86px;
        left: 10px;
        right: 10px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: var(--shadow);
    }

    .nav-open .site-nav {
        display: flex;
    }

    .site-nav a {
        padding: 14px;
    }

    .header-actions {
        margin-left: auto;
    }

    .whatsapp-header {
        width: 44px;
        min-height: 44px;
        padding: 0;
    }

    .whatsapp-header span {
        display: none;
    }

    .hero {
        min-height: auto;
        padding-bottom: 46px;
    }

    .hero-stats,
    .service-grid,
    .category-grid,
    .process-flow,
    .impact-gallery,
    .image-band-grid,
    .value-grid,
    .metric-grid,
    .wide-timeline {
        grid-template-columns: 1fr;
    }

    .detail-card {
        grid-template-columns: 1fr;
    }

    .service-detail-card {
        grid-template-columns: 1fr;
    }

    .detail-card ul {
        grid-template-columns: 1fr;
    }

    .single-service-side {
        position: relative;
        top: auto;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 500px;
        width: min(100%, 500px);
    }

    .orbit-card {
        width: min(178px, 46vw);
        padding: 14px;
    }

    .card-web {
        left: 4%;
        top: 5%;
    }

    .card-app {
        right: 4%;
        top: 33%;
    }

    .card-growth {
        left: 6%;
        bottom: 5%;
    }

    .cta-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .brand img {
        width: 168px;
    }

    h1 {
        font-size: 2rem;
    }

    .hero-actions .btn,
    .cta-band .btn,
    .contact-form .btn {
        width: 100%;
    }

    .hero-device {
        min-height: 440px;
        padding: 22px;
        width: min(360px, 86vw);
    }

    .responsive-hero {
        min-height: 430px;
        width: min(100%, 390px);
    }

    .service-orbit {
        width: min(285px, 74vw);
    }

    .orbit-center {
        width: min(128px, 34vw);
        border-radius: 20px;
    }

    .orbit-service {
        width: 48px;
        height: 48px;
        padding: 9px;
        border-radius: 14px;
    }

    .hero-code-card {
        top: 2%;
        left: 50%;
        width: min(210px, 78vw);
        padding: 12px;
        transform: translateX(-50%);
    }

    .hero-code-card pre {
        font-size: 0.68rem;
    }

    .hero-phone-card {
        right: 50%;
        bottom: 0;
        width: 128px;
        min-height: 214px;
        padding: 9px;
        transform: translateX(50%);
    }

    .phone-screen {
        min-height: 176px;
        padding: 13px;
    }

    .phone-screen span {
        width: 32px;
        height: 32px;
    }

    .roster-showcase,
    .roster-model,
    .page-hero-image,
    .page-hero-image img,
    .hero-art-card,
    .hero-art-card img,
    .web-feature-image,
    .web-feature-image img {
        min-height: 390px;
    }

    .impact-card:nth-child(2),
    .image-band-card:nth-child(2) {
        transform: none;
    }

    .roster-overlay {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .chip-two,
    .chip-three {
        display: none;
    }

    .hero-device p {
        font-size: 1.05rem;
    }

    .section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .service-card {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

/* ===========================
   PRODUCT PAGE ENHANCEMENTS
   =========================== */
.product-page-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.84fr);
    align-items: center;
    align-content: center;
    gap: 42px;
    min-height: 72vh;
}

.product-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
}

.product-feature-card {
    position: relative;
    padding: 28px;
    border: 1px solid var(--line);
    border-top: 3px solid var(--red);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 12px 36px rgba(20, 20, 31, 0.06);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 64px rgba(20, 20, 31, 0.12);
}

.product-feature-card:nth-child(1) { border-top-color: var(--red); }
.product-feature-card:nth-child(2) { border-top-color: var(--cyan); }
.product-feature-card:nth-child(3) { border-top-color: var(--violet); }
.product-feature-card:nth-child(4) { border-top-color: var(--gold); }

.pfc-number {
    display: block;
    margin-bottom: 14px;
    font-size: 2.8rem;
    font-weight: 900;
    font-family: var(--font-display);
    line-height: 1;
    color: rgba(241, 38, 93, 0.1);
}

.product-feature-card:nth-child(2) .pfc-number { color: rgba(0, 184, 217, 0.12); }
.product-feature-card:nth-child(3) .pfc-number { color: rgba(109, 74, 255, 0.12); }
.product-feature-card:nth-child(4) .pfc-number { color: rgba(255, 184, 77, 0.15); }

.product-feature-card > p {
    color: var(--muted);
    font-size: 0.9rem;
    margin-bottom: 18px;
}

.product-feature-card ul {
    display: grid;
    gap: 7px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-feature-card li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border-radius: 8px;
    background: #f7f8ff;
    font-size: 0.8rem;
    font-weight: 800;
    color: #343742;
}

.product-feature-card li::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--red);
}

.product-feature-card:nth-child(2) li::before { background: var(--cyan); }
.product-feature-card:nth-child(3) li::before { background: var(--violet); }
.product-feature-card:nth-child(4) li::before { background: var(--gold); }

/* GST Spotlight */
.gst-spotlight {
    background:
        radial-gradient(circle at 8% 16%, rgba(241, 38, 93, 0.22), transparent 28%),
        radial-gradient(circle at 84% 10%, rgba(0, 184, 217, 0.18), transparent 26%),
        linear-gradient(135deg, #11121c, #1e1533 54%, #0d1e2e);
    color: var(--white);
}

.gst-spotlight-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
    gap: 48px;
    align-items: center;
}

.gst-spotlight h2 {
    color: var(--white);
}

.gst-spotlight .eyebrow {
    color: var(--gold);
}

.gst-spotlight > div > p,
.gst-copy > p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 30px;
}

.gst-report-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gst-report-item {
    padding: 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease;
}

.gst-report-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.gri-tag {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(255, 184, 77, 0.18);
    border: 1px solid rgba(255, 184, 77, 0.3);
    color: var(--gold);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.gst-report-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}

.gst-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gst-screen {
    width: 100%;
    max-width: 430px;
    border-radius: 14px;
    overflow: hidden;
    background: #1a1b2e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 36px 88px rgba(0, 0, 0, 0.46);
}

.gst-screen-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    background: #12131f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.gst-screen-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.gst-screen-bar span:nth-child(1) { background: #f1265d; }
.gst-screen-bar span:nth-child(2) { background: var(--gold); }
.gst-screen-bar span:nth-child(3) { background: var(--green); }

.gst-screen-title {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.8rem;
    font-weight: 800;
}

.gst-screen-rows {
    padding: 0 16px 8px;
}

.gst-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.8fr;
    gap: 8px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8rem;
    font-weight: 700;
    align-items: center;
}

.gst-row-head {
    color: rgba(255, 255, 255, 0.36);
    font-size: 0.67rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-top: 14px;
}

.gst-row-highlight {
    border-radius: 7px;
    padding-left: 9px;
    padding-right: 9px;
    margin: 0 -9px;
    background: rgba(255, 184, 77, 0.08);
    border-bottom: none;
}

.gst-ready {
    display: inline-flex;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(31, 191, 143, 0.18);
    border: 1px solid rgba(31, 191, 143, 0.3);
    color: var(--green);
    font-size: 0.67rem;
    font-weight: 900;
}

.gst-screen-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 16px;
    border-top: 1px solid rgba(255, 184, 77, 0.18);
    background: rgba(255, 184, 77, 0.07);
}

.gst-screen-stat span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
    font-weight: 700;
}

.gst-screen-stat strong {
    color: var(--gold);
    font-size: 0.84rem;
    font-weight: 900;
}

/* Platform Cards */
.platform-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.platform-card {
    padding: 34px;
    border-radius: 14px;
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(135deg, rgba(241, 38, 93, 0.3), rgba(0, 184, 217, 0.22), rgba(109, 74, 255, 0.2)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 16px 48px rgba(20, 20, 31, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.platform-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 72px rgba(20, 20, 31, 0.14);
}

.platform-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    margin-bottom: 22px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.windows-icon {
    background: linear-gradient(135deg, rgba(109, 74, 255, 0.14), rgba(0, 184, 217, 0.12));
    color: var(--violet);
}

.online-icon {
    background: linear-gradient(135deg, rgba(31, 191, 143, 0.16), rgba(0, 184, 217, 0.12));
    color: var(--green);
}

.platform-card > p {
    color: var(--muted);
    margin-bottom: 24px;
}

.platform-card ul {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.platform-card li {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border-radius: 8px;
    background: #f6f8ff;
    font-size: 0.82rem;
    font-weight: 800;
    color: #343742;
}

.platform-card li::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--violet);
}

.platform-card:nth-child(2) li::before { background: var(--green); }

/* Responsive — product pages */
@media (max-width: 1060px) {
    .product-page-hero,
    .gst-spotlight-inner {
        grid-template-columns: 1fr;
    }

    .product-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .product-feature-grid,
    .platform-cards {
        grid-template-columns: 1fr;
    }

    .gst-report-grid {
        grid-template-columns: 1fr;
    }
}

/* ===========================
   TECH SHOWCASE — HOME PAGE
   =========================== */
.tech-showcase {
    background:
        radial-gradient(circle at 6% 18%, rgba(109, 74, 255, 0.07), transparent 26%),
        radial-gradient(circle at 92% 14%, rgba(0, 184, 217, 0.07), transparent 24%),
        linear-gradient(180deg, #f8f6ff, #ffffff);
}

.tech-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
}

.tech-cat {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 12px 36px rgba(20, 20, 31, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tech-cat:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(20, 20, 31, 0.12);
}

.tech-cat-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.tech-cat-label-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--red);
}

.tech-cat:nth-child(2) .tech-cat-label-dot { background: var(--cyan); }
.tech-cat:nth-child(3) .tech-cat-label-dot { background: var(--violet); }
.tech-cat:nth-child(4) .tech-cat-label-dot { background: var(--gold); }

.tech-cat h4 {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ink);
}

.tech-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tech-pills span {
    padding: 7px 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(241, 38, 93, 0.07), rgba(109, 74, 255, 0.07));
    border: 1px solid rgba(109, 74, 255, 0.14);
    color: #262838;
    font-size: 0.78rem;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease;
    cursor: default;
}

.tech-cat:nth-child(2) .tech-pills span {
    background: linear-gradient(135deg, rgba(0, 184, 217, 0.08), rgba(31, 191, 143, 0.08));
    border-color: rgba(0, 184, 217, 0.16);
}

.tech-cat:nth-child(3) .tech-pills span {
    background: linear-gradient(135deg, rgba(109, 74, 255, 0.08), rgba(241, 38, 93, 0.06));
    border-color: rgba(109, 74, 255, 0.16);
}

.tech-cat:nth-child(4) .tech-pills span {
    background: linear-gradient(135deg, rgba(255, 184, 77, 0.1), rgba(241, 38, 93, 0.07));
    border-color: rgba(255, 184, 77, 0.2);
}

.tech-pills span:hover {
    transform: translateY(-2px);
}

/* ===========================
   ERP DUAL SCREENSHOTS — HOME
   =========================== */
.erp-platform-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 24px;
}

.erp-platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 900;
    border: 1px solid;
}

.erp-platform-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    flex: 0 0 auto;
}

.erp-platform-badge.windows {
    background: linear-gradient(135deg, rgba(109, 74, 255, 0.1), rgba(0, 184, 217, 0.08));
    border-color: rgba(109, 74, 255, 0.22);
    color: var(--violet);
}

.erp-platform-badge.online {
    background: linear-gradient(135deg, rgba(31, 191, 143, 0.1), rgba(0, 184, 217, 0.08));
    border-color: rgba(31, 191, 143, 0.24);
    color: var(--green);
}

.erp-screens-column {
    display: grid;
    gap: 14px;
}

.erp-screen-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 56px rgba(20, 20, 31, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: #11121a;
}

.erp-screen-item-alt {
    margin-left: 22px;
}

.erp-screen-item-third {
    margin-right: 22px;
}

.erp-screen-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.erp-screen-item:hover img {
    transform: scale(1.04);
}

.erp-screen-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 16px 14px;
    background: linear-gradient(transparent, rgba(10, 11, 20, 0.82));
    color: var(--white);
    font-size: 0.84rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 9px;
}

.erp-screen-badge {
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.32);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.erp-badge-online {
    background: rgba(31, 191, 143, 0.3);
    border-color: rgba(31, 191, 143, 0.5);
}

/* ===========================
   SERVICES PAGE — HERO
   =========================== */
.services-page-hero {
    position: relative;
    isolation: isolate;
    min-height: 70vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 44px;
    align-items: center;
    padding: 132px max(24px, calc((100vw - 1180px) / 2)) 64px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 14%, rgba(109, 74, 255, 0.15), transparent 28%),
        radial-gradient(circle at 14% 78%, rgba(241, 38, 93, 0.12), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #fff7fb 48%, #f0f4ff 100%);
}

.services-page-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46%;
    height: 52%;
    background-image: linear-gradient(rgba(17, 17, 20, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 20, 0.05) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(135deg, transparent, #000);
    z-index: -1;
    pointer-events: none;
}

.services-vis-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.service-vis-card {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 16px 44px rgba(20, 20, 31, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.service-vis-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 64px rgba(20, 20, 31, 0.14);
}

.service-vis-card:nth-child(2) {
    margin-top: 22px;
}

.service-vis-card:nth-child(4) {
    margin-top: -22px;
}

.service-vis-card img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.service-vis-card h5 {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
    font-family: var(--font-display);
}

.service-vis-card-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.service-vis-card-tech span {
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(241, 38, 93, 0.08), rgba(109, 74, 255, 0.08));
    border: 1px solid rgba(109, 74, 255, 0.12);
    font-size: 0.7rem;
    font-weight: 800;
    color: #343742;
}

/* ===========================
   FEATURED SERVICE SECTIONS
   =========================== */
.featured-service-section {
    overflow: visible;
}

.featured-service {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 44px;
    align-items: center;
}

.featured-service-rev {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
}

.featured-service-rev .featured-service-copy {
    order: 2;
}

.featured-service-rev .featured-service-visual {
    order: 1;
}

.featured-service-copy p:not(.eyebrow) {
    color: var(--muted);
    max-width: 620px;
}

.fst-block {
    margin: 20px 0;
}

.fst-label {
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted);
    margin-bottom: 10px;
}

.fst-block .tech-pills span {
    background: linear-gradient(135deg, rgba(241, 38, 93, 0.07), rgba(109, 74, 255, 0.07));
    border-color: rgba(109, 74, 255, 0.14);
}

.tech-pills-apps span {
    background: linear-gradient(135deg, rgba(255, 184, 77, 0.1), rgba(241, 38, 93, 0.07)) !important;
    border-color: rgba(255, 184, 77, 0.22) !important;
}

.featured-service-visual {
    position: relative;
    border-radius: 16px;
    overflow: visible;
    background:
        radial-gradient(circle at 76% 14%, rgba(241, 38, 93, 0.12), transparent 28%),
        linear-gradient(145deg, #f7f8ff, #fff7fb);
    padding: 38px;
    display: grid;
    place-items: center;
    min-height: 420px;
    box-shadow: 0 28px 70px rgba(20, 20, 31, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.84);
    isolation: isolate;
    will-change: transform;
}

.featured-service-visual img {
    width: min(260px, 76%);
    filter: drop-shadow(0 22px 36px rgba(20, 20, 31, 0.18));
    position: relative;
    z-index: 2;
}

.fv-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.fv-orb-one {
    width: 160px;
    height: 160px;
    top: -20px;
    right: -20px;
    background: radial-gradient(circle, rgba(241, 38, 93, 0.14), transparent 70%);
}

.fv-orb-two {
    width: 120px;
    height: 120px;
    bottom: 18px;
    left: 14px;
    background: radial-gradient(circle, rgba(109, 74, 255, 0.12), transparent 70%);
}

.fv-screen-badge {
    position: absolute;
    z-index: 3;
    right: -18px;
    bottom: 32px;
    width: min(200px, 48%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.88);
    background: var(--white);
    will-change: transform;
}

.fv-screen-badge img {
    width: 100%;
    height: auto;
    display: block;
    filter: none;
    box-shadow: none;
    min-height: unset;
}

.section-alt {
    background:
        radial-gradient(circle at 88% 14%, rgba(0, 184, 217, 0.07), transparent 24%),
        linear-gradient(180deg, #f8f9ff, #ffffff);
}

/* ===========================
   RESPONSIVE — NEW SECTIONS
   =========================== */
@media (max-width: 1060px) {
    .tech-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-page-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-bottom: 46px;
    }

    .featured-service,
    .featured-service-rev {
        grid-template-columns: 1fr;
    }

    .featured-service-rev .featured-service-copy,
    .featured-service-rev .featured-service-visual {
        order: unset;
    }

    .fv-screen-badge {
        width: min(160px, 40%);
        right: -8px;
        bottom: 20px;
    }
}

@media (max-width: 760px) {
    .tech-categories,
    .services-vis-grid {
        grid-template-columns: 1fr;
    }

    .service-vis-card:nth-child(2),
    .service-vis-card:nth-child(4) {
        margin-top: 0;
    }

    .erp-screen-item-alt {
        margin-left: 0;
    }

    .erp-screen-item-third {
        margin-right: 0;
    }

    .fv-screen-badge {
        display: none;
    }

    .featured-service-visual {
        min-height: 300px;
        padding: 28px;
    }
}

@media (max-width: 520px) {
    .tech-categories {
        grid-template-columns: 1fr;
    }

    .erp-screen-item img {
        height: 180px;
    }
}
