@charset "UTF-8";
@font-face {
  font-family: "Gilroy-Black";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Black-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Extra-Bold";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Extra-Bold-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Heavy";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Heavy-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Light-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Semibold";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Semibold-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Thin";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Thin-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-UltraLight";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-UltraLight-Italic";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Pribambas";
  src: url("https://brainring.fra1.digitaloceanspaces.com/public/fonts/Pribambas-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
:root {
  --br-surface: #ffffff;
  --br-surface-2: #f7faff;
  --br-border: #e6ecf5;
  --br-text: #1f2533;
  --br-blue: #4c8dff;
  --br-green: #1fc77a;
  --br-orange: #ff8a3d;
  --br-red: #ea445a;
  --br-accent: linear-gradient(90deg, var(--br-blue) 0%, var(--br-green) 100%);
  --br-radius: 16px;
}

body #toast-container.toast-bottom-full-width > div {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  opacity: 1;
  border-radius: 0;
  box-shadow: none;
}
body #toast-container.toast-bottom-full-width > div .toast-message {
  margin-top: 15px;
  margin-left: 10px;
}
@media only screen and (max-width: 380px) {
  body #toast-container.toast-bottom-full-width > div .toast-message .btn {
    padding: 7.5px;
  }
}
body #toast-container.toast-bottom-full-width > div .toast-close-button {
  top: 3px;
  margin-right: 15px;
}
body #toast-container.toast-bottom-full-width > div.toast-success {
  background-color: #62A82D;
}

body #toast-container {
  font-size: calc(14px + 0.4vw);
}
@media only screen and (min-width: 992px) {
  body #toast-container {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  body #toast-container .no-icon {
    padding: 15px !important;
  }
}
@media only screen and (max-width: 479px) {
  body #toast-container .no-icon {
    padding: 8px !important;
  }
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.absolute {
  position: absolute;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  box-shadow: none !important;
}

.grid {
  display: grid;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.leading-3 {
  line-height: 0.75rem !important;
}

.leading-4 {
  line-height: 1rem !important;
}

.leading-5 {
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.w-fit {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-full {
  min-width: 100%;
}

.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.h-5 {
  height: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.z-10 {
  z-index: 10;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-items-center {
  justify-items: center !important;
}

.content-center {
  align-content: center !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-center {
  align-items: center !important;
}

.items-end {
  align-items: flex-end !important;
}

.overflow-auto {
  overflow: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.font-arial {
  font-family: Arial, sans-serif !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 600 !important;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 0.9rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-md {
  font-size: 1rem !important;
  line-height: 1.4rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-gray {
  color: #555 !important;
}

.text-light-gray {
  color: #999 !important;
}

.text-orange {
  color: #fb7800 !important;
}

.text-light-orange {
  color: #ff9e26 !important;
}

.text-red {
  color: #ff3d46 !important;
}

.text-blue {
  color: #0f8ef5 !important;
}

.text-green {
  color: #00934d !important;
}

.text-purple {
  color: #ac42ff !important;
}

.text-dark-blue {
  color: #005980 !important;
}

.bg-orange {
  background-color: #FEAA3A !important;
}

.bg-green {
  background-color: #62A82D !important;
}

.bg-blue {
  background-color: #33C5F3 !important;
}

.bg-red {
  background-color: #FF3D46 !important;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-green {
  background-color: #c9ffd9;
}

.hover\:bg-light-green:hover {
  background-color: #abffb8;
}

.bg-light-red {
  background-color: #ffe8e5;
}

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0 !important;
}

.border-b {
  border-bottom: 1px solid;
}

.border-gray {
  border-color: #ccc;
}

.nowrap {
  white-space: nowrap;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

/* ===== Base button (modern flat blue theme) ===== */
.btn {
  height: 50px;
  width: 100%;
  display: flex;
  line-height: 1.1;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 8px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #0f8ef5;
  color: #ffffff;
  background: #3da8ff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.12s ease, border-color 0.25s ease;
}
.btn:hover {
  background: #269cff;
  border-color: #0a7de0;
  box-shadow: 0 8px 14px rgba(15, 142, 245, 0.25);
  text-decoration: none !important;
  transform: translateY(-1px);
}
.btn:active {
  background: #0f8ef5;
  border-color: #0c7bdb;
  transform: scale(0.98);
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(61, 168, 255, 0.35), 0 6px 12px rgba(0, 0, 0, 0.08);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #b7d9f8;
  border-color: #99c9f5;
  color: #ffffff !important;
  box-shadow: none;
}

/* Sizes */
.btn-xl {
  height: 60px;
  font-size: 1.1em;
}

.btn-lg {
  height: 50px;
  font-size: 1em;
}

.btn-md {
  height: 40px;
  font-size: 1em;
}

.btn-sm {
  height: 36px;
  font-size: 0.95em;
}

.btn-xs {
  height: 30px;
  font-size: 0.9em;
}

.btn-cta {
  --cta-bg: linear-gradient(90deg, var(--br-blue) 0%, var(--br-green) 100%);
  --cta-shadow: 0 4px 18px rgba(76, 141, 255, 0.35);
  --cta-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  border-radius: var(--cta-radius);
  font-weight: 800;
  font-size: 1rem;
  color: #fff !important;
  text-decoration: none;
  background: var(--cta-bg);
  box-shadow: var(--cta-shadow);
  border: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: all 0.25s ease;
  cursor: pointer;
  /* subtle 3D gradient shimmer effect */
  background-size: 200% 100%;
  background-position: 0% 0%;
  -webkit-animation: br-gradient-flow 8s ease infinite;
          animation: br-gradient-flow 8s ease infinite;
  /* glow ring */
}
.btn-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 22px rgba(31, 199, 122, 0.35);
}
.btn-cta:active {
  transform: scale(0.98);
  box-shadow: 0 2px 10px rgba(31, 199, 122, 0.25);
}
.btn-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent 60%);
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.btn-cta:hover::before {
  opacity: 0.35;
}
.btn-cta .btn-cta-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25);
  -webkit-animation: br-pulse 1.6s ease-out infinite;
          animation: br-pulse 1.6s ease-out infinite;
  flex-shrink: 0;
}
@-webkit-keyframes br-pulse {
  0% {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.28);
    opacity: 1;
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
    opacity: 0.85;
  }
  100% {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.28);
    opacity: 1;
  }
}
@keyframes br-pulse {
  0% {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.28);
    opacity: 1;
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
    opacity: 0.85;
  }
  100% {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.28);
    opacity: 1;
  }
}
@-webkit-keyframes br-gradient-flow {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes br-gradient-flow {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* === Mobile scaling === */
@media (max-width: 1024px) {
  .btn-cta {
    width: 100%;
    max-width: 480px;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 20px 0;
    border-radius: 14px;
    box-shadow: 0 3px 14px rgba(76, 141, 255, 0.25);
    text-align: center;
  }
  .btn-cta .btn-cta-dot {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  }
}
/* Reusable gradient CTA button (extracted from .btn.btn-green) */
.btn-gradient {
  --btn-radius: 999px;
  --btn-shadow: 0 10px 24px rgba(76,141,255,.22);
  --btn-bg: linear-gradient(90deg, #4c8dff 0%, #1fc77a 100%);
  --btn-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: var(--btn-radius);
  background: var(--btn-bg);
  color: var(--btn-color) !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 14px 20px;
  box-shadow: var(--btn-shadow);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.btn-gradient .icon {
  width: 28px;
  height: 28px;
}

.btn-gradient:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(31, 199, 122, 0.25);
}

.btn-gradient:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(31, 199, 122, 0.22);
}

.btn-gradient:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 141, 255, 0.16), 0 12px 26px rgba(76, 141, 255, 0.12);
}

/* Size modifiers */
.btn--lg {
  padding: 16px 22px;
  font-size: 1.05rem;
}

.btn--xl {
  padding: 18px 24px;
  font-size: 1.08rem;
}

.btn--sm {
  padding: 10px 14px;
  font-size: 0.95rem;
}

/* Width helpers */
.btn--block {
  width: 100%;
  max-width: 520px;
}

.btn--auto {
  width: auto;
  max-width: none;
}

/* Color variants (override gradient via CSS vars) */
.btn--green {
  --btn-bg: linear-gradient(90deg, #4c8dff 0%, #1fc77a 100%);
}

.btn--blue {
  --btn-bg: linear-gradient(90deg, #5aa2ff 0%, #4c8dff 100%);
}

.btn--orange {
  --btn-bg: linear-gradient(90deg, #ff8a3d 0%, #ffb36b 100%);
}

.btn--red {
  --btn-bg: linear-gradient(90deg, #ff5a78 0%, #ea445a 100%);
}

/* Loading spinner (optional, matches previous) */
.btn-gradient .spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: #fff;
  -webkit-animation: br-spin 0.8s linear infinite;
          animation: br-spin 0.8s linear infinite;
}

@-webkit-keyframes br-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes br-spin {
  to {
    transform: rotate(360deg);
  }
}
/* Responsive tweaks */
@media (max-width: 720px) {
  .btn-gradient.btn--lg,
.btn-gradient.btn--xl {
    font-size: 1.05rem;
  }
}
@media (max-width: 520px) {
  .btn-gradient.btn--xl {
    font-size: 1.08rem;
  }
}
/* ===== Variants ===== */
.btn-gray {
  background: #cbcfd5;
  color: #111;
  border-color: #b3b8be;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.1s ease;
}
.btn-gray:hover {
  background: #c4c8cf;
  border-color: #a9adb3;
  transform: translateY(-1px);
}

.btn-green {
  background-color: #62A82D !important;
  color: #ffffff !important;
  border-color: #2d8257;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.12s ease;
}
.btn-green:hover {
  background: #5b9d2a;
  border-color: #25694b;
  box-shadow: 0 8px 14px rgba(45, 130, 87, 0.25);
  transform: translateY(-1px);
}
.btn-green:active {
  background: #3b7f1f;
  border-color: #1f5a3a;
  transform: scale(0.98);
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-green:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(99, 168, 45, 0.3), 0 6px 12px rgba(0, 0, 0, 0.08);
}
.btn-green:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #bcd8a7;
  border-color: #9ac586;
  color: #ffffff !important;
  box-shadow: none;
}

/* 🧡 Modern flat dark-orange button (consistent style) */
.btn-dark-orange {
  background-color: #FF8917 !important;
  color: #ffffff !important;
  border-color: #a44e03;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.12s ease;
}
.btn-dark-orange:hover {
  background: #bb5f09;
  /* slightly darker on hover */
  border-color: #8a4102;
  box-shadow: 0 8px 14px rgba(164, 78, 3, 0.25);
  transform: translateY(-1px);
  text-decoration: none !important;
}
.btn-dark-orange:active {
  background: #a44e03;
  border-color: #7e3c02;
  transform: scale(0.98);
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-dark-orange:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 106, 11, 0.35), 0 6px 12px rgba(0, 0, 0, 0.08);
}
.btn-dark-orange:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #e1ad83;
  border-color: #c38458;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-orange {
  background-color: #FEAA3A !important;
  color: #ffffff !important;
  border-color: #d97706;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.12s ease;
}
.btn-orange:hover {
  background: #e68909;
  border-color: #c56c04;
  box-shadow: 0 8px 14px rgba(217, 119, 6, 0.25);
  transform: translateY(-1px);
  text-decoration: none !important;
}
.btn-orange:active {
  background: #c56c04;
  border-color: #a35a03;
  transform: scale(0.98);
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-orange:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35), 0 6px 12px rgba(0, 0, 0, 0.08);
}
.btn-orange:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f3c68f;
  border-color: #e0a55b;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-red {
  background: #FF3D46 !important;
  color: #ffffff !important;
  border-color: #f44336;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.12s ease;
}
.btn-red:hover {
  background: #f44236;
  border-color: #d22c26;
  transform: translateY(-1px);
}
.btn-red:active {
  background: #d22c26;
  border-color: #b71c1c;
  transform: scale(0.98);
}

.btn-light-red {
  background: #FF6263 !important;
  color: #ffffff !important;
  border-color: #e14d4d;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.12s ease;
}
.btn-light-red:hover {
  background: #f65f5f;
  border-color: #c13b3b;
  box-shadow: 0 8px 14px rgba(193, 59, 59, 0.25);
  transform: translateY(-1px);
  text-decoration: none !important;
}
.btn-light-red:active {
  background: #e14d4d;
  border-color: #a73131;
  transform: scale(0.98);
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-light-red:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 118, 118, 0.35), 0 6px 12px rgba(0, 0, 0, 0.08);
}
.btn-light-red:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f0aaaa;
  border-color: #d78b8b;
  color: #ffffff !important;
  box-shadow: none;
}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  font-size: 14px;
  padding: 8px;
  line-height: 1.3em;
  background-color: rgba(55, 65, 81, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  z-index: 1000;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
  white-space: normal;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(55, 65, 81, 0.9) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(4px);
}

@media screen and (max-width: 900px) {
  .tooltip .tooltiptext {
    max-width: 150px;
    font-size: 13px;
  }
}
