/* Backend CSS */

.btn-blue {
  background-color: #007bff; /* blue */
  color: white;
  padding: 12px 25px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 15pt;
  display: inline-block;
  font-weight: 500;
}

.btn-blue:hover {
  background-color: #0056c1; /* darker blue */
}

/* The container */

.link {
  color: black;

  font-weight: 800;
}

.video_homebuyer {
  width: 90% !important;

  height: 600px !important;
}

.chkbox_container {
  display: inline-block;

  vertical-align: top;

  position: relative;

  padding-left: 25px;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.chkbox_container a {
  line-height: 30px !important;
}

/* Hide the browser's default checkbox */

.chkbox_container input {
  position: absolute;

  opacity: 0;

  cursor: pointer;

  height: 0;

  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;

  margin-top: 6px !important;

  top: 10px;

  left: 10px;

  height: 20px;

  width: 18px;

  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.chkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.chkbox_container input:checked ~ .checkmark {
  background-color: #ff8b00;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";

  position: absolute;

  display: none;
}

/* Show the checkmark when checked */

.chkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.chkbox_container .checkmark:after {
  left: 6px;

  top: 3px;

  width: 6px;

  height: 10px;

  border: solid white;

  border-width: 0 3px 3px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);
}

.form-check-input:checked {
  background-color: #ff9d37 !important;

  border-color: #ff9d37 !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ff9d37 !important;
}

.join_now {
  font-size: 25px !important;
}

.font_color {
  color: #cf873c !important;
}

a {
  text-decoration: none !important;
}

#appointment_div .bookly-customer-appointment-list h2 {
  display: none;
}

.bookly-js-show-past {
  visibility: hidden !important;
}

.black_hover:hover {
  background-color: black !important;

  background: black !important;
}

.google_bkg:hover {
  background-image: url("images/g_icon.png");

  background-size: 12%;

  background-position: left;

  background-margin-left: 10px;

  background-repeat: no-repeat;

  background-color: black;
}

.google_bkg {
  background-image: url("images/g_icon.png");

  background-size: 12%;

  background-position: left;

  background-margin-left: 10px;

  background-repeat: no-repeat;
}

.button_brown_color {
  background: rgb(174, 93, 8);

  background: linear-gradient(
    90deg,
    rgba(174, 93, 8, 1) 0%,
    rgba(255, 157, 55, 1) 100%
  );

  color: white;
}

.blue_violet_bkg {
  background: rgb(174, 93, 8);

  background: linear-gradient(
    90deg,
    rgba(174, 93, 8, 1) 0%,
    rgba(255, 157, 55, 1) 100%
  );

  border-width: 0px;

  color: white;

  width: 100% !important;

  padding-top: 20px;

  padding-bottom: 20px;

  font-size: 20pt;
}

.red_bkg {
  background-color: #f34a38;

  border-width: 0px;

  color: white;

  width: 100% !important;

  padding-top: 20px;

  padding-bottom: 20px;

  font-size: 20pt;
}

.fset {
  padding: 10px;
}

.lgnd {
  margin-top: -30px;

  background-color: white;

  text-align: center;
}

.blue_font {
  color: #242f51;
}

.bright_blue_font {
  color: #2500f9;
}

.grey_font {
  color: #3e3e3e;
}

.dark_blue_font {
  color: #070d59;
}

.colorful_btn {
  background: #cf873c !important;

  /* background: linear-gradient(90deg, rgba(26,94,232,1) 1%, rgba(178,23,232,1) 100%) !important; */

  border-width: 0px;

  color: white !important;

  border-radius: 10px;

  text-align: center;

  background-blend-mode: color;

  padding: 10px 20px 10px 20px !important;

  text-decoration: none !important;
}

.general_font {
  font-family: "Helvetica";
}

#pay_table td {
  padding: 5px;
}

/* Mark css */

/* Slider loan page top nav  */

.stepper {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin: 20px 0;

  position: relative;
}

.step {
  text-align: center;

  position: relative;

  flex: 1;
}

.step .icon {
  width: 40px;

  height: 40px;

  margin: 0 auto 5px;

  fill: #9e9e9e;
}

.step.active .icon {
  fill: #cf873c;
}

.step .label {
  font-size: 14px;

  color: #6c757d;
}

.step.active .label {
  color: #ff9d37;

  font-weight: bold;
}

/* Custom arrow for the step */

.step:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 17px;

  right: -1%;

  width: 0;

  height: 0;

  border-left: 15px solid #e0e0e0;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  z-index: 1;
}

.step.active:not(:last-child)::after {
  border-left-color: #ff9d37;
}

/*  Coach Dashboard STYLE  */

.coach-card {
  padding: 12px;

  background-color: white;
}

.coach-card-body {
  text-align: center;
}

.coach-card-body h1 {
  font-size: 100px !important;
}

.switch-container {
  display: flex;

  align-items: center;

  margin-bottom: 20px;
}

.switch-container .switch {
  position: relative;

  display: inline-block;

  width: 50px;

  height: 25px;

  background-color: #ccc;

  border-radius: 25px;

  margin-right: 10px;
}

.switch-container .switch:before,
.switch-container .switch:after {
  content: "";

  position: absolute;

  top: 0;

  border-radius: 50%;
}

.switch-container .switch:before {
  width: 25px;

  height: 25px;

  background-color: #fff;

  left: 0;

  transition: transform 0.3s;
}

.switch-container .switch:after {
  width: 20px;

  height: 20px;

  background-color: #000;

  left: 5px;

  transition: transform 0.3s;
}

.switch-container .switch-label {
  font-size: 16px;

  color: #333;
}

.switch-container input[type="checkbox"] {
  display: none;
}

.switch-container input[type="checkbox"]:checked + .switch-label {
  color: #fff;
}

.switch-container input[type="checkbox"]:checked + .switch-label {
  color: #fff;
}

.switch-container input[type="checkbox"]:checked + .switch:before {
  transform: translateX(25px);
}

.switch-container input[type="checkbox"]:checked + .switch:after {
  transform: translateX(25px);

  background-color: #fff;
}

.accordion:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */

  font-size: 13px;

  color: #777;

  float: right;

  margin-left: 5px;
}

.active-accordion:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the buttons that are used to open and close the accordion panel */

.accordion {
  background-color: #eee;

  color: #444;

  cursor: pointer;

  padding: 18px;

  width: 100%;

  text-align: left;

  border: none;

  outline: none;

  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active-accordion,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;

  background-color: white;

  max-height: 0;

  overflow: hidden;

  transition: max-height 0.2s ease-out;
}

.ajs-message {
  overflow-wrap: break-word;

  word-wrap: break-word;

  width: 600px !important;

  background-color: #cf873c !important;

  border-color: #cf873c !important;

  font-size: 20px;

  padding: 25px;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .q1-m-padding {
    padding: 45px 21px !important;
  }

  .q2-m-padding {
    padding: 45px 12px !important;
  }

  .m-full-width {
    width: 100% !important;
  }

  .m-font-small {
    font-size: 5vw !important;
  }

  .mobile-none {
    display: none;
  }

  .income-entry {
    display: inline-block;

    justify-content: space-around;

    align-items: center;

    width: 100%;

    white-space: nowrap; /* Prevents wrapping */

    overflow-x: auto; /* Allows horizontal scroll */
  }

  .row-responsive {
    display: flex !important;

    flex-wrap: nowrap !important; /* Prevents items from wrapping */

    width: 404px;
  }

  .asset-row-responsive {
    display: flex !important;

    flex-wrap: nowrap !important; /* Prevents items from wrapping */

    width: 1000px;
  }

  .mbl-mt-100 {
    margin-top: 100px !important;
  }

  .video_homebuyer {
    height: 180px !important;
    margin-top: 100px;
  }

  .mbl-pt-100 {
    padding-top: 100px !important;
  }
}

.iti {
  display: inline !important;
}

.modal-content-agent {
  position: relative;

  display: flex;

  flex-direction: column;

  width: 100%;

  pointer-events: auto;

  background-color: #fefefe;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 0.3rem;

  outline: 0;
}

.modal-footer-agent {
  display: flex;

  flex-wrap: wrap;

  flex-shrink: 0;

  align-items: center;

  justify-content: flex-end;

  padding: 0.75rem;

  border-top: 1px solid #dee2e6;

  border-bottom-right-radius: calc(0.3rem - 1px);

  border-bottom-left-radius: calc(0.3rem - 1px);

  margin-top: 20px !important;
}

/* The Modal (background) */

.modal {
  display: none; /* Hidden by default */

  position: fixed; /* Stay in place */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  overflow: auto; /* Enable scroll if needed */

  background-color: rgb(0, 0, 0); /* Fallback color */

  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-content {
  background-color: #fefefe;

  margin: 15% auto; /* 15% from the top and centered */

  padding: 20px;

  border: 1px solid #888;

  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */

.close {
  color: #aaa;

  text-align: right;

  font-size: 28px;

  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;

  text-decoration: none;

  cursor: pointer;
}

/* tasks toggle checklist */

.notes {
  border-top-left-radius: 42px;
}

.dot {
  height: 6px;

  width: 6px;

  margin-left: 8px;

  margin-right: 3px;

  margin-top: 2px;

  background-color: rgb(91, 92, 91);

  border-radius: 50%;

  display: inline-block;
}

.review-text {
  background: red;

  color: #fff;
}

.info {
  color: #8c8b9a;
}

.dot-red {
  background-color: red !important;

  height: 6px;

  width: 6px;

  margin-left: 8px;

  margin-right: 3px;

  margin-top: 2px;

  border-radius: 50%;

  display: inline-block;
}

.overview {
  color: red;
}

@keyframes click-wave {
  0% {
    height: 40px;

    width: 40px;

    opacity: 0.15;

    position: relative;
  }
  100% {
    height: 200px;

    width: 200px;

    margin-left: -80px;

    margin-top: -80px;

    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;

  -moz-appearance: none;

  -ms-appearance: none;

  -o-appearance: none;

  appearance: none;

  position: relative;

  top: 10.3px;

  right: 0;

  bottom: 0;

  left: 0;

  height: 30px;

  width: 30px;

  transition: all 0.15s ease-out 0s;

  background: #cbd1d8;

  border: none;

  color: #fff;

  cursor: pointer;

  display: inline-block;

  margin-right: 0.5rem;

  outline: none;

  position: relative;

  z-index: 1000;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: red;
}

.option-input:checked::before {
  height: 30px;

  width: 30px;

  position: absolute;

  content: "\f111";

  font-family: "Font Awesome 5 Free";

  display: inline-block;

  font-size: 16.7px;

  text-align: center;

  line-height: 30px;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.25s;

  -moz-animation: click-wave 0.25s;

  animation: click-wave 0.25s;

  background: red;

  content: "";

  display: block;

  position: relative;

  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

.completed {
  color: gray;

  text-decoration: line-through;
}

.line-text {
  width: 100%;

  text-align: center;

  border-bottom: 1px solid #eee;

  line-height: 0.1em;

  margin: 10px 0 20px;
}

.line-text span {
  background: #fff;

  padding: 0 10px;

  color: #212529;
}

.user-images img {
  margin-left: -5px;
}

/* Dropdown_button */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
  display: none;

  margin-left: 8px;
}

.dropdown-container > a {
  color: #cf873c !important;
}

.dropdown-container-get {
  /* margin-left: 35px; */

  text-indent: 0px !important;

  color: black !important;
}

.dropdown-container-get > label > a {
  text-indent: 0px !important;

  color: black !important;
}

.dropdown-container-get > a:hover {
  color: black !important;
}

/* Optional: Style the caret down icon */

.fa-caret-down {
  float: right;

  margin-right: 10px;

  margin-top: 10px;
}

.fa-caret-up {
  float: right;

  margin-right: 10px;

  margin-top: 10px;
}

.profile_name {
  width: 100%;

  margin-top: 17px;

  margin-bottom: 0px !important;
}

.smActive {
  border-left-style: solid;

  border-left-color: #2500f9;

  background-color: #c0e4fe;
}

.smActive:hover {
  background-color: #c0e4fe !important;
}

.avatar {
  float: right;

  width: 60px;

  height: 60px;

  border-radius: 50%;
}

.ajs-message {
  text-align: center !important;
}

.ajs-message.ajs-error {
  color: white !important;
}

.ajs-message.ajs-success {
  color: white !important;
}

/* placeholder css */

#monthly::placeholder {
  color: white;

  opacity: 0.3;
}

#pay_table {
  width: 100%;

  border-collapse: collapse;

  overflow: auto;

  display: inline-block;
}

#pay_table thead tr th {
  white-space: nowrap;

  opacity: 1;

  padding: 12px 12px 12px 0;

  vertical-align: top;
}

#pay_table tbody tr td {
  white-space: nowrap;

  opacity: 1;

  padding: 5px 12px 0 0;

  vertical-align: top;
}

.large_font {
  font-size: 4vw;

  line-height: 3vw;
}

.medium_new_font {
  font-size: 3vw;

  line-height: 3vw;
}

.bold {
  font-family: "Helvetica-Bold" !important;
}

.default-font {
  font-family: "Helvetica" !important;
}

.small_pad_row {
  padding: 7px;
}

.form-dashboard {
  color: #555;

  display: flex;

  padding: 2px;

  border: 1px solid currentColor;

  border-radius: 5px;

  margin: 18px;

  width: 100%;
}

#form-content {
  position: absolute;

  bottom: 0;

  left: -17px;
}

/* Search bar nav menu */

form.nosubmit {
  border: none;

  padding: 0;
}

input.nosubmit {
  border-radius: 20px !important;

  width: 60% !important;

  padding: 9px 4px 9px 40px !important;

  background: white
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat 13px center !important;
}

/* checklist 2 form */

input.checklist2[type="text"] {
  width: 100%;

  padding: 8px 5px;

  margin: 8px 0;

  box-sizing: border-box;

  border: none;

  background: transparent;

  border-bottom: 2px solid white;

  color: white;

  outline: none;
}

input.checklist3[type="text"] {
  width: 100%;

  padding: 8px 5px;

  margin: 8px 0;

  box-sizing: border-box;

  border: none;

  background: transparent;

  border-bottom: 2px solid white;

  outline: none;

  color: white;

  text-align: center;

  font-size: 40px;
}

/* Next and Prev checlist btn */

.round:hover {
  background-blend-mode: color;

  background-color: black;

  color: white;
}

.previous {
  background: rgb(174, 93, 8);

  background: linear-gradient(
    90deg,
    rgba(174, 93, 8, 1) 0%,
    rgba(255, 157, 55, 1) 100%
  );

  text-decoration: none;

  display: inline-block;

  padding: 4px 13px;

  background-blend-mode: color;

  color: white;
}

.next:hover {
  background-color: black !important;

  color: white !important;
}

.next {
  background: rgb(174, 93, 8);

  background: linear-gradient(
    90deg,
    rgba(174, 93, 8, 1) 0%,
    rgba(255, 157, 55, 1) 100%
  );

  text-decoration: none;

  display: inline-block;

  padding: 4px 13px;

  background-blend-mode: color;

  color: white;
}

.round {
  border-radius: 15%;
}

/* Submit design */

input.submit_txt {
  border: none;

  background: transparent;

  margin: 0;

  padding: 7px 8px;

  font-size: 14px;

  color: inherit;

  border: 1px solid transparent;

  border-radius: inherit;

  width: 100%;
}

input.submit_txt::placeholder {
  color: #bbb;
}

button.submit_btn {
  text-indent: -999px;

  overflow: hidden;

  width: 40px;

  padding: 0;

  margin: 0;

  border: 1px solid transparent;

  border-radius: inherit;

  background: transparent
    url(https://houzelife.com/wp-content/uploads/2022/10/submit_btn.png)
    no-repeat center;

  cursor: pointer;

  opacity: 0.7;
}

button.submit_btn:hover {
  opacity: 1;
}

button.submit_btn:focus,
input.submit_txt:focus {
  box-shadow: 0 0 3px 0 #1183d6;

  border-color: #1183d6;

  outline: none;
}

/* Chat head */

.stuck {
  /* position: fixed; */

  top: 10px;

  left: 10px;

  bottom: 10px;

  width: 100%;

  /* max-height: 67%; */

  overflow-y: scroll;

  margin: 10px 0px;

  overflow-x: hidden;
}

.bubbleWrapper {
  padding: 10px 10px;

  display: flex;

  justify-content: flex-end;

  flex-direction: column;

  align-self: flex-end;

  color: #fff;
}

.inlineContainer {
  display: inline-flex;
}

.inlineContainer.own {
  flex-direction: row-reverse;
}

.inlineIcon {
  width: 31px;

  object-fit: contain;
}

.ownBubble {
  min-width: 60px;

  max-width: 700px;

  padding: 14px 18px;

  margin: 6px 8px;

  background-color: #5b5377;

  border-radius: 16px 16px 0 16px;

  border: 1px solid #443f56;
}

.otherBubble {
  min-width: 60px;

  max-width: 700px;

  padding: 14px 18px;

  margin: 6px 8px;

  background-color: #6c8ea4;

  border-radius: 16px 16px 16px 0;

  border: 1px solid #54788e;
}

.own {
  align-self: flex-end;
}

.other {
  align-self: flex-start;
}

span.own,
span.other {
  font-size: 14px;

  color: grey;
}

.custom-card {
  border: 1px dashed #009ef7;

  border-radius: 8px;

  padding: 16px;

  display: flex;

  align-items: center;

  transition:
    background-color 0.3s,
    transform 0.3s;

  min-height: 115px;

  cursor: pointer;
}

.custom-card:hover {
  background-color: #d7f1ff;

  transform: scale(1.02);
}

.custom-card img {
  width: 40px;

  height: 40px;

  margin-right: 16px;
}

.custom-card .card-title {
  font-weight: bold;

  margin: 0;
}

.custom-card .card-text {
  color: #777;

  margin: 0;
}

.button-disabled {
  background-color: rgb(255 255 255 / 72%) !important;

  cursor: not-allowed !important;
}

.button-enabled {
  background-color: rgba(248, 247, 216, 0.3) !important;

  cursor: pointer !important;
}

.custom-card-active {
  background-color: #d7f1ff !important;
}

.concealed {
  display: none;
}

.revealed {
  display: block;
}

.card-modal-button {
  display: flex;

  align-items: center;

  flex-direction: row;

  justify-content: space-around;
}

/* The Modal (background) */

.card-modal {
  display: none; /* Hidden by default */

  position: absolute; /* Stay in place */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  overflow: auto; /* Enable scroll if needed */

  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */

.card-modal-content {
  background-color: #fefefe;

  margin: 15% auto; /* 15% from the top and centered */

  padding: 20px;

  border: 1px solid #888;

  width: 100%; /* Could be more or less, depending on screen size */
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
  }
}

.view-only {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.vendor-btn {
  border: none;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;

  color: white;

  background: linear-gradient(
    90deg,
    rgba(174, 93, 8, 1) 0%,
    rgba(255, 157, 55, 1) 100%
  );

  transition: all 0.25s ease;
}

.vendor-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.vendor-btn.active {
  background: linear-gradient(
    90deg,
    rgb(120, 60, 5) 0%,
    rgb(200, 110, 30) 100%
  );

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.vendor-search input {
  padding: 12px 18px;
  border-radius: 25px;
  border: 1px solid #ddd;
  min-width: 350px;
  font-size: 14px;
}

.vendor-search input:focus {
  outline: none;
  border-color: #ff9d37;
  box-shadow: 0 0 6px rgba(255, 157, 55, 0.4);
}

/* ─── Budget companion Landing Page ─── */
.resource-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 1.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 22px;
  color: #1e1e1e;
  text-align: center;
}
.resource-title span {
  color: #f5820d;
}
.landing {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.landing-bg {
  position: absolute;
  inset: 0;
  background: transparent;
}
.landing-bg::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(196, 105, 74, 0.12) 0%,
    transparent 70%
  );
}
.landing-bg::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(91, 142, 196, 0.08) 0%,
    transparent 70%
  );
}
#vision .landing-content {
  position: relative;
  z-index: 1;
  max-width: 380px;
  padding: 40px 24px;
  text-align: center;
  animation: fadeUp 0.6s ease;
}
#vision .landing-content .landing-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.landing-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  /* padding: 40px 24px; */
  text-align: center;
  animation: fadeUp 0.6s ease;
}
.brand-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}
.brand-logo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  font-weight: 800;
  font-family: var(--display);
}
.brand-name {
  font-family: var(--display);
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-align: left;
}
.brand-tag {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  margin-top: 4px;
}
.landing-desc {
  color: #121212;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 300;
}
.landing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .landing-cards {
    grid-template-columns: 1fr;
  }
}
.landing-card {
  display: block;
  padding: 32px 28px;
  background: #1e1e1e;
  border: 1px solid
    linear-gradient(90deg, rgb(120, 60, 5) 0%, rgba(255, 139, 0, 1) 100%);
  border-radius: 20px;
  text-align: center;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.landing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.15);
}
.landing-card .lc-icon {
  width: 40%;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}
.landing-card h2 {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.landing-card p {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.65;
  margin-bottom: 20px;
}
.landing-card .lc-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}
.landing-card:hover .lc-btn {
  background: var(--accent-light);
}
.card-alt .lc-btn {
  background: var(--blue);
}
.card-alt:hover .lc-btn {
  background: #ff8b00;
}
.landing-footer {
  color: #1e1e1e;
  font-size: 12px;
}

/* ─── Shared App Layout ─── */
.app-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 16px 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.app-header-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.app-brand .logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  font-family: var(--display);
}
.app-brand .name {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
}
.app-brand .sub {
  font-size: 10px;
  color: var(--text-faint);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.app-body {
  max-width: 680px;
  margin: 0 auto;
  padding: 24px 16px 120px;
  animation: fadeUp 0.35s ease;
}

/* ─── Bottom Tab Nav ─── */
.tab-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  z-index: 100;
  padding: 8px 0 max(8px, env(safe-area-inset-bottom));
}
.tab-nav-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.tab-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 6px 16px;
  color: #1e1e1e;
  font-size: 11px;
  font-weight: 600;
  transition: color 0.2s;
}
.tab-nav a .tab-icon {
  font-size: 22px;
}
.tab-nav a.active {
  color: #f5820d;
}

/* ─── Cards & Surfaces ─── */
.card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid var(--border);
  margin-bottom: 16px;
}
.card-compact {
  padding: 16px;
  margin-bottom: 12px;
}
.card h3 {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
}
.card-accent {
  background: var(--accent-bg);
  border-color: rgba(232, 146, 124, 0.2);
}

/* ─── Section Headings ─── */
.section-title {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 800;
  color: #f5820d;
  margin-bottom: 6px;
}
.section-desc {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* ─── Form Inputs ─── */
.field {
  margin-bottom: 14px;
}
.field-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  margin-top: 6px;
}
.field-label .icon {
  font-size: 14px;
}
.field-label .text {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.input-wrap {
  display: flex;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0 14px;
  transition: border-color 0.2s;
}
.input-wrap:focus-within {
  border-color: var(--accent);
}
.input-wrap .prefix {
  font-size: 16px;
  color: var(--text-faint);
  margin-right: 6px;
}
.input-wrap input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text);
  font-size: 17px;
  font-family: var(--display);
  padding: 13px 0;
  font-weight: 600;
  width: 100%;
}
.input-wrap .suffix {
  color: var(--text-faint);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.field-hint {
  font-size: 11px;
  color: var(--text-faint);
  margin-top: 4px;
  padding-left: 4px;
}

/* ─── Accordion Groups ─── */
.group-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--body);
}
.group-toggle .group-label {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}
.group-toggle .group-desc {
  font-size: 12px;
  color: #fff;
  margin-top: 2px;
}
.group-toggle .group-total {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  color: var(--accent);
}
.group-toggle .arrow {
  font-size: 16px;
  color: #f5820d;
  transition: transform 0.2s;
}
.group-toggle .arrow.open {
  transform: rotate(180deg);
}
.group-body {
  padding: 0 20px 16px;
}

/* ─── Progress Bars ─── */
.bar-row {
  margin-bottom: 10px;
}
.bar-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 13px;
}
.bar-meta .bar-label {
  color: var(--text-mid);
}
.bar-meta .bar-value {
  font-weight: 600;
  color: var(--text);
}
.bar-track {
  height: 8px;
  background: var(--surface2);
  border-radius: 4px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─── 50/30/20 Bars ─── */
.ratio-row {
  margin-bottom: 10px;
}
.ratio-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
}
.ratio-meta .label {
  color: var(--text-mid);
}
.ratio-track {
  height: 6px;
  background: var(--surface2);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.ratio-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--text-faint);
  opacity: 0.3;
}
.ratio-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.6s;
}

/* ─── Stacked Bar ─── */
.stacked-bar {
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background: var(--surface2);
  margin-top: 14px;
}
.stacked-bar .seg {
  height: 100%;
  transition: width 0.6s;
}

/* ─── Alert Items ─── */
.alert-item {
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--border);
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.alert-item.danger {
  border-color: rgba(196, 91, 74, 0.3);
  border-left: 4px solid var(--red);
}
.alert-item.warn {
  border-color: rgba(201, 168, 76, 0.3);
  border-left: 4px solid var(--yellow);
}
.alert-item.good {
  border-color: rgba(91, 158, 111, 0.3);
  border-left: 4px solid var(--green);
}
.alert-item.info {
  border-color: var(--border);
  border-left: 4px solid var(--accent);
}
.alert-item .alert-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.alert-item .alert-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-mid);
}

/* ─── Metric Grid ─── */
.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.metric-box {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
}
.metric-box .metric-val {
  font-family: var(--display);
  color: #f5820d !important;
  font-size: 24px;
  font-weight: 800;
}
.metric-box .metric-label {
  font-size: 13px;
  font-weight: 600;
  color: #1e1e1e;
  margin-top: 4px;
}
.metric-box .metric-sub {
  font-size: 11px;
  font-weight: 600;
  margin-top: 2px;
}

/* ─── Savings Items ─── */
.savings-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 10px;
}
.savings-item .si-icon {
  font-size: 22px;
}
.savings-item .si-body {
  flex: 1;
}
.savings-item .si-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.savings-item .si-desc {
  font-size: 11px;
  color: var(--text-faint);
}
.savings-item .si-value {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
}

/* ─── Money Map Legend ─── */
.map-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.map-dot {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  flex-shrink: 0;
}
.map-label {
  flex: 1;
  font-size: 13px;
  color: var(--text-mid);
}
.map-val {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  font-family: var(--display);
}
.map-pct {
  font-size: 11px;
  color: var(--text-faint);
  width: 40px;
  text-align: right;
}

/* ─── Lesson Cards ─── */
.lesson-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  margin-bottom: 12px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.lesson-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.lesson-card .lc-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}
.lesson-card .lc-title {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  color: #f5820d;
}
.lesson-card .lc-sub {
  font-size: 13px;
  color: var(--text-faint);
  margin-top: 2px;
}
.lesson-card .lc-arrow {
  font-size: 18px;
  color: var(--text-faint);
}

/* ─── Lesson Content ─── */
.lesson-back {
  background: none;
  border: none;
  color: #f5820d;
  cursor: pointer;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0;
}
.lesson-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.lesson-header h2 {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
}
.lesson-header .sub {
  font-size: 13px;
  color: #f5820d;
  margin-top: 2px;
}
.lesson h3 {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  color: #1e1e1e;
  margin-top: 28px;
  margin-bottom: 8px;
}
.lesson p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-mid);
  margin-bottom: 12px;
}
.lesson .callout {
  border-left: 4px solid;
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #f5820d;
  font-weight: 500;
}
.lesson .rule-item {
  display: flex;
  gap: 16px;
  padding: 16px 18px;
  background: var(--surface);
  border-radius: 14px;
  border: 1px solid var(--border);
  margin-bottom: 12px;
}
.lesson .rule-pct {
  min-width: 56px;
  text-align: center;
}
.lesson .rule-pct strong {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
  color: var(--accent);
  display: block;
}
.lesson .rule-pct span {
  font-size: 11px;
  color: var(--text-faint);
  font-weight: 600;
}
.lesson .rule-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-mid);
}
.lesson .step-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.lesson .step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent);
  color: #f5820d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.lesson .step-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-mid);
  padding-top: 3px;
}
.lesson .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0;
}
.lesson .grid-item {
  padding: 14px 16px;
  background: var(--surface);
  border-radius: 14px;
  border: 1px solid var(--border);
}
.lesson .grid-item .gi-icon {
  font-size: 22px;
  margin-bottom: 6px;
}
.lesson .grid-item .gi-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.lesson .grid-item .gi-desc {
  font-size: 12px;
  color: var(--text-faint);
  line-height: 1.5;
}

/* ─── Tip Boxes ─── */
.tip-box {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 12px;
}
.tip-box.green {
  background: rgba(91, 158, 111, 0.07);
  color: var(--green);
  font-weight: 600;
}
.tip-box.yellow {
  background: rgba(201, 168, 76, 0.07);
  color: #8b7a3a;
}
.tip-box.red {
  background: rgba(196, 91, 74, 0.07);
  color: var(--red);
  font-weight: 600;
}

/* ─── Quick Wins ─── */
.qw-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 6px;
}
.qw-item .qw-bullet {
  color: var(--accent);
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}
.qw-item .qw-text {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ─── Budget Summary Row ─── */
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.summary-label {
  font-size: 14px;
  color: var(--text-mid);
  font-weight: 600;
}
.summary-value {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 800;
}
.summary-value.positive {
  color: var(--green);
}
.summary-value.negative {
  color: var(--red);
}

/* ─── Emergency Target ─── */
.emergency-display {
  text-align: center;
  padding: 16px 0;
  background: var(--surface2);
  border-radius: 14px;
}
.emergency-display .ed-label {
  font-size: 12px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 4px;
}
.emergency-display .ed-value {
  font-family: var(--display);
  font-size: 36px;
  font-weight: 800;
  color: var(--text);
}
.emergency-display .ed-sub {
  font-size: 12px;
  color: var(--text-faint);
}

/* ─── Month Selector ─── */
.month-btns {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.month-btn {
  flex: 1;
  padding: 10px 0;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--surface2);
  color: var(--text-mid);
  cursor: pointer;
  font-family: var(--body);
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s;
}
.month-btn.active {
  background: var(--accent-bg);
  border: 2px solid var(--accent);
  color: var(--accent);
}

/* ─── Target Savings Box ─── */
.target-box {
  padding: 16px 20px;
  background: var(--accent-bg);
  border-radius: 14px;
  border: 1px solid rgba(196, 105, 74, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.target-box .tb-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.target-box .tb-sub {
  font-size: 12px;
  color: var(--text-faint);
  margin-top: 2px;
}
.target-box .tb-value {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 800;
  color: var(--accent);
}

/* ─── Health Score Circle (CSS-only) ─── */
.health-circle {
  display: inline-block;
  position: relative;
}
.health-circle svg {
  transform: rotate(-90deg);
}
.health-circle .hc-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.health-circle .hc-score {
  font-family: var(--display);
  font-size: 44px;
  font-weight: 800;
  color: var(--text);
}
.health-circle .hc-max {
  font-size: 11px;
  color: var(--text-faint);
  font-weight: 600;
}

/* ─── Buyer App (Dark Theme Override) ─── */
.buyer-app {
  background: linear-gradient(165deg, #0d1117 0%, #131a24 40%, #0f1923 100%);
  color: #fff;
  min-height: 100vh;
}
.buyer-app .app-header {
  background: rgba(13, 17, 23, 0.9);
  border-color: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}
.buyer-app .app-brand .name {
  color: #fff;
}
.buyer-app .app-brand .sub {
  color: rgba(255, 255, 255, 0.35);
}

/* ─── Responsive ─── */
@media (max-width: 500px) {
  .section-title {
    font-size: 24px;
  }
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .lesson .grid-2 {
    grid-template-columns: 1fr;
  }
}

.bcard {
  background: #1e1e1e;
  border: 1px solid
    linear-gradient(90deg, rgb(120, 60, 5) 0%, rgb(200, 110, 30) 100%);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}
.bfield .input-wrap {
  background: transparent;
  border-color: linear-gradient(
    90deg,
    rgb(120, 60, 5) 0%,
    rgb(200, 110, 30) 100%
  );
}
.bfield .input-wrap:focus-within {
  border-color: #2dd4a0;
}
.bfield .input-wrap .prefix {
  color: rgba(255, 255, 255, 0.742);
}
.bfield .input-wrap input {
  color: #fff;
  font-family: var(--display);
}
.bfield .input-wrap .suffix {
  color: rgba(255, 255, 255, 0.742);
}
.bfield .field-hint {
  color: rgb(0, 0, 0);
}
.bfield label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btip {
  background: rgba(45, 212, 160, 0.06);
  border: 1px solid rgba(45, 212, 160, 0.2);
  border-radius: 16px;
  padding: 16px 20px;
  margin-top: 20px;
}
.btip summary {
  font-size: 14px;
  font-weight: 600;
  color: #2dd4a0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btip summary::-webkit-details-marker {
  display: none;
}
.btip ul {
  margin: 12px 0 0 28px;
  padding: 0;
  list-style: none;
}
.btip li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 6px;
  position: relative;
}
.btip li::before {
  content: "›";
  position: absolute;
  left: -18px;
  color: #2dd4a0;
}
.bbtn {
  padding: 16px 36px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s;
}
.bbtn-primary {
  background: #f5820d;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(45, 212, 160, 0.2);
}
.bbtn-primary:hover {
  color: #9c9c9c;
}
.bbtn-ghost {
  background: #f5820d;
  border: 1px solid
    linear-gradient(90deg, rgb(120, 60, 5) 0%, rgb(200, 110, 30) 100%);
  color: rgb(255, 255, 255);
}
.bbar-track {
  height: 8px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.bbar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.6s;
}
.step-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 36px;
}
.step-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s;
}
.step-line {
  width: 28px;
  height: 2px;
  border-radius: 1px;
  transition: background 0.3s;
}
.gauge-wrap {
  display: flex;
  gap: 20px;
}
.gauge {
  text-align: center;
  flex: 1;
}
.gauge .g-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  font-weight: 500;
}
.gauge .g-status {
  font-size: 11px;
  font-weight: 600;
  margin-top: 2px;
}
/* end mark css */

.grey_row {
  background-color: #cfcdca;
}

.white_bkg,
.white_bkg .row {
  background-color: white;

  max-height: 480px !important;
}

.pad_row {
  padding: 20px;
}

.border_col {
  border-style: solid;

  border-width: 5px;

  border-color: #cfcdca;
}

.big_font {
  font-size: 5vw;

  line-height: 4vw;
}

.medium_font {
  font-size: 3vw;

  line-height: 2vw;
}

.navbar a {
  font-family: poppins-regular !important;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar {
  display: none;
}

div[aria-describedby="dialog_landing"] {
  background-color: transparent;

  border-width: 0px;

  border-image-width: 0px !important;

  border-right-width: 0px !important;

  border-top-width: 0px !important;

  border-bottom-width: 0px !important;

  border-left-width: 0px !important;
}

#dialog_landing {
  padding: 50px;
}

.carousel-indicators button {
  display: inline-block;

  width: 15px !important;

  height: 15px !important;

  margin: 10px !important;

  text-indent: 0;

  cursor: pointer;

  border: none;

  border-radius: 50%;

  background-color: #0000ff;

  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);

  list-style-type: square;
}

.carousel-indicators .active {
  background-color: black !important;
}

@font-face {
  font-family: "poppins-black";

  src: url("fonts/Poppins-Black.ttf");
}

@font-face {
  font-family: "poppins-regular";

  src: url("fonts/Poppins-regular.ttf");
}

@font-face {
  font-family: "Helvetica";

  src: url("fonts/Helvetica.ttf");
}

@font-face {
  font-family: "Helvetica-Bold";

  src: url("fonts/Helvetica-Bold.ttf");
}

/* ********************************

--------Landind Page V2 ----------

***********************************/
:root {
  --cream: #f0ede8;
  --black: #0f0f0f;
  --orange: #f5820d;
  --orange-dark: #d96e00;
  --grey: #5a5a5a;
  --light-grey: #e8e4df;
}
/* ── HERO ── */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 50px 20px 50px 20px; */
  min-height: calc(100vh - 80px);
  gap: 40px;
  animation: fadeUp 0.7s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content {
  flex: 0 0 45%;
  max-width: 500px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--light-grey);
  border-radius: 30px;
  padding: 8px 18px 8px 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 28px;
}

.eyebrow-icon {
  width: 34px;
  height: 34px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}

.hero-heading {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.5rem, 3vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 22px;
  color: var(--black);
}

.hero-heading span {
  color: var(--orange);
}

.hero-body {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--grey);
  margin-bottom: 36px;
  max-width: 550px;
}

.btn-join {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(245, 130, 13, 0.25);
}

.btn-join:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(245, 130, 13, 0.35);
}

/* ── HERO IMAGE ── */
.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: floatImg 2s ease-in-out infinite;
}

@keyframes floatImg {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

.hero-image img {
  width: 100%;
  max-width: 750px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

@media only screen and (max-width: 600px) {
}

/* ── FEATURES SECTION ── */
.features {
  padding: 20px 0;
}

.features-label {
  margin-bottom: 50px;
  padding: 50px 0;
}

.features-label h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.15;
  color: var(--black);
}

.features-label h2 span {
  color: var(--orange);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 950px;
  margin: 0 auto;
}

.feature-card {
  background: #fff;
  border: 1.5px solid #e8e4df;
  border-radius: 20px;
  padding: 40px 36px 36px;
  text-align: center;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.card-img {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.card-img img {
  max-height: 100%;
  max-width: 130px;
  object-fit: contain;
}

.feature-card h3 {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 12px;
}

.feature-card h3 span {
  color: var(--orange);
}

.feature-card p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--grey);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav {
    padding: 16px 24px;
  }
  .nav-links {
    display: none;
  }

  .hero {
    flex-direction: column;
    padding: 40px 24px 60px;
    text-align: center;
    min-height: unset;
  }

  .hero-content {
    max-width: 100%;
  }
  .hero-body {
    margin: 0 auto 32px;
  }
  .hero-eyebrow {
    justify-content: center;
  }
  .features {
    padding: 20px 24px 60px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}

/* ── WHY CHOOSE ── */
.why-section {
  padding: 60px 20px;
  overflow: hidden;
}

.why-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--black);
  margin-bottom: 40px;
  text-align: center;
  padding: 30px 0;
}

.why-heading span {
  color: var(--orange);
}

.carousel-wrapper {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.carousel-wrapper:active {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  gap: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.why-card {
  flex: 0 0 42vw;
  min-width: 340px;
  max-width: 700px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 70px 32px;
  border-radius: 24px;
  margin-right: 0;
  position: relative;
}

/* Card colors */
.why-card.teal {
  background: #426f86;
}
.why-card.dark {
  background: #404145;
}
.why-card.sand {
  background: #f5e4c1;
}

/* Overlapping feel — cards bleed into each other */
.carousel-track {
  gap: 20px;
}

.why-card-img {
  flex: 0 0 130px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  overflow: hidden;
  padding: 10px;
}

.why-card.sand .why-card-img {
  background: rgba(255, 255, 255, 0.5);
}

.why-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-card-body h4 {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.why-card.sand .why-card-body h4 {
  color: var(--black);
}

.why-card-body h4 span {
  color: var(--orange);
}
.why-card.sand .why-card-body h4 span {
  color: var(--orange);
}

.why-card-body p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.why-card.sand .why-card-body p {
  color: #555;
}

/* Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
  padding: 0;
}

.dot.active {
  background: var(--orange);
  transform: scale(1.3);
}

@media (max-width: 1024px) {
  .why-heading {
    padding: 0 24px;
  }
  .why-card {
    flex: 0 0 80vw;
  }
  .carousel-track {
    gap: 16px;
  }
  .why-card {
    flex: 0 0 calc(100vw - 48px);
    min-width: 0;
    max-width: none;
    /* Stack image above text on mobile */
    flex-direction: column;
    text-align: center;
    padding: 40px 28px;
    gap: 20px;
  }
  .why-card-img {
    flex: 0 0 auto;
    width: 140px;
    height: 140px;
  }
}

/* ── CTA ── */
.cta-section {
  text-align: center;
  padding: 50px 20px;
}
.cta-inner {
  max-width: 850px;
  margin: 0 auto;
}
.cta-inner h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}
.cta-inner h2 span {
  color: var(--orange);
}
.cta-inner p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--grey);
  margin-bottom: 36px;
}

.colorful_btn {
  background: transparent !important;
  border: none !important;
  color: #0f0f0f !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ── Reset ─────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", "Segoe UI", system-ui, sans-serif;
  background: #080a0c;
  color: #eae8e3;
  min-height: 100vh;
  line-height: 1.6;
}
button {
  font-family: inherit;
  cursor: pointer;
}
textarea,
input {
  font-family: inherit;
}

/* ── Tokens ─────────────────────────────────────────── */
:root {
  --bg: #080a0c;
  --surface: #0e1116;
  --card: #141820;
  --card-hover: #1a2030;
  --border: #1e2535;
  --border-light: #28334a;
  --gold: #f5820d;
  --gold-lt: #ffdfb8;
  --gold-dim: rgba(200, 168, 78, 0.1);
  --gold-glow: rgba(200, 168, 78, 0.2);
  --mint: #4ec9a0;
  --mint-dim: rgba(78, 201, 160, 0.1);
  --coral: #e06b5a;
  --coral-dim: rgba(224, 107, 90, 0.1);
  --sky: #5a9ee0;
  --sky-dim: rgba(90, 158, 224, 0.1);
  --violet: #9a78e0;
  --violet-dim: rgba(154, 120, 224, 0.1);
  --text: #eae8e3;
  --text-mid: #8a93a2;
  --text-dim: #4a5568;
  --serif: "Cormorant Garamond", Georgia, serif;
}

/* ── Layout ─────────────────────────────────────────── */
#wh-app {
  min-height: 100vh;
}

.wh-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}
.wh-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wh-logo-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  color: #080a0c;
}
.wh-logo-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.wh-logo-sub {
  font-size: 9px;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ── Step bar ─────────────────────────────────────────── */
.wh-stepbar {
  display: flex;
  align-items: center;
  gap: 0;
}
.wh-step {
  display: flex;
  align-items: center;
}
.wh-step-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.wh-step-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  background: var(--border);
  border: 2px solid var(--border);
  color: #fff;
  transition: all 0.3s;
}
.wh-step-circle.done {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.wh-step-circle.active {
  background: var(--gold-dim);
  border-color: var(--gold);
  color: var(--gold);
}
.wh-step-lbl {
  font-size: 9px;
  color: var(--text-dim);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.wh-step-lbl.active {
  color: var(--gold);
}
.wh-step-line {
  width: 36px;
  height: 1px;
  background: var(--border);
  margin: 0 3px;
  margin-bottom: 14px;
  transition: background 0.3s;
}
.wh-step-line.done {
  background: var(--gold);
}

/* ── Screens ─────────────────────────────────────────── */
.wh-screen {
  display: none;
}
.wh-screen.active {
  display: block;
}

/* ── Cards ─────────────────────────────────────────── */
.wh-card {
  background: var(--card);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 12px;
  transition: all 0.25s;
}
.wh-card.accent-gold {
  border-left: 3px solid var(--gold);
}
.wh-card.clickable:hover {
  background: var(--card-hover);
  border-color: var(--border-light);
  cursor: pointer;
  transform: translateY(-1px);
}

/* ── Buttons ─────────────────────────────────────────── */
.wh-btn {
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 14px;
  border: none;
  transition: all 0.2s;
  letter-spacing: 0.3px;
}
.wh-btn-primary {
  background: var(--gold);
  color: #080a0c;
  font-weight: 700;
}
.wh-btn-primary:hover:not(:disabled) {
  background: var(--gold-lt);
}
.wh-btn-primary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.wh-btn-ghost {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--border);
}
.wh-btn-ghost:hover {
  background: var(--gold-dim);
  border-color: var(--gold);
}
.wh-btn-outline {
  background: transparent;
  color: var(--text-mid);
  border: 1px solid var(--border);
}
.wh-btn-outline:hover {
  background: var(--card-hover);
}
.wh-btn-sm {
  padding: 8px 18px;
  font-size: 12px;
}

/* ── Progress bar ─────────────────────────────────────────── */
.wh-progress-track {
  background: var(--border);
  border-radius: 6px;
  height: 6px;
  width: 100%;
  overflow: hidden;
}
.wh-progress-fill {
  height: 100%;
  border-radius: 6px;
  background: var(--gold) !important;
  transition: width 0.8s ease;
}

/* ── Score ring ─────────────────────────────────────────── */
.wh-ring-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wh-ring-label {
  position: absolute;
  font-family: var(--serif);
  font-weight: 800;
  color: var(--gold);
}

/* ── Form inputs ─────────────────────────────────────────── */
.wh-textarea,
.wh-input {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
  outline: none;
  transition: border-color 0.2s;
}
.wh-textarea {
  resize: vertical;
}
.wh-textarea:focus,
.wh-input:focus {
  border-color: var(--gold);
}
.wh-input {
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
}

/* ── Vision cards ─────────────────────────────────────────── */
.wh-vision-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--border);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 14px;
  transition: border-color 0.3s;
}
.wh-vision-card.done {
  border-color: var(--gold);
  border-left-color: var(--gold);
}
.wh-vision-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.wh-vision-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--border);
  border: 1.5px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--text-dim);
  transition: all 0.2s;
  flex-shrink: 0;
}
.wh-vision-dot.done {
  background: var(--gold-dim);
  border-color: var(--gold);
  color: var(--gold);
  font-size: 12px;
}
.wh-vision-lbl {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.wh-vision-lbl.done {
  color: var(--gold);
}
.wh-vision-prompt {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 12px;
}

/* ── Mindset ─────────────────────────────────────────── */
.wh-section-row {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--border);
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}
.wh-section-row:hover {
  background: var(--card-hover);
}
.wh-likert-btn {
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 14px 18px;
  cursor: pointer;
  color: var(--text);
  font-size: 14px;
  transition: all 0.2s;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 8px;
}
.wh-likert-short {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--border);
  font-size: 10px;
  font-weight: 800;
  color: var(--text-dim);
  transition: all 0.2s;
}

/* ── Goals ─────────────────────────────────────────── */
.wh-goal-template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}
.wh-goal-tmpl-btn {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 12px 8px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
}
.wh-goal-tmpl-btn.selected {
  border-color: var(--gold);
  background: rgba(200, 168, 78, 0.1);
}
.wh-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}
.wh-field-lbl {
  font-size: 10px;
  color: var(--text-dim);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wh-goal-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 10px;
}
.wh-add-dashed {
  background: var(--card);
  border: 1.5px dashed var(--border);
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 16px;
  transition: border-color 0.2s;
}
.wh-add-dashed:hover {
  border-color: var(--gold);
}

/* ── Dashboard ─────────────────────────────────────────── */
.wh-score-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.wh-score-cell {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
}
.wh-score-cell.gold-bg {
  background: var(--gold-dim);
  border-color: rgba(200, 168, 78, 0.25);
}
.wh-score-num {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 800;
}
.wh-score-lbl {
  font-size: 9px;
  color: var(--text-mid);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 2px;
}
.wh-tabbar {
  display: flex;
  gap: 2px;
  background: var(--surface);
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 20px;
  overflow-x: auto;
}
.wh-tab {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: var(--text-dim);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s;
}
.wh-tab.active {
  background: var(--card);
  color: var(--gold);
  font-weight: 700;
}
.wh-tabpanel {
  display: none;
}
.wh-tabpanel.active {
  display: block;
}
.wh-insight-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 10px;
}
.wh-challenge-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--border);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 10px;
}
.wh-challenge-detail {
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.wh-challenge-detail.steps {
  background: var(--surface);
  border: 1px solid var(--border);
}
.wh-challenge-detail.why {
  background: var(--gold-dim);
  border: 1px solid rgba(200, 168, 78, 0.12);
}
.wh-detail-lbl {
  font-size: 9px;
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.wh-vision-display {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 10px;
}
.wh-vision-display-lbl {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.wh-vision-display-text {
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
  font-family: var(--serif);
  font-style: italic;
}
.wh-vision-display-text.empty {
  color: var(--text-dim);
}
.wh-coach-snapshot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 0;
}
.wh-snapshot-cell {
  background: var(--surface);
  border-radius: 10px;
  padding: 12px 16px;
  border: 1px solid var(--border);
}
.wh-snapshot-val {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 800;
}
.wh-snapshot-lbl {
  font-size: 9px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.wh-gold-quote {
  background: var(--gold-dim);
  border: 1px solid rgba(200, 168, 78, 0.25);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 10px;
}

/* ── Shared layout helpers ─────────────────────────────────────────── */
.wh-center {
  text-align: center;
}
.wh-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wh-eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 8px;
}
.wh-h1 {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
  margin-bottom: 20px;
}
.wh-h2 {
  font-family: var(--serif);
  font-size: 38px;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 8px;
}
.wh-subtext {
  color: var(--text-mid);
  line-height: 1.7;
}
.wh-hint {
  font-size: 12px;
  color: var(--text-dim);
  font-style: italic;
  text-align: center;
  margin-top: 12px;
}
.wh-remove-btn {
  background: none;
  border: none;
  color: var(--text-dim);
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  line-height: 1;
}
.wh-back-btn {
  background: none;
  border: none;
  color: var(--text-mid);
  cursor: pointer;
  font-size: 13px;
}
.wh-page {
  max-width: 660px;
  margin: 0 auto;
  padding: 32px 24px;
}
.wh-page-wide {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 20px;
}
.wh-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 480px;
  margin: 0 auto 48px;
}
.wh-feature-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
}
.wh-completed-badge {
  font-size: 12px;
  color: var(--mint);
  font-weight: 600;
}
.wh-badge {
  font-size: 9px;
  padding: 2px 7px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 4px;
}
.wh-focus-area {
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 8px;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 600px) {
  .wh-score-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .wh-score-strip .wh-score-cell:last-child {
    display: none;
  }
  .wh-form-grid {
    grid-template-columns: 1fr;
  }
  .wh-h1 {
    font-size: 38px;
  }
  .wh-h2 {
    font-size: 28px;
  }
  .wh-stepbar {
    display: none;
  }
  .wh-coach-snapshot {
    grid-template-columns: 1fr;
  }
}
