.metro-att-cliente {
    --metro-green: #09943b;
    --metro-green-dark: #06742e;
    --metro-green-soft: #eefaf1;
    --metro-text: #1f2937;
    --metro-muted: #6b7280;
    --metro-border: #dfe7df;
    --metro-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    max-width: 1160px;
    margin: 28px auto 0;
    padding: 0 18px 24px;
    color: var(--metro-text);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

.metro-att-cliente,
.metro-att-cliente * {
    box-sizing: border-box;
}

.metro-att-cliente__notice {
    margin: 20px 0;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid #f3d2a4;
    background: #fff8ee;
    color: #9a3412;
    box-shadow: var(--metro-shadow);
}

.metro-att-cliente__notice p {
    margin: 0 0 8px;
}

.metro-att-cliente__notice p:last-child,
.metro-att-cliente__notice ul:last-child {
    margin-bottom: 0;
}

.metro-att-cliente__tarjetas-intro {
    margin: 0 0 22px;
    padding: 16px 18px;
    border-left: 4px solid #09943b;
    border-radius: 12px;
    background: rgba(9, 148, 59, 0.05);
    color: var(--metro-text);
}

.metro-att-cliente__tarjetas-intro p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    word-break: auto-phrase;
}

.metro-att-cliente__type-list {
    margin: 10px 0 0;
    padding-left: 18px;
}

.metro-att-cliente__honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.metro-att-cliente__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.metro-att-cliente__section {
    padding: 22px 22px 24px;
    border: 1px solid #edf2ed;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: var(--metro-shadow);
}

.metro-att-cliente__section h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    color: var(--metro-green) !important;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.metro-att-cliente__section h3 i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(180deg, #11a848 0%, #078937 100%);
    color: #ffffff;
    font-size: 23px;
    box-shadow: 0 10px 18px rgba(9, 148, 59, 0.22);
    flex: 0 0 44px;
}

.metro-att-cliente__section h3 span {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    color: var(--metro-green) !important;
    font-size: inherit;
}

.metro-att-cliente__section h3 small {
    color: var(--metro-muted) !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}

.metro-att-cliente__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
    padding: 22px;
    border: 1px solid #eef2ef;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdfc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 22px rgba(15, 23, 42, 0.05);
}

.metro-att-cliente__grid--nested {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.metro-att-cliente__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.metro-att-cliente__field::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 48px;
    width: 18px;
    height: 18px;
    background-image: var(--metro-field-icon, none);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    pointer-events: none;
    z-index: 2;
}

.metro-att-cliente__field--icon-note::after,
.metro-att-cliente__field--icon-camera::after {
    top: 45px;
}

.metro-att-cliente__field--full {
    grid-column: 1 / -1;
}

.metro-att-cliente__field > span {
    color: #06742e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.metro-att-cliente__field-help {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.35;
}

.metro-att-cliente__tarjetas-copy {
    gap: 12px;
    padding: 18px 20px;
    border: 1px solid #d6eadb;
    border-radius: 16px;
    background: linear-gradient(180deg, #f7fdf8 0%, #edf8f0 100%);
}

.metro-att-cliente__tarjetas-copy p {
    margin: 0;
    color: #2f4b38;
    font-size: 16px;
    line-height: 1.55;
}

.metro-att-cliente__tarjetas-copy strong {
    color: var(--metro-green-dark);
}

.metro-att-cliente__field input,
.metro-att-cliente__field textarea,
.metro-att-cliente__field select {
    width: 100%;
    min-height: 56px;
    padding: 15px 16px 15px 45px !important;
    border: 1px solid var(--metro-border);
    border-radius: 13px;
    background-color: #ffffff;
    color: var(--metro-text);
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: inherit;
    font-weight: 500;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    border: 1px solid #dfe7df !important;
}

select {
    color: #06742e !important;
}

.metro-att-cliente__field textarea {
    min-height: 132px;
    resize: vertical;
    padding-top: 16px;
    background-position: 20px 18px;
}

textarea {
    background-position: 20px 15px !important;
}

.metro-att-cliente__field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 42px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px 14px;
}

.metro-att-cliente__field input,
.metro-att-cliente__field textarea {
    background-image: none !important;
}

.metro-att-cliente__field input:focus,
.metro-att-cliente__field textarea:focus,
.metro-att-cliente__field select:focus {
    outline: none;
    border-color: #9fd8b0;
    box-shadow: 0 0 0 4px rgba(9, 148, 59, 0.10);
}

.metro-att-cliente__field--error > span:not(.metro-att-cliente__field-error),
.metro-att-cliente__check.metro-att-cliente__field--error > span:not(.metro-att-cliente__field-error) {
    color: #dc2626;
    font-weight: 600;
}

.metro-att-cliente__field input.metro-att-cliente__input--error,
.metro-att-cliente__field textarea.metro-att-cliente__input--error,
.metro-att-cliente__field select.metro-att-cliente__input--error,
.metro-att-cliente__signature-canvas.metro-att-cliente__input--error {
    border-color: #dc2626 !important;
    background-color: #fef2f2;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.metro-att-cliente__field input.metro-att-cliente__input--error:focus,
.metro-att-cliente__field textarea.metro-att-cliente__input--error:focus,
.metro-att-cliente__field select.metro-att-cliente__input--error:focus {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.16);
}

.metro-att-cliente__field-error {
    display: block;
    color: #dc2626 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35;
}

.metro-att-cliente__field input::placeholder,
.metro-att-cliente__field textarea::placeholder {
    color: #9ca3af;
    font-size: 1rem;
    opacity: 1;
}

.metro-att-cliente__field input:-webkit-autofill,
.metro-att-cliente__field input:-webkit-autofill:hover,
.metro-att-cliente__field input:-webkit-autofill:focus,
.metro-att-cliente__field textarea:-webkit-autofill,
.metro-att-cliente__field textarea:-webkit-autofill:hover,
.metro-att-cliente__field textarea:-webkit-autofill:focus,
.metro-att-cliente__field select:-webkit-autofill,
.metro-att-cliente__field select:-webkit-autofill:hover,
.metro-att-cliente__field select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--metro-text);
    caret-color: var(--metro-text);
    transition: background-color 9999s ease-out 0s;
}

.metro-att-cliente__field input:-webkit-autofill,
.metro-att-cliente__field input:-webkit-autofill:hover,
.metro-att-cliente__field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    box-shadow: 0 0 0 1000px #ffffff inset;
}

.metro-att-cliente__field textarea:-webkit-autofill,
.metro-att-cliente__field textarea:-webkit-autofill:hover,
.metro-att-cliente__field textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    box-shadow: 0 0 0 1000px #ffffff inset;
}

.metro-att-cliente__field select:-webkit-autofill,
.metro-att-cliente__field select:-webkit-autofill:hover,
.metro-att-cliente__field select:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #ffffff inset, 0 0 0 1px #dfe7df inset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 14px 14px !important;
}

.metro-att-cliente__field--icon-user {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-id,
.metro-att-cliente__field--icon-doc {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M7 9h4M7 13h7M17 9h.01'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-mail,
.metro-att-cliente__field--icon-mailbox {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-phone {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.61 2.61a2 2 0 0 1-.45 2.11L8 9.91a16 16 0 0 0 6.09 6.09l1.47-1.27a2 2 0 0 1 2.11-.45c.84.28 1.71.49 2.61.61A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-calendar {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-clock {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-globe {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3.6 9h16.8M3.6 15h16.8M12 3a15.3 15.3 0 0 1 0 18M12 3a15.3 15.3 0 0 0 0 18'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-location {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-4.35-6-10a6 6 0 1 1 12 0c0 5.65-6 10-6 10Z'/%3E%3Ccircle cx='12' cy='11' r='2'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-map {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 6 6-2 6 2 6-2v14l-6 2-6-2-6 2V6z'/%3E%3Cpath d='M9 4v14M15 6v14'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-number {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9h16M4 15h16M10 3 8 21M16 3l-2 18'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-stairs {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18h12M6 18v-4h4v-4h4V6h4'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-floor {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 21V3h7a5 5 0 0 1 0 10H7'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-door {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16'/%3E%3Cpath d='M10 12h.01'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-city {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 21V7l-8 4v10'/%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M7 11V5a2 2 0 0 1 2-2h4v4'/%3E%3Cpath d='M11 21v-4'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-train {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='14' rx='2'/%3E%3Cpath d='M8 17l-2 4M16 17l2 4M8 7h8M8 11h8'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-ticket {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9a3 3 0 0 0 0 6v3h18v-3a3 3 0 0 1 0-6V6H3v3Z'/%3E%3Cpath d='M13 6v12'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-note {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3v4a1 1 0 0 0 1 1h4'/%3E%3Cpath d='M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2Z'/%3E%3Cpath d='M9 9h1M9 13h6M9 17h6'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-palette {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a9 9 0 1 0 0 18h1.2a2.8 2.8 0 0 0 0-5.6H12a1.8 1.8 0 0 1 0-3.6h4.2A4.8 4.8 0 0 0 21 7.2 4.2 4.2 0 0 0 16.8 3H12Z'/%3E%3Ccircle cx='7.5' cy='9.5' r='.5'/%3E%3Ccircle cx='12' cy='7' r='.5'/%3E%3Ccircle cx='16.5' cy='9.5' r='.5'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-tag {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 11 3H4v7l9.59 9.59a2 2 0 0 0 2.82 0l4.18-4.18a2 2 0 0 0 0-2.82Z'/%3E%3Cpath d='M7 7h.01'/%3E%3C/svg%3E");
}

.metro-att-cliente__field--icon-camera {
    --metro-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2309943b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h4l2-2h4l2 2h4v12H4z'/%3E%3Ccircle cx='12' cy='13' r='3'/%3E%3C/svg%3E");
}

.metro-att-cliente__check {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #4b5563;
    font-size: 1rem;
}

.metro-att-cliente__check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--metro-green);
    cursor: pointer;
}

.metro-att-cliente__check.metro-att-cliente__field--error {
    flex-wrap: wrap;
}

.metro-att-cliente__check input[type="checkbox"].metro-att-cliente__input--error {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
}

.metro-att-cliente__check span {
    line-height: 1.45;
    font-size: 15px !important;
    font-weight: 500;
}

.metro-att-cliente__check .metro-att-cliente__field-error {
    flex-basis: 100%;
    margin-left: 32px;
}

.metro-att-cliente__check--full {
    grid-column: 1 / -1;
}

.metro-att-cliente__signature {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed #cfd9cf;
}

.metro-att-cliente__signature-canvas {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    border: 1.5px dashed #b8c4ba;
    border-radius: 14px;
    background: #ffffff;
    cursor: crosshair;
    touch-action: none;
}

.metro-att-cliente__signature-actions {
    margin-top: 12px;
}

.metro-att-cliente__privacy-details {
    width: 100%;
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid #dfe7df;
    border-radius: 12px;
    background: #f8faf8;
    color: #5f6b63;
    font-size: 15px;
    line-height: 1.45;
    text-align: justify;
}

.metro-att-cliente__privacy-details strong {
    display: block;
    margin-bottom: 8px;
    color: var(--metro-green-dark);
    font-size: 13px;
    line-height: 1.35;
}

.metro-att-cliente__privacy-details p {
    margin: 0;
    font-size: 15px !important;
    line-height: 20px !important;
}

.metro-att-cliente__secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c7d7ca;
    border-radius: 999px;
    padding: 10px 16px;
    background: #ffffff;
    color: #355043;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition:all 0.2s ease;
}

.metro-att-cliente__secondary-button:hover {
    border-color: #9fd8b0;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
    color: white !important;
    background-color: #075423;

}

p {margin-bottom: 0px !important;}

.metro-att-cliente__notice--postal {
    margin-top: 18px;
    border-color: #bde7c9;
    background: linear-gradient(180deg, #f4fff6 0%, #ecfbf0 100%);
    color: #2f8551;
    box-shadow: none;
}

.metro-att-cliente__notice--postal p {
    margin: 0;
    font-size: 1rem;
}

.metro-att-cliente__section--consent {
    padding: 18px 20px;
}

.metro-att-cliente__section--consent .metro-att-cliente__check span {
    color: #4b5563;
}

.metro-att-cliente__section--consent .metro-att-cliente__check span strong,
.metro-att-cliente__section--consent .metro-att-cliente__check span a,
.metro-att-cliente__section--consent .metro-att-cliente__check span em {
    color: var(--metro-green);
}

.metro-att-cliente__captcha {
    margin-top: 1rem;
}

.metro-att-cliente__captcha-label {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.metro-att-cliente__captcha-widget {
    min-height: 78px;
}

.metro-att-cliente__actions {
    margin-top: 2px;
    display: flex;
    justify-content: center;
}

.metro-att-cliente__submit,
.metro-att-cliente__dialog button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 16px 28px;
    background: linear-gradient(90deg, #0ba245 0%, #0a8f3c 100%);
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(9, 148, 59, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.metro-att-cliente__dialog button {
    margin: 10px auto 0px auto !important;
    display: block;
}

.metro-att-cliente__submit:hover,
.metro-att-cliente__dialog button:hover {
    background: linear-gradient(90deg, #098f3c 0%, #087733 100%);
}

.metro-att-cliente__submit::before {
    content: "\f1d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.95rem;
}

.metro-att-cliente__submit:hover,
.metro-att-cliente__dialog button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(9, 148, 59, 0.28);
    filter: saturate(1.03);
}

.metro-att-cliente__submit[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.metro-att-cliente__submit.is-loading {
    opacity: 1;
    cursor: wait;
}

.metro-att-cliente__submit.is-loading:hover,
.metro-att-cliente__submit[disabled]:hover {
    background: linear-gradient(90deg, #0ba245 0%, #0a8f3c 100%);
    border-radius: 999px;
    transform: none;
    box-shadow: 0 16px 28px rgba(9, 148, 59, 0.24);
    filter: none;
}

.metro-att-cliente__submit.is-loading::before {
    content: none;
}

.metro-att-cliente__submit.is-loading::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.32);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: metro-att-cliente-spin 0.7s linear infinite;
}

.metro-att-cliente__dialog {
    border: 0;
    border-radius: 18px;
    padding: 28px;
    max-width: 600px;
    width: min(600px, calc(100vw - 32px));
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
}

.metro-att-cliente__dialog::backdrop {
    background: rgba(15, 23, 42, 0.35);
}

.metro-att-cliente__dialog p {
    margin: 0 0 18px;
    color: #334155;
    line-height: 1.6;
    font-size: 1rem;
    text-align: center !important;
}

.metro-att-cliente__dialog-message {
    margin-bottom: 20px !important;
    color: #0ba245 !important;
    font-size: 24px !important;
    font-weight: 800;
    line-height: 30px !important;
    text-wrap: balance;
}

.metro-att-cliente__dialog-token {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #dceadb;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fdf9 0%, #eef9f1 100%);
}

.metro-att-cliente__dialog-token-copy {
    margin: 0 0 14px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;
    text-align: left !important;
}

.metro-att-cliente__dialog-token-box {
    display: flex;
    align-items: center;
    gap: 12px;
    gap: 0px;
    flex-direction: column;
}

.metro-att-cliente__dialog-token-value {
    flex: 1 1 auto;
    display: block;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 14px;
    background: linear-gradient(90deg, #0ba245 0%, #0a8f3c 100%);
    color: #ffffff;
    font-size:  25px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.3;
    word-break: break-word;
    text-align: left;
}

.metro-att-cliente__dialog-copy {
    flex: 0 0 auto;
    min-width: 120px;
    margin: 0 !important;
    padding: 13px 18px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1px solid #cfe3d2 !important;
    box-shadow: none !important;
    font-size: 17px !important;
    color: black !important
}

.metro-att-cliente__dialog-copy:hover {
    background: #f3fbf5 !important;
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
}

.metro-att-cliente__lookup-result {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 15px;
}

.metro-att-cliente__lookup-result.hidden {
    display: none !important;
}

.metro-att-cliente__lookup-result-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6ece6;
}

.metro-att-cliente__lookup-kicker {
    margin: 0 0 8px;
    color: #6b7280;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.metro-att-cliente__lookup-title {
    margin: 0 !important;
    color: #173f7a !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.1 !important;
}

.metro-att-cliente__lookup-description {
    margin: 12px 0 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.55;
}

.metro-att-cliente__lookup-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eefaf1 0%, #e2f5e8 100%);
    border: 1px solid #c8e7d1;
    color: var(--metro-green-dark);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.metro-att-cliente__lookup-status--resolved {
    background: linear-gradient(180deg, #e8f6ec 0%, #dbf1e2 100%);
    border-color: #bfe4ca;
}

.metro-att-cliente__lookup-status--warning {
    background: linear-gradient(180deg, #fff6ea 0%, #ffedd4 100%);
    border-color: #f5d19c;
    color: #9a3412;
}

.metro-att-cliente__lookup-block {
    padding-top: 4px;
    border-top: 1px solid #e6ece6;
}

.metro-att-cliente__lookup-block--timeline {
    border-top: 0;
    padding-top: 0;
}

.metro-att-cliente__lookup-block h4 {
    margin: 0 0 16px;
    color: #173f7a;
    font-size: 1.05rem;
    font-weight: 800;
}

.metro-att-cliente__lookup-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 20px 14px;
    border: 1px solid #dde6dd;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfdfb 0%, #f5faf6 100%);
}

.metro-att-cliente__lookup-step {
    position: relative;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.metro-att-cliente__lookup-step::before {
    content: "";
    position: absolute;
    top: 12px;
    left: calc(-50% + 18px);
    width: calc(100% - 36px);
    height: 3px;
    background: #d3ddd3;
    z-index: 0;
}

.metro-att-cliente__lookup-step:first-child::before {
    display: none;
}

.metro-att-cliente__lookup-step.is-complete::before,
.metro-att-cliente__lookup-step.is-current::before {
    background: linear-gradient(90deg, #11a848 0%, #0d8f3d 100%);
}

.metro-att-cliente__lookup-step-dot {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d3ddd3;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 2px #d3ddd3;
}

.metro-att-cliente__lookup-step.is-complete .metro-att-cliente__lookup-step-dot,
.metro-att-cliente__lookup-step.is-current .metro-att-cliente__lookup-step-dot {
    background: #11a848;
    box-shadow: 0 0 0 2px #11a848;
}

.metro-att-cliente__lookup-step-label {
    color: #173f7a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.metro-att-cliente__lookup-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.metro-att-cliente__lookup-card {
    padding: 16px 16px 14px;
    border: 1px solid #dde6dd;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
}

.metro-att-cliente__lookup-card-label {
    margin: 0 0 8px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.3;
}

.metro-att-cliente__lookup-card-value {
    margin: 0;
    color: #09943b !important;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
}

.metro-att-cliente__lookup-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.metro-att-cliente__lookup-copy p {
    margin: 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.6;
}

.metro-att-cliente__lookup-copy strong {
    color: #173f7a;
}

.metro-att-cliente__lookup-attachments {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.metro-att-cliente__lookup-attachment,
.metro-att-cliente__lookup-empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #dde6dd;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
}

.metro-att-cliente__lookup-empty {
    justify-content: flex-start;
    color: #475569;
    font-size: 15px;
}

.metro-att-cliente__lookup-attachment-main {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.metro-att-cliente__lookup-file-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 24px;
    padding: 0 8px;
    border-radius: 8px;
    background: #dff7ea;
    border: 1px solid #8bd7ac;
    color: #06742e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.metro-att-cliente__lookup-file-thumb {
    display: block;
    width: 50px;
    height: auto;
    max-height: 50px;
    border-radius: 10px;
    border: 1px solid #d7e5d9;
    object-fit: cover;
    background: #f8fbf8;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    flex: 0 0 auto;
}

.metro-att-cliente__lookup-file-text {
    min-width: 0;
}

.metro-att-cliente__lookup-file-name,
.metro-att-cliente__lookup-file-meta {
    display: block;
}

.metro-att-cliente__lookup-file-name {
    overflow: hidden;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.metro-att-cliente__lookup-file-meta {
    margin-top: 4px;
    color: #64748b;
    font-size: 14px;
}

.metro-att-cliente__lookup-file-link {
    color: var(--metro-green);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.metro-att-cliente__lookup-file-link:hover {
    color: var(--metro-green-dark);
    text-decoration: underline;
}

.metro-att-cliente__sanctions-result {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 28px;
    padding: 28px;
    border: 1px solid #d8e0e7;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.metro-att-cliente__sanctions-result.hidden {
    display: none !important;
}

.metro-att-cliente__sanctions-header {
    padding-bottom: 4px;
}

.metro-att-cliente__sanctions-title {
    margin: 0 !important;
    color: #142b4d !important;
    font-size: 3rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.05 !important;
}

.metro-att-cliente__sanctions-section,
.metro-att-cliente__sanctions-footer {
    padding-top: 24px;
    border-top: 1px solid #dde6ee;
}

.metro-att-cliente__sanctions-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.metro-att-cliente__sanctions-section h4 {
    margin: 0;
    color: #000 !important;
    font-size: 19px !important;
    font-weight: 800;
}

.metro-att-cliente__sanctions-people {
    display: grid;
    grid-template-columns: 1fr 2fr 1.4fr;
    gap: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dde6ee;
}

.metro-att-cliente__sanctions-person,
.metro-att-cliente__sanctions-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.metro-att-cliente__sanctions-person strong,
.metro-att-cliente__sanctions-card strong {
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.metro-att-cliente__sanctions-card p {
    margin: 0;
    color: #0f172a;
    font-size: 1.05rem;
    line-height: 1.55;
}

.metro-att-cliente__sanctions-label {
    color: #363636 !important;
    font-size: 16px;
    line-height: 24px;
}

.metro-att-cliente__sanctions-grid {
    display: grid;
    gap: 18px 28px;
}

.metro-att-cliente__sanctions-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metro-att-cliente__sanctions-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metro-att-cliente__sanctions-card {
    min-height: 78px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dde6ee;
}

.metro-att-cliente__sanctions-card--wide {
    min-height: auto;
}

.metro-att-cliente__sanctions-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.metro-att-cliente__sanctions-footer--payable {
    margin-top: 8px;
    padding: 22px 0 0;
    border-top: 1px solid #dde6ee;
}

.metro-att-cliente__sanctions-amount {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.metro-att-cliente__sanctions-amount strong {
    color: #142b4d;
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1;
}

.metro-att-cliente__sanctions-payment {
    display: flex;
    align-items: center;
    gap: 22px;
}

.metro-att-cliente__sanctions-payment-status {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 144px;
    padding: 14px 16px 12px;
    border-radius: 14px;
    background: #fff2f4;
}

.metro-att-cliente__sanctions-payment-status strong {
    color: #e11d48;
    font-size: 16px !important;
    font-weight: 800;
    line-height: 24px !important;
}

.metro-att-cliente__sanctions-payment-status--paid {
    background: #eefbf3;
}

.metro-att-cliente__sanctions-payment-status--paid strong {
    color: #15803d;
}

.metro-att-cliente__submit--small {
    min-width: 120px;
    padding: 14px 20px;
}

.hidden {
    display: none !important;
}

@keyframes metro-att-cliente-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 860px) {
    .metro-att-cliente {
        padding: 0 14px 22px;
    }

    .metro-att-cliente__section {
        padding: 18px;
        border-radius: 18px;
    }

    .metro-att-cliente__section h3 {
        font-size: 1.28rem;
    }

    .metro-att-cliente__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
    }

    .metro-att-cliente__grid--nested {
        grid-template-columns: 1fr;
    }

    .metro-att-cliente__lookup-result-header,
    .metro-att-cliente__lookup-attachment,
    .metro-att-cliente__lookup-empty {
        flex-direction: column;
        align-items: flex-start;
    }

    .metro-att-cliente__lookup-title {
        font-size: 1.55rem !important;
    }

    .metro-att-cliente__lookup-timeline {
        gap: 8px;
        padding: 18px 14px 12px;
    }

    .metro-att-cliente__lookup-step-label {
        font-size: 14px;
    }

    .metro-att-cliente__lookup-meta {
        grid-template-columns: 1fr;
    }

    .metro-att-cliente__sanctions-result {
        padding: 20px;
        gap: 22px;
    }

    .metro-att-cliente__sanctions-title {
        font-size: 2.2rem !important;
    }

    .metro-att-cliente__sanctions-people,
    .metro-att-cliente__sanctions-grid--three,
    .metro-att-cliente__sanctions-grid--two {
        grid-template-columns: 1fr;
    }

    .metro-att-cliente__sanctions-footer,
    .metro-att-cliente__sanctions-payment {
        flex-direction: column;
        align-items: stretch;
    }

    .metro-att-cliente__sanctions-payment-status,
    .metro-att-cliente__submit--small {
        width: 100%;
    }

    .metro-att-cliente__dialog-token-box {
        display: flex;
        align-items: center;
        gap: 0px;
        flex-direction: column;
    }

    .metro-att-cliente__dialog-copy {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .metro-att-cliente {
        margin-top: 18px;
        padding: 0 10px 18px;
    }

    .metro-att-cliente__section {
        padding: 16px;
        border-radius: 16px;
    }

    .metro-att-cliente__section h3 {
        align-items: flex-start;
        font-size: 1.12rem;
    }

    .metro-att-cliente__section h3 i {
        width: 40px;
        height: 40px;
    }

    .metro-att-cliente__grid {
        padding: 16px;
    }

    .metro-att-cliente__field input,
    .metro-att-cliente__field textarea,
    .metro-att-cliente__field select {
        min-height: 52px;
        padding-left: 52px;
        font-size: 0.97rem;
    }

    .metro-att-cliente__submit,
    .metro-att-cliente__dialog button {
        width: 100%;
    }
}

::placeholder {
    font-size: 16px !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
textarea {
    color:#06742e !important;
}


button.metro-att-cliente__submit:hover {
    text-transform: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    font-weight: 700 !important;
}

button.metro-att-cliente__submit[disabled] {
    opacity: 0.7 !important;
}

.data-sanctions-reason {
    color: #009036 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 26px !important;
}
