
.contact-nav-active{color:var(--yellow)!important}
.contact-hero{min-height:430px;background:
  linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.74) 42%,rgba(0,0,0,.22) 78%,rgba(0,0,0,.12) 100%),
  url('../img/contact/contact-banner.webp') center/cover no-repeat;
  color:#fff;display:flex;align-items:center;position:relative;overflow:hidden}
.contact-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--yellow)}
.contact-hero-inner{width:100%;position:relative;z-index:1}
.contact-hero-copy{max-width:720px;padding:94px 0 88px}
.contact-kicker{display:inline-block;color:var(--yellow);font-weight:950;letter-spacing:.14em;font-size:13px;margin-bottom:15px}
.contact-hero h1{margin:0 0 18px;font-size:clamp(48px,6vw,82px);line-height:.95;font-weight:950}
.contact-hero p{font-size:19px;line-height:1.7;color:#e8e8e8;max-width:700px;margin:0 0 28px}
.contact-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.contact-hero-whatsapp{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid rgba(255,255,255,.65);border-radius:999px;color:#fff;font-weight:900}
.contact-hero-whatsapp:hover{border-color:#20c763;background:#20c763;color:#fff}

.contact-section{padding:78px 0;background:#f5f5f2}
.contact-layout{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(560px,1.45fr);gap:28px;align-items:start}
.contact-info-card,.contact-form-card{background:#fff;border:1px solid #e8e8e8;border-radius:26px;box-shadow:0 18px 50px rgba(0,0,0,.08)}
.contact-info-card{padding:34px;position:sticky;top:100px}
.contact-form-card{padding:38px}
.contact-section-heading>span{display:block;color:#a57f00;font-size:12px;letter-spacing:.14em;font-weight:950;margin-bottom:8px}
.contact-section-heading h2{margin:0 0 10px;color:#111;font-size:31px;line-height:1.12}
.contact-section-heading p{margin:0;color:#696969;line-height:1.65}

.contact-info-list{display:grid;gap:4px;margin-top:28px}
.contact-info-item{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;padding:17px 0;border-bottom:1px solid #ececec;color:#111}
.contact-info-item:last-child{border-bottom:0}
.contact-info-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:var(--yellow);font-size:20px;font-weight:950;color:#111}
.whatsapp-contact-icon{background:#20c763;color:#fff}
.contact-info-item span:last-child{display:grid;gap:4px}
.contact-info-item strong{font-size:15px}
.contact-info-item small{font-size:14px;line-height:1.55;color:#555;word-break:break-word}
.contact-address-item{cursor:default}
.contact-direct-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.contact-direct-actions a{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:900;text-align:center;padding:8px 12px}
.contact-direct-actions .direct-whatsapp{background:#20b95d}

.contact-form-card form{margin-top:28px}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-form-card label{display:grid;gap:8px;color:#171717;font-size:13px;font-weight:850}
.contact-form-card input,.contact-form-card select,.contact-form-card textarea{width:100%;border:1px solid #d9d9d9;border-radius:12px;background:#fff;color:#111;font:inherit;font-size:15px;padding:13px 14px;outline:none;transition:.2s ease}
.contact-form-card input,.contact-form-card select{min-height:50px}
.contact-form-card textarea{resize:vertical;min-height:150px}
.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:#c79e00;box-shadow:0 0 0 3px rgba(247,198,0,.18)}
.contact-message-field,.contact-upload-field{margin-top:20px}
.contact-upload-field{padding:18px;border:1px dashed #cfcfcf;border-radius:15px;background:#fafafa}
.contact-upload-field input{padding:9px;background:#fff}
.contact-upload-field small{color:#727272;font-weight:500;line-height:1.5}
.contact-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.contact-form-actions button{min-height:52px;border:0;border-radius:999px;font:inherit;font-weight:950;cursor:pointer}
.contact-email-submit{background:#111;color:#fff}
.contact-whatsapp-submit{background:#20b95d;color:#fff}
.contact-form-actions button:hover{transform:translateY(-1px)}
.contact-form-status{display:none;margin-top:18px;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:750}
.contact-form-status.show{display:block;background:#fff4c5;color:#5f4b00;border:1px solid #ead275}
.contact-form-status.show.success{background:#e9f8ee;color:#126b34;border-color:#9fd8b3}
.contact-form-status.show.error{background:#fff0f0;color:#a51f1f;border-color:#efb0b0}
.contact-email-submit:disabled{cursor:wait;opacity:.7}
.contact-privacy-note{text-align:center;color:#777;font-size:12px;margin:14px 0 0}

.contact-help-strip{background:#111;color:#fff;padding:46px 0}
.contact-help-strip .container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.contact-help-strip span{color:var(--yellow);font-size:12px;font-weight:950;letter-spacing:.12em}
.contact-help-strip h2{font-size:26px;margin:7px 0 0;max-width:790px}
.contact-help-strip a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;background:var(--yellow);color:#111;font-weight:950;white-space:nowrap}
.contact-footer-grid{grid-template-columns:1.25fr .8fr .8fr!important}

@media(max-width:1000px){
  .contact-layout{grid-template-columns:1fr}
  .contact-info-card{position:static}
}
@media(max-width:720px){
  .contact-hero{min-height:390px}
  .contact-hero-copy{padding:78px 0 70px}
  .contact-hero p{font-size:16px}
  .contact-section{padding:52px 0}
  .contact-info-card,.contact-form-card{padding:24px;border-radius:20px}
  .contact-form-grid{grid-template-columns:1fr}
  .contact-form-actions{grid-template-columns:1fr}
  .contact-direct-actions{grid-template-columns:1fr}
  .contact-help-strip .container{align-items:flex-start;flex-direction:column}
  .contact-footer-grid{grid-template-columns:1fr!important}
}

/* v72 simplified contact form */
.contact-form-actions{margin-top:18px}
.contact-form-card form{margin-top:22px}
.contact-section-heading h2{font-size:30px}

/* v73 handshake banner refinement */
.contact-hero{min-height:500px;background:linear-gradient(90deg,rgba(6,10,22,.72) 0%,rgba(11,16,30,.48) 38%,rgba(18,20,36,.18) 72%,rgba(0,0,0,.08) 100%), url('../img/contact/contact-banner.webp') center/cover no-repeat !important;}
.contact-hero-copy{max-width:880px;padding:110px 0 95px !important}
.contact-kicker{display:none !important}
.contact-hero h1{font-size:clamp(44px,5vw,72px) !important;margin-bottom:18px !important}
.contact-hero p{max-width:980px;font-size:16px;line-height:1.9;color:#f2f2f2 !important}

/* v74 simplified contact page */
.contact-hero-copy{padding-bottom:92px!important}
.contact-info-list{margin-bottom:0}
.contact-form-grid{grid-template-columns:1fr 1fr}
@media(max-width:720px){.contact-form-grid{grid-template-columns:1fr}}

/* v75 hero text alignment fix */
.contact-hero{min-height:420px !important;display:flex;align-items:center}
.contact-hero-inner{width:100%}
.contact-hero-copy{max-width:760px !important;padding:118px 0 92px !important}
.contact-hero h1{font-size:clamp(50px,5.5vw,82px) !important;line-height:1 !important;margin:0 0 22px !important;letter-spacing:-.02em}
.contact-hero p{max-width:820px !important;font-size:18px !important;line-height:1.8 !important;margin:0 !important}
@media (max-width: 768px){.contact-hero-copy{padding:104px 0 74px !important}.contact-hero h1{font-size:44px !important}.contact-hero p{font-size:16px !important;line-height:1.75 !important}}


/* v76 contact banner cleanup */
.contact-hero{
  min-height: 500px !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.68) 34%, rgba(0,0,0,.30) 68%, rgba(0,0,0,.18) 100%),
    url('../img/contact/contact-banner.webp') center/cover no-repeat !important;
}
.contact-hero-inner{
  width:100%;
}
.contact-hero-copy{
  max-width: 860px !important;
  padding: 132px 0 102px 72px !important;
}
.contact-hero h1{
  margin: 0 0 22px !important;
  font-size: clamp(56px, 6vw, 88px) !important;
  line-height: .98 !important;
  letter-spacing: -.025em;
}
.contact-hero p{
  margin: 0 !important;
  max-width: 820px !important;
  font-size: 19px !important;
  line-height: 1.8 !important;
  color: #f0f0f0 !important;
}
@media (max-width: 992px){
  .contact-hero-copy{padding: 118px 0 88px 48px !important; max-width: 760px !important;}
}
@media (max-width: 768px){
  .contact-hero{min-height: 420px !important;}
  .contact-hero-copy{padding: 108px 18px 72px 18px !important; max-width: 100% !important;}
  .contact-hero h1{font-size: 46px !important;}
  .contact-hero p{font-size: 16px !important; line-height: 1.72 !important;}
}


/* v77 remove residual background text and shift hero copy */
.contact-hero-copy{
  max-width: 820px !important;
  padding: 132px 0 102px 90px !important;
}
.contact-hero h1{
  margin-bottom: 26px !important;
}
.contact-hero p{
  max-width: 760px !important;
}
@media (max-width: 992px){
  .contact-hero-copy{padding: 118px 0 88px 58px !important;}
}
@media (max-width: 768px){
  .contact-hero-copy{padding: 108px 18px 72px 18px !important;}
}


/* v82 shorter contact hero banner */
.contact-hero{
  min-height: 375px !important;
}
.contact-hero-copy{
  padding: 82px 0 68px 90px !important;
  max-width: 760px !important;
}
.contact-hero h1{
  margin: 0 0 18px !important;
}
.contact-hero p{
  max-width: 760px !important;
}
@media (max-width: 992px){
  .contact-hero{min-height: 340px !important;}
  .contact-hero-copy{padding: 74px 0 58px 58px !important;}
}
@media (max-width: 768px){
  .contact-hero{min-height: 290px !important;}
  .contact-hero-copy{padding: 78px 18px 42px 18px !important; max-width: 100% !important;}
  .contact-hero h1{font-size: 40px !important;}
  .contact-hero p{font-size: 15px !important; line-height: 1.65 !important;}
}
