/**
 * GenesysMed Landing Page Stylesheet
 * Custom CSS for Landing Page GenesysMed - Isolated namespace: .genesys-landing
 */

/* -------------------------------------------------------------
   RESET & BOX-SIZING ISOLATED
------------------------------------------------------------- */
.genesys-landing,
.genesys-landing * {
    box-sizing: border-box;
}

.genesys-landing-body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #0e3043;
}

.genesys-landing {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #ffffff;
    background-color: #ffffff;
    line-height: 1.5;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------
   SEÇÃO HERO
------------------------------------------------------------- */
.genesys-landing .genesys-hero {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(107.55deg, #2C3B53 0%, #00C0B0 109.61%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5rem 1.5rem 5rem 1.5rem;
    overflow: hidden;
}

/* Pattern de curvas no fundo à direita */
.genesys-landing .genesys-hero__bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background-image: url('../images/bg-pattern.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    opacity: 0.75;
    pointer-events: none;
    z-index: 1;
}

/* Container responsivo */
.genesys-landing .genesys-hero__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 6.5rem);
}

/* Header / Logo */
.genesys-landing .genesys-hero__header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: clamp(2rem, 7vw, 191px);
    padding-bottom: 2.5rem;
    width: 100%;
}

.genesys-landing .genesys-hero__logo-link {
    display: inline-block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.genesys-landing .genesys-hero__logo-link:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.genesys-landing .genesys-hero__logo {
    width: clamp(200px, 20vw, 308px);
    height: auto;
    max-height: 97px;
    display: block;
    object-fit: contain;
}

/* Conteúdo principal do Hero */
.genesys-landing .genesys-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex-grow: 1;
    width: 100%;
    max-width: 946px;
    transform: translateX(90px);
}

/* Título H1 */
.genesys-landing .genesys-hero__title {
    font-family: 'Plus Jakarta Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(3rem, 5.8vw, 80px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    text-align: left;
    max-width: 946px;
}

/* Destaque "Coluna" com gradiente de texto */
.genesys-landing .genesys-hero__title-highlight {
    background: linear-gradient(180deg, #49CEA9 50.48%, #F9BF00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    display: inline-block;
}

/* Subtítulo / Descrição */
.genesys-landing .genesys-hero__description {
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    max-width: 500px;
    margin: 0 0 2.5rem 0;
    text-align: left;
}

/* Botões */
.genesys-landing .genesys-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2.5rem;
}

.genesys-landing .genesys-hero__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.95rem 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: inherit;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    text-align: center;
}

/* Botão Primário - Fale com um Consultor via WhatsApp */
.genesys-landing .genesys-hero__btn--primary,
.genesys-landing a.genesys-hero__btn--primary {
    background: linear-gradient(135deg, #25D366 0%, #00C0B0 100%) !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 700 !important;
    font-size: 1.1rem;
    letter-spacing: 0.2px;
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.genesys-landing .genesys-hero__btn--primary *,
.genesys-landing a.genesys-hero__btn--primary * {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.genesys-landing .genesys-hero__btn--primary:hover,
.genesys-landing a.genesys-hero__btn--primary:hover,
.genesys-landing .genesys-hero__btn--primary:focus,
.genesys-landing a.genesys-hero__btn--primary:focus {
    background: linear-gradient(135deg, #26e36e 0%, #00d6c4 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.65), 0 4px 14px rgba(0, 0, 0, 0.25);
}

.genesys-landing .genesys-hero__btn--primary:hover *,
.genesys-landing a.genesys-hero__btn--primary:hover *,
.genesys-landing .genesys-hero__btn--primary:focus *,
.genesys-landing a.genesys-hero__btn--primary:focus * {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.genesys-landing .genesys-hero__btn--primary:active,
.genesys-landing a.genesys-hero__btn--primary:active {
    background: linear-gradient(135deg, #20bd5a 0%, #00a29b 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px) scale(0.99);
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}

.genesys-landing .genesys-hero__btn-icon {
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.25s ease;
    fill: #ffffff !important;
    color: #ffffff !important;
}

.genesys-landing .genesys-hero__btn--primary:hover .genesys-hero__btn-icon {
    transform: scale(1.15) rotate(-6deg);
}

/* Botão em Destaque Único / Grande */
.genesys-landing .genesys-hero__btn--full {
    padding: 1.1rem 2.75rem;
    font-size: 1.05rem;
    min-width: 260px;
}

/* Botão Secundário - Ver Catálogo */
.genesys-landing .genesys-hero__btn--secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(4px);
}

.genesys-landing .genesys-hero__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* -------------------------------------------------------------
   SEÇÃO 2 - PORTFÓLIO DE PRODUTOS (.genesys-products)
------------------------------------------------------------- */
.genesys-landing .genesys-products {
    width: 100%;
    min-height: 661px;
    background-color: #F2F2F2;
    padding: 5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.genesys-landing .genesys-products__container {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.genesys-landing .genesys-products__header-logo {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.genesys-landing .genesys-products__logo {
    width: clamp(200px, 20vw, 308px);
    height: auto;
    max-height: 97px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.genesys-landing .genesys-products__badge {
    display: inline-block;
    background-color: #E2E8F0;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.45rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.genesys-landing .genesys-products__title {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: #0b3b4f;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.genesys-landing .genesys-products__subtitle {
    font-size: clamp(0.95rem, 1.2vw, 1.125rem);
    color: #64748b;
    margin: 0 0 3.25rem 0;
    max-width: 620px;
}

.genesys-landing .genesys-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 305px));
    gap: 1.5rem;
    justify-content: center;
    width: 100%;
}

.genesys-landing .genesys-products__card {
    box-sizing: border-box;
    width: 100%;
    max-width: 305px;
    min-height: 131px;
    background: #FFFFFF;
    border: 1px solid rgba(159, 159, 159, 0.23);
    border-radius: 9px;
    padding: 1.15rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.genesys-landing .genesys-products__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 184, 176, 0.4);
}

.genesys-landing .genesys-products__card-icon {
    width: 36px;
    height: 36px;
    background-color: #00b8b0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.genesys-landing .genesys-products__card-title {
    font-size: 20px;
    font-weight: 700;
    color: #005E7F;
    margin: 0 0 0.35rem 0;
    line-height: 1.3;
}

.genesys-landing .genesys-products__card-desc {
    font-size: 0.88rem;
    color: #005E7F;
    opacity: 0.85;
    margin: 0;
    line-height: 1.4;
}

/* -------------------------------------------------------------
   SEÇÃO 3 - LINHA BIPORTAL (.genesys-biportal)
------------------------------------------------------------- */
.genesys-landing .genesys-biportal {
    width: 100%;
    min-height: 1122px;
    background-color: #2B3B53;
    padding: 5.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.genesys-landing .genesys-biportal__container {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.genesys-landing .genesys-biportal__header-logo {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.genesys-landing .genesys-biportal__logo {
    width: clamp(200px, 20vw, 308px);
    height: auto;
    max-height: 97px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.genesys-landing .genesys-biportal__badge {
    display: inline-block;
    background-color: #00b8b0;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.4rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.genesys-landing .genesys-biportal__title {
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.genesys-landing .genesys-biportal__subtitle {
    font-size: clamp(0.95rem, 1.2vw, 1.125rem);
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 3.25rem 0;
    max-width: 620px;
}

/* 3 Cards Top Grid */
.genesys-landing .genesys-biportal__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 305px));
    gap: 1.5rem;
    justify-content: center;
    width: 100%;
    margin-bottom: 2.5rem;
}

.genesys-landing .genesys-biportal__card {
    box-sizing: border-box;
    width: 100%;
    max-width: 305px;
    min-height: 204px;
    background: rgba(98, 109, 126, 0.78);
    border: 1px solid #85888E;
    border-radius: 9px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    backdrop-filter: blur(4px);
}

.genesys-landing .genesys-biportal__card:hover {
    transform: translateY(-4px);
    background-color: rgba(98, 109, 126, 0.9);
    border-color: #00b8b0;
}

.genesys-landing .genesys-biportal__card-icon {
    width: 36px;
    height: 36px;
    background-color: #00b8b0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.genesys-landing .genesys-biportal__card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.4rem 0;
    line-height: 1.2;
}

.genesys-landing .genesys-biportal__card-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1rem 0;
    line-height: 1.4;
    flex-grow: 1;
}

.genesys-landing .genesys-biportal__card-tag {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 0.75rem;
    margin-top: auto;
    font-size: 0.78rem;
    font-weight: 700;
    color: #00C0B0;
    letter-spacing: 0.05em;
}

/* Banner Box (CTA Box) */
.genesys-landing .genesys-biportal__banner {
    width: 100%;
    background: linear-gradient(135deg, #0e4c5b 0%, #007775 100%);
    border: 2px solid #00b8b0;
    border-radius: 16px;
    padding: 3rem 2rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 32px rgba(0, 184, 176, 0.15);
}

.genesys-landing .genesys-biportal__banner-content {
    max-width: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.genesys-landing .genesys-biportal__banner-title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.85rem 0;
    line-height: 1.25;
}

.genesys-landing .genesys-biportal__banner-desc {
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 2rem 0;
    line-height: 1.5;
}

.genesys-landing .genesys-biportal__banner-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
    align-items: center;
}

.genesys-landing .genesys-biportal__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.85rem 1.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: inherit;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
}

.genesys-landing .genesys-biportal__btn--light {
    background-color: #ffffff;
    color: #182836;
    border: 1px solid #ffffff;
}

.genesys-landing .genesys-biportal__btn--light:hover {
    background-color: #f1f5f9;
    transform: translateY(-2px);
}

.genesys-landing .genesys-biportal__btn--full {
    padding: 1.1rem 2.75rem;
    font-size: 1.05rem;
    min-width: 260px;
}

.genesys-landing .genesys-biportal__btn--light-outline {
    background-color: #ffffff;
    color: #182836;
    border: 1px solid #ffffff;
}

.genesys-landing .genesys-biportal__btn--light-outline:hover {
    background-color: #f1f5f9;
    transform: translateY(-2px);
}

/* 4 Trust Badges Grid */
.genesys-landing .genesys-biportal__trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 100%;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.genesys-landing .genesys-biportal__trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.genesys-landing .genesys-biportal__trust-flag,
.genesys-landing .genesys-biportal__trust-icon {
    margin-bottom: 0.75rem;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.genesys-landing .genesys-biportal__trust-img {
    height: 28px;
    width: auto;
    max-width: 32px;
    object-fit: contain;
    display: block;
}

.genesys-landing .genesys-biportal__trust-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
    display: block;
}

.genesys-landing .genesys-biportal__trust-subtitle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    display: block;
}

/* -------------------------------------------------------------
   SEÇÃO - TECNOLOGIA ALEMÃ DE PONTA (.genesys-tech)
------------------------------------------------------------- */
/* -------------------------------------------------------------
   SEÇÃO - TECNOLOGIA ALEMÃ DE PONTA (.genesys-tech)
------------------------------------------------------------- */
.genesys-landing .genesys-tech {
    width: 100%;
    min-height: 845px;
    background-color: #F2F2F2;
    padding: 5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1e293b;
}

.genesys-landing .genesys-tech__container {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Image Placeholder (1994 x 1122) */
.genesys-landing .genesys-tech__image-placeholder {
    width: 100%;
    max-width: 780px;
    margin-bottom: 2.5rem;
}

.genesys-landing .genesys-tech__placeholder-box {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #0088ff 0%, #0066cc 100%);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 24px rgba(0, 136, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.genesys-landing .genesys-tech__badge {
    display: inline-block;
    background-color: #00b8b0;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.45rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.genesys-landing .genesys-tech__title {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: #0b3b4f;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.genesys-landing .genesys-tech__subtitle {
    font-size: clamp(0.95rem, 1.2vw, 1.125rem);
    color: #64748b;
    margin: 0 0 3rem 0;
    max-width: 680px;
}

/* 6 White Cards Grid */
.genesys-landing .genesys-tech__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 305px));
    gap: 1.5rem;
    justify-content: center;
    width: 100%;
    margin-bottom: 2.5rem;
}

.genesys-landing .genesys-tech__card {
    box-sizing: border-box;
    width: 100%;
    max-width: 305px;
    min-height: 131px;
    background-color: #ffffff;
    border: 1px solid rgba(159, 159, 159, 0.23);
    border-radius: 9px;
    padding: 1.25rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.genesys-landing .genesys-tech__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 184, 176, 0.4);
}

.genesys-landing .genesys-tech__card-title {
    font-size: 20px;
    font-weight: 700;
    color: #005E7F;
    margin: 0 0 0.35rem 0;
    line-height: 1.3;
}

.genesys-landing .genesys-tech__card-desc {
    font-size: 0.88rem;
    color: #005E7F;
    opacity: 0.85;
    margin: 0;
    line-height: 1.4;
}

/* Bottom Applications Box */
.genesys-landing .genesys-tech__applications-box {
    width: 100%;
    background-color: #00b8b0;
    border-radius: 12px;
    padding: 2.25rem 2rem;
    color: #ffffff;
    box-shadow: 0 6px 24px rgba(0, 184, 176, 0.25);
}

.genesys-landing .genesys-tech__applications-title {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1.75rem 0;
    text-align: center;
}

.genesys-landing .genesys-tech__applications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    width: 100%;
}

.genesys-landing .genesys-tech__app-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.genesys-landing .genesys-tech__app-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.35rem 0;
}

.genesys-landing .genesys-tech__app-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.35;
}

/* -------------------------------------------------------------
   SEÇÃO 4 - SISTEMA COMPLETO DE ENDOSCOPIA (.genesys-system)
------------------------------------------------------------- */
.genesys-landing .genesys-system {
    width: 100%;
    background-color: #1b2c3c;
    padding: 5rem 1.5rem 5.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.genesys-landing .genesys-system__container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.genesys-landing .genesys-system__badge {
    display: inline-block;
    background-color: #00b8b0;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.4rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.genesys-landing .genesys-system__title {
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.genesys-landing .genesys-system__subtitle {
    font-size: clamp(0.95rem, 1.2vw, 1.125rem);
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 3.25rem 0;
    max-width: 650px;
}

/* 4 Advantages Grid (Full 946px width aligned) */
.genesys-landing .genesys-system__advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
    max-width: 946px;
    margin: 0 auto 3rem auto;
}

.genesys-landing .genesys-system__advantage-card {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 114px;
    background: rgba(98, 109, 126, 0.78);
    border: 1px solid #85888E;
    border-radius: 9px;
    padding: 1.15rem 1.25rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    backdrop-filter: blur(4px);
}

.genesys-landing .genesys-system__advantage-card:hover {
    transform: translateY(-3px);
    background-color: rgba(98, 109, 126, 0.9);
    border-color: #00B5BF;
}

.genesys-landing .genesys-system__advantage-title {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
    color: #FFFFFF;
    margin: 0 0 0.35rem 0;
}

.genesys-landing .genesys-system__advantage-desc {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.65;
    color: #FFFFFF;
    margin: 0;
}

/* Techniques Box (Cyan Border Box - Rectangle 37: 946px x 223px) */
.genesys-landing .genesys-system__techniques-box {
    box-sizing: border-box;
    width: 100%;
    max-width: 946px;
    min-height: 223px;
    background: rgba(0, 181, 191, 0.3);
    border: 3px solid #00B5BF;
    border-radius: 9px;
    padding: 2rem 2.25rem;
    margin-bottom: 3.5rem;
    backdrop-filter: blur(4px);
}

.genesys-landing .genesys-system__box-title {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.genesys-landing .genesys-system__techniques-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
}

.genesys-landing .genesys-system__technique-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background: transparent;
    border: none;
    padding: 0;
}

.genesys-landing .genesys-system__technique-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.genesys-landing .genesys-system__technique-name {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.3;
}

.genesys-landing .genesys-system__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.genesys-landing .genesys-system__list li {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.95;
    margin-bottom: 0.45rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    line-height: 1.4;
}

.genesys-landing .genesys-system__check {
    color: #FFFFFF;
    font-weight: 700;
}

/* Full Instruments Box (Rectangle 38: 946px x 458px, background rgba(98, 109, 126, 0.55)) */
.genesys-landing .genesys-system__instruments-box {
    box-sizing: border-box;
    width: 100%;
    max-width: 946px;
    min-height: 458px;
    background: rgba(98, 109, 126, 0.55);
    border-radius: 9px;
    padding: 2.25rem 1.75rem;
    margin-bottom: 3.5rem;
    backdrop-filter: blur(4px);
}

.genesys-landing .genesys-system__instruments-box .genesys-system__box-title {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.65;
    color: #FFFFFF;
    margin: 0 0 1.75rem 0;
    text-align: center;
}

.genesys-landing .genesys-system__instruments-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 219px));
    gap: 8px 12px;
    justify-content: center;
    width: 100%;
}

.genesys-landing .genesys-system__item {
    box-sizing: border-box;
    width: 100%;
    max-width: 219px;
    min-height: 114px;
    background: rgba(98, 109, 126, 0.78);
    border: 1px solid #00B5BF;
    border-radius: 9px;
    padding: 1rem 1.15rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.genesys-landing .genesys-system__item:hover {
    transform: translateY(-2px);
    border-color: #FFFFFF;
    background: rgba(98, 109, 126, 0.95);
}

.genesys-landing .genesys-system__item-code {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #00B5BF;
    letter-spacing: 0.02em;
    margin-bottom: 0.25rem;
}

.genesys-landing .genesys-system__item-name {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 0.25rem 0;
    line-height: 1.25;
}

.genesys-landing .genesys-system__item-spec {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.85;
    line-height: 1.4;
}

/* Bottom CTA Section */
.genesys-landing .genesys-system__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.genesys-landing .genesys-system__cta-title {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.genesys-landing .genesys-system__cta-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.95rem 2.25rem;
    background-color: #00b8b0;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: inherit;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 184, 176, 0.35);
    transition: all 0.25s ease;
}

.genesys-landing .genesys-system__cta-btn:hover {
    background-color: #00a29b;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 184, 176, 0.45);
}

/* -------------------------------------------------------------
   SEÇÃO 6 - SHOWCASE PRODUTOS & VÍDEO (.genesys-showcase)
------------------------------------------------------------- */
.genesys-landing .genesys-showcase {
    width: 100%;
    min-height: 1418px;
    background-color: #F2F2F2;
    padding: 5rem 1.5rem 6rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1e293b;
}

.genesys-landing .genesys-showcase__container {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* SUB-BLOCO 1: PRODUTOS CARDS */
.genesys-landing .genesys-showcase__products-block {
    width: 100%;
    margin-bottom: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.genesys-landing .genesys-showcase__badge {
    display: inline-block;
    background-color: #00b8b0;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.45rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.genesys-landing .genesys-showcase__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 305px));
    gap: 1.25rem;
    justify-content: center;
    width: 100%;
}

.genesys-landing .genesys-showcase__card {
    box-sizing: border-box;
    width: 100%;
    max-width: 305px;
    min-height: 388px;
    background: #FFFFFF;
    border: 1px solid rgba(159, 159, 159, 0.23);
    border-radius: 9px;
    padding: 1.25rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.genesys-landing .genesys-showcase__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 184, 176, 0.4);
}

.genesys-landing .genesys-showcase__card-media {
    width: 100%;
    height: 210px;
    background-color: #00b8b0;
    border-radius: 9px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

.genesys-landing .genesys-showcase__card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.genesys-landing .genesys-showcase__card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0.25rem 0;
    flex-grow: 1;
}

.genesys-landing .genesys-showcase__card-title {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    color: #005E7F;
    margin: 0 0 0.75rem 0;
}

.genesys-landing .genesys-showcase__card-link {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00b8b0;
    text-decoration: none;
    transition: color 0.2s ease;
    margin-top: auto;
}

.genesys-landing .genesys-showcase__card-link:hover {
    color: #008785;
    text-decoration: underline;
}

/* SUB-BLOCO 2: VÍDEO EXPLICATIVO */
.genesys-landing .genesys-showcase__video-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.genesys-landing .genesys-showcase__video-title {
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 700;
    color: #0f384c;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.genesys-landing .genesys-showcase__video-subtitle {
    font-size: clamp(0.95rem, 1.2vw, 1.125rem);
    color: #64748b;
    margin: 0 0 3.25rem 0;
    max-width: 650px;
}

.genesys-landing .genesys-showcase__player-wrapper {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.genesys-landing .genesys-showcase__player {
    width: 100%;
    height: 460px;
    background-color: #a3a3a3;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.genesys-landing .genesys-showcase__play-btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, opacity 0.25s ease;
    padding: 0;
}

.genesys-landing .genesys-showcase__play-btn:hover {
    transform: scale(1.08);
    opacity: 0.9;
}

/* -------------------------------------------------------------
   SEÇÃO 7 - VANTAGENS PARA DISTRIBUIDORES (.genesys-distributors)
------------------------------------------------------------- */
/* -------------------------------------------------------------
   SEÇÃO 7 - VANTAGENS PARA DISTRIBUIDORES (.genesys-distributors)
------------------------------------------------------------- */
.genesys-landing .genesys-distributors {
    width: 100%;
    min-height: 709px;
    background-color: #FBFBFB;
    padding: 5.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1e293b;
}

.genesys-landing .genesys-distributors__container {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.genesys-landing .genesys-distributors__header-logo {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.genesys-landing .genesys-distributors__logo {
    width: clamp(200px, 20vw, 308px);
    height: auto;
    max-height: 97px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.genesys-landing .genesys-distributors__badge {
    display: inline-block;
    background-color: #E2E2E2;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 0.45rem 1.75rem;
    border-radius: 75px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.genesys-landing .genesys-distributors__title {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.2rem, 4vw, 55px);
    font-weight: 700;
    line-height: 1.65;
    color: #005E7F;
    margin: 0 0 3rem 0;
    text-align: center;
}

.genesys-landing .genesys-distributors__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 305px));
    gap: 1.25rem;
    justify-content: center;
    width: 100%;
    margin-bottom: 2.5rem;
}

.genesys-landing .genesys-distributors__card {
    box-sizing: border-box;
    width: 100%;
    max-width: 305px;
    min-height: 131px;
    background: #FFFFFF;
    border: 1px solid rgba(159, 159, 159, 0.23);
    border-radius: 9px;
    padding: 1.15rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.genesys-landing .genesys-distributors__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 181, 191, 0.4);
}

.genesys-landing .genesys-distributors__card-icon {
    width: 34px;
    height: 34px;
    background-color: #00B5BF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.85rem;
}

.genesys-landing .genesys-distributors__card-title {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #005E7F;
    margin: 0 0 0.25rem 0;
}

.genesys-landing .genesys-distributors__card-desc {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

.genesys-landing .genesys-distributors__info-bar {
    box-sizing: border-box;
    width: 100%;
    max-width: 773px;
    min-height: 75px;
    background-color: #FFFFFF;
    border: 1px solid rgba(159, 159, 159, 0.23);
    border-radius: 9px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 12.5px;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: #005E7F;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.genesys-landing .genesys-distributors__divider {
    color: #005E7F;
    font-weight: 300;
    opacity: 0.6;
    margin: 0 0.35rem;
}

/* -------------------------------------------------------------
   SEÇÃO 8 - FORMULÁRIO DE ORÇAMENTO (.genesys-form)
------------------------------------------------------------- */
.genesys-landing .genesys-form {
    width: 100%;
    min-height: 1053px;
    background: linear-gradient(107.55deg, #2C3B53 0%, #00C0B0 109.61%);
    padding: 5.5rem 1.5rem 6.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.genesys-landing .genesys-form__container {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.genesys-landing .genesys-form__header-logo {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.genesys-landing .genesys-form__logo {
    width: clamp(200px, 20vw, 308px);
    height: auto;
    max-height: 97px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.genesys-landing .genesys-form__title {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.2rem, 4vw, 55px);
    font-weight: 700;
    line-height: 1.65;
    color: #ffffff;
    margin: 0 0 2.5rem 0;
    text-align: center;
}

.genesys-landing .genesys-form__card {
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    min-height: 661px;
    background: #FFFFFF;
    border-radius: 17px;
    padding: 3rem 2.5rem;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    text-align: left;
    margin: 0 auto;
}

.genesys-landing .genesys-form__markup {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    width: 100%;
}

.genesys-landing .genesys-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.genesys-landing .genesys-form__label {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #005E7F;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.genesys-landing .genesys-form__input,
.genesys-landing .genesys-form__markup input[type="text"],
.genesys-landing .genesys-form__markup input[type="email"],
.genesys-landing .genesys-form__markup input[type="tel"],
.genesys-landing .wpcf7-form-control:not(.wpcf7-submit):not(textarea) {
    width: 100% !important;
    max-width: 535px !important;
    height: 52px !important;
    min-height: 52px !important;
    background-color: #e2e8f0 !important;
    background: #e2e8f0 !important;
    border: 1px solid #94a3b8 !important;
    border-radius: 10px !important;
    padding: 0 1.15rem !important;
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #0f172a !important;
    outline: none !important;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
    box-sizing: border-box !important;
}

.genesys-landing .genesys-form__textarea,
.genesys-landing .genesys-form__markup textarea,
.genesys-landing .wpcf7-form-control-wrap textarea {
    width: 100% !important;
    max-width: 535px !important;
    min-height: 90px !important;
    background-color: #e2e8f0 !important;
    background: #e2e8f0 !important;
    border: 1px solid #94a3b8 !important;
    border-radius: 10px !important;
    padding: 0.85rem 1.15rem !important;
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #0f172a !important;
    outline: none !important;
    resize: vertical !important;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
    box-sizing: border-box !important;
}

.genesys-landing .genesys-form__input:-webkit-autofill,
.genesys-landing .genesys-form__input:-webkit-autofill:hover,
.genesys-landing .genesys-form__input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #e2e8f0 inset !important;
    -webkit-text-fill-color: #0f172a !important;
}

.genesys-landing .genesys-form__input:focus,
.genesys-landing .genesys-form__textarea:focus,
.genesys-landing .genesys-form__markup input:focus,
.genesys-landing .genesys-form__markup textarea:focus,
.genesys-landing .wpcf7-form-control:not(.wpcf7-submit):focus {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-color: #00B5BF !important;
    box-shadow: 0 0 0 3px rgba(0, 181, 191, 0.25) !important;
}

/* PLACEHOLDER SUAVE (Parece dica/placeholder, não texto preenchido) */
.genesys-landing .genesys-form__input::placeholder,
.genesys-landing .genesys-form__textarea::placeholder,
.genesys-landing .genesys-form__markup input::placeholder,
.genesys-landing .genesys-form__markup textarea::placeholder {
    color: #64748b !important;
    font-weight: 400 !important;
    opacity: 0.75 !important;
}



.genesys-landing .genesys-form__submit-btn,
.genesys-landing .wpcf7-submit {
    width: 100%;
    max-width: 440px;
    height: 51px;
    min-height: 51px;
    background-color: #00B5BF;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(0, 181, 191, 0.3);
    transition: all 0.25s ease;
    margin: 1.5rem auto 0 auto;
    display: block;
}

.genesys-landing .genesys-form__submit-btn:hover,
.genesys-landing .wpcf7-submit:hover {
    background-color: #00a29b;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 181, 191, 0.45);
}

/* -------------------------------------------------------------
   SEÇÃO FOOTER (.genesys-footer - Rectangle 64: 1920px x 445px, background #2B3B53)
------------------------------------------------------------- */
.genesys-footer {
    width: 100%;
    min-height: 445px;
    background-color: #2B3B53;
    position: relative;
    color: #ffffff;
    padding: 4rem 1.5rem 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.genesys-footer__top-bar {
    display: none;
}

.genesys-footer__container {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.genesys-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2.5rem;
    width: 100%;
    margin-bottom: 2.5rem;
    text-align: left;
}

.genesys-footer__col--brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.genesys-footer__logo {
    width: clamp(200px, 20vw, 272px);
    height: auto;
    max-height: 85px;
    display: block;
    object-fit: contain;
    margin-bottom: 0.85rem;
}

.genesys-footer__tagline {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0;
}

.genesys-footer__title,
.genesys-footer h4,
.genesys-footer h3 {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF !important;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.genesys-footer__menu,
.genesys-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.genesys-footer__menu a,
.genesys-footer__contact a,
.genesys-footer__contact li {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s ease;
}

.genesys-footer__menu a:hover,
.genesys-footer__contact a:hover {
    color: #00B5BF;
}

/* Horizontal Divider Line 1 (919px width, border 0.5px solid #85888E) */
.genesys-footer__divider {
    width: 100%;
    max-width: 919px;
    height: 0px;
    border: none;
    border-top: 0.5px solid #85888E;
    margin: 1.5rem auto 2rem auto;
}

/* 3 Badges Row (Group 14: 160px x 34px pills) */
.genesys-footer__badges-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.genesys-footer__badge-pill {
    min-width: 160px;
    height: 34px;
    min-height: 34px;
    background-color: #E2E2E2;
    color: #646464;
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    border-radius: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1.25rem;
    box-shadow: none;
}

.genesys-footer__copyright {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
    text-align: center;
}

/* -------------------------------------------------------------
   MEDIA QUERIES / RESPONSIVIDADE
------------------------------------------------------------- */
@media (max-width: 991px) {
    .genesys-landing .genesys-hero {
        min-height: auto;
        padding-bottom: 5rem;
    }

    .genesys-landing .genesys-hero__bg-pattern {
        right: -25%;
        width: 100%;
        opacity: 0.18;
    }

    .genesys-landing .genesys-hero__content {
        max-width: 100%;
        padding-left: 0;
        transform: none;
        align-items: flex-start;
    }

    .genesys-landing .genesys-products__grid,
    .genesys-landing .genesys-biportal__cards-grid,
    .genesys-landing .genesys-tech__cards-grid,
    .genesys-landing .genesys-tech__applications-grid,
    .genesys-landing .genesys-system__techniques-grid,
    .genesys-landing .genesys-showcase__cards-grid,
    .genesys-landing .genesys-distributors__cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .genesys-footer__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .genesys-landing .genesys-system__advantages-grid,
    .genesys-landing .genesys-system__instruments-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .genesys-landing .genesys-biportal__trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.5rem;
    }

    .genesys-landing .genesys-showcase__player {
        height: 380px;
    }
}

@media (max-width: 640px) {
    .genesys-landing .genesys-hero {
        padding: 2rem 1.25rem 3.5rem 1.25rem;
    }

    .genesys-landing .genesys-hero__header {
        padding-bottom: 2.5rem;
    }

    .genesys-landing .genesys-hero__buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 0.85rem;
    }

    .genesys-landing .genesys-hero__btn {
        width: 100%;
        padding: 0.9rem 1.5rem;
    }

    .genesys-landing .genesys-products,
    .genesys-landing .genesys-biportal,
    .genesys-landing .genesys-tech,
    .genesys-landing .genesys-system,
    .genesys-landing .genesys-showcase,
    .genesys-landing .genesys-distributors,
    .genesys-landing .genesys-form {
        padding: 3.5rem 1.25rem 4rem 1.25rem;
    }

    .genesys-landing .genesys-form__card {
        padding: 2rem 1.25rem;
        border-radius: 16px;
    }

    .genesys-landing .genesys-products__grid,
    .genesys-landing .genesys-biportal__cards-grid,
    .genesys-landing .genesys-tech__cards-grid,
    .genesys-landing .genesys-tech__applications-grid,
    .genesys-landing .genesys-system__advantages-grid,
    .genesys-landing .genesys-system__techniques-grid,
    .genesys-landing .genesys-system__instruments-grid,
    .genesys-landing .genesys-showcase__cards-grid,
    .genesys-landing .genesys-distributors__cards-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 1.25rem;
    }

    .genesys-landing .genesys-products__card,
    .genesys-landing .genesys-biportal__card,
    .genesys-landing .genesys-tech__card,
    .genesys-landing .genesys-system__advantage-card,
    .genesys-landing .genesys-system__instrument-card,
    .genesys-landing .genesys-showcase__card,
    .genesys-landing .genesys-distributors__card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .genesys-landing .genesys-biportal__banner,
    .genesys-landing .genesys-tech__applications-box,
    .genesys-landing .genesys-system__techniques-box,
    .genesys-landing .genesys-system__instruments-box {
        padding: 2.25rem 1.25rem;
        width: 100%;
        box-sizing: border-box;
    }

    .genesys-landing .genesys-system__techniques-box .genesys-system__box-title {
        margin-bottom: 2.5rem;
    }

    .genesys-landing .genesys-system__techniques-grid {
        gap: 2rem 1rem;
    }

    .genesys-landing .genesys-system__technique-col {
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .genesys-landing .genesys-system__technique-header {
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        margin-bottom: 0.85rem;
    }

    .genesys-landing .genesys-biportal__banner-buttons {
        flex-direction: column;
        width: 100%;
    }

    .genesys-landing .genesys-biportal__btn,
    .genesys-landing .genesys-system__cta-btn {
        width: 100%;
    }

    .genesys-landing .genesys-biportal__trust-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .genesys-landing .genesys-showcase__player {
        height: 240px;
    }

    .genesys-landing .genesys-distributors__info-bar {
        border-radius: 14px;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        white-space: normal;
    }

    .genesys-landing .genesys-distributors__divider {
        display: none;
    }

    .genesys-footer__badges-row {
        flex-direction: column;
        width: 100%;
    }

    .genesys-footer__badge-pill {
        width: 100%;
        box-sizing: border-box;
    }
}

/* -------------------------------------------------------------
   MODAL POPUP DE OBRIGADO
------------------------------------------------------------- */
.genesys-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    box-sizing: border-box;
}

.genesys-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(4px);
}

.genesys-modal__content {
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    animation: genesysModalIn 0.3s ease-out forwards;
}

@keyframes genesysModalIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(10px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.genesys-landing .genesys-modal__close,
.genesys-modal__close {
    position: absolute !important;
    top: 14px !important;
    right: 16px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: unset !important;
    min-height: unset !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 24px !important;
    line-height: 1 !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.genesys-landing .genesys-modal__close:hover,
.genesys-modal__close:hover {
    color: #0f172a !important;
    background: transparent !important;
    background-color: transparent !important;
    transform: scale(1.15) !important;
}


.genesys-modal__icon {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 192, 176, 0.12);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.25rem auto;
}

.genesys-modal__title {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f384c;
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
}

.genesys-modal__desc {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    color: #64748b;
    margin: 0 0 1.75rem 0;
    line-height: 1.5;
}

.genesys-modal__btn {
    background-color: #00c0b0;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 0.85rem 2.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 192, 176, 0.3);
}

.genesys-modal__btn:hover {
    background-color: #00a29b;
    transform: translateY(-2px);
}

/* -------------------------------------------------------------
   PÁGINA DE OBRIGADO (.genesys-thankyou)
------------------------------------------------------------- */
.genesys-landing.genesys-thankyou {
    min-height: 100vh;
    background: linear-gradient(107.55deg, #2C3B53 0%, #00C0B0 109.61%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.genesys-thankyou__hero {
    position: relative;
    width: 100%;
    padding: 3.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.genesys-thankyou__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.genesys-thankyou__header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.genesys-thankyou__logo {
    width: clamp(200px, 20vw, 308px);
    height: auto;
}

.genesys-thankyou__card {
    background: #ffffff;
    border-radius: 24px;
    padding: 3.5rem 2.5rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.genesys-thankyou__icon-wrapper {
    position: relative;
    width: 84px;
    height: 84px;
    background-color: rgba(0, 192, 176, 0.12);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem auto;
}

.genesys-thankyou__icon-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 192, 176, 0.25);
    animation: genesysPulse 2s infinite ease-in-out;
}

@keyframes genesysPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.3);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.genesys-thankyou__badge {
    display: inline-block;
    background-color: #e6f9f7;
    color: #008785;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.45rem 1.35rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}

.genesys-thankyou__title {
    font-family: 'Helvetica Neue', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.1rem, 3.8vw, 2.85rem);
    font-weight: 700;
    color: #0f384c;
    margin: 0 0 1rem 0;
    line-height: 1.25;
}

.genesys-thankyou__description {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    color: #475569;
    line-height: 1.65;
    max-width: 640px;
    margin: 0 auto 2.5rem auto;
}

.genesys-thankyou__steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 3rem;
    text-align: left;
}

.genesys-thankyou__step-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.35rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.genesys-thankyou__step-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.genesys-thankyou__step-header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.5rem;
}

.genesys-thankyou__step-num {
    display: inline-flex;
    width: 28px;
    height: 28px;
    background-color: #00c0b0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.genesys-thankyou__step-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f384c;
    margin: 0;
}

.genesys-thankyou__step-desc {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

/* Action Buttons Wrapper */
.genesys-thankyou__actions-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.genesys-thankyou__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    box-sizing: border-box;
}

/* Primary Button - Acessar o Blog */
.genesys-thankyou__btn--primary {
    background-color: #00c0b0;
    color: #ffffff;
    border: 1px solid #00c0b0;
    box-shadow: 0 4px 18px rgba(0, 192, 176, 0.35);
}

.genesys-thankyou__btn--primary:hover {
    background-color: #00a29b;
    border-color: #00a29b;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 192, 176, 0.45);
}

/* Secondary Button - Voltar para Landing Page */
.genesys-thankyou__btn--secondary {
    background-color: #f1f5f9;
    color: #0f384c;
    border: 1px solid #cbd5e1;
}

.genesys-thankyou__btn--secondary:hover {
    background-color: #e2e8f0;
    color: #008785;
    border-color: #008785;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .genesys-thankyou__steps-grid {
        grid-template-columns: 1fr;
    }
    .genesys-thankyou__card {
        padding: 2.25rem 1.5rem;
    }
    .genesys-thankyou__actions-wrapper {
        flex-direction: column;
        width: 100%;
    }
    .genesys-thankyou__btn {
        width: 100%;
    }
}