@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap');

/* ===== VARIABLES & SECTION ===== */
.rh-contact {
    --rh-blue: #2563EB;
    --rh-blue-light: #3B82F6;
    --rh-blue-bg: rgba(37, 99, 235, 0.06);
    --rh-blue-border: rgba(37, 99, 235, 0.18);
    --rh-dark: #0F172A;
    --rh-text: #334155;
    --rh-muted: #64748B;
    --rh-border: #E2E8F0;
    --rh-bg: #FFFFFF;
    --rh-white: #FFFFFF;
    --rh-success: #10B981;
    --rh-radius: 14px;
    --rh-radius-sm: 10px;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    margin-top: -4px;
    background: #FFFFFF;
    box-sizing: border-box;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    overflow: hidden;
}
.rh-contact *,
.rh-contact *::before,
.rh-contact *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ===== ACCESSIBILITY ===== */
.rh-contact .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ===== FIELDSET RESET (semantic but unstyled) ===== */
.rh-contact fieldset {
    border: none;
    padding: 0;
    margin: 0;
    min-inline-size: 0;
}

/* ===== R-INSPIRED GEOMETRIC SHAPE ===== */
.rh-contact__rbg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.rh-contact__rbg-arc {
    position: absolute;
    top: -22%;
    left: -18%;
    width: 78vw;
    height: 78vw;
    max-width: 1100px;
    max-height: 1100px;
    border-radius: 50%;
    animation: rhArcFloat 18s ease-in-out infinite;
}
.rh-contact__rbg-arc::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(200deg, transparent 0%, rgba(42,157,143,0.08) 25%, rgba(0,180,216,0.18) 50%, rgba(42,157,143,0.25) 75%, #2A9D8F 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.rh-contact__rbg-arc2 {
    position: absolute;
    top: -12%;
    left: -8%;
    width: 58vw;
    height: 58vw;
    max-width: 820px;
    max-height: 820px;
    border-radius: 50%;
    animation: rhArcFloat2 22s ease-in-out infinite;
}
.rh-contact__rbg-arc2::before {
    content: '';
    position: absolute;
    inset: -2.5px;
    border-radius: 50%;
    border: 2.5px solid transparent;
    background: linear-gradient(210deg, transparent 0%, rgba(0,180,216,0.06) 20%, rgba(0,180,216,0.3) 50%, #00B4D8 80%, #2A9D8F 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.rh-contact__rbg-dot {
    position: absolute;
    top: 10%;
    right: 28%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2.5px solid rgba(15,23,42,0.12);
    background: transparent;
    animation: rhDotPulse 8s ease-in-out infinite;
}
.rh-contact__rbg-leg {
    position: absolute;
    bottom: 12%;
    left: 32%;
    width: 2.5px;
    height: 200px;
    background: linear-gradient(180deg, rgba(0,180,216,0.35) 0%, rgba(42,157,143,0.05) 100%);
    transform: rotate(35deg);
    transform-origin: top center;
    border-radius: 2px;
    animation: rhLegFade 14s ease-in-out infinite;
}
.rh-contact__rbg-accent {
    position: absolute;
    bottom: 18%;
    right: 10%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1.5px solid rgba(42,157,143,0.1);
    animation: rhAccentFloat 16s ease-in-out infinite;
}
.rh-contact__rbg-tiny {
    position: absolute;
    top: 55%;
    right: 5%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0,180,216,0.12);
    animation: rhTinyPulse 6s ease-in-out infinite;
}
.rh-contact__rbg-tiny::before {
    content: '';
    position: absolute;
    top: -24px;
    left: -14px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(42,157,143,0.1);
}
.rh-contact__rbg-tiny::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(0,180,216,0.08);
}
.rh-contact__rbg-glow {
    position: absolute;
    top: -15%;
    left: -10%;
    width: 50%;
    height: 50%;
    background: radial-gradient(ellipse at center, rgba(0,180,216,0.035) 0%, rgba(42,157,143,0.015) 40%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}
.rh-contact__rbg-glow2 {
    position: absolute;
    bottom: -8%;
    right: -5%;
    width: 35%;
    height: 35%;
    background: radial-gradient(ellipse at center, rgba(42,157,143,0.025) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(50px);
}

/* ===== SEA GREEN / SEA BLUE TOP GLOW ===== */
.rh-contact__rbg-seaglow {
    position: absolute;
    top: 0;
    left: -80px;
    width: 620px;
    height: 380px;
    background: radial-gradient(
        ellipse at center top,
        rgba(6, 182, 212, 0.32) 0%,
        rgba(20, 184, 166, 0.22) 20%,
        rgba(6, 182, 212, 0.12) 45%,
        transparent 78%
    );
    filter: blur(35px);
    pointer-events: none;
    z-index: 1;
}
.rh-contact__rbg-seaglow2 {
    position: absolute;
    top: 0;
    left: 60px;
    width: 470px;
    height: 300px;
    background: radial-gradient(
        ellipse at center top,
        rgba(59, 130, 246, 0.26) 0%,
        rgba(6, 182, 212, 0.16) 30%,
        transparent 72%
    );
    filter: blur(30px);
    pointer-events: none;
    z-index: 1;
}

/* ===== ANIMATIONS ===== */
@keyframes rhArcFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(8px, 10px) rotate(-1deg); }
}
@keyframes rhArcFloat2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(5px, 6px) rotate(-0.8deg); }
}
@keyframes rhDotPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.04); }
}
@keyframes rhLegFade {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
@keyframes rhAccentFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-4px, -8px); }
}
@keyframes rhTinyPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.7); }
}

/* ===== CARD ===== */
.rh-contact__card {
    width: 100%;
    max-width: 1120px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    box-shadow: 0 4px 40px rgba(15,23,42,0.08), 0 1px 3px rgba(15,23,42,0.04);
    min-height: 680px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255,255,255,0.6);
}

/* ===== LEFT PANEL ===== */
.rh-contact__left {
    padding: 48px 44px 36px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.rh-contact__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    text-decoration: none;
}
.rh-contact__logo-img {
    height: 44px;
    width: auto;
    object-fit: contain;
}
.rh-contact__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--rh-dark);
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}
.rh-contact__desc {
    font-size: 15px;
    color: var(--rh-muted);
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 420px;
}

/* ===== FORM & STEPS ===== */
.rh-contact__form {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.rh-contact__step {
    display: none;
    flex: 1;
    animation: rhSlideIn 0.35s ease-out;
}
.rh-contact__step.active {
    display: flex;
    flex-direction: column;
}
@keyframes rhSlideIn {
    from { opacity: 0; transform: translateX(16px); }
    to   { opacity: 1; transform: translateX(0); }
}
.rh-contact__step-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--rh-blue);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}
.rh-contact__step-heading {
    font-size: 19px;
    font-weight: 600;
    color: var(--rh-dark);
    margin-bottom: 24px;
}
.rh-contact__step-note {
    font-size: 13px;
    color: var(--rh-muted);
    margin: -18px 0 16px;
}

/* ===== FIELDS ===== */
.rh-contact__field {
    margin-bottom: 18px;
}
.rh-contact__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--rh-text);
    margin-bottom: 7px;
}
.rh-contact__input {
    width: 100%;
    padding: 13px 16px;
    background: #FFFFFF;
    border: 1.5px solid var(--rh-border);
    border-radius: var(--rh-radius-sm);
    color: var(--rh-dark);
    font-size: 14.5px;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}
.rh-contact__input:hover {
    border-color: #CBD5E1;
}
.rh-contact__input:focus {
    border-color: var(--rh-blue);
    background: var(--rh-white);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.rh-contact__input::placeholder {
    color: #94A3B8;
}
.rh-contact__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.rh-contact__phone-row {
    display: flex;
    gap: 10px;
}
.rh-contact__country-select {
    width: 120px;
    padding: 13px 10px;
    background: #FFFFFF;
    border: 1.5px solid var(--rh-border);
    border-radius: var(--rh-radius-sm);
    color: var(--rh-dark);
    font-size: 14px;
    font-family: inherit;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.rh-contact__country-select:focus {
    border-color: var(--rh-blue);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.rh-contact__phone-input {
    flex: 1;
}
.rh-contact__select {
    width: 100%;
    padding: 13px 16px;
    background: #FFFFFF;
    border: 1.5px solid var(--rh-border);
    border-radius: var(--rh-radius-sm);
    color: var(--rh-dark);
    font-size: 14.5px;
    font-family: inherit;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.rh-contact__select:focus {
    border-color: var(--rh-blue);
    background-color: var(--rh-white);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.rh-contact__datetime-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.rh-contact__input[type="date"],
.rh-contact__input[type="time"] {
    color-scheme: light;
}

/* ===== SERVICES GRID ===== */
.rh-contact__services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.rh-contact__service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 14px 8px 12px;
    background: #FFFFFF;
    border: 1.5px solid var(--rh-border);
    border-radius: var(--rh-radius-sm);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    position: relative;
}
.rh-contact__service-card:hover {
    border-color: #CBD5E1;
    background: var(--rh-bg);
}
.rh-contact__service-card.selected {
    border-color: var(--rh-blue);
    background: var(--rh-blue-bg);
    box-shadow: 0 0 0 1px var(--rh-blue);
}
.rh-contact__service-card input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.rh-contact__service-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rh-muted);
    transition: color 0.2s ease;
}
.rh-contact__service-card.selected .rh-contact__service-icon {
    color: var(--rh-blue);
}
.rh-contact__service-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.5;
}
.rh-contact__service-name {
    font-size: 12.5px;
    font-weight: 500;
    color: var(--rh-text);
    line-height: 1.3;
    transition: color 0.2s ease;
}
.rh-contact__service-card.selected .rh-contact__service-name {
    color: var(--rh-blue);
    font-weight: 600;
}
.rh-contact__service-check {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 18px;
    height: 18px;
    background: var(--rh-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.rh-contact__service-card.selected .rh-contact__service-check {
    opacity: 1;
    transform: scale(1);
}
.rh-contact__service-check svg {
    width: 10px;
    height: 10px;
    color: white;
    stroke-width: 3;
}

/* ===== CONTACT METHOD ===== */
.rh-contact__method-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rh-contact__method-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #FFFFFF;
    border: 1.5px solid var(--rh-border);
    border-radius: var(--rh-radius-sm);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.rh-contact__method-card:hover {
    border-color: #CBD5E1;
    background: var(--rh-bg);
}
.rh-contact__method-card.selected {
    border-color: var(--rh-blue);
    background: var(--rh-blue-bg);
}
.rh-contact__method-card input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.rh-contact__method-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #CBD5E1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, background 0.2s ease;
    flex-shrink: 0;
}
.rh-contact__method-card.selected .rh-contact__method-radio {
    border-color: var(--rh-blue);
    background: var(--rh-blue);
}
.rh-contact__method-card.selected .rh-contact__method-radio::after {
    content: '';
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50%;
}
.rh-contact__method-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.rh-contact__method-icon.whatsapp { background: rgba(37,211,102,0.1); color: #25D366; }
.rh-contact__method-icon.phone    { background: rgba(37,99,235,0.08); color: var(--rh-blue); }
.rh-contact__method-icon.email    { background: rgba(245,158,11,0.1); color: #F59E0B; }
.rh-contact__method-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.rh-contact__method-text { flex: 1; }
.rh-contact__method-title {
    font-size: 14.5px;
    font-weight: 600;
    color: var(--rh-dark);
    display: block;
}
.rh-contact__method-desc {
    font-size: 12px;
    color: var(--rh-muted);
    display: block;
    margin-top: 1px;
}

/* ===== FOOTER NAV ===== */
.rh-contact__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 28px;
    margin-top: auto;
    border-top: 1px solid var(--rh-border);
}
.rh-contact__dots {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rh-contact__dot-group {
    display: flex;
    gap: 6px;
}
.rh-contact__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E2E8F0;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
}
.rh-contact__dot.active {
    background: var(--rh-blue);
    width: 28px;
    border-radius: 5px;
}
.rh-contact__dot.completed {
    background: var(--rh-blue);
}
.rh-contact__step-counter {
    font-size: 13px;
    color: var(--rh-muted);
    font-weight: 500;
}
.rh-contact__buttons {
    display: flex;
    gap: 10px;
}
.rh-contact__btn-back {
    padding: 11px 22px;
    background: #FFFFFF;
    border: 1.5px solid var(--rh-border);
    border-radius: var(--rh-radius-sm);
    color: var(--rh-text);
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.rh-contact__btn-back:hover {
    background: var(--rh-bg);
    border-color: #CBD5E1;
}
.rh-contact__btn-back:disabled {
    opacity: 0;
    pointer-events: none;
}
.rh-contact__btn-next {
    padding: 11px 26px;
    background: var(--rh-blue);
    border: none;
    border-radius: var(--rh-radius-sm);
    color: white;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(37,99,235,0.25);
}
.rh-contact__btn-next:hover {
    background: #1D4ED8;
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(37,99,235,0.35);
    transform: translateY(-1px);
}
.rh-contact__btn-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}
.rh-contact__btn-next svg {
    width: 16px;
    height: 16px;
}

/* ===== RIGHT PANEL ===== */
.rh-contact__right {
    position: relative;
    overflow: hidden;
    background: #0F172A;
}
.rh-contact__image-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(1.03);
}
.rh-contact__image-slide.active {
    opacity: 1;
    transform: scale(1);
}
.rh-contact__image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rh-contact__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,23,42,0) 0%, rgba(15,23,42,0.2) 50%, rgba(15,23,42,0.85) 100%);
    z-index: 2;
}
.rh-contact__testimonial {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 36px 36px;
    z-index: 3;
    color: white;
}
.rh-contact__quote {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}
.rh-contact__image-slide.active .rh-contact__quote {
    opacity: 1;
    transform: translateY(0);
}
.rh-contact__quote::before {
    content: '\201C';
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: rgba(255,255,255,0.3);
    line-height: 1;
    margin-bottom: 6px;
}

/* ===== DL/DT/DD RESET FOR META ===== */
.rh-contact__meta {
    display: flex;
    gap: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    opacity: 0;
    transition: opacity 0.5s ease 0.35s;
    margin: 0;
}
.rh-contact__image-slide.active .rh-contact__meta {
    opacity: 1;
}
.rh-contact__meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.rh-contact__meta-label {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.rh-contact__meta-value {
    font-size: 13.5px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin: 0;
}

/* ===== SUCCESS ===== */
.rh-contact__success {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    flex: 1;
    animation: rhSuccessIn 0.5s ease;
}
.rh-contact__success.active {
    display: flex;
}
@keyframes rhSuccessIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}
.rh-contact__success-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #10B981, #34D399);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(16,185,129,0.3);
    animation: rhBounce 0.5s ease 0.2s;
}
@keyframes rhBounce {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.1); }
}
.rh-contact__success-icon svg {
    width: 36px;
    height: 36px;
    color: white;
}
.rh-contact__success-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--rh-dark);
    margin-bottom: 8px;
}
.rh-contact__success-msg {
    font-size: 14.5px;
    color: var(--rh-muted);
    line-height: 1.6;
    max-width: 340px;
}

/* ===== ERROR STATE ===== */
.rh-contact__input.error,
.rh-contact__select.error,
.rh-contact__country-select.error {
    border-color: #EF4444;
    box-shadow: 0 0 0 3px rgba(239,68,68,0.1);
}

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 1024px) {
    .rh-contact__card { max-width: 960px; }
    .rh-contact__left { padding: 36px 32px 28px; }
    .rh-contact__services-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .rh-contact__service-card { padding: 12px 6px 10px; }
    .rh-contact__service-name { font-size: 11.5px; }
    .rh-contact__rbg-arc { width: 85vw; height: 85vw; top: -15%; left: -20%; }
    .rh-contact__rbg-arc2 { width: 65vw; height: 65vw; }
}

@media (max-width: 860px) {
    .rh-contact__card { grid-template-columns: 1fr; max-width: 540px; min-height: auto; }
    .rh-contact__right { height: 320px; order: -1; }
    .rh-contact__left { padding: 32px 28px 24px; }
    .rh-contact__quote { font-size: 17px; }
    .rh-contact__rbg-arc { width: 95vw; height: 95vw; top: -15%; left: -25%; }
    .rh-contact__rbg-arc2 { width: 72vw; height: 72vw; top: -8%; left: -15%; }
    .rh-contact__rbg-dot { width: 90px; height: 90px; top: 8%; right: 15%; }
}

@media (max-width: 580px) {
    .rh-contact { padding: 16px 12px; }
    .rh-contact__card { border-radius: 20px; }
    .rh-contact__right { height: 260px; }
    .rh-contact__left { padding: 24px 20px 20px; }
    .rh-contact__logo-img { width: 38px; height: 38px; }
    .rh-contact__title { font-size: 22px; }
    .rh-contact__desc { font-size: 14px; margin-bottom: 24px; }
    .rh-contact__row { grid-template-columns: 1fr; }
    .rh-contact__phone-row { flex-direction: column; }
    .rh-contact__country-select { width: 100%; }
    .rh-contact__datetime-row { grid-template-columns: 1fr; }
    .rh-contact__services-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .rh-contact__service-card { padding: 12px 8px 10px; }
    .rh-contact__footer { flex-direction: column-reverse; gap: 16px; padding-top: 20px; }
    .rh-contact__buttons { width: 100%; }
    .rh-contact__btn-back { flex: 1; }
    .rh-contact__btn-next { flex: 1; justify-content: center; }
    .rh-contact__dots { width: 100%; justify-content: center; }
    .rh-contact__quote { font-size: 15px; }
    .rh-contact__testimonial { padding: 0 24px 24px; }
    .rh-contact__meta { gap: 18px; }
    .rh-contact__rbg-arc { width: 120vw; height: 120vw; top: -10%; left: -35%; }
    .rh-contact__rbg-arc2 { display: none; }
    .rh-contact__rbg-dot { width: 60px; height: 60px; top: 5%; right: 8%; }
    .rh-contact__rbg-leg { height: 140px; bottom: 5%; left: 20%; }
    .rh-contact__rbg-accent { width: 50px; height: 50px; bottom: 10%; right: 5%; }
    .rh-contact__rbg-seaglow { width: 440px; height: 270px; top: 0; left: -60px; }
    .rh-contact__rbg-seaglow2 { width: 340px; height: 210px; top: 0; left: 20px; }
}

@media (max-width: 380px) {
    .rh-contact__services-grid { grid-template-columns: repeat(2, 1fr); }
    .rh-contact__step-heading { font-size: 17px; }
}