/* El Charro Sol Scottsdale Stay Guide embed — scoped to avoid affecting V104 layouts */
.ecs-stay-guide{
  background:#fbf5ef;
  color:#202020;
  padding:72px 24px;
}
.ecs-stay-guide *{box-sizing:border-box}
.ecs-stay-guide-inner{
  max-width:900px;
  margin:0 auto;
}
.ecs-stay-guide-heading{
  max-width:720px;
  margin:0 auto 30px;
  text-align:center;
}
.ecs-stay-guide-kicker{
  margin:0 0 10px;
  color:#f7931e;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.13em;
  line-height:1.4;
  text-transform:uppercase;
}
.ecs-stay-guide h2{
  margin:0;
  color:#0f5c66;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(2rem,4vw,3rem);
  font-weight:900;
  letter-spacing:-.035em;
  line-height:1.08;
  text-align:center;
}
.ecs-stay-guide-card{
  max-width:564px;
  margin:0 auto;
  padding:38px 42px;
  background:#fff;
  border:1px solid #eadfd4;
  border-radius:18px;
  box-shadow:0 8px 25px rgba(8,47,52,.08);
}
.ecs-stay-guide-copy{
  margin:0 0 24px;
  padding:0 0 22px;
  border-bottom:1px solid #d2d7df;
  color:#434d5d;
  font-family:Helvetica,Arial,sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.55;
  text-align:left;
}
.ecs-stay-guide-form{margin:0}
.ecs-stay-guide-field{margin:0 0 16px}
.ecs-stay-guide-field label{
  display:block;
  margin:0 0 7px;
  color:#434d5d;
  font-family:Helvetica,Arial,sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.4;
  text-align:left;
}
.ecs-stay-guide-required{color:#dd362a}
.ecs-stay-guide-field input[type="text"],
.ecs-stay-guide-field input[type="email"]{
  display:block;
  width:100%;
  min-height:45px;
  margin:0;
  padding:12px 14px;
  appearance:none;
  background:#fff;
  border:1px solid #d2d7df;
  border-radius:4px;
  box-shadow:rgba(142,154,173,.1) 0 2px 0 inset;
  color:#434d5d;
  font-family:Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.5;
  outline:none;
}
.ecs-stay-guide-field input:focus{
  border-color:#0f5c66;
  box-shadow:0 0 0 2px rgba(15,92,102,.18);
}
.ecs-stay-guide-consent-wrap{
  margin:8px 0 14px;
  padding-top:18px;
  border-top:1px solid #d2d7df;
}
.ecs-stay-guide-consent{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:0;
}
.ecs-stay-guide-consent input{
  flex:0 0 auto;
  width:16px;
  height:16px;
  margin:3px 0 0;
}
.ecs-stay-guide-consent label{
  margin:0;
  color:#434d5d;
  font-family:Helvetica,Arial,sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.45;
  text-align:left;
}
.ecs-stay-guide-policy{
  margin:0 0 20px;
  font-family:Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.4;
  text-align:left;
}
.ecs-stay-guide-policy a{
  color:#0f5c66;
  text-decoration:underline;
}
.ecs-stay-guide-submit{
  display:inline-block;
  margin:0;
  padding:13px 24px;
  border:0;
  border-radius:4px;
  background:#f7931e;
  color:#fff;
  cursor:pointer;
  font-family:Helvetica,Arial,sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  transition:background-color .15s ease,transform .15s ease;
}
.ecs-stay-guide-submit:hover{background:#de7d0a;transform:translateY(-1px)}
.ecs-stay-guide-submit:focus-visible{outline:3px solid rgba(15,92,102,.35);outline-offset:3px}
@media(max-width:640px){
  .ecs-stay-guide{padding:54px 18px}
  .ecs-stay-guide-heading{margin-bottom:24px}
  .ecs-stay-guide-card{padding:28px 22px;border-radius:14px}
  .ecs-stay-guide-submit{width:100%;text-align:center}
}
