/* ===========================
   Large Tablet / Small Desktop
   =========================== */
@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-content {
        max-width: 680px;
    }

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

    .exclusive-title,
    .bestsellers-title,
    .guarantee-title,
    .experts-title,
    .portfolio-title,
    .counter-title,
    .testimonial-title,
    .faq-title,
    .about-section-title {
        font-size: 36px;
    }

    .contact-hero-title,
    .contact-info-title {
        font-size: 36px;
    }

    .about-hero-title {
        font-size: 38px;
    }

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

    .testimonial-content-col {
        padding: 22px 20px 38px 14px;
    }

    .testimonial-quote-heading {
        font-size: 20px;
    }
}

/* ===========================
   Tablet + Mobile Menu
   =========================== */
@media (max-width: 991.98px) {
    body.mobile-menu-open {
        overflow: hidden;
    }

    .top-bar {
        padding: 8px 0;
    }

    .top-bar-link {
        font-size: 12px;
    }

    .main-navbar .navbar-collapse.mobile-menu-panel,
    .main-navbar .navbar-collapse.mobile-menu-panel:not(.show),
    .main-navbar .navbar-collapse.mobile-menu-panel.show {
        display: flex !important;
        height: 100vh !important;
        width: min(340px, 100vw) !important;
        min-width: min(340px, 100vw) !important;
        max-width: min(340px, 100vw) !important;
    }

    .main-navbar .navbar-collapse.mobile-menu-panel {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        margin: 0;
        padding: 0;
        background: #fff;
        box-shadow: -8px 0 32px rgba(0, 0, 0, 0.18);
        border-top: 4px solid #D91F2D;
        transform: translateX(100%);
        transition: transform 0.35s ease, visibility 0.35s ease;
        z-index: 1050;
        overflow: hidden;
        flex-direction: column;
        visibility: hidden;
        pointer-events: none;
        box-sizing: border-box;
    }

    .main-navbar .navbar-collapse.mobile-menu-panel.show {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .main-navbar .navbar-collapse.mobile-menu-panel.collapsing {
        display: flex !important;
        height: 100vh !important;
        width: min(340px, 100vw) !important;
        transition: none !important;
    }

    .main-navbar .navbar-nav {
        padding: 4px 0 0;
        width: 100%;
        gap: 0;
    }

    .main-navbar .navbar-nav .nav-item {
        width: 100%;
    }

    .main-navbar .navbar-nav .nav-link {
        padding: 14px 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-navbar .navbar-nav .nav-link.active {
        color: #D91F2D;
        font-weight: 700;
    }

    .main-navbar .navbar-cta {
        width: 100%;
        margin-top: 18px;
        padding-top: 0;
    }

    .main-navbar .btn-support {
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px 22px;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
    }

    .services-dropdown-menu {
        position: static !important;
        float: none;
        min-width: 100%;
        margin-top: 0 !important;
        margin-bottom: 8px;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid #eee;
        border-top: 3px solid #5daae0;
        transform: none !important;
        padding: 0;
    }

    .services-dropdown .dropdown-toggle::after {
        margin-left: auto;
    }

    .services-dropdown-head {
        padding: 14px 16px 12px;
        background: #fafafa;
    }

    .services-dropdown-item {
        padding: 12px 16px !important;
        gap: 12px;
    }

    .services-dropdown-item.active {
        padding-left: 13px !important;
        border-left: 3px solid #D91F2D;
        background: #fff5f5;
    }

    .services-dropdown-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

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

    .promo-title {
        font-size: 21px;
    }

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

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

    .guarantee-title,
    .experts-title {
        font-size: 34px;
    }

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

    .portfolio-tabs .nav-link {
        font-size: 16px;
    }

    .quote-section {
        padding: 55px 0;
    }

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

    .footer-main {
        padding: 50px 0 40px;
    }

    .footer-title {
        margin-top: 10px;
    }

    .services-icons-section {
        padding: 50px 0;
    }

    .testimonial-slider .slick-slide.testimonial-side-blur .testimonial-card {
        filter: none !important;
        -webkit-filter: none !important;
    }

    .testimonial-slider .slick-slide .testimonial-card {
        transform: scale(1) !important;
    }

    .page-about .about-hero {
        padding: 55px 0 50px;
    }

    .page-about .about-hero-title {
        font-size: 36px;
    }

    .page-about .about-platforms {
        padding: 55px 0;
    }

    .page-about .about-platforms-title {
        font-size: 30px;
    }

    .page-about .about-section-title {
        font-size: 32px;
    }

    .page-about .about-story {
        padding: 55px 0;
    }

    .page-about .exclusive-section {
        padding: 55px 0;
    }

    .page-contact .contact-hero {
        padding: 55px 0 50px;
    }

    .page-contact .contact-hero-title {
        font-size: 36px;
    }

    .page-contact .contact-section {
        padding: 55px 0;
    }

    .page-contact .contact-info-title {
        font-size: 32px;
    }

    .page-legal .legal-hero {
        padding: 55px 0 50px;
    }

    .page-legal .legal-hero-title {
        font-size: 36px;
    }

    .page-legal .legal-content-section {
        padding: 55px 0 70px;
    }

    .page-legal .legal-content-wrap {
        padding: 30px 26px 26px;
    }

    .page-ghost-writing .gw-hero {
        padding: 55px 0;
    }

    .page-ghost-writing .gw-hero-title {
        font-size: 34px;
    }

    .page-ghost-writing .about-platforms {
        padding: 55px 0;
    }

    .page-ghost-writing .about-platforms-title {
        font-size: 30px;
    }

    .page-ghost-writing .gw-expertise {
        padding: 55px 0;
    }

    .page-ghost-writing .gw-expertise-title {
        font-size: 32px;
    }

    .page-ghost-writing .gw-fiction-elements {
        padding: 55px 0;
    }

    .page-ghost-writing .gw-fiction-title {
        font-size: 32px;
    }

    .page-ghost-writing .gw-core-section {
        padding: 55px 0;
    }

    .page-ghost-writing .gw-core-title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .page-ghost-writing .gw-cta-section {
        padding: 55px 0;
    }

    .page-ghost-writing .gw-guarantees {
        padding: 55px 0;
    }

    .page-ghost-writing .gw-guarantees-title {
        font-size: 32px;
    }

    .page-ghost-writing .gw-cta-title {
        font-size: 32px;
    }

    .page-ghost-writing .gw-form-title {
        font-size: 24px;
    }

    .page-ghost-writing .single-bg-section {
        padding: 55px 0 65px;
    }

    .page-ghost-writing .gw-faq-section {
        padding: 55px 0 70px;
    }
}

/* ===========================
   Mobile
   =========================== */
@media (max-width: 767.98px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .top-bar {
        text-align: center;
    }

    .top-bar-info {
        justify-content: center;
        width: 100%;
    }

    .top-bar-email {
        font-size: 11px;
    }

    .top-bar-social {
        justify-content: center;
        width: 100%;
    }

    .main-navbar {
        padding: 10px 0;
    }

    .main-navbar .navbar-brand img {
        max-height: 46px;
    }

    .hero-banner {
        padding: 45px 0 0;
    }

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

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

    .hero-content {
        padding-bottom: 8px;
    }

    .promo-banner {
        padding: 28px 0;
    }

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

    .promo-action {
        text-align: center !important;
    }

    .promo-btn {
        font-size: 16px;
        padding: 12px 22px;
        white-space: normal;
    }

    .promo-note {
        text-align: center;
    }

    .exclusive-section {
        padding: 50px 0;
    }

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

    .exclusive-image {
        text-align: center !important;
        margin-top: 10px;
    }

    .exclusive-btn {
        width: 100%;
        text-align: center;
    }

    .bestsellers-section {
        padding: 50px 0 60px;
    }

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

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

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

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

    .service-icon-img {
        width: 100px;
    }

    .service-icon-desc {
        font-size: 13px;
    }

    .single-bg-section {
        padding: 50px 0 60px;
    }

    .experts-block {
        margin-top: 45px;
    }

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

    .guarantee-number {
        font-size: 34px;
    }

    .guarantee-card-title {
        font-size: 20px;
    }

    .guarantee-card {
        min-height: auto;
    }

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

    .expert-name {
        font-size: 20px;
    }

    .counter-section {
        padding: 50px 0 60px;
    }

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

    .counter-number {
        font-size: 32px;
    }

    .counter-label {
        font-size: 13px;
    }

    .portfolio-section {
        padding: 50px 0 60px;
    }

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

    .portfolio-tabs {
        gap: 6px 12px;
        margin-bottom: 28px;
    }

    .portfolio-tabs .nav-link {
        font-size: 14px;
        padding: 4px 0;
    }

    .portfolio-carousel-wrap {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .portfolio-lightbox {
        padding: 12px;
    }

    .portfolio-lightbox-dialog {
        width: 100%;
        padding: 14px 12px 12px;
        border-radius: 12px;
    }

    .portfolio-lightbox-close {
        top: 8px;
        right: 8px;
    }

    .portfolio-lightbox-prev {
        left: 6px;
    }

    .portfolio-lightbox-next {
        right: 6px;
    }

    .portfolio-lightbox-arrow {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .portfolio-lightbox-slide img {
        max-height: 52vh;
    }

    .portfolio-lightbox-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .testimonial-section {
        padding: 50px 0 80px;
    }

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

    .testimonial-slider-wrap {
        padding: 0;
    }

    .testimonial-card-inner {
        flex-direction: column;
        min-height: auto;
    }

    .testimonial-user-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 20px 0;
    }

    .testimonial-user-photo {
        max-width: 220px;
        margin: 0 auto;
    }

    .testimonial-user-meta {
        text-align: center;
    }

    .testimonial-content-col {
        padding: 20px 20px 38px;
    }

    .testimonial-quote-icon {
        width: 44px;
        height: 44px;
    }

    .testimonial-quote-heading {
        font-size: 18px;
    }

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

    .testimonial-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .testimonial-accent-bar {
        width: 140px;
    }

    .about-hero {
        padding: 50px 0 45px;
    }

    .about-platforms {
        padding: 50px 0;
    }

    .about-platforms-title {
        font-size: 28px;
    }

    .about-platforms-header {
        margin-bottom: 30px;
    }

    .about-platforms-logos img {
        min-width: 520px;
        max-width: none;
        width: auto;
    }

    .page-about .about-platforms-logos {
        padding-bottom: 6px;
    }

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

    .about-hero-desc {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-section-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

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

    .about-intro,
    .about-mv,
    .about-why {
        padding: 50px 0;
    }

    .about-intro-image {
        text-align: center !important;
        margin-top: 10px;
    }

    .about-story {
        padding: 50px 0;
    }

    .about-story-image {
        text-align: center !important;
        margin-bottom: 16px;
    }

    .about-story-image img {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .about-story-content {
        text-align: center;
    }

    .about-story-content .about-section-title,
    .about-story-content .about-text {
        text-align: left;
    }

    .about-story-content .exclusive-btn {
        width: 100%;
        text-align: center;
    }

    .quote-modal-header {
        padding: 24px 22px 8px;
    }

    .quote-modal-body {
        padding: 8px 22px 22px;
    }

    .quote-modal-title {
        font-size: 26px;
        padding-right: 28px;
    }

    .page-about .exclusive-content {
        text-align: left;
    }

    .page-about .exclusive-image img {
        max-width: 360px;
    }

    .page-about .counter-header {
        margin-bottom: 28px;
    }

    .page-about .counter-desc {
        font-size: 13px;
    }

    .page-about .counter-item {
        padding: 8px 4px;
    }

    .about-cta {
        padding: 35px 0;
        text-align: center;
    }

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

    .about-cta .text-lg-end {
        text-align: center !important;
    }

    .testimonial-slider .slick-slide {
        padding: 0 8px;
    }

    .quote-section {
        padding: 45px 0;
    }

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

    .quote-subtitle {
        font-size: 20px;
    }

    .quote-btn {
        width: 100%;
    }

    .page-contact .contact-hero {
        padding: 50px 0 45px;
    }

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

    .page-contact .contact-hero-desc {
        font-size: 14px;
    }

    .page-contact .contact-section {
        padding: 45px 0;
    }

    .page-contact .contact-info-title {
        font-size: 28px;
    }

    .page-contact .contact-form-wrap {
        padding: 24px 20px;
    }

    .page-contact .contact-form-title {
        font-size: 24px;
    }

    .page-contact .contact-form .quote-btn {
        width: 100%;
    }

    .page-legal .legal-hero {
        padding: 50px 0 45px;
    }

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

    .page-legal .legal-hero-desc {
        font-size: 14px;
    }

    .page-legal .legal-content-section {
        padding: 45px 0 60px;
    }

    .page-legal .legal-content-wrap {
        padding: 24px 20px 20px;
    }

    .page-legal .legal-block {
        padding: 20px 18px 18px;
    }

    .page-legal .legal-block h2 {
        font-size: 20px;
        padding-right: 40px;
    }

    .page-legal .legal-block-num {
        font-size: 24px;
    }

    .page-legal .legal-block p {
        font-size: 13px;
    }

    .page-ghost-writing .gw-hero {
        padding: 45px 0;
    }

    .page-ghost-writing .gw-hero-title {
        font-size: 28px;
    }

    .page-ghost-writing .gw-hero-desc {
        font-size: 14px;
    }

    .page-ghost-writing .about-platforms-logos img {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }

    .page-ghost-writing .gw-expertise {
        padding: 45px 0;
    }

    .page-ghost-writing .gw-expertise-title {
        font-size: 28px;
    }

    .page-ghost-writing .gw-fiction-elements {
        padding: 45px 0;
    }

    .page-ghost-writing .gw-fiction-title {
        font-size: 28px;
    }

    .page-ghost-writing .gw-fiction-author-name {
        font-size: 24px;
    }

    .page-ghost-writing .gw-core-section {
        padding: 45px 0;
    }

    .page-ghost-writing .gw-core-title {
        font-size: 28px;
    }

    .page-ghost-writing .gw-core-tab-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 17px;
    }

    .page-ghost-writing .gw-core-tab-label {
        font-size: 13px;
    }

    .page-ghost-writing .gw-cta-section {
        padding: 45px 0;
    }

    .page-ghost-writing .gw-guarantees {
        padding: 45px 0;
    }

    .page-ghost-writing .gw-guarantees-title {
        font-size: 28px;
    }

    .page-ghost-writing .gw-guarantees-books img {
        max-width: 100%;
    }

    .page-ghost-writing .gw-cta-title {
        font-size: 28px;
    }

    .page-ghost-writing .gw-cta-form-wrap {
        padding: 28px 22px 24px;
    }

    .page-ghost-writing .gw-cta-actions {
        flex-direction: column;
    }

    .page-ghost-writing .gw-cta-btn,
    .page-ghost-writing .gw-cta-btn-outline {
        width: 100%;
    }

    .page-ghost-writing .gw-expertise-images img {
        max-width: 100%;
    }

    .page-ghost-writing .gw-hero-form-wrap {
        padding: 24px 20px 22px;
    }

    .page-ghost-writing .gw-form-title {
        font-size: 22px;
    }

    .page-ghost-writing .gw-hero-btn {
        width: 100%;
        justify-content: center;
    }

    .faq-section {
        padding: 50px 0 60px;
    }

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

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

    .faq-accordion .accordion-button {
        font-size: 16px;
        padding: 16px 18px;
    }

    .faq-accordion .accordion-body {
        padding: 0 18px 18px;
        font-size: 14px;
    }

    .footer-main {
        padding: 40px 0 30px;
    }

    .footer-logo img {
        max-width: 170px;
    }

    .footer-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-bottom-links {
        margin-top: 12px;
        justify-content: center !important;
    }
}

/* ===========================
   Small Mobile
   =========================== */
@media (max-width: 575.98px) {
    .top-bar-email {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        vertical-align: bottom;
    }

    .hero-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .hero-desc {
        font-size: 13px;
    }

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

    .promo-title {
        font-size: 20px;
    }

    .exclusive-title,
    .bestsellers-title,
    .guarantee-title,
    .experts-title,
    .portfolio-title,
    .counter-title,
    .testimonial-title,
    .faq-title,
    .about-platforms-title,
    .about-section-title {
        font-size: 24px;
    }

    .guarantee-desc,
    .experts-desc,
    .bestsellers-desc,
    .portfolio-desc,
    .counter-desc,
    .testimonial-desc,
    .faq-subtitle,
    .about-hero-desc,
    .about-text {
        font-size: 13px;
    }

    .page-about .about-platforms-logos img {
        min-width: 460px;
    }

    .page-about .about-story-image img {
        max-width: 100%;
    }

    .page-about .exclusive-image img {
        max-width: 280px;
    }

    .page-about .counter-label {
        font-size: 11px;
        line-height: 1.4;
    }

    .page-about .counter-number {
        font-size: 26px;
    }

    .guarantee-card {
        padding: 36px 22px 32px 20px;
    }

    .guarantee-number {
        font-size: 30px;
        top: 18px;
        right: 18px;
    }

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

    .counter-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 16px;
    }

    .portfolio-tabs {
        gap: 4px 8px;
    }

    .portfolio-tabs .nav-link {
        font-size: 13px;
    }

    .testimonial-quote-heading {
        font-size: 16px;
    }

    .testimonial-ratings {
        height: 16px;
    }

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

    .quote-form .form-control,
    .quote-form .form-select {
        font-size: 14px;
        padding: 14px 16px;
        min-height: 48px;
    }

    .faq-accordion .accordion-button {
        font-size: 15px;
        padding: 14px 16px;
    }

    .footer-bottom-links {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .about-hero-title {
        font-size: 26px;
    }

    .about-platforms-title {
        font-size: 22px;
        line-height: 1.35;
    }

    .about-platforms-label {
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-section-title {
        font-size: 24px;
    }

    .page-contact .contact-hero-title {
        font-size: 26px;
    }

    .page-contact .contact-info-title {
        font-size: 24px;
    }

    .page-contact .contact-form-title {
        font-size: 22px;
    }

    .page-contact .contact-info-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .page-contact .contact-info-item a,
    .page-contact .contact-info-item > div span:not(.contact-info-label) {
        font-size: 13px;
    }

    .page-legal .legal-hero-title {
        font-size: 26px;
    }

    .page-legal .legal-hero-badge {
        font-size: 10px;
        padding: 6px 12px;
    }

    .page-legal .legal-block h2 {
        font-size: 18px;
    }

    .page-legal .legal-block-num {
        font-size: 22px;
    }

    .page-ghost-writing .gw-hero-title {
        font-size: 24px;
        line-height: 1.35;
    }

    .page-ghost-writing .gw-form-title {
        font-size: 20px;
    }

    .page-ghost-writing .gw-expertise-title {
        font-size: 24px;
    }

    .page-ghost-writing .gw-fiction-title {
        font-size: 24px;
    }

    .page-ghost-writing .gw-fiction-author-name {
        font-size: 22px;
    }

    .page-ghost-writing .gw-cta-title {
        font-size: 24px;
    }

    .page-ghost-writing .gw-guarantees-title {
        font-size: 24px;
    }

    .page-ghost-writing .gw-faq-section {
        padding: 45px 0 55px;
    }

    .page-ghost-writing .gw-faq-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .page-ghost-writing .gw-faq-image {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .page-ghost-writing .gw-faq-image img {
        transform: none;
    }

    .page-ghost-writing .gw-core-title {
        font-size: 24px;
    }

    .about-mv-title {
        font-size: 20px;
    }

    .about-cta-title {
        font-size: 22px;
    }
}

/* ===========================
   Ghost Writing Page
   =========================== */
@media (max-width: 991.98px) {
    .page-ghost-writing .promo-content {
        text-align: center;
    }

    .page-ghost-writing .promo-action {
        text-align: center !important;
    }

    .page-ghost-writing .gw-expertise-images {
        text-align: center !important;
    }

    .page-ghost-writing .gw-fiction-image {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .page-ghost-writing .gw-guarantees-books {
        text-align: center !important;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-ghost-writing .single-bg-section {
        padding: 45px 0 50px;
    }

    .page-ghost-writing .guarantee-title {
        font-size: 28px;
    }

    .page-ghost-writing .guarantee-desc {
        font-size: 13px;
    }

    .page-ghost-writing .gw-faq-section {
        padding: 45px 0 55px;
    }

    .page-ghost-writing .gw-faq-title {
        font-size: 28px;
    }

    .page-ghost-writing .gw-fiction-image img {
        max-width: 100%;
    }

    .page-ghost-writing .gw-guarantees-desc {
        font-size: 13px;
    }

    .page-ghost-writing .gw-guarantees-rating {
        font-size: 12px;
        padding: 12px 18px;
        width: 100%;
    }

    .page-ghost-writing .gw-guarantee-text {
        font-size: 13px;
        padding-right: 28px;
    }

    .page-ghost-writing .gw-guarantee-item--stat .gw-guarantee-text {
        padding-right: 0;
    }

    .page-ghost-writing .gw-guarantee-item--stat .gw-guarantee-stat {
        font-size: 28px;
        color: #D91F2D;
    }

    .page-ghost-writing .gw-cta-consent .form-check-label {
        font-size: 10px;
    }

    .page-ghost-writing .gw-core-tab-content {
        min-height: auto;
    }

    .page-ghost-writing .gw-core-title {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .page-ghost-writing .promo-title {
        font-size: 20px;
    }

    .page-ghost-writing .promo-label {
        font-size: 11px;
    }

    .page-ghost-writing .about-platforms-title {
        font-size: 24px;
    }

    .page-ghost-writing .about-platforms-label {
        font-size: 12px;
    }

    .page-ghost-writing .guarantee-title {
        font-size: 24px;
    }

    .page-ghost-writing .gw-faq-title {
        font-size: 26px;
    }

    .page-ghost-writing .gw-guarantee-num {
        font-size: 22px;
    }

    .page-ghost-writing .gw-guarantees-title {
        font-size: 22px;
    }
}
