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

:root {
    --bg-dark: #0a0a0a;
    --bg-darker: #000000;
    --text-white: #ffffff;
    --accent-cyan: #00D9FF;
    --accent-teal: #00E5CC;
    --text-gray: #b0b0b0;
    --yellow: #FFD700;
    --yellow-bright: #FFEB3B;
    --purple: #6B46C1;
    --purple-dark: #4C1D95;
    --pink: #EC4899;
    --pink-light: #F9A8D4;
    --orange: #F97316;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(90deg, var(--purple) 0%, var(--pink) 50%, var(--orange) 100%);
    background-size: 100% 100%;
    background-attachment: fixed;
    color: var(--text-white);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}


body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--purple) 0%, var(--pink) 50%, var(--orange) 100%);
    background-size: 200% 200%;
    animation: gradientShift 15s ease infinite;
    pointer-events: none;
    z-index: -1;
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes imageFadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes imageSlideIn {
    from {
        opacity: 0;
        transform: translateX(-30px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes imageSlideInRight {
    from {
        opacity: 0;
        transform: translateX(30px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes imageFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    25% {
        transform: translateY(-8px) rotate(-0.5deg) scale(1.01);
    }

    50% {
        transform: translateY(-15px) rotate(0.5deg) scale(1.02);
    }

    75% {
        transform: translateY(-8px) rotate(-0.3deg) scale(1.01);
    }
}

@keyframes phoneEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.9) rotateY(-10deg);
        filter: blur(10px);
    }

    60% {
        opacity: 0.8;
        transform: translateY(-5px) scale(1.02) rotateY(2deg);
        filter: blur(2px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateY(0deg);
        filter: blur(0);
    }
}

@keyframes phoneFloat3D {

    0%,
    100% {
        transform: translateY(0) translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
    }

    25% {
        transform: translateY(-12px) translateX(3px) rotateY(2deg) rotateX(-1deg) scale(1.01);
    }

    50% {
        transform: translateY(-20px) translateX(-2px) rotateY(-2deg) rotateX(1deg) scale(1.02);
    }

    75% {
        transform: translateY(-12px) translateX(2px) rotateY(1deg) rotateX(-0.5deg) scale(1.01);
    }
}

@keyframes phonePulse {

    0%,
    100% {
        transform: scale(1);
        filter: brightness(1) drop-shadow(0 0 0 rgba(107, 70, 193, 0));
    }

    50% {
        transform: scale(1.03);
        filter: brightness(1.05) drop-shadow(0 0 20px rgba(107, 70, 193, 0.3));
    }
}

@keyframes phoneSlideUp {
    0% {
        opacity: 0;
        transform: translateY(60px) scale(0.85) perspective(1000px) rotateX(15deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
    }
}

@keyframes imageGlow {

    0%,
    100% {
        box-shadow: 0 20px 60px rgba(107, 70, 193, 0.3);
    }

    50% {
        box-shadow: 0 30px 80px rgba(107, 70, 193, 0.5), 0 0 40px rgba(255, 215, 0, 0.2);
    }
}

@keyframes shimmerLoad {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

@keyframes imageTilt {

    0%,
    100% {
        transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    }

    25% {
        transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    }

    75% {
        transform: perspective(1000px) rotateX(-2deg) rotateY(2deg);
    }
}

@keyframes emojiFloat {

    0%,
    100% {
        transform: translateY(0) translateX(0) rotate(0deg) scale(1);
        opacity: 0.7;
    }

    25% {
        transform: translateY(-20px) translateX(10px) rotate(5deg) scale(1.1);
        opacity: 1;
    }

    50% {
        transform: translateY(-10px) translateX(-10px) rotate(-5deg) scale(0.9);
        opacity: 0.8;
    }

    75% {
        transform: translateY(-30px) translateX(5px) rotate(3deg) scale(1.05);
        opacity: 0.9;
    }
}

@keyframes emojiFloatAdvanced {

    0%,
    100% {
        transform: translateY(0) translateX(0) rotate(0deg) scale(1);
        filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4));
    }

    20% {
        transform: translateY(-25px) translateX(15px) rotate(8deg) scale(1.15);
        filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 30px rgba(255, 215, 0, 0.6));
    }

    40% {
        transform: translateY(-15px) translateX(-15px) rotate(-8deg) scale(0.95);
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 15px rgba(255, 215, 0, 0.3));
    }

    60% {
        transform: translateY(-35px) translateX(8px) rotate(5deg) scale(1.1);
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 35px rgba(255, 215, 0, 0.7));
    }

    80% {
        transform: translateY(-5px) translateX(-8px) rotate(-3deg) scale(1.05);
        filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 25px rgba(255, 215, 0, 0.5));
    }
}

@keyframes emojiPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}

@keyframes emojiSpin {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg) scale(1.2);
    }
}

@keyframes emojiBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Animation Classes */
.animate-on-scroll {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.animated {
    opacity: 1;
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in {
    animation: fadeIn 1s ease-out forwards;
}

.slide-in-left {
    animation: slideInLeft 0.8s ease-out forwards;
}

.slide-in-right {
    animation: slideInRight 0.8s ease-out forwards;
}

.scale-in {
    animation: scaleIn 0.6s ease-out forwards;
}

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

/* Header */
.header {
    padding: 24px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    background-color: rgba(107, 70, 193, 0.3);
    animation: slideInDown 0.6s ease-out;
}

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

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.logo {
    animation: fadeIn 0.8s ease-out 0.2s both;
}

.btn-secondary {
    animation: fadeIn 0.8s ease-out 0.3s both;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.logo:hover .logo-icon {
    transform: rotate(360deg);
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.logo-text {
    font-size: 24px;
    font-weight: 600;
    color: var(--yellow);
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid var(--text-white);
    color: var(--text-white);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--text-white);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.btn-secondary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-secondary:hover {
    color: var(--bg-dark);
    border-color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.btn-primary {
    background: var(--yellow);
    border: none;
    color: var(--bg-dark);
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    background: var(--yellow-bright);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

.btn-primary:active {
    transform: translateY(-1px);
}

/* Hero Section */
.hero {
    padding: 20px 0 120px;
    position: relative;
    overflow: hidden;
}

.hero .container {
    position: relative;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: start;
}

.hero-text-wrapper {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
}

.hero-title {
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: var(--yellow);
    animation: fadeInUp 1s ease-out 0.3s both;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    text-align: left;
}

.hero-cta {
    margin: 0;
    padding: 0;
    animation: fadeInUp 1s ease-out 0.5s both;
    display: flex;
    align-items: flex-start;
}

.hero-cta-mobile {
    display: none;
}

.hero-cta-text {
    margin-top: 16px;
    color: var(--text-gray);
    font-size: 14px;
}

.hero-phone-mockup {
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    animation: fadeInUp 1.2s ease-out 0.7s both;
    padding: 0 20px;
    margin-top: 0;
}

.image-container {
    position: relative;
    display: inline-block;
    animation: phoneFloat3D 8s ease-in-out infinite;
    animation-delay: 1.5s;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, filter;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
    border: none;
    outline: none;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.image-container:hover {
    transform: scale(1.05) translateY(-8px) rotateY(3deg) rotateX(-2deg);
    animation-play-state: paused;
    filter: brightness(1.1) drop-shadow(0 20px 40px rgba(107, 70, 193, 0.4));
}

.phone-frame:active {
    transform: scale(0.98);
}

/* Image container for direct image display */
.hero-phone-mockup .image-container {
    max-width: 1400px;
    max-height: 2500px;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

/* Image Loading Optimization */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

.phone-screenshot {
    width: 100%;
    height: auto;
    max-width: 1400px;
    max-height: 2500px;
    object-fit: contain;
    display: block;
    opacity: 0;
    animation: phoneEntrance 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
    transform-origin: center;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s ease;
    filter: brightness(1.05) contrast(1.15) saturate(1.1);
    position: relative;
    will-change: transform, filter, opacity;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none !important;
    mix-blend-mode: normal;
    transform-style: preserve-3d;
}

.phone-screenshot::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmerLoad 2s infinite;
    z-index: 1;
}

.image-container:hover .phone-screenshot,
.image-container:hover .step-image {
    transform: scale(1.08) translateY(-5px) rotateY(2deg);
    filter: brightness(1.15) drop-shadow(0 15px 30px rgba(107, 70, 193, 0.3));
}

.image-container:hover .phone-screenshot::before {
    animation: none;
}

.phone-status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    font-size: 14px;
    color: var(--text-white);
    font-weight: 500;
    min-height: 44px;
}

.phone-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.battery-icon {
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 12px;
}

.battery-icon svg {
    width: 24px;
    height: 12px;
    color: var(--text-white);
}

#battery-fill {
    transition: width 0.3s ease;
}

.phone-content {
    padding: 24px;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 215, 0, 0.3) transparent;
}

.phone-content::-webkit-scrollbar {
    width: 4px;
}

.phone-content::-webkit-scrollbar-track {
    background: transparent;
}

.phone-content::-webkit-scrollbar-thumb {
    background: rgba(255, 215, 0, 0.3);
    border-radius: 2px;
}

.phone-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 215, 0, 0.5);
}

.phone-content h3 {
    font-size: 20px;
    margin-bottom: 24px;
    color: var(--text-white);
    font-weight: 600;
    line-height: 1.3;
}

.phone-chat {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chat-bubble {
    padding: 12px 16px;
    border-radius: 16px;
    max-width: 80%;
    font-size: 14px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.5s ease-out forwards;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    word-wrap: break-word;
    line-height: 1.4;
}

.chat-bubble.user {
    background-color: var(--yellow);
    color: var(--bg-dark);
    align-self: flex-end;
    animation-delay: 0.3s;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.chat-bubble.ai {
    background-color: #1a1a1a;
    color: var(--text-white);
    align-self: flex-start;
    animation-delay: 0.6s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.comparison-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.savings {
    color: var(--yellow);
    font-size: 12px;
    font-weight: 600;
}

.phone-stats {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-label {
    font-size: 12px;
    color: var(--text-gray);
}

.stat-value {
    font-size: 18px;
    font-weight: 600;
    color: var(--yellow);
}

/* Section Styles */
section {
    padding: 100px 0;
    position: relative;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.section-title.animated {
    opacity: 1;
    transform: translateY(0);
}

.section-description {
    font-size: 22px;
    color: var(--text-gray);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

.section-description.animated {
    opacity: 1;
    transform: translateY(0);
}

/* AI Food Twin Section */
.ai-food-twin {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.ai-food-twin .container {
    position: relative;
    padding: 0 24px;
}

.tagline-text {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: var(--yellow);
    text-align: center;
    max-width: 900px;
    margin: 40px auto;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

.tagline-text.animated {
    opacity: 1;
    transform: translateY(0);
}

.ai-twin-image {
    margin: 60px auto;
    max-width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out 0.4s, transform 0.8s ease-out 0.4s;
}

.ai-twin-image.animated {
    opacity: 1;
    transform: translateY(0);
}

.ai-twin-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.inputs-outputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 60px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
    background-image: url('images/New-input.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px max(24px, calc((100vw - 1200px) / 2));
    position: relative;
    overflow: hidden;
}

.inputs-outputs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(107, 70, 193, 0.5) 0%, rgba(236, 72, 153, 0.5) 50%, rgba(249, 115, 22, 0.5) 100%);
    z-index: 0;
}

.inputs-outputs>* {
    position: relative;
    z-index: 1;
}

.io-column {
    text-align: left;
}

.io-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--yellow);
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.io-column:nth-child(1) .io-title {
    transition-delay: 0.1s;
}

.io-column:nth-child(2) .io-title {
    transition-delay: 0.3s;
}

.io-column.animated .io-title {
    opacity: 1;
    transform: translateY(0);
}

.io-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.io-list li {
    font-size: 18px;
    color: var(--text-white);
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.io-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--yellow);
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.io-list li:nth-child(1) {
    transition-delay: 0.2s;
}

.io-list li:nth-child(2) {
    transition-delay: 0.3s;
}

.io-list li:nth-child(3) {
    transition-delay: 0.4s;
}

.io-list li:nth-child(4) {
    transition-delay: 0.5s;
}

.io-list li:nth-child(5) {
    transition-delay: 0.6s;
}

.io-list li:nth-child(6) {
    transition-delay: 0.7s;
}

.io-column.animated .io-list li {
    opacity: 1;
    transform: translateX(0);
}

/* Problem + Promise */
.problem-promise {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.problem-promise .container {
    position: relative;
}

/* How It Works */
.how-it-works {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.how-it-works .container {
    position: relative;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 60px;
    margin-top: 60px;
}

.step {
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.step.animated {
    opacity: 1;
    transform: translateY(0);
}

.step:nth-child(1) {
    transition-delay: 0.1s;
}

.step:nth-child(2) {
    transition-delay: 0.3s;
}

.step:nth-child(3) {
    transition-delay: 0.5s;
}

.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 24px;
}

.step-title {
    font-size: 24px;
    margin-bottom: 32px;
    color: var(--text-white);
}

.step-visual {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.step-visual .image-container {
    max-width: 350px;
    max-height: 700px;
    width: auto;
    height: auto;
    position: relative;
    background: transparent;
    padding: 0;
    border-radius: 0;
    animation: phoneFloat3D 8s ease-in-out infinite;
    animation-delay: 1.5s;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-style: preserve-3d;
    will-change: transform, filter;
    perspective: 1000px;
}

.step-visual:hover .image-container {
    transform: scale(1.05) translateY(-8px) rotateY(3deg) rotateX(-2deg);
    animation-play-state: paused;
    filter: brightness(1.1) drop-shadow(0 20px 40px rgba(107, 70, 193, 0.4));
}

.step-image {
    width: 100%;
    height: auto;
    max-width: 350px;
    max-height: 700px;
    object-fit: contain;
    border-radius: 0;
    display: block;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(1) saturate(1) contrast(1.1);
    will-change: transform, opacity, filter;
    position: relative;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none !important;
    mix-blend-mode: normal;
    transform-style: preserve-3d;
}

.step:nth-child(1) .step-image {
    animation: phoneSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards, phoneFloat3D 8s ease-in-out infinite 1.5s;
}

.step:nth-child(2) .step-image {
    animation: phoneSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards, phoneFloat3D 8s ease-in-out infinite 1.7s;
}

.step:nth-child(3) .step-image {
    animation: phoneSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards, phoneFloat3D 8s ease-in-out infinite 1.9s;
}

.step-visual:hover .step-image {
    transform: translateY(-12px) scale(1.05) perspective(1000px) rotateX(3deg) rotateY(2deg);
    filter: brightness(1.15) saturate(1.2) drop-shadow(0 15px 30px rgba(107, 70, 193, 0.3));
    box-shadow: none;
    animation-play-state: paused;
}

.step-image::after {
    display: none;
}

.step-visual:hover .step-image::after {
    opacity: 1;
}

.chat-input {
    background-color: #1a1a1a;
    padding: 16px;
    border-radius: 12px;
    color: var(--text-gray);
    font-size: 14px;
}

.comparison-visual {
    display: flex;
    align-items: center;
    gap: 24px;
}

.comparison-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px;
    background-color: #1a1a1a;
    border-radius: 16px;
    min-width: 120px;
}

.comparison-side .icon {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-side .icon svg {
    width: 32px;
    height: 32px;
    color: var(--yellow);
}

.comparison-side .price {
    font-size: 20px;
    font-weight: 600;
    color: var(--yellow);
}

.vs {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-gray);
}

.savings-visual {
    text-align: center;
    padding: 40px;
    background: rgba(255, 215, 0, 0.15);
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.4);
}

.savings-amount {
    font-size: 48px;
    font-weight: 700;
    color: var(--yellow);
    margin-bottom: 8px;
}

.savings-label {
    font-size: 14px;
    color: var(--text-gray);
}

/* Features */
.features {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.features .container {
    position: relative;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.feature-card {
    background-color: var(--pink-light);
    padding: 48px 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    animation: fadeInUp 0.6s ease-out forwards;
    text-align: center;
}

.feature-card.animated {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.feature-card:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-card:nth-child(3) {
    animation-delay: 0.3s;
}

.feature-card:nth-child(4) {
    animation-delay: 0.4s;
}

.feature-card:nth-child(5) {
    animation-delay: 0.5s;
}

.feature-card:nth-child(6) {
    animation-delay: 0.6s;
}

.feature-card:nth-child(7) {
    animation-delay: 0.7s;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(236, 72, 153, 0.3);
}

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

.feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.feature-icon svg {
    width: 36px;
    height: 36px;
    color: var(--purple-dark);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.3);
}

.feature-card:hover .feature-icon svg {
    color: var(--purple-dark);
    transform: scale(1.15) rotate(-5deg);
}

.feature-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--purple-dark);
    letter-spacing: -0.02em;
}

.feature-description {
    font-size: 15px;
    color: var(--purple-dark);
    line-height: 1.7;
    letter-spacing: 0.01em;
    opacity: 0.8;
}

.feature-image {
    display: none;
}

/* Who It's For */
.who-its-for {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.who-its-for .container {
    position: relative;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.audience-card {
    text-align: center;
    padding: 48px 32px;
    background-color: var(--pink-light);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    animation: fadeInUp 0.6s ease-out forwards;
}

.audience-card.animated {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.audience-card:nth-child(1) {
    animation-delay: 0.1s;
}

.audience-card:nth-child(2) {
    animation-delay: 0.3s;
}

.audience-card:nth-child(3) {
    animation-delay: 0.5s;
}

.audience-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.audience-card:hover {
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(236, 72, 153, 0.3);
}

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

.audience-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.audience-icon svg {
    width: 36px;
    height: 36px;
    color: var(--purple-dark);
    transition: all 0.3s ease;
}

.audience-card:hover .audience-icon {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.3);
}

.audience-card:hover .audience-icon svg {
    color: var(--purple-dark);
    transform: scale(1.15) rotate(-5deg);
}

.audience-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--purple-dark);
    letter-spacing: -0.02em;
}

.audience-card p {
    font-size: 15px;
    color: var(--purple-dark);
    line-height: 1.7;
    letter-spacing: 0.01em;
    opacity: 0.8;
}

/* Social Proof */
.social-proof {
    background-color: var(--bg-darker);
    text-align: center;
}

.wave-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 32px;
    opacity: 0.8;
}

.wave-icon svg {
    width: 100%;
    height: 100%;
}

.testimonial {
    font-size: 24px;
    line-height: 1.6;
    color: var(--text-white);
    max-width: 800px;
    margin: 0 auto 16px;
    font-style: italic;
}

.testimonial-attribution {
    font-size: 16px;
    color: var(--text-gray);
    margin-bottom: 40px;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 300px;
    margin: 0 auto;
}

.profile-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 217, 255, 0.3), rgba(0, 229, 204, 0.3));
    border: 2px solid rgba(0, 217, 255, 0.5);
}

/* Social Proof New Section */
.social-proof-new {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.social-proof-new .container {
    position: relative;
    padding: 0 24px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-card {
    background-color: var(--pink-light);
    padding: 32px 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    animation: fadeInUp 0.6s ease-out forwards;
    text-align: left;
}

.testimonial-card.animated {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.testimonial-card:nth-child(1) {
    animation-delay: 0.1s;
}

.testimonial-card:nth-child(2) {
    animation-delay: 0.3s;
}

.testimonial-card:nth-child(3) {
    animation-delay: 0.5s;
}

.testimonial-card:hover {
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(236, 72, 153, 0.3);
}

.testimonial-quote {
    font-size: 18px;
    color: var(--purple-dark);
    line-height: 1.7;
    font-style: italic;
    margin: 0;
    letter-spacing: 0.01em;
}

.stat-box {
    margin-top: 60px;
    padding: 32px 48px;
    background-color: var(--pink-light);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out 0.7s, transform 0.8s ease-out 0.7s;
}

.stat-box.animated {
    opacity: 1;
    transform: translateY(0);
}

.stat-text {
    font-size: 24px;
    font-weight: 600;
    color: var(--purple-dark);
    margin: 0;
    text-align: center;
    line-height: 1.6;
}

/* App Showcase */
.app-showcase {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.app-showcase .container {
    position: relative;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.showcase-item {
    text-align: center;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.showcase-item.animated {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.showcase-item.animated .showcase-phone {
    animation: phoneEntrance 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards, phoneFloat3D 8s ease-in-out infinite 2s;
}

.showcase-phone {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 24px;
    border-radius: 0;
    overflow: visible;
    box-shadow: none !important;
    border: none;
    outline: none;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    transform: translateY(40px) scale(0.9) rotateY(-5deg) perspective(1000px);
    will-change: transform, filter;
    position: relative;
    transform-style: preserve-3d;
}

.showcase-item.animated .showcase-phone {
    animation: phoneEntrance 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards, phoneFloat3D 8s ease-in-out infinite 2s;
}

.showcase-phone::before {
    display: none;
}

.showcase-phone:hover::before {
    opacity: 1;
}

.showcase-phone:hover {
    transform: translateY(-15px) scale(1.08) perspective(1000px) rotateX(5deg) rotateY(-3deg);
    box-shadow: none;
    filter: brightness(1.1) drop-shadow(0 25px 50px rgba(107, 70, 193, 0.4));
    animation-play-state: paused;
}

.showcase-phone img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s ease;
    filter: brightness(1) saturate(1) contrast(1.1);
    position: relative;
    z-index: 0;
    will-change: transform, filter;
    border: none;
    outline: none;
    box-shadow: none !important;
    border-radius: 0;
    mix-blend-mode: normal;
    background: transparent;
    transform-style: preserve-3d;
}

.showcase-phone:hover img {
    transform: scale(1.12) translateY(-3px);
    filter: brightness(1.2) saturate(1.3) drop-shadow(0 20px 40px rgba(107, 70, 193, 0.3));
}

.showcase-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text-white);
}

.showcase-item p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Business Model */
.business-model {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.business-model .container {
    position: relative;
}

/* Trust Badges */
.trust-badges {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.trust-badges .container {
    position: relative;
}

.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
}

.trust-badge {
    background-color: var(--pink-light);
    padding: 32px 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

.trust-badge.animated {
    opacity: 1;
    transform: translateY(0);
}

.trust-badge:nth-child(1) {
    animation-delay: 0.1s;
}

.trust-badge:nth-child(2) {
    animation-delay: 0.2s;
}

.trust-badge:nth-child(3) {
    animation-delay: 0.3s;
}

.trust-badge:nth-child(4) {
    animation-delay: 0.4s;
}

.trust-badge:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.trust-badge-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.trust-badge-icon svg {
    width: 32px;
    height: 32px;
    color: var(--purple-dark);
}

.trust-badge:hover .trust-badge-icon {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.trust-badge-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--purple-dark);
    margin-bottom: 8px;
}

.trust-badge-text {
    font-size: 14px;
    color: var(--purple-dark);
    opacity: 0.8;
    margin: 0;
    line-height: 1.5;
}

/* Waitlist */
.waitlist {
    background-color: transparent;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.waitlist .container {
    position: relative;
}

.waitlist-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.email-input {
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-white);
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
}

.email-input:focus {
    outline: none;
    border-color: var(--yellow);
}

.email-input::placeholder {
    color: var(--text-gray);
}

/* Waitlist Modal */
.waitlist-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.waitlist-modal.active {
    display: flex;
}

.waitlist-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}

.waitlist-modal-content {
    position: relative;
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    padding: 0;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 1001;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    scrollbar-width: thin;
    scrollbar-color: rgba(107, 70, 193, 0.3) transparent;
}

.waitlist-modal-content::-webkit-scrollbar {
    width: 8px;
}

.waitlist-modal-content::-webkit-scrollbar-track {
    background: transparent;
}

.waitlist-modal-content::-webkit-scrollbar-thumb {
    background: rgba(107, 70, 193, 0.3);
    border-radius: 4px;
}

.waitlist-modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(107, 70, 193, 0.5);
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.waitlist-modal-overlay {
    animation: fadeIn 0.3s ease-out;
}

.waitlist-modal-header {
    background: linear-gradient(90deg, var(--purple) 0%, var(--pink) 50%, var(--orange) 100%);
    padding: 40px 48px;
    text-align: center;
    position: relative;
}

.waitlist-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 32px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    line-height: 1;
    z-index: 1002;
}

.waitlist-modal-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.waitlist-modal-brand {
    font-size: 48px;
    font-weight: 700;
    color: var(--yellow);
    margin: 0 0 12px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.waitlist-modal-tagline {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.waitlist-modal-body {
    padding: 48px;
    max-width: 700px;
    margin: 0 auto;
    background-color: #F8F8F8;
    margin-top: 0;
    margin-bottom: 0;
}

.waitlist-modal-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: left;
    color: #333333;
}

.waitlist-modal-description {
    font-size: 16px;
    color: #555555;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.6;
}

.waitlist-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.waitlist-feature-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEEEEE;
}

.waitlist-feature-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--yellow);
    margin-bottom: 12px;
}

.waitlist-feature-description {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

.waitlist-modal-content .waitlist-form {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.waitlist-email-label {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    text-align: left;
}

.waitlist-email-input {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #333333;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    transition: border-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.waitlist-email-input:focus {
    outline: none;
    border-color: var(--yellow);
    background-color: #FFFFFF;
}

.waitlist-email-input::placeholder {
    color: #999999;
}

.waitlist-submit-btn {
    background-color: var(--yellow);
    border: none;
    color: #000000;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.waitlist-submit-btn:hover {
    background-color: var(--yellow-bright);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.waitlist-submit-btn:active {
    transform: translateY(0);
}

.waitlist-modal-footer {
    margin-top: 32px;
    padding-top: 24px;
    text-align: center;
    border-top: 1px solid #EEEEEE;
}

.waitlist-modal-footer p {
    font-size: 12px;
    color: #AAAAAA;
    margin: 0;
}

/* FAQ */
.faq {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.faq .container {
    position: relative;
}

.faq-list {
    max-width: 800px;
    margin: 60px auto 0;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.faq-item.animated {
    opacity: 1;
    transform: translateX(0);
}

.faq-item:nth-child(1) {
    transition-delay: 0.1s;
}

.faq-item:nth-child(2) {
    transition-delay: 0.2s;
}

.faq-item:nth-child(3) {
    transition-delay: 0.3s;
}

.faq-item:nth-child(4) {
    transition-delay: 0.4s;
}

.faq-item:nth-child(5) {
    transition-delay: 0.5s;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    color: var(--text-white);
    transition: color 0.3s ease, outline 0.2s ease;
    border-radius: 4px;
    padding: 4px;
    margin: -4px;
}

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

.faq-question:focus {
    outline: 2px solid var(--yellow);
    outline-offset: 2px;
    color: var(--yellow);
}

.faq-question:focus:not(:focus-visible) {
    outline: none;
}

.faq-question:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: 2px;
}

.faq-icon {
    font-size: 24px;
    color: var(--yellow);
    font-weight: 300;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg) scale(1.1);
}

.faq-question:hover .faq-icon {
    transform: scale(1.2);
}

.faq-item.active .faq-question:hover .faq-icon {
    transform: rotate(45deg) scale(1.3);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    padding: 20px 0 0 0;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-gray);
    margin: 0;
}

/* Footer */
.footer {
    background-color: transparent;
    padding: 60px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.footer .container {
    position: relative;
}

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

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-tagline {
    color: var(--text-gray);
    font-size: 14px;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    color: var(--text-gray);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--yellow);
}

.footer-accessibility {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-accessibility p {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
}

.footer-accessibility a {
    color: var(--yellow);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.footer-accessibility a:hover {
    color: var(--yellow-bright);
}

/* Floating Emojis */
.floating-emoji {
    position: absolute;
    font-size: 2rem;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    animation: emojiFloat 6s ease-in-out infinite;
    will-change: transform, opacity;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-emoji.animated {
    opacity: 0.7;
}

/* Emojis Inside Images */
.image-container .floating-emoji,
.feature-image .floating-emoji,
.showcase-phone .floating-emoji {
    font-size: 3.5rem;
    z-index: 10;
    opacity: 0;
    animation: emojiFloat 8s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4));
    will-change: transform, opacity, filter;
}

.image-container .floating-emoji.animated,
.feature-image .floating-emoji.animated,
.showcase-phone .floating-emoji.animated {
    opacity: 0.9;
}

/* Hero Phone Emojis */
.emoji-phone-1 {
    top: 15%;
    left: 10%;
    animation: emojiFloatAdvanced 9s ease-in-out infinite, emojiPulse 2.5s ease-in-out infinite;
    animation-delay: 0s, 0.5s;
}

.emoji-phone-2 {
    top: 25%;
    right: 15%;
    animation: emojiFloatAdvanced 8s ease-in-out infinite, emojiBounce 2s ease-in-out infinite;
    animation-delay: 0.8s, 0s;
}

.emoji-phone-3 {
    top: 50%;
    left: 8%;
    animation: emojiFloatAdvanced 10s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 1.5s, 1s;
}

.emoji-phone-4 {
    top: 60%;
    right: 12%;
    animation: emojiFloatAdvanced 7.5s ease-in-out infinite;
    animation-delay: 2s;
}

.emoji-phone-5 {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    animation: emojiFloatAdvanced 9s ease-in-out infinite, emojiSpin 12s linear infinite;
    animation-delay: 2.5s, 0s;
}

/* Step Phone Emojis */
.emoji-phone-6 {
    top: 20%;
    left: 15%;
    animation: emojiFloatAdvanced 8s ease-in-out infinite, emojiPulse 2.8s ease-in-out infinite;
    animation-delay: 0s, 0.6s;
}

.emoji-phone-7 {
    top: 35%;
    right: 20%;
    animation: emojiFloatAdvanced 9s ease-in-out infinite, emojiBounce 2.2s ease-in-out infinite;
    animation-delay: 0.7s, 0s;
}

.emoji-phone-8 {
    bottom: 25%;
    left: 12%;
    animation: emojiFloatAdvanced 7.5s ease-in-out infinite;
    animation-delay: 1.4s;
}

.emoji-phone-9 {
    top: 18%;
    left: 10%;
    animation: emojiFloatAdvanced 8.5s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 0s, 0.8s;
}

.emoji-phone-10 {
    top: 45%;
    right: 15%;
    animation: emojiFloatAdvanced 9s ease-in-out infinite, emojiBounce 2.5s ease-in-out infinite;
    animation-delay: 1s, 0s;
}

.emoji-phone-11 {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    animation: emojiFloatAdvanced 8s ease-in-out infinite;
    animation-delay: 1.8s;
}

.emoji-phone-12 {
    top: 22%;
    right: 18%;
    animation: emojiFloatAdvanced 9.5s ease-in-out infinite, emojiPulse 2.7s ease-in-out infinite;
    animation-delay: 0s, 0.5s;
}

.emoji-phone-13 {
    top: 50%;
    left: 10%;
    animation: emojiFloatAdvanced 8s ease-in-out infinite, emojiBounce 2.3s ease-in-out infinite;
    animation-delay: 1.2s, 0s;
}

.emoji-phone-14 {
    bottom: 18%;
    right: 12%;
    animation: emojiFloatAdvanced 9s ease-in-out infinite;
    animation-delay: 2s;
}

/* Feature Image Emojis */
.emoji-phone-15 {
    top: 15%;
    left: 10%;
    animation: emojiFloatAdvanced 8s ease-in-out infinite, emojiPulse 2.6s ease-in-out infinite;
    animation-delay: 0s, 0.7s;
}

.emoji-phone-16 {
    top: 30%;
    right: 15%;
    animation: emojiFloatAdvanced 9s ease-in-out infinite, emojiBounce 2.4s ease-in-out infinite;
    animation-delay: 0.9s, 0s;
}

.emoji-phone-17 {
    top: 20%;
    left: 12%;
    animation: emojiFloatAdvanced 8.5s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 0s, 0.6s;
}

.emoji-phone-18 {
    bottom: 25%;
    right: 18%;
    animation: emojiFloatAdvanced 9s ease-in-out infinite;
    animation-delay: 1.5s;
}

.emoji-phone-19 {
    top: 18%;
    left: 10%;
    animation: emojiFloatAdvanced 8s ease-in-out infinite, emojiBounce 2.2s ease-in-out infinite;
    animation-delay: 0s, 0s;
}

.emoji-phone-20 {
    top: 40%;
    right: 12%;
    animation: emojiFloatAdvanced 9.5s ease-in-out infinite, emojiPulse 2.8s ease-in-out infinite;
    animation-delay: 1.1s, 0.5s;
}

.emoji-phone-21 {
    top: 25%;
    left: 15%;
    animation: emojiFloatAdvanced 8s ease-in-out infinite;
    animation-delay: 0s;
}

.emoji-phone-22 {
    bottom: 30%;
    right: 20%;
    animation: emojiFloatAdvanced 9s ease-in-out infinite, emojiBounce 2.5s ease-in-out infinite;
    animation-delay: 1.3s, 0s;
}

.emoji-phone-23 {
    top: 20%;
    left: 10%;
    animation: emojiFloatAdvanced 8.5s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 0s, 0.8s;
}

.emoji-phone-24 {
    bottom: 22%;
    right: 15%;
    animation: emojiFloatAdvanced 9s ease-in-out infinite;
    animation-delay: 1.6s;
}

/* Showcase Phone Emojis */
.emoji-phone-25 {
    top: 20%;
    left: 12%;
    animation: emojiFloatAdvanced 8s ease-in-out infinite, emojiPulse 2.7s ease-in-out infinite;
    animation-delay: 0s, 0.6s;
}

.emoji-phone-26 {
    top: 45%;
    right: 18%;
    animation: emojiFloatAdvanced 9s ease-in-out infinite, emojiBounce 2.3s ease-in-out infinite;
    animation-delay: 1s, 0s;
}

.emoji-phone-27 {
    bottom: 25%;
    left: 15%;
    animation: emojiFloatAdvanced 8.5s ease-in-out infinite;
    animation-delay: 1.8s;
}

/* Hero Section Emojis */
.hero .floating-emoji {
    font-size: 2.5rem;
}

.emoji-1 {
    top: 10%;
    left: 5%;
    animation: emojiFloat 8s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 0s, 1s;
}

.emoji-2 {
    top: 20%;
    right: 10%;
    animation: emojiFloat 7s ease-in-out infinite, emojiBounce 2s ease-in-out infinite;
    animation-delay: 0.5s, 0s;
}

.emoji-3 {
    top: 60%;
    left: 8%;
    animation: emojiFloat 9s ease-in-out infinite;
    animation-delay: 1s;
}

.emoji-4 {
    top: 70%;
    right: 15%;
    animation: emojiFloat 6.5s ease-in-out infinite, emojiPulse 2.5s ease-in-out infinite;
    animation-delay: 1.5s, 0.5s;
}

.emoji-5 {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: emojiFloat 8s ease-in-out infinite, emojiSpin 10s linear infinite;
    animation-delay: 2s, 0s;
}

/* Problem Section Emojis */
.problem-promise .floating-emoji {
    font-size: 2rem;
}

.emoji-6 {
    top: 20%;
    left: 10%;
    animation: emojiFloat 7s ease-in-out infinite;
    animation-delay: 0s;
}

.emoji-7 {
    top: 60%;
    right: 12%;
    animation: emojiFloat 8s ease-in-out infinite, emojiBounce 2s ease-in-out infinite;
    animation-delay: 0.8s, 0s;
}

/* How It Works Section Emojis */
.how-it-works .floating-emoji {
    font-size: 2rem;
}

.emoji-8 {
    top: 5%;
    left: 8%;
    animation: emojiFloat 9s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 0s, 1s;
}

.emoji-9 {
    top: 10%;
    right: 10%;
    animation: emojiFloat 7.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

.emoji-10 {
    top: 30%;
    left: 15%;
    animation: emojiFloat 8s ease-in-out infinite, emojiBounce 2.5s ease-in-out infinite;
    animation-delay: 1s, 0s;
}

.emoji-11 {
    top: 50%;
    right: 20%;
    animation: emojiFloat 7s ease-in-out infinite;
    animation-delay: 1.5s;
}

.emoji-12 {
    bottom: 20%;
    left: 12%;
    animation: emojiFloat 9s ease-in-out infinite, emojiPulse 2.8s ease-in-out infinite;
    animation-delay: 2s, 0.5s;
}

.emoji-40 {
    top: 50%;
    right: 15%;
    animation: emojiFloat 8s ease-in-out infinite, emojiBounce 2.2s ease-in-out infinite;
    animation-delay: 1.2s, 0s;
}

/* Features Section Emojis */
.features .floating-emoji {
    font-size: 1.8rem;
}

.emoji-13 {
    top: 8%;
    left: 5%;
    animation: emojiFloat 8s ease-in-out infinite;
    animation-delay: 0s;
}

.emoji-14 {
    top: 15%;
    right: 8%;
    animation: emojiFloat 7s ease-in-out infinite, emojiBounce 2s ease-in-out infinite;
    animation-delay: 0.6s, 0s;
}

.emoji-15 {
    bottom: 10%;
    left: 10%;
    animation: emojiFloat 9s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 1.2s, 1s;
}

/* Who It's For Section Emojis */
.who-its-for .floating-emoji {
    font-size: 2rem;
}

.emoji-16 {
    top: 10%;
    left: 8%;
    animation: emojiFloat 8s ease-in-out infinite;
    animation-delay: 0s;
}

.emoji-17 {
    top: 20%;
    right: 12%;
    animation: emojiFloat 7.5s ease-in-out infinite, emojiBounce 2.2s ease-in-out infinite;
    animation-delay: 0.7s, 0s;
}

.emoji-18 {
    bottom: 15%;
    left: 15%;
    animation: emojiFloat 9s ease-in-out infinite;
    animation-delay: 1.4s;
}

/* Showcase Section Emojis */
.app-showcase .floating-emoji {
    font-size: 2rem;
}

.emoji-19 {
    top: 10%;
    left: 10%;
    animation: emojiFloat 8s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 0s, 1s;
}

.emoji-20 {
    top: 20%;
    right: 15%;
    animation: emojiFloat 7s ease-in-out infinite;
    animation-delay: 0.8s;
}

.emoji-21 {
    bottom: 30%;
    right: 20%;
    animation: emojiFloat 9s ease-in-out infinite, emojiBounce 2.5s ease-in-out infinite;
    animation-delay: 1.5s, 0s;
}

/* Business Model Section Emojis */
.business-model .floating-emoji {
    font-size: 2rem;
}

.emoji-22 {
    top: 20%;
    left: 12%;
    animation: emojiFloat 8s ease-in-out infinite;
    animation-delay: 0s;
}

.emoji-23 {
    top: 60%;
    right: 10%;
    animation: emojiFloat 7.5s ease-in-out infinite, emojiPulse 2.8s ease-in-out infinite;
    animation-delay: 0.9s, 0.5s;
}

/* Waitlist Section Emojis */
.waitlist .floating-emoji {
    font-size: 2.5rem;
}

.emoji-24 {
    top: 15%;
    left: 8%;
    animation: emojiFloat 8s ease-in-out infinite, emojiBounce 2s ease-in-out infinite;
    animation-delay: 0s, 0s;
}

.emoji-25 {
    top: 25%;
    right: 12%;
    animation: emojiFloat 9s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 1s, 1s;
}

/* FAQ Section Emojis */
.faq .floating-emoji {
    font-size: 1.8rem;
}

.emoji-26 {
    top: 10%;
    left: 5%;
    animation: emojiFloat 8s ease-in-out infinite;
    animation-delay: 0s;
}

.emoji-27 {
    top: 20%;
    right: 8%;
    animation: emojiFloat 7s ease-in-out infinite, emojiBounce 2.2s ease-in-out infinite;
    animation-delay: 0.7s, 0s;
}

.emoji-28 {
    bottom: 20%;
    left: 10%;
    animation: emojiFloat 9s ease-in-out infinite;
    animation-delay: 1.4s;
}

.emoji-29 {
    bottom: 30%;
    right: 12%;
    animation: emojiFloat 8.5s ease-in-out infinite, emojiPulse 2.8s ease-in-out infinite;
    animation-delay: 2s, 0.8s;
}

/* Footer Emojis */
.footer .floating-emoji {
    font-size: 1.5rem;
    opacity: 0.5;
}

.emoji-30 {
    top: 10%;
    left: 5%;
    animation: emojiFloat 10s ease-in-out infinite;
    animation-delay: 0s;
}

.emoji-31 {
    top: 20%;
    left: 15%;
    animation: emojiFloat 9s ease-in-out infinite, emojiBounce 2.5s ease-in-out infinite;
    animation-delay: 0.5s, 0s;
}

.emoji-32 {
    top: 30%;
    right: 20%;
    animation: emojiFloat 8s ease-in-out infinite;
    animation-delay: 1s;
}

.emoji-33 {
    top: 40%;
    right: 10%;
    animation: emojiFloat 9.5s ease-in-out infinite, emojiPulse 3s ease-in-out infinite;
    animation-delay: 1.5s, 1s;
}

.emoji-34 {
    bottom: 30%;
    left: 8%;
    animation: emojiFloat 8.5s ease-in-out infinite;
    animation-delay: 2s;
}

.emoji-35 {
    bottom: 20%;
    left: 20%;
    animation: emojiFloat 7.5s ease-in-out infinite, emojiBounce 2.2s ease-in-out infinite;
    animation-delay: 2.5s, 0s;
}

.emoji-36 {
    bottom: 10%;
    right: 15%;
    animation: emojiFloat 9s ease-in-out infinite;
    animation-delay: 3s;
}

.emoji-37 {
    bottom: 40%;
    right: 5%;
    animation: emojiFloat 8s ease-in-out infinite, emojiPulse 2.8s ease-in-out infinite;
    animation-delay: 3.5s, 1.5s;
}

/* Feature Card Emojis */
.feature-card .floating-emoji {
    font-size: 1.5rem;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
}

.emoji-38 {
    animation: emojiFloat 6s ease-in-out infinite, emojiPulse 2s ease-in-out infinite;
    animation-delay: 0s, 0.5s;
}

.emoji-39 {
    animation: emojiFloat 7s ease-in-out infinite, emojiBounce 2.5s ease-in-out infinite;
    animation-delay: 0.8s, 0s;
}

/* Responsive */
@media (max-width: 768px) {
    .header {
        padding: 16px 0;
    }

    .header .container {
        gap: 20px;
        padding: 0 20px;
    }

    .logo-text {
        font-size: 20px;
    }

    .logo-icon {
        width: 32px;
        height: 32px;
    }

    .btn-secondary {
        padding: 10px 20px;
        font-size: 14px;
        white-space: nowrap;
    }

    .hero {
        padding: 40px 0 60px;
    }

    .hero .container {
        padding: 0;
        max-width: 100%;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .hero-text-wrapper {
        gap: 0;
        order: 1;
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }

    .hero-title {
        font-size: 32px;
        white-space: normal;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 0;
    }

    .hero-cta {
        display: none;
    }

    .hero-phone-mockup {
        order: 2;
        margin-top: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: visible;
    }

    .hero-phone-mockup .image-container {
        max-width: 110vw;
        max-height: none;
        width: auto;
        height: auto;
        margin: 0 -5vw;
    }

    .hero-phone-mockup .phone-screenshot {
        max-width: 110vw;
        max-height: none;
        width: 100%;
        height: auto;
    }

    .hero-cta-mobile {
        display: flex;
        justify-content: center;
        order: 3;
        width: 100%;
        margin-top: 20px;
        animation: fadeInUp 1s ease-out 0.5s both;
    }

    .hero-cta-mobile .btn-primary {
        padding: 16px 32px;
        font-size: 18px;
    }

    .section-title {
        font-size: 36px;
    }

    .phone-frame {
        width: min(280px, 85vw);
        height: min(560px, calc(85vw * 2));
        border-radius: 32px;
        padding: 10px;
        animation: float 8s ease-in-out infinite;
    }

    .phone-screen {
        border-radius: 26px;
    }

    .phone-status-bar {
        padding: 10px 16px;
        font-size: 12px;
        min-height: 40px;
    }

    .phone-content {
        padding: 20px 16px;
    }

    .phone-content h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .chat-bubble {
        padding: 10px 14px;
        font-size: 13px;
        max-width: 85%;
    }

    .phone-stats {
        padding-top: 20px;
        gap: 10px;
    }

    .stat-label {
        font-size: 11px;
    }

    .stat-value {
        font-size: 16px;
    }

    .battery-icon {
        width: 20px;
        height: 10px;
    }

    .battery-icon svg {
        width: 20px;
        height: 10px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .audience-grid {
        grid-template-columns: 1fr;
    }

    .waitlist-form {
        flex-direction: column;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .showcase-phone {
        max-width: 350px;
    }

    .floating-emoji {
        font-size: 1.2rem !important;
        opacity: 0.5;
    }

    .image-container .floating-emoji,
    .feature-image .floating-emoji,
    .showcase-phone .floating-emoji {
        font-size: 2.5rem !important;
    }

    .hero .floating-emoji {
        font-size: 1.5rem !important;
    }

    .waitlist .floating-emoji {
        font-size: 1.5rem !important;
    }

    .trust-badges {
        padding: 40px 0;
    }

    .trust-badges-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .trust-badge {
        padding: 24px 20px;
    }

    .trust-badge-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 16px;
    }

    .trust-badge-icon svg {
        width: 28px;
        height: 28px;
    }

    .trust-badge-title {
        font-size: 18px;
    }

    .trust-badge-text {
        font-size: 13px;
    }

    .waitlist-modal-content {
        max-width: 95%;
        padding: 0;
    }

    .waitlist-modal-header {
        padding: 32px 24px;
        padding-top: 50px;
    }

    .waitlist-modal-brand {
        font-size: 32px;
    }

    .waitlist-modal-tagline {
        font-size: 16px;
    }

    .waitlist-modal-body {
        padding: 32px 24px;
    }

    .waitlist-modal-title {
        font-size: 32px;
    }

    .waitlist-modal-description {
        font-size: 14px;
    }

    .waitlist-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .waitlist-feature-card {
        padding: 20px;
    }

    .waitlist-feature-title {
        font-size: 18px;
    }

    .waitlist-feature-description {
        font-size: 13px;
    }

    .ai-food-twin .container {
        padding: 0 20px;
    }

    .tagline-text {
        font-size: 18px;
        margin: 30px 16px;
        line-height: 1.5;
        padding: 0 8px;
    }

    .ai-twin-image {
        margin: 40px auto;
    }

    .inputs-outputs {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 40px;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
        max-width: 100vw;
        padding: 40px 24px;
    }

    .io-column {
        text-align: center;
    }

    .io-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .io-list {
        max-width: 400px;
        margin: 0 auto;
    }

    .io-list li {
        font-size: 15px;
        padding: 10px 0;
        padding-left: 28px;
        text-align: left;
    }

    .social-proof-new .container {
        padding: 0 20px;
    }

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

    .testimonial-card {
        padding: 20px 18px;
    }

    .testimonial-quote {
        font-size: 15px;
        line-height: 1.6;
    }

    .stat-box {
        margin-top: 40px;
        padding: 24px 20px;
    }

    .stat-text {
        font-size: 18px;
        line-height: 1.5;
    }

    .faq .container {
        padding: 0 20px;
    }

    .faq-list {
        margin-top: 40px;
    }

    .faq-item {
        padding: 20px 0;
    }

    .faq-question {
        font-size: 17px;
        padding: 4px;
        margin: -4px;
    }

    .faq-answer p {
        font-size: 15px;
        line-height: 1.6;
    }

    .faq-item.active .faq-answer {
        padding: 16px 0 0 0;
    }

    .footer-accessibility {
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-accessibility p {
        font-size: 13px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .header .container {
        gap: 16px;
        padding: 0 16px;
    }

    .logo-text {
        font-size: 18px;
    }

    .logo-icon {
        width: 28px;
        height: 28px;
    }

    .btn-secondary {
        padding: 8px 16px;
        font-size: 13px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 25px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .hero-text-wrapper {
        gap: 0;
        order: 1;
        width: 100%;
        text-align: center;
        padding: 0 16px;
    }

    .hero-title {
        font-size: 28px;
        white-space: normal;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 0;
    }

    .hero-cta {
        display: none;
    }

    .hero-phone-mockup {
        order: 2;
        margin-top: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: visible;
    }

    .hero-phone-mockup .image-container {
        max-width: 110vw;
        max-height: none;
        width: auto;
        height: auto;
        margin: 0 -5vw;
    }

    .hero-phone-mockup .phone-screenshot {
        max-width: 110vw;
        max-height: none;
        width: 100%;
        height: auto;
    }

    .hero-cta-mobile {
        display: flex;
        justify-content: center;
        order: 3;
        width: 100%;
        margin-top: 20px;
    }

    .hero-cta-mobile .btn-primary {
        padding: 14px 28px;
        font-size: 16px;
    }

    .phone-frame {
        width: min(260px, 90vw);
        height: min(520px, calc(90vw * 2));
        border-radius: 28px;
        padding: 8px;
    }

    .phone-screen {
        border-radius: 22px;
    }

    .phone-status-bar {
        padding: 8px 12px;
        font-size: 11px;
    }

    .phone-content {
        padding: 16px 12px;
    }

    .phone-content h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .chat-bubble {
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 14px;
    }

    .comparison-option {
        font-size: 13px;
        padding: 6px 0;
    }

    .savings {
        font-size: 11px;
    }

    .trust-badges-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .trust-badge {
        padding: 20px 16px;
    }

    .trust-badge-icon {
        width: 48px;
        height: 48px;
    }

    .trust-badge-icon svg {
        width: 24px;
        height: 24px;
    }

    .trust-badge-title {
        font-size: 16px;
    }

    .trust-badge-text {
        font-size: 12px;
    }

    .ai-food-twin .container {
        padding: 0 16px;
    }

    .tagline-text {
        font-size: 16px;
        margin: 24px 12px;
        line-height: 1.4;
    }

    .ai-twin-image {
        margin: 32px auto;
    }

    .inputs-outputs {
        gap: 28px;
        margin-top: 32px;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
        max-width: 100vw;
        padding: 32px 20px;
    }

    .io-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .io-list li {
        font-size: 14px;
        padding: 8px 0;
        padding-left: 24px;
    }

    .social-proof-new .container {
        padding: 0 16px;
    }

    .testimonials-grid {
        gap: 16px;
        margin-top: 32px;
    }

    .testimonial-card {
        padding: 18px 16px;
    }

    .testimonial-quote {
        font-size: 14px;
    }

    .stat-box {
        margin-top: 32px;
        padding: 20px 16px;
    }

    .stat-text {
        font-size: 16px;
    }

    .footer-accessibility {
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-accessibility p {
        font-size: 12px;
        line-height: 1.6;
    }
}

@media (max-width: 360px) {
    .phone-frame {
        width: min(240px, 95vw);
        height: min(480px, calc(95vw * 2));
    }

    .tagline-text {
        font-size: 15px;
        margin: 20px 10px;
    }

    .io-title {
        font-size: 18px;
    }

    .io-list li {
        font-size: 13px;
    }

    .testimonial-quote {
        font-size: 13px;
    }

    .stat-text {
        font-size: 15px;
    }

    .footer-accessibility {
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer-accessibility p {
        font-size: 11px;
        line-height: 1.6;
    }
}