@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

header {
    padding: 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

header .logo {
    width: 300px;
}

header .tutorial-link {
    color: #000000;
    font-size: 20px;
}

.d-flex {
    display: flex;
    gap: 5px;
}

.gap-30 {
    gap: 30px;
}

.gap-50 {
    gap: 50px;
}

.justify-content-between {
    justify-content: space-between;
}

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

.mt-20 {
    margin-top: 20px;
}

.featured {
    color: #ffffff;
    padding: 30px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.featured a {
    color: #ffffff;;
}

.featured.white a {
    color: #333333;
}

.featured h2 {
    font-size: 35px;
    font-weight: normal;
    color: #ffffff;
}

.featured.white h2 {
    color: #333333;
}

.featured h6 {
    font-size: 20px;
    font-weight: normal;
}

.featured h5 {
    font-size: 24px;
    font-weight: normal;
}

.featured p {
    font-size: 18px;
    font-weight: normal;
}

.u-layout-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.u-layout-row img {
    max-width: 350px;
}

.u-layout-row h2 {
    margin: 0;
}

.featured.red {
    background-color: #950c1a;
}

.featured.blue {
    background-color: #00477f;
}

.featured.white {
    background-color: #ffffff;
    color: #000000;
}

.expo-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.expo-form p,
.expo-form div {
    text-align: left;
    width: 100%;
}

.submit-expo-button,
.custom-button  {
    margin: 20px auto;
    display: block;
    border-radius: 10px;
    background-color: #007f42;
    padding: 10px 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

input[type=text], input[type=email], input[type=tel], select, input[type=date], input[type=number] {
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid gray;
}

details {
    border-radius: 10px;
    background-color: #f7f7f7;
    color: #353535;
    font-size: 16px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
details > summary, details > p.details-p {
    font-family: Montserrat, sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 30px;
}
details > summary {
    font-weight: 700;	
}

summary::marker {
    display: none;
}

summary {
    list-style: none;
}

details > p.details-p {
    margin: 15px 0 0;
}

details:after {
    content: '';
    width: 16px;
    height: 20px;
    background-image: url('https://grupoassureeventosexpo.com.br/expo-online/wp-content/uploads/2022/12/arrow-down.png');
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: 25px;
    right: 25px;
}
details[open] {
    background-color: #9B001D;
    color: #ffffff;
    padding-right: 0;
}
details[open]:after {
    background-image: url('https://grupoassureeventosexpo.com.br/expo-online/wp-content/uploads/2022/12/arrow-up.png');
}

.hide {
    display: none;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.bullet-wrapper {
    margin: 20px;
    gap: 15px;
    justify-content: center;
}

.step-bullet {
    opacity: .6;
}

.step-bullet.active {
    opacity: 1;
    text-decoration: underline;
}

.next-step {
    margin: 20px auto;
    display: block;
    border-radius: 10px;
    background-color: #950c1a;
    padding: 10px 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.next-step:hover {
    background-color: #b01021;
}

.u-form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.u-form-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.u-form-checkbox label {
    font-size: 16px;
    cursor: pointer;
}

.w20 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
}

.w50 {
    width: 50%;
    margin-bottom: 15px;
}

.u-text-1 {
    color: #333;
    margin-bottom: 30px;
    font-size: 28px;
}

.u-container-layout {
    padding: 20px;
}

.u-layout-cell {
    padding: 15px;
}

.u-sheet-1 {
    max-width: 1140px;
    margin: 0 auto;
}

.u-gutter-50 {
    margin: 0 -25px;
}

.u-layout-wrap-1 {
    margin: 20px 0;
}

.step-title {
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

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

.coverage-options {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
}

.coverage-options h6 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

/* Estilos para os planos selecionáveis */
.selectable-plans {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.selectable-plan {
    width: 100%;
    max-width: 300px;
    position: relative;
    margin-bottom: 10px;
}

.plan-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.plan-label {
    display: block;
    background-color: white;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    color: #333;
}

.plan-radio:checked + .plan-label {
    border-color: #950c1a;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(149, 12, 26, 0.3);
}

.plan-header {
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}

.plan-header h4 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.plan-content {
    font-size: 14px;
    padding: 0 8px 10px;
}

.plan-section {
    margin-bottom: 15px;
}

.plan-section h5 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.plan-section ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.plan-section ul:not(.custom-selections) li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
}

.plan-section ul li:before {
    content: "✓";
    color: #950c1a;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.plan-section p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.customize-btn {
    background-color: #950c1a;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    display: block;
    margin: 0 auto;
}

/* Estilos para opções de plano personalizado */
.custom-plan-options {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    border: 2px solid #ddd;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.custom-plan-options h5 {
    font-size: 18px;
    color: #950c1a;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
}

/* Estilos para o FAQ de coberturas */
.coverage-faq {
    margin-bottom: 20px;
}

.coverage-faq details {
    margin-bottom: 10px;
}

.coverage-faq summary {
    font-weight: bold;
    color: #333;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    border-left: 4px solid #950c1a;
}

.coverage-faq details[open] summary {
    background-color: #950c1a;
    color: white;
    border-radius: 8px 8px 0 0;
}

.coverage-faq .details-p {
    background-color: #fff;
    color: #333333;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin-top: 0 !important;
}

.custom-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

#custom-plan-summary {
    background-color: white;
    border: 1px dashed #950c1a;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    min-height: 60px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

.custom-selections {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.custom-selections li {
    padding: 3px 0;
    font-size: 13px;
    color: #333;
}

.custom-selections li:before {
    content: "✓";
    color: #950c1a;
    margin-right: 5px;
}

.custom-selections li.empty-selection:before {
    content: "";
}

.empty-selection {
    color: #999;
    font-style: italic;
    text-align: center;
}

.option-group {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
}

.option-group h6 {
    font-size: 16px;
    color: #fff;
    margin: -15px -15px 15px -15px;
    background-color: #950c1a;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
}

.u-form-checkbox label {
    font-size: 16px;
    cursor: pointer;
    color: #333;
}

.custom-select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #950c1a;
    margin-top: 10px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
}

.custom-plan-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.back-to-plans-btn {
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}

.apply-custom-plan-btn {
    background-color: #950c1a;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

/* Estilo para o site de referência */
.u-custom-font {
    font-family: 'Montserrat', sans-serif;
}

.u-font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

/* Estilos para os planos de seguro */
.insurance-plans {
    margin: 40px 0;
}

.plans-title {
    font-size: 28px;
    color: #950c1a;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.plan-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.plan-card {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

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

.plan-card h4 {
    color: #950c1a;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #950c1a;
}

.plan-content {
    display: flex;
    flex-direction: column;
}

.plan-content p small {
    margin-top: 20px;
    font-size: 12px;
    display: block;
}

.plan-section h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
}

.plan-section ul {
    list-style-type: none;
    padding-left: 0;
}

.plan-section ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.plan-section ul li:before {
    content: "✓";
    color: #950c1a;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Estilos para o botão Ver detalhes das coberturas */
.view-coverages-btn {
    background-color: #00477f;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    display: block;
    margin: 10px auto 0;
    transition: background-color 0.3s;
}

.view-coverages-btn:hover {
    background-color: #005da3;
}

/* Ajustes para responsividade */
@media (max-width: 768px) {
    .w20 {
        max-width: 100%;
    }
    
    .u-text-1 {
        font-size: 24px;
    }
    
    .plan-card {
        max-width: 100%;
    }
}
