.rcs-page{font-family:Inter,Arial,sans-serif;background:#f5f8fc;color:#102b59;max-width:1200px;margin:0 auto}
.rcs-hero{display:grid;grid-template-columns:1fr 1fr;min-height:470px;background:linear-gradient(120deg,#071f4f,#063fae);color:#fff;overflow:hidden}
.rcs-copy{padding:70px 55px;display:flex;flex-direction:column;justify-content:center}
.rcs-icon{font-size:42px;margin-bottom:15px}.rcs-copy h1{font-size:clamp(42px,5vw,68px);line-height:1;margin:0 0 22px;font-weight:800}
.rcs-copy p{font-size:21px;line-height:1.5;margin:0 0 12px}.rcs-range{color:#9ed5ff!important}.rcs-subtitle{font-size:28px;font-style:italic;margin-top:28px;color:#fff}
.rcs-photo{display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.rcs-photo img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center top}
.rcs-card{background:#fff;margin:22px;padding:32px;border-radius:18px;box-shadow:0 8px 35px rgba(16,43,89,.10)}
.rcs-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:34px}.rcs-card h2{font-size:25px;margin:0 0 5px}.rcs-help{margin:0 0 18px;color:#6480a8}
.rcs-calendar{border:1px solid #d7e3f2;border-radius:14px;padding:18px}.rcs-cal-head{display:flex;justify-content:space-between;align-items:center;font-size:20px;margin-bottom:18px}.rcs-cal-head button{border:0;background:none;font-size:34px;color:#145ed0;cursor:pointer}
.rcs-week,.rcs-days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;text-align:center}.rcs-week{color:#6581a8;margin-bottom:8px}.rcs-day{height:43px;border:0;background:transparent;border-radius:50%;cursor:pointer;color:#102b59;font-size:15px}.rcs-day.muted{color:#b8c4d4}.rcs-day.disabled{color:#c9d1dc;cursor:not-allowed}.rcs-day.selected{background:#1465df;color:#fff;font-weight:700}.rcs-available{margin-top:16px;background:#eef6ff;padding:12px;border-radius:10px;font-size:14px}
.rcs-times{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rcs-time{padding:14px;border:1.5px solid #1769e8;border-radius:10px;background:#fff;color:#0755c6;font-weight:600;cursor:pointer}.rcs-time.selected{background:#1769e8;color:#fff}.rcs-time.unavailable{border-color:#e3e9f1;background:#f1f4f8;color:#a9b4c3;cursor:not-allowed}
.rcs-form{margin-top:34px;border-top:1px solid #e2eaf4;padding-top:28px}.rcs-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rcs-fields label{font-weight:600}.rcs-fields input{display:block;width:100%;box-sizing:border-box;margin-top:8px;padding:15px;border:1px solid #cbd9eb;border-radius:10px;font-size:16px}.rcs-submit{width:100%;margin-top:18px;padding:17px;border:0;border-radius:10px;background:#125fcf;color:#fff;font-size:18px;font-weight:700;cursor:pointer}.rcs-submit:disabled{opacity:.6}.rcs-msg{text-align:center;margin-top:14px;font-weight:600}.rcs-form small{display:block;text-align:center;margin-top:12px;color:#7086a5}
@media(max-width:800px){
  .rcs-hero{display:flex;flex-direction:column;min-height:0;}
  .rcs-photo{order:-1;width:100%;height:auto;max-height:none;align-items:stretch;}
  .rcs-photo img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center top;}
  .rcs-copy{padding:42px 24px 48px;}
  .rcs-copy h1{font-size:clamp(40px,12vw,54px);line-height:1.02;margin-bottom:20px;}
  .rcs-copy p{font-size:18px;line-height:1.45;}
  .rcs-range{font-size:18px!important;}
  .rcs-subtitle{font-size:25px;line-height:1.25;margin-top:22px;}
  .rcs-card{margin:12px;padding:20px;}
  .rcs-grid{grid-template-columns:1fr;gap:28px;}
  .rcs-fields{grid-template-columns:1fr;}
  .rcs-times{grid-template-columns:1fr 1fr;}
}
@media(max-width:430px){
  .rcs-copy{padding-left:20px;padding-right:20px;}
  .rcs-card{margin:8px;padding:16px;border-radius:14px;}
  .rcs-times{grid-template-columns:1fr 1fr;gap:9px;}
  .rcs-time{padding:12px 8px;font-size:14px;}
  .rcs-calendar{padding:12px;}
  .rcs-day{height:39px;}
}
