/* Olistar contact page */
.ol-contact{padding:var(--ol-lg) 0 var(--ol-xl)}
.ol-contact__top{max-width:640px;margin-bottom:var(--ol-lg)}
.ol-contact__top h1{font-family:var(--ol-head);font-weight:500;
font-size:clamp(34px,4.6vw,58px);line-height:1.06;letter-spacing:-0.02em;margin:0}
.ol-contact__top h1 em{font-style:normal;color:var(--ol-accent)}
.ol-contact__top p{font-size:17.5px;line-height:1.7;color:var(--ol-muted);margin:0;max-width:52ch}
.ol-contact .ol-underline{margin:22px 0 20px}

.ol-contact__grid{display:grid;grid-template-columns:1fr 1.25fr;gap:56px;align-items:start}

.ol-contact__side{display:flex;flex-direction:column;gap:14px}
.ol-cmethod{display:flex;gap:16px;align-items:flex-start;text-decoration:none;color:var(--ol-ink);
background:var(--ol-surface);border:1px solid var(--ol-line);border-radius:var(--ol-r-md);
padding:22px;transition:transform .18s ease,border-color .18s ease}
a.ol-cmethod:hover{transform:translateY(-2px);border-color:var(--ol-ink)}
.ol-cmethod .ic{width:44px;height:44px;flex:none;border-radius:12px;
background:rgba(233,80,58,.10);display:flex;align-items:center;justify-content:center}
.ol-cmethod .ic svg{width:20px;height:20px;stroke:var(--ol-accent);fill:none;stroke-width:1.8;
stroke-linecap:round;stroke-linejoin:round}
.ol-cmethod b{display:block;font-size:16px;font-weight:600;margin-bottom:4px;line-height:1.3}
.ol-cmethod small{display:block;font-size:14.5px;color:var(--ol-muted);line-height:1.6}

.ol-contact__form{padding:34px}
.ol-contact__form h2{font-family:var(--ol-head);font-weight:500;font-size:26px;line-height:1.2;margin:0 0 22px}
.ol-contact__form .ol-b{width:100%}

@media(max-width:900px){
  .ol-contact__grid{grid-template-columns:1fr;gap:32px}
  .ol-contact__form{padding:26px}
}
