/* ============================================================
   ESSE INDIA — CONTACT.CSS (COMBINED)
   Location: /assets/css/contact.css

   Part A → /contact.php      (hero design, .cp-* prefix)
   Part B → /contact-us.php   (form + map design, .contact-* prefix)
   ============================================================ */


/* ============================================================
   PART A — CONTACT PAGE (HERO DESIGN)  →  /contact.php
   All classes prefixed with .cp- to avoid conflicts
   ============================================================ */

.cp-page {
  --ink: #150c2e;
  --purple-950: #1a0d3d;
  --purple-900: #221056;
  --purple-800: #321a7a;
  --purple-600: #4b21c4;
  --purple-500: #6a35e6;
  --purple-400: #8b5cf6;
  --lilac-100: #f1ecfc;
  --lilac-50: #f8f6fd;
  --gold: #f5b400;
  --gold-light: #ffd76b;
  --gray: #6d6d80;
  --gray-light: #a6a6b8;

  font-family: 'Inter', Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
.cp-page * { box-sizing: border-box; }
.cp-page h1,
.cp-page h2,
.cp-page h3,
.cp-page h4 { font-family: 'Outfit', 'Inter', sans-serif; }

.cp-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* ---------- HERO ---------- */
.cp-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 160% at 15% 0%, var(--purple-900) 0%, var(--purple-950) 55%, #0f0826 100%);
  padding: 70px 0 90px;
  color: #fff;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.cp-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.cp-hero-bg .shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 215, 0, 0.08);
  animation: cpFloat3d 18s infinite ease-in-out alternate;
}
.cp-hero-bg .shape:nth-child(1) {
  width: 280px; height: 280px;
  top: -60px; right: -40px;
  animation-duration: 22s;
  background: radial-gradient(circle at 30% 30%, rgba(106, 53, 230, 0.15), transparent 70%);
}
.cp-hero-bg .shape:nth-child(2) {
  width: 180px; height: 180px;
  bottom: -40px; left: 10%;
  animation-duration: 26s;
  background: radial-gradient(circle at 70% 20%, rgba(245, 180, 0, 0.10), transparent 70%);
}
.cp-hero-bg .shape:nth-child(3) {
  width: 120px; height: 120px;
  top: 40%; left: 70%;
  animation-duration: 14s;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.cp-hero-bg .shape:nth-child(4) {
  width: 200px; height: 200px;
  top: 20%; left: 20%;
  animation-duration: 20s;
  background: radial-gradient(circle at 50% 50%, rgba(245, 180, 0, 0.06), transparent 70%);
}
@keyframes cpFloat3d {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(20px, -30px) scale(1.05); }
  66%  { transform: translate(-10px, 20px) scale(0.95); }
  100% { transform: translate(15px, -10px) scale(1.02); }
}

/* animated dashed route */
.cp-hero-route {
  position: absolute;
  inset: 0;
  opacity: .4;
  pointer-events: none;
  z-index: 1;
}
.cp-hero-route path {
  fill: none;
  stroke: rgba(255, 255, 255, .2);
  stroke-width: 1.8;
  stroke-dasharray: 8 12;
  animation: cpDash 22s linear infinite;
}
@keyframes cpDash { to { stroke-dashoffset: -400; } }

/* visa stamp */
.cp-hero-stamp {
  position: absolute;
  right: 6%;
  top: 18%;
  width: 130px;
  height: 130px;
  border: 2px dashed rgba(245, 180, 0, .45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-14deg);
  color: rgba(245, 180, 0, .60);
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 700;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.02);
  z-index: 2;
  animation: cpPulseGlow 4s infinite alternate, cpFloat3d 8s infinite ease-in-out alternate;
  box-shadow: 0 0 40px rgba(245, 180, 0, 0.05);
}
@keyframes cpPulseGlow {
  0%   { box-shadow: 0 0 20px rgba(245, 180, 0, 0.1); }
  100% { box-shadow: 0 0 60px rgba(245, 180, 0, 0.25); }
}

/* breadcrumb */
.cp-crumb {
  font-size: 13px;
  color: var(--gray-light);
  margin-bottom: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.cp-crumb a { color: var(--gray-light); text-decoration: none; transition: .3s; }
.cp-crumb a:hover { color: var(--gold-light); }

/* eyebrow pill */
.cp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12.5px;
  color: #dfd6fb;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(4px);
}

/* title + word reveal */
.cp-hero h1 {
  font-size: clamp(30px, 4.5vw, 50px);
  font-weight: 800;
  max-width: 680px;
  line-height: 1.15;
  position: relative;
  z-index: 2;
}
.cp-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) rotateX(20deg);
  animation: cpWordReveal .6s cubic-bezier(.175, .885, .32, 1.275) forwards;
}
.cp-word:nth-child(1) { animation-delay: .1s; }
.cp-word:nth-child(2) { animation-delay: .2s; }
.cp-word:nth-child(3) { animation-delay: .3s; }
.cp-word:nth-child(4) { animation-delay: .4s; }
.cp-word:nth-child(5) { animation-delay: .5s; }
.cp-word:nth-child(6) { animation-delay: .6s; }
.cp-word-gold { color: var(--gold-light); }
@keyframes cpWordReveal {
  0%   { opacity: 0; transform: translateY(30px) rotateX(20deg) scale(.9); }
  100% { opacity: 1; transform: translateY(0) rotateX(0deg) scale(1); }
}

.cp-hero p {
  margin-top: 16px;
  max-width: 560px;
  color: #c9c0e6;
  font-size: 15.5px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.cp-hero-cta {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

/* buttons */
.cp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  border: none;
  cursor: pointer;
}
.cp-btn-gold {
  background: linear-gradient(135deg, var(--gold), #e0a000);
  color: var(--purple-950);
  box-shadow: 0 4px 16px rgba(245, 180, 0, 0.3);
}
.cp-btn-gold:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 40px rgba(245, 180, 0, .45);
  color: var(--purple-950);
}
.cp-btn-ghost {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
  backdrop-filter: blur(4px);
}
.cp-btn-ghost:hover {
  background: rgba(255, 255, 255, .18);
  transform: translateY(-4px) scale(1.02);
  color: #fff;
}

/* ---------- QUICK CONTACT STRIP ---------- */
.cp-strip {
  margin-top: -46px;
  position: relative;
  z-index: 5;
}
.cp-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-radius: 28px;
  box-shadow: 0 30px 70px -20px rgba(26, 13, 61, .35);
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: transform .5s cubic-bezier(.175, .885, .32, 1.275), box-shadow .5s;
}
.cp-strip-grid:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 80px -20px rgba(26, 13, 61, .4);
}
.cp-strip-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 0 10px;
}
.cp-strip-item + .cp-strip-item {
  border-left: 1px solid rgba(241, 236, 252, 0.6);
}
.cp-strip-ic {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--lilac-100), #e8e0fa);
  color: var(--purple-600);
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(106, 53, 230, 0.12);
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
}
.cp-strip-item:hover .cp-strip-ic {
  transform: scale(1.12) rotate(-6deg);
  background: var(--purple-500);
  color: #fff;
  box-shadow: 0 12px 28px rgba(106, 53, 230, 0.3);
}
.cp-strip-item h4 { font-size: 14px; margin: 0 0 3px; }
.cp-strip-item a,
.cp-strip-item span {
  font-size: 13px;
  color: var(--gray);
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: .3s;
}
.cp-strip-item a:hover { color: var(--purple-500); }

/* ---------- FORM + SIDEBAR ---------- */
.cp-main { padding: 90px 0 30px; }
.cp-main-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 44px;
  align-items: start;
}

.cp-form-card {
  background: #fff;
  border: 1px solid var(--lilac-100);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 20px 60px -25px rgba(26, 13, 61, .18);
  transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
}
.cp-form-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px -20px rgba(26, 13, 61, .25);
}
.cp-tag {
  display: inline-block;
  background: var(--lilac-100);
  color: var(--purple-600);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
  transition: .3s;
}
.cp-form-card:hover .cp-tag {
  background: var(--purple-500);
  color: #fff;
}
.cp-form-card h2 { font-size: 26px; margin: 0 0 8px; }
.cp-form-card > p { color: var(--gray); font-size: 14px; margin-bottom: 28px; }

.cp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.cp-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cp-field.cp-full { grid-column: 1/-1; }
.cp-field label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  transition: .3s;
}
.cp-field:hover label { color: var(--purple-500); }
.cp-field input,
.cp-field select,
.cp-field textarea {
  border: 1.5px solid #e7e1f7;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ink);
  outline: none;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  background: var(--lilac-50);
  width: 100%;
}
.cp-field input:focus,
.cp-field select:focus,
.cp-field textarea:focus {
  border-color: var(--purple-500);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(106, 53, 230, .10);
}
.cp-field textarea { resize: vertical; min-height: 110px; }
.cp-optional { color: var(--gray-light); font-weight: 400; }

.cp-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12px;
  color: var(--gray);
  margin: 6px 0 22px;
  cursor: pointer;
}
.cp-consent input { margin-top: 3px; accent-color: var(--purple-500); }

.cp-submit {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--purple-500), var(--purple-800));
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 8px 24px rgba(106, 53, 230, 0.25);
  font-family: inherit;
}
.cp-submit:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 40px rgba(106, 53, 230, .4);
}
.cp-submit:active { transform: scale(.97); }

.cp-form-note {
  font-size: 11.5px;
  color: var(--gray-light);
  text-align: center;
  margin-top: 14px;
}

/* alerts */
.cp-alert {
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 22px;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.cp-alert i { margin-top: 2px; flex-shrink: 0; }
.cp-alert-success {
  background: #e8f8ee;
  color: #146c3c;
  border: 1px solid #b9ecc9;
}
.cp-alert-error {
  background: #fdecec;
  color: #a3272c;
  border: 1px solid #f6c2c2;
}

/* side column */
.cp-side > * + * { margin-top: 22px; }

.cp-map-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--lilac-100);
  box-shadow: 0 20px 60px -25px rgba(26, 13, 61, .18);
  transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
}
.cp-map-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px -20px rgba(26, 13, 61, .3);
}
.cp-map-card iframe {
  width: 100%;
  height: 230px;
  border: 0;
  display: block;
}
.cp-map-info { padding: 20px 22px; background: #fff; }
.cp-map-info h4 { font-size: 15px; margin: 0 0 6px; }
.cp-map-info p { font-size: 13px; color: var(--gray); line-height: 1.6; margin-bottom: 12px; }
.cp-map-info a {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--purple-500);
  text-decoration: none;
  transition: .3s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cp-map-info a:hover { color: var(--purple-800); gap: 8px; }
.cp-icon-gold { color: var(--gold); margin-right: 6px; }

.cp-hours-card,
.cp-social-card {
  background: var(--purple-950);
  color: #fff;
  border-radius: 28px;
  padding: 26px 24px;
  background-image: radial-gradient(120% 140% at 100% 0%, var(--purple-800) 0%, var(--purple-950) 60%);
  box-shadow: 0 20px 40px -15px rgba(26, 13, 61, .4);
  transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
}
.cp-hours-card:hover,
.cp-social-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -15px rgba(26, 13, 61, .5);
}
.cp-hours-card h4 {
  font-size: 15px;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cp-hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #c9c0e6;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, .1);
  transition: .3s;
}
.cp-hours-row:hover { padding-left: 6px; border-bottom-color: var(--gold); }
.cp-hours-row:last-child { border-bottom: none; }
.cp-hours-row b { color: #fff; font-weight: 600; }

.cp-social-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.cp-social-card h4 { font-size: 15px; margin: 0 0 2px; }
.cp-social-card p { font-size: 13px; color: #c9c0e6; margin: 0; max-width: 180px; }
.cp-social-icons { display: flex; gap: 8px; }
.cp-social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(4px);
}
.cp-social-icons a:hover {
  background: var(--gold);
  color: var(--purple-950);
  transform: translateY(-6px) scale(1.12) rotate(8deg);
  box-shadow: 0 8px 20px rgba(245, 180, 0, 0.3);
  border-color: var(--gold);
}

/* FAQ */
.cp-faq {
  padding: 80px 0 100px;
  background: var(--lilac-50);
  margin-top: 80px;
}
.cp-faq-head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 46px;
}
.cp-faq-head h2 { font-size: 30px; margin: 0 0 10px; }
.cp-faq-head p { color: var(--gray); font-size: 14.5px; }

.cp-faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cp-faq-item {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  border: 1px solid var(--lilac-100);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
}
.cp-faq-item:hover {
  box-shadow: 0 8px 28px rgba(26, 13, 61, .1);
  transform: translateX(4px);
}
.cp-faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  font-family: inherit;
  transition: .3s;
}
.cp-faq-q:hover { color: var(--purple-500); }
.cp-faq-q i {
  color: var(--purple-500);
  transition: .4s cubic-bezier(.175, .885, .32, 1.275);
  flex-shrink: 0;
}
.cp-faq-item.open .cp-faq-q i { transform: rotate(45deg) scale(1.2); }
.cp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.175, .885, .32, 1.275);
}
.cp-faq-a p {
  padding: 0 22px 20px;
  font-size: 13.5px;
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}

/* responsive — PART A */
@media (max-width: 992px) {
  .cp-main-grid { grid-template-columns: 1fr; }
  .cp-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .cp-strip-item:nth-child(3) { border-left: 1px solid rgba(241, 236, 252, 0.6); }
  .cp-strip-item:nth-child(2n+1) { border-left: none; }
}
@media (max-width: 600px) {
  .cp-strip-grid { grid-template-columns: 1fr; padding: 20px; }
  .cp-strip-item {
    border-left: none !important;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--lilac-100);
  }
  .cp-strip-item:last-child { border-bottom: none; padding-bottom: 0; }
  .cp-form-row { grid-template-columns: 1fr; }
  .cp-form-card { padding: 26px; }
  .cp-hero { padding: 50px 0 80px; }
  .cp-hero-stamp { display: none; }
  .cp-social-card { flex-direction: column; align-items: flex-start; }
}


/* ============================================================
   PART B — CONTACT-US PAGE (FORM + MAP DESIGN)  →  /contact-us.php
   Base classes scoped so they don't leak to other pages
   ============================================================ */

.contact {
  --cn-ink: #150c2e;
  --cn-purple-950: #1a0d3d;
  --cn-purple-900: #221056;
  --cn-purple-800: #321a7a;
  --cn-purple-600: #4b21c4;
  --cn-purple-500: #6a35e6;
  --cn-purple-400: #8b5cf6;
  --cn-lilac-100: #f1ecfc;
  --cn-lilac-50: #f8f6fd;
  --cn-gold: #f5b400;
  --cn-gold-light: #ffd76b;
  --cn-gray: #6d6d80;
  --cn-gray-light: #a6a6b8;

  position: relative;
  overflow: hidden;
  padding: 90px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--cn-lilac-50);
}
.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: start;
  width: 100%;
  perspective: 1600px;
}

/* LEFT column */
.contact-left h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 10px 0 12px;
  color: var(--cn-ink);
}
.contact-left > p {
  color: var(--cn-gray);
  font-size: 14.5px;
  line-height: 1.65;
  max-width: 440px;
  margin-bottom: 30px;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 30px;
}
.contact-card {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 30px -12px rgba(26, 13, 61, .18);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;
  transform-style: preserve-3d;
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  will-change: transform;
}
.contact-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--cn-purple-400), var(--cn-gold), var(--cn-purple-500));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .35s;
  pointer-events: none;
}
.contact-card:hover::after { opacity: 1; }
.contact-card:hover {
  box-shadow: 0 30px 40px -20px rgba(26, 13, 61, .28), 0 10px 18px -8px rgba(75, 33, 196, .22);
}
.contact-card i {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(150deg, #fff, var(--cn-lilac-100) 65%);
  color: var(--cn-purple-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 1px 0 #fff inset, 0 6px 12px -4px rgba(75, 33, 196, .35);
  transform: translateZ(14px);
  transition: transform .35s ease, box-shadow .35s ease;
}
.contact-card:hover i {
  transform: translateZ(26px) rotate(-8deg) scale(1.12);
  box-shadow: 0 0 0 6px rgba(106, 53, 230, .16);
}
.contact-card b { display: block; font-size: 13.5px; margin-bottom: 4px; color: var(--cn-ink); }
.contact-card span { font-size: 12.5px; color: var(--cn-gray); line-height: 1.5; }
.contact-card span a { color: var(--cn-gray); transition: color .25s; }
.contact-card span a:hover { color: var(--cn-purple-600); }

/* social mini */
.social-mini { display: flex; gap: 10px; }
.social-mini.big a {
  width: 34px;
  height: 34px;
  background: var(--cn-lilac-100);
  color: var(--cn-purple-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s, background .3s, color .3s;
}
.social-mini.big a:hover {
  background: var(--cn-purple-500);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, .16), 0 0 16px rgba(139, 92, 246, .5);
  transform: translateY(-3px) scale(1.12);
}

/* RIGHT column — form */
.contact-right {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  z-index: 0;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 20px 50px -20px rgba(75, 33, 196, .25);
  padding: 36px 32px;
  transform-style: preserve-3d;
  transform: perspective(1400px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s;
  will-change: transform;
}
.contact-right::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(270deg, var(--cn-purple-500), var(--cn-gold), var(--cn-purple-400), var(--cn-purple-500));
  background-size: 400% 400%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: contactBorderFlow 6s linear infinite;
  z-index: -1;
}
@keyframes contactBorderFlow {
  0%   { background-position: 0% 50%; }
  100% { background-position: 400% 50%; }
}
.contact-right:hover {
  box-shadow: 0 40px 60px -24px rgba(26, 13, 61, .32), 0 14px 24px -10px rgba(75, 33, 196, .22);
}

.contact-form .form-row { margin-bottom: 16px; transform: translateZ(24px); }
.contact-form .form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--cn-ink);
  margin-bottom: 6px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1.5px solid var(--cn-lilac-100);
  background: var(--cn-lilac-50);
  font-family: inherit;
  font-size: 14px;
  color: var(--cn-ink);
  outline: none;
  transition: border-color .25s, background .25s, box-shadow .35s;
  appearance: none;
}
.contact-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%236a35e6' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 34px;
}
.contact-form textarea { resize: vertical; min-height: 100px; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--cn-purple-400);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, .12), 0 0 18px rgba(139, 92, 246, .12);
}

/* success modal */
.modal-success { display: none; text-align: center; padding: 10px 0 4px; }
.modal-success.show { display: block; }
.contact-form.hide { display: none; }
.modal-success-icon {
  font-size: 52px;
  color: var(--cn-purple-500);
  margin-bottom: 14px;
  display: inline-block;
  filter: drop-shadow(0 10px 16px rgba(106, 53, 230, .35));
}
.modal-success.show .modal-success-icon {
  animation: contactSuccessPop .7s cubic-bezier(.34, 1.56, .64, 1);
}
@keyframes contactSuccessPop {
  0%   { transform: perspective(600px) rotateY(-90deg) scale(.4); opacity: 0; }
  60%  { transform: perspective(600px) rotateY(20deg) scale(1.1); opacity: 1; }
  100% { transform: perspective(600px) rotateY(0deg) scale(1); }
}
.modal-success h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; color: var(--cn-ink); }
.modal-success p { font-size: 13.5px; color: var(--cn-gray); line-height: 1.6; margin-bottom: 22px; }

.form-error {
  display: none;
  align-items: flex-start;
  gap: 10px;
  background: #fdf0ef;
  border: 1.5px solid #f3c6c1;
  color: #a4342b;
  font-size: 13px;
  line-height: 1.5;
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 16px;
  transform: translateZ(24px);
}
.form-error.show { display: flex; }
.form-error i { margin-top: 2px; flex: 0 0 auto; }

/* buttons (base under .contact scope only) */
.contact .btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: transform .25s, box-shadow .25s, background .25s;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.contact .btn-lg { padding: 16px 30px; font-size: 15px; }
.contact .btn-primary {
  background: linear-gradient(135deg, var(--cn-purple-500), var(--cn-purple-800));
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset, 0 12px 26px -10px rgba(75, 33, 196, .55);
}
.contact .btn-primary:hover {
  transform: perspective(600px) translateY(-3px) rotateX(4deg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset, 0 22px 36px -12px rgba(75, 33, 196, .65);
}
.contact .btn-ghost {
  background: #fff;
  color: var(--cn-purple-600);
  border: 1.5px solid var(--cn-lilac-100);
  box-shadow: 0 10px 30px -12px rgba(26, 13, 61, .18);
}
.contact .btn-ghost:hover {
  transform: perspective(600px) translateY(-3px) rotateX(4deg);
  border-color: var(--cn-purple-400);
  box-shadow: 0 18px 30px -14px rgba(75, 33, 196, .35);
}
.contact .btn::before {
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-20deg);
  transition: left .7s ease;
  pointer-events: none;
}
.contact .btn:hover::before { left: 130%; }
.contact .btn:active { transform: perspective(600px) scale(.97) rotateX(2deg); }
.contact .btn .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  transform: scale(0);
  animation: contactRippleAnim .6s ease-out forwards;
  pointer-events: none;
}
@keyframes contactRippleAnim {
  to { transform: scale(2.6); opacity: 0; }
}
.modal-submit {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
  transform: translateZ(24px);
}
.modal-submit[disabled] {
  opacity: .7;
  cursor: not-allowed;
  transform: none !important;
}
.modal-submit .fa-circle-notch { animation: contactSpin .7s linear infinite; }
@keyframes contactSpin { to { transform: rotate(360deg); } }

/* ---------- DECORATIVE — AURORA / BLOBS ---------- */
.bg-fx-contact {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.aurora {
  position: absolute;
  inset: -20%;
  background: conic-gradient(from 180deg at 50% 50%, var(--cn-purple-400), var(--cn-gold-light), var(--cn-purple-500), var(--cn-purple-400));
  filter: blur(120px);
  opacity: .09;
  animation: contactAuroraSpin 32s linear infinite;
}
@keyframes contactAuroraSpin { to { transform: rotate(360deg); } }

.blob-fx {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .28;
  animation: contactBlobDrift 18s ease-in-out infinite;
}
.blob-fx.b1 { width: 340px; height: 340px; background: var(--cn-purple-400); top: -120px; left: -100px; }
.blob-fx.b2 { width: 300px; height: 300px; background: var(--cn-gold-light); bottom: -110px; right: -90px; animation-delay: -6s; }
.blob-fx.b3 { width: 240px; height: 240px; background: var(--cn-purple-500); top: 40%; left: 55%; animation-delay: -12s; }
@keyframes contactBlobDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(24px, -30px) scale(1.08); }
}

/* travel icons */
.travel-fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  perspective: 900px;
}
.travel-plane {
  position: absolute;
  top: 12%;
  font-size: clamp(18px, 3vw, 28px);
  color: var(--cn-purple-400);
  opacity: .35;
  filter: drop-shadow(0 12px 14px rgba(75, 33, 196, .35));
  animation: contactPlaneFly 16s linear infinite;
}
@keyframes contactPlaneFly {
  0%   { left: -60px; top: 15%; transform: perspective(500px) rotate(8deg) rotateY(0deg) translateZ(0); }
  50%  { left: 55%;   top: 4%;  transform: perspective(500px) rotate(2deg) rotateY(180deg) translateZ(60px); }
  100% { left: 115%;  top: 12%; transform: perspective(500px) rotate(8deg) rotateY(360deg) translateZ(0); }
}
.travel-passport {
  position: absolute;
  bottom: 8%; right: 6%;
  font-size: clamp(28px, 5vw, 46px);
  color: var(--cn-gold);
  opacity: .25;
  filter: drop-shadow(0 14px 16px rgba(245, 180, 0, .35));
  animation: contactPassportFloat 7s ease-in-out infinite;
}
@keyframes contactPassportFloat {
  0%, 100%  { transform: perspective(500px) translateY(0) rotateX(0deg) rotateZ(-6deg); }
  50%       { transform: perspective(500px) translateY(-16px) rotateX(20deg) rotateZ(6deg); }
}
.travel-visa {
  position: absolute;
  top: 55%; left: 4%;
  font-size: clamp(24px, 4vw, 40px);
  color: var(--cn-purple-500);
  opacity: .22;
  filter: drop-shadow(0 10px 14px rgba(106, 53, 230, .35));
  animation: contactVisaPulse 5s ease-in-out infinite;
}
@keyframes contactVisaPulse {
  0%, 100% { transform: perspective(500px) scale(1) rotate(-4deg) rotateY(0deg); opacity: .18; }
  50%      { transform: perspective(500px) scale(1.12) rotate(4deg) rotateY(25deg); opacity: .3; }
}

/* 3D reveal */
.reveal-3d.reveal-init {
  opacity: 0;
  transform: perspective(1200px) translateY(40px) rotateX(-10deg);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1);
}
.reveal-3d.reveal-init.in-view {
  opacity: 1;
  transform: perspective(1200px) translateY(0) rotateX(0deg);
}
.contact-cards .reveal-3d:nth-child(1) { transition-delay: .05s; }
.contact-cards .reveal-3d:nth-child(2) { transition-delay: .15s; }
.contact-cards .reveal-3d:nth-child(3) { transition-delay: .25s; }
.contact-cards .reveal-3d:nth-child(4) { transition-delay: .35s; }

/* ---------- MAP ---------- */
.map-section { padding: 0 0 90px; }
.map-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px rgba(75, 33, 196, .25);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s;
}
.map-card:hover {
  box-shadow: 0 40px 60px -24px rgba(26, 13, 61, .32), 0 14px 24px -10px rgba(75, 33, 196, .22);
}
.map-card iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
  filter: grayscale(.15) contrast(1.05);
}
.map-card-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px -12px rgba(26, 13, 61, .18);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 320px;
}
.map-card-badge i {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--cn-purple-500), var(--cn-purple-800));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 8px 16px -4px rgba(75, 33, 196, .45);
}
.map-card-badge b { display: block; font-size: 13.5px; margin-bottom: 2px; color: var(--cn-ink); }
.map-card-badge span { font-size: 12px; color: var(--cn-gray); line-height: 1.4; }

/* ---------- FAQ ---------- */
.faq-section { padding: 0 0 100px; }
.faq-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 44px;
}
.faq-head h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 10px 0 12px;
  color: var(--cn-ink);
}
.faq-head p {
  color: var(--cn-gray);
  font-size: 14.5px;
  line-height: 1.65;
}
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px -12px rgba(26, 13, 61, .18);
  overflow: hidden;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s;
}
.faq-item:hover {
  box-shadow: 0 20px 50px -20px rgba(75, 33, 196, .25);
  transform: translateY(-3px);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 15px;
  color: var(--cn-ink);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
}
.faq-q .faq-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--cn-lilac-100);
  color: var(--cn-purple-600);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), background .3s, color .3s;
}
.faq-item.open .faq-q .faq-icon {
  background: linear-gradient(135deg, var(--cn-purple-500), var(--cn-purple-800));
  color: #fff;
  transform: rotate(135deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.22, 1, .36, 1);
}
.faq-a-inner {
  padding: 0 24px 22px;
  font-size: 13.5px;
  color: var(--cn-gray);
  line-height: 1.65;
}

/* responsive — PART B */
@media (max-width: 992px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .travel-passport { right: 3%; bottom: 4%; }
  .travel-visa { left: 2%; }
}
@media (max-width: 600px) {
  .contact-form .form-row-2 { grid-template-columns: 1fr; }
  .contact { padding: 60px 0; }
  .map-card iframe { height: 280px; }
  .map-card-badge { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .travel-plane,
  .travel-passport,
  .travel-visa,
  .blob-fx,
  .aurora { display: none; }
}


/* ============================================================
   SHARED — REDUCED MOTION (both pages)
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  /* Part A */
  .cp-hero-bg .shape,
  .cp-hero-route path,
  .cp-hero-stamp,
  .cp-word {
    animation: none !important;
    transition: none !important;
  }
  .cp-word { opacity: 1; transform: none; }

  /* Part B */
  .aurora,
  .blob-fx,
  .travel-plane,
  .travel-passport,
  .travel-visa,
  .contact-right::before,
  .contact .btn::before {
    animation: none !important;
    transition: none !important;
  }
  .contact-card,
  .contact-right,
  .contact .btn-primary:hover,
  .contact .btn-ghost:hover,
  .modal-success-icon,
  .reveal-3d,
  .map-card,
  .faq-item,
  .faq-q .faq-icon {
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
  }
}