﻿@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --reo-red: #a80017;
    --reo-dark-red: #7c0012;
    --reo-orange: #e77619;
    --reo-orange-dark: #bd4a00;
    --reo-yellow: #f2c45f;
    --reo-cream: #f6f0e4;
    --reo-contact: #ead6a2;
    --reo-text: #2b1a12;
    --reo-muted: #6c4a34;
    --reo-border: #f08a4a;
    --reo-focus: #f4b21a;
    --reo-blue: #26348b;
    --reo-error-bg: #ffeaea;
    --reo-success-bg: #fff6ea;
}

html,
body {
    min-height: 100%;
    margin: 0;
    font-family: "Gotham", Arial, sans-serif;
    background: #d6d6d6;
    color: var(--reo-text);
}

body {
    overflow-x: hidden;
}

a {
    color: var(--reo-orange-dark);
}

a:hover {
    color: var(--reo-red);
}

.reo-page-shell {
    max-width: 1180px;
    min-height: 100vh;
    margin: 0 auto;
    background: var(--reo-cream);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
}

.reo-hero {
    min-height: 260px;
    background:
        radial-gradient(circle at 39% 36%, rgba(255,255,255,.23) 0 1.4px, transparent 1.6px) 0 0 / 18px 18px,
        linear-gradient(112deg, #df8425 0%, #efaa42 48%, #f7e6ae 100%);
    position: relative;
    overflow: hidden;
}

.reo-hero::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, .18);
    transform: rotate(35deg);
}

.reo-hero-inner {
    position: relative;
    z-index: 3;
    justify-content: center;
}

.reo-hero-person {
    min-height: 230px;
    position: relative;
    height: 320px;
}

.reo-hero-person img {
    position: absolute;
    z-index: 10;
    bottom: -60px;
    max-height: 360px;
    width: auto;
    display: block;
}


.reo-hero-message {
    margin: 0 auto 0;
    min-height: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .reo-hero-message {
        margin: 0 auto 0 -150px;
        min-height: auto;
    }
}

.reo-campaign-logo {
    max-width: 360px;
    object-fit: contain;
    margin-bottom: 10px;
}

.reo-hero-message h1 {
    margin: 0;
    font-size: clamp(1.15rem, 2.1vw, 1.9rem);
    line-height: 1.05;
    font-weight: 700;
    color: #28170f;
}

.reo-hero-message p {
    position: relative;
    margin: 18px 0 0;
    color: var(--reo-red);
    font-weight: 700;
}

    .reo-hero-message p::after {
        content: "";
        position: absolute;
        left: 20px;
        top: 36px;
        width: 260px;
        height: 2px;
        background: rgba(168, 0, 23, 0.18);
        transform: rotate(-2deg);
        transform-origin: left center;
    }

.reo-hero-message p .highlight-word {
    font-size: 1.2em;
}


.reo-institution-strip {
    min-height: 52px;
    margin-top: -34px;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #bb0a12 0%, #340009 100%);
    color: white;
}

.reo-dot-strip {
    gap: .35rem;
    font-size: 0;
}

.reo-dot-strip span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.75);
}

.reo-dot-strip span.active {
    background: white;
}

.reo-institution-logos img {
    max-height: 34px;
    max-width: 150px;
    object-fit: contain;
}

.reo-contact-strip {
    background: transparent;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .reo-contact-card,
    .reo-socials {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        justify-content: center;
        text-align: center;
        min-height: 60px !important;
    }
}

.reo-contact-card,
.reo-socials {
    background: var(--reo-contact);
    color: var(--reo-red);
    min-height: 90px;
    border-radius: 2px;
    font-size: .95rem;
    height: 100%;
}

.reo-contact-card {
    min-width: 220px;
}

.reo-contact-icon {
    width: 2rem;
    height: 2rem;
}

.reo-social-icon {
    width: 1.8rem;
    height: 1.8rem;
}

.reo-contact-label {
    display: inline-block;
    line-height: 1.05;
    font-weight: 700;
    margin-right: 0;
}

.reo-contact-number {
    font-size: 1.5rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    margin-left: 0;
}

.reo-contact-card strong {
    font-size: 1.75rem;
    line-height: 1;
}

.reo-whatsapp strong {
    font-size: 1rem;
    color: #187b3d;
}

.reo-socials span {
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--reo-orange);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.reo-work-area {
    min-height: 410px;
}

.reo-action-card {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 112px;
    padding: 16px 24px 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #e87e1c, #d96d12);
    color: white;
    text-decoration: none;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.12;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
}

.reo-action-card.card-01 {
    background-image: url("../images/card01.png");
    color: #efa067;
}

    .reo-action-card.card-02 {
        background-image: url("../images/card02.png");
        color: #f3f5d4;
    }

    .reo-action-card.card-03 {
        background-image: url("../images/card03.png");
        color: #6b1000;
    }

.reo-action-card:hover {
    filter: brightness(.96);
}

.reo-action-card.active {
    background: linear-gradient(135deg, var(--reo-red), var(--reo-dark-red));
}

.reo-free-note {
    color: var(--reo-red);
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 0 4px;
}

.reo-footer {
    background: var(--reo-red);
    color: white;
    min-height: 52px;
    padding: 16px 72px;
    font-weight: 700;
    letter-spacing: .12em;
}

.reo-info-panel,
.reo-consulta-panel {
    width: 100%;
    max-width: none;
}

.reo-info-panel h2,
.reo-lookup-form h2 {
    margin: 0 0 8px;
    color: #2b1a12;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    text-transform: uppercase;
    font-weight: 700;
}

.reo-info-panel p,
.reo-form-intro {
    font-size: .98rem;
    line-height: 1.5;
    color: #3c2b21;
    margin-bottom: 22px;
}

.reo-lookup-form {
    background: var(--reo-cream);
    border: none;
    padding: 26px;
}

.field-title {
    display: block;
    color: var(--reo-orange-dark);
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: 7px;
}

input,
select,
.form-control,
.form-select {
    border: 1px solid var(--reo-border) !important;
    border-radius: 6px;
    font-family: "Gotham", Arial, sans-serif;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--reo-focus) !important;
    box-shadow: 0 0 0 .22rem rgba(244, 178, 26, .25);
    outline: 0;
}

.btn-primary {
    font-family: "Gotham", Arial, sans-serif;
    font-weight: 700;
    background-color: var(--reo-red);
    border-color: var(--reo-red);
    border-radius: 8px;
    padding-left: 24px;
    padding-right: 24px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--reo-dark-red);
    border-color: var(--reo-dark-red);
}

.reo-btn-secondary {
    border: 1px solid var(--reo-orange) !important;
    background: white;
    color: var(--reo-red);
    font-weight: 700;
}

.reo-btn-secondary:hover {
    background: #fff7ef;
    color: var(--reo-red);
}

.document-fields {
    margin-top: 16px;
}

.reo-form-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 26px;
}

.reo-result-panel {
    background: var(--reo-cream);
    border: none;
    padding: 22px;
}

.result-header {
    text-align: center;
    min-height: 58px;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.result-header-success {
    background-color: var(--reo-success-bg);
    color: var(--reo-orange-dark);
    border-color: #f1d9b3;
}

.result-header-error {
    background-color: var(--reo-error-bg);
    color: var(--reo-red);
    border-color: #f9c6c6;
}

.reo-message-box {
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    padding: 24px;
    background: var(--reo-cream);
}

.reo-message-box h2,
.result-section-title {
    color: var(--reo-orange-dark);
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0 0 16px;
}

.result-section {
    text-align: left;
    border-radius: 8px;
    background-color: #f3eee4;
    padding: 20px;
    margin-top: 20px;
}

.result-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 12px;
    border: 1px solid var(--reo-border);
    border-radius: 6px;
    margin-bottom: 8px;
    background-color: #ffffff;
    padding: 9px 12px;
}

.result-label {
    font-weight: 700;
    color: var(--reo-orange-dark);
    text-align: right;
}

.result-value {
    font-weight: 500;
    color: var(--reo-text);
}

.reo-result-actions {
    text-align: center;
    margin-top: 24px;
}

.result-back-button {
    display: inline-block;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--reo-blue);
    background-color: #ffffff;
    border: 1px solid var(--reo-orange) !important;
    padding: 8px 18px;
    text-decoration: none;
}

.result-back-button:hover {
    background-color: #fff7ef;
    color: var(--reo-blue);
}

@media (max-width: 767.98px) {
    .result-row {
        grid-template-columns: 1fr;
    }

    .result-label {
        text-align: left;
    }
}

