.cp {
  --cp-navy: #071427;
  --cp-navy2: #0B2240;
  --cp-gold: #C89B2C;
  --cp-blue: #1F4EA8;
  --cp-red: #B11217;
  --cp-cream: #F8F4EC;
  --cp-ink: #16202e;
  --cp-mut: #5c6b7d;
  font-family: 'Inter', sans-serif;
  color: var(--cp-ink);
  background:linear-gradient(180deg, #F8F4EC 0%, #F1E9DC 100%);
  color: #0B2240;
}

.cp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071427, #0B2240 55%, #1F4EA8 130%);
  color: #fff;
  padding: 170px 24px 96px;
  text-align: center
}

.cp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .03) 0 2px, transparent 2px 22px)
}

.cp-hero-inner {
  position: relative;
  max-width: 820px;
  margin: 0 auto
}

.cp-eyebrow {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cp-gold);
  font-weight: 700;
  margin-bottom: 18px
}

.cp-title {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  line-height: 1.05;
  margin: 0 0 16px
}

.cp-sub {
  font-size: 1.08rem;
  color: #cdd9e8;
  line-height: 1.7;
  margin: 0
}

.cp-wrap {
  max-width: 1140px;
  margin: 0 auto
}

.cp-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px
}

.cp-kicker {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--cp-blue);
  font-weight: 700;
  margin-bottom: 12px
}

.cp-head h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--cp-navy);
  margin: 0 0 14px;
  line-height: 1.15
}

.cp-head p {
  color: var(--cp-mut);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0
}

.cp-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.cp-channel {
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: 0 10px 30px rgba(7, 20, 39, .05);
  transition: transform .35s, box-shadow .35s
}

.cp-channel:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(7, 20, 39, .12)
}

.cp-ic {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 16px
}

.cp-office-map {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px
}
.cp-office-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.cp-ic.wa {
  background: rgba(37, 211, 102, .12)
}

.cp-ic.ph {
  background: rgba(31, 78, 168, .1)
}

.cp-ic.em {
  background: rgba(200, 155, 44, .14)
}

.cp-channel h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  color: var(--cp-navy);
  margin: 0 0 4px
}

.cp-channel .cp-big {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--cp-blue);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px
}

.cp-channel .cp-big:hover {
  color: var(--cp-gold)
}

.cp-channel p {
  color: var(--cp-mut);
  font-size: .86rem;
  line-height: 1.65;
  margin: 0
}

.cp-offices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.cp-office {
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 20px;
  padding: 28px 24px;
  border-top: 5px solid var(--cp-gold);
  box-shadow: 0 10px 30px rgba(7, 20, 39, .05);
  display: flex;
  flex-direction: column
}

.cp-office:nth-child(2) {
  border-top-color: var(--cp-blue)
}

.cp-office:nth-child(3) {
  border-top-color: var(--cp-red)
}

.cp-office .cp-tag {
  font-size: .68rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--cp-mut);
  font-weight: 700;
  margin-bottom: 8px
}

.cp-office h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
  color: var(--cp-navy);
  margin: 0 0 12px
}

.cp-office .cp-addr {
  color: var(--cp-ink);
  font-size: .9rem;
  line-height: 1.65;
  margin: 0 0 12px
}

.cp-office .cp-meta {
  color: var(--cp-mut);
  font-size: .82rem;
  line-height: 1.6;
  margin: 0 0 16px
}

.cp-office .cp-meta a {
  color: var(--cp-blue);
  font-weight: 700;
  text-decoration: none
}

.cp-maps {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 10px;
  background: var(--cp-navy);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: .8rem;
  transition: background .3s, transform .3s
}

.cp-maps:hover {
  background: var(--cp-blue);
  transform: translateY(-2px)
}

.cp-form-section {
  background: linear-gradient(180deg, #071427, #0B2240)
}

.cp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center
}

.cp-form-intro .cp-kicker {
  color: var(--cp-gold)
}

.cp-form-intro h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #fff;
  line-height: 1.15;
  margin: 0 0 16px
}

.cp-form-intro p {
  color: #aebed2;
  font-size: .98rem;
  line-height: 1.8;
  margin: 0 0 18px
}

.cp-points {
  list-style: none;
  padding: 0;
  margin: 0 0 8px
}

.cp-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #cdd9e8;
  font-size: .9rem;
  line-height: 1.6;
  margin-bottom: 10px
}

.cp-points li span {
  color: var(--cp-gold);
  font-weight: 800
}

.cp-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 34px 30px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .4)
}

.cp-form-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.35rem;
  color: var(--cp-navy);
  margin: 0 0 4px
}

.cp-form-card .cp-fsub {
  color: var(--cp-mut);
  font-size: .85rem;
  margin: 0 0 20px
}

.cpf {
  display: flex;
  flex-direction: column;
  gap: 11px
}

.cpf input,
.cpf select {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid #e3e8ef;
  border-radius: 12px;
  background: #f7f9fc;
  color: #16202e;
  font-size: .92rem;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color .25s, box-shadow .25s
}

.cpf input::placeholder {
  color: #9aa6b4
}

.cpf input:focus,
.cpf select:focus {
  border-color: var(--cp-blue);
  box-shadow: 0 0 0 4px rgba(31, 78, 168, .12)
}

.cpf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.cpf-row3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px
}

.cpf-btn {
  margin-top: 6px;
  padding: 15px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #B11217, #d8262c);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(177, 18, 23, .32);
  transition: transform .3s, box-shadow .3s
}

.cpf-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(177, 18, 23, .42)
}

.cpf-consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: .74rem;
  color: var(--cp-mut);
  line-height: 1.5;
  margin-top: 4px
}

.cpf-consent input {
  width: auto;
  margin-top: 3px
}

.cpf-field-error {
  display: none;
  font-size: .72rem;
  color: #B11217;
  margin-top: 4px;
  line-height: 1.35;
  font-weight: 500
}

.cpf-field-error.visible {
  display: block
}

.cpf input.field-invalid,
.cpf select.field-invalid {
  border-color: #B11217;
  box-shadow: 0 0 0 3px rgba(177, 18, 23, .12)
}

.cpf-age-ok {
  font-size: .78rem;
  color: #1F4EA8;
  font-weight: 600;
  margin-top: 6px;
  line-height: 1.3
}

.cpf-ok {
  display: none;
  text-align: center;
  padding: 26px 10px
}

.cpf-ok .cpf-ok-ic {
  font-size: 2.6rem;
  margin-bottom: 10px
}

.cpf-ok h4 {
  font-family: 'Sora', sans-serif;
  color: var(--cp-navy);
  font-size: 1.3rem;
  margin: 0 0 8px
}

.cpf-ok p {
  color: var(--cp-mut);
  font-size: .9rem;
  line-height: 1.6;
  margin: 0 0 16px
}

.cpf-ok a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 11px 20px;
  border-radius: 30px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: .85rem
}

@media(max-width:920px) {

  .cp-channels,
  .cp-offices {
    grid-template-columns: 1fr
  }

  .cp-form-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }
}
