/* Base Styles */
body {
    font-family: 'Satoshi', sans-serif;
    background-color: #d2ecfa;
    background-image: url('assets/bg-image.png');
    background-repeat: repeat;
    background-size: auto;
    opacity: 1;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/bg-image.png');
    background-repeat: repeat;
    opacity: 0.14;
    pointer-events: none;
    z-index: -1;
    background-color: #aad5f8;
}

.gradient-bg {
    background: transparent;
}

/* Utility Classes */
.phone-shadow {
    box-shadow: 0px 8px 24px -3px #1018281A, 0px 8px 24px -3px #1018280D;
}

.btn-hover {
    transition: all 0.3s ease;
}

.btn-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 128, 255, 0.3);
}

.underline-blue {
    text-decoration: underline;
    text-decoration-color: #0080FF;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

/* Animations */
@keyframes scrollUp {
    0% {
        transform: translateY(44px);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        opacity: 1;
    }
    85% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-44px);
        opacity: 0;
    }
}

.text-item.animate {
    animation: scrollUp 3s ease-in-out forwards;
}

/* Typewriter Components */
#typewriter-container {
    position: relative;
    height: 44px;
    overflow: hidden;
    display: inline-block;
    width: 490px;
    line-height: 44px;
    vertical-align: baseline;
    top: 7px;
}

.text-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
}
 
@media (max-width: 768px) {
    /* Scale entire page to 24% for mobile - matches the zoom level that looks perfect */
    html {
        width: 100%;
        overflow-x: hidden;
    }
    
    body {
        transform: scale(0.24);
        transform-origin: 0 0;
        width: 416.67%; /* 100% / 0.24 = 416.67% to maintain proper content width */
        overflow-x: hidden;
    }

    header h1{
        font-size: 150px !important;
        margin-top: 100px !important;
        margin-left : 80px !important;
    }

    .gradient-bg {
        background:
      radial-gradient(140% 160% at 0% 0%, #ffffff 0%, #e9f3ff 35%, transparent 70%),
      radial-gradient(140% 160% at 100% 20%, #ffffff 0%, #d7e9ff 40%, transparent 75%),
      linear-gradient(180deg, #e7f2ff 0%, #cfe4ff 45%, #c3ddff 70%, #e8f3ff 100%);
    background-attachment: fixed;   
    background-repeat: no-repeat;
    background-size: cover;
    }

    .hero-section {
        display: block !important;  
    }
  
    .hero-section-div {
      width: 100% !important;   
      margin-top: 220px !important;
    }

    .hero-section-sub-div{
        margin-right: 200px !important;
    }

    .hero-section-heading {
        width: 1250px !important;
        font-size: 95px !important;
        line-height: 140px !important;
        margin-left: -118px !important;
    }

    #typewriter-container{
        font-size: 77px !important;
        width: 1070px !important;
        height: 67px !important;
        margin-left: 10px !important;
    }
  
    .mockup-image {
      width: 100% !important;       
      margin-top: -1000px !important;
      z-index: 30 !important;   
      position: relative !important;
      right: 95px !important;
    }
  
    .mockup-image .phone-shadow {
      width: 720px !important;   
      height: auto !important;  
      border-radius: 80px;      
      object-fit: cover;
    }

    .email-div {
        margin-top: 600px !important;
        position: relative !important;
        top: 1200px !important;
        right: 80px !important;
        z-index: 30 !important;
        width: 1300px !important;
    }

    .email-head {
        font-size : 54px !important;
    }

    .email-input-group {
        position: relative;
        top: 55px !important;
    }

    .email-input-group input{
        width: 950px !important;
        height: 190px !important;
        font-size: 60px !important;
        margin-left: 30px !important;
        border-radius: 42px !important;
    }

    .email-input-group button {
        width: 420px !important;
        height: 185px !important;
        font-size: 50px !important;
        margin-left: 70px !important;
        border-radius: 42px !important;
    }

    .user-avatar-div {
        position: relative !important;
        top: 100px !important;
        left: 180px !important;
        width: 1200px !important;
        font-size: 100px !important;
    }

    .user-avatar-div div {
        margin-left: 100px !important;
    }

    .indi-user-avatar {
        width: 130px !important;
        height: 130px !important;
    }

    .indi-user-avatar-final {
        width: 130px !important;
        height: 130px !important;
        font-size: 80px !important;
        margin-left: 20px !important;
    }

    .user-avatar-footer {
        font-size: 50px !important;
        position: relative !important;
        right: 60px !important;
        top: 20px !important;
    }

    .studio-section {
        width: 1280px !important;
        left: 84px !important;
        margin-top: 180px !important;
    }

    .studio-section-indi-span {
        width: 1500px !important;
        font-size: 85px !important;
        margin-left: -100px !important;
        margin-top: 90px !important;
    }

    .highlight-img{
        width: 570px !important;
        height: 150px !important;
        margin-left: -190px !important;
        margin-top: -50px !important;
        
    }

    .studio-mockup-div {
        position: relative !important;
        top: 3190px !important;
    }

    .studio-img {
        width: 1000px !important;
        position: relative !important;
        top: 100px !important;
    }

    .studio-img img{
        width: 750px !important;
        margin-left: -100px !important;
    }

    .studio-mockup-heading {
        font-size: 80px !important;
    }

    .robin-action-div {
        position: relative !important;
        top: 3900px !important;
        left: 50px !important;
        height: 3000px !important;
        background: transparent !important;
    }

    .robin-final-footer {
        position: relative !important;
        top: 1800px !important;
    }

    .typewriter-chat-overlay {
        width: 600px !important;
        height: 350px !important;
        margin-top: 320px !important;
        margin-left: -80px !important;
    }

    .typewriter-chat-overlay span{
        font-size: 30px !important;
        height: 150px !important;
    }

    .studio-bottom {
        top: 1196px !important;
        z-index: 20 !important;
        width: 1200px !important;
        margin-left: -130px !important;
      
    }

    .studio-bottom-text {
        font-size: 80px !important;
        line-height: 130px !important;
    }

    .robin-action-heading h2{
        font-size: 90px !important;
    }

    .waveform-div {
        position: relative !important;
        top: 190px !important;
        left: auto !important;
        width: 100vw !important;   
        max-width: none !important;
        margin: 8px 50% 0 !important;   
        transform: translateX(-50%) scaleX(1.8); 
        transform-origin: center;
        display: flex !important;
        justify-content: center;
        height: 28px;            
        overflow: visible;
      }
      
      .ikea-customer-card {
        width: 550px !important;
        height: auto !important;
        margin-top: 140px !important;
        margin-left: -90px !important;
        transform: scale(1.4);
        transform-origin: center;
      }

      .transcript-card {
        transform: scale(1.4);
        transform-origin: center;
        width: 540px !important;
        margin-top: 230px !important;
        margin-left: 160px !important;
      }

      .save-time-section {
        width: 1400px !important;
        margin-left: -210px !important;
        margin-top: 450px !important;
      }

      .save-time-div {
        font-size: 70px !important;
        line-height: 80px !important;
      }

      .waitlist-section {
        position: relative !important;
        top: 650px !important;
        width: 1600px !important;
        right: 300px !important;
        gap: 90px !important;
    }

    .waitlist-heading {
        font-size: 50px !important;
    }

    .waitlist-section input{
        width: 790px !important;
        height: 150px !important;
        font-size: 55px !important;
        margin-left: 30px !important;
        border-radius: 42px !important;
    }

    .waitlist-section button {
        width: 390px !important;
        height: 150px !important;
        font-size: 50px !important;
        margin-left: 30px !important;
        border-radius: 42px !important;
    }

    .waitlist-user-avatar-div {
        position: relative !important;
        top: 60px !important;
        left: 30px !important;
        width: 1200px !important;
        font-size: 100px !important;
    }

    .waitlist-indi-user-avatar {
        width: 130px !important;
        height: 130px !important;
    }

    .waitlist-indi-user-avatar-final {
        width: 130px !important;
        height: 130px !important;
        font-size: 80px !important;
        margin-left: 50px !important;
    }

    .waitlist-user-avatar-footer {
        font-size: 55px !important;
        position: relative !important;
        right: 10px !important;
        top: 40px !important;
    }

    .robin-final-footer {
        z-index: 40 !important;
        width: 1400px !important;
        position: relative !important;
        left: 40px !important;
        top: 3300px !important;
        height: 300px !important;
        background: transparent !important;
    }

    .robin-final-footer-inner-div {
        display: flex !important;
        flex-direction: column !important;
        gap: 50px !important;
        align-items: start !important;
    }

    .robin-legal-div h2{
        font-size: 95px !important;
        margin-left: -80px !important;
    }
    .robin-legal-div p{
       font-size: 45px !important;
       margin-top: 53px !important;
       margin-left: -75px !important;
    }

    .robin-navigation-footer {
        transform: scale(3.0);
        transform-origin: center;
        margin-left: 370px !important;
        margin-top: 100px !important;
    }
    
    
  }
  