/*
:root {
    --primary-orange: #F56E46;
    --dark-red: #9F1A17;
    --deep-brown: #450A03;
    --teal: #3FC1A5;
}

body {
    background-color: #f4f4f4;
    font-family: 'Arial', sans-serif;
    padding-top: 10px;
}*/

.pricing-container {
    padding: 20px 0 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-container h1 {
    color: #450A03;
    margin-bottom: 40px;
    text-align: center;
}

/* Cabeçalho Fixo */
.pricing-header {
/*position: sticky;*/
    top: 0;
    z-index: 1000;
    background-color: #f4f4f4;
/*padding: 20px 0;*/
    margin-bottom: 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    border-radius: 10px 10px 0 0;
}

.pricing-plan-header {
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease;
}

.pricing-plan-header:hover {
    transform: translateY(-5px);
}

.plan-title {
    padding: 10px 0;
    margin-bottom: 5px;
}

.plan-title h3 {
    margin: 0;
    color: #450A03;
    font-weight: bold;
}

.plan-price {
    padding: 15px 0;
}

.price {
    display: block;
    font-size: 28px;
    color: #9F1A17;
    font-weight: bold;
    margin: 10px 0;
}

.plan-action {
    padding: 10px 0;
}

.btn-primary {
    background-color: #3FC1A5;
    border-color: #3FC1A5;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 8px 20px;
}

.btn-primary:hover {
    background-color: #F56E46;
    border-color: #F56E46;
    transform: scale(1.05);
}

/* Opções de Pagamento */
.payment-options {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.payment-options .option {
    padding: 8px 12px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #3FC1A5;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.payment-options .option.active {
    background-color: #3FC1A5;
    color: white;
}

.payment-options .option:hover {
    background-color: #3FC1A5;
    color: white;
}

/* Container de Funcionalidades */
.pricing-features-container {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    /*margin-top: 20px;*/
    max-height: none;
    /*overflow-y: auto;*/
    /*max-height: 600px;*/
}

.feature-section {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.feature-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.section-name {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F56E46;
}

.section-name h4 {
    color: #450A03;
    margin: 0;
    font-weight: bold;
}

.feature-row {
    display: flex;
    align-items: center;
    padding: 2px 0;
    border-bottom: 1px solid #e7e7e7;
}

.feature-row:last-child {
    border-bottom: none;
}

.feature-name {
    flex: 1;
    font-weight: 500;
    padding-right: 15px;
    font-size: 14px;
}

.feature-value {
    flex: 1;
    text-align: center;
    border-right: 1px solid #dadada;
}

.feature-value-min {
    flex: 0.5;
    text-align: center;
    border-right: 1px solid #dadada;
}

.check {
    color: #3FC1A5;
    font-size: 20px;
    font-weight: bold;
}

.no-check {
    color: #ccc;
    font-size: 20px;
}

.feature-text {
    font-size: 14px;
    color: #450A03;
    font-weight: 600;
}

/* Estilos específicos para planos */
.gratuito .plan-title {
    border-bottom: 3px solid #9eb3bc;
}

.trial .plan-title {
    border-bottom: 3px solid #3FC1A5;
}

.pro .plan-title {
    border-bottom: 3px solid #F56E46;
}

.advanced .plan-title {
    border-bottom: 3px solid #9F1A17;
    color: #9F1A17;
}

/* Responsividade */
@media (max-width: 768px) {
    .pricing-header {
        position: relative;
        padding: 10px 0;
    }
    
    .pricing-plan-header {
        margin-bottom: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        background-color: white;
    }
    
    /*.pricing-features-container {
        border-radius: 10px;
        margin-top: 20px;
        max-height: none;
    }*/
    
    .feature-row {
        flex-direction: column;
        padding: 15px 0;
    }
    
    .feature-name {
        flex: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
    }
    
    .feature-value {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-top: 1px solid #f0f0f0;
        padding-top: 10px;
        padding-right: 20px;
    }

    .feature-value-min {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-top: 1px solid #f0f0f0;
        padding-top: 10px;
        padding-right: 20px;
    }
    
    .feature-value:before {
        /*content: attr(class);*/
        content:attr(data-plan);
        text-transform: capitalize;
    }

    .feature-value-min:before {
        /*content: attr(class);*/
        content:attr(data-plan);
        text-transform: capitalize;
    }
}

.callout {
    /*font-family: 'SF Pro Display', sans-serif;*/
    color: #111;
    font-size: 28px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: -0.004em;
}

.text-small.text-meta {
    font-size: 16px;
}

.text-meta {
    color: #580900;
}

.box-price-pro {
  border-radius: 11.858px;
  border: 1px solid #C4C4C4;
  background: #FFF;
  padding: 10px;
  margin-top: 12px;
}

.headline {
  font-family: 'SF Pro Display', sans-serif;
  color: #111;
  /*font-size: 48px;*/
  font-size: 30px;
  line-height: 1.15em;
  letter-spacing: 0em;
  font-weight: 700;
}

.container-headline {
  margin-top:10px;
}

.headline .symbol {
  font-size: 12px;
}
.headline .centavos {
  font-size: 16px;
}

.headline-sub {
  font-family: 'SF Pro Display', sans-serif;
  color: #111;
  font-size: 32px;
  line-height: 1.15em;
  letter-spacing: 0em;
}

.headline-small {
  font-family: 'SF Pro Display', sans-serif;
  /*color: #111;*/
  color: #3c3c3c;
  font-size: 24px;
  line-height: 1.15em;
  font-weight: 700;
  letter-spacing: 0em;
}

.headline-small.text-blue.tenth-break {
  font-weight: 600;
}

.headline-small.fifth-break {
  margin-bottom: 20px;
  padding-top: 0px;
}

.btn-group-justified {
    width: 100%;
    display: table;
    border-collapse: separate;
}

.btn-group-justified .btn-assinar {
    width: 40%;
    border: 1px solid #cfcfcf;
    background-color: white;
}

.btn-group-justified .btn-avulso {
    width: 60%;
    border: 1px solid #cfcfcf;
    background-color: white;
}

.btn-default-dark {
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.004em;
}

.btn-default-dark:hover {
  background-color: #333;
  background-color: #1d1d1d;
  text-decoration: none;
  color: #fff;
}

.btn-default-dark.laranja {
  background-color: #F56E46;
/*  background-color: #e85f34;*/
}

.btn-default-dark.laranja:hover {
  background-color: #c9512b;
}

.btn-default-dark.vinho {
  background-color: #9F1A17;
/*  background-color: #e85f34;*/
}

.btn-default-dark.vinho:hover {
  background-color: #7b1412;
}

.btn-default-dark.brown {
  background-color: #450A03;
/*  background-color: #e85f34;*/
}

.btn-default-dark.brown:hover {
  background-color: #330807;
}

.btn-pricing {
  display: block;
  text-align: center;
}

.w-button {
  padding: 9px 15px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.pricing-block-mobile {
  margin-bottom: 30px;
  padding: 1em;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #e0e6e8;
  /*  border-radius: 6px;*/
  border-radius: 15px;
  text-align: left;
  box-shadow: 0px 4.074999809265137px 4.074999809265137px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.pricing-block-mobile-vinho {
/*  border: 1px solid #9F1A17;*/
/*  background-color: #ededed;*/
}

.pricing-block-mobile-brown {
  border: 1px solid #450A03;
  background-color: #ededed;
}


.btn-group-justified .btn-advanced-normal2 {
    width: 50%;
    border: 1px solid #cfcfcf;
    background-color: white;
}

.btn-group-justified .btn-advanced-promo2 {
    width: 50%;
    border: 1px solid #cfcfcf;
    background-color: white;
}

.btn.active, .btn:active {
    font-weight: 900;
    border: 2px solid #d7d7d7;
    background-color: #ecfffb;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.125);
}



.sticky-header {
    display: none;
    position: fixed;
    top: 0;
    /*left: 50%;
    transform: translateX(-50%);*/
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: all 0.3s ease;
    width: 100%;
    max-width: var(--container-width);
}

.sticky-header.visible {
    display: block;
}

.sticky-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    padding: 17px;*/
    padding: 10px 17px;
    width: 100%;
}

.sticky-placeholder {
    flex: 1.1;
    text-align: left;
    font-weight: bold;
}

.sticky-plan {
    text-align: center;
    font-weight: bold;
    padding: 0 15px;
    width: var(--plan-column-width);
}

.sticky-plan.gratuito {
    flex: 0.5;
/*    color: #4285F4;*/
}

.sticky-plan.trial {
    flex: 0.5;
/*    color: #34A853;*/
}

.sticky-plan.pro {
    flex: 1;
    color: #F56E46;
}

.sticky-plan.advanced {
    flex: 1;
    color: #9F1A17;
}

/* Definindo variáveis CSS para controlar tamanhos consistentes */
:root {
    --container-width: 100%;
    --plan-column-width: 100px;
}

@media (min-width: 768px) {
    :root {
        --plan-column-width: 120px;
    }
}