/* ============================================================
   Texno Cinar - contact.html
   ============================================================ */

.contact-body{
  background:
    radial-gradient(circle at 86% 120px, rgba(46,158,88,.08), transparent 260px),
    radial-gradient(circle at 8% 760px, rgba(46,158,88,.06), transparent 300px),
    linear-gradient(180deg,#fbfdfc 0,#fff 42%,#fbfdfc 100%);
}
.contact-body .rv{
  opacity:1;
  transform:none;
  transition:none;
}
.contact-body .wrap{max-width:1210px}
.contact-login{padding:11px 25px;border-radius:12px}
.contact-bell{position:relative}
.contact-bell span{
  position:absolute;
  right:4px;
  top:2px;
  min-width:17px;
  height:17px;
  display:grid;
  place-items:center;
  padding:0 4px;
  border-radius:999px;
  color:#fff;
  background:#e02424;
  font-size:10px;
  font-weight:800;
  line-height:1;
  border:2px solid #fff;
}

.contact-hero{
  padding:27px 0 18px;
  border-bottom:1px solid #edf2ef;
  background:linear-gradient(180deg,#f6fbf8 0,#fff 100%);
}
.contact-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 486px;
  gap:42px;
  align-items:center;
  min-height:260px;
}
.contact-hero-copy{min-width:0}
.contact-hero .crumb{margin-bottom:22px;color:#566472}
.contact-hero h1{
  color:#0b1034;
  font-size:clamp(34px,4.4vw,50px);
  font-weight:800;
  letter-spacing:0;
}
.contact-title-line{
  display:block;
  width:38px;
  height:4px;
  margin:15px 0 24px;
  border-radius:999px;
  background:#2e9e58;
}
.contact-hero p{
  max-width:650px;
  margin:0;
  color:#465265;
  font-size:16px;
  line-height:1.85;
}
.contact-hero-art{
  position:relative;
  min-height:230px;
  display:grid;
  place-items:center;
}
.contact-hero-art img{
  width:min(465px,100%);
  height:auto;
  filter:drop-shadow(0 22px 32px rgba(17,42,29,.12));
}

.contact-quick{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:22px;
  padding:34px 24px 12px;
}
.contact-info-card,
.contact-form-card,
.contact-side-card,
.contact-support-card,
.contact-map-card{
  border:1px solid #e7eeeb;
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 38px rgba(26,52,37,.07);
}
.contact-info-card{
  min-height:174px;
  padding:26px 26px 24px;
  border-radius:16px;
  transition:transform .18s, box-shadow .18s;
}
.contact-info-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 42px rgba(26,52,37,.1);
}
.contact-card-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:13px;
  margin-bottom:17px;
}
.contact-card-icon svg{width:29px;height:29px}
.contact-card-icon.green{color:#22954f;background:#eaf8ef}
.contact-card-icon.blue{color:#1f75dc;background:#eff6ff}
.contact-card-icon.purple{color:#7057de;background:#f2efff}
.contact-card-icon.orange{color:#f07e12;background:#fff3e2}
.contact-info-card h3{
  color:#0b1034;
  font-size:17px;
  font-weight:800;
  margin-bottom:8px;
}
.contact-info-card a,
.contact-info-card b{
  color:#18964d;
  font-size:15px;
  font-weight:800;
}
.contact-info-card:nth-child(2) a{color:#0c73dc}
.contact-info-card:nth-child(4) b{color:#f07e12}
.contact-info-card p{
  margin:8px 0 0;
  color:#566472;
  font-size:13.5px;
  line-height:1.55;
}
.contact-info-card p span{color:#aeb8c3;margin:0 6px}

.contact-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) 392px;
  gap:22px;
  align-items:start;
  padding:16px 24px 26px;
}
.contact-form-card{
  border-radius:16px;
  padding:28px;
}
.contact-eyebrow{
  display:inline-flex;
  align-items:center;
  margin-bottom:14px;
  padding:6px 12px;
  border-radius:999px;
  color:#158245;
  background:#e9f7ee;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.contact-form-card h2{
  color:#0b1034;
  font-size:28px;
  font-weight:800;
  margin-bottom:12px;
}
.contact-lead{
  max-width:650px;
  margin:0 0 24px;
  color:#465265;
  font-size:14.5px;
  line-height:1.7;
}
.contact-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:17px 20px;
}
.fld{display:flex;flex-direction:column;gap:8px}
.fld.full,
.consent,
.sent,
.contact-form-actions{grid-column:1/-1}
.fld label{
  color:#0b1034;
  font-size:13px;
  font-weight:800;
}
.req{color:#e02424}
.fld input,
.fld select,
.fld textarea{
  width:100%;
  min-height:48px;
  border:1px solid #dbe4e2;
  border-radius:10px;
  padding:0 15px;
  color:#253043;
  background:#fbfcfd;
  font:500 14px/1.4 var(--font);
  transition:border-color .16s, box-shadow .16s, background .16s;
}
.fld textarea{
  min-height:108px;
  padding-top:14px;
  resize:vertical;
}
.fld select{
  appearance:none;
  cursor:pointer;
  padding-right:40px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23566472' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
  background-size:15px;
}
.fld input::placeholder,
.fld textarea::placeholder{color:#6f7c8c}
.fld input:focus,
.fld select:focus,
.fld textarea:focus{
  outline:none;
  border-color:#2e9e58;
  background:#fff;
  box-shadow:0 0 0 4px rgba(46,158,88,.12);
}
.fld.err input,
.fld.err select,
.fld.err textarea{
  border-color:#e02424;
  box-shadow:0 0 0 4px rgba(224,36,36,.1);
}
.fld .msg{
  display:none;
  color:#e02424;
  font-size:12px;
  font-weight:600;
}
.fld.err .msg{display:block}
.consent{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  gap:10px;
  color:#536174;
  font-size:12.5px;
  line-height:1.55;
}
.consent input{
  width:18px;
  height:18px;
  flex:none;
  margin-top:2px;
  accent-color:#2e9e58;
  cursor:pointer;
}
.consent a{
  color:#15924d;
  font-weight:800;
}
.sent{
  display:none;
  align-items:center;
  gap:10px;
  padding:13px 15px;
  border-radius:11px;
  color:#168a49;
  background:#eaf8ef;
  font-size:13.5px;
  font-weight:700;
}
.sent.show{display:flex}
.sent.error{
  color:#b42318;
  background:#fff0ee;
}
.sent svg{width:20px;height:20px;flex:none}
.contact-form-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.contact-form-actions .btn{
  min-height:48px;
  border-radius:11px;
  padding:12px 22px;
}
.contact-form-actions .btn:disabled{
  cursor:not-allowed;
  opacity:.72;
}
.contact-form-actions .btn.is-loading{
  pointer-events:none;
}
.contact-form-actions > span{
  color:#697789;
  font-size:12.5px;
}
.contact-form-actions b{color:#e02424}

.contact-side{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.contact-side-card{
  border-radius:16px;
  padding:25px;
}
.contact-side-card h3{
  color:#0b1034;
  font-size:18px;
  font-weight:800;
  margin-bottom:18px;
}
.contact-hours{
  display:flex;
  flex-direction:column;
}
.contact-hours div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:13px 0;
  border-bottom:1px solid #e5ece9;
  color:#536174;
  font-size:14px;
}
.contact-hours div:first-child{padding-top:0}
.contact-hours div:last-child{padding-bottom:0;border-bottom:0}
.contact-hours b{
  color:#0b1034;
  font-size:13.5px;
  font-weight:800;
}
.contact-socials{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.contact-socials a{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #e3e9e7;
  border-radius:10px;
  color:#09102d;
  background:#f9fbfa;
  transition:background .16s, color .16s, transform .16s;
}
.contact-socials a:hover{
  color:#fff;
  background:#2e9e58;
  transform:translateY(-2px);
}
.contact-socials svg{width:19px;height:19px}
.contact-support-card{
  position:relative;
  min-height:246px;
  overflow:hidden;
  border:0;
  border-radius:14px;
  padding:26px 150px 26px 25px;
  color:#fff;
  background:
    radial-gradient(circle at 96% 12%, rgba(255,255,255,.22), transparent 86px),
    linear-gradient(135deg,#27a553,#0f7a3f);
  box-shadow:0 18px 42px rgba(28,128,69,.28);
}
.contact-support-card h3{
  color:#fff;
  font-size:18px;
  font-weight:800;
  line-height:1.35;
  margin-bottom:14px;
}
.contact-support-card p{
  max-width:205px;
  margin:0 0 19px;
  color:rgba(255,255,255,.92);
  font-size:14px;
  line-height:1.65;
}
.contact-support-card .btn{
  min-height:48px;
  padding:10px 21px;
  border-radius:10px;
  color:#158245;
  background:#fff;
}
.contact-support-card .btn svg{width:17px;height:17px}
.contact-support-card img{
  position:absolute;
  right:-42px;
  bottom:-20px;
  width:196px;
  max-width:none;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.18));
}

.contact-map-section{padding:0 24px 30px}
.contact-map-card{
  display:grid;
  grid-template-columns:365px minmax(0,1fr);
  overflow:hidden;
  min-height:242px;
  border-radius:16px;
}
.contact-map-card.no-map-frame{
  grid-template-columns:1fr;
}
.contact-map-info{
  display:grid;
  align-content:center;
  padding:34px 36px;
  background:#fff;
}
.contact-map-info > span{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:13px;
  color:#20934f;
  background:#eaf8ef;
}
.contact-map-info > span svg{width:29px;height:29px}
.contact-map-info h2{
  color:#0b1034;
  font-size:23px;
  font-weight:800;
  margin-bottom:8px;
}
.contact-map-info strong{
  color:#1d2939;
  font-size:14px;
  margin-bottom:12px;
}
.contact-map-info p{
  margin:0 0 20px;
  color:#465265;
  font-size:14px;
  line-height:1.65;
}
.contact-map-info .btn{
  justify-self:start;
  color:#0f2438;
  background:#fff;
  border-color:#9bcfb0;
}
.contact-map-frame{
  position:relative;
  min-height:242px;
  background:#edf3ef;
}
.contact-map-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  filter:saturate(.92) contrast(1.02);
}

.contact-footer{
  margin-top:0;
  padding:44px 0 24px;
  color:#dbe9df;
  background:
    radial-gradient(circle at 18% 18%, rgba(46,158,88,.22), transparent 250px),
    radial-gradient(circle at 76% 120%, rgba(46,158,88,.18), transparent 320px),
    linear-gradient(135deg,#063927,#041f19);
}
.contact-footer-grid{
  display:grid;
  grid-template-columns:1.55fr .8fr .8fr 1.08fr .78fr;
  gap:40px;
  padding-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.contact-footer .brand-logo{height:58px}
.contact-footer p{
  max-width:275px;
  margin:17px 0 20px;
  color:#d9e7dc;
  font-size:14px;
  line-height:1.7;
}
.contact-footer h5{
  margin:0 0 17px;
  color:#fff;
  font-size:15px;
  font-weight:800;
}
.contact-footer a{
  color:#d9e7dc;
  transition:color .16s, transform .16s;
}
.contact-footer-grid > div:not(.contact-footer-brand):not(.contact-footer-social) a{
  display:flex;
  align-items:center;
  gap:8px;
  padding:5px 0;
  font-size:13.5px;
}
.contact-footer-grid a:hover{color:#7ddd9c}
.contact-footer-grid a svg{
  width:16px;
  height:16px;
  flex:none;
}
.contact-store-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}
.contact-store-row a{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:124px;
  min-height:38px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:7px;
  color:#fff;
  background:#050907;
  font-size:10px;
  font-weight:700;
  line-height:1.15;
}
.contact-store-row svg{width:21px;height:21px}
.contact-footer-icons{
  display:flex;
  gap:13px;
  flex-wrap:wrap;
}
.contact-footer-icons a{
  width:23px;
  height:23px;
  display:grid;
  place-items:center;
  color:#e8f3eb;
}
.contact-footer-icons svg{width:19px;height:19px}
.contact-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-top:22px;
  color:#d7e6db;
  font-size:12.5px;
}
.contact-footer-bottom div{
  display:flex;
  gap:34px;
  flex-wrap:wrap;
}

@media(max-width:980px){
  .contact-hero-grid{grid-template-columns:1fr 380px;gap:22px}
  .contact-main{grid-template-columns:1fr}
  .contact-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-support-card{grid-column:1/-1}
  .contact-footer-grid{grid-template-columns:1.4fr 1fr 1fr}
}
@media(max-width:900px){
  .contact-head-actions .contact-login{display:none}
  .contact-quick{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-map-card{grid-template-columns:1fr}
  .contact-map-frame{min-height:320px}
}
@media(max-width:720px){
  .contact-hero-grid{grid-template-columns:1fr}
  .contact-hero-art{min-height:180px}
  .contact-hero-art img{max-width:360px}
  .contact-form-grid{grid-template-columns:1fr}
  .contact-side{grid-template-columns:1fr}
  .contact-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .contact-body .wrap{padding-left:16px;padding-right:16px}
  .contact-quick{grid-template-columns:1fr;padding-top:22px}
  .contact-main{padding-top:10px}
  .contact-form-card{padding:24px 20px}
  .contact-form-actions .btn{width:100%}
  .contact-support-card{padding-right:120px}
  .contact-support-card img{right:-58px;width:176px}
  .contact-map-section{padding-bottom:10px}
  .contact-map-info{padding:27px 24px}
  .contact-map-frame{min-height:280px}
  .contact-footer-grid{grid-template-columns:1fr}
  .contact-footer-bottom{align-items:flex-start;flex-direction:column}
}

body.dark .contact-body,
body.dark.contact-body{
  background:var(--bg);
}
body.dark .contact-hero{
  background:linear-gradient(180deg,#14211a,#0f1713);
  border-color:var(--line);
}
body.dark .contact-info-card,
body.dark .contact-form-card,
body.dark .contact-side-card,
body.dark .contact-map-card,
body.dark .contact-map-info{
  background:var(--panel);
  border-color:var(--line);
}
body.dark .fld input,
body.dark .fld select,
body.dark .fld textarea{
  color:var(--head);
  background:var(--soft);
  border-color:var(--line);
}
body.dark .contact-map-frame iframe{filter:saturate(.72) brightness(.82)}
