/* Custom Homepage Styles - Layout Moderno e Clean inspirado na Locaweb */

/* HERO SECTION - BLOCO DE ABERTURA */
.hero-section-modern {
    background: var(--ehosting-blue, #0a2540);
    padding: clamp(2rem, 5vw, 3rem) 0;
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: flex;
    align-items: center;
}

.hero-section-modern .container-fluid {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
    width: 100%;
}

.hero-section-modern::before {
    content: 'E-HOSTING';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    font-size: clamp(15vw, 20vw, 25vw);
    font-weight: 900;
    color: rgba(255, 255, 255, 0.04);
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-family: 'Arial Black', sans-serif;
    z-index: 0;
    pointer-events: none;
}

.hero-section-modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

.hero-content-modern {
    position: relative;
    z-index: 2;
    padding: 1.5rem clamp(1rem, 3vw, 2rem);
    color: white;
    max-width: 100%;
}

.hero-title-modern {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--ehosting-text-white, #ffffff);
    letter-spacing: -0.02em;
}

.hero-description-modern {
    font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
    line-height: 1.6;
    color: var(--ehosting-text-light, rgba(255, 255, 255, 0.9));
    margin-bottom: 1.75rem;
    max-width: 550px;
    font-weight: 400;
}

.hero-buttons-modern {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-hero-modern {
    padding: 0.875rem 2rem;
    border-radius: var(--border-radius);
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    border: 2px solid transparent;
    white-space: nowrap;
}

.btn-hero-primary-modern {
    background: var(--ehosting-red, #e63946);
    color: var(--ehosting-text-white, #ffffff);
    box-shadow: 0 4px 20px rgba(230, 57, 70, 0.3);
}

.btn-hero-primary-modern:hover {
    background: var(--ehosting-red-hover, #d62839);
    color: var(--ehosting-text-white, #ffffff);
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(230, 57, 70, 0.5);
}

.btn-hero-secondary-modern {
    background: transparent;
    color: var(--ehosting-text-white, #ffffff);
    border-color: var(--ehosting-text-white, #ffffff);
}

.btn-hero-secondary-modern:hover {
    background: var(--ehosting-text-white, #ffffff);
    color: var(--ehosting-blue, #0a2540);
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(255, 255, 255, 0.3);
}

.hero-visual-modern {
    position: relative;
    z-index: 2;
    padding: 1.5rem clamp(1rem, 3vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-container-modern {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.hero-image-modern {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-lg);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .hero-section-modern {
        padding: 2.5rem 0;
    }
    
    .hero-content-modern {
        text-align: center;
        margin-bottom: 1.5rem;
        padding: 1rem;
    }
    
    .hero-title-modern {
        margin-bottom: 0.75rem;
    }
    
    .hero-description-modern {
        margin-bottom: 1.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-buttons-modern {
        justify-content: center;
        gap: 0.75rem;
    }
    
    .btn-hero-modern {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .hero-buttons-modern {
        flex-direction: column;
    }
    
    .btn-hero-modern {
        width: 100%;
    }
}

:root {
    --primary-color: #0066cc;
    --primary-dark: #0052a3;
    --primary-light: #e6f2ff;
    --secondary-color: #00d4aa;
    --secondary-dark: #00b894;
    --text-dark: #1a1a1a;
    --text-muted: #6c757d;
    --text-light: #999;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #e0e0e0;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.1);
    --border-radius: 8px;
    --border-radius-lg: 12px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.badge_label_section {
    display: inline-block;
    background: var(--ehosting-red) !important;
    color: #fff;
    padding: 0.375rem 0.875rem;
    border-radius: 7px;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: .7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Typography */
.section-title-modern {
    font-size: clamp(1.25rem, 4vw, 2rem);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.section-subtitle-modern {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 400;
}

/* PROVA SOCIAL SECTION - MINI BANNER SUTIL */
.proof-social-section-modern {
    position: relative;
    padding: clamp(1.5rem, 4vw, 2rem) 0;
    background: rgba(248, 249, 250, 0.5);
    position: relative;
}
.shape_triangle{
    z-index: 1;
    position: relative;
    overflow: inherit !important;
}
.shape_triangle::after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: -68px;
    width: 100%;
    height: 70px;
    background: var(--color_shape_triangle);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
}

.proof-social-section-modern .container-fluid {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
}

.proof-stats-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.proof-stat-item-modern {
    text-align: center;
    padding: 0;
}
.proof-stat-item-modern i{
    background-color: var(--ehosting-cyan);
    color: #fff;
    padding: 7px;
    font-size: 20px;
    border-radius: 50%;
}
.proof-stat-number-modern {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 600;
    color: #0a2540;
    line-height: 1.2;
    margin-top: .5rem;
    margin-bottom: 0.25rem;
    letter-spacing: -0.01em;
    display: block;
}

.proof-stat-label-modern {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 400;
    line-height: 1.4;
    text-transform: lowercase;
}

@media (max-width: 991.98px) {
    .proof-stats-grid-modern {
        gap: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .proof-social-section-modern {
        padding: 1.5rem 0;
    }
    
    .proof-stats-grid-modern {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        max-width: 300px;
    }
    
    .proof-stat-number-modern {
        font-size: clamp(1.5rem, 3vw, 2rem);
    }
    
    .proof-stat-label-modern {
        font-size: 0.8125rem;
    }
}

/* DOMAIN CHECKER SECTION - LAYOUT LOCAWEB */
/* DOMAIN CHECKER SECTION - LAYOUT LOCAWEB */
.domain-checker-section-modern {
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0 0 20px;
    transform: translate(-50%, -50px);
    margin: 0 20px;
    padding: clamp(1rem, 5vw, 2rem) 0;
    background: #ffffff;
    border-radius: 12px;
    left: 50%;
    position: relative;
}

.domain-checker-section-modern .container-fluid {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
}

.domain-checker-content {
    padding-right: 2rem;
}

.domain-section-label {
    display: inline-block;
    background: var(--ehosting-red) !important;
    color: #fff;
    padding: 0.375rem 0.875rem;
    border-radius: 7px;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: .7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.domain-checker-title {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    font-weight: 700;
    color: #0a2540;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.domain-checker-description {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

.domain-checker-form-wrapper {
    display: flex;
    align-items: flex-end;
    height: 100%;
    position: relative;
}

.domain-checker-form-modern {
    width: 100%;
    position: relative;
}

/* Captcha styling - escondido visualmente, funciona como v3 invisível */
.domain-checker-form-modern {
    position: relative;
}

/* Esconder completamente o captcha visual */
.domain-checker-form-modern > .text-center {
    display: none !important;
}

.domainchecker-homepage-captcha {
    display: none !important;
}

/* ReCAPTCHA v3 é invisível por padrão, mas garantir que não apareça */
.domainchecker-homepage-captcha .recaptcha-container,
.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Captcha padrão também escondido */
.domainchecker-homepage-captcha #default-captcha-domainchecker {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.domain-input-wrapper-modern {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    gap: 0.75rem;
}

.domain-input-wrapper-modern:focus-within {
    border-color: #0a2540;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(10, 37, 64, 0.1);
}

.domain-input-icon {
    font-size: 1.125rem;
    color: #6c757d;
    opacity: 0.7;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.domain-input-icon i {
    font-size: inherit;
}

.domain-input-modern {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.9375rem;
    padding: 0.5rem;
    outline: none;
    color: #0a2540;
}

.domain-input-modern::placeholder {
    color: #999;
}

.btn-domain-search-modern {
    background: #0a2540;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 0.9375rem;
}

.btn-domain-search-modern:hover {
    background: #0d3a5c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.2);
}

/* PLANS SECTION - LAYOUT LOCAWEB COMPACTO */
.plans-section-modern {
    background: #215991;
background: radial-gradient(circle, rgba(33, 89, 145, 1) 0%, rgb(4, 17, 30) 100%);
    padding: clamp(3rem, 5vw, 4rem) 0;
}

.plans-section-modern .container-fluid {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
}

.plans-section-modern .section-label {
    display: inline-block;
    background: var(--ehosting-red) !important;
    color: #fff;
    padding: 0.375rem 0.875rem;
    border-radius: 7px;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: .7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.plans-section-modern .section-title-modern {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.5rem;
}

.plans-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.plan-card-modern {
    background: #144371;
    border: 1px solid #4f759a;
    border-radius: 20px;
    padding: 1.75rem;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: auto;
}

.plan-card-modern:hover {
    border-color: #0a2540;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(10, 37, 64, 0.1);
}

.plan-card-featured {
    transform: translateY(-20px);
    background: #1d60a4;
    border-color: #0a2540;
    border-width: 2px;
}

.plan-badge {
    position: absolute;
    top: -10px;
    right: 1.5rem;
    background: var(--ehosting-cyan);
    color: white;
    padding: 0.375rem 0.875rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-icon {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0.75rem;
}

.plan-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.plan-description {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.plan-features-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0;
    flex: 1;
}

.plan-feature-item {
    display: flex;
    align-items: flex-start;
    padding: 0.5rem 0;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5;
}

.feature-icon {
    background-color: var(--ehosting-blue);
    color: #FFF;
    padding: 7px;
    border-radius: 50%;
    margin-right: 0.625rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
    font-size: .9rem;
}

.plan-card-featured .plan-price-modern {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}
.plan-price-modern {
    margin: 1.25rem 0;
    padding: 1.25rem 0;
    border-top: 1px solid #4f759a;
    border-bottom: 1px solid #4f759a;
}

.plan-card-featured .plan-price-label ,
.plan-card-featured .plan-price-value ,
.plan-card-featured .plan-currency ,
.plan-card-featured .plan-period ,
.plan-card-featured .plan-amount {
    color: #fff !important;
}
.plan-price-label {
    display: block;
    font-size: 0.8125rem;
    color: #6EC6FF;
    margin-bottom: 0.375rem;
}

.plan-price-value {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.plan-currency {
    font-size: 1rem;
    color: #6EC6FF;
    font-weight: 600;
}

.plan-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6EC6FF;
    line-height: 1;
}

.plan-period {
    font-size: 0.875rem;
    color: #6EC6FF;
}

.btn-plan-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border: 1px solid #4f759a;
    background: transparent;
    color: #ffffffe8;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 1rem;
}

.btn-plan-modern:hover {
    background: #0a2540;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(10, 37, 64, 0.2);
}

.btn-plan-primary {
    background: #0a2540;
    color: white;
    border-color: #0a2540;
}

.btn-plan-primary:hover {
    background: #0d3a5c;
    border-color: #0d3a5c;
}

/* PROFILE SELECTOR SECTION - DUAS COLUNAS - MAIS CHAMATIVA */
.profile-selector-section-modern {
    padding: clamp(3.5rem, 6vw, 5rem) 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f7ff 100%);
    position: relative;
    overflow: hidden;
}

.profile-selector-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #06d6a0, #0a2540, #06d6a0);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.profile-selector-section-modern .container-fluid {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
    position: relative;
    z-index: 1;
}

.profile-selector-content {
    padding-right: 2rem;
}

.profile-selector-title {
    font-size: clamp(1.25rem, 4vw, 2rem);
    font-weight: 700;
    color: #0a2540;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.profile-selector-subtitle {
    font-size: 1.0625rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-weight: 500;
}

.profile-selector-modern {
    margin-top: 1.5rem;
}

.profile-option-item {
    margin-bottom: 1.25rem;
}

.profile-radio {
    display: none;
}

.profile-label {
    display: flex;
    align-items: center;
    padding: 1.125rem 1.5rem;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.profile-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(10, 37, 64, 0.1), transparent);
    transition: left 0.5s ease;
}

.profile-label:hover::before {
    left: 100%;
}

.profile-label:hover {
    border-color: #0a2540;
    background: rgba(10, 37, 64, 0.05);
    transform: translateX(6px) scale(1.02);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.15);
}

.profile-radio:checked + .profile-label {
    border-color: #0a2540;
    border-width: 2px;
    background: rgba(10, 37, 64, 0.08);
    box-shadow: 0 0 0 4px rgba(10, 37, 64, 0.15), 0 4px 16px rgba(10, 37, 64, 0.2);
    transform: translateX(6px);
}

.profile-icon {
    font-size: 1.375rem;
    color: #0a2540;
    margin-right: 1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.profile-radio:checked + .profile-label .profile-icon {
    color: #0a2540;
    transform: scale(1.1);
}

.profile-label span {
    font-size: 0.9375rem;
    color: #0a2540;
    font-weight: 500;
    line-height: 1.4;
}

/* RESULT CARD - COLUNA DIREITA - MAIS CHAMATIVO */
.profile-result-wrapper {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.profile-result-card {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 450px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    position: relative;
    overflow: hidden;
}

.profile-result-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #06d6a0, #0a2540);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.profile-result-card.profile-result-active {
    border-color: #0a2540;
    box-shadow: 0 8px 32px rgba(10, 37, 64, 0.2), 0 4px 16px rgba(10, 37, 64, 0.1);
    transform: translateY(0) scale(1);
}

.profile-result-card.profile-result-active::before {
    background: linear-gradient(90deg, #0a2540, #0d3a5c);
    transform: scaleX(1);
}

.profile-result-card[style*="display: block"],
.profile-result-card[style*="display: flex"] {
    opacity: 1;
    transform: translateY(0);
}

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

.profile-result-card#result-default {
    align-items: center;
    justify-content: center;
    text-align: center;
    border-style: dashed;
    border-color: #d0d0d0;
    opacity: 1;
    transform: translateY(0);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.profile-result-icon {
    font-size: 4rem;
    background: linear-gradient(135deg, #d0d0d0 0%, #a0a0a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.profile-result-text {
    color: #6c757d;
    font-size: 0.9375rem;
    margin: 0;
}

.profile-result-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
}

.profile-result-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #0a2540;
    border-radius: 2px;
}

.profile-result-icon-large {
    font-size: 3rem;
    color: #0a2540;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.profile-result-card.profile-result-active .profile-result-icon-large {
    transform: scale(1.1) rotate(5deg);
    color: #0a2540;
}

.profile-result-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 0;
    line-height: 1.3;
}

.profile-result-description {
    font-size: 0.9375rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: center;
}

.profile-result-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    flex: 1;
}

.profile-result-features li {
    display: flex;
    align-items: flex-start;
    padding: 0.625rem 0;
    color: #0a2540;
    font-size: 0.875rem;
    line-height: 1.5;
    transition: all 0.2s ease;
}

.profile-result-features li:hover {
    transform: translateX(4px);
    color: #0a2540;
}

.profile-result-features li i {
    color: #0a2540;
    margin-right: 0.75rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
    font-size: 1.125rem;
    font-weight: 700;
}

.profile-result-price {
    text-align: center;
    margin: 1.5rem 0;
    padding: 1.5rem;
    border-top: 2px solid #e0e0e0;
    background: rgba(10, 37, 64, 0.03);
    border-radius: 12px;
    position: relative;
}

.profile-result-price::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #0a2540;
    border-radius: 2px;
}

.profile-result-price-label {
    display: block;
    font-size: 0.8125rem;
    color: #6c757d;
    margin-bottom: 0.375rem;
}

.profile-result-price-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
}

.profile-result-currency {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 600;
}

.profile-result-amount {
    font-size: 2rem;
    font-weight: 800;
    color: #0a2540;
    line-height: 1;
}

.profile-result-period {
    font-size: 0.875rem;
    color: #6c757d;
}

.btn-profile-result {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    background: #0a2540;
    color: white;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.btn-profile-result::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-profile-result:hover::before {
    left: 100%;
}

.btn-profile-result:hover {
    background: #0d3a5c;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(10, 37, 64, 0.4);
    color: white;
}

/* MIGRATION SECTION - LAYOUT CLEAN */
.migration-section-modern {
    padding: 1rem 0;
    padding-bottom: 0 !important;
    background: #183C59;
    position: relative;
}

.migration-section-modern .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
}

.migration-header {
    text-align: center;
    margin-bottom: clamp(3rem, 5vw, 4rem);
}
.migration-title {
    font-size: clamp(1.25rem, 4vw, 2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.migration-subtitle {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 500;
}

.migration-section-modern .image_people{
    transform: translate(-100px, 100px)
}
.migration-steps-modern {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    margin-bottom: clamp(3rem, 5vw, 4rem);
    flex-wrap: wrap;
}

.migration-step-item-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    transition: all 0.3s ease;
    position: relative;
}
.migration-step-icon-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.migration-step-item-modern:nth-child(3) .migration-step-icon-wrapper:after{
    display: none;
}
.migration-step-icon-wrapper:after{
    content: "";
    position: absolute;
    right: -160px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 3px;
    background-color: var(--ehosting-cyan);

}
.migration-step-number-modern {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0a2540;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.25);
    position: relative;
    z-index: 2;
}

.migration-step-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: var(--ehosting-cyan);
    z-index: 1;
    pointer-events: none;
}

.migration-step-content-modern {
    flex: 1;
    width: 100%;
}

.migration-step-content-modern span {
    color: #ffffffdd;
}
.migration-step-title-modern {
    font-size: clamp(1.15rem, 2vw, 1.3rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.migration-step-text-modern {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-weight: 500;
}

.migration-step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-top: 40px;
    flex-shrink: 0;
    position: relative;
}

.migration-step-connector::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0a2540;
    opacity: 0.3;
}

.migration-step-connector i {
    font-size: 1.5rem;
    color: #0a2540;
    position: relative;
    z-index: 1;
    background: #f8f9fa;
    padding: 0.5rem;
    border-radius: 50%;
}

.migration-cta-wrapper {
    text-align: center;
    margin-top: 2rem;
}

.btn-migration-cta-modern {
    display: inline-flex;
    align-items: center;
    padding: clamp(1rem, 2vw, 1.25rem) clamp(2rem, 4vw, 3rem);
    background: #0a2540;
    color: white;
    border-radius: 12px;
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #0a2540;
    box-shadow: 0 4px 16px rgba(10, 37, 64, 0.2);
    position: relative;
    overflow: hidden;
}

.btn-migration-cta-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-migration-cta-modern:hover::before {
    left: 100%;
}

.btn-migration-cta-modern:hover {
    background: var(--ehosting-blue-light);
    border-color: #ffffff32;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.3);
    color: #fff;
}

.btn-migration-cta-modern i {
    margin-left: 0.75rem;
    transition: transform 0.3s ease;
}

.btn-migration-cta-modern:hover i {
    transform: translateX(4px);
}

/* COMPARISON SECTION */
.comparison-section-modern {
    padding: 4rem 0;
    padding-bottom: 0 !important;
    overflow: hidden;
    position: relative;
}
.comparison-section-modern:after{
    content: "";
    position: absolute;
    right: -40%;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/home/vetores-comparativo.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.comparison-header {
    margin-bottom: 3rem;
}

.comparison-header .section-subtitle-modern {
    margin-top: 0.75rem;
    color: var(--text-muted);
    font-size: 1.125rem;
}
.table-comparison {
    background: var(--bg-white);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: 0 0 5px;
    margin-bottom: 2rem;
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.table-comparison thead {
    background: linear-gradient(135deg, var(--ehosting-blue, #0a2540) 0%, var(--ehosting-blue-light, #0d3a5c) 100%);
    color: white;
}

.table-comparison th {
    color: #fff;
    padding: 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    vertical-align: middle;
}

.table-comparison th.comparison-us {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}

.comparison-brand {
    display: inline-block;
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--ehosting-cyan, #06d6a0);
}

.table-comparison td {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    vertical-align: middle;
}

.table-comparison tbody tr:last-child td {
    border-bottom: none;
}

.table-comparison tbody tr {
    transition: background 0.2s ease;
}

.table-comparison tbody tr:hover {
    background: var(--primary-light, #e6f2ff);
}

.comparison-feature {
    font-weight: 600;
    color: var(--text-dark);
    width: 40%;
}

.feature-name {
    display: inline-block;
    font-size: 1rem;
    color: var(--text-dark);
}

.comparison-us {
    text-align: center;
    width: 30%;
    background: rgba(6, 214, 160, 0.05);
}

.comparison-others {
    text-align: center;
    width: 30%;
}

.comparison-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
}

.comparison-status-yes i {
    font-size: 1.5rem;
    color: var(--secondary-color, #00d4aa);
}

.comparison-status-no i {
    font-size: 1.5rem;
    color: #dc3545;
}

.comparison-status-partial {
    color: var(--text-muted);
    font-size: 0.875rem;
    font-style: italic;
}

.comparison-cta-wrapper {
    margin-top: 2.5rem;
}

.comparison-section-modern .image_people{
    z-index: 2;
    position: relative;
}
.btn-comparison-cta {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    background: var(--ehosting-red, #e63946);
    color: white;
    border-radius: var(--border-radius, 8px);
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
    border: 2px solid transparent;
}

.btn-comparison-cta:hover {
    background: var(--ehosting-red-hover, #d62839);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
    color: white;
    text-decoration: none;
}

.btn-comparison-cta i {
    transition: transform 0.3s ease;
}

.btn-comparison-cta:hover i {
    transform: translateX(4px);
}

/* TESTIMONIALS SECTION */
.testimonials-section-modern {
    position: relative;
    padding: 4rem 0;
    background: var(--bg-white);
}
.testimonials-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #06d6a0, #0a2540, #06d6a0);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

.testimonials-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-card-modern {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: clamp(2rem, 4vw, 2.5rem);
    position: relative;
    transition: var(--transition);
}

.testimonial-card-modern:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.testimonial-quote {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    opacity: 0.1;
}

.testimonial-quote i {
    font-size: 4rem;
    color: var(--primary-color);
}

.testimonial-text-modern {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-dark);
    font-style: italic;
    margin-bottom: 1.5rem;
}

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

.testimonial-author strong {
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.testimonial-author span {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* FAQ SECTION */
.faq-section-modern {
    background-image: url("../image/home/banner-faq.webp");
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    padding: 4rem 0;
    padding-bottom: 0 !important;
}
.faq-section-modern .section-title-modern {
    color: #fff;
}
.faq-section-modern .text_faq{
    padding-bottom: 100px;
}
.faq-section-modern .image_people {
    width: 500px;
}
.faq-section-modern .image_people img{
    object-fit: cover;
}
.faq-item-modern {
    background: var(--ehosting-blue);
    border: 1px solid var(--ehosting-blue-light);
    border-radius: var(--border-radius);
    margin-bottom: 1rem;
    overflow: hidden;
    transition: var(--transition);
} 
.faq-item-modern:hover {
    border: 1px solid #ffffff32;
    box-shadow: var(--shadow-sm);
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.faq-question:hover {
    color: var(--ehosting-cyan);
    background: var(--ehosting-blue-light);
}

.faq-question h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.faq-question:hover i {
    background-color: var(--ehosting-cyan);
}
.faq-question i {
    background-color: var(--ehosting-blue-light);
    padding: 4px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.faq-question[aria-expanded="true"] i {
    background-color: var(--ehosting-cyan);
    transform: rotate(180deg);
}

.faq-answer {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    color: #fff;
    line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .domain-checker-content {
        padding-right: 0;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .domain-checker-form-wrapper {
        align-items: flex-start;
    }
    
    .plans-grid-modern {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .testimonials-grid-modern {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .domain-checker-section-modern {
        padding: 2rem 0;
    }
    
    .domain-checker-content {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .domain-input-wrapper-modern {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }
    
    .btn-domain-search-modern {
        width: 100%;
        justify-content: center;
    }
    
    .plans-section-modern {
        padding: 2.5rem 0;
    }
    
    .plan-card-modern {
        padding: 1.5rem;
    }
    
    .migration-section-modern {
        padding: 3rem 0;
    }
    
    .migration-steps-modern {
        flex-direction: column;
        gap: 2rem;
    }
    
    .migration-step-item-modern {
        min-width: 100%;
        max-width: 100%;
        padding: 2rem 1.5rem;
    }
    
    .migration-step-connector {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }
    
    .migration-step-connector::before {
        width: 2px;
        height: 100%;
    }
    
    .plan-amount {
        font-size: 1.5rem;
    }
    
    .plans-grid-modern {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .migration-section-modern {
        padding: 3rem 0;
    }
    
    .migration-header {
        margin-bottom: 2.5rem;
    }
    
    .migration-steps-modern {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    
    .migration-step-item-modern {
        min-width: 100%;
        max-width: 100%;
        padding: 2rem 1.5rem;
    }
    
    .migration-step-connector {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }
    
    .migration-step-connector::before {
        width: 2px;
        height: 100%;
    }
    
    .migration-step-number-modern {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
    
    .migration-step-icon {
        font-size: 2rem;
    }
    
    .migration-step-title-modern {
        font-size: 0.9375rem;
    }
    
    .profile-selector-section-modern {
        padding: 2.5rem 0;
    }
    
    .profile-selector-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .profile-result-wrapper {
        position: static;
        top: auto;
    }
    
    .profile-result-card {
        min-height: auto;
    }
    
    .comparison-header {
        margin-bottom: 2rem;
    }
    
    .comparison-header .section-subtitle-modern {
        font-size: 1rem;
    }
    
    .comparison-table-modern {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .table-comparison {
        min-width: 600px;
    }
    
    .table-comparison th,
    .table-comparison td {
        padding: 1rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .comparison-feature {
        width: auto;
        min-width: 150px;
    }
    
    .comparison-us,
    .comparison-others {
        width: auto;
        min-width: 120px;
    }
    
    .feature-name {
        font-size: 0.875rem;
    }
    
    .comparison-status-yes i,
    .comparison-status-no i {
        font-size: 1.25rem;
    }
    
    .btn-comparison-cta {
        padding: 0.875rem 2rem;
        font-size: 1rem;
        width: 100%;
        max-width: 300px;
    }
    
    .testimonials-grid-modern {
        grid-template-columns: 1fr;
    }
    
    .final-cta-title {
        font-size: 1.75rem;
    }
    
    .final-cta-text {
        font-size: 1rem;
    }
    
    .final-cta-contact {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .btn-final-cta {
        width: 100%;
        justify-content: center;
    }
    
    .domain-input-wrapper-modern {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-domain-search-modern {
        width: 100%;
        justify-content: center;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Button Focus States */
.btn-plan-modern:focus,
.btn-profile-submit:focus,
.btn-migration-cta:focus,
.btn-comparison-cta:focus,
.btn-domain-search-modern:focus,
.btn-final-cta:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25);
}

/* Additional Modern Touches */
.bg-light {
    background-color: var(--bg-light) !important;
}

/* Improved spacing for sections */
section {
    position: relative;
}

/* Better visual hierarchy */
.comparison-us i.text-success {
    color: var(--secondary-color) !important;
}

.comparison-others i.text-danger {
    color: #dc3545 !important;
}

.comparison-others i.text-success {
    color: var(--secondary-color) !important;
}

/* Enhanced card shadows on hover */
.plan-card-modern,
.testimonial-card-modern,
.domain-checker-card-modern {
    will-change: transform;
}

/* Subtle animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.proof-stat-item-modern,
.plan-card-modern,
.testimonial-card-modern {
    animation: fadeInUp 0.6s ease-out;
}

/* Improved text contrast */
.testimonial-text-modern {
    color: var(--text-dark);
    font-weight: 400;
}

/* Better mobile experience */
@media (max-width: 575.98px) {
    .domain-checker-card-modern {
        padding: 1.5rem;
    }
    
    .plan-card-modern {
        padding: 1.5rem;
    }
    
    .testimonial-card-modern {
        padding: 1.5rem;
    }
    
    .migration-image-wrapper {
        padding: 2rem;
    }
    
    .migration-icon {
        font-size: 4rem;
    }
}

/* FINAL CTA SECTION */
.final-cta-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.final-cta-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.final-cta-text {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.final-cta-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.final-cta-whatsapp-icon {
    font-size: 2rem;
    color: #25D366;
}

.final-cta-contact-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
}

.final-cta-phone {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    transition: var(--transition);
}

.final-cta-phone:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.final-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.btn-final-cta {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    border-radius: var(--border-radius);
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid transparent;
}

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

.btn-final-cta-primary:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-final-cta-secondary {
    background: transparent;
    color: white;
    border-color: white;
}

.btn-final-cta-secondary:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Utility Classes */
.mb-5 { margin-bottom: 1.25rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.mb-10 { margin-bottom: 2.5rem !important; }
.mt-8 { margin-top: 2rem !important; }
.py-19 { padding-top: clamp(3rem, 6vw, 4.75rem); padding-bottom: clamp(3rem, 6vw, 4.75rem); }
.px-lg-15 { padding-left: clamp(1rem, 4vw, 3.75rem); padding-right: clamp(1rem, 4vw, 3.75rem); }
.px-4 { padding-left: 1rem; padding-right: 1rem; }

@media (max-width: 991.98px) {
    .px-lg-15 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .py-19 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
