/* Home page hero */
.marketing-hero {
    background:
        linear-gradient(105deg, rgba(10, 12, 20, 0.98) 0%, rgba(31, 13, 62, 0.94) 50%, rgba(12, 47, 56, 0.96) 100%),
        radial-gradient(circle at 72% 42%, rgba(20, 184, 166, 0.25), transparent 24%),
        radial-gradient(circle at 18% 82%, rgba(186, 124, 255, 0.15), transparent 28%);
    min-height: calc(100vh - 20px);
    padding: 172px 0 118px;
    position: relative;
}

.marketing-hero::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    inset: 0;
    opacity: 0.38;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.marketing-hero::after {
    background: linear-gradient(180deg, transparent 0%, rgba(247, 243, 255, 0.04) 64%, #f7f3ff 100%);
    bottom: 0;
    content: "";
    height: 170px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 2;
}

.hero-particles {
    inset: 0;
    opacity: 0.85;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.marketing-hero .hero-bg-shapes {
    background:
        radial-gradient(circle at 74% 45%, rgba(128, 18, 255, 0.24), transparent 18%),
        radial-gradient(circle at 24% 72%, rgba(186, 124, 255, 0.14), transparent 24%);
    opacity: 1;
}

.marketing-hero .hero-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
    margin-bottom: 2rem;
}

.marketing-hero .badge-dot {
    background: #ba7cff;
    box-shadow: 0 0 18px rgba(186, 124, 255, 0.56);
}

.marketing-hero .hero-kicker {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.66rem;
    margin-bottom: 1rem;
}

.marketing-hero .hero-title {
    font-size: clamp(1.575rem, 3.3vw, 3rem);
    max-width: 720px;
    text-transform: none;
}

.hero-typed-wrap {
    display: block;
    min-height: 1.12em;
}

.hero-typed-text {
    background: linear-gradient(120deg, #ffffff, #ba7cff, #8012FF);
    background-clip: text;
    display: inline-block;
    min-width: min(720px, 100%);
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-typed-text::after {
    animation: cursorBlink 0.8s steps(2, start) infinite;
    background: #ba7cff;
    content: "";
    display: inline-block;
    height: 0.74em;
    margin-left: 0.12em;
    transform: translateY(0.08em);
    width: 0.08em;
}

.marketing-hero .hero-copy {
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(0.75rem, 1.0125vw, 0.9rem);
    max-width: 620px;
}

.marketing-hero .hero-btn {
    border-radius: 0;
    font-size: 0.69rem;
    letter-spacing: 0;
    min-width: 184px;
    padding: 0.98rem 1.55rem;
    text-transform: none;
}

.marketing-hero .hero-btn-primary {
    background: linear-gradient(135deg, #8012FF, #ba7cff);
    border-color: transparent;
    box-shadow: 0 18px 42px rgba(128, 18, 255, 0.28);
}

.marketing-hero .hero-btn-primary:hover,
.marketing-hero .hero-btn-primary:focus {
    background: linear-gradient(135deg, #6410c8, #8012FF);
}

.marketing-hero .hero-btn-light {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.84);
}

.marketing-hero .hero-btn-light:hover,
.marketing-hero .hero-btn-light:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.hero-recognition {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.6rem;
}

.hero-recognition span {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.74);
    display: inline-flex;
    font-size: 0.6375rem;
    font-weight: 800;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem;
}

.hero-recognition i {
    color: #ba7cff;
}

.hero-tech-visual {
    height: min(46vw, 560px);
    pointer-events: none;
    position: absolute;
    right: 6%;
    top: 22%;
    transform: translate3d(var(--hero-drift-x, 0), var(--hero-drift-y, 0), 0) rotateX(var(--hero-tilt-x, 0)) rotateY(var(--hero-tilt-y, 0));
    transform-style: preserve-3d;
    transition: transform 180ms ease-out;
    width: min(44vw, 620px);
    z-index: 3;
}

.hero-dashboard {
    animation: dashboardFloat 7s ease-in-out infinite;
    background: rgba(10, 15, 26, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
    color: #ffffff;
    left: 6%;
    padding: 0.85rem;
    position: absolute;
    top: 8%;
    width: min(420px, 92%);
}

.hero-dashboard-bar {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    display: flex;
    gap: 0.42rem;
    padding: 0.68rem 0.75rem;
}

.hero-dashboard-bar span {
    background: rgba(255, 255, 255, 0.5);
    height: 8px;
    width: 8px;
}

.hero-dashboard-bar span:nth-child(1) {
    background: #ff6b6b;
}

.hero-dashboard-bar span:nth-child(2) {
    background: #fbbf24;
}

.hero-dashboard-bar span:nth-child(3) {
    background: #14b8a6;
}

.hero-dashboard-bar strong {
    color: rgba(255, 255, 255, 0.64);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 800;
    margin-left: auto;
}

.hero-dashboard-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0.75rem;
}

.dashboard-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 92px;
    padding: 0.9rem;
}

.dashboard-panel small,
.dashboard-panel span {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    font-family: var(--font-mono);
    font-size: 0.66rem;
    font-weight: 700;
}

.dashboard-panel strong {
    display: block;
    font-size: 1.85rem;
    line-height: 1;
    margin-top: 0.65rem;
}

.panel-wide,
.panel-code {
    grid-column: 1 / -1;
}

.panel-wide {
    background:
        linear-gradient(135deg, rgba(128, 18, 255, 0.22), rgba(20, 184, 166, 0.12)),
        rgba(255, 255, 255, 0.08);
}

.dashboard-progress {
    background: rgba(255, 255, 255, 0.12);
    height: 8px;
    margin-top: 0.9rem;
    overflow: hidden;
}

.dashboard-progress span {
    animation: progressPulse 2.8s ease-in-out infinite;
    background: linear-gradient(90deg, #14b8a6, #ba7cff);
    height: 100%;
}

.panel-code {
    display: grid;
    gap: 0.45rem;
    min-height: 0;
}

.panel-code span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 0.45rem;
}

.panel-code span:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hero-orbit {
    animation: glowFloat 6s ease-in-out infinite;
    height: 240px;
    left: 52%;
    position: absolute;
    top: 58%;
    transform: translate(-50%, -50%);
    width: 240px;
}

.orbit-ring,
.hero-core {
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.orbit-ring {
    animation: orbitPulse 3.5s ease-in-out infinite;
    border: 1px solid rgba(186, 124, 255, 0.24);
    box-shadow: inset 0 0 34px rgba(128, 18, 255, 0.08);
}

.ring-one {
    height: 92px;
    width: 92px;
}

.ring-two {
    animation-delay: 0.35s;
    height: 150px;
    width: 150px;
}

.ring-three {
    animation-delay: 0.7s;
    height: 220px;
    width: 220px;
}

.hero-core {
    align-items: center;
    animation: coreGlow 2.8s ease-in-out infinite;
    background: linear-gradient(135deg, #8012FF, #14b8a6);
    box-shadow: 0 0 52px rgba(20, 184, 166, 0.32), 0 0 86px rgba(128, 18, 255, 0.28);
    color: #ffffff;
    display: inline-flex;
    font-size: 1.5rem;
    height: 82px;
    justify-content: center;
    width: 82px;
}

.hero-metric {
    align-items: center;
    animation: metricFloat 6s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    color: #ffffff;
    display: grid;
    gap: 0.15rem 0.72rem;
    grid-template-columns: auto 1fr;
    min-width: 138px;
    padding: 1rem;
    position: absolute;
}

.hero-metric i {
    color: #14b8a6;
    font-size: 1.05rem;
    grid-row: span 2;
}

.hero-metric strong {
    font-size: 1.425rem;
    line-height: 1;
}

.hero-metric sup {
    color: #ba7cff;
    font-size: 0.465em;
}

.hero-metric span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.585rem;
    font-weight: 800;
}

.metric-projects {
    right: 4%;
    top: 18%;
}

.metric-countries {
    animation-delay: 1s;
    right: 0;
    top: 48%;
}

.metric-retention {
    animation-delay: 2s;
    bottom: 4%;
    left: 0;
}

.hero-tech-marquee {
    background: rgba(10, 15, 26, 0.82);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0.85rem 0;
    position: absolute;
    right: 0;
    z-index: 5;
}

.hero-tech-track {
    animation: techMarquee 24s linear infinite;
    display: flex;
    gap: 2rem;
    min-width: max-content;
    white-space: nowrap;
}

.hero-tech-track span {
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    font-weight: 900;
    gap: 2rem;
}

.hero-tech-track span::after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    display: inline-block;
    height: 6px;
    transform: rotate(45deg);
    width: 6px;
}

.hero-call-float {
    background: #25d366;
    border: 4px solid rgba(255, 255, 255, 0.72);
    color: #ffffff;
    font-size: 1.0125rem;
    height: 58px;
    width: 58px;
}

.hero-call-float span {
    font-size: 0;
}

.home-trust-strip {
    background: #ffffff;
    border-bottom: 1px solid var(--color-line);
    border-top: 1px solid var(--color-line);
    position: relative;
    z-index: 6;
}

.trust-strip-inner {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-strip-inner span {
    align-items: center;
    border-right: 1px solid var(--color-line);
    color: var(--color-surface-strong);
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    gap: 0.65rem;
    min-height: 76px;
    padding: 1rem;
}

.trust-strip-inner span:first-child {
    border-left: 1px solid var(--color-line);
}

.trust-strip-inner i {
    color: #0f9f92;
    font-size: 1rem;
}

/* Home page sections */
.home-section .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 650ms ease, transform 650ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.home-section .reveal:nth-child(2n) {
    transform: translateY(34px) scale(0.98);
}

.home-section .reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.home-section {
    padding: 96px 0;
}

.home-section .section-heading {
    margin-bottom: 2.6rem;
}

.section-heading-with-action {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    max-width: none;
    text-align: left;
}

.section-heading-with-action h2,
.section-heading-with-action p {
    margin-left: 0;
    margin-right: 0;
}

.home-section .section-heading h2,
.career-panel h2,
.contact-home-panel h2 {
    font-size: clamp(1.5rem, 3vw, 2.4375rem);
}

.home-section .section-heading p:not(.eyebrow),
.home-feature-card p,
.home-service-card p,
.home-product-card p,
.home-blog-card p,
.career-panel p,
.contact-home-panel p {
    font-size: 0.7875rem;
}

.home-section .eyebrow {
    font-size: 0.585rem;
}

.home-feature-grid,
.home-card-grid,
.product-strip {
    display: grid;
    gap: 1rem;
}

.home-feature-grid,
.home-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-feature-card,
.home-service-card,
.home-product-card,
.home-blog-card {
    background: #ffffff;
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow-card);
    min-height: 100%;
    overflow: hidden;
    padding: 1.45rem;
    position: relative;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.home-feature-card::before,
.home-service-card::before,
.home-product-card::before,
.home-blog-card::before,
.about-story::before,
.about-stat-tile::before,
.section-cta::before {
    background: linear-gradient(90deg, var(--color-primary), #14b8a6);
    content: "";
    height: 4px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: none;
    transition: opacity 260ms ease;
    width: 100%;
    opacity: 0;
}

.home-feature-card > *,
.home-service-card > *,
.home-product-card > *,
.home-blog-card > *,
.about-story > *,
.about-stat-tile > *,
.section-cta > * {
    position: relative;
    z-index: 1;
}

.home-feature-card:hover,
.home-service-card:hover,
.home-product-card:hover,
.home-blog-card:hover,
.about-story:hover,
.about-stat-tile:hover,
.service-mini-card:hover,
.section-cta:hover {
    border-color: rgba(128, 18, 255, 0.22);
    box-shadow: 0 18px 42px rgba(128, 18, 255, 0.1);
    transform: translateY(-4px);
}

.home-service-card:hover h3,
.home-product-card:hover h3,
.home-blog-card:hover h3,
.service-mini-card:hover h3,
.process-card-home:hover h3 {
    color: var(--color-primary);
}

.home-feature-card:hover::before,
.home-service-card:hover::before,
.home-product-card:hover::before,
.home-blog-card:hover::before,
.about-story:hover::before,
.about-stat-tile:hover::before,
.section-cta:hover::before {
    opacity: 1;
}

.home-feature-card i,
.home-service-card i {
    align-items: center;
    background: #f6efff;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 0.9rem;
    height: 42px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 42px;
}

.home-feature-card h3,
.home-service-card h3,
.home-product-card h3,
.home-blog-card h3 {
    color: var(--color-surface-strong);
    font-size: 0.825rem;
    font-weight: 800;
}

.home-feature-card p,
.home-service-card p,
.home-product-card p,
.home-blog-card p,
.home-product-card small,
.home-blog-card small,
.career-panel p,
.contact-home-panel p {
    color: var(--color-muted);
}

.home-feature-card ul,
.career-panel ul,
.contact-home-panel ul {
    color: var(--color-muted);
    display: grid;
    gap: 0.45rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.home-feature-card li,
.career-panel li,
.contact-home-panel li {
    align-items: flex-start;
    display: flex;
    gap: 0.5rem;
}

.home-feature-card li::before,
.career-panel li::before,
.contact-home-panel li::before {
    background: var(--color-primary);
    content: "";
    flex: 0 0 auto;
    height: 6px;
    margin-top: 0.45rem;
    transform: rotate(45deg);
    width: 6px;
}

.about-showcase {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.about-story {
    background:
        radial-gradient(circle at 8% 12%, rgba(128, 18, 255, 0.12), transparent 28%),
        linear-gradient(135deg, #ffffff, #f7fbff 48%, #f3e9ff);
    border: 1px solid rgba(128, 18, 255, 0.16);
    box-shadow: var(--shadow-card);
    color: var(--color-surface-strong);
    overflow: hidden;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    position: relative;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.about-story h3 {
    color: var(--color-surface-strong);
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.about-story p,
.about-story li {
    color: var(--color-muted);
}

.about-story ul,
.service-feature ul {
    display: grid;
    gap: 0.55rem;
    list-style: none;
    margin: 1.1rem 0 1.4rem;
    padding: 0;
}

.about-story li,
.service-feature li {
    align-items: flex-start;
    display: flex;
    gap: 0.55rem;
}

.about-story li::before,
.service-feature li::before {
    background: var(--color-primary);
    content: "";
    flex: 0 0 auto;
    height: 6px;
    margin-top: 0.48rem;
    transform: rotate(45deg);
    width: 6px;
}

.about-stats-panel {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-stat-tile {
    background: #ffffff;
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.about-stat-tile strong {
    color: var(--color-primary);
    display: block;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1;
}

.about-stat-tile sup {
    font-size: 0.55em;
}

.about-stat-tile span {
    color: var(--color-muted);
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.55;
    margin-top: 0.7rem;
}

.about-stat-tile.wide {
    background:
        radial-gradient(circle at 100% 20%, rgba(128, 18, 255, 0.12), transparent 32%),
        #ffffff;
    grid-column: 1 / -1;
}

.about-stat-tile.wide span {
    color: var(--color-muted);
}

.home-service-card,
.home-blog-card {
    display: flex;
    flex-direction: column;
}

.services-showcase {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.service-feature {
    background:
        radial-gradient(circle at 92% 8%, rgba(128, 18, 255, 0.16), transparent 30%),
        linear-gradient(135deg, #ffffff, #f4fffc 45%, #f4eaff);
    border-color: rgba(128, 18, 255, 0.18);
    color: var(--color-surface-strong);
    padding: clamp(1.5rem, 3vw, 2.4rem);
}

.service-feature i {
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(128, 18, 255, 0.12);
    color: var(--color-primary);
}

.service-feature h3 {
    color: var(--color-surface-strong);
    font-size: clamp(1.25rem, 2.1vw, 1.75rem);
}

.service-feature p,
.service-feature li {
    color: var(--color-muted);
}

.service-feature a {
    color: var(--color-primary);
}

.service-mini-list {
    display: grid;
    gap: 1rem;
}

.service-mini-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow-card);
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 1.1rem;
    position: relative;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.service-mini-card i {
    align-items: center;
    background: #f6efff;
    color: var(--color-primary);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.service-mini-card h3,
.service-mini-card p {
    margin: 0;
}

.service-mini-card h3 {
    color: var(--color-surface-strong);
    font-size: 0.9rem;
    font-weight: 800;
}

.service-mini-card p {
    color: var(--color-muted);
    font-size: 0.78rem;
    line-height: 1.6;
    margin-top: 0.25rem;
}

.service-mini-card a {
    border: 1px solid rgba(128, 18, 255, 0.18);
    color: var(--color-primary);
    font-size: 0.76rem;
    font-weight: 800;
    padding: 0.6rem 0.75rem;
    white-space: nowrap;
}

.service-mini-card a:hover,
.service-mini-card a:focus {
    background: var(--color-primary);
    color: #ffffff;
}

.home-service-card a,
.home-blog-card a {
    color: var(--color-primary);
    font-weight: 800;
    margin-top: auto;
    padding-top: 1rem;
}

.home-product-card small,
.home-blog-card small {
    display: block;
    line-height: 1.6;
    margin-top: 0.8rem;
}

.blog-card-media {
    background: #fbf8ff;
    border: 1px solid var(--color-line);
    margin-bottom: 1rem;
    overflow: hidden;
}

.blog-card-media img {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.home-product-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    list-style: none;
    margin: 1.15rem 0 0;
    padding: 0;
}

.home-product-card li {
    background: #f4fbfa;
    border: 1px solid rgba(20, 184, 166, 0.18);
    color: #0f766e;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.52rem 0.62rem;
}

.home-product-card a {
    align-items: center;
    border: 1px solid rgba(128, 18, 255, 0.2);
    color: var(--color-primary);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    justify-content: center;
    margin-top: auto;
    padding: 0.72rem 0.85rem;
    transition: background 260ms ease, color 260ms ease, border-color 260ms ease;
}

.home-product-card a:hover,
.home-product-card a:focus {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
}

.section-cta,
.tech-note {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow-card);
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    margin-top: 1.25rem;
    padding: 1.15rem 1.25rem;
}

.section-cta p,
.tech-note p {
    color: var(--color-muted);
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0;
    max-width: 720px;
}

.services-preview-section,
.blog-preview-section {
    background:
        linear-gradient(180deg, #fbf8ff, #ffffff);
}

.products-section,
.contact-preview-section {
    background: #ffffff;
}

.product-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.product-card-head span {
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-weight: 800;
}

.product-card-head i {
    align-items: center;
    background: #f6efff;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 1rem;
    height: 44px;
    justify-content: center;
    width: 44px;
}

/* Section-specific compositions */
.about-section .home-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
}

.about-section .home-feature-card:first-child {
    grid-row: auto;
    padding: 1.35rem;
}

.about-section .home-feature-card:first-child h3,
.about-section .home-feature-card:first-child p,
.about-section .home-feature-card:first-child li {
    color: inherit;
}

.about-section .home-feature-card:first-child i {
    background: #f6efff;
    color: var(--color-primary);
}

.services-preview-section .home-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-preview-section .home-service-card {
    display: flex;
}

.services-preview-section .home-service-card i {
    margin-bottom: 0;
}

.services-preview-section .home-service-card h3,
.services-preview-section .home-service-card p {
    margin-bottom: 0;
}

.services-preview-section .home-service-card a {
    border: 1px solid rgba(128, 18, 255, 0.18);
    margin-top: 0;
    padding: 0.65rem 0.85rem;
    white-space: nowrap;
}

.services-preview-section .service-feature {
    display: flex;
    justify-content: space-between;
}

.services-preview-section .service-feature i {
    margin-bottom: 1rem;
}

.services-preview-section .service-feature h3 {
    margin-bottom: 0.8rem;
}

.services-preview-section .service-feature p {
    margin-bottom: 0;
}

.services-preview-section .service-feature a {
    align-self: flex-start;
    border-color: rgba(128, 18, 255, 0.18);
    color: var(--color-primary);
    margin-top: auto;
}

.services-preview-section .service-feature a:hover,
.services-preview-section .service-feature a:focus {
    background: var(--color-primary);
    color: #ffffff;
}

.products-section .product-strip {
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
}

.products-section .product-strip::before {
    display: none;
}

.products-section .home-product-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(128, 18, 255, 0.09), transparent 32%),
        #ffffff;
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 1.35rem;
}

.products-section .home-product-card h3,
.products-section .home-product-card p,
.products-section .home-product-card small {
    margin: 0;
}

.products-section .home-product-card h3 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.products-section .home-product-card p {
    line-height: 1.65;
}

.products-section .home-product-card small {
    background: #fbf8ff;
    border: 1px solid var(--color-line);
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 700;
    margin: 1rem 0 1.1rem;
    padding: 0.8rem;
}

.home-blog-swiper {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    position: relative;
}

.blog-swiper-viewport {
    overflow: hidden;
}

.blog-swiper-track {
    display: grid;
    gap: 1rem;
    grid-auto-columns: calc((100% - 2rem) / 3);
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 0.25rem 0 1rem;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.blog-swiper-track::-webkit-scrollbar {
    display: none;
}

.blog-swiper-track .home-blog-card {
    min-height: 390px;
    scroll-snap-align: start;
}

.blog-swiper-track .home-blog-card:first-child {
    background:
        radial-gradient(circle at 92% 10%, rgba(128, 18, 255, 0.15), transparent 32%),
        linear-gradient(135deg, #ffffff, #fbf7ff 58%, #f3e9ff);
    border-color: rgba(128, 18, 255, 0.18);
}

.blog-swiper-track .home-blog-card:first-child p,
.blog-swiper-track .home-blog-card:first-child h3,
.blog-swiper-track .home-blog-card:first-child small,
.blog-swiper-track .home-blog-card:first-child a {
    color: inherit;
}

.blog-swiper-track .home-blog-card:first-child p,
.blog-swiper-track .home-blog-card:first-child small {
    color: var(--color-muted);
}

.blog-swiper-track .home-blog-card:first-child a {
    color: var(--color-primary);
}

.blog-swiper-btn {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow-card);
    color: var(--color-primary);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    transition: background 260ms ease, border-color 260ms ease, color 260ms ease, transform 260ms ease;
    width: 44px;
}

.blog-swiper-btn:hover,
.blog-swiper-btn:focus {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
    transform: translateY(-2px);
}

.blog-swiper-dots {
    display: flex;
    gap: 0.45rem;
    grid-column: 2;
    justify-content: center;
    margin-top: 0.45rem;
}

.blog-swiper-dots button {
    background: rgba(128, 18, 255, 0.18);
    border: 0;
    height: 8px;
    padding: 0;
    transition: background 260ms ease, width 260ms ease;
    width: 8px;
}

.blog-swiper-dots button.is-active {
    background: var(--color-primary);
    width: 28px;
}

.about-section .section-cta {
    background:
        radial-gradient(circle at 92% 20%, rgba(128, 18, 255, 0.1), transparent 28%),
        #ffffff;
    overflow: hidden;
    position: relative;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.about-section .section-cta p {
    color: var(--color-muted);
}

.services-preview-section .section-cta {
    border-left: 4px solid var(--color-primary);
}

.products-section .section-cta {
    background: #fbf8ff;
}

.technologies-section {
    background:
        radial-gradient(circle at 18% 20%, rgba(128, 18, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff, #fbf8ff);
}

.process-section {
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.process-section::before {
    background:
        radial-gradient(circle at 18% 28%, rgba(128, 18, 255, 0.08), transparent 28%),
        radial-gradient(circle at 82% 70%, rgba(128, 18, 255, 0.06), transparent 28%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.process-section .container {
    position: relative;
    z-index: 1;
}

.process-section .section-heading {
    max-width: 850px;
}

.process-section .section-heading h2 {
    color: var(--color-surface-strong);
}

.process-section .section-heading h2::first-letter {
    color: inherit;
}

.process-timeline {
    display: grid;
    gap: 3rem 3.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3rem;
    position: relative;
}

.process-timeline::before {
    display: none;
}

.process-card-home {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-height: 0;
    overflow: visible;
    padding: 0 1rem;
    position: relative;
    text-align: center;
    transition: transform 260ms ease;
    z-index: 1;
}

.process-card-home::before {
    background: linear-gradient(180deg, var(--color-primary), var(--color-accent));
    content: "";
    height: 32px;
    left: 50%;
    position: absolute;
    top: 132px;
    transform: translateX(-50%);
    width: 3px;
}

.process-card-home:hover {
    transform: translateY(-7px);
}

.process-card-home span {
    align-items: center;
    color: var(--color-primary);
    display: inline-flex;
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 900;
    height: auto;
    justify-content: center;
    left: 50%;
    letter-spacing: 0.04em;
    position: absolute;
    top: 102px;
    transform: translateX(-50%);
    width: auto;
}

.process-icon {
    align-items: center;
    animation: processPulse 3.4s ease-in-out infinite;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border: 7px solid #f4ebff;
    box-shadow:
        0 0 0 2px rgba(128, 18, 255, 0.12),
        0 22px 42px rgba(128, 18, 255, 0.18);
    color: #ffffff;
    display: inline-flex;
    font-size: 1.35rem;
    height: 104px;
    justify-content: center;
    margin: 0 auto 5.35rem;
    outline: 2px dashed rgba(128, 18, 255, 0.18);
    outline-offset: 6px;
    position: relative;
    width: 104px;
}

.process-card-home:nth-child(2n) .process-icon {
    animation-delay: 0.35s;
}

.process-card-home:nth-child(3n) .process-icon {
    animation-delay: 0.7s;
}

.process-icon::before,
.process-icon::after {
    border-radius: inherit;
    content: "";
    inset: -14px;
    opacity: 0;
    position: absolute;
}

.process-icon::before {
    animation: processRing 2.8s ease-out infinite;
    border: 1px solid rgba(128, 18, 255, 0.28);
}

.process-icon::after {
    animation: processRing 2.8s ease-out infinite 0.8s;
    border: 1px solid rgba(168, 85, 247, 0.2);
}

.process-icon i {
    position: relative;
    z-index: 1;
}

.process-card-home h3 {
    color: var(--color-surface-strong);
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0.85rem;
}

.process-card-home p {
    color: var(--color-muted);
    font-size: 0.84rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.technologies-section .section-heading h2,
.technologies-section .eyebrow {
    color: var(--color-surface-strong);
}

.technologies-section .section-heading p {
    color: var(--color-muted);
}

.tech-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
}

.tech-cloud span {
    animation: techChipFloat 6s ease-in-out infinite;
    background: #ffffff;
    border: 1px solid rgba(128, 18, 255, 0.14);
    box-shadow: 0 12px 28px rgba(128, 18, 255, 0.08);
    color: var(--color-surface-strong);
    font-weight: 800;
    padding: 0.8rem 1rem;
    transition: border-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.tech-cloud span:nth-child(2n) {
    animation-delay: 0.8s;
}

.tech-cloud span:nth-child(3n) {
    animation-delay: 1.4s;
}

.tech-cloud span:hover {
    border-color: rgba(128, 18, 255, 0.34);
    color: var(--color-primary);
    transform: translateY(-5px) scale(1.02);
}

.tech-note {
    background: #ffffff;
    border-color: rgba(128, 18, 255, 0.14);
}

.tech-note p {
    color: var(--color-muted);
}

.career-panel,
.contact-home-panel {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow-card);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.contact-home-panel {
    background:
        radial-gradient(circle at 92% 18%, rgba(128, 18, 255, 0.12), transparent 30%),
        linear-gradient(135deg, #ffffff, #fbf7ff);
    border-color: rgba(128, 18, 255, 0.16);
}

.contact-home-panel .eyebrow,
.contact-home-panel h2,
.contact-home-panel p,
.contact-home-panel li {
    color: inherit;
}

.contact-home-panel p,
.contact-home-panel li {
    color: var(--color-muted);
}

.contact-home-panel li::before {
    background: var(--color-primary);
}

@keyframes cursorBlink {
    50% {
        opacity: 0;
    }
}

@keyframes glowFloat {
    50% {
        transform: translate(-50%, calc(-50% - 16px));
    }
}

@keyframes orbitPulse {
    50% {
        border-color: rgba(186, 124, 255, 0.48);
        transform: translate(-50%, -50%) scale(1.06);
    }
}

@keyframes coreGlow {
    50% {
        box-shadow: 0 0 72px rgba(186, 124, 255, 0.54), 0 0 110px rgba(128, 18, 255, 0.44);
        transform: translate(-50%, -50%) scale(1.06);
    }
}

@keyframes dashboardFloat {
    50% {
        transform: translateY(-14px);
    }
}

@keyframes progressPulse {
    50% {
        filter: brightness(1.2);
    }
}

@keyframes processPulse {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.03);
    }
}

@keyframes processRing {
    0% {
        opacity: 0.65;
        transform: scale(0.9);
    }

    100% {
        opacity: 0;
        transform: scale(1.25);
    }
}

@keyframes metricFloat {
    50% {
        transform: translateY(-18px);
    }
}

@keyframes techMarquee {
    to {
        transform: translateX(-50%);
    }
}

@keyframes techChipFloat {
    50% {
        transform: translateY(-7px);
    }
}

@media (max-width: 991.98px) {
    .hero-tech-visual {
        height: 360px;
        opacity: 0.5;
        right: -16%;
        top: 30%;
        width: 520px;
    }

    .marketing-hero {
        padding-bottom: 132px;
    }

    .home-feature-grid,
    .home-card-grid,
    .home-card-grid.three,
    .product-strip,
    .process-timeline,
    .trust-strip-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-section .home-feature-grid,
    .about-showcase,
    .services-showcase,
    .services-preview-section .home-card-grid {
        grid-template-columns: 1fr;
    }

    .blog-swiper-track {
        grid-auto-columns: calc((100% - 1rem) / 2);
    }

    .products-section .product-strip {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .about-section .home-feature-card:first-child,
    .blog-preview-section .home-blog-card:first-child {
        grid-row: auto;
    }

    .services-preview-section .home-service-card,
    .service-mini-card {
        align-items: flex-start;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .services-preview-section .home-service-card p,
    .services-preview-section .home-service-card a {
        grid-column: 2;
    }

    .career-panel,
    .contact-home-panel,
    .section-cta,
    .tech-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-heading-with-action {
        align-items: flex-start;
        flex-direction: column;
    }

    .process-timeline::before {
        display: none;
    }

    .process-timeline {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.support-square-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
}

.support-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.support-square-card {
    aspect-ratio: 1 / 1;
    background:
        linear-gradient(145deg, rgba(128, 18, 255, 0.98), rgba(18, 11, 29, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 32px rgba(58, 8, 122, 0.18);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    justify-content: center;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.support-square-card::before {
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 30%);
    content: "";
    inset: 0;
    position: absolute;
}

.support-square-card > * {
    position: relative;
    z-index: 1;
}

.support-square-card i {
    color: #d8b7ff;
    font-size: 1.1rem;
}

.support-square-card h3 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
}

.support-square-card p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.84rem;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 991.98px) {
    .support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .support-grid {
        grid-template-columns: 1fr;
    }
    .hero-tech-visual {
        display: none;
    }

    .marketing-hero {
        padding-bottom: 118px;
    }

    .hero-recognition {
        display: none;
    }

    .hero-tech-track {
        animation-duration: 18s;
    }

    .home-section {
        padding: 72px 0;
    }

    .home-feature-grid,
    .home-card-grid,
    .home-card-grid.three,
    .product-strip,
    .process-timeline,
    .trust-strip-inner {
        grid-template-columns: 1fr;
    }

    .home-blog-swiper {
        grid-template-columns: 1fr;
    }

    .blog-swiper-track {
        grid-auto-columns: 100%;
    }

    .blog-swiper-btn {
        display: none;
    }

    .blog-swiper-dots {
        grid-column: 1;
    }

    .trust-strip-inner span,
    .trust-strip-inner span:first-child {
        border-left: 1px solid var(--color-line);
        border-right: 1px solid var(--color-line);
        min-height: 58px;
    }

    .services-preview-section .home-service-card,
    .service-mini-card {
        grid-template-columns: 1fr;
    }

    .services-preview-section .home-service-card p,
    .services-preview-section .home-service-card a {
        grid-column: auto;
    }

    .products-section .product-strip::before {
        display: none;
    }

    .about-stats-panel {
        grid-template-columns: 1fr;
    }

    .process-timeline {
        gap: 2.75rem;
    }

    .process-card-home {
        padding: 0;
    }

    .process-card-home::before {
        top: 124px;
    }

    .process-card-home span {
        top: 96px;
    }

    .process-icon {
        height: 96px;
        margin-bottom: 5rem;
        width: 96px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-typed-text::after,
    .hero-tech-track,
    .hero-dashboard,
    .hero-orbit,
    .orbit-ring,
    .hero-core,
    .hero-metric,
    .process-icon,
    .process-icon::before,
    .process-icon::after {
        animation: none;
    }
}

/* Cleaner compact hero */
.marketing-hero {
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(105deg, rgba(10, 12, 20, 0.97) 0%, rgba(25, 13, 48, 0.95) 58%, rgba(10, 35, 42, 0.94) 100%),
        radial-gradient(circle at 72% 42%, rgba(20, 184, 166, 0.14), transparent 22%);
    background-size: 64px 64px, 64px 64px, auto, auto;
    min-height: 88vh;
    padding: 152px 0 104px;
}

.marketing-hero::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 128px 128px;
    opacity: 0.22;
}

.marketing-hero::after {
    height: 110px;
}

.hero-particles {
    opacity: 0.28;
}

.marketing-hero .hero-badge {
    font-size: 0.68rem;
    margin-bottom: 1.2rem;
    padding: 0.48rem 0.8rem;
}

.marketing-hero .hero-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.24em;
    margin-bottom: 0.75rem;
}

.marketing-hero .hero-title {
    font-size: clamp(2rem, 3.35vw, 3.15rem);
    line-height: 1.12;
    margin-bottom: 1rem;
    max-width: 720px;
}

.hero-typed-text {
    min-width: min(700px, 100%);
}

.marketing-hero .hero-copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(0.92rem, 1.08vw, 1.02rem);
    line-height: 1.7;
    margin: 0.9rem 0 1.45rem;
    max-width: 620px;
}

.marketing-hero .hero-actions {
    gap: 0.75rem;
    margin-top: 1.45rem;
}

.marketing-hero .hero-btn {
    font-size: 0.76rem;
    min-width: 170px;
    padding: 0.9rem 1.25rem;
}

.hero-recognition {
    gap: 0.55rem;
    margin-top: 1.7rem;
}

.hero-recognition span {
    background: rgba(255, 255, 255, 0.055);
    font-size: 0.66rem;
    padding: 0.5rem 0.78rem;
}

.hero-tech-visual {
    height: min(36vw, 430px);
    opacity: 0.72;
    right: 7%;
    top: 26%;
    width: min(36vw, 500px);
}

.hero-dashboard {
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
    padding: 0.68rem;
    width: min(340px, 90%);
}

.hero-dashboard-grid {
    gap: 0.55rem;
    padding-top: 0.55rem;
}

.dashboard-panel {
    min-height: 72px;
    padding: 0.7rem;
}

.dashboard-panel strong {
    font-size: 1.35rem;
    margin-top: 0.48rem;
}

.hero-orbit {
    height: 180px;
    opacity: 0.72;
    width: 180px;
}

.ring-one {
    height: 72px;
    width: 72px;
}

.ring-two {
    height: 116px;
    width: 116px;
}

.ring-three {
    height: 170px;
    width: 170px;
}

.hero-core {
    font-size: 1.1rem;
    height: 62px;
    width: 62px;
}

.hero-metric {
    min-width: 112px;
    padding: 0.74rem;
}

.hero-metric strong {
    font-size: 1.08rem;
}

.hero-metric span {
    font-size: 0.52rem;
}

.hero-tech-marquee {
    padding: 0.62rem 0;
}

.hero-tech-track span {
    font-size: 0.76rem;
    gap: 1.55rem;
}

@media (max-width: 991.98px) {
    .marketing-hero {
        min-height: auto;
        padding: 146px 0 108px;
    }

    .hero-tech-visual {
        height: 300px;
        opacity: 0.28;
        right: -18%;
        top: 34%;
        width: 430px;
    }
}

@media (max-width: 575.98px) {
    .marketing-hero {
        padding: 158px 0 94px;
    }

    .marketing-hero .hero-title {
        font-size: 2.15rem;
    }

    .marketing-hero .hero-copy {
        font-size: 0.92rem;
    }

    .marketing-hero .hero-actions {
        max-width: 240px;
    }
}

/* Clean hero composition */
.marketing-hero {
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 76% 52%, rgba(20, 184, 166, 0.14), transparent 22%),
        linear-gradient(105deg, #071121 0%, #0a1830 48%, #112a54 100%);
    background-size: 64px 64px, 64px 64px, auto, auto;
    min-height: 88vh;
    overflow: hidden;
    padding: 150px 0 98px;
}

.marketing-hero::before {
    background:
        linear-gradient(rgba(34, 211, 238, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 211, 238, 0.045) 1px, transparent 1px);
    background-size: 128px 128px;
    opacity: 0.42;
}

.marketing-hero::after {
    background: linear-gradient(180deg, transparent 0%, rgba(7, 17, 33, 0.2) 62%, #f7f3ff 100%);
    height: 94px;
}

.hero-particles {
    opacity: 0.38;
}

.marketing-hero .container {
    position: relative;
    z-index: 4;
}

.marketing-hero .row {
    align-items: center;
}

.marketing-hero .hero-title {
    font-size: clamp(2.35rem, 4vw, 3.75rem);
    line-height: 1.08;
    max-width: 680px;
}

.marketing-hero .hero-copy {
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(1rem, 1.12vw, 1.08rem);
    line-height: 1.68;
    max-width: 580px;
}

.marketing-hero .hero-badge,
.hero-recognition span {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: none;
}

.marketing-hero .hero-btn-primary {
    background: linear-gradient(135deg, #0f84d9, #13bfd0);
    box-shadow: 0 18px 36px rgba(19, 191, 208, 0.18);
}

.marketing-hero .hero-btn-light {
    background: transparent;
}

.hero-call-float {
    display: none;
}

.hero-tech-visual {
    height: min(42vw, 520px);
    opacity: 0.9;
    right: 3%;
    top: 18%;
    width: min(42vw, 620px);
}

.hero-dashboard {
    display: none;
}

.hero-orbit {
    height: 250px;
    left: 48%;
    opacity: 0.8;
    top: 52%;
    width: 250px;
}

.ring-one {
    height: 88px;
    width: 88px;
}

.ring-two {
    height: 150px;
    width: 150px;
}

.ring-three {
    height: 230px;
    width: 230px;
}

.hero-core {
    background: linear-gradient(135deg, #0f84d9, #13bfd0);
    box-shadow: 0 0 54px rgba(19, 191, 208, 0.28);
    font-size: 1.35rem;
    height: 84px;
    width: 84px;
}

.hero-metric {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
    min-width: 124px;
    padding: 0.82rem 0.9rem;
}

.hero-metric i {
    color: #22d3ee;
}

.hero-metric strong {
    font-size: 1.34rem;
}

.hero-metric span {
    font-size: 0.62rem;
}

.metric-projects {
    right: 9%;
    top: 8%;
}

.metric-countries {
    right: 1%;
    top: 42%;
}

.metric-retention {
    bottom: 10%;
    left: 2%;
}

.metric-support {
    left: 4%;
    top: 16%;
}

.metric-delivery {
    bottom: 6%;
    right: 10%;
}

@media (max-width: 1199.98px) {
    .hero-tech-visual {
        opacity: 0.5;
        right: -4%;
        width: 540px;
    }

    .hero-metric {
        min-width: 112px;
        padding: 0.68rem 0.76rem;
    }

    .hero-metric strong {
        font-size: 1.14rem;
    }
}

@media (max-width: 991.98px) {
    .marketing-hero {
        padding: 142px 0 104px;
    }

    .hero-tech-visual {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .marketing-hero {
        padding: 148px 0 92px;
    }

    .marketing-hero .hero-title {
        font-size: 2.25rem;
    }
}

/* Services page refresh */
.services-hero {
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 82% 32%, rgba(20, 184, 166, 0.18), transparent 26%),
        linear-gradient(120deg, #071121 0%, #211044 58%, #0f3140 100%);
    background-size: 72px 72px, 72px 72px, auto, auto;
    overflow: hidden;
    position: relative;
}

.services-hero .lead {
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.25vw, 1.14rem);
    line-height: 1.75;
    margin-top: 1rem;
    max-width: 760px;
}

.services-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.service-lab-section,
.products-lab-section,
.tech-stack-section {
    padding: 96px 0;
}

.service-lab-section {
    background: #ffffff;
}

.service-lab-head {
    align-items: end;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
    margin-bottom: 2rem;
}

.service-lab-head h2 {
    color: var(--color-surface-strong);
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
}

.service-lab-head p:not(.eyebrow) {
    color: var(--color-muted);
    line-height: 1.7;
    margin: 0;
}

.service-lab-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-lab-card {
    background:
        linear-gradient(180deg, rgba(128, 18, 255, 0.05), transparent 34%),
        #ffffff;
    border: 1px solid rgba(128, 18, 255, 0.14);
    box-shadow: 0 14px 36px rgba(58, 8, 122, 0.08);
    min-height: 100%;
    overflow: hidden;
    padding: 1.35rem;
    position: relative;
    transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.service-lab-card.featured {
    background:
        radial-gradient(circle at 96% 0%, rgba(20, 184, 166, 0.22), transparent 34%),
        linear-gradient(135deg, #120b24, #31135e);
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.service-lab-card:hover {
    border-color: rgba(128, 18, 255, 0.32);
    box-shadow: 0 22px 48px rgba(58, 8, 122, 0.12);
    transform: translateY(-5px);
}

.service-lab-card > span {
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 900;
}

.service-lab-card.featured > span,
.service-lab-card.featured i,
.service-lab-card.featured h3,
.service-lab-card.featured p,
.service-lab-card.featured li {
    color: #ffffff;
}

.service-lab-card i {
    align-items: center;
    background: #f6efff;
    color: var(--color-primary);
    display: flex;
    font-size: 1rem;
    height: 44px;
    justify-content: center;
    margin: 1rem 0;
    width: 44px;
}

.service-lab-card.featured i {
    background: rgba(255, 255, 255, 0.12);
}

.service-lab-card h3 {
    color: var(--color-surface-strong);
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 0.65rem;
}

.service-lab-card p,
.service-lab-card li {
    color: var(--color-muted);
    font-size: 0.86rem;
    line-height: 1.65;
}

.service-lab-card ul {
    display: grid;
    gap: 0.45rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.service-lab-card li {
    display: flex;
    gap: 0.55rem;
}

.service-lab-card li::before {
    background: #14b8a6;
    content: "";
    flex: 0 0 auto;
    height: 6px;
    margin-top: 0.55rem;
    transform: rotate(45deg);
    width: 6px;
}

.products-lab-section {
    background:
        radial-gradient(circle at 12% 18%, rgba(128, 18, 255, 0.07), transparent 28%),
        linear-gradient(180deg, #fbf8ff, #ffffff);
}

.products-lab-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.products-lab-grid article {
    background: #ffffff;
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow-card);
    min-height: 260px;
    padding: 1.3rem;
    transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.products-lab-grid article:hover {
    border-color: rgba(128, 18, 255, 0.3);
    box-shadow: var(--shadow-soft);
    transform: translateY(-5px);
}

.products-lab-grid i {
    align-items: center;
    background: #f6efff;
    color: var(--color-primary);
    display: flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 44px;
}

.products-lab-grid h3 {
    color: var(--color-surface-strong);
    font-size: 1rem;
    font-weight: 900;
}

.products-lab-grid p {
    color: var(--color-muted);
    font-size: 0.86rem;
    line-height: 1.65;
}

.tech-stack-section {
    background: #0b1020;
    color: #ffffff;
}

.tech-stack-section .eyebrow,
.tech-stack-section h2,
.tech-stack-section p {
    color: #ffffff;
}

.tech-stack-section .service-lab-head p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.68);
}

.tech-stack-grid {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tech-stack-grid span {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    font-weight: 900;
    gap: 0.55rem;
    min-height: 66px;
    padding: 0.9rem;
    transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.tech-stack-grid span:hover {
    background: rgba(128, 18, 255, 0.34);
    border-color: rgba(20, 184, 166, 0.42);
    transform: translateY(-4px);
}

.tech-stack-grid i {
    color: #22d3ee;
    font-size: 1.1rem;
}

.service-contact-strip {
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(135deg, var(--color-primary), #120b24);
    background-size: 64px 64px, 64px 64px, auto;
    color: #ffffff;
    padding: 72px 0;
}

.service-contact-inner {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.service-contact-inner h2 {
    color: #ffffff;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    margin-bottom: 0.7rem;
    max-width: 720px;
}

.service-contact-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 0;
}

.service-contact-actions {
    display: grid;
    gap: 0.8rem;
    min-width: min(100%, 360px);
}

.service-contact-actions a {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    display: flex;
    font-weight: 800;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
}

@media (max-width: 991.98px) {
    .service-lab-head {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .service-contact-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-lab-grid,
    .products-lab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tech-stack-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .service-lab-section,
    .products-lab-section,
    .tech-stack-section {
        padding: 72px 0;
    }

    .service-lab-grid,
    .products-lab-grid,
    .tech-stack-grid {
        grid-template-columns: 1fr;
    }
}
