/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Figma Design Tokens */
    --orange-200: #FED7AA;
    --orange-500: #F97316;
    --orange-600: #EA580C;
    --orange-100: #FFEDD5;
    --slate-700: #334155;
    --amber-700: #B45309;
    --white: #FFFFFF;
    
    /* Typography */
    --font-quicksand: 'Quicksand', sans-serif;
    --font-quando: 'Quando', serif;
}

body {
    font-family: var(--font-quicksand);
    line-height: 1.6;
    color: var(--slate-700);
    background-color: var(--orange-200);
    overflow-x: hidden;
    min-height: 100vh;
    width: 100%;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 20px 0;
    gap: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    position: relative;
}

/* Logo Container */
.logo-container {
    height: 46px;
    position: relative;
    width: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.logo-icon {
    position: absolute;
    height: 100%;
    width: 100%;
}

/* Main Content */
.main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    flex-shrink: 0;
    width: 100%;
    : 360px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

/* Headline Container */
.headline-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    max-width: 298px;
}

.headline-line {
    display: flex;
    flex-direction: column;
    font-family: var(--font-quicksand);
    font-weight: 700;
    justify-content: center;
    line-height: normal;
    flex-shrink: 0;
    font-size: 32px;
    text-align: center;
    color: var(--slate-700);
    white-space: nowrap;
    align-items: center;
    margin: 0;
}

.headline-text {
    font-family: var(--font-quicksand);
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    color: var(--slate-700);
    text-align: center;
    white-space: nowrap;
    margin: 0;
}

.headline-text-wrapper {
    display: flex;
    flex-direction: column;
    font-family: var(--font-quicksand);
    font-weight: 700;
    justify-content: center;
    line-height: 0;
    flex-shrink: 0;
    text-align: center;
    color: var(--slate-700);
    white-space: nowrap;
    font-size: 32px;
}

.subheadline-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
}

.subheadline-container:last-of-type {
    gap: 12px;
}

.subheadline-inner {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    flex-wrap: wrap;
}

.subheadline-icon {
    overflow: hidden;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipad-icon img {
    position: absolute;
    height: 100%;
    max-width: none;
    width: 100%;
    object-fit: contain;
}

.book-icon img {
    position: absolute;
    top: 4%;
    height: 100%;
    max-width: none;
    width: 100%;
    object-fit: contain;
}

/* Hero Question */
.hero-question {
    font-family: var(--font-quicksand);
    font-weight: 600;
    line-height: normal;
    flex-shrink: 0;
    font-size: 16px;
    text-align: center;
    color: var(--slate-700);
    letter-spacing: -0.096px;
    width: 300px;
    max-width: 100%;
    white-space: pre-wrap;
    margin: 0 auto;
    display: block;
}

/* Button Container */
.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 10px;
}


.cta-button {
    background-color: var(--orange-500);
    border-bottom: 6px solid var(--orange-600);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-style: solid;
    height: 60px;
    border-radius: 60px;
    flex-shrink: 0;
    width: 260px;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px 0 rgba(249, 115, 22, 0.3);
    box-sizing: border-box;
    outline: none;
}


.cta-button:active {
    border-bottom: 3px solid var(--orange-600);
    outline: none;
    transform: translateY(3px);
}

.button-text {
    font-family: var(--font-quicksand);
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: var(--orange-100);
    white-space: pre-wrap;
    margin: 0;
    display: block;
}

/* Features Container */
.features-container {
    display: flex;
    gap: 8px;
    height: 32px;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    overflow: hidden;
    padding: 0 20px;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.shape-icon {
    height: 15.053px;
    flex-shrink: 0;
    width: 16.842px;
}

.shape-icon img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-proof {
    font-family: var(--font-quicksand);
    font-weight: 600;
    line-height: normal;
    flex-shrink: 0;
    font-size: 14px;
    color: var(--amber-700);
    text-align: center;
    letter-spacing: -0.084px;
    margin: 0;
}

/* Illustration Container */
.illustration-container {
    flex-shrink: 0;
    height: 480px;
    width: 100%;
    max-width: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration-image {
    position: absolute;
    inset: 0;
    max-width: none;
    object-position: 50% 50%;
    object-fit: contain;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

/* Responsive Design - Tablet */
@media (min-width: 768px) {
    .page-wrapper {
        padding: 60px 32px 32px;
        max-width: 768px;
        margin: 0 auto;
    }
    
    .logo-container {
        margin-bottom: 24px;
    }
    
    .main-content {
        margin-bottom: 32px;
    }
    
    .button-container {
        margin-bottom: 10px;
    }
    
    
    .features-container {
        margin-bottom: 16px;
    }

    .main-content {
        max-width: 600px;
    }

    .headline-container {
        max-width: 500px;
    }

    .headline-text {
        font-size: 32px;
    }

    .headline-line {
        font-size: 32px;
    }

    .headline-text-wrapper {
        font-size: 32px;
    }

    .hero-question {
        font-size: 16px;
        max-width: 300px;
    }

    .cta-button {
        width: 260px;
        height: 60px;
    }

    .button-inner {
        width: 260px;
        height: 60px;
    }

    .button-text {
        font-size: 20px;
    }
    
    .illustration-container {
    height: 360px;
    }
    
    .illustration-image {
        object-fit: contain;
    }
}

/* Responsive Design - Desktop */
@media (min-width: 1024px) {
    .page-wrapper {
        padding: 80px 60px 60px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .logo-container {
        margin-bottom: 24px;
    }
    
    .main-content {
        margin-bottom: 32px;
    }
    
    .button-container {
        margin-bottom: 10px;
    }
    
    
    .features-container {
        margin-bottom: 32px;
    }

    .main-content {
        max-width: 600px;
    }

    .headline-container {
        max-width: 100%;
    }

    .headline-text {
        font-size: 40px;
    }

    .headline-line {
        font-size: 32px;
    }

    .headline-text-wrapper {
        font-size: 32px;
    }

    .hero-question {
        font-size: 16px;
        max-width: 300px;
    }

    .cta-button {
        width: 260px;
        height: 60px;
    }

    .button-inner {
        width: 260px;
        height: 60px;
    }

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

     .illustration-container {
    height: 480px;
    }
    
    .illustration-image {
        object-fit: contain;
    }
}

/* Responsive Design - Mobile Small */
@media (max-width: 480px) {
    .page-wrapper {
        padding: 30px 16px 0;
        gap: 0;
    }
    
    .logo-container {
        margin-bottom: 24px;
    }
    
    .main-content {
        margin-bottom: 32px;
    }
    
    .button-container {
        margin-bottom: 10px;
    }
    
    
    .features-container {
        margin-bottom: 16px;
    }

    .logo-container {
        height: 45px;
        width: 75px;
    }

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

    .main-content {
        padding: 0 16px;
        gap: 16px;
    }

    .headline-text {
        font-size: 32px;
    }

    .headline-line {
        font-size: 32px;
    }

    .headline-text-wrapper {
        font-size: 32px;
    }

    .subheadline-icon {
        width: 36px;
        height: 36px;
    }

    .hero-question {
        font-size: 16px;
    }

    .cta-button {
        width: 260px;
        max-width: 260px;
        height: 60px;
    }

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

    .illustration-container {
    height: 360px;
    }
    
    .illustration-image {
        object-fit: contain;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}
