/* =============================================================================
 * landing-new.css  —  styles for the "Landing New" template (landing-new.php)
 * Loaded ONLY on this template (see functions.php enqueue).
 *
 * Strategy:
 *  - The base .landing-page layout rules in style.css are NOT scoped to a body
 *    class, so they apply automatically to this template (reused sections).
 *  - A handful of rules in style.css ARE scoped to body.page-template-landing-template
 *    (.btn-green, form submit, header offset). Those do NOT match this template's
 *    body (page-template-landing-new), so we re-declare them here.
 *  - The new design uses a NAVY palette; we override the green (#D9E026) on reused
 *    sections and style the new sections (denial / qualifies / final-cta).
 *
 * Palette — EXACT tokens from Figma get_variable_defs (node 3153:1549):
 *   BLUE           #162B53   (--ln-navy: headings, dark cards, primary accent)
 *   WHITE          #FEFEFE   (--ln-card / text on dark)
 *   BLACK          #454545   (--ln-text: body text)
 *   light blue     #8BA2B7   (--ln-border: input / card borders)
 *   GRAY           #979797   (--ln-gray: placeholder text)
 *   Landing-Gray   #F2F5F7   (--ln-soft: soft section bg)
 *   BEIGE          #EFEBE5   (--ln-beige: warm soft bg)
 *   Landing-BLACK  #171717   (old chip bg — NOT used in the new design)
 *
 * Type scale (Gill Sans unless noted) — also from get_variable_defs:
 *   H1 48/48 +1 · H2 42/52 · H3 32/40 · H4 24/28 · H5 20/28 +1
 *   Subtitle-2 (hero) Trebuchet MS 23/32 · Section subtitle Gill Sans Reg 24/32
 *   P (body) Gill Sans Reg 18/24 · p-bold 20/24
 * ========================================================================== */

:root {
  --ln-navy: #162b53; /* BLUE — buttons are navy too (no separate btn hex) */
  --ln-navy-btn: #162b53; /* was #23385E (not in design); now matches BLUE */
  --ln-navy-hover: #0f1d39; /* darker BLUE for hover */
  --ln-page-bg: #e6e5e8;
  --ln-card: #fefefe; /* WHITE */
  --ln-text: #454545; /* BLACK */
  --ln-border: #8ba2b7; /* light blue */
  --ln-gray: #979797; /* GRAY (placeholders) */
  --ln-soft: #f2f5f7; /* Landing-Gray (was #EDF0F3) */
  --ln-beige: #efebe599; /* BEIGE */
}

/* -----------------------------------------------------------------------------
 * 1) Re-scope the rules style.css ties to .page-template-landing-template
 *    so they also work on .landing-fig
 * -------------------------------------------------------------------------- */

/* Header offset + sticky behavior (mirrors style.css:5102-5112) */
body.landing-fig #Header {
  min-height: 87px;
}
.landing-fig main {
    margin-top: 56px;
}
body.header-fixed.ab-show.landing-fig #Top_bar {
  top: 0 !important;
}
body.landing-fig #pojo-a11y-toolbar.pojo-a11y-toolbar-left {
  display: none !important;
}

main.landing-new {
  margin-top: 90px;
}

@media only screen and (min-width: 1650px) {
  .landing-new .container {
    max-width: 1572px !important;
  }
}

/* Primary button — navy instead of green (mirrors style.css:4130) */
body.landing-fig .btn-green:not(.mob-btn) and .btn-green:not(.white-btn) {
  font-family: "Gill Sans Regular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--ln-navy-btn);
  border: 2px solid #fefefe66;
  border-radius: 5px;
  letter-spacing: 1px;
  padding: 20px 55px 16px 55px;
  gap: 12px;
  margin-top: 0;
  white-space: nowrap;
  color: #fefefe !important;
  max-width: 356px;
  box-sizing: border-box;
}
body.landing-fig .btn-green:not(.mob-btn):hover {
  color: #fefefe !important;
  background-color: var(--ln-navy-hover);
  border: 2px solid #fefefe66;
}
body.landing-fig .btn-green:not(.mob-btn) img {
  margin-top: -5px;
  filter: brightness(0) invert(1); /* send.svg dark -> white on navy button */
}

/* Light Button variant — white bg / navy text (Figma 3230:3417).
   Used on the dark hero photo where a navy button would vanish. */
body.landing-fig .banner .btn-green:not(.mob-btn) {
  background-color: #fefefe;
  color: #162b53 !important;
  border: 2px solid rgba(139, 162, 183, 0.55);
}
body.landing-fig .banner .btn-green:not(.mob-btn):hover {
  background-color: #e9ecf1;
  color: #162b53 !important;
  border: 2px solid rgba(139, 162, 183, 0.55);
}
body.landing-fig .banner .btn-green:not(.mob-btn) img {
  filter: none; /* dark send.svg reads on the white button */
}

/* Form submit — gradient navy -> light blue (Figma "Dark Button" 3230:3430) */
.landing-new .form-wrap .wpforms-container .wpforms-form button[type="submit"] {
  background-color: var(--ln-navy);
  /*background-image: linear-gradient(to bottom, #162B53 0%, #8BA2B7 199%);*/
  color: #fefefe;
  filter: none;
  border: 1px solid rgba(254, 254, 254, 0.6);
}

.landing-new .form-wrap .wpforms-container .wpforms-form button[type="submit"] {
  background-image: url(https://burntucker.com/wp-content/uploads/2026/06/white-send.svg);
  min-width: 300px;
}

.landing-new
.form-wrap{ min-height: 177px;}
  

/* CTA margins that style.css scoped to the old body class */
body.landing-fig .landing-page .banner .btn-green {
  margin-top: 44px;
  margin-bottom: 48px;
}
body.landing-fig .landing-page .pros-cta .btn-green {
  margin-top: 0;
}

body.landing-fig .landing-page .process-wrap .btn-green {
  margin-top: 20px;
  max-width: 356px;
}

/*blue btn	*/
.blue-btn {
  width: auto;
  gap: 12px;
  opacity: 1;
  border-radius: 5px;
  padding: 16px 48px;

  border-width: 1px;
  background: linear-gradient(180deg, #162b53 0%, #8ba2b7 199.17%);
  border: 1px solid #fefefe99;
  box-shadow: 0px 10px 20px -15px #00000040;
  color: #fefefe;
  font-family: "Gill Sans Regular", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
}
.blue-btn:hover {
  background: linear-gradient(180deg, #0f1d39 0%, #6f879d 199.17%);
  border: 1px solid #fefefe99;
  box-shadow: 0px 10px 20px -15px #00000040;
  color: #fefefe;
}
.blue-btn img {
  /* filter: invert(1) !important;
    -webkit-filter: invert(1) !important;*/
}
/*white btn	*/
.white-btn {
  font-family: "Gill Sans Regular", sans-serif;
  font-weight: 700;
  display: inline-flex;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  border: 2px solid;
  background: #fefefe !important;
  padding: 16px 48px;
  border-radius: 5px;
  gap: 12px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-image-source:
    linear-gradient(0deg, rgba(139, 162, 183, 0.1), rgba(139, 162, 183, 0.1)),
    linear-gradient(0deg, rgba(139, 162, 183, 0.5), rgba(139, 162, 183, 0.5));
}

.white-btn img {
  filter: none !important;
  -webkit-filter: none !important;
}

body.page-template-landing-new #Wrapper #Header_wrapper #Top_bar {
  top: 0 !important;
}

.page-template-landing-new #Top_bar .btn-green.open-modal-popup {
  background: linear-gradient(180deg, #162b53 0%, #8ba2b7 199.17%);
  border: 1px solid #fefefe99;
  box-shadow: 0px 10px 20px -15px #00000040;
  color: #fff !important;
  font-family: "Gill Sans Regular", sans-serif;
}
.page-template-landing-new .open-modal-popup {
  cursor: pointer;
  gap: 20px;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
}

.page-template-landing-new #Top_bar .top_bar_right_wrapper .phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  color: #454545 !important;
}

.page-template-landing-new #Top_bar .top_bar_right_wrapper .phone .phone-icon {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: block;
}

.page-template-landing-new #Top_bar .top_bar_right_wrapper .phone .phone-text {
  display: flex;
  flex-direction: column;
  font-family: "Gill Sans Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #454545 !important;
  text-align: left;
}

.page-template-landing-new
  #Top_bar
  .top_bar_right_wrapper
  .phone
  .phone-text
  .p-bold-landing {
  font-weight: 700;
}

/* Form "or Call Us Today" block — icon left, label + number stacked right */
.page-template-landing-new .landing-page .form-wrap .form-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  /*position: static;*/
  color: #454545;
  top: 85%;
}
.page-template-landing-new .final-cta-form .form-wrap .form-phone {
 top: 83%;
    height: 70px;
    left: 344px;
}
.page-template-landing-new
  .landing-page
  .form-wrap
  .form-phone
  .form-phone-icon {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: block;
}

.page-template-landing-new
  .landing-page
  .form-wrap
  .form-phone
  .form-phone-text {
  display: flex;
  flex-direction: column;
  font-family: "Gill Sans Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #454545;
  text-align: left;
}

.page-template-landing-new
  .landing-page
  .form-wrap
  .form-phone
  .form-phone-text
  .p-bold-landing {
  font-weight: 700;
  margin-top: 0;
}

.page-template-landing-new
  .form-wrap
  .wpforms-container
  .wpforms-form
  select:not([data-gtm-form-interact-field-id]) {
  color: #454545;
  background-color: #efebe580 !important;
}

section.mt-60 {
  border-radius: 40px 40px 0 0 !important;
  background: #fefefe;
  margin: 0 10px !important;
  margin-top: -60px !important;
}
section.mt-40 {
  border-radius: 40px 40px 0 0 !important;

  margin: 0 10px !important;
  margin-top: -40px !important;
}

/* -----------------------------------------------------------------------------
 * 2) Navy overrides on REUSED sections (swap green accents -> navy)
 * -------------------------------------------------------------------------- */

/* Hero headline + subtitle — rebuilt to match Figma (node 3230:3365).
   The inherited style.css gives h1 a #171717 chip box, 54/70px sizes and a
   37px subtitle; the new design has none of that — plain white 48/48 H1 and a
   Trebuchet MS 23/32 subtitle on a charcoal photo background. */
.landing-new .banner h1 span {
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fefefe;
  background-color: transparent; /* kill the #171717 chip box */
  display: inline;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
}
.landing-new .banner h1 span b {
  color: #fefefe;
  font-size: 48px; /* was the oversized 70px green word */
  font-weight: 700;
  text-transform: uppercase;
}
.landing-new .banner .subtitle {
  margin-top: 16px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 0;
  color: #fefefe;
  margin-bottom: 12px;
}
.landing-new .banner .subtitle span {
  color: #fefefe;
}

.landing-new .banner .open-modal-popup {
  margin-bottom: 0 !important;
}

.landing-new .banner .content .col-form {
  margin-right: 29px;
}

/* Lawyer name accent */
.landing-new .lawyers-wrap .lawyers-item .lawyer-name {
  color: #fff;
}

/* "Common disabilities" highlighted word */

.landing-new .services-wrap {
  background: #edf0f3;
  margin: 0 10px;
  /*padding: 265px 0 120px;*/
      padding: 14% 0 120px;
  color: #fff;
  border-radius: 40px;
  font-size: 24px;
  line-height: 1.3;
  background-image:
  url(https://burntucker.com/wp-content/uploads/2026/06/bg-bt.png),    radial-gradient(76.97% 153.95% at 100% 100%, #637484 0%, #171717 99.51%);
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.landing-new .services-wrap .services-title,
.landing-new .services-wrap .services-subtitle,
.landing-new .services-wrap .services-title span {
  color: #fff !important;
  max-width: 750px;
}


.landing-new .services-wrap .services-container{
	gap: 12px;
}

/* (Pros/cons card styling now lives in the 3-column PROS block below.) */

/* Process step number chip green -> navy */
.landing-new .process-wrap {
  /*background: linear-gradient(180deg, rgba(239, 235, 229, 0.5) 0%, rgba(239, 235, 229, 0) 100%);*/

  background: linear-gradient(
    180deg,
    rgba(239, 235, 229, 0.5) 0%,
    rgba(239, 235, 229, 0) 100%
  );
}

.landing-new .process-wrap .process-number {
  background: var(--ln-beige);
  color: #454545;
}

/* Section headings -> navy (design shows navy titles throughout) */
.landing-new .why-wrap .why-title,
.landing-new .services-wrap .services-title,
.landing-new .pros-wrap .pros-title,
.landing-new .reviews-wrap .reviews-title,
.landing-new .process-wrap .process-title,
.landing-new .lawyers-wrap .lawyers-title {
  color: var(--ln-navy);
}

/* Section title line-height -> H2 52px (parent style.css uses 1.2 ≈ 50.4).
   Scoped to .landing-new so the old landing-template page is untouched. */
.landing-new .why-wrap .why-title,
.landing-new .services-wrap .services-title,
.landing-new .pros-wrap .pros-title,
.landing-new .reviews-wrap .reviews-title,
.landing-new .process-wrap .process-title,
.landing-new .lawyers-wrap .lawyers-title {
  line-height: 52px;
}

/* -----------------------------------------------------------------------------
 * 2b) Token + type-scale corrections on REUSED sections (from Figma audit).
 *     ALL scoped to .landing-new — parent style.css (shared with the old
 *     landing-template) is intentionally NOT edited.
 * -------------------------------------------------------------------------- */

/* Soft-gray surfaces: parent uses #EDF0F3; the real token is #F2F5F7. */
.landing-new .lawyers-wrap {
  background: linear-gradient(
    180deg,
    rgba(239, 235, 229, 0.5) 0%,
    rgba(239, 235, 229, 0) 100%
  );
  padding: 100px 0 40px;
}

/*insurance*/
.landing-new .insurance-wrap {
  padding: 40px 0 120px;
}
.landing-new .insurance-wrap .insurance-container {
  gap: 12px;
}
.landing-new .insurance-wrap .insurance-container img {
  width: calc(100% / 6 - 10px);
}
/* PROCESS — step item title is H5 20/28 +1 (parent has 24/1.2); body P 18/24. */

.landing-new .process-wrap .process-sidebar {
  background: unset;
  border: 1px solid #8ba2b7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px;
  min-height: calc(256px - 40px);
  position: sticky;
  max-width: 440px;
}

.landing-new .process-wrap .process-sidebar-wrap {
  width: 60%;
  padding-right: 6%;
  padding-top: 50px;
}

.landing-new .process-wrap .process-sidebar .blue-btn {
  position: absolute;
  bottom: 20px;
  width: 68%;
}

.landing-new .process-sidebar-title {
  font-family: "Gill Sans Regular", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  color: #162b53;

  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}

.landing-new .process-sidebar-text {
  font-family: "Gill Sans Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #454545;
  max-width: 288px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.landing-new .process-wrap .process-item-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}
.landing-new .process-wrap .process-item {
  line-height: 24px;
  box-shadow: 0px 10px 30px 0px #4545451a;
  background: #fefefe;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.landing-new .process-wrap .process-subtitle {
  font-family: "Gill Sans Regular";
  font-size: 24px; /* Landing - Subtitle 2: 24/32 */
  line-height: 32px;
}

/* -----------------------------------------------------------------------------
 * PROS — 3-COLUMN layout (intro + pros card + cons card).
 *   Replaces the parent style.css 2-column "banded table" treatment.
 *   All scoped to .landing-new so the old landing-template page is untouched.
 *   Cards are self-contained padded panels (navy filled / white outlined);
 *   the title-band background from style.css is neutralised below.
 * -------------------------------------------------------------------------- */

/* Grid: intro col + two card cols. Override parent flex/50% rule. */
.landing-new .pros-wrap .content {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 1.05fr 1.05fr;
  align-items: stretch;
  gap: 24px;
}
.landing-new .pros-wrap .content > * {
  width: auto;
} /* kill parent 50% */

/* COL 1 — intro: title + subtitle + CTA, vertically centred. */
.landing-new .pros-wrap .pros-intro {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  align-items: flex-start;
  gap: 66px;
  padding-right: 16px;
}
.landing-new .pros-wrap .pros-intro .pros-title {
  width: 100%;
  margin: 0;
  color: var(--ln-navy);
  line-height: 52px;
}
.landing-new .pros-wrap .pros-intro .pros-subtitle {
  font-family: "Gill Sans Regular";
  font-size: 24px;
  line-height: 32px;
  color: var(--ln-text);
  margin: 0;
}
.landing-new .pros-wrap .pros-intro .blue-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
}

/* CARD shell — self-contained padded panel (both pros + cons). */
.landing-new .pros-wrap .pros-table {
  padding: 32px;
  border-radius: 16px;
  background: var(--ln-navy);
  position: relative;
  height: -webkit-fill-available;
}
.pros-table-img {
  position: absolute;
  right: 0;
  top: 0;
}
/* Title sits inside the panel; remove the parent's coloured band. */
.landing-new .pros-wrap .pros-table .pros-table-title {
  padding: 0;
  margin: 0 0 16px;
  background: none !important;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}

/* Badge pill under the title. */
.landing-new .pros-wrap .pros-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  margin-bottom: 20px;
}

/* Lead paragraph between badge and the checklist. */
.landing-new .pros-wrap .pros-lead {
  font-family: "Gill Sans Regular";
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 24px;
}

/* Checklist rows — flush inside the padded panel, circular icon at left. */
.landing-new .pros-wrap .pros-item {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 14px 0 14px 40px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.landing-new .pros-wrap .pros-item:last-child {
  border-radius: 0;
}
/* Icon via CSS mask so its colour follows the card (white on navy / muted on
   white). The brand SVGs are circular check/X but baked green/red; masking lets
   background-color tint them to match the design. */
.landing-new .pros-wrap .pros-item:before {
  width: 24px;
  height: 24px;
  left: 0;
  top: 14px;
  background-image: none;
  background-color: #fff;
  -webkit-mask: url(https://burntucker.com/wp-content/uploads/2025/08/advantage.svg)
    center / contain no-repeat;
  mask: url(https://burntucker.com/wp-content/uploads/2025/08/advantage.svg)
    center / contain no-repeat;
}

/* CONS card — white panel, outlined; navy title, muted badge/text. */
.landing-new .pros-wrap .pros-table.cons {
  background: #fff;
  border: 1px solid #8ba2b7;
}
.landing-new .pros-wrap .pros-table.cons .pros-table-title {
  background: none !important;
  color: var(--ln-navy);
  border: 0;
}
.landing-new .pros-wrap .pros-table.cons .pros-badge {
  background: var(--ln-soft);
  color: var(--ln-navy);
}
.landing-new .pros-wrap .pros-table.cons .pros-lead {
  color: var(--ln-text);
}
.landing-new .pros-wrap .pros-table.cons .pros-item {
  background: none;
  border: 0;
  color: var(--ln-text);
}
.landing-new .pros-wrap .pros-table.cons .pros-item:before {
  background-image: none;
  background-color: #8ba2b7; /* muted blue-gray X, per design */
  -webkit-mask: url(https://burntucker.com/wp-content/uploads/2025/08/downfall.svg)
    center / contain no-repeat;
  mask: url(https://burntucker.com/wp-content/uploads/2025/08/downfall.svg)
    center / contain no-repeat;
}

/* Tablet (960–1239): intro full-width on top, two cards side by side. */
@media only screen and (min-width: 960px) and (max-width: 1239px) {
  .landing-new .pros-wrap .content {
    grid-template-columns: 1fr 1fr;
  }
  .landing-new .pros-wrap .pros-intro {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 32px;
    padding-right: 0;
  }
  .landing-new .pros-wrap .pros-intro .pros-title {
    width: auto;
    flex: 1 1 280px;
  }
  .landing-new .pros-wrap .pros-intro .pros-subtitle {
    flex: 1 1 280px;
  }
  .landing-new .pros-wrap .pros-intro .blue-btn {
    margin-top: 0;
  }
}

/* Mobile (≤959): stack everything to one column. */
@media only screen and (max-width: 959px) {
  .landing-new .pros-wrap .content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .landing-new .pros-wrap .pros-intro {
    padding-right: 0;
    align-items: flex-start;
  }
  .landing-new .pros-wrap .pros-table {
    padding: 24px;
  }
  .landing-new .pros-wrap .pros-item {
    padding: 12px 0 12px 36px;
  }
  .landing-new .pros-wrap .pros-item:before {
    top: 12px;
  }
}

/* REVIEWS — card title is H5 20/28 +1 (parent 24/1.2); reviewer line 20/24. */
.landing-new .reviews-wrap .reviews-item-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}
.landing-new .reviews-wrap .reviews-item-info {
  line-height: 24px;
}
.landing-new .reviews-wrap .reviews-item-text {
  line-height: 24px;
}

/* LAWYERS — subtitle 24/32 stacked under the title (parent flexes it beside);
   role text P 18/24 (parent 24/1.3); name line-height H3 40. */
.landing-new .lawyers-wrap .lawyers-heading {
  /*display: block;*/
}
.landing-new .lawyers-wrap .lawyers-subtitle {
  font-family: "Gill Sans Regular";
  font-size: 18x;
  line-height: 24px;
  color: var(--ln-text);
  margin-top: 12px;
  max-width: 720px;
}
.landing-new .lawyers-wrap .lawyers-item {
  font-size: 18px;
  line-height: 24px;
}
.landing-new .lawyers-wrap .lawyers-item .lawyer-name {
  line-height: 40px;
}

/* WHY US — heading stacks (parent flexes title+subtitle); subtitle 24/32;
   item title is H5 20/28 +1 (parent has 22/1.1 capitalize). */

 .why-wrap-section {
    position: relative;
  }
  .why-wrap-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(139, 162, 183, 0.2) 52.4%,
      transparent 100%
    );
  }

  .landing-new .why-wrap{
	    padding: 70px 0 90px;
  }
.landing-new .why-wrap .why-item {
  padding: 8px 28px 8px 8px;
  margin-bottom: 16px;
}
.landing-new .why-wrap .why-item img {
  max-width: 120px;
}
.landing-new .why-wrap .form-wrap {
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px #4545451a;
  border: 1px solid #8ba2b733;
}

.landing-new .why-wrap .form-wrap .wpforms-form button[type="submit"]
{
	width: 100%;
    max-width: 364px;
	background-position: calc(100% - 124px) 56%;
}


.landing-new .form-wrap .form-phone{
    left: 410px;
}
.landing-new .why-wrap .why-item {
  background: #efebe599;
}
.landing-new .why-wrap .why-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 80px;
}
.landing-new .why-wrap .why-subtitle {
  font-family: "Gill Sans Regular";
  font-size: 18px;
  line-height: 24px;
  color: var(--ln-text);
  margin-top: 12px;
}
.landing-new .why-wrap .why-item-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: none; /* design title-cases the authored copy, not forced caps */
}

/* COMMON DISABILITIES (services) — heading stacks; subtitle 24/32 Regular.
   Section keeps its intentional dark gradient bg + white text restyle. */
.landing-new .services-wrap .services-heading {
  display: block;
}
.landing-new .services-wrap .services-subtitle {
  font-family: "Gill Sans Regular";
  font-size: 24px;
  line-height: 32px;
  margin-top: 12px;
  color: #fefefe;
}
.landing-new .services-wrap .services-item {
  font-family: "Gill Sans Regular";
  font-weight: 400;
  height: 40px;
      width: calc(100% / 4 - 58px);
white-space-collapse: preserve;
}
.landing-new .services-wrap .services-item strong {
  font-weight: 700;
}
/* -----------------------------------------------------------------------------
 * 3) HERO — charcoal photo background + badges row (matches Figma 3230:3365)
 * -------------------------------------------------------------------------- */
/* Figma: charcoal #373737 base, hero photo, radial fade to the charcoal, and
   only the TOP corners rounded (40px). Inherited style.css rounds all corners
   at 10px with no charcoal/fade — override here. The photo itself is the
   client's asset (1-scaled.png); we keep it and layer the fade on top. */
.landing-new .banner {
  background-position: top left;
  background-size: calc(55%);
  margin: 0 12px;
  /* background-size: contain;*/
  background-repeat: no-repeat;
  background-color: #373737;
  background-blend-mode: normal;
  border-radius: 40px 40px 0 0;
  position: relative;
  overflow: hidden;
  padding: 100px 0 210px;
  height: auto;
}
.landing-new .banner:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* fade the right/bottom toward the charcoal so the text column stays legible */
  background: radial-gradient(
    120% 90% at 18% 40%,
    rgba(55, 55, 55, 0) 45%,
    rgba(55, 55, 55, 0.88) 100%
  );
}
.landing-new .banner .container {
  position: relative;
  z-index: 1;
}
.landing-new .banner .content {
  align-items: self-end;
}

.landing-new .banner .content .col-text {
  margin-left: 25px;
}

.landing-new .banner .open-modal-popup {
  margin-bottom: 0;
}
.landing-new .banner .banner-badges {
  display: flex;
  gap: 48px; /* Figma gap between Lexpert + CS badges */
  align-items: center;
  margin-bottom: 20px;
}
.landing-new .banner .banner-badges img {
  max-width: 260px; /* Lexpert badge is 260px wide in the design */
  max-height: 70px;
  object-fit: contain;
  object-position: left;
}

/* =============================================================================
 * 4) NEW SECTION — "Why Disability Benefits Get Denied" (denial-wrap)
 *    Figma 3153:1678: heading in a LEFT column, 4 cards in a row BESIDE it.
 *    Each card = large illustration in a white tile on top + centered title.
 * ========================================================================== */
.landing-new .denial-wrap {
  margin-top: -100px;
  position: relative;
  background: #fefefe;
  border-radius: 40px;
  padding: 80px 0 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.landing-new .denial-wrap .container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.landing-new .denial-wrap .container::after {
  content: none;
}
/* Betheme's .container:after clearfix (be.css) has width:100%; as a flex child
   it becomes a 3rd flex item that eats all free space and collapses the grid.
   Neutralize it inside this flex row. */
.landing-new .denial-wrap .container::after {
  content: none;
}
.landing-new .denial-wrap .denial-heading {
  flex: 0 0 304px;
  max-width: 304px;
  margin-bottom: 0;
}
.landing-new .denial-wrap .denial-eyebrow {
  font-family: "Gill Sans Regular";
  font-size: 18px; /* P: 18/24 */
  line-height: 24px;
  color: var(--ln-text);
  margin-bottom: 12px;
  margin-top: 35px;
}
.landing-new .denial-wrap .denial-title {
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-transform: capitalize;
  color: var(--ln-navy);
}
.landing-new .denial-wrap .denial-container {
  flex: 1 1 0%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.landing-new .denial-wrap .denial-item {
  background: var(--ln-card);
  border-radius: 10px;
  padding: 16px 16px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #8ba2b733;
}
/* Illustration sits in a white rounded tile filling the card width */
.landing-new .denial-wrap .denial-item img {
  width: 100%;
  height: 130px;
  background: var(--ln-card);
  border-radius: 8px;
  object-fit: contain;
  object-position: center;

  box-sizing: border-box;
}
.landing-new .denial-wrap .denial-item-title {
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 20px; /* H5 */
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--ln-text);
  text-align: center; /* Figma centers the card titles */
  margin: 0 8px;
}

/* =============================================================================
 * 5) NEW SECTION — "What Qualifies For LTD" (qualifies-wrap)
 *    Figma: whole section in a soft rounded panel; heading row = title LEFT,
 *    subtitle RIGHT (two columns).
 * ========================================================================== */
.landing-new .qualifies-wrap {
  padding: 40px 0;
  color: var(--ln-text);
}
/* Soft rounded panel wrapping the section content (inner div, not .container,
   so the theme's grid gutters/max-width are not disturbed) */
.landing-new .qualifies-wrap .qualifies-panel {
  background: var(--ln-beige);
  border-radius: 20px;
  padding: 48px;
  box-sizing: border-box;
  box-shadow: 0px 25px 50px 0px #4545451a;
  border: 2px solid #fefefe99;
}
.landing-new .qualifies-wrap .qualifies-heading {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 40px;
}
.landing-new .qualifies-wrap .qualifies-title {
  flex: 1 1 0;
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 42px; /* H2: 42/52 */
  line-height: 52px;
  text-transform: capitalize;
  color: var(--ln-navy);
  margin-bottom: 0;
}
.landing-new .qualifies-wrap .qualifies-subtitle {
  flex: 1 1 0;
  font-family: "Gill Sans Regular";
  font-size: 18px; /* Landing - Subtitle 2: 24/32 */
  line-height: 24px;
  max-width: none;
  padding-top: 4px;
}
.landing-new .qualifies-wrap .qualifies-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.landing-new .qualifies-wrap .qualifies-list {
  width: 66%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.landing-new .qualifies-wrap .qualifies-item {
  background: var(--ln-card);
  /*border: 1px solid var(--ln-border);*/
  border-radius: 10px;
  padding: 28px;
  font-family: "Gill Sans Regular";
  font-size: 18px; /* P: 18/24 */
  line-height: 24px;
  position: relative;
}

.landing-new .qualifies-wrap .qualifies-item .qualifies-item-title:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 24px;
  top: 28px;
  background-image: url(https://burntucker.com/wp-content/uploads/2026/06/checkmark.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.landing-new .qualifies-wrap .qualifies-item-title {
  position: relative;
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 20px; /* H5: 20/28 +1 */
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--ln-navy);
  margin-bottom: 10px;
  padding-left: 36px; /* leave space for the checkmark icon */
}
.landing-new .qualifies-wrap .qualifies-cta {
  width: 34%;
  background: var(--ln-navy);
  color: #fefefe;
  border-radius: 10px;
  padding: 36px 32px;
  box-sizing: border-box;
  align-self: stretch;
}
.landing-new .qualifies-wrap .qualifies-cta p {
  font-family: "Gill Sans Regular";
  font-size: 18px; /* P: 18/24 */
  line-height: 24px;
  margin-bottom: 28px;
}

/* =============================================================================
 * 6) "We Help Overturn Denied Claims" (overturn-wrap — was content-wrap)
 *    Reuses .content / .col-img / .col-text / .content-list from style.css.
 * ========================================================================== */
.landing-new .overturn-wrap {
  padding: 60px 0;
}
.landing-new .overturn-wrap .content {
  display: flex;
  align-items: stretch;

  justify-content: space-between;
  gap: 48px;
}
.landing-new .overturn-wrap .col-img {
  width: 50%;
}
.landing-new .overturn-wrap .col-img img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.landing-new .overturn-wrap .col-text {
  width: 45%;
  font-family: "Gill Sans Regular";
  font-size: 18px; /* P: 18/24 */
  line-height: 24px;
  color: var(--ln-text);
}
.landing-new .overturn-wrap .overturn-title {
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 42px; /* H2: 42/52 */
  line-height: 52px;
  text-transform: capitalize;
  color: var(--ln-navy);
  margin-bottom: 16px;
}
.landing-new .overturn-wrap .overturn-text {
  margin-bottom: 24px;
}
.landing-new .overturn-wrap .overturn-rating {
  background: var(--ln-page-bg);
  border-radius: 6px;
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.landing-new .overturn-wrap .overturn-rating-stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.overturn-rating-wrapper {
  display: flex;
  align-items: flex-start;

  max-width: 360px;
  flex-direction: column;
  justify-content: center;
  background: #fefefe;

  border-radius: 5px;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
}
.landing-new .overturn-wrap .overturn-rating b {
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 18px;
  color: var(--ln-navy);
}
.landing-new .overturn-wrap .overturn-rating .btn-green {
  margin-left: auto;
}
.landing-new .overturn-wrap .content-title {
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 20px;
  color: var(--ln-text);
  margin-bottom: 20px;
}
/* Two-column checklist like the design */
.landing-new .overturn-wrap .content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
.landing-new .overturn-wrap .content-list li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 0;
  font-size: 18px; /* P: 18/24 */
  line-height: 24px;
}
.landing-new .overturn-wrap .content-list li:before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(https://burntucker.com/wp-content/uploads/2026/06/checkmark.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* =============================================================================
 * 7) REVIEWS — restyled DARK navy block + Google rating header
 * ========================================================================== */
.landing-new .reviews-wrap {
  padding: 0;
  margin: 0 48px;
}

/* Two-column card: photo+slider | content */
.landing-new .reviews-card {
  display: flex;
  align-items: stretch;
  border-radius: 24px;
  overflow: hidden;
  background: var(--ln-navy);
  color: #fefefe;
  min-height: 620px;
}

/* LEFT — person photo as background, slider card floated near the bottom */
.landing-new .reviews-media {
  position: relative;
  width: 100%;
  max-width: 752px;
  flex: none;
  background-size: cover;
  background-position: center;
  background-color: #1f3050;
  /*fallbackbeforephotoloads*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
      align-items: flex-start;
      gap: 16px;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;

}
.landing-new .reviews-media .mobi-vis{
      margin-left: 30px;
    
}
.landing-new .reviews-slider {
  width: 100%;
}

/* Equal-height slides (slide mode): flex the track so every slide matches the
   tallest, keeping the name row + arrows aligned across slides. */
/* No gap: single-slide (slidesToShow:1) — a track gap offsets the slide and
   stops it filling 100% width. display:flex stays for equal-height slides. */
.landing-new .reviews-slider .slick-track {
  display: flex;
}
.landing-new .reviews-slider .slick-slide {
  height: auto;
}
.landing-new .reviews-slider .slick-slide > div {
  height: 100%;
}

/* White review card (one slide) */
.landing-new .reviews-wrap .reviews-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fefefe;
  color: var(--ln-text);
  border: none;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.landing-new .reviews-item-text {
  font-family: "Gill Sans Regular";
  font-size: 17px;
  line-height: 26px;
  color: var(--ln-text);
}
/* Decorative open-quote above the card text */
.landing-new .reviews-item-text::before {
  content: "\201C";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 80px;
  line-height: 0.6;
  color: #fefefe;
  position: absolute;
  top: -54px;
  left: 40px;
}
.landing-new .reviews-item-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto; /* push to the card bottom so it aligns across slides */
  padding-top: 20px;
  border-top: 1px solid #8ba2b71f !important;

  justify-content: flex-start !important;
}
.landing-new .reviews-item-avatar {
  width: 48px;
  height: 48px;
  margin: 0;
  object-fit: cover;
  flex: none;
}
.landing-new .reviews-item-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Gill Sans Regular";
  font-weight: 700;
  color: var(--ln-navy);
}
.landing-new .reviews-item-meta img {
  height: 16px;
  width: auto;
}

/* Arrows live in .reviews-arrows (Slick appendArrows), positioned over the
   visible card's bottom-right corner — on the name-row line, inside the card.
   Offsets = media padding (40) + card padding (32) = 72px. */
.landing-new .reviews-arrows {
  position: absolute;
  bottom: 30px;
  right: 40px;
  display: flex;
  gap: 12px;
  z-index: 3;
}
.landing-new .reviews-arrows .slick-arrow {
  position: static; /* override Slick's default absolute positioning */
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 16px;
  transition: background-color 0.2s;
}
.landing-new .reviews-arrows .slick-prev {
  background-color: #edede7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'%3E%3Cpath d='M8 1L1 8l7 7' stroke='%23162B53' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.landing-new .reviews-arrows .slick-next {
  background-color: var(--ln-navy);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'%3E%3Cpath d='M1 1l7 7-7 7' stroke='%23FEFEFE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.landing-new .reviews-arrows .slick-prev:hover {
  background-color: #e2e2da;
}
.landing-new .reviews-arrows .slick-next:hover {
  background-color: var(--ln-navy-hover);
}
.landing-new .reviews-arrows .slick-disabled {
  opacity: 0.45;
  cursor: default;
}

/* RIGHT — title, copy, CTA, rating */
.landing-new .reviews-content {
  width: 100%;
  flex: none;
  padding: 56px 56px 48px;
  display: flex;
  flex-direction: column;
  max-width: 632px; /* match the media max-width so the content doesn't stretch too wide */
}
.landing-new .reviews-wrap .reviews-title {
  color: #fefefe;
  margin-bottom: 24px;
}
.landing-new .reviews-body p {
  font-family: "Gill Sans Regular";
  font-size: 18px;
  line-height: 26px;
  color: #fefefe;
  margin: 0 0 20px;
}
.landing-new .reviews-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
/* CTA: white button on the navy panel */
.landing-new .reviews-footer .btn-green {
  background-color: #fefefe;
  color: var(--ln-navy) !important;
  border-color: #fefefe;
}
.landing-new .reviews-footer .btn-green:hover {
  background-color: #e9e9e9;
  color: var(--ln-navy) !important;
}
.landing-new .reviews-footer .btn-green img {
  filter: none;
}
.landing-new .reviews-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 50px;
}
.landing-new .reviews-rating-g {
  width: 40px;
  height: 40px;
}
.landing-new .reviews-rating > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Gill Sans Regular";
  font-weight: 700;
  color: #fefefe;
}
.landing-new .reviews-rating span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.landing-new .reviews-rating span img {
  height: 16px;
  width: auto;
}

/* =============================================================================
 * 8) ACCREDITATION logos — standalone band (reuses .why-logos markup)
 * ========================================================================== */
.landing-new .accreditation-wrap {
  padding: 100px 0;
}
.landing-new .accreditation-wrap .why-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.landing-new .accreditation-wrap .why-logos a,
.landing-new .accreditation-wrap .why-logos span {

    display: flex;
     align-items: center;
    justify-content: center;
    width: 304px;
    height: 140px;
  background: #EFEBE54D;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
 
.landing-new .accreditation-wrap .why-logos img {
max-height: 62px;
    width: auto;
  object-fit: contain;
}

/* =============================================================================
 * 9) NEW SECTION — Final CTA + limited-time alert (final-cta-wrap)
 * ========================================================================== */
.landing-new .final-cta-wrap {
  padding: 40px 0 0x;
}

/* One white card (radius 20, soft shadow) split two-up — Figma 3196:2521 */
.landing-new .final-cta-wrap .final-cta-card {
  display: flex;
  align-items: stretch;
  background: var(--ln-card);
  border: 2px solid rgba(139, 162, 183, 0.2);
  border-left: none;
  border-radius: 20px;
  box-shadow: 0 20px 50px 0 rgba(69, 69, 69, 0.1);
  overflow: hidden;
  min-height: 624px;
}

/* LEFT — beige panel: title + body at top, team photo fading into the beige,
   alert chip pinned at the bottom. Figma node 3153:2504 (#EFEBE5). */
.landing-new .final-cta-wrap .final-cta-panel {
  width: 50%;
  background: var(--ln-beige);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 16px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.landing-new .final-cta-wrap .final-cta-text {
  position: relative;
  z-index: 2;
  padding: 36px 48px 0;
}
.landing-new .final-cta-wrap .final-cta-title {
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 32px; /* H3: 32/40 */
  line-height: 40px;
  text-transform: capitalize;
  color: var(--ln-navy);
  margin-bottom: 24px;
}
.landing-new .final-cta-wrap .final-cta-subtitle {
  font-family: "Gill Sans Regular";
  font-size: 18px; /* P: 18/24 */
  line-height: 24px;
  color: var(--ln-text);
  margin-bottom: 0;
}
/* Team photo sits behind the lower area and fades into the beige */
.landing-new .final-cta-wrap .final-cta-team {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
     bottom: -10px;
    width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  z-index: 1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 44%,
    #000 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 44%,
    #000 80%,
    transparent 100%
  );
}
/* White alert chip with clock icon in a beige square — Figma 3153:2505 */
.landing-new .final-cta-wrap .final-cta-alert {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--ln-card);
  border-radius: 14px;
  padding: 8px 28px 8px 8px;
  box-shadow: 0 8px 24px -12px rgba(69, 69, 69, 0.25);
}
.landing-new .final-cta-wrap .final-cta-alert-icon {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ln-beige);
  border-radius: 10px;
}
.landing-new .final-cta-wrap .final-cta-alert-icon img {
  width: 48px;
  height: 48px;
}
.landing-new .final-cta-wrap .final-cta-alert-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.landing-new .final-cta-wrap .final-cta-alert-text b {
  font-family: "Gill Sans Regular";
  font-weight: 700;
  font-size: 16px; /* p-bold uppercase 16/20 */
  line-height: 20px;
  text-transform: uppercase;
  color: var(--ln-navy);
}
.landing-new .final-cta-wrap .final-cta-alert-text span {
  font-family: "Gill Sans Regular";
  font-size: 18px; /* P: 18/24 */
  line-height: 24px;
  color: var(--ln-text);
}

/* RIGHT — form half (Figma 3153:2492, padding 60) */
.landing-new .final-cta-wrap .final-cta-form {
  width: 50%;
  display: flex;
  align-items: stretch;
  padding: 48px;
  box-sizing: border-box;
}
.landing-new .final-cta-wrap .final-cta-form .form-wrap {
  width: 100%;
  border: none;
  padding: 0;
}

.landing-new  .final-cta-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
      padding: 14px 0 0 0;
}


/* Section heading titles in the new sections share the navy form title color */
.landing-new .form-title {
  color: var(--ln-navy);
}

/* =============================================================================
 * 9b) FOOTER  (landing-new only — minimal dark footer per Figma)
 * ========================================================================== */
.ln-footer {
  background: #171717; /* Landing-BLACK */
  border-radius: 40px 40px 0 0;
  color: #fefefe;
  margin: -100px 10px 0;
  padding: 160px 0 0;
}
.ln-footer .container {
  position: relative;
}

    .ln-footer .container {
        max-width: 1567px;
    }
/* Top row: logo left, tagline right */
.ln-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 56px;
}
.ln-footer-logo {
  display: inline-block;
  flex: none;
}
.ln-footer-logo img {
  width: 290px;
  max-width: 100%;
  height: auto;
}
.ln-footer-tagline {
  margin: 0;
  max-width: 560px;
  font-family: "Gill Sans Regular";
  font-size: 18px;
  line-height: 24px;
  color: #fefefe;
  text-align: right;
}

/* Bottom row: copyright left, dnovo right, divided by a hairline */
.ln-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(254, 254, 254, 0.15);
}
.ln-footer-copyright {
  font-family: "Gill Sans Regular";
  font-size: 15px;
  line-height: 22px;
  color: #9b9b9b;
}
.ln-footer-dnovo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Gill Sans Regular";
  font-size: 15px;
  color: #9b9b9b;
  white-space: nowrap;
}
.ln-footer-dnovo a {
  display: inline-flex;
  align-items: center;
}
.ln-footer-dnovo img {
  height: 20px;
  width: auto;
}

/* =============================================================================
 * 9c) MOBILE SLIDERS (<= 530px)  —  denial / lawyers / insurance / why-logos
 * Slick (JS) adds .slick-initialized only at <=530px; these rules apply only
 * then, so the desktop grid/flex layouts above 530px are untouched. The
 * container's own display:grid / display:flex must yield to Slick's track.
 * ========================================================================== */
.landing-new .denial-container.slick-initialized,
.landing-new .lawyers-container.slick-initialized,
.landing-new .process-text.slick-initialized,
.landing-new .insurance-container.slick-initialized,
.landing-new .why-logos.slick-initialized {
  display: block;
  /* CRITICAL: these containers are flex children with `flex:1 1 auto`, so they
	   size to content. Slick then reads a huge content-based width and the
	   slidesToShow math explodes (we saw 92188px). Pin them to the available
	   width and let them shrink (min-width:0) so Slick reads the viewport box. */
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex: 0 0 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* --- Slick CORE layout, self-contained ---------------------------------------
   The symptom "all cards stacked vertically, one slide" = Slick's base track/
   list/slide CSS not applying (CDN slick.css missing or overridden). Re-declare
   the essential horizontal-layout rules here, scoped to our sliders, so they
   work regardless of the external slick.css. (From slick.css 1.8.1.) */
.landing-new .slick-initialized .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.landing-new .slick-initialized .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}
/* The slick.css 1.8.1 clearfix (::before/::after with display:table) is for the
   FLOAT layout. Our track is display:flex, where those pseudo-elements turn into
   FLEX ITEMS — ::before takes the first slot and pushes every slide right, so the
   first/active slide can't sit at offset 0 (the recurring left-gap bug). Kill
   them with content:none so the track has only real slides as flex items. */
.landing-new .slick-initialized .slick-track::before,
.landing-new .slick-initialized .slick-track::after {
  content: none;
  display: none;
}
.landing-new .slick-initialized .slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
}
.landing-new .slick-initialized .slick-slide img {
  display: block;
}

/* Card sliders: Slick sizes each .slick-slide; the item inside must FILL it.
   style.css gives lawyers-item width:calc(100%/4...) and denial-item a grid
   width — those fight Slick's slide width and cause the overflow/mess. Force
   width:100% and put the gutter on inner padding (NOT slide margin, which
   would break the slidesToShow:1.2 width math). */
/* IMPORTANT: when Slick inits, each .denial-item / .lawyers-item BECOMES the
   .slick-slide directly (they were already direct children — no extra wrapper
   <div>). Slick sets an inline per-slide width (e.g. 394px). Do NOT force
   width:100% — that overrides Slick's slide width and collapses every card to
   full width = one stacked column (the bug). Just neutralize the style.css
   float/max-width and add the peek gutter as right padding inside the slide
   box (box-sizing:border-box keeps Slick's 394px intact). */
.landing-new .denial-container.slick-initialized .denial-item,
.landing-new .lawyers-container.slick-initialized .lawyers-item,
.landing-new .process-text.slick-initialized .process-item {
  float: left; /* slides MUST float to lay out in one horizontal row;
	                                our 3-class selector beat the CDN slick.css float:left,
	                                so re-assert it here or the slides stack vertically */
  max-width: none;
  margin: 0;
  padding-right: 16px; /* gutter between peeked cards */
  box-sizing: border-box;
  height: auto;
}

/* Process step cards become slides only on mobile (<=530px). style.css gives
   .process-item a bottom margin for the stacked desktop list — neutralize it in
   the slider so Slick's height math stays clean; keep the inner padding/card
   look from the landing-new .process-item rule above. */
.landing-new .process-text.slick-initialized .process-item {
  margin-bottom: 0;
  padding: 20px 36px 20px 20px; /* base 20 + 16 peek gutter on the right */
}

/* Logo strips: center each logo within its slide */
.landing-new .insurance-container.slick-initialized .slick-slide,
.landing-new .why-logos.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.landing-new .insurance-container.slick-initialized img,
.landing-new .why-logos.slick-initialized img {
  max-width: 80%;
 
  width: auto;
  height: auto;
}

/* Let Slick use its NATIVE float + inline-width layout — it handles the
   slidesToShow:1.2 peek correctly on its own. Do NOT flex .slick-track: in
   Slick 1.8.1 that breaks the slide-width math and collapses slides to empty
   boxes (the bug we hit). Cards take their natural height. */
/* Dots — all four mobile sliders (denial / lawyers / insurance / why-logos) */
.landing-new .slick-initialized .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.landing-new .slick-initialized .slick-dots li {
  line-height: 0;
}
.landing-new .slick-initialized .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #c7cfd9;
  font-size: 0;
  cursor: pointer;
}
.landing-new .slick-initialized .slick-dots .slick-active button {
  background: var(--ln-navy);
}

/* =============================================================================
 * 10) RESPONSIVE
 * ========================================================================== */

/* Applies only between 1101px and 1280px inclusive */
@media only screen and (min-width: 1025px) and (max-width: 1512px) {

.section_wrapper, .container {
        padding: 0px 16px;
    }


.landing-new .form-wrap .wpforms-container .wpforms-form button[type="submit"],
.landing-new .why-wrap .form-wrap .wpforms-form button[type="submit"] {
   min-width: 222px;max-width: 222px;
}
.landing-new .form-wrap .form-phone {
    left: 300px !important;
}
.page-template-landing-new .final-cta-form .form-wrap .form-phone {
    top: 71%;
    left: 270px!important;
}
		
.landing-new .reviews-media {max-width: 50%;}
.landing-new .reviews-content {max-width: 40%;}


.landing-new .accreditation-wrap .why-logos {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.landing-new .accreditation-wrap .why-logos a, 
.landing-new .accreditation-wrap .why-logos span {width: auto;height: 120px;}

.landing-new .reviews-wrap {margin: 0;}


.ln-footer .container { padding: 0 16px;}
}


/* --- Tablet / small desktop: drop the 4-up grids to 2-up --- */
@media only screen and (max-width: 1100px) {
  /* Denial: stack heading above the cards, cards 2-up */
  .landing-new .denial-wrap .container {
    flex-direction: column;
    gap: 32px;
  }
  .landing-new .denial-wrap .denial-heading {
    flex: none;
    max-width: 100%;
  }
  .landing-new .denial-wrap .denial-container {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  /* Qualifies: stack the heading (title over subtitle) + content */
  .landing-new .qualifies-wrap .qualifies-heading {
    flex-direction: column;
    gap: 16px;
  }
  .landing-new .qualifies-wrap .qualifies-content {
    flex-direction: column;
  }
  .landing-new .qualifies-wrap .qualifies-list,
  .landing-new .qualifies-wrap .qualifies-cta {
    width: 100%;
  }
  .landing-new .final-cta-wrap .final-cta-card {
    flex-direction: column;
  }
  .landing-new .final-cta-wrap .final-cta-panel,
  .landing-new .final-cta-wrap .final-cta-form {
    width: 100%;
  }
  .landing-new .overturn-wrap .content {
    gap: 32px;
  }
}

/* --- Mobile --- */
@media only screen and (max-width: 767px) {
  /* Re-scope the body-class rules style.css applies to the old template */
  body.landing-fig .top_bar_right {
    display: none !important;
  }
  body.landing-fig #Header {
    min-height: 76px;
  }
  .landing-fig main {
    margin-top: 76px;
  }
  body.landing-fig .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  body.landing-fig .btn-green:not(.mob-btn) {
    max-width: 100%;
    width: 100%;
  }
  body.landing-fig .landing-page .banner .btn-green {
    margin: 36px 0;
    max-width: 100%;
  }

  /* Hero badges centered on mobile */
  .landing-new .banner .banner-badges {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .landing-new .banner .banner-badges img {
    max-width: 170px;
            max-height: -webkit-fill-available;
  }

  /* New: denial cards stack to a single column */
  .landing-new .denial-wrap {
    padding: 48px 0 24px;
  }
  .landing-new .denial-wrap .denial-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .landing-new .denial-wrap .denial-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .landing-new .denial-wrap .denial-item {
    padding: 16px 16px 24px;
  }

  /* New: qualifies stacks (already column from tablet rule); single-col list */
  .landing-new .qualifies-wrap {
    padding: 24px 0;
  }
  .landing-new .qualifies-wrap .qualifies-panel {
    padding: 28px 20px;
  }
  .landing-new .qualifies-wrap .qualifies-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .landing-new .qualifies-wrap .qualifies-list {
    grid-template-columns: 1fr;
  }

  /* Overturn: stack + single-column checklist */
  .landing-new .overturn-wrap {
    padding: 40px 0;
  }
  .landing-new .overturn-wrap .content {
    flex-direction: column;
    gap: 24px;
  }
  .landing-new .overturn-wrap .col-img,
  .landing-new .overturn-wrap .col-text {
    width: 100%;
  }
  .landing-new .overturn-wrap .overturn-title {
    font-size: 30px;
  }
  .landing-new .overturn-wrap .overturn-rating .btn-green {
    margin-left: 0;
    width: 100%;
  }
  .landing-new .overturn-wrap .content-list {
    grid-template-columns: 1fr;
  }

  /* Reviews dark block: tighten padding/margins on mobile */
  .landing-new .reviews-wrap {
    margin: 0 16px;
  }
  .landing-new .reviews-card {
    flex-direction: column;
    min-height: 0;
    border-radius: 16px;
  }
  .landing-new .reviews-media {
    width: 100%;
    min-height: 420px;
    padding: 24px;
	        width: auto;
  }
  .landing-new .reviews-content {
    width: 100%;
    padding: 32px 24px;
	        width: auto;
  }
  .landing-new .reviews-wrap .reviews-item {
    padding: 24px;
  }
  .landing-new .reviews-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .landing-new .reviews-footer .btn-green {
    width: 100%;
  }
  .landing-new .reviews-slider .slick-prev {
    right: 88px;
  }
  .landing-new .reviews-slider .slick-next {
    right: 24px;
  }
  .landing-new .reviews-slider .slick-arrow {
    bottom: 24px;
  }

  /* Accreditation logos wrap nicely */
  .landing-new .accreditation-wrap {
    padding: 32px 0;
  }
  .landing-new .accreditation-wrap .why-logos {
    justify-content: center;
    gap: 20px 32px;
  }
  .landing-new .accreditation-wrap .why-logos img {
    max-width: 110px;
    max-height: 50px;
  }

  /* Final CTA */
  .landing-new .final-cta-wrap {
    padding: 24px 0 60px;
  }
  .landing-new .final-cta-wrap .final-cta-text {
    padding: 28px 24px 0;
  }
  .landing-new .final-cta-wrap .final-cta-title {
    font-size: 26px;
    line-height: 32px;
  }
  .landing-new .final-cta-wrap .final-cta-team {
    position: static;
    transform: none;
    width: 114%;
            margin-left: -7%;        margin-top: -65px;
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 12px;

  }
  .landing-new .final-cta-wrap .final-cta-alert {
    gap: 14px;
    padding: 8px 18px 8px 8px;margin: -50px 10px 10px;
  }
  .landing-new .final-cta-wrap .final-cta-alert-icon {
    width: 64px;
    height: 64px;
  }
  .landing-new .final-cta-wrap .final-cta-alert-icon img {
    width: 34px;
    height: 34px;
  }
  .landing-new .final-cta-wrap .final-cta-alert-text b {
    font-size: 14px;
    line-height: 18px;
  }
  .landing-new .final-cta-wrap .final-cta-alert-text span {
    font-size: 15px;
    line-height: 20px;
  }
  .landing-new .final-cta-wrap .final-cta-form {
    padding: 24px;
  }

  /* Phone-line under form: reuse style.css behavior (already applies) */

  /* Footer: stack + center both rows */
  .ln-footer {
    margin: 24px 16px 0;
    padding: 40px 0 0;
    border-radius: 24px 24px 0 0;
  }
  .ln-footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    padding-bottom: 32px;
  }
  .ln-footer-logo img {
    width: 220px;
  }
  .ln-footer-tagline {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .ln-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}


.ln-mobile-bar{display: none;}

/* --- Mobile small--- */
@media only screen and (max-width: 530px) {
  body.page-template-landing-new #Header #Top_bar .top_bar_right {
    display: none !important;
  }

  .landing-new .banner {
    background-position: top;
    background-size: 100%;
    padding: 200px 0 50px;
              margin: 0 10px;
 box-shadow: inset 0 -50vh 0 0 #ffffff; /* Fills the bottom half with white */
  }
		
		.landing-new .banner:after{background: unset;}
		
		.banner .container{
padding-left: 0px !important;
 padding-right: 0px !important;
		}
  .landing-new .banner .content .col-text {
    margin-left: 0;
			padding: 0 20px;
        width: calc(100% - 40px);
  }
  .page-template-landing-new .open-modal-popup {
    display: block;
  }
		.page-template-landing-new .landing-page .form-wrap .form-phone{justify-content: center;}
		
		
  /*reasons*/
  .landing-new .denial-wrap .container {
    max-width: 90% !important;
    margin: 0 auto;
  }

  .landing-new .qualifies-wrap .qualifies-panel {
    padding: 40px 20px 20px;
  }
  /* Peek sliders (denial/lawyers/process at slidesToShow:1.2) get a track gap.
   EXCLUDE the reviews slider: it's slidesToShow:1 (single full-width card), and
   a flex gap there adds space Slick's translate math didn't budget for, so the
   active slide is pushed and can't fill 100% width (left gap). Its inter-card
   separation is irrelevant since only one card shows. */
  .landing-new .slick-initialized:not(.reviews-slider) .slick-track {
    display: flex;
    gap: 20px;
  }
  .landing-new .slick-initialized .slick-slide {
    height: auto;
  }

  .landing-new .overturn-wrap .overturn-rating {
    grid-template-columns: 1fr;
  }

  .landing-new .process-wrap .process-sidebar-wrap {
    width: 100%;
    padding-right: 0;
  }

 

  .landing-new .why-wrap .why-heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 20px;
  }

  /*services*/
.landing-new .services-wrap{
	    background-image: url(https://burntucker.com/wp-content/uploads/2026/06/service-mob-bg.png), radial-gradient(76.97% 153.95% at 100% 100%, #637484 0%, #171717 99.51%);
}

  .landing-new .services-wrap {
    background-position: top;
    background-size: unset;
    background-repeat: no-repeat;
    padding: 270px 0 120px;
  }
  .landing-new .services-wrap .services-item {
            height: auto;
    width: 47%;
    display: inline-block;
    padding: 12px;
  }

  /*qualify*/
  .landing-new .overturn-wrap .col-text {
    padding: 40px 28px;        width: auto;
  }

  .landing-new .qualifies-wrap .qualifies-cta {
    padding: 20px;
    min-height: 488px;
  }

  .landing-new .overturn-wrap .col-img {
    order: 2;
  }


.landing-new .pros-wrap .pros-intro {

    padding-top: 0px;
    gap: 28px;
    padding-right: 0;
}

.landing-new .pros-wrap .pros-intro .blue-btn {

    width: -webkit-fill-available;
}

.why-logos a ,.why-logos img{min-width: 160px;}

.landing-new .accreditation-wrap .why-logos a,
.landing-new .accreditation-wrap .why-logos span {
 background: #EFEBE54D;
padding: 20px;
}

.landing-new .accreditation-wrap .why-logos img{
          max-width: 100%;
        max-height: 66%;         
        object-fit: contain;

  }

		
		.landing-new .process-wrap .process-img {
        width: 50% ;
    }
		
		
  /*testimonials*/
      .landing-new .reviews-wrap {
        margin: 0;
    }
.landing-new  .mobi-vis{

    margin-top: 220px;
}
.landing-new  .mobi-vis svg{margin-left: 20px;}
  .landing-new .reviews-media {
    padding: 12px;background-position-x: left -70px;
    display: flex;
        flex-direction: column;align-items: flex-start;gap: 10px
  }
  .landing-page .reviews-wrap .reviews-item-info > div{    gap: 5px;}
.landing-new .reviews-arrows {
    bottom: 10px;
  
}

  /* Don't override Slick's inline per-slide width. reviews is slidesToShow:1, so
   Slick sizes each slide to the full container and sets the matching track
   translate; forcing width:calc(100% - 24px) makes the slide narrower than the
   slot Slick translated to, leaving a left gap. Let Slick own the slide width. */

  /*team*/
  .landing-new .lawyers-wrap .lawyers-item {
    height: 260px !important;
  }
.landing-new .final-cta-wrap .final-cta-panel{
	width: auto;gap: 0px;padding: 0px 0px 0px 0px;
}
		
.landing-new .why-wrap .why-item {
    display: flex;
    flex-direction: column;
gap: 5px;
        padding: 8px 8px 16px 16px;
    }
        


.landing-new .why-wrap .why-item div {
display: flex;
justify-content: space-between;
        width: 100%;
}
.landing-page .why-wrap .why-item-title{margin-bottom: 0;padding-right: 22%;color: #454545;}
.landing-page .why-wrap .why-item img {
        width: 100px;
        height: 100px;
				object-fit: cover;
}
		
.landing-new .final-cta-wrap {
        padding: 24px 0 20px;
    }

		
  /*form*/
  .landing-new .banner .content .col-form {
    margin-right: 0;
   margin-top: 38px;
 
  }
  .landing-new .banner .form-wrap {
			    border-radius: 20px;	border: 1px solid #8BA2B733;
		}

  .sticky-btns {
    display: none !important;
  }

  /* Mobile fixed bottom CTA bar (landing-new only) — matches Figma:
     white bar, phone block left (tel:), navy gradient FREE CONSULT right. */
  .ln-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 24px);
    z-index: 9999999;
    padding: 8px 12px;
    background: #fefefe;
    border-top: 1px solid rgba(139, 162, 183, 0.3);
    box-shadow: 0 -6px 20px -12px rgba(0, 0, 0, 0.35);
  }
  .ln-mobile-bar-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
    color: #454545 !important;
  }
  .ln-mobile-bar-phone .form-phone-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
  }
  .ln-mobile-bar-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-family: "Gill Sans Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #454545;
    text-align: left;
  }
  .ln-mobile-bar-text .p-bold-landing {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .ln-mobile-bar-btn.blue-btn {
    flex: 0 0 auto;
    display: inline-flex !important; /* beat the 530px .open-modal-popup{display:block} */
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    white-space: nowrap;
            min-width: 150px;
  }
  /* Clearance so the fixed bar never covers the footer's last row. */
  .ln-footer {
    padding-bottom: 90px;        margin: 24px 8px 0;
  }

  /*container*/
  .section_wrapper,
  .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  section.mt-60 {
    border-radius: 20px 20px 0 0 !important;
  }
}
/* The form-phone is absolutely positioned at left:318px in style.css for the
   wide layout; the existing mobile rule resets it. Our extra form instances
   (qualifies CTA has no form; final-cta + why + banner do) inherit that fine. */

h1, h1 span, h2, h2 span, h3, h3 span{
		font-family:'Gill Sans' !important;
}