/* -- START - HEADER TEXT -- */

.contact-hero{
    padding:90px 0 20px;
}

.contact-container{
    max-width:1200px;
    margin:auto;
    padding:0 40px;

}

.contact-badge{
    display:inline-block;
    margin-bottom:18px;

    font-size:14px;
    font-weight:700;
    letter-spacing:.15em;
    text-transform:uppercase;

    color:#2563eb;
}

.contact-hero h1{
    margin:0 0 24px;

    font-size:64px;
    font-weight:800;
    line-height:1.1;

    color:#14213d;
}

.contact-hero h3{
    margin:0 0 24px;

    font-size:24px;
    font-weight:700;
    line-height:1.7;

    color:#2457d6;
}

.contact-hero p{
    margin:0;

    font-size:18px;
    line-height:2;

    color:#394150;
}

/* -- END - HEADER TEXT -- */

/* -- START - CONTACT FORM -- */

.contact-form-section {
  padding: 20px 24px 90px;

}

.contact-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 32px;
}

.contact-form-card,
.info-card,
.faq-card {
  background: rgba(255,255,255,0.94);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(21,55,110,0.10);
  border: 1px solid rgba(210,225,245,0.9);
}

.contact-form-card {
  padding: 36px 32px;
}

.contact-form-card h2 {
  text-align: center;
  margin-bottom: 28px;
  color: #0b1744;
}

.contact-form-card label {
  display: block;
  margin: 16px 0 8px;
  font-weight: 700;
  color: #0b1744;
}

.contact-form-card label span {
  color: #ef4444;
  font-size: 13px;
  margin-left: 8px;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #d8e3f2;
  border-radius: 7px;
  padding: 0 14px;
  font-size: 15px;
  outline: none;
}

.contact-form-card textarea {
  height: 105px;
  padding-top: 14px;
  resize: none;
}

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  border-color: #0057ff;
  box-shadow: 0 0 0 3px rgba(0,87,255,0.12);
}

.privacy {
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #334155;
}

.contact-form-card button {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 7px;
  background: #004cff;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.form-status {
  margin-top: 14px;
  text-align: center;
  font-weight: 700;
}

.form-status.success {
  color: #16a34a;
}

.form-status.error {
  color: #dc2626;
}

.info-card {
  padding: 34px 30px;
}

.info-card h3,
.faq-card h3 {
  color: #0b1744;
  margin-bottom: 16px;
}

.info-card h2 {
  color: #0b1744;
  margin-bottom: 28px;
}

.info-row {
  display: flex;
  gap: 18px;
  margin: 24px 0;
}

.info-row i {
  color: #0057ff;
  font-size: 24px;
}

.info-row strong,
.info-row p {
  color: #0b1744;
}

.faq-card {
  margin-top: 26px;
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.faq-icon {
  width: 58px;
  height: 58px;
  border: 2px solid #0057ff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0057ff;
  font-size: 28px;
  font-weight: 800;
}

.faq-card a {
  margin-top: 18px;
  display: block;
  text-align: center;
  padding: 14px;
  border: 1px solid #0057ff;
  border-radius: 7px;
  color: #0057ff;
  text-decoration: none;
  font-weight: 700;
}

/* -- END - CONTACT FORM -- */

/* -- START - BOTTOM STRIP -- */

.support-section {
  max-width: 1180px;
  margin: 0 auto 90px;
  padding: 22px 30px 26px;
  background: rgba(236, 246, 255, 0.75);
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(20, 60, 120, 0.08);
}

.support-section h2 {
  text-align: center;
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 800;
  color: #071941;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.support-item {
  text-align: center;
  padding: 0 26px;
  border-right: 1px solid rgba(0, 76, 255, 0.18);
}

.support-item:last-child {
  border-right: none;
}

.support-item i {
  font-size: 42px;
  color: #004cff;
  margin-bottom: 14px;
}

.support-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #004cff;
}

.support-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #0b1744;
}

/* -- END - BOTTOM STRIP -- */


/* -- START - BOTTOM DENAI -- */

.denai-section {
  padding: 0px 0px 50px;
}

.denai-banner {

  max-width: 1180px;
  min-height: 310px;
  margin: 0 auto;
  padding: 35px 80px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;

  background-image: url("../img/contactbottombg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;

  box-shadow: 0 18px 45px rgba(20, 60, 120, 0.12);
  border:0px solid red;
}

.denai-left,
.denai-right {
  position: relative;
  z-index: 2;
}

.denai-badge {
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 2px;
  border: 2px solid #0057ff;
  border-radius: 999px;
  color: #0057ff;
  background: rgba(255,255,255,0.65);
  font-size: 15px;
  font-weight: 800;
}

.denai-logo {
  display: block;
  height: 78px;
  max-width: 100%;
  margin-bottom: 0px;
}

.denai-left h2 {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 900;
  color: #06163f;
  line-height: 0.5;
}

.denai-left p {
  margin: 0 0 28px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.9;
  color: #0057ff;
}

.denai-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 520px;
}

.feature-item {
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid rgba(0,87,255,0.22);
}

.feature-item:last-child {
  border-right: none;
}

.feature-item i {
  display: block;
  margin-bottom: 10px;
  font-size: 36px;
  color: #0057ff;
}

.feature-item span {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  color: #0057ff;
}

.denai-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.denai-btn {
  width: 330px;
  height: 72px;
  border-radius: 12px;
  background: #0057ff;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;

  box-shadow: 0 10px 25px rgba(0,87,255,0.30);
}

.denai-btn span {
  font-size: 30px;
  line-height: 1;
}

.denai-btn:hover {

  background-color: #ff9933;

}

/* -- END - BOTTOM DENAI -- */

@media (max-width: 900px) {

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 28px 22px;
  }

  .support-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .support-item:nth-child(2) {
    border-right: none;
  }

  .denai-banner {
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .denai-logo {
    font-size: 48px;
  }

  .denai-btn {
    width: 100%;
    min-width: auto;
  }

  .denai-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .denai-banner {
    padding: 32px 24px;
    grid-template-columns: 1fr;
    gap: 35px;
    background-position: center;
  }

  .denai-logo {
    width: auto;
    height: 78px;
  }

  .denai-left h2 {
    font-size: 22px;
  }

  .denai-left p {
    font-size: 15px;
  }

  .denai-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .feature-item:nth-child(2) {
    border-right: none;
  }

  .denai-btn {
    width: 100%;
  }

}

@media (max-width:768px){

.contact-hero{
    padding:70px 0 50px;
}

.contact-container{
    padding:0 24px;
}

.contact-hero h1{
    font-size:42px;
}

.contact-hero h3{
    font-size:20px;
}

.contact-hero p{
    font-size:16px;
    line-height:1.9;
}

}

@media (max-width: 520px) {
  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 76, 255, 0.16);
    padding: 0 10px 24px;
  }

  .support-item:last-child {
    border-bottom: none;
  }

  .denai-features {
    grid-template-columns: 1fr;
  }

  .feature-item {
    border-right: none;
    border-bottom: 1px solid rgba(0,87,255,0.18);
    padding-bottom: 18px;
  }

  .feature-item:last-child {
    border-bottom: none;
  }

}
