/**
 * Bond LP premium visual upgrade
 * Overrides look/feel only — does not change copy, form fields, or mail JS.
 * Brand orange: #fe7c06
 */

:root {
  --bond-orange: #fe7c06;
  --bond-orange-deep: #e86a00;
  --bond-orange-soft: #fff4ea;
  --bond-ink: #1a1714;
  --bond-muted: #5c5650;
  --bond-line: rgba(26, 23, 20, 0.08);
  --bond-surface: #ffffff;
  --bond-sand: #f7f3ef;
  --bond-radius: 18px;
  --bond-radius-sm: 12px;
  --bond-shadow: 0 18px 50px rgba(26, 23, 20, 0.1);
  --bond-shadow-soft: 0 10px 30px rgba(26, 23, 20, 0.07);
  --bond-font-display: "Archivo", system-ui, sans-serif;
  --bond-font-body: "Inter", system-ui, sans-serif;
}

/* ---------- Base polish ---------- */
body.bond-lp-premium {
  color: var(--bond-muted);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.bond-lp-premium h1,
body.bond-lp-premium h2,
body.bond-lp-premium h3,
body.bond-lp-premium h4,
body.bond-lp-premium h5,
body.bond-lp-premium h6 {
  font-family: var(--bond-font-display);
  color: var(--bond-ink);
  letter-spacing: -0.02em;
}

body.bond-lp-premium a:hover {
  color: var(--bond-orange-deep) !important;
}

/* ---------- Header (keep original look; only button padding + soft curve) ---------- */
body.bond-lp-premium .topbar .book-button,
body.bond-lp-premium .bottommenu .book-button,
body.bond-lp-premium header .book-button {
  padding: 16px 36px;
  border-radius: 10px;
}

/* ---------- Hero ---------- */
body.bond-lp-premium section.main_img {
  position: relative;
  padding: 72px 0 88px;
  overflow: hidden;
  background-image:
    linear-gradient(
      115deg,
      rgba(18, 14, 12, 0.88) 0%,
      rgba(18, 14, 12, 0.72) 48%,
      rgba(18, 14, 12, 0.55) 100%
    ),
    url(../images/mainbg.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
}

body.bond-lp-premium section.main_img::before {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: min(48vw, 520px);
  height: min(48vw, 520px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 124, 6, 0.35) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

body.bond-lp-premium section.main_img > .container {
  position: relative;
  z-index: 1;
}

body.bond-lp-premium .download-checklist {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  margin-bottom: 18px;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
}

body.bond-lp-premium .download-checklist:hover {
  background: rgba(254, 124, 6, 0.95);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  color: #fff !important;
}

body.bond-lp-premium .live-text.promotion {
  display: inline-block;
  margin: 0 0 16px;
  padding: 10px 16px;
  background: rgba(254, 124, 6, 0.18);
  border: 1px solid rgba(254, 124, 6, 0.45);
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  animation: none;
  max-width: 100%;
}

body.bond-lp-premium .sub-text {
  background: #fff;
  color: var(--bond-orange-deep);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

body.bond-lp-premium .main-heading {
  font-size: clamp(40px, 5.5vw, 64px);
  line-height: 1.08;
  margin-bottom: 16px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

body.bond-lp-premium .sub-heading {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  margin-bottom: 18px;
}

body.bond-lp-premium ul.sub-heading {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

body.bond-lp-premium ul.sub-heading li {
  position: relative;
  padding: 10px 14px 10px 42px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

body.bond-lp-premium ul.sub-heading li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) center / 8px 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 8px no-repeat,
    var(--bond-orange);
  box-shadow: 0 0 0 3px rgba(254, 124, 6, 0.25);
  transform: rotate(45deg);
}

body.bond-lp-premium ul.sub-heading li i {
  opacity: 0.85;
  margin-top: 4px;
}

/* ---------- Quote form (hero + bottom) ---------- */
body.bond-lp-premium .top-form {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 28px 26px 30px;
  box-shadow: var(--bond-shadow);
  border: 1px solid rgba(255, 255, 255, 0.65);
  position: relative;
  overflow: hidden;
}

body.bond-lp-premium .top-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff9a3c, #fe7c06, #e86a00);
  border: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  bottom: auto;
}

body.bond-lp-premium .top-form::after {
  display: none;
}

body.bond-lp-premium .formhead {
  font-size: 28px;
  line-height: 1.25;
  margin: 8px 0 18px;
  color: var(--bond-ink);
  font-weight: 800;
}

body.bond-lp-premium .top-form .form-group {
  margin-bottom: 0;
}

body.bond-lp-premium .top-form .form-control,
body.bond-lp-premium .top-form select.form-control,
body.bond-lp-premium .top-form textarea.form-control {
  background: #faf8f6;
  border: 1.5px solid #ebe4dc;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
  font-size: 15px;
  color: var(--bond-ink);
  height: auto;
  min-height: 52px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: none;
}

body.bond-lp-premium .top-form .form-control:focus,
body.bond-lp-premium .top-form select.form-control:focus,
body.bond-lp-premium .top-form textarea.form-control:focus {
  background: #fff;
  border-color: var(--bond-orange);
  box-shadow: 0 0 0 4px rgba(254, 124, 6, 0.15);
  outline: none;
}

body.bond-lp-premium .top-form label,
body.bond-lp-premium .top-form .form-check-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--bond-ink);
  letter-spacing: 0.01em;
}

body.bond-lp-premium .top-form .form-check {
  float: none;
  display: inline-flex;
  align-items: center;
  margin: 0 14px 10px 0;
}

body.bond-lp-premium .top-form hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(254, 124, 6, 0.45), rgba(26, 23, 20, 0.08) 55%, transparent);
  margin: 8px 0 14px;
}

body.bond-lp-premium .top-form h5 {
  font-size: 15px;
  font-weight: 800;
  color: var(--bond-ink);
  margin: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.bond-lp-premium .bond-field-group {
  background: #fff;
  border: 1px solid #ebe4dc;
  border-radius: 14px;
  padding: 12px 12px 14px;
  margin-bottom: 12px;
  min-height: 100%;
  box-shadow: 0 4px 14px rgba(26, 23, 20, 0.03);
}

body.bond-lp-premium .bond-field-group > label.d-block {
  margin-bottom: 10px !important;
  font-size: 13px;
  font-weight: 800;
  color: var(--bond-ink);
}

body.bond-lp-premium .bond-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.bond-lp-premium .bond-choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1.5px solid #e7dfd6;
  background: #faf8f6;
  color: var(--bond-ink);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  user-select: none;
}

body.bond-lp-premium .bond-choice input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

body.bond-lp-premium .bond-choice span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.bond-lp-premium .bond-choice span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #cfc5ba;
  background: #fff;
  box-shadow: inset 0 0 0 0 var(--bond-orange);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

body.bond-lp-premium .bond-choice:hover {
  border-color: rgba(254, 124, 6, 0.55);
  background: #fff7f0;
}

body.bond-lp-premium .bond-choice:has(input:checked) {
  border-color: var(--bond-orange);
  background: linear-gradient(180deg, #fff8f1 0%, #ffefdf 100%);
  color: var(--bond-orange-deep);
  box-shadow: 0 0 0 3px rgba(254, 124, 6, 0.12);
}

body.bond-lp-premium .bond-choice:has(input:checked) span::before {
  border-color: var(--bond-orange);
  box-shadow: inset 0 0 0 4px var(--bond-orange);
}

body.bond-lp-premium .bond-choice:focus-within {
  outline: none;
  box-shadow: 0 0 0 3px rgba(254, 124, 6, 0.18);
}

body.bond-lp-premium .top-form .book-button {
  width: 100%;
  margin-top: 8px;
  min-height: 54px;
  font-size: 16px;
}

body.bond-lp-premium .form-status {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

body.bond-lp-premium .top-form.bottom-form {
  background: #fff;
  margin-top: 0;
}

/* ---------- About ---------- */
body.bond-lp-premium .about-section {
  padding: 72px 0;
  background: #fff;
  background-image: none;
}

body.bond-lp-premium .about-section[style*="padding: 0"] {
  padding: 64px 0 32px !important;
}

body.bond-lp-premium .about-section[style*="background: #f5f5f5"] {
  background: var(--bond-sand) !important;
  padding: 40px 0 56px !important;
}

body.bond-lp-premium .about-head h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.2;
  margin-bottom: 16px;
}

body.bond-lp-premium .about-head p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--bond-muted);
}

body.bond-lp-premium .about-section img.w-100 {
  border-radius: var(--bond-radius);
  box-shadow: var(--bond-shadow-soft);
  object-fit: cover;
}

/* ---------- Expertise cards ---------- */
body.bond-lp-premium .box-expertise {
  background: #fff;
  color: var(--bond-muted);
  border-radius: var(--bond-radius);
  height: auto;
  min-height: 240px;
  margin: 12px 0;
  padding: 32px 24px;
  border: 1px solid var(--bond-line);
  box-shadow: var(--bond-shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

body.bond-lp-premium .box-expertise:hover {
  transform: translateY(-6px);
  box-shadow: var(--bond-shadow);
  border-color: rgba(254, 124, 6, 0.35);
}

body.bond-lp-premium .box-expertise .fa {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ff9a3c, #fe7c06);
  color: #fff;
  font-size: 28px;
  margin-bottom: 18px;
  box-shadow: 0 12px 24px rgba(254, 124, 6, 0.28);
}

body.bond-lp-premium .box-expertise h4 {
  color: var(--bond-ink);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

body.bond-lp-premium .box-expertise p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  color: var(--bond-muted);
}

/* ---------- Testimonials ---------- */
body.bond-lp-premium .review-box {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(160deg, #ff8f2a 0%, #fe7c06 48%, #d96100 100%);
  border-radius: 28px;
  padding: 48px 36px 40px;
  margin: 24px 0;
  box-shadow: 0 24px 60px rgba(232, 106, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body.bond-lp-premium .review-box h2.text-white {
  font-size: clamp(28px, 3.5vw, 42px);
  margin-bottom: 8px;
}

body.bond-lp-premium .text-review {
  padding: 12px 24px 20px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

body.bond-lp-premium .text-review h5 {
  font-weight: 700;
  font-size: 18px;
}

body.bond-lp-premium .text-review p {
  opacity: 0.95;
}

/* ---------- Bond guarantee band (premium) ---------- */
body.bond-lp-premium section.services.bond-guarantee,
body.bond-lp-premium section.services.bond-guarantee[style*="background: #fe7c06"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(255, 255, 255, 0.18), transparent 42%),
    radial-gradient(ellipse at 88% 82%, rgba(0, 0, 0, 0.12), transparent 45%),
    linear-gradient(145deg, #ff9330 0%, #fe7c06 48%, #d96100 100%) !important;
  color: #fff !important;
  padding: 88px 0;
}

body.bond-lp-premium section.services.bond-guarantee::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
  pointer-events: none;
}

body.bond-lp-premium section.services.bond-guarantee > .container {
  position: relative;
  z-index: 1;
}

body.bond-lp-premium .bond-guarantee__panel {
  background: rgba(12, 10, 9, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  padding: 42px 36px 40px;
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

body.bond-lp-premium .bond-guarantee__eyebrow {
  display: inline-block;
  margin: 0 auto 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bond-lp-premium section.services.bond-guarantee h2 {
  color: #fff !important;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

body.bond-lp-premium section.services.bond-guarantee h2 span {
  color: #fff !important;
}

body.bond-lp-premium .bond-guarantee__lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.75;
  color: #ffffff !important;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

body.bond-lp-premium .bond-guarantee__lead b {
  color: #fff !important;
  font-weight: 800;
}

body.bond-lp-premium .bond-guarantee__why {
  margin-top: 8px;
}

body.bond-lp-premium .bond-guarantee__why h3 {
  color: #fff !important;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.3;
  text-align: center;
  margin: 0 0 28px;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

body.bond-lp-premium .bond-guarantee__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  counter-reset: bond-why;
}

body.bond-lp-premium .bond-guarantee__list li {
  counter-increment: bond-why;
  position: relative;
  margin: 0;
  padding: 20px 18px 18px 58px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  color: #2a241f !important;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.bond-lp-premium .bond-guarantee__list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  background: #fff;
  border-color: #fff;
}

body.bond-lp-premium .bond-guarantee__list li::before {
  content: counter(bond-why, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 18px;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ff9a3c, #fe7c06);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

body.bond-lp-premium .bond-guarantee__list li b {
  display: inline;
  color: #1a1714 !important;
  font-weight: 800;
}

/* legacy selector kept for safety */
body.bond-lp-premium section.services[style*="background: #fe7c06"] h2,
body.bond-lp-premium section.services[style*="background: #fe7c06"] h3 {
  color: #fff;
}

/* ---------- Services grid ---------- */
body.bond-lp-premium section.services#services {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(254, 124, 6, 0.06), transparent 48%),
    var(--bond-sand);
  padding: 88px 0 72px;
}

body.bond-lp-premium .services-heading {
  width: 100%;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}

body.bond-lp-premium .services-heading h2 {
  font-size: clamp(30px, 3.8vw, 46px);
  margin-bottom: 12px;
}

body.bond-lp-premium .services-heading p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--bond-muted);
}

body.bond-lp-premium .silder-services {
  align-items: stretch;
}

body.bond-lp-premium .service-boxi {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

body.bond-lp-premium .service-boxi > img {
  border-radius: 20px 20px 0 0;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  width: 100%;
  display: block;
}

body.bond-lp-premium .serv-boxi {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 16px 40px rgba(26, 23, 20, 0.08);
  border: 1px solid var(--bond-line);
  border-top: none;
  padding: 24px 22px 26px;
  margin-bottom: 0;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  position: relative;
}

body.bond-lp-premium .service-boxi:hover .serv-boxi {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(26, 23, 20, 0.12);
}

body.bond-lp-premium .service-boxi:hover > img {
  filter: brightness(1.03);
}

body.bond-lp-premium .serv-boxi h4,
body.bond-lp-premium .serv-boxi h4 .btn-text {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  min-height: 0;
  color: var(--bond-ink);
  font-weight: 800;
}

body.bond-lp-premium .serv-boxi p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--bond-muted);
  flex: 1;
  margin-bottom: 18px;
}

body.bond-lp-premium .service-boxi a.btn-pop,
body.bond-lp-premium .service-boxi a.btn-pop.book-button,
body.bond-lp-premium .serv-boxi a.book-button {
  margin-top: auto;
  width: fit-content;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #ff8f2a 0%, #fe7c06 55%, #e86a00 100%);
  border: none;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(254, 124, 6, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.bond-lp-premium .service-boxi a.btn-pop:hover,
body.bond-lp-premium .serv-boxi a.book-button:hover {
  width: fit-content;
  justify-content: center;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(232, 106, 0, 0.35);
  color: #fff !important;
  filter: brightness(1.03);
}

/* ---------- Video ---------- */
body.bond-lp-premium section.video-sec {
  padding: 80px 0;
  background: #fff;
}

body.bond-lp-premium section.video-sec h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  margin-bottom: 16px;
}

body.bond-lp-premium section.video-sec p {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--bond-muted);
}

body.bond-lp-premium .video-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--bond-shadow);
  border: 1px solid var(--bond-line);
  background: #111;
}

body.bond-lp-premium .video-play {
  width: 100%;
  display: block;
  border-radius: 20px;
}

body.bond-lp-premium .play-button {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff9a3c, #fe7c06);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(254, 124, 6, 0.4);
  font-size: 22px;
}

/* ---------- CTA + bottom form ---------- */
body.bond-lp-premium section.cta {
  padding: 88px 0 96px;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(254, 124, 6, 0.08), transparent 45%),
    linear-gradient(180deg, #faf7f3 0%, #ffffff 58%);
}

body.bond-lp-premium .cta-head {
  margin-bottom: 36px;
}

body.bond-lp-premium .cta-head h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.18;
  margin-bottom: 16px;
}

body.bond-lp-premium .cta-head p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--bond-muted);
  max-width: 820px;
  margin: 0 auto;
}

body.bond-lp-premium .cta-head p a {
  color: var(--bond-orange-deep);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 106, 0, 0.35);
}

body.bond-lp-premium .cta-head p a:hover {
  color: var(--bond-orange) !important;
  border-bottom-color: var(--bond-orange);
}

/* Right column — service areas + contact */
body.bond-lp-premium section.cta .col-lg-4 > h3 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--bond-ink);
}

body.bond-lp-premium section.cta .col-lg-4 > p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--bond-muted);
  margin-bottom: 16px;
}

body.bond-lp-premium section.cta .col-lg-4 > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

body.bond-lp-premium section.cta .col-lg-4 > ul li {
  margin: 0;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--bond-line);
  border-radius: 10px;
  font-size: 14px;
  color: var(--bond-ink);
  box-shadow: 0 4px 12px rgba(26, 23, 20, 0.03);
  display: flex;
  align-items: center;
  gap: 8px;
}

body.bond-lp-premium section.cta .col-lg-4 > ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bond-orange);
  flex-shrink: 0;
}

body.bond-lp-premium section.cta .col-lg-4 > ul li strong {
  font-weight: 700;
  color: var(--bond-ink);
}

/* Contact info rows — single clean card, no nested box */
body.bond-lp-premium .contact-div {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--bond-line);
  border-radius: 16px;
  box-shadow: var(--bond-shadow-soft);
  padding: 16px 18px;
  margin: 0 0 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.bond-lp-premium .contact-div:hover {
  transform: translateY(-2px);
  box-shadow: var(--bond-shadow);
  border-color: rgba(254, 124, 6, 0.28);
}

body.bond-lp-premium .contact-div img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff4ea, #ffe4cc);
  box-shadow: inset 0 0 0 1px rgba(254, 124, 6, 0.12);
  margin: 0;
}

body.bond-lp-premium .contact-details {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 0;
}

body.bond-lp-premium .contact-details h4 {
  color: var(--bond-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 4px;
}

body.bond-lp-premium .contact-details p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--bond-muted);
}

body.bond-lp-premium .contact-details p + p {
  margin-top: 2px;
}

body.bond-lp-premium .contact-details a {
  color: var(--bond-orange-deep);
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

body.bond-lp-premium .contact-details a:hover {
  color: var(--bond-orange) !important;
  text-decoration: underline;
}

/* Bottom form sits cleanly beside contact column */
body.bond-lp-premium section.cta .top-form.bottom-form {
  height: 100%;
  margin-bottom: 28px;
}

/* ---------- Footer ---------- */
body.bond-lp-premium footer {
  background: #161311;
  color: rgba(255, 255, 255, 0.78);
  padding-top: 56px;
}

body.bond-lp-premium footer h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}

body.bond-lp-premium footer a {
  color: rgba(255, 255, 255, 0.78);
}

body.bond-lp-premium footer a:hover {
  color: var(--bond-orange) !important;
}

body.bond-lp-premium .footer-social li a {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.bond-lp-premium .footer-social li a:hover {
  background: var(--bond-orange);
  transform: translateY(-2px);
}

body.bond-lp-premium .bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

/* ---------- Floating chat ---------- */
body.bond-lp-premium .floating-chat-buttons {
  bottom: 24px;
  right: 16px;
  gap: 12px;
}

body.bond-lp-premium .floating-chat-buttons a {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* ---------- Modals ---------- */
body.bond-lp-premium .modal-content {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--bond-shadow);
}

body.bond-lp-premium .modal-header {
  border-bottom: 1px solid var(--bond-line);
  background: var(--bond-orange-soft);
}

body.bond-lp-premium .modal-title {
  font-weight: 800;
  color: var(--bond-ink);
}

/* ---------- Motion (subtle presence) ---------- */
@media (prefers-reduced-motion: no-preference) {
  body.bond-lp-premium .box-expertise,
  body.bond-lp-premium .serv-boxi,
  body.bond-lp-premium .book-button {
    will-change: transform;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  body.bond-lp-premium .bond-guarantee__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  body.bond-lp-premium section.main_img {
    padding: 48px 0 56px;
  }

  body.bond-lp-premium .top-form {
    margin-top: 28px;
    padding: 22px 18px 24px;
  }

  body.bond-lp-premium .formhead {
    font-size: 24px;
    margin-bottom: 14px;
  }

  body.bond-lp-premium .box-expertise {
    min-height: 0;
    margin-bottom: 16px;
  }

  body.bond-lp-premium .review-box {
    padding: 32px 18px 28px;
  }

  body.bond-lp-premium .text-review {
    padding: 8px 8px 16px;
  }
}

@media (max-width: 786px) {
  body.bond-lp-premium .bottommenu .book-button.mobile-hide {
    padding: 14px 28px;
  }

  body.bond-lp-premium .main-heading {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.1;
  }

  body.bond-lp-premium .sub-heading {
    font-size: 15.5px;
    line-height: 1.55;
    margin-bottom: 16px;
  }

  body.bond-lp-premium ul.sub-heading li {
    font-size: 14px;
    padding: 10px 12px 10px 38px;
  }

  body.bond-lp-premium .sub-text {
    font-size: 11px;
    max-width: 100%;
    white-space: normal;
    width: auto;
  }

  body.bond-lp-premium .live-text.promotion {
    font-size: 13.5px;
    width: 100%;
  }

  body.bond-lp-premium .top-form {
    padding: 20px 14px 22px;
    border-radius: 18px;
    margin-bottom: 8px;
  }

  body.bond-lp-premium .top-form::before {
    bottom: auto;
    border: none;
    height: 4px;
  }

  body.bond-lp-premium .top-form .form-control,
  body.bond-lp-premium .top-form select.form-control {
    padding: 13px 14px;
    min-height: 48px;
    font-size: 16px; /* iOS zoom prevention */
  }

  body.bond-lp-premium .top-form .book-button {
    margin: 8px 0 0;
    width: 100%;
  }

  body.bond-lp-premium .about-section {
    padding: 48px 0;
  }

  body.bond-lp-premium .about-head {
    margin-top: 18px;
  }

  body.bond-lp-premium section.services#services,
  body.bond-lp-premium section.services.bond-guarantee,
  body.bond-lp-premium section.services[style*="background: #fe7c06"],
  body.bond-lp-premium section.video-sec,
  body.bond-lp-premium section.cta {
    padding: 52px 0;
  }

  body.bond-lp-premium .bond-guarantee__panel {
    padding: 28px 18px 24px;
    border-radius: 20px;
  }

  body.bond-lp-premium .bond-guarantee__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.bond-lp-premium .bond-guarantee__list li {
    padding: 16px 14px 14px 54px;
    font-size: 14px;
  }

  body.bond-lp-premium .bond-guarantee__lead {
    font-size: 15.5px;
  }

  body.bond-lp-premium .cta-head {
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  body.bond-lp-premium section.cta .col-lg-4 > ul {
    grid-template-columns: 1fr 1fr;
  }

  body.bond-lp-premium .contact-div {
    padding: 14px 14px;
    gap: 12px;
    margin-bottom: 10px;
  }

  body.bond-lp-premium .contact-div img {
    width: 44px;
    height: 44px;
    margin-right: 0;
    padding: 9px;
  }

  body.bond-lp-premium .contact-details h4 {
    font-size: 16px;
  }

  body.bond-lp-premium .service-boxi {
    margin-bottom: 18px;
  }

  body.bond-lp-premium .serv-boxi {
    padding: 18px 16px 20px;
  }

  body.bond-lp-premium .video-container {
    margin-top: 24px;
  }

  body.bond-lp-premium .floating-chat-buttons {
    bottom: 16px;
    right: 10px;
  }

  body.bond-lp-premium .floating-chat-buttons img {
    width: 34px;
    height: 34px;
  }

  body.bond-lp-premium .floating-chat-buttons a {
    padding: 8px;
  }
}

@media (max-width: 480px) {
  body.bond-lp-premium section.main_img {
    padding: 36px 0 44px;
  }

  body.bond-lp-premium .formhead {
    font-size: 22px;
  }

  body.bond-lp-premium .box-expertise {
    padding: 26px 18px;
  }
}

/* Desktop form alignment */
@media (min-width: 992px) {
  body.bond-lp-premium section.main_img .row.align-items-center > .col-lg-6:last-child {
    display: flex;
  }

  body.bond-lp-premium section.main_img .top-form {
    width: 100%;
    align-self: stretch;
  }
}
