.rf-landing .contact-wrap { display: grid; grid-template-columns: 1fr 1.05fr; min-height: 600px; }
.rf-landing .contact-left { background: var(--graphite); color: #FFFFFF; padding: 4.5rem 3.5rem; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.rf-landing .contact-left::before { content: ''; position: absolute; top: -15%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(91,60,240,0.25) 0%, transparent 60%); pointer-events: none; }
.rf-landing .contact-left::after { content: ''; position: absolute; bottom: -10%; right: -15%; width: 450px; height: 450px; background: radial-gradient(circle, rgba(255,106,0,0.12) 0%, transparent 60%); pointer-events: none; }
.rf-landing .cl-inner { position: relative; z-index: 1; max-width: 460px; }
.rf-landing .cl-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; background: rgba(91,60,240,0.18); border: 1px solid rgba(91,60,240,0.4); color: #B9A8FF; padding: 0.5rem 1.1rem; border-radius: 999px; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; margin-bottom: 1.8rem; }
.rf-landing .cl-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px var(--orange); }
.rf-landing .contact-left h1 { font-size: clamp(2rem, 3.4vw, 2.9rem); font-weight: 700; margin-bottom: 1.3rem; color: #FFFFFF; letter-spacing: -0.02em; line-height: 1.15; }
.rf-landing .contact-left h1 em { font-style: normal; color: var(--indigo); }
.rf-landing .contact-left .cl-lead { font-size: 1.05rem; color: rgba(255,255,255,0.72); line-height: 1.65; margin-bottom: 2.5rem; }
.rf-landing .cl-points { display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 2.5rem; }
.rf-landing .cl-point { display: flex; gap: 1rem; align-items: flex-start; }
.rf-landing .cl-point .clp-ic { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: var(--indigo); display: grid; place-items: center; flex-shrink: 0; }
.rf-landing .cl-point .clp-tx strong { display: block; font-size: 0.98rem; color: #FFFFFF; margin-bottom: 0.15rem; font-weight: 700; }
.rf-landing .cl-point .clp-tx span { font-size: 0.86rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

.rf-landing .bot-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; padding: 1.3rem 1.5rem; display: flex; align-items: center; gap: 1rem; }
.rf-landing .bot-card .bot-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--indigo); color: white; display: grid; place-items: center; flex-shrink: 0; position: relative; }
.rf-landing .bot-card .bot-ic::after { content: ''; position: absolute; top: 8px; right: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.rf-landing .bot-card .bot-tx { flex-grow: 1; }
.rf-landing .bot-card .bot-tx strong { display: block; font-size: 0.95rem; color: #FFFFFF; font-weight: 700; }
.rf-landing .bot-card .bot-tx span { font-size: 0.82rem; color: rgba(255,255,255,0.6); }
.rf-landing .bot-card .bot-go { color: var(--indigo); font-weight: 700; font-size: 0.88rem; text-decoration: none; white-space: nowrap; transition: color 0.2s; cursor: pointer; }
.rf-landing .bot-card .bot-go:hover { color: var(--orange); }

.rf-landing .contact-right { background: var(--paper); padding: 4rem 3.5rem; display: flex; align-items: center; }
.rf-landing .form-card { width: 100%; max-width: 520px; margin: 0 auto; background: #FFFFFF; border: 1px solid var(--line-soft); border-radius: 20px; padding: 2.5rem; box-shadow: 0 30px 70px -35px rgba(15,19,32,0.2); }
.rf-landing .form-card h2 { font-weight: 700; font-size: 1.55rem; margin-bottom: 0.4rem; color: var(--graphite); letter-spacing: -0.01em; }
.rf-landing .form-card .fc-sub { font-size: 0.92rem; color: var(--graphite-soft); margin-bottom: 1.8rem; }
.rf-landing .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.rf-landing .field { margin-bottom: 1.1rem; }
.rf-landing .field label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--graphite); margin-bottom: 0.4rem; }
.rf-landing .field label .req { color: var(--orange); }
.rf-landing .field input, .rf-landing .field select, .rf-landing .field textarea { width: 100%; padding: 0.8rem 1rem; border: 1px solid var(--line-soft); border-radius: 10px; font-size: 0.92rem; color: var(--graphite); background: var(--paper); transition: all 0.2s; font-family: inherit; }
.rf-landing .field input:focus, .rf-landing .field select:focus, .rf-landing .field textarea:focus { outline: none; border-color: var(--indigo); background: #FFFFFF; box-shadow: 0 0 0 3px rgba(91,60,240,0.1); }
.rf-landing .field textarea { resize: vertical; min-height: 90px; }
.rf-landing .field select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232A2F3E' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.rf-landing .form-submit { width: 100%; background: var(--indigo); color: #FFFFFF; border: none; padding: 1rem; border-radius: 10px; font-family: inherit; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all 0.25s; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
.rf-landing .form-submit:hover { background: var(--indigo-deep); transform: translateY(-2px); }
.rf-landing .form-note { font-size: 0.76rem; color: var(--graphite-soft); text-align: center; margin-top: 1rem; line-height: 1.5; }
.rf-landing .form-note a { color: var(--indigo); }

.rf-landing .form-success { display: none; text-align: center; padding: 2rem 0; }
.rf-landing .form-success.show { display: block; }
.rf-landing .form-success .fs-ic { width: 70px; height: 70px; border-radius: 50%; background: rgba(31,157,110,0.12); color: var(--green); display: grid; place-items: center; margin: 0 auto 1.3rem; }
.rf-landing .form-success h3 { font-weight: 700; font-size: 1.4rem; margin-bottom: 0.6rem; color: var(--graphite); }
.rf-landing .form-success p { font-size: 0.95rem; color: var(--graphite-soft); line-height: 1.6; }
.rf-landing .form-success p a { color: var(--indigo); font-weight: 700; }

@media (max-width: 980px) {
  .rf-landing .contact-wrap { grid-template-columns: 1fr; }
  .rf-landing .contact-left { padding: 3rem 1.5rem; }
  .rf-landing .contact-right { padding: 2.5rem 1.5rem; }
  .rf-landing .form-card { padding: 1.8rem; }
}
@media (max-width: 480px) {
  .rf-landing .form-row { grid-template-columns: 1fr; gap: 0; }
}
