/* Import Poppins font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Variables */
:root {
    --font-primary: 'Poppins', sans-serif;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Privacidade layout */
  .legal-wrap{
    margin:180px auto 80px;
    max-width: 920px;
    padding: 0 18px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color:#111;
  }

  .legal-card{
    padding: 0;
  }

  .legal-title{
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: .2px;
  }

  .legal-meta{
    margin: 0 0 32px;
    color: rgba(0,0,0,.6);
    font-size: 14px;
  }

  .legal-section{
    margin-top: 40px;
  }

  .legal-section h2{
    font-size: 18px;
    margin: 0 0 14px;
  }

  .legal-card p{
    margin: 0 0 12px;
    line-height: 1.7;
  }

  .legal-card ul{
    margin: 10px 0 14px 22px;
    padding: 0;
  }

  .legal-card li{
    margin: 6px 0;
    line-height: 1.7;
  }

  .legal-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    margin-top: 10px;
  }

  .legal-grid p{
    margin:0;
  }

  @media (max-width: 720px){
    .legal-title{ font-size: 24px; }
    .legal-grid{ grid-template-columns: 1fr; }
  }

/* ajax loader e modal box */
.modal-backdrop {
    background-color: #cdcdcd;
    z-index: 999999997;
}

#ajax_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999999;
    height: 100px;
    width: 200px;
    margin-left: -100px;
    margin-top: -50px;
    text-align: center;
}

.text-loading {
    margin-top: 20px;
    color: #3b3e42;
    font-weight: 500;
}

.modal {
    z-index: 999999998;
}

.modal-danger .modal-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.modal-danger .close {
    color: #a94442;
}

.modal-danger .modal-content {
    border-color: #ebccd1;
}

.modal-danger .modal-footer {
    border-top: 1px solid #ebccd1;
}

.modal-warning .modal-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-warning .close {
    color: #8a6d3b;
}

.modal-warning .modal-content {
    border-color: #faebcc;
}

.modal-warning .modal-footer {
    border-top: 1px solid #faebcc;
}

.modal-info .modal-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal-info .close {
    color: #31708f;
}

.modal-info .modal-content {
    border-color: #bce8f1;
}

.modal-info .modal-footer {
    border-top: 1px solid #bce8f1;
}

.modal-success .modal-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.modal-success .close {
    color: #3c763d;
}

.modal-success .modal-content {
    border-color: #d6e9c6;
}

.modal-success .modal-footer {
    border-top: 1px solid #d6e9c6;
}

.modal-primary .modal-header {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.modal-primary .close {
    color: #fff;
}

.modal-primary .modal-content {
    border-color: #428bca;
}

.modal-primary .modal-footer {
    border-top: 1px solid #428bca;
}

/* end modal box*/

#subcontent {
    float: left; 
    width: 100%;
    overflow: hidden;
}

.main_parallax_v {
    width:100%;
}

.contents_parallax_v {
    height: 100%;
}

.main_parallax_h {
    width:100%; 
    height:300px;
    position:relative; 
    overflow:hidden;
}

.contents_parallax_h {
    height: 100%;
    position: absolute;
}

.div_parallax_v {
    height: 500px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}

.div_parallax_h {
    height: 350px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}

/* font face use */
/*
html,
body {
    font-family:'Conv_GOTHIC',Sans-Serif;
}

@font-face {
    font-family: 'Conv_GOTHIC';
    src: url('/media/fonts/GOTHIC.eot');
    src: local('?'), url('/media/fonts/GOTHIC.woff') format('woff'), url('/media/fonts/GOTHIC.ttf') format('truetype'), url('/media/fonts/GOTHIC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* end font face */


/* links */

a {
    /*font-family: 'Conv_GOTHIC';*/
    font-size: 11px;
}

a:link {
    color: #282828;
    text-decoration: none;
}

a:visited {
    color: #282828;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
    text-decoration: underline;
}

a:active {
    color: #FF6600;
    text-decoration: underline;
}
/* end links */
.div_block_ele {
    position: relative;
    padding-bottom: 30px;
}
.LV_validation_message {
    position: absolute;
    top: 32px;
    left: 0px;
}
.titulo_caracteristica_cor {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
}
.cor {
    padding-right: 20px;
    cursor: pointer;
}
.cor:hover {
    opacity: 0.5;
}
.color_selected {
    border: 2px solid #000;
}

/* Homepage Hero Banner */
.hero-banner {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: visible;
    background-color: #1a1a1a; /* Dark background while video loads */
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    z-index: 5;
    pointer-events: none;
}

.videoHomepage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
}

.hero-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-banner.has-image::before {
    display: none;
}

/* Video loading animation */
.hero-banner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 3px solid rgba(230, 8, 110, 0.2);
    border-top-color: #E6086E;
    border-radius: 50%;
    animation: videoSpinner 0.8s linear infinite;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.hero-banner.video-loaded::before {
    opacity: 0;
    pointer-events: none;
}

@keyframes videoSpinner {
    to {
        transform: rotate(360deg);
    }
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    z-index: 10;
    max-width: 900px;
    padding: 0 20px;
}

.hero-title {
    font-family: var(--font-primary);
    font-size: 72px;
    font-weight: 500;
    /*line-height: 72px;*/
    letter-spacing: -3.6px;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out 0.3s both;
    justify-self: center;
}

.hero-title span {
    font-weight: 600;
    white-space: nowrap;
}

.hero-subtitle {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 40px 0;
    opacity: 0.95;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    animation: fadeInUp 1s ease-out 0.9s both;
}

.hero-buttons a {
    color: #FFF;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.btn-primary {
    background: #E6086E;
    color: #FFF;
    padding: 14px 32px;
    border-radius: 9999px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary:hover {
    background: #c00659;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230, 8, 110, 0.4);
    text-decoration: none;
    color: #FFF;
}

.btn-criartiles{
    color: white!important;
    width: fit-content;
    border-radius: 12px;
    padding: 10px 20px;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.10);
    color: #FFF;
    padding: 14px 32px;
    border-radius: 9999px;
    border: 1.5px solid #FFF;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.20);
    transform: translateY(-2px);
    text-decoration: none;
    color: #FFF;
}

/* WhatsApp CTA Button */
.whatsapp-cta-banner {
    position: absolute;
    bottom: 0;
    right: 120px;
    transform: translateY(50%);
    z-index: 15;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px 12px 24px;
    border-radius: 90px;
    background: rgba(179, 179, 179, 0.75);
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(2.55px);
    -webkit-backdrop-filter: blur(2.55px);
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-cta-banner:hover {
    background: rgba(179, 179, 179, 0.85);
    transform: translateY(50%) translateY(-2px);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.30);
    text-decoration: none;
}

.whatsapp-cta-text {
    color: #FFF;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
}

.whatsapp-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.whatsapp-cta-icon svg {
    width: 30px;
    height: 30px;
    display: block;
}

/* WhatsApp CTA responsive moved to main 991px media query */

/* Three Column Features Section */
.three-column-features {
    padding: 80px 120px;
    background: #fff;
}

.features-grid {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.feature-box {
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    backdrop-filter: blur(12px);
    flex: 1;
    border-radius: 16px;
    padding: 46px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #FFD9E7 0%, rgba(255, 255, 255, 0.00) 100%);
    /* Initial state for animation */
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}

/* Animated state */
.feature-box.animate {
    animation: fadeSlideUp 0.6s ease forwards;
}

/* Cascade delay */
.feature-box:nth-child(1).animate { animation-delay: 0s; }
.feature-box:nth-child(2).animate { animation-delay: 0.2s; }
.feature-box:nth-child(3).animate { animation-delay: 0.4s; }

@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(230, 8, 110, 0.15);
}

.feature-icon {
    margin-bottom: 20px;
}

.feature-icon svg {
    width: 64px;
    height: 64px;
}

.feature-badge {
    display: inline-block;
    color: #FFF;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    margin-bottom: 16px;
    color: #E6086E;
    border-radius: 13205.916px;
    border: 1.321px solid rgba(230, 8, 110, 0.30);
    background: rgba(230, 8, 110, 0.10);
}

.feature-box h3 {
    color: #171717;
    font-family: var(--font-primary);
    font-size: 26.414px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.98px; /* 140% */
    letter-spacing: -0.66px;
    margin: 0 0 8px 0;
    text-align: center;
}

.feature-box p {
    color: #525252;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin: 0;
    text-align: center;
}

/* Two Column Section */
.two-column-section {
    padding: 80px 0;
    background: #fff;
}

.grid-40-60 {
    display: flex;
    gap: 60px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 0 120px;
}

.grid-40-60 .column:first-child {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grid-40-60 .column:last-child {
    flex: 3;
}

.grid-40-60 .column h2 {
    color: #171717;
    font-family: var(--font-primary);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 100% */
    letter-spacing: -2px;
}

.grid-40-60 .column p {
    color: #525252;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 25px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header img {
    height: 60px;
    width: auto;
}

/* Logo switching on scroll */
#header .header-logo-white {
    display: block;
}

#header .header-logo-pink {
    display: none;
}

#header.header-scrolled .header-logo-white {
    display: none;
}

#header.header-scrolled .header-logo-pink {
    display: block;
}

#cms_menu_header {
    color: #333;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 3px 0px 3px 28px;
    border-radius: 9999px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5.9px);
    -webkit-backdrop-filter: blur(5.9px);
}

#cms_menu_header a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

#cms_menu_header a:hover {
    color: #e91e63;
    text-decoration: none;
}

/* CTA Button for menu item ID 40 */
#cms_menu_header a.cta-button {
    background: #E6086E;
    color: #FFF;
    padding: 8px 25px;
    border-radius: 9999px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 5px;
}

#cms_menu_header a.cta-button svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

#cms_menu_header a.cta-button:hover {
    background: #c00659;
    color: #FFF;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(230, 8, 110, 0.3);
}

/* Hamburger Menu Button - Hidden on desktop */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.70);
    border: 0.5px solid #FFF;
    border-radius: 9999px;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: pointer;
    z-index: 1002;
    transition: all 0.3s ease;
}

.hamburger-btn:hover {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}

.hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #E6086E;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hamburger animation when menu is open */
#header.mobile-menu-open .hamburger-btn .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

#header.mobile-menu-open .hamburger-btn .hamburger-line:nth-child(2) {
    opacity: 0;
}

#header.mobile-menu-open .hamburger-btn .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu Overlay - hidden, using fullscreen nav-wrapper instead */
.mobile-menu-overlay {
    display: none;
}

/* Header stays on top when menu is open */
#header.mobile-menu-open {
    z-index: 1002;
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Nav wrapper - normal on desktop */
.nav-wrapper {
    display: contents;
}

/* Info Emotiles Section */
.info-emotiles {
    padding: 0px 120px;
}

.info-emotiles h3 {
    color: #171717;
    font-family: var(--font-primary);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2.4px;
}

.info-emotiles p {
    color: #525252;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Product Showcase Section */
.product-showcase {
    padding: 60px 120px;
    background: #fff;
}

.showcase-grid {
    display: flex;
    gap: 32px;
    align-items: stretch;
    min-height: 800px;
}

.showcase-image {
    flex: 0 0 66%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    /* Animation initial state */
    opacity: 0;
    transform: translateX(-50px);
}

.showcase-image.animate {
    animation: slideInLeft 0.6s ease forwards;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.showcase-image-wrapper {
    width: 100%;
    /*height: 550px;*/
    overflow: hidden;
}

.showcase-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px 20px 0px 0px;
}

.showcase-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 30px;
}

.showcase-cta h3 {
    color: #171717;
    font-family: var(--font-primary);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1px;
    margin: 0;
}

.showcase-cta p {
    color: #525252;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.showcase-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.showcase-card {
    display: flex;
    flex: 1;
    gap: 24px;
    padding: 28px 30px;
    background: #FFF;
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    transition: all 0.3s ease;
    flex-direction: column;
    /* Animation initial state */
    opacity: 0;
    transform: translateY(-30px);
}

/* Card 1 drops from top */
.showcase-card:nth-child(1) {
    transform: translateY(-30px);
}

.showcase-card:nth-child(1).animate {
    animation: dropDown 0.5s ease forwards;
    animation-delay: 0.3s;
}

/* Card 2 rises from bottom */
.showcase-card:nth-child(2) {
    transform: translateY(30px);
}

.showcase-card:nth-child(2).animate {
    animation: riseUp 0.5s ease forwards;
    animation-delay: 0.5s;
}

@keyframes dropDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes riseUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.showcase-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.card-badge {
    display: inline-block;
    width: fit-content;
    padding: 4px 18px;
    border-radius: 9999px;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.badge-basic {
    background: rgba(230, 8, 110, 0.10);
    color: #E6086E;
    border: 1px solid rgba(230, 8, 110, 0.30);
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.792px; /* 181.6% */
}

.badge-premium {
    background: rgba(230, 8, 110, 0.10);
    border: 1px solid rgba(230, 8, 110, 0.30);
    color: #E6086E;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.792px; /* 181.6% */
}

.showcase-card h4 {
    color: #171717;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.showcase-card p {
    color: #525252;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    width: 85%;
}

.card-illustration {
    width: 100%;
    /*height: 180px;*/
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-illustration.yellow-bg {
    background: #FFD13D;
}

.card-illustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Pricing Section - Escolha o seu estilo */
.pricing-section {
    padding: 80px 120px;
    background: #fff;
    text-align: center;
}

.pricing-header {
    margin-bottom: 48px;
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 9999px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    color: #404040;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px;
}

.pricing-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #E6086E;
    border-radius: 50%;
}

.pricing-header h2 {
    color: #171717;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -3px;
    margin: 0 0 16px 0;
}

.pricing-header p {
    color: #525252;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.pricing-grid {
    display: flex;
    gap: 92px;
    justify-content: center;
    margin: 0 auto 32px auto;
}

.pricing-card {
    flex: 1;
    padding: 0;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    background: #FFF;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* Animation initial state */
    opacity: 0;
    transform: translateX(-30px);
}

/* Cascade animation left to right */
.pricing-card.animate {
    animation: slideInRight 0.5s ease forwards;
}

.pricing-card:nth-child(1).animate { animation-delay: 0s; }
.pricing-card:nth-child(2).animate { animation-delay: 0.15s; }
.pricing-card:nth-child(3).animate { animation-delay: 0.3s; }

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(230, 8, 110, 0.15);
}

.popular-badge {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 12px;
    background: #9669FF;
    color: #FFF;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 6px;
    z-index: 10;
}

.pricing-image {
    margin-bottom: 0;
}

.pricing-image img {
    width: 100%;
    height: auto;
    display: block;
}

.pricing-info {
    padding: 24px;
    margin-top: auto;
    padding-top: 16px;
}

.pricing-info h3 {
    color: #171717;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin: 0 0 8px 0;
}

.pricing-info h3 span {
    color: #171717;
    font-weight: 300;
}

.pricing-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.tile-count {
    color: #525252;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.price {
    color: #E6086E;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2.4px;
}

.original-price {
    color: #525252;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through;
}

/* Cart specific original price styling */
.emotiles-price .original-price {
    color: #999;
    font-size: 12px;
    margin-right: 6px;
}

.btn-pricing {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: white!important;
    border: none;
}

.btn-pricing::after {
    content: '↗';
    font-size: 14px;
}

.pricing-footer {
    color: #737373;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

/* Testimonials Section */
.testimonials-section {
    position: relative;
    padding: 80px 120px;
    min-height: 600px;
    overflow: hidden;
}

.testimonials-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.76) 100%), url('/media/images/backgroundemotiles.jpg') lightgray 50% / cover no-repeat;
}

.testimonials-background img {
    display: none;
}

.testimonials-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonials-header {
    color: white;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.testimonials-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 9999px;
    border: 1px solid rgba(230, 8, 110, 0.30);
    background: rgba(230, 8, 110, 0.10);
    backdrop-filter: blur(4px);
    font-family: var(--font-primary);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.5px;
    color: #E6086E;
    text-align: center;
}

.testimonials-header h2 {
    font-family: var(--font-primary);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2.4px;
    margin: 24px 0 16px 0;
    color: #171717;
    text-align: center;
}

.testimonials-header p {
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: rgba(23, 23, 23, 0.80);
    text-align: center;
    margin: 0 0 24px 0;
}

.testimonials-header .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 12px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #FFF !important;
    text-align: center;
}

.testimonials-header .btn-primary::after {
    content: '↗';
    font-size: 14px;
}

.testimonials-carousel-wrapper {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    padding: 0 60px 60px 60px;
}

.testimonials-fade-left,
.testimonials-fade-right {
    display: none;
}

.testimonials-swiper {
    overflow: hidden;
    padding: 10px 0;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

.testimonial-card {
    border-radius: 16px;
    border: 1px solid rgba(230, 8, 110, 0.30);
    background: rgba(23, 23, 23, 0.10);
    padding: 24px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #171717;
}

.testimonial-location {
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: rgba(23, 23, 23, 0.80);
}

.testimonial-quote {
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: rgba(23, 23, 23, 0.90);
    margin: 0;
}

.testimonials-navigation {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.testimonial-nav-prev,
.testimonial-nav-next {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(23, 23, 23, 0.10);
    border: 1px solid rgba(230, 8, 110, 0.30);
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.testimonial-nav-prev:hover,
.testimonial-nav-next:hover {
    background: rgba(23, 23, 23, 0.15);
}

.testimonial-nav-prev svg,
.testimonial-nav-next svg {
    stroke: rgba(230, 8, 110, 0.90);
    width: 20px;
    height: 20px;
}

/* CTA Section */
.cta-section {
    padding: 80px 120px;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cta-badges {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    align-items: center;
}

.cta-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(230, 8, 110, 0.10);
    border: 1px solid rgba(230, 8, 110, 0.30);
    border-radius: 9999px;
    letter-spacing: 0.5px;
    color: #E6086E;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.792px;
    text-transform: lowercase;
}

.cta-text {
    color: #525252;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.132px;
}

.cta-section h3 {
    color: #171717;
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -1.2px;
    margin: 0;
    max-width: 600px;
}

.cta-section p {
    color: #525252;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    max-width: 600px;
}

.cta-section .btn-primary {
    margin-top: 10px;
}

/* FAQ Section */
.faq-section {
    padding: 80px 120px;
    background: #fff;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 9999px;
    border: 1px solid #E5E5E5;
    background: #FAFAFA;
    backdrop-filter: blur(4px);
    font-family: var(--font-primary);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.5px;
    color: #404040;
    text-align: center;
}

.faq-container h2 {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2.4px;
    color: #171717;
    text-align: center;
    margin: 24px 0 16px 0;
}

.faq-subtitle {
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    text-align: center;
    margin: 0 0 40px 0;
}

.faq-accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    border: 1px solid rgba(23, 23, 23, 0.10);
    border-radius: 12px;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: #fff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #171717;
    text-align: left;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: rgba(23, 23, 23, 0.02);
}

.faq-icon {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(23, 23, 23, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    color: rgba(23, 23, 23, 0.50);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 24px 20px 24px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(23, 23, 23, 0.70);
    margin: 0;
}

.faq-cta {
    margin-top: 32px;
    color: white!important;
}

/* Final CTA Section */
.final-cta-section {
    padding: 0 120px 80px 120px;
    background: #fff;
}

.final-cta-card {
    max-width: 800px;
    margin: 0 auto;
    padding: 48px;
    border-radius: 16px;
    border: 1px solid rgba(23, 23, 23, 0.10);
    background: #fff;
    text-align: center;
}

.final-cta-card h2 {
    font-family: var(--font-primary);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.5px;
    color: #171717;
    text-align: center;
    margin: 0 0 8px 0;
}

.final-cta-card p {
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    text-align: center;
    margin: 0 0 24px 0;
}

/* Footer */
#footer {
    background: #fff;
    padding: 60px 120px 0 120px;
    border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.footer-content {
    display: flex;
    gap: 60px;
    padding-bottom: 60px;
}

.footer-brand {
    flex: 1;
    max-width: 50%;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.footer-logo img {
    height: 50px;
    width: fit-content;
}

.footer-tagline {
    font-family: var(--font-primary);
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    color: #737373;
    margin-left: 2px;
}

.footer-brand > p {
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #525252;
    margin: 0 0 20px 0;
    width: 50%;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border: 1px solid #E5E5E5;
    border-radius: 9999px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525252;
    transition: all 0.2s ease;
}

.footer-social a:hover {
    border-color: #E6086E;
    color: #E6086E;
    background: #FFF;
}

.footer-links {
    display: flex;
    gap: 80px;
}

.footer-column h4 {
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #171717;
    margin: 0 0 16px 0;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column ul li a {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #525252;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-column ul li a:hover {
    color: #E6086E;
}

.footer-newsletter {
    max-width: 280px;
}

.footer-newsletter h4 {
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #171717;
    margin: 0 0 8px 0;
}

.footer-newsletter > p {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #525252;
    margin: 0 0 16px 0;
}

.newsletter-form {
    display: flex;
    gap: 8px;
}

.newsletter-form input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid rgba(23, 23, 23, 0.15);
    border-radius: 8px;
    font-family: var(--font-primary);
    font-size: 14px;
    color: #171717;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease;
}

.newsletter-form input::placeholder {
    color: #9CA3AF;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.newsletter-form input:focus {
    border-color: #E6086E;
}

.newsletter-form button {
    padding: 10px 20px;
    background: #E6086E;
    color: #FFF;
    border: none;
    border-radius: 8px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.newsletter-form button:hover {
    background: #c00659;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid #E5E5E5;
    margin: 0 -120px;
    padding-left: 120px;
    padding-right: 120px;
}

.footer-bottom > span {
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #525252;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-legal a {
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #525252;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-legal a:hover {
    color: #171717;
}

.footer-legal .separator {
    color: #D4D4D4;
    font-size: 12px;
}

/* Como Funciona - Frosted Glass Hero */
.hero-content-glass {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 32px 60px;
}

/* Como Funciona Steps Section */
.step-section {
    display: flex;
    gap: 60px;
    padding: 100px 120px;
    background: #fff;
    align-items: center;
}

.step-section.step-reversed {
    flex-direction: row-reverse;
    background: #F3F3F3;
}

.step-content {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.step-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #FFF;
    border-radius: 9999px;
    border: 1px solid #E5E5E5;
    color: #3F3F46;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width: fit-content;
}

.step-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #E6086E;
    border-radius: 50%;
}

.step-title {
    color: #18181B;
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.9px;
    margin: 0;
}

.step-text {
    color: #52525B;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.step-text p {
    margin: 0 0 12px 0;
}

.step-image {
    flex: 3;
    height: 320px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0 1px #E5E5E5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Selection Section (Para quem é?) */
@keyframes selectionFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes selectionFloatIn {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.selection-section {
    padding: 60px 120px 100px;
    text-align: center;
}

.selection-title {
    color: #18181B;
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.9px;
    margin: 0 0 60px 0;
    animation: selectionFadeInUp 0.6s ease-out both;
}

.selection-cards {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.selection-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 60px;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    background: #FFF;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: selectionFloatIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.selection-card:nth-child(1) {
    animation-delay: 0.2s;
}

.selection-card:nth-child(2) {
    animation-delay: 0.4s;
}

.selection-card:hover {
    border-color: #E6086E;
    background: #FFF;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(230, 8, 110, 0.12);
}

.selection-icon {
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.selection-card:hover .selection-icon {
    transform: scale(1.05);
}

.selection-icon svg {
    width: 115px;
    height: 115px;
    transition: transform 0.3s ease;
}

.selection-card-title {
    color: #E6086E;
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 600;
    line-height: 36.97px;
    letter-spacing: -0.66px;
    margin: 0 0 4px 0;
}

.selection-card-text {
    color: #52525B;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 300;
    line-height: 31.689px;
    margin: 0;
    max-width: 280px;
}

/* Selection Form Card */
.selection-form-card {
    width: 500px;
    margin: 0 auto;
    padding: 90px 80px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
}

.selection-form-title {
    color: #E6086E;
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: 600;
    line-height: 36.97px;
    letter-spacing: -0.66px;
    margin: 0 0 32px 0;
    text-align: center;
}

.selection-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.selection-input {
    width: 100%;
    padding: 16px 24px;
    border: 1px solid #E6086E;
    border-radius: 9px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    color: #171717;
    text-align: center;
    background: #FFF;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.selection-input::placeholder {
    color: #9CA3AF;
}

.selection-input:focus {
    border-color: #E6086E;
    box-shadow: 0 0 0 3px rgba(230, 8, 110, 0.1);
}

.selection-button {
    width: 100%;
    padding: 16px 32px;
    background: #E6086E;
    color: #FFF;
    border: none;
    border-radius: 9px;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.selection-button:hover {
    background: #c00659;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230, 8, 110, 0.3);
}

.selection-button:active {
    transform: translateY(0);
}

/* Output Base (for pages without hero banner) */
.outputBase {
    padding-top: 150px;
    padding-bottom: 90px;
    min-height: 50vh;
    background: linear-gradient(0deg, rgba(251, 249, 249, 0.96) 0%, rgba(251, 249, 249, 0.96) 100%), #FBF9F9;
}

/* Contact Support Section */
.contact-support-section {
    text-align: center;
    padding: 80px 20px;
}

.contact-support-title {
    color: #231F20;
    font-family: var(--font-primary);
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -2.4px;
    margin: 0 0 10px 0;
}

.contact-support-text {
    color: #231F20;
    font-family: var(--font-primary);
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2.4px;
    margin: 0;
}

.contact-support-text a {
    color: #E6086E;
    font-size: 40px;
    font-weight: 600;
    text-decoration: none;
}

.contact-support-text a:hover {
    text-decoration: underline;
}

/* Large tablet/small desktop breakpoint */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 52px;
        font-weight: 600;
        line-height: 56px;
        letter-spacing: -2px;
    }
}

/* Tablet breakpoint - reduce gap for 3-column layout to fit */
@media (max-width: 1100px) {
    .pricing-grid {
        gap: 24px;
    }

    .pricing-section {
        padding: 60px 40px;
    }
}

/* ========================================
   Blog / Noticias Page
   ======================================== */

.blog-featured-label {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1100px;
    margin: 60px auto 40px;
    padding: 0 20px;
}

.blog-featured-label::before,
.blog-featured-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.blog-featured-label span {
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 500;
    color: #E6086E;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.blog-featured {
    display: flex;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto 60px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.blog-featured-image {
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-featured-content {
    flex: 1;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-featured-content h2 {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 12px 0 16px;
}

.blog-featured-content p {
    font-family: var(--font-primary);
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 24px;
}

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

.blog-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.blog-category-tag .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.blog-card-date {
    font-family: var(--font-primary);
    font-size: 13px;
    color: #999;
}

.blog-card-link {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    color: #E6086E;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s ease;
}

.blog-card-link:hover {
    gap: 8px;
    color: #c00659;
    text-decoration: none;
}

.blog-card-link .arrow {
    transition: transform 0.2s ease;
}

.blog-card-link:hover .arrow {
    transform: translateX(2px);
}

/* Blog Section Header */
.blog-section {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.blog-section-label {
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 500;
    color: #999;
    display: block;
    margin-bottom: 8px;
}

.blog-section-title {
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
}

.blog-section-subtitle {
    font-family: var(--font-primary);
    font-size: 15px;
    color: #666;
    margin: 0 0 30px;
}

/* Category Filter Pills */
.blog-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-filter-btn {
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 9999px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.blog-filter-btn:hover {
    border-color: #E6086E;
    color: #E6086E;
}

.blog-filter-btn.active {
    background: #E6086E;
    color: #fff;
    border-color: #E6086E;
}

.blog-placeholder-img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #e8e8e8;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.blog-card-image {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.03);
}

.blog-card-content {
    padding: 20px;
}

.blog-card-content h3 {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 10px 0 10px;
}

.blog-card-content p {
    font-family: var(--font-primary);
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

/* ========================================
   Article Detail Page
   ======================================== */

.article-hero {
    position: relative;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
}

.article-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%);
}

.article-hero-content {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 700px;
    padding: 0 20px;
    z-index: 2;
}

.article-hero-category {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 9999px;
    margin-bottom: 16px;
}

.article-hero-title {
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 16px;
}

.article-hero-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-primary);
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

.outputBase:has(.article-hero) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Article Layout */
.article-layout {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    gap: 80px;
}

/* Share Sidebar */
.article-share {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    align-self: flex-start;
}

.article-share-label {
    font-family: var(--font-primary);
    font-size: 11px;
    font-weight: 600;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.article-share-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.article-share-icon:hover {
    border-color: #E6086E;
    color: #E6086E;
    text-decoration: none;
}

.article-share-back {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.article-back-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #E6086E;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s ease;
}

.article-back-btn:hover {
    background: #c00659;
    color: #fff;
    text-decoration: none;
}

.article-back-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #E6086E;
    color: #fff !important;
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 14px;
    border-radius: 9999px;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.article-back-label:hover {
    background: #c00659;
    color: #fff;
    text-decoration: none;
}

/* Article Content */
.article-content {
    flex: 1;
    min-width: 0;
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
    font-family: var(--font-primary);
    font-weight: 700;
    color: #1a1a1a;
    margin: 2em 0 0.8em;
    line-height: 1.3;
}

.article-content h1 { font-size: 28px; }
.article-content h2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.article-content h3 { font-size: 20px; }
.article-content h4 { font-size: 18px; }

.article-content p {
    margin: 0 0 1.5em;
}

.article-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 3em 0 3em;
    display: block;
}

.article-content blockquote {
    border-left: 3px solid #E6086E;
    margin: 1.5em 0;
    padding: 0.5em 0 0.5em 1.5em;
    color: #555;
    font-style: italic;
}

.article-content ul {
    margin: 0 0 1.5em;
    padding-left: 1.5em;
}

.article-content ul li {
    margin-bottom: 0.5em;
}

.article-content ol {
    margin: 0 0 1.5em;
    padding-left: 0;
    list-style: none;
    counter-reset: ol-counter;
}

.article-content ol li {
    counter-increment: ol-counter;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 1.2em;
}

.article-content ol li::before {
    content: counter(ol-counter);
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(230, 8, 110, 0.1);
    color: #E6086E;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid #e0e0e0;
}

.article-tag {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #d0d0d0;
    border-radius: 9999px;
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.article-content a {
    color: #E6086E;
    text-decoration: underline;
}

.article-content a:hover {
    color: #c00659;
}

/* Related Articles */
.article-related {
    max-width: 1100px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.article-related .blog-grid {
    margin-bottom: 40px;
}

/* Article Responsive */
@media (max-width: 991px) {
    .article-hero {
        height: 400px;
    }

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

    .article-hero-content {
        bottom: 40px;
    }

    .article-layout {
        flex-direction: column;
        padding: 40px 15px;
    }

    .article-share {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .article-share-label {
        width: 100%;
        text-align: center;
    }

    .article-share-back {
        flex-direction: row;
        margin-top: 0;
        margin-left: 10px;
    }

    .article-related .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* Blog Responsive - Tablet */
@media (max-width: 1024px) {
    .blog-featured {
        margin: 0 20px 60px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Styles */
@media (max-width: 991px) {
    #header {
        padding: 15px 20px;
    }

    /* Blog Mobile */
    .blog-featured-label {
        margin-top: 40px;
    }

    .blog-featured {
        flex-direction: column;
        margin: 0 15px 40px;
    }

    .blog-featured-image {
        flex: none;
        max-width: 100%;
        aspect-ratio: 16/9;
    }

    .blog-featured-content {
        padding: 24px 20px;
    }

    .blog-featured-content h2 {
        font-size: 20px;
    }

    .blog-section-title {
        font-size: 28px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .blog-filters {
        gap: 8px;
    }

    .blog-filter-btn {
        font-size: 12px;
        padding: 6px 16px;
    }

    #header img {
        height: 45px;
    }

    /* Show hamburger button */
    .hamburger-btn {
        display: flex;
    }

    /* Nav wrapper becomes fullscreen overlay */
    .nav-wrapper {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        border: 0.5px solid #FFF;
        background: rgba(255, 255, 255, 0.70);
        box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        z-index: 1000;
        padding: 120px 20px 80px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        overflow-y: auto;
        justify-content: center;
        align-items: center;
    }

    #header.mobile-menu-open .nav-wrapper {
        opacity: 1;
        visibility: visible;
    }

    /* Header elements stay on top of menu overlay */
    #header.mobile-menu-open .header-logo-link {
        position: relative;
        z-index: 1003;
    }

    /* Header when menu is open - show pink logo */
    #header.mobile-menu-open .header-logo-white {
        display: none !important;
    }

    #header.mobile-menu-open .header-logo-pink {
        display: block !important;
    }

    /* Hamburger becomes X when menu open */
    #header.mobile-menu-open .hamburger-btn {
        position: relative;
        z-index: 1003;
        background: transparent;
        border-color: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    #header.mobile-menu-open .hamburger-btn .hamburger-line {
        background-color: #E6086E;
    }

    /* Mobile menu styling */
    #cms_menu_header {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border-radius: 0;
        text-align: center;
    }

    #cms_menu_header a {
        display: block;
        padding: 16px 0;
        font-family: var(--font-primary);
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        border-bottom: none;
        color: #E6086E;
        text-align: center;
    }

    #cms_menu_header a:hover {
        color: #c00659;
    }

    #cms_menu_header a.cta-button {
        display: flex;
        justify-content: center;
        margin: 30px 0 0 0;
        padding: 14px 30px;
        background: #E6086E;
        color: #FFF;
        border-radius: 9999px;
    }

    #cms_menu_header a.cta-button:hover {
        background: #c00659;
        color: #FFF;
    }

    /* Hero Banner Responsive */
    .hero-banner {
        height: 80vh;
    }

    .hero-content {
        width: 90%;
        max-width: 100%;
        padding: 0 15px;
        top: auto;
        bottom: 15%;
        transform: translateX(-50%);
    }

    .hero-title {
        font-size: 32px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1px;
        margin-bottom: 15px;
    }

    .hero-subtitle {
        display: flex;
        width: 350px;
        max-width: 100%;
        height: 56px;
        flex-direction: column;
        justify-content: center;
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto 30px auto;
    }

    .hero-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    .hero-buttons a {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.4px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 12px 24px;
        font-size: 14px;
    }

    /* WhatsApp CTA - Icon only on mobile */
    .whatsapp-cta-banner {
        right: 15px;
        padding: 12px;
        gap: 0;
    }

    .whatsapp-cta-text {
        display: none;
    }

    .whatsapp-cta-icon {
        width: 28px;
        height: 28px;
    }

    .whatsapp-cta-icon svg {
        width: 28px;
        height: 28px;
    }

    /* Responsive Grid 40-60 Section */
    .grid-40-60 {
        flex-direction: column;
        padding: 0 20px;
        gap: 30px;
        text-align: center;
    }

    .grid-40-60 .column:first-child {
        align-items: center;
    }

    .grid-40-60 .column:last-child {
        display: none;
    }

    .grid-40-60 .column h2 {
        color: #171717;
        text-align: center;
        font-family: var(--font-primary);
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1px;
    }

    .grid-40-60 .column p {
        color: #525252;
        text-align: center;
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
    }

    .grid-40-60 .btn-criartiles {
        font-family: var(--font-primary);
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
    }

    /* Responsive Three Column Features Section */
    .three-column-features {
        padding: 40px 20px;
    }

    .features-grid {
        flex-direction: column;
        gap: 24px;
    }

    .feature-box {
        padding: 30px 24px;
    }

    .feature-badge {
        font-size: 9.166px;
        font-weight: 500;
        line-height: 16.646px;
        padding: 6px 14px;
        margin-bottom: 8px;
    }

    .feature-box h3 {
        color: #171717;
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 500;
        line-height: 28.248px;
        letter-spacing: -0.504px;
        margin: 0 0 4px 0;
    }

    .feature-box p {
        color: #525252;
        font-family: var(--font-primary);
        font-size: 11px;
        font-weight: 400;
        line-height: 18.333px;
    }

    /* Responsive Info Emotiles Section */
    .info-emotiles {
        padding: 0 20px;
        text-align: center;
    }

    .info-emotiles h3 {
        color: #171717;
        font-family: var(--font-primary);
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1px;
    }

    /* Responsive Product Showcase Section */
    .product-showcase {
        padding: 40px 20px;
    }

    .showcase-grid {
        flex-direction: column;
        gap: 24px;
        min-height: auto;
    }

    .showcase-image {
        flex: none;
        width: 100%;
        order: 2;
    }

    .showcase-features {
        flex: none;
        width: 100%;
        order: 1;
    }

    .showcase-card {
        flex: none;
    }

    .showcase-card h4 {
        color: #171717;
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 500;
        line-height: 25.171px;
        letter-spacing: -0.449px;
    }

    .showcase-card p {
        color: #525252;
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 400;
        line-height: 17.979px;
    }

    .card-badge {
        color: #E6086E;
        font-family: var(--font-primary);
        font-size: 10px;
        font-weight: 500;
        line-height: 14.833px;
    }

    .showcase-cta h3 {
        color: #171717;
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 500;
        line-height: 25.171px;
        letter-spacing: -0.449px;
    }

    .showcase-cta p {
        color: #525252;
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 400;
        line-height: 17.979px;
    }

    .cta-badge,
    .cta-text {
        color: #E6086E;
        font-family: var(--font-primary);
        font-size: 10px;
        font-weight: 500;
        line-height: 14.833px;
    }

    /* Responsive Pricing Section */
    .pricing-section {
        padding: 40px 20px;
    }

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

    .pricing-badge {
        color: #404040;
        font-family: var(--font-primary);
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
    }

    .pricing-header h2 {
        color: #171717;
        font-family: var(--font-primary);
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1px;
    }

    .pricing-header p {
        color: #525252;
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
    }

    .pricing-grid {
        flex-direction: column;
        gap: 60px;
    }

    .pricing-card {
        flex: none;
        width: 100%;
    }

    .pricing-info h3 {
        color: #171717;
        font-family: var(--font-primary);
        font-size: 14.706px;
        font-weight: 500;
        line-height: 20.588px;
        letter-spacing: -0.368px;
    }

    .tile-count {
        color: #525252;
        font-family: var(--font-primary);
        font-size: 12px;
        font-weight: 400;
        line-height: 14.706px;
    }

    .original-price {
        font-family: var(--font-primary);
        font-size: 12px;
        font-weight: 400;
    }

    .pricing-price .price {
        color: #E6086E;
        font-family: var(--font-primary);
        font-size: 35.294px;
        font-weight: 400;
        line-height: 35.294px;
        letter-spacing: -1.765px;
    }

    .btn-pricing {
        font-family: var(--font-primary);
        font-size: 10.294px;
        font-weight: 500;
        line-height: 14.706px;
    }

    .pricing-footer {
        font-family: var(--font-primary);
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #525252;
    }

    .popular-badge {
        font-family: var(--font-primary);
        font-size: 11.538px;
        font-weight: 500;
        line-height: 15.385px;
    }

    /* Responsive Testimonials Section */
    .testimonials-section {
        padding: 40px 20px;
        min-height: auto;
    }

    .testimonials-header h2 {
        color: #171717;
        font-family: var(--font-primary);
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1px;
    }

    .testimonials-header p {
        color: rgba(23, 23, 23, 0.80);
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
    }

    .testimonials-header .btn-primary {
        font-family: var(--font-primary);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }

    /* Swiper - show only 1 testimonial at a time on mobile */
    .testimonials-carousel-wrapper {
        padding: 0 0 60px 0;
        overflow: hidden;
    }

    .testimonials-swiper {
        -webkit-mask-image: none;
        mask-image: none;
        overflow: hidden;
        padding: 0;  /* Let Swiper's slidesOffsetBefore/After handle spacing */
    }

    .testimonials-swiper .swiper-slide {
        /* Let Swiper calculate width naturally with slidesOffsetBefore/After */
        flex-shrink: 0;
        box-sizing: border-box;
    }

    .testimonial-card {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .testimonials-navigation {
        padding: 0 20px;
    }

    /* Responsive FAQ Section */
    .faq-section {
        padding: 40px 20px;
    }

    .faq-container {
        max-width: 100%;
    }

    .faq-container h2 {
        color: #171717;
        text-align: center;
        font-family: var(--font-primary);
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1px;
    }

    .faq-subtitle {
        color: #525252;
        text-align: center;
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
    }

    .faq-question span:first-child {
        color: #171717;
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 500;
        line-height: 24px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 20px;
    }

    .faq-cta {
        color: #FFF;
        text-align: center;
        font-family: var(--font-primary);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }

    /* Responsive CTA Section */
    .cta-section {
        padding: 40px 20px;
    }

    .cta-section h3 {
        color: #171717;
        text-align: center;
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -1px;
    }

    .cta-section p {
        color: #525252;
        text-align: center;
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
    }

    .cta-section .btn-primary {
        color: #FFF;
        text-align: center;
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
    }

    /* Final CTA Section - Mobile */
    .final-cta-section {
        padding: 0 20px 40px 20px;
    }

    .final-cta-card {
        padding: 32px 20px;
    }

    .final-cta-card h2 {
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -1px;
    }

    .final-cta-card p {
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }

    .final-cta-card .btn-primary {
        font-family: var(--font-primary);
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
    }

    /* Contact Support Section - Mobile */
    .contact-support-section {
        padding: 40px 20px;
    }

    .contact-support-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1px;
    }

    .contact-support-text {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1px;
    }

    .contact-support-text a {
        font-size: 24px;
    }

    /* Footer - Mobile */
    #footer {
        padding: 40px 20px 0 20px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    .footer-brand {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-logo {
        align-items: center;
    }

    .footer-brand > p {
        width: 100%;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer-column ul {
        align-items: center;
    }

    .footer-newsletter {
        max-width: 100%;
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter-form button {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        margin: 0 -20px;
        padding: 24px 20px;
    }

    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Como Funciona - Frosted Glass Hero Mobile */
    .hero-content-glass {
        padding: 30px 15px;
    }

    /* Como Funciona Steps - Mobile */
    .step-section {
        flex-direction: column;
        padding: 40px 20px;
        gap: 24px;
    }

    /* Remove reverse on mobile - always content first, then image */
    .step-section.step-reversed {
        flex-direction: column;
    }

    .step-content {
        order: 1;
        text-align: center;
        align-items: center;
    }

    .step-image {
        order: 2;
        flex: none;
        width: 350px;
        height: 118px;
    }

    .step-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.9px;
    }

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

    /* Selection Section - Para quem é? - Mobile */
    .selection-section {
        padding: 40px 20px;
    }

    .selection-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.9px;
        margin-bottom: 40px;
    }

    .selection-cards {
        flex-direction: column;
        gap: 24px;
    }

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

    .selection-card-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 36.245px;
        letter-spacing: -0.647px;
    }

    .selection-card-text {
        font-size: 16px;
        font-weight: 300;
        line-height: 31.067px;
    }

    /* Selection Form - Mobile (Vamos conhecer-te) */
    .selection-form-card {
        width: 100%;
        max-width: 370px;
        padding: 50px 30px;
    }

    .selection-form-title {
        font-size: 24px;
        line-height: 20.736px;
        letter-spacing: -0.37px;
        margin-bottom: 24px;
    }

    .selection-button {
        font-size: 14px;
        line-height: 11.218px;
        padding: 14px 24px;
    }

    /* Output Base - Mobile */
    .outputBase {
        padding-top: 100px;
    }
}

@media (max-width: 480px) {
    #header {
        padding: 12px 15px;
    }

    #header img {
        height: 38px;
    }

    /* Hero Banner - Extra small screens */
    .hero-title {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -0.8px;
    }

    .hero-subtitle {
        width: 100%;
        height: auto;
        font-size: 13px;
        line-height: 18px;
    }

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

    .whatsapp-cta-banner {
        right: 10px;
        padding: 10px;
    }

    .whatsapp-cta-icon {
        width: 24px;
        height: 24px;
    }

    .whatsapp-cta-icon svg {
        width: 24px;
        height: 24px;
    }

    .selection-form-card {
        padding: 90px 30px;
    }

    /* Output Base - Extra small screens */
    .outputBase {
        padding-top: 80px;
    }
}

/* Selection State Transitions */
.selection-state {
    display: none;
    opacity: 0;
}

.selection-state.active {
    display: block;
    opacity: 1;
}

.selection-state.exiting {
    display: block;
    animation: selectionStateExit 0.35s ease forwards;
}

.selection-state.entering {
    display: block;
    animation: selectionStateEnter 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes selectionStateExit {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-30px);
    }
}

@keyframes selectionStateEnter {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Selection Back Button */
.selection-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    margin-top: 24px;
    background: transparent;
    border: none;
    color: #525252;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.selection-back:hover {
    color: #E6086E;
    transform: translateX(-4px);
}

.selection-back svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.selection-back:hover svg {
    transform: translateX(-2px);
}

a:hover{
    text-decoration: none;
}

/* Voucher Section - Checkout */
.voucher-section {
    margin: 20px 0;
    padding: 15px;
    border: 1px dashed #ddd;
    border-radius: 8px;
    background: #fafafa;
}

.voucher-input-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.voucher-input-wrapper input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.voucher-input-wrapper input:focus {
    border-color: #E6086E;
    outline: none;
}

.voucher-input-wrapper button {
    padding: 10px 20px;
    background: #E6086E;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.voucher-input-wrapper button:hover {
    background: #c00659;
}

.voucher-input-wrapper button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#voucher_message {
    margin-top: 10px;
    font-size: 13px;
}

#voucher_discount_line {
    font-weight: 500;
}

.voucher_desconto_label {
    margin-right: 15px;
}

/* Emotiles Voucher Section */
.emotiles-voucher-section {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px dashed #ddd;
}

.emotiles-voucher-input {
    display: flex;
    gap: 8px;
}

.emotiles-voucher-input input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.emotiles-voucher-input input:focus {
    border-color: #E6086E;
    outline: none;
}

.emotiles-btn-voucher {
    padding: 10px 16px;
    background: #E6086E;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.emotiles-btn-voucher:hover {
    background: #c00659;
}

.emotiles-btn-voucher:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.emotiles-voucher-message {
    margin-top: 8px;
    font-size: 13px;
}

/******************************   media queries   ******************************/

@media (min-width: 1200px){
    
}

@media (max-width: 1100px) {
    
}
    
@media (max-width: 880px) {
    
}
        
@media (max-width: 790px) {
    .div_ele {
        width: 100% !important;
    }
}
@media (max-width: 680px) {
    #produtos_responsive {
        display: block;
    }

    #tabela_loja {
        display: none;
    }
}
                
@media (max-width: 500px) {
    
}
                    
@media (max-width: 400px) {
    
}
/******************************   end media queries   ******************************/

/* ========================================
   PROMOTIONAL BANNER
   ======================================== */

.promo-banner {
    position: relative;
    width: 100%;
    height: 48px;
    z-index: 1001;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: none;
    margin-bottom: 0;
}

.promo-banner-content {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.promo-banner-text {
    color: #333;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.promo-banner-text strong {
    font-weight: 700;
}

/* Bold highlight for "Especial dia de são valentim" */
.promo-banner-highlight {
    font-weight: 700;
}

/* Hide duplicate on desktop */
.promo-banner-text-duplicate {
    display: none;
}

.promo-banner-btn {
    position: absolute;
    right: 120px;
    top: 0;
    background-color: #E6086E;
    color: #FFFFFF !important;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.promo-banner-btn:hover {
    background-color: #d10760;
    color: #FFFFFF !important;
    text-decoration: none;
}

/* ========================================
   HEADER OFFSET WHEN BANNER EXISTS
   ======================================== */

body:has(.promo-banner) #header {
    top: 48px;
}

/* Tablet Responsive */
@media (max-width: 991px) {
    .promo-banner {
        height: 44px;
    }

    .promo-banner-text {
        font-size: 12px;
    }

    .promo-banner-btn {
        right: 20px;
        font-size: 13px;
        padding: 0 16px;
    }

    body:has(.promo-banner) #header {
        top: 44px;
    }
}

/* Mobile Marquee */
@media (max-width: 576px) {
    .promo-banner {
        height: 40px;
    }

    .promo-banner-content {
        flex: 1;
        min-width: 0;
        padding-right: 120px;
        overflow: hidden;
        max-width: calc(100vw - 120px);
    }

    .promo-banner-text {
        font-size: 11px;
        display: inline-block;
        padding-right: 50px;
        animation: promo-marquee 20s linear infinite;
    }

    .promo-banner-btn {
        right: 0;
        font-size: 11px;
        padding: 0 12px;
    }

    /* Show duplicate for seamless loop */
    .promo-banner-text-duplicate {
        display: inline-block;
    }

    body:has(.promo-banner) #header {
        top: 48px;
    }
}

@keyframes promo-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}