:root {
    --bg-color: #000000;
    --text-color: #ffffff;
    --text-muted: #a1a1aa;
    --primary-color: #35EF0B; /* Bright neon green */
    --primary-rgb: 53, 239, 11;
    --primary-hover: #2BD909;
    --border-color: rgba(255, 255, 255, 0.1);
    --font-family: 'Inter', sans-serif;
}

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

body {
    background-color: transparent;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* Lenis Smooth Scroll CSS */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Dark Gradient Background System */
.dark-gradient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: -10;
    overflow: hidden;
}

.bg-layer-1 {
    position: absolute;
    inset: 0;
    background: radial-gradient(100% 100% at 0% 0%, rgb(46, 46, 46) 0%, rgb(0, 0, 0) 100%);
    -webkit-mask: radial-gradient(125% 100% at 0% 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.224) 88.2883%, rgba(0, 0, 0, 0) 100%);
    mask: radial-gradient(125% 100% at 0% 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.224) 88.2883%, rgba(0, 0, 0, 0) 100%);
}

.streak {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background: linear-gradient(rgb(10, 80, 40) 0%, rgba(10, 80, 40, 0) 100%);
    transform: skewX(45deg);
}
.streak-1 {
    -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 36%, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.13) 67%, rgb(0, 0, 0) 78%, rgba(0, 0, 0, 0) 97%);
    mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 36%, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.13) 67%, rgb(0, 0, 0) 78%, rgba(0, 0, 0, 0) 97%);
}
.streak-2 {
    -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 11%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.55) 41%, rgba(0, 0, 0, 0.13) 67%, rgb(0, 0, 0) 78%, rgba(0, 0, 0, 0) 97%);
    mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 11%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.55) 41%, rgba(0, 0, 0, 0.13) 67%, rgb(0, 0, 0) 78%, rgba(0, 0, 0, 0) 97%);
}
.streak-3 {
    -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 9%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.424) 40%, rgb(0, 0, 0) 48%, rgba(0, 0, 0, 0.267) 54%, rgba(0, 0, 0, 0.13) 78%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 97%);
    mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 9%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.424) 40%, rgb(0, 0, 0) 48%, rgba(0, 0, 0, 0.267) 54%, rgba(0, 0, 0, 0.13) 78%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 97%);
}
.streak-4 {
    -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 17%, rgba(0, 0, 0, 0.55) 26%, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.13) 69%, rgb(0, 0, 0) 79%, rgba(0, 0, 0, 0) 97%);
    mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 17%, rgba(0, 0, 0, 0.55) 26%, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.13) 69%, rgb(0, 0, 0) 79%, rgba(0, 0, 0, 0) 97%);
}
.streak-5 {
    -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0.55) 27%, rgb(0, 0, 0) 42%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.13) 67%, rgb(0, 0, 0) 74%, rgb(0, 0, 0) 82%, rgba(0, 0, 0, 0.47) 88%, rgba(0, 0, 0, 0) 97%);
    mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0.55) 27%, rgb(0, 0, 0) 42%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.13) 67%, rgb(0, 0, 0) 74%, rgb(0, 0, 0) 82%, rgba(0, 0, 0, 0.47) 88%, rgba(0, 0, 0, 0) 97%);
}

.noise-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: url("https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png");
    background-size: 149.76px;
    background-repeat: repeat;
}

.dot-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.5) 1px, transparent 0);
    background-size: 20px 20px;
}

.radial-highlight {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(10, 80, 40, 0.08) 0%, transparent 70%);
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader-video {
    width: 250px;
    height: auto;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

@font-face {
    font-family: 'Roba';
    src: url('../fonts/roba.regular.ttf') format('truetype');
}

/* Premium Header */
.premium-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 1.5rem 3rem;
    position: relative;
    z-index: 10;
    width: 100%;
}

.brand-container {
    grid-column: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}



.brand-name {
    font-family: 'Roba', sans-serif;
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: 12px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    margin-bottom: 0.5rem;
    position: relative;
}

.highlight-o {
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(var(--primary-rgb), 0.4);
    -webkit-text-fill-color: var(--primary-color);
}

.btn-contact {
    grid-column: 3;
    justify-self: end;
    padding: 0.75rem 1.5rem;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-family: var(--font-family);
    font-size: 1rem;
    white-space: nowrap;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    z-index: 20;
}

.mobile-break { display: none; }
.mobile-btn-container { display: none; }

.btn-contact:hover, .btn-contact.clicked {
    background-color: var(--primary-color);
    color: #000;
    box-shadow: 0 0 15px rgba(var(--primary-rgb), 0.4);
}

.brand-name::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 20%;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), 0.5), transparent);
}

.brand-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.6em;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-top: 1rem;
    text-shadow: 0 0 10px rgba(152, 255, 152, 0.3);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.2rem;
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--primary-color);
    color: #000;
    border: 1px solid var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--primary-hover);
    box-shadow: 0 0 15px rgba(152, 255, 152, 0.4);
}

.btn-outline {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
}

.btn-outline:hover {
    border-color: rgba(255,255,255,0.4);
    background-color: rgba(255,255,255,0.05);
}

.btn-icon {
    gap: 0.5rem;
}
.btn-icon svg {
    margin-right: 4px;
}

/* Hero Section */
.hero {
    min-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    position: relative;
    text-align: center;
}

/* Fake Cursor and Resizing Box Animation */
@media (max-width: 768px) {
    .premium-header {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 4rem 1rem 1rem 1rem;
    }
    
    .brand-container {
        grid-column: 1;
        justify-content: flex-start;
        padding-left: 0.5rem;
    }
    
    .desktop-btn {
        display: none;
    }
    
    .brand-name {
        font-size: 14vw;
        letter-spacing: 5px;
        line-height: 1.1;
        text-align: left;
    }
    
    .mobile-break { display: block; }
    
    .mobile-btn-container {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 3rem;
        position: relative;
        z-index: 20;
    }
}

.resizable-box-container {
    position: relative;
    width: 100%;
    max-width: 650px;
    height: 180px;
    padding: 2rem;
    display: inline-block;
    margin: 0 auto 3rem auto;
}

.resizable-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 30px;
    
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 8px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(var(--primary-rgb), 0.3);
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resizable-box.interactive-mode {
    animation: none;
    transition: width 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), height 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.fake-cursor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.5s ease;
}

.corner {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid rgba(var(--primary-rgb), 0.8);
    box-shadow: 0 0 5px rgba(var(--primary-rgb), 0.8);
    border-radius: 50%;
    z-index: 10;
}
.corner.top-left { top: -4px; left: -4px; }
.corner.top-right { top: -4px; right: -4px; }
.corner.bottom-left { bottom: -4px; left: -4px; }
.corner.bottom-right { bottom: -4px; right: -4px; }

.box-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
}

.animate-text {
    opacity: 0;
}

.hero-title.animate-text {
    animation: fadeInContent 0.8s ease forwards;
    animation-delay: 3.6s;
}

.hero-subtitle.animate-text {
    animation: fadeInContent 0.8s ease forwards;
    animation-delay: 4.0s;
}

@keyframes fadeInContent {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

.hero-content {
    max-width: 800px;
    padding: 0 2rem;
    z-index: 10;
}

.hero-title {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: #fff;
}

.aura-text {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 600;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(var(--primary-rgb), 0.4);
}

.hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 550px;
    margin: 0 auto 1.5rem auto;
}

.update-notice {
    margin: 2rem auto;
    padding: 2rem 4rem;
    max-width: 90%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(var(--primary-rgb), 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    color: var(--text-color);
    text-align: center;
    line-height: 1.6;
    font-size: 1rem;
    position: relative;
}

.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(var(--primary-rgb), 0.3);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.03);
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    min-width: 100px;
}

.countdown-value-container {
    display: inline-block;
    position: relative;
    height: 2.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
    min-width: 3.5rem;
}

.countdown-value {
    font-family: 'Space Mono', monospace;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
}

.countdown-value.old-value {
    animation: slideUpOut 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.countdown-value.new-value {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    animation: slideUpIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideUpOut {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(-100%); opacity: 0; }
}

@keyframes slideUpIn {
    from { transform: translateY(0); opacity: 0; }
    to { transform: translateY(-100%); opacity: 1; }
}

.countdown-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--text-muted);
}

.countdown-separator {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.2);
    padding-bottom: 1.5rem;
}


/* Site Footer */
.dark-footer {
    width: 100%;
    background-color: #0a0a0a;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-top: 6rem;
    margin-top: auto;
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
}

.footer-top {
    padding: 0 4rem 4rem 4rem;
}

.letswork h3 {
    font-size: 3.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    margin: 0 0 0.5rem 0;
    letter-spacing: -2px;
}

.email-link {
    font-size: 4.5rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -3px;
    display: inline-block;
    transition: opacity 0.3s ease;
}
.email-link:hover {
    opacity: 0.8;
}

.footer-middle {
    position: relative;
    padding: 0 4rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem;
}

.contact-now-container {
    width: 350px;
}

.contact-now {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.3s;
}
.contact-now:hover {
    color: var(--primary-color);
}

.decorative-plus-row {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    transform: translateY(-50%);
    pointer-events: none;
}

.plus {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

.footer-brand-container {
    width: 100%;
    padding: 0 4rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    overflow: hidden;
}

.footer-video {
    height: 10vw;
    width: auto;
    object-fit: contain;
}

.huge-text {
    font-family: 'Roba', sans-serif;
    font-size: 18vw;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 0.75;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.footer-bottom {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
}

.bottom-cell {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    min-height: 80px;
}

.bottom-cell:last-child {
    border-right: none;
}

.bottom-cell.copyright {
    font-size: 0.85rem;
    color: #ffffff;
    font-weight: 600;
    padding-left: 4rem;
}

.bottom-cell.made-by {
    justify-content: flex-end;
    padding-right: 4rem;
}

.made-badge {
    background: #ffffff;
    color: #000000;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
}

/* Chat Section */
.chat-section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    position: relative;
}

/* Chat Interface */
.chat-interface {
    width: 90%;
    max-width: 450px;
    height: 700px;
    max-height: 80vh;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0f0f11;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 5;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: left;
}

.chat-interface.visible {
    transform: scale(1);
    opacity: 1;
}

.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.5rem;
    background: rgba(20, 20, 22, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 10;
    border-radius: 24px 24px 0 0;
}

.chat-user-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.chat-avatar {
    position: relative;
    width: 44px;
    height: 44px;
}

.chat-avatar img, .message-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.online-indicator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border: 2px solid #141416;
    border-radius: 50%;
}

.chat-user-details h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.2rem;
}

.chat-user-details span {
    font-size: 0.8rem;
    color: var(--primary-color);
    font-weight: 500;
}

.chat-actions {
    display: flex;
    gap: 1.2rem;
    color: #a1a1aa;
}

.chat-actions svg {
    cursor: pointer;
    transition: color 0.2s;
}

.chat-actions svg:hover {
    color: var(--primary-color);
}

.chat-messages {
    flex-grow: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    background-color: #0f0f11;
    overflow-y: auto;
}

/* Scrollbar styling for chat messages */
.chat-messages::-webkit-scrollbar {
    width: 6px;
}
.chat-messages::-webkit-scrollbar-track {
    background: transparent;
}
.chat-messages::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.chat-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}

.chat-date {
    text-align: center;
    font-size: 0.75rem;
    color: #71717a;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.4rem 1rem;
    border-radius: 12px;
    margin: 0 auto 0.5rem auto;
    width: max-content;
}

.chat-message {
    display: flex;
    flex-direction: column;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #e4e4e7;
    opacity: 0;
    transform: translateY(20px);
    max-width: 85%;
    text-align: left;
}

.chat-interface.visible .chat-message,
.chat-interface.visible .typing-indicator {
    animation: messageSlideUp 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.chat-message.user {
    align-self: flex-end;
}

.chat-message.user p {
    background: var(--primary-color);
    color: #000;
    padding: 0.8rem 1.2rem;
    border-radius: 18px 18px 4px 18px;
    margin: 0;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(53, 239, 11, 0.15);
}

.chat-message.ai {
    align-self: flex-start;
    flex-direction: row;
    align-items: flex-end;
    gap: 0.6rem;
}

.message-avatar {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.message-content {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.chat-message.ai p {
    background: #27272a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 0.8rem 1.2rem;
    border-radius: 18px 18px 18px 4px;
    margin: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.message-time {
    font-size: 0.7rem;
    color: #71717a;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    align-self: flex-end;
    margin-top: 0.4rem;
}

.chat-message.user .message-time {
    color: rgba(255, 255, 255, 0.5);
}

.read-receipt {
    color: var(--primary-color);
}

.typing-indicator {
    display: flex;
    align-items: flex-end;
    gap: 0.6rem;
    align-self: flex-start;
    opacity: 0;
    transform: translateY(20px);
}

.typing-dots {
    background: #27272a;
    padding: 0.8rem 1.2rem;
    border-radius: 18px 18px 18px 4px;
    display: flex;
    gap: 0.4rem;
    align-items: center;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.typing-dots span {
    width: 6px;
    height: 6px;
    background: #a1a1aa;
    border-radius: 50%;
    animation: typing 1.4s infinite ease-in-out both;
}

.typing-dots span:nth-child(1) { animation-delay: -0.32s; }
.typing-dots span:nth-child(2) { animation-delay: -0.16s; }

@keyframes typing {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

.chat-input-area {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 1.5rem;
    background: rgba(20, 20, 22, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0 0 24px 24px;
}

.chat-icon {
    color: #71717a;
    cursor: pointer;
    transition: color 0.2s;
    flex-shrink: 0;
}

.chat-icon:hover {
    color: var(--primary-color);
}

.chat-input-box {
    flex-grow: 1;
    background: #27272a;
    color: #a1a1aa;
    padding: 0.8rem 1.2rem;
    border-radius: 24px;
    font-size: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    cursor: text;
}

.chat-send-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 10px rgba(53, 239, 11, 0.3);
}

.chat-send-btn:hover {
    transform: scale(1.05);
    background: var(--primary-hover);
    box-shadow: 0 6px 15px rgba(53, 239, 11, 0.4);
}

/* 3D Blocks matching the image */
.blocks-container {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 2px;
    align-items: flex-end;
    z-index: 1;
}

.left-blocks { left: 0; }
.right-blocks { right: 0; }

.block-column {
    display: flex;
    flex-direction: column-reverse;
    gap: 2px;
}

/* Base style for the glass blocks */
.block {
    height: 22px;
    background: linear-gradient(180deg, rgba(var(--primary-rgb), 1) 0%, rgba(var(--primary-rgb), 0.4) 100%);
    border-top: 2px solid #fff;
    border-right: 1px solid rgba(255,255,255,0.3);
    border-left: 1px solid rgba(255,255,255,0.1);
    border-radius: 2px 2px 0 0;
    box-shadow: 
        inset 0 2px 10px rgba(255, 255, 255, 0.5),
        0 0 15px rgba(var(--primary-rgb), 0.6);
    position: relative;
    overflow: hidden;
}

/* Adding a side face to make it look 3D */
.block::before {
    content: '';
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4));
}

.block::after {
    content: '';
    position: absolute;
    top: 50%; left: 0; right: 0;
    height: 2px;
    background: rgba(255,255,255,0.2);
    box-shadow: 0 0 5px #fff;
}

/* Adjust column widths to match the equalizer look */
.left-blocks .col-1 .block, .right-blocks .col-1 .block { width: 90px; }
.left-blocks .col-2 .block, .right-blocks .col-2 .block { width: 85px; }
.left-blocks .col-3 .block, .right-blocks .col-3 .block { width: 80px; }
.left-blocks .col-4 .block, .right-blocks .col-4 .block { width: 75px; }


/* Get template button */
.get-template {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #000;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    z-index: 100;
}
.template-dot {
    width: 8px;
    height: 8px;
    background-color: #4ade80;
    border-radius: 50%;
}

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

@media (max-width: 768px) {
    .blocks-container { display: none; }
    
    .chat-interface { 
        width: 95%; 
        padding: 1.5rem; 
        height: auto;
        min-height: 350px;
    }
    
    .resizable-box-container {
        width: 100%;
        height: 250px;
        padding: 1rem;
        display: flex;
        justify-content: center;
    }
    
    .hero-title { font-size: clamp(1.5rem, 6vw, 2.5rem); }
    .hero-subtitle { font-size: clamp(0.8rem, 3vw, 1rem); }
    
    .update-notice {
        width: 95%;
        padding: 1.5rem;
        font-size: 0.85rem;
    }
    
    .countdown-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
        width: 100%;
        margin-top: 2rem;
    }
    .countdown-item {
        min-width: 0;
        padding: 1.2rem 0.5rem;
        border-radius: 8px;
    }
    .countdown-separator { display: none; }
    .countdown-value { font-size: 1.8rem; }
    .countdown-label { font-size: 0.55rem; letter-spacing: 1px; }
    
    .footer-top { padding: 0 1.5rem 2rem 1.5rem; }
    .letswork h3 { font-size: 1.5rem; }
    .email-link { font-size: clamp(1.2rem, 7vw, 2.5rem); letter-spacing: -1px; }
    
    .footer-middle { padding: 0 1.5rem; margin-bottom: 3rem; }
    .contact-now-container { width: 100%; }
    
    .footer-brand-container { padding: 0 1.5rem; }
    
    .footer-bottom { 
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem 0;
        gap: 0;
    }
    .bottom-cell {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        width: 100%;
        justify-content: center;
        min-height: 60px;
    }
    .bottom-cell:last-child {
        border-bottom: none;
    }
    .bottom-cell.copyright {
        padding-left: 0;
        padding: 1.5rem;
    }
    .bottom-cell.made-by {
        padding-right: 0;
        padding: 1.5rem;
    }
    .bottom-cell:not(.copyright):not(.made-by) { display: none; }
}

/* Floating Logo */
.floating-logo-container {
    position: absolute;
    top: 15%;
    left: 10%;
    z-index: 50;
    perspective: 1000px;
    pointer-events: none;
}

.draggable-logo {
    width: 140px; /* Medium size */
    height: auto;
    cursor: grab;
    pointer-events: auto;
    user-select: none;
    -webkit-user-drag: none;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 20px rgba(53, 239, 11, 0.2));
    transition: filter 0.3s ease;
    will-change: transform;
}

.draggable-logo.dragging {
    cursor: grabbing;
    filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 30px rgba(53, 239, 11, 0.4));
}

/* Pricing Section */
.pricing-section {
    padding: 6rem 2%;
    position: relative;
    z-index: 10;
    max-width: 1600px;
    margin: 0 auto;
}

.pricing-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.discount-banner {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}

.discount-content {
    background: linear-gradient(90deg, rgba(53, 239, 11, 0.1) 0%, rgba(53, 239, 11, 0.02) 100%);
    border: 1px solid rgba(53, 239, 11, 0.3);
    padding: 1rem 2rem;
    border-radius: 30px;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(53, 239, 11, 0.1);
}

.discount-highlight {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(53, 239, 11, 0.4);
}

.discount-terms {
    font-size: 0.75rem;
    color: #a1a1aa;
    margin-left: 1rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.pricing-card {
    background: #0D0D11;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card:not(.premium)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.pricing-card:nth-child(1)::before { background: radial-gradient(circle at top, rgba(59, 130, 246, 0.15) 0%, transparent 70%); }
.pricing-card:nth-child(2)::before { background: radial-gradient(circle at top, rgba(168, 85, 247, 0.15) 0%, transparent 70%); }
.pricing-card:nth-child(4)::before { background: radial-gradient(circle at top, rgba(236, 72, 153, 0.15) 0%, transparent 70%); }

.pricing-card:not(.premium):hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.pricing-card:not(.premium):hover::before {
    opacity: 0.8;
}

.pricing-card.premium {
    background: #0D0D11;
    border: 1px solid rgba(53, 239, 11, 0.2);
    transform: scale(1.03);
    z-index: 2;
}

.premium-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: radial-gradient(circle at top, rgba(53, 239, 11, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.stars-bg {
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none;
    opacity: 0.7;
}

.star {
    position: absolute;
    color: var(--primary-color);
    font-size: 1rem;
    animation: twinkle 3s infinite ease-in-out alternate;
}

.s1 { top: 10px; right: 10px; font-size: 1.2rem; animation-delay: 0s; }
.s2 { top: 30px; right: -10px; font-size: 0.8rem; animation-delay: 1s; }
.s3 { top: 0px; right: -20px; font-size: 0.6rem; animation-delay: 2s; }

@keyframes twinkle {
    0% { opacity: 0.3; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1.2); }
}

.card-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.plan-name-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.plan-name {
    font-size: 1.2rem;
    color: var(--text-muted);
    font-weight: 500;
}

.pricing-card:not(.premium) .plan-name {
    display: block;
    margin-bottom: 1rem;
}

.popular-badge {
    background: rgba(53, 239, 11, 0.15);
    color: var(--primary-color);
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    border: 1px solid rgba(53, 239, 11, 0.3);
}

.price-container {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.5rem;
}

.currency {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    margin-right: 0.2rem;
}

.price {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.period {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-left: 0.5rem;
}

.desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 1.5rem;
    min-height: 2.5rem;
}

.btn-pricing {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.8rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-pricing:hover {
    background: rgba(255, 255, 255, 0.05);
}

.premium-btn {
    background: linear-gradient(90deg, #35EF0B 0%, #29b809 100%);
    color: #000;
    border: none;
    box-shadow: 0 5px 15px rgba(53, 239, 11, 0.2);
    font-weight: 600;
}

.premium-btn:hover {
    background: linear-gradient(90deg, #29b809 0%, #1e8f06 100%);
    color: #000;
    box-shadow: 0 8px 25px rgba(53, 239, 11, 0.4);
}

.card-features {
    flex-grow: 1;
}

.features-title {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.features-subtitle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 1.2rem;
}

.features-list {
    list-style: none;
}

.features-list li {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    line-height: 1.4;
}

.features-list li svg {
    width: 16px;
    height: 16px;
    color: var(--text-muted);
    flex-shrink: 0;
    margin-top: 3px;
}

.pricing-card.premium .features-list li svg {
    color: var(--primary-color);
}

/* Pricing Responsive */
@media (max-width: 1400px) {
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    .price {
        font-size: 3rem;
    }
    .features-list li {
        font-size: 0.95rem;
    }
}

@media (max-width: 1200px) {
    .pricing-section {
        padding: 5rem 2rem;
    }
    
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .pricing-card.premium {
        transform: scale(1);
    }
    
    .pricing-card.premium:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 4rem 1.5rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .discount-content {
        flex-direction: column;
        text-align: center;
        gap: 0.4rem;
        padding: 1.5rem;
    }
    
    .discount-terms {
        margin-left: 0;
        margin-top: 0.5rem;
    }
}

/* Chat Section Mobile Responsiveness */
@media (max-width: 768px) {
    .chat-section {
        padding: 1.5rem 0.8rem;
        min-height: auto;
    }
    
    .chat-interface {
        width: 100%;
        max-width: 100%;
        height: 85vh; /* Take up 85% of screen height */
        max-height: 650px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .chat-header {
        padding: 1rem 1.2rem;
        flex-shrink: 0;
        border-radius: 20px 20px 0 0;
    }

    .chat-input-area {
        padding: 0.8rem 1rem;
        gap: 0.6rem;
        flex-shrink: 0;
        border-radius: 0 0 20px 20px;
    }

    .chat-avatar {
        width: 32px;
        height: 32px;
    }
    
    .chat-user-details h4 {
        font-size: 1rem;
    }
    
    .chat-actions {
        gap: 0.8rem;
    }
    
    .chat-actions svg {
        width: 18px;
        height: 18px;
    }

    .chat-messages {
        padding: 1rem 1.2rem;
        gap: 1rem;
    }

    .chat-message {
        font-size: 0.75rem;
        max-width: 90%;
    }

    .message-avatar {
        width: 26px;
        height: 26px;
    }

    .chat-message.user p {
        padding: 0.7rem 1rem;
        border-radius: 16px 16px 4px 16px;
    }

    .chat-message.ai p {
        padding: 0.7rem 1rem;
        border-radius: 16px 16px 16px 4px;
    }
    
    .typing-dots {
        height: 36px;
        padding: 0.6rem 1rem;
    }
    
    .typing-dots span {
        width: 5px;
        height: 5px;
    }
    
    .chat-input-box {
        padding: 0.7rem 1rem;
        font-size: 0.85rem;
    }
    
    .chat-send-btn {
        width: 36px;
        height: 36px;
    }
}
