:root {
    --acti-green: #65a044;
    --acti-green-soft: #dff0d8;
    --acti-green-mid: #58af58;
    --acti-gray: #606060;
    --acti-gray-light: #b6b7b9;
    --acti-orange: #f28344;
    --acti-bg: #f7faf5;
}

body {
    font-family: "Roboto", sans-serif;
    color: var(--acti-gray);
    background: #fff;
}

h1, h2, h3, .display-font {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    background: #fff;
    min-height: 78px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.navbar-brand img {
    max-height: 52px;
}

.navbar-nav > li > a.fondo_redondo,
.navbar-nav > li > a.fondo_redondo_in,
.navbar-nav > li > a.fondo_redondo_you {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    margin-left: 6px;
    padding: 0 !important;
}

.navbar-nav > li > a.fondo_redondo { background: #3b5998; }
.navbar-nav > li > a.fondo_redondo_in { background: #0a66c2; }
.navbar-nav > li > a.fondo_redondo_you { background: #c4302b; }

#midRight {
    position: relative;
    overflow: hidden;
}

.fondo_circulos_internas {
    position: absolute;
    left: 0;
    top: 104px;
    z-index: 0;
    max-width: 220px;
    pointer-events: none;
    opacity: 0.85;
}

.contenedor_full {
    position: relative;
    z-index: 1;
    padding: 36px 0 64px;
}

.b_default_claro {
    background: var(--acti-green-soft) url("/assets/images/fondo_circulos_in.png") no-repeat;
    background-position: top right;
}

.b_default_diagonal {
    background: linear-gradient(to right bottom, #fff 49%, var(--acti-green-soft) 50%);
    width: 100%;
    height: 28px;
}

.titulo_tres {
    font-size: 32px;
    color: #666;
    text-align: center;
    margin-bottom: 12px;
}

.lead-copy {
    max-width: 720px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 920px;
    margin: 0 auto 24px;
}

.tool-panel {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 28px 24px;
    min-height: 220px;
}

.tool-panel h3 {
    color: var(--acti-green);
    font-size: 24px;
    margin: 0 0 12px;
    text-align: left !important;
    border: 0 !important;
}

.tool-panel p {
    font-weight: 300;
    margin-bottom: 18px;
    line-height: 1.5;
}

.btn-actibiz {
    background: var(--acti-green);
    color: #fff !important;
    border: 0;
    border-radius: 4px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-actibiz:hover {
    background: #538436;
    transform: translateY(-1px);
}

.btn-actibiz-outline {
    background: transparent;
    color: var(--acti-green) !important;
    border: 1px solid var(--acti-green);
}

.form-shell {
    max-width: 860px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 28px 26px 34px;
}

.form-shell .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 4%;
    margin-bottom: 8px;
}

.form-shell input,
.form-shell select,
.form-shell textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 36px;
    font-size: 13px;
    padding: 6px 10px;
    color: var(--acti-gray);
    background: #fff;
}

.form-shell textarea {
    height: 90px;
    resize: vertical;
}

.form-shell label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #53575a;
}

.form-section-title {
    margin: 28px 0 14px;
    padding-top: 18px;
    border-top: 1px solid #e4e4e4;
    color: var(--acti-green);
    font-size: 20px;
}

.question-block {
    margin-bottom: 22px;
    padding-bottom: 8px;
}

.question-block .q-title {
    font-size: 15px;
    font-weight: 500;
    color: #53575a;
    margin-bottom: 10px;
}

.question-block .option {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.35;
}

.question-block .option input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex: 0 0 16px;
}

.field-error {
    display: block;
    color: #a94442;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 400;
    line-height: 1.3;
}

.form-shell input.is-invalid,
.form-shell select.is-invalid,
.form-shell textarea.is-invalid {
    border-color: #a94442;
}

.question-block.has-error {
    padding: 10px 12px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    background: #fdf7f7;
}


.result-hero {
    text-align: center;
    margin-bottom: 28px;
}

.result-score {
    display: inline-block;
    min-width: 120px;
    padding: 18px 22px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ebebeb;
    margin-top: 10px;
}

.result-score strong {
    display: block;
    font-size: 34px;
    color: var(--acti-green);
    line-height: 1;
}

.badge-profile {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0;
    color: #fff;
}

.badge-profile.red { background: #c0392b; }
.badge-profile.yellow { background: #d68910; }
.badge-profile.green { background: var(--acti-green); }
.badge-profile.gray { background: #848484; }

.dimension-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.dimension-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 16px;
}

.dimension-card h4 {
    margin: 0 0 8px;
    font-size: 16px;
    color: var(--acti-green);
}

.dimension-card .meta {
    font-size: 12px;
    color: #848484;
    margin-bottom: 8px;
}

.progress-track {
    height: 8px;
    background: #ebebeb;
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--acti-green), #61d76e);
}

.ai-panel,
.plan-panel {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 22px;
    margin-bottom: 18px;
}

.ai-panel h3,
.plan-panel h3 {
    margin-top: 0;
    color: var(--acti-green);
    text-align: left !important;
    border: 0 !important;
}

.ai-panel h2,
.ai-panel h3,
.plan-item h4 {
    font-size: 18px;
    color: #53575a;
}

.ai-panel ul,
.plan-panel ul {
    padding-left: 18px;
}

.ai-panel p,
.plan-panel p,
.plan-item p {
    font-weight: 300;
    line-height: 1.55;
}

.plan-item {
    border-top: 1px solid #eee;
    padding: 14px 0;
}

.plan-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.ai-badge {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--acti-green);
    border: 1px solid var(--acti-green);
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 10px;
}

/* Footer: keep Actibiz original styles from general.min.css
   (dark #606060 background, white text, green accents). */
footer#contenedor_footer {
    background: #606060;
    color: #fff;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", "Roboto", sans-serif;
}

footer#contenedor_footer,
footer#contenedor_footer a,
footer#contenedor_footer p {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 100;
}

footer#contenedor_footer a:hover {
    color: #5bb45b;
}

footer#contenedor_footer .verde {
    color: #65a044;
}

footer#contenedor_footer .borde_verde_texto {
    border-bottom: 2px solid #65a044;
}

footer#contenedor_footer .datos_celular {
    color: #65a044;
}

footer#contenedor_footer .b_verde_degrade {
    height: 5px;
    width: 100%;
    margin: 0;
    background: linear-gradient(to right, rgba(103, 153, 64, 1) 0%, rgba(97, 215, 110, 1) 100%);
}

footer#contenedor_footer .container {
    padding: 25px 0;
}

footer#contenedor_footer a.fondo_redondo,
footer#contenedor_footer a.fondo_redondo_in,
footer#contenedor_footer a.fondo_redondo_you {
    color: #606060 !important;
    background: #5bb45b;
    border-radius: 15px;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    margin-left: 3px;
    padding: 1px 7px;
    font-size: 12px;
}

footer#contenedor_footer a.fondo_redondo {
    margin-left: 0;
    padding: 1px 7px;
}

footer#contenedor_footer a.fondo_redondo_in {
    padding: 1px 5px;
}

footer#contenedor_footer a.fondo_redondo_you {
    padding: 1px 3px;
}

footer#contenedor_footer a.fondo_redondo:hover,
footer#contenedor_footer a.fondo_redondo_in:hover,
footer#contenedor_footer a.fondo_redondo_you:hover {
    background: #5bb45b !important;
    color: #fff !important;
}

footer#contenedor_footer input.input_pie {
    width: 100%;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    height: 25px;
    font-size: 12px;
    padding: 3px;
    color: #666;
    background: #fff;
}

footer#contenedor_footer button {
    float: right;
    background: transparent;
    border: none;
    color: #65a044;
    font-size: 12px;
    font-weight: 300;
    padding: 0;
}

footer#contenedor_footer button i {
    color: #fff;
    background: #5bb45b;
    padding: 3px 5px 3px 7px;
    border-radius: 15px;
    margin-top: 8px;
    margin-left: 4px;
}

.m_t_10 { margin-top: 10px; }
.m_t_25 { margin-top: 25px; }
.f_w_700 { font-weight: 700; }

.fade-up {
    animation: fadeUp 0.7s ease both;
}

.fade-up-delay {
    animation: fadeUp 0.8s ease 0.15s both;
}

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

@media (max-width: 900px) {
    .tools-grid,
    .dimension-grid,
    .form-shell .form-row {
        grid-template-columns: 1fr;
    }

    .fondo_circulos_internas {
        opacity: 0.35;
        max-width: 140px;
    }

    .titulo_tres {
        font-size: 26px;
    }
}
