body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #da17eb;
    color: white;
    overflow-x: hidden;
    position: relative;
    transition: background 0.5s ease;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

#background-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.logo {
    max-width: 150px;
    display: block;
    margin: 20px 0;
    position: absolute;
    top: 20px;
    left: 20px;
    box-sizing: border-box;
}

.dev-photo {
    max-width: 150px;
    height: auto;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    opacity: 0.9;
    margin: 20px;
    box-sizing: border-box;
}

.dev-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    margin: 20px 0 0 20px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
}

.developer-profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.dev-description {
    max-width: 600px;
    margin: 0 auto 20px;
    font-size: 1.1em;
    line-height: 1.6;
    box-sizing: border-box;
}

.app-logo {
    max-width: 80px;
    margin-right: 20px;
    vertical-align: top;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.app-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    box-sizing: border-box;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
}

.store-button {
    height: 60px;
    width: auto;
    transition: opacity 0.3s;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.header, .steps, .story, .footer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    margin: 0 0 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    margin: 0 0 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.steps {
    position: relative;
    box-sizing: border-box;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.steps-container {
    position: relative;
    width: 60%;
    max-width: 500px;
    margin: 0;
    box-sizing: border-box;
}

.steps-container::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: white;
    z-index: 0;
    box-sizing: border-box;
}

.steps ol {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.steps li {
    position: relative;
    padding: 30px 20px 30px 40px;
    width: 100%;
    text-align: left;
    margin: 0 0 20px;
    font-size: 1.2em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.2);
    white-space: pre-wrap;
    box-sizing: border-box;
}
.steps li:nth-child(1) { content: "1 You send us a message on WhatsApp with a brief idea about the app you want, and some info about you."; }
.steps li:nth-child(2) { content: "2 We respond, and schedule a virtual meeting with you (e.g., on Zoom)."; }
.steps li:nth-child(3) { content: "3 During the meeting, we discuss everything, you get to know us, and we agree on how to move forward."; }
.steps li:nth-child(4) { content: "4 Once we start, we'll have one or more follow-up calls to set things up, then we do the rest."; }
.steps li:nth-child(5) { content: "5 You get your app delivered, and we help or teach you manage everything moving forward."; }

.steps li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    color: #da17eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
    box-sizing: border-box;
}

.steps-images {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-image {
    max-width: 200px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.whatsapp-btn {
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
    padding: 12.5px 18.75px;
    background: linear-gradient(90deg, #25D366, #1a7f5a);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    text-align: left;
    width: 250px;
    min-height: 57px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    box-sizing: border-box;
}

.header .whatsapp-btn {
    background: linear-gradient(90deg, #e74c3c, #c0392b);
}

.whatsapp-btn .whatsapp-icon {
    margin-left: 6.25px;
    height: 1.5em;
    width: 1.5em;
    object-fit: contain;
    vertical-align: middle;
    box-sizing: border-box;
}

.whatsapp-btn span {
    flex: 1;
    white-space: nowrap;
    padding-right: 6.25px;
    font-size: 1.3125em;
    box-sizing: border-box;
}

.whatsapp-btn.alt-color {
    background: linear-gradient(90deg, #e74c3c, #a93226);
}

.whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.story {
    padding: 60px 20px;
    box-sizing: border-box;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}

.site-footer .logo {
    position: static;
    margin-right: 15px;
    box-sizing: border-box;
}

.site-footer p {
    margin: 0;
    font-size: 0.9em;
    box-sizing: border-box;
}

footer {
    padding: 40px 20px;
    box-sizing: border-box;
}

.video-container {
    margin: 20px 0;
    max-width: 100%;
    overflow: hidden;
}

.video-container iframe {
    max-width: 100%;
    width: 100%; /* Force to match container width */
    height: auto;
    aspect-ratio: 16 / 9;
}

@media (max-width: 600px) {
    .logo {
        width: 120px;
        box-sizing: border-box;
    }
    .dev-photo {
        max-width: 120px;
        box-sizing: border-box;
    }
    .app-logo {
        max-width: 60px;
        box-sizing: border-box;
    }
    .header, .steps, .story, .footer {
        padding: 10px;
        max-width: 90vw;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
    }
    h1 {
        font-size: 2.2em;
        box-sizing: border-box;
    }
    h2 {
        font-size: 1.8em;
        box-sizing: border-box;
    }
    .button-container {
        gap: 10px;
        box-sizing: border-box;
    }
    .store-button {
        height: 50px;
        width: auto;
        box-sizing: border-box;
    }
    .dev-description {
        max-height: 90%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .app-logo {
        max-width: 50px;
        box-sizing: border-box;
    }
    .whatsapp-btn {
        min-height: 57px;
        padding: 12.5px 18.75px;
        width: 250px;
        border-radius: 25px;
    }
    .whatsapp-btn .whatsapp-icon {
        height: 1.5em;
        width: 1.5em;
    }
    .whatsapp-btn span {
        font-size: 1.3125em;
    }
    .site-footer {
        flex-direction: column;
        box-sizing: border-box;
    }
    .site-footer .logo {
        margin-right: 0;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    .header {
        padding-top: 120px;
    }
    .logo {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .steps-wrapper {
        flex-direction: column-reverse;
    }
    .steps-images {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .step-image {
        max-width: 33.33%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    /* Phone-specific phone number styling */
    small {
        color: white !important;
        text-decoration: none;
        pointer-events: none;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 375px) {
    .header {
        padding-top: 130px;
    }
    .logo {
        width: 100px;
        top: 5px;
        left: 5px;
    }
    h1 {
        margin-top: 20px;
    }
}