.cb06-contact-page{
  font-family:Inter,Arial,sans-serif;
  color:#041333;
  background:
    radial-gradient(circle at 85% 8%,rgba(7,95,236,.13),transparent 280px),
    radial-gradient(circle at 6% 18%,rgba(255,210,31,.16),transparent 260px),
    linear-gradient(180deg,#ffffff,#f5f8ff 55%,#ffffff);
  overflow:hidden;
}

.cb06-contact-page *{
  box-sizing:border-box;
}

.cb06-contact-wrap{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
}

.cb06-contact-hero{
  padding:86px 0 42px;
}

.cb06-contact-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:stretch;
}

.cb06-contact-card{
  border:1px solid rgba(7,95,236,.13);
  border-radius:34px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(10px);
  box-shadow:0 34px 90px rgba(4,19,51,.10);
  overflow:hidden;
}

.cb06-contact-main{
  padding:42px;
}

.cb06-contact-kicker{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:#075fec;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.35px;
}

.cb06-contact-main h1{
  margin:22px 0 16px;
  max-width:760px;
  font-size:clamp(42px,5.2vw,82px);
  line-height:.92;
  letter-spacing:-3px;
  font-weight:950;
  color:#041333;
}

.cb06-contact-lead{
  margin:0;
  max-width:760px;
  color:#5c6a82;
  font-size:18px;
  line-height:1.62;
}

.cb06-contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.cb06-contact-btn{
  min-height:58px;
  border-radius:18px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  text-decoration:none;
  font:inherit;
  font-size:15px;
  font-weight:950;
  cursor:pointer;
}

.cb06-contact-btn.blue{
  background:#075fec;
  color:#fff;
  box-shadow:0 18px 40px rgba(7,95,236,.22);
}

.cb06-contact-btn.yellow{
  background:#ffd21f;
  color:#041333;
  box-shadow:0 18px 40px rgba(255,210,31,.22);
}

.cb06-contact-btn.white{
  background:#fff;
  color:#041333;
  border:1px solid #dbe6f7;
}

.cb06-contact-side{
  padding:28px;
  background:
    radial-gradient(circle at 82% 14%,rgba(255,210,31,.30),transparent 230px),
    linear-gradient(145deg,#041333,#075fec);
  color:#fff;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.cb06-contact-side-top{
  padding:12px;
}

.cb06-contact-side .badge{
  display:inline-flex;
  min-height:32px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  color:#ffd21f;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.25px;
}

.cb06-contact-side h2{
  margin:22px 0 12px;
  max-width:430px;
  color:#fff;
  font-size:clamp(30px,3.2vw,48px);
  line-height:1;
  letter-spacing:-1.6px;
  font-weight:950;
}

.cb06-contact-side p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.58;
}

.cb06-contact-info{
  display:grid;
  gap:12px;
  margin-top:30px;
}

.cb06-contact-info a,
.cb06-contact-info div{
  min-height:74px;
  border-radius:22px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.15);
  color:#fff;
  text-decoration:none;
}

.cb06-contact-info b{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:15px;
  font-weight:950;
}

.cb06-contact-info span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.35;
}

.cb06-contact-icon{
  width:42px;
  height:42px;
  border-radius:16px;
  background:#ffd21f;
  color:#041333;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  font-weight:950;
}

.cb06-contact-section{
  padding:30px 0 82px;
}

.cb06-contact-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:22px;
}

.cb06-contact-section-head h2{
  margin:0;
  max-width:720px;
  font-size:clamp(34px,4vw,54px);
  line-height:1;
  letter-spacing:-1.8px;
  font-weight:950;
  color:#041333;
}

.cb06-contact-section-head p{
  margin:0;
  max-width:420px;
  color:#64738d;
  font-size:16px;
  line-height:1.55;
}

.cb06-contact-methods{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.cb06-contact-method{
  min-height:260px;
  padding:26px;
  border-radius:30px;
  background:#fff;
  border:1px solid #dbe6f7;
  box-shadow:0 22px 70px rgba(4,19,51,.07);
}

.cb06-contact-method small{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:0 11px;
  border-radius:999px;
  background:#eaf2ff;
  color:#075fec;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}

.cb06-contact-method h3{
  margin:18px 0 10px;
  font-size:23px;
  line-height:1.08;
  letter-spacing:-.5px;
  font-weight:950;
  color:#041333;
}

.cb06-contact-method p{
  margin:0;
  color:#64738d;
  font-size:15px;
  line-height:1.55;
}

.cb06-contact-method a,
.cb06-contact-method button{
  margin-top:22px;
  min-height:48px;
  border-radius:16px;
  padding:0 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  background:#041333;
  color:#fff;
  font:inherit;
  font-size:14px;
  font-weight:950;
  text-decoration:none;
  cursor:pointer;
}

.cb06-contact-method .yellow{
  background:#ffd21f;
  color:#041333;
}

.cb06-contact-faq{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.cb06-contact-faq article{
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid #dbe6f7;
}

.cb06-contact-faq h3{
  margin:0 0 8px;
  color:#041333;
  font-size:18px;
  line-height:1.2;
  font-weight:950;
}

.cb06-contact-faq p{
  margin:0;
  color:#64738d;
  font-size:15px;
  line-height:1.55;
}

@media(max-width:920px){
  .cb06-contact-hero{
    padding:42px 0 22px;
  }

  .cb06-contact-grid,
  .cb06-contact-methods,
  .cb06-contact-faq{
    grid-template-columns:1fr;
  }

  .cb06-contact-main,
  .cb06-contact-side{
    padding:24px;
  }

  .cb06-contact-main h1{
    letter-spacing:-2px;
  }

  .cb06-contact-actions{
    display:grid;
  }

  .cb06-contact-btn{
    width:100%;
  }

  .cb06-contact-section-head{
    display:block;
  }

  .cb06-contact-section-head p{
    margin-top:12px;
  }
}
