.container {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.header {
    max-width: 1150px;
    margin: 0 auto;
    padding: 35px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    z-index: 100;
}

.header img {
    width: 150px;
}

/* Flexbox center container styles */
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 550px;
    max-width: 1170px;
    margin: 0 auto;
}

.center-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 48px;
    padding: 32px 0;
    border-radius: 16px;
    text-align: left;
}

.emarText h2 {
    font-weight: 500;
    font-size: 62px;
    line-height: 1.1;
    text-align: left;
    margin-top: 0;
    margin-bottom: 13px;
}

.emarText p {
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    color: #B4B4B4;
}

.emarCol {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
    width: 100%;
    justify-content: space-between;
}

.emarText {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.emarImg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emarImg .blobAni{
        position: absolute !important;
    left: 64px;
    top: 110px;
    z-index: 1;
    width: 220px !important;
    height: 220px !important;
}

.emarImg img {
    width: 310px;
    height: auto;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.emarImg::after {
    content: "";
    position: absolute;
    left: 58%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 120px;
    height: 32px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0) 100%);
    filter: blur(11px);
    z-index: 0;
}

/* theme.css - Basic theme styles */
/* Box-sizing reset for all elements */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: 'Red Hat Display', Arial, sans-serif;
    background: #181818;
    color: #eee;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(40, 40, 40, 0.4);
    pointer-events: none;
    z-index: 0;
    width: clamp(150px, 25vw, 400px);
    height: clamp(150px, 25vw, 400px);
}

/* Example circles, adjust size/position as needed */
.circle1 {
    width: 200px;
    height: 200px;
    left: -100px;
    top: 500px;
}

.circle2 {
    width: 200px;
    height: 200px;
    right: -80px;
    top: 180px;
}

.circle3 {
    width: 100px;
    height: 100px;
    left: 66vw;
    top: -46px;
}

.circle4 {
    width: 250px;
    height: 250px;
    right: -80px;
    bottom: 0;
}

.site-footer {
    border-top: 1px solid #2c2c2c;
}
.waitlist-msg {
    width: 300px;
}

.waitlist-form {
    display: flex;
    align-items: center;
    background: #222;
    border-radius: 24px;
    padding: 4px 8px 4px 20px;
    width: 390px;
    margin-top: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.waitlist-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #eee;
    font-size: 16px;
    outline: none;
    padding: 8px 0;
}

.waitlist-input::placeholder {
    color: #aaa;
    font-size: 14px;
    opacity: 1;
}

.waitlist-btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 0px 0 4px;
    display: flex;
    align-items: center;
}

.waitlist-btn svg {
    display: block;
}

.coming-soon {
    display: inline-block;
    background: rgba(40, 40, 40, 0.7);
    border-radius: 24px;
    padding: 8px 20px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #FF5722;
    text-align: center;
    width: 190px;
}

.section2 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.section2-content {
    text-align: center;
    margin-bottom: 32px;
}

.section2-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.section2-content p {
    font-size: 1.15rem;
    color: #ccc;
}

.section2-cols {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.section2-box {
    background: #fff;
    border-radius: 20px;
    padding: 32px 20px;
    flex: 1 1 0;
    min-width: 220px;
    max-width: 340px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    text-align: left;
}

.section2-box h3 {
    font-size: 1.25rem;
    color: #222;
    margin-bottom: 10px;
    text-align: left;
}

.section2-box p {
    font-size: 1rem;
    color: #222;
    text-align: left;
}

.section2-box img,
.section2-box svg {
    width: 60px;
    height: 60px;
}

.section3 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.section3-cols {
    display: flex;
    gap: 48px;
    justify-content: space-between;
    align-items: flex-start;
}

.section3-left {
    flex: 1 1 0;
    min-width: 320px;
}

.section3-right {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.section3-right .browser-window {
    height: auto;
}

.section3-subtitle {
    color: #FF5722;
    font-size: .7rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
    display: inline-block;
    background: rgba(40, 40, 40, 0.7);
    border-radius: 24px;
    padding: 8px 20px;
    /* No width applied, font size unchanged */
}

.section3-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
    margin-top: 0px;
}

.section3-desc {
    color: #ccc;
    margin-bottom: 18px;
}

.code-snippet {
    padding: 20px;
}

.section3-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.section3-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #aaffaa;
    font-size: 1.08rem;
}

.section3-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    color: #4caf50;
    font-size: 1.2em;
}


.browser-window {
    background: #232a36;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    padding: 0;
    margin: 32px auto 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 80%;
    color: #fff;
    font-family: 'Fira Mono', 'Consolas', 'Menlo', monospace;
    font-size: 1rem;
}

.section3-code pre {
    margin: 0;
    background: none;
    color: inherit;
}

.section4 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.section4-content {
    text-align: center;
    margin-bottom: 32px;
}

.section4-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.section4-content p {
    font-size: 1.15rem;
    color: #ccc;
}

.browser-window {
    background: #232a36;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    padding: 0;
    margin: 32px auto 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 80%;
}

.browser-window::before {
    content: '';
    display: block;
    height: 36px;
    width: 100%;
    background: linear-gradient(90deg, #232a36 80%, #232a36 100%);
    border-bottom: 1px solid #222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.browser-window img,
.browser-window video {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 36px;
    border-radius: 0 0 12px 12px;
}

.browser-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 36px;
    background: linear-gradient(90deg, #232a36 80%, #232a36 100%);
    border-bottom: 1px solid #222;
    padding: 0 18px;
    position: relative;
    z-index: 2;
}

.browser-title {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.browser-dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #888;
    display: inline-block;
}

.dot:nth-child(1) {
    background: #ff5252;
}

.dot:nth-child(2) {
    background: #ffeb3b;
}

.dot:nth-child(3) {
    background: #4caf50;
}

.browser-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 32px auto 0 auto;
    width: 80%;
}

.browser-col {
    border-radius: 16px;
    padding: 24px 18px 0;
    text-align: left;
    box-shadow: none;
    background: none;
}

.browser-col h3 {
    font-size: 1.15rem;
    margin-top: 0px;
    margin-bottom: 8px;
    font-weight: 700 !important;
}

.browser-col p {
    font-size: 1rem;
    color: #eee;
    margin: 0;
}

.section5 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 12px 24px;
    text-align: center;
}

.bgChange{
    background-color: #262626;
}

.section5-content {
    text-align: center;
    margin-bottom: 32px;
}

.section5-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.section5-content p {
    font-size: 1.15rem;
    color: #ccc;
}

.section5-cols {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.section5-col {
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 12px 15px;
    text-align: left;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    width: 100%;
}

.section5-col-icon {
    flex-shrink: 0;
}

.section5-col-text {
    flex: 1;
}

.section5-col h3 {
    font-size: 1.15rem;
    color: #222;
    margin: 0px;
    font-weight: 500;
}

.section5-col p {
    color: #222;
    margin: 0;
    font-size: 13px;
}

.section6 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.section6-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.section6-desc {
    font-size: 1.15rem;
    color: #ccc;
    margin-bottom: 32px;
}

.section6 .waitlist-form {
    margin: auto;
}


.section6 .waitlist-input::placeholder {
    color: #aaa;
    opacity: 1;
}


.section6 .waitlist-btn span {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.mic-animated {
    width: 68px;
    height: 68px;
    display: inline-block;
    position: relative;
}

.mic-animated .mic-wave {
    stroke: #2196F3;
    opacity: 0.6;
    transform-origin: 50% 50%;
    animation: mic-wave-anim 1.2s infinite ease-in-out;
}

.mic-animated .mic-wave:nth-child(1) {
    animation-delay: 0s;
}

.mic-animated .mic-wave:nth-child(2) {
    animation-delay: 0.6s;
}

@keyframes mic-wave-anim {
    0% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 0.2; transform: scale(1.15); }
    100% { opacity: 0.6; transform: scale(1); }
}


@media (max-width: 1024px) {
    .center-container,
    .container {
        max-width: 96vw;
        padding-left: 16px;
        padding-right: 16px;
    }
    .center-content,
    .section2-cols,
    .section3-cols,
    .section4-content,
    .section5-cols {
        flex-direction: column !important;
        gap: 24px !important;
        align-items: stretch !important;
    }
    .emarImg {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    .section2-box,
    .section5-col {
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 auto 24px auto !important;
    }
}

@media (max-width: 900px) {
    .section2-cols {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .section2-box {
        max-width: 100%;
    }

    .section3-cols {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .section3-code {
        max-width: 100%;
    }
    
    .browser-col {
        padding: 24px 0px 0;
    }
    
    .browser-window{
        width: 100%;
    }
    
    .waitlist-form{
        width: 100%;
    }

    .browser-cols {
        grid-template-columns: 1fr;
        gap: 18px;
        margin: 24px 0 0 0;
        width: 100%;
    }

    .section5-cols {
        grid-template-columns: 1fr;
        gap: 18px;
        margin: 24px 0 0 0;
        width: 100%;
    }
}

@media (max-width: 600px) {
    body {
        padding: 0 !important;
    }
    .center-container,
    .container {
        max-width: 100vw;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .browser-col h3{
        font-size: 20px;
    }
    
    .emarImg .blobAni {
        position: absolute !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -63%);
    }

    .header{
        padding: 20px 30px 0;
    }
    .center-content,
    .section2-cols,
    .section3-cols,
    .section4-content,
    .section5-cols {
        flex-direction: column !important;
        gap: 16px !important;
        align-items: stretch !important;
    }
    .emarImg {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    .section2-box,
    .section5-col {
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 auto 16px auto !important;
        padding: 16px 8px !important;
    }
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.1em !important;
    }
    .mic-animated {
        width: 48px !important;
        height: 48px !important;
    }
    .emarCol {
        flex-direction: column !important;
        gap: 16px !important;
        align-items: stretch !important;
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .section2-content h2,
    .section3-title,
    .section4-content h2,
    .section5-content h2,
    .section6-title, 
    .emarText h2 {
        font-size: 28px !important;
    }
    .section2-content p,
    .section3-desc,
    .section4-content p,
    .section5-content p,
    .section6-desc {
        font-size: 18px !important;
    }
    .bg-circle {
        display: none !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important;
}

.animate-reveal {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.animate-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}