/* package-type.css — styles for taxonomy-package-type.php
   Loaded only on package-type archive pages via functions.php
   ---------------------------------------------------------------- */

/* ── Hero section ──────────────────────────────────────── */
.hero {
  background: #1B2A4A;
  padding: 44px 26px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 36px;
}
.hpat {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255,255,255,.007) 0, rgba(255,255,255,.007) 1px,
    transparent 1px, transparent 22px
  );
}
.hgl {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #D4A017;
  opacity: .32;
}
.hl { position: relative; z-index: 2; flex: 1; }
.hey { display: flex; align-items: center; gap: 8px; margin-bottom: 13px; }
.heyb {
  width: 32px; height: 32px;
  background: rgba(212,160,23,.16);
  border: 1px solid rgba(212,160,23,.32);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
}
.heyb i { font-size: 16px; color: #D4A017; }
.heylbl {
  font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.38);
  letter-spacing: .12em; text-transform: uppercase;
}
.hh1 {
  font-family: 'Cinzel', serif;
  font-size: 26px; font-weight: 700;
  color: #fff; line-height: 1.28;
  margin-bottom: 11px; letter-spacing: .02em;
}
.hh1 em { color: #D4A017; font-style: normal; }
.hdesc {
  font-size: 12px; color: rgba(255,255,255,.48);
  line-height: 1.85; max-width: 450px;
  margin-bottom: 18px;
}
.hstats { display: flex; gap: 22px; margin-bottom: 20px; align-items: center; }
.hs { text-align: center; }
.hsn { font-family: 'Cinzel', serif; font-size: 20px; font-weight: 700; color: #fff; }
.hsl { font-size: 10px; font-weight: 500; color: rgba(255,255,255,.36); margin-top: 2px; letter-spacing: .04em; }
.hdv { width: 1px; height: 34px; background: rgba(255,255,255,.14); }
.hbtns { display: flex; gap: 10px; }
.hbp {
  background: #D4A017; color: #0F1C35;
  border: none; border-radius: 6px;
  padding: 10px 22px; font-size: 12px; font-weight: 700;
  letter-spacing: .03em; cursor: pointer;
}
.hbg {
  background: transparent; color: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.22); border-radius: 6px;
  padding: 10px 16px; font-size: 11.5px; font-weight: 500;
  cursor: pointer; display: flex; align-items: center; gap: 6px;
}
.hbg i { font-size: 13px; }

/* Right chip grid inside hero */
.hr {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px; flex-shrink: 0;
}
.hchip {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(212,160,23,.2);
  border-radius: 8px; padding: 11px 13px;
  display: flex; gap: 9px;
}
.hchip i { font-size: 15px; color: #D4A017; flex-shrink: 0; margin-top: 2px; }
.hcl {
  font-size: 9.5px; font-weight: 500;
  color: rgba(255,255,255,.36);
  margin-bottom: 3px; letter-spacing: .04em; text-transform: uppercase;
}
.hcv { font-size: 11.5px; font-weight: 700; color: rgba(255,255,255,.88); }

/* ── Browse layout (sidebar + main) ───────────────────── */
.bw { display: flex; background: #F4F1EB; }
.sb {
  width: 218px; flex-shrink: 0;
  background: #fff;
  border-right: 1px solid #DDD8CE;
  padding: 18px 15px;
}
.fhdr { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.ftit { font-family: 'Cinzel', serif; font-size: 12px; font-weight: 600; color: #1B2A4A; letter-spacing: .04em; }
.fres { font-size: 10.5px; font-weight: 600; color: #D4A017; cursor: pointer; }
.fg { margin-bottom: 15px; }
.fgt { font-size: 9px; font-weight: 700; color: #9A9486; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 7px; }

/* Difficulty pill filter */
.dpw { display: flex; gap: 4px; flex-wrap: wrap; }
.dp {
  font-size: 10px; font-weight: 500;
  border: 1px solid #DDD8CE; border-radius: 4px;
  padding: 4px 9px; color: #9A9486; cursor: pointer; background: #fff;
}
.dp.on { background: #FDF5E0; border-color: #D4A017; color: #633806; font-weight: 600; }

/* Checkbox filter rows */
.fo { display: flex; align-items: center; gap: 7px; padding: 4.5px 0; cursor: pointer; }
.fck {
  width: 14px; height: 14px;
  border: 1px solid #ccc; border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.fck.on { background: #D4A017; border-color: #D4A017; }
.fck.on i { font-size: 9px; color: #0F1C35; }
.fo span { font-size: 11px; font-weight: 500; color: #444; }
.fo .cn { font-size: 10px; color: #bbb; margin-left: auto; font-weight: 400; }

/* Budget range slider (static visual) */
.rng-l { display: flex; justify-content: space-between; font-size: 10px; font-weight: 500; color: #bbb; margin-bottom: 5px; }
.rng-b { height: 4px; background: #ede9e0; border-radius: 2px; position: relative; margin: 0 2px; }
.rng-f { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #D4A017; border-radius: 2px; }
.rng-t { width: 12px; height: 12px; background: #D4A017; border-radius: 50%; position: absolute; top: -4px; }
.rng-t.l { left: 0; transform: translateX(-50%); }
.rng-t.r { right: 0; transform: translateX(50%); }
.rng-v { display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; color: #444; margin-top: 7px; }

.fapp {
  width: 100%; background: #1B2A4A; color: #fff;
  border: none; border-radius: 6px; padding: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: .03em;
  cursor: pointer; margin-top: 5px;
}

/* ── Main listing area ─────────────────────────────────── */
.mn { flex: 1; padding: 18px 20px; }
.resbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.rc { font-size: 12px; font-weight: 500; color: #9A9486; }
.rc strong { color: #1B2A4A; font-weight: 700; }
.srow { display: flex; align-items: center; gap: 8px; }
.slbl { font-size: 11px; font-weight: 500; color: #9A9486; }
.ssel {
  font-size: 11px; font-weight: 500;
  border: 1px solid #DDD8CE; border-radius: 4px;
  padding: 5px 9px; color: #444; background: #fff;
}
.vtog { display: flex; border: 1px solid #DDD8CE; border-radius: 4px; overflow: hidden; }
.vb { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; background: #fff; cursor: pointer; }
.vb.on { background: #1B2A4A; }
.vb.on i { color: #fff; }
.vb i { font-size: 13px; color: #ccc; }

/* Package card grid */
.pgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.pcard { background: #fff; border: 1px solid #DDD8CE; border-radius: 11px; overflow: hidden; cursor: pointer; }
.pimg { height: 145px; position: relative; overflow: hidden; }
.pimg svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.pimg-ov {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(0,0,0,.5), transparent);
  z-index: 2;
}
.dest-b {
  position: absolute; top: 9px; left: 9px; z-index: 3;
  font-size: 9.5px; font-weight: 700;
  background: #0F1C35; color: #fff;
  padding: 3px 8px; border-radius: 4px; letter-spacing: .03em;
}
.disc-b {
  position: absolute; top: 9px; right: 9px; z-index: 3;
  font-size: 9.5px; font-weight: 700;
  background: #D4A017; color: #0F1C35;
  padding: 3px 8px; border-radius: 4px; letter-spacing: .03em;
}
.new-b {
  position: absolute; top: 9px; right: 9px; z-index: 3;
  font-size: 9.5px; font-weight: 700;
  background: #1A4A1A; color: #C0DD97;
  padding: 3px 8px; border-radius: 4px;
}
.diff-b {
  position: absolute; bottom: 9px; left: 9px; z-index: 4;
  font-size: 9.5px; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
}
.easy  { background: rgba(22,74,18,.9);  color: #C0DD97; }
.mod   { background: rgba(133,79,11,.9); color: #FAEEDA; }
.hard  { background: rgba(130,22,22,.9); color: #FCEBEB; }
.pbody { padding: 12px 13px; }
.pname {
  font-family: 'Cinzel', serif;
  font-size: 12px; font-weight: 600; color: #1B2A4A;
  margin-bottom: 5px; line-height: 1.4; letter-spacing: .01em;
}
.pmeta { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 7px; }
.pm { display: flex; align-items: center; gap: 3px; font-size: 10px; font-weight: 500; color: #9A9486; }
.pm i { font-size: 11px; color: #D4A017; }
.ptags { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 10px; }
.ptag {
  font-size: 9.5px; font-weight: 500;
  background: #F4F1EB; border: 1px solid #DDD8CE;
  color: #555; padding: 3px 7px; border-radius: 4px;
}
.pft {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid #EDE9E0; padding-top: 9px;
}
.ppr { font-family: 'Cinzel', serif; font-size: 14px; font-weight: 700; color: #1B2A4A; letter-spacing: .02em; }
.ppr span { font-size: 9.5px; color: #9A9486; font-weight: 400; font-family: 'Montserrat', sans-serif; }
.pacts { display: flex; align-items: center; gap: 7px; }
.pvb {
  background: #1B2A4A; color: #fff;
  border: none; border-radius: 5px;
  padding: 6px 11px; font-size: 10.5px; font-weight: 600;
  cursor: pointer; letter-spacing: .02em;
}
.phrt i { font-size: 14px; color: #ddd; }

/* ── Pagination ─────────────────────────────────────────── */
.pag { display: flex; justify-content: center; gap: 5px; margin-top: 16px; }
.pb3 {
  width: 28px; height: 28px;
  border: 1px solid #DDD8CE; border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11.5px; font-weight: 600; color: #444;
  cursor: pointer; background: #fff;
}
.pb3.on { background: #1B2A4A; color: #fff; border-color: #1B2A4A; }
.pb3 i { font-size: 12px; }

/* ── Info sections (below package grid) ────────────────── */
.sec { padding: 28px 24px; border-top: 1px solid #DDD8CE; }
.sec.w { background: #fff; }
.sec.c { background: #F4F1EB; }
.gbar { width: 28px; height: 3px; background: #D4A017; border-radius: 1px; margin-bottom: 6px; }
.stit { font-family: 'Cinzel', serif; font-size: 16px; font-weight: 700; color: #1B2A4A; margin-bottom: 4px; letter-spacing: .03em; }
.ssub { font-size: 11.5px; color: #9A9486; margin-bottom: 18px; }

/* Why-us guide cards */
.gcards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.gcard { border: 1px solid #DDD8CE; border-radius: 10px; padding: 16px; background: #fff; }
.gico { width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.gico.go { background: #FDF5E0; border: 1px solid rgba(212,160,23,.28); }
.gico.go i { font-size: 19px; color: #D4A017; }
.gico.gb { background: #E6F1FB; border: 1px solid rgba(24,95,165,.2); }
.gico.gb i { font-size: 19px; color: #185FA5; }
.gico.gg { background: #EAF3DE; border: 1px solid rgba(59,109,17,.2); }
.gico.gg i { font-size: 19px; color: #3B6D11; }
.gch { font-family: 'Cinzel', serif; font-size: 12px; font-weight: 600; color: #1B2A4A; margin-bottom: 5px; letter-spacing: .02em; }
.gcp { font-size: 11px; color: #9A9486; line-height: 1.72; }

/* Two-column safety + checklist */
.twocol { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #DDD8CE; }
.tcl { background: #F4F1EB; padding: 28px 24px; border-right: 1px solid #DDD8CE; }
.tcr { background: #fff; padding: 28px 24px; }
.slist { display: flex; flex-direction: column; gap: 8px; }
.si { display: flex; align-items: flex-start; gap: 10px; background: #fff; border: 1px solid #DDD8CE; border-radius: 8px; padding: 12px 13px; }
.si > i { font-size: 16px; color: #D4A017; flex-shrink: 0; margin-top: 2px; }
.sih { font-family: 'Cinzel', serif; font-size: 11px; font-weight: 600; color: #1B2A4A; margin-bottom: 3px; letter-spacing: .02em; }
.sip { font-size: 10.5px; color: #9A9486; line-height: 1.62; }
.ckcols { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cct { font-size: 10px; font-weight: 700; color: #9A9486; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 7px; }
.ci { display: flex; align-items: center; gap: 7px; padding: 5px 0; border-bottom: 1px solid #F4F1EB; }
.ci:last-child { border-bottom: none; }
.cdot { width: 17px; height: 17px; border-radius: 50%; background: #FDF5E0; border: 1px solid #D4A017; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cdot i { font-size: 9px; color: #D4A017; }
.ci span { font-size: 11px; font-weight: 500; color: #444; }

/* Blog teasers */
.blgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.blcard { background: #fff; border: 1px solid #DDD8CE; border-radius: 10px; overflow: hidden; cursor: pointer; }
.blimg { height: 80px; position: relative; overflow: hidden; }
.blimg svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.blbody { padding: 10px 12px; }
.blcat { font-size: 9.5px; font-weight: 700; color: #D4A017; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.blt { font-family: 'Cinzel', serif; font-size: 10.5px; font-weight: 600; color: #1B2A4A; line-height: 1.45; margin-bottom: 4px; letter-spacing: .01em; }
.blm { font-size: 10px; font-weight: 500; color: #9A9486; display: flex; align-items: center; gap: 4px; }
.blm i { font-size: 11px; }

/* ── Inquiry CTA ───────────────────────────────────────── */
.inq {
  background: #0F1C35; padding: 38px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; position: relative; overflow: hidden;
}
.iq-bg {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255,255,255,.007) 0, rgba(255,255,255,.007) 1px,
    transparent 1px, transparent 22px
  );
}
.iq-tl { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #D4A017; opacity: .35; }
.iql { position: relative; z-index: 2; }
.iqh { font-family: 'Cinzel', serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 6px; letter-spacing: .03em; }
.iqh em { color: #D4A017; font-style: normal; }
.iqs { font-size: 12px; color: rgba(255,255,255,.38); }
.iqf { display: flex; gap: 8px; position: relative; z-index: 2; flex-shrink: 0; }
.iqi {
  height: 40px; background: rgba(255,255,255,.09);
  border: 1px solid rgba(212,160,23,.22); border-radius: 6px;
  padding: 0 13px; font-size: 11.5px; color: rgba(255,255,255,.8);
  width: 148px; font-weight: 500; font-family: 'Montserrat', sans-serif;
}
.iqi::placeholder { color: rgba(255,255,255,.3); }
.iqbtn {
  height: 40px; background: #D4A017; color: #0F1C35;
  border: none; border-radius: 6px; padding: 0 18px;
  font-size: 12px; font-weight: 700; cursor: pointer;
  white-space: nowrap; letter-spacing: .03em;
  font-family: 'Montserrat', sans-serif;
}

/* ── CF7 overrides — .inq form ─────────────────────────────────────────
   CF7 wraps everything in <div class="wpcf7"><form class="wpcf7-form">.
   We make that wrapper behave like the original .iqf flex row.          */
.inq .wpcf7 { position: relative; z-index: 2; flex-shrink: 0; }
.inq .wpcf7-form { display: flex; gap: 8px; align-items: flex-start; flex-wrap: wrap; }
/* CF7 wraps each field in <span class="wpcf7-form-control-wrap"> — keep it inline */
.inq .wpcf7-form-control-wrap { display: inline-block; }
/* Reset CF7's own input styling — our .iqi class handles the look */
.inq .wpcf7-form-control { outline: none; }
/* Validation error tip */
.inq .wpcf7-not-valid-tip { font-size: 10px; color: #ffb3b3; display: block; margin-top: 3px; }
/* Response output (success / error message bar) */
.inq .wpcf7-response-output {
  width: 100%; margin: 8px 0 0; padding: 6px 12px;
  border-radius: 4px; font-size: 11px;
}
.inq .wpcf7-form.sent    .wpcf7-response-output { background: rgba(59,109,17,.25); border-color: #3B6D11; color: #C0DD97; }
.inq .wpcf7-form.failed  .wpcf7-response-output,
.inq .wpcf7-form.invalid .wpcf7-response-output { background: rgba(130,22,22,.25); border-color: #A32D2D; color: #FCEBEB; }
