:root {
    --primary: #ff4d8d;
    --primary-dark: #e63277;
    --secondary: #ffc940;
    --accent: #17a2b8;
    --soft-pink: #fff0f7;
    --soft-yellow: #fff9e6;
    --ink: #232838;
    --muted: #667085;
    --white: #ffffff;
    --footer: #121826;
    --radius: 18px;
    --shadow: 0 10px 25px rgba(16, 24, 40, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--ink);
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar .nav-link,
.btn {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

.py-lg-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.site-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #f0e9ef;
    backdrop-filter: blur(12px);
}

.site-header.scrolled {
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08);
}

.logo-main {
    height: 90px;
}

.navbar .nav-link {
    color: var(--ink);
    font-size: 1.05rem;
    padding: 0.5rem 1.5rem !important;
    border-radius: 999px;
    transition: all 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #fff;
    background: var(--primary);
}

.btn {
    border-radius: 999px;
    padding: 0.65rem 1.45rem;
    font-size: 1.05rem;
}

.btn-primary {
    border-color: var(--primary);
    background: var(--primary);
}

.btn-primary:hover {
    border-color: var(--primary-dark);
    background: var(--primary-dark);
}

.btn-whatsapp {
    background: #1db954;
    border-color: #1db954;
    color: #fff;
}

.btn-whatsapp:hover {
    color: #fff;
    background: #17a64a;
    border-color: #17a64a;
}

.btn-accent {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn-accent:hover {
    color: #fff;
    background: #13889a;
    border-color: #13889a;
}

.hero-section,
.hero-section .carousel-item,
.hero-slide {
    min-height: 82vh;
}

.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(16, 24, 40, 0.3) 0%, rgba(16, 24, 40, 0.48) 48%, rgba(16, 24, 40, 0.68) 100%),
        linear-gradient(90deg, rgba(16, 24, 40, 0.7) 0%, rgba(16, 24, 40, 0.48) 44%, rgba(16, 24, 40, 0.34) 100%);
    pointer-events: none;
}

.hero-slide .container {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.hero-slide h1,
.hero-slide h2 {
    color: #fff;
    max-width: 760px;
    font-size: 3.15rem;
    line-height: 1.12;
    margin-bottom: 0.75rem;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.38);
    text-wrap: balance;
}

.hero-slide h1 span,
.hero-slide h2 span {
    color: var(--secondary);
}

.hero-slide p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 650px;
    font-size: 1rem;
    line-height: 1.55;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    text-wrap: balance;
}

.hero-badge {
    display: inline-block;
    background: var(--secondary);
    color: #4b3500;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.section-soft {
    background: var(--soft-pink);
}

.section-yellow {
    background: var(--soft-yellow);
}

.section-title h2,
.page-hero h1 {
    font-size: 2rem;
    line-height: 1.22;
    margin-bottom: 0.75rem;
    text-wrap: balance;
}

.cta-final h2 {
    font-size: 2.35rem;
    line-height: 1.18;
    margin-bottom: 0.75rem;
    text-wrap: balance;
}

.section-title h2 span,
.page-hero h1 span {
    color: var(--primary);
}

.products-hero h1 {
    font-size: 1.85rem;
}

.process-hero h1 {
    font-size: 1.85rem;
}

.process-hero h2 {
    color: var(--muted);
    max-width: 620px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.55;
    font-weight: 500;
    text-wrap: balance;
}

.blog-hero {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}

.blog-hero h1 {
    font-size: 1.85rem;
}

.blog-hero p {
    max-width: 560px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-hero {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}

.contact-hero h1 {
    font-size: 1.85rem;
}

.contact-hero h2 {
    color: var(--muted);
    max-width: 620px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-wrap: balance;
}

.section-title p,
.page-hero p,
.cta-final p {
    color: var(--muted);
    max-width: 620px;
    margin: 0 auto;
}

.feature-card,
.value-card,
.req-card,
.review-card,
.contact-card,
.spec-card,
.step-card,
.content-box {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.feature-card {
    height: 100%;
    padding: 1.65rem;
}

.value-card {
    height: 100%;
    padding: 1.7rem;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(16, 24, 40, 0.12);
}

.value-card i {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 77, 141, 0.12);
    color: var(--primary);
    font-size: 1.35rem;
    margin-bottom: 0.8rem;
}

.feature-icon {
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

.feature-card h3,
.value-card h3,
.req-card h3,
.contact-card h3,
.step-card h3 {
    font-size: 1.18rem;
    line-height: 1.25;
    margin-bottom: 0.45rem;
}

.feature-card p,
.value-card p,
.req-card p,
.contact-card p,
.step-card p,
.review-card p,
.content-box p {
    color: var(--muted);
    margin-bottom: 0;
}

.feature-card .feature-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.18rem;
    color: var(--ink);
    margin-bottom: 0.45rem;
}

.feature-card .feature-description {
    color: var(--muted);
}

.content-box {
    max-width: 920px;
    padding: 2.25rem;
}

.content-box h2 {
    font-size: 1.92rem;
    line-height: 1.22;
    margin-bottom: 0.9rem;
    text-wrap: balance;
}

.value-card h3 {
    font-size: 1.08rem;
}

.content-box p+p {
    margin-top: 0.9rem;
}

.product-card {
    display: block;
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    color: inherit;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(16, 24, 40, 0.12);
}

.product-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-body {
    padding: 1.2rem;
}

.product-card-title {
    font-size: 1.05rem;
    line-height: 1.25;
    margin-bottom: 0.45rem;
    color: var(--ink);
}

.product-body h3 {
    font-size: 1.18rem;
    line-height: 1.25;
    margin-bottom: 0.45rem;
    color: var(--ink);
}

.product-body p {
    color: #4e5969;
    margin-bottom: 0.8rem;
}

.product-body small {
    color: #4e5969;
}

.product-body small p {
    margin-bottom: 0;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-meta strong {
    color: var(--primary);
    font-size: 1.35rem;
}

.product-meta span {
    background: var(--soft-yellow);
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    font-weight: 700;
}

.review-card {
    padding: 1.4rem;
    height: 100%;
}

.review-card-google {
    border: 1px solid #e6eaf0;
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.08);
}

.review-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.review-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 3px 10px rgba(16, 24, 40, 0.12);
}

.review-name {
    display: block;
    font-size: 1.05rem;
    line-height: 1.2;
}

.review-source {
    color: var(--muted);
    font-size: 0.9rem;
}

.review-source i {
    color: #4285f4;
}

.review-text {
    color: #4e5969;
    line-height: 1.6;
    margin-bottom: 0;
}

#reviewsCarousel {
    padding: 0 3.4rem;
}

#reviewsCarousel .carousel-control-prev,
#reviewsCarousel .carousel-control-next {
    width: 2.7rem;
    height: 2.7rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 50%;
    background: var(--primary);
}

#reviewsCarousel .carousel-control-prev {
    left: 0;
}

#reviewsCarousel .carousel-control-next {
    right: 0;
}

#reviewsCarousel .carousel-control-prev-icon,
#reviewsCarousel .carousel-control-next-icon {
    width: 1.1rem;
    height: 1.1rem;
}

#reviewsCarousel .carousel-control-prev:hover,
#reviewsCarousel .carousel-control-next:hover {
    background: var(--primary-dark);
}

.stars {
    color: #f7b500;
}

.review-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.btn-review-whatsapp {
    background: #1db954;
    border: 2px solid #1db954;
    color: #fff;
    box-shadow: 0 8px 20px rgba(29, 185, 84, 0.3);
}

.btn-review-whatsapp:hover {
    color: #fff;
    background: #17a64a;
    border-color: #17a64a;
}

.btn-review-google {
    background: #fff;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.btn-review-google:hover {
    background: var(--soft-pink);
    color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.faq-accordion {
    max-width: 860px;
}

.accordion-item {
    border: 0;
    margin-bottom: 0.8rem;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.accordion-button {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    background: #fff;
    padding: 1.1rem 1.35rem;
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
    background: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.cta-final {
    background: linear-gradient(120deg, #ff4d8d, #ff7eb4);
    color: #fff;
}

.cta-final p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.4rem;
}

.about-highlight-box {
    background: #000;
    border-radius: 22px;
    padding: clamp(1.6rem, 3.4vw, 2.5rem);
}

.about-highlight-tag {
    color: var(--secondary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
}

.about-highlight-box h2 {
    color: #fff;
    font-size: clamp(1.7rem, 3.2vw, 2.3rem);
    margin-bottom: 0.75rem;
}

.about-highlight-box p {
    color: rgba(255, 255, 255, 0.84);
    margin: 0;
}

.about-highlight-box .btn-light {
    color: #000;
    font-weight: 700;
}

.about-highlight-box .btn-outline-light {
    border-width: 2px;
    font-weight: 700;
}

.site-footer {
    background: var(--footer);
    color: #fff;
}

.logo-footer {
    height: 110px;
}

.footer-title {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.footer-links a,
.footer-contact li,
.text-light-muted {
    color: rgba(255, 255, 255, 0.7);
}

.footer-links a:hover {
    color: var(--secondary);
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.4rem;
}

.footer-contact i {
    width: 22px;
    color: var(--primary);
}

.social-links a {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--primary);
}

.social-links a:hover {
    background: var(--accent);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-bottom p {
    margin: 0;
    text-align: left;
}

.footer-bottom a {
    margin-left: auto;
}

.back-link {
    color: var(--primary);
    font-weight: 700;
}

.product-media-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-media-carousel {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: linear-gradient(180deg, #fff7fb 0%, #fff 100%);
}

.detail-media-frame {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top right, rgba(255, 201, 64, 0.22), transparent 34%),
        radial-gradient(circle at bottom left, rgba(255, 77, 141, 0.16), transparent 38%),
        #fff;
}

.detail-image {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.detail-media-image,
.detail-media-video,
.detail-media-embed {
    width: 100%;
    height: 100%;
    display: block;
}

.detail-media-image {
    object-fit: cover;
}

.detail-media-video {
    object-fit: contain;
    background: #000;
}

.detail-media-embed {
    border: 0;
    background: #000;
}

.detail-media-control {
    width: 3rem;
    height: 3rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 50%;
    background: rgba(35, 40, 56, 0.7);
}

.detail-media-control.carousel-control-prev {
    left: 1rem;
}

.detail-media-control.carousel-control-next {
    right: 1rem;
}

.detail-media-control:hover {
    background: rgba(35, 40, 56, 0.88);
}

.detail-thumbs {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.detail-thumb {
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    width: 74px;
    flex: 0 0 74px;
}

.detail-thumb:hover {
    transform: translateY(-3px);
}

.detail-thumb.is-active,
.detail-thumb[aria-current="true"] {
    border-color: var(--primary);
    box-shadow: 0 16px 28px rgba(255, 77, 141, 0.18);
}

.detail-thumb-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    background: #fff4fa;
}

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

.detail-thumb-video-fallback,
.detail-thumb-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.detail-thumb-video-fallback {
    background: linear-gradient(135deg, var(--primary), #ff9d40);
}

.detail-thumb-play {
    background: linear-gradient(180deg, rgba(18, 24, 38, 0.04), rgba(18, 24, 38, 0.52));
}

.detail-thumb-video-fallback i,
.detail-thumb-play i {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(10px);
}

.detail-title {
    font-size: 2.25rem;
    line-height: 1.18;
    text-wrap: balance;
}

.detail-price {
    color: var(--primary);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.detail-price span {
    color: var(--muted);
    font-size: 1.1rem;
    font-weight: 700;
}

.detail-description {
    color: var(--muted);
    margin-bottom: 1.4rem;
}

.product-detail-copy .content-box h2,
.product-detail-faq .section-title h2 {
    font-size: 1.75rem;
    line-height: 1.24;
}

.product-detail-faq .section-title p {
    font-size: 0.98rem;
}

.spec-card {
    padding: 1rem;
}

.spec-card i {
    color: var(--primary);
    font-size: 1.25rem;
    margin-bottom: 0.45rem;
}

.spec-card small {
    display: block;
    color: var(--muted);
    margin-bottom: 0.2rem;
}

.step-list {
    max-width: 880px;
}

.step-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.45rem;
    margin-bottom: 1rem;
}

.step-card i {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 77, 141, 0.1);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.req-card {
    padding: 1.55rem;
    height: 100%;
}

.process-requirements .section-title h2 {
    font-size: 1.85rem;
}

.process-steps .step-card h3,
.process-requirements .req-card h3 {
    font-size: 1.08rem;
}

.blog-card {
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    color: inherit;
    height: 100%;
    background: #fff;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-cover {
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #ff73a7, #ffcb55, #5dc4d6);
}

.blog-body {
    padding: 1.2rem;
}

.badge-category {
    background: var(--soft-pink);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
}

.blog-card-title,
.blog-body h3 {
    font-size: 1rem;
    line-height: 1.3;
    margin: 0.75rem 0 0.45rem;
}

.blog-body p,
.blog-body small,
.post-content p,
.post-content small {
    color: var(--muted);
}

.post-content {
    max-width: 780px;
}

.post-content h1 {
    font-size: 2.35rem;
    line-height: 1.18;
    margin: 0.9rem 0 0.45rem;
    text-wrap: balance;
}

.post-content h2 {
    font-size: 1.35rem;
    line-height: 1.3;
    margin: 2rem 0 0.7rem;
    text-wrap: balance;
}

.post-content h3 {
    margin: 1.8rem 0 0.65rem;
    font-size: 1.18rem;
    line-height: 1.3;
}

.post-content small {
    display: block;
    margin-bottom: 2rem;
}

.post-content p {
    font-size: 1rem;
    line-height: 1.78;
    margin-bottom: 1.25rem;
}

.map-wrap {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    min-height: 420px;
}

.map-wrap iframe {
    width: 100%;
    margin-bottom: -7px;
    border: 0;
}

.contact-stack {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: 100%;
}

.contact-main {
    padding-top: 3.5rem !important;
}

.contact-card {
    padding: 1.35rem;
}

.contact-card h3 {
    font-size: 1.05rem;
    line-height: 1.25;
    margin-bottom: 0.55rem;
}

.contact-card h3 i {
    width: 24px;
    color: var(--primary);
}

.contact-products .section-title h2 {
    font-size: 1.85rem;
}

.mini-product {
    display: block;
    text-align: center;
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 14px;
    padding: 0.7rem;
    height: 100%;
    color: inherit;
}

.mini-product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0.4rem;
}

.mini-product h3,
.mini-product p {
    margin: 0;
    color: var(--ink);
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1.25;
}

.col-lg-2-4 {
    width: 50%;
}

.floating-whatsapp {
    position: fixed;
    left: 1.1rem;
    bottom: 1.1rem;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1db954;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    box-shadow: 0 8px 24px rgba(29, 185, 84, 0.35);
}

.floating-whatsapp i {
    font-size: 1.7rem;
}

.floating-whatsapp:hover {
    color: #fff;
    background: #17a64a;
}

@media (min-width: 992px) {
    .col-lg-2-4 {
        width: 20%;
    }
}

@media (max-width: 991.98px) {
    .logo-main {
        height: 60px;
    }

    .hero-section,
    .hero-section .carousel-item,
    .hero-slide {
        min-height: 72vh;
    }

    .hero-slide .container {
        max-width: 680px;
    }

    .hero-slide h1,
    .hero-slide h2 {
        max-width: 620px;
        font-size: 2.45rem;
    }

    .hero-slide p {
        max-width: 560px;
        font-size: 0.95rem;
    }

    .section-title h2,
    .page-hero h1 {
        font-size: 1.95rem;
    }

    .products-hero h1 {
        font-size: 1.78rem;
    }

    .process-hero h1 {
        font-size: 1.78rem;
    }

    .process-hero h2 {
        font-size: 1rem;
    }

    .process-requirements .section-title h2 {
        font-size: 1.78rem;
    }

    .blog-hero {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .blog-hero h1 {
        font-size: 1.78rem;
    }

    .contact-hero {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .contact-hero h1 {
        font-size: 1.78rem;
    }

    .contact-hero h2 {
        font-size: 0.95rem;
    }

    .contact-main {
        padding-top: 3rem !important;
    }

    .contact-products .section-title h2 {
        font-size: 1.78rem;
    }

    .cta-final h2 {
        font-size: 2.15rem;
    }

    .content-box h2 {
        font-size: 1.78rem;
    }

    .detail-title {
        font-size: 2rem;
    }

    .product-detail-copy .content-box h2,
    .product-detail-faq .section-title h2 {
        font-size: 1.65rem;
    }

    .post-content h1 {
        font-size: 2.05rem;
    }

    .post-content h2 {
        font-size: 1.25rem;
    }

    .navbar .btn-whatsapp {
        margin-top: 0.75rem;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hero-section,
    .hero-section .carousel-item,
    .hero-slide {
        min-height: 66vh;
    }

    .hero-slide h1,
    .hero-slide h2 {
        font-size: 1.85rem;
        line-height: 1.16;
    }

    .hero-slide p {
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .section-title h2,
    .page-hero h1 {
        font-size: 1.65rem;
    }

    .products-hero h1 {
        font-size: 1.55rem;
    }

    .process-hero h1 {
        font-size: 1.55rem;
    }

    .process-hero h2 {
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .process-requirements .section-title h2 {
        font-size: 1.55rem;
    }

    .blog-hero {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .blog-hero h1 {
        font-size: 1.55rem;
    }

    .blog-hero p {
        font-size: 0.92rem;
    }

    .contact-hero {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .contact-hero h1 {
        font-size: 1.55rem;
    }

    .contact-hero h2 {
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .contact-main {
        padding-top: 2.5rem !important;
    }

    .contact-card h3 {
        font-size: 1rem;
    }

    .contact-products .section-title h2 {
        font-size: 1.55rem;
    }

    .cta-final h2 {
        font-size: 1.85rem;
    }

    .content-box h2 {
        font-size: 1.5rem;
    }

    .detail-title {
        font-size: 1.7rem;
    }

    .product-detail-copy .content-box h2,
    .product-detail-faq .section-title h2 {
        font-size: 1.45rem;
    }

    .feature-card h3,
    .value-card h3,
    .req-card h3,
    .contact-card h3,
    .step-card h3,
    .product-body h3 {
        font-size: 1.08rem;
    }

    .product-card-title {
        font-size: 1rem;
    }

    .process-steps .step-card h3,
    .process-requirements .req-card h3 {
        font-size: 1rem;
    }

    .blog-card-title,
    .blog-body h3 {
        font-size: 0.98rem;
    }

    .mini-product h3,
    .mini-product p {
        font-size: 0.82rem;
    }

    .post-content h1 {
        font-size: 1.75rem;
    }

    .post-content h2 {
        font-size: 1.15rem;
        margin-top: 1.7rem;
    }

    .post-content p {
        font-size: 0.98rem;
        line-height: 1.7;
        margin-bottom: 1.15rem;
    }

    .accordion-button {
        font-size: 0.95rem;
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-bottom a {
        margin-left: 0;
    }

    .content-box {
        padding: 1.65rem;
    }

    .floating-whatsapp {
        width: 54px;
        height: 54px;
        left: 0.9rem;
        bottom: 0.9rem;
    }

    #reviewsCarousel {
        padding: 0 2.8rem;
    }

    #reviewsCarousel .carousel-control-prev,
    #reviewsCarousel .carousel-control-next {
        width: 2.4rem;
        height: 2.4rem;
    }

    .review-actions .btn {
        width: 100%;
    }

    .about-highlight-box .btn {
        width: 100%;
    }

    .detail-thumbs {
        gap: 0.45rem;
        overflow-x: auto;
        padding-bottom: 0.35rem;
        flex-wrap: nowrap;
    }

    .detail-thumb {
        width: 64px;
        flex-basis: 64px;
    }

    .detail-media-control {
        width: 2.5rem;
        height: 2.5rem;
    }

    .detail-media-control.carousel-control-prev {
        left: 0.65rem;
    }

    .detail-media-control.carousel-control-next {
        right: 0.65rem;
    }
}
