:root {
    --red: #d71920;
    --red-dark: #a90f15;
    --orange: #f58220;
    --orange-light: #fff1e3;
    --white: #ffffff;
    --text: #545454;
    --light: #fff8f2;
    --ink: #2b2624;
    --line: rgba(215, 25, 32, 0.16);
    --shadow: 0 22px 60px rgba(117, 30, 15, 0.13);
}

* {
    letter-spacing: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    color: var(--text);
    background: var(--white);
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3 {
    color: var(--red-dark);
    font-weight: 760;
    line-height: 1.08;
}

p {
    line-height: 1.75;
}

.top-strip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    min-height: 42px;
    padding: 9px 0;
    color: var(--white);
    background: linear-gradient(90deg, var(--red), var(--orange));
    font-size: 0.86rem;
    font-weight: 700;
}

.top-strip a {
    color: var(--white);
    text-decoration: none;
    white-space: nowrap;
}

.top-strip a:hover {
    color: #ffe6cf;
}

.top-strip-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.site-navbar {
    top: 42px;
    min-height: 94px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
}

.site-brand {
    display: inline-flex;
    align-items: center;
}

.site-brand img {
    width: min(188px, 48vw);
    max-height: 76px;
    object-fit: contain;
}

.nav-link {
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 700;
}

.nav-link:hover,
.nav-link.active {
    color: var(--red);
}

.btn {
    border-radius: 8px;
    font-weight: 740;
}

.btn-sinpro {
    color: var(--white);
    border-color: var(--red);
    background: linear-gradient(135deg, var(--red), var(--orange));
    box-shadow: 0 12px 28px rgba(215, 25, 32, 0.22);
}

.btn-sinpro:hover {
    color: var(--white);
    border-color: var(--red-dark);
    background: linear-gradient(135deg, var(--red-dark), #ef6f13);
}

.btn-sinpro-outline {
    color: var(--red);
    border-color: var(--line);
    background: var(--white);
}

.btn-sinpro-outline:hover {
    color: var(--white);
    border-color: var(--red);
    background: var(--red);
}

.btn-sinpro-light {
    color: var(--red);
    border-color: var(--white);
    background: var(--white);
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--orange);
    font-size: 0.82rem;
    font-weight: 760;
    text-transform: uppercase;
}

.section-tag::before {
    content: "";
    width: 26px;
    height: 3px;
    border-radius: 999px;
    background: var(--orange);
}

.section-heading {
    max-width: 820px;
}

.section-heading p {
    color: var(--text);
    font-size: 1.06rem;
}

.hero-section {
    position: relative;
    padding: 192px 0 92px;
    background:
        linear-gradient(120deg, rgba(255, 248, 242, 0.98), rgba(255, 255, 255, 0.9)),
        radial-gradient(circle at 12% 22%, rgba(245, 130, 32, 0.24), transparent 30%),
        radial-gradient(circle at 92% 18%, rgba(215, 25, 32, 0.18), transparent 32%);
}

.hero-section h1 {
    max-width: 720px;
    font-size: clamp(2.25rem, 4.15vw, 4.25rem);
}

.hero-text {
    max-width: 650px;
    color: var(--text);
    font-size: 1.12rem;
}

.hero-metrics > div {
    min-height: 104px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 32px rgba(117, 30, 15, 0.08);
}

.hero-metrics strong {
    display: block;
    color: var(--red);
    font-size: 1.9rem;
    line-height: 1;
}

.hero-metrics span {
    color: var(--ink);
    font-weight: 700;
}

.hero-card-shell {
    position: relative;
    display: grid;
    gap: 20px;
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow);
}

.hero-card-shell::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 0%, rgba(245, 130, 32, 0.34), transparent 30%),
        radial-gradient(circle at 0% 100%, rgba(215, 25, 32, 0.22), transparent 30%);
}

.hero-logo-card,
.hero-highlight-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 18px 42px rgba(117, 30, 15, 0.08);
}

.hero-logo-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
}

.hero-logo-card img {
    width: 150px;
    height: auto;
}

.hero-logo-card span {
    display: block;
    color: var(--orange);
    font-weight: 760;
    text-transform: uppercase;
}

.hero-logo-card strong {
    display: block;
    color: var(--red-dark);
    font-size: 1.35rem;
    line-height: 1.1;
}

.hero-highlight-card {
    padding: 26px;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(215, 25, 32, 0.98), rgba(245, 130, 32, 0.9)),
        radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.24), transparent 30%);
}

.hero-highlight-card span {
    display: block;
    margin-bottom: 10px;
    font-size: 0.78rem;
    font-weight: 760;
    text-transform: uppercase;
    opacity: 0.85;
}

.hero-highlight-card h2,
.hero-highlight-card p {
    color: var(--white);
}

.hero-highlight-card h2 {
    margin-bottom: 14px;
    font-size: clamp(1.35rem, 2.2vw, 2.1rem);
}

.services-section,
.news-section,
.steps-section {
    padding: 92px 0;
    background: var(--white);
}

.about-section {
    padding: 92px 0;
    background: var(--light);
}

.service-card,
.step-card,
.news-card {
    display: block;
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(117, 30, 15, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card,
.step-card {
    min-height: 238px;
    padding: 28px;
}

.service-card:hover,
.step-card:hover,
.news-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.service-card i,
.step-card i {
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 8px;
    color: var(--red);
    background: rgba(245, 130, 32, 0.18);
    font-size: 1.6rem;
}

.service-card h3,
.step-card h3,
.news-card h3 {
    margin-bottom: 12px;
    font-size: 1.28rem;
    font-weight: 760;
}

.service-card p,
.step-card p,
.news-card p {
    margin-bottom: 0;
    color: var(--text);
}

.image-card {
    min-height: 430px;
    padding: clamp(28px, 5vw, 58px);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.sindicato-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
    background:
        linear-gradient(140deg, rgba(215, 25, 32, 0.96), rgba(245, 130, 32, 0.82)),
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.3), transparent 32%);
}

.sindicato-card span {
    margin-bottom: 12px;
    font-weight: 760;
    text-transform: uppercase;
    opacity: 0.86;
}

.sindicato-card h2,
.sindicato-card p {
    color: var(--white);
}

.highlight-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.highlight-list div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 24px rgba(117, 30, 15, 0.07);
}

.highlight-list i {
    color: var(--orange);
    font-size: 1.4rem;
}

.highlight-list span {
    color: var(--ink);
    font-weight: 700;
}

.news-section {
    background: var(--white);
}

.news-card {
    min-height: 100%;
}

.news-image-link {
    display: block;
    height: 190px;
    overflow: hidden;
    background: var(--orange-light);
}

.news-image-link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-card:hover .news-image-link img {
    transform: scale(1.04);
}

.news-card-body {
    padding: 24px;
}

.news-card span,
.step-number {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--orange);
    font-weight: 760;
    text-transform: uppercase;
}

.news-card a {
    display: inline-flex;
    margin-top: 18px;
    color: var(--red);
    font-weight: 740;
    text-decoration: none;
}

.news-archive-card .news-image-link {
    height: 220px;
}

.site-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 44px;
}

.site-pagination a {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--red-dark);
    background: #fff;
    font-weight: 760;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(117, 30, 15, 0.07);
}

.site-pagination a:hover,
.site-pagination a.active {
    color: #fff;
    border-color: var(--red);
    background: linear-gradient(135deg, var(--red), var(--orange));
}

.news-detail-image {
    margin: -46px 0 34px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--orange-light);
    box-shadow: var(--shadow);
}

.news-detail-image img {
    display: block;
    width: 100%;
    height: min(58vw, 520px);
    min-height: 280px;
    object-fit: contain;
    background: #fff8f2;
}

.news-detail-content {
    max-width: 920px;
    margin: 0 auto;
    font-size: 1.05rem;
}

.news-gallery-section {
    max-width: 1100px;
    margin: 48px auto 0;
}

.news-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.news-gallery-item {
    display: block;
    overflow: hidden;
    height: 220px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--orange-light);
    box-shadow: 0 14px 34px rgba(117, 30, 15, 0.08);
}

.news-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.25s ease;
}

.news-gallery-item:hover img {
    transform: scale(1.04);
}

.steps-section {
    background: var(--light);
}

.final-cta {
    padding: 92px 0;
    color: var(--white);
    background:
        linear-gradient(120deg, rgba(169, 15, 21, 0.96), rgba(245, 130, 32, 0.82)),
        radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.2), transparent 30%);
}

.final-cta h2,
.final-cta p {
    color: var(--white);
}

.final-cta .section-tag {
    color: var(--white);
}

.final-cta .section-tag::before {
    background: var(--white);
}

.site-footer {
    padding: 54px 0 28px;
    color: rgba(255, 255, 255, 0.84);
    background: #2a1111;
}

.site-footer strong {
    display: block;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 1.2rem;
}

.site-footer span {
    display: block;
    color: var(--orange);
    font-weight: 760;
}

.site-footer p {
    margin-bottom: 0;
}

.social-links a {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-left: 8px;
    border-radius: 8px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
}

.site-footer hr {
    border-color: rgba(255, 255, 255, 0.16);
}

.footer-bottom {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
}

.page-hero {
    padding: 184px 0 54px;
    background:
        linear-gradient(120deg, rgba(255, 248, 242, 0.98), rgba(255, 255, 255, 0.92)),
        radial-gradient(circle at 92% 18%, rgba(245, 130, 32, 0.22), transparent 30%);
}

.internal-hero {
    position: relative;
    padding: 192px 0 82px;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(255, 248, 242, 0.98), rgba(255, 255, 255, 0.92)),
        radial-gradient(circle at 88% 18%, rgba(245, 130, 32, 0.23), transparent 30%),
        radial-gradient(circle at 12% 80%, rgba(215, 25, 32, 0.12), transparent 30%);
}

.internal-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -110px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(215, 25, 32, 0.16), rgba(245, 130, 32, 0.18));
}

.internal-hero h1 {
    max-width: 820px;
    font-size: clamp(2.1rem, 4vw, 3.85rem);
}

.internal-hero p {
    max-width: 720px;
    color: var(--text);
    font-size: 1.08rem;
}

.internal-quote-card,
.internal-stat-card {
    position: relative;
    z-index: 1;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow);
}

.internal-quote-card span,
.internal-stat-card span {
    display: block;
    color: var(--orange);
    font-weight: 760;
    text-transform: uppercase;
}

.internal-quote-card strong {
    display: block;
    margin: 12px 0;
    color: var(--red-dark);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.08;
}

.internal-quote-card p {
    margin: 0;
    font-size: 1rem;
}

.internal-stat-card {
    text-align: center;
}

.internal-stat-card strong {
    display: block;
    color: var(--red);
    font-size: clamp(4rem, 8vw, 6.8rem);
    line-height: 0.88;
}

.internal-section {
    padding: 86px 0;
}

.internal-section + .internal-section {
    padding-top: 0;
}

.soft-section {
    background:
        linear-gradient(180deg, #fff 0%, var(--light) 100%);
}

.sticky-heading {
    position: sticky;
    top: 150px;
}

.prose-card {
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}

.lead-text {
    margin-bottom: 24px;
    color: var(--ink);
    font-size: 1.18rem;
    line-height: 1.75;
}

.poem-text {
    padding: 26px;
    border-left: 4px solid var(--orange);
    border-radius: 12px;
    background: linear-gradient(90deg, var(--orange-light), #fff);
}

.poem-text p {
    margin: 0 0 10px;
    color: #463936;
    font-size: 1rem;
}

.poem-text p:last-child {
    margin-bottom: 0;
}

.compact-card {
    min-height: 260px;
}

.compact-card a {
    display: inline-flex;
    margin-top: 14px;
    color: var(--red);
    font-weight: 740;
    text-decoration: none;
}

.document-card,
.document-row,
.partner-card {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(117, 30, 15, 0.08);
}

.document-card {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 20px;
    padding: 28px;
}

.document-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--red);
    background: rgba(245, 130, 32, 0.18);
    font-size: 1.75rem;
}

.document-card span,
.document-row span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--orange);
    font-weight: 760;
    text-transform: uppercase;
}

.document-card h3,
.document-row h3,
.partner-card h3 {
    margin-bottom: 12px;
    font-size: 1.35rem;
    font-weight: 760;
}

.document-card p,
.document-row p {
    color: var(--text);
}

.document-list {
    display: grid;
    gap: 18px;
}

.document-row {
    display: grid;
    grid-template-columns: 76px 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 24px 28px;
}

.document-row-content p {
    margin-bottom: 0;
}

.partner-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.partner-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--red), var(--orange));
}

.partner-badge {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 9px 13px;
    border-radius: 999px;
    color: var(--red-dark);
    background: var(--orange-light);
    font-weight: 760;
}

.partner-info {
    display: grid;
    gap: 12px;
    margin: 20px 0 26px;
}

.partner-info div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
    font-weight: 700;
}

.partner-info i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--red);
    background: rgba(245, 130, 32, 0.16);
}

.board-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.board-card,
.statute-card,
.curriculum-card,
.curriculum-form-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(117, 30, 15, 0.08);
}

.board-card {
    padding: 26px;
}

.board-card h3 {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
    font-size: 1.18rem;
}

.board-card ul,
.statute-details ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.board-card li,
.statute-details li {
    position: relative;
    padding-left: 20px;
    color: var(--text);
    line-height: 1.55;
}

.board-card li::before,
.statute-details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange);
}

.statute-card {
    padding: clamp(28px, 4vw, 46px);
}

.statute-card > span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--orange);
    font-weight: 760;
    text-transform: uppercase;
}

.statute-card h3 {
    margin-bottom: 20px;
}

.statute-card p {
    color: var(--text);
}

.statute-details {
    margin-top: 22px;
    padding: 18px;
    border-radius: 12px;
    background: var(--orange-light);
}

.statute-details summary {
    cursor: pointer;
    color: var(--red-dark);
    font-weight: 760;
}

.statute-details ul {
    margin-top: 18px;
}

.curriculum-tips {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.curriculum-tips div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(117, 30, 15, 0.07);
}

.curriculum-tips i {
    color: var(--orange);
    font-size: 1.2rem;
}

.curriculum-tips span {
    color: var(--ink);
    font-weight: 700;
}

.curriculum-form-card {
    padding: clamp(28px, 4vw, 42px);
}

.curriculum-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    height: 100%;
    padding: 26px;
}

.curriculum-avatar {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--orange));
    font-size: 1.7rem;
    font-weight: 760;
    text-transform: uppercase;
}

.curriculum-content h3 {
    margin-bottom: 14px;
    font-size: 1.25rem;
}

.curriculum-meta {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.curriculum-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text);
    line-height: 1.45;
}

.curriculum-meta i {
    color: var(--orange);
}

.page-title {
    max-width: 860px;
}

.page-title span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--orange);
    font-weight: 760;
    text-transform: uppercase;
}

.page-title h1 {
    font-size: clamp(2rem, 4vw, 3.7rem);
}

.section,
.card-grid,
.split-section,
.contact-box {
    margin-top: 52px;
}

.section-title span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--orange);
    font-weight: 760;
    text-transform: uppercase;
}

.text-card,
.content-card,
.file-card,
.benefit-card,
.curriculo-card,
.form-card,
.contact-list {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(117, 30, 15, 0.08);
}

.text-card blockquote {
    margin: 0;
    padding: 20px 24px;
    border-left: 4px solid var(--orange);
    border-radius: 8px;
    background: var(--orange-light);
    line-height: 1.85;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 32px;
}

.contact-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
    gap: 24px;
    padding: 34px;
    border-radius: 8px;
    background: var(--light);
}

.contact-list {
    display: grid;
    gap: 12px;
}

.contact-list div {
    display: flex;
    gap: 12px;
}

.contact-list i {
    color: var(--orange);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.form-field.full {
    grid-column: 1 / -1;
}

.form-field label {
    font-weight: 700;
}

.form-field input,
.form-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.benefit-list {
    display: grid;
    gap: 16px;
}

.benefit-card,
.curriculo-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
}

@media (max-width: 1199.98px) {
    .site-brand img {
        width: min(155px, 44vw);
    }
}

@media (max-width: 991.98px) {
    .site-navbar {
        min-height: auto;
    }

    .hero-section,
    .page-hero {
        padding-top: 150px;
    }

    .hero-card-shell {
        margin-top: 10px;
    }

    .card-grid,
    .split-section,
    .contact-box,
    .board-grid,
    .document-row {
        grid-template-columns: 1fr;
    }

    .sticky-heading {
        position: static;
    }

    .internal-hero {
        padding-top: 150px;
    }

    .document-row {
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .top-strip {
        position: static;
        padding: 10px 0;
        font-size: 0.78rem;
    }

    .top-strip .container {
        align-items: flex-start;
    }

    .top-strip-links {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px 12px;
    }

    .top-strip-links a {
        white-space: normal;
    }

    .site-navbar {
        top: 0;
    }

    .hero-section,
    .services-section,
    .about-section,
    .news-section,
    .steps-section,
    .final-cta {
        padding: 74px 0;
    }

    .page-hero {
        padding: 118px 0 52px;
    }

    .internal-hero {
        padding: 118px 0 58px;
    }

    .hero-section h1,
    .page-title h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-metrics > div {
        min-height: 92px;
    }

    .hero-logo-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-logo-card img {
        width: 124px;
    }

    .image-card {
        min-height: 320px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card,
    .curriculo-card,
    .curriculum-card {
        grid-template-columns: 1fr;
    }

    .document-card {
        grid-template-columns: 1fr;
    }

    .prose-card,
    .poem-text,
    .document-card,
    .document-row,
    .partner-card {
        padding: 22px;
    }

    .site-brand img {
        width: min(132px, 58vw);
    }

    .news-detail-image {
        margin-top: -22px;
    }

    .news-detail-image img {
        height: 280px;
    }
}
