/* Shared premium page shell — about + contact */
.gv-page-shell {
    position: relative;
    padding-top: calc(var(--gv-header-offset, 4.25rem) + 0.5rem);
    padding-bottom: 5rem;
    overflow-x: hidden;
}

.gv-page-shell__mesh {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.gv-page-shell__mesh::before,
.gv-page-shell__mesh::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    animation: gv-mesh-drift 18s ease-in-out infinite alternate;
}
.gv-page-shell__mesh::before {
    width: min(55vw, 28rem);
    height: min(55vw, 28rem);
    top: -8%;
    inset-inline-start: -10%;
    background: rgba(139, 92, 246, 0.35);
}
.gv-page-shell__mesh::after {
    width: min(45vw, 22rem);
    height: min(45vw, 22rem);
    top: 35%;
    inset-inline-end: -8%;
    background: rgba(6, 182, 212, 0.22);
    animation-delay: -6s;
}
.dark .gv-page-shell__mesh::before { opacity: 0.3; }
.dark .gv-page-shell__mesh::after { opacity: 0.2; }

@keyframes gv-mesh-drift {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(3%, 5%) scale(1.08); }
}

.gv-page-shell__grid {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.035;
    background-image:
        linear-gradient(rgba(139, 92, 246, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(139, 92, 246, 0.5) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 20%, #000 20%, transparent 75%);
}
.dark .gv-page-shell__grid { opacity: 0.06; }

.gv-page-inner {
    position: relative;
    z-index: 1;
    max-width: 72rem;
    margin-inline: auto;
    padding-inline: clamp(1rem, 3vw, 2rem);
}

/* Glass card with gradient border */
.gv-glass {
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(139, 92, 246, 0.1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(139, 92, 246, 0.06);
}
.dark .gv-glass {
    background: rgba(18, 18, 36, 0.82);
    border-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.gv-glass--glow {
    position: relative;
}
.gv-glass--glow::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.45), rgba(6, 182, 212, 0.2), rgba(139, 92, 246, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.gv-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7c3aed;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.18);
}
.dark .gv-pill { color: #a78bfa; background: rgba(139, 92, 246, 0.14); }

.gv-pill--light {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.gv-title-xl {
    font-size: clamp(2.1rem, 5.5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.035em;
    color: #0f172a;
}
.dark .gv-title-xl { color: #f8fafc; }

.gv-gradient-text {
    background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 50%, #8b5cf6 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gv-shimmer 6s linear infinite;
}
@keyframes gv-shimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.gv-section-head {
    text-align: center;
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}
.gv-section-head h2 {
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin-top: 0.65rem;
}
.dark .gv-section-head h2 { color: #f8fafc; }

.gv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.4rem;
    border-radius: 0.95rem;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gv-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
    box-shadow: 0 8px 28px rgba(139, 92, 246, 0.35);
}
.gv-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(139, 92, 246, 0.45);
}
.gv-btn--ghost {
    color: #7c3aed;
    background: rgba(139, 92, 246, 0.08);
    border: 1px solid rgba(139, 92, 246, 0.2);
}
.dark .gv-btn--ghost { color: #a78bfa; }
.gv-btn--wa {
    color: #fff;
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}
.gv-btn--wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
}

/* Marquee strip */
.gv-marquee {
    overflow: hidden;
    padding-block: 0.85rem;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    border-block: 1px solid rgba(139, 92, 246, 0.1);
    background: rgba(139, 92, 246, 0.04);
}
.dark .gv-marquee {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.06);
}
.gv-marquee__track {
    display: flex;
    gap: 1.25rem;
    width: max-content;
    animation: gv-marquee-scroll 35s linear infinite;
}
[dir="rtl"] .gv-marquee__track { animation-direction: reverse; }
.gv-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
    color: #64748b;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(139, 92, 246, 0.1);
}
.dark .gv-marquee__item {
    color: #94a3b8;
    background: rgba(255, 255, 255, 0.04);
}
.gv-marquee__item img {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.45rem;
    object-fit: cover;
}
@keyframes gv-marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Cross-link band */
.gv-crosslink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.75rem 1.5rem;
    margin-top: clamp(2rem, 4vw, 3rem);
    border-radius: 1.35rem;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(6, 182, 212, 0.06));
    border: 1px solid rgba(139, 92, 246, 0.12);
}
.gv-crosslink h3 {
    font-size: 1.05rem;
    font-weight: 900;
    color: #0f172a;
}
.dark .gv-crosslink h3 { color: #f8fafc; }
.gv-crosslink p {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 0.25rem;
}
.dark .gv-crosslink p { color: #94a3b8; }

@media (prefers-reduced-motion: reduce) {
    .gv-page-shell__mesh::before,
    .gv-page-shell__mesh::after,
    .gv-marquee__track,
    .gv-gradient-text { animation: none; }
    .gv-btn:hover { transform: none; }
}
