/* Landing: one continuous atmosphere behind header + main (no tone seam at shell top). */
body.gaisha-marketing.page-template-page-gaisha-landing {
    background: radial-gradient(circle at top left, rgba(25, 105, 205, 0.18), transparent 24%),
        radial-gradient(circle at top right, rgba(57, 252, 255, 0.18), transparent 18%),
        radial-gradient(circle at 40% 64%, rgba(147, 94, 255, 0.14), transparent 24%),
        radial-gradient(circle at 20% 90%, rgba(94, 120, 255, 0.12), transparent 18%),
        var(--bg);
}

body.gaisha-marketing.page-template-page-gaisha-landing .gaisha-landing-shell {
    background: transparent;
}

body.gaisha-marketing.page-template-page-gaisha-landing .gaisha-site-header {
    background: transparent;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: none;
    box-shadow: none;
}

body.gaisha-marketing {
    --bg: #06102b;
    --surface: rgba(11, 20, 42, 0.92);
    --surface-soft: rgba(11, 20, 42, 0.78);
    --surface-strong: rgba(18, 28, 50, 0.96);
    --border: rgba(166, 201, 255, 0.18);
    --border-soft: rgba(255, 255, 255, 0.10);
    --text: #f4f9ff;
    --muted: rgba(244, 249, 255, 0.92);
    --accent-cyan: #48f5ff;
    --accent-blue: #7bb7ff;
    --accent-purple: #a386ff;
    --gradient-primary: linear-gradient(135deg, #48f5ff 0%, #9a7cff 100%);
    --gradient-secondary: linear-gradient(135deg, #65c4ff 0%, #b28fff 100%);
    --gradient-highlight: linear-gradient(90deg, #5cf8ff 0%, #bf99ff 45%, #9c8fff 100%);
    --radius: 28px;
    --shadow: 0 24px 90px rgba(10, 25, 63, 0.34);
    --space-xxs: 0.4rem;
    --space-xs: 0.8rem;
    --space-sm: 1.2rem;
    --space-md: 1.8rem;
    --space-lg: 2.6rem;
    --space-xl: 3.5rem;
    --space-xxl: 5rem;
    /* Design system aliases (gaisha-utilities.css) */
    --gaisha-border: var(--border);
    --gaisha-surface: var(--surface-soft);
    --gaisha-surface-deep: rgba(4, 10, 24, 0.55);
    --gaisha-muted-strong: var(--muted);
    --gaisha-glow-cyan: 0 14px 40px rgba(56, 237, 255, 0.24);
    --gaisha-glow-cyan-soft: 0 10px 28px rgba(56, 237, 255, 0.2);
    --gaisha-glow-purple: 0 0 32px rgba(136, 116, 255, 0.16);
    --gaisha-glow-purple-soft: 0 0 28px rgba(136, 116, 255, 0.1);
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
}

body.gaisha-marketing.page-template-page-gaisha-landing #page,
body.gaisha-marketing.page-template-page-gaisha-landing .wp-site-blocks,
body.gaisha-marketing.page-template-page-gaisha-landing .entry-content,
body.gaisha-marketing.page-template-page-gaisha-landing .wp-block-post-content {
    max-width: none !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

body.gaisha-marketing .gaisha-landing-shell {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow-x: clip;
    background: radial-gradient(circle at top left, rgba(25, 105, 205, 0.18), transparent 24%),
        radial-gradient(circle at top right, rgba(57, 252, 255, 0.18), transparent 18%),
        radial-gradient(circle at 40% 64%, rgba(147, 94, 255, 0.14), transparent 24%),
        radial-gradient(circle at 20% 90%, rgba(94, 120, 255, 0.12), transparent 18%),
        var(--bg);
    color: var(--text);
    min-height: 100vh;
}

body.gaisha-marketing .gaisha-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: clamp(1.25rem, 3vw, 2.5rem);
    padding-right: clamp(1.25rem, 3vw, 2.5rem);
    box-sizing: border-box;
}

body.gaisha-marketing .gaisha-landing-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at 50% 14%, rgba(78, 216, 255, 0.06), transparent 18%),
        radial-gradient(circle at 10% 70%, rgba(136, 116, 255, 0.08), transparent 18%),
        radial-gradient(circle at 92% 28%, rgba(57, 252, 255, 0.06), transparent 14%),
        linear-gradient(180deg, rgba(4, 12, 24, 0.05), rgba(2, 5, 11, 0.88));
    pointer-events: none;
}

/* Hero + header read as one scene: no dark band at main top. */
body.gaisha-marketing.page-template-page-gaisha-landing .gaisha-landing-shell::after {
    background: radial-gradient(circle at 50% 14%, rgba(78, 216, 255, 0.06), transparent 18%),
        radial-gradient(circle at 10% 70%, rgba(136, 116, 255, 0.08), transparent 18%),
        radial-gradient(circle at 92% 28%, rgba(57, 252, 255, 0.06), transparent 14%),
        linear-gradient(180deg, transparent 0%, transparent 22%, rgba(4, 12, 24, 0.04) 45%, rgba(2, 5, 11, 0.82) 100%);
    pointer-events: none;
}

@keyframes gaisha-orb-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes gaisha-orb-glow {
    0%, 100% {
        opacity: 0.92;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.02);
    }
}

@keyframes gaisha-roadmap-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.04);
        opacity: 0.88;
    }
}

body.gaisha-marketing .gaisha-site-header,
body.gaisha-marketing .gaisha-site-footer,
body.gaisha-marketing .gaisha-navbar,
body.gaisha-marketing .gaisha-section,
body.gaisha-marketing .gaisha-footer {
    position: relative;
    z-index: 1;
}

body.gaisha-marketing .gaisha-site-header {
    width: 100%;
    background: linear-gradient(180deg, rgba(6, 16, 43, 0.92) 0%, rgba(6, 16, 43, 0.68) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: none;
    box-shadow:
        0 1px 0 rgba(166, 201, 255, 0.08),
        0 10px 36px rgba(2, 8, 20, 0.32);
}

body.gaisha-marketing .gaisha-site-footer {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 0;
    clear: both;
    background: rgba(11, 20, 42, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid var(--border);
    box-shadow: 0 -12px 40px rgba(2, 8, 20, 0.22);
}

body.gaisha-marketing .gaisha-navbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: 0;
    width: 100%;
    max-width: 1440px;
    min-height: 72px;
    height: 72px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
    box-sizing: border-box;
    background: transparent;
}

body.gaisha-marketing .gaisha-logo {
    grid-column: 1;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    color: var(--text);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

body.gaisha-marketing .gaisha-logo--wordmark {
    gap: 0;
    letter-spacing: 0;
    text-transform: none;
    align-self: center;
    padding: 2px 0;
}

body.gaisha-marketing .gaisha-logo-mark {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(56, 242, 255, 0.9), rgba(132, 104, 255, 0.9));
    box-shadow: 0 0 22px rgba(56, 242, 255, 0.22);
}

body.gaisha-marketing img.gaisha-logo-mark {
    display: block;
    width: auto;
    height: clamp(38px, 4.2vw, 48px);
    max-height: 52px;
    max-width: min(180px, 42vw);
    object-fit: contain;
    object-position: left center;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.gaisha-marketing .gaisha-logo-text {
    white-space: nowrap;
}

body.gaisha-marketing .gaisha-nav {
    grid-column: 2;
    justify-self: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: max-content;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

body.gaisha-marketing .gaisha-site-header ul,
body.gaisha-marketing .gaisha-site-header ol,
body.gaisha-marketing .gaisha-nav ul,
body.gaisha-marketing .gaisha-nav ol {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: max-content;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

body.gaisha-marketing .gaisha-site-header li,
body.gaisha-marketing .gaisha-nav li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

body.gaisha-marketing .gaisha-site-header li::before,
body.gaisha-marketing .gaisha-site-header li::marker,
body.gaisha-marketing .gaisha-nav li::before,
body.gaisha-marketing .gaisha-nav li::marker {
    content: none;
    display: none;
}

body.gaisha-marketing .gaisha-nav a,
body.gaisha-marketing .gaisha-nav .menu-item a,
body.gaisha-marketing .gaisha-footer-nav a,
body.gaisha-marketing .gaisha-footer-menu__list a {
    color: rgba(244, 249, 255, 0.96);
    text-decoration: none;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 1;
    transition: transform 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

body.gaisha-marketing .gaisha-nav a:hover,
body.gaisha-marketing .gaisha-nav .menu-item a:hover {
    opacity: 1;
    color: var(--accent-cyan);
    transform: translateY(-1px);
}

body.gaisha-marketing .gaisha-nav .current-menu-item > a,
body.gaisha-marketing .gaisha-nav .current_page_item > a {
    color: var(--accent-cyan);
}

body.gaisha-marketing .gaisha-footer-nav a:hover,
body.gaisha-marketing .gaisha-footer-menu__list a:hover {
    opacity: 1;
}

body.gaisha-marketing .gaisha-nav-cta {
    grid-column: 3;
    justify-self: end;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 1.25rem;
    white-space: nowrap;
}

body.gaisha-marketing .gaisha-hero {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 4.5rem 0 2.4rem;
    position: relative;
    z-index: 1;
    /* Base hero tone; dotted canvas carries the moving field on the landing template. */
    background-image: radial-gradient(circle at 14% 28%, rgba(56, 242, 255, 0.06), transparent 26%),
        radial-gradient(circle at 88% 32%, rgba(147, 95, 255, 0.045), transparent 28%);
    box-shadow: none;
}

body.gaisha-marketing.page-template-page-gaisha-landing .gaisha-hero {
    background-image: radial-gradient(ellipse 120% 80% at 50% 20%, rgba(56, 242, 255, 0.04), transparent 55%),
        radial-gradient(ellipse 90% 60% at 80% 60%, rgba(120, 90, 255, 0.03), transparent 45%);
}

body.gaisha-marketing .gaisha-hero-dotted-surface {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

body.gaisha-marketing .gaisha-hero-dotted-surface canvas {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

body.gaisha-marketing .gaisha-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 1fr);
    gap: 4rem;
    align-items: center;
}

body.gaisha-marketing .gaisha-eyebrow {
    display: inline-flex;
    padding: 0.75rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #00ddeb;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.82rem;
    margin-bottom: 1.2rem;
}

body.gaisha-marketing .gaisha-hero h1 {
    font-size: clamp(2.4rem, 3.23vw, 3.52rem);
    line-height: 1.02;
    margin: 0;
    max-width: 660px;
    letter-spacing: -0.035em;
    font-weight: 800;
    color: var(--text);
    text-shadow: 0 14px 28px rgba(4, 14, 34, 0.22);
}

body.gaisha-marketing .gaisha-hero h1 .gaisha-text-gradient {
    font-weight: inherit;

    background: linear-gradient(
        90deg,
        #34e5dd 0%,
        #5aa7ff 45%,
        #a454ff 100%
    ) !important;

    background-clip: text !important;
    -webkit-background-clip: text !important;

    color: transparent !important;
    -webkit-text-fill-color: transparent !important;

    display: inline !important;

    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

body.gaisha-marketing .gaisha-hero h1 .gaisha-text-gradient::before,
body.gaisha-marketing .gaisha-hero h1 .gaisha-text-gradient::after {
    display: none !important;
    content: none !important;
}

body.gaisha-marketing .gaisha-lead {
    max-width: 560px;
    margin: 1.4rem 0 0;
    color: rgba(245, 249, 255, 0.94);
    font-size: 1.25rem;
    line-height: 1.95;
}

body.gaisha-marketing .gaisha-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.8rem;
}

body.gaisha-marketing .gaisha-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 1.75rem;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body.gaisha-marketing .gaisha-btn:hover {
    transform: translateY(-1px);
}

body.gaisha-marketing .gaisha-btn-primary {
    color: #0d1d2b;
    background: var(--gradient-primary);
    border-color: transparent;
    box-shadow: 0 14px 40px rgba(56, 237, 255, 0.24);
}

body.gaisha-marketing .gaisha-btn-primary:hover {
    box-shadow: 0 18px 48px rgba(56, 237, 255, 0.32);
}

body.gaisha-marketing .gaisha-btn-secondary,
body.gaisha-marketing .gaisha-btn-outline {
    color: rgba(245, 250, 255, 0.96);
    background:
        linear-gradient(rgba(11, 20, 42, 0.82), rgba(11, 20, 42, 0.82)) padding-box,
        var(--gradient-primary) border-box;
    border: 1px solid transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(2, 8, 20, 0.2);
}

body.gaisha-marketing .gaisha-btn-secondary:hover,
body.gaisha-marketing .gaisha-btn-outline:hover {
    background:
        linear-gradient(rgba(16, 28, 54, 0.9), rgba(16, 28, 54, 0.9)) padding-box,
        var(--gradient-highlight) border-box;
    box-shadow: 0 10px 28px rgba(56, 237, 255, 0.16);
}

body.gaisha-marketing .gaisha-trustline {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    color: var(--muted);
    font-size: 1.55rem;
}

body.gaisha-marketing .gaisha-avatar-stack {
    display: flex;
    align-items: center;
}

body.gaisha-marketing .gaisha-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(56, 242, 255, 0.9), rgba(132, 104, 255, 0.9));
    box-shadow: 0 0 20px rgba(56, 242, 255, 0.2);
    border: 2px solid rgba(10, 19, 44, 0.9);
}

body.gaisha-marketing .gaisha-avatar + .gaisha-avatar {
    margin-left: -0.9rem;
}

@keyframes gaishaFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

body.gaisha-marketing .gaisha-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: min(560px, 78vw);
}

body.gaisha-marketing .gaisha-hero-orbit {
    position: relative;
    width: min(100%, 640px);
    min-height: min(520px, 72vw);
    margin: 0 auto;
}

body.gaisha-marketing .gaisha-hero-shrimp-block {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: inherit;
}

body.gaisha-marketing .gaisha-hero-shrimp-block .gaisha-hero-shrimp-visual,
body.gaisha-marketing .gaisha-hero-shrimp-block .hero-shrimp-visual {
    width: 100%;
    height: auto;
    min-height: 0;
}

body.gaisha-marketing .gaisha-hero-typewriter {
    margin-top: 18px;
    text-align: center;
    font-size: clamp(0.9rem, 1vw, 1.1rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #34e5dd;
    text-shadow: 0 0 18px rgba(48, 222, 220, 0.25);
    line-height: 1.35;
    max-width: min(100%, 520px);
    height: 40px;
}

body.gaisha-marketing .gaisha-hero-typewriter-text {
    background: linear-gradient(90deg, #34e5dd, #a454ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.gaisha-marketing .gaisha-hero-typewriter-cursor {
    color: #34e5dd;
    animation: gaishaCursorBlink 0.8s infinite;
}

@keyframes gaishaCursorBlink {
    0%,
    45% {
        opacity: 1;
    }

    46%,
    100% {
        opacity: 0;
    }
}

body.gaisha-marketing .gaisha-hero-shrimp-visual,
body.gaisha-marketing .hero-shrimp-visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.gaisha-marketing .gaisha-hero-shrimp-visual::before,
body.gaisha-marketing .hero-shrimp-visual::before {
    content: "";
    position: absolute;
    width: 72%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(48, 222, 220, 0.22), rgba(64, 167, 215, 0.08) 42%, transparent 68%);
    filter: blur(18px);
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.45s ease, filter 0.45s ease;
}

body.gaisha-marketing .gaisha-hero-shrimp-visual::after,
body.gaisha-marketing .hero-shrimp-visual::after {
    content: "";
    position: absolute;
    width: 58%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(145, 99, 202, 0.12), transparent 70%);
    filter: blur(28px);
    z-index: 0;
    pointer-events: none;
    transform: translate(8%, 6%);
    transition: opacity 0.45s ease;
}

body.gaisha-marketing .gaisha-hero-shrimp-visual img,
body.gaisha-marketing .hero-shrimp-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(560px, 88%);
    height: auto;
    max-height: min(520px, 78vh);
    object-fit: contain;
    filter: drop-shadow(0 0 40px rgba(48, 222, 220, 0.18));
    transition: transform 0.45s ease, filter 0.45s ease;
    animation: gaishaFloat 6s ease-in-out infinite;
}

body.gaisha-marketing .gaisha-hero-visual:hover .gaisha-hero-shrimp-visual img,
body.gaisha-marketing .gaisha-hero-visual:hover .hero-shrimp-visual img {
    transform: translateY(-8px) scale(1.025);
    filter: drop-shadow(0 0 28px rgba(48, 222, 220, 0.35));
    animation-play-state: paused;
}

body.gaisha-marketing .gaisha-hero-visual:hover .gaisha-hero-shrimp-visual::before,
body.gaisha-marketing .gaisha-hero-visual:hover .hero-shrimp-visual::before {
    opacity: 1;
    filter: blur(22px);
    background: radial-gradient(circle, rgba(48, 222, 220, 0.32), rgba(64, 167, 215, 0.1) 42%, transparent 68%);
}

body.gaisha-marketing .gaisha-hero-label {
    position: absolute;
    z-index: 3;
    max-width: 160px;
    color: #fff;
    text-align: left;
    animation: none;
    transform: none;
}

body.gaisha-marketing .gaisha-hero-label-icon,
body.gaisha-marketing .gaisha-hero-label__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    border-radius: 999px;
    border: 1px solid rgba(48, 222, 220, 0.55);
    background: rgba(4, 8, 19, 0.55);
    color: #48f5ff;
    box-shadow: 0 0 18px rgba(48, 222, 220, 0.12);
    animation: none;
    transform: none;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

body.gaisha-marketing .gaisha-hero-label-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    animation: none;
    transform: none;
    transition: none;
}

body.gaisha-marketing .gaisha-hero-label-icon svg,
body.gaisha-marketing .gaisha-hero-label__icon svg {
    width: 30px;
    height: 30px;
    animation: none;
    transform: none;
}

body.gaisha-marketing .gaisha-hero-label h3,
body.gaisha-marketing .gaisha-hero-label h4,
body.gaisha-marketing .gaisha-hero-label__title {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    color: #f4f9ff;
    letter-spacing: -0.02em;
}

body.gaisha-marketing .gaisha-hero-label p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.78);
}

body.gaisha-marketing .gaisha-hero-label::after {
    content: "";
    position: absolute;
    top: 32px;
    width: 90px;
    height: 1px;
    background: linear-gradient(90deg, rgba(48, 222, 220, 0.9), transparent);
    pointer-events: none;
}

body.gaisha-marketing .gaisha-label-sensors {
    top: 10%;
    left: 0;
}

body.gaisha-marketing .gaisha-label-vision {
    bottom: 16%;
    left: 0;
}

body.gaisha-marketing .gaisha-label-ai {
    top: 14%;
    right: 0;
    text-align: right;
}

body.gaisha-marketing .gaisha-label-lab {
    bottom: 18%;
    right: 0;
    text-align: right;
}

body.gaisha-marketing .gaisha-label-ai .gaisha-hero-label-icon,
body.gaisha-marketing .gaisha-label-lab .gaisha-hero-label-icon,
body.gaisha-marketing .gaisha-label-ai .gaisha-hero-label__icon,
body.gaisha-marketing .gaisha-label-lab .gaisha-hero-label__icon {
    margin-left: auto;
}

body.gaisha-marketing .gaisha-label-sensors::after,
body.gaisha-marketing .gaisha-label-vision::after {
    left: 72px;
}

body.gaisha-marketing .gaisha-label-ai::after,
body.gaisha-marketing .gaisha-label-lab::after {
    right: 72px;
    left: auto;
    background: linear-gradient(270deg, rgba(48, 222, 220, 0.9), transparent);
}

/* Legacy boxed orb UI — hidden if present */
body.gaisha-marketing .gaisha-orb-shell,
body.gaisha-marketing .gaisha-orb-label {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    body.gaisha-marketing .gaisha-hero-shrimp-visual img,
    body.gaisha-marketing .hero-shrimp-visual img {
        animation: none;
        transition: filter 0.2s ease;
    }

    body.gaisha-marketing .gaisha-hero-visual:hover .gaisha-hero-shrimp-visual img,
    body.gaisha-marketing .gaisha-hero-visual:hover .hero-shrimp-visual img {
        transform: none;
    }
}

@media (max-width: 900px) {
    body.gaisha-marketing .gaisha-hero-orbit {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 1.25rem;
        align-items: center;
        width: min(100%, 480px);
        min-height: 0;
        padding-bottom: 0.5rem;
    }

    body.gaisha-marketing .gaisha-hero-shrimp-block {
        grid-column: 1 / -1;
        order: -1;
        min-height: min(380px, 58vw);
    }

    body.gaisha-marketing .gaisha-hero-shrimp-block .gaisha-hero-shrimp-visual,
    body.gaisha-marketing .gaisha-hero-shrimp-block .hero-shrimp-visual {
        min-height: min(340px, 52vw);
    }

    body.gaisha-marketing .gaisha-hero-typewriter {
        margin-top: 12px;
        font-size: clamp(0.78rem, 2.8vw, 0.95rem);
    }

    body.gaisha-marketing .gaisha-hero-label {
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        max-width: none;
        text-align: left !important;
    }

    body.gaisha-marketing .gaisha-hero-label::after {
        display: none;
    }

    body.gaisha-marketing .gaisha-label-ai .gaisha-hero-label-icon,
    body.gaisha-marketing .gaisha-label-lab .gaisha-hero-label-icon,
    body.gaisha-marketing .gaisha-label-ai .gaisha-hero-label__icon,
    body.gaisha-marketing .gaisha-label-lab .gaisha-hero-label__icon {
        margin-left: 0;
    }
}

body.gaisha-marketing .gaisha-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 2.8rem 0 4rem;
    position: relative;
    overflow: hidden;
}

body.gaisha-marketing .gaisha-section:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4.5rem;
    
    pointer-events: none;
    z-index: 0;
}

body.gaisha-marketing .gaisha-section > * {
    position: relative;
    z-index: 1;
}

body.gaisha-marketing .gaisha-section + .gaisha-section {
    border-top: none;
    padding-top: 3rem;
}

body.gaisha-marketing .gaisha-section-header {
    text-align: center;
    margin-bottom: 2.4rem;
}

body.gaisha-marketing .gaisha-section-header h2 {
    font-size: clamp(2.4rem, 3vw, 3rem);
    line-height: 1.08;
    margin: 0;
    letter-spacing: -0.03em;
}

body.gaisha-marketing .gaisha-section-header p {
    margin: 1rem auto 0;
    color: var(--muted);
    max-width: 640px;
    font-size: 1rem;
    line-height: 1.8;
}

body.gaisha-marketing .gaisha-labs-grid,
body.gaisha-marketing .gaisha-cta-grid {
    display: grid;
    gap: 1.4rem;
}

/* Ecosystem — AI Core diagram (left / center / right + Memory below core) */
body.gaisha-marketing .gaisha-section.gaisha-ecosystem {
    padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
    overflow: visible;
}

body.gaisha-marketing .gaisha-section.gaisha-ecosystem > .gaisha-container {
    max-width: min(1480px, 96vw);
}

body.gaisha-marketing .gaisha-ecosystem-section-header {
    margin-bottom: 1.5rem;
    text-align: center;
}

body.gaisha-marketing .gaisha-ecosystem-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 auto 2rem;
    max-width: 920px;
}

body.gaisha-marketing .gaisha-ecosystem-filter {
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(48, 222, 220, 0.28);
    background: rgba(4, 10, 24, 0.55);
    color: rgba(230, 245, 255, 0.82);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.gaisha-marketing .gaisha-ecosystem-filter:hover,
body.gaisha-marketing .gaisha-ecosystem-filter.is-active {
    color: #f4fbff;
    border-color: rgba(48, 222, 220, 0.65);
    background: rgba(48, 222, 220, 0.1);
    box-shadow: 0 0 18px rgba(48, 222, 220, 0.14);
}

body.gaisha-marketing .gaisha-ecosystem-diagram {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) 360px minmax(320px, 1fr);
    column-gap: clamp(48px, 6vw, 96px);
    row-gap: 0;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

body.gaisha-marketing .gaisha-ecosystem-column {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    grid-row: 1;
    align-self: center;
}

body.gaisha-marketing .gaisha-ecosystem-column--left {
    grid-column: 1;
    align-items: flex-end;
}

body.gaisha-marketing .gaisha-ecosystem-column--right {
    grid-column: 3;
    align-items: flex-start;
}

body.gaisha-marketing .gaisha-ecosystem-center-column {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    z-index: 2;
}

body.gaisha-marketing .gaisha-ecosystem-core-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

body.gaisha-marketing .gaisha-ecosystem-core {
    --core-teal: 92, 198, 228;
    --core-blue: 78, 148, 255;
    --core-violet: 148, 98, 255;
    --core-magenta: 210, 120, 255;
    position: relative;
    width: min(280px, 72vw);
    aspect-ratio: 1;
    border-radius: 999px;
    display: grid;
    place-items: center;
    isolation: isolate;
}

body.gaisha-marketing .gaisha-ecosystem-core__glow {
    position: absolute;
    inset: -16%;
    border-radius: inherit;
    background:
        radial-gradient(circle at 30% 24%, rgba(var(--core-magenta), 0.26), transparent 46%),
        radial-gradient(circle at 26% 38%, rgba(var(--core-violet), 0.22), transparent 50%),
        radial-gradient(circle at 74% 62%, rgba(var(--core-blue), 0.24), transparent 52%),
        radial-gradient(circle at 68% 44%, rgba(var(--core-teal), 0.16), transparent 54%),
        radial-gradient(circle at 50% 50%, rgba(var(--core-blue), 0.1), transparent 62%);
    filter: blur(20px) saturate(1.12);
    opacity: 0.9;
    animation: gaisha-ecosystem-core-glow-pulse 5.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes gaisha-ecosystem-core-glow-pulse {
    0%,
    100% {
        opacity: 0.78;
        transform: scale(0.97);
        filter: blur(20px) saturate(1.08);
    }

    50% {
        opacity: 1;
        transform: scale(1.04);
        filter: blur(22px) saturate(1.16);
    }
}

body.gaisha-marketing .gaisha-ecosystem-core__ring {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: none;
    background: transparent;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05) inset,
        -10px -6px 32px rgba(var(--core-violet), 0.2),
        12px 8px 36px rgba(var(--core-blue), 0.18),
        0 0 48px rgba(var(--core-violet), 0.14),
        0 0 72px rgba(var(--core-blue), 0.1);
    pointer-events: none;
    z-index: 1;
}

body.gaisha-marketing .gaisha-ecosystem-core__ring::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.5px;
    background: conic-gradient(
        from 215deg at 50% 50%,
        rgba(var(--core-teal), 0.82) 0deg,
        rgba(var(--core-blue), 0.88) 82deg,
        rgba(var(--core-violet), 0.9) 158deg,
        rgba(var(--core-magenta), 0.78) 228deg,
        rgba(var(--core-blue), 0.84) 300deg,
        rgba(var(--core-teal), 0.82) 360deg
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

body.gaisha-marketing .gaisha-ecosystem-core__ring::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: inherit;
    border: 1px dashed rgba(var(--core-blue), 0.28);
    box-shadow:
        0 0 14px rgba(var(--core-violet), 0.12),
        inset 0 0 10px rgba(var(--core-teal), 0.06);
    animation: gaisha-ecosystem-core-ring-spin 28s linear infinite;
    pointer-events: none;
}

@keyframes gaisha-ecosystem-core-ring-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body.gaisha-marketing .gaisha-ecosystem-core__inner {
    position: absolute;
    inset: 12px;
    z-index: 2;
    border-radius: 999px;
    overflow: hidden;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 0;
    background: transparent;
    box-shadow:
        0 0 0 1px rgba(var(--core-blue), 0.24) inset,
        -6px -4px 22px rgba(var(--core-violet), 0.12),
        6px 4px 24px rgba(var(--core-blue), 0.1),
        0 0 36px rgba(var(--core-violet), 0.08);
}

body.gaisha-marketing .gaisha-ecosystem-core__art {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0;
}

body.gaisha-marketing .gaisha-ecosystem-core__label {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    align-items: center;
    padding: 0.35rem 0.5rem;
    pointer-events: none;
    text-shadow:
        0 0 14px rgba(var(--core-teal), 0.55),
        0 0 22px rgba(var(--core-violet), 0.4),
        0 0 8px rgba(4, 8, 19, 0.85);
}

body.gaisha-marketing .gaisha-ecosystem-core__brand {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: linear-gradient(92deg, #5ec6e4 0%, #6a9eff 48%, #9d6bff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.gaisha-marketing .gaisha-ecosystem-core__title {
    font-size: clamp(0.95rem, 1.6vw, 1.1rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(244, 251, 255, 0.92);
}

body.gaisha-marketing .gaisha-ecosystem-memory-wrap {
    position: relative;
    width: min(100%, 400px);
    margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
    padding-top: 1.5rem;
}

body.gaisha-marketing .gaisha-ecosystem-memory-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 1.5rem;
    background: linear-gradient(180deg, rgba(48, 222, 220, 0.75), rgba(48, 222, 220, 0.12));
    transform: translateX(-50%);
    pointer-events: none;
}

body.gaisha-marketing .gaisha-ecosystem-memory-wrap .gaisha-ecosystem-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

body.gaisha-marketing .gaisha-ecosystem-core__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    transform: scale(1.61);
    transform-origin: center center;
    will-change: transform;
    animation: gaisha-ecosystem-core-art-breathe 6s ease-in-out infinite;
}

@keyframes gaisha-ecosystem-core-art-breathe {
    0%,
    100% {
        transform: scale(1.61);
    }

    50% {
        transform: scale(1.66);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.gaisha-marketing .gaisha-ecosystem-core__glow,
    body.gaisha-marketing .gaisha-ecosystem-core__ring::before,
    body.gaisha-marketing .gaisha-ecosystem-core__image {
        animation: none;
        transform: scale(1.61);
    }
}

body.gaisha-marketing .gaisha-ecosystem-core__embed {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

body.gaisha-marketing .gaisha-ecosystem-core__embed iframe,
body.gaisha-marketing .gaisha-ecosystem-core__embed svg {
    max-width: 100%;
    max-height: 100%;
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.75rem 0.9rem;
    align-items: center;
    width: min(100%, 340px);
    padding: 0.9rem 1rem;
    border-radius: 18px;
    border: 1px solid transparent;
    margin: 0;
    font: inherit;
    text-align: left;
    color: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background:
        linear-gradient(#0b1224, #0b1224) padding-box,
        linear-gradient(135deg, #30dedc, #9163ca) border-box !important;
    background-color: transparent !important;
    background-image: none !important;
    backdrop-filter: blur(22px) saturate(140%);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    box-shadow: none;
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card:hover {
    background:
        linear-gradient(rgba(14, 24, 48, 0.96), rgba(14, 24, 48, 0.96)) padding-box,
        linear-gradient(135deg, #30dedc, #9163ca) border-box !important;
    background-image: none !important;
    box-shadow: 0 10px 28px rgba(56, 237, 255, 0.1) !important;
    transform: translateY(-2px);
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            rgba(64, 167, 215, 0.13),
            rgba(145, 99, 202, 0.1),
            rgba(48, 222, 220, 0.08)
        );
    pointer-events: none;
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card > * {
    position: relative;
    z-index: 1;
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card::after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 50%;
    width: clamp(28px, 4vw, 52px);
    height: 1px;
    background: linear-gradient(90deg, rgba(48, 222, 220, 0.75), rgba(48, 222, 220, 0.05));
    pointer-events: none;
    transform: translateY(-50%);
}

body.gaisha-marketing .gaisha-ecosystem-card--left::after {
    right: calc(-1 * clamp(28px, 4vw, 52px));
}

body.gaisha-marketing .gaisha-ecosystem-card--right::after {
    left: calc(-1 * clamp(28px, 4vw, 52px));
    background: linear-gradient(270deg, rgba(48, 222, 220, 0.75), rgba(48, 222, 220, 0.05));
}

body.gaisha-marketing .gaisha-ecosystem-card--bottom::after {
    display: none;
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-icon,
body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card-icon {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: var(--accent-cyan);
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-icon img,
body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-icon svg,
body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card-icon img,
body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card-icon svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

body.gaisha-marketing .gaisha-ecosystem-card-body {
    min-width: 0;
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card h3 {
    margin: 0 0 0.35rem;
    font-size: 0.92rem;
    line-height: 1.25;
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(220, 235, 255, 0.72);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card__hint {
    display: inline-flex;
    margin-top: 0.55rem;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--accent-cyan);
}

body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card:focus-visible {
    outline: none;
    box-shadow: 0 10px 28px rgba(56, 237, 255, 0.14), 0 0 0 2px rgba(48, 222, 220, 0.4) !important;
}

/* Ecosystem intelligence module modal */
body.gaisha-marketing.gaisha-ecosystem-modal-open {
    overflow: hidden;
}

body.gaisha-marketing .gaisha-ecosystem-modal {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

body.gaisha-marketing .gaisha-ecosystem-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.gaisha-marketing .gaisha-ecosystem-modal__backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(2, 6, 16, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.gaisha-marketing .gaisha-ecosystem-modal__panel {
    position: relative;
    z-index: 2;
    width: min(100%, 640px);
    max-height: min(90vh, 760px);
    overflow: auto;
    padding: clamp(1.35rem, 3vw, 1.85rem);
    border-radius: 22px;
    border: 1px solid transparent;
    background:
        linear-gradient(rgba(8, 14, 32, 0.97), rgba(8, 14, 32, 0.97)) padding-box,
        linear-gradient(135deg, rgba(48, 222, 220, 0.55), rgba(145, 99, 202, 0.5)) border-box;
    box-shadow:
        0 36px 100px rgba(0, 0, 0, 0.55),
        0 0 72px rgba(48, 222, 220, 0.12);
    transform: translateY(14px) scale(0.98);
    transition: transform 0.28s ease;
}

body.gaisha-marketing .gaisha-ecosystem-modal.is-open .gaisha-ecosystem-modal__panel {
    transform: translateY(0) scale(1);
}

body.gaisha-marketing .gaisha-ecosystem-modal__close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 3;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid rgba(48, 222, 220, 0.35);
    border-radius: 999px;
    background: rgba(4, 10, 24, 0.72);
    color: #f4f9ff;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

body.gaisha-marketing .gaisha-ecosystem-modal__close:hover {
    border-color: rgba(48, 222, 220, 0.65);
    background: rgba(48, 222, 220, 0.12);
}

body.gaisha-marketing .gaisha-ecosystem-modal__content[hidden] {
    display: none !important;
}

body.gaisha-marketing .gaisha-ecosystem-modal__hero {
    display: flex;
    align-items: flex-start;
    gap: clamp(0.85rem, 2vw, 1.15rem);
    margin-bottom: 1.15rem;
    padding-right: 2rem;
}

body.gaisha-marketing .gaisha-ecosystem-modal__orb {
    position: relative;
    flex: 0 0 auto;
    width: clamp(64px, 8vw, 80px);
    height: clamp(64px, 8vw, 80px);
}

body.gaisha-marketing .gaisha-ecosystem-modal__orb-glow {
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(145, 99, 202, 0.35), rgba(48, 222, 220, 0.2) 45%, transparent 70%);
    animation: gaisha-ecosystem-orb-pulse 3.2s ease-in-out infinite;
}

@keyframes gaisha-ecosystem-orb-pulse {
    0%,
    100% {
        opacity: 0.75;
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

body.gaisha-marketing .gaisha-ecosystem-modal__orb-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 35%, rgba(72, 245, 255, 0.55), transparent 48%),
        radial-gradient(circle at 62% 68%, rgba(145, 99, 202, 0.45), transparent 50%),
        rgba(4, 8, 20, 0.95);
    box-shadow:
        0 0 32px rgba(145, 99, 202, 0.35),
        inset 0 0 14px rgba(72, 245, 255, 0.15);
    color: #48f5ff;
}

body.gaisha-marketing .gaisha-ecosystem-modal__orb-icon svg {
    width: 34px;
    height: 34px;
}

body.gaisha-marketing .gaisha-ecosystem-modal__title {
    margin: 0 0 0.45rem;
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 800;
    line-height: 1.25;
    color: #f4f9ff;
}

body.gaisha-marketing .gaisha-ecosystem-modal__description {
    margin: 0;
    font-size: clamp(0.88rem, 1.1vw, 0.96rem);
    line-height: 1.65;
    color: rgba(220, 235, 255, 0.78);
}

body.gaisha-marketing .gaisha-ecosystem-modal__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 0 0 1.15rem;
    padding: 0;
    list-style: none;
}

body.gaisha-marketing .gaisha-ecosystem-modal__feature {
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    border: 1px solid rgba(48, 222, 220, 0.14);
    background: rgba(4, 12, 28, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.gaisha-marketing .gaisha-ecosystem-modal__feature-title {
    display: block;
    margin: 0 0 0.25rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #f4f9ff;
}

body.gaisha-marketing .gaisha-ecosystem-modal__feature-text {
    display: block;
    font-size: 0.76rem;
    line-height: 1.45;
    color: rgba(220, 235, 255, 0.68);
}

body.gaisha-marketing .gaisha-ecosystem-modal__future {
    margin-bottom: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    border: 1px solid rgba(145, 99, 202, 0.2);
    background: linear-gradient(135deg, rgba(48, 222, 220, 0.06), rgba(145, 99, 202, 0.08));
}

body.gaisha-marketing .gaisha-ecosystem-modal__future-label {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #48f5ff;
}

body.gaisha-marketing .gaisha-ecosystem-modal__future-text {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: rgba(220, 235, 255, 0.74);
}

@media (max-width: 640px) {
    body.gaisha-marketing .gaisha-ecosystem-modal__features {
        grid-template-columns: 1fr;
    }

    body.gaisha-marketing .gaisha-ecosystem-modal__hero {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 0;
    }
}

@media (max-width: 1100px) {
    body.gaisha-marketing .gaisha-ecosystem-diagram {
        grid-template-columns: 1fr 1fr;
        column-gap: 1.25rem;
    }

    body.gaisha-marketing .gaisha-ecosystem-center-column {
        grid-column: 1 / -1;
        grid-row: 1;
        order: -1;
    }

    body.gaisha-marketing .gaisha-ecosystem-column--left {
        grid-column: 1;
        grid-row: 2;
        align-items: stretch;
    }

    body.gaisha-marketing .gaisha-ecosystem-column--right {
        grid-column: 2;
        grid-row: 2;
        align-items: stretch;
    }

    body.gaisha-marketing .gaisha-ecosystem-diagram .gaisha-ecosystem-card {
        width: 100%;
        max-width: none;
    }

    body.gaisha-marketing .gaisha-ecosystem-card--left::after,
    body.gaisha-marketing .gaisha-ecosystem-card--right::after {
        display: none;
    }

    body.gaisha-marketing .gaisha-ecosystem-memory-wrap {
        width: min(100%, 420px);
    }
}

@media (max-width: 720px) {
    body.gaisha-marketing .gaisha-ecosystem-diagram {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    body.gaisha-marketing .gaisha-ecosystem-center-column {
        grid-column: 1;
        grid-row: 1;
    }

    body.gaisha-marketing .gaisha-ecosystem-column--left {
        grid-column: 1;
        grid-row: 2;
        align-items: stretch;
    }

    body.gaisha-marketing .gaisha-ecosystem-column--right {
        grid-column: 1;
        grid-row: 3;
        align-items: stretch;
    }

    body.gaisha-marketing .gaisha-ecosystem-memory-wrap::before {
        display: none;
    }

    body.gaisha-marketing .gaisha-ecosystem-filters {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.25rem;
        scrollbar-width: none;
    }

    body.gaisha-marketing .gaisha-ecosystem-filters::-webkit-scrollbar {
        display: none;
    }

    body.gaisha-marketing .gaisha-ecosystem-filter {
        flex: 0 0 auto;
    }
}

body.gaisha-marketing .gaisha-ecosystem-card,
body.gaisha-marketing .gaisha-labs-card,
body.gaisha-marketing .gaisha-cta-card,
body.gaisha-marketing .gaisha-assistant-panel {
    background: rgba(10, 18, 40, 0.90);
    background-image: radial-gradient(circle at top left, rgba(41, 115, 255, 0.12), transparent 18%),
        radial-gradient(circle at bottom right, rgba(57, 242, 255, 0.06), transparent 26%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24), inset 0 0 1px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(18px);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

body.gaisha-marketing .gaisha-ecosystem-card,
body.gaisha-marketing .gaisha-labs-card,
body.gaisha-marketing .gaisha-cta-card {
    padding: 1.8rem;
}

body.gaisha-marketing .gaisha-ecosystem-icon,
body.gaisha-marketing .gaisha-labs-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    margin-bottom: 1.2rem;
    background: rgba(33, 69, 144, 0.18);
    color: var(--accent-cyan);
}

body.gaisha-marketing .gaisha-ecosystem-icon svg {
    width: 28px;
    height: 28px;
}

body.gaisha-marketing .gaisha-ecosystem-card h3,
body.gaisha-marketing .gaisha-labs-card h3,
body.gaisha-marketing .gaisha-cta-card h3 {
    margin: 0 0 0.9rem;
    font-size: 1.05rem;
}

body.gaisha-marketing .gaisha-ecosystem-card p,
body.gaisha-marketing .gaisha-labs-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
    font-size: 0.97rem;
}

body.gaisha-marketing .gaisha-ecosystem-card a {
    display: inline-flex;
    margin-top: 1.4rem;
    font-size: 0.95rem;
    color: var(--accent-cyan);
    text-decoration: none;
}

/* Talk to GAISHA — immersive assistant console */
body.gaisha-marketing .gaisha-section.gaisha-talk {
    padding-top: 2rem;
    padding-bottom: 2.35rem;
}

body.gaisha-marketing .gaisha-talk-shell {
    display: grid;
    grid-template-columns: minmax(0, 36%) minmax(0, 64%);
    gap: clamp(1.15rem, 2.2vw, 1.75rem);
    align-items: stretch;
}

body.gaisha-marketing .gaisha-talk-intro {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 0;
    padding-top: 0.15rem;
}

body.gaisha-marketing .gaisha-talk-title {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 1.95rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: #f4f9ff;
}

body.gaisha-marketing .gaisha-talk-subtitle {
    margin: 0;
    color: rgba(220, 235, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.5;
}

body.gaisha-marketing .gaisha-talk-prompts {
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    margin-top: 0.35rem;
}

body.gaisha-marketing .gaisha-talk-prompt-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-height: 0;
    padding: 0.55rem 0.7rem 0.55rem 0.8rem;
    border-radius: 10px;
    border: 1px solid rgba(48, 222, 220, 0.14);
    background: rgba(4, 10, 24, 0.82);
    color: rgba(244, 249, 255, 0.92);
    font-size: 0.76rem;
    line-height: 1.35;
    text-align: left;
    cursor: default;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.gaisha-marketing .gaisha-talk-prompt-btn:hover {
    border-color: rgba(48, 222, 220, 0.32);
    background: rgba(48, 222, 220, 0.07);
    box-shadow: 0 0 16px rgba(48, 222, 220, 0.08);
}

body.gaisha-marketing .gaisha-talk-prompt-text {
    flex: 1 1 auto;
    min-width: 0;
}

body.gaisha-marketing .gaisha-talk-prompt-arrow {
    flex: 0 0 auto;
    display: inline-flex;
    width: 14px;
    height: 14px;
    color: #48f5ff;
    opacity: 0.9;
    filter: drop-shadow(0 0 6px rgba(48, 222, 220, 0.35));
}

body.gaisha-marketing .gaisha-talk-prompt-arrow svg {
    width: 14px;
    height: 14px;
}

body.gaisha-marketing .gaisha-talk-explore {
    display: inline-flex;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #48f5ff;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

body.gaisha-marketing .gaisha-talk-explore:hover {
    color: #7af0eb;
    text-shadow: 0 0 14px rgba(48, 222, 220, 0.35);
}

body.gaisha-marketing .gaisha-talk-assistant {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    min-width: 0;
    height: 100%;
}

body.gaisha-marketing .gaisha-talk-panel.gaisha-assistant-panel {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: clamp(300px, 36vw, 400px);
    padding: clamp(1rem, 1.6vw, 1.2rem) clamp(1.05rem, 1.7vw, 1.25rem) clamp(1rem, 1.5vw, 1.15rem);
    border-radius: 18px;
    border: 1px solid transparent;
    background:
        linear-gradient(rgba(6, 12, 28, 0.88), rgba(6, 12, 28, 0.88)) padding-box,
        linear-gradient(135deg, rgba(48, 222, 220, 0.42), rgba(145, 99, 202, 0.36)) border-box !important;
    background-image: none !important;
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 0 36px rgba(48, 222, 220, 0.07) !important;
    backdrop-filter: blur(20px) saturate(145%);
    -webkit-backdrop-filter: blur(20px) saturate(145%);
}

body.gaisha-marketing .gaisha-talk-panel.gaisha-assistant-panel::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 15px;
    background:
        radial-gradient(ellipse 70% 80% at 8% 30%, rgba(145, 99, 202, 0.14), transparent 55%),
        radial-gradient(ellipse 60% 70% at 92% 70%, rgba(48, 222, 220, 0.08), transparent 50%);
    pointer-events: none;
}

body.gaisha-marketing .gaisha-talk-panel.gaisha-assistant-panel:hover {
    transform: none !important;
}

body.gaisha-marketing .gaisha-talk-panel-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: clamp(0.75rem, 1.2vw, 1rem);
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: clamp(0.85rem, 1.5vw, 1.25rem);
}

body.gaisha-marketing .gaisha-talk-panel-orb {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.gaisha-marketing .gaisha-talk-panel-orb .gaisha-assistant-orb {
    width: clamp(64px, 5.5vw, 76px);
    height: clamp(64px, 5.5vw, 76px);
    background:
        radial-gradient(circle at 38% 35%, rgba(72, 245, 255, 0.62), transparent 48%),
        radial-gradient(circle at 62% 68%, rgba(145, 99, 202, 0.52), transparent 50%),
        rgba(4, 8, 20, 0.95);
    box-shadow:
        0 0 36px rgba(145, 99, 202, 0.42),
        0 0 24px rgba(48, 222, 220, 0.3),
        inset 0 0 16px rgba(72, 245, 255, 0.18);
}

body.gaisha-marketing .gaisha-talk-panel-copy {
    flex: 1;
    min-width: 0;
}

body.gaisha-marketing .gaisha-talk-panel-copy .gaisha-assistant-label {
    margin: 0 0 0.4rem;
    font-size: clamp(1.02rem, 1.2vw, 1.12rem);
    line-height: 1.3;
    font-weight: 700;
    color: #f4f9ff;
}

body.gaisha-marketing .gaisha-talk-panel-copy .gaisha-assistant-copy {
    margin: 0;
    font-size: clamp(0.84rem, 0.95vw, 0.92rem);
    line-height: 1.6;
    color: rgba(220, 235, 255, 0.76);
    max-width: 36ch;
}

body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-input-bar {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    margin-top: auto;
}

body.gaisha-marketing .gaisha-ecosystem-card:hover,
body.gaisha-marketing .gaisha-labs-card:hover,
body.gaisha-marketing .gaisha-assistant-panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
}

body.gaisha-marketing .gaisha-assistant-panel {
    padding: 2rem;
}

body.gaisha-marketing .gaisha-assistant-orb {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(57, 240, 255, 0.35), transparent 45%),
        radial-gradient(circle at 60% 60%, rgba(135, 104, 255, 0.2), transparent 45%),
        rgba(6, 12, 24, 0.92);
    box-shadow: 0 20px 45px rgba(47, 222, 255, 0.18);
}

body.gaisha-marketing .gaisha-assistant-label {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 700;
}

body.gaisha-marketing .gaisha-assistant-copy {
    margin: 0.6rem 0 0;
    color: var(--muted);
    line-height: 1.8;
}

body.gaisha-marketing .gaisha-chat-input-bar {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    padding: 0.35rem 0.4rem 0.35rem 0.45rem;
    border-radius: 12px;
    border: 1px solid rgba(48, 222, 220, 0.14);
    background:
        radial-gradient(ellipse 90% 120% at 0% 0%, rgba(64, 167, 215, 0.08), transparent 55%),
        rgba(2, 8, 18, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-input-bar {
    gap: 0.45rem;
    min-height: 52px;
    padding: 0.5rem 0.55rem 0.5rem 0.6rem;
    border-radius: 14px;
    border-color: rgba(48, 222, 220, 0.22);
}

body.gaisha-marketing .gaisha-chat-input-tools,
body.gaisha-marketing .gaisha-chat-input-actions {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex: 0 0 auto;
}

body.gaisha-marketing .gaisha-chat-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 9px;
    background: transparent;
    color: #48f5ff;
    cursor: default;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-icon-btn {
    width: 32px;
    height: 32px;
    color: rgba(72, 245, 255, 0.92);
}

body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-icon-btn svg {
    width: 17px;
    height: 17px;
}

body.gaisha-marketing .gaisha-chat-icon-btn svg {
    width: 16px;
    height: 16px;
}

body.gaisha-marketing .gaisha-chat-icon-btn:hover {
    color: var(--accent-cyan);
    background: rgba(48, 222, 220, 0.08);
}

body.gaisha-marketing .gaisha-chat-field {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}

body.gaisha-marketing .gaisha-chat-field input {
    display: block;
    width: 100%;
    min-height: 32px;
    border: none;
    padding: 0.35rem 0.25rem;
    background: transparent;
    color: var(--text);
    font-family: inherit;
    font-size: 0.88rem;
    line-height: 1.45;
    outline: none;
    cursor: text;
}

body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-field input {
    min-height: 38px;
    padding: 0.45rem 0.35rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

body.gaisha-marketing .gaisha-chat-field input::placeholder {
    color: rgba(238, 245, 255, 0.45);
}

body.gaisha-marketing .gaisha-chat-mic-btn {
    border-radius: 50% !important;
    border: 1px solid rgba(48, 222, 220, 0.22) !important;
    background: rgba(4, 12, 28, 0.65) !important;
}

body.gaisha-marketing .gaisha-chat-send-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #9163ca 0%, #5aa7ff 48%, #34e5dd 100%);
    color: #f4f9ff;
    cursor: default;
    box-shadow: 0 6px 18px rgba(145, 99, 202, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-mic-btn {
    width: 36px !important;
    height: 36px !important;
}

body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-send-btn {
    width: 36px;
    height: 36px;
}

body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-send-btn svg {
    width: 17px;
    height: 17px;
}

body.gaisha-marketing .gaisha-chat-send-btn svg {
    stroke: currentColor;
}

body.gaisha-marketing .gaisha-chat-send-btn svg {
    width: 16px;
    height: 16px;
}

body.gaisha-marketing .gaisha-chat-send-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(56, 237, 255, 0.24);
}

/* Talk feature strip — unified 4-column glass row */
body.gaisha-marketing .gaisha-talk-features {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-radius: 14px;
    border: 1px solid transparent;
    background:
        linear-gradient(rgba(5, 12, 28, 0.62), rgba(5, 12, 28, 0.62)) padding-box,
        linear-gradient(135deg, rgba(48, 222, 220, 0.34), rgba(145, 99, 202, 0.28)) border-box;
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    box-shadow:
        0 12px 36px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 28px rgba(48, 222, 220, 0.05);
    overflow: hidden;
}

body.gaisha-marketing .gaisha-talk-features::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(48, 222, 220, 0.08), transparent 55%);
    pointer-events: none;
}

body.gaisha-marketing .gaisha-talk-feature {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.7rem;
    text-align: left;
}

body.gaisha-marketing .gaisha-talk-feature + .gaisha-talk-feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18%;
    bottom: 18%;
    width: 1px;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(48, 222, 220, 0.26),
        rgba(145, 99, 202, 0.2),
        transparent
    );
}

body.gaisha-marketing .gaisha-talk-feature__icon {
    flex: 0 0 auto;
    display: inline-flex;
    color: #48f5ff;
    filter: drop-shadow(0 0 10px rgba(48, 222, 220, 0.3));
}

body.gaisha-marketing .gaisha-talk-feature__icon svg {
    width: 18px;
    height: 18px;
}

body.gaisha-marketing .gaisha-talk-feature__body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

body.gaisha-marketing .gaisha-talk-feature__title {
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.25;
    color: #f4f9ff;
}

body.gaisha-marketing .gaisha-talk-feature__text {
    font-size: 0.68rem;
    line-height: 1.35;
    color: rgba(220, 235, 255, 0.65);
}

@media (max-width: 1024px) {
    body.gaisha-marketing .gaisha-talk-shell {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    body.gaisha-marketing .gaisha-talk-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.gaisha-marketing .gaisha-talk-feature:nth-child(odd):not(:nth-child(4))::before {
        display: none;
    }

    body.gaisha-marketing .gaisha-talk-feature:nth-child(-n + 2)::after {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(48, 222, 220, 0.22), transparent);
    }
}

@media (max-width: 720px) {
    body.gaisha-marketing .gaisha-talk-panel.gaisha-assistant-panel {
        min-height: clamp(280px, 52vh, 360px);
    }

    body.gaisha-marketing .gaisha-talk-panel-head {
        align-items: flex-start;
        padding-bottom: 1rem;
    }

    body.gaisha-marketing .gaisha-talk-panel-orb .gaisha-assistant-orb {
        width: 58px;
        height: 58px;
    }

    body.gaisha-marketing .gaisha-talk-features {
        grid-template-columns: 1fr;
    }

    body.gaisha-marketing .gaisha-talk-feature::before,
    body.gaisha-marketing .gaisha-talk-feature:nth-child(-n + 2)::after {
        display: none;
    }

    body.gaisha-marketing .gaisha-talk-feature:not(:last-child) {
        border-bottom: 1px solid rgba(48, 222, 220, 0.12);
    }

    body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-input-bar {
        flex-wrap: wrap;
        padding: 0.45rem;
    }

    body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-field {
        flex: 1 1 100%;
        order: 1;
    }

    body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-input-tools {
        order: 0;
    }

    body.gaisha-marketing .gaisha-talk-panel .gaisha-chat-input-actions {
        order: 2;
        margin-left: auto;
    }
}

body.gaisha-marketing .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.gaisha-marketing .gaisha-labs-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

body.gaisha-marketing .gaisha-labs-top h2 {
    font-size: clamp(2.3rem, 2.8vw, 3rem);
    margin: 0 0 1rem;
}

body.gaisha-marketing .gaisha-labs-top p {
    max-width: 560px;
    margin: 0 0 1rem;
    color: var(--muted);
    line-height: 1.9;
}

body.gaisha-marketing .gaisha-labs-grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
}

body.gaisha-marketing .gaisha-labs-card {
    padding: 1.8rem;
}

body.gaisha-marketing .gaisha-labs-icon {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

body.gaisha-marketing .gaisha-cta-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

body.gaisha-marketing .gaisha-cta-card {
    padding: 1.8rem;
    display: grid;
    gap: 1rem;
}

body.gaisha-marketing .gaisha-cta-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.85;
}

body.gaisha-marketing .gaisha-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 2rem clamp(1.25rem, 3vw, 2.5rem) 3rem;
    border-top: none;
    background: transparent;
    box-sizing: border-box;
}

body.gaisha-marketing .gaisha-footer p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
}

body.gaisha-marketing .gaisha-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
}

body.gaisha-marketing .gaisha-footer-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.gaisha-marketing .gaisha-footer-menu__list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.gaisha-marketing .gaisha-footer-menu__list li::before,
body.gaisha-marketing .gaisha-footer-menu__list li::marker {
    content: none;
    display: none;
}

@media (max-width: 1120px) {
    body.gaisha-marketing .gaisha-hero-inner {
        grid-template-columns: 1fr;
    }

    body.gaisha-marketing .gaisha-hero {
        padding-top: 3.5rem;
    }

    body.gaisha-marketing .gaisha-labs-grid,
    body.gaisha-marketing .gaisha-cta-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 900px) {
    body.gaisha-marketing .gaisha-navbar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: auto;
        min-height: 72px;
        padding: 1rem clamp(1.25rem, 3vw, 2.5rem);
        row-gap: 1rem;
    }

    body.gaisha-marketing .gaisha-logo,
    body.gaisha-marketing .gaisha-nav,
    body.gaisha-marketing .gaisha-nav-cta {
        grid-column: auto;
        justify-self: stretch;
        width: 100%;
    }

    body.gaisha-marketing img.gaisha-logo-mark {
        max-width: min(160px, 58vw);
        height: clamp(36px, 8vw, 44px);
        margin: 0 auto;
        object-position: center center;
    }

    body.gaisha-marketing .gaisha-logo--wordmark {
        justify-content: center;
    }

    body.gaisha-marketing .gaisha-nav,
    body.gaisha-marketing .gaisha-nav ul,
    body.gaisha-marketing .gaisha-nav ol {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        width: 100%;
    }

    body.gaisha-marketing .gaisha-nav-cta {
        align-self: center;
        width: fit-content;
        max-width: 100%;
    }

    body.gaisha-marketing .gaisha-hero {
        padding-top: 3rem;
    }

    body.gaisha-marketing .gaisha-hero h1 {
        font-size: 2.4rem;
    }

    body.gaisha-marketing .gaisha-hero-actions {
        gap: 0.9rem;
    }

    body.gaisha-marketing .gaisha-labs-grid,
    body.gaisha-marketing .gaisha-cta-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    body.gaisha-marketing .gaisha-footer,
    body.gaisha-marketing .gaisha-site-footer {
        padding-left: 0;
        padding-right: 0;
    }

    body.gaisha-marketing .gaisha-footer {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    body.gaisha-marketing .gaisha-navbar {
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    body.gaisha-marketing .gaisha-hero {
        padding-top: 2.5rem;
        padding-bottom: 1.8rem;
        gap: 2.5rem;
    }

    body.gaisha-marketing .gaisha-section {
        padding-top: 2.2rem;
        padding-bottom: 2.2rem;
    }

    body.gaisha-marketing .gaisha-section + .gaisha-section {
        padding-top: 2.2rem;
    }

    body.gaisha-marketing .gaisha-section-header h2 {
        font-size: 2rem;
    }

    body.gaisha-marketing .gaisha-hero h1 {
        font-size: 2.25rem;
    }

    body.gaisha-marketing .gaisha-section-header p {
        max-width: 100%;
        font-size: 0.98rem;
    }

    body.gaisha-marketing .gaisha-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.85rem;
    }

    body.gaisha-marketing .gaisha-nav,
    body.gaisha-marketing .gaisha-nav ul,
    body.gaisha-marketing .gaisha-nav ol {
        gap: 20px;
    }

    body.gaisha-marketing .gaisha-hero-visual {
        order: -1;
        margin-bottom: 1.8rem;
        min-height: min(480px, 72vw);
    }

    body.gaisha-marketing .gaisha-hero-orbit {
        width: min(100%, 520px);
        min-height: min(460px, 68vw);
    }

    body.gaisha-marketing .gaisha-hero-shrimp-visual img,
    body.gaisha-marketing .hero-shrimp-visual img {
        width: min(440px, 88%);
        max-height: min(440px, 62vh);
    }

    body.gaisha-marketing .gaisha-hero-label {
        max-width: 140px;
    }

    body.gaisha-marketing .gaisha-hero-label::after {
        width: 56px;
    }

    body.gaisha-marketing .gaisha-label-sensors::after,
    body.gaisha-marketing .gaisha-label-vision::after {
        left: 64px;
    }

    body.gaisha-marketing .gaisha-label-ai::after,
    body.gaisha-marketing .gaisha-label-lab::after {
        right: 64px;
    }

    body.gaisha-marketing .gaisha-labs-grid,
    body.gaisha-marketing .gaisha-cta-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    body.gaisha-marketing .gaisha-ecosystem-card,
    body.gaisha-marketing .gaisha-labs-card,
    body.gaisha-marketing .gaisha-cta-card,
    body.gaisha-marketing .gaisha-assistant-panel {
        padding: 1.3rem;
    }

    body.gaisha-marketing .gaisha-talk-panel.gaisha-assistant-panel {
        padding: 0.75rem 0.8rem;
    }
}

/* GAISHA Labs — cinematic underwater lab */
body.gaisha-marketing .gaisha-section.gaisha-labs {
    padding: 0;
    overflow: hidden;
    background: #01060f;
}

body.gaisha-marketing .gaisha-section.gaisha-labs::before {
    display: none;
}

body.gaisha-marketing .gaisha-labs-banner {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: clamp(520px, 68vh, 780px);
    background: #01060f;
    box-sizing: border-box;
}

body.gaisha-marketing .gaisha-labs-banner__bg {
    position: absolute;
    inset: 0;
    background-position: 72% center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.04);
}

body.gaisha-marketing .gaisha-labs-banner__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(1, 4, 12, 0.97) 0%,
            rgba(2, 8, 22, 0.92) 22%,
            rgba(2, 10, 28, 0.72) 36%,
            rgba(2, 12, 32, 0.28) 44%,
            transparent 58%
        ),
        linear-gradient(180deg, rgba(1, 6, 16, 0.35) 0%, transparent 32%, rgba(1, 5, 14, 0.55) 72%, rgba(1, 4, 12, 0.88) 100%),
        radial-gradient(ellipse 55% 60% at 72% 42%, rgba(48, 222, 220, 0.1), transparent 68%);
}

body.gaisha-marketing .gaisha-labs-banner__vignette {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 120% 85% at 68% 45%, transparent 32%, rgba(1, 4, 12, 0.5) 100%),
        linear-gradient(90deg, rgba(1, 4, 12, 0.55) 0%, transparent 14%, transparent 88%, rgba(1, 4, 12, 0.45) 100%);
}

body.gaisha-marketing .gaisha-labs-banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(1rem, 2vw, 1.5rem);
    min-height: inherit;
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3.5vw, 3rem) clamp(1.75rem, 3.5vw, 2.5rem);
    box-sizing: border-box;
}

body.gaisha-marketing .gaisha-labs-mission {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: min(28rem, 42vw);
    padding-top: 0;
}

body.gaisha-marketing .gaisha-labs-title {
    margin: 0 0 1rem;
    font-size: clamp(2.25rem, 3.2vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 800;
}

body.gaisha-marketing .gaisha-labs-title-brand {
    color: #f4f9ff;
    text-shadow: 0 0 32px rgba(48, 222, 220, 0.15);
}

body.gaisha-marketing .gaisha-labs-title .gaisha-text-gradient {
    font-weight: inherit;
    background: linear-gradient(90deg, #34e5dd 0%, #5aa7ff 45%, #a454ff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    filter: drop-shadow(0 0 22px rgba(48, 222, 220, 0.22));
}

body.gaisha-marketing .gaisha-labs-title .gaisha-text-gradient::before,
body.gaisha-marketing .gaisha-labs-title .gaisha-text-gradient::after {
    display: none !important;
    content: none !important;
}

body.gaisha-marketing .gaisha-labs-subtitle {
    margin: 0 0 0.75rem;
    font-size: clamp(1.05rem, 1.35vw, 1.2rem);
    line-height: 1.5;
    color: rgba(244, 249, 255, 0.94);
    font-weight: 500;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

body.gaisha-marketing .gaisha-labs-description {
    margin: 0 0 1rem;
    font-size: clamp(0.92rem, 1.1vw, 1rem);
    line-height: 1.7;
    color: rgba(220, 235, 255, 0.78);
    max-width: 26rem;
}

body.gaisha-marketing .gaisha-labs-cta.gaisha-btn {
    min-height: 0;
    height: auto;
    padding: 0.5rem 1.1rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.015em;
}

/* Unified feature strip — single glass panel, 4 sections */
body.gaisha-marketing .gaisha-labs-features {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
    padding-top: 0;
    border-radius: 18px;
    border: 1px solid transparent;
    background:
        linear-gradient(rgba(6, 14, 32, 0.58), rgba(6, 14, 32, 0.58)) padding-box,
        linear-gradient(135deg, rgba(48, 222, 220, 0.38), rgba(145, 99, 202, 0.32)) border-box;
    backdrop-filter: blur(20px) saturate(145%);
    -webkit-backdrop-filter: blur(20px) saturate(145%);
    box-shadow:
        0 20px 56px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        0 0 40px rgba(48, 222, 220, 0.08);
    overflow: hidden;
}

body.gaisha-marketing .gaisha-labs-features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(48, 222, 220, 0.2), rgba(164, 84, 255, 0.18), rgba(48, 222, 220, 0.2));
    pointer-events: none;
    z-index: 2;
}

body.gaisha-marketing .gaisha-labs-features::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(ellipse 90% 80% at 50% 0%, rgba(48, 222, 220, 0.1), transparent 55%),
        linear-gradient(180deg, rgba(64, 167, 215, 0.06), transparent 40%);
    pointer-events: none;
    z-index: 0;
}

body.gaisha-marketing .gaisha-labs-feature {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(0.7rem, 1.1vw, 0.95rem);
    padding: clamp(1.1rem, 1.8vw, 1.35rem) clamp(0.85rem, 1.4vw, 1.15rem);
    text-align: left;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: background 0.25s ease;
}

body.gaisha-marketing .gaisha-labs-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 16%;
    right: 0;
    bottom: 16%;
    width: 1px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(48, 222, 220, 0.28) 22%,
        rgba(145, 99, 202, 0.22) 78%,
        transparent 100%
    );
    box-shadow: 0 0 12px rgba(48, 222, 220, 0.12);
    pointer-events: none;
}

body.gaisha-marketing .gaisha-labs-feature:hover {
    background: rgba(48, 222, 220, 0.04);
}

body.gaisha-marketing .gaisha-labs-feature__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(36px, 3.2vw, 44px);
    height: clamp(36px, 3.2vw, 44px);
    margin: 0;
    padding: 0;
    color: #48f5ff;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: drop-shadow(0 0 14px rgba(48, 222, 220, 0.35));
}

body.gaisha-marketing .gaisha-labs-feature__icon svg {
    width: clamp(28px, 2.4vw, 36px);
    height: clamp(28px, 2.4vw, 36px);
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.gaisha-marketing .gaisha-labs-feature__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
}

body.gaisha-marketing .gaisha-labs-feature__title {
    margin: 0;
    font-size: clamp(0.88rem, 1vw, 0.98rem);
    line-height: 1.3;
    color: #f4f9ff;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.gaisha-marketing .gaisha-labs-feature__text {
    margin: 0;
    font-size: clamp(0.76rem, 0.88vw, 0.84rem);
    line-height: 1.5;
    color: rgba(220, 235, 255, 0.72);
    max-width: none;
}

/* Support strip — unified horizontal glass panel */
body.gaisha-marketing .gaisha-labs-support {
    position: relative;
    display: grid;
    grid-template-columns: minmax(9.5rem, auto) minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(0.85rem, 1.6vw, 1.35rem);
    margin-top: clamp(0.65rem, 1.2vw, 0.85rem);
    padding: clamp(0.85rem, 1.4vw, 1rem) clamp(1rem, 1.8vw, 1.25rem);
    border-radius: 16px;
    border: 1px solid transparent;
    background:
        linear-gradient(rgba(5, 12, 28, 0.62), rgba(5, 12, 28, 0.62)) padding-box,
        linear-gradient(135deg, rgba(48, 222, 220, 0.34), rgba(145, 99, 202, 0.28)) border-box;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow:
        0 14px 40px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 0 32px rgba(48, 222, 220, 0.06);
    overflow: hidden;
}

body.gaisha-marketing .gaisha-labs-support::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(ellipse 80% 100% at 0% 50%, rgba(48, 222, 220, 0.08), transparent 55%),
        linear-gradient(180deg, rgba(64, 167, 215, 0.05), transparent 42%);
    pointer-events: none;
}

body.gaisha-marketing .gaisha-labs-support > * {
    position: relative;
    z-index: 1;
}

body.gaisha-marketing .gaisha-labs-support__title {
    margin: 0;
    font-size: clamp(0.9rem, 1.05vw, 0.98rem);
    line-height: 1.35;
    font-weight: 700;
    color: #f4f9ff;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

body.gaisha-marketing .gaisha-labs-support__points {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.55rem, 1.2vw, 0.95rem) clamp(0.75rem, 1.4vw, 1.1rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

body.gaisha-marketing .gaisha-labs-support__point {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

body.gaisha-marketing .gaisha-labs-support__point + .gaisha-labs-support__point::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.1rem;
    margin-right: clamp(0.55rem, 1.2vw, 0.95rem);
    background: linear-gradient(
        180deg,
        transparent,
        rgba(48, 222, 220, 0.28),
        rgba(145, 99, 202, 0.2),
        transparent
    );
    flex-shrink: 0;
}

body.gaisha-marketing .gaisha-labs-support__point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #48f5ff;
    filter: drop-shadow(0 0 10px rgba(48, 222, 220, 0.3));
}

body.gaisha-marketing .gaisha-labs-support__point-icon svg {
    width: 18px;
    height: 18px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.gaisha-marketing .gaisha-labs-support__point-label {
    font-size: clamp(0.78rem, 0.9vw, 0.86rem);
    line-height: 1.3;
    font-weight: 600;
    color: rgba(236, 245, 255, 0.9);
    white-space: nowrap;
}

body.gaisha-marketing .gaisha-labs-support__cta.gaisha-btn {
    min-height: 0;
    height: auto;
    flex: 0 0 auto;
    padding: 0.48rem 0.95rem;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    body.gaisha-marketing .gaisha-labs-banner {
        min-height: clamp(580px, 74vh, 860px);
    }

    body.gaisha-marketing .gaisha-labs-banner__bg {
        background-position: 68% center;
    }

    body.gaisha-marketing .gaisha-labs-mission {
        max-width: min(36rem, 88vw);
    }

    body.gaisha-marketing .gaisha-labs-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.gaisha-marketing .gaisha-labs-feature::after {
        display: none;
    }

    body.gaisha-marketing .gaisha-labs-feature:nth-child(odd):not(:nth-child(4))::after {
        display: block;
        top: 14%;
        bottom: 14%;
    }

    body.gaisha-marketing .gaisha-labs-feature:nth-child(-n + 2)::before {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        bottom: 0;
        height: 1px;
        background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(48, 222, 220, 0.24) 30%,
            rgba(145, 99, 202, 0.18) 70%,
            transparent 100%
        );
        box-shadow: 0 0 10px rgba(48, 222, 220, 0.08);
        pointer-events: none;
    }

    body.gaisha-marketing .gaisha-labs-support {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
    }

    body.gaisha-marketing .gaisha-labs-support__title {
        grid-column: 1 / -1;
        white-space: normal;
    }

    body.gaisha-marketing .gaisha-labs-support__points {
        justify-content: flex-start;
    }

    body.gaisha-marketing .gaisha-labs-support__point-label {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    body.gaisha-marketing .gaisha-labs-banner__inner {
        padding: clamp(1.75rem, 6vw, 2.5rem) clamp(1.15rem, 4vw, 1.5rem) clamp(1.5rem, 5vw, 2rem);
    }

    body.gaisha-marketing .gaisha-labs-features {
        grid-template-columns: 1fr;
    }

    body.gaisha-marketing .gaisha-labs-feature:nth-child(odd):not(:nth-child(4))::after {
        display: none;
    }

    body.gaisha-marketing .gaisha-labs-feature:nth-child(-n + 2)::before {
        display: none;
    }

    body.gaisha-marketing .gaisha-labs-feature:not(:last-child)::after {
        display: block;
        top: auto;
        right: 10%;
        left: 10%;
        bottom: 0;
        width: auto;
        height: 1px;
        background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(48, 222, 220, 0.24) 30%,
            rgba(145, 99, 202, 0.18) 70%,
            transparent 100%
        );
        box-shadow: 0 0 10px rgba(48, 222, 220, 0.08);
    }

    body.gaisha-marketing .gaisha-labs-support {
        grid-template-columns: 1fr;
        text-align: left;
    }

    body.gaisha-marketing .gaisha-labs-support__points {
        justify-content: flex-start;
    }

    body.gaisha-marketing .gaisha-labs-support__cta.gaisha-btn {
        justify-self: start;
    }

    body.gaisha-marketing .gaisha-labs-support__point + .gaisha-labs-support__point::before {
        display: none;
    }
}

/* CTA — Be Part of the Future (layout: inner grid + 3-col card grid) */
body.gaisha-marketing .gaisha-section.gaisha-cta {
    position: relative;
    height: auto;
    min-height: auto;
    max-height: none;
    padding: clamp(4rem, 8vw, 6rem) 0;
    overflow: visible;
}

body.gaisha-marketing .gaisha-cta-strip {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;

    box-sizing: border-box;
}

body.gaisha-marketing .gaisha-cta-strip__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;

}

/* .gaisha-cta-inner equivalent */
body.gaisha-marketing .gaisha-cta-strip__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 3.5rem);
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
    box-sizing: border-box;
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
}

body.gaisha-marketing .gaisha-cta-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    max-width: 26rem;
    min-width: 0;
}

body.gaisha-marketing .gaisha-cta-heading {
    margin: 0;
    font-size: clamp(1.65rem, 2.2vw, 2.15rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #f4f9ff;
}

body.gaisha-marketing .gaisha-cta-heading-line {
    display: block;
}

body.gaisha-marketing .gaisha-cta-heading-line--accent {
    background: var(--gradient-highlight);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.gaisha-marketing .gaisha-cta-intro-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(244, 249, 255, 0.68);
}

body.gaisha-marketing .gaisha-cta-contact {
    margin: 0;
    padding: 0;
}

body.gaisha-marketing .gaisha-cta-contact__btn {
    margin-top: 0;
}

/* .gaisha-cta-grid equivalent */
body.gaisha-marketing .gaisha-cta-cards {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
    align-self: start;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
    box-sizing: border-box;
}

body.gaisha-marketing .gaisha-section.gaisha-cta .gaisha-cta-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    min-width: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 1.35rem 1.2rem 1.3rem;
    gap: 0.7rem;
    background: rgba(6, 14, 32, 0.55);
    background-image: radial-gradient(circle at top left, rgba(64, 167, 215, 0.08), transparent 42%);
    border: 1px solid rgba(166, 201, 255, 0.14);
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.gaisha-marketing .gaisha-section.gaisha-cta .gaisha-cta-card:hover {
    border-color: rgba(72, 245, 255, 0.28);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
    transform: none;
}

body.gaisha-marketing .gaisha-section.gaisha-cta .gaisha-cta-card h3 {
    margin: 0;
}

body.gaisha-marketing .gaisha-cta-card__title {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.25;
    font-weight: 600;
    color: #f4f9ff;
}

body.gaisha-marketing .gaisha-cta-card__text {
    margin: 0;
    flex: 1 1 auto;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(244, 249, 255, 0.65);
}

body.gaisha-marketing .gaisha-cta-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin-top: auto;
    padding: 10px 18px;
    min-height: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background:
        linear-gradient(rgba(8, 16, 34, 0.92), rgba(8, 16, 34, 0.92)) padding-box,
        var(--gradient-primary) border-box;
    color: rgba(244, 249, 255, 0.96);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    transform: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.gaisha-marketing .gaisha-cta-card__btn:hover {
    background:
        linear-gradient(rgba(12, 24, 48, 0.95), rgba(12, 24, 48, 0.95)) padding-box,
        var(--gradient-highlight) border-box;
    color: #ffffff;
    transform: none;
    box-shadow: 0 6px 18px rgba(56, 237, 255, 0.12);
}

@media (max-width: 1100px) {
    body.gaisha-marketing .gaisha-cta-strip__inner {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: clamp(1.75rem, 3vw, 2.25rem);
    }

    body.gaisha-marketing .gaisha-cta-intro {
        max-width: 36rem;
        margin-inline: auto;
        align-items: center;
        text-align: center;
    }

    body.gaisha-marketing .gaisha-cta-cards {
        align-self: stretch;
        max-width: 640px;
        margin-inline: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 720px) {
    body.gaisha-marketing .gaisha-section.gaisha-cta {
        padding: clamp(3rem, 10vw, 4rem) 0;
    }

    body.gaisha-marketing .gaisha-cta-cards {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Roadmap — support dynamic step count (11 milestones) on existing horizontal timeline */
body.gaisha-marketing .gaisha-roadmap-track {
    grid-template-columns: repeat(var(--roadmap-steps, 11), var(--roadmap-col));
    min-width: calc(var(--roadmap-steps, 11) * var(--roadmap-col) + (var(--roadmap-steps, 11) - 1) * var(--roadmap-gap));
}

body.gaisha-marketing .gaisha-roadmap-track::before {
    width: calc(var(--roadmap-steps, 11) * var(--roadmap-col) + (var(--roadmap-steps, 11) - 1) * var(--roadmap-gap) - var(--roadmap-col));
}

/* Roadmap — NASA TRL alignment cinematic card */
body.gaisha-marketing .gaisha-roadmap-trl {
    position: relative;
    z-index: 1;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
    padding: 0 clamp(1.25rem, 3vw, 2.5rem) clamp(3rem, 5vw, 4.5rem);
    box-sizing: border-box;
}

body.gaisha-marketing .gaisha-roadmap-trl::before {
    content: "";
    position: absolute;
    top: -4rem;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(180deg, transparent, rgba(4, 8, 19, 0.55));
    pointer-events: none;
}

body.gaisha-marketing .gaisha-roadmap-trl__card {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1440px;
    min-height: clamp(196px, 24vw, 294px);
    margin: 0 auto;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 20px;
    background:
        linear-gradient(rgba(8, 14, 32, 0.92), rgba(8, 14, 32, 0.92)) padding-box,
        linear-gradient(135deg, rgba(48, 222, 220, 0.65), rgba(145, 99, 202, 0.55)) border-box;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    color: inherit;
    font: inherit;
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.gaisha-marketing .gaisha-roadmap-trl__card:hover,
body.gaisha-marketing .gaisha-roadmap-trl__card:focus-visible {
    transform: translateY(-3px);
    box-shadow:
        0 36px 96px rgba(0, 0, 0, 0.42),
        0 0 48px rgba(48, 222, 220, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    outline: none;
}

body.gaisha-marketing .gaisha-roadmap-trl__card:focus-visible {
    box-shadow:
        0 36px 96px rgba(0, 0, 0, 0.42),
        0 0 0 2px rgba(48, 222, 220, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.gaisha-marketing .gaisha-roadmap-trl__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

body.gaisha-marketing .gaisha-roadmap-trl__card:hover .gaisha-roadmap-trl__bg {
    transform: scale(1.05);
}

body.gaisha-marketing .gaisha-roadmap-trl__scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(4, 8, 19, 0.92) 0%, rgba(4, 8, 19, 0.72) 38%, rgba(4, 8, 19, 0.2) 62%, transparent 78%),
        linear-gradient(180deg, rgba(4, 8, 19, 0.15) 0%, rgba(4, 8, 19, 0.55) 100%);
    pointer-events: none;
}

body.gaisha-marketing .gaisha-roadmap-trl__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 70% at 12% 50%, rgba(48, 222, 220, 0.14), transparent 65%),
        radial-gradient(ellipse 45% 55% at 88% 40%, rgba(145, 99, 202, 0.12), transparent 60%);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.9;
}

body.gaisha-marketing .gaisha-roadmap-trl__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: inherit;
    padding: clamp(1.35rem, 2.8vw, 2.1rem) clamp(1.35rem, 2.8vw, 2.45rem);
    box-sizing: border-box;
}

body.gaisha-marketing .gaisha-roadmap-trl__copy {
    max-width: min(520px, 46vw);
}

body.gaisha-marketing .gaisha-roadmap-trl__title {
    margin: 0 0 0.6rem;
    font-size: clamp(1.05rem, 1.7vw, 1.45rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

body.gaisha-marketing .gaisha-roadmap-trl__title-plain {
    color: #f4f9ff;
    text-shadow: 0 0 20px rgba(48, 222, 220, 0.12);
}

body.gaisha-marketing .gaisha-roadmap-trl__title .gaisha-text-gradient {
    font-weight: inherit;
    background: linear-gradient(90deg, #34e5dd 0%, #5aa7ff 45%, #a454ff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    filter: drop-shadow(0 0 18px rgba(48, 222, 220, 0.18));
}

body.gaisha-marketing .gaisha-roadmap-trl__title .gaisha-text-gradient::before,
body.gaisha-marketing .gaisha-roadmap-trl__title .gaisha-text-gradient::after {
    display: none !important;
    content: none !important;
}

body.gaisha-marketing .gaisha-roadmap-trl__description {
    margin: 0 0 0.7rem;
    font-size: clamp(0.86rem, 1.15vw, 0.96rem);
    line-height: 1.55;
    color: rgba(220, 235, 255, 0.78);
}

body.gaisha-marketing .gaisha-roadmap-trl__cta.gaisha-btn {
    position: relative;
    z-index: 2;
    min-height: 0;
    height: auto;
    margin-top: 0.1rem;
    padding: 0.5rem 1.1rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.015em;
}

/* TRL modal */
body.gaisha-marketing.gaisha-trl-modal-open {
    overflow: hidden;
}

body.gaisha-marketing .gaisha-trl-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

body.gaisha-marketing .gaisha-trl-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.gaisha-marketing .gaisha-trl-modal__backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(2, 6, 16, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.gaisha-marketing .gaisha-trl-modal__panel {
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
    max-height: min(88vh, 720px);
    overflow: auto;
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: 20px;
    border: 1px solid transparent;
    background:
        linear-gradient(rgba(10, 18, 40, 0.96), rgba(10, 18, 40, 0.96)) padding-box,
        linear-gradient(135deg, rgba(48, 222, 220, 0.55), rgba(145, 99, 202, 0.5)) border-box;
    box-shadow:
        0 32px 90px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(48, 222, 220, 0.1);
    transform: translateY(12px) scale(0.98);
    transition: transform 0.28s ease;
}

body.gaisha-marketing .gaisha-trl-modal.is-open .gaisha-trl-modal__panel {
    transform: translateY(0) scale(1);
}

body.gaisha-marketing .gaisha-trl-modal__close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid rgba(48, 222, 220, 0.35);
    border-radius: 999px;
    background: rgba(4, 10, 24, 0.65);
    color: #f4f9ff;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

body.gaisha-marketing .gaisha-trl-modal__close:hover {
    border-color: rgba(48, 222, 220, 0.65);
    background: rgba(48, 222, 220, 0.12);
}

body.gaisha-marketing .gaisha-trl-modal__title {
    margin: 0 2.5rem 1.25rem 0;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 800;
    line-height: 1.3;
    color: #f4f9ff;
}

body.gaisha-marketing .gaisha-trl-modal__list {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

body.gaisha-marketing .gaisha-trl-modal__list li {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 0.65rem 1rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.9rem;
    line-height: 1.45;
}

body.gaisha-marketing .gaisha-trl-modal__list li:last-child {
    border-bottom: none;
}

body.gaisha-marketing .gaisha-trl-modal__level {
    font-weight: 700;
    color: #34e5dd;
    letter-spacing: 0.04em;
}

body.gaisha-marketing .gaisha-trl-modal__label {
    color: rgba(230, 242, 255, 0.82);
}

body.gaisha-marketing .gaisha-trl-modal__note {
    margin: 0;
    padding-top: 0.5rem;
    font-size: 0.85rem;
    line-height: 1.55;
    color: rgba(200, 220, 245, 0.65);
    border-top: 1px solid rgba(48, 222, 220, 0.15);
}

@media (max-width: 900px) {
    body.gaisha-marketing .gaisha-roadmap-trl__inner {
        align-items: flex-end;
        padding-top: clamp(4.2rem, 20vw, 7rem);
    }

    body.gaisha-marketing .gaisha-roadmap-trl__copy {
        max-width: 100%;
    }

    body.gaisha-marketing .gaisha-roadmap-trl__bg {
        background-position: 70% center;
    }

    body.gaisha-marketing .gaisha-roadmap-trl__scrim {
        background:
            linear-gradient(180deg, rgba(4, 8, 19, 0.35) 0%, rgba(4, 8, 19, 0.88) 55%, rgba(4, 8, 19, 0.95) 100%);
    }

    body.gaisha-marketing .gaisha-trl-modal__list li {
        grid-template-columns: 4rem minmax(0, 1fr);
        font-size: 0.84rem;
    }
}

/* Homepage platform overview — compact premium module */
body.gaisha-marketing .gaisha-platform-overview {
    position: relative;
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    overflow: hidden;
}

body.gaisha-marketing .gaisha-platform-glow {
    position: absolute;
    inset: 8% 50% auto;
    width: min(760px, 88vw);
    height: 320px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(72, 245, 255, 0.10) 0%, rgba(163, 134, 255, 0.07) 42%, transparent 72%);
    pointer-events: none;
}

body.gaisha-marketing .gaisha-platform-shell {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: clamp(1.1rem, 2.2vw, 1.5rem);
}

body.gaisha-marketing .gaisha-platform-header {
    max-width: 760px;
}

body.gaisha-marketing .gaisha-platform-kicker {
    display: inline-block;
    margin: 0 0 0.65rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(72, 245, 255, 0.22);
    background: rgba(72, 245, 255, 0.07);
    color: var(--accent-cyan);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.gaisha-marketing .gaisha-platform-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.55rem, 2.8vw, 2.1rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--text);
}

body.gaisha-marketing .gaisha-platform-lede {
    margin: 0;
    max-width: 62ch;
    color: rgba(244, 249, 255, 0.84);
    font-size: 0.98rem;
    line-height: 1.65;
}

body.gaisha-marketing .gaisha-platform-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(1rem, 2vw, 1.35rem);
    min-height: 0;
    max-height: none;
    padding: clamp(1.1rem, 2vw, 1.35rem);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
        linear-gradient(135deg, rgba(72, 245, 255, 0.05) 0%, rgba(163, 134, 255, 0.07) 100%),
        rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 16px 40px rgba(4, 10, 24, 0.28);
}

body.gaisha-marketing .gaisha-platform-copy__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    line-height: 1.3;
    color: var(--text);
}

body.gaisha-marketing .gaisha-platform-copy p {
    margin: 0 0 0.65rem;
    color: rgba(244, 249, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.62;
}

body.gaisha-marketing .gaisha-platform-points {
    margin: 0.75rem 0 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.4rem;
}

body.gaisha-marketing .gaisha-platform-points li {
    color: rgba(244, 249, 255, 0.82);
    font-size: 0.88rem;
    line-height: 1.5;
}

body.gaisha-marketing .gaisha-platform-visual {
    display: flex;
    align-items: stretch;
    min-height: 280px;
    max-height: 420px;
}

body.gaisha-marketing .gaisha-platform-visual__frame {
    width: 100%;
    padding: 0.85rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(4, 10, 24, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 0.75rem;
}

body.gaisha-marketing .gaisha-platform-visual__top {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

body.gaisha-marketing .gaisha-metric-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(244, 249, 255, 0.78);
    font-size: 0.68rem;
    letter-spacing: 0.03em;
}

body.gaisha-marketing .gaisha-metric-chip--live {
    border-color: rgba(72, 245, 255, 0.25);
    color: var(--accent-cyan);
}

body.gaisha-marketing .gaisha-platform-visual__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    align-content: start;
}

body.gaisha-marketing .gaisha-dashboard-card {
    padding: 0.65rem 0.7rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    display: grid;
    gap: 0.2rem;
}

body.gaisha-marketing .gaisha-dashboard-card--health {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(72, 245, 255, 0.10), rgba(163, 134, 255, 0.12));
}

body.gaisha-marketing .gaisha-dashboard-card--ai {
    border-color: rgba(163, 134, 255, 0.28);
}

body.gaisha-marketing .gaisha-dashboard-card__label {
    font-size: 0.68rem;
    color: rgba(244, 249, 255, 0.62);
}

body.gaisha-marketing .gaisha-dashboard-card__value {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text);
}

body.gaisha-marketing .gaisha-platform-visual__bar {
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

body.gaisha-marketing .gaisha-platform-visual__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #48f5ff, #a386ff);
}

body.gaisha-marketing .gaisha-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

body.gaisha-marketing .gaisha-capability-tile {
    padding: 0.85rem 0.9rem;
    min-height: 0;
    max-height: 230px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.035);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

body.gaisha-marketing .gaisha-capability-tile:hover {
    border-color: rgba(72, 245, 255, 0.24);
    transform: translateY(-2px);
}

body.gaisha-marketing .gaisha-capability-tile__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 0.55rem;
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(72, 245, 255, 0.14), rgba(163, 134, 255, 0.16));
    border: 1px solid rgba(255, 255, 255, 0.10);
}

body.gaisha-marketing .gaisha-capability-tile[data-icon="pond"] .gaisha-capability-tile__icon {
    box-shadow: inset 0 0 0 1px rgba(72, 245, 255, 0.15);
}

body.gaisha-marketing .gaisha-capability-tile__title {
    margin: 0 0 0.35rem;
    font-size: 0.88rem;
    line-height: 1.3;
    color: var(--text);
}

body.gaisha-marketing .gaisha-capability-tile__text {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(244, 249, 255, 0.72);
}

body.gaisha-marketing .gaisha-platform-flow {
    padding: 0.85rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

body.gaisha-marketing .gaisha-platform-flow__heading {
    margin: 0 0 0.55rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(163, 134, 255, 0.95);
}

body.gaisha-marketing .gaisha-platform-flow__steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.15rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.gaisha-marketing .gaisha-platform-flow__steps li {
    display: inline-flex;
    align-items: center;
    padding: 0.32rem 0.62rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(244, 249, 255, 0.86);
    font-size: 0.76rem;
    line-height: 1.2;
}

body.gaisha-marketing .gaisha-platform-flow__steps li:not(:last-child)::after {
    content: "→";
    margin-left: 0.35rem;
    color: rgba(72, 245, 255, 0.55);
    font-size: 0.72rem;
}

body.gaisha-marketing .gaisha-platform-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(135deg, rgba(72, 245, 255, 0.04), rgba(163, 134, 255, 0.08));
}

body.gaisha-marketing .gaisha-platform-cta__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: var(--text);
}

body.gaisha-marketing .gaisha-platform-cta__text {
    margin: 0;
    max-width: 48ch;
    font-size: 0.86rem;
    line-height: 1.55;
    color: rgba(244, 249, 255, 0.76);
}

body.gaisha-marketing .gaisha-platform-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

/* Compact homepage FAQ */
body.gaisha-marketing .gaisha-faq-section--landing {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

body.gaisha-marketing .gaisha-faq-section--compact .gaisha-faq-section__header {
    margin-bottom: 1rem;
}

body.gaisha-marketing .gaisha-faq-section--compact .gaisha-section-title {
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
}

body.gaisha-marketing .gaisha-faq-section--compact .gaisha-faq-list {
    gap: 0.55rem;
}

body.gaisha-marketing .gaisha-faq-section--compact .gaisha-faq-item__question {
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
}

body.gaisha-marketing .gaisha-faq-section--compact .gaisha-faq-item__answer {
    padding: 0 1rem 0.85rem;
    font-size: 0.86rem;
}

@media (max-width: 900px) {
    body.gaisha-marketing .gaisha-platform-panel {
        grid-template-columns: 1fr;
    }

    body.gaisha-marketing .gaisha-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.gaisha-marketing .gaisha-platform-cta {
        flex-direction: column;
        align-items: stretch;
    }

    body.gaisha-marketing .gaisha-platform-cta__actions .gaisha-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    body.gaisha-marketing .gaisha-platform-overview {
        padding: 3rem 0;
    }

    body.gaisha-marketing .gaisha-capability-grid {
        grid-template-columns: 1fr;
    }

    body.gaisha-marketing .gaisha-platform-visual {
        min-height: 240px;
    }

    body.gaisha-marketing .gaisha-platform-flow__steps li:not(:last-child)::after {
        display: none;
    }
}
