/* Responsive Styles */

@media (max-width: 1600px) {
    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 21px;
    }

    .lead-form {
        max-width: 1000px;
    }

    .form-group input,
    .form-group select {
        padding: 12px 16px;
        font-size: 15px;
    }

    .form-submit-btn {
        padding: 12px 24px;
        font-size: 15px;
    }

    .deco-star {
        width: 60px;
        height: 60px;
        top: 15%;
        left: 8%;
    }

    .deco-circle {
        width: 80px;
        height: 80px;
        top: 20%;
        right: 10%;
    }

    .deco-dots {
        bottom: 20%;
        right: 15%;
        transform: scale(0.9);
    }

    /* Trending Now Responsive */
    .trending-now {
        padding: 60px 0;
    }

    .trending-title {
        font-size: 36px;
    }

    .trending-subtitle {
        font-size: 15px;
    }

    .tab-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .book-card {
        padding: 15px;
    }

    .book-title {
        font-size: 14px;
    }

    .book-author {
        font-size: 12px;
    }

    .book-price {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .hero-wrap {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .hero-title {
        font-size: 37px;
    }

    .hero-subtitle {
        font-size: 19px;
    }

    .lead-form {
        width: 700px;
    }

    .form-group input,
    .form-group select {
        padding: 11px 15px;
        font-size: 14px;
    }

    .form-submit-btn {
        padding: 11px 22px;
        font-size: 14px;
    }

    .deco-star {
        width: 55px;
        height: 55px;
    }

    .deco-circle {
        width: 75px;
        height: 75px;
    }

    .deco-dots {
        transform: scale(0.85);
    }

    /* Trending Now */
    .trending-now {
        padding: 55px 0;
    }

    .trending-title {
        font-size: 34px;
    }

    .trending-subtitle {
        font-size: 14px;
    }

    .tab-button {
        padding: 9px 18px;
        font-size: 13px;
    }

    .book-card {
        padding: 14px;
    }

    .book-title {
        font-size: 13px;
    }

    .book-author {
        font-size: 11px;
    }

    .book-price {
        font-size: 15px;
    }

    /* Testimonial Responsive */
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-title {
        font-size: 26px;
    }

    .testimonial-subtitle {
        font-size: 15px;
    }

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

    .testimonial-author {
        font-size: 14px;
    }

    .testimonial-role {
        font-size: 12px;
    }

    /* Full Suite Responsive */
    .full-suite-title {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .hero-wrap {
        flex-direction: column;
        text-align: center;
        padding: 80px 24px 50px;
        gap: 40px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .lead-form {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .form-group {
        width: 100%;
    }

    .form-group input,
    .form-group select {
        padding: 12px 16px;
        font-size: 15px;
    }

    .form-submit-btn {
        padding: 12px 24px;
        font-size: 15px;
        width: 100%;
    }

    .deco-star {
        width: 50px;
        height: 50px;
        top: 12%;
        left: 5%;
    }

    .deco-circle {
        width: 70px;
        height: 70px;
        top: 18%;
        right: 8%;
    }

    .deco-dots {
        bottom: 15%;
        right: 10%;
        transform: scale(0.8);
    }

    /* Trending Now Responsive */
    .trending-now {
        padding: 50px 0;
    }

    .trending-container {
        padding: 0 24px;
    }

    .trending-title {
        font-size: 30px;
    }

    .trending-subtitle {
        font-size: 14px;
    }

    .tab-buttons {
        gap: 8px;
        margin-bottom: 30px;
    }

    .tab-button {
        padding: 8px 16px;
        font-size: 12px;
    }

    .carousel-container {
        margin-bottom: 25px;
    }

    .book-card {
        padding: 12px;
    }

    .book-image {
        height: 180px;
    }

    .book-title {
        font-size: 12px;
    }

    .book-author {
        font-size: 10px;
    }

    .book-price {
        font-size: 14px;
    }

    .carousel-nav {
        bottom: -40px;
    }

    .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .carousel-indicators {
        bottom: -70px;
    }

    .indicator {
        width: 8px;
        height: 8px;
    }

    /* Testimonial Responsive */
    .testimonial-section {
        padding: 50px 0;
    }

    .testimonial-container {
        padding: 0 24px;
    }

    .testimonial-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .testimonial-image {
        max-width: 300px;
        margin: 0 auto;
    }

    .testimonial-details {
        max-width: 100%;
    }

    .testimonial-title {
        font-size: 32px;
    }

    .testimonial-subtitle {
        font-size: 14px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .testimonial-author {
        font-size: 13px;
    }

    .testimonial-role {
        font-size: 11px;
    }

    /* Trustpilot Hero Responsive */
    .trustpilot-hero {
        padding: 50px 0;
    }

    .trustpilot-container {
        padding: 0 24px;
    }

    .trustpilot-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .trustpilot-main {
        max-width: 100%;
    }

    .trustpilot-title {
        font-size: 32px;
    }

    .trustpilot-subtitle {
        font-size: 14px;
    }

    .featured-review {
        padding: 25px;
    }

    .review-text {
        font-size: 15px;
    }

    .reviewer-name {
        font-size: 13px;
    }

    .review-date {
        font-size: 11px;
    }

    .trustpilot-sidebar {
        max-width: 100%;
    }

    .mini-reviews {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mini-review {
        padding: 15px;
    }

    .mini-review-text {
        font-size: 12px;
    }

    .mini-reviewer {
        font-size: 10px;
    }

    .stats-section {
        gap: 20px;
        padding: 20px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 11px;
    }

    .primary-review-btn,
    .secondary-review-btn {
        font-size: 13px;
        padding: 10px 20px;
    }

    /* Publishing Solutions Responsive */
    .publishing-solutions {
        padding: 50px 0;
    }

    .solutions-title {
        font-size: 32px;
    }

    .solutions-subtitle {
        font-size: 14px;
    }

    .genre-card {
        padding: 20px 15px;
        min-height: 280px;
    }

    .genre-image {
        height: 160px;
    }

    .genre-title {
        font-size: 16px;
    }

    .genre-description {
        font-size: 12px;
    }

    .genre-features li {
        font-size: 11px;
    }

    .solutions-nav {
        bottom: -45px;
    }

    .solutions-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .solutions-indicators {
        bottom: -75px;
    }

    .solutions-indicator {
        width: 10px;
        height: 10px;
    }

    /* Full Suite Responsive */
    .full-suite-section {
        padding: 70px 0;
    }

    .full-suite-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .full-suite-title {
        font-size: 30px;
    }

    /* What Sets Us Apart Responsive */
    .what-sets-apart {
        padding: 50px 0;
    }

    .sets-apart-title {
        font-size: 32px;
    }

    .sets-apart-subtitle {
        font-size: 14px;
    }

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

    .feature-card {
        padding: 20px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-title {
        font-size: 16px;
    }

    .feature-description {
        font-size: 12px;
    }

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

    .stat-card {
        padding: 20px;
    }

    .stat-value {
        font-size: 28px;
    }

    .stat-text {
        font-size: 12px;
    }

    /* Publishing Partner Responsive */
    .publishing-partner {
        padding: 50px 0;
    }

    .partner-title {
        font-size: 32px;
    }

    .partner-subtitle {
        font-size: 14px;
    }

    .partner-cta-btn {
        font-size: 14px;
        padding: 12px 25px;
    }

    /* Publishing Services Responsive */
    .publishing-services {
        padding: 50px 0;
    }

    .services-title {
        font-size: 28px;
    }

    .services-description {
        font-size: 13px;
    }

    .services-grid-six {
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
        margin-bottom: 30px;
    }

    .service-grid-item {
        padding: 18px 12px;
        min-height: 160px;
    }

    .service-icon-wrapper {
        width: 55px;
        height: 55px;
        margin-bottom: 12px;
    }

    .service-icon {
        width: 28px;
        height: 28px;
    }

    .service-name {
        font-size: 14px;
    }

    .service-brief {
        font-size: 11px;
    }

    .hover-title {
        font-size: 13px;
    }

    .hover-description {
        font-size: 10px;
    }

    .hover-features li {
        font-size: 9px;
    }

    .services-cta-button {
        font-size: 13px;
        padding: 10px 25px;
    }

    /* Book Publishing Hero Responsive */
    .book-publishing-hero {
        min-height: 60vh;
    }

    .book-hero-wrapper {
        gap: 35px;
        padding: 50px 24px;
    }

    .book-hero-title {
        font-size: 32px;
    }

    .book-hero-subtitle {
        font-size: 15px;
    }

    .book-devices-mockup {
        max-width: 350px;
    }
    .book-devices-mockup1 {
        max-width: 350px;
    }

    /* Reviews & Ratings Responsive */
    .reviews-ratings-section {
        padding: 50px 0;
    }

    .reviews-container {
        gap: 40px;
    }

    .reviews-main-title {
        font-size: 28px;
    }

    .reviews-subtitle {
        font-size: 15px;
    }

    .rating-platforms {
        gap: 30px;
    }

    .platform-logo {
        height: 35px;
        margin-bottom: 10px;
    }

    .rating-score {
        font-size: 16px;
    }

    .star {
        font-size: 14px;
    }

    /* Publishing Steps Responsive */
    .publishing-steps-section {
        padding: 50px 0;
    }

    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .step-card {
        padding: 25px 18px;
    }

    .step-image {
        width: 60px;
        height: 60px;
    }

    .step-icon {
        margin-bottom: 15px;
    }

    .step-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .step-description {
        font-size: 12px;
        margin-bottom: 18px;
        line-height: 1.4;
    }

    .step-btn {
        font-size: 12px;
        padding: 8px 20px;
    }

    /* Contact CTA Responsive */
    .contact-cta {
        padding: 50px 0;
    }

    .contact-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .contact-cta-button {
        font-size: 14px;
        padding: 12px 28px;
    }

    .decoration-star {
        width: 50px;
        height: 50px;
    }

    .decoration-pen {
        width: 70px;
        height: 18px;
    }

    .decoration-circle {
        width: 80px;
        height: 80px;
        border-width: 6px;
    }

    /* Publishing Process Responsive */
    .publishing-process {
        padding: 60px 0;
    }

    .process-content {
        gap: 40px;
    }

    .process-title {
        font-size: 36px;
    }

    .process-description {
        font-size: 15px;
    }

    .process-cta {
        font-size: 15px;
        padding: 12px 30px;
    }
}

@media (max-width: 600px) {
    .hero-wrap {
        padding: 40px 16px 36px;
    }

    .hero-title {
        font-size: 30px;
    }

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

    .lead-form {
        width: 100%;
        max-width: 100%;
    }

    .form-group input,
    .form-group select {
        padding: 10px 14px;
        font-size: 14px;
    }

    .form-submit-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    /* Full Suite Responsive */
    .full-suite-grid {
        grid-template-columns: 1fr;
    }

    .full-suite-card {
        padding: 30px 20px;
    }

    .deco-star {
        width: 40px;
        height: 40px;
        top: 10%;
        left: 3%;
    }

    .deco-circle {
        width: 60px;
        height: 60px;
        top: 15%;
        right: 5%;
    }

    .deco-dots {
        bottom: 12%;
        right: 8%;
        transform: scale(0.7);
    }

    /* Trending Now Mobile */
    .trending-now {
        padding: 40px 0;
    }

    .trending-container {
        padding: 0 16px;
    }

    .trending-title {
        font-size: 26px;
    }

    .trending-subtitle {
        font-size: 13px;
    }

    .tab-buttons {
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 25px;
    }

    .tab-button {
        padding: 7px 14px;
        font-size: 11px;
    }

    .carousel-container {
        margin-bottom: 20px;
    }

    .book-card {
        padding: 10px;
    }

    .book-image {
        height: 160px;
    }

    .book-title {
        font-size: 11px;
    }

    .book-author {
        font-size: 9px;
    }

    .book-price {
        font-size: 13px;
    }

    .carousel-nav {
        bottom: -35px;
    }

    .nav-btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .carousel-indicators {
        bottom: -65px;
    }

    .indicator {
        width: 6px;
        height: 6px;
    }

    /* Testimonial Mobile */
    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-container {
        padding: 0 16px;
    }

    .testimonial-content {
        gap: 25px;
    }

    .testimonial-image {
        max-width: 250px;
    }

    .testimonial-title {
        font-size: 28px;
    }

    .testimonial-subtitle {
        font-size: 13px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial-author {
        font-size: 12px;
    }

    .testimonial-role {
        font-size: 10px;
    }

    /* Trustpilot Hero Mobile */
    .trustpilot-hero {
        padding: 40px 0;
    }

    .trustpilot-container {
        padding: 0 16px;
    }

    .trustpilot-content {
        gap: 25px;
    }

    .trustpilot-title {
        font-size: 28px;
    }

    .trustpilot-subtitle {
        font-size: 13px;
    }

    .featured-review {
        padding: 20px;
    }

    .review-text {
        font-size: 14px;
    }

    .reviewer-name {
        font-size: 12px;
    }

    .review-date {
        font-size: 10px;
    }

    .mini-review {
        padding: 12px;
    }

    .mini-review-text {
        font-size: 11px;
    }

    .mini-reviewer {
        font-size: 9px;
    }

    .stats-section {
        gap: 15px;
        padding: 15px;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-label {
        font-size: 10px;
    }

    .primary-review-btn,
    .secondary-review-btn {
        font-size: 12px;
        padding: 8px 16px;
        width: 100%;
        max-width: 200px;
    }

    /* Publishing Solutions Mobile */
    .publishing-solutions {
        padding: 40px 0;
    }

    .solutions-container {
        padding: 0 16px;
    }

    .solutions-title {
        font-size: 28px;
    }

    .solutions-subtitle {
        font-size: 13px;
    }

    .genre-card {
        padding: 18px 12px;
        min-height: 260px;
    }

    .genre-image {
        height: 140px;
    }

    .genre-title {
        font-size: 15px;
    }

    .genre-description {
        font-size: 11px;
    }

    .genre-features li {
        font-size: 10px;
    }

    .solutions-nav {
        bottom: -40px;
    }

    .solutions-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .solutions-indicators {
        bottom: -70px;
    }

    .solutions-indicator {
        width: 8px;
        height: 8px;
    }

    /* What Sets Us Apart Mobile */
    .what-sets-apart {
        padding: 40px 0;
    }

    .sets-apart-container {
        padding: 0 16px;
    }

    .sets-apart-title {
        font-size: 28px;
    }

    .sets-apart-subtitle {
        font-size: 13px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-card {
        padding: 18px;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
    }

    .feature-title {
        font-size: 15px;
    }

    .feature-description {
        font-size: 11px;
    }

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

    .stat-card {
        padding: 18px;
    }

    .stat-value {
        font-size: 24px;
    }

    .stat-text {
        font-size: 11px;
    }

    /* Publishing Partner Mobile */
    .publishing-partner {
        padding: 40px 0;
    }

    .partner-container {
        padding: 0 16px;
    }

    .partner-title {
        font-size: 28px;
    }

    .partner-subtitle {
        font-size: 13px;
    }

    .partner-cta-btn {
        font-size: 13px;
        padding: 10px 20px;
        width: 100%;
        max-width: 250px;
    }

    /* Publishing Services - Mobile */
    .publishing-services {
        padding: 40px 0;
    }

    .services-container {
        padding: 0 16px;
    }

    .services-header {
        margin-bottom: 30px;
    }

    .services-title {
        font-size: 24px;
    }

    .services-description {
        font-size: 12px;
        margin-top: 15px;
    }

    .services-grid-six {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 25px;
    }

    .service-grid-item {
        padding: 15px 8px;
        min-height: 120px;
    }

    .service-icon-wrapper {
        width: 45px;
        height: 45px;
        margin-bottom: 8px;
    }

    .service-icon {
        width: 24px;
        height: 24px;
    }

    .service-name {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .service-brief {
        font-size: 10px;
    }

    .service-hover-content {
        padding: 12px 8px;
    }

    .hover-title {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .hover-description {
        font-size: 8px;
        margin-bottom: 8px;
    }

    .hover-features li {
        font-size: 8px;
        padding: 1px 0;
    }

    .services-cta-button {
        font-size: 12px;
        padding: 10px 20px;
        width: 100%;
        max-width: 200px;
    }

    /* Contact CTA - Mobile */
    .contact-cta {
        padding: 35px 0;
    }

    .contact-container {
        padding: 0 16px;
    }

    .contact-title {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .contact-cta-button {
        font-size: 13px;
        padding: 12px 24px;
        width: 100%;
        max-width: 250px;
    }

    /* Hide decorative elements on mobile for cleaner look */
    .decoration-star,
    .decoration-pen,
    .decoration-circle,
    .decoration-dots {
        display: none;
    }

    /* Publishing Process - Mobile */
    .publishing-process {
        padding: 40px 0;
    }

    .process-container {
        padding: 0 16px;
    }

    .process-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .process-image {
        order: 2;
        max-width: 100%;
    }

    .process-details {
        order: 1;
        max-width: 100%;
    }

    .process-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .process-details .title-underline {
        margin: 15px auto 25px auto;
    }

    .process-description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .process-cta {
        font-size: 14px;
        padding: 12px 25px;
        width: 100%;
        max-width: 250px;
    }

    /* Book Publishing Hero - Mobile */
    .book-publishing-hero {
        min-height: 50vh;
    }

    .book-hero-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 35px 16px;
    }

    .book-hero-content {
        max-width: 100%;
        order: 1;
    }

    .book-hero-visual {
        max-width: 100%;
        order: 2;
    }

    .book-hero-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    /* Landscape Lead Form - Mobile */
    .landscape-lead-form-section {
        padding: 30px 0;
    }

    .landscape-lead-form-container {
        padding: 0 16px;
    }

    .landscape-single-line-form {
        flex-direction: column;
        gap: 14px;
        padding: 20px;
    }

    .landscape-form-field {
        width: 100%;
    }

    .landscape-submit-btn {
        width: 100%;
        padding: 14px 24px;
    }

    .book-hero-subtitle {
        font-size: 14px;
    }

    .book-devices-mockup {
        max-width: 280px;
    }
    .book-devices-mockup1 {
        max-width: 280px;
    }

    /* Landscape Lead Form - Mobile */
    .landscape-lead-form-section {
        padding: 40px 0;
    }

    /* Reviews & Ratings - Mobile */
    .reviews-ratings-section {
        padding: 40px 0;
    }

    .reviews-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 0 16px;
    }

    .reviews-header {
        max-width: 100%;
    }

    .reviews-main-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .reviews-subtitle {
        font-size: 14px;
    }

    .rating-platforms {
        max-width: 100%;
        flex-direction: column;
        gap: 25px;
    }

    .rating-platform {
        max-width: 200px;
        margin: 0 auto;
    }

    .platform-logo {
        height: 30px;
        margin-bottom: 8px;
    }

    .rating-score {
        font-size: 16px;
    }

    .star {
        font-size: 14px;
    }

    /* Publishing Steps - Tablet */
    .publishing-steps-section {
        padding: 40px 0;
    }

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

    .step-card {
        padding: 20px 15px;
    }

    .step-image {
        width: 50px;
        height: 50px;
    }

    .step-icon {
        margin-bottom: 12px;
    }

    .step-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .step-description {
        font-size: 11px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .step-btn {
        font-size: 11px;
        padding: 7px 18px;
    }

    /* Professional Editing Services - Tablet */
    .professional-editing-services {
        padding: 40px 0;
    }

    .editing-header {
        margin-bottom: 30px;
    }

    .editing-main-title {
        font-size: 26px;
    }

    .editing-service {
        gap: 25px;
        margin-bottom: 35px;
        padding: 20px;
    }

    .service-image {
        max-width: 280px;
    }

    .service-photo {
        height: 160px;
    }

    .service-content {
        max-width: 350px;
    }

    .service-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .service-pricing {
        margin-bottom: 15px;
    }

    .price {
        font-size: 18px;
    }

    .price-details {
        font-size: 11px;
    }

    .service-features {
        margin-bottom: 18px;
    }

    .service-features li {
        font-size: 11px;
        margin-bottom: 6px;
        padding-left: 16px;
    }

    .service-cta-btn {
        font-size: 12px;
        padding: 8px 18px;
    }

    /* Professional Editing Services New Layout - Tablet */
    .professional-editing-services-new {
        padding: 35px 0;
    }

    .editing-new-header {
        margin-bottom: 25px;
    }

    .editing-new-title {
        font-size: 26px;
    }

    .editing-new-subtitle {
        font-size: 14px;
    }

    .editing-services-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        max-width: 1400px;
    }

    .editing-service-card {
        min-height: 400px;
        width: 100%;
    }

    .editing-service-card.featured {
        transform: scale(1.0);
    }

    .editing-service-card.featured:hover {
        transform: scale(1.0) translateY(-8px);
    }

    .service-card-header {
        height: 110px;
    }

    .service-card-content {
        padding: 15px 12px;
    }

    .service-card-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .service-card-pricing {
        padding: 10px;
        margin-bottom: 12px;
    }

    .service-price {
        font-size: 22px;
    }

    .service-price-note {
        font-size: 10px;
    }

    .service-price-extra {
        font-size: 9px;
    }

    .service-card-features {
        margin-bottom: 15px;
        height: 90px;
    }

    .service-card-features li {
        font-size: 10px;
        margin-bottom: 4px;
        line-height: 1.2;
    }

    /* First package no wrapping */
    .editing-service-card:first-child .service-card-features {
        height: auto;
        overflow-y: visible;
    }

    .service-card-btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    /* Publishing Steps - Mobile */
    .publishing-steps-section {
        padding: 35px 0;
    }

    .steps-container {
        padding: 0 16px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .step-card {
        padding: 20px 15px;
    }

    .step-image {
        width: 50px;
        height: 50px;
    }

    .step-icon {
        margin-bottom: 12px;
    }

    .step-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .step-description {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .step-btn {
        font-size: 12px;
        padding: 8px 20px;
        width: 100%;
        max-width: 180px;
    }

    /* Professional Editing Services - Mobile */
    .professional-editing-services {
        padding: 35px 0;
    }

    .editing-container {
        padding: 0 16px;
    }

    .editing-header {
        margin-bottom: 25px;
    }

    .editing-main-title {
        font-size: 24px;
    }

    .editing-service,
    .editing-service.reverse {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
        padding: 18px;
        text-align: center;
    }

    .service-image {
        max-width: 100%;
        order: 1;
    }

    .service-content {
        max-width: 100%;
        order: 2;
    }

    .service-photo {
        height: 160px;
        max-width: 280px;
        margin: 0 auto;
    }

    .service-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .service-pricing {
        margin-bottom: 15px;
    }

    .price {
        font-size: 20px;
    }

    .price-details {
        font-size: 11px;
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }

    .service-features {
        text-align: left;
        max-width: 350px;
        margin: 0 auto 20px;
    }

    .service-features li {
        font-size: 12px;
        margin-bottom: 8px;
        padding-left: 18px;
    }

    .service-cta-btn {
        font-size: 13px;
        padding: 10px 20px;
        width: 100%;
        max-width: 220px;
    }

    /* Professional Editing Services New Layout - Mobile */
    .professional-editing-services-new {
        padding: 30px 0;
    }

    .editing-new-container {
        padding: 0 16px;
    }

    .editing-new-header {
        margin-bottom: 20px;
    }

    .editing-new-title {
        font-size: 24px;
    }

    .editing-new-subtitle {
        font-size: 13px;
    }

    .editing-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 100%;
    }

    .editing-service-card {
        min-height: 380px;
        width: 100%;
    }

    .editing-service-card.featured {
        transform: scale(1.0);
        order: -1;
    }

    .editing-service-card.featured:hover {
        transform: scale(1.0) translateY(-8px);
    }

    .service-card-header {
        height: 100px;
    }

    .service-badge {
        top: 8px;
        right: 8px;
        padding: 3px 8px;
        font-size: 10px;
    }

    .service-card-content {
        padding: 12px 10px;
    }

    .service-card-title {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }

    .service-card-pricing {
        padding: 8px;
        margin-bottom: 12px;
    }

    .service-price {
        font-size: 20px;
    }

    .service-price-note {
        font-size: 9px;
    }

    .service-price-extra {
        font-size: 8px;
    }

    .service-card-features {
        margin-bottom: 15px;
        height: 80px;
    }

    .service-card-features li {
        font-size: 10px;
        margin-bottom: 4px;
        line-height: 1.2;
    }

    .feature-icon {
        margin-right: 6px;
    }

    /* First package no wrapping */
    .editing-service-card:first-child .service-card-features {
        height: auto;
        overflow-y: visible;
    }

    .service-card-btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    /* Professional Editing Services New Layout Responsive */
    .professional-editing-services-new {
        padding: 40px 0;
    }

    .editing-new-header {
        margin-bottom: 30px;
    }

    .editing-new-title {
        font-size: 28px;
    }

    .editing-new-subtitle {
        font-size: 14px;
    }

    .editing-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 100%;
    }

    .editing-service-card {
        min-height: 420px;
        width: 100%;
    }

    .editing-service-card.featured {
        transform: scale(1.0);
    }

    .editing-service-card.featured:hover {
        transform: scale(1.0) translateY(-8px);
    }

    .service-card-header {
        height: 120px;
    }

    .service-card-content {
        padding: 18px 15px;
    }

    .service-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .service-card-pricing {
        padding: 12px;
        margin-bottom: 15px;
    }

    .service-price {
        font-size: 24px;
    }

    .service-price-note {
        font-size: 11px;
    }

    .service-price-extra {
        font-size: 10px;
    }

    .service-card-features {
        margin-bottom: 18px;
        height: 100px;
    }

    .service-card-features li {
        font-size: 11px;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    /* First package no wrapping */
    .editing-service-card:first-child .service-card-features {
        height: auto;
        overflow-y: visible;
    }

    .service-card-btn {
        font-size: 13px;
        padding: 10px 20px;
    }
}

@media (max-width: 600px) {

    /* Editing Services Grid - Small Mobile */
    .editing-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .editing-service-card {
        min-height: auto;
    }
}

@media (max-width: 768px) {

    /* Book Editing Services - Mobile */
    .book-editing-services {
        padding: 50px 0;
    }

    .book-editing-container {
        padding: 0 16px;
    }

    .book-editing-header {
        margin-bottom: 40px;
    }

    .book-editing-title {
        font-size: 28px;
    }

    .title-underline {
        width: 80px;
        height: 3px;
    }

    .book-editing-content {
        gap: 30px;
    }

    .book-service-item {
        flex-direction: column;
        gap: 20px;
        padding: 25px 20px;
        text-align: center;
    }

    .service-icon-container {
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .service-text-content {
        padding-left: 0;
    }

    .service-name {
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }

    .service-name::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .service-description {
        font-size: 14px;
        margin-bottom: 12px;
        text-align: left;
    }

    /* Book Editing Services Modern Layout - Mobile */
    .book-editing-services-modern {
        padding: 50px 0;
    }

    .book-editing-modern-container {
        padding: 0 16px;
    }

    .book-editing-modern-header {
        margin-bottom: 50px;
    }

    .book-editing-modern-title {
        font-size: 32px;
    }

    .book-editing-modern-subtitle {
        font-size: 16px;
    }

    .book-editing-modern-layout {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 40px;
    }

    .book-editing-modern-service {
        flex-direction: column !important;
        text-align: center;
        padding: 25px 20px;
    }

    .book-editing-modern-service:nth-child(1),
    .book-editing-modern-service:nth-child(2),
    .book-editing-modern-service:nth-child(3),
    .book-editing-modern-service:nth-child(4),
    .book-editing-modern-service:nth-child(5) {
        grid-column: 1;
    }

    .book-editing-modern-service:hover {
        transform: translateY(-5px);
    }

    .modern-service-visual {
        align-items: center;
    }

    .modern-service-icon {
        width: 70px;
        height: 70px;
    }

    .modern-icon {
        width: 35px;
        height: 35px;
    }

    .modern-service-number {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .modern-service-header {
        justify-content: center;
        text-align: center;
    }

    .modern-service-title {
        font-size: 22px;
    }

    .modern-service-tag {
        font-size: 10px;
        padding: 3px 8px;
    }

    .modern-service-description {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .modern-service-highlights {
        align-items: center;
    }

    .modern-highlight {
        font-size: 12px;
        justify-content: center;
    }

    .book-editing-modern-cta {
        padding: 35px 25px;
    }

    .modern-cta-title {
        font-size: 24px;
    }

    .modern-cta-text {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .modern-cta-button {
        padding: 14px 28px;
        font-size: 13px;
    }

    /* Professional Editing Services Responsive */
    .professional-editing-services {
        padding: 45px 0;
    }

    .editing-header {
        margin-bottom: 35px;
    }

    .editing-main-title {
        font-size: 28px;
    }

    .editing-service {
        gap: 30px;
        margin-bottom: 40px;
        padding: 25px;
    }

    .service-image {
        max-width: 300px;
    }

    .service-photo {
        height: 180px;
    }

    .service-content {
        max-width: 400px;
    }

    .service-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .service-pricing {
        margin-bottom: 18px;
    }

    .price {
        font-size: 20px;
    }

    .price-details {
        font-size: 12px;
    }

    .service-features {
        margin-bottom: 20px;
    }

    .service-features li {
        font-size: 12px;
        margin-bottom: 8px;
        padding-left: 18px;
    }

    .service-cta-btn {
        font-size: 13px;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 26px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    /* Trending Now Extra Small */
    .trending-title {
        font-size: 24px;
    }

    .trending-subtitle {
        font-size: 12px;
    }

    .tab-button {
        padding: 6px 12px;
        font-size: 10px;
    }

    .book-card {
        padding: 8px;
    }

    .book-image {
        height: 140px;
    }

    .book-title {
        font-size: 10px;
    }

    .book-author {
        font-size: 8px;
    }

    .book-price {
        font-size: 12px;
    }

    /* Testimonial Extra Small */
    .testimonial-title {
        font-size: 24px;
    }

    .testimonial-subtitle {
        font-size: 12px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .testimonial-author {
        font-size: 11px;
    }

    .testimonial-role {
        font-size: 9px;
    }

    /* Trustpilot Hero Extra Small */
    .trustpilot-title {
        font-size: 24px;
    }

    .trustpilot-subtitle {
        font-size: 12px;
    }

    .featured-review {
        padding: 18px;
    }

    .review-text {
        font-size: 13px;
    }

    .reviewer-name {
        font-size: 11px;
    }

    .review-date {
        font-size: 9px;
    }

    .mini-review {
        padding: 10px;
    }

    .mini-review-text {
        font-size: 10px;
    }

    .mini-reviewer {
        font-size: 8px;
    }

    .stats-section {
        gap: 12px;
        padding: 12px;
    }

    .stat-number {
        font-size: 18px;
    }

    .stat-label {
        font-size: 9px;
    }

    .primary-review-btn,
    .secondary-review-btn {
        font-size: 11px;
        padding: 7px 14px;
    }

    /* Publishing Solutions Extra Small */
    .solutions-title {
        font-size: 24px;
    }

    .solutions-subtitle {
        font-size: 12px;
    }

    .genre-card {
        padding: 15px 10px;
        min-height: 240px;
    }

    .genre-image {
        height: 120px;
    }

    .genre-title {
        font-size: 14px;
    }

    .genre-description {
        font-size: 10px;
    }

    .genre-features li {
        font-size: 9px;
    }

    /* What Sets Us Apart Extra Small */
    .sets-apart-title {
        font-size: 24px;
    }

    .sets-apart-subtitle {
        font-size: 12px;
    }

    .feature-card {
        padding: 15px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-title {
        font-size: 14px;
    }

    .feature-description {
        font-size: 10px;
    }

    .stat-card {
        padding: 15px;
    }

    .stat-value {
        font-size: 20px;
    }

    .stat-text {
        font-size: 10px;
    }

    /* Publishing Partner Extra Small */
    .partner-title {
        font-size: 24px;
    }

    .partner-subtitle {
        font-size: 12px;
    }

    .partner-cta-btn {
        font-size: 12px;
        padding: 9px 18px;
    }

    /* Publishing Services Extra Small */
    .services-title {
        font-size: 20px;
    }

    .services-description {
        font-size: 11px;
    }

    .service-grid-item {
        padding: 12px 6px;
        min-height: 100px;
    }

    .service-icon-wrapper {
        width: 40px;
        height: 40px;
        margin-bottom: 6px;
    }

    .service-icon {
        width: 20px;
        height: 20px;
    }

    .service-name {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .service-brief {
        font-size: 8px;
    }

    .hover-title {
        font-size: 9px;
        margin-bottom: 4px;
    }

    .hover-description {
        font-size: 7px;
        margin-bottom: 6px;
    }

    .hover-features li {
        font-size: 7px;
        padding: 1px 0;
    }

    .services-cta-button {
        font-size: 11px;
        padding: 8px 16px;
    }

    /* Contact CTA Extra Small */
    .contact-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .contact-cta-button {
        font-size: 12px;
        padding: 10px 20px;
    }

    /* Publishing Process Extra Small */
    .process-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .process-description {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .process-cta {
        font-size: 13px;
        padding: 10px 20px;
    }

    /* Book Editing Services - Tablet */
    .book-editing-services {
        padding: 60px 0;
    }

    .book-editing-container {
        padding: 0 24px;
    }

    .book-editing-header {
        margin-bottom: 50px;
    }

    .book-editing-title {
        font-size: 36px;
    }

    .book-editing-content {
        gap: 40px;
    }

    .book-service-item {
        gap: 30px;
        padding: 30px 25px;
    }

    .service-icon-container {
        width: 100px;
        height: 100px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-name {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .service-description {
        font-size: 14px;
        margin-bottom: 14px;
    }

    /* Book Editing Services Modern Layout - Tablet */
    .book-editing-services-modern {
        padding: 60px 0;
    }

    .book-editing-modern-container {
        padding: 0 24px;
    }

    .book-editing-modern-header {
        margin-bottom: 60px;
    }

    .book-editing-modern-title {
        font-size: 38px;
    }

    .book-editing-modern-subtitle {
        font-size: 17px;
    }

    .book-editing-modern-layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-bottom: 45px;
    }

    .book-editing-modern-service {
        padding: 25px;
    }

    .book-editing-modern-service:nth-child(1),
    .book-editing-modern-service:nth-child(2) {
        grid-column: auto;
    }

    .book-editing-modern-service:nth-child(3) {
        grid-column: 1 / 2;
    }

    .book-editing-modern-service:nth-child(4) {
        grid-column: 2 / 3;
    }

    .book-editing-modern-service:nth-child(5) {
        grid-column: 1 / 3;
    }

    .modern-service-icon {
        width: 80px;
        height: 80px;
    }

    .modern-icon {
        width: 40px;
        height: 40px;
    }

    .modern-service-title {
        font-size: 24px;
    }

    .modern-service-description {
        font-size: 14px;
    }

    .modern-highlight {
        font-size: 13px;
    }

    .book-editing-modern-cta {
        padding: 40px 30px;
    }

    .modern-cta-title {
        font-size: 26px;
    }

    .modern-cta-text {
        font-size: 16px;
    }

    .modern-cta-button {
        padding: 16px 32px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    /* Publishing Services - Tablet */
    .services-title {
        font-size: 26px;
    }

    .services-description {
        font-size: 13px;
    }

    .services-grid-six {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .service-grid-item {
        padding: 16px 10px;
        min-height: 140px;
    }

    .service-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .service-icon {
        width: 26px;
        height: 26px;
    }

    .service-name {
        font-size: 13px;
    }

    .service-brief {
        font-size: 10px;
    }

    .hover-title {
        font-size: 12px;
    }

    .hover-description {
        font-size: 9px;
    }

    .hover-features li {
        font-size: 8px;
    }

    /* Contact CTA - Tablet */
    .contact-cta {
        padding: 45px 0;
    }

    .contact-title {
        font-size: 28px;
        margin-bottom: 22px;
    }

    .contact-cta-button {
        font-size: 13px;
        padding: 11px 25px;
    }

    .decoration-star {
        width: 45px;
        height: 45px;
    }

    .decoration-pen {
        width: 65px;
        height: 16px;
    }

    .decoration-circle {
        width: 70px;
        height: 70px;
        border-width: 5px;
    }

    /* Publishing Process - Tablet */
    .publishing-process {
        padding: 50px 0;
    }

    .process-content {
        gap: 30px;
    }

    .process-title {
        font-size: 32px;
    }

    .process-description {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .process-cta {
        font-size: 14px;
        padding: 12px 28px;
    }

    /* Book Publishing Hero - Tablet */
    .book-publishing-hero {
        min-height: 55vh;
    }

    .book-hero-wrapper {
        gap: 25px;
        padding: 40px 24px;
    }

    .book-hero-title {
        font-size: 28px;
    }

    .book-hero-subtitle {
        font-size: 14px;
    }

    .book-devices-mockup {
        max-width: 320px;
    }
    .book-devices-mockup1 {
        max-width: 320px;
    }

    /* Reviews & Ratings - Tablet */
    .reviews-ratings-section {
        padding: 45px 0;
    }

    .reviews-container {
        gap: 30px;
    }

    .reviews-main-title {
        font-size: 26px;
    }

    .reviews-subtitle {
        font-size: 14px;
    }

    .rating-platforms {
        gap: 25px;
    }

    .platform-logo {
        height: 32px;
        margin-bottom: 8px;
    }

    .rating-score {
        font-size: 15px;
    }

    .star {
        font-size: 13px;
    }

    .stats-section {
        gap: 30px;
        padding: 25px;
    }

    .stat-number {
        font-size: 28px;
    }

    .mini-reviews {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 15px;
    }

    .primary-review-btn,
    .secondary-review-btn {
        font-size: 15px;
        padding: 12px 25px;
    }

    /* Book Editing Services - Large Screens */
    .book-editing-services {
        padding: 70px 0;
    }

    .book-editing-title {
        font-size: 38px;
    }

    .book-editing-content {
        gap: 45px;
    }

    .book-service-item {
        gap: 35px;
        padding: 35px;
    }

    .service-icon-container {
        width: 110px;
        height: 110px;
    }

    .service-icon {
        width: 65px;
        height: 65px;
    }

    .service-name {
        font-size: 26px;
    }

    .service-description {
        font-size: 15px;
    }

    /* Book Editing Services Modern Layout - Large Screens */
    .book-editing-services-modern {
        padding: 70px 0;
    }

    .book-editing-modern-title {
        font-size: 42px;
    }

    .book-editing-modern-subtitle {
        font-size: 18px;
    }

    .book-editing-modern-layout {
        gap: 35px;
        margin-bottom: 50px;
    }

    .book-editing-modern-service {
        gap: 35px;
        padding: 35px;
    }

    .modern-service-icon {
        width: 90px;
        height: 90px;
    }

    .modern-icon {
        width: 45px;
        height: 45px;
    }

    .modern-service-title {
        font-size: 26px;
    }

    .modern-service-description {
        font-size: 15px;
    }

    .modern-cta-title {
        font-size: 28px;
    }

    .modern-cta-text {
        font-size: 16px;
    }

    .modern-cta-button {
        padding: 16px 35px;
        font-size: 15px;
    }

    /* Why Palmetto Publishing Section - Large Screens */
    .why-palmetto-section {
        padding: 90px 0;
    }

    .why-palmetto-container {
        padding: 0 35px;
    }

    .why-palmetto-title {
        font-size: 38px;
    }

    .why-palmetto-intro-text {
        font-size: 17px;
    }

    .why-palmetto-content {
        gap: 50px;
    }

    .why-palmetto-icons {
        gap: 70px;
    }

    .why-palmetto-icon-wrapper {
        width: 110px;
        height: 110px;
    }

    .why-palmetto-text {
        gap: 50px;
    }

    .why-palmetto-text-title {
        font-size: 22px;
    }

    .why-palmetto-text-description {
        font-size: 15px;
    }
}

@media (max-width: 992px) {

    /* Why Palmetto Publishing Section - Tablet */
    .why-palmetto-section {
        padding: 80px 0;
    }

    .why-palmetto-container {
        padding: 0 30px;
    }

    .why-palmetto-header {
        margin-bottom: 35px;
    }

    .why-palmetto-title {
        font-size: 36px;
    }

    .why-palmetto-underline {
        width: 100px;
    }

    .why-palmetto-intro {
        margin-bottom: 50px;
    }

    .why-palmetto-intro-text {
        font-size: 16px;
    }

    .why-palmetto-content {
        grid-template-columns: 150px 1fr;
        gap: 40px;
    }

    .why-palmetto-icons {
        gap: 60px;
    }

    .why-palmetto-icon-wrapper {
        width: 100px;
        height: 100px;
    }

    .why-palmetto-text {
        gap: 45px;
        padding-top: 5px;
    }

    .why-palmetto-text-title {
        font-size: 20px;
    }

    .why-palmetto-text-description {
        font-size: 15px;
    }

    .why-palmetto-starburst {
        width: 60px;
        height: 60px;
        bottom: 40px;
        left: 15px;
    }

    .why-palmetto-diagonal-line {
        width: 150px;
        height: 6px;
        bottom: 60px;
    }

    .why-palmetto-orange-blob {
        width: 100px;
        height: 100px;
        top: 60px;
        right: 60px;
    }
}

@media (max-width: 768px) {

    /* Why Palmetto Publishing Section - Mobile */
    .why-palmetto-section {
        padding: 60px 0;
    }

    .why-palmetto-container {
        padding: 0 20px;
    }

    .why-palmetto-header {
        margin-bottom: 30px;
    }

    .why-palmetto-title {
        font-size: 32px;
    }

    .why-palmetto-underline {
        width: 80px;
        height: 2px;
    }

    .why-palmetto-intro {
        margin-bottom: 40px;
    }

    .why-palmetto-intro-text {
        font-size: 15px;
    }

    .why-palmetto-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-palmetto-icons {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
        margin-bottom: 20px;
    }

    .why-palmetto-icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .why-palmetto-text {
        gap: 35px;
        padding-top: 0;
    }

    .why-palmetto-text-item {
        text-align: center;
    }

    .why-palmetto-text-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .why-palmetto-text-description {
        font-size: 14px;
    }

    .why-palmetto-starburst {
        width: 50px;
        height: 50px;
        bottom: 30px;
        left: 10px;
    }

    .why-palmetto-diagonal-line {
        width: 120px;
        height: 5px;
        bottom: 50px;
    }

    .why-palmetto-orange-blob {
        width: 80px;
        height: 80px;
        top: 40px;
        right: 40px;
    }

    .why-palmetto-radiating-lines {
        width: 80px;
        height: 80px;
        top: 60px;
        right: 60px;
    }

    /* Book Editing Process Section - Mobile */
    .book-editing-process-section {
        padding: 60px 0;
    }

    .book-editing-process-container {
        padding: 0 20px;
    }

    .book-editing-process-header {
        margin-bottom: 45px;
    }

    .book-editing-process-title {
        font-size: 30px;
    }

    .book-editing-process-underline {
        width: 85px;
        height: 3px;
    }

    .book-editing-process-intro {
        margin-bottom: 40px;
    }

    .book-editing-process-intro-text {
        font-size: 15px;
    }

    .book-editing-process-transition {
        font-size: 15px;
    }

    .book-editing-process-steps {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .process-step {
        padding: 25px 20px;
    }

    .process-step-title {
        font-size: 18px;
    }

    .process-step-text {
        font-size: 14px;
    }

    .process-step-icon {
        width: 45px;
        height: 45px;
    }

    .process-step-number {
        font-size: 22px;
    }

    .process-step-text {
        font-size: 15px;
        line-height: 1.6;
    }

    /* Streamlined Writing Process Section - Tablet */
    .streamlined-writing-process-section {
        padding: 40px 0;
    }

    .streamlined-process-container {
        padding: 0 30px;
    }

    .streamlined-process-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .streamlined-process-left {
        gap: 20px;
    }

    .streamlined-process-title {
        font-size: 26px;
    }

    .streamlined-process-steps {
        gap: 10px;
    }

    .streamlined-step-header {
        padding: 7px 11px;
    }

    .streamlined-step-number {
        font-size: 17px;
    }

    .streamlined-step-title {
        font-size: 15px;
    }

    .streamlined-step-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {

    /* Why Palmetto Publishing Section - Small Mobile */
    .why-palmetto-section {
        padding: 50px 0;
    }

    .why-palmetto-container {
        padding: 0 16px;
    }

    .why-palmetto-title {
        font-size: 28px;
    }

    .why-palmetto-underline {
        width: 70px;
    }

    .why-palmetto-intro-text {
        font-size: 14px;
    }

    .why-palmetto-icons {
        gap: 20px;
    }

    .why-palmetto-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .why-palmetto-text {
        gap: 30px;
    }

    .why-palmetto-text-title {
        font-size: 18px;
    }

    .why-palmetto-text-description {
        font-size: 13px;
    }

    /* Book Editing Process Section - Small Mobile */
    .book-editing-process-section {
        padding: 50px 0;
    }

    .book-editing-process-container {
        padding: 0 16px;
    }

    .book-editing-process-header {
        margin-bottom: 40px;
    }

    .book-editing-process-title {
        font-size: 26px;
    }

    .book-editing-process-underline {
        width: 70px;
        height: 3px;
    }

    .book-editing-process-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .process-step {
        padding: 22px 18px;
        gap: 15px;
    }

    .process-step-title {
        font-size: 18px;
    }

    .process-step-text {
        font-size: 13px;
    }

    .process-step-icon {
        width: 42px;
        height: 42px;
    }

    .process-step-number {
        font-size: 20px;
    }

    .process-step-text {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Streamlined Writing Process Section - Mobile */
    .streamlined-writing-process-section {
        padding: 50px 0;
    }

    .streamlined-process-container {
        padding: 0 20px;
    }

    .streamlined-process-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .streamlined-process-title {
        font-size: 28px;
    }

    .streamlined-process-subtitle {
        font-size: 15px;
    }

    .streamlined-process-steps {
        gap: 16px;
    }

    .streamlined-step {
        gap: 12px;
    }

    .streamlined-step-header {
        padding: 8px 12px;
    }

    .streamlined-step-number {
        font-size: 18px;
    }

    .streamlined-step-title {
        font-size: 16px;
    }

    .streamlined-step-description {
        font-size: 13px;
    }

    .streamlined-process-cta {
        flex-direction: column;
        gap: 12px;
    }

    .streamlined-cta-btn {
        padding: 12px 20px;
        font-size: 15px;
    }

    .cta-icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 992px) {

    /* Book Editing Process Section - Tablet */
    .book-editing-process-section {
        padding: 70px 0;
    }

    .book-editing-process-container {
        padding: 0 30px;
    }

    .book-editing-process-header {
        margin-bottom: 50px;
    }

    .book-editing-process-title {
        font-size: 34px;
    }

    .book-editing-process-underline {
        width: 90px;
    }

    .book-editing-process-steps {
        gap: 25px;
    }

    .process-step {
        padding: 28px 25px;
    }

    .process-step-title {
        font-size: 19px;
    }

    .process-step-icon {
        width: 48px;
        height: 48px;
    }

    .process-step-number {
        font-size: 23px;
    }

    .process-step-text {
        font-size: 15px;
    }
}

@media (max-width: 1280px) {

    /* Book Editing Process Section - Large Screens */
    .book-editing-process-section {
        padding: 75px 0;
    }

    .book-editing-process-container {
        padding: 0 35px;
    }

    .book-editing-process-title {
        font-size: 30px;
    }

    .book-editing-process-steps {
        gap: 9px;
    }

    .process-step {
        padding: 28px 25px;
    }

    /* Additional Self-Publishing Services Section - Large Screens */
    .self-publishing-services-section {
        padding: 90px 0;
    }

    .self-publishing-services-container {
        padding: 0 35px;
    }

    .self-publishing-services-title {
        font-size: 34px;
    }

    .self-publishing-services-grid {
        gap: 35px;
    }

    .self-publishing-service-card {
        padding: 45px 30px;
    }

    .self-publishing-service-icon {
        width: 110px;
        height: 110px;
    }

    .self-publishing-service-title {
        font-size: 22px;
    }
}

@media (max-width: 992px) {

    /* Additional Self-Publishing Services Section - Tablet */
    .self-publishing-services-section {
        padding: 80px 0;
    }

    .self-publishing-services-container {
        padding: 0 30px;
    }

    .self-publishing-services-header {
        margin-bottom: 50px;
    }

    .self-publishing-services-title {
        font-size: 32px;
    }

    .self-publishing-services-underline {
        width: 100px;
    }

    .self-publishing-services-intro {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .self-publishing-services-subheading {
        font-size: 22px;
        margin-bottom: 45px;
    }

    .self-publishing-services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .self-publishing-service-card {
        padding: 40px 25px;
        gap: 20px;
    }

    .self-publishing-service-icon {
        width: 100px;
        height: 100px;
    }

    .self-publishing-service-title {
        font-size: 20px;
    }

    .self-publishing-service-btn {
        padding: 12px 28px;
        font-size: 15px;
    }

    .self-publishing-teal-shape {
        width: 120px;
        height: 250px;
        left: 15px;
    }

    .self-publishing-starburst {
        width: 50px;
        height: 50px;
        left: 30px;
    }

    .self-publishing-orange-blob {
        width: 120px;
        height: 120px;
        right: 30px;
    }
}

@media (max-width: 768px) {

    /* Additional Self-Publishing Services Section - Mobile */
    .self-publishing-services-section {
        padding: 60px 0;
    }

    .self-publishing-services-container {
        padding: 0 20px;
    }

    .self-publishing-services-header {
        margin-bottom: 40px;
    }

    .self-publishing-services-title {
        font-size: 28px;
    }

    .self-publishing-services-underline {
        width: 90px;
        height: 3px;
    }

    .self-publishing-services-intro {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .self-publishing-services-subheading {
        font-size: 20px;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .self-publishing-service-description {
        font-size: 14px;
    }

    .self-publishing-services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 400px;
        margin: 0 auto;
    }

    .self-publishing-service-card {
        padding: 40px 30px;
        gap: 20px;
    }

    .self-publishing-service-icon {
        width: 100px;
        height: 100px;
    }

    .self-publishing-service-title {
        font-size: 22px;
    }

    .self-publishing-service-btn {
        padding: 14px 32px;
        font-size: 15px;
    }

    .self-publishing-teal-shape {
        width: 100px;
        height: 200px;
        left: 10px;
    }

    .self-publishing-starburst {
        width: 40px;
        height: 40px;
        left: 20px;
    }

    .self-publishing-orange-blob {
        width: 100px;
        height: 100px;
        right: 20px;
    }

    .self-publishing-radiating-lines {
        width: 80px;
        height: 80px;
        right: 30px;
    }
}

@media (max-width: 480px) {

    /* Additional Self-Publishing Services Section - Small Mobile */
    .self-publishing-services-section {
        padding: 50px 0;
    }

    .self-publishing-services-container {
        padding: 0 16px;
    }

    .self-publishing-services-header {
        margin-bottom: 35px;
    }

    .self-publishing-services-title {
        font-size: 24px;
    }

    .self-publishing-services-underline {
        width: 70px;
        height: 3px;
    }

    .self-publishing-services-intro {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .self-publishing-services-subheading {
        font-size: 18px;
        margin-bottom: 35px;
        padding: 0 5px;
    }

    .self-publishing-service-description {
        font-size: 13px;
    }

    .self-publishing-services-grid {
        gap: 25px;
    }

    .self-publishing-service-card {
        padding: 35px 25px;
        gap: 18px;
    }

    .self-publishing-service-icon {
        width: 90px;
        height: 90px;
    }

    .self-publishing-service-title {
        font-size: 20px;
    }

    .self-publishing-service-btn {
        padding: 12px 28px;
        font-size: 14px;
    }

    /* Authors Love Working With Us Section - Small Mobile */
    .authors-love-section {
        padding: 50px 0;
    }

    .authors-love-container {
        padding: 0 16px;
    }

    .authors-love-header {
        margin-bottom: 40px;
    }

    .authors-love-title {
        font-size: 24px;
    }

    .authors-love-underline {
        width: 70px;
        height: 2px;
    }

    .authors-love-subtitle {
        font-size: 14px;
    }

    .authors-love-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .book-cover-image {
        max-width: 300px;
        transform: rotate(-3deg);
    }

    .book-decorative-blob {
        width: 120px;
        height: 120px;
        top: -20px;
        right: -10px;
    }

    .book-decorative-ring {
        width: 100px;
        height: 100px;
        bottom: -20px;
        left: -15px;
        border-width: 6px;
    }

    .book-radiating-lines {
        width: 60px;
        height: 60px;
        top: -30px;
        right: 5px;
    }

    .testimonial-card {
        padding: 35px 25px;
    }

    .testimonial-quote-open {
        font-size: 80px;
        top: 15px;
        left: 20px;
    }

    .testimonial-stars .star {
        font-size: 20px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .testimonial-author {
        font-size: 16px;
    }

    .testimonial-quote-close {
        font-size: 80px;
        bottom: 15px;
        right: 20px;
    }
}

@media (max-width: 992px) {

    /* Authors Love Working With Us Section - Tablet */
    .authors-love-section {
        padding: 70px 0;
    }

    .authors-love-container {
        padding: 0 30px;
    }

    .authors-love-header {
        margin-bottom: 50px;
    }

    .authors-love-title {
        font-size: 32px;
    }

    .authors-love-underline {
        width: 90px;
    }

    .authors-love-subtitle {
        font-size: 16px;
    }

    .authors-love-content {
        gap: 50px;
    }

    .book-cover-image {
        max-width: 350px;
    }

    .testimonial-card {
        padding: 45px 35px;
    }

    .testimonial-quote-open {
        font-size: 100px;
    }

    .testimonial-stars .star {
        font-size: 22px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .testimonial-quote-close {
        font-size: 100px;
    }
}

@media (max-width: 768px) {

    /* Authors Love Working With Us Section - Mobile */
    .authors-love-section {
        padding: 60px 0;
    }

    .authors-love-container {
        padding: 0 20px;
    }

    .authors-love-header {
        margin-bottom: 45px;
    }

    .authors-love-title {
        font-size: 28px;
    }

    .authors-love-underline {
        width: 85px;
        height: 3px;
    }

    .authors-love-subtitle {
        font-size: 15px;
    }

    .authors-love-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .book-cover-image {
        max-width: 320px;
        transform: rotate(-3deg);
    }

    .book-decorative-blob {
        width: 150px;
        height: 150px;
        top: -25px;
        right: -15px;
    }

    .book-decorative-ring {
        width: 120px;
        height: 120px;
        bottom: -30px;
        left: -20px;
    }

    .book-radiating-lines {
        width: 70px;
        height: 70px;
        top: -40px;
        right: 8px;
    }

    .testimonial-card {
        padding: 40px 30px;
    }

    .testimonial-quote-open {
        font-size: 90px;
        top: 18px;
        left: 25px;
    }

    .testimonial-stars {
        gap: 6px;
        margin-bottom: 20px;
    }

    .testimonial-stars .star {
        font-size: 20px;
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 25px;
    }

    .testimonial-author {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .testimonial-quote-close {
        font-size: 90px;
        bottom: 18px;
        right: 25px;
    }
}

@media (max-width: 1280px) {

    /* Authors Love Working With Us Section - Large Screens */
    .authors-love-section {
        padding: 75px 0;
    }

    .authors-love-container {
        padding: 0 35px;
    }

    .authors-love-title {
        font-size: 36px;
    }

    .authors-love-content {
        gap: 55px;
    }

    .book-cover-image {
        max-width: 380px;
    }

    /* Marketing Services Carousel - Large Screens */
    .marketing-services-section {
        padding: 90px 0;
    }

    .marketing-services-container {
        padding: 0 35px;
    }

    .marketing-services-title {
        font-size: 36px;
    }

    .marketing-carousel-wrapper {
        padding: 0 60px;
    }

    .marketing-service-card {
        flex: 0 0 360px;
    }
}

@media (max-width: 992px) {

    /* Marketing Services Carousel - Tablet */
    .marketing-services-section {
        padding: 80px 0;
    }

    .marketing-services-container {
        padding: 0 30px;
    }

    .marketing-services-header {
        margin-bottom: 40px;
    }

    .marketing-services-title {
        font-size: 32px;
    }

    .marketing-services-subtitle {
        font-size: 16px;
    }

    .marketing-carousel-wrapper {
        padding: 0 50px;
    }

    .marketing-service-card {
        flex: 0 0 340px;
        min-height: 580px;
    }

    .marketing-carousel-btn {
        width: 45px;
        height: 45px;
        font-size: 26px;
    }
}

@media (max-width: 768px) {

    /* Marketing Services Carousel - Mobile */
    .marketing-services-section {
        padding: 60px 0;
    }

    .marketing-services-container {
        padding: 0 20px;
    }

    .marketing-services-header {
        margin-bottom: 35px;
    }

    .marketing-services-title {
        font-size: 28px;
    }

    .marketing-services-subtitle {
        font-size: 15px;
    }

    .marketing-carousel-wrapper {
        padding: 0 50px;
    }

    .marketing-carousel-track {
        gap: 20px;
    }

    .marketing-service-card {
        flex: 0 0 300px;
        min-height: 550px;
    }

    .marketing-carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {

    /* Marketing Services Carousel - Small Mobile */
    .marketing-services-section {
        padding: 50px 0;
    }

    .marketing-services-container {
        padding: 0 16px;
    }

    .marketing-services-title {
        font-size: 24px;
    }

    .marketing-services-subtitle {
        font-size: 14px;
    }

    .marketing-carousel-wrapper {
        padding: 0 45px;
    }

    .marketing-service-card {
        flex: 0 0 280px;
        min-height: 520px;
    }

    .marketing-carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

/* Marketing Services Alternating Layout Responsive */
@media (max-width: 1280px) {
    .marketing-services-alternating-container {
        padding: 0 30px;
    }

    .marketing-service-alternating-item {
        gap: 40px;
        padding: 40px;
    }

    .marketing-alternating-img {
        height: 350px;
    }

    .marketing-alternating-title {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .marketing-services-alternating-section {
        padding: 80px 0;
    }

    .marketing-services-alternating-header {
        margin-bottom: 60px;
    }

    .marketing-services-alternating-title {
        font-size: 36px;
    }

    .marketing-services-alternating-subtitle {
        font-size: 16px;
    }

    .marketing-services-alternating-wrapper {
        gap: 50px;
    }

    .marketing-service-alternating-item {
        flex-direction: column !important;
        gap: 30px;
        padding: 35px;
    }

    .marketing-service-alternating-image {
        flex: 0 0 100%;
        width: 100%;
    }

    .marketing-alternating-img {
        height: 300px;
    }

    .marketing-alternating-title {
        font-size: 26px;
    }

    .marketing-alternating-price-tag {
        font-size: 20px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .marketing-services-alternating-section {
        padding: 60px 0;
    }

    .marketing-services-alternating-container {
        padding: 0 20px;
    }

    .marketing-services-alternating-header {
        margin-bottom: 50px;
    }

    .marketing-services-alternating-title {
        font-size: 32px;
    }

    .marketing-services-alternating-underline {
        width: 100px;
        height: 3px;
    }

    .marketing-services-alternating-subtitle {
        font-size: 15px;
    }

    .marketing-services-alternating-wrapper {
        gap: 40px;
    }

    .marketing-service-alternating-item {
        padding: 30px 25px;
        border-radius: 20px;
    }

    .marketing-alternating-img {
        height: 250px;
    }

    .marketing-alternating-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .marketing-alternating-price-tag {
        font-size: 18px;
        padding: 10px 18px;
        margin-bottom: 15px;
    }

    .marketing-alternating-description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .marketing-alternating-features {
        margin-bottom: 25px;
    }

    .marketing-alternating-features li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .marketing-alternating-btn {
        padding: 14px 28px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .marketing-services-alternating-section {
        padding: 50px 0;
    }

    .marketing-services-alternating-title {
        font-size: 28px;
    }

    .marketing-services-alternating-subtitle {
        font-size: 14px;
    }

    .marketing-services-alternating-wrapper {
        gap: 35px;
    }

    .marketing-service-alternating-item {
        padding: 25px 20px;
        border-radius: 16px;
    }

    .marketing-alternating-img {
        height: 200px;
    }

    .marketing-alternating-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .marketing-alternating-price-tag {
        font-size: 16px;
        padding: 8px 16px;
        margin-bottom: 12px;
    }

    .marketing-alternating-description {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .marketing-alternating-features {
        margin-bottom: 20px;
    }

    .marketing-alternating-features li {
        font-size: 13px;
        margin-bottom: 8px;
        padding-left: 24px;
    }

    .marketing-alternating-features li::before {
        font-size: 16px;
    }

    .marketing-alternating-btn {
        padding: 12px 24px;
        font-size: 15px;
    }
}

/* ========== Book Writing & Marketing Services Section Responsive ========== */
@media (max-width: 1024px) {
    .book-services-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .book-services-right {
        padding-top: 0;
    }

    .book-services-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .book-services-section {
        padding: 60px 0;
    }

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

    .service-stat-card {
        padding: 20px 15px;
    }

    .service-stat-icon {
        width: 50px;
        height: 50px;
    }

    .service-stat-number {
        font-size: 36px;
    }

    .service-stat-label {
        font-size: 14px;
    }

    .book-services-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .book-services-text {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .book-services-benefits {
        gap: 14px;
    }

    .book-services-benefit-item {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .book-services-section {
        padding: 50px 0;
    }

    .book-services-wrap {
        gap: 40px;
    }

    .service-stats-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .service-stat-card {
        padding: 18px 14px;
    }

    .service-stat-number {
        font-size: 32px;
    }

    .book-services-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .book-services-text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .book-services-benefit-item {
        font-size: 14px;
    }
}

/* ========== All-Inclusive Book Publishing Section Responsive ========== */
@media (max-width: 1024px) {
    .all-inclusive-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .all-inclusive-title {
        font-size: 34px;
    }

    .all-inclusive-subtitle {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .all-inclusive-section {
        padding: 60px 0;
    }

    .all-inclusive-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .all-inclusive-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .all-inclusive-cards-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .all-inclusive-card {
        padding: 35px 25px;
    }

    .all-inclusive-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .all-inclusive-card-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .all-inclusive-card-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .all-inclusive-section {
        padding: 50px 0;
    }

    .all-inclusive-wrap {
        padding: 0 16px;
    }

    .all-inclusive-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .all-inclusive-subtitle {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .all-inclusive-card {
        padding: 30px 20px;
    }

    .all-inclusive-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
    }

    .all-inclusive-card-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .all-inclusive-card-description {
        font-size: 14px;
    }

    .pagination-dot {
        width: 10px;
        height: 10px;
    }
}

/* ========== Our Full Suite of Services Section Responsive ========== */
@media (max-width: 1024px) {
    .full-suite-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .full-suite-title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .full-suite-section {
        padding: 60px 0;
    }

    .full-suite-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .full-suite-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .full-suite-card {
        padding: 35px 18px;
        min-height: 180px;
    }

    .full-suite-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }

    .full-suite-card-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .full-suite-section {
        padding: 50px 0;
    }

    .full-suite-wrap {
        padding: 0 16px;
    }

    .full-suite-title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .full-suite-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .full-suite-card {
        padding: 30px 20px;
        min-height: 160px;
    }

    .full-suite-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 14px;
    }

    .full-suite-card-title {
        font-size: 15px;
    }
}

/* ========== Philosophy & Promotional Banner Section Responsive ========== */
@media (max-width: 1024px) {
    .philosophy-banner-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .philosophy-banner-left {
        order: 2;
    }

    .philosophy-banner-right {
        order: 1;
    }

    .philosophy-main-title {
        font-size: 42px;
    }

    .philosophy-subtitle {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .philosophy-banner-section {
        padding: 60px 0;
    }

    .philosophy-banner-wrap {
        gap: 40px;
    }

    .philosophy-main-title {
        font-size: 36px;
    }

    .philosophy-subtitle {
        font-size: 24px;
    }

    .philosophy-description {
        font-size: 15px;
    }

    .philosophy-feature-item {
        font-size: 15px;
    }

    .philosophy-cta-button {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .philosophy-banner-section {
        padding: 50px 0;
    }

    .philosophy-banner-wrap {
        padding: 0 16px;
        gap: 35px;
    }

    .philosophy-main-title {
        font-size: 28px;
    }

    .philosophy-subtitle {
        font-size: 20px;
    }

    .philosophy-description {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .philosophy-features {
        margin-bottom: 32px;
        gap: 14px;
    }

    .philosophy-feature-item {
        font-size: 14px;
    }

    .philosophy-cta-button {
        padding: 12px 24px;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .contact-number {
        font-size: 18px;
    }
}

/* ========== Why Choose Us Section Responsive ========== */
@media (max-width: 1024px) {
    .why-choose-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .why-choose-title {
        font-size: 32px;
    }

    .why-choose-cta-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-wrap {
        gap: 40px;
        margin-bottom: 50px;
    }

    .why-choose-title {
        font-size: 28px;
    }

    .why-choose-intro {
        font-size: 15px;
    }

    .why-choose-reviews {
        flex-direction: column;
        gap: 16px;
    }

    .why-choose-right {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .why-choose-feature {
        gap: 5px;
    }

    .feature-icon {
        width: 30px;
        height: 30px;
    }

    .feature-title {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .feature-description {
        font-size: 11px;
        max-height: 50px;
    }

    .why-choose-cta-box {
        padding: 30px;
    }

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

    .why-choose-cta-button {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .why-choose-section {
        padding: 50px 0;
    }

    .why-choose-wrap {
        padding: 0 16px;
        gap: 35px;
        margin-bottom: 40px;
    }

    .why-choose-title {
        font-size: 24px;
    }

    .why-choose-intro {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .review-widget {
        padding: 16px;
    }

    .why-choose-reviews {
        flex-direction: column;
        gap: 16px;
    }

    .why-choose-right {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-choose-feature {
        gap: 5px;
        padding-left: 16px;
    }

    .feature-icon {
        width: 28px;
        height: 28px;
    }

    .feature-title {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .feature-description {
        font-size: 10px;
        max-height: 45px;
    }

    .why-choose-cta-section {
        padding: 0 16px 50px;
    }

    .why-choose-cta-box {
        padding: 24px;
    }

    .cta-text {
        font-size: 14px;
    }

    .why-choose-cta-button {
        padding: 12px 24px;
        font-size: 14px;
    }

    .why-choose-contact-number {
        font-size: 16px;
    }
}

/* ========== Request Custom Book Banner Section Responsive ========== */
@media (max-width: 1024px) {
    .request-book-banner {
        min-height: 450px;
    }

    .request-book-wrap {
        padding: 60px 24px;
    }

    .request-book-title {
        font-size: 36px;
    }

    .request-book-subtitle {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .request-book-banner {
        min-height: 400px;
    }

    .request-book-wrap {
        padding: 50px 24px;
    }

    .request-book-content {
        max-width: 100%;
    }

    .request-book-title {
        font-size: 32px;
    }

    .request-book-subtitle {
        font-size: 36px;
    }

    .request-book-button {
        padding: 16px 32px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .request-book-banner {
        min-height: 350px;
    }

    .request-book-wrap {
        padding: 40px 16px;
    }

    .request-book-content {
        gap: 20px;
    }

    .request-book-title {
        font-size: 28px;
    }

    .request-book-subtitle {
        font-size: 32px;
    }

    .request-book-button {
        padding: 14px 28px;
        font-size: 14px;
    }
}

/* ========== FAQ Section Responsive ========== */
@media (max-width: 1024px) {
    .faq-wrap {
        grid-template-columns: 1fr;
    }

    .faq-left {
        padding: 50px 40px;
    }

    .faq-right {
        border-radius: 20px;
        padding: 50px 40px;
    }

    .faq-image-wrapper {
        margin-left: 0;
        max-width: 100%;
        height: 400px;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-publisher-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-left {
        padding: 40px 30px;
        gap: 30px;
    }

    .faq-right {
        padding: 40px 30px;
        gap: 25px;
    }

    .faq-title {
        font-size: 28px;
    }

    .faq-publisher-title {
        font-size: 22px;
    }

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

    .faq-image-wrapper {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-wrap {
        padding: 0 16px;
    }

    .faq-left {
        padding: 30px 20px;
        gap: 25px;
    }

    .faq-right {
        padding: 30px 20px;
        gap: 20px;
    }

    .faq-title {
        font-size: 24px;
    }

    .faq-publisher-title {
        font-size: 20px;
    }

    .faq-list {
        gap: 16px;
    }

    .faq-item {
        padding: 12px 0;
    }

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

    .faq-image-wrapper {
        height: 300px;
        max-width: 100%;
    }

    /* Streamlined Writing Process Section */
    .streamlined-writing-process-section {
        padding: 35px 0;
    }

    .streamlined-process-container {
        padding: 0 20px;
    }

    .streamlined-process-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .streamlined-process-left {
        gap: 18px;
    }

    .streamlined-process-title {
        font-size: 24px;
    }

    .streamlined-process-steps {
        gap: 10px;
    }

    .streamlined-step-header {
        padding: 7px 10px;
    }

    .streamlined-step-number {
        font-size: 16px;
    }

    .streamlined-step-title {
        font-size: 15px;
    }

    .streamlined-step-description {
        font-size: 12px;
    }

    .streamlined-process-image-wrapper {
        border-width: 2px;
    }
}

/* ========== Header Responsive Styles ========== */

@media (max-width: 1280px) {
    .header-content {
        gap: 30px;
    }

    .nav-menu {
        gap: 6px;
    }

    .nav-link {
        font-size: 14px;
        padding: 8px 10px;
    }

    .logo-wrapper img {
        max-height: 55px;
    }
}

@media (max-width: 992px) {
    .top-bar-content {
        gap: 15px;
    }

    .talk-expert-btn {
        font-size: 13px;
        padding: 5px 12px;
    }

    .phone-number,
    .phone-label {
        font-size: 13px;
    }

    .header-container {
        padding: 0 30px;
    }

    .header-content {
        display: flex;
        gap: 20px;
    }

    .logo-wrapper {
        justify-self: auto;
    }

    .main-nav {
        display: none;
    }

    .header-cta {
        justify-self: auto;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .main-nav.mobile-nav-active {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 20px;
        z-index: 999;
    }

    .main-nav.mobile-nav-active .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .main-nav.mobile-nav-active .nav-menu-top,
    .main-nav.mobile-nav-active .nav-menu-bottom {
        flex-direction: column;
        width: 100%;
        position: relative;
        left: 0;
    }

    .main-nav.mobile-nav-active .nav-link {
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .main-nav.mobile-nav-active .nav-link.active::after {
        display: none;
    }

    .main-nav.mobile-nav-active .nav-dropdown .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin-top: 8px;
        margin-left: 20px;
    }

    .mobile-menu-toggle.mobile-toggle-active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .mobile-menu-toggle.mobile-toggle-active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.mobile-toggle-active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .logo-wrapper img {
        max-height: 50px;
    }

    .header-cta {
        gap: 8px;
    }

    .phone-button,
    .live-chat-button {
        padding: 8px 12px;
        font-size: 12px;
    }

    .phone-icon,
    .chat-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 768px) {
    .top-bar-container {
        padding: 0 20px;
    }

    .top-bar-content {
        gap: 10px;
    }

    .talk-expert-btn {
        font-size: 12px;
        padding: 4px 10px;
    }

    .phone-number,
    .phone-label {
        font-size: 12px;
    }

    .header-container {
        padding: 0 20px;
    }

    .header-content {
        padding: 12px 0;
    }

    .logo-wrapper img {
        max-height: 45px;
    }

    .header-cta {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .phone-button,
    .live-chat-button {
        width: 100%;
        justify-content: center;
        padding: 9px 16px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .top-bar {
        padding: 6px 0;
    }

    .top-bar-container {
        padding: 0 15px;
    }

    .top-bar-content {
        flex-direction: column;
        align-items: flex-end;
        gap: 6px;
    }

    .talk-expert-btn {
        font-size: 11px;
        padding: 4px 8px;
    }

    .phone-info {
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
    }

    .phone-number,
    .phone-label {
        font-size: 11px;
    }

    .header-container {
        padding: 0 15px;
    }

    .header-content {
        padding: 10px 0;
        gap: 15px;
    }

    .logo-wrapper img {
        max-height: 40px;
    }

    .cta-button {
        padding: 8px 14px;
        font-size: 10px;
    }
}

/* ========== From Idea to Published Masterpiece Section Responsive ========== */

@media (max-width: 1280px) {
    .idea-masterpiece-layout {
        gap: 50px;
    }

    .idea-masterpiece-title {
        font-size: 38px;
    }

    .idea-contact-form-card {
        padding: 35px;
    }
}

@media (max-width: 992px) {
    .idea-to-masterpiece-section {
        padding: 60px 0;
    }

    .idea-masterpiece-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .idea-masterpiece-title {
        font-size: 34px;
    }

    .idea-masterpiece-description {
        font-size: 15px;
    }

    .idea-contact-form-card {
        padding: 30px;
    }

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

@media (max-width: 768px) {
    .idea-to-masterpiece-section {
        padding: 50px 0;
    }

    .idea-masterpiece-container {
        padding: 0 30px;
    }

    .idea-masterpiece-title {
        font-size: 30px;
    }

    .idea-masterpiece-description {
        font-size: 14px;
    }

    .idea-masterpiece-cta {
        flex-direction: column;
        gap: 12px;
    }

    .idea-cta-btn {
        width: 100%;
        text-align: center;
        padding: 12px 24px;
    }

    .idea-contact-form-card {
        padding: 25px;
    }

    .idea-contact-form {
        gap: 18px;
    }
}

@media (max-width: 480px) {
    .idea-to-masterpiece-section {
        padding: 40px 0;
    }

    .idea-masterpiece-container {
        padding: 0 20px;
    }

    .idea-masterpiece-title {
        font-size: 26px;
    }

    .idea-masterpiece-description {
        font-size: 13px;
    }

    .idea-masterpiece-left {
        gap: 20px;
    }

    .idea-contact-form-card {
        padding: 20px;
    }

    .idea-form-group input,
    .idea-form-group textarea {
        padding: 12px 14px;
        font-size: 14px;
    }

    .idea-phone-prefix {
        padding: 12px 10px;
        font-size: 14px;
    }

    .idea-submit-btn {
        padding: 14px;
        font-size: 15px;
    }
}

/* ========== Contact Main Section Responsive (Contact Us Page) ========== */
@media (max-width: 992px) {
    .contact-main-section {
        padding: 60px 0;
    }

    .contact-main-layout {
        grid-template-columns: 1fr;
    }

    .contact-info-column {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-info-card {
        flex: 1 1 calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .contact-main-section {
        padding: 50px 0;
    }

    .contact-main-container {
        padding: 0 30px;
    }

    .contact-form-card {
        padding: 24px 22px 26px;
    }

    .contact-form-row {
        flex-direction: column;
    }

    .contact-info-column {
        flex-direction: column;
    }

    .contact-info-card {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .contact-main-section {
        padding: 40px 0;
    }

    .contact-main-container {
        padding: 0 20px;
    }

    .contact-form-title {
        font-size: 18px;
    }

    .contact-form-subtitle {
        font-size: 12px;
    }

    .contact-form-group input,
    .contact-form-group select,
    .contact-form-group textarea {
        font-size: 13px;
        padding: 11px 12px;
    }

    .contact-submit-btn {
        font-size: 14px;
        padding: 13px 14px;
    }

    .contact-info-card {
        padding: 18px 18px 18px;
    }

    .contact-info-title {
        font-size: 15px;
    }

    .contact-info-text,
    .contact-info-address {
        font-size: 12px;
    }
}

/* ========== FAQ Section Responsive ========== */

@media (max-width: 992px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .faq-question-text {
        font-size: 15px;
    }

    .faq-answer p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-container {
        padding: 0 30px;
    }

    .faq-title {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .faq-question {
        padding: 18px 0;
    }

    .faq-question-text {
        font-size: 15px;
        padding-right: 15px;
    }

    .faq-icon {
        width: 18px;
        height: 18px;
    }

    .faq-cta {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .faq-cta-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-container {
        padding: 0 20px;
    }

    .faq-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .faq-question {
        padding: 16px 0;
    }

    .faq-question-text {
        font-size: 14px;
        padding-right: 12px;
    }

    .faq-icon {
        width: 16px;
        height: 16px;
    }

    .faq-answer p {
        font-size: 13px;
    }

    .faq-cta {
        margin-top: 30px;
    }

    .faq-cta-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ========== What Makes Us Unique Section Responsive ========== */

@media (max-width: 1280px) {
    .unique-cards-grid {
        gap: 25px;
    }

    .unique-stats {
        gap: 30px;
    }

    .unique-stat-circle {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 992px) {
    .what-makes-unique-section {
        padding: 60px 0;
    }

    .unique-header {
        margin-bottom: 50px;
    }

    .unique-title {
        font-size: 36px;
    }

    .unique-cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .unique-card {
        padding: 25px;
    }

    .unique-stats {
        gap: 25px;
    }

    .unique-stat-circle {
        width: 130px;
        height: 130px;
    }

    .unique-stat-number {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .what-makes-unique-section {
        padding: 50px 0;
    }

    .unique-container {
        padding: 0 30px;
    }

    .unique-header {
        margin-bottom: 40px;
    }

    .unique-title {
        font-size: 32px;
    }

    .unique-subtitle {
        font-size: 15px;
    }

    .unique-card {
        padding: 20px;
    }

    .unique-card-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 15px;
    }

    .unique-card-title {
        font-size: 18px;
    }

    .unique-card-description {
        font-size: 14px;
    }

    .unique-stats {
        gap: 20px;
    }

    .unique-stat-circle {
        width: 120px;
        height: 120px;
    }

    .unique-stat-icon {
        width: 28px;
        height: 28px;
        margin-bottom: 10px;
    }

    .unique-stat-number {
        font-size: 24px;
    }

    .unique-stat-label {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .what-makes-unique-section {
        padding: 40px 0;
    }

    .unique-container {
        padding: 0 20px;
    }

    .unique-header {
        margin-bottom: 35px;
    }

    .unique-label-btn {
        padding: 8px 16px;
        font-size: 11px;
    }

    .unique-title {
        font-size: 28px;
    }

    .unique-subtitle {
        font-size: 14px;
    }

    .unique-cards-grid {
        gap: 20px;
    }

    .unique-card {
        padding: 18px;
    }

    .unique-card-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }

    .unique-card-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .unique-card-description {
        font-size: 13px;
    }

    .unique-stats {
        gap: 15px;
    }

    .unique-stat-circle {
        width: 100px;
        height: 100px;
    }

    .unique-stat-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 8px;
    }

    .unique-stat-number {
        font-size: 20px;
    }

    .unique-stat-label {
        font-size: 11px;
    }
}

/* ========== Steps That Scale Your Success Section Responsive ========== */

@media (max-width: 1280px) {
    .steps-scale-card {
        max-width: 400px;
    }

    .steps-step-left {
        padding-right: calc(50% + 30px);
    }

    .steps-step-right {
        padding-left: calc(50% + 30px);
    }
}

@media (max-width: 992px) {
    .steps-scale-success-section {
        padding: 60px 0;
    }

    .steps-scale-title {
        font-size: 32px;
    }

    .steps-scale-timeline-wrapper {
        gap: 50px;
    }

    .steps-step-left,
    .steps-step-right {
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
        flex-direction: column;
    }

    .steps-step-right {
        flex-direction: column;
    }

    .steps-scale-marker {
        position: relative;
        left: auto;
        transform: none;
        margin: 20px 0;
    }

    .steps-scale-timeline-line {
        left: 30px;
        transform: none;
    }

    .steps-scale-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .steps-arrow-left,
    .steps-arrow-right {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .steps-scale-success-section {
        padding: 50px 0;
    }

    .steps-scale-container {
        padding: 0 30px;
    }

    .steps-scale-header {
        margin-bottom: 50px;
    }

    .steps-scale-title {
        font-size: 28px;
    }

    .steps-scale-timeline-wrapper {
        gap: 40px;
        padding: 30px 0;
    }

    .steps-scale-timeline-line {
        left: 25px;
    }

    .steps-scale-card {
        padding: 25px;
    }

    .steps-scale-card-title {
        font-size: 20px;
    }

    .steps-scale-card-description {
        font-size: 14px;
    }

    .steps-scale-number {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .steps-scale-success-section {
        padding: 40px 0;
    }

    .steps-scale-container {
        padding: 0 20px;
    }

    .steps-scale-header {
        margin-bottom: 40px;
    }

    .steps-scale-label-btn {
        padding: 8px 20px;
        font-size: 11px;
    }

    .steps-scale-title {
        font-size: 24px;
    }

    .steps-scale-timeline-wrapper {
        gap: 35px;
        padding: 20px 0;
    }

    .steps-scale-timeline-line {
        left: 20px;
    }

    .steps-scale-card {
        padding: 20px;
    }

    .steps-scale-card-title {
        font-size: 18px;
    }

    .steps-scale-card-description {
        font-size: 13px;
    }

    .steps-scale-number {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .steps-scale-arrow {
        width: 20px;
        height: 20px;
    }
}

/* ========== Our Proofreading Process Section Responsive ========== */

@media (max-width: 1280px) {
    .proofreading-process-card {
        max-width: 400px;
    }

    .proofreading-step-left {
        padding-right: calc(50% + 30px);
    }

    .proofreading-step-right {
        padding-left: calc(50% + 30px);
    }
}

@media (max-width: 992px) {
    .proofreading-process-section {
        padding: 60px 0;
    }

    .proofreading-process-title {
        font-size: 32px;
    }

    .proofreading-process-timeline-wrapper {
        gap: 50px;
    }

    .proofreading-step-left,
    .proofreading-step-right {
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
        flex-direction: column;
    }

    .proofreading-step-right {
        flex-direction: column;
    }

    .proofreading-process-marker {
        position: relative;
        left: auto;
        transform: none;
        margin: 20px 0;
    }

    .proofreading-process-timeline-line {
        left: 30px;
        transform: none;
    }

    .proofreading-process-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .proofreading-arrow-left,
    .proofreading-arrow-right {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .proofreading-process-section {
        padding: 50px 0;
    }

    .proofreading-process-container {
        padding: 0 30px;
    }

    .proofreading-process-header {
        margin-bottom: 50px;
    }

    .proofreading-process-title {
        font-size: 28px;
    }

    .proofreading-process-timeline-wrapper {
        gap: 40px;
        padding: 30px 0;
    }

    .proofreading-process-timeline-line {
        left: 25px;
    }

    .proofreading-process-card {
        padding: 25px;
    }

    .proofreading-process-card-title {
        font-size: 20px;
    }

    .proofreading-process-card-description {
        font-size: 14px;
    }

    .proofreading-process-number {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .proofreading-process-section {
        padding: 40px 0;
    }

    .proofreading-process-container {
        padding: 0 20px;
    }

    .proofreading-process-header {
        margin-bottom: 40px;
    }

    .proofreading-process-label-btn {
        padding: 8px 20px;
        font-size: 11px;
    }

    .proofreading-process-title {
        font-size: 24px;
    }

    .proofreading-process-timeline-wrapper {
        gap: 35px;
        padding: 20px 0;
    }

    .proofreading-process-timeline-line {
        left: 20px;
    }

    .proofreading-process-card {
        padding: 20px;
    }

    .proofreading-process-card-title {
        font-size: 18px;
    }

    .proofreading-process-card-description {
        font-size: 13px;
    }

    .proofreading-process-number {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .proofreading-process-arrow {
        width: 20px;
        height: 20px;
    }
}

/* ========== Process for Book Cover Design Section - Responsive ========== */
@media (max-width: 992px) {
    .book-cover-process-title {
        font-size: 28px;
    }

    .book-cover-step-left {
        padding-right: calc(50% + 30px);
    }

    .book-cover-step-right {
        padding-left: calc(50% + 30px);
    }

    .book-cover-process-card {
        max-width: 400px;
        padding: 25px;
    }

    .book-cover-process-card-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .book-cover-process-section {
        padding: 60px 0;
    }

    .book-cover-process-container {
        padding: 0 20px;
    }

    .book-cover-process-header {
        margin-bottom: 40px;
    }

    .book-cover-process-title {
        font-size: 24px;
    }

    .book-cover-process-timeline-wrapper {
        gap: 40px;
        padding: 30px 0;
    }

    .book-cover-step-left,
    .book-cover-step-right {
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
        flex-direction: column;
    }

    .book-cover-process-marker {
        position: relative;
        left: auto;
        transform: none;
        margin-bottom: 20px;
    }

    .book-cover-process-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .book-cover-process-timeline-line {
        left: 30px;
    }

    .book-cover-process-marker {
        left: 30px;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .book-cover-process-section {
        padding: 40px 0;
    }

    .book-cover-process-title {
        font-size: 22px;
    }

    .book-cover-process-card {
        padding: 20px;
    }

    .book-cover-process-card-title {
        font-size: 18px;
    }

    .book-cover-process-card-description {
        font-size: 14px;
    }

    .book-cover-process-number {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .book-cover-process-arrow {
        width: 20px;
        height: 20px;
    }
}

/* ========== Footer Responsive Styles ========== */
@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-column-left {
        grid-column: 1 / -1;
    }

    .footer-payment {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding: 40px 0 20px;
    }

    .footer-container {
        padding: 0 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }

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

    .footer-logo-image {
        max-height: 60px;
    }

    .footer-description {
        margin-bottom: 20px;
    }

    .footer-description p {
        font-size: 14px;
    }

    .footer-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-contact {
        margin-bottom: 20px;
    }

    .footer-social {
        margin-bottom: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding-top: 20px;
    }

    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .main-footer {
        padding: 30px 0 15px;
    }

    .footer-logo {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-logo-icon {
        width: 35px;
        height: 35px;
    }

    .logo-script {
        font-size: 22px;
    }

    .logo-caps {
        font-size: 10px;
    }

    .contact-item {
        font-size: 13px;
    }

    .footer-list a {
        font-size: 13px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    .footer-legal a {
        font-size: 12px;
    }

    .social-icon {
        width: 35px;
        height: 35px;
    }

    .social-icon svg {
        width: 18px;
        height: 18px;
    }

    .payment-logo {
        padding: 6px 10px;
        font-size: 11px;
    }
}

/* ========== Home Page Mobile Responsive Styles ========== */

/* Hero Section Mobile */
@media (max-width: 768px) {
    .publishing-hero {
        min-height: auto;
    }

    .hero-wrap {
        flex-direction: column;
        padding: 60px 20px 40px;
        gap: 30px;
    }

    .hero-left {
        width: 100%;
        text-align: center;
    }

    .hero-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero-right .book-image {
        max-width: 280px;
        width: 100%;
        height: auto;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .lead-form {
        max-width: 100%;
    }

    .field-strip {
        grid-template-columns: 1fr;
        height: auto;
        gap: 12px;
        padding: 12px;
    }

    .field-col {
        width: 100%;
        height: auto;
        padding: 12px 14px 12px 42px;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
    }

    .field-col input {
        width: 100%;
        font-size: 14px;
    }

    .next-btn {
        width: 100%;
        margin-top: 8px;
        margin-right: 0;
        height: 48px;
    }

    .consent-row {
        font-size: 12px;
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .hero-wrap {
        padding: 50px 16px 30px;
    }

    .hero-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .step-text {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .field-col input {
        padding: 12px 14px;
        font-size: 14px;
    }

    .next-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Trending Section Mobile */
@media (max-width: 768px) {
    .trending-section {
        padding: 40px 0 60px;
    }

    .trending-wrap {
        padding: 0 20px;
    }

    .trending-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }

    .trending-title {
        font-size: 28px;
    }

    .trending-tabs {
        width: 100%;
        gap: 12px;
        flex-wrap: wrap;
    }

    .tab-btn {
        font-size: 14px;
        padding: 6px 10px;
    }

    .trending-grid {
        flex-direction: column;
        gap: 30px;
    }

    .review-card {
        width: 100%;
        flex: 1 1 auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .review-book {
        width: 100px;
        flex: 0 0 100px;
    }

    .review-content {
        padding-top: 16px;
    }

    .review-text {
        font-size: 13px;
    }

    .books-carousel-wrapper {
        width: 100%;
    }

    .book-card {
        width: 120px;
        flex: 0 0 120px;
    }

    .carousel-btn {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .carousel-prev {
        left: -10px;
    }

    .carousel-next {
        right: -10px;
    }
}

@media (max-width: 480px) {
    .trending-section {
        padding: 30px 0 50px;
    }

    .trending-wrap {
        padding: 0 16px;
    }

    .trending-title {
        font-size: 24px;
    }

    .trending-tabs {
        gap: 8px;
    }

    .tab-btn {
        font-size: 12px;
        padding: 5px 8px;
    }

    .review-card {
        gap: 20px;
    }

    .review-book {
        width: 80px;
        flex: 0 0 80px;
    }

    .book-card {
        width: 100px;
        flex: 0 0 100px;
    }

    .carousel-btn {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}

/* Book Services Section Mobile */
@media (max-width: 768px) {
    .book-services-section {
        padding: 50px 0;
    }

    .book-services-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    .book-services-left {
        order: 2;
    }

    .book-services-right {
        order: 1;
    }

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

    .service-stat-card {
        padding: 20px 15px;
    }

    .service-stat-icon {
        width: 50px;
        height: 50px;
    }

    .service-stat-number {
        font-size: 36px;
    }

    .service-stat-label {
        font-size: 14px;
    }

    .book-services-title {
        font-size: 26px;
    }

    .book-services-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .book-services-section {
        padding: 40px 0;
    }

    .book-services-wrap {
        padding: 0 16px;
        gap: 30px;
    }

    .service-stats-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .service-stat-card {
        padding: 18px 14px;
    }

    .service-stat-number {
        font-size: 32px;
    }

    .book-services-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .book-services-text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .book-services-benefits {
        gap: 12px;
    }

    .book-services-benefit-item {
        font-size: 14px;
    }
}

/* Full Suite Section Mobile */
@media (max-width: 768px) {
    .full-suite-section {
        padding: 50px 0;
    }

    .full-suite-container {
        padding: 0 20px;
    }

    .full-suite-header {
        margin-bottom: 30px;
    }

    .full-suite-title {
        font-size: 26px;
    }

    .full-suite-subtitle {
        font-size: 14px;
    }

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

    .full-suite-card {
        padding: 25px 16px;
        min-height: 180px;
    }

    .card-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .full-suite-card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .card-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .full-suite-section {
        padding: 40px 0;
    }

    .full-suite-container {
        padding: 0 16px;
    }

    .full-suite-title {
        font-size: 22px;
    }

    .full-suite-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .full-suite-card {
        padding: 20px 14px;
        min-height: 160px;
    }

    .card-icon-wrapper {
        width: 45px;
        height: 45px;
    }

    .full-suite-card-title {
        font-size: 15px;
    }

    .card-description {
        font-size: 12px;
    }
}

/* What Makes Unique Section Mobile */
@media (max-width: 768px) {
    .what-makes-unique-section {
        padding: 50px 0;
    }

    .unique-container {
        padding: 0 20px;
    }

    .unique-header {
        margin-bottom: 30px;
        text-align: center;
    }

    .unique-title {
        font-size: 26px;
    }

    .unique-subtitle {
        font-size: 14px;
    }

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

    .unique-card {
        padding: 20px 16px;
    }

    .unique-card-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .unique-card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .unique-card-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .what-makes-unique-section {
        padding: 40px 0;
    }

    .unique-container {
        padding: 0 16px;
    }

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

    .unique-cards-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .unique-card {
        padding: 18px 14px;
    }

    .unique-card-title {
        font-size: 15px;
    }

    .unique-card-description {
        font-size: 12px;
    }
}

/* Why Choose Section Mobile */
@media (max-width: 768px) {
    .why-choose-section {
        padding: 50px 0;
    }

    .why-choose-wrap {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }

    .why-choose-left {
        width: 100%;
    }

    .why-choose-title {
        font-size: 26px;
    }

    .why-choose-intro {
        font-size: 14px;
    }

    .why-choose-reviews {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .why-choose-right {
        width: 100%;
    }

    .why-choose-feature {
        flex-direction: column;
        gap: 16px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

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

    .feature-description {
        font-size: 14px;
    }

    .why-choose-cta-section {
        padding: 30px 20px;
    }

    .why-choose-cta-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .why-choose-cta-box {
        width: 100%;
    }

    .why-choose-cta-right {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .why-choose-cta-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .why-choose-section {
        padding: 40px 0;
    }

    .why-choose-wrap {
        padding: 0 16px;
        gap: 30px;
    }

    .why-choose-title {
        font-size: 22px;
    }

    .why-choose-intro {
        font-size: 13px;
    }

    .feature-title {
        font-size: 16px;
    }

    .feature-description {
        font-size: 13px;
    }

    .why-choose-cta-section {
        padding: 25px 16px;
    }

    .cta-text {
        font-size: 14px;
    }
}

/* Pricing Section Mobile */
@media (max-width: 768px) {
    .pricing-section {
        padding: 50px 0;
    }

    .pricing-container {
        padding: 0 20px;
    }

    .pricing-header {
        margin-bottom: 30px;
    }

    .pricing-title {
        font-size: 26px;
    }

    .pricing-subtitle {
        font-size: 14px;
    }

    .pricing-cards {
        flex-direction: column;
        gap: 20px;
    }

    .pricing-card {
        width: 100%;
    }

    .pricing-card.featured {
        transform: none;
    }
}

@media (max-width: 480px) {
    .pricing-section {
        padding: 40px 0;
    }

    .pricing-container {
        padding: 0 16px;
    }

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

    .pricing-cards {
        gap: 16px;
    }

    .package-name {
        font-size: 20px;
    }

    .features-list {
        font-size: 14px;
    }

    .card-footer {
        flex-direction: column;
        gap: 12px;
    }

    .footer-link,
    .consult-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Idea to Masterpiece Section Mobile */
@media (max-width: 768px) {
    .idea-to-masterpiece-section {
        padding: 50px 0;
    }

    .idea-masterpiece-container {
        padding: 0 20px;
    }

    .idea-masterpiece-layout {
        flex-direction: column;
        gap: 30px;
    }

    .idea-masterpiece-left {
        width: 100%;
        text-align: center;
    }

    .idea-masterpiece-title {
        font-size: 26px;
    }

    .idea-masterpiece-description {
        font-size: 14px;
    }

    .idea-masterpiece-cta {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .idea-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .idea-masterpiece-right {
        width: 100%;
    }

    .idea-contact-form-card {
        padding: 25px 20px;
    }

    .idea-form-row {
        flex-direction: column;
        gap: 12px;
    }

    .idea-form-group {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .idea-to-masterpiece-section {
        padding: 40px 0;
    }

    .idea-masterpiece-container {
        padding: 0 16px;
    }

    .idea-masterpiece-title {
        font-size: 22px;
    }

    .idea-masterpiece-description {
        font-size: 13px;
    }

    .idea-contact-form-card {
        padding: 20px 16px;
    }

    .idea-form-group input,
    .idea-form-group textarea {
        font-size: 14px;
        padding: 12px 14px;
    }

    .idea-submit-btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-container {
        padding: 0 20px;
    }

    .faq-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .faq-list {
        gap: 16px;
    }

    .faq-question {
        padding: 16px;
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 16px 16px;
        font-size: 14px;
    }

    .faq-cta {
        flex-direction: column;
        gap: 12px;
        margin-top: 30px;
    }

    .faq-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-container {
        padding: 0 16px;
    }

    .faq-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .faq-question {
        padding: 14px;
        font-size: 14px;
    }

    .faq-answer {
        padding: 0 14px 14px;
        font-size: 13px;
    }

    .faq-icon {
        width: 18px;
        height: 18px;
    }
}

/* Thank You Page Responsive */
@media (max-width: 768px) {
    .thank-you-section {
        padding: 60px 0;
    }

    .thank-you-content {
        padding: 40px 30px;
    }

    .thank-you-title {
        font-size: 32px;
    }

    .thank-you-subtitle {
        font-size: 18px;
    }

    .thank-you-description {
        font-size: 15px;
    }

    .next-steps-title {
        font-size: 24px;
    }

    .next-step-item {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }

    .step-number {
        width: 45px;
        height: 45px;
        font-size: 20px;
        margin: 0 auto;
    }

    .thank-you-actions {
        flex-direction: column;
    }

    .thank-you-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .thank-you-section {
        padding: 40px 0;
    }

    .thank-you-content {
        padding: 30px 20px;
    }

    .thank-you-icon {
        width: 100px;
        height: 100px;
    }

    .thank-you-title {
        font-size: 28px;
    }

    .thank-you-subtitle {
        font-size: 16px;
    }

    .next-steps-title {
        font-size: 22px;
    }

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

    .step-content p {
        font-size: 14px;
    }
}

/* ========== Get Started Popup Responsive ========== */
@media (max-width: 768px) {
    .popup-container {
        max-width: 95%;
        max-height: 95vh;
        border-radius: 12px;
    }
    
    .popup-content {
        padding: 40px 25px 30px;
    }
    
    .popup-title {
        font-size: 24px;
    }
    
    .popup-subtitle {
        font-size: 14px;
    }
    
    .popup-icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .popup-icon-wrapper svg {
        width: 30px;
        height: 30px;
    }
    
    .popup-form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .popup-submit-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .popup-close {
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
    }
    
    .popup-close svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .popup-container {
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }
    
    .popup-content {
        padding: 35px 20px 25px;
    }
    
    .popup-title {
        font-size: 22px;
    }
    
    .popup-subtitle {
        font-size: 13px;
    }
    
    .popup-footer-text {
        font-size: 11px;
    }
}

/* ========== Global Brand Palette Enforcement ========== */
:root {
    --brand-black: #131211;
    --brand-deep: #502113;
    --brand-accent: #953212;
    --brand-light: #E8D6CC;
    --brand-muted: #746B66;
    --brand-white: #ffffff;
}

/* Section backgrounds */
.testimonial-section,
.trustpilot-section,
.what-sets-us-apart,
.book-editing-modern-cta,
.professional-editing-services-new,
.streamlined-writing-process-section,
.self-publishing-services-section,
.idea-to-masterpiece-section,
.main-footer,
.faq-left,
.faq-right,
.pricing-card,
.shape-circle-1,
.shape-circle-2 {
    background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand-accent) 100%) !important;
}

/* Main dark blocks */
.publishing-partner,
.contact-cta,
.why-palmetto-section,
.request-book-overlay,
.philosophy-banner-section,
.why-choose-cta-box,
.why-choose-cta-button {
    background: linear-gradient(135deg, var(--brand-black) 0%, var(--brand-deep) 55%, var(--brand-accent) 100%) !important;
}

/* CTA buttons */
.live-chat-button,
.next-btn,
.primary-cta,
.primary-review-btn,
.cta-button,
.partner-cta,
.services-cta-button,
.process-cta,
.service-cta-btn,
.contact-cta-button,
.service-card-btn,
.modern-cta-button,
.self-publishing-service-btn,
.marketing-alternating-btn,
.landscape-submit-btn,
.idea-submit-btn,
.contact-submit-btn,
.faq-cta-chat,
.process-btn-phone,
.thank-you-btn-primary,
.popup-submit-btn,
.request-book-button,
.pricing-label,
.unique-label-btn,
.step-header,
.landscape-lead-form-section {
    background: linear-gradient(135deg, var(--brand-accent) 0%, var(--brand-deep) 100%) !important;
    color: var(--brand-white) !important;
    border-color: var(--brand-deep) !important;
}

.live-chat-button:hover,
.primary-cta:hover,
.primary-review-btn:hover,
.cta-button:hover,
.services-cta-button:hover,
.process-cta:hover,
.service-cta-btn:hover,
.contact-cta-button:hover,
.service-card-btn:hover,
.modern-cta-button:hover,
.self-publishing-service-btn:hover,
.marketing-alternating-btn:hover,
.landscape-submit-btn:hover,
.idea-submit-btn:hover,
.contact-submit-btn:hover,
.faq-cta-chat:hover,
.process-btn-phone:hover,
.thank-you-btn-primary:hover,
.popup-submit-btn:hover,
.request-book-button:hover {
    background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand-black) 100%) !important;
}

/* Secondary buttons */
.phone-button,
.secondary-cta,
.secondary-review-btn,
.streamlined-cta-chat,
.idea-cta-chat,
.idea-cta-started,
.faq-cta-started,
.process-btn-chat,
.thank-you-btn-secondary {
    background: var(--brand-white) !important;
    color: var(--brand-black) !important;
    border-color: var(--brand-black) !important;
}

/* Icon backgrounds and icon accents */
.service-icon-wrapper,
.feature-icon-wrapper,
.card-icon-wrapper,
.modern-service-icon,
.process-step-icon,
.contact-info-icon,
.popup-icon-wrapper,
.step-number,
.steps-scale-number,
.proofreading-process-number,
.book-cover-process-number,
.expert-bullet,
.dot,
.highlight-dot,
.pagination-dot.active,
.faq-left,
.faq-right .faq-chevron,
.social-icon:hover {
    background: linear-gradient(135deg, var(--brand-accent) 0%, var(--brand-deep) 100%) !important;
    color: var(--brand-white) !important;
}

.logo-book-icon,
.logo-quill-icon,
.contact-icon,
.unique-card-icon,
.feature-icon,
.scroll-arrow,
.card-link,
.phone-label,
.review-stars {
    color: var(--brand-accent) !important;
}

/* Keep neutral readability */
.footer-description p,
.footer-heading,
.contact-item,
.footer-list a,
.footer-copyright,
.footer-legal a,
.partner-title,
.description-text,
.contact-text,
.faq-question,
.faq-publisher-title,
.cta-text,
.contact-title,
.philosophy-main-title,
.philosophy-subtitle,
.philosophy-description {
    color: var(--brand-light) !important;
}

/* Book services stat boxes (highlighted in screenshot) */
.service-stat-card {
    background: var(--brand-white) !important;
    border: 1px solid rgba(149, 50, 18, 0.2) !important;
    box-shadow: 0 8px 20px rgba(19, 18, 17, 0.08) !important;
}

.service-stat-card:hover {
    border-color: var(--brand-accent) !important;
    box-shadow: 0 12px 26px rgba(80, 33, 19, 0.18) !important;
}

.service-stat-number,
.service-stat-label {
    color: var(--brand-deep) !important;
}

/* About page achievements strip */
.about-achievements-section {
    background: linear-gradient(135deg, #f2ede8 0%, var(--brand-light) 100%) !important;
    border-top: 1px solid rgba(149, 50, 18, 0.18);
    border-bottom: 1px solid rgba(149, 50, 18, 0.18);
}

.about-achievements-section .reviews-main-title {
    color: var(--brand-black) !important;
}

.about-achievements-section .reviews-subtitle {
    color: var(--brand-muted) !important;
}

.about-achievements-section .rating-score {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: var(--brand-accent) !important;
}

.about-achievements-section .achievement-label {
    font-size: 18px;
    color: var(--brand-black);
    margin-top: 10px;
}