/* VARIABLES */
:root {
  --cp-blue:       #185ada;
  --cp-blue-d:     #0f3460;
  --cp-blue-l:     #e8f0fe;
  --cp-blue-mid:   #dce8fd;
  --cp-text:       #111;
  --cp-text2:      #222;
  --cp-muted:      #666;
  --cp-muted2:     #888;
  --cp-border:     #dfe6f2;
  --cp-surface:    #f7faff;
  --cp-white:      #ffffff;
  --cp-green:      #00a562;
  --cp-red:        #e53;
  --cp-shadow-sm:  0 2px 8px rgba(24,90,218,.08);
  --cp-shadow-md:  0 8px 28px rgba(24,90,218,.14);
  --cp-shadow-lg:  0 20px 50px rgba(24,90,218,.16);
  --cp-radius:     12px;
  --cp-radius-lg:  20px;
  --cp-radius-pill:50px;
  --cp-font:       'Poppins', sans-serif;
}

/* PAGE WRAPPER */
.cp-page {
  font-family: var(--cp-font);
  background: linear-gradient(135deg, #f5f9ff, #eef3fb);
  min-height: 100vh;
}
.cp-aeo { display: none; }

/* SCROLL REVEAL ANIMATION */
.cp-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease;
}
.cp-reveal.visible { opacity: 1; transform: none; }
.cp-reveal.delay-1 { transition-delay: .12s; }
.cp-reveal.delay-2 { transition-delay: .22s; }
.cp-reveal.delay-3 { transition-delay: .32s; }

/* HERO SECTION */
.cp-hero {
  position: relative;
  background: linear-gradient(135deg, #0f3460 0%, #185ada 55%, #1a6af5 100%);
  padding: 72px 0 64px;
  overflow: hidden;
  text-align: center;
}
.cp-hero-deco {
  position: absolute;
  border-radius: 50%;
  opacity: .1;
  pointer-events: none;
}
.cp-hero-deco.d1 { width:340px;height:340px; background:#fff; top:-100px; left:-80px; }
.cp-hero-deco.d2 { width:240px;height:240px; background:#fff; bottom:-80px; right:60px; }
.cp-hero-deco.d3 { width:160px;height:160px; background:#fff; top:30px; right:-40px; opacity:.06; }

.cp-hero-tag {
  display: inline-block;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: var(--cp-radius-pill);
  margin-bottom: 16px;
}
.cp-hero h1 {
  font-family: var(--cp-font);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: -.5px;
}
.cp-hero p {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,.8);
  max-width: 540px;
  margin: 0 auto 18px;
  line-height: 1.7;
}
.cp-breadcrumb {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0; margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,.7);
}
.cp-breadcrumb a { color: rgba(255,255,255,.85); text-decoration: none; }
.cp-breadcrumb a:hover { color: #fff; }
.cp-breadcrumb .active { color: rgba(255,255,255,.6); }
.cp-breadcrumb .sep { opacity: .5; font-size: .7rem; }

/* SEO STRIP */
.cp-seo-strip {
  background: var(--cp-blue-l);
  border-top: 1px solid var(--cp-blue-mid);
  border-bottom: 1px solid var(--cp-blue-mid);
  padding: 11px 0;
}
.cp-seo-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
}
.cp-seo-strip-inner span {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--cp-blue);
  letter-spacing: .4px;
  position: relative;
  padding-left: 14px;
}
.cp-seo-strip-inner span::before {
  content: '';
  position: absolute;
  left: 0;
  font-size: 8px;
  top: 2px;
  color: var(--cp-blue);
}

/* OFFICE INFO SECTION */
.cp-info-section { padding: 72px 0 64px; }

.cp-section-label { text-align: center; margin-bottom: 2.4rem; }
.cp-section-label .eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cp-blue);
  background: var(--cp-blue-l);
  border: 1px solid var(--cp-blue-mid);
  padding: 5px 14px;
  border-radius: var(--cp-radius-pill);
  margin-bottom: 10px;
}
.cp-section-label h2 {
  font-family: var(--cp-font);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--cp-text);
  margin: 0;
  line-height: 1.25;
  letter-spacing: -.3px;
}
.cp-section-label h2 span { color: var(--cp-blue); }

/* Office Cards Grid */
.cp-office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-bottom: 2rem;
}
.cp-office-card {
  background: var(--cp-white);
  border: 1.5px solid var(--cp-border);
  border-radius: var(--cp-radius-lg);
  padding: 1.8rem 1.6rem;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.cp-office-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cp-blue), #5b9bf8);
  transform: scaleX(0);
  transition: transform .3s ease;
}
.cp-office-card:hover {
  border-color: transparent;
  box-shadow: var(--cp-shadow-lg);
  transform: translateY(-5px);
}
.cp-office-card:hover::before { transform: scaleX(1); }

.cp-office-flag { font-size: 1.8rem; margin-bottom: .4rem; }
.cp-office-country {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--cp-blue);
  background: var(--cp-blue-l);
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--cp-radius-pill);
  margin-bottom: .7rem;
}
.cp-office-card h4 {
  font-family: var(--cp-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--cp-text);
  margin: 0 0 .9rem;
}
.cp-office-detail {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: .6rem;
}
.cp-detail-icon { font-size: 13px; flex-shrink: 0; margin-top: 2px; }
.cp-detail-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--cp-muted);
}
.cp-detail-text a {
  color: var(--cp-blue);
  font-weight: 600;
  text-decoration: none;
}
.cp-detail-text a:hover { text-decoration: underline; }

/* Social Row */
.cp-social-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.5rem;
}
.cp-social-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: all .25s ease;
  border: 1.5px solid var(--cp-border);
  color: #555;
  background: var(--cp-white);
}
.cp-social-btn:hover { transform: translateY(-3px); box-shadow: var(--cp-shadow-md); }
.cp-social-btn.wa:hover  { background:#25d366; color:#fff; border-color:#25d366; }
.cp-social-btn.fb:hover  { background:#1877f2; color:#fff; border-color:#1877f2; }
.cp-social-btn.tw:hover  { background:#1da1f2; color:#fff; border-color:#1da1f2; }
.cp-social-btn.li:hover  { background:#0077b5; color:#fff; border-color:#0077b5; }
.cp-social-btn.ig:hover  { background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af); color:#fff; border-color:#dd2a7b; }
.cp-social-btn.yt:hover  { background:#ff0000; color:#fff; border-color:#ff0000; }

/* FORM SECTION */
.cp-form-section { padding: 20px 0 80px; }

/* Form Section Header */
.cp-form-header { text-align: center; margin-bottom: 2rem; }
.cp-form-header .eyebrow {
  display: inline-block;
  background: var(--cp-blue-l);
  color: var(--cp-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: var(--cp-radius-pill);
  border: 1px solid var(--cp-blue-mid);
  margin-bottom: 10px;
}

/* Trust bar */
.trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 8px;
}
.trust-pill {
  font-size: 12px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.cp-urgency {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--cp-blue);
  background: var(--cp-blue-l);
  padding: 5px 16px;
  border-radius: var(--cp-radius-pill);
  border: 1px solid var(--cp-blue-mid);
  margin-top: 6px;
}

/* FORM CARD â€” Exact Register Modal Style */
.cp-form-card {
  background: var(--cp-white);
  border-radius: var(--cp-radius-lg);
  padding: 36px 40px;
  box-shadow: 0 20px 55px rgba(0,0,0,.10);
  box-sizing: border-box;
}

/* Section Label */
.cp-form-section-lbl {
  font-family: var(--cp-font);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--cp-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 22px 0 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.cp-form-section-lbl::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e2eaf5;
}
.cp-form-section-lbl:first-of-type { margin-top: 4px; }

/* 2-column row */
.cp-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* Field group  */
.cp-field-lbl {
  font-family: var(--cp-font);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--cp-text2);
  display: block;
  margin-bottom: 6px;
}
.cp-req { color: var(--cp-red); margin-left: 2px; }

/* Input wrap */
.cp-field {
  position: relative;
  margin-bottom: 16px;
}
.cp-field-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}
/* Push icon down for textarea */
.cp-field:has(textarea) .cp-field-icon {
  top: 14px;
  transform: none;
}

.cp-field input,
.cp-field select,
.cp-field textarea {
  width: 100%;
  padding: 11px 14px 11px 34px;
  font-family: var(--cp-font);
  font-size: 13px;
  font-weight: 400;
  color: var(--cp-text2);
  background: var(--cp-surface);
  border: 1.5px solid var(--cp-border);
  border-radius: 10px;
  transition: border-color .2s, box-shadow .2s, background .2s;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.cp-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23185ada' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
  cursor: pointer;
}
.cp-field textarea {
  min-height: 110px;
  resize: vertical;
  padding-top: 11px;
}
.cp-field input:focus,
.cp-field select:focus,
.cp-field textarea:focus {
  border-color: var(--cp-blue);
  box-shadow: 0 0 0 3px rgba(24,90,218,.1);
  background: var(--cp-white);
}
.cp-field input::placeholder,
.cp-field textarea::placeholder { color: #b0bac9; font-size: 12.5px; }

/*  Checkbox Chip Pills */
.cp-chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.cp-chip-item { display: inline-flex; cursor: pointer; }
.cp-chip-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.cp-chip-label {
  background: #f0f5ff;
  border: 1.5px solid #d6e4fb;
  padding: 7px 14px;
  border-radius: var(--cp-radius-pill);
  font-family: var(--cp-font);
  font-size: 12px;
  font-weight: 500;
  color: #333;
  transition: all .2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  user-select: none;
}
.cp-chip-item:hover .cp-chip-label {
  border-color: var(--cp-blue);
  background: #e4eeff;
}
.cp-chip-item input:checked + .cp-chip-label {
  background: var(--cp-blue);
  border-color: var(--cp-blue);
  color: #fff;
  box-shadow: 0 3px 10px rgba(24,90,218,.25);
}

/* File Upload Zone */
.cp-file-zone {
  border: 1.5px dashed #b8cff0;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  background: var(--cp-surface);
  cursor: pointer;
  transition: all .2s;
  font-family: var(--cp-font);
  font-size: 12.5px;
  color: #555;
  margin-bottom: 16px;
}
.cp-file-zone:hover {
  border-color: var(--cp-blue);
  background: #eef4ff;
}
.cp-file-zone input[type="file"] { display: none; }
.cp-file-zone-text { pointer-events: none; line-height: 1.5; }
.cp-file-zone-text strong { color: var(--cp-blue); font-weight: 600; }

/* reCAPTCHA */
.cp-captcha-wrap {
  margin: 14px 0;
  display: flex;
}

/* Trust Strip */
.cp-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 14px 0;
  padding: 12px 14px;
  background: #f7faff;
  border-radius: 10px;
  border: 1px solid var(--cp-border);
}
.cp-trust-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 500;
  color: #444;
}
.cp-trust-badge .ico { font-size: 13px; }

/* CTA Button  */
.cp-cta-wrap { margin-top: 4px; }
.cp-cta-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 12px;
  background: #2596dd;
  color: #fff;
  font-family: var(--cp-font);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .3s ease;
  letter-spacing: .2px;
}
.cp-cta-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(24,90,218,.35);
}
.cp-cta-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.cp-cta-arrow {
  font-size: 17px;
  line-height: 1;
  transition: transform .2s;
}
.cp-cta-btn:hover .cp-cta-arrow { transform: translateX(4px); }
.cp-urgency-note {
  text-align: center;
  font-size: 12px;
  color: var(--cp-muted2);
  margin-top: 10px;
}

/*  MAP CARD */
.cp-map-card {
  background: var(--cp-white);
  border-radius: var(--cp-radius-lg);
  overflow: hidden;
  box-shadow: var(--cp-shadow-md);
  border: 1px solid var(--cp-border);
  position: sticky;
  top: 90px;
}
.cp-map-card iframe {
  width: 100%;
  height: 260px;
  border: none;
  display: block;
}
.cp-map-info {
  padding: 1.3rem 1.4rem;
}
.cp-map-info h5 {
  font-family: var(--cp-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--cp-text);
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cp-branch {
  display: flex;
  gap: 10px;
  padding-bottom: .85rem;
  margin-bottom: .85rem;
  border-bottom: 1px solid #f0f3fa;
}
.cp-branch-flag { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.cp-branch-info strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--cp-text2);
  margin-bottom: 2px;
}
.cp-branch-info p {
  font-size: 13px;
  color: var(--cp-muted);
  line-height: 1.55;
  margin: 0 0 2px;
}
.cp-branch-info a {
  color: var(--cp-blue);
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
}
.cp-branch-info a:hover { text-decoration: underline; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .cp-office-grid { grid-template-columns: 1fr 1fr; }
  .cp-form-card { padding: 28px 28px; }
  .cp-map-card { position: static; margin-top: 1.5rem; }
}

@media (max-width: 767px) {
  .cp-office-grid { grid-template-columns: 1fr; }
  .cp-row-2 { grid-template-columns: 1fr; gap: 0; }
  .cp-form-card { padding: 22px 18px; }
  .cp-info-section { padding: 52px 0 44px; }
  .cp-form-section { padding: 10px 0 60px; }
  .cp-hero { padding: 54px 0 48px; }
  .cp-seo-strip-inner { gap: 6px 16px; }
  .trust-bar { gap: 7px; }
  .cp-trust-strip { flex-direction: column; gap: 7px; }
}

@media (max-width: 480px) {
  .cp-chips-grid { gap: 6px; }
  .cp-chip-label { font-size: 11px; padding: 6px 11px; }
  .cp-cta-btn { font-size: 14px; padding: 13px 16px; }
  .cp-form-section-lbl { font-size: 10.5px; }
}

