@font-face {
    font-family: 'PP Mori';
    src: url('/Users/sinying/Downloads/PP Mori - Free for Personal Use v1.0/PPMori-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PP Mori SemiBold';
    src: url('/Users/sinying/Downloads/PP Mori - Free for Personal Use v1.0/PPMori-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PP Mori';
    src: url('/Users/sinying/Downloads/PP Mori - Free for Personal Use v1.0/PPMori-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* Subtle scrollbar styles */
.subtle-scroll {
    scrollbar-width: thin;
    scrollbar-color: #d1d5db transparent;
    padding-bottom: 1rem;
}

.subtle-scroll::-webkit-scrollbar {
    height: 4px;
}

.subtle-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.subtle-scroll::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 2px;
}

.subtle-scroll::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    line-height: 1.6;
    color: #1D1D1D;
    background: #FFFFFF;
}

/* Challenge Points Styling */
.challenge-points {
    margin-top: 2rem;
}

/* Solution Section Spacing */
.solution-header {
    margin-bottom: 8px;
}

.challenge-item {
    margin-bottom: 1.5rem;
}

.challenge-item h4 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.point-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #536DFE;
    color: white;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: bold;
    flex-shrink: 0;
}

/* Logo Version Styling */
.logo-version h4 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    color: #1D1D1D;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 10px 16px;
    background-color: #F0F0F0;
    border-radius: 20px;
    display: inline-block;
}

/* Gap between solution sections */
.solution-section + .solution-section {
    margin-top: 80px;
}


/* Center images within version sections */
.logo-version .dashboard-images,
.logo-version .image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Product Problem Solution Box - FORCE CONTAINER BEHAVIOR */
.product-problem-solution {
    background-color: #F8F9FA;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    /* FORCE to respect container */
    position: relative;
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.product-problem-solution p {
    margin-bottom: 0.5rem;
}

.product-problem-solution p:last-child {
    margin-bottom: 0;
}

/* Cultural Element Boxes - FORCE CONTAINER BEHAVIOR */
.cultural-element-box {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 1.5rem;
    /* FORCE to respect container */
    position: relative;
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.cultural-element-box h4 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #1D1D1D;
    margin-bottom: 0.75rem;
}

.cultural-element-box p {
    line-height: 1.6;
    color: #4B5563;
}

/* Cloud Motif Example */
.cloud-motif-example {
    text-align: center;
    padding: 40px 20px;
    margin-top: 20px;
    position: relative;
}

.cloud-patterns {
    position: relative;
    margin: 20px 0;
}

.cloud-line {
    height: 4px;
    background-color: #536DFE;
    border-radius: 20px;
    margin: 8px 0;
}

.cloud-top {
    width: 120px;
    margin: 0 auto 0 100px;
}

.cloud-small {
    width: 60px;
    margin: 0 auto 0 80px;
}

.cloud-bottom {
    width: 100px;
    margin: 0 200px 0 auto;
}

.cloud-small-right {
    width: 80px;
    margin: 0 150px 0 auto;
}

.powered-text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1D1D1D;
    margin: 30px 0;
}

.yungrace-blue {
    color: #536DFE;
}

/* Typography Showcase */
.typography-showcase {
    text-align: center;
    margin-top: 20px;
    padding: 30px 20px;
}

.font-examples {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.font-pair {
    display: flex;
    gap: 60px;
    align-items: center;
}

.domani-font {
    font-family: 'Dopamine Sans', serif;
    font-size: 3rem;
    font-weight: normal;
    color: #536DFE;
}

.inter-font {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: normal;
    color: #536DFE;
}

/* Typography Showcase Image */
.cultural-element-box .dashboard-image[alt*="Typography"] {
    max-width: 150px;
    width: auto;
    object-fit: contain;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
}

.cultural-element-box .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 10px auto;
}

/* Keep original padding but ensure centering */
.cultural-element-box .dashboard-images {
    margin: 0;
}

/* Cloud Motif Image - smaller size */
.cultural-element-box .dashboard-image[alt*="Cloud Motifs"] {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    border: none;
}

/* Blooming Flowers Images - same height, maintain proportions */
.cultural-element-box .dashboard-image[alt*="Website Desktop"] {
    height: 500px;
    width: auto;
    object-fit: contain;
}

.cultural-element-box .dashboard-image[alt*="Website Mobile"] {
    height: 550px;
    width: auto;
    object-fit: contain;
}

/* User Scenario Carousel - FORCE CONTAINER BEHAVIOR */
.user-scenario-carousel {
    margin: 2rem 0;
    overflow: hidden;
    border-radius: 12px;
    /* FORCE container to respect parent padding */
    position: relative;
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    /* Ensure it doesn't break out of section content */
    contain: layout;
}

.carousel-container {
    overflow: hidden;
    width: 100% !important;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

.carousel-track {
    display: flex;
    gap: 1rem;
    animation: scroll-left 20s linear infinite;
    width: fit-content;
    position: relative;
    /* Ensure carousel respects container padding */
    max-width: none;
    will-change: transform;
}

.scenario-image {
    flex-shrink: 0;
    height: 300px;
    width: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.carousel-track:hover {
    animation-play-state: paused;
}

/* Logo Version Tabs - Browser Style */
.logo-tabs-container {
    margin: 2rem 0;
    background: #e8e9ea;
    border-radius: 12px;
    padding: 8px 8px 8px 8px;
}

.logo-tabs {
    display: flex;
    margin-bottom: 0;
    background: transparent;
    border: none;
    padding: 0;
    gap: 4px;
    overflow-x: auto;
}

.tab-button {
    background: #c4c5c6;
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 12px 24px;
    cursor: pointer;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #5a5b5c;
    transition: all 0.2s ease;
    position: relative;
    white-space: nowrap;
    min-width: max-content;
    margin: 0;
}

.tab-button:hover {
    background: #d8d9da;
    color: #333;
}

.tab-button.active {
    background: #ffffff;
    color: #333;
    font-weight: 600;
    z-index: 2;
}

.tab-content-container {
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    padding: 24px;
    margin-top: -4px;
    position: relative;
    z-index: 1;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
    display: block;
}

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

/* Mobile responsive tabs */

/* Header */
header {
    background: transparent;
    padding: 0;
    height: auto;
    position: fixed;
    width: auto;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    display: flex;
    align-items: flex-start;
}

header.show {
    opacity: 1;
}

nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 2rem;
    height: auto;
    background: transparent;
    backdrop-filter: blur(10px);
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

/* Nav background only on scroll for horizontal nav */
@media (max-width: 1024px) {
    header.scrolled nav {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
    }
}

.nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    list-style: none;
    gap: 4px;
    margin: 0;
}

.logo {
    font-size: 2rem;
    font-weight: bold;
    color: #1D1D1D;
    background: #1D1D1D;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.nav-links li {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-links a {
    text-decoration: none;
    color: #666;
    font-size: 1.1rem;
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    overflow: hidden;
    transition: color 0.3s;
    padding: 4px 0;
}

.nav-links a .nav-content {
    display: inline-block;
    transition: transform 0.3s ease;
}

.nav-links a .nav-duplicate {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

/* Disable nav animation on click/hover */
.nav-links a:hover .nav-content {
    transform: none;
}

.nav-links a:hover .nav-duplicate {
    transform: none;
}

/* Active/inactive nav states */
.nav-links a {
    color: #666 !important;
    cursor: pointer;
}

.nav-links a .nav-text,
.nav-links a .nav-content,
.nav-links a .nav-duplicate {
    color: #666 !important;
}

.nav-links a.active {
    color: #000 !important;
    cursor: default;
    pointer-events: none;
}

.nav-links a.active .nav-text,
.nav-links a.active .nav-content,
.nav-links a.active .nav-duplicate {
    color: #000 !important;
}

.nav-icon {
    margin-right: 8px;
    font-size: 1.2em;
}

.pink-circle {
    color: #FF33E9;
}

.green-square {
    color: #7FD343;
}

.blue-rect {
    color: #FF8762;
}

/* Main content */
main {
    margin-top: 0;
}

section {
    padding: 0;
    max-width: none;
    margin: 0;
}

/* Hero section */
.hero {
    background: #F5F5F5;
    color: #1D1D1D;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8rem 2rem;
    position: relative;
}

.page-labels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none;
}

.page-label-left {
    position: fixed;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #1D1D1D;
    font-weight: 400;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 10001;
}

.page-label-right {
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
    font-size: 14px;
    color: #1D1D1D;
    font-weight: 400;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.scroll-indicator {
    position: fixed;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    transition: opacity 1s ease;
}

.scroll-indicator.show {
    opacity: 1;
}

.scroll-text {
    font-size: 14px;
    color: #9CA3AF;
    font-weight: 400;
    white-space: nowrap;
}

.scroll-arrow {
    font-size: 16px;
    color: #9CA3AF;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

.hero-content {
    text-align: left;
    max-width: 1200px;
    position: relative;
    padding-top: 160px; /* 130px (final position) + 30px gap */
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    outline: none !important;
}

.description-section {
    margin-top: 3rem;
    transform: translateY(7px);
    position: relative;
}

.section-label {
    font-size: 16px;
    color: #333;
    margin-bottom: 5rem;
    font-weight: 400;
    text-align: left;
    position: absolute;
    left: 8px;
    top: calc(1.5rem - 50px);
    z-index: 10;
    opacity: 0;
    transform: translateY(20px);
    filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-label.animate-in {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}

.description-text {
    font-size: 36px;
    color: #1D1D1D;
    line-height: 60px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 2rem 0;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.description-text.animate-in {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}

.semibold-text {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    font-weight: 600;
}

.learn-more-btn {
    background: #1D1D1D;
    color: #D5E0E0;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.learn-more-btn:hover {
    background: #333;
    transform: translateY(-1px);
}

.description-text * {
    font-size: 36px !important;
    color: #1D1D1D !important;
}

.description-text,
.description-text *,
.description-text .simplicity-group,
.description-text .colored-pill,
.description-text span {
    color: #1D1D1D !important;
}

.colored-pill {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 36px;
    margin: 0 4px;
    border: 2px solid transparent;
    background: #f8f8f8;
    vertical-align: baseline;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pink-pill {
    color: #FF33E9;
    border-color: #FF33E9;
}

.green-pill {
    color: #7FD343;
    border-color: #7FD343;
}

.blue-pill {
    color: #FF8762;
    border-color: #FF8762;
}

/* Pill sliding animation setup */
.colored-pill .pill-content {
    display: inline-block;
    transition: transform 0.3s ease;
}

.colored-pill::before {
    content: attr(data-content);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.colored-pill:hover .pill-content {
    transform: translateY(-100%);
}

.colored-pill:hover::before {
    transform: translate(-50%, -100%);
}

/* Simplicity animation group */
.simplicity-group {
    white-space: nowrap;
    display: inline-block;
    vertical-align: baseline;
}

/* Simplicity text letter animation */
#simplicity-text {
    display: inline-block;
    vertical-align: baseline;
}

#simplicity-text .letter {
    display: inline-block;
    transform-origin: center;
    transition: transform 0.6s ease;
    vertical-align: baseline;
}

/* Fix letter spacing on mobile - target the exact issue */

/* Letter rotation animation - vertical spiral */
@keyframes letterRotate {
    0% { transform: rotateX(0deg); }
    100% { transform: rotateX(360deg); }
}

.letter.animate {
    animation: letterRotate 0.6s ease;
    display: inline-block;
}

/* Strategic text letter animation */
#strategic-text {
    display: inline-block;
    vertical-align: baseline;
}

#strategic-text .letter {
    display: inline-block;
    transform-origin: center;
    transition: transform 0.6s ease;
    vertical-align: baseline;
}

/* Playful text letter animation */
#playful-text {
    display: inline-block;
    vertical-align: baseline;
}

#playful-text .letter {
    display: inline-block;
    transform-origin: center;
    transition: transform 0.6s ease;
    vertical-align: baseline;
}

/* Simplicity animation */
#simplicity-animation {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -5px;
    margin-bottom: 0;
}

/* Problems animation group */
.problems-group {
    white-space: nowrap;
    display: inline-block;
    vertical-align: baseline;
}

/* Problems animation */
#problems-animation {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -5px;
    margin-bottom: 0;
}

/* Thinking animation group */
.thinking-group {
    white-space: nowrap;
    display: inline-block;
    vertical-align: baseline;
}

/* Thinking animation */
#thinking-animation {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -5px;
    margin-bottom: 0;
}

/* Opening Animation */
.opening-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #D5E0E0;
    z-index: 5000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 1s ease-out;
}

.opening-animation {
    width: 1200px;
    height: 320px;
    max-width: 80vw;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.opening-overlay.transparent {
    background: transparent;
    pointer-events: none;
}

.opening-overlay.scrollable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    pointer-events: none;
    z-index: 1;
}

.opening-animation.move-up {
    transform: translateY(-20vh);
}

.opening-animation svg {
    border: none !important;
    outline: none !important;
    background: transparent !important;
}

.opening-animation svg * {
    border: none !important;
    outline: none !important;
    stroke: none !important;
    background: transparent !important;
}

.opening-animation canvas {
    border: none !important;
    outline: none !important;
    background: transparent !important;
}

.opening-animation * {
    border: none !important;
    outline: none !important;
}

/* Mobile responsive adjustments */

/* Extra small screens */
@media (max-width: 480px) {
    .description-text {
        font-size: 24px !important;
        line-height: 1.2;
    }
    
    .description-text * {
        font-size: 24px !important;
    }
    
    .colored-pill {
        font-size: 24px !important;
        padding: 4px 8px;
        margin: 0 1px;
    }
    
    /* Animation scaling for mobile */
    #simplicity-animation,
    #problems-animation,
    #thinking-animation {
        width: 40px !important;
        height: 40px !important;
        display: inline-block !important;
        vertical-align: middle !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    
    .section-label {
        font-size: 14px;
    }
    
    nav {
        padding: 0.5rem;
    }
    
    .nav-links a {
        font-size: 0.9rem;
    }
}

.intro {
    font-size: 24px;
    color: #4D4C4C;
    margin-bottom: 1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transform: translateY(-20px);
}

.hero-text {
    opacity: 0;
    transition: opacity 1s ease-in;
    margin-bottom: 4rem;
    text-align: left;
    max-width: 800px;
}

.hero-text.show {
    opacity: 1;
}

.greeting {
    font-size: 24px;
    color: #4D4C4C;
    margin-bottom: 24px;
    font-weight: 400;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -200px);
    z-index: 10000;
    opacity: 0;
    transition: opacity 1s ease-in;
}

.greeting.show {
    opacity: 1;
}

.description-interactive {
    font-size: 24px;
    color: #4D4C4C;
    line-height: 1.6;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.description-text {
    color: #4D4C4C;
    font-weight: 400;
}

.pill-button {
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 24px;
    color: #ccc;
    display: inline-block;
    white-space: nowrap;
    font-weight: 300;
}

.pill-button:hover {
    border-color: #ccc;
    background: #eee;
}

.pill-button.active {
    background: #fff;
    border-color: #999;
    font-weight: 300;
}

.illustrates-text {
    color: #1D1D1D;
    font-weight: 400;
}

.colorfully-text {
    background: linear-gradient(90deg, #FF33E9, #7FD343, #4EBDDF, #FFD54B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
}

.pink-dot {
    color: #FF33E9;
    font-size: 1.2em;
}

.green-square {
    color: #7FD343;
    font-size: 1.1em;
}

.blue-star {
    color: #4EBDDF;
    font-size: 1.2em;
}


.hover-text {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: #171717;
    font-weight: bold;
}

.hover-trigger {
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    border: 1px solid;
    border-radius: 100px;
    padding: 10px 16px;
    display: inline-block;
    text-decoration: none;
}

/* Default state - all inactive except product */
.hover-trigger {
    color: #C1C1C1;
    border-color: #C1C1C1;
}

.hover-trigger.active {
    color: #171717;
    border-color: #171717;
}

.hover-trigger:hover {
    color: #171717;
    border-color: #171717;
}

/* Colorful text animation */
@keyframes colorCycle {
    0% { color: #18D7E8; }
    25% { color: #46D341; }
    50% { color: #FFD54B; }
    75% { color: #FFA675; }
    100% { color: #18D7E8; }
}

#colorful-text.animating span {
    animation: colorCycle 0.8s infinite;
}

#colorful-text.animating span:nth-child(1) { animation-delay: 0s; }
#colorful-text.animating span:nth-child(2) { animation-delay: 0.1s; }
#colorful-text.animating span:nth-child(3) { animation-delay: 0.2s; }
#colorful-text.animating span:nth-child(4) { animation-delay: 0.3s; }
#colorful-text.animating span:nth-child(5) { animation-delay: 0.4s; }
#colorful-text.animating span:nth-child(6) { animation-delay: 0.5s; }
#colorful-text.animating span:nth-child(7) { animation-delay: 0.6s; }
#colorful-text.animating span:nth-child(8) { animation-delay: 0.7s; }
#colorful-text.animating span:nth-child(9) { animation-delay: 0.8s; }
#colorful-text.animating span:nth-child(10) { animation-delay: 0.9s; }
#colorful-text.animating span:nth-child(11) { animation-delay: 1s; }
#colorful-text.animating span:nth-child(12) { animation-delay: 1.1s; }
#colorful-text.animating span:nth-child(13) { animation-delay: 1.2s; }
#colorful-text.animating span:nth-child(14) { animation-delay: 1.3s; }
#colorful-text.animating span:nth-child(15) { animation-delay: 1.4s; }
#colorful-text.animating span:nth-child(16) { animation-delay: 1.5s; }
#colorful-text.animating span:nth-child(17) { animation-delay: 1.6s; }
#colorful-text.animating span:nth-child(18) { animation-delay: 1.7s; }
#colorful-text.animating span:nth-child(19) { animation-delay: 1.8s; }
#colorful-text.animating span:nth-child(20) { animation-delay: 1.9s; }
#colorful-text.animating span:nth-child(21) { animation-delay: 2s; }
#colorful-text.animating span:nth-child(22) { animation-delay: 2.1s; }




.hover-text.ui {
    color: #1D1D1D;
    font-weight: 600;
}

.illustrations {
    position: relative;
    height: 600px;
    width: 100%;
    margin: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-90px);
    opacity: 0;
    transition: opacity 1s ease-out;
}

.illustration-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8%;
}



.illustration-group.active {
    opacity: 1;
}

.phrase-text {
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #4D4C4C;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    font-family: 'Source Serif Pro', serif;
}


.illustration-side {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration-side.left {
    transform: translateX(-250px);
}

.illustration-side.right {
    transform: translateX(50px);
}

.vase {
    max-width: 600px;
    max-height: 600px;
    width: auto;
    height: auto;
    display: block;
}

.flower {
    max-width: 600px;
    max-height: 600px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.illustration-side.left .flower {
    animation: swayLeft 4s ease-in-out infinite;
}

.illustration-side.right .flower {
    animation: swayRight 3.5s ease-in-out infinite;
}

/* All illustration sets use the same left/right layout */

/* All illustrations are now consistently sized at 544×687 */

/* Flower swaying animations */
@keyframes swayLeft {
    0%, 100% {
        transform: translate(-50%, -50%) rotate(-2deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(3deg);
    }
}

@keyframes swayRight {
    0%, 100% {
        transform: translate(-50%, -50%) rotate(2deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(-3deg);
    }
}

.know-more {
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    display: inline-block;
    transition: all 0.3s;
    margin-top: 2rem;
    opacity: 0;
}

.know-more:hover {
    color: #1D1D1D;
    border-color: #1D1D1D;
}

/* About section */
.about {
    background: #fff;
    text-align: center;
}

.about h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1D1D1D;
    font-weight: 600;
}

/* Works section */
.works {
    background: #ffffff;
    padding: 6rem 2rem;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.works .works-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.works-title {
    font-size: 24px;
    margin: 80px 0 5rem 0;
    text-align: center;
    color: #1D1D1D;
    font-weight: 600;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.works-title.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Project Cards */
.project-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 100px;
    margin-bottom: 3rem;
    border: 1px solid #C1C1C1;
    width: 100%;
    max-width: 1200px;
}

.project-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3rem;
    min-height: 600px;
}

.project-visual img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.sollpay-video {
    width: 216px;
    height: 432px;
    border-radius: 24px;
    object-fit: cover;
}

/* Solana SIM - visual on right side */
.project-card:nth-child(2) .project-visual {
    margin-right: 0;
    margin-left: 3rem;
    justify-content: center;
    align-items: center;
}

/* Yungrace AI - visual on left side, aligned with SollPay */
.project-card:nth-child(3) .project-visual {
    margin-right: 3rem;
    margin-left: 0;
    justify-content: center;
    align-items: center;
}

/* Yungrace AI - move content 20px more to the right */
.project-card:nth-child(3) .project-content {
    margin-left: 20px;
}

/* Argos Lab - center image in right side */
.project-card:nth-child(4) .project-visual {
    margin-right: 0;
    margin-left: 3rem;
    justify-content: center;
    align-items: center;
}

.project-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-header {
    margin-bottom: 2rem;
}

.project-company {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 400;
    display: block;
}

.project-title {
    font-size: 2.2rem;
    color: #1D1D1D;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.works-container {
    max-width: 1200px;
    margin: 0 auto;
}

.project-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    align-items: center;
}

.project-tags-grid {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.tag.primary {
    background: #f5f5f5;
    color: #333;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.tag.secondary {
    background: #f5f5f5;
    color: #333;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.project-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-primary {
    background: #1D1D1D;
    color: #ffffff;
    border: none;
    padding: 16px 20px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    width: fit-content;
}

.btn-primary:hover {
    background: #333;
}

.btn-secondary {
    background: transparent;
    color: #1D1D1D;
    border: 1px solid #e0e0e0;
    padding: 16px 20px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    width: fit-content;
}

.btn-secondary:hover {
    border-color: #1D1D1D;
    background: #f8f9fa;
}

#floating-phone-animation {
    width: 280px;
    height: 360px;
    max-width: 100%;
}

.project-info {
    flex: 1;
    max-width: 60%;
}

.project-company {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.project-item h3 {
    font-size: 2.2rem;
    color: #1D1D1D;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.project-tags {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
}

.tag {
    background: #f5f5f5;
    color: #333;
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
    font-size: 10px;
    white-space: nowrap;
}

/* CV section */
.cv {
    background: #fff;
    text-align: center;
}

.cv h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1D1D1D;
    font-weight: 600;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    position: relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

/* Footer */
.footer {
    background: #F5F5F5;
    padding: 8rem 2rem 4rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
}

.footer-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-animation {
    width: 200px;
    height: 150px;
}

.footer-center {
    flex: 2;
    display: flex;
    gap: 100px;
    justify-content: center;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Move CRAFT section 30px more to the left */
.footer-section:first-child {
    padding-left: 0;
}

.footer-title {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links a {
    color: #1D1D1D;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.footer-links a:hover {
    color: #333;
}

.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
}

.theme-toggle {
    display: flex;
    gap: 0.5rem;
}

.theme-btn {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-btn:hover {
    background: #f0f0f0;
}

.footer-copyright {
    text-align: right;
    font-size: 14px;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.footer-copyright p {
    margin: 0.5rem 0;
}

.footer-credits {
    font-size: 12px;
    color: #999;
}

/* Yungrace Case Study Styles */
.yungrace-hero {
    background: #D5E0E0;
    padding: 4rem 2rem 6rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.yungrace-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.yungrace-breadcrumb {
    margin-bottom: 3rem;
}

.back-link {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #1D1D1D;
}

.yungrace-header {
    margin-bottom: 4rem;
}

.yungrace-company {
    font-size: 1.2rem;
    color: #333;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    display: block;
    margin-bottom: 1rem;
}

.yungrace-title {
    font-size: 4rem;
    color: #1D1D1D;
    font-weight: 600;
    margin-bottom: 3rem;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    line-height: 1.1;
}

.yungrace-meta {
    display: flex;
    gap: 4rem;
}

.meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.meta-label {
    font-size: 0.9rem;
    color: #999;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meta-value {
    font-size: 1.1rem;
    color: #1D1D1D;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.yungrace-hero-image {
    margin-top: 4rem;
}

.yungrace-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.yungrace-section {
    padding: 6rem 2rem;
    background: #ffffff;
}

.yungrace-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    color: #1D1D1D;
    font-weight: 600;
    margin-bottom: 3rem;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.overview-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 6rem;
    align-items: start;
}

.overview-text h3 {
    font-size: 1.5rem;
    color: #1D1D1D;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.overview-text h3:first-child {
    margin-top: 0;
}

.overview-text p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.overview-stats {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-number {
    font-size: 2.5rem;
    color: #1D1D1D;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.stat-label {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

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

.process-step {
    padding: 2rem;
    border-radius: 12px;
    background: #f8f9fa;
}

.step-number {
    font-size: 2rem;
    color: #1D1D1D;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    margin-bottom: 1rem;
}

.process-step h3 {
    font-size: 1.3rem;
    color: #1D1D1D;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.process-step p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.visual-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.showcase-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.website-showcase {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.showcase-image-large {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.website-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.mobile-showcase {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.mobile-image {
    width: 300px;
    height: auto;
    border-radius: 12px;
}

.results-section {
    background: #f8f9fa;
}

.results-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.results-text p {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.results-metrics {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.metric-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.metric-label {
    font-size: 1rem;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.metric-value {
    font-size: 1.2rem;
    color: #1D1D1D;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.yungrace-navigation {
    padding: 4rem 2rem;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-link {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.nav-link:hover {
    transform: translateY(-2px);
}

.nav-direction {
    font-size: 0.9rem;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.nav-project {
    font-size: 1.1rem;
    color: #1D1D1D;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

/* Responsive Design */

/* Medium screens responsive adjustments */
@media (max-width: 1400px) and (min-width: 1025px) {
    .hero {
        padding: 8rem 4rem !important;
    }

    .project-visual {
        max-width: 50%;
    }

    .project-visual img {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {

    /* Targeted fixes for medium screens */
    .hero {
        padding: 8rem 3rem !important;
    }

    .hero-content {
        padding: 300px 0 0 0 !important;
    }

    .description-section {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Move nav to top center */
    header {
        width: 100% !important;
        justify-content: center !important;
    }

    nav {
        justify-content: center !important;
        padding: 1rem 2rem !important;
    }

    .nav-links {
        flex-direction: row !important;
        gap: 2rem !important;
    }

    /* Project images responsive */
    .project-visual {
        max-width: 45%;
        min-height: 400px;
    }

    .project-visual img {
        max-width: 100%;
        width: 100%;
    }

    /* Debug removed - found the culprit: hero-content left padding! */

    /* Debug removed */

    /* FORCE KILL SVG PADDING WITH EXTREME PREJUDICE */
    * svg,
    svg *,
    div svg,
    span svg,
    #simplicity-animation > *,
    #problems-animation > *,
    #thinking-animation > * {
        padding: 0 !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .hero-content {
        padding-top: 300px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding: 300px 0 0 0 !important;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .description-section {
        padding: 0 2rem !important;
        margin: 0 auto !important;
        text-align: left !important;
        margin-top: 2rem !important;
        max-width: 800px !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    /* Targeted spacing fixes for mobile */
    .description-section {
        padding: 0 2rem !important;
        margin: 0 auto !important;
        margin-left: 20px !important;
        margin-right: 0 !important;
    }

    .description-text {
        padding: 0 !important;
    }

    /* Animation container fixes */
    #simplicity-animation,
    #problems-animation,
    #thinking-animation {
        padding: 0 !important;
        margin: 0 !important;
    }

    section {
        padding: 4rem 3rem;
    }

    /* Consistent text sizing */
    .description-text {
        font-size: 32px !important;
        line-height: 1.4 !important;
    }

    .description-text * {
        font-size: 32px !important;
        line-height: 1.4 !important;
    }

    .colored-pill {
        font-size: 32px !important;
    }

    /* Fix animation alignment */
    #simplicity-animation,
    #problems-animation,
    #thinking-animation {
        width: 70px !important;
        height: 70px !important;
        vertical-align: middle !important;
        display: inline-block !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
        padding: 0 !important;
    }

    /* KILL THE SVG PADDING! */
    #simplicity-animation svg,
    #problems-animation svg,
    #thinking-animation svg,
    svg {
        padding: 0 !important;
        margin: 0 !important;
        padding-left: 0 !important;
    }

    /* Ensure consistent baseline alignment */
    .simplicity-group,
    .problems-group,
    .thinking-group {
        display: inline-block !important;
        vertical-align: middle !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Responsive design */
/* Mobile responsive for illustrations */

/* Pause animation on hover for better interaction */
.hero:hover .illustration-left,
.hero:hover .illustration-right,
.hero:hover .illustration-center {
    animation-play-state: paused;
}
/* Simple hover styles */
.hover-trigger {
    cursor: pointer;
    transition: color 0.2s;
}




/* Simple illustration groups */
.illustration-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.illustration-group.active {
    opacity: 1;
}

.flower-left, .flower-right {
    max-width: 300px;
    max-height: 300px;
    animation: sway 4s ease-in-out infinite;
    transform-origin: bottom center;
}

/* Case Study Navigation */
.case-study-nav {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1000;
    padding: 0;
}

.nav-toggle {
    display: none;
    cursor: pointer;
    font-size: 18px;
    padding: 8px;
    color: #666;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-item-parent {
    position: relative;
}

.nav-item {
    display: block;
    padding: 8px 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}

.nav-item .nav-content {
    display: inline-block;
    transition: transform 0.3s ease;
}

.nav-item .nav-duplicate {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    color: #333;
}

/* Disabled navigation hover animations per user request */
/*
.nav-item:hover .nav-content {
    transform: translateY(-100%);
}

.nav-item:hover .nav-duplicate {
    transform: translateY(-100%);
}
*/

.nav-item.active {
    color: #333;
    font-weight: 600;
}

.nav-item.active .nav-content,
.nav-item.active .nav-duplicate {
    color: #333;
}

.nav-submenu {
    list-style: none;
    margin: 8px 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-subitem {
    display: block;
    padding: 4px 0;
    color: #888;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
}

.nav-subitem::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 2px;
    left: 0;
    background-color: #FF8762;
    transition: width 0.3s ease;
}

.nav-subitem:hover {
    color: #555;
    transform: translateX(6px);
}

.nav-subitem:hover::after {
    width: 100%;
}

.nav-subitem.active {
    color: #FF8762;
}

.nav-subitem.active::after {
    width: 100%;
}


/* Solana SIM Case Study Styles */
.solana-hero {
    background: #F5F5F5;
    padding: 80px 0 60px;
    min-height: auto;
    border-radius: 0 0 100px 100px;
}

.solana-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.solana-breadcrumb {
    margin-bottom: 40px;
    position: relative;
    z-index: 2000;
}

.back-link {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2000;
}

.back-link:hover {
    color: #333;
    transform: translateX(-4px);
}

.solana-header {
    text-align: left;
}

.solana-company {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.solana-title {
    font-size: 48px;
    font-weight: 700;
    color: #1D1D1D;
    line-height: 1.1;
    margin-bottom: 60px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out 0.4s forwards;
}

.solana-hero-images {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 0;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    overflow: visible;
    padding: 20px;
    box-sizing: border-box;
}

.hero-desktop {
    flex: 2;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    animation: fadeInScale 1.2s ease-out 0.6s forwards;
}

.hero-mobile {
    flex: none;
    width: 250px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    animation: fadeInScale 1.2s ease-out 0.8s forwards;
    display: flex;
    justify-content: center;
}

.hero-desktop img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    max-width: 100%;
    transition: transform 0.3s ease;
}

.hero-mobile img {
    width: 250px;
    height: auto;
    border-radius: 20px;
    max-width: 250px;
    transition: transform 0.3s ease;
}

.hero-desktop img:hover,
.hero-mobile img:hover {
    transform: scale(1.02);
}

.solana-section {
    padding: 80px 0;
    background: #FFFFFF;
    position: relative;
}

/* Temporarily disable orange sidebar to test padding */
/*
body::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: #FFB07D;
    z-index: -1;
    pointer-events: none;
}

*/

/* Reduce padding for sections containing numbered content to create consistent gaps */
.solana-section .evolution-header,
.solana-section .visual-header,
.solana-section .dashboard-header,
.solana-section .scalable-header {
    margin-top: -20px;
}

.solana-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
}

.solana-container > p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #1D1D1D;
    margin-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.overview-content {
    margin-bottom: 60px;
}

.overview-text {
    max-width: 100%;
    width: 100%;
}

.overview-text p {
    font-size: 18px;
    line-height: 1.5em;
    color: rgb(51, 61, 75);
    margin-bottom: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    text-align: justify;
    width: 100%;
}

.overview-text p strong {
    color: #191F28;
}

.overview-meta {
    margin-top: 60px;
}

.meta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 60px;
    text-align: left;
}

.meta-column {
    min-width: 0; /* Prevent grid items from overflowing */
}

.meta-column h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 12px;
    border-left: 4px solid #9CA3AF;
    padding-left: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meta-column p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.problem-header {
    margin-bottom: 40px;
}

.problem-label {
    font-size: 16px;
    color: #3375DC;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.problem-title {
    font-size: 48px;
    font-weight: 700;
    color: #1D1D1D;
    line-height: 1.1;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.problem-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.problem-quote {
    background: #F8F9FA;
    padding: 24px;
    border-radius: 16px;
    margin: 40px 0;
    min-height: 80px;
}

.problem-quote .quote-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.quote-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.quote-icon {
    flex-shrink: 0;
    margin-top: 0;
}

.problem-quote p {
    font-size: 18px;
    font-style: normal;
    color: #1D1D1D;
    margin: 0;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    flex: 1;
}

.section-divider {
    display: none;
}

.process-intro {
    margin-bottom: 60px;
}

.process-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.process-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.process-icon {
    font-size: 32px;
    margin-bottom: 20px;
}

.process-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.process-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.solution-header {
    margin-bottom: 40px;
}

.solution-label {
    font-size: 16px;
    color: #3375DC;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.solution-title {
    font-size: 48px;
    font-weight: 700;
    color: #1D1D1D;
    line-height: 1.1;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.solution-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.solution-quote {
    background: #F8F9FA;
    padding: 24px;
    border-radius: 16px;
    margin: 40px 0;
}

.solution-quote .quote-content {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 80px;
}

.solution-quote .quote-icon {
    flex-shrink: 0;
    margin-top: 0;
}

.solution-quote p {
    font-size: 18px;
    font-style: normal;
    color: #1D1D1D;
    margin: 0;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    flex: 1;
}

.solution-section {
    margin-top: 8px;
}

.solution-number {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    margin-right: 24px;
    vertical-align: top;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.solution-section h3 {
    font-size: 36px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 24px;
    display: inline-block;
    margin-left: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    width: 100%;
}

.brand-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 40px;
}

.brand-before,
.brand-after {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
}

.brand-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.brand-image {
    width: 100%;
    border-radius: 12px;
    margin-top: 20px;
}

.evolution-header {
    margin-top: 30px;
    margin-bottom: 40px;
}


.section-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E7EB;
}

.section-header h3 {
    font-size: 36px;
    font-weight: 600;
    color: #1D1D1D;
    margin: 0;
    margin-left: 0;
    flex: 1;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
}

.section-header .solution-number {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-right: 24px;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.dropdown-arrow {
    font-size: 20px;
    color: #3375DC;
    transition: transform 0.3s ease;
    margin-left: 16px;
}

.section-content {
    transition: all 0.3s ease;
}

/* Ensure all solution sections inherit proper container padding */
.solution-section .section-content {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

/* Motion Design - Three boxes in one line */
.motion-design-grid {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}

.motion-design-grid .cultural-element-box {
    flex: 1;
    margin-bottom: 0;
}


/* Result Grid */
.result-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.result-box {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
}

.result-icon {
    font-size: 24px;
    margin-bottom: 12px;
}

.result-box h4 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #1D1D1D;
    margin-bottom: 12px;
}

.result-box p {
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}

/* Key Learnings */
.learning-item {
    display: flex;
    gap: 16px;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
}

.learning-number {
    background: #1D1D1D;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.learning-item h4 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #1D1D1D;
    margin-bottom: 8px;
}

.learning-item p {
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}


/* Prompt Framework Grid */
.prompt-framework-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 3rem 0;
}

.prompt-component {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px;
}

.prompt-component h6 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color: #1D1D1D;
    margin-bottom: 8px;
}

.prompt-component p {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #4B5563;
    margin: 0;
}

/* Learning content styling */
.learning-content h5 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #1D1D1D;
    margin-bottom: 12px;
    margin-top: 1.5rem;
}


/* Business Verticals Grid */
.business-verticals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 3rem 0;
}

.vertical-card {
    text-align: center;
}

.vertical-image {
    margin-bottom: 1rem;
}

.vertical-placeholder {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.ai-placeholder::before {
    content: "🧠";
    font-size: 3rem;
}

.blockchain-placeholder::before {
    content: "🔗";
    font-size: 3rem;
}

.fintech-placeholder::before {
    content: "🏛️";
    font-size: 3rem;
}

.vertical-tagline {
    font-size: 0.9rem;
    color: #666;
    display: block;
    margin-bottom: 0.5rem;
}

.vertical-card h4 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    color: #1D1D1D;
    margin: 0;
}

/* AI Workflow Steps */
.ai-workflow {
    margin: 1rem 0;
}

.workflow-step {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 2rem;
}

.workflow-step h4 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #1D1D1D;
    margin-bottom: 12px;
}

.workflow-step p {
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}

/* Prompt Framework Grid 4 columns */
.prompt-framework-grid-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 3rem 0;
}

/* Hybrid Approach List */
.hybrid-approach-list {
    margin: 3rem 0;
}

.approach-item {
    display: flex;
    gap: 16px;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}

.approach-number {
    background: #F3F4F6;
    color: #1D1D1D;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.approach-content h5 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #1D1D1D;
    margin-bottom: 8px;
}

.approach-content p {
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}






.section-content p,
.section-content div,
.section-content span,
.section-content li,
.section-content h4,
.section-content h5 {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif !important;
}

.evolution-header h3,
.visual-header h3,
.dashboard-header h3,
.scalable-header h3 {
    font-size: 36px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 24px;
    display: inline-block;
    margin-left: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
    width: 100%;
}

.evolution-principles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 40px 0 60px;
}

.evolution-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.evolution-number {
    background: #FF8762;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.evolution-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.evolution-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.evolution-description {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 60px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.evolution-stages {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
}

.stage-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 32px;
}


.stage-level {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    transition: transform 0.2s ease;
    width: fit-content;
}


.level-1 {
    background: #E8F5E8;
    color: #22C55E;
}

.level-2 {
    background: #FEF2F2;
    color: #EF4444;
}

.level-3 {
    background: #FEF3C7;
    color: #F59E0B;
}

.level-4 {
    background: #E0F2FE;
    color: #0EA5E9;
}

.level-5 {
    background: #FEE2E2;
    color: #DC2626;
}

.level-6 {
    background: #FEF3C7;
    color: #D97706;
}

.stage-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 16px;
}

.stage-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.stage-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.stage-visuals {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    gap: 20px;
}

.chickie-sketch,
.chickie-colored,
.chickie-final {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}


.visual-header {
    margin-bottom: 40px;
}

.visual-quote {
    background: #F8F9FA;
    padding: 24px;
    border-radius: 16px;
    margin: 40px 0;
}

.visual-quote .quote-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.visual-quote .quote-icon {
    flex-shrink: 0;
}

.visual-quote p {
    font-size: 18px;
    font-style: normal;
    color: #1D1D1D;
    margin: 0;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
    flex: 1;
}

.color-section,
.typography-section,
.iconography-section {
    margin-bottom: 80px;
}

.color-section h4,
.typography-section h4,
.iconography-section h4 {
    font-size: 28px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.color-section p,
.typography-section p,
.iconography-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 32px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}
.color-section strong,
.typography-section strong,
.iconography-section strong {
    color: #333;
}

.sim-card-section strong,
.animations-section strong {
    color: #1D1D1D;
}

.color-palette {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
}

.color-category h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 20px;
}

.color-swatches {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.color-swatch {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
}

.color-swatch:before {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 4px;
    flex-shrink: 0;
}

.cream:before { background: #F4F0ED; }
.peach:before { background: #FFB07D; }
.tangerine:before { background: #FF8762; }
.white:before { background: #FFFFFF; border: 1px solid #E5E7EB; }
.light-grey:before { background: #9FA6B2; }
.dark-grey:before { background: #6A6A6A; }
.black:before { background: #000000; }

.color-name {
    font-size: 16px;
    font-weight: 500;
    color: #1D1D1D;
}

.color-code {
    font-size: 14px;
    color: #333;
    font-family: monospace;
}

.typography-showcase {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
}

.font-display h2 {
    font-size: 48px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 20px;
}

.font-sample {
    font-size: 120px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 1;
    margin-bottom: 20px;
}

.font-alphabet {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
}

.font-weights {
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 500;
}

.icon-grid {
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.icons-image {
    max-width: 40%;
    height: auto;
}

.dashboard-header,
.scalable-header {
    margin-bottom: 40px;
}

.sim-card-section,
.animations-section {
    margin-bottom: 80px;
}

.dashboard-section {
    margin-bottom: 40px;
}

.dashboard-section p {
    margin-bottom: 20px;
}

.dashboard-section:first-of-type {
    margin-top: 60px;
}

.sim-card-section h4,
.animations-section h4,
.dashboard-section h4 {
    font-size: 28px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.sim-card-box {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.sim-card-content {
    flex: 2;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sim-card-text {
    flex: 1;
}

.sim-card-mascot {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 8px;
}

.mascot-image {
    width: 120px;
    height: 120px;
    display: block;
}

.sim-card-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sim-card-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 0;
}

.sim-card-image {
    max-width: 400px;
    width: 100%;
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sim-card-image:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(255, 135, 98, 0.2);
}

.animation-stages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.depin-full-width {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.depin-full-width .animation-content {
    flex: 1;
}

.depin-full-width .animation-visuals {
    display: flex;
    gap: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.left-animation-container {
    width: 360px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.left-animation-container dotlottie-wc {
    transform: scale(1.2);
    transform-origin: center center;
    flex-shrink: 0;
}

.animation-overlay-container {
    position: relative;
    width: 360px;
    height: 360px;
    flex-shrink: 0;
}

.animation-overlay-container > dotlottie-wc:first-child {
    transform: scale(1.2);
    transform-origin: center center;
    flex-shrink: 0;
}

.overlay-animation {
    position: absolute;
    top: 10px;
    left: 0;
    transform: scale(1.2);
    transform-origin: center center;
    z-index: 2;
    flex-shrink: 0;
}

.unique-identity-card {
    grid-column: 1;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.social-access-card {
    grid-column: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.secure-identity-card {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.secure-identity-card .animation-visuals dotlottie-wc {
    transform: translateY(10px);
}

.blockchain-security-card {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.blockchain-security-card .animation-visuals {
    flex-shrink: 0;
    width: auto;
}

.blockchain-security-card .animation-visuals dotlottie-wc {
    flex-shrink: 0;
}

.unique-identity-card .animation-content {
    flex: 1;
}

.unique-identity-card .animation-visuals {
    flex-shrink: 0;
}

.animation-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.animation-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.animation-content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.animation-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif;
}

.animation-visuals {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animation-visuals dotlottie-wc {
    flex-shrink: 0;
    min-width: fit-content;
    min-height: fit-content;
}

.animation-feature h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 12px;
}

.animation-feature p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.animations-conclusion {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    font-style: normal;
    margin-top: 60px;
}

.dashboard-images {
    display: flex;
    gap: 40px;
    margin-top: 32px;
}

.dashboard-image {
    max-width: 900px;
    height: auto;
    border-radius: 16px;
    object-fit: contain;
    border: 1px solid #E5E7EB;
}

.dashboard-image[alt*="Mobile"] {
    max-width: 150px;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.image-label {
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    text-align: center;
}



.character-variations {
    margin: 40px 0;
    text-align: center;
}

.variations-image {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Next Project Section */
.next-project-section {
    padding: 80px 0;
    background: #F8F9FA;
}

.next-project-label {
    color: #9CA3AF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: left;
}

.next-project-card {
    background: white;
    border-radius: 24px;
    padding: 48px;
    border: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.next-project-card:hover {
    border-color: #4B5563;
}

.project-info {
    flex: 1;
}

.project-name {
    font-size: 48px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 16px 0;
    line-height: 1.1;
}

.project-tagline {
    font-size: 20px;
    color: #6B7280;
    margin: 0;
    line-height: 1.4;
}

.project-preview {
    flex-shrink: 0;
    margin-left: 48px;
}

.app-preview {
    width: 300px;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
}


.nav-link.prev:hover {
    transform: translateX(-8px);
}


.nav-direction {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.nav-project {
    font-size: 18px;
    font-weight: 600;
    color: #1D1D1D;
}

/* Mobile Responsive */

/* Global text color styling and consistent padding */
p {
    color: #333D4B;
}

/* Removed global padding override */

strong {
    color: #191F28;
    font-weight: 800 !important;
}

/* Use SF Pro Display for subtitles */
h3, .section-title, .meta-column h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif !important;
}

/* Use SF Pro Display for feature section titles and descriptions */
.feature-title {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif !important;
    font-size: 22px;
    font-weight: 500;
    color: #191F28 !important;
}

.feature-description {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: #646666 !important;
    max-width: 400px;
}

/* Make bold text more prominent */
strong, b {
    font-weight: 700 !important;
    color: #191F28 !important;
}

@keyframes sway {
    0%, 100% { transform: rotate(-2deg); }
    50% { transform: rotate(2deg); }
}

/* Solana SIM Micro Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

/* ========================================
   MOBILE RESPONSIVE - CLEAN VERSION
   ======================================== */
@media (max-width: 768px) {
    /* Opening Animation */
    .opening-animation {
        transform: translateY(0) !important;
    }

    .opening-animation.move-up {
        transform: translateY(-200px) !important;
    }

    /* Hero Section */
    .hero {
        padding: 6rem 1rem !important;
    }

    .hero-content,
    .description-section {
        padding: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .description-section {
        padding: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .description-text,
    .description-text *,
    .description-text span {
        font-size: 1.5rem !important;
        line-height: 1.6 !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .simplicity-group,
    .problems-group,
    .thinking-group {
        display: inline-flex !important;
        align-items: center !important;
        vertical-align: middle !important;
        gap: 4px !important;
    }

    #simplicity-animation,
    #problems-animation,
    #thinking-animation {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        display: inline-block !important;
        vertical-align: middle !important;
        margin: 0 4px !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        opacity: 1 !important;
        visibility: visible !important;
        flex-shrink: 0 !important;
    }

    #simplicity-animation svg,
    #problems-animation svg,
    #thinking-animation svg {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        object-fit: contain !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #simplicity-animation > *,
    #problems-animation > *,
    #thinking-animation > * {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
    }

    /* Works/Projects Section */
    .works {
        padding: 4rem 2rem !important;
        border-radius: 40px 40px 0 0 !important;
        margin-top: -4rem !important;
    }

    .project-card {
        flex-direction: column !important;
        padding: 0.5rem 2rem 2rem 2rem !important;
        text-align: left !important;
    }

    .project-visual {
        order: -1 !important;
        margin: 0 !important;
        margin-bottom: 0.5rem !important;
        padding: 0 !important;
        width: 100% !important;
        height: 300px !important;
        min-height: 300px !important;
        max-height: 300px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Yungrace AI card - larger on mobile */
    .project-card:nth-child(3) .project-visual {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
    }

    /* Yungrace AI logo - smaller on mobile */
    #yungrace-logo-animated,
    #yungrace-logo-animated-crafts {
        width: 80% !important;
        height: 400px !important;
    }

    /* Argos Lab card - increase height on mobile */
    .project-card:nth-child(4) .project-visual {
        padding: 3rem 2rem 3rem 2rem !important;
        justify-content: flex-start !important;
        padding-top: 3rem !important;
        min-height: 400px !important;
    }

    .project-card:nth-child(4) .project-visual > div:nth-child(2) {
        margin-bottom: 0 !important;
        margin-top: 2rem !important;
    }

    .project-card:nth-child(4) .project-visual > div:nth-child(3) {
        margin-top: 0 !important;
    }

    .project-card:nth-child(4) .project-visual iframe {
        width: 45% !important;
        height: 220px !important;
    }

    .project-card:nth-child(4) .project-visual video {
        width: 30% !important;
    }

    /* Solana SIM section - reduce height on mobile */
    #solanasim-container,
    #solanasim-container-crafts {
        min-height: 320px !important;
        max-height: 420px !important;
    }

    /* Solana SIM level images - smaller size on mobile */
    #solanasim-scroll-content img,
    #solanasim-scroll-content-crafts img {
        max-width: 80% !important;
    }

    .project-visual img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }

    .sollpay-video {
        width: 144px !important;
        height: 288px !important;
        object-fit: cover !important;
    }

    #floating-phone-animation {
        width: 210px !important;
        height: 270px !important;
    }

    #sollpay-animation {
        width: 216px !important;
        height: 276px !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .project-content {
        text-align: left !important;
        margin-top: 0 !important;
        order: 1 !important;
    }

    .project-title {
        font-size: 1.5rem !important;
        text-align: left !important;
    }

    .project-tags-grid {
        justify-content: flex-start !important;
    }

    /* Tags */
    .tag,
    .tag.primary,
    .tag.secondary {
        padding: 0.25rem 0.5rem !important;
        font-size: 10px !important;
    }

    .project-tags-grid {
        gap: 0.375rem !important;
        margin-bottom: 0.5rem !important;
    }

    /* Buttons */
    .btn-primary,
    .btn-secondary {
        padding: 0.75rem 1.5rem !important;
        font-size: 1rem !important;
    }

    .btn-primary {
        order: 1 !important;
    }

    .btn-secondary {
        order: 2 !important;
    }

    .project-buttons {
        justify-content: flex-start !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
    }

    /* Footer */
    .footer {
        padding: 4rem 2rem !important;
    }

    .footer-content {
        flex-direction: column !important;
        text-align: center !important;
    }

    /* Hide page labels on mobile */
    .page-label-left,
    .page-label-right {
        display: none !important;
    }

    /* Navigation */
    header {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        background: transparent !important;
        background-color: transparent !important;
    }

    nav {
        padding: 0.5rem 0 !important;
        justify-content: center !important;
        width: 100% !important;
        background: rgba(255, 255, 255, 0.1) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        border: none !important;
        box-shadow: none !important;
    }

    .nav-links {
        flex-direction: row !important;
        gap: 2rem !important;
        padding: 0 !important;
        margin: 0 auto !important;
        justify-content: center !important;
        width: auto !important;
        background: transparent !important;
    }

    .nav-links li {
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
    }

    .nav-links a {
        padding: 0.5rem 0 !important;
        text-align: center !important;
        background: transparent !important;
    }

    /* Case study pages */
    .solana-container {
        padding: 0 24px !important;
    }

    .meta-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    /* Reorder feature sections - video above text on mobile */
    div[style*="display: flex"][style*="gap: 40px"] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    div[style*="display: flex"][style*="gap: 40px"] > div[style*="width: 300px"] {
        order: 1 !important;
        width: 100% !important;
    }

    div[style*="display: flex"][style*="gap: 40px"] > div[style*="width: 300px"] video {
        width: 100% !important;
        max-width: 300px !important;
        height: auto !important;
    }

    div[style*="display: flex"][style*="gap: 40px"] > div[style*="width: 400px"] {
        order: 2 !important;
        width: 100% !important;
    }

    /* Bar chart - make text and bar 50/50 split */
    div[style*="border: 1px solid #E5E7EB"] span[style*="width: 350px"] {
        width: 50% !important;
        font-size: 14px !important;
    }

    div[style*="border: 1px solid #E5E7EB"] div[style*="background: #2479E9"][style*="width: 60%"] {
        width: 40% !important;
    }

    div[style*="border: 1px solid #E5E7EB"] div[style*="background: #2479E9"][style*="width: 45%"] {
        width: 30% !important;
    }

    div[style*="border: 1px solid #E5E7EB"] div[style*="background: #2479E9"][style*="width: 35%"] {
        width: 25% !important;
    }

    /* Fix crypto wallet experience bars - 36% should be wider than 0% */
    div[style*="background: #F3F4F6"] div[style*="background: #2479E9"][style*="width: 36%"] {
        width: 36% !important;
        min-width: 70px !important;
    }

    div[style*="background: #F3F4F6"] div[style*="background: #2479E9"][style*="width: 5%"] {
        width: 5% !important;
        min-width: 55px !important;
    }

    /* Fix pink bars - show proportionally on mobile */
    div[style*="background: #F3F4F6"] div[style*="background: #F48FB1"][style*="width: 45%"] {
        width: 80% !important;
    }

    div[style*="background: #F3F4F6"] div[style*="background: #F48FB1"][style*="width: 36%"] {
        width: 65% !important;
    }

    div[style*="background: #F3F4F6"] div[style*="background: #F48FB1"][style*="width: 27%"] {
        width: 50% !important;
    }

    div[style*="background: #F3F4F6"] div[style*="background: #F48FB1"][style*="width: 18%"] {
        width: 35% !important;
    }

    div[style*="background: #F3F4F6"] div[style*="background: #F48FB1"] span {
        font-size: 12px !important;
    }

    /* User quotes grid - stack vertically */
    div[style*="display: grid"][style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }

    /* Persona carousel - show one at a time on mobile */
    #persona-carousel-container {
        grid-template-columns: 1fr !important;
        position: relative;
    }

    .persona-column {
        display: none !important;
    }

    .persona-column.active {
        display: block !important;
    }

    #persona-dots {
        display: flex !important;
    }

    /* Problem cards - fix overflow */
    div[style*="background: #242B36"][style*="border-radius: 16px"] {
        padding: 1.5rem !important;
    }

    div[style*="background: #242B36"] img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Make arrow smaller on mobile */
    div[style*="background: #242B36"] div[style*="font-size: 60px"] {
        font-size: 32px !important;
        margin: 0 0.5rem !important;
    }

    /* Consistent fonts in problem cards */
    div[style*="background: #242B36"] h4 {
        font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif !important;
    }

    div[style*="background: #242B36"] p {
        font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', system-ui, sans-serif !important;
    }

    /* Make logo development images bigger on mobile */
    img[src*="logo1.png"],
    img[src*="logo2.png"],
    img[src*="logo3.png"],
    img[src*="logo4.png"] {
        max-width: 100% !important;
    }

    /* Make color system images bigger on mobile */
    img[src*="colour-lightmode.png"],
    img[src*="color-darkmode.png"] {
        max-width: 100% !important;
    }

    /* Make button design system image bigger on mobile */
    img[src*="button.png"] {
        max-width: 100% !important;
    }

    /* Fix next project section on mobile */
    .next-project-card {
        flex-direction: column !important;
        padding: 24px !important;
        text-align: center !important;
    }

    .project-info {
        max-width: 100% !important;
    }

    .project-name {
        font-size: 32px !important;
    }

    .project-preview {
        margin-left: 0 !important;
        margin-top: 24px !important;
        width: 100% !important;
    }

    .app-preview {
        width: 100% !important;
        max-width: 300px !important;
    }

    /* Stack brand comparison vertically on mobile */
    .brand-comparison {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    /* Stack stage cards vertically on mobile */
    .stage-card {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        padding: 16px !important;
    }

    .stage-visuals {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .stage-visuals img {
        max-width: 140% !important;
        height: auto !important;
    }

    /* Fix lottie animations overflow on mobile */
    dotlottie-wc {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .animation-visuals {
        overflow: hidden !important;
        max-width: 100% !important;
    }

    .left-animation-container,
    .animation-overlay-container {
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .animation-card {
        overflow: hidden !important;
    }

    /* Stack animation cards vertically on mobile */
    .animation-stages {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .depin-full-width {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .depin-full-width .animation-content {
        flex: none !important;
    }

    .animation-card {
        flex-direction: column !important;
    }

    /* Stack the two animations vertically on mobile */
    .depin-full-width .animation-visuals {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .left-animation-container,
    .animation-overlay-container {
        width: 100% !important;
        height: auto !important;
    }

    /* Remove grid-column assignments on mobile */
    .unique-identity-card,
    .social-access-card,
    .secure-identity-card,
    .blockchain-security-card {
        grid-column: auto !important;
    }

    /* Make first DePIN animation smaller on mobile */
    .left-animation-container dotlottie-wc {
        transform: scale(0.9) !important;
    }

    /* Stack dashboard images vertically and resize on mobile */
    .dashboard-images {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: center !important;
    }

    .dashboard-image {
        max-width: 100% !important;
    }

    .dashboard-image[alt*="Mobile"] {
        max-width: 60% !important;
    }

    /* Stack motion design grid vertically on mobile */
    .motion-design-grid {
        flex-direction: column !important;
    }

    /* Stack result grid vertically on mobile */
    .result-grid {
        grid-template-columns: 1fr !important;
    }

    /* Stack learning items vertically on mobile */
    .learning-item {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .learning-item h4 {
        margin-top: 0 !important;
    }

    /* Stack business verticals grid vertically on mobile */
    .business-verticals-grid {
        grid-template-columns: 1fr !important;
    }

    /* Reduce all font sizes by 2px on mobile */
    body {
        font-size: 14px !important;
    }

    /* Remove tap highlight color on mobile */
    * {
        -webkit-tap-highlight-color: transparent !important;
        -webkit-touch-callout: none !important;
    }

    a, button, input, textarea {
        -webkit-tap-highlight-color: transparent !important;
    }

    p {
        font-size: 16px !important;
    }

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    /* Reduce gap in cultural element boxes (lottielab animations) on mobile */
    .cultural-element-box {
        padding: 16px !important;
        margin-bottom: 1rem !important;
    }

    .cultural-element-box h4 {
        margin-bottom: 0.5rem !important;
    }

    .cultural-element-box p {
        margin-bottom: 0.5rem !important;
    }

    .cultural-element-box iframe {
        margin-top: 0 !important;
    }

    .cultural-element-box br {
        display: none !important;
    }

    /* Remove iframe container constraints on mobile */
    .cultural-element-box div[style*="width: 100%"] {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .cultural-element-box iframe {
        width: 100% !important;
        max-width: 100% !important;
    }
}

    /* Adjust prompt framework card text sizes on mobile */
    div[style*="grid-template-columns: repeat(2, 1fr)"] h6 {
        font-size: 16px !important;
    }

    div[style*="grid-template-columns: repeat(2, 1fr)"] p {
        font-size: 14px !important;
    }
}

/* About Section */
.about-section {
    padding: 6rem 8rem;
    background: #F9FAFB;
}

.about-container {
    max-width: 1000px;
    margin: 0 auto;
}

.about-header-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 4rem;
}

.about-portrait {
    flex-shrink: 0;
}

.about-portrait img {
    max-width: 240px;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.about-header {
    flex: 1;
}

.about-header h2 {
    font-size: 48px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 1.5rem;
}

.about-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-block {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
}

.about-block-header {
    padding: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
}

.about-block-header:hover {
    background: #F9FAFB;
}

.about-block-header h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1D1D1D;
    margin: 0;
}

.toggle-icon {
    font-size: 32px;
    color: #666;
    font-weight: 300;
    transition: transform 0.3s ease;
    display: inline-block;
}

.toggle-icon.rotated {
    transform: rotate(45deg);
}

.about-block-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 2rem;
}

.about-block-content.active {
    max-height: 1000px;
    padding: 0 2rem 2rem 2rem;
}

.about-block-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.5rem;
}

.about-block-content p:last-child {
    margin-bottom: 0;
}

/* About Section Mobile */
@media (max-width: 768px) {
    .about-section {
        padding: 4rem 2rem !important;
    }

    .about-header-wrapper {
        flex-direction: column !important;
        align-items: center !important;
        gap: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .about-portrait {
        text-align: center !important;
    }

    .about-portrait img {
        max-width: 180px !important;
    }

    .about-header {
        text-align: center !important;
    }

    .about-header h2 {
        font-size: 30px !important;
    }

    .about-intro {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }

    .about-block-header {
        padding: 1.5rem !important;
    }

    .about-block-header h3 {
        font-size: 20px !important;
    }

    .toggle-icon {
        font-size: 28px !important;
    }

    .about-block-content {
        padding: 0 1.5rem !important;
    }

    .about-block-content.active {
        padding: 0 1.5rem 1.5rem 1.5rem !important;
    }

    .about-block-content p {
        font-size: 16px !important;
    }
}