.titular-page {
    --titular-green-900: #0b4d2b;
    --titular-green-700: #10743d;
    --titular-green-600: #16864a;
    --titular-green-100: #e8f6ee;
    --titular-green-50: #f4fbf7;
    --titular-ink: #14231b;
    --titular-muted: #66766d;
    --titular-line: #dce7e0;
    --titular-danger: #a83232;
    min-height: 100vh;
    padding: 88px 0 72px;
    background:
        radial-gradient(circle at 88% 8%, rgba(44, 166, 98, .13), transparent 28rem),
        linear-gradient(180deg, #f8fbf9 0%, #f2f7f4 100%);
    color: var(--titular-ink);
    font-family: "Roboto", Arial, sans-serif;
}

.titular-page *,
.titular-page *::before,
.titular-page *::after {
    box-sizing: border-box;
}

.titular-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.titular-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 68px;
    color: #fff;
    background: linear-gradient(120deg, #074122, #127841);
}

.titular-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -170px;
    width: 420px;
    height: 420px;
    border: 78px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
}

.titular-hero__content {
    position: relative;
    z-index: 1;
}

.titular-eyebrow,
.titular-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.titular-eyebrow {
    margin-bottom: 18px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.titular-eyebrow svg,
.titular-hero__meta svg,
.titular-submit-row p svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.titular-hero h1 {
    max-width: 750px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.titular-hero > .titular-hero__content > p {
    max-width: 700px;
    margin: 20px 0 30px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    line-height: 1.7;
}

.titular-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 30px;
    font-size: .92rem;
    font-weight: 600;
}

.titular-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
    margin-top: -34px;
}

.titular-card {
    border: 1px solid rgba(204, 220, 210, .9);
    border-radius: 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 54px rgba(20, 62, 38, .09);
}

.titular-form-card {
    padding: clamp(24px, 4vw, 46px);
}

.titular-card__heading {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--titular-line);
}

.titular-step,
.titular-contact-card > span {
    color: var(--titular-green-700);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.titular-card__heading h2,
.titular-info-card h2,
.titular-contact-card h2 {
    margin: 8px 0 6px;
    color: var(--titular-ink);
    font-weight: 700;
    letter-spacing: -.02em;
}

.titular-card__heading h2 {
    font-size: 1.8rem;
}

.titular-card__heading p,
.titular-contact-card p {
    margin: 0;
    color: var(--titular-muted);
}

.titular-card__heading p span,
.titular-field label b {
    color: var(--titular-danger);
}

.titular-feedback {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 28px;
    padding: 18px 20px;
    border: 1px solid;
    border-radius: 16px;
}

.titular-feedback--success {
    border-color: #a7ddbd;
    background: #eefaf3;
    color: #12693a;
}

.titular-feedback--error {
    border-color: #edbbbb;
    background: #fff4f4;
    color: #8f2929;
}

.titular-feedback__icon {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
}

.titular-feedback--success .titular-feedback__icon {
    background: #16864a;
}

.titular-feedback--error .titular-feedback__icon {
    background: #a83232;
}

.titular-feedback strong {
    display: block;
    margin-top: 2px;
}

.titular-feedback p {
    margin: 4px 0 0;
    color: currentColor;
}

.titular-section {
    padding: 32px 0;
    border-bottom: 1px solid var(--titular-line);
}

.titular-section__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.titular-section__title > span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 9px;
    color: var(--titular-green-700);
    background: var(--titular-green-100);
    font-size: .84rem;
    font-weight: 800;
}

.titular-section__title h3 {
    margin: 0;
    color: var(--titular-ink);
    font-size: 1.08rem;
    font-weight: 700;
}

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

.titular-field {
    min-width: 0;
}

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

.titular-field > label,
.titular-label-row label {
    display: block;
    margin-bottom: 8px;
    color: #293a31;
    font-size: .89rem;
    font-weight: 700;
}

.titular-label-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.titular-label-row > span {
    color: #849088;
    font-size: .76rem;
}

.titular-field input:not([type="file"]),
.titular-field select,
.titular-field textarea {
    width: 100%;
    border: 1px solid #cbd8d0;
    border-radius: 12px;
    outline: none;
    color: var(--titular-ink);
    background: #fff;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.titular-field input:not([type="file"]),
.titular-field select {
    min-height: 50px;
    padding: 0 15px;
}

.titular-field textarea {
    min-height: 138px;
    padding: 14px 15px;
    resize: vertical;
    line-height: 1.55;
}

.titular-field input:not([type="file"]):focus,
.titular-field select:focus,
.titular-field textarea:focus {
    border-color: var(--titular-green-600);
    box-shadow: 0 0 0 4px rgba(22, 134, 74, .12);
    background: var(--titular-green-50);
}

.titular-field small {
    display: block;
    margin-top: 7px;
    color: #77857d;
    font-size: .77rem;
    line-height: 1.4;
}

.titular-identity {
    display: grid;
    gap: 22px;
}

.titular-identity__example {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border: 1px solid #dbe9e0;
    border-radius: 16px;
    background: var(--titular-green-50);
}

.titular-identity__example img {
    width: 92px;
    height: 76px;
    border-radius: 11px;
    object-fit: cover;
}

.titular-identity__example strong {
    display: block;
    margin-bottom: 5px;
    color: var(--titular-green-900);
}

.titular-identity__example p {
    margin: 0;
    color: var(--titular-muted);
    font-size: .85rem;
    line-height: 1.5;
}

.titular-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.titular-upload {
    display: flex !important;
    min-height: 82px;
    margin: 0 !important;
    padding: 14px 16px;
    align-items: center;
    gap: 13px;
    border: 1.5px dashed #9fc4ad;
    border-radius: 13px;
    background: var(--titular-green-50);
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.titular-upload:hover,
.titular-field--file:focus-within .titular-upload {
    border-color: var(--titular-green-600);
    background: #eaf8f0;
    transform: translateY(-1px);
}

.titular-upload svg {
    flex: 0 0 28px;
    width: 28px;
    fill: var(--titular-green-700);
}

.titular-upload span,
.titular-upload strong,
.titular-upload small {
    display: block;
    min-width: 0;
}

.titular-upload small {
    overflow: hidden;
    margin-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.titular-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.titular-consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 28px 0;
    padding: 18px;
    border-radius: 14px;
    color: #4b5c52;
    background: #f5f8f6;
    font-size: .84rem;
    line-height: 1.55;
    cursor: pointer;
}

.titular-consent input {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--titular-green-700);
}

.titular-submit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.titular-submit-row p {
    display: flex;
    max-width: 310px;
    margin: 0;
    align-items: center;
    gap: 8px;
    color: #708078;
    font-size: .8rem;
}

.titular-submit {
    display: inline-flex;
    min-height: 52px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--titular-green-700), #1b9653);
    box-shadow: 0 10px 24px rgba(16, 116, 61, .24);
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.titular-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(16, 116, 61, .3);
    filter: saturate(1.08);
}

.titular-submit:focus-visible {
    outline: 3px solid rgba(22, 134, 74, .26);
    outline-offset: 3px;
}

.titular-submit:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
}

.titular-submit svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.titular-aside {
    display: grid;
    gap: 20px;
}

.titular-info-card,
.titular-contact-card {
    padding: 28px;
}

.titular-info-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 14px;
    color: var(--titular-green-700);
    background: var(--titular-green-100);
}

.titular-info-card__icon svg {
    width: 24px;
    fill: currentColor;
}

.titular-info-card h2,
.titular-contact-card h2 {
    font-size: 1.28rem;
}

.titular-timeline {
    display: grid;
    gap: 20px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.titular-timeline li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
}

.titular-timeline li > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    color: var(--titular-green-700);
    background: var(--titular-green-100);
    font-size: .75rem;
    font-weight: 800;
}

.titular-timeline strong {
    color: #26382e;
    font-size: .88rem;
}

.titular-timeline p {
    margin: 3px 0 0;
    color: var(--titular-muted);
    font-size: .79rem;
    line-height: 1.5;
}

.titular-contact-card {
    color: #fff;
    border: 0;
    background: linear-gradient(145deg, var(--titular-green-900), var(--titular-green-700));
}

.titular-contact-card > span,
.titular-contact-card h2,
.titular-contact-card p,
.titular-contact-card a {
    color: #fff;
}

.titular-contact-card > span {
    color: #aee5c4;
}

.titular-contact-card a {
    display: inline-block;
    max-width: 100%;
    margin: 6px 0 12px;
    overflow-wrap: anywhere;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
}

.titular-contact-card a:hover {
    color: #d8f5e4;
    text-decoration: underline;
}

.titular-contact-card p {
    color: rgba(255, 255, 255, .75);
    font-size: .86rem;
    line-height: 1.7;
}

@media (max-width: 940px) {
    .titular-layout {
        grid-template-columns: 1fr;
    }

    .titular-aside {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .titular-page {
        padding-top: 72px;
    }

    .titular-shell {
        width: min(100% - 24px, 1180px);
    }

    .titular-hero {
        padding: 48px 0 58px;
    }

    .titular-hero__meta,
    .titular-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .titular-layout {
        gap: 18px;
        margin-top: -24px;
    }

    .titular-form-card,
    .titular-info-card,
    .titular-contact-card {
        padding: 22px;
        border-radius: 18px;
    }

    .titular-grid,
    .titular-aside {
        grid-template-columns: 1fr;
    }

    .titular-identity__example {
        align-items: flex-start;
    }

    .titular-identity__example img {
        width: 74px;
        height: 66px;
    }

    .titular-submit-row p {
        max-width: none;
    }

    .titular-submit {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .titular-page *,
    .titular-page *::before,
    .titular-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
