@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Nunito:wght@300;400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap');

/* =========================================================
   ROOT VARIABLES
   ========================================================= */
:root {
    --yellow: #f9ca24;
    --yellow-2: #ffd93d;
    --yellow-soft: rgba(249, 202, 36, 0.12);
    --yellow-glow: rgba(249, 202, 36, 0.4);
    --bg: #0a0a0a;
    --bg-2: #111;
    --bg-card: #161616;
    --bg-elev: #1a1a1a;
    --text: #fff;
    --text-soft: #cfd0d6;
    --text-muted: #8b8d99;
    --border: rgba(255, 255, 255, 0.08);
    --border-strong: rgba(255, 255, 255, 0.14);
    --g-yellow: linear-gradient(135deg, #f9ca24 0%, #ffd93d 50%, #f9ca24 100%);
    --g-text: linear-gradient(135deg, #ffd93d 0%, #f9ca24 60%, #f0a500 100%);
    --ease: cubic-bezier(.2, .8, .2, 1);
    --ease-out: cubic-bezier(.16, 1, .3, 1);
    --card-bg: rgba(20, 20, 20, 0.55);
}

/* Light theme */
body.light-theme {
    --bg: #f5f5f7;
    --bg-2: #ebebee;
    --bg-card: #ffffff;
    --bg-elev: #ffffff;
    --text: #0d0d0d;
    --text-soft: #3a3a3a;
    --text-muted: #6b6b75;
    --border: rgba(0, 0, 0, 0.08);
    --border-strong: rgba(0, 0, 0, 0.14);
    --yellow-soft: rgba(249, 202, 36, 0.18);
    --card-bg: rgba(255, 255, 255, 0.7);
}

body.light-theme html::-webkit-scrollbar-track { background: #ddd; }
body.light-theme .grain { display: none; }

/* === LIGHT THEME OVERRIDES === */

/* Sidebar */
body.light-theme header {
    background: rgba(255, 255, 255, 0.85);
    border-right: 1px solid var(--border);
}

body.light-theme header .navbar ul li a {
    background: rgba(0, 0, 0, 0.03);
    color: var(--text-soft);
}

body.light-theme header .navbar ul li a:hover {
    background: rgba(249, 202, 36, 0.15);
    color: #111;
}

body.light-theme .sidebar-status {
    background: rgba(0, 0, 0, 0.03);
}

body.light-theme .sidebar-social a {
    background: rgba(0, 0, 0, 0.03);
    color: var(--text-soft);
}

/* Sidebar avatar monogram — keep dark for contrast */
body.light-theme header .user img,
body.light-theme header .user .avatar-img,
body.light-theme header .user .avatar-monogram {
    background: radial-gradient(circle at 30% 30%, #1f1f1f 0%, #0d0d0d 100%);
    border-color: #f5f5f7;
}

/* Background blobs — lighter in light mode */
body.light-theme .glow { opacity: 0.08; }

/* Cards — solid white with shadow */
body.light-theme .about .row .info,
body.light-theme .about .row .counter .box,
body.light-theme .skills-bars,
body.light-theme .skill-tile,
body.light-theme .service-card,
body.light-theme .process-step,
body.light-theme .impact-stat,
body.light-theme .testimonial-card,
body.light-theme .faq-item,
body.light-theme .faq-aside-card,
body.light-theme .achievement-card,
body.light-theme .contact .row .content,
body.light-theme .contact .row form,
body.light-theme .t-card,
body.light-theme .tech-grid-wrap {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.04);
}

body.light-theme .service-card.feature,
body.light-theme .faq-aside-card,
body.light-theme .t-card.highlight {
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.08), #ffffff);
}

body.light-theme .faq-item.active {
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.05), #ffffff);
}

/* Card top gradient borders - keep but softer */
body.light-theme .about .row .info::before,
body.light-theme .skills-bars::before,
body.light-theme .service-card::before,
body.light-theme .process-step::before,
body.light-theme .testimonial-card::before,
body.light-theme .faq-aside-card::before,
body.light-theme .contact .row .content::before,
body.light-theme .contact .row form::before {
    opacity: 0.7;
}

/* Skill bar background — lighter */
body.light-theme .skill-bar {
    background: rgba(0, 0, 0, 0.06);
}

/* Form inputs */
body.light-theme .form-field input,
body.light-theme .form-field textarea {
    background: rgba(0, 0, 0, 0.02);
    color: var(--text);
}

body.light-theme .form-field input:focus,
body.light-theme .form-field textarea:focus {
    background: #ffffff;
}

body.light-theme .field input,
body.light-theme .field textarea,
body.light-theme .contact .row form .box {
    background: rgba(0, 0, 0, 0.03);
    color: var(--text);
}

/* Hero badge */
body.light-theme .hero-badge,
body.light-theme .home-badge {
    background: rgba(255, 255, 255, 0.9);
}

/* Filter buttons */
body.light-theme .filter-btn {
    background: rgba(0, 0, 0, 0.04);
    color: var(--text-soft);
}

body.light-theme .filter-btn .filter-count {
    background: rgba(0, 0, 0, 0.08);
    color: var(--text-muted);
}

/* Buttons */
body.light-theme .btn-ghost {
    background: rgba(0, 0, 0, 0.04);
    color: var(--text);
}

body.light-theme .btn-ghost:hover {
    background: rgba(249, 202, 36, 0.12);
}

body.light-theme .btn-primary {
    color: #111;
}

/* Navbar CTA */
body.light-theme .nav-cta {
    background: #111;
    color: #fff;
}

/* Footer */
body.light-theme .footer {
    background: rgba(255, 255, 255, 0.6);
    border-top: 1px solid var(--border);
}

/* Marquee */
body.light-theme .marquee-track span,
body.light-theme .brand-pill {
    color: var(--text);
}

body.light-theme .brand-pill {
    background: rgba(0, 0, 0, 0.04);
}

/* WhatsApp popup */
body.light-theme .wa-popup-card {
    background: rgba(255, 255, 255, 0.95);
}

body.light-theme .wa-popup-close {
    background: rgba(0, 0, 0, 0.05);
    color: var(--text);
}

body.light-theme .wa-popup-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

body.light-theme .wa-action {
    background: rgba(0, 0, 0, 0.03);
}

body.light-theme .wa-action:hover {
    background: #ffffff;
}

/* Slider controls */
body.light-theme .t-arrow {
    background: rgba(255, 255, 255, 0.9);
    color: var(--text);
}

body.light-theme .t-dot {
    background: rgba(0, 0, 0, 0.15);
}

/* Slider quote bg */
body.light-theme .testimonial-card::after {
    color: var(--yellow);
    opacity: 0.1;
}

/* Sidebar status — keep readable */
body.light-theme .sidebar-status strong {
    color: var(--text);
}

/* Timeline cards */
body.light-theme .t-card {
    background: #ffffff;
    border-left-color: var(--yellow);
}

/* Education timeline line */
body.light-theme .timeline-line {
    background: linear-gradient(to bottom, transparent, var(--yellow), var(--yellow), transparent);
    opacity: 0.3;
}

body.light-theme .t-dot {
    background: #fff;
}

/* Project mocks */
body.light-theme .mock-line { background: rgba(0, 0, 0, 0.08); }

/* Easter modal */
body.light-theme .easter-close {
    background: rgba(0, 0, 0, 0.05);
    color: var(--text);
}

body.light-theme .easter-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* Mobile menu hamburger */
body.light-theme #menu {
    background: rgba(255, 255, 255, 0.9);
    color: #d4a423;
    border-color: var(--border-strong);
}

/* Scroll progress bar visible in light too */
body.light-theme .scroll-progress {
    box-shadow: 0 0 14px rgba(249, 202, 36, 0.6);
}

/* Tech logos in light mode */
body.light-theme .tech-logo {
    background: rgba(0, 0, 0, 0.03);
}

body.light-theme .tech-logo:hover {
    background: rgba(249, 202, 36, 0.12);
}

/* GitHub icon — was white, needs to be dark in light mode */
body.light-theme .tech-logo i[style*="color:#fff"] {
    color: #111 !important;
}

/* Status bar in light */
body.light-theme .status-divider {
    background: rgba(0, 0, 0, 0.12);
}

body.light-theme .status-label {
    color: var(--text);
}

/* About card icons */
body.light-theme .about-card,
body.light-theme .about-card-icon {
    background: var(--yellow-soft);
}

body.light-theme .skill-tile {
    background: #ffffff;
}

/* Process step icons stay yellow gradient */

/* FAQ icons */
body.light-theme .faq-icon {
    background: rgba(249, 202, 36, 0.15);
}

body.light-theme .faq-cat {
    background: rgba(249, 202, 36, 0.15);
}

/* FAQ quick links */
body.light-theme .faq-quick {
    background: rgba(0, 0, 0, 0.03);
}

body.light-theme .faq-quick:hover {
    background: rgba(249, 202, 36, 0.12);
}

/* Achievements year pill - keep colored */

/* Avatar text fixes */
body.light-theme .t-avatar {
    box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.15);
}

/* Active nav link text in dark */
body.light-theme header .navbar ul li a.active {
    color: #111;
}

/* Process line stays */
/* Section indicator in light */
body.light-theme .section-indicator { border-color: var(--border); }
body.light-theme .si-dot::before {
    background: var(--yellow);
    color: #111;
}

/* FAB action tooltips */
body.light-theme .fab-action::after {
    background: #111;
    color: #fff;
    border-color: var(--border-strong);
}

/* FAB action background in light */
body.light-theme .fab-action {
    background: #ffffff;
    border: 1px solid var(--border-strong);
    color: #d4a423;
}

/* Tech grid title icon */
body.light-theme .tech-grid-title { color: var(--text); }

/* Hero "I'm Abdul Hanan" — gradient still works on light bg */
/* Tech marquee in hero */
body.light-theme .tech-marquee { border-color: var(--border); }
body.light-theme .marquee-label { color: var(--text-muted); }

/* Skill text */
body.light-theme .skill-top { color: var(--text-soft); }

/* Service list items */
body.light-theme .service-card ul li { color: var(--text-soft); }

/* Contact info value */
body.light-theme .contact .row .content .info h3 { color: var(--text-soft); }

/* Trusted strip */
body.light-theme .trusted-strip {
    background: linear-gradient(180deg, transparent, rgba(249, 202, 36, 0.06), transparent);
}

/* Service feature card */
body.light-theme .service-card.feature {
    border-color: rgba(249, 202, 36, 0.4);
}

/* Hero pulse status — keep green */
/* Status LED colors are inline styles, OK */

/* FAB trigger button bottom — make sure visible */
body.light-theme .fab-trigger {
    color: #111;
}

/* Toast in light theme */
body.light-theme .toast {
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 32px -8px rgba(0, 0, 0, 0.15);
}

/* Scrollbar */
body.light-theme html::-webkit-scrollbar-track { background: #e5e5ea; }
body.light-theme html::-webkit-scrollbar-thumb { background: var(--g-yellow); }

/* WhatsApp floating button — same green looks fine */

/* Logo dot accent */
body.light-theme .dot { color: var(--yellow); }

/* Top scroll button in light */
body.light-theme .top img { filter: drop-shadow(0 4px 10px rgba(249, 202, 36, 0.4)); }

/* =========================================================
   RESET & BASE
   ========================================================= */
* {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .25s var(--ease);
}

*::selection {
    background-color: var(--yellow);
    color: #111;
}

html {
    font-size: 60%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Smooth theme transitions */
body,
body * {
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.35s;
    transition-timing-function: var(--ease);
}

/* Don't add transitions on these (would break animations) */
.cursor-ring, .cursor-dot,
.page-loader, .loader-fill,
.glow, .blob,
.marquee-track, .trusted-track,
.skill-bar span, .scroll-progress,
.rotating-svg, .pulse-dot::after,
.status-led, .pulse::after,
.t-progress-fill, .typed-text {
    transition: none !important;
}

html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background: #0a0a0a;
}

html::-webkit-scrollbar-thumb {
    background: var(--g-yellow);
    border-radius: 1rem;
}

body {
    background: var(--bg);
    overflow-x: hidden;
    padding-left: 32rem;
    color: var(--text);
    font-family: 'Nunito', sans-serif;
    position: relative;
    min-height: 100vh;
}

section {
    padding: 6rem 4rem;
    position: relative;
}

/* =========================================================
   BACKGROUND AMBIENT GLOWS
   ========================================================= */
.bg-glows {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.18;
    animation: floatGlow 22s ease-in-out infinite;
}

.glow-1 {
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, var(--yellow), transparent 70%);
    top: 8%;
    right: 5%;
    animation-delay: 0s;
}

.glow-2 {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, #ff9500, transparent 70%);
    top: 60%;
    left: 30%;
    animation-delay: -8s;
    opacity: 0.12;
}

.glow-3 {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, var(--yellow), transparent 70%);
    bottom: 5%;
    right: 20%;
    animation-delay: -14s;
}

@keyframes floatGlow {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(40px, -30px) scale(1.05); }
    66% { transform: translate(-30px, 30px) scale(0.95); }
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
    padding: 1rem 2.4rem;
    cursor: pointer;
    margin-top: 1rem;
    font-size: 1.7rem;
    font-weight: 600;
    border-radius: 5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 0.02em;
}

.btn i {
    font-size: 1.6rem;
}

.btn-primary {
    background: var(--g-yellow);
    color: #111;
    box-shadow: 0 8px 24px -6px var(--yellow-glow);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -8px var(--yellow-glow), 0 0 0 1px var(--yellow);
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-strong);
    color: var(--text);
}

.btn-ghost:hover {
    background: rgba(249, 202, 36, 0.08);
    border-color: var(--yellow);
    color: var(--yellow);
    transform: translateY(-2px);
}

/* =========================================================
   HEADINGS
   ========================================================= */
.heading {
    text-align: center;
    margin: 0 6rem 3rem;
    font-family: 'Sora', sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 1rem;
    color: var(--text);
    position: relative;
}

.heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--g-yellow);
    border-radius: 3px;
    margin: 1.5rem auto 0;
    box-shadow: 0 0 20px var(--yellow-glow);
}

.heading span {
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================================
   HEADER / SIDEBAR
   ========================================================= */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 32rem;
    background: rgba(15, 15, 15, 0.85);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border-right: 1px solid var(--border);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    padding: 3rem 1.5rem;
    overflow-y: auto;
}

header::-webkit-scrollbar { width: 4px; }
header::-webkit-scrollbar-thumb { background: rgba(249, 202, 36, 0.3); border-radius: 4px; }

header .user {
    margin-bottom: 2rem;
    margin-top:33rem;
}


header .user .avatar-wrap {
    position: relative;
    width: 15rem;
    height: 15rem;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    isolation: isolate;
}

/* Spinning gradient ring (sits BEHIND the image) */
header .user .avatar-wrap::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, var(--yellow), transparent 25%, var(--yellow-2) 50%, transparent 75%, var(--yellow));
    animation: spin 8s linear infinite;
    z-index: 0;
}

/* Soft yellow glow halo */
header .user .avatar-wrap::after {
    content: '';
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--yellow-glow), transparent 65%);
    opacity: 0.5;
    z-index: -1;
    filter: blur(8px);
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

header .user img,
header .user .avatar-img,
header .user .avatar-monogram {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: grid;
    place-items: center;
    border: 4px solid var(--bg);
    background: radial-gradient(circle at 30% 30%, #1f1f1f 0%, #0d0d0d 100%);
    z-index: 2;
    overflow: hidden;
}

/* Subtle inner glow for monogram */
header .user .avatar-monogram::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 80%, var(--yellow-soft), transparent 55%),
        radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.04), transparent 50%);
    pointer-events: none;
}

header .user .avatar-monogram span {
    position: relative;
    font-family: 'Sora', sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 4px 16px rgba(249, 202, 36, 0.35));
    line-height: 1;
    padding-bottom: 2px;
}

header .user .status-dot {
    position: absolute;
    bottom: 6px;
    right: 10px;
    width: 18px;
    height: 18px;
    background: #22c55e;
    border: 3px solid var(--bg);
    border-radius: 50%;
    z-index: 3;
}

header .user .status-dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: #22c55e;
    opacity: 0.5;
    animation: ping 2s ease-out infinite;
}

@keyframes ping {
    0% { transform: scale(0.8); opacity: 0.5; }
    100% { transform: scale(2); opacity: 0; }
}

header .user .name {
    font-family: 'Sora', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
    margin-bottom: 0.3rem;
}

header .user .post {
    font-size: 1.5rem;
    color: var(--text-soft);
    min-height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.typed-cursor {
    color: var(--yellow);
    font-weight: 700;
    animation: blink 1s step-end infinite;
}

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

header .navbar {
    width: 100%;
}

header .navbar ul {
    list-style: none;
    padding: 0 1.5rem;
}

header .navbar ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.6rem;
    margin: 0.6rem 0;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-soft);
    font-size: 1.55rem;
    font-weight: 500;
    border-radius: 1.2rem;
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

header .navbar ul li a i {
    width: 18px;
    color: var(--yellow);
    transition: transform 0.3s var(--ease);
}

header .navbar ul li a:hover {
    background: rgba(249, 202, 36, 0.08);
    color: var(--text);
    border-color: rgba(249, 202, 36, 0.3);
    transform: translateX(4px);
}

header .navbar ul li a:hover i {
    transform: scale(1.15);
}

header .navbar ul li a.active {
    background: var(--g-yellow);
    color: #111;
    border-color: var(--yellow);
    box-shadow: 0 6px 20px -6px var(--yellow-glow);
}

header .navbar ul li a.active i {
    color: #111;
}

.fa-solid {
    padding-right: 0;
}

.sidebar-social {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    width: 80%;
}

.sidebar-social a {
    display: grid;
    place-items: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    color: var(--text-soft);
    font-size: 1.5rem;
}

.sidebar-social a:hover {
    background: var(--yellow);
    color: #111;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px -6px var(--yellow-glow);
}

/* =========================================================
   MOBILE MENU TOGGLE
   ========================================================= */
#menu {
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(12px);
    color: var(--yellow);
    cursor: pointer;
    font-size: 2rem;
    padding: 1.2rem 1.4rem;
    z-index: 1001;
    display: none;
    border-radius: 1rem;
    border: 1px solid var(--border-strong);
}

/* =========================================================
   HOME SECTION
   ========================================================= */
.home {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 10rem 8rem 5rem;
    position: relative;
    z-index: 1;
}

.home-badge {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 1.4rem;
    border-radius: 5rem;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-strong);
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--text-soft);
    width: fit-content;
    margin-bottom: 2rem;
    animation: revealUp 0.8s var(--ease-out) 0.1s both;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    position: relative;
}

.pulse-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: #22c55e;
    opacity: 0.5;
    animation: ping 1.6s ease-out infinite;
}

.home h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    color: var(--yellow);
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    animation: revealUp 0.8s var(--ease-out) 0.2s both;
}

.home h1 {
    font-family: 'Sora', sans-serif;
    font-size: 6.4rem;
    color: var(--text);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 1.2rem 0;
    animation: revealUp 0.8s var(--ease-out) 0.3s both;
}

.home h1 span {
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.home-tagline {
    font-family: 'Sora', sans-serif;
    font-size: 2.4rem !important;
    font-weight: 500;
    color: var(--text) !important;
    letter-spacing: -0.01em;
    margin-bottom: 1rem !important;
    animation: revealUp 0.8s var(--ease-out) 0.4s both;
}

.home-tagline em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--yellow);
    padding: 0 0.5rem;
}

.home p {
    font-size: 1.7rem;
    color: var(--text-soft);
    padding: 0.5rem 0 1rem;
    line-height: 1.6;
    max-width: 60rem;
    animation: revealUp 0.8s var(--ease-out) 0.5s both;
}

.home-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    animation: revealUp 0.8s var(--ease-out) 0.6s both;
}

@keyframes revealUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Rotating "Available for work" badge */
.hero-rotating-badge {
    position: absolute;
    top: 50%;
    right: 5rem;
    transform: translateY(-50%);
    width: 16rem;
    height: 16rem;
    display: grid;
    place-items: center;
    text-decoration: none;
    z-index: 2;
    animation: revealUp 0.8s var(--ease-out) 0.7s both;
}

.rotating-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: spinBadge 14s linear infinite;
}

.rotating-svg text {
    fill: var(--yellow);
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.badge-arrow {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    background: var(--g-yellow);
    color: #111;
    display: grid;
    place-items: center;
    font-size: 2rem;
    box-shadow: 0 8px 24px -4px var(--yellow-glow);
    transition: transform 0.4s var(--ease);
    transform: rotate(45deg);
}

.hero-rotating-badge:hover .badge-arrow {
    transform: rotate(0deg) scale(1.1);
}

.hero-rotating-badge:hover .rotating-svg {
    animation-duration: 6s;
}

@keyframes spinBadge {
    to { transform: rotate(360deg); }
}

/* Tech Marquee */
.tech-marquee {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--border);
    animation: revealUp 0.8s var(--ease-out) 0.8s both;
}

.marquee-label {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.marquee-track {
    display: flex;
    gap: 4rem;
    animation: marquee 25s linear infinite;
    width: max-content;
}

.marquee-track span {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-soft);
    white-space: nowrap;
}

.marquee-track span i {
    color: var(--yellow);
    font-size: 2.4rem;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* =========================================================
   ABOUT SECTION
   ========================================================= */
.about .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 1rem 0;
}

.about .row .info {
    flex: 1 1 42rem;
    padding: 3rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
}

.about .row .info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.4;
}

.about .row .info h3 {
    font-size: 1.7rem;
    color: var(--yellow);
    padding: 0.8rem 0;
    font-weight: 600;
    letter-spacing: -0.005em;
}

.about .row .info h3 span {
    color: var(--text-muted);
    font-weight: 500;
    padding: 0 .5rem 0 0;
    display: inline-block;
    min-width: 11rem;
}

.about .row .counter {
    flex: 1 1 50rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.about .row .counter .box {
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2rem;
    text-align: center;
    padding: 3rem 1.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}

.about .row .counter .box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, var(--yellow-soft), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.about .row .counter .box:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 202, 36, 0.3);
    box-shadow: 0 14px 32px -10px rgba(249, 202, 36, 0.25);
}

.about .row .counter .box:hover::before {
    opacity: 1;
}

.about .row .counter .box span {
    font-family: 'Sora', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    line-height: 1;
}

.about .row .counter .box span::after {
    content: '+';
    -webkit-text-fill-color: var(--yellow);
}

.about .row .counter .box h3 {
    font-size: 1.55rem;
    color: var(--text-soft);
    font-weight: 500;
    margin-top: 0.8rem;
}

/* Social links (used in about + contact) */
.social-links {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.social-links a {
    display: inline-grid;
    place-items: center;
}

.social-links i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4.2rem;
    height: 4.2rem;
    background-color: transparent;
    border: 0.2rem solid var(--yellow);
    border-radius: 50%;
    color: var(--yellow);
    font-size: 1.8rem;
    transition: 0.25s var(--ease);
}

.social-links i:hover {
    transform: scale(1.15) rotate(-5deg);
    color: #111;
    background-color: var(--yellow);
    box-shadow: 0 0 20px var(--yellow-glow);
}

/* =========================================================
   SKILLS SECTION
   ========================================================= */
.skills {
    padding: 6rem 4rem;
}

.skills-wrap {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

.skills-bars {
    padding: 2.8rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
}

.skills-bars::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.4;
}

.skills-heading {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 2.4rem;
    letter-spacing: -0.01em;
}

.skill {
    margin-bottom: 1.8rem;
}

.skill:last-child { margin-bottom: 0; }

.skill-top {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: var(--text-soft);
}

.skill-top i {
    color: var(--yellow);
    margin-right: 0.6rem;
}

.skill-pct {
    color: var(--yellow);
    font-variant-numeric: tabular-nums;
}

.skill-bar {
    height: 8px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.skill-bar span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--g-yellow);
    border-radius: 999px;
    transition: width 1.4s var(--ease-out);
    position: relative;
    box-shadow: 0 0 12px var(--yellow-glow);
}

.skill-bar span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 2.5s ease-in-out infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.skill.in-view .skill-bar span {
    width: var(--w);
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
}

.skill-tile {
    padding: 2.4rem 2rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border);
    border-radius: 1.8rem;
    text-align: center;
    transition: all 0.3s var(--ease);
    position: relative;
    overflow: hidden;
}

.skill-tile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, var(--yellow-soft), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.skill-tile:hover {
    transform: translateY(-5px);
    border-color: rgba(249, 202, 36, 0.3);
    box-shadow: 0 12px 28px -8px rgba(249, 202, 36, 0.2);
}

.skill-tile:hover::before { opacity: 1; }

.skill-tile i {
    font-size: 3.2rem;
    color: var(--yellow);
    margin-bottom: 1rem;
    display: inline-block;
    transition: transform 0.3s var(--ease);
}

.skill-tile:hover i {
    transform: scale(1.15) rotate(-5deg);
}

.skill-tile h4 {
    font-family: 'Sora', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.4rem;
    letter-spacing: -0.01em;
}

.skill-tile p {
    font-size: 1.3rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* =========================================================
   SERVICES SECTION
   ========================================================= */
.services {
    padding: 6rem 4rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 2rem;
}

.service-card {
    padding: 2.8rem 2.4rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s var(--ease);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.4;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, var(--yellow-soft), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 202, 36, 0.3);
    box-shadow: 0 20px 40px -12px rgba(249, 202, 36, 0.25);
}

.service-card:hover::after { opacity: 1; }

.service-card.feature {
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.08), rgba(20, 20, 20, 0.55));
    border-color: rgba(249, 202, 36, 0.25);
}

.service-num {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 4rem;
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.service-icon {
    font-size: 3.6rem;
    color: var(--yellow);
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: transform 0.4s var(--ease);
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(-8deg);
}

.service-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.service-card > p {
    font-size: 1.5rem;
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.service-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.service-card ul li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.45rem;
    color: var(--text-soft);
}

.service-card ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yellow);
    flex-shrink: 0;
    box-shadow: 0 0 8px var(--yellow-glow);
}

.feature-badge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    padding: 0.4rem 1rem;
    border-radius: 5rem;
    background: var(--g-yellow);
    color: #111;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* =========================================================
   EDUCATION TIMELINE
   ========================================================= */
.education {
    background: transparent;
    padding: 6rem 4rem;
}

.timeline {
    position: relative;
    max-width: 90rem;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 2px;
    background: linear-gradient(to bottom, transparent, var(--yellow), var(--yellow), transparent);
    opacity: 0.5;
}

.t-item {
    position: relative;
    padding-left: 6rem;
    margin-bottom: 3rem;
}

.t-item:last-child { margin-bottom: 0; }

.t-dot {
    position: absolute;
    top: 2.5rem;
    left: 1.3rem;
    width: 1.6rem;
    height: 1.6rem;
    background: var(--bg);
    border: 3px solid var(--yellow);
    border-radius: 50%;
    z-index: 2;
}

.t-dot.active {
    background: var(--yellow);
    box-shadow: 0 0 0 6px rgba(249, 202, 36, 0.15), 0 0 16px var(--yellow-glow);
}

.t-card {
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-left: 3px solid var(--yellow);
    border-radius: 1.6rem;
    padding: 2.4rem;
    position: relative;
    transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}

.t-card.highlight {
    background: linear-gradient(135deg, rgba(249, 202, 36, 0.06), rgba(20, 20, 20, 0.55));
    border-color: rgba(249, 202, 36, 0.25);
    border-left-color: var(--yellow);
}

.t-card:hover {
    transform: translateX(6px);
    border-color: rgba(249, 202, 36, 0.4);
    box-shadow: 0 14px 32px -10px rgba(249, 202, 36, 0.2);
}

.t-card i {
    position: absolute;
    top: -1.6rem;
    left: 2rem;
    width: 4rem;
    height: 4rem;
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    color: #111;
    background: var(--g-yellow);
    border-radius: 50%;
    box-shadow: 0 6px 16px -4px var(--yellow-glow);
}

.t-date {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    background: var(--yellow-soft);
    color: var(--yellow);
    border-radius: 5rem;
    padding: 0.4rem 1.4rem;
    margin: 1rem 0 1rem;
    letter-spacing: 0.04em;
}

.t-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.8rem;
    letter-spacing: -0.01em;
}

.t-card p {
    font-size: 1.45rem;
    color: var(--text-soft);
    line-height: 1.6;
}

.t-card p strong {
    color: var(--text);
    font-weight: 700;
}

/* =========================================================
   PORTFOLIO SECTION — Branded Logo Cards
   ========================================================= */
.portfolio .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.portfolio .box-container .box {
    aspect-ratio: 4 / 3;
    border-radius: 2rem;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: linear-gradient(135deg, var(--brand, var(--yellow)), var(--brand-2, var(--yellow-2)));
    border: 1px solid var(--border);
    text-decoration: none;
    display: block;
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.portfolio .box-container .box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.5),
                0 0 30px -8px color-mix(in srgb, var(--brand, var(--yellow)) 60%, transparent);
}

/* Subtle radial glow inside card */
.portfolio .box-container .box::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.18), transparent 55%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.25), transparent 60%);
    pointer-events: none;
    z-index: 1;
}

/* Soft pattern (dot grid) */
.portfolio .box-container .box::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.4;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.4s;
}

.portfolio .box-container .box:hover::after {
    opacity: 0.15;
}

/* Logo wrapper — centered glassy badge */
.portfolio .box-container .box .logo-wrap {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 2rem;
    z-index: 2;
    transition: transform 0.5s var(--ease), opacity 0.4s;
}

.portfolio .box-container .box:hover .logo-wrap {
    transform: scale(0.92) translateY(-6px);
    opacity: 0.92;
}

/* The white badge holding the logo */
.portfolio .box-container .box .logo-wrap img {
    display: block;
    width: 72%;
    max-width: 26rem;
    height: 12rem;
    object-fit: contain;
    background: #fff;
    padding: 2rem 2.4rem;
    border-radius: 1.6rem;
    box-shadow: 0 18px 36px -12px rgba(0, 0, 0, 0.4),
                0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s var(--ease);
}

/* For white/light logos — use dark transparent badge so logo stays visible */
.portfolio .box-container .box .logo-wrap img.logo-light {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 18px 36px -12px rgba(0, 0, 0, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.portfolio .box-container .box:hover .logo-wrap img {
    transform: scale(1.04);
}

/* Fallback for missing logo (used by C-Solar) */
.portfolio .box-container .box .logo-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 72%;
    max-width: 26rem;
    height: 12rem;
    padding: 2rem;
    background: #fff;
    border-radius: 1.6rem;
    box-shadow: 0 18px 36px -12px rgba(0, 0, 0, 0.4),
                0 4px 12px rgba(0, 0, 0, 0.15);
    color: var(--brand, var(--yellow));
    transition: transform 0.4s var(--ease);
}

.portfolio .box-container .box:hover .logo-fallback {
    transform: scale(1.04);
}

.portfolio .box-container .box .logo-fallback i {
    font-size: 3.6rem;
}

.portfolio .box-container .box .logo-fallback span {
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.01em;
}

/* Overlay (project info) — shows on hover */
.portfolio .box-container .box .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(10, 10, 10, 0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.4s var(--ease);
    z-index: 3;
}

.portfolio .box-container .box:hover .overlay {
    opacity: 1;
}

.portfolio .box-container .box .overlay .cat {
    display: inline-block;
    width: fit-content;
    padding: 0.4rem 1.2rem;
    background: var(--yellow);
    color: #111;
    border-radius: 5rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    transform: translateY(15px);
    transition: transform 0.4s var(--ease) 0.05s;
}

.portfolio .box-container .box .overlay h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 0.8rem;
    transform: translateY(15px);
    transition: transform 0.4s var(--ease) 0.1s;
}

/* Visit URL pill */
.portfolio .box-container .box .overlay .visit-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: fit-content;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 5rem;
    font-size: 1.25rem;
    font-weight: 500;
    transform: translateY(15px);
    transition: all 0.4s var(--ease) 0.15s;
}

.portfolio .box-container .box .overlay .visit-pill i {
    font-size: 1rem;
    transition: transform 0.3s;
}

.portfolio .box-container .box:hover .overlay .visit-pill {
    transform: translateY(0);
    background: var(--yellow);
    color: #111;
    border-color: var(--yellow);
}

.portfolio .box-container .box:hover .overlay .visit-pill i {
    transform: translateX(3px);
}

.portfolio .box-container .box:hover .overlay .cat,
.portfolio .box-container .box:hover .overlay h3 {
    transform: translateY(0);
}

.portfolio .box-container .box .overlay-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    background: var(--yellow);
    color: #111;
    display: grid;
    place-items: center;
    font-size: 1.6rem;
    transform: translate(8px, -8px) rotate(-30deg);
    opacity: 0;
    transition: all 0.4s var(--ease) 0.15s;
}

.portfolio .box-container .box:hover .overlay-btn {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
}

/* =========================================================
   CONTACT SECTION
   ========================================================= */
.contact .row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: start;
}

.contact .row .content {
    padding: 3rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
}

.contact .row .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.4;
}

.contact .row .content .title {
    font-family: 'Sora', sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--text);
    padding-bottom: 1rem;
    letter-spacing: -0.02em;
    text-transform: none;
}

.contact .row .content .title span {
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-lead {
    font-size: 1.5rem;
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.contact .row .content .info h3 {
    display: flex;
    align-items: center;
    font-size: 1.55rem;
    color: var(--text-soft);
    padding: 0.8rem 0;
    font-weight: 500;
}

.contact .row .content .info h3 i {
    width: 2.4rem;
    color: var(--yellow);
    font-size: 1.6rem;
}

.contact .row form {
    padding: 3rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
}

.contact .row form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.4;
}

.contact .row form .box {
    padding: 1.5rem 1.8rem;
    margin: 0.8rem 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 1.4rem;
    color: var(--text);
    text-transform: none;
    font-size: 1.55rem;
    width: 100%;
    font-family: inherit;
    transition: all 0.25s;
}

.contact .row form .box::placeholder {
    color: var(--text-muted);
    text-transform: capitalize;
}

.contact .row form .box:focus {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--yellow);
    box-shadow: 0 0 0 4px rgba(249, 202, 36, 0.12);
}

.contact .row form .message {
    height: 14rem;
    resize: vertical;
}

.form-note {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #22c55e;
    text-align: center;
    min-height: 2rem;
}

/* =========================================================
   SCROLL PROGRESS BAR
   ========================================================= */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--g-yellow);
    z-index: 1002;
    transition: width 0.1s linear;
    box-shadow: 0 0 14px var(--yellow-glow);
}

/* =========================================================
   SECTION EYEBROW LABELS
   ========================================================= */
.section-head {
    text-align: center;
    margin-bottom: 3rem;
}

.section-head .heading {
    margin-bottom: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--yellow);
    padding: 0.5rem 1.4rem;
    background: var(--yellow-soft);
    border: 1px solid rgba(249, 202, 36, 0.2);
    border-radius: 5rem;
    margin-bottom: 1.5rem;
}

/* =========================================================
   SIDEBAR STATUS BADGE
   ========================================================= */
.sidebar-status {
    margin: 0 1.5rem 2rem;
    padding: 1rem 1.4rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    width: calc(100% - 3rem);
    transition: all 0.3s var(--ease);
}

.sidebar-status:hover {
    background: var(--yellow-soft);
    border-color: rgba(249, 202, 36, 0.3);
}

.sidebar-status i {
    font-size: 2rem;
    color: var(--yellow);
    flex-shrink: 0;
}

.sidebar-status > div {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    overflow: hidden;
}

.sidebar-status span {
    font-size: 1.05rem;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar-status strong {
    font-size: 1.3rem;
    color: var(--text);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================================================
   COUNTER ICONS (in About stat boxes)
   ========================================================= */
.about .row .counter .box i {
    font-size: 2rem;
    color: var(--yellow);
    margin-bottom: 1rem;
    display: inline-block;
    opacity: 0.85;
    transition: transform 0.3s var(--ease);
}

.about .row .counter .box:hover i {
    transform: scale(1.15) rotate(-6deg);
    opacity: 1;
}

/* =========================================================
   FLOATING LABELS (Contact Form)
   ========================================================= */
.form-field {
    position: relative;
    margin: 1rem 0;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 2.2rem 1.6rem 0.8rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 1.4rem;
    color: var(--text);
    font-size: 1.55rem;
    font-family: inherit;
    transition: all 0.25s var(--ease);
    outline: none;
}

.form-field textarea {
    resize: vertical;
    min-height: 14rem;
    padding-top: 2.4rem;
}

.form-field label {
    position: absolute;
    top: 1.7rem;
    left: 1.7rem;
    color: var(--text-muted);
    font-size: 1.5rem;
    font-weight: 500;
    pointer-events: none;
    transition: all 0.25s var(--ease);
    background: transparent;
    padding: 0 0.4rem;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: var(--yellow);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 4px var(--yellow-soft);
}

.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label,
.form-field textarea:focus + label,
.form-field textarea:not(:placeholder-shown) + label {
    top: 0.7rem;
    left: 1.4rem;
    font-size: 1.1rem;
    color: var(--yellow);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* =========================================================
   CUSTOM CURSOR (desktop only)
   ========================================================= */
.cursor-ring,
.cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s, width 0.25s var(--ease), height 0.25s var(--ease), background 0.25s;
    opacity: 0;
}

.cursor-ring {
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--yellow);
    backdrop-filter: blur(2px);
    mix-blend-mode: difference;
}

.cursor-dot {
    width: 6px;
    height: 6px;
    background: var(--yellow);
    box-shadow: 0 0 12px var(--yellow-glow);
}

.cursor-ring.hover {
    width: 60px;
    height: 60px;
    background: rgba(249, 202, 36, 0.12);
    border-color: var(--yellow);
}

.cursor-ring.click {
    width: 30px;
    height: 30px;
}

@media (hover: hover) and (pointer: fine) {
    body { cursor: none; }
    a, button, input, textarea, .box, .skill-tile, .process-step,
    .service-card, .testimonial-card, .faq-q, .about-card,
    header .navbar ul li a, .filter-btn { cursor: none; }
    .cursor-ring, .cursor-dot { opacity: 1; }
}

/* =========================================================
   PROCESS SECTION
   ========================================================= */
.process {
    position: relative;
    padding: 6rem 4rem;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.process-step {
    padding: 2.8rem 2.4rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s var(--ease);
    text-align: center;
}

.process-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.4;
}

.process-step::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, var(--yellow-soft), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.process-step:hover {
    transform: translateY(-8px);
    border-color: rgba(249, 202, 36, 0.3);
    box-shadow: 0 20px 40px -12px rgba(249, 202, 36, 0.25);
}

.process-step:hover::after { opacity: 1; }

.step-num {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 3rem;
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.step-icon {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1.6rem;
    border-radius: 50%;
    background: var(--g-yellow);
    color: #111;
    display: grid;
    place-items: center;
    font-size: 2.2rem;
    box-shadow: 0 8px 24px -4px var(--yellow-glow);
    transition: transform 0.4s var(--ease);
}

.process-step:hover .step-icon {
    transform: scale(1.1) rotate(-8deg);
}

.process-step h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.process-step p {
    font-size: 1.45rem;
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.step-tag {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    background: var(--yellow-soft);
    color: var(--yellow);
    border-radius: 5rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* =========================================================
   PORTFOLIO FILTERS
   ========================================================= */
.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.filter-btn {
    padding: 1rem 1.8rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    color: var(--text-soft);
    border-radius: 5rem;
    font-family: 'Nunito', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    transition: all 0.3s var(--ease);
}

.filter-btn i {
    font-size: 1.4rem;
    color: var(--yellow);
}

.filter-btn .filter-count {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-muted);
    padding: 0.2rem 0.7rem;
    border-radius: 5rem;
    font-size: 1.1rem;
    font-weight: 700;
    margin-left: 0.3rem;
}

.filter-btn:hover {
    background: rgba(249, 202, 36, 0.08);
    border-color: rgba(249, 202, 36, 0.3);
    color: var(--text);
}

.filter-btn.active {
    background: var(--g-yellow);
    border-color: var(--yellow);
    color: #111;
    box-shadow: 0 6px 20px -4px var(--yellow-glow);
}

.filter-btn.active i,
.filter-btn.active .filter-count {
    color: #111;
}

.filter-btn.active .filter-count {
    background: rgba(0, 0, 0, 0.15);
}

/* Filter animation */
.portfolio .box-container .box {
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), opacity 0.4s, scale 0.4s;
}

.portfolio .box-container .box.hidden {
    opacity: 0;
    scale: 0.85;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}

/* =========================================================
   TESTIMONIALS SLIDER (Auto-rotating Carousel)
   ========================================================= */
.testimonials {
    padding: 6rem 4rem;
}

.testimonials-wrap {
    position: relative;
    max-width: 90rem;
    margin: 0 auto;
}

.testimonials-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2.4rem;
}

.t-slider-track {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: transform 0.6s cubic-bezier(.16, 1, .3, 1);
    will-change: transform;
}

.t-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    padding: 0;
    box-sizing: border-box;
}

/* Card itself */
.testimonial-card {
    padding: 4rem 4rem 3rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
    min-height: 32rem;
    transition: all 0.4s var(--ease);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.5;
}

/* Decorative big quote in background */
.testimonial-card::after {
    content: '"';
    position: absolute;
    top: -3rem;
    right: 2rem;
    font-family: 'Instrument Serif', serif;
    font-size: 24rem;
    color: var(--yellow);
    opacity: 0.05;
    line-height: 1;
    pointer-events: none;
}

.t-quote {
    font-size: 3rem;
    color: var(--yellow);
    opacity: 0.4;
    margin-bottom: 1.5rem;
    display: block;
}

.t-stars {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 2rem;
}

.t-stars i {
    color: var(--yellow);
    font-size: 1.7rem;
    filter: drop-shadow(0 0 4px var(--yellow-glow));
}

.t-text {
    font-size: 1.8rem;
    color: var(--text-soft);
    line-height: 1.65;
    margin-bottom: 2.8rem;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.t-author {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    position: relative;
    z-index: 1;
}

.t-avatar {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: 'Sora', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.3);
}

.t-info h4 {
    font-family: 'Sora', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.2rem;
    letter-spacing: -0.01em;
}

.t-info span {
    font-size: 1.35rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* Slider Controls */
.t-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2.5rem;
}

.t-arrow {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    color: var(--text);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    transition: all 0.3s var(--ease);
}

.t-arrow:hover {
    background: var(--yellow);
    color: #111;
    border-color: var(--yellow);
    transform: scale(1.08);
    box-shadow: 0 8px 18px -4px var(--yellow-glow);
}

.t-arrow:active {
    transform: scale(0.95);
}

/* Dots */
.t-dots {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.t-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    padding: 0;
}

.t-dot:hover {
    background: rgba(249, 202, 36, 0.5);
}

.t-dot.active {
    width: 3rem;
    border-radius: 5rem;
    background: var(--g-yellow);
    box-shadow: 0 0 8px var(--yellow-glow);
}

/* Auto-play progress bar */
.t-progress {
    margin-top: 2rem;
    height: 2px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5rem;
    overflow: hidden;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
}

.t-progress-fill {
    height: 100%;
    width: 0%;
    background: var(--g-yellow);
    border-radius: 5rem;
    transition: width 0.1s linear;
    box-shadow: 0 0 6px var(--yellow-glow);
}

/* Pause indicator when hovered */
.testimonials-wrap.paused .t-progress-fill {
    opacity: 0.3;
}

/* =========================================================
   FAQ SECTION (2-column with category icons)
   ========================================================= */
.faq {
    padding: 6rem 4rem;
}

.section-subtitle {
    font-size: 1.6rem;
    color: var(--text-soft);
    margin-top: 1.2rem;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 2.5rem;
    max-width: 120rem;
    margin: 0 auto;
    align-items: start;
}

/* Sticky aside card */
.faq-aside {
    position: sticky;
    top: 4rem;
}

.faq-aside-card {
    padding: 3.2rem 2.6rem;
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.06), rgba(20, 20, 20, 0.55));
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid rgba(249, 202, 36, 0.2);
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
}

.faq-aside-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.6;
}

.faq-aside-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 1.6rem;
    background: var(--g-yellow);
    color: #111;
    display: grid;
    place-items: center;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    box-shadow: 0 10px 24px -4px var(--yellow-glow);
}

.faq-aside-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.faq-aside-card p {
    font-size: 1.5rem;
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: 2.2rem;
}

.faq-quick-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.faq-quick {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 1.4rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    border-radius: 1.4rem;
    transition: all 0.3s var(--ease);
    text-decoration: none;
}

.faq-quick:hover {
    background: rgba(249, 202, 36, 0.08);
    border-color: rgba(249, 202, 36, 0.3);
    transform: translateX(4px);
}

.faq-quick > i {
    width: 3.6rem;
    height: 3.6rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--yellow-soft);
    color: var(--yellow);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.faq-quick div { display: flex; flex-direction: column; }
.faq-quick span {
    font-family: 'Sora', sans-serif;
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--text);
    letter-spacing: -0.005em;
}
.faq-quick small {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-top: 2px;
}

/* FAQ Items (right column) */
.faq-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 1.6rem;
    overflow: hidden;
    transition: all 0.3s var(--ease);
}

.faq-item:hover {
    border-color: rgba(249, 202, 36, 0.2);
}

.faq-item.active {
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.05), rgba(20, 20, 20, 0.55));
    border-color: rgba(249, 202, 36, 0.3);
    box-shadow: 0 10px 28px -8px rgba(249, 202, 36, 0.15);
}

.faq-q {
    width: 100%;
    padding: 1.8rem 2rem;
    background: transparent;
    color: var(--text);
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    transition: color 0.3s;
}

.faq-q-left {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex: 1;
}

.faq-num {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 2.2rem;
    color: var(--yellow);
    opacity: 0.6;
    line-height: 1;
    min-width: 3rem;
    transition: all 0.3s var(--ease);
}

.faq-item.active .faq-num {
    opacity: 1;
    transform: scale(1.1);
}

.faq-q-text {
    font-family: 'Sora', sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: color 0.3s;
}

.faq-q:hover .faq-q-text {
    color: var(--yellow);
}

.faq-item.active .faq-q-text {
    color: var(--yellow);
}

.faq-icon {
    flex-shrink: 0;
    width: 3.2rem;
    height: 3.2rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(249, 202, 36, 0.1);
    color: var(--yellow);
    font-size: 1.3rem;
    transition: all 0.4s var(--ease);
}

.faq-item.active .faq-icon {
    background: var(--yellow);
    color: #111;
    transform: rotate(135deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s var(--ease);
}

.faq-item.active .faq-a {
    max-height: 40rem;
}

.faq-a-inner {
    display: flex;
    gap: 1.4rem;
    padding: 0 2rem 2rem 5.4rem;
}

.faq-cat {
    width: 3.6rem;
    height: 3.6rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    background: var(--yellow-soft);
    color: var(--yellow);
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.faq-a p {
    font-size: 1.5rem;
    color: var(--text-soft);
    line-height: 1.7;
    flex: 1;
}

.faq-a p strong {
    color: var(--text);
    font-weight: 600;
}

/* =========================================================
   TRUSTED BY BRANDS STRIP
   ========================================================= */
.trusted-strip {
    padding: 3rem 4rem;
    background: linear-gradient(180deg, transparent, rgba(249, 202, 36, 0.03), transparent);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    min-height: auto;
    position: relative;
    overflow: hidden;
}

.trusted-inner {
    max-width: 120rem;
    margin: 0 auto;
}

.trusted-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.trusted-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 12px var(--yellow-glow);
    animation: trustedPulse 2s ease-in-out infinite;
}

@keyframes trustedPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.trusted-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.trusted-track {
    display: flex;
    gap: 2rem;
    animation: trustedMarquee 30s linear infinite;
    width: max-content;
    align-items: center;
}

.brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.8rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    border-radius: 5rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--text);
    white-space: nowrap;
    transition: all 0.3s var(--ease);
}

.brand-pill:hover {
    background: var(--yellow-soft);
    border-color: rgba(249, 202, 36, 0.3);
    transform: translateY(-2px);
}

.brand-pill i {
    color: var(--yellow);
    font-size: 1.4rem;
}

@keyframes trustedMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* =========================================================
   ACHIEVEMENTS SECTION
   ========================================================= */
.achievements {
    padding: 6rem 4rem;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.8rem;
    max-width: 120rem;
    margin: 0 auto;
}

.achievement-card {
    display: flex;
    gap: 1.8rem;
    padding: 2.4rem 2.2rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s var(--ease);
}

.achievement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--ach-color, var(--yellow)), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.achievement-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--ach-color, var(--yellow)) 30%, transparent);
    box-shadow: 0 16px 32px -10px color-mix(in srgb, var(--ach-color, var(--yellow)) 25%, transparent);
}

.achievement-card:hover::before {
    opacity: 1;
}

.ach-icon {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 1.4rem;
    background: color-mix(in srgb, var(--ach-color, var(--yellow)) 15%, transparent);
    border: 1px solid color-mix(in srgb, var(--ach-color, var(--yellow)) 30%, transparent);
    color: var(--ach-color, var(--yellow));
    display: grid;
    place-items: center;
    font-size: 2.2rem;
    flex-shrink: 0;
    transition: all 0.4s var(--ease);
}

.achievement-card:hover .ach-icon {
    transform: scale(1.08) rotate(-6deg);
    background: var(--ach-color, var(--yellow));
    color: #fff;
    box-shadow: 0 10px 24px -4px color-mix(in srgb, var(--ach-color, var(--yellow)) 50%, transparent);
}

.ach-content { flex: 1; }

.ach-year {
    display: inline-block;
    padding: 0.3rem 0.9rem;
    background: var(--ach-color, var(--yellow));
    color: #fff;
    border-radius: 5rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
}

.ach-content h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.6rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.ach-content p {
    font-size: 1.4rem;
    color: var(--text-soft);
    line-height: 1.55;
}

/* =========================================================
   PAGE LOAD TRANSITION
   ========================================================= */
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: var(--bg);
    display: grid;
    place-items: center;
    transition: opacity 0.6s var(--ease), visibility 0.6s;
}

.page-loader.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
}

.loader-monogram {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #1f1f1f 0%, #0d0d0d 100%);
    display: grid;
    place-items: center;
    position: relative;
    animation: loaderPulse 1.5s ease-in-out infinite;
}

.loader-monogram::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, var(--yellow), transparent 25%, var(--yellow-2) 50%, transparent 75%, var(--yellow));
    animation: spin 1.5s linear infinite;
    z-index: 0;
}

.loader-monogram::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--bg);
    z-index: 1;
}

.loader-monogram span {
    position: relative;
    font-family: 'Sora', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 2;
}

@keyframes loaderPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.06); }
}

.loader-bar {
    width: 18rem;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5rem;
    overflow: hidden;
}

.loader-fill {
    height: 100%;
    width: 0;
    background: var(--g-yellow);
    border-radius: 5rem;
    animation: loaderFill 1.4s var(--ease-out) forwards;
    box-shadow: 0 0 12px var(--yellow-glow);
}

@keyframes loaderFill {
    to { width: 100%; }
}

.loader-text {
    font-size: 1.25rem;
    color: var(--text-muted);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
}

/* =========================================================
   IMPACT STATS SECTION
   ========================================================= */
.impact {
    padding: 7rem 4rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.impact-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.impact-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(249, 202, 36, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(249, 202, 36, 0.06) 1px, transparent 1px);
    background-size: 50px 50px;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
    opacity: 0.5;
}

.impact-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, var(--yellow-soft), transparent 60%);
    filter: blur(80px);
    opacity: 0.6;
}

.impact-inner {
    position: relative;
    z-index: 1;
    max-width: 120rem;
    margin: 0 auto;
}

.impact-head {
    text-align: center;
    margin-bottom: 4rem;
}

.impact-head .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--yellow);
    padding: 0.5rem 1.4rem;
    background: var(--yellow-soft);
    border: 1px solid rgba(249, 202, 36, 0.2);
    border-radius: 5rem;
    margin-bottom: 2rem;
}

.impact-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(3.4rem, 5vw, 6rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--text);
    margin-bottom: 1.6rem;
}

.impact-title em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--yellow);
}

.gradient-text {
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.impact-sub {
    font-size: 1.65rem;
    color: var(--text-soft);
    max-width: 55rem;
    margin: 0 auto;
    line-height: 1.6;
}

.impact-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.impact-stat {
    text-align: center;
    padding: 4rem 2.4rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s var(--ease);
}

.impact-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.6;
}

.impact-stat::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, var(--yellow-soft), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.impact-stat:hover {
    transform: translateY(-10px);
    border-color: rgba(249, 202, 36, 0.35);
    box-shadow: 0 24px 50px -14px rgba(249, 202, 36, 0.3);
}

.impact-stat:hover::after {
    opacity: 1;
}

.impact-icon {
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 auto 2rem;
    border-radius: 2rem;
    background: var(--yellow-soft);
    border: 1px solid rgba(249, 202, 36, 0.2);
    display: grid;
    place-items: center;
    color: var(--yellow);
    font-size: 2.4rem;
    transition: all 0.4s var(--ease);
}

.impact-stat:hover .impact-icon {
    background: var(--g-yellow);
    color: #111;
    transform: scale(1.1) rotate(-8deg);
    box-shadow: 0 10px 24px -4px var(--yellow-glow);
}

.impact-number {
    font-family: 'Sora', sans-serif;
    font-size: clamp(4rem, 6vw, 6.4rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.4rem;
    display: inline-flex;
    align-items: baseline;
}

.impact-number .plus {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 0.6em;
}

.impact-stat h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.8rem;
    letter-spacing: -0.01em;
}

.impact-stat p {
    font-size: 1.35rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.impact-cta {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.05), transparent);
    border-radius: 2.4rem;
    border: 1px solid var(--border);
}

.impact-cta p {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

/* =========================================================
   STATUS BAR (top)
   ========================================================= */
.status-bar {
    position: fixed;
    top: 0;
    left: 32rem; /* sidebar width — status bar only on content area */
    right: 0;
    z-index: 99;
    background: rgba(10, 10, 10, 0.78);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid var(--border);
    transition: transform 0.4s var(--ease), background 0.3s, left 0.4s;
}

body.light-theme .status-bar {
    background: rgba(252, 252, 254, 0.82);
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

.status-bar.hidden { transform: translateY(-100%); }

.status-bar-inner {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 0.8rem;
    height: 4.6rem;
    max-width: 100%;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0 2rem;
    height: 100%;
    white-space: nowrap;
    font-family: 'Sora', sans-serif;
    font-size: 1.32rem;
    font-weight: 500;
    color: var(--text-soft);
    position: relative;
    transition: background 0.2s;
}

.status-item i {
    color: var(--yellow);
    font-size: 1.3rem;
    flex-shrink: 0;
    opacity: 0.9;
}

/* Subtle hover */
.status-item:not(.status-cta):hover {
    background: rgba(249, 202, 36, 0.04);
}

/* LED dot for availability */
.status-led {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2), 0 0 10px rgba(34, 197, 94, 0.6);
    flex-shrink: 0;
    position: relative;
}

.status-led::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: #22c55e;
    opacity: 0.3;
    animation: ledRing 2.2s ease-in-out infinite;
}

@keyframes ledRing {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.8); opacity: 0; }
}

@keyframes ledPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.9); }
}

.status-label {
    color: var(--text);
    font-weight: 600;
    letter-spacing: -0.005em;
}

/* Divider — vertical line between items */
.status-divider {
    width: 1px;
    height: 1.8rem;
    background: var(--border-strong);
    margin: 0;
    align-self: center;
    opacity: 0.6;
}

body.light-theme .status-divider {
    background: rgba(0, 0, 0, 0.12);
}

/* Spacer pushes CTA to right */
.status-spacer {
    flex: 1;
}

/* CTA on right end */
.status-cta {
    padding: 0 2rem 0 2rem;
    border-left: 1px solid var(--border);
}

body.light-theme .status-cta {
    border-left-color: rgba(0, 0, 0, 0.08);
}

.status-cta a {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.4rem;
    background: var(--g-yellow);
    color: #0a0a0a;
    border-radius: 5rem;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.005em;
    transition: all 0.3s var(--ease);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(249, 202, 36, 0.3);
}

.status-cta a i {
    color: #0a0a0a;
    font-size: 1.1rem;
}

.status-cta a:hover {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 8px 18px var(--yellow-glow);
}

/* Push body down for status bar */
body { padding-top: 4.6rem; }

/* Move sidebar below status bar */
header { padding-top: 5.2rem !important; }

/* =========================================================
   SECTION INDICATOR (right side dots)
   ========================================================= */
.section-indicator {
    position: fixed;
    top: 50%;
    right: 1.4rem;
    transform: translateY(-50%);
    z-index: 75;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.2rem 0.6rem;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 5rem;
    transition: opacity 0.4s, transform 0.4s var(--ease);
}

body.light-theme .section-indicator {
    background: rgba(255, 255, 255, 0.7);
}

.si-dot {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s var(--ease);
    text-decoration: none;
}

body.light-theme .si-dot { background: rgba(0, 0, 0, 0.18); }

.si-dot:hover {
    background: var(--yellow);
    transform: scale(1.4);
}

.si-dot.active {
    background: var(--yellow);
    box-shadow: 0 0 8px var(--yellow-glow);
    transform: scale(1.3);
}

/* Tooltip label */
.si-dot::before {
    content: attr(data-label);
    position: absolute;
    right: calc(100% + 1rem);
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    padding: 0.4rem 0.9rem;
    background: var(--yellow);
    color: #111;
    border-radius: 5rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s var(--ease);
    box-shadow: 0 4px 12px var(--yellow-glow);
}

.si-dot:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* =========================================================
   FLOATING ACTION MENU (FAB)
   ========================================================= */
.fab {
    position: fixed;
    bottom: 9rem;
    right: 2.5rem;
    z-index: 78;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.fab-trigger {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    background: var(--g-yellow);
    color: #111;
    cursor: pointer;
    display: grid;
    place-items: center;
    position: relative;
    box-shadow: 0 10px 24px -4px var(--yellow-glow);
    transition: transform 0.3s var(--ease);
}

.fab-trigger:hover { transform: scale(1.08); }

/* Notification badge */
.fab-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    display: grid;
    place-items: center;
    padding: 0 6px;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.5);
    animation: badgePulse 2s ease-in-out infinite;
}

.fab-badge.hidden { display: none; }

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

body.light-theme .fab-badge {
    border: 2px solid #fff;
}

.fab-trigger i {
    font-size: 2rem;
    position: absolute;
    transition: all 0.3s var(--ease);
}

.fab-icon-close { opacity: 0; transform: rotate(-90deg); }
.fab.open .fab-icon-plus { opacity: 0; transform: rotate(90deg); }
.fab.open .fab-icon-close { opacity: 1; transform: rotate(0); }
.fab.open .fab-trigger { transform: rotate(90deg); }

.fab-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px) scale(0.85);
    transition: all 0.4s var(--ease);
}

.fab.open .fab-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.fab-action {
    position: relative;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-strong);
    color: var(--yellow);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s var(--ease);
}

body.light-theme .fab-action {
    background: rgba(255, 255, 255, 0.95);
    color: #d4a423;
}

.fab-action:hover {
    background: var(--yellow);
    color: #111;
    transform: scale(1.1);
    box-shadow: 0 6px 16px var(--yellow-glow);
}

/* Tooltips */
.fab-action::after {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + 1rem);
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    padding: 0.4rem 0.9rem;
    background: #1a1a1a;
    color: #fff;
    border-radius: 5rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s var(--ease);
    border: 1px solid var(--border-strong);
}

.fab-action:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* Theme toggle icons */
.theme-icon-light { display: none; }
body.light-theme .theme-icon-dark { display: none; }
body.light-theme .theme-icon-light { display: inline-block; }

/* Sound toggle icons */
.sound-icon-off { display: none; }
body.sound-muted .sound-icon-on { display: none; }
body.sound-muted .sound-icon-off { display: inline-block; }

/* =========================================================
   TOAST NOTIFICATIONS
   ========================================================= */
.toast-container {
    position: fixed;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    pointer-events: none;
}

.toast {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.8rem;
    background: rgba(20, 20, 20, 0.92);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-strong);
    border-radius: 5rem;
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    box-shadow: 0 14px 32px -8px rgba(0, 0, 0, 0.4);
    pointer-events: auto;
    transform: translateY(20px);
    opacity: 0;
    animation: toastSlide 3s var(--ease) forwards;
}

body.light-theme .toast {
    background: rgba(255, 255, 255, 0.95);
    color: #111;
}

.toast i {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.toast.success i { background: #22c55e; color: #fff; }
.toast.info i { background: var(--yellow); color: #111; }
.toast.error i { background: #ef4444; color: #fff; }

@keyframes toastSlide {
    0% { transform: translateY(20px); opacity: 0; }
    10%, 85% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(-10px); opacity: 0; }
}

/* =========================================================
   TECH STACK GRID (in Skills section)
   ========================================================= */
.tech-grid-wrap {
    margin-top: 3rem;
    padding: 2.4rem;
    background: var(--card-bg);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2rem;
}

.tech-grid-title {
    font-family: 'Sora', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    letter-spacing: -0.01em;
}

.tech-grid-title i {
    color: var(--yellow);
    font-size: 1.8rem;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    gap: 1.2rem;
}

.tech-logo {
    position: relative;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 1.4rem;
    display: grid;
    place-items: center;
    font-size: 3rem;
    transition: all 0.3s var(--ease);
    cursor: pointer;
}

body.light-theme .tech-logo {
    background: rgba(0, 0, 0, 0.03);
}

.tech-logo:hover {
    transform: translateY(-4px) scale(1.05);
    background: rgba(249, 202, 36, 0.08);
    border-color: rgba(249, 202, 36, 0.3);
    box-shadow: 0 12px 24px -6px var(--yellow-glow);
}

.tech-logo i {
    transition: transform 0.4s var(--ease);
}

.tech-logo:hover i {
    transform: scale(1.15) rotate(-8deg);
}

.tech-logo::after {
    content: attr(data-name);
    position: absolute;
    bottom: -2.8rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.3rem 0.8rem;
    background: var(--yellow);
    color: #111;
    border-radius: 5rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s var(--ease);
}

.tech-logo:hover::after {
    opacity: 1;
    bottom: -3.4rem;
}

/* =========================================================
   EASTER EGG MODAL
   ========================================================= */
.easter-modal {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: grid;
    place-items: center;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s var(--ease);
}

.easter-modal.open {
    opacity: 1;
    visibility: visible;
}

.easter-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 5, 0.85);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.easter-card {
    position: relative;
    z-index: 1;
    max-width: 44rem;
    width: 100%;
    padding: 3.6rem 2.8rem;
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.1), rgba(20, 20, 20, 0.95));
    backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid rgba(249, 202, 36, 0.3);
    border-radius: 2.6rem;
    text-align: center;
    box-shadow: 0 24px 60px -16px rgba(249, 202, 36, 0.4);
    transform: scale(0.8) translateY(20px);
    transition: transform 0.5s var(--ease-out);
}

body.light-theme .easter-card {
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.15), rgba(255, 255, 255, 0.98));
}

.easter-modal.open .easter-card {
    transform: scale(1) translateY(0);
}

.easter-close {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    transition: all 0.2s;
}

.easter-close:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: rotate(90deg);
}

.easter-emoji {
    font-size: 5rem;
    margin-bottom: 1rem;
    animation: easterBounce 1s var(--ease) infinite;
}

@keyframes easterBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.easter-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.easter-card p {
    font-size: 1.5rem;
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.easter-code {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    background: var(--yellow-soft);
    border: 1px solid rgba(249, 202, 36, 0.3);
    border-radius: 5rem;
    font-family: 'Sora', sans-serif !important;
    font-size: 1.15rem !important;
    color: var(--yellow) !important;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 2rem !important;
}

/* =========================================================
   KEYBOARD SHORTCUTS MODAL
   ========================================================= */
.shortcuts-modal {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: grid;
    place-items: center;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s var(--ease);
}

.shortcuts-modal.open {
    opacity: 1;
    visibility: visible;
}

.shortcuts-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 5, 0.7);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.shortcuts-card {
    position: relative;
    z-index: 1;
    max-width: 48rem;
    width: 100%;
    padding: 3rem 2.6rem;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid var(--border-strong);
    border-radius: 2.4rem;
    box-shadow: 0 24px 60px -16px rgba(0, 0, 0, 0.6);
    transform: scale(0.85) translateY(20px);
    transition: transform 0.45s var(--ease-out);
}

body.light-theme .shortcuts-card {
    background: rgba(255, 255, 255, 0.98);
}

.shortcuts-modal.open .shortcuts-card {
    transform: scale(1) translateY(0);
}

.shortcuts-close {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    transition: all 0.2s;
}

body.light-theme .shortcuts-close {
    background: rgba(0, 0, 0, 0.05);
}

.shortcuts-close:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: rotate(90deg);
}

.shortcuts-head {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}

.shortcuts-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 1.4rem;
    background: var(--g-yellow);
    color: #111;
    display: grid;
    place-items: center;
    font-size: 2rem;
    box-shadow: 0 8px 20px -4px var(--yellow-glow);
    flex-shrink: 0;
}

.shortcuts-head h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.2rem;
    letter-spacing: -0.02em;
}

.shortcuts-head p {
    font-size: 1.35rem;
    color: var(--text-muted);
}

.shortcuts-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.shortcut-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    transition: background 0.2s;
}

.shortcut-row:hover {
    background: rgba(249, 202, 36, 0.06);
}

.shortcut-row > span:first-child {
    font-family: 'Nunito', sans-serif;
    font-size: 1.45rem;
    color: var(--text-soft);
    font-weight: 500;
}

.shortcut-row.easter > span:first-child {
    color: var(--yellow);
    font-weight: 700;
}

.key-combo {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.key-combo kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    height: 2.6rem;
    padding: 0 0.6rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-strong);
    border-bottom: 2px solid var(--border-strong);
    border-radius: 0.6rem;
}

body.light-theme .key-combo kbd {
    background: rgba(0, 0, 0, 0.04);
}

/* =========================================================
   COMMAND PALETTE (Cmd+K)
   ========================================================= */
.cmdk-modal {
    position: fixed;
    inset: 0;
    z-index: 350;
    display: grid;
    place-items: start center;
    padding: 10vh 2rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s var(--ease);
}

.cmdk-modal.open {
    opacity: 1;
    visibility: visible;
}

.cmdk-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 5, 0.6);
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.cmdk-card {
    position: relative;
    z-index: 1;
    max-width: 60rem;
    width: 100%;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid var(--border-strong);
    border-radius: 1.6rem;
    box-shadow: 0 24px 60px -16px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    transform: translateY(-20px) scale(0.95);
    transition: transform 0.3s var(--ease-out);
}

body.light-theme .cmdk-card {
    background: rgba(255, 255, 255, 0.98);
}

.cmdk-modal.open .cmdk-card {
    transform: translateY(0) scale(1);
}

.cmdk-search {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.6rem 2rem;
    border-bottom: 1px solid var(--border);
}

.cmdk-search > i {
    color: var(--yellow);
    font-size: 1.6rem;
}

.cmdk-search input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
}

.cmdk-search input::placeholder {
    color: var(--text-muted);
}

.cmdk-shortcut kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    height: 2.4rem;
    padding: 0 0.6rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border);
    border-radius: 0.5rem;
}

body.light-theme .cmdk-shortcut kbd {
    background: rgba(0, 0, 0, 0.04);
}

.cmdk-results {
    max-height: 40rem;
    overflow-y: auto;
    padding: 0.6rem;
}

.cmdk-results::-webkit-scrollbar { width: 6px; }
.cmdk-results::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.1); border-radius: 3px; }

.cmdk-group-label {
    padding: 0.8rem 1.4rem 0.4rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.cmdk-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 1.4rem;
    border-radius: 1rem;
    cursor: pointer;
    color: var(--text-soft);
    font-family: 'Nunito', sans-serif;
    font-size: 1.45rem;
    font-weight: 500;
    transition: all 0.15s;
    text-decoration: none;
}

.cmdk-item:hover,
.cmdk-item.selected {
    background: rgba(249, 202, 36, 0.1);
    color: var(--text);
}

.cmdk-item.selected {
    background: var(--yellow-soft);
}

.cmdk-item > i {
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    color: var(--yellow);
    font-size: 1.3rem;
}

body.light-theme .cmdk-item > i {
    background: rgba(0, 0, 0, 0.03);
}

.cmdk-item-text { flex: 1; }
.cmdk-item-title { display: block; color: var(--text); font-weight: 600; }
.cmdk-item-sub {
    display: block;
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-top: 1px;
}

.cmdk-item-action {
    font-size: 1.15rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cmdk-empty {
    padding: 4rem 2rem;
    text-align: center;
    color: var(--text-muted);
    font-size: 1.4rem;
}

.cmdk-footer {
    display: flex;
    gap: 1.5rem;
    padding: 0.8rem 1.6rem;
    border-top: 1px solid var(--border);
    background: rgba(0, 0, 0, 0.2);
    font-size: 1.15rem;
    color: var(--text-muted);
}

body.light-theme .cmdk-footer {
    background: rgba(0, 0, 0, 0.02);
}

.cmdk-footer span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.cmdk-footer kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.4rem;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border);
    border-radius: 0.4rem;
}

body.light-theme .cmdk-footer kbd {
    background: rgba(0, 0, 0, 0.05);
}

/* =========================================================
   WHAT'S NEW / CHANGELOG
   ========================================================= */
.whats-new {
    padding: 6rem 4rem;
}

.changelog-wrap {
    max-width: 80rem;
    margin: 0 auto;
}

.changelog-item {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

.cl-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding-top: 0.6rem;
}

.cl-dot {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: var(--yellow);
    border: 3px solid var(--bg);
    box-shadow: 0 0 0 4px rgba(249, 202, 36, 0.15), 0 0 12px var(--yellow-glow);
    flex-shrink: 0;
    z-index: 1;
    position: relative;
}

.cl-line {
    flex: 1;
    width: 2px;
    background: linear-gradient(180deg, var(--yellow), transparent);
    margin-top: 0.5rem;
    opacity: 0.4;
    min-height: 4rem;
}

.cl-line.last { display: none; }

.cl-content {
    flex: 1;
    padding: 1.6rem 2rem 2.4rem;
    background: var(--card-bg);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 1.6rem;
    margin-bottom: 1.6rem;
    transition: all 0.3s var(--ease);
}

body.light-theme .cl-content {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cl-content:hover {
    transform: translateX(4px);
    border-color: rgba(249, 202, 36, 0.3);
}

.cl-head {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.cl-tag {
    padding: 0.3rem 0.9rem;
    border-radius: 5rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.cl-tag.new { background: #22c55e; color: #fff; }
.cl-tag.launch { background: var(--yellow); color: #111; }
.cl-tag.update { background: #8b5cf6; color: #fff; }
.cl-tag.learning { background: #06b6d4; color: #fff; }

.cl-date {
    font-size: 1.2rem;
    color: var(--text-muted);
    font-weight: 600;
}

.cl-content h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.6rem;
    letter-spacing: -0.01em;
}

.cl-content p {
    font-size: 1.4rem;
    color: var(--text-soft);
    line-height: 1.55;
}

/* =========================================================
   SKILLS RADAR CHART
   ========================================================= */
.radar-wrap {
    margin-top: 3rem;
}

.radar-card {
    padding: 3rem 2.6rem;
    background: var(--card-bg);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
}

body.light-theme .radar-card {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.radar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0.5;
}

.radar-title {
    font-family: 'Sora', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}

.radar-title i { color: var(--yellow); font-size: 1.8rem; }

.radar-sub {
    font-size: 1.35rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.radar-chart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.radar-svg {
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
}

.radar-grid polygon,
.radar-axes line {
    fill: none;
    stroke: var(--border-strong);
    stroke-width: 1;
    opacity: 0.5;
}

.radar-data {
    fill: rgba(249, 202, 36, 0.25);
    stroke: var(--yellow);
    stroke-width: 2;
    filter: drop-shadow(0 0 8px var(--yellow-glow));
    transition: points 1.4s var(--ease-out);
}

.radar-points circle {
    fill: var(--yellow);
    stroke: var(--bg);
    stroke-width: 2;
    filter: drop-shadow(0 0 4px var(--yellow-glow));
}

.radar-labels text {
    fill: var(--text-soft);
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.radar-legend {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.radar-legend-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-family: 'Nunito', sans-serif;
    font-size: 1.35rem;
    color: var(--text-soft);
    font-weight: 600;
}

.rl-color {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 6px var(--yellow-glow);
}

.rl-frontend { background: var(--yellow); }
.rl-wordpress { background: #8b5cf6; box-shadow: 0 0 6px rgba(139, 92, 246, 0.5); }
.rl-shopify { background: #22c55e; box-shadow: 0 0 6px rgba(34, 197, 94, 0.5); }
.rl-seo { background: #ec4899; box-shadow: 0 0 6px rgba(236, 72, 153, 0.5); }
.rl-design { background: #06b6d4; box-shadow: 0 0 6px rgba(6, 182, 212, 0.5); }

/* =========================================================
   QUICK ACTIONS GRID (Booking + GitHub + Hire)
   ========================================================= */
.quick-actions {
    padding: 6rem 4rem;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 1.6rem;
    max-width: 120rem;
    margin: 0 auto;
}

.quick-card {
    position: relative;
    display: block;
    padding: 2.4rem;
    background: var(--card-bg);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 2rem;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s var(--ease);
}

body.light-theme .quick-card {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.quick-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--qc, var(--yellow)) 15%, transparent), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
}

.quick-card:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--qc, var(--yellow)) 40%, transparent);
    box-shadow: 0 20px 40px -12px color-mix(in srgb, var(--qc, var(--yellow)) 30%, transparent);
}

.quick-card:hover::before { opacity: 1; }

.quick-card.feature {
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.06), var(--card-bg));
    border-color: rgba(249, 202, 36, 0.3);
}

body.light-theme .quick-card.feature {
    background: linear-gradient(180deg, rgba(249, 202, 36, 0.08), #ffffff);
}

.quick-icon-wrap {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 1.4rem;
    background: color-mix(in srgb, var(--qc, var(--yellow)) 15%, transparent);
    border: 1px solid color-mix(in srgb, var(--qc, var(--yellow)) 30%, transparent);
    color: var(--qc, var(--yellow));
    display: grid;
    place-items: center;
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
    transition: all 0.4s var(--ease);
}

.quick-card:hover .quick-icon-wrap {
    background: var(--qc, var(--yellow));
    color: #fff;
    transform: scale(1.08) rotate(-6deg);
}

.quick-tag {
    display: inline-block;
    padding: 0.3rem 0.9rem;
    background: var(--yellow);
    color: #111;
    border-radius: 5rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.quick-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.85rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.8rem;
    letter-spacing: -0.01em;
}

.quick-card > .quick-content > p {
    font-size: 1.4rem;
    color: var(--text-soft);
    line-height: 1.55;
    margin-bottom: 1.6rem;
}

.quick-meta {
    display: flex;
    gap: 1.4rem;
    flex-wrap: wrap;
    padding-top: 1.2rem;
    border-top: 1px solid var(--border);
}

.quick-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-muted);
}

.quick-meta span i { color: var(--yellow); font-size: 1.2rem; }

.quick-arrow {
    position: absolute;
    bottom: 2.4rem;
    right: 2.4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: var(--qc, var(--yellow));
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    transform: translate(8px, 8px) rotate(-30deg);
    opacity: 0;
    transition: all 0.4s var(--ease);
}

.quick-card:hover .quick-arrow {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
}

.github-stats {
    display: flex;
    gap: 2rem;
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 1.2rem;
    margin-bottom: 1.6rem;
}

body.light-theme .github-stats {
    background: rgba(0, 0, 0, 0.02);
}

.gh-stat {
    flex: 1;
    text-align: center;
}

.gh-num {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.gh-num::after { content: '+'; -webkit-text-fill-color: var(--yellow); }

.gh-label {
    font-size: 1.15rem;
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 0.4rem;
    display: block;
}

/* =========================================================
   HERO QUICK STATS
   ========================================================= */
.hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 1.4rem;
    padding: 1.2rem 1.8rem;
    background: var(--card-bg);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    border: 1px solid var(--border);
    border-radius: 5rem;
    margin: 2rem 0 0.5rem;
}

body.light-theme .hero-stats {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.hs-num {
    font-family: 'Sora', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    background: var(--g-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.03em;
    margin-bottom: 0.3rem;
}

.hs-label {
    font-family: 'Sora', sans-serif;
    font-size: 1.05rem;
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hs-divider {
    width: 1px;
    height: 2.4rem;
    background: var(--border-strong);
    opacity: 0.6;
}

/* =========================================================
   PARTICLE BACKGROUND CANVAS (Hero)
   ========================================================= */
.particles-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}

.home {
    position: relative;
    overflow: hidden;
}

.home > *:not(.particles-canvas) {
    position: relative;
    z-index: 1;
}

body.light-theme .particles-canvas { opacity: 0.4; }

/* =========================================================
   3D TILT EFFECT (subtle, no JS needed)
   ========================================================= */
.service-card,

.process-step,
.testimonial-card,
.impact-stat,
.achievement-card,

.blog-card,
.quick-card {
    transform-style: preserve-3d;
    transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s, background 0.4s;
}

/* =========================================================
   END NEW PREMIUM SECTIONS
   ========================================================= */

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
    padding: 3rem 4rem;
    border-top: 1px solid var(--border);
    background: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(12px);
}

.footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 1.4rem;
    color: var(--text-muted);
}

/* =========================================================
   WHATSAPP FLOATING BUTTON
   ========================================================= */
.wa-float {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 80;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.5);
    transition: transform 0.3s var(--ease);
}

.wa-float:hover {
    transform: scale(1.08);
}

.wa-float i {
    font-size: 2.8rem;
}

.wa-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25d366;
    opacity: 0.4;
    animation: waPulse 2s ease-out infinite;
    z-index: -1;
}

@keyframes waPulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* =========================================================
   WHATSAPP POPUP
   ========================================================= */
.wa-popup {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s var(--ease), visibility 0.4s;
}

.wa-popup.open {
    opacity: 1;
    visibility: visible;
}

.wa-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 5, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: pointer;
}

.wa-popup-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 42rem;
    padding: 3.6rem 2.8rem 2.8rem;
    border-radius: 2.6rem;
    text-align: center;
    background: rgba(25, 25, 25, 0.92);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid var(--border-strong);
    box-shadow: 0 24px 60px -16px rgba(0, 0, 0, 0.7);
    transform: scale(0.85) translateY(20px);
    opacity: 0;
    transition: transform 0.45s var(--ease-out), opacity 0.4s;
}

.wa-popup.open .wa-popup-card {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.wa-popup-close {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    display: grid;
    place-items: center;
    color: var(--text);
    cursor: pointer;
    font-size: 1.6rem;
}

.wa-popup-close:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: rotate(90deg);
}

.wa-popup-icon {
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 auto 1.8rem;
    border-radius: 2rem;
    background: #25d366;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 3.2rem;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}

.wa-popup-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--text);
    letter-spacing: -0.02em;
    margin-bottom: 0.8rem;
}

.wa-popup-card > p {
    color: var(--text-soft);
    font-size: 1.45rem;
    margin-bottom: 2.6rem;
    line-height: 1.5;
}

.wa-popup-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wa-action {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    padding: 1.4rem 1.8rem;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-strong);
    text-align: left;
    transition: all 0.3s var(--ease);
}

.wa-action:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.wa-call:hover { border-color: var(--yellow); }
.wa-chat:hover { border-color: #25d366; }

.wa-action i {
    font-size: 2.2rem;
    flex-shrink: 0;
}

.wa-call i { color: var(--yellow); }
.wa-chat i { color: #25d366; }

.wa-action div {
    display: flex;
    flex-direction: column;
}

.wa-action span {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 1.55rem;
    color: var(--text);
}

.wa-action small {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-top: 2px;
}

/* =========================================================
   SCROLL TO TOP
   ========================================================= */
.top {
    position: fixed;
    bottom: 2rem;
    right: 10rem;
    z-index: 79;
    display: none;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

.top img {
    width: 50px;
    height: auto;
    transition: transform 0.3s;
    filter: drop-shadow(0 4px 10px rgba(249, 202, 36, 0.3));
}

.top img:hover {
    transform: scale(1.1) translateY(-4px);
}

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1200px) {
    html { font-size: 55%; }
    .home { padding: 10rem 4rem 5rem; }
    .skills-wrap { grid-template-columns: 1fr; }
    .contact .row { grid-template-columns: 1fr; }
    .hero-rotating-badge { width: 13rem; height: 13rem; right: 2rem; }
    .badge-arrow { width: 4.8rem; height: 4.8rem; font-size: 1.8rem; }
    .rotating-svg text { font-size: 12px; letter-spacing: 2px; }
}

@media (max-width: 991px) {
    header {
        left: -120%;
        width: 30rem;
        transition: left 0.4s var(--ease);
    }

    #menu {
        display: block;
        top: 5rem;  /* below status bar */
    }

    header.toggle {
        left: 0;
    }

    body {
        padding-left: 0;
        padding-top: 3.4rem; /* keep status bar space */
    }

    section {
        padding: 6rem 3rem;
    }

    .home {
        padding: 8rem 3rem 5rem;
        min-height: auto;
    }

    .home h1 {
        font-size: 5rem;
    }

    .about .row .counter {
        grid-template-columns: repeat(2, 1fr);
    }

    .top {
        bottom: 1.5rem;
        right: 9rem;
    }

    .hero-rotating-badge {
        display: none;
    }

    /* Status bar — full width on tablet/mobile (no sidebar offset) */
    .status-bar { left: 0; }
    .status-bar-inner {
        height: 4rem;
        padding: 0 0.6rem;
    }
    .status-item {
        padding: 0 1.4rem;
        font-size: 1.2rem;
        gap: 0.6rem;
    }
    .status-cta a {
        padding: 0.5rem 1.1rem;
        font-size: 1.18rem;
    }
    body { padding-top: 4rem; }

    /* Hide section indicator on tablet/mobile (too cluttered) */
    .section-indicator { display: none; }

    /* FAB — smaller positioning */
    .fab {
        bottom: 8rem;
        right: 2rem;
    }
    .fab-trigger {
        width: 4.8rem;
        height: 4.8rem;
    }
    .fab-action {
        width: 4.2rem;
        height: 4.2rem;
    }
}

@media (max-width: 768px) {
    html { font-size: 50%; }

    .heading { margin: 0 2rem 4rem; font-size: 4rem; }

    .home h1 { font-size: 4.4rem; }
    .home-tagline { font-size: 2rem !important; }

    .about .row { gap: 2rem; }
    .about .row .info { padding: 2.4rem; }
    .about .row .info h3 span { min-width: 9rem; }

    .skills-bars { padding: 2.4rem; }

    .timeline-line { left: 1.5rem; }
    .t-item { padding-left: 4.5rem; }
    .t-dot { left: 0.8rem; }

    .footer { padding: 2.5rem 2rem; }
    .footer-row { flex-direction: column; text-align: center; }

    .top { bottom: 1.5rem; right: 8rem; }
    .top img { width: 40px; }

    .wa-float { bottom: 1.8rem; right: 1.8rem; width: 5.4rem; height: 5.4rem; }
    .wa-float i { font-size: 2.4rem; }

    /* Status bar — mobile: just LED status + CTA, hide location and clock */
    .status-bar-inner {
        height: 3.8rem;
        padding: 0 0.4rem;
    }
    .status-item {
        padding: 0 1rem;
        font-size: 1.18rem;
        gap: 0.5rem;
    }
    .status-item.status-loc,
    .status-item:has(#liveClock),
    .status-divider {
        display: none;
    }
    .status-cta { border-left: none; padding: 0 0.8rem; }
    .status-cta a {
        padding: 0.45rem 1rem;
        font-size: 1.12rem;
    }
    .status-label { font-size: 1.2rem; }
    body { padding-top: 3.8rem; }

    /* Tech grid — smaller on mobile */
    .tech-grid {
        grid-template-columns: repeat(auto-fit, minmax(6.4rem, 1fr));
        gap: 0.8rem;
    }
    .tech-logo { font-size: 2.4rem; border-radius: 1.2rem; }

    /* FAB further adjustments */
    .fab { bottom: 9rem; right: 1.8rem; }

    /* Hero stats responsive */
    .hero-stats {
        gap: 1rem;
        padding: 1rem 1.4rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hs-num { font-size: 1.6rem; }
    .hs-label { font-size: 0.95rem; }
}

@media (max-width: 480px) {
    section { padding: 6rem 2rem; }

    .heading { margin: 0 1rem 3.5rem; font-size: 3.4rem; }

    .home { padding: 7rem 2rem; }
    .home h1 { font-size: 3.8rem; }
    .home h3 { font-size: 1.8rem; }
    .home-tagline { font-size: 1.8rem !important; }

    .home-cta { flex-direction: column; align-items: stretch; }
    .home-cta a { width: 100%; }
    .home-cta .btn { width: 100%; justify-content: center; }

    .marquee-track span { font-size: 1.6rem; }
    .marquee-track span i { font-size: 2rem; }

    .about .row .counter {
        grid-template-columns: 1fr;
    }

    .about .row .counter .box span {
        font-size: 3.2rem;
    }

    .skills-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .skill-tile { padding: 1.6rem 1.2rem; }
    .skill-tile i { font-size: 2.4rem; }
    .skill-tile h4 { font-size: 1.5rem; }

    .services-grid { grid-template-columns: 1fr; }
    .service-card { padding: 2.8rem 2.2rem; }

    .timeline-line { left: 1rem; }
    .t-item { padding-left: 3.5rem; }
    .t-dot { left: 0.4rem; }
    .t-card { padding: 2rem 1.6rem; }

    .portfolio .box-container { grid-template-columns: 1fr; }
    .portfolio .box-container .box .logo-wrap img,
    .portfolio .box-container .box .logo-fallback {
        width: 75%;
        max-width: 24rem;
        height: 10rem;
    }
    .portfolio .box-container .box .logo-fallback i { font-size: 3rem; }
    .portfolio .box-container .box .logo-fallback span { font-size: 1.8rem; }

    /* New sections responsive */
    .process-grid { grid-template-columns: 1fr; }
    .process-step { padding: 2.8rem 2.2rem; }

    .portfolio-filters { gap: 0.6rem; }
    .filter-btn {
        padding: 0.8rem 1.4rem;
        font-size: 1.3rem;
    }
    .filter-btn .filter-count { display: none; }

    .testimonials-wrap { max-width: 100%; }
    .testimonial-card { padding: 2.8rem 2rem; min-height: auto; }
    .t-text { font-size: 1.55rem; margin-bottom: 2rem; }
    .testimonial-card::after { font-size: 16rem; top: -2rem; right: 1rem; }
    .t-arrow { width: 4rem; height: 4rem; font-size: 1.3rem; }
    .t-slider-controls { gap: 1.2rem; margin-top: 2rem; }

    /* FAQ responsive */
    .faq-layout { grid-template-columns: 1fr; gap: 2rem; }
    .faq-aside { position: static; }
    .faq-aside-card { padding: 2.4rem 2rem; }
    .faq-q { padding: 1.6rem 1.6rem; }
    .faq-q-text { font-size: 1.4rem; }
    .faq-num { font-size: 1.8rem; min-width: 2.4rem; }
    .faq-q-left { gap: 1rem; }
    .faq-a-inner { padding: 0 1.6rem 1.6rem 4.6rem; gap: 1rem; }
    .faq-cat { width: 3rem; height: 3rem; font-size: 1.3rem; }

    /* Achievements responsive */
    .achievements-grid { grid-template-columns: 1fr; gap: 1.2rem; }
    .achievement-card { padding: 2rem 1.8rem; gap: 1.4rem; }
    .ach-icon { width: 4.6rem; height: 4.6rem; font-size: 1.8rem; }
    .ach-content h3 { font-size: 1.55rem; }

    /* Trusted strip */
    .trusted-strip { padding: 2.4rem 2rem; }
    .brand-pill { font-size: 1.3rem; padding: 0.8rem 1.4rem; }

    .faq-q { padding: 1.4rem 1.4rem; }
    .faq-a-inner { padding: 0 1.4rem 1.4rem 4rem; }

    /* Impact stats responsive */
    .impact { padding: 6rem 2rem; }
    .impact-head { margin-bottom: 4rem; }
    .impact-stats { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
    .impact-stat { padding: 3rem 1.6rem; }
    .impact-icon { width: 5rem; height: 5rem; font-size: 2rem; }
    .impact-cta { padding: 3rem 1.6rem; }
    .impact-cta p { font-size: 1.65rem; }

    /* Hide custom cursor on mobile */
    .cursor-ring, .cursor-dot { display: none !important; }
    body { cursor: auto !important; }
    a, button, input { cursor: pointer !important; }

    .contact .row form, .contact .row .content { padding: 2.2rem; }

    .top { right: 7.5rem; }
    .top img { width: 36px; }

    /* Status bar — minimal on phones */
    .status-bar-inner {
        height: 3.6rem;
        padding: 0 0.3rem;
    }
    .status-item { padding: 0 0.8rem; gap: 0.5rem; }
    .status-led { width: 8px; height: 8px; }
    .status-label { font-size: 1.1rem; }
    .status-cta a {
        padding: 0.4rem 0.9rem;
        font-size: 1.08rem;
    }
    body { padding-top: 3.6rem; }

    /* Tech grid 4 cols */
    .tech-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .tech-grid-wrap { padding: 1.8rem 1.4rem; }
    .tech-grid-title { font-size: 1.4rem; }

    /* Easter modal */
    .easter-card { padding: 2.8rem 2rem; }
    .easter-card h3 { font-size: 2.2rem; }
    .easter-emoji { font-size: 4rem; }

    /* Shortcuts modal mobile */
    .shortcuts-card { padding: 2.4rem 1.8rem; }
    .shortcuts-head { gap: 1rem; padding-bottom: 1.4rem; margin-bottom: 1rem; }
    .shortcuts-icon { width: 4.2rem; height: 4.2rem; font-size: 1.6rem; border-radius: 1.2rem; }
    .shortcuts-head h3 { font-size: 1.7rem; }
    .shortcuts-head p { font-size: 1.2rem; }
    .shortcut-row { padding: 0.8rem; flex-wrap: wrap; gap: 0.6rem; }
    .shortcut-row > span:first-child { font-size: 1.3rem; }
    .key-combo kbd { min-width: 2.2rem; height: 2.2rem; font-size: 1.05rem; }
    .shortcut-row.easter .key-combo kbd { min-width: 1.8rem; height: 1.8rem; font-size: 1rem; padding: 0 0.3rem; }

    /* Command palette mobile */
    .cmdk-modal { padding: 4vh 1rem 1rem; }
    .cmdk-search { padding: 1.2rem 1.4rem; }
    .cmdk-search input { font-size: 1.5rem; }
    .cmdk-item { padding: 0.8rem 1rem; font-size: 1.3rem; }
    .cmdk-footer { padding: 0.6rem 1rem; flex-wrap: wrap; gap: 0.8rem; font-size: 1rem; }

    /* What's new mobile */
    .changelog-item { gap: 1.2rem; }
    .cl-content { padding: 1.4rem 1.6rem 2rem; }
    .cl-content h3 { font-size: 1.5rem; }
    .cl-content p { font-size: 1.3rem; }

    /* Radar chart mobile */
    .radar-chart { grid-template-columns: 1fr; }
    .radar-card { padding: 2rem 1.6rem; }
    .radar-svg { max-width: 30rem; }
    .radar-labels text { font-size: 12px; }
    .radar-legend { gap: 0.6rem; }
    .radar-legend-item { font-size: 1.25rem; }

    /* Quick actions mobile */
    .quick-grid { grid-template-columns: 1fr; }
    .quick-card { padding: 2rem 1.6rem; }
    .quick-card h3 { font-size: 1.65rem; }
    .quick-card .quick-content > p { font-size: 1.3rem; }
    .quick-arrow { width: 3.4rem; height: 3.4rem; bottom: 1.8rem; right: 1.8rem; font-size: 1.2rem; }
    .gh-num { font-size: 2rem; }
    .gh-label { font-size: 1rem; }
}

@media (max-width: 400px) {
    header { width: 100vw; }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    .glow, .marquee-track, header .user .avatar-ring { animation: none; }
}
