/* ============================================================
   REQUEST DEMO - Complete redesign
   ============================================================ */

/* ===== HERO ===== */
.rd-hero{
  padding: 72px 0 80px;
  background: #F6F5FB;
}
.rd-hero-grid{
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 64px;
  align-items: start;
}
.rd-eyebrow{
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: #0057ff;
  background: #fff; border: 1px solid #ECEAF5;
  border-radius: 20px; padding: 5px 14px; margin-bottom: 20px;
}
.rd-dot{
  width: 6px; height: 6px; border-radius: 50%;
  background: #22c55e; flex-shrink: 0;
}
.rd-title{
  font-size: 42px; font-weight: 800; color: #0E0F1A;
  letter-spacing: -.03em; line-height: 1.15; margin: 0 0 16px;
}
.rd-sub{
  font-size: 16px; color: #6B6F8A; line-height: 1.7; margin: 0 0 24px;
  max-width: 500px;
}
.rd-trust-chips{
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px;
}
.rd-trust-chips span{
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12.5px; font-weight: 600; color: #3A3A48;
  background: #fff; border: 1px solid #ECEAF5;
  border-radius: 20px; padding: 5px 12px;
}
.rd-get-list{
  display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px;
}
.rd-get-item{
  display: flex; align-items: flex-start; gap: 14px;
}
.rd-get-ic{
  width: 34px; height: 34px; border-radius: 9px;
  background: #EEF3FF; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.rd-get-title{ font-size: 14px; font-weight: 700; color: #0E0F1A; }
.rd-get-desc{ font-size: 12.5px; color: #6B6F8A; margin-top: 2px; }
.rd-hero-stats{
  display: flex; align-items: center; gap: 0;
  padding: 16px 20px; background: #fff;
  border: 1px solid #ECEAF5; border-radius: 14px; width: fit-content;
}
.rd-hstat{ padding: 0 20px; }
.rd-hstat:first-child{ padding-left: 0; }
.rd-hstat-num{
  font-size: 22px; font-weight: 800; letter-spacing: -.02em;
  background: linear-gradient(135deg, #0057ff, #7c3aed);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rd-hstat-lab{ font-size: 11px; color: #6B6F8A; font-weight: 500; }
.rd-hstat-div{ width: 1px; height: 36px; background: #ECEAF5; }

/* ===== FORM CARD ===== */
.rd-form-card{
  background: #fff;
  border: 1px solid #ECEAF5;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 8px 48px rgba(0,0,0,.08);
  position: sticky; top: 100px;
}
.rd-form-header{ margin-bottom: 20px; }
.rd-form-title{
  font-size: 22px; font-weight: 800; color: #0E0F1A;
  letter-spacing: -.02em; margin: 0 0 6px;
}
.rd-form-sub{ font-size: 13.5px; color: #6B6F8A; margin: 0; }
.rd-spots-banner{
  display: flex; align-items: center; gap: 7px;
  font-size: 12px; color: #c2410c; background: #FFF8F0;
  border: 1px solid #FECBAA; border-radius: 8px;
  padding: 8px 12px; margin-bottom: 20px;
}
.rd-spots-banner svg{ color: #f97316; flex-shrink: 0; }
.rd-field{ margin-bottom: 16px; }
.rd-field label{
  display: block; font-size: 13px; font-weight: 600;
  color: #3A3A48; margin-bottom: 6px;
}
.rd-req{ color: #ef4444; margin-left: 2px; }
.rd-input-wrap{
  position: relative; display: flex; align-items: center;
}
.rd-ico{
  position: absolute; left: 12px; color: #9396A6;
  pointer-events: none; flex-shrink: 0;
}
.rd-input-wrap input,
.rd-input-wrap select{
  width: 100%; padding: 11px 12px 11px 36px;
  border: 1.5px solid #ECEAF5; border-radius: 10px;
  font-size: 14px; font-family: inherit; color: #0E0F1A;
  background: #FAFAFE; outline: none;
  transition: border-color .15s ease;
  -webkit-appearance: none;
}
.rd-input-wrap input:focus,
.rd-input-wrap select:focus{
  border-color: #0057ff; background: #fff;
  box-shadow: 0 0 0 3px rgba(0,87,255,.08);
}
.rd-select-wrap .rd-caret{
  position: absolute; right: 12px; color: #9396A6; pointer-events: none;
}
.rd-field-hint{ font-size: 12px; margin-top: 5px; }
.rd-field-hint.ok{ color: #22c55e; display: flex; align-items: center; gap: 4px; }
.rd-field-hint.err{ color: #ef4444; }
.rd-submit-btn{
  width: 100%; padding: 14px;
  background: linear-gradient(135deg, #0057ff, #7c3aed);
  color: #fff; font-size: 15px; font-weight: 700;
  border: none; border-radius: 11px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: opacity .15s ease; margin-top: 4px;
  font-family: inherit;
}
.rd-submit-btn:hover{ opacity: .88; }
.rd-form-badges{
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin-top: 12px;
}
.rd-form-badges span{
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; color: #9396A6;
}

/* Success state */
.rd-success{ display: none; text-align: center; padding: 20px 0; }
.rd-success.show{ display: block; }
.rd-success-ico{ margin-bottom: 16px; }
.rd-success h3{ font-size: 22px; font-weight: 800; color: #0E0F1A; margin: 0 0 8px; }
.rd-success p{ font-size: 14px; color: #6B6F8A; margin: 0 0 20px; }
.rd-next-steps{ text-align: left; display: flex; flex-direction: column; gap: 12px; }
.rd-next-step{
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 13.5px; color: #3A3A48; line-height: 1.5;
}
.rd-next-step em{ color: #9396A6; font-style: normal; }
.rd-n{
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #0057ff, #7c3aed);
  color: #fff; font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* ===== PROCESS ===== */
.rd-process{ padding: 80px 0; background: #fff; }
.rd-process-head{ margin-bottom: 48px; }
.rd-section-eyebrow{
  font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: #0057ff; margin-bottom: 12px;
}
.rd-process-title{
  font-size: 32px; font-weight: 800; color: #0E0F1A;
  letter-spacing: -.025em; margin: 0;
}
.rd-process-grid{
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: #ECEAF5;
  border: 1px solid #ECEAF5; border-radius: 18px; overflow: hidden;
}
.rd-pstep{
  background: #fff; padding: 32px 28px;
  transition: background .2s;
}
.rd-pstep:hover{ background: #F6F5FB; }
.rd-pstep-num{
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  color: #C4C3D4; margin-bottom: 6px;
}
.rd-pstep-tag{
  font-size: 11px; font-weight: 700; color: #0057ff;
  background: #EEF3FF; border-radius: 20px; padding: 3px 10px;
  margin-bottom: 14px; display: inline-block;
}
.rd-pstep h3{ font-size: 15px; font-weight: 700; color: #0E0F1A; margin: 0 0 10px; }
.rd-pstep p{ font-size: 13px; color: #6B6F8A; line-height: 1.7; margin: 0; }

/* ===== PROOF ===== */
.rd-proof{ padding: 80px 0; background: #F6F5FB; }
.rd-proof-grid{
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
}
.rd-testi{
  background: #fff; border: 1px solid #ECEAF5;
  border-radius: 20px; padding: 40px 36px;
}
.rd-testi-qmark{
  font-size: 48px; font-weight: 800; color: #0057ff;
  line-height: 1; margin-bottom: 16px;
}
.rd-testi-text{
  font-size: 17px; font-weight: 600; color: #0E0F1A;
  line-height: 1.55; margin: 0 0 24px; letter-spacing: -.01em;
}
.rd-testi-author{
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 24px; border-bottom: 1px solid #ECEAF5;
  margin-bottom: 20px;
}
.rd-testi-avatar{
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #0057ff, #7c3aed);
  flex-shrink: 0;
}
.rd-testi-name{ font-size: 14px; font-weight: 700; color: #0E0F1A; }
.rd-testi-role{ font-size: 12px; color: #6B6F8A; }
.rd-testi-stats{ display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.rd-tstat{ text-align: center; padding: 12px 0; }
.rd-tstat + .rd-tstat{ border-left: 1px solid #ECEAF5; }
.rd-tstat-v{
  font-size: 22px; font-weight: 800; letter-spacing: -.02em;
  background: linear-gradient(135deg, #0057ff, #7c3aed);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rd-tstat-l{ font-size: 11px; color: #6B6F8A; margin-top: 2px; }

/* Report card */
.rd-report-card{
  background: #fff; border: 1px solid #ECEAF5;
  border-radius: 20px; padding: 28px;
}
.rd-report-header{
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px;
}
.rd-report-label{ font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #6B6F8A; }
.rd-report-badge{
  font-size: 10px; font-weight: 800; color: #22c55e;
  background: rgba(34,197,94,.1); border-radius: 20px; padding: 3px 10px;
}
.rd-report-score-row{ display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.rd-report-ring{ position: relative; flex-shrink: 0; }
.rd-report-score-num{
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-size: 20px; font-weight: 800; color: #0E0F1A; letter-spacing: -.03em;
}
.rd-report-score-num span{ font-size: 11px; font-weight: 500; color: #9396A6; }
.rd-report-score-label{ font-size: 13px; font-weight: 700; color: #0E0F1A; }
.rd-report-score-status{ font-size: 12px; color: #22c55e; margin-top: 4px; font-weight: 600; }
.rd-report-bars{ display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.rd-rbar-row{
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: #6B6F8A;
}
.rd-rbar-row span:first-child{ min-width: 100px; }
.rd-rbar-row span:last-child{ min-width: 24px; font-weight: 700; color: #0E0F1A; }
.rd-rbar{ flex: 1; height: 6px; background: #F0EFF8; border-radius: 4px; overflow: hidden; }
.rd-rbar div{ height: 100%; border-radius: 4px; }
.rd-report-cta{
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 12px;
  background: #0E0F1A; color: #fff;
  font-size: 14px; font-weight: 700; border-radius: 10px;
  text-decoration: none; transition: opacity .15s;
}
.rd-report-cta:hover{ opacity: .85; }

/* ===== RESPONSIVE ===== */
@media(max-width: 1100px){
  .rd-hero-grid{ grid-template-columns: 1fr 420px; gap: 48px; }
  .rd-title{ font-size: 36px; }
}
@media(max-width: 860px){
  .rd-hero{ padding: 48px 0 56px; }
  .rd-hero-grid{ grid-template-columns: 1fr; gap: 36px; }
  .rd-form-card{ position: static; }
  .rd-title{ font-size: 30px; }
  .rd-process-grid{ grid-template-columns: 1fr 1fr; }
  .rd-proof-grid{ grid-template-columns: 1fr; }
}
@media(max-width: 600px){
  .rd-hero{ padding: 36px 0 44px; }
  .rd-title{ font-size: 26px; }
  .rd-form-card{ padding: 24px 20px; }
  .rd-process-grid{ grid-template-columns: 1fr; }
  .rd-hero-stats{ flex-wrap: wrap; }
  .rd-hstat-div{ display: none; }
}

/* Optional label + textarea */
.rd-optional{ font-size: 11px; color: #9396A6; font-weight: 500; margin-left: 4px; }
.rd-textarea{
  width: 100%; padding: 10px 12px;
  border: 1.5px solid #ECEAF5; border-radius: 10px;
  font-size: 14px; font-family: inherit; color: #0E0F1A;
  background: #FAFAFE; outline: none; resize: vertical;
  transition: border-color .15s ease; line-height: 1.5;
}
.rd-textarea:focus{
  border-color: #0057ff; background: #fff;
  box-shadow: 0 0 0 3px rgba(0,87,255,.08);
}
.rd-textarea::placeholder{ color: #9396A6; }

/* Avatar image fix */
img.rd-testi-avatar{
  object-fit: cover;
  object-position: top;
}

/* Mobile: form first, content second */
@media(max-width: 860px){
  .rd-hero-grid{
    display: flex;
    flex-direction: column;
  }
  .rd-form-card{ order: -1; }
  .rd-hero-left{ order: 1; }
  /* Hide heavy content on mobile to keep it clean */
  .rd-get-list{ display: none; }
  .rd-hero-stats{ display: none; }
}

/* Hide all left content on mobile - form only */
@media(max-width: 860px){
  .rd-hero-left{ display: none; }
}

/* Compact form height */
.rd-form-card{ padding: 22px 24px !important; }
.rd-form-header{ margin-bottom: 14px !important; }
.rd-form-title{ font-size: 19px !important; margin-bottom: 3px !important; }
.rd-form-sub{ font-size: 12px !important; }
.rd-field{ margin-bottom: 10px !important; }
.rd-field label{ font-size: 12px !important; margin-bottom: 4px !important; }
.rd-input-wrap input,
.rd-input-wrap select{ padding: 9px 10px 9px 34px !important; font-size: 13px !important; }
.rd-submit-btn{ padding: 12px !important; font-size: 14px !important; }
.rd-form-badges{ margin-top: 8px !important; }

/* Fix email hint checkmark size */
.rd-field-hint.ok{
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 12px !important;
  color: #22c55e !important;
}
.rd-field-hint.ok svg{
  width: 12px !important;
  height: 12px !important;
  flex-shrink: 0 !important;
}
