/*
Theme Name: Art Group Variant 1 - Cinematic Editorial Child Theme
Description: Elegáns, sötét tónusú Cinematic Editorial Art Group Child Theme beépített Elementor widgettel.
Author: Antigravity
Template: hello-elementor
Version: 1.0.0
*/

/* ==========================================================================
   WORDPRESS OVERRIDES: HIDE PARENT THEME HEADER/FOOTER, PAGE TITLES & FORCE FULL-WIDTH
   ========================================================================== */
#site-header,
.site-header,
header.site-header,
#masthead,
header.masthead,
.elementor-location-header,
#site-footer,
.site-footer,
footer.site-footer,
#colophon,
.elementor-location-footer,
.entry-header,
.page-header,
.post-header,
.entry-title,
h1.entry-title,
header.entry-header,
.hello-header,
.page-title,
header.page-header,
.elementor-page-title {
    display: none !important;
}

body,
#page,
#content,
.site-content,
.site-main,
#primary,
main#main,
article.page,
.entry-content,
.elementor,
.elementor-inner,
.elementor-section-wrap,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget,
.elementor-widget-container,
.e-con,
.e-con-inner,
.elementor-widget-artgroup_variant1_widget,
.elementor-widget-artgroup_variant2_widget,
.elementor-widget-artgroup_variant3_widget {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

body,
#page,
#content,
.site-content,
.site-main,
#primary,
main#main,
article.page,
.entry-content,
.elementor-section,
.elementor-container,
.elementor-widget-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
}

.elementor-widget-artgroup_variant1_widget,
.elementor-widget-artgroup_variant2_widget,
.elementor-widget-artgroup_variant3_widget {
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-element:has(> .e-con-inner > [class*="artgroup_variant"]),
.elementor-section:has([class*="artgroup_variant"]) {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-element:has(> .e-con-inner > [class*="artgroup_variant"]) > .e-con-inner,
.elementor-section:has([class*="artgroup_variant"]) .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ==========================================================================
   GLOBAL HEADING & TITLE OVERRIDES: LIGHT THEME HIGH-CONTRAST HEADINGS
   ========================================================================== */
h1, h2, h3, h4, h5, h6,
.section-title,
.section-title-vibrant,
.hero-title,
.card-title, .pillar-card h3,
.tilt-card-vibrant h3, .service-card-vibrant h3 {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

/* Contrast exceptions inside dark overlay Bento Cards */
.bento-content h3,
.bento-title,
.bento-desc {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.text-gradient,
.text-gradient *,
.text-gradient-vibrant,
.text-gradient-vibrant *,
.text-gold,
.text-gold * {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 50%, #db2777 100%) !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

.section-subtitle,
.section-desc,
.hero-subtitle,
.hero-lead-text,
p.section-subtitle {
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
    font-weight: 500;
}

/* ==========================================================================
   DESIGN SYSTEM & CONSTANTS - VARIANT 1: LUXE LIGHT EDITORIAL
   ========================================================================== */

:root {
    --bg-dark: #f8fafc;
    --bg-card: rgba(255, 255, 255, 0.92);
    --bg-card-hover: #ffffff;
    --gold-primary: #2563eb;
    --gold-light: #0284c7;
    --gold-glow: rgba(37, 99, 235, 0.2);
    --accent-purple: #7c3aed;
    --accent-pink: #db2777;
    --accent-gradient: linear-gradient(135deg, #2563eb 0%, #7c3aed 50%, #db2777 100%);
    --text-primary: #0f172a;
    --text-secondary: #334155;
    --text-muted: #64748b;
    --border-card: rgba(15, 23, 42, 0.08);
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 26px;
    --transition-fast: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    --transition-smooth: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Scroll Progress Bar Top Accent */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3.5px;
    background: linear-gradient(90deg, #2563eb, #7c3aed, #db2777);
    width: 0%;
    z-index: 999999;
    box-shadow: 0 0 14px rgba(37, 99, 235, 0.5);
}

/* Reset & Global Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: var(--font-body);
    background-color: var(--bg-dark);
    color: var(--text-primary);
    overflow-x: hidden !important;
    max-width: 100vw;
    width: 100%;
    scroll-behavior: auto; /* Managed by Lenis */
}

body {
    cursor: default;
    background-color: var(--bg-dark);
    line-height: 1.6;
    overflow-x: hidden !important;
    max-width: 100vw;
    width: 100%;
    position: relative;
}

*, *::before, *::after {
    min-width: 0;
}

h1, h2, h3, .hero-title, .section-title {
    overflow-wrap: break-word;
    word-break: break-word;
}

@media (pointer: fine) {
    body {
        cursor: none; /* Custom cursor active on desktop */
    }
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

/* Typography Utilities */
.text-gold {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 50%, #db2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-italic {
    font-family: var(--font-heading);
    font-style: italic;
    font-weight: 400;
}

/* Layout Container */
.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition-fast);
}

.navbar.scrolled {
    padding: 14px 0;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.brand-logo {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--text-primary);
}

.logo-accent {
    color: var(--gold-primary);
}

.nav-links {
    display: flex;
    gap: 36px;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: 0.5px;
    position: relative;
    transition: var(--transition-fast);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-gradient);
    transition: var(--transition-fast);
}

.nav-link:hover {
    color: var(--text-primary);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: var(--radius-sm);
    background: transparent;
    border: 1.5px solid var(--gold-primary);
    color: var(--gold-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: var(--transition-fast);
}

.btn-primary:hover {
    background: var(--gold-primary);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
}

/* HERO SECTION */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #090a10;
    will-change: transform, opacity;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1) contrast(1);
}

.video-overlay {
    display: none !important;
}

.hero-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.hero-content {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    will-change: transform, opacity;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 24px;
    border-radius: 40px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #60a5fa;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    margin-bottom: 28px;
}

.pulse-dot {
    width: 9px;
    height: 9px;
    background-color: #3b82f6;
    border-radius: 50%;
    box-shadow: 0 0 12px #3b82f6;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.6); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
}

.hero-subhead-tag {
    display: block;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    color: #60a5fa;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.hero-title-line {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 6.5vw, 5.6rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9), 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-title-gradient {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 6.5vw, 5.6rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #3b82f6 0%, #a855f7 50%, #ec4899 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.7));
}

h1.hero-title,
.hero-title {
    margin-bottom: 24px;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
    max-width: 780px;
    margin: 0 auto 36px;
    font-weight: 500;
    line-height: 1.6;
    padding: 18px 30px;
    border-radius: var(--radius-md);
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.hero-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.45);
    transition: var(--transition-fast);
}

.btn-gold:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #7c3aed 0%, #db2777 100%);
    box-shadow: 0 16px 45px rgba(219, 39, 119, 0.5);
}

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    border-radius: var(--radius-sm);
    background: rgba(15, 23, 42, 0.65);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(14px);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: var(--transition-fast);
}

.btn-hero-outline:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #0f172a;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* HERO BENTO HIGHLIGHTS GRID */
.hero-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-highlight-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    border-radius: var(--radius-md);
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
    text-align: left;
    transition: var(--transition-fast);
}

.hero-highlight-card:hover {
    transform: translateY(-4px);
    background: rgba(15, 23, 42, 0.85);
    border-color: rgba(96, 165, 250, 0.6);
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.3);
}

.highlight-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.35) 0%, rgba(124, 58, 237, 0.35) 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #60a5fa;
}

.highlight-text {
    display: flex;
    flex-direction: column;
}

.highlight-num {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.highlight-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
    line-height: 1.3;
    margin-top: 2px;
}

.hero-scroll-indicator {
    position: relative;
    margin-top: 36px;
    margin-bottom: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.scroll-text {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.8) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
}

.scroll-line {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, var(--gold-primary), transparent);
    animation: scrollAnim 2s ease-in-out infinite;
}

@keyframes scrollAnim {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    50.1% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

/* SECTION HEADINGS */
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    color: var(--gold-primary);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-tag.center {
    display: block;
    text-align: center;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.section-header.center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-subtitle,
.section-desc {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

/* ABOUT SECTION */
.about-section {
    padding: 130px 0;
    background: var(--bg-dark);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.about-lead {
    font-size: 1.35rem;
    line-height: 1.6;
    color: var(--text-primary);
    margin-bottom: 24px;
    font-weight: 500;
}

.about-body {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin-bottom: 36px;
}

.about-quote-box {
    padding: 24px 28px;
    background: #ffffff;
    border-left: 4px solid var(--gold-primary);
    border-radius: var(--radius-sm);
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08);
    margin-bottom: 30px;
}

.quote-txt {
    font-style: italic;
    font-size: 1.05rem;
    color: #0f172a;
    margin-bottom: 8px;
}

.quote-author {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gold-primary);
}

.about-stats-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-card {
    background: #ffffff;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
    padding: 30px 24px;
    transition: var(--transition-fast);
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold-primary);
    box-shadow: 0 18px 40px -10px rgba(37, 99, 235, 0.15);
}

.stat-number-wrap {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 8px;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold-primary);
    line-height: 1;
}

.stat-symbol {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold-primary);
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 600;
}

/* TEAM SHOWCASE SECTION */
.team-section {
    padding: 110px 0;
    background: #f1f5f9;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.team-card {
    background: #ffffff;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition-fast);
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
}

.team-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold-primary);
    box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.15);
}

.team-img {
    width: 100%;
    height: 330px;
    background-size: cover;
    background-position: center 10%;
}

.team-info {
    padding: 22px 20px;
}

.team-name {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a !important;
    margin-bottom: 4px;
}

.team-role {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gold-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.team-bio {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* SERVICES SECTION (BENTO GRID) */
.services-section {
    padding: 110px 0;
    background: var(--bg-dark);
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 330px;
    gap: 24px;
}

.bento-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #0f172a;
    border: 1px solid var(--border-card);
    transition: var(--transition-smooth);
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08);
}

.bento-large {
    grid-column: span 2;
    grid-row: span 1;
}

.bento-wide {
    grid-column: span 3;
    grid-row: span 1;
}

.bento-bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    filter: brightness(0.75);
}

.bento-item:hover .bento-bg {
    transform: scale(1.08);
    filter: brightness(0.85);
}

.bento-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.4) 60%, rgba(15, 23, 42, 0.1) 100%);
}

.bento-content {
    position: relative;
    z-index: 5;
    height: 100%;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bento-category {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #38bdf8;
    margin-bottom: 8px;
}

.bento-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #ffffff !important;
}

.bento-desc {
    font-size: 0.95rem;
    color: #cbd5e1 !important;
    margin-bottom: 16px;
    max-width: 500px;
}

.bento-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #38bdf8;
    transition: var(--transition-fast);
}

.bento-link:hover {
    color: #ffffff;
    gap: 14px;
}

/* PORTFOLIO / REFERENCIÁK SECTION */
.portfolio-section {
    padding: 110px 0;
    background: #f1f5f9;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 992px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

.project-card {
    width: 100%;
    height: 460px;
    border-radius: var(--radius-md);
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border: 1px solid var(--border-card);
    transition: var(--transition-fast);
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.06);
}

.project-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold-primary);
    box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.18);
}

.project-img {
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.project-card:hover .project-img {
    transform: scale(1.05);
}

.project-info {
    padding: 24px;
    background: #ffffff;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid var(--border-card);
}

.project-tag {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--gold-primary);
    margin-bottom: 4px;
}

.project-title {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a !important;
}

.project-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-top: 4px;
}

/* MARQUEE PARTNERS */
.partners-section {
    padding: 100px 0;
    background: var(--bg-dark);
}

.marquee-wrap {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee-wrap::before,
.marquee-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.marquee-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--bg-dark), transparent);
}

.marquee-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-dark), transparent);
}

.marquee-track {
    display: inline-flex;
    gap: 60px;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partner-logo {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--text-secondary);
    padding: 16px 28px;
    background: #ffffff;
    border-radius: var(--radius-sm);
    border: 1px dashed rgba(15, 23, 42, 0.15);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: var(--transition-fast);
}

.partner-logo:hover {
    color: var(--gold-primary);
    border-color: var(--gold-primary);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.12);
}

/* CONTACT SECTION & FOOTER */
.contact-section {
    padding: 110px 0 40px;
    background: linear-gradient(to bottom, var(--bg-dark), #e2e8f0);
}

.contact-card {
    background: #ffffff;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    padding: 60px;
    box-shadow: 0 20px 50px -10px rgba(15, 23, 42, 0.08);
    margin-bottom: 80px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 20px;
    color: #0f172a !important;
}

.contact-desc {
    color: var(--text-secondary);
    margin-bottom: 40px;
    font-size: 1.05rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-detail-item i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.08);
    color: var(--gold-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.detail-label {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.detail-val {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-secondary);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.12);
    color: var(--text-primary);
    font-family: inherit;
    font-size: 0.95rem;
    outline: none;
    transition: var(--transition-fast);
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--gold-primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    background: #ffffff;
}

.block-btn {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

/* FOOTER */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--text-muted);
    font-size: 0.9rem;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: var(--transition-fast);
}

.social-links a:hover {
    border-color: var(--gold-primary);
    color: var(--gold-primary);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

/* ==========================================================================
   CUSTOM GLOWING EFFECT CURSOR FOR LIGHT THEME
   ========================================================================== */
.cursor-dot, .cursor-ring {
    pointer-events: none !important;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99999999 !important;
    transition: opacity 0.3s ease, transform 0.15s cubic-bezier(0.25, 1, 0.5, 1), background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cursor-dot {
    width: 8px;
    height: 8px;
    background: #2563eb;
    box-shadow: 0 0 10px #2563eb, 0 0 20px rgba(37, 99, 235, 0.6);
}

.cursor-ring {
    width: 38px;
    height: 38px;
    border: 1.5px solid rgba(37, 99, 235, 0.65);
    background: rgba(37, 99, 235, 0.06);
    backdrop-filter: blur(1px);
    box-shadow: 0 0 16px rgba(37, 99, 235, 0.2);
}

/* Hover state on interactive elements */
body.cursor-hover .cursor-dot {
    transform: translate(-50%, -50%) scale(1.6);
    background: #db2777;
    box-shadow: 0 0 14px #db2777, 0 0 28px rgba(219, 39, 119, 0.8);
}

body.cursor-hover .cursor-ring {
    transform: translate(-50%, -50%) scale(1.85);
    border-color: rgba(219, 39, 119, 0.85);
    background: rgba(219, 39, 119, 0.12);
    box-shadow: 0 0 24px rgba(219, 39, 119, 0.35);
}

/* Hide native cursor on desktop fine pointer */
@media (hover: hover) and (pointer: fine) {
    body, a, button, input, select, textarea, .btn-primary, .btn-secondary, .portfolio-card, .team-card, .bento-card, .pillar-card {
        cursor: none !important;
    }
}

@media (pointer: coarse) {
    .cursor-dot, .cursor-ring {
        display: none !important;
    }
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .bento-large,
    .bento-wide {
        grid-column: span 2;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .hero-highlights-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .nav-links,
    .nav-actions {
        display: none !important;
    }

    .hero-section {
        height: auto !important;
        min-height: 100vh !important;
        padding-top: 130px !important;
        padding-bottom: 60px !important;
        justify-content: flex-start !important;
    }

    .hero-badge {
        font-size: 10px !important;
        letter-spacing: 1px !important;
        padding: 6px 14px !important;
        max-width: 100% !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .hero-title-line,
    .hero-title-gradient,
    h1.hero-title,
    .hero-title {
        font-size: clamp(1.65rem, 7vw, 2.5rem) !important;
        line-height: 1.15 !important;
    }

    .hero-highlights-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 10px;
    }
    
    .bento-grid {
        grid-template-columns: 1fr;
    }
    
    .bento-large,
    .bento-wide {
        grid-column: span 1;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        padding: 30px 20px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .about-stats-col {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
