/* ===========================
   CONTACT – PREMIUM FORM
=========================== */

.pt-contact-section{
  background:#dad1c8;
padding: 80px 0;
}

.pt-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
  color: #203b57;
}

/* LEWA */
.pt-contact-title{
font-family: "Oddlini", serif;
  font-size: 38px;
  line-height: 1.2;
  margin: 0;
  color: #0d2344;
}

.pt-contact-lead{
font-family: "Garamond", serif;
  font-size: 24px;
  line-height: 1.6;
  margin: 24px 0;
  color: #0d2344;
}
.pt-contact-eyebrow{
font-family: "Oddlini", serif;
  font-size: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: normal;
  display: block;
}

/* PRAWA */
.pt-contact-form-wrap{
  background:#2b3f58;
  padding:48px;
  border-radius:24px;
  animation: ptPulseStrong 3.2s ease-in-out infinite;
}
/* delikatna poświata */
@keyframes ptPulseStrong{
  0%{
    box-shadow: 0 0 0 0 rgba(31,42,54,.55);
  }
  60%{
    box-shadow: 0 0 0 18px rgba(31,42,54,0);
  }
  100%{
    box-shadow: 0 0 0 0 rgba(31,42,54,0);
  }
}
/* NOTE */
.pt-contact-note{
  margin-top:18px;
  font-size:14px;
  color:rgba(255,255,255,.75);
  text-align:center;
}

/* RWD */
@media(max-width:900px){
.pt-contact-section {
  padding: 30px 0;
}	
  .pt-contact-grid{
    grid-template-columns:1fr;
    gap:48px;
  }

  .pt-contact-form-wrap{
    padding:36px 24px;
  }
 .pt-contact-title{
font-size: 27px;
    text-align: left;
}

.pt-contact-lead{
font-size: 21px;
    text-align: left;
} 
}
