
    :root {
      --primary: #632635;
      --primary-dark: #431722;
      --green: #08c95f;
      --dark: #632736;
      --white: #ffffff;
      --black: #111111;
      --grey: #555555;
      --soft: #f5f5f5;
      --border: #dddddd;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html,
    body {
      width: 100%;
      overflow-x: hidden;
    }

    body {
      font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
      background: #ffffff;
      color: var(--black);
    }
    body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .landing-wrap {
      width: min(1180px, 96%);
      margin: 0 auto;
    }

    /* HEADER */
    .landing-header {
      background: var(--dark);
      padding: 22px 0;
    }

    .landing-header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .landing-logo img {
      height: 38px;
      width: auto;
      display: block;
    }

    .header-right {
      display: flex;
      align-items: center;
      gap: 26px;
      color: var(--white);
      font-size: 13px;
      font-weight: 700;
    }

    .call-pill {
      background: var(--green);
      color: var(--white);
      padding: 8px 16px;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.2;
      text-align: center;
    }

    .header-badge {
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
    }

    .header-badge img {
      height: 26px;
      width: auto;
      display: block;
    }

    /* HERO */
    .landing-hero {
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(99,38,53,0.08), rgba(99,38,53,0.03)),
    url("/assets/img/landing-background.png");
  background-size: cover;
  background-position: center right;
  padding: 110px 0 70px;
}

    .hero-box {
      background: rgba(255,255,255,0.96);
      max-width: 610px;
      padding: 26px 30px 0;
      box-shadow: 0 15px 55px rgba(0,0,0,0.18);
    }

    .hero-box h1 {
      font-size: 36px;
      line-height: 1.22;
      font-weight: 900;
      color: var(--black);
      margin-bottom: 12px;
      letter-spacing: -0.8px;
    }

    .highlight {
      background: #ffe600;
      padding: 0 8px;
      display: inline-block;
    }

    .hero-sub {
      font-size: 16px;
      color: var(--black);
      margin-bottom: 20px;
      font-weight: 500;
    }

    .hero-sub strong {
      font-weight: 900;
    }

    .question-panel {
      background: #f1f1f1;
      margin: 0 -30px;
      padding: 26px 30px;
      border-top: 1px solid #d8d8d8;
      border-bottom: 1px solid #d8d8d8;
    }

    .question-panel h2 {
      font-size: 22px;
      line-height: 1.35;
      font-style: italic;
      font-weight: 700;
      color: #222;
      margin-bottom: 18px;
    }

    .answer-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      max-width: 440px;
    }

    .answer-btn {
      border: 2px solid #111;
      height: 54px;
      display: grid;
      place-items: center;
      font-size: 17px;
      font-weight: 900;
      color: #111;
      background: #ffffff;
      transition: 0.2s;
    }

    .answer-btn.yes {
      background: var(--green);
      color: #ffffff;
      border-color: #159b4b;
    }

    .answer-btn:hover {
      transform: translateY(-2px);
    }

    .trust-row {
      padding: 18px 0 10px;
      display: flex;
      align-items: center;
      gap: 22px;
      flex-wrap: wrap;
    }

    .trustpilot {
      font-size: 11px;
      font-weight: 700;
      color: #333;
    }

    .stars {
      margin-top: 3px;
      color: #00b67a;
      letter-spacing: 1px;
      font-size: 18px;
    }

    .ssl-small {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 700;
      color: #333;
    }

    .ssl-small img {
      height: 28px;
      width: auto;
    }

    .benefit-strip {
      background: #ffffff;
      margin: 18px -30px 0;
      padding: 18px 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .benefit-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      line-height: 1.35;
      font-weight: 700;
      color: #111;
    }

    .benefit-icon {
      width: 24px;
      height: 24px;
      min-width: 24px;
      border-radius: 50%;
      background: #f5eef1;
      display: grid;
      place-items: center;
      color: var(--primary);
      font-size: 13px;
    }

    /* FEATURED */
    .featured-strip {
      text-align: center;
      background: #ffffff;
      padding: 18px 0 24px;
    }

    .featured-strip h3 {
      font-size: 16px;
      font-weight: 800;
      margin-bottom: 12px;
      color: #111;
    }

    .media-logos {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 34px;
      flex-wrap: wrap;
      font-size: 28px;
      font-weight: 900;
      color: #111;
    }

    .media-note {
      margin-top: 8px;
      font-size: 14px;
      color: #333;
      font-style: italic;
    }

    /* QUOTE */
    .gov-quote {
      background: var(--dark);
      color: #ffffff;
      text-align: center;
      padding: 42px 0;
    }

    .gov-quote p {
      max-width: 900px;
      margin: 0 auto;
      font-size: 15px;
      line-height: 1.8;
      color: rgba(255,255,255,0.9);
    }

    .gov-quote strong {
      display: block;
      margin-top: 14px;
      color: #ffffff;
      font-size: 13px;
    }

    /* FAQ */
    .faq-area {
      background: #ffffff;
      padding: 48px 0 70px;
    }

    .faq-title {
      text-align: center;
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 24px;
      color: #111;
    }

    .faq-list {
      max-width: 700px;
      margin: 0 auto;
    }

    .faq-item {
      border-bottom: 1px solid #e1e1e1;
      padding: 17px 0;
    }

    .faq-item summary {
      cursor: pointer;
      list-style: none;
      font-size: 14px;
      font-weight: 800;
      color: #111;
      padding-right: 35px;
      position: relative;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "+";
      position: absolute;
      right: 0;
      top: -4px;
      font-size: 24px;
      color: #111;
      font-weight: 400;
    }

    .faq-item[open] summary::after {
      content: "−";
    }

    .faq-item p {
      margin-top: 10px;
      color: var(--grey);
      font-size: 14px;
      line-height: 1.65;
    }

    /* FOOTER */
    .landing-footer {
      background: var(--dark);
      padding: 22px 0;
      color: #ffffff;
    }

    .landing-footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .footer-logo img {
      height: 32px;
      width: auto;
      display: block;
    }

    .footer-secure {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 700;
      color: rgba(255,255,255,0.9);
    }

    .footer-secure img {
      height: 28px;
      width: auto;
    }

    @media (max-width: 900px) {
      .landing-header-inner,
      .landing-footer-inner {
        flex-direction: column;
        text-align: center;
      }

      .header-right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
      }

      .landing-hero {
        padding: 55px 0;
        min-height: auto;
        background-position: center;
      }

      .hero-box {
        max-width: 100%;
      }

      .benefit-strip {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 560px) {
      .hero-box {
        padding: 22px 22px 0;
      }

      .hero-box h1 {
        font-size: 28px;
      }

      .question-panel {
        margin: 0 -22px;
        padding: 22px;
      }

      .question-panel h2 {
        font-size: 18px;
      }

      .answer-row {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .benefit-strip {
        margin: 18px -22px 0;
      }

      .media-logos {
        font-size: 21px;
        gap: 18px;
      }
    }

    .kb-footer {
  background: #632635;
  color: #fff;
  padding: 30px 0 20px;
  border-radius: 12px 12px 0 0;
}

.kb-container {
  width: min(1200px, 95%);
  margin: auto;
}

/* TOP */
.kb-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.kb-footer-logo img {
  height: 40px;
}

.kb-footer-ssl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-align: right;
}

.kb-footer-ssl img {
  height: 30px;
}

/* CONTACT */
.kb-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 13px;
  margin-bottom: 12px;
  opacity: 0.95;
}

/* NOTE */
.kb-footer-note {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 10px;
}

/* COPYRIGHT */
.kb-footer-copy {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 15px;
}

/* LINKS */
.kb-footer-links {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 12px;
  display: flex;
  gap: 30px;
  font-size: 13px;
}

.kb-footer-links a {
  color: #fff;
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .kb-footer-top {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .kb-footer-contact {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .kb-footer-links {
    justify-content: center;
  }
}

  
:root {
    --black: #111111;
}

body {
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: var(--black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kb-form-page {
    background: #ffffff;
    min-height: 100vh;
    padding: 58px 0 40px 80px;
}

.kb-form-wrap {
    width: 820px;
    margin: 0;
}

.kb-form-wrap h1 {
    font-size: 46px;
    line-height: 1.35;
    font-weight: 800;
    margin: 0 0 36px 0;
    letter-spacing: -1.2px;
}

.kb-claim-form {
    width: 820px;
}

.kb-row {
    display: flex;
    gap: 18px;
    align-items: flex-end;
}

.kb-top-row {
    margin-bottom: 17px;
}

.kb-field {
    margin-bottom: 18px;
}

.kb-field label {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 8px 0;
}

.kb-field small {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    color: #333333;
    margin: -3px 0 12px 0;
}

.kb-title-field {
    width: 116px;
}

.kb-first-name {
    width: 405px;
}

.kb-last-name {
    width: 405px;
}

.kb-full {
    width: 820px;
}

.kb-field input,
.kb-field select {
    width: 100%;
    height: 60px;
    border: 1px solid #8d9bb4;
    border-radius: 4px;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 0 19px;
    outline: none;
    box-shadow: none;
}

.kb-field input:focus,
.kb-field select:focus {
    border-color: #7f8fa8;
}

.kb-dob-row {
    gap: 18px;
}

.kb-dob-row select {
    width: 311px;
    border-color: #333333;
}

.kb-radio-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 820px;
}

.kb-radio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 820px;
}

.kb-radio-card {
    height: 60px;
    border: 1px solid #7562a4;
    border-radius: 4px;
    background: #ffffff;
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 0 24px;
    font-size: 18px !important;
    line-height: 1;
    font-weight: 500 !important;
    color: #111111;
    cursor: pointer;
    margin: 0 !important;
}

.kb-radio-card input {
    display: none;
}

.kb-radio-card span {
    width: 27px;
    height: 27px;
    border: 1.4px solid #7562a4;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 27px;
}

.kb-radio-card input:checked + span {
    background: #7562a4;
    box-shadow: inset 0 0 0 6px #ffffff;
}

@media (max-width: 1100px) {
    .kb-form-page {
        padding: 35px 18px;
    }

    .kb-form-wrap,
    .kb-claim-form,
    .kb-full,
    .kb-radio-row,
    .kb-radio-grid {
        width: 100%;
    }

    .kb-form-wrap h1 {
        font-size: 34px;
        line-height: 1.3;
    }

    .kb-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .kb-title-field,
    .kb-first-name,
    .kb-last-name,
    .kb-dob-row select {
        width: 100%;
    }

    .kb-radio-row,
    .kb-radio-grid {
        grid-template-columns: 1fr;
    }
}
.kb-postcode-section {
    margin-top: 6px;
}

.kb-postcode-row {
    display: grid;
    grid-template-columns: 1fr 1.47fr;
    gap: 12px;
    width: 820px;
}

.kb-postcode-row input::placeholder {
    color: #9ca3b3;
    font-weight: 700;
}

.kb-search-btn {
    width: 820px;
    height: 60px;
    margin-top: 20px;
    border: 1px solid #333333;
    border-radius: 4px;
    background: #c9c9c9;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
}

.kb-secure-input {
    width: 820px;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 112px;
    border: 1px solid #333333;
    border-radius: 4px;
    overflow: hidden;
}

.kb-secure-input input {
    border: 0 !important;
    height: 60px;
    border-radius: 0;
}

.kb-secure-badge {
    background: #ebe8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 800;
    color: #111111;
}

.kb-secure-badge span {
    font-size: 7px;
    line-height: 1.1;
}

@media (max-width: 1100px) {
    .kb-postcode-row,
    .kb-search-btn,
    .kb-secure-input {
        width: 100%;
    }

    .kb-postcode-row {
        grid-template-columns: 1fr;
    }

    .kb-secure-input {
        grid-template-columns: 1fr 90px;
    }
}

/* NI spacing */
.kb-field:last-of-type {
    margin-bottom: 20px;
}

/* CTA BUTTON */
.kb-submit-btn {
    width: 420px;
    height: 110px;
    background: #45b657;
    border: 1px solid #2d8f3f;
    border-radius: 4px;
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}

.kb-submit-btn:hover {
    background: #3fa650;
}

/* TRUST ROW */
.kb-trust-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}

.kb-trustpilot {
    font-size: 14px;
    font-weight: 600;
}

.kb-stars {
    color: #00b67a;
    font-size: 18px;
    margin: 4px 0;
}

.kb-secure-text {
    font-size: 14px;
    font-weight: 700;
}

/* NI placeholder styling */
input[name="ni_number"]::placeholder {
    letter-spacing: 4px;
    color: #999;
}

/* MOBILE */
@media (max-width: 1100px) {

    .kb-submit-btn {
        width: 100%;
        height: 80px;
        font-size: 18px;
    }

    .kb-trust-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}


.kb-two-select-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 26px;
}

.kb-two-select-row select {
    width: 100%;
    height: 60px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
    font-size: 18px;
    padding: 0 19px;
}

.kb-small-label {
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 14px 0 12px !important;
}

.kb-radio-card.is-selected {
    background: #e4f4ff;
    border-color: #6d95ff;
}

.kb-secure-input.kb-error {
    border: 3px solid red !important;
}

.kb-error-text {
    color: red;
    font-size: 18px;
    margin-top: 12px;
    display: block;
}

@media (max-width: 1100px) {
    .kb-two-select-row {
        grid-template-columns: 1fr;
    }
}

.kb-ni-wrapper {
    position: relative;
}

.kb-ni-input {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 112px);
    height: 100%;
    border: none !important;
    background: transparent;
    color: transparent;
    caret-color: #000;
    z-index: 2;
    font-size: 26px;
    letter-spacing: 18px;
    padding-left: 18px;
}

.kb-ni-display {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    letter-spacing: 18px;
    font-weight: 500;
    z-index: 1;
    pointer-events: none;
}

/* underline boxes */
.kb-ni-wrapper::after {
    content: "____  ____  ____";
    position: absolute;
    left: 18px;
    bottom: 14px;
    font-size: 20px;
    letter-spacing: 18px;
    color: #999;
}

/* focus effect */
.kb-ni-input:focus + .kb-ni-display {
    color: #000;
}
.kb-radio-card.is-disabled {
    opacity: 0.35;
    background: #f1f1f1;
    cursor: not-allowed;
    pointer-events: none;
}

.kb-radio-card.is-disabled span {
    border-color: #999;
}



.kb-address-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kb-address-modal-box {
    width: 620px;
    max-width: calc(100% - 30px);
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 6px;
    padding: 28px;
    position: relative;
}

.kb-address-close {
    position: absolute;
    right: 18px;
    top: 12px;
    border: 0;
    background: transparent;
    font-size: 34px;
    cursor: pointer;
}

.kb-address-modal-box h2 {
    font-size: 28px;
    margin-bottom: 8px;
}

.kb-address-count {
    font-size: 16px;
    margin-bottom: 16px;
    color: #444;
}

.kb-address-item {
    width: 100%;
    text-align: left;
    padding: 16px;
    margin-bottom: 10px;
    border: 1px solid #7562a4;
    border-radius: 4px;
    background: #fff;
    font-size: 17px;
    cursor: pointer;
}

.kb-address-item:hover {
    background: #e4f4ff;
    border-color: #6d95ff;
}

.kb-address-selected {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}
/* default (disabled) */
.kb-search-btn {
    background: #c9c9c9;
    border: 1px solid #999;
    color: #fff;
    cursor: not-allowed;
}

/* active (green) */
.kb-search-btn.active {
    background: #45b657;
    border: 1px solid #2d8f3f;
    cursor: pointer;
}

.kb-search-btn.is-disabled {
    background: #c9c9c9 !important;
    border-color: #999 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

.kb-state-radio-stack {
    display: grid;
    gap: 12px;
}

.kb-state-card {
    height: auto !important;
    min-height: 90px;
    align-items: center;
}

.kb-state-card div {
    display: block;
}

.kb-state-card strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.kb-state-card small {
    display: block;
    font-size: 18px;
    color: #111;
    margin: 0;
}
.kb-error {
    border: 2px solid red !important;
}

.kb-error-text {
    color: red;
    font-size: 14px;
    margin-top: 6px;
    display: block;
}



@media (max-width: 1100px) {
    .kb-year-grid {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }
}

.kb-child-block {
    background: #f8fbff;
    border: 2px solid #d8e4f5;
    border-radius: 10px;
    padding: 28px;
    margin: 26px 0;
    width: 820px;
}

.kb-child-block h2 {
    background: #082b57;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    margin: -28px -28px 24px -28px;
    padding: 16px 24px;
    border-radius: 8px 8px 0 0;
}

.kb-child-block .kb-field {
    margin-bottom: 22px;
}

.kb-child-block label {
    font-size: 21px;
}

.kb-child-block input,
.kb-child-block select {
    background: #ffffff;
}

.kb-different-father-field {
    background: #ffffff;
    border: 1px dashed #9bb3d1;
    border-radius: 8px;
    padding: 22px;
    margin-top: 20px;
}

.kb-different-father-field label:first-child {
    margin-top: 0;
}

@media (max-width: 1100px) {
    .kb-child-block {
        width: 100%;
        padding: 20px;
    }

    .kb-child-block h2 {
        margin: -20px -20px 20px -20px;
        font-size: 22px;
    }
}

.kb-year-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    width: 820px;
    margin-top: 14px;
}

.kb-checkbox-card {
    height: 52px;
    border: 1px solid #7562a4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    background: #ffffff;
}

.kb-checkbox-card input {
    display: none;
}

.kb-checkbox-card.is-selected,
.kb-checkbox-card:has(input:checked) {
    background: #e4f4ff;
    border-color: #6d95ff;
    color: #111;
}

@media (max-width: 1100px) {
    .kb-year-grid {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }
}


/* CHILD CARDS */
.kb-child-block {
    width: 100%;
    background: #f8fbff;
    border: 2px solid #d8e4f5;
    border-radius: 12px;
    padding: 0;
    margin: 30px 0;
    overflow: hidden;
}

.kb-child-block h2 {
    background: #082b57;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    padding: 18px 32px;
}

.kb-child-block .kb-field {
    width: auto;
    margin: 0;
    padding: 24px 32px;
}

.kb-child-block .kb-field input,
.kb-child-block .kb-field select {
    width: 100%;
}

.kb-child-block .kb-dob-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.kb-child-block .kb-dob-row select {
    width: 100%;
}

/* DIFFERENT FATHER BOX */
.kb-different-father-field {
    background: #ffffff;
    border-top: 1px solid #d8e4f5;
}

/* YEAR CHECKBOX GRID */
.kb-year-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.kb-checkbox-card {
    height: 70px;
    border: 1px solid #7562a4;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
}

.kb-checkbox-card input {
    display: none;
}

.kb-checkbox-card.is-selected {
    background: #e4f4ff;
    border-color: #6d95ff;
}

/* MOBILE */
@media (max-width: 1100px) {
    .kb-child-block .kb-dob-row {
        grid-template-columns: 1fr;
    }

    .kb-year-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.kb-multi-select {
    width: 100%;
    min-height: 180px;
    border: 1px solid #8f9db4;
    border-radius: 6px;
    padding: 14px;
    font-size: 20px;
    background: #fff;
}

.select2-container--default .select2-selection--multiple {
    min-height: 60px;
    border: 1px solid #8f9db4;
    border-radius: 6px;
    padding: 8px;
    font-size: 18px;
}

.select2-selection__choice {
    background: #e4f4ff !important;
    border: 1px solid #6d95ff !important;
    color: #000 !important;
    font-weight: 600;
}

.select2-selection__choice__remove {
    color: #000 !important;
}
/* Select2 main box */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 72px;
    border: 1px solid #8f9db4 !important;
    border-radius: 4px !important;
    padding: 10px 14px !important;
    background: #ffffff !important;
    display: flex;
    align-items: center;
}

/* Selected year pills */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #e4f4ff !important;
    border: 1px solid #6d95ff !important;
    border-radius: 4px !important;
    color: #111 !important;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 10px 6px 28px !important;
    margin-top: 4px !important;
}

/* Remove x */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #111 !important;
    font-size: 20px !important;
    left: 8px !important;
    top: 4px !important;
    border: none !important;
}

/* Dropdown */
.select2-dropdown {
    border: 1px solid #8f9db4 !important;
    border-radius: 4px !important;
}

.select2-results__option {
    font-size: 18px;
    padding: 12px 16px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e4f4ff !important;
    color: #111 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #d7ecff !important;
    color: #111 !important;
}

/* Search input inside box */
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 18px !important;
    margin-top: 8px !important;
}

/* Placeholder */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #777 !important;
    font-size: 18px;
}
.select2-selection{
  height:60px;
}

/* Narrow container */
.kb-form-wrap {
    max-width: 820px;
    margin-left: 80px;
}

/* Main heading */
.kb-form-wrap h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

/* Section headings */
.kb-form-wrap h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.kb-form-wrap h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

/* Paragraphs */
.kb-form-wrap p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

/* Consent intro line */
.kb-consent-section strong {
    font-size: 14px;
}

/* List spacing */
.kb-consent-list {
    margin: 10px 0;
    padding-left: 18px;
}

.kb-consent-list li {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Links */
.kb-consent-section a {
    font-weight: 600;
}

/* Reduce section spacing */
.kb-field {
    margin-bottom: 18px;
}

/* Checkbox area */
.kb-consent-check {
    margin-top: 15px;
}

.kb-consent-check label {
    font-size: 14px;
}

/* Mobile fix */
@media (max-width: 768px) {
    .kb-form-wrap {
        margin-left: 0;
        padding: 0 15px;
    }
}
.page-loader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: none; /* IMPORTANT */
    align-items: center;
    justify-content: center;
    z-index: 999999;

    opacity: 0;
    transition: opacity 0.25s ease;
}

.page-loader.show {
    display: flex;
    opacity: 1;
}

.loader-logo {
    width: 180px;
    animation: zoomPulse 1.8s ease-in-out infinite;
}

@keyframes zoomPulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.kb-footer {
    background: #632635;
    color: #ffffff;
    padding: 26px 0 18px;
}

.kb-container {
    width: min(1180px, 94%);
    margin: 0 auto;
}

.kb-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 18px;
}

.kb-footer-logo img {
    height: 36px;
    width: auto;
    display: block;
}

.kb-footer-ssl {
    display: flex;
    align-items: center;
    opacity: 0.9;
}

.kb-footer-contact {
    display: grid;
    grid-template-columns: 1fr 2.2fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.45;
}

.kb-footer-contact span {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 11px 12px;
    border-radius: 6px;
}

.kb-footer-contact strong {
    color: #ffffff;
    font-weight: 800;
}

.kb-footer-note {
    border-top: 1px solid rgba(255,255,255,0.14);
    padding-top: 12px;
    margin-bottom: 10px;
}

.kb-footer-note p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.55;
    color: rgba(255,255,255,0.76);
}

.kb-footer-copy {
    font-size: 11.5px;
    color: rgba(255,255,255,0.72);
    margin-bottom: 12px;
}

.kb-footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 12px;
}

.kb-footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.45);
}

.kb-footer-links a:hover {
    border-bottom-color: #08c95f;
    color: #08c95f;
}

@media (max-width: 768px) {
    .kb-footer {
        padding: 24px 0 18px;
    }

    .kb-footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .kb-footer-contact {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .kb-footer-contact span {
        padding: 10px 11px;
    }

    .kb-footer-links {
        gap: 14px;
    }
}

/* =========================
   STEP 1 FORM DESIGN UPDATE
========================= */

.kb-form-page {
    background: #f7f3f5;
    padding: 45px 16px 55px;
}

.kb-form-wrap {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 34px 38px 38px;
    box-shadow: 0 18px 45px rgba(99, 38, 53, 0.12);
    border-top: 6px solid #632635;
}

.kb-form-wrap h1 {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 900;
    color: #111111;
    margin-bottom: 28px;
    text-align: left;
}

.kb-claim-form,
.kb-full,
.kb-radio-row,
.kb-radio-grid,
.kb-postcode-row,
.kb-search-btn,
.kb-secure-input {
    width: 100%;
}

.kb-row {
    gap: 14px;
}

.kb-title-field {
    width: 120px;
}

.kb-first-name,
.kb-last-name {
    flex: 1;
    width: auto;
}

.kb-field {
    margin-bottom: 20px;
}

.kb-field label {
    font-size: 17px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 7px;
}

.kb-field small {
    font-size: 13px;
    color: #555555;
    margin-bottom: 9px;
}

.kb-field input,
.kb-field select {
    height: 54px;
    border: 1px solid #c9c9d3;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 15px;
    background: #ffffff;
}

.kb-field input:focus,
.kb-field select:focus {
    border-color: #632635;
    box-shadow: 0 0 0 3px rgba(99, 38, 53, 0.10);
}

.kb-dob-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.kb-dob-row select {
    width: 100%;
    border-color: #c9c9d3;
}

.kb-radio-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.kb-radio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.kb-radio-card {
    height: 56px;
    border: 1px solid #c9c9d3;
    border-radius: 6px;
    padding: 0 18px;
    font-size: 16px !important;
    font-weight: 700 !important;
    background: #ffffff;
}

.kb-radio-card span {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-color: #632635;
}

.kb-radio-card input:checked + span {
    background: #632635;
    box-shadow: inset 0 0 0 5px #ffffff;
}

.kb-radio-card.is-selected {
    background: #f6eef2;
    border-color: #632635;
}

.kb-state-card {
    min-height: 78px;
}

.kb-state-card strong {
    font-size: 17px;
    margin-bottom: 5px;
}

.kb-state-card small {
    font-size: 14px;
    color: #333333;
}

.kb-postcode-row {
    grid-template-columns: 1fr 1.4fr;
    gap: 10px;
}

.kb-search-btn {
    height: 54px;
    margin-top: 14px;
    border-radius: 6px;
    font-size: 20px;
}

.kb-search-btn.active {
    background: #08c95f;
    border-color: #08a94f;
}

.kb-secure-input {
    height: 54px;
    grid-template-columns: 1fr 105px;
    border: 1px solid #c9c9d3;
    border-radius: 6px;
}

.kb-secure-input input {
    height: 54px;
}

.kb-secure-badge {
    background: #f3edf6;
    font-size: 11px;
}

.kb-submit-btn {
    width: 100%;
    height: 70px;
    background: #08c95f;
    border: 1px solid #08a94f;
    border-radius: 6px;
    font-size: 25px;
    font-weight: 900;
}

.kb-submit-btn:hover {
    background: #07b856;
}

.kb-trust-row {
    justify-content: center;
    gap: 28px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eeeeee;
}

.kb-error-text {
    font-size: 13px;
    margin-top: 6px;
}

.kb-address-selected {
    background: #f6eef2;
    border-left: 4px solid #632635;
    padding: 10px 12px;
    border-radius: 4px;
    font-style: normal;
}

.kb-address-modal-box {
    border-radius: 10px;
}

.kb-address-item {
    border-radius: 6px;
}

@media (max-width: 768px) {
    .kb-form-page {
        padding: 25px 12px 40px;
    }

    .kb-form-wrap {
        padding: 24px 16px 28px;
        border-radius: 8px;
    }

    .kb-form-wrap h1 {
        font-size: 26px;
        text-align: center;
    }

    .kb-row,
    .kb-top-row {
        flex-direction: column;
        align-items: stretch;
    }

    .kb-title-field,
    .kb-first-name,
    .kb-last-name {
        width: 100%;
    }

    .kb-dob-row,
    .kb-radio-row,
    .kb-radio-grid,
    .kb-postcode-row {
        grid-template-columns: 1fr;
    }

    .kb-field label {
        font-size: 16px;
    }

    .kb-radio-card {
        height: 54px;
    }

    .kb-secure-input {
        grid-template-columns: 1fr 88px;
    }

    .kb-ni-input {
        width: calc(100% - 88px);
    }

    .kb-ni-display {
        font-size: 20px;
        letter-spacing: 10px;
    }

    .kb-ni-wrapper::after {
        font-size: 15px;
        letter-spacing: 10px;
    }

    .kb-submit-btn {
        height: 64px;
        font-size: 22px;
    }

    .kb-trust-row {
        align-items: center;
        text-align: center;
    }
}


/* =========================
   STEP 2 FORM DESIGN UPDATE
========================= */

.kb-children-wrap {
    margin-top: 10px;
}

.kb-child-block {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e0d6dc;
    border-radius: 8px;
    margin: 24px 0;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(99, 38, 53, 0.07);
}

.kb-child-block h2 {
    background: #632635;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    padding: 14px 22px;
}

.kb-child-block .kb-field {
    width: 100%;
    padding: 18px 22px;
    margin: 0;
}

.kb-child-block .kb-field + .kb-field {
    border-top: 1px solid #eeeeee;
}

.kb-child-block input,
.kb-child-block select {
    width: 100%;
}

.kb-different-father-field {
    background: #faf7f9;
    border-top: 1px solid #e0d6dc !important;
}

.kb-same-father-details,
.kb-other-claimant-details,
.kb-working-years-section {
    background: #faf7f9;
    border: 1px solid #eadde2;
    border-radius: 8px;
    padding: 18px;
}

.kb-same-father-details label,
.kb-other-claimant-details label {
    margin-top: 12px;
}

.kb-same-father-details label:first-child,
.kb-other-claimant-details label:first-child {
    margin-top: 0;
}

.kb-small-label {
    font-size: 16px !important;
    margin-top: 16px !important;
}

/* Select2 */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 54px;
    border: 1px solid #c9c9d3 !important;
    border-radius: 6px !important;
    padding: 7px 10px !important;
    background: #ffffff !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #632635 !important;
    box-shadow: 0 0 0 3px rgba(99, 38, 53, 0.10);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f6eef2 !important;
    border: 1px solid #632635 !important;
    color: #111111 !important;
    border-radius: 4px !important;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 8px 4px 24px !important;
    margin-top: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #632635 !important;
    border: 0 !important;
    font-size: 18px !important;
    left: 6px !important;
    top: 3px !important;
}

.select2-results__option {
    font-size: 15px;
    padding: 10px 14px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #632635 !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #f6eef2 !important;
    color: #111111 !important;
}

@media (max-width: 768px) {
    .kb-child-block h2 {
        font-size: 18px;
        padding: 13px 16px;
    }

    .kb-child-block .kb-field {
        padding: 16px;
    }

    .kb-same-father-details,
    .kb-other-claimant-details,
    .kb-working-years-section {
        padding: 15px;
    }
}
.kb-consent-list li a{
    font-weight: 800;
}
.kb-submit-btn.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup-overlay.active {
  display: flex;
}

.popup-box {
  background: #fff;
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  animation: popupScale 0.25s ease;
}

.popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.popup-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fee2e2;
  color: #dc2626;
  font-size: 38px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-box h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.popup-box p {
  color: #555;
  margin-bottom: 24px;
}

.popup-btn {
  background: #dc2626;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 34px;
  font-weight: 700;
  cursor: pointer;
}

@keyframes popupScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}