.elementor-2 .elementor-element.elementor-element-2cf62a2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1ec78bb *//* ══════════════════════════════════════════════════════════
   FORM STRIP — Warm off-white + charcoal button + olive accents
══════════════════════════════════════════════════════════ */
.hero-form-section{background:linear-gradient(180deg,#FDFCF7 0%,#F5F4EE 100%);
  border-bottom:1px solid #E5E2D6;padding:76px 0;position:relative;overflow:hidden;}
.hero-form-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:92%;max-width:960px;height:1px;
  background:linear-gradient(90deg,transparent 0%,rgba(75,83,32,.3) 50%,transparent 100%);}

.hero-form-strip{max-width:1140px;margin:0 auto;padding:0 32px;display:grid;
  grid-template-columns:1fr 1.15fr;gap:56px;align-items:center;}
.hero-form-strip-text{text-align:right;}
.hero-form-strip-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;
  color:var(--olive);letter-spacing:.3em;text-transform:uppercase;margin-bottom:14px;}
.hero-form-strip-eyebrow::before{content:'';width:28px;height:1px;background:var(--olive);}
.hero-form-strip-text h3{font-weight:800;font-size:clamp(22px,2vw,28px);line-height:1.25;color:#1A1A17;
  letter-spacing:-.018em;margin-bottom:10px;}
.hero-form-strip-text p{font-size:15px;color:#4A4742;line-height:1.65;max-width:42ch;}

/* Form panel with corner brackets */
.hero-form-panel{position:relative;background:#fff;border:1px solid #E5E2D6;padding:22px 24px;
  box-shadow:0 20px 50px -20px rgba(0,0,0,.15),0 2px 8px -2px rgba(0,0,0,.05);border-radius:2px;}
.hero-form-panel::before,.hero-form-panel::after{content:'';position:absolute;width:10px;height:10px;opacity:.55;}
.hero-form-panel::before{top:-1px;right:-1px;border-top:1px solid var(--olive);border-right:1px solid var(--olive);}
.hero-form-panel::after{bottom:-1px;left:-1px;border-bottom:1px solid var(--olive);border-left:1px solid var(--olive);}

.hero-form-strip-form{display:flex;gap:10px;align-items:stretch;flex-wrap:nowrap;}
.hero-form-strip-form .field{flex:1;min-width:0;position:relative;}
.hero-form-strip-form input{width:100%;padding:14px 16px;font-family:var(--sans);font-size:15px;
  font-weight:500;color:#1A1A17;background:#FAFAF7;border:1px solid #E5E2D6;
  transition:border-color .2s,box-shadow .2s,background .2s;border-radius:2px;}
.hero-form-strip-form input::placeholder{color:#8A8680;font-weight:400;}
.hero-form-strip-form input:focus{outline:none;border-color:var(--olive);
  box-shadow:0 0 0 3px rgba(75,83,32,.1);background:#fff;}
.hero-form-strip-form button{background:#1A1A17;color:#F5F3EB;border:none;padding:14px 28px;
  font-family:var(--sans);font-weight:700;font-size:14px;cursor:pointer;letter-spacing:.02em;
  transition:background .3s,transform .2s,box-shadow .3s;flex-shrink:0;white-space:nowrap;border-radius:2px;
  box-shadow:0 8px 20px -8px rgba(0,0,0,.4);}
.hero-form-strip-form button:hover{background:var(--olive);transform:translateY(-1px);
  box-shadow:0 12px 24px -8px rgba(75,83,32,.5);}
.hero-form-strip-note{margin-top:14px;font-size:12px;color:#8A8680;text-align:center;
  letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:8px;}
.hero-form-strip-note::before{content:'';width:14px;height:14px;background:var(--olive);
  mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5'><path d='M12 3L4 7v6c0 5 3.5 8.5 8 10 4.5-1.5 8-5 8-10V7z'/></svg>") center/contain no-repeat;
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5'><path d='M12 3L4 7v6c0 5 3.5 8.5 8 10 4.5-1.5 8-5 8-10V7z'/></svg>") center/contain no-repeat;
  opacity:.75;}

/* Responsive */
@media(max-width:980px){
  .hero-form-section{padding:56px 0;}
  .hero-form-strip{grid-template-columns:1fr;gap:28px;text-align:center;padding:0 24px;}
  .hero-form-strip-text{text-align:center;}
  .hero-form-strip-eyebrow{justify-content:center;}
  .hero-form-strip-text p{margin-left:auto;margin-right:auto;}
  .hero-form-panel{padding:20px;}
  .hero-form-strip-form{flex-direction:column;gap:10px;}
  .hero-form-strip-form button{width:100%;padding:15px 28px;}
}/* End custom CSS */