/* ==========================================
   RESPONSIVE - MOBILE (360px - 767px)
   Desktop-first approach
   ========================================== */

/* ==========================================
   MAIN MOBILE BREAKPOINT (<768px)
   ========================================== */
@media (width <= 767px) {
    /* CSS Variables */
    :root {
        --container-padding: 24px;
        --section-spacing: 50px;
    }

    /* ==========================================
       HEADER - MOBILE
       ========================================== */
    .site-header .header-actions {
        display: none !important;
    }

    .site-header .header-container {
        justify-content: space-between;
        padding: 12px 16px;
    }

    .site-header .header-logo {
        flex: 1;
    }

    .site-header .mobile-menu-toggle {
        display: flex !important;
    }

    /* ==========================================
       HERO SECTION - MOBILE
       ========================================== */
    .hero-screen {
        padding: 40px var(--container-padding);
        min-height: auto;
        height: auto;
        padding-top: 32px;
        padding-bottom: 32px;
        background: linear-gradient(to top, #fff, #f9fafb);
    }

    .hero-container {
        flex-direction: column;
        gap: 32px;
    }

    .content-block {
        max-width: 100%;
        padding-top: 0;
        display: contents;
    }

    .heading-section {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 1;
        gap: 16px;
    }

    .main-heading {
        gap: 12px;
    }

    .heading-highlight {
        font-size: 32px;
    }

    .main-heading h2 {
        font-size: 32px;
    }

    .button-wrapper {
        margin-top: 8px;
    }

    .subtitle br {
        display: none;
    }

    .image-block {
        display: none;
    }

    .ratings-section {
        flex-flow: row wrap;
        justify-content: center;
        gap: 8px;
        order: 3;
        height: auto;
        width: 100%;
        margin-top: 8px;
    }

    .rating-item {
        width: auto;
        min-width: 100px;
        padding: 8px 12px;
    }

    .rating-item .rating-logo img {
        width: 24px;
        height: 24px;
    }

    .rating-item .rating-score {
        font-size: 12px;
    }

    .rating-item .rating-name img {
        height: 12px;
        width: 82px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-subtitle br {
        display: none;
    }

    /* ==========================================
       TYPES SECTION - MOBILE
       ========================================== */
    .types-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .type-card {
        padding: 24px;
    }

    .type-card-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .card-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    .card-description br {
        display: none;
    }

    /* ==========================================
       SERVICES SECTION - MOBILE
       ========================================== */
    .services-title {
        font-size: 32px;
    }

    .services-container {
        padding: 30px 20px;
    }

    .services-tags {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .services-description p {
        display: inline;
    }

    /* ==========================================
       SEO SECTION - MOBILE
       ========================================== */
    .seo-outer-container {
        padding: 24px;
    }

    .seo-inner-container {
        padding: 24px 16px;
    }

    .seo-heading {
        flex-direction: column;
        gap: 12px;
    }

    .seo-title {
        font-size: 32px;
    }

    .seo-block-title {
        font-size: 20px;
    }

    /* ==========================================
       WRITERS SECTION - MOBILE
       ========================================== */
    .writers-title {
        font-size: 36px;
    }

    .writers-content {
        width: 100%;
    }

    .writers-filter {
        flex-wrap: wrap;
        justify-content: center;
    }

    .writer-cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .writer-card {
        width: calc(50% - 10px);
        min-width: 300px;
    }

    /* ==========================================
       CTA SECTION - MOBILE
       ========================================== */
    .cta-title {
        font-size: 36px;
    }

    .cta-form {
        flex-direction: column;
        gap: 16px;
    }

    .cta-input,
    .cta-submit-btn {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    /* ==========================================
       TESTIMONIALS SECTION - MOBILE
       ========================================== */
    .testimonials-title {
        font-size: 36px;
    }

    .testimonials-cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .testimonial-card {
        width: calc(50% - 10px);
        min-width: 300px;
    }

    /* ==========================================
       BENEFITS SECTION - MOBILE
       ========================================== */
    .benefits-title {
        font-size: 36px;
    }

    .benefits-cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .benefit-card {
        width: calc(50% - 10px);
        min-width: 280px;
    }

    .trust-guarantees {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    /* ==========================================
       HOW IT WORKS SECTION - MOBILE ACCORDION
       ========================================== */
    .how-it-works-section {
        padding: 40px var(--container-padding);
        flex-direction: column;
        gap: 24px;
    }

    .how-it-works-title {
        font-size: 24px;
        text-align: center;
        width: 100%;
    }

    .how-it-works-title br {
        display: none;
    }

    .how-it-works-container {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .how-it-works-content {
        width: 100%;
        gap: 20px;
        align-items: center;
    }

    .order-form-screenshot {
        display: none !important;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .progress-bar-wrapper {
        display: none !important;
    }

    .progress-bar-track {
        display: none;
    }

    .steps-container-inner {
        width: 100%;
        gap: 0;
    }

    .steps-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .step-item {
        padding: 14px 16px;
        border: 1px solid var(--color-stroke);
        border-radius: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: border-color 0.3s ease, background-color 0.3s ease;
        flex-direction: column;
        gap: 0;
        opacity: 1;
    }

    .step-item:last-child {
        margin-bottom: 0;
    }

    .step-item .step-title,
    .step-item .step-title ol,
    .step-item .step-title ol li {
        color: var(--color-dark);
    }

    .step-item.active {
        border-color: var(--color-yellow);
        background-color: #fffbee;
    }

    .step-title {
        font-size: 15px;
        margin: 0;
    }

    .step-title ol {
        margin: 0;
        padding-left: 20px;
    }

    .step-description {
        display: none;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid var(--color-stroke);
        font-size: 13px;
        line-height: 1.5;
    }

    .step-item.active .step-description {
        display: block;
    }

    /* ==========================================
       FAQ SECTION - MOBILE
       ========================================== */
    .faq-section {
        padding: 32px 16px;
    }

    .faq-heading {
        gap: 24px;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-subtitle {
        font-size: 20px;
        line-height: 1.4;
    }

    .faq-content {
        flex-direction: column;
        gap: 32px;
        padding: 0;
    }

    .faq-questions {
        order: 1;
        width: 100%;
        gap: 30px;
        display: flex;
        flex-direction: column;
    }

    .faq-support-card {
        order: 2;
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        padding: 48px 24px;
        border-radius: 24px;
    }

    .faq-group {
        padding: 24px;
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }

    .faq-group-title {
        font-size: 20px;
    }

    .faq-question-text {
        font-size: 16px;
    }

    .faq-support-title {
        font-size: 20px;
    }

    .faq-support-description {
        font-size: 16px;
    }

    .faq-support-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-faq-chat,
    .btn-faq-email {
        width: 100%;
        justify-content: center;
    }

    .faq-group-title {
        font-size: 20px;
    }

    .faq-question-text {
        font-size: 16px;
    }

    /* ==========================================
       ARTICLES SECTION - MOBILE
       ========================================== */
    .articles-section {
        padding: 32px 16px;
        gap: 32px;
    }

    .articles-heading {
        text-align: center;
    }

    .articles-title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .articles-subtitle {
        font-size: 16px;
        line-height: 1.75;
        padding: 0;
    }

    .articles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .article-card {
        padding: 24px;
        border-radius: 24px;
    }

    .article-card .article-image {
        height: 200px;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .article-card .article-title {
        font-size: 18px;
        line-height: 1.33;
        margin-bottom: 12px;
    }

    .article-excerpt {
        font-size: 16px;
        line-height: 1.5;
    }

    .article-card .article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 26px;
    }

    .article-card .article-author,
    .article-card .article-date {
        gap: 8px;
    }

    .article-card .article-author span,
    .article-card .article-date span {
        font-size: 16px;
    }

    .article-link {
        font-size: 16px;
    }

    .btn-view-articles {
        width: 100%;
        max-width: 343px;
        padding: 12px 32px;
        font-size: 16px;
    }

    /* ==========================================
       CTA FOOTER SECTION - MOBILE
       ========================================== */
    .cta-footer-section {
        padding: 32px 16px;
    }

    .cta-footer-card {
        padding: 48px 24px;
        padding-bottom: 255px;
        border-radius: 24px;
        max-width: 343px;
        margin: 0 auto;
    }

    .cta-footer-title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .cta-footer-hint {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }

    .cta-footer-input-group {
        flex-direction: column;
    }

    .cta-footer-input-wrapper {
        max-width: 100%;
    }

    .cta-footer-btn {
        width: 100%;
    }

    .cta-footer-image {
        width: 280px;
        height: 240px;
    }

    .cta-footer-person {
        width: 240px;
        bottom: 50px;
    }

    .cta-footer-dialog {
        left: auto;
        right: -10px;
        width: 80px;
        height: 80px;
    }

    /* ==========================================
       FOOTER SECTION - MOBILE
       ========================================== */
    .site-footer {
        padding: 60px 16px;
    }

    .footer-container {
        max-width: 100%;
    }

    .footer-options {
        flex-direction: column;
        gap: 88px;
    }

    .footer-columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 48px !important;
    }

    .footer-column {
        width: 100% !important;
        min-width: 100% !important;
    }

    .footer-social-apps {
        flex-direction: column;
        gap: 48px;
        align-items: flex-start;
    }

    .footer-social {
        align-items: flex-start;
    }

    .footer-apps {
        justify-content: flex-start;
    }

    .footer-guarantee {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .guarantee-item span {
        font-size: 20px;
    }

    .footer-apps {
        flex-direction: row;
    }

    /* ==========================================
       POLICY SECTION - MOBILE
       ========================================== */
    .policy-section {
        padding: 32px 0 60px;
    }

    .policy-title {
        font-size: 36px;
    }

    .policy-subheading {
        font-size: 20px;
    }

    .table-of-contents {
        display: none;
    }

    /* ==========================================
       ABOUT US PAGE - MOBILE
       ========================================== */
    .about-hero {
        padding: 20px 20px 40px;
    }

    .about-hero-title {
        font-size: 42px;
    }

    .about-hero-text {
        font-size: 16px;
    }

    .about-hero-content {
        gap: 40px;
    }

    .about-text-section {
        padding: 40px 20px 20px;
    }

    .about-text-container {
        padding: 24px;
    }

    .about-text-inner{
        align-items: center;
        flex-direction: column;
    }

    .about-text-icon {
        width: 60px;
        height: 60px;
    }

    .about-text-title {
        font-size: 28px;
        text-align: center;
    }

    .about-numbers {
        padding: 20px 20px 0;
    }

    .about-number-card {
        width: 100%;
    }

    .about-features {
        padding: 60px 0;
    }

    .about-features-header {
        padding: 0 20px;
    }

    .about-features-title {
        font-size: 28px;
    }

    .about-features-subtitle {
        font-size: 16px;
    }

    .about-features-container {
        padding: 0 20px;
    }

    .about-feature-card {
        width: 100%;
    }

    .about-stats-cards {
        padding: 0 16px 60px;
    }

    .about-stats-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .about-stat-card {
        width: 100%;
        max-width: 95%;
        background-color: var(--color-yellow-light);
        border: 1px solid var(--color-yellow);
        border-radius: 10px;
        padding: 32px 4px;
        text-align: center;
    }

    .about-stat-card .stat-text {
        font-family: var(--font-body);
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5;
        color: var(--color-text);
    }

    .about-reasons {
        padding: 0;
        background-color: var(--color-white);
    }

    .about-reasons-header {
        text-align: center;
        margin-bottom: 32px;
        padding: 0 16px;
    }

    .about-reasons-title {
        font-size: 32px;
        font-weight: 900;
    }

    .about-reasons-container {
        padding: 0 16px 30px;
    }

    .about-reasons-content {
        background-color: var(--color-yellow-light);
        border: 1px solid var(--color-yellow);
        border-radius: 24px;
        padding: 32px 16px 0;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .about-reasons-list {
        position: static;
        transform: none;
        left: auto;
        top: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: none;
    }

    .about-reason-card {
        padding: 16px;
        background-color: var(--color-white);
        border: 1px solid var(--color-yellow);
        border-radius: 24px;
    }

    .about-reason-card .reason-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .about-reason-card .reason-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .about-reasons-image {
        position: static;
        width: 291px;
        height: 244px;
        overflow: hidden;
        right: auto;
        bottom: auto;
    }

    .about-reasons-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    /* ==========================================
       REVIEWS PAGE - MOBILE
       ========================================== */
    .reviews-hero {
        padding: 40px 20px 0;
    }

    .reviews-hero-container {
        flex-direction: column;
        gap: 0;
    }

    .reviews-hero-content {
        max-width: 100%;
        gap: 32px;
        margin-bottom: 31px;
    }

    .reviews-hero-text {
        gap: 24px;
    }

    .reviews-hero-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .reviews-hero-subtitle {
        font-size: 20px;
        line-height: 1.4;
        max-width: 100%;
    }

    .reviews-hero-cta .btn-primary {
        width: 100%;
        height: 56px;
        padding: 16px 32px;
    }

    /* Image Section - Mobile */
    .reviews-hero-image-wrapper {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 31px;
        margin-left: 32px;
    }

    .reviews-hero-blob {
        position: relative;
        width: calc(100% - 32px);
        height: 298px;
        border-radius: 18px 18px 0 0;
    }

    .reviews-hero-image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 32px);
        height: 343px;
        object-fit: contain;
        object-position: bottom center;
    }

    /* Rating Badges - Mobile */
    .reviews-rating-badge {
        transform: scale(0.55);
        transform-origin: top left;
    }

    .reviews-rating-cheapestessay,
    .reviews-rating-reviewsio {
        transform-origin: top right;
    }

    .reviews-rating-cheapestessay {
        top: 120px;
        right: 40px;
        left: auto;
    }

    .reviews-rating-sitejabber {
        top: 180px;
        left: 10px;
        right: auto;
    }

    .reviews-rating-reviewsio {
        top: 240px;
        right: 80px;
        left: auto;
    }

    .reviews-testimonials {
        padding: 40px 20px;
    }

    .reviews-testimonials-title {
        font-size: 28px;
    }

    .reviews-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .reviews-overall-rating {
        flex-direction: column;
        gap: 8px;
    }

    .reviews-cta-expert {
        padding: 32px 16px 60px;
    }

    .reviews-cta-expert-container {
        width: 100%;
        padding: 32px 24px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        min-height: auto;
    }

    .reviews-cta-expert-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        text-align: left;
    }

    .reviews-cta-expert-title {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }

    .reviews-cta-expert-text {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .reviews-cta-expert-content .btn-primary {
        width: 100%;
    }

    .reviews-cta-expert-image {
        display: block;
        position: relative;
        right: auto;
        bottom: auto;
        width: 295px;
        height: 248px;
    }

    .reviews-cta-expert-image img {
        width: 371px;
        height: auto;
        max-width: none;
        position: relative;
        left: -40px;
    }

    .reviews-seo {
        padding: 40px 20px;
    }

    .reviews-seo-content {
        padding: 24px;
    }

    .reviews-seo-inner {
        padding: 20px;
        max-height: 350px;
    }

    /* ==========================================
       CONTACTS PAGE - MOBILE
       ========================================== */
    .contact-hero {
        padding: 40px 20px;
    }

    .contact-hero-container {
        gap: 40px;
    }

    .contact-hero-title {
        font-size: 32px;
    }

    .contact-card-text {
        font-size: 20px;
    }

    .contact-form-section {
        padding: 40px 20px;
    }

    .contact-form-card {
        padding: 24px;
    }

    .contact-form-title {
        font-size: 28px;
    }

    /* ==========================================
       COUPONS PAGE - MOBILE
       ========================================== */
    .coupons-hero,
    .coupons-cards-section,
    .coupons-how-it-works,
    .coupons-cta-section,
    .coupons-testimonials,
    .coupons-seo-section,
    .coupons-cta-card-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .coupons-faq-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .coupons-hero-title {
        font-size: 32px;
    }

    .coupons-hero-subtitle {
        font-size: 16px;
    }

    .coupons-how-title,
    .coupons-cta-title,
    .coupons-testimonials-title,
    .coupons-faq-title,
    .coupons-cta-card-heading h2 {
        font-size: 32px;
    }

    .coupons-cta-container {
        padding: 60px 24px;
    }

    .coupons-seo-columns {
        flex-direction: column;
    }

    .coupons-seo-progress {
        display: none;
    }

    .coupons-cta-card-buttons {
        flex-direction: column;
    }

    .cta-card-btn-primary,
    .cta-card-btn-secondary {
        width: 100%;
        text-align: center;
    }

    .faq-support-buttons {
        flex-direction: column;
        width: 100%;
    }

    .faq-btn-chat,
    .faq-btn-email {
        width: 100%;
        justify-content: center;
    }

    .coupons-overall-rating {
        flex-wrap: wrap;
        text-align: center;
    }

    /* Coupons New Styles */
    .coupons-hero {
        padding: 40px var(--container-padding);
    }

    .coupons-hero-title {
        font-size: 36px;
    }

    .coupons-hero-subtitle p {
        font-size: 16px;
    }

    .coupons-stats {
        flex-direction: column;
        width: 100%;
    }

    .coupons-stat-card {
        width: 100%;
        justify-content: center;
    }

    .coupon-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        padding-top: 32px;
    }

    .coupon-content {
        max-width: 100%;
    }

    .coupon-actions {
        width: 100%;
    }

    .coupons-how-it-works {
        padding: 60px var(--container-padding);
    }

    .coupons-how-title {
        font-size: 32px;
    }

    .coupons-how-subtitle {
        font-size: 16px;
    }

    .coupons-steps-container{
        flex-direction: column;
    }

    .coupons-step-card {
        flex-direction: column;
        text-align: center;
    }

    .coupons-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .coupons-btn-order,
    .coupons-btn-prices {
        width: 100%;
    }

    .coupons-dialog-badge {
        display: none;
    }

    /* ==========================================
       SAMPLES PAGE - MOBILE
       ========================================== */
    .samples-categories-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .samples-hero-content h1 {
        font-size: 36px;
    }

    .samples-categories-heading h2,
    .samples-popular-heading h2,
    .samples-cta-order-card h2 {
        font-size: 32px;
    }

    .samples-hero-text p,
    .samples-categories-heading p,
    .samples-popular-heading p {
        font-size: 16px;
    }

    .topic-pill {
        width: 100%;
    }

    .samples-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .samples-cta-buttons .btn-primary,
    .btn-secondary-outline {
        width: 100%;
        max-width: 300px;
    }

    .samples-hero-container,
    .samples-latest-container,
    .samples-categories-container,
    .samples-popular-container,
    .samples-cta-order-container {
        padding: 24px;
    }

    .samples-categories,
    .samples-popular,
    .samples-cta-order {
        padding: 0;
    }

    .samples-cta-order-card {
        padding: 32px 24px;
    }

    .category-links {
        max-height: 140px;
    }

    /* ==========================================
       SERVICE PAGE - MOBILE
       ========================================== */
    .service-hero {
        padding: 20px;
    }

    .service-hero-heading h1 {
        font-size: 32px;
    }

    .service-hero-content {
        gap: 40px;
    }

    .service-hero-heading {
        gap: 32px;
    }

    .service-hero-ratings {
        gap: 20px;
    }

    .service-hero-image {
        max-width: 400px;
    }

    .hero-stats-card,
    .hero-no-ai-card {
        display: none;
    }

    .features-section {
        padding: 60px 0;
    }

    .features-grid {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .feature-card {
        width: 100%;
        max-width: 420px;
    }

    .features-heading h2,
    .text-content h2,
    .video-text h2 {
        font-size: 28px;
    }

    /* ==========================================
       TEXT + FREE FEATURES SECTION - MOBILE
       ========================================== */
    .text-features-section {
        padding: 32px 16px 12px;
    }

    .text-features-container {
        flex-direction: column;
        gap: 24px;
    }

    .text-content {
        width: 100%;
        gap: 16px;
        text-align: left;
    }

    .text-content h2 {
        font-size: 32px;
        font-weight: 900;
        line-height: 1.2;
    }

    .text-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .free-features-card {
        width: 100%;
        max-width: 343px;
        padding: 32px 24px;
        gap: 32px;
        margin: 0 auto;
    }

    .free-features-title {
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }

    .features-list {
        gap: 12px;
    }

    .feature-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 4px 12px;
        border-radius: 50px;
        background-color: #fbfbfc;
    }

    .original-price {
        min-width: auto;
        padding: 4px 12px;
        font-size: 16px;
        border-radius: 50px;
    }

    .feature-name {
        text-align: right;
        font-size: 16px;
    }

    .free-features-cta {
        width: 100%;
        padding: 16px 32px;
        border-radius: 50px;
    }

    .video-section {
        padding: 32px 16px;
        border-radius: 24px;
    }

    .video-container {
        flex-direction: column;
        gap: 36px;
    }

    .video-content {
        width: 100%;
        max-height: 336px;
        text-align: left;
        align-items: stretch;
        gap: 24px;
    }

    .video-text {
        gap: 32px;
    }

    .video-text h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .video-text p {
        font-size: 16px;
        line-height: 1.5;
    }

    .video-cta {
        width: 100%;
        height: 56px;
        border-radius: 50px;
    }

    .video-wrapper {
        width: 100%;
        height: 321px;
        border-radius: 24px;
        background-color: var(--color-bg-blue);
    }

    /* ==========================================
       ESSAY CATEGORY PAGE - MOBILE
       ========================================== */
    .breadcrumb,
    .essay-category-hero,
    .cta-blue-section,
    .essay-seo-content,
    .cta-talk-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .essay-category-heading h1 {
        font-size: 36px;
    }

    .essay-category-count h2 {
        font-size: 20px;
    }

    .cta-blue-card h2,
    .essay-seo-content h2,
    .cta-talk-card h2 {
        font-size: 32px;
    }

    /* Essay category layout mobile */
    .essay-category-container {
        flex-direction: column;
        gap: 32px;
    }

    .essay-category-content {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    /* Sidebar full width on mobile */
    .essay-category-sidebar {
        flex: none;
        max-width: 100%;
        width: 100%;
        gap: 32px;
    }

    /* Related section mobile */
    .related-topics-card {
        width: 100%;
    }

    .related-topics-card h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .related-topics-tags {
        gap: 20px;
    }

    .topic-tag {
        padding: 8px 16px;
        font-size: 16px;
    }

    /* Plagiarism checker mobile */
    .plagiarism-checker-card {
        width: 100%;
    }

    .plagiarism-checker-content {
        gap: 16px;
    }

    .plagiarism-text h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .cta-talk-input-group {
        flex-direction: column;
    }

    .cta-talk-input-wrapper {
        flex: none;
        max-width: 100%;
    }

    .cta-blue-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-blue-buttons .btn-primary,
    .cta-blue-buttons .btn-secondary-outline {
        width: 100%;
        max-width: 300px;
    }

    .cta-talk-card {
        padding: 32px 24px;
        padding-bottom: 250px;
    }

    .cta-talk-image {
        width: 280px;
        height: 250px;
    }

    /* ==========================================
       BLOG PAGE - MOBILE
       ========================================== */
    .blog-hero {
        padding: 24px 16px 0;
    }

    .blog-hero-container {
        gap: 32px;
    }

    .blog-hero-heading {
        gap: 32px;
        text-align: center;
    }

    .blog-hero-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .blog-hero-subtitle {
        font-size: 20px;
        line-height: 1.4;
    }

    .blog-hero-subtitle br {
        display: none;
    }

    .blog-hero-search {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .blog-search-input-wrapper {
        width: 100%;
    }

    .blog-search-input {
        width: 100%;
        height: 56px;
    }

    .blog-search-btn {
        width: 100%;
        height: 56px;
        border-radius: 50px;
    }

    .blog-content {
        padding: 32px 16px;
    }

    .blog-content-container {
        flex-direction: column;
        gap: 32px;
    }

    /* Sidebar comes first on mobile */
    .blog-sidebar {
        flex-direction: column;
        gap: 32px;
        order: -1;
        width: 100%;
    }

    /* Categories card - show as list on mobile */
    .blog-categories {
        width: 100%;
        padding: 24px;
        border: 1px solid var(--color-stroke, #dcddec);
        border-radius: 8px;
        background: #fff;
    }

    .blog-categories-header {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .blog-categories-title {
        font-size: 20px;
    }

    .blog-categories-divider {
        width: 100%;
        height: 1px;
        background: var(--color-stroke, #dcddec);
    }

    .blog-categories-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .blog-category-item {
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        padding: 4px 12px;
        border-radius: 8px;
        color: var(--color-navy-blue, #1e1437);
    }

    .blog-category-item.active {
        background-color: var(--color-yellow-light, #fffbee);
        padding: 8px 12px;
    }

    .blog-categories-select {
        display: none;
    }

    /* CTA card */
    .blog-cta-card {
        width: 100%;
        padding: 48px 24px;
        border-radius: 24px;
    }

    .blog-cta-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .blog-cta-btn {
        width: 100%;
        padding: 16px 32px;
        border-radius: 50px;
    }

    /* Main blog content area */
    .blog-main {
        width: 100%;
    }

    .blog-articles-grid {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        gap: 20px;
        width: 100%;
    }

    /* Article cards */
    .blog-article-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 24px;
        border: 1px solid var(--color-yellow, #fac115);
        border-radius: 10px;
        gap: 12px;
        box-sizing: border-box;
    }

    .blog-article-image {
        width: 100% !important;
        height: 200px;
        border-radius: 10px;
        overflow: hidden;
    }

    .blog-article-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-article-info {
        gap: 26px;
    }

    .blog-article-text {
        padding: 12px 0;
        border-bottom: 1px solid #f4f6f8;
        gap: 12px;
    }

    .blog-article-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .blog-article-excerpt {
        font-size: 16px;
        line-height: 1.5;
    }

    .blog-article-meta {
        flex-wrap: wrap;
        gap: 8px 16px;
    }

    .blog-article-author,
    .blog-article-date {
        gap: 8px;
    }

    .blog-article-author span,
    .blog-article-date span {
        font-size: 16px;
    }

    .blog-article-link {
        font-size: 16px;
        gap: 8px;
    }

    /* More button */
    .blog-more-wrapper {
        width: 100%;
        margin-top: 12px;
    }

    .blog-more-btn {
        width: 100%;
        padding: 16px 32px;
        border-radius: 50px;
    }

    /* ==========================================
       BLOG ARTICLE PAGE - MOBILE
       ========================================== */
    .breadcrumbs {
        padding: 24px 16px 0;
    }

    .breadcrumbs-container {
        flex-wrap: wrap;
        gap: 8px;
    }

    .breadcrumb-item {
        font-size: 20px;
        line-height: 1.4;
    }

    .breadcrumb-separator {
        font-size: 20px;
    }

    .article-page {
        padding: 32px 16px 60px;
    }

    .article-container {
        flex-direction: column;
        gap: 32px;
    }

    .article-main {
        max-width: 100%;
        width: 100%;
    }

    .article-sidebar {
        width: 100%;
        flex-direction: column;
        gap: 32px;
        position: static;
    }

    .related-articles {
        padding: 60px 16px;
    }

    /* Article Title - 36px on mobile */
    .article-page .article-title {
        font-size: 36px;
        line-height: 1.2;
    }

    /* Article Hero Image */
    .article-hero-image {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
    }

    .article-hero-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /* Article Meta */
    .article-page .article-meta {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 24px;
    }

    .article-page .article-meta-item {
        gap: 8px;
    }

    .article-page .article-meta-item span {
        font-size: 16px;
    }

    .article-body h2 {
        font-size: 24px;
        margin-top: 32px;
    }

    .article-body h3 {
        font-size: 20px;
    }

    .article-body p {
        font-size: 20px;
        line-height: 1.4;
    }

    .article-body ul,
    .article-body ol {
        font-size: 20px;
        line-height: 1.4;
        padding-left: 20px;
    }

    /* Article Tables - horizontal scroll */
    .article-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 24px -16px;
        padding: 0 16px;
    }

    .article-table {
        min-width: 366px;
        font-size: 16px;
    }

    .article-table th,
    .article-table td {
        padding: 8px 16px;
        white-space: nowrap;
    }

    .article-table-3col {
        min-width: 600px;
    }

    /* Article Note */
    .article-note {
        font-size: 16px;
        padding: 16px;
    }

    /* Article Example */
    .article-example {
        font-size: 16px;
        padding: 16px;
    }

    /* Article CTA Banner */
    .article-cta-banner {
        padding: 24px;
        border-radius: 24px;
        text-align: center;
    }

    .article-cta-heading {
        font-size: 32px;
        line-height: 1.2;
    }

    .article-cta-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .article-cta-button {
        width: 100%;
        max-width: 181px;
        padding: 16px 32px;
    }

    /* Article Author Card */
    .article-author-card {
        padding: 24px;
        border-radius: 24px;
    }

    .author-card-header {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        margin-bottom: 19px;
    }

    .author-card-info {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .author-avatar,
    .author-avatar img:first-child {
        width: 96px;
        height: 96px;
    }

    .author-verified {
        left: 67px;
        top: 76px;
    }

    .author-name {
        font-size: 16px;
        line-height: 1.5;
    }

    .author-title {
        font-size: 14px;
        line-height: 1.5;
    }

    .author-bio {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 19px;
    }

    .author-hire-btn {
        padding: 8px 32px;
    }

    .author-socials {
        display: flex;
        gap: 16px;
    }

    /* Sidebar - TOC and Free Features */
    .sidebar-toc {
        gap: 0;
        padding: 24px;
        border-radius: 24px;
    }

    .sidebar-toc,
    .sidebar-features-card {
        min-width: 100%;
        width: 100%;
    }

    .toc-title {
        font-size: 20px;
    }

    .toc-item {
        font-size: 16px;
        padding: 8px 12px;
    }

    .toc-item.active {
        padding: 8px 12px;
    }

    /* Free Features Card */
    .sidebar-features-card {
        padding: 24px;
        border-radius: 24px;
    }

    .sidebar-features-card .free-features-title {
        font-size: 20px;
        text-align: left;
    }

    .sidebar-features-card .free-features-title p:first-child {
        font-size: 16px;
    }

    .feature-row {
        padding: 4px 12px;
    }

    .original-price {
        font-size: 16px;
    }

    .feature-name {
        font-size: 16px;
    }

    /* TOC Toggle - visible on mobile */
    .toc-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: transparent;
        border: none;
        cursor: pointer;
        color: var(--color-dark);
        padding: 0;
        flex-shrink: 0;
    }

    .toc-toggle svg {
        transition: transform 0.3s ease;
    }

    .toc-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        margin: 0;
    }

    .toc-divider {
        display: none;
    }

    .sidebar-toc .toc-items {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .sidebar-toc.expanded .toc-items {
        max-height: 500px;
    }

    .sidebar-toc.expanded .toc-toggle svg {
        transform: rotate(180deg);
    }

    .article-sidebar.sidebar-moved {
        margin-bottom: 24px;
    }

    .related-heading {
        font-size: 28px;
    }

    .article-card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    /* ==========================================
       HOW IT WORKS PAGE - MOBILE
       ========================================== */
    .how-it-works-page-section {
        padding: 40px var(--container-padding) 60px;
    }

    .how-it-works-page-title {
        font-size: 32px;
    }

    .how-it-works-page-container {
        gap: 32px;
    }

    .how-it-works-steps-container {
        gap: 20px;
    }

    .how-it-works-steps {
        gap: 0;
    }

    .how-it-works-progress-bar {
        height: auto;
        min-height: 200px;
    }

    .how-it-works-step .step-title ol {
        font-size: 20px;
    }

    .how-it-works-step .step-description {
        font-size: 14px;
        width: 100%;
    }

    .how-it-works-form-preview .form-preview-bg {
        height: 280px;
    }

    .how-it-works-form-preview .form-preview-card {
        padding: 16px;
    }
}

/* ==========================================
   SMALL MOBILE BREAKPOINT (480px)
   ========================================== */
@media (width <= 767px) {
    /* CSS Variables */
    :root {
        --container-padding: 16px;
        --section-spacing: 32px;
    }

    h2 {
        font-size: 32px !important;
    }

    .hero-screen h2 {
        font-size: 36px !important;
    }

    .logo-full {
        height: 24px;
        width: 188px;
    }

    .nav-link,
    .action-link,
    .btn-primary {
        font-size: 14px;
    }

    .btn-primary {
        padding: 12px 24px;
    }

    .main-heading h2 {
        font-size: 28px;
    }

    .subtitle {
        font-size: 14px;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .card-title {
        font-size: 18px;
    }

    .card-description {
        font-size: 14px;
    }

    /* Services Section */
    .services-heading {
        padding: 0 16px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .services-title {
        font-size: 32px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .services-main-title {
        font-size: 20px;
    }

    .services-price {
        font-size: 18px;
    }

    .services-tags {
        grid-template-columns: 1fr;
    }

    .services-tag {
        padding: 8px 16px;
    }

    .services-tag span {
        font-size: 14px;
    }

    .services-tabs {
        flex-direction: row;
        gap: 0;
    }

    .services-tab {
        border-bottom: 1px solid var(--color-stroke);
        padding: 8px 6px;
        font-size: 14px;
    }

    .services-tab-active {
        background-color: transparent;
        border-bottom: 1px solid var(--color-dark);
    }

    /* SEO Section */
    .seo-heading {
        flex-direction: row;
        gap: 8px;
    }

    .seo-title {
        font-size: 24px;
    }

    .seo-icon {
        width: 30px;
        height: 38px;
    }

    .seo-columns-wrapper {
        flex-direction: column;
    }

    .seo-outer-container {
        padding: 16px;
    }

    .seo-inner-container {
        padding: 20px 12px;
    }

    .seo-block-title {
        font-size: 18px;
    }

    .seo-block-text,
    .seo-list {
        font-size: 14px;
    }

    /* Writers Section */
    .writers-title {
        font-size: 32px;
        line-height: 1.18;
    }

    .writers-subtitle {
        font-size: 16px;
        line-height: 1.75;
    }

    .writers-content {
        width: 100%;
        gap: 32px;
    }

    .writers-filter {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .filter-btn {
        width: 100%;
        padding: 16px 24px;
    }

    /* Writers Carousel - horizontal swipe */
    .writers-carousel-wrapper {
        overflow: hidden;
        width: calc(100% - 32px);
        padding: 0;
        margin: 0 16px;
        box-sizing: border-box;
    }

    .writer-cards {
        display: flex !important;
        flex-flow: row nowrap !important;
        gap: 16px;
        width: max-content;
        transition: transform 0.4s ease-out;
        padding: 8px 0;
    }

    .writer-card {
        flex: 0 0 calc(100vw - 48px) !important;
        width: calc(100vw - 48px) !important;
        max-width: 312px;
        min-width: 280px;
        padding: 12px !important;
        gap: 12px !important;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .writers-pagination {
        display: flex !important;
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
    }

    .writer-avatar {
        width: 100%;
        height: 140px !important;
        max-height: 140px;
        border-radius: 8px;
    }

    .writer-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .writer-discipline {
        font-size: 11px;
        padding: 3px 8px;
        top: 8px;
        right: 8px;
    }

    .writer-name {
        font-size: 16px;
    }

    .writer-info {
        padding: 0;
        width: 100%;
        gap: 12px !important;
    }

    .writer-details {
        align-items: center;
        width: 100%;
        gap: 6px;
    }

    .writer-name-rating {
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .writer-rating {
        font-size: 14px;
    }

    .writer-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        width: 100%;
        margin-top: 6px;
    }

    .stat-box {
        width: calc(50% - 3px);
        text-align: center;
        padding: 6px 4px;
        background-color: var(--color-gray-light, #f8f9fa);
        border-radius: 6px;
    }

    .stat-value {
        font-size: 13px;
    }

    .writer-card .btn-hire {
        padding: 8px 16px;
        font-size: 12px;
    }

    .stat-label {
        font-size: 9px;
    }

    .hire-btn {
        width: 100%;
        margin-top: 10px;
    }

    .view-all-btn {
        width: 100%;
    }

    /* CTA Section */
    .cta-section {
        padding: var(--section-spacing) var(--container-padding);
    }

    .cta-container {
        text-align: center;
        padding: 32px 16px;
    }

    .cta-icon {
        width: 100px;
        height: 100px;
        margin: 0 auto 16px;
    }

    .cta-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .cta-heading {
        margin-bottom: 24px;
    }

    .cta-title {
        font-size: 28px;
        line-height: 1.18;
        margin-bottom: 12px;
    }

    .cta-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .cta-form {
        width: 100%;
        max-width: none;
    }

    .cta-input-wrapper {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: none;
    }

    .cta-input-field {
        width: 100%;
        max-width: none;
    }

    .cta-input-field input {
        width: 100%;
        padding: 16px 20px;
        box-sizing: border-box;
    }

    .cta-button {
        width: 100%;
        padding: 16px 24px;
        box-sizing: border-box;
    }

    .cta-disclaimer {
        font-size: 12px;
        text-align: center;
        margin-top: 12px;
    }

    /* Testimonials Section */
    .testimonials-section {
        padding: var(--section-spacing) var(--container-padding);
    }

    .testimonials-heading {
        text-align: center;
        padding: 0 16px;
    }

    .testimonials-title {
        font-size: 28px;
        line-height: 1.18;
    }

    .testimonials-container {
        flex-direction: column;
        gap: 24px;
    }

    .review-badges {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        gap: 12px;
        margin-top: 10px;
    }

    .review-badge {
        width: auto;
        padding: 12px 16px;
    }

    /* Pagination dots for mobile slider */
    .testimonials-pagination {
        display: flex !important;
        justify-content: center;
        gap: 8px;
        margin-top: 16px;
    }

    .testimonials-pagination .testimonial-dot {
        width: 10px !important;
        height: 10px !important;
        min-width: 10px;
        min-height: 10px;
        padding: 0 !important;
        border-radius: 50%;
        background-color: var(--color-stroke);
        border: none;
        cursor: pointer;
    }

    .testimonials-pagination .testimonial-dot.active {
        background-color: var(--color-yellow);
    }

    /* Testimonial Cards Wrapper for Carousel */
    .testimonials-cards-wrapper {
        overflow: hidden;
        width: 100%;
        padding-left: 16px;
    }

    /* Testimonial Cards - horizontal sliding carousel */
    .testimonial-cards {
        display: none !important;
        flex-flow: row nowrap !important;
        gap: 16px;
        width: max-content;
        min-height: auto !important;
        height: auto !important;
        transition: transform 0.4s ease-out;
    }

    .testimonial-cards.active {
        display: flex !important;
    }

    .testimonial-card {
        flex: 0 0 calc(100vw - 64px) !important; /* Narrower cards with more side padding */
        width: calc(100vw - 64px) !important;
        max-width: calc(100vw - 64px);
        padding: 20px;

        /* Override mobile slider styles from main.css */
        display: flex !important;
        flex-direction: column;
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
    }

    .testimonial-name p {
        font-size: 16px;
    }

    .testimonial-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .testimonial-date p {
        font-size: 12px;
    }

    .testimonials-footer {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .overall-rating {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        align-items: center;
    }

    .overall-rating p {
        font-size: 14px;
    }

    .testimonials-button {
        width: 100%;
        max-width: 343px;
    }

    /* Benefits Section */
    .benefits-section {
        padding: var(--section-spacing) var(--container-padding);
    }

    .benefits-heading {
        text-align: center;
    }

    .benefits-title {
        font-size: 28px;
        line-height: 1.18;
    }

    .benefits-subtitle {
        font-size: 14px;
        line-height: 1.75;
    }

    .benefits-subtitle p {
        display: inline;
    }

    .benefits-container {
        gap: 16px;
    }

    .benefit-card {
        width: 100%;
        padding: 24px 16px;
        text-align: center;
    }

    .benefit-header {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .benefit-icon {
        margin: 0 auto;
    }

    .benefit-title {
        font-size: 18px;
        text-align: center;
    }

    .benefit-description {
        font-size: 14px;
        text-align: center;
    }

    .benefits-buttons {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .benefits-button {
        width: 100%;
        justify-content: center;
    }

    .benefits-guarantee {
        display: none;
    }

    /* How It Works */
    .how-it-works-section {
        padding: var(--section-spacing) var(--container-padding);
    }

    .how-it-works-title {
        font-size: 32px;
    }

    /* Types Section */
    .types-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .type-card {
        padding: 24px;
    }

    .type-card-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .card-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    /* FAQ Section */
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 28px;
    }

    .faq-heading {
        padding: 0 20px;
    }

    .faq-support-card {
        padding: 24px 16px;
    }

    .faq-group {
        padding: 16px;
    }

    .faq-item {
        padding: 0 8px;
    }

    /* Articles Section */
    .articles-section {
        padding: 60px 0;
    }

    .articles-title {
        font-size: 28px;
    }

    .article-card {
        padding: 16px;
    }

    .article-image {
        height: 160px;
    }

    /* CTA Footer Section */
    .cta-footer-section {
        padding: 60px 0;
    }

    .cta-footer-card {
        padding: 24px 16px;
        padding-bottom: 250px;
        margin: 0 16px;
    }

    .cta-footer-title {
        font-size: 28px;
        text-align: center;
    }

    .cta-footer-input {
        height: 48px;
    }

    .cta-footer-btn {
        height: 48px;
        padding: 12px 24px;
    }

    .cta-footer-hint {
        font-size: 16px;
        text-align: center;
        margin-bottom: 24px;
    }

    .cta-footer-image {
        width: 300px;
        height: auto;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .cta-footer-person {
        width: 260px;
        position: relative;
        inset: 0 auto 0 50%;
        transform: translateX(-50%);
    }

    .cta-footer-dialog {
        left: auto;
        right: -5px;
        top: 20px;
        width: 60px;
        height: 48px;
    }

    /* Footer Section - additional styles */
    .payment-icons {
        gap: 5px;
        flex-wrap: wrap;
    }

    .payment-icon {
        width: 47px;
        height: 32px;
    }

    .footer-badges {
        flex-direction: row;
        align-items: center;
    }

    /* Policy Section */
    .policy-section {
        padding: 24px 0 48px;
    }

    .policy-title {
        font-size: 28px;
    }

    .policy-subheading {
        font-size: 18px;
    }

    .policy-list {
        margin-left: 20px;
    }

    /* About Us Page */
    .about-hero-title {
        font-size: 32px;
    }

    .about-hero-text {
        font-size: 14px;
    }

    .about-hero-ratings {
        flex-direction: column;
        gap: 16px;
    }

    .about-text-title {
        font-size: 24px;
    }

    .about-number-card .number-value {
        font-size: 28px;
    }

    .about-features-title {
        font-size: 24px;
    }

    .about-feature-title {
        font-size: 20px;
    }

    .about-reasons-title {
        font-size: 32px;
    }

    /* Contacts Page */
    .contact-hero-title {
        font-size: 28px;
    }

    .contact-cards{
        flex-direction: column;
    }

    .contact-card {
        padding: 24px;
        width: 100%;
    }

    .contact-card-icon {
        width: 80px;
        height: 60px;
    }

    .contact-card-text {
        font-size: 18px;
    }

    .contact-form-title {
        font-size: 24px;
    }

    .contact-input,
    .contact-textarea {
        padding: 10px 16px;
        border-radius: 16px;
    }

    .contact-textarea {
        height: 120px;
    }

    .btn-dark {
        width: 100%;
        text-align: center;
    }

    /* Coupons Page */
    .coupons-hero-title {
        font-size: 28px;
    }

    .coupon-card-name h3 {
        font-size: 20px;
    }

    .coupons-how-card-title,
    .coupons-testimonial-card .testimonial-name,
    .faq-support-content h3,
    .coupons-faq-group .faq-group-header h3 {
        font-size: 20px;
    }

    .coupons-faq-group .faq-question span {
        font-size: 16px;
    }

    .coupons-cta-card {
        padding: 24px;
    }

    .coupons-faq-support-card {
        padding: 24px;
    }

    .coupon-title {
        font-size: 20px;
    }

    .coupons-how-title {
        font-size: 28px;
    }

    .coupons-step-title {
        font-size: 20px;
    }

    /* Samples Page */
    .samples-hero-content h1 {
        font-size: 28px;
    }

    .samples-categories-heading h2,
    .samples-popular-heading h2,
    .samples-cta-order-card h2 {
        font-size: 24px;
    }

    .category-title {
        font-size: 18px;
    }

    .category-links li a {
        font-size: 14px;
    }

    .category-links {
        max-height: 150px;
    }

    /* Service Page */
    .service-hero-heading h1 {
        font-size: 28px;
    }

    .service-hero-subtitle {
        font-size: 16px;
    }

    .service-hero-ratings {
        flex-direction: column;
        align-items: center;
    }

    .features-heading h2,
    .video-text h2 {
        font-size: 24px;
    }

    .feature-card h3 {
        font-size: 20px;
    }

    /* Essay Category Page */
    .essay-category-heading h1 {
        font-size: 28px;
    }

    .cta-blue-card h2,
    .essay-seo-content h2,
    .cta-talk-card h2 {
        font-size: 24px;
    }

    .essay-category-content {
        gap: 32px;
    }

    .breadcrumb-list {
        font-size: 14px;
        flex-wrap: wrap;
    }

    .cta-talk-image {
        width: 220px;
        height: 200px;
    }

    /* Blog Page - Small Mobile */
    .blog-hero-title {
        font-size: 36px;
    }

    .blog-article-title {
        font-size: 20px;
    }

    .blog-categories-title,
    .blog-cta-title {
        font-size: 20px;
    }

    .blog-article-card {
        padding: 24px;
    }

    /* Blog Article Page */
    .breadcrumbs-container {
        flex-wrap: nowrap;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

    .breadcrumb-item.current {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

    .article-title {
        font-size: 24px;
    }

    .article-meta {
        flex-flow: row wrap;
        align-items: center;
        gap: 16px;
    }

    .article-meta-item span {
        font-size: 14px;
    }

    .article-meta-item .meta-icon {
        width: 16px;
        height: 16px;
    }

    .article-body h2 {
        font-size: 20px;
    }

    .article-table th,
    .article-table td {
        padding: 12px 16px;
        font-size: 14px;
    }

    .article-cta-button {
        width: 100%;
    }

    .features-price-crossed {
        font-size: 28px;
    }

    .features-price-free {
        font-size: 20px;
    }

    /* How It Works Page */
    .how-it-works-page-title {
        font-size: 28px;
    }

    .how-it-works-steps-container {
        gap: 16px;
    }

    .how-it-works-progress-bar {
        display: none;
    }

    .how-it-works-step .step-title ol {
        font-size: 18px;
    }

    .how-it-works-form-preview .form-preview-bg {
        height: 220px;
    }

    .how-it-works-form-preview .form-preview-card {
        margin-left: 10px;
        margin-top: 10px;
        padding: 12px;
    }

    /* ==========================================
       SERVICE RELATED SECTION - MOBILE
       ========================================== */
    .service-related {
        padding: 60px 0;
    }

    .service-related-container {
        padding: 0 16px;
    }

    .service-related-heading {
        margin-bottom: 32px;
    }

    .service-related-heading h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .service-related-heading p {
        font-size: 16px;
    }

    .service-related-grid {
        gap: 12px;
    }

    .service-pill {
        width: 100%;
    }
}

/* ==========================================
   EXTRA SMALL MOBILE BREAKPOINT (375px)
   ========================================== */
@media (width <= 767px) {
    :root {
        --container-padding: 16px;
        --section-spacing: 32px;
        --section-gap: 32px;
        --heading-gap: 24px;
    }
}

/* ==========================================
   APP PAGE - MOBILE STYLES
   ========================================== */
@media (max-width: 767px) {
    /* App Hero */
    .app-hero {
        padding: 32px 16px 0;
    }

    .app-hero-container {
        gap: 24px;
    }

    .app-hero-title {
        font-size: 32px;
    }

    .app-hero-title br {
        display: none;
    }

    .app-hero-subtitle {
        font-size: 16px;
    }

    .app-hero-subtitle br {
        display: none;
    }

    .app-hero-form {
        flex-direction: column;
        width: 100%;
    }

    .app-hero-input-wrapper {
        width: 100%;
    }

    .app-hero-btn {
        width: 100%;
    }

    /* App Benefits */
    .app-benefits {
        padding: 60px 16px;
    }

    .app-benefits-container {
        gap: 32px;
    }

    .app-benefits-title {
        font-size: 28px;
    }

    .app-benefits-content {
        flex-direction: column;
        padding: 24px 16px;
        min-height: auto;
    }

    .app-benefits-phone {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 220px;
        margin-bottom: 24px;
    }

    .app-benefits-list {
        margin-left: 0;
        max-width: 100%;
        gap: 16px;
    }

    .app-benefit-card {
        padding: 16px;
        gap: 12px;
        flex-direction: column;
        text-align: center;
    }

    .app-benefit-icon {
        width: 40px;
        height: 40px;
    }

    .app-benefit-text {
        font-size: 18px;
    }

    /* App Interface */
    .app-interface {
        padding: 48px 16px;
    }

    .app-interface-container {
        gap: 32px;
    }

    .app-interface-title {
        font-size: 28px;
    }

    .app-interface-phones {
        flex-wrap: wrap;
        gap: 16px;
    }

    .app-interface-phone {
        width: calc(50% - 8px);
        max-width: 160px;
        border-radius: 24px;
    }

    /* App Testimonials */
    .app-testimonials {
        padding: 48px 16px;
    }

    .app-testimonials-container {
        gap: 32px;
    }

    .app-testimonials-title {
        font-size: 24px;
    }

    .app-testimonials-title br {
        display: none;
    }

    .app-testimonials-cards {
        flex-direction: column;
        gap: 16px;
    }

    .app-testimonial-card {
        max-width: 100%;
        padding: 24px;
    }

    .app-testimonial-name {
        font-size: 18px;
    }

    .app-testimonial-stars img {
        width: 16px;
        height: 16px;
    }

    .app-testimonial-text {
        font-size: 14px;
    }

    /* App Download CTA */
    .app-download-cta {
        padding: 48px 16px;
    }

    .app-download-cta-container {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .app-download-cta-content {
        align-items: center;
        gap: 16px;
    }

    .app-download-cta-title {
        font-size: 24px;
    }

    .app-download-cta-title br {
        display: none;
    }

    .app-download-cta-subtitle {
        font-size: 14px;
        max-width: 100%;
    }

    .app-download-badges {
        justify-content: center;
        flex-wrap: wrap;
    }

    .app-badge {
        height: 40px;
    }

    .app-cta-person {
        max-width: 250px;
    }
}

/* ==========================================
   APP PAGE STYLES (Mobile)
   ========================================== */
@media (width <= 767px) {

    /* ==========================================
       APP PAGE - HERO SECTION (Mobile)
       ========================================== */
    .app-hero-section {
        padding: 32px 16px 60px;
    }

    .app-hero-content {
        gap: 24px;
    }

    .app-hero-text {
        gap: 24px;
    }

    .app-hero-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .app-hero-title br {
        display: none;
    }

    .app-hero-subtitle {
        font-size: 20px;
        line-height: 1.4;
    }

    .app-hero-subtitle br {
        display: none;
    }

    .app-hero-form {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .app-hero-input-wrapper {
        width: 100%;
    }

    .app-hero-input-wrapper input,
    .app-hero-input {
        height: 56px;
        border-radius: 50px;
    }

    .app-hero-btn {
        width: 100%;
        padding: 16px 32px;
        border-radius: 50px;
    }

    /* ==========================================
       APP PAGE - REASONS SECTION (Mobile)
       ========================================== */
    .app-reasons-section {
        padding: 64px 16px;
        gap: 32px;
        background: linear-gradient(to top, #ffffff, #f9fafb);
    }

    .app-reasons-title {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
    }

    .app-reasons-cta {
        padding: 0;
        width: 100%;
    }

    .app-reasons-container {
        width: 100%;
        height: auto;
        padding: 24px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        border-radius: 24px;
        border: 1px solid var(--color-yellow);
        background-color: var(--color-yellow-light);
    }

    .app-reasons-cards {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        order: 1;
    }

    .app-reasons-iphone {
        position: relative;
        left: auto;
        bottom: -24px;
        width: 276px;
        margin-top: 0;
        order: 2;
    }

    .app-reason-card {
        padding: 24px 32px;
        gap: 12px;
        flex-direction: row;
        align-items: center;
        background: white;
        border: 1px solid var(--color-yellow);
        border-radius: 24px;
    }

    .app-reason-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    .app-reason-icon svg,
    .app-reason-icon img {
        width: 50px;
        height: 50px;
    }

    .app-reason-text {
        font-size: 20px;
        font-family: var(--font-fraunces);
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
    }

    /* ==========================================
       APP PAGE - INTERFACE SECTION (Mobile)
       ========================================== */
    .app-interface-section {
        padding: 32px 0 60px 0;
        gap: 48px;
        background: white;
    }

    .app-interface-title {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
        padding: 0 16px;
    }

    .app-interface-phones {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 20px;
        overflow-x: auto;
        padding: 0 16px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .app-interface-phones::-webkit-scrollbar {
        display: none;
    }

    .app-interface-phone {
        flex: 0 0 auto;
        width: 197px;
        min-width: 197px;
    }

    /* ==========================================
       APP PAGE - TESTIMONIALS SECTION (Mobile)
       ========================================== */
    .app-testimonials-section {
        padding: 60px 16px;
        gap: 32px;
    }

    .app-testimonials-title {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
    }

    .app-testimonials-title br {
        display: none;
    }

    .app-testimonials-container {
        overflow: hidden;
        width: 100%;
        align-items: flex-start;
    }

    .app-testimonials-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 24px;
        width: max-content;
        transition: transform 0.3s ease;
    }

    .app-testimonials-section .app-testimonial-card {
        flex: 0 0 calc(100vw - 32px);
        min-width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        padding: 24px;
        gap: 16px;
        background: white;
        border: 1px solid var(--color-stroke);
        border-radius: 24px;
    }

    .app-testimonial-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .app-testimonial-name {
        font-size: 18px;
        font-family: var(--font-fraunces);
        font-weight: 600;
    }

    .app-testimonial-text {
        font-size: 16px;
        line-height: 1.4;
    }

    .app-testimonial-date {
        font-size: 14px;
        color: var(--color-text);
    }

    .app-testimonials-nav {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 24px;
        width: 100%;
    }

    .app-testimonial-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .app-testimonial-btn.prev {
        background-color: var(--color-dark) !important;
        opacity: 1 !important;
    }

    .app-testimonial-btn.prev svg path {
        stroke: white;
    }

    .app-testimonial-btn.next {
        background-color: var(--color-yellow) !important;
        opacity: 1 !important;
    }

    .app-testimonial-btn.next svg path {
        stroke: var(--color-dark);
    }

    .app-testimonial-btn svg {
        width: 24px;
        height: 24px;
    }

    /* ==========================================
       APP PAGE - CTA SECTION (Mobile)
       ========================================== */
    .app-cta-section {
        padding: 40px 16px;
    }

    .app-cta-container {
        padding: 32px 24px;
        min-height: auto;
        padding-bottom: 220px;
        border-radius: 24px;
        text-align: center;
        position: relative;
        overflow: visible;
    }

    .app-cta-content {
        gap: 16px;
        max-width: 100%;
        align-items: center;
    }

    .app-cta-title {
        font-size: 28px;
        line-height: 1.2;
        text-align: center;
    }

    .app-cta-title br {
        display: none;
    }

    .app-cta-text {
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }

    .app-cta-section .cta-footer-image,
    .app-cta-person {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 280px;
        height: auto;
    }

    .app-cta-section .cta-footer-person {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .app-cta-dialog {
        display: none;
    }

    /* ==========================================
       WHAT WE DO (TW-SERVICES) - MOBILE
       ========================================== */
    .tw-services {
        padding: 30px 16px 60px;
        background-color: var(--color-white);
    }

    .tw-services-container {
        gap: 32px;
        max-width: 343px;
        margin: 0 auto;
    }

    .tw-services-title {
        font-size: 32px;
        font-weight: 900;
        text-align: center;
    }

    .tw-services-box {
        flex-direction: column;
        padding: 32px 24px;
        gap: 24px;
        border-radius: 24px;
    }

    .tw-services-info {
        gap: 24px;
        align-items: stretch;
    }

    .tw-services-header {
        gap: 16px;
    }

    .tw-services-icon-title {
        gap: 16px;
        max-width: 100%;
        align-items: flex-start;
    }

    .tw-services-icon {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
    }

    .tw-services-text {
        gap: 4px;
    }

    .tw-services-heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
    }

    .tw-services-price {
        font-size: 20px;
        font-weight: 600;
    }

    .tw-services-description {
        font-size: 16px;
        line-height: 1.5;
        color: var(--color-text);
    }

    .tw-services-description br {
        display: none;
    }

    .tw-services-btn {
        width: 100%;
        padding: 16px 24px;
        font-size: 16px;
        border-radius: 50px;
        justify-content: center;
    }

    .tw-services-types {
        width: 100%;
        gap: 24px;
    }

    .tw-services-tabs {
        border-bottom: none;
    }

    .tw-services-tab {
        font-size: 16px;
        padding: 8px 12px;
    }

    .tw-pills-group {
        gap: 16px;
        justify-content: flex-start;
    }

    .tw-services-pill {
        padding: 8px 16px;
        font-size: 14px;
    }

    /* ==========================================
       HOW WE SELECT WRITERS (TW-SELECTION) - MOBILE
       ========================================== */
    .tw-selection {
        padding: 40px 16px 60px;
        background-color: var(--color-white);
    }

    .tw-selection-container {
        max-width: 343px;
        margin: 0 auto;
        gap: 32px;
    }

    .tw-selection-header {
        gap: 16px;
        text-align: center;
    }

    .tw-selection-title {
        font-size: 28px;
        font-weight: 900;
        line-height: 1.2;
    }

    .tw-selection-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .tw-selection-cards {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .tw-selection-card {
        padding: 24px 16px;
        border-radius: 16px;
        gap: 16px;
        text-align: center;
        border: 1px solid var(--color-yellow);
    }

    .tw-selection-icon {
        width: 80px;
        height: 80px;
    }

    .tw-selection-card-title {
        font-size: 20px;
        font-weight: 600;
    }

    .tw-selection-card-text {
        font-size: 14px;
        line-height: 1.6;
    }

    /* ==========================================
       SAVINGS CTA (TW-SAVINGS-CTA) - MOBILE
       ========================================== */
    .tw-savings-cta {
        padding: 0 16px 40px;
    }

    .tw-savings-container {
        flex-direction: column;
        padding: 24px 16px 32px;
        gap: 24px;
        border-radius: 16px;
        max-width: 343px;
        margin: 0 auto;
    }

    .tw-savings-gift {
        width: 100px;
        margin: 0 auto;
    }

    .tw-savings-content {
        gap: 24px;
    }

    .tw-savings-features {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .tw-savings-pill {
        padding: 8px 16px;
        gap: 12px;
        justify-content: flex-start;
        border-radius: 50px;
        background-color: var(--color-white);
    }

    .tw-savings-price {
        font-size: 14px;
        padding: 4px 12px;
        min-width: auto;
    }

    .tw-savings-name {
        font-size: 14px;
        text-align: left;
        flex: 1;
    }

    .tw-savings-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .tw-savings-text {
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
    }

    .tw-savings-btn {
        width: 100%;
        padding: 14px 24px;
        font-size: 16px;
        justify-content: center;
    }

    /* ==========================================
       TOP WRITERS SECTION (TW-WRITERS) - MOBILE
       ========================================== */
    .tw-writers {
        padding: 40px 0 60px;
    }

    .tw-writers-container {
        padding: 0 16px;
    }

    .tw-writers-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 24px;
        text-align: center;
    }

    .tw-writers-filters {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        margin-bottom: 24px;
    }

    .tw-filter-tab {
        width: 100%;
        max-width: 343px;
        padding: 12px 20px;
        font-size: 16px;
        gap: 8px;
        justify-content: center;
    }

    .tw-filter-count {
        min-width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .tw-writers-grid {
        display: flex !important;
        flex-direction: column !important;
        flex-flow: column nowrap !important;
        gap: 16px !important;
        margin-bottom: 32px;
        width: 100% !important;
    }

    .tw-writers-grid .writer-card {
        flex: none !important;
        width: 100% !important;
        max-width: 343px;
        margin: 0 auto;
    }

    .tw-writers-grid .writer-bio {
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
        margin: 8px 0;
    }

    .tw-writers-grid .hire-btn {
        width: 100%;
        background-color: var(--color-yellow);
        color: var(--color-dark);
        padding: 12px 24px;
        border-radius: 50px;
        font-size: 14px;
        justify-content: center;
    }

    .tw-writers-more {
        margin-top: 16px;
    }

    .tw-more-btn {
        width: 100%;
        max-width: 343px;
        padding: 14px 24px;
        font-size: 14px;
    }

    /* ==========================================
       TOP WRITERS HERO (TW-HERO) - MOBILE
       ========================================== */
    .tw-hero {
        padding: 40px 16px 48px;
        border-radius: 0;
    }

    .tw-hero-container {
        gap: 32px;
    }

    .tw-hero-content {
        gap: 16px;
    }

    .tw-hero-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .tw-hero-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .tw-hero-subtitle br {
        display: none;
    }

    .tw-hero-ratings {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px 40px;
        max-width: 320px;
    }

    .tw-rating-badge {
        gap: 8px;
        align-items: flex-start;
    }

    .tw-rating-badge:nth-child(3) {
        flex-basis: 100%;
        justify-content: center;
    }

    .tw-rating-icon {
        width: 24px;
        height: 24px;
    }

    .tw-rating-name {
        height: 12px;
    }

    .tw-rating-score {
        font-size: 14px;
    }

    .tw-stars {
        width: 72px;
        height: 15px;
    }

    /* ==========================================
       SERVICES PAGE - MOBILE
       ========================================== */
    .services-hero {
        padding: 32px 0 60px;
    }

    .services-hero-container {
        padding: 0 16px;
        gap: 32px;
    }

    .services-hero-content {
        gap: 24px;
        max-width: 343px;
    }

    .services-hero-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .services-hero-subtitle {
        font-size: 20px;
        line-height: 1.4;
    }

    .services-hero-ratings {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
        align-items: flex-start;
        max-width: 343px;
    }

    .rating-badge {
        justify-content: flex-start;
    }

    /* Services List Section - Mobile */
    .services-list {
        padding: 0;
    }

    .services-list-container {
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }

    .services-list-title {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 0;
        max-width: 343px;
    }

    .services-accordion {
        padding: 24px 16px;
        border: 1px solid var(--color-yellow);
        border-radius: 10px;
        width: 100%;
        max-width: 343px;
        gap: 24px;
    }

    .accordion-item {
        border-bottom: none;
    }

    .accordion-item:not(.active) .accordion-header {
        border-bottom: 1px solid var(--color-stroke);
        padding-bottom: 12px;
    }

    .accordion-item.active .accordion-header {
        padding: 0;
    }

    .accordion-item.no-border .accordion-header {
        border-bottom: none;
    }

    .accordion-header {
        padding: 0;
    }

    .accordion-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .accordion-toggle {
        width: 24px;
        height: 24px;
    }

    .accordion-toggle img {
        width: 24px;
        height: 24px;
    }

    .accordion-content {
        padding-top: 24px;
    }

    .service-tags {
        gap: 12px;
        padding-top: 0;
        padding-bottom: 24px;
    }

    .service-tag {
        padding: 8px 20px;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 50px;
    }

    /* Services CTA Section - Mobile */
    .services-cta {
        padding: 48px 0 0;
    }

    .services-cta-container {
        padding: 0 16px;
    }

    .services-cta-card {
        padding: 32px 24px 0;
        min-height: auto;
        border-radius: 24px;
        overflow: hidden;
        flex-direction: column;
        gap: 0;
    }

    .services-cta-content {
        max-width: 100%;
        gap: 24px;
    }

    .services-cta-text {
        gap: 16px;
    }

    .services-cta-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .services-cta-description {
        font-size: 16px;
        line-height: 1.5;
        color: var(--color-dark);
    }

    .services-cta-buttons {
        width: 100%;
    }

    .services-cta-btn {
        padding: 16px 32px;
        font-size: 16px;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }

    .services-cta-image {
        position: relative;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        margin-top: 32px;
        display: flex;
        justify-content: center;
    }

    .services-cta-image img {
        object-position: center bottom;
        max-width: 295px;
        width: 100%;
        height: auto;
    }

    /* Services Benefits Section - Mobile */
    .services-benefits {
        padding: 82px 0 60px;
    }

    .services-benefits-container {
        padding: 0 16px;
        gap: 48px;
    }

    .services-benefits-header {
        gap: 32px;
        text-align: center;
    }

    .services-benefits-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .services-benefits-subtitle {
        font-size: 20px;
        line-height: 1.4;
    }

    .services-benefits-cards {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .benefit-card {
        /*max-width: 343px;*/
        width: 100%;
        padding: 32px;
        gap: 16px;
        border: 1px solid var(--color-yellow);
        border-radius: 24px;
        text-align: center;
    }

    .benefit-icon {
        width: 64px;
        height: 80px;
    }

    .benefit-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .benefit-text {
        font-size: 16px;
        line-height: 1.5;
    }

    /* Free Features Section - Mobile */
    .free-features-ms {
        padding: 50px 0;
    }

    .free-features-container-ms {
        padding: 0 16px;
        gap: 28px;
    }

    .free-features-title-ms {
        font-size: 28px;
    }

    .free-features-card-ms {
        padding: 24px;
        padding-top: 160px;
        flex-direction: column;
        gap: 24px;
    }

    .free-features-icon-ms {
        position: absolute;
        left: 50%;
        top: 24px;
        transform: translateX(-50%);
        width: 120px;
        height: 126px;
    }

    .free-features-content-ms {
        min-height: auto;
        gap: 20px;
    }

    .free-features-grid-ms {
        flex-direction: column;
        gap: 10px;
    }

    .free-features-column-ms {
        gap: 10px;
    }

    .feature-pill-ms {
        width: 100%;
        padding: 6px 10px;
    }

    .feature-price-ms {
        font-size: 13px;
        padding: 3px 10px;
        min-width: 70px;
    }

    .feature-name-ms {
        font-size: 13px;
    }

    .free-features-footer-ms {
        flex-direction: column;
        gap: 16px;
        align-items: center;
        text-align: center;
    }

    .free-features-savings-ms {
        font-size: 18px;
    }

    .free-features-btn-ms {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

} /* End of APP PAGE mobile media query */

/* ==========================================
   PARTNERSHIP PAGE - Mobile
   ========================================== */

@media (width <= 767px) {
    .partnership-hero {
        padding: 0 0 60px;
    }

    .partnership-hero-container {
        padding: 0 16px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .partnership-form-wrapper {
        width: 100%;
    }

    .partnership-form-card {
        padding: 24px 16px;
    }

    .partnership-form-header {
        gap: 12px;
        margin-bottom: 24px;
    }

    .partnership-title {
        font-size: 28px;
    }

    .partnership-subtitle {
        font-size: 16px;
    }

    .partnership-form {
        gap: 24px;
    }

    .partnership-form-fields {
        gap: 16px;
    }

    .partnership-input {
        height: 50px;
        font-size: 14px;
    }

    .partnership-submit-btn {
        padding: 14px 24px;
        font-size: 14px;
    }

    .partnership-image-wrapper {
        width: 100%;
        max-width: 343px;
    }

    .partnership-image-bg {
        margin-top: 40px;
        height: calc(100% - 40px);
        border-radius: 20px 20px 0 0;
    }
}

/* ==========================================
   FAQ PAGE - Mobile
   ========================================== */
@media (max-width: 767px) {
    .faq-hero {
        padding: 32px 0 20px;
        overflow: hidden;
    }

    .faq-hero-container {
        padding: 0 16px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .faq-hero-content {
        max-width: 343px;
        width: 100%;
        text-align: center;
        align-items: center;
        gap: 24px;
        order: 1;
    }

    .faq-hero-text {
        gap: 24px;
    }

    .faq-hero-title {
        font-size: 36px;
        align-items: center;
    }

    .faq-hero-title span {
        display: block;
    }

    .faq-hero-description {
        font-size: 20px;
        line-height: 1.4;
    }

    .faq-hero-btn {
        width: 100%;
        padding: 16px 32px;
        font-size: 16px;
        border-radius: 50px;
    }

    .faq-hero-image-wrapper {
        width: 100%;
        max-width: 343px;
        order: 2;
        position: relative;
    }

    .faq-hero-image-bg {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 277px;
        height: 279px;
        border-radius: 16px 16px 0 0;
        top: 10px;
    }

    .faq-hero-image {
        width: 100%;
        max-width: 343px;
        position: relative;
        z-index: 1;
    }

    /* FAQ Hero Badges - Mobile */
    .faq-rating-badge {
        padding: 7px;
        gap: 4px;
        border-radius: 6px;
        border-width: 0.5px;
    }

    .faq-rating-badge .badge-logo {
        width: 16px;
        height: 16px;
    }

    .faq-rating-badge .badge-info {
        gap: 2px;
    }

    .faq-rating-badge .badge-name {
        height: 7px;
        max-width: 56px;
    }

    .faq-rating-badge .badge-score {
        font-size: 9px;
    }

    .faq-rating-badge .badge-stars {
        width: 48px;
        height: 10px;
    }

    .faq-rating-badge .badge-rating {
        gap: 2px;
    }

    .faq-badge-sitejabber {
        left: 0;
        bottom: 10px;
        top: auto;
        right: auto;
    }

    .faq-badge-cheapestessay {
        right: 0;
        top: auto;
        bottom: auto;
        top: 52%;
        left: auto;
    }

    .faq-badge-reviewsio {
        right: auto;
        left: 50%;
        bottom: 20px;
        top: auto;
        transform: translateX(-20%);
    }

    /* FAQ Search Section - Mobile */
    .faq-search {
        padding: 60px 0 64px;
    }

    .faq-search-container {
        padding: 0 16px;
    }

    .faq-search-content {
        gap: 32px;
    }

    .faq-search-text {
        gap: 24px;
    }

    .faq-search-title {
        font-size: 32px;
    }

    .faq-search-subtitle {
        font-size: 20px;
    }

    .faq-search-form {
        flex-direction: column;
        gap: 16px;
        width: 343px;
        max-width: 100%;
    }

    .faq-search-input-wrapper {
        width: 100%;
    }

    .faq-search-input {
        height: 56px;
        padding: 10px 14px;
        font-size: 16px;
        border-radius: 50px;
    }

    .faq-search-btn {
        width: 100%;
        padding: 16px 32px;
        font-size: 16px;
        border-radius: 50px;
        text-align: center;
    }

    /* FAQ Categories Section - Mobile */
    .faq-categories {
        padding: 0 0 48px;
    }

    .faq-categories-container {
        padding: 0 16px;
        gap: 32px;
    }

    .faq-categories-subtitle {
        font-size: 20px;
    }

    .faq-categories-grid {
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-top: 4px;
        padding-bottom: 8px;
        margin-right: -16px;
        padding-right: 16px;
    }

    .faq-category-card {
        flex: 0 0 180px;
        min-width: 180px;
        padding: 24px;
        scroll-snap-align: start;
    }

    .faq-category-icon {
        width: 80px;
        height: 80px;
    }

    .faq-category-name {
        font-size: 20px;
    }
    /* Prices Calculator Section - Mobile */
    .prices-section {
        padding: 40px 16px 60px;
    }

    .prices-container {
        gap: 32px;
    }

    .prices-title {
        font-size: 32px;
    }

    .prices-subtitle {
        font-size: 16px;
    }

    .prices-calculator {
        padding: 20px;
        gap: 20px;
    }

    .calculator-title {
        font-size: 24px;
    }

    .calculator-form {
        gap: 16px;
    }

    .calculator-select-wrapper {
        height: 48px;
    }

    .calculator-select {
        padding: 10px 40px 10px 14px;
        font-size: 14px;
    }

    .calculator-select-icon {
        right: 14px;
        width: 18px;
        height: 18px;
    }

    .calculator-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .calculator-price-label {
        font-size: 18px;
    }

    .calculator-price-values {
        width: 100%;
        justify-content: flex-end;
    }

    .calculator-discount .original-price {
        font-size: 16px;
    }

    .final-price {
        font-size: 20px;
    }

    .fire-icon {
        font-size: 20px;
    }

    .discount-badge {
        font-size: 14px;
        padding: 2px 6px;
    }

    .calculator-submit {
        padding: 14px 24px;
    }

    /* Sitemap Section - Mobile */
    .sitemap-section {
        padding: 40px 16px 60px;
    }

    .sitemap-container {
        gap: 32px;
    }

    .sitemap-title {
        font-size: 28px;
    }

    .sitemap-subtitle {
        font-size: 16px;
    }

    .sitemap-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sitemap-column {
        gap: 20px;
    }

    .sitemap-category-header {
        gap: 16px;
    }

    .sitemap-category-icon {
        width: 52px;
        height: 52px;
    }

    .sitemap-category-icon img {
        width: 28px;
        height: 28px;
    }

    /* Connecting line - mobile */
    .sitemap-category-icon::after {
        left: 52px;
        width: 32px;
    }

    /* Diamond - mobile */
    .sitemap-category-header::before {
        left: 76px;
        width: 6px;
        height: 6px;
    }

    .sitemap-category-title {
        font-size: 18px;
        margin-left: 38px;
    }

    .sitemap-links {
        margin-left: 62px;
        gap: 10px;
        padding-top: 10px;
    }

    .sitemap-links::before {
        top: -34px;
        bottom: 16px;
    }

    .sitemap-links li {
        padding-left: 32px;
    }

    .sitemap-links li::before {
        width: 20px;
    }

    .sitemap-links li::after {
        left: 20px;
        height: 10px;
    }

    .sitemap-links a {
        font-size: 14px;
        padding: 8px 14px;
    }

    /* ==========================================
       WRITER PROFILE SECTION - MOBILE
       ========================================== */
    .writer-profile-section-ls {
        padding: 32px 16px 48px;
    }

    .writer-profile-section-ls .writer-profile-container-ls {
        flex-direction: column;
        gap: 20px;
    }

    .writer-profile-section-ls .writer-card-ls {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 20px;
        gap: 24px;
        border-radius: 20px;
    }

    .writer-profile-section-ls .writer-sidebar-ls {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .writer-header-ls {
        flex-direction: column;
        gap: 16px;
    }

    .writer-avatar-ls {
        width: 100%;
        height: 180px;
        border-radius: 12px;
    }

    .writer-info-ls {
        gap: 12px;
    }

    .writer-name-rating-ls {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .writer-name-ls h1 {
        font-size: 20px;
    }

    .verified-badge-ls {
        gap: 4px;
    }

    .verified-badge-ls img {
        width: 16px;
        height: 16px;
    }

    .verified-badge-ls span {
        font-size: 12px;
    }

    .writer-rating-ls {
        gap: 6px;
    }

    .star-rating-ls img {
        width: 16px;
        height: 16px;
    }

    .rating-score-ls {
        font-size: 14px;
    }

    .writer-about-ls {
        gap: 8px;
    }

    .about-title-ls {
        font-size: 16px;
    }

    .about-text-ls {
        font-size: 14px;
        line-height: 1.5;
    }

    .writer-stats-row-ls {
        flex-direction: column;
        gap: 12px;
    }

    .stat-item-ls {
        padding: 12px 16px;
        border-radius: 10px;
    }

    .stat-value-ls {
        font-size: 16px;
    }

    .stat-label-ls {
        font-size: 13px;
    }

    .writer-reviews-ls {
        gap: 16px;
    }

    .reviews-header-ls {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .reviews-title-ls {
        font-size: 18px;
    }

    .reviews-count-ls {
        font-size: 14px;
    }

    .reviews-grid-ls {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .review-card-ls {
        padding: 16px;
        gap: 12px;
        border-radius: 12px;
    }

    .reviewer-info-ls {
        gap: 8px;
    }

    .reviewer-avatar-ls {
        width: 36px;
        height: 36px;
    }

    .reviewer-name-ls {
        font-size: 16px;
    }

    .review-rating-ls img {
        width: 14px;
        height: 14px;
    }

    .review-text-ls {
        font-size: 14px;
        line-height: 1.5;
    }

    .review-date-ls {
        font-size: 12px;
    }

    .writer-sidebar-ls {
        width: 100%;
        padding: 20px 16px;
        gap: 20px;
        border-radius: 20px;
    }

    .sidebar-title-ls {
        font-size: 20px;
    }

    .sidebar-features-ls {
        gap: 12px;
    }

    .feature-item-ls {
        gap: 10px;
    }

    .feature-icon-ls {
        width: 20px;
        height: 20px;
    }

    .feature-text-ls {
        font-size: 14px;
    }

    .hire-writer-btn-ls {
        padding: 14px 24px;
        font-size: 16px;
        border-radius: 40px;
    }

    /* ==========================================
   GUARANTEES HERO SECTION - MOBILE
   ========================================== */
    .guarantees-hero {
        padding: 32px 16px 0;
    }

    .guarantees-hero-container {
        flex-direction: column;
        min-height: auto;
        gap: 24px;
    }

    .guarantees-hero-content {
        flex: none;
        width: 100%;
        gap: 20px;
        text-align: center;
        align-items: center;
    }

    .guarantees-hero-title {
        font-size: 32px;
    }

    .guarantees-hero-description {
        gap: 12px;
    }

    .guarantees-hero-description p {
        font-size: 16px;
    }

    .guarantees-hero-btn {
        padding: 14px 28px;
        font-size: 15px;
    }

    .guarantees-hero-image-wrapper {
        flex: none;
        width: 100%;
        max-width: 320px;
        height: 400px;
        margin: 0 auto;
    }

    .guarantees-hero-image-bg {
        height: 340px;
        border-radius: 24px 24px 0 0;
    }

    /* Hide badges on mobile or reposition them */
    .guarantees-badge {
        display: none;
    }

    /* Guarantees Features Section - Mobile */
    .guarantees-features {
        padding: 60px 16px;
    }

    .guarantees-features-container {
        gap: 32px;
    }

    .guarantees-features-title {
        font-size: 28px;
    }

    .guarantees-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .guarantee-card {
        padding: 24px 20px;
        gap: 16px;
        border-radius: 20px;
    }

    .guarantee-card .guarantee-icon {
        width: 80px;
        height: 80px;
    }

    .guarantee-title {
        font-size: 20px;
    }

    .guarantee-description {
        font-size: 14px;
    }

    /* ==========================================
       PROVIDER CTA SECTION - MOBILE
       ========================================== */
    .provider-cta {
        padding: 60px 16px;
    }

    .provider-cta-container {
        gap: 24px;
    }

    .provider-cta-title {
        font-size: 28px;
    }

    .provider-cta-title br {
        display: none;
    }

    .provider-cta-cards {
        flex-direction: column;
        gap: 16px;
    }

    .provider-cta-main-card {
        padding: 24px 20px;
        gap: 20px;
    }

    .provider-cta-icon {
        width: 90px;
        height: 84px;
    }

    .provider-cta-features {
        flex-direction: column;
        gap: 12px;
    }

    .provider-cta-feature {
        flex: none;
        width: 100%;
        min-width: 0;
    }

    .provider-cta-feature-text {
        font-size: 16px;
    }

    .provider-cta-btn {
        padding: 14px 28px;
    }

    .provider-cta-services-card {
        padding: 24px 20px;
    }

    .provider-cta-service-text {
        font-size: 16px;
        min-width: 0;
    }

    /* ==========================================
       CHECKER HERO SECTION - MOBILE
       ========================================== */
    .checker-hero {
        padding: 40px 16px 60px;
    }

    .checker-hero-container {
        gap: 24px;
    }

    .checker-hero-title {
        font-size: 28px;
    }

    .checker-hero-stats {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .checker-hero-stat {
        width: 100%;
        padding: 12px 16px;
    }

    .checker-hero-stat-emoji {
        font-size: 24px;
    }

    .checker-hero-stat-value {
        font-size: 18px;
    }

    .checker-hero-stat-label {
        font-size: 14px;
        white-space: normal;
    }

    .checker-hero-card {
        width: 100%;
        padding: 20px;
        gap: 24px;
    }

    .checker-hero-input {
        height: 250px;
        padding: 16px;
    }

    .checker-hero-input-content {
        padding: 16px;
    }

    .checker-hero-input-text {
        font-size: 14px;
    }

    .checker-hero-counter {
        font-size: 14px;
    }

    .checker-hero-features {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .checker-hero-feature span {
        font-size: 14px;
    }

    .checker-hero-btn {
        padding: 14px 24px;
    }

    /* ==========================================
       CHECKER HOW IT WORKS SECTION - MOBILE
       ========================================== */
    .checker-how-it-works {
        padding: 60px 16px;
    }

    .checker-how-it-works-container {
        gap: 24px;
    }

    .checker-how-it-works-title {
        font-size: 28px;
    }

    .checker-how-it-works-cards {
        gap: 16px;
    }

    .checker-how-it-works-card {
        width: 100%;
        padding: 20px;
    }

    .checker-how-it-works-card-title {
        font-size: 18px;
    }

    .checker-how-it-works-card-text {
        font-size: 14px;
    }

    .checker-how-it-works-bottom-text {
        flex-direction: column;
        gap: 16px;
    }

    .checker-how-it-works-bottom-text p {
        font-size: 14px;
    }

    /* ==========================================
       EVADE PLAGIARISM SECTION - MOBILE
       ========================================== */
    .evade-plagiarism {
        padding: 60px 16px;
    }

    .evade-plagiarism-container {
        gap: 24px;
    }

    .evade-plagiarism-title {
        font-size: 28px;
    }

    .evade-plagiarism-cards {
        flex-direction: column;
        gap: 16px;
    }

    .evade-plagiarism-card {
        padding: 24px 20px;
        gap: 20px;
    }

    .evade-plagiarism-icon {
        width: 80px;
        height: 80px;
    }

    .evade-plagiarism-card-title {
        font-size: 20px;
    }

    .evade-plagiarism-card-text {
        font-size: 14px;
    }
}