/* Generated by less 3.11.1 */
/* 1. GET STARTED SECTION */
.get-started-number {
  font-size: 4rem;
  line-height: 1;
}
.get-started-pill {
  display: block;
  border-radius: 20px;
  font-weight: 400;
  padding: 6px 12px;
  line-height: 1.1;
  font-size: 1rem;
  text-align: left;
}
/* 2. TOP HERO SECTION */
.award-emblem-top {
  top: 20px;
  right: 20px;
  width: 120px;
}
.triangle-overlay-top {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
/* 3. PACKAGES SECTION */
.packages-intro {
  font-size: 1.25rem;
  line-height: 1.6;
}
.package-feature-desc {
  font-size: 19px;
  line-height: 1.5;
}
.package-disclaimer {
  line-height: 1.5;
}
.package-icon {
  width: 60px;
  object-fit: contain;
  margin-right: 15px;
}
/* 4. TAB STYLING */
/* Floating tabs effect without breaking DOM order */
.tabs-card {
  position: relative;
  padding-top: 0;
  margin-top: 100px;
}
.tabs-floating {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
}
.tabs-floating .nav-link {
  background: transparent;
}
/* Custom tab styling for packages section */
.nav-tabs .nav-link.active {
  background-color: #e9eef4 !important;
  border: none !important;
}
.nav-tabs .nav-link:not(.active) {
  background-color: #e9f6fc !important;
  border: none !important;
}
.nav-tabs .nav-link {
  border: none !important;
  padding: 10px 80px !important;
  min-width: 200px;
  border-radius: 15px 15px 0px 0px;
}
/* Tabs: force text color to black for both states */
#bizTabs .nav-link,
#bizTabs .nav-link.active {
  color: #000 !important;
}
/* 5. CALCULATOR SECTION */
.calculator-section {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
  padding: 32px;
}
.currency-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin: 30px auto;
  border-bottom: 2px solid #cfd6e4;
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .currency-input {
    max-width: 50%;
  }
}
@media screen and (min-width: 1366px) {
  .currency-input {
    max-width: 25%;
  }
}
.currency-input .prefix {
  /* Styling for prefix if needed */
}
.currency-input input {
  min-width: 0;
  border: none;
  outline: none;
  font-size: 36px;
  text-align: center;
  color: #2b4e82;
  font-family: 'Alliance-Bold';
}
.currency-input input:focus {
  outline: none;
}
.currency-input .edit-btn {
  background: transparent;
  border: 0;
  color: #2b4e82;
  font-size: 22px;
  cursor: pointer;
  padding: 0;
  transform: scaleX(-1);
}
.currency-input .edit-btn:focus {
  outline: 2px solid #d9422b;
  outline-offset: 2px;
}
.currency-input .edit-btn:hover {
  opacity: 0.8;
}
.assistive {
  display: block;
  text-align: center;
  color: #8b93a6;
  margin-bottom: 8px;
}
.bundle-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 18px 0 22px;
}
.bundle-copy {
  flex: 1;
}
.bundle-title {
  font-weight: 600;
}
.bundle-sub {
  color: #2f2f2f;
  font-weight: 100;
  margin-top: 6px;
}
.toggle-label {
  color: #3b3f4c;
  font-weight: 500;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #9e2a18;
  border-radius: 999px;
  transition: background 0.25s;
}
.slider:before {
  content: "";
  position: absolute;
  height: 28px;
  width: 28px;
  left: 4px;
  top: 4px;
  background: white;
  border-radius: 50%;
  transition: transform 0.25s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.switch input:checked + .slider {
  background: #17cb47;
}
.switch input:checked + .slider:before {
  transform: translateX(36px);
}
.slider:hover {
  opacity: 0.9;
}
.switch input:focus + .slider {
  outline: 2px solid #d9422b;
  outline-offset: 2px;
}
.form-switch {
  padding-left: 2.5em;
  display: flex;
  align-items: center;
}
.form-switch .form-check-label {
  padding-left: 10px;
}
.form-switch .form-check-input {
  background-color: #b52025;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.form-switch .form-check-input:checked {
  background-color: #198754;
  border: none;
}
.form-switch .form-check-input {
  width: 5em;
  height: 2.5em;
}
.result-card {
  margin-top: 40px;
  margin-bottom: 50px;
}
.result {
  /* Result styling if needed */
}
.disclaimer {
  /* Disclaimer styling if needed */
}
/* 6. APPLICATION FORM SECTION */
.application-subtitle {
  color: #000;
  margin: 0 0 30px;
  text-align: center;
}
.application-section {
  margin: 0 auto;
  padding-top: 30px;
}
.application-form {
  width: 100%;
}
.form-group {
  margin-bottom: 25px;
}
.floating-label {
  position: relative;
  width: 100%;
}
.floating-label-text {
  position: absolute;
  left: 0;
  top: 10px;
  color: #000;
  font-weight: 400;
  pointer-events: none;
  transition: all 0.2s ease;
  font-family: 'Alliance-Bold';
}
.floating-label input:focus + .floating-label-text,
.floating-label input:not(:placeholder-shown) + .floating-label-text {
  top: -15px;
  color: #000;
  font-weight: 500;
}
.form-input {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  color: #000;
  outline: none;
  transition: border-color 0.2s;
}
.form-input:focus {
  border-bottom-color: #d9422b;
  outline: none;
}
.form-input:hover {
  border-bottom-color: #b52025;
}
.form-input::placeholder {
  color: #000;
}
.radio-group {
  margin-bottom: 25px;
}
.radio-question {
  display: block;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "Alliance-Bold";
}
.radio-option label {
  color: #333;
  cursor: pointer;
  margin: 0;
}
.radio-option input[type="radio"]:focus {
  outline: none;
}
.radio-option:hover {
  opacity: 0.8;
}
.checkbox-group {
  margin: 30px 0;
}
.checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.checkbox-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: #b52025;
}
.checkbox-option input[type="checkbox"]:focus {
  outline: none;
}
.checkbox-option label {
  color: #333;
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
}
.checkbox-option:hover {
  opacity: 0.8;
}
.submit-button {
  width: 300px;
  background: #b52025;
  color: white;
  border: none;
  padding: 14px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 35px;
  cursor: pointer;
  transition: background-color 0.2s;
  margin: 20px auto 0;
  display: block;
}
/* 7. CAMPAIGN BANNER SECTION */
.campaign-banner {
  background: #2b4e82;
}
.campaign-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: 'Alliance-Bold';
}
.campaign-info p {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 1rem;
}
/* 8. RESPONSIVE DESIGN */
@media (max-width: 720px) {
  .calculator-section {
    padding: 24px;
  }
  .currency-input input {
    font-size: 32px;
  }
  .bundle-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .application-section {
    margin: 0 10px;
  }
  .radio-options {
    flex-direction: column;
    gap: 8px;
  }
  .top-hero {
    padding-top: 1.5rem !important;
  }
}
/* Tablet spacing (portrait/landscape) */
@media (max-width: 992px) {
  .top-hero {
    padding-top: 2rem !important;
  }
}
/* Biz tabs responsiveness */
@media (max-width: 992px) {
  #bizTabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    border-bottom: 0;
    margin-bottom: 0 !important;
  }
  #bizTabs .nav-item {
    flex: 1 1 calc(50% - 12px);
    max-width: 360px;
  }
  #bizTabs .nav-link {
    width: 100%;
    min-width: 0;
    padding: 12px 24px !important;
    font-size: 1.05rem;
  }
}
/* Campaign banner responsiveness */
@media (max-width: 992px) {
  .campaign-banner {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .campaign-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .campaign-info p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .campaign-banner {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .campaign-title {
    font-size: 1.125rem;
  }
  .campaign-info p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  /* Ensure enough space from device notch/status bar */
  .top-hero {
    padding-top: 2rem !important;
  }
}
/* Advantage-only disclaimer responsiveness */
@media (max-width: 992px) {
  .package-disclaimer {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .package-disclaimer {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    font-size: 0.95rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #bizTabs {
    display: flex;
    border-bottom: 0;
    padding: 0 16px;
    gap: 0;
    margin-bottom: 0 !important;
  }
  #bizTabs .nav-item {
    flex: 1 1 100%;
    width: 100%;
    max-width: 460px;
    margin: 0 auto 0;
    box-sizing: border-box;
  }
  #bizTabs .nav-item.me-3,
  #bizTabs .nav-item.ms-3 {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
  }
  #bizTabs .nav-link {
    width: 100%;
    min-width: 0;
    padding: 14px 16px !important;
    font-size: 1rem;
    margin: 0;
    max-width: none;
    box-sizing: border-box;
    height: 100%;
  }
}
.dsme-best-icon {
  width: auto !important;
  max-width: 200px;
  zoom: 0.7;
}
@media (max-width: 992px) {
  .dsme-best-icon {
    zoom: 0.35;
    position: relative;
    left: 0%;
  }
}
