@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Roboto:wght@400;500;700;900&family=Inter:wght@400;500;600;700;800;900&family=Pacifico&display=swap');

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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1a1a2e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* ============ ANNOUNCEMENT BAR ============ */
.announcement-bar {
    background: #1800ca;
    padding: 12px 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.announcement-bar a {
    color: #fff;
    text-decoration: underline;
}

.announcement-bar a:hover {
    text-decoration: none;
}

.announcement-bar .mobile-text {
    display: none;
}

/* ============ SUB ANNOUNCEMENT BAR ============ */
.sub-announcement-bar {
    background: #1e2836;
    padding: 12px 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

/* ============ HERO SECTION ============ */
.hero {
    background: #fff;
    padding: 40px 24px 50px;
    text-align: center;
}

.hero-content {
    max-width: 1080px;
    margin: 0 auto;
}

.hero-preheadline {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #1a1a2e;
    margin-bottom: 24px;
    line-height: 1.4;
}

.hero-headline {
    font-family: 'Roboto', sans-serif;
    font-size: 68px;
    font-weight: 900;
    line-height: 1.15;
    color: #000;
    margin-bottom: 20px;
    font-style: normal;
}

.hero-headline em {
    font-style: italic;
}

.highlight-underline {
    text-decoration: underline;
    text-decoration-color: #f5c842;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}

.highlight-quotes {
    text-decoration: underline;
}

.hero-subheadline {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 30px;
    background: #ffffda;
    padding: 12px 16px;
    display: inline-block;
    border-radius: 15px;
}

.hero-video {
    max-width: 720px;
    margin: 0 auto 30px;
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #000;
    background: #000;
}

.hero-cta-text {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
    line-height: 1.6;
}

.hero-cta-text span {
    background: #E4FEF1;
    padding: 4px 12px;
    border-radius: 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.cta-button {
    display: inline-block;
    background: #23009b;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 100px;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-sub {
    font-size: 22px;
    font-weight: 400;
    color: #e2e1e1;
}

.hero-special-offer {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: #ffda4a;
    border: none;
    border-radius: 20px;
    padding: 10px 24px;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.5;
}

/* ============ CHARACTERS SECTION ============ */
.characters-section {
    background: linear-gradient(180deg, #f0faf5 0%, #f5fcf8 50%, #fff 100%);
    padding: 60px 24px 70px;
    text-align: center;
    position: relative;
}

.characters-content {
    max-width: 920px;
    margin: 0 auto;
}

/* Utility */
.text-blue {
    color: #1a6bc4;
}

/* Testimonials Row */
.testimonials-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

.testimonial {
    text-align: center;
}

.testimonial .stars {
    margin-bottom: 8px;
}

.testimonial .stars img {
    height: 22px;
    width: auto;
}

.testimonial p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
}

/* Characters Heading */
.characters-heading-wrap {
    background: #eef5ee;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 12px;
    margin-bottom: 28px;
}

.characters-heading {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 1.1;
}

.characters-heading .text-gold {
    color: #b48300;
    font-weight: 800;
}

.characters-heading em {
    font-style: italic;
}

/* Bullets */
.characters-bullets {
    margin-bottom: 40px;
    text-align: left;
    display: inline-block;
}

.characters-bullets p {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 1.8;
}

.characters-bullets .text-blue {
    color: #2a49e4;
    font-weight: 700;
}

/* Avatar Grid */
.avatar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.avatar-card {
    text-align: center;
}

.avatar-video-thumb {
    position: relative;
    border: 6px solid #000;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}

.avatar-video-thumb .wistia_swatch,
.avatar-video-thumb .wistia_swatch img {
    object-fit: cover !important;
    filter: none !important;
}

.avatar-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.avatar-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: rgba(26, 107, 196, 0.85);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.avatar-name {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #c8960c;
    margin-top: 10px;
}

/* ============ FEATURES HIGHLIGHT SECTION ============ */
.features-highlight-section {
    background: linear-gradient(135deg, #e8f8f2 0%, #f0fbf6 50%, #e4f7ef 100%);
    padding: 70px 24px;
    position: relative;
}

.features-highlight-content {
    max-width: 1100px;
    margin: 0 auto;
}

.features-highlight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.feature-highlight-card {
    text-align: center;
}

.feature-badge {
    display: inline-block;
    background: #fde68a;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 15px;
    margin-bottom: 16px;
}

.feature-tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
}

.feature-squiggle {
    width: 120px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.feature-screenshot {
    border: 3px solid #1a1a2e;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 18px;
}

.feature-screenshot img {
    width: 100%;
    display: block;
}

.feature-description {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    line-height: 1.7;
    margin: 16px 0 18px;
    text-align: left;
}

.feature-powered {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555;
}

.powered-label {
    font-weight: 500;
}

.powered-badge {
    font-size: 13px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    color: #fff;
}

.badge-kling {
    background: #6c3be8;
}

.badge-veo {
    background: #1a73e8;
}

/* ============ USE CASES SECTION ============ */
.usecases-section {
    background: #fff;
    padding: 60px 24px 70px;
}

.usecases-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.usecases-heading {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

/* Use Case Row */
.usecase-row {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 50px;
}

.usecase-row.row-reverse {
    flex-direction: row-reverse;
}

.usecase-video {
    flex: 0 0 300px;
}

.usecase-video-thumb {
    border: 6px solid #000;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}

.usecase-video-thumb img {
    width: 100%;
    display: block;
}

.usecase-text {
    flex: 1;
    position: relative;
    text-align: left;
}

.usecase-text h2,
.usecase-text h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.usecase-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #444;
    line-height: 1.4;
}

.usecase-arrow {
    width: 160px;
    height: auto;
    margin-top: 10px;
    display: block;
}

.usecase-row.row-reverse .usecase-arrow {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.usecases-down-arrow {
    width: 160px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
    .announcement-bar {
        font-size: 18px;
    }

    .announcement-bar .desktop-text {
        display: none;
    }

    .announcement-bar .mobile-text {
        display: inline;
    }

    .sub-announcement-bar {
        font-size: 18px;
    }

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

    .hero-headline {
        font-size: 28px;
    }

    .hero-subheadline {
        font-size: 15px;
    }

    .cta-button {
        font-size: 22px;
        padding: 16px 30px;
    }

    .cta-sub {
    font-size: 15px;
    }

    .hero-cta-text {
        font-size: 15px;
    }

    .hero-special-offer {
        font-size: 18px;
    }

    .testimonials-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .characters-heading {
        font-size: 22px;
    }

    .characters-heading-wrap {
        padding: 12px 20px;
    }

    .characters-bullets p {
        font-size: 18px;
    }

    .avatar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .avatar-name {
        font-size: 16px;
    }

    .usecases-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .usecase-row,
    .usecase-row.mobile-reverse {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .usecase-video {
        flex: 0 0 auto;
        width: 250px;
    }

    .usecase-arrow {
        display: none;
    }

    .usecase-text h2,
    .usecase-text h3 {
        font-size: 28px;
    }

    .usecase-text p {
        font-size: 20px;
    }

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

    .feature-badge {
        font-size: 18px;
    }

    .feature-tagline {
        font-size: 18px;
    }

    .howto-step {
        flex-direction: column;
        gap: 20px;
    }

    .howto-step.howto-step-reverse {
        flex-direction: column;
        gap: 20px;
    }

    .howto-step-media {
        flex: 0 0 auto;
        width: 100%;
    }

    .howto-step-text h3 {
        font-size: 18px;
    }
}

/* ============ FOOTER ============ */
.site-footer {
    background: #e8e8e8;
    padding: 50px 24px 40px;
    text-align: center;
}

.footer-content {
    max-width: 860px;
    margin: 0 auto;
}

.footer-disclaimer {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #a5a5a5;
    line-height: 1.7;
    margin-bottom: 32px;
}

.footer-logo {
    margin-bottom: 14px;
}

.footer-logo img {
    height: 52px;
    width: auto;
    display: inline-block;
}

.footer-copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 16px;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.footer-links a {
    color: #2a5bd7;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links span {
    color: #999;
}

@media (max-width: 768px) {
    .footer-disclaimer {
        font-size: 12px;
    }

    .footer-logo img {
        height: 40px;
    }

    .footer-links {
        font-size: 13px;
        gap: 4px;
    }
}

/* ============ GUARANTEE SECTION ============ */
.guarantee-section {
    background: #eef1f8;
    padding: 70px 24px 80px;
}

.guarantee-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.guarantee-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #000;
    background: #f5f0d8;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 8px;
    margin-bottom: 48px;
    line-height: 1.2;
}

.guarantee-body {
    display: flex;
    align-items: center;
    gap: 60px;
    text-align: left;
    margin-bottom: 40px;
}

.guarantee-text {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.guarantee-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 1.6;
}

.guarantee-seal {
    flex: 0 0 50%;
    text-align: center;
}

.guarantee-seal img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.guarantee-footer {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 768px) {
    .guarantee-heading {
        font-size: 26px;
        padding: 10px 18px;
    }

    .guarantee-body {
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    .guarantee-text {
        gap: 16px;
    }

    .guarantee-text p {
        font-size: 16px;
    }

    .guarantee-seal {
        flex: 0 0 auto;
    }

    .guarantee-seal img {
        width: 160px;
    }

    .guarantee-footer {
        font-size: 16px;
    }
}

/* ============ PRICING TABLE SECTION ============ */
.pricing-table-section {
    background: #fff;
    padding: 70px 24px 80px;
    text-align: center;
}

.pricing-table-content {
    max-width: 600px;
    margin: 0 auto;
}

.pricing-table-heading {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
}

.pricing-table-sub {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.pricing-box {
    background: #fff6e5;
    border-radius: 20px;
    padding: 36px 40px 20px;
    text-align: center;
}

.pricing-logo-wrap {
    margin-bottom: 24px;
}

.pricing-logo {
    height: 60px;
    width: auto;
    display: block;
    margin: 0 auto 6px;
}

.pricing-unlimited {
    font-family: 'Pacifico', cursive;
    font-size: 26px;
    font-weight: 400;
    color: #fa5d00;
    line-height: 1;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pricing-features li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pf-title {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}

.pf-desc {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
}

.pricing-total-value {
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: #000;
    margin: 20px 0 16px;
    background: #E4FEF1;
    display: inline-block;
    padding: 6px 24px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .pricing-table-heading {
        font-size: 28px;
    }

    .pricing-table-sub {
        font-size: 17px;
    }

    .pricing-box {
        padding: 24px 20px 30px;
    }

    .pf-title {
        font-size: 22px;
    }

    .pf-desc {
        font-size: 20px;
    }

    .pricing-total-value {
        font-size: 28px;
    }
}

/* ============ FAQ SECTION ============ */
.faq-section {
    background: #fff;
    padding: 70px 24px 80px;
}

.faq-content {
    max-width: 1100px;
    margin: 0 auto;
}

.faq-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: #0a1a5c;
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.2;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
    align-items: start;
}

.faq-col {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.faq-q {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    object-fit: contain;
}

.faq-a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .faq-heading {
        font-size: 28px;
        margin-bottom: 36px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .faq-col {
        gap: 28px;
    }

    .faq-col + .faq-col {
        margin-top: 28px;
    }

    .faq-q {
        font-size: 17px;
    }

    .faq-a {
        font-size: 15px;
    }
}

/* ============ PRICING CTA SECTION ============ */
.pricing-cta-section {
    background: #f5faff;
    padding: 60px 24px 70px;
    text-align: center;
}

.pricing-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.pricing-cta-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.2;
}

.pricing-ribbon {
    margin: -15px auto 28px;
}

.pricing-ribbon img {
    max-width: 480px;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .pricing-cta-heading {
        font-size: 26px;
    }

    .pricing-ribbon img {
        max-width: 320px;
    }
}

/* ============ WHAT HAPPENS SECTION ============ */
.whathappens-section {
    background: #f0fdf8;
    background-image: radial-gradient(circle, #b2d8cc 1px, transparent 1px);
    background-size: 28px 28px;
    padding: 70px 24px 80px;
    text-align: center;
}

.whathappens-content {
    max-width: 920px;
    margin: 0 auto;
}

.whathappens-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 50px;
}

.whathappens-highlight {
    font-weight: 900;
    color: #0a1a5c;
    background: #c8eef5;
    padding: 2px 10px;
    border-radius: 6px;
}

.whathappens-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 20px;
}

.wh-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wh-label {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    line-height: 1.5;
    padding: 18px 22px;
    border-radius: 14px;
    text-align: center;
    width: 100%;
}

.wh-label-green {
    background: #d6f5e3;
}

.wh-label-blue {
    background: #dceeff;
}

.wh-img-wrap {
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wh-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


@media (max-width: 768px) {
    .whathappens-heading {
        font-size: 28px;
    }

    .whathappens-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .wh-label {
        font-size: 22px;
    }

    .wh-img-wrap {
        width: 180px;
        height: 180px;
    }
}

/* ============ WHY SECTION ============ */
.why-section {
    background: #f0fdf8;
    background-image: radial-gradient(circle, #b2d8cc 1px, transparent 1px);
    background-size: 28px 28px;
    padding: 70px 24px 80px;
    text-align: center;
}

.why-content {
    max-width: 1100px;
    margin: 0 auto;
}

.why-heading-wrap {
    display: inline-block;
    background: #d4f0f0;
    border-radius: 10px;
    padding: 14px 40px;
    margin-bottom: 36px;
}

.why-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
}

.why-logo {
    margin-bottom: 0;
}

.why-logo img {
    height: 70px;
    width: auto;
}

.why-arrow {
    margin: 0 auto;
    max-width: 700px;
}

.why-arrow img {
    width: 100%;
    height: auto;
    display: block;
}

.why-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    text-align: left;
    margin-top: 0;
}

.why-col-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.3;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.why-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
}

.why-col-before .why-list li {
    color: #cc0000;
}

.why-col-after .why-list li {
    color: #111;
}

@media (max-width: 768px) {
    .why-heading {
        font-size: 26px;
    }

    .why-heading-wrap {
        padding: 12px 20px;
    }

    .why-logo img {
        height: 48px;
    }

    .why-columns {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .why-col-heading {
        font-size: 22px;
    }

    .why-list li {
        font-size: 17px;
    }

    .why-arrow {
        display: none;
    }
}

/* ============ HOW TO SECTION ============ */
.howto-section {
    background: #fff;
    padding: 70px 24px;
}

.howto-content {
    max-width: 1100px;
    margin: 0 auto;
}

.howto-headline {
    text-align: center;
    margin-bottom: 40px;
}

.howto-headline-img {
    max-width: 800px;
    width: 100%;
    height: auto;
}

.howto-main-video {
    text-align: center;
    margin-bottom: 64px;
}

.howto-demo-video-wrap {
    max-width: 760px;
    margin: 0 auto;
    border-radius: 16px;
    border: 6px solid #1a1a2e;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.howto-steps {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.howto-step {
    display: flex;
    align-items: center;
    gap: 48px;
}

.howto-step-reverse {
    flex-direction: row-reverse;
}

.howto-step-text {
    flex: 1;
    min-width: 0;
}

.howto-step-text h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.howto-step-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #444;
    line-height: 1.4;
}

.howto-list {
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

.howto-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #444;
    line-height: 1.5;
}

.howto-step-media {
    flex: 1;
    min-width: 0;
}

.howto-step-media img {
    width: 100%;
    border-radius: 12px;
    border: 4px solid #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
}

.howto-step-media .wistia_responsive_padding {
    border-radius: 12px;
    border: 4px solid #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.howto-step-4 .howto-step-media img {
    width: 50%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 768px) {
    .studio-create-text {
        font-size: 38px !important;
    }
}
