/* =========================================================
   XCELERATE TRAVEL — /contact page
   Self-contained. Depends only on styles.css tokens + fonts.
   ========================================================= */
.contact-page{
  --cx-gold:#f0b429;
  --cx-gold-2:#ffc93c;
  --cx-gold-deep:#c98f10;
  --cx-dark:#14120e;
  --cx-dark-2:#1c1a15;
  --cx-card:#1a1813;
  --cx-cream:#f4efe4;
  --cx-cream-2:#ebe3d3;
  --cx-ink:#1b1710;
  --cx-ink-soft:#5c5343;
  --cx-line:rgba(255,255,255,.10);
  --cx-line-dark:rgba(27,23,16,.13);
  --cx-serif:"Playfair Display",Georgia,serif;
  --cx-script:"Dancing Script","Segoe Script",cursive;
  --cx-sans:"Poppins","Segoe UI",system-ui,sans-serif;
  --cx-maxw:1180px;

  font-family:var(--cx-sans);
  background:var(--cx-cream);
}
.cx-container{ width:100%; max-width:var(--cx-maxw); margin:0 auto; padding:0 40px; }
.cx-sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* shared eyebrow */
.cx-eyebrow{
  display:inline-flex; align-items:center; gap:9px; margin:0 0 18px;
  font-family:var(--cx-sans); font-weight:600; font-size:.72rem;
  letter-spacing:.19em; text-transform:uppercase; color:var(--cx-gold);
}
.cx-eyebrow svg{ flex:none; }

/* shared short gold rule under headings */
.cx-rule{ display:block; width:64px; height:3px; border-radius:2px;
  background:var(--cx-gold); margin:20px 0 26px; }

/* =========================================================
   HERO
   ========================================================= */
.cx-hero{ position:relative; isolation:isolate; overflow:hidden; background:#0d0b08; }
.cx-hero__media{ position:absolute; inset:0; z-index:0; }
.cx-hero__media img{
  width:100%; height:100%; object-fit:cover; object-position:50% 58%; display:block;
}
.cx-hero__scrim{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(10,9,7,.86) 0%, rgba(10,9,7,.66) 32%, rgba(10,9,7,.34) 58%, rgba(10,9,7,.42) 100%),
    linear-gradient(180deg, rgba(10,9,7,.58) 0%, rgba(10,9,7,.12) 40%, rgba(10,9,7,.34) 100%);
}
/* decorative flight path */
.cx-hero__flight{ position:absolute; z-index:2; right:4%; top:20%; width:190px; color:var(--cx-gold); pointer-events:none; }

.cx-hero__inner{
  position:relative; z-index:3;
  width:100%; max-width:var(--cx-maxw); margin:0 auto; padding:74px 40px 156px;
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  gap:64px; align-items:center;
}

/* ---- hero copy ---- */
.cx-hero__copy{ min-width:0; }
.cx-hero__title{ margin:0; }
.cx-hero__l1{
  display:block; font-family:var(--cx-serif); font-weight:700;
  font-size:clamp(2.6rem,4.2vw,3.9rem); line-height:1.02; letter-spacing:-.5px;
  color:#fff; text-shadow:0 2px 22px rgba(0,0,0,.5);
}
.cx-hero__l2{
  display:block; font-family:var(--cx-script); font-weight:700;
  font-size:clamp(2.5rem,4vw,3.7rem); line-height:1.12; margin-left:.06em;
  color:var(--cx-gold); text-shadow:0 2px 22px rgba(0,0,0,.45);
}
.cx-hero__copy .cx-rule{ margin:18px 0 24px; }
.cx-hero__body{
  margin:0; max-width:420px; color:#ded6c6; font-size:1rem; line-height:1.72;
  text-shadow:0 1px 12px rgba(0,0,0,.5);
}
.cx-hero__body strong{ color:#fff; font-weight:700; }

/* =========================================================
   FORM CARD
   ========================================================= */
.cx-form-card{
  min-width:0; background:rgba(20,18,14,.9);
  border:1px solid var(--cx-line); border-radius:16px;
  padding:30px 30px 28px;
  box-shadow:0 30px 70px rgba(0,0,0,.45);
  backdrop-filter:blur(6px);
}
.cx-form-card__head{ display:flex; align-items:center; gap:13px; margin-bottom:10px; }
.cx-form-card__ic{
  flex:none; width:38px; height:38px; border-radius:50%;
  border:1.5px solid rgba(240,180,41,.55); color:var(--cx-gold);
  display:grid; place-items:center;
}
.cx-form-card__head h2{
  margin:0; font-family:var(--cx-serif); font-weight:600; font-size:1.4rem; color:var(--cx-gold);
}
.cx-form-card__sub{ margin:0 0 22px; color:#b3aa9a; font-size:.88rem; line-height:1.6; }

.cx-form{ display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.cx-field{ min-width:0; }
.cx-field--full{ grid-column:1 / -1; }
.cx-field input,
.cx-field select,
.cx-field textarea{
  width:100%; font-family:var(--cx-sans); font-size:.9rem; color:#efe9dd;
  background:#211e18; border:1px solid rgba(255,255,255,.09); border-radius:9px;
  padding:13px 15px; transition:border-color .2s, background .2s;
}
.cx-field select{
  appearance:none; cursor:pointer; color:#8f8677;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='none' stroke='%238f8677' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 14px center; padding-right:40px;
}
.cx-field select.cx-chosen{ color:#efe9dd; }
.cx-field textarea{ resize:vertical; min-height:96px; line-height:1.55; }
.cx-field input::placeholder,
.cx-field textarea::placeholder{ color:#8f8677; }
.cx-field input:focus,
.cx-field select:focus,
.cx-field textarea:focus{ outline:none; border-color:rgba(240,180,41,.55); background:#262219; }
.cx-field.cx-has-error input,
.cx-field.cx-has-error select,
.cx-field.cx-has-error textarea{ border-color:#e0685a; }
.cx-field__err{ display:none; margin:6px 0 0; color:#e0685a; font-size:.75rem; }
.cx-field.cx-has-error .cx-field__err{ display:block; }

.cx-submit{
  grid-column:1 / -1; margin-top:5px;
  display:inline-flex; align-items:center; justify-content:center; gap:12px; position:relative;
  width:100%; height:52px; border:none; border-radius:999px; cursor:pointer;
  background:var(--cx-gold); color:#1a1408;
  font-family:var(--cx-sans); font-weight:700; font-size:.94rem;
  transition:background .2s, box-shadow .2s, transform .18s ease;
}
.cx-submit:hover{ background:var(--cx-gold-2); box-shadow:0 12px 30px rgba(240,180,41,.28); transform:translateY(-1px); }
.cx-submit:focus-visible{ outline:2px solid #fff; outline-offset:3px; }
.cx-submit__arrow{
  position:absolute; right:7px; top:50%; transform:translateY(-50%);
  width:38px; height:38px; border-radius:50%; background:#17130a; color:var(--cx-gold);
  display:grid; place-items:center;
}

.cx-success{
  display:none; grid-column:1/-1; align-items:center; gap:13px;
  background:rgba(240,180,41,.09); border:1px solid rgba(240,180,41,.32); border-radius:11px;
  padding:17px 19px;
}
.cx-success.cx-show{ display:flex; }
.cx-success__ic{
  flex:none; width:32px; height:32px; border-radius:50%; background:var(--cx-gold); color:#1a1408;
  display:grid; place-items:center;
}
.cx-success h3{ margin:0 0 2px; font-family:var(--cx-sans); font-weight:700; font-size:.92rem; color:#fff; }
.cx-success p{ margin:0; color:#b3aa9a; font-size:.84rem; }
.cx-form.cx-submitted .cx-field,
.cx-form.cx-submitted .cx-submit{ display:none; }

/* ---- cream wave under hero ---- */
.cx-hero__wave{
  position:absolute; z-index:4; left:0; right:0; bottom:-1px;
  width:100%; height:110px; display:block; color:var(--cx-cream);
}

/* =========================================================
   LET'S CONNECT
   ========================================================= */
.cx-connect{ background:var(--cx-cream); padding:34px 0 96px; }
.cx-connect__inner{
  display:grid; grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  gap:64px; align-items:center;
}
.cx-connect__h{
  margin:0; font-family:var(--cx-serif); font-weight:700;
  font-size:clamp(1.9rem,2.7vw,2.45rem); line-height:1.12; color:var(--cx-ink);
}
.cx-connect__script{
  display:block; font-family:var(--cx-script); font-weight:700;
  font-size:clamp(1.9rem,2.6vw,2.3rem); line-height:1.2; color:var(--cx-gold-deep);
}

/* contact rows */
.cx-list{ margin:0; }
.cx-list__item{
  display:flex; align-items:center; gap:16px;
  padding:17px 0; border-bottom:1px solid var(--cx-line-dark);
}
.cx-list__item:last-child{ border-bottom:none; }
.cx-list__ic{
  flex:none; width:42px; height:42px; border-radius:50%;
  background:var(--cx-dark); color:var(--cx-gold);
  display:grid; place-items:center;
}
.cx-list__label{
  margin:0 0 3px; font-family:var(--cx-sans); font-weight:700; font-size:.86rem; color:var(--cx-ink);
}
.cx-list__val{ margin:0; font-size:.9rem; color:var(--cx-ink-soft); line-height:1.45; }
.cx-list__val a{ color:var(--cx-ink-soft); text-decoration:none; transition:color .2s; }
.cx-list__val a:hover{ color:var(--cx-gold-deep); }

/* photo + floating card */
.cx-photo{ position:relative; min-width:0; }
.cx-photo__img{
  width:100%; aspect-ratio:16/13.6; object-fit:cover; display:block;
  border-radius:22px; box-shadow:0 26px 60px rgba(27,23,16,.20);
}
.cx-photo__card{
  position:absolute; right:-26px; bottom:-30px; width:252px;
  background:var(--cx-dark); border:1px solid rgba(255,255,255,.08); border-radius:14px;
  padding:18px 20px; box-shadow:0 22px 50px rgba(0,0,0,.32);
}
.cx-photo__card-head{ display:flex; align-items:flex-start; gap:11px; margin-bottom:9px; }
.cx-photo__card-ic{ flex:none; color:var(--cx-gold); line-height:0; margin-top:2px; }
.cx-photo__card-h{
  margin:0; font-family:var(--cx-serif); font-weight:600; font-size:1.02rem;
  line-height:1.28; color:var(--cx-gold);
}
.cx-photo__card p{ margin:0; color:#b3aa9a; font-size:.79rem; line-height:1.58; }

/* =========================================================
   CTA BAND
   ========================================================= */
.cx-cta{
  position:relative; isolation:isolate; overflow:hidden;
  background:radial-gradient(circle at 50% 42%, #1b1811 0%, var(--cx-dark) 68%);
  padding:74px 0 78px; text-align:center;
  border-top:1px solid rgba(240,180,41,.16);
}
.cx-cta__palm{ position:absolute; z-index:0; color:#6d6449; pointer-events:none; }
.cx-cta__palm--l{ width:300px; bottom:-90px; left:-50px; opacity:.07; transform:rotate(150deg); }
.cx-cta__palm--r{ width:340px; top:-110px; right:-40px; opacity:.06; transform:rotate(-28deg) scaleX(-1); }
.cx-cta__flight{ position:absolute; z-index:1; left:2%; top:32%; width:250px; color:var(--cx-gold); pointer-events:none; }
.cx-cta .cx-container{ position:relative; z-index:2; }
.cx-cta__h{
  margin:0; font-family:var(--cx-serif); font-weight:700;
  font-size:clamp(1.95rem,3vw,2.6rem); line-height:1.1; color:#fff;
}
.cx-cta__script{
  display:block; font-family:var(--cx-script); font-weight:700;
  font-size:clamp(1.9rem,2.9vw,2.5rem); line-height:1.22; color:var(--cx-gold);
}
.cx-cta__sub{ margin:16px 0 26px; color:#b3aa9a; font-size:.95rem; }
.cx-cta__btn{
  display:inline-flex; align-items:center; gap:12px;
  height:52px; padding:0 8px 0 28px; border-radius:999px; text-decoration:none;
  background:var(--cx-gold); color:#1a1408;
  font-family:var(--cx-sans); font-weight:700; font-size:.94rem;
  transition:background .2s, box-shadow .2s, transform .18s ease;
}
.cx-cta__btn:hover{ background:var(--cx-gold-2); box-shadow:0 12px 30px rgba(240,180,41,.26); transform:translateY(-2px); }
.cx-cta__btn span{
  width:36px; height:36px; border-radius:50%; background:#17130a; color:var(--cx-gold);
  display:grid; place-items:center;
}

/* =========================================================
   FOOTER
   ========================================================= */
.cx-footer{ background:#100e0b; padding:56px 0 30px; border-top:1px solid rgba(255,255,255,.06); }
.cx-footer__grid{
  display:grid; grid-template-columns:1.55fr .85fr .85fr 1.05fr 1.15fr; gap:34px;
}
.cx-footer__logo{ display:inline-block; margin-bottom:16px; }
.cx-footer__logo img{ width:172px; height:auto; display:block; }
.cx-footer__blurb{ margin:0 0 20px; color:#8f8677; font-size:.82rem; line-height:1.72; max-width:255px; }
.cx-social{ display:flex; gap:10px; }
.cx-social a{
  width:34px; height:34px; border-radius:50%; display:grid; place-items:center;
  background:rgba(240,180,41,.12); color:var(--cx-gold); transition:background .2s, color .2s;
}
.cx-social a:hover{ background:var(--cx-gold); color:#1a1408; }

.cx-footer__col h4{
  margin:0 0 17px; font-family:var(--cx-sans); font-weight:700; font-size:.74rem;
  letter-spacing:.15em; text-transform:uppercase; color:var(--cx-gold);
}
.cx-footer__col a{
  display:block; margin-bottom:11px; color:#8f8677; font-size:.84rem;
  text-decoration:none; transition:color .2s;
}
.cx-footer__col a:hover{ color:var(--cx-gold); }

.cx-footer__end{ text-align:right; }
.cx-footer__end-flight{ width:140px; color:var(--cx-gold); margin:0 0 10px auto; display:block; }
.cx-footer__tag{
  margin:0 0 16px; font-family:var(--cx-script); font-weight:700;
  font-size:1.35rem; line-height:1.24; color:var(--cx-gold);
}
.cx-footer__copy{ margin:0; color:#7b7365; font-size:.78rem; line-height:1.6; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width:1080px){
  .cx-hero__inner{ grid-template-columns:1fr; gap:44px; padding:88px 40px 140px; }
  .cx-hero__body{ max-width:560px; }
  .cx-form-card{ max-width:560px; }
  .cx-connect__inner{ grid-template-columns:1fr; gap:56px; }
  .cx-photo__card{ right:14px; bottom:-28px; }
  .cx-footer__grid{ grid-template-columns:1.4fr 1fr 1fr 1fr; }
  .cx-footer__end{ grid-column:1 / -1; text-align:left; padding-top:10px; }
  .cx-footer__end-flight{ margin:0 0 10px; }
}
@media(max-width:760px){
  .cx-container{ padding:0 22px; }
  .cx-hero__inner{ padding:74px 22px 120px; }
  .cx-hero__frond--l{ width:280px; top:-60px; left:-60px; }
  .cx-hero__frond--r{ display:none; }
  .cx-hero__flight{ display:none; }
  .cx-hero__wave{ height:70px; }
  .cx-connect{ padding:26px 0 84px; }
  .cx-photo__card{ position:static; width:auto; margin-top:16px; }
  .cx-cta__flight{ display:none; }
  .cx-footer__grid{ grid-template-columns:1fr 1fr; gap:30px 24px; }
}
@media(max-width:560px){
  .cx-form{ grid-template-columns:1fr; }
  .cx-form-card{ padding:24px 20px 22px; }
  .cx-footer__grid{ grid-template-columns:1fr; }
}
