/* ─── FONTS ─────────────────────────────────────────────── */
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Medium.eot");
  src: url("../fonts/Outfits/Outfit-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Outfits/Outfit-Medium.woff2") format("woff2"),
    url("../fonts/Outfits/Outfit-Medium.woff") format("woff"),
    url("../fonts/Outfits/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Bold.eot");
  src: url("../fonts/Outfits/Outfit-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Outfits/Outfit-Bold.woff2") format("woff2"),
    url("../fonts/Outfits/Outfit-Bold.woff") format("woff"),
    url("../fonts/Outfits/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-ExtraBold.eot");
  src: url("../fonts/Outfits/Outfit-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Outfits/Outfit-ExtraBold.woff2") format("woff2"),
    url("../fonts/Outfits/Outfit-ExtraBold.woff") format("woff"),
    url("../fonts/Outfits/Outfit-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-SemiBold.eot");
  src: url("../fonts/Outfits/Outfit-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Outfits/Outfit-SemiBold.woff2") format("woff2"),
    url("../fonts/Outfits/Outfit-SemiBold.woff") format("woff"),
    url("../fonts/Outfits/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Regular.eot");
  src: url("../fonts/Outfits/Outfit-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Outfits/Outfit-Regular.woff2") format("woff2"),
    url("../fonts/Outfits/Outfit-Regular.woff") format("woff"),
    url("../fonts/Outfits/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Light.eot");
  src: url("../fonts/Outfits/Outfit-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Outfits/Outfit-Light.woff2") format("woff2"),
    url("../fonts/Outfits/Outfit-Light.woff") format("woff"),
    url("../fonts/Outfits/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ─── CSS VARIABLES ──────────────────────────────────────── */
:root {
  --primary: #63b4ff;
  --primary-dark: #0026a3;
  --primary-glow: rgba(99, 180, 255, 0.35);
  --accent: #00e5ff;
  --success: #10b981;
  --danger: #ef4444;
  --warning: #f59e0b;
  --input-border: rgba(92, 193, 239, 0.5);
  --input-focus: rgba(0, 229, 255, 0.7);
  --text-muted: rgba(255, 255, 255, 0.45);
  --divider: rgba(0, 229, 255, 0.15);
  --glass-bg: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.12);
}

/* ─── RESET ──────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── BASE ───────────────────────────────────────────────── */
html,
body {
  height: 100%;
  font-family: "Outfit", sans-serif;
  overflow-x: hidden;
}

section {
  /* margin-top: 100px; */
}

/* .logo-block{
  position: absolute;
  top: 0;
} */
body {
  /* min-height: 100vh; */
  background: radial-gradient(ellipse at 20% 20%, #3a82d6 0%, #000161 55%, #000030 100%);

  position: relative;
}

/* Animated dot-grid overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgb(99 180 255 / 24%) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

/* Soft glow blobs */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 10% 10%, rgba(99, 180, 255, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 90% 85%, rgba(0, 38, 163, 0.18) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ─── LINKS / TYPOGRAPHY ─────────────────────────────────── */
a {
  font-family: "Outfit";
  font-size: 14px;
  line-height: 1.7;
  color: #a0c4ff;
  transition: color 0.3s;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-family: "Outfit";
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

ul,
li {
  margin: 0;
  list-style-type: none;
}

/* ─── INPUTS (global) ────────────────────────────────────── */
input,
textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: var(--input-focus) !important;
  box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.12) !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.938) !important;
  opacity: 0.7 !important;

}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.938) !important;
  opacity: 0.7 !important;
}

input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.938) !important;
  opacity: 0.7 !important;
}

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.938) !important;
  opacity: 0.7 !important;

}

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.938) !important;
  opacity: 0.7 !important;
}

/* Hide number spinners */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

label {
  display: block;
  margin: 0;
}

button {
  outline: none !important;
  border: none;
  background: transparent;
  cursor: pointer;
}

/* ─── LAYOUT ─────────────────────────────────────────────── */
.center-fieldset {
  position: relative;
  z-index: 1;
  /* display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100vh; */
  margin-top: 50px;
  padding: 2.5rem 1rem;
}

.inner-width {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── GLASS CARD ─────────────────────────────────────────── */
.form-card {
  background: rgba(10, 25, 70, 0.55);
  border: 1px solid #094489;
  border-radius: 24px;
  padding: 2.5rem 2.75rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 0 0 1px rgba(99, 180, 255, 0.06),
    0 30px 70px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: slideUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ─── HEADER ─────────────────────────────────────────────── */
.header-text {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  animation: fadeUp 0.5s ease both;
}

.header-text span {
  background: linear-gradient(120deg, var(--accent) 0%, var(--primary) 60%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

/* Animated underline under the span */
.header-text span::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

@keyframes underlineIn {
  to {
    transform: scaleX(1);
  }
}

.header-subtitle {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 0.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* ─── STEP DOTS ──────────────────────────────────────────── */
.step-indicator {
  display: flex;
  gap: 0.35rem;
  margin: 1.5rem 0 2rem;
}

.step-dot {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.3s;
}

.step-dot.done {
  background: var(--success);
}

.step-dot.active {
  background: var(--accent);
}

/* ─── FIELD GROUP ────────────────────────────────────────── */
.field-group {
  margin-bottom: 1.25rem;
  animation: fadeIn 0.4s ease both;
}

.field-group:nth-child(1) {
  animation-delay: 0.05s;
}

.field-group:nth-child(2) {
  animation-delay: 0.10s;
}

.field-group:nth-child(3) {
  animation-delay: 0.15s;
}

.field-group:nth-child(4) {
  animation-delay: 0.20s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ─── FIELD LABEL ────────────────────────────────────────── */
.field-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 15px;
  /* font-weight: 600; */
  letter-spacing: 0.4;
  /* text-transform: uppercase; */
  color: rgb(255, 255, 255);
  margin-bottom: 0.5rem;
}

.field-label i {
  font-size: 0.9rem;
  color: var(--accent);
  opacity: 0.8;
}

/* ─── INPUT SHELL ────────────────────────────────────────── */
.input-shell {
  position: relative;
}

.input-shell .form-control,
.input-shell .form-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--input-border);
  border-radius: 12px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 0.78rem 3rem 0.78rem 1.5rem;
  height: auto;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

.input-shell .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input-shell .form-control:focus,
.input-shell .form-select:focus {
  background: rgba(0, 229, 255, 0.05);
  border-color: var(--input-focus);
  box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.12), 0 0 20px rgba(0, 229, 255, 0.07);
  color: #fff;
  outline: none;
}

/* Select overrides */
.input-shell .form-select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.input-shell .form-select option {
  background: #061034;
  color: #e2e8f0;
}

/* Left icon */
.input-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  opacity: 0.5;
  font-size: 1rem;
  pointer-events: none;
  transition: opacity 0.2s, color 0.2s;
}

.input-shell:focus-within .input-icon {
  opacity: 1;
  color: var(--accent);
}

/* Chevron for select */
.select-chevron {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 0.75rem;
  pointer-events: none;
}

/* Right suffix badge */
.input-suffix {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--accent);
  background: rgba(0, 229, 255, 0.09);
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: 6px;
  padding: 0.18rem 0.45rem;
  pointer-events: none;
}

/* Valid state */
.valid-icon {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--success);
  font-size: 0.9rem;
  display: none;
}

.form-control.is-valid {
  border-color: var(--success) !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12) !important;
}

.form-control.is-valid~.valid-icon {
  display: block;
}

/* Error state */
.form-control.is-invalid,
.form-select.is-invalid {
  border-color: rgba(239, 68, 68, 0.6) !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
}

.invalid-msg {
  font-size: 0.72rem;
  color: #fca5a5;
  margin-top: 0.3rem;
  display: none;
  padding-left: 0.25rem;
}

.is-invalid~.invalid-msg,
.form-select.is-invalid+.select-chevron+.invalid-msg {
  display: block;
}

/* ─── DIVIDER ────────────────────────────────────────────── */
.field-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--divider), transparent);
  margin: 0.25rem 0 1.25rem;
}

/* ─── ACHIEVEMENT PROGRESS BAR ───────────────────────────── */
.achieve-bar-wrap {
  margin-top: 0.55rem;
  height: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  display: none;
}

.achieve-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent), var(--success));
  transition: width 0.4s ease, background 0.4s ease;
}

.achieve-bar-label {
  display: none;
  justify-content: space-between;
  margin-top: 0.25rem;
}

.achieve-bar-label span {
  font-size: 0.65rem;
  color: var(--text-muted);
}

.achieve-bar-label strong {
  font-size: 0.65rem;
  color: var(--accent);
  font-weight: 700;
}

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* Previous */
.btn-prev {
  flex: 0 0 auto;
  min-width: 110px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Outfit", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.78rem 1.1rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: all 0.25s;
}

.btn-prev:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.btn-prev:active {
  transform: scale(0.97);
}

/* Next / Submit */
.btn-next {
  flex: 1;
  color: #ffffff !important;
  background: linear-gradient(135deg, #63b4ff 0%, #0047d4 100%);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  /* text-transform: uppercase; */
  letter-spacing: 0.08em;
  padding: 0.78rem 1.5rem;
  border-radius: 12px;
  border: none !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  box-shadow:
    0 4px 18px rgba(0, 71, 212, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}

/* Shine sweep */
.btn-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-25deg);
  transition: 0.65s;
}

.btn-next:hover::before {
  left: 140%;
}

/* Top glass sheen */
.btn-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  border-radius: 12px;
  pointer-events: none;
}

.btn-next:hover {
  background: linear-gradient(135deg, #7dc4ff 0%, #0036b0 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0, 71, 212, 0.5), 0 0 18px rgba(99, 180, 255, 0.4);
  color: #fff !important;
}

.btn-next:active {
  transform: scale(0.97) translateY(0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35) inset;
}

/* Progress text below buttons */
.progress-text {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 1rem;
  letter-spacing: 0.04em;
}

.progress-text span {
  color: var(--accent);
  font-weight: 700;
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */

/* Tablet */
@media (max-width: 768px) {
  .center-fieldset {
    padding: 2rem 1rem;

  }

  .inner-width,
  .performnce-width {
    max-width: 100%;
  }

  .form-card {
    padding: 2rem 1.75rem;
    border-radius: 20px;
  }

  .header-text {
    font-size: clamp(1.4rem, 5vw, 1.9rem);
  }

  .step-indicator {
    margin: 1.25rem 0 1.75rem;
  }
}

/* Large phones */
@media (max-width: 576px) {
  .center-fieldset {
    padding: 1.25rem 0.75rem;

  }

  .form-card {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
  }

  .header-text {
    font-size: 1.4rem;
  }

  .header-subtitle {
    font-size: 0.8rem;
  }

  .step-indicator {
    margin: 1rem 0 1.5rem;
    gap: 0.25rem;
  }

  .step-dot {
    height: 3px;
  }

  .field-group {
    margin-bottom: 1rem;
  }

  .field-label {
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

  .input-shell .form-control,
  .input-shell .form-select {
    font-size: 0.88rem;
    padding: 0.68rem 2.7rem 0.68rem 1.5rem;
    border-radius: 10px;
  }

  .input-icon {
    font-size: 0.9rem;
    left: 0.75rem;
  }

  .input-suffix {
    font-size: 0.62rem;
    right: 0.6rem;
  }

  .field-divider {
    margin: 0.15rem 0 1rem;
  }

  .btn-row {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    gap: 0.5rem;
  }

  .btn-prev {
    min-width: 90px;
    font-size: 0.8rem;
    padding: 0.68rem 0.9rem;
    border-radius: 10px;
  }

  .btn-next {
    font-size: 0.82rem;
    padding: 0.68rem 1rem;
    border-radius: 10px;
  }

  .progress-text {
    font-size: 0.65rem;
  }
}

/* Small phones */
@media (max-width: 400px) {
  .form-card {
    padding: 1.25rem 1rem;
    border-radius: 15px;
  }

  .header-text {
    font-size: 1.25rem;
  }

  .input-shell .form-control,
  .input-shell .form-select {
    font-size: 0.83rem;
    padding: 0.62rem 2.5rem 0.62rem 1.5rem;
  }

  .btn-prev {
    min-width: 80px;
    font-size: 0.75rem;
    padding: 0.62rem 0.75rem;
  }

  .btn-next {
    font-size: 0.78rem;
  }
}

/* Very small / stack buttons */
@media (max-width: 340px) {
  .btn-row {
    flex-direction: column-reverse;
  }

  .btn-prev,
  .btn-next {
    width: 100%;
    flex: unset;
    justify-content: center;
  }
}

.modal-content::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(192, 57, 43, 0.2) 0%, transparent 70%);
}

.modal-content::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 2%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(230, 168, 23, 0.12) 0%, transparent 70%);
}

.loader-block {
  width: 100%;
  height: 100vh;
  background: radial-gradient(ellipse at 20% 20%, #3a82d6 0%, #000161f5 55%, #000030db 100%);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.loader {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: inline-block;
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  box-sizing: border-box;
  animation: rotation 1.1s linear infinite;
  margin: auto;
  position: relative;
}

.loader::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(99, 180, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border-bottom: 5px solid #47d3db;
  border-left: 5px solid transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-text {
  font-size: 16px;
  color: white;
  position: relative;
}

/* Animated dots */
.loader-text::after {
  content: "";
  display: inline-block;
  width: 1ch;
  animation: dots 1s steps(3, end) infinite;
}

@keyframes dots {

  0%,
  20% {
    content: "";
  }

  40% {
    content: ".";
  }

  60% {
    content: "..";
  }

  80%,
  100% {
    content: "...";
  }
}

.steps section:not(:first-of-type) {
  display: none;
}

.custom-file {
  height: 42px !important;
}

input.custom-file[type="file"] {
  padding: 8px 0px 3px 14px
}

input.custom-file[type="file"]:focus {
  box-shadow: none;
  outline: none;
}

input.custom-file[type="file"]::-webkit-file-upload-button,
input.custom-file[type="file"].invalid::-webkit-file-upload-button,
input.custom-file[type="file"].valid::-webkit-file-upload-button {
  color: #fff;
  font-size: 13px;
  border: 0;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  border-radius: 9px;
  padding: 8px 10px 8px 10px;
  background: linear-gradient(120deg, #01bcd1 0%, #0f73d1 60%, #a78bfa 100%) !important;
  outline: none;
}

input.custom-file[type="file"]::-webkit-file-upload-button:focus,
input.custom-file[type="file"].invalid::-webkit-file-upload-button:focus,
input.custom-file[type="file"].valid::-webkit-file-upload-button:focus {
  box-shadow: none;
  outline: none;
}

.flex-0 {
  flex: none;
}


.height-250 {
  height: 250px;
}


.cropper-area {
  background-color: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  min-height: 400px;
  transition: all 0.3s ease;
}

/* Wrapper for cropper canvas */
#cropper-container,
.cropper-wrapper-box {
  width: 100%;
  height: 500px;
  max-height: 60vh;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  border: 2px dashed #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure images are properly contained */
#cropper-container img,
.cropper-wrapper-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* 2. CROPPER.JS CANVAS ADJUSTMENTS */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  user-select: none;
  width: 100% !important;
  height: 100% !important;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-canvas img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  max-width: none !important;
}

/* Improve crop box visibility */
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

/* 3. TOOLBAR STYLING */
.cropper-toolbar {
  background: #ffffff;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.cropper-toolbar .btn {
  min-width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.cropper-toolbar .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.cropper-toolbar .btn i {
  font-size: 1.1rem;
}

/* 4. INSTRUCTION PLACEHOLDER */
#instruction-container,
[id^="instruction_"] {
  transition: opacity 0.3s ease;
}

/* #instruction-container img,
[id^="instruction_"] img {
    max-width: 200px;
    opacity: 0.6;
} */

/* 5. RESPONSIVE DESIGN */
@media (max-width: 991px) {

  #cropper-container,
  .cropper-wrapper-box {
    height: 450px;
    max-height: 55vh;
  }

  .cropper-area {
    min-height: 350px;
  }
}

@media (max-width: 767px) {

  #cropper-container,
  .cropper-wrapper-box {
    height: 400px;
    max-height: 50vh;
  }

  .cropper-area {
    min-height: 300px;
  }

  .cropper-toolbar {
    padding: 10px !important;
    gap: 8px !important;
  }

  .cropper-toolbar .btn {
    min-width: 40px;
    height: 40px;
    padding: 8px !important;
  }

  .cropper-toolbar .btn i {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {

  #cropper-container,
  .cropper-wrapper-box {
    height: 350px;
    max-height: 45vh;
  }

  .cropper-toolbar .btn {
    min-width: 38px;
    height: 38px;
    font-size: 0.875rem;
  }
}

/* 6. LOADING STATE */
.cropper-area.loading {
  position: relative;
}

.cropper-area.loading::after {
  content: 'Loading...';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 600;
  z-index: 9999;
}

.metric-tile {
  background: rgb(9 22 201 / 0%);
  border: 1px solid rgb(0 3 91 / 0%);
  border-radius: 18px;
  padding: 10px 10px;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  animation: fadeUp .55s ease both;
  width: fit-content;
  /* --tile-glow: rgba(0, 229, 255, 0.35); */
  box-shadow: inset rgb(17 21 122) 0px 0px 20px 4px, rgb(57 123 204) 0px 0px 6px 0px;
  width: 100%;
  max-width: 280px;
  margin: auto;
  backdrop-filter: blur(20px);
}

:root {
  --tile-color: linear-gradient(135deg, #00e5ff, #6366f1);
  --tile-glow: rgba(0, 229, 255, 0.35);
}

.metric-tile::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--tile-color, var(--cg));
  box-shadow: 0 0 12px var(--tile-glow, rgba(0, 229, 255, 0.4));
}

.performnce-width {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.tile-label h2 {
  color: white;
  font-size: 20px;
}

.metric-tile h1 {
  background: linear-gradient(120deg, var(--accent) 0%, var(--primary) 60%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.perf-layout {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  /* stacks on mobile */
}

.perf-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
  min-width: 220px;
}

.perf-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 340px;
  margin: auto;

}

.preformance-bg {
  background: rgba(10, 25, 70, 0.55);
  border: 1px solid #094489;
  border-radius: 24px;
  padding: 2.5rem 2.75rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 0 0 1px rgba(99, 180, 255, 0.06), 0 30px 70px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: slideUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.profile-name {
  background: linear-gradient(120deg, var(--accent) 0%, var(--primary) 60%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.details-span {
  color: white;
  /* display: grid;
  grid-template-columns: 1fr 4fr; */
  /* gap: 0.75rem;
  padding: 0.75rem 5px;
  border-bottom: 1px dashed #e5e7eb; */
  display: flex;
  justify-content: space-between;
}

.details-span span:first-child {
  background: #b7f6ff2e;
  font-weight: 300;
}


/* ── WRAPPER ── */
.slider-wrapper {
  position: relative;
  padding: 1.5rem 0 2.5rem;
  user-select: none;
  padding-top: 48px;
}

/* ── TOOLTIP ── */
.slider-wrapper {
  padding-top: 48px;
  /* ✅ add extra top space for tooltip */
}

.slider-tooltip {
  position: absolute;
  top: 0;
  left: var(--tip-left, 50%);
  /* moved by JS via CSS variable */
  transform: translateX(-50%);
  background: rgb(90 157 235);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.28rem 0.75rem;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
  backdrop-filter: blur(8px);
  transition: left 0.06s linear;
  z-index: 10;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

/* Arrow pointing down */
.slider-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgb(90 157 235);
}

/* ── TRACK (the rainbow bar) ── */
#runSlider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 22px;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  border: none;

  /* Rainbow gradient — red to green */
  background: linear-gradient(90deg,
      #e80000 0%,
      #ff4400 10%,
      #ff8800 22%,
      #ffcc00 35%,
      #ffe600 48%,
      #ccff00 62%,
      #66ff00 75%,
      #00e676 88%,
      #00c853 100%);

  box-shadow:
    0 0 0 3px rgba(0, 0, 0, 0.3),
    0 4px 18px rgba(0, 0, 0, 0.45),
    inset 0 2px 4px rgba(0, 0, 0, 0.25),
    inset 0 -2px 3px rgba(255, 255, 255, 0.1);
}

/* ── THUMB (the blue orb) ── */
/* Chrome / Safari */
#runSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: grab;
  position: relative;
  z-index: 2;

  background: radial-gradient(circle at 35% 30%,
      #b8e0ff 0%,
      #4db8ff 28%,
      #0088ff 60%,
      #0050cc 100%);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.35),
    0 0 0 6px rgba(0, 136, 255, 0.2),
    0 6px 20px rgba(0, 80, 200, 0.55),
    inset 0 2px 5px rgba(255, 255, 255, 0.55),
    inset 0 -2px 4px rgba(0, 40, 120, 0.35);
  transition: transform .15s, box-shadow .2s;
}

#runSlider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.45),
    0 0 0 9px rgba(0, 136, 255, 0.25),
    0 8px 28px rgba(0, 80, 200, 0.65),
    inset 0 2px 5px rgba(255, 255, 255, 0.55);
}

#runSlider::-webkit-slider-thumb:active {
  cursor: grabbing;
  transform: scale(1.1);
}

/* Firefox */
#runSlider::-moz-range-thumb {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  cursor: grab;
  background: radial-gradient(circle at 35% 30%,
      #b8e0ff 0%,
      #4db8ff 28%,
      #0088ff 60%,
      #0050cc 100%);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.35),
    0 6px 20px rgba(0, 80, 200, 0.55);
}

/* Firefox track */
#runSlider::-moz-range-track {
  height: 22px;
  border-radius: 100px;
  background: linear-gradient(90deg,
      #e80000 0%, #ff4400 10%, #ff8800 22%,
      #ffcc00 35%, #ffe600 48%, #ccff00 62%,
      #66ff00 75%, #00e676 88%, #00c853 100%);
}

/* ── STEP LABELS (₹10K, ₹50K … 2.5L) ── */
.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  padding: 0 2px;
}

.slider-labels span {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  cursor: pointer;
  transition: color .2s, transform .2s;
  position: relative;
}

/* Tick mark above each label */
.slider-labels span::before {
  content: '';
  display: block;
  width: 2px;
  height: 7px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 1px;
  margin: 0 auto 4px;
  transition: background .2s, height .2s;
}

.slider-labels span.active {
  color: #fff;
  font-weight: 700;
}

.slider-labels span.active::before {
  background: #fff;
  height: 10px;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}

/* ── HINT TEXT ── */
.slider-hint {
  text-align: center;

  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: .03em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
}

.slider-value-display {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2rem;
  letter-spacing: -.01em;
  min-height: 2.8rem;
}

.slider-value-display span {
  background: linear-gradient(90deg, #ff4444, #ff9900, #ffe600, #00e676);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: background .4s;
}




/* ── GLASS CARD ── */
.growth-card {
  width: 100%;
  max-width: 650px;
  margin: auto;
  position: relative;
  text-align: center;
  overflow: hidden;

  background: rgba(10, 25, 70, 0.55);
  border: 1px solid #094489;
  border-radius: 24px;
  padding: 2.5rem 2.75rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 0 0 1px rgba(99, 180, 255, 0.06), 0 30px 70px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: slideUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Top cyan glow border shimmer */
.growth-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 10%;
  right: 10%;
  height: 2px;
  border-radius: 0 0 50% 50%;
  background: linear-gradient(90deg, transparent, #00e5ff, #7fff00, #00e5ff, transparent);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.8), 0 0 40px rgba(127, 255, 0, 0.4);
  animation: shimmerLine 3s ease-in-out infinite;
}

.growthcard-btn-div {
  width: 100%;
  max-width: 650px;
}

@keyframes shimmerLine {

  0%,
  100% {
    opacity: 0.7;
    transform: scaleX(0.9);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

/* Inner glow behind the number */
.growth-card::after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 15%;
  right: 15%;
  height: 40%;
  background: radial-gradient(ellipse, rgba(180, 255, 0, 0.18) 0%, rgba(0, 255, 150, 0.08) 50%, transparent 75%);
  filter: blur(18px);
  pointer-events: none;
  animation: glowPulse 2.5s ease-in-out infinite;
}

@keyframes glowPulse {

  0%,
  100% {
    opacity: 0.6;
    transform: scaleX(0.9);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.05);
  }
}

/* ── CARD LABEL ── */
.card-label {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  text-shadow: 0 0 20px rgba(0, 200, 255, 0.4);
  animation: fadeUp 0.5s ease 0.25s both;
}

/* ── BIG NUMBER ── */
.growth-value {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 0.15rem;
  animation: valuePop 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}

@keyframes valuePop {
  from {
    opacity: 0;
    transform: scale(0.6);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.growth-plus {
  font-size: clamp(2.2rem, 7vw, 3.8rem);
  font-weight: 900;
  color: #c8ff00;
  text-shadow:
    0 0 20px rgba(180, 255, 0, 0.9),
    0 0 40px rgba(180, 255, 0, 0.5),
    0 0 80px rgba(100, 255, 0, 0.3);
  line-height: 1;
}

.growth-number {
  font-size: clamp(2.5rem, 11vw, 6rem);
  font-weight: 900;
  color: #c8ff00;
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow:
    0 0 20px rgba(180, 255, 0, 0.9),
    0 0 50px rgba(180, 255, 0, 0.6),
    0 0 100px rgba(100, 255, 0, 0.3);
}

.growth-pct {
  font-size: clamp(1.8rem, 5.5vw, 3.2rem);
  font-weight: 900;
  color: #c8ff00;
  text-shadow:
    0 0 20px rgba(180, 255, 0, 0.8),
    0 0 40px rgba(180, 255, 0, 0.4);
  line-height: 1;
}

.growth-word {
  font-size: clamp(1.8rem, 5.5vw, 3.2rem);
  font-weight: 900;
  color: #c8ff00;
  margin-left: 0.3rem;
  text-shadow:
    0 0 20px rgba(180, 255, 0, 0.8),
    0 0 40px rgba(180, 255, 0, 0.4);
  line-height: 1;
}

/* Sparkles around number */
.sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* ── SPARKLES — all positioned via classes, no inline ── */
.spark {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c8ff00;
  box-shadow: 0 0 6px rgba(200, 255, 0, 0.9);
}

.spark-1 {
  top: 20%;
  left: 15%;
  animation: sparkAnim1 2.1s ease-in-out 0s infinite;
}

.spark-2 {
  top: 30%;
  left: 82%;
  animation: sparkAnim2 2.4s ease-in-out 0.4s infinite;
}

.spark-3 {
  top: 65%;
  left: 10%;
  animation: sparkAnim3 1.9s ease-in-out 0.8s infinite;
}

.spark-4 {
  top: 70%;
  left: 88%;
  animation: sparkAnim4 2.2s ease-in-out 0.2s infinite;
}

.spark-5 {
  top: 50%;
  left: 50%;
  animation: sparkAnim5 2.6s ease-in-out 1.1s infinite;
}

.spark-6 {
  top: 25%;
  left: 55%;
  animation: sparkAnim6 1.8s ease-in-out 0.6s infinite;
}

.spark-7 {
  top: 75%;
  left: 35%;
  animation: sparkAnim7 2.3s ease-in-out 1.5s infinite;
}

/* Each spark has its own unique translate direction */
@keyframes sparkAnim1 {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5) translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2) translate(6px, -10px);
  }
}

@keyframes sparkAnim2 {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5) translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2) translate(-5px, -8px);
  }
}

@keyframes sparkAnim3 {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5) translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2) translate(8px, 6px);
  }
}

@keyframes sparkAnim4 {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5) translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2) translate(-6px, 8px);
  }
}

@keyframes sparkAnim5 {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5) translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2) translate(10px, -12px);
  }
}

@keyframes sparkAnim6 {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5) translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2) translate(-8px, -6px);
  }
}

@keyframes sparkAnim7 {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5) translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2) translate(5px, 10px);
  }
}

@keyframes sparkAnim {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5) translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2) translate(var(--tx, 4px), var(--ty, -8px));
  }
}

/* Horizontal glow line below number (like screenshot) */
.glow-line {
  position: absolute;
  bottom: 28%;
  left: 5%;
  right: 5%;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, #7fff00, #00ffcc, #7fff00, transparent);
  box-shadow: 0 0 16px rgba(127, 255, 0, 0.7), 0 0 32px rgba(0, 255, 180, 0.4);
  animation: glowPulse 2s ease-in-out infinite;
}

/* Stars/glitter on sides */
.star-left,
.star-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: rgba(200, 255, 100, 0.5);
  animation: starTwinkle 1.8s ease-in-out infinite;
}

.star-left {
  left: 1rem;
  animation-delay: 0s;
}

.star-right {
  right: 1rem;
  animation-delay: 0.9s;
}

@keyframes starTwinkle {

  0%,
  100% {
    opacity: 0.3;
    transform: translateY(-50%) scale(0.8);
  }

  50% {
    opacity: 0.9;
    transform: translateY(-50%) scale(1.1);
  }
}

.checklist-card {
  width: 100%;
  background: rgba(10, 25, 90, 0.55);
  border: 1px solid rgba(100, 150, 255, 0.25);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 30, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Hide native checkbox */
.checklist-card input[type="checkbox"],
input[type="radio"] {
  display: none;
}

.checklist-card label {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 13px;
  cursor: pointer;
  border-bottom: 1px solid rgba(100, 150, 255, 0.12);
  transition: background 0.25s;
  position: relative;
}

.checklist-card label:last-of-type {
  border-bottom: none;
}

.checklist-card label:hover {
  background: rgba(80, 120, 255, 0.08);
}

/* Custom radio/check indicator — hidden square, styled as circle */
.check-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(100, 150, 255, 0.4);
  background: rgba(20, 40, 120, 0.5);
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.check-dot::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #4af;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.2s, transform 0.2s;
}

input[type="checkbox"]:checked+label .check-dot,
input[type="radio"]:checked+label .check-dot {
  border-color: #3b9eff;
  background: rgba(40, 100, 255, 0.25);
  box-shadow: 0 0 10px rgba(59, 158, 255, 0.5);
}

input[type="checkbox"]:checked+label .check-dot::after,
input[type="radio"]:checked+label .check-dot::after {
  opacity: 1;
  transform: scale(1);
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
  background: rgba(59, 158, 255, 0.08);
}

/* Icon */
.icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  padding: 5px
}

.icon-hospital {
  background: rgba(46, 180, 100, 0.15);
  border: 1px solid rgba(46, 180, 100, 0.2);
}

.icon-community {
  background: rgba(255, 180, 0, 0.12);
  border: 1px solid rgba(255, 180, 0, 0.2);
}

.icon-chart {
  background: rgba(59, 158, 255, 0.15);
  border: 1px solid rgba(59, 158, 255, 0.2);
}

.label-text {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}

.arrow-up {
  color: #aaff44;
  font-size: 15px;
}

input[type="checkbox"]:checked+label .label-text,
input[type="radio"]:checked+label .label-text {
  color: #fff;
}

.photo-frame {
  background: linear-gradient(120deg, var(--accent) 0%, var(--primary) 60%, #a78bfa 100%);
  padding: 2px;
  border-radius: 10px;
}

.photo-frame img {
  border-radius: 9px;
}

.photo-frame div {
  background: #0a1354;
  padding: 2px;
  border-radius: 11px;
}

#employee-name {
  font-size: 17px;
  font-weight: 700;
}

/* 
@media (orientation: portrait) {
  #employee-name {
    font-size: 17px;
  }
}

@media (orientation: landscape) {
  #employee-name {
    font-size: 20px;
  }
} */

.mini-bar-labels {
  background: #9b91f333;
  width: fit-content;
  padding: 1px 10px;
  margin: auto;
  border-radius: 10px;
}


.product-grid {
  width: 100%;
  max-width: 740px;
}

/* Hide all radio inputs */
.product-grid input[type="checkbox"] {
  display: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.product-grid img {
  user-select: none;
}

/* Each label = clickable card */
.product-grid label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  border-radius: 12px;
  padding: 10px 8px;
  cursor: pointer;
  border: 3px solid transparent;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  /* aspect-ratio: 2 / 1; */
  margin: 10px 0px;

}

.product-grid label:hover {
  border-color: rgba(59, 158, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 30, 0.4);
}

.product-grid label img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Tick badge — hidden by default */
.product-grid label::after {
  content: '✓';
  position: absolute;
  top: -13px;
  right: -6px;
  width: 26px;
  height: 26px;
  background: #00a160;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.2s, transform 0.2s;
  line-height: 20px;
  text-align: center;
  background: #129146;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(26, 232, 88, 0.25);
  transform: scale(1.1);
}

/* Checked state */
.product-grid input[type="checkbox"]:checked+label {
  border-color: #050653;
  box-shadow: 0 0 0 1px #10dafb, 0 8px 24px rgba(41, 121, 255, 0.4);
  transform: translateY(-2px);
}

.img-check:checked+label::after {
  opacity: 1;
  transform: scale(1);
}

/* Selected name display */
.selected-display {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(180, 210, 255, 0.7);
  min-height: 22px;
  letter-spacing: 0.3px;
}

.selected-display span {
  color: #2979ff;
  font-weight: 700;
}

@media (max-width: 520px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.dashboard-header h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.btn-add {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #1565c0, #2979ff);
  border: none;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(41, 121, 255, 0.35);
  transition: all 0.2s;
}

.btn-add:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(41, 121, 255, 0.5);
}

/* Brand cards dashboard */
.brand-dashboard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.brand-item {
  background: #fff;
  border-radius: 12px;
  /* overflow: hidden; */
  position: relative;
  border: 2px solid rgba(41, 121, 255, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 20, 0.3);
  animation: popIn 0.3s ease both;
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.brand-img-wrap {
  padding: 10px 8px;
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-actions {
  display: flex;
  border-top: 1px solid rgba(41, 121, 255, 0.15);
}

.btn-delete {
  flex: 1;
  padding: 5px;
  background: rgba(255, 59, 59, 0.08);
  border: none;
  color: #c50000;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.btn-delete:hover {
  background: rgba(255, 59, 59, 0.18);
}

.btn-fypm {
  position: absolute;
  top: -9px;
  right: -5px;
  width: 26px;
  height: 26px;
  background: linear-gradient(120deg, #848de1 0%, #646fd1 60%, #2c7ad5 100%);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(41, 121, 255, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 2;
}

.btn-fypm:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 14px rgba(41, 121, 255, 0.7);
}

.brand-name {
  font-size: 10px;
  font-weight: 700;
  color: rgba(100, 130, 200, 0.8);
  text-align: center;
  padding: 0 8px 6px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}

@media (max-width: 520px) {

  .grid,
  .brand-dashboard {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal .product-grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Hide the actual radio input */
.btn-fypm input[type="radio"],
.btn-fypm input[type="checkbox"] {
  display: none;
}

/* Label looks like the + button */


/* Show plus, hide check by default */
.btn-fypm .fa-plus {
  display: block;
}

.btn-fypm .fa-check {
  display: none;
}

/* When radio is checked — swap icons, fill button */
.btn-fypm input[type="radio"]:checked~.fa-plus,
.btn-fypm input[type="checkbox"]:checked~.fa-plus {
  display: none;
}

.btn-fypm input[type="radio"]:checked~.fa-check,
.btn-fypm input[type="checkbox"]:checked~.fa-check {
  display: block;
}

.btn-fypm:has(input[type="radio"]:checked),
.btn-fypm:has(input[type="checkbox"]:checked) {
  background: #129146;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(26, 232, 88, 0.25);
  transform: scale(1.1);
}

.brand-header {
  width: 100%;
  max-width: 760px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #e8f4f8 40%, #d0eaf5 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.15),
    0 20px 60px rgba(0, 0, 0, 0.4),
    0 0 80px rgba(0, 180, 200, 0.15);
  animation: slideDown 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-24px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.brand-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00b4cc, #2ecc71, #00b4cc);
  background-size: 200% 100%;
  animation: shimmer 2.5s linear infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.brand-header::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 200, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 36px;
  position: relative;
  z-index: 1;
  justify-content: space-around;
}




.brand-composition strong {
  color: #1a6b3c;
}

.header-divider {
  width: 1px;
  height: 70px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.12), transparent);
  flex-shrink: 0;
}


.details-label {
  font-size: 28px;
  font-weight: 600;
  color: #1a2a4a;
  letter-spacing: -0.5px;
}

.details-label span {
  color: #00b4cc;
}

.final-dashboard-row .btn-next {
  display: inline-block;
}

.wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* HEADER */
.dash-header {
  text-align: center;
  margin-bottom: 24px;
  animation: fadeDown 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dash-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #1565f5 0%, #00c2cb 100%);
  padding: 12px 28px;
  border-radius: 50px;

  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  box-shadow: 0 8px 32px rgba(21, 101, 245, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.dash-title .icon {
  font-size: 20px;
}

/* STATS ROW */
.stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
  animation: fadeUp 0.6s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
}

.stat-card.current::before {
  background: linear-gradient(90deg, #1565f5, #00c2cb);
}

.stat-card.committed::before {
  background: linear-gradient(90deg, #00d68f, #00c2cb);
}

.stat-card.increment::before {
  background: linear-gradient(90deg, #f5a623, #ff6b6b);
}

.stat-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 5px;
}

.stat-fy {
  font-size: 13px;
  color: white;
  margin-bottom: 8px;
  font-weight: 300;
}

.stat-value {

  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}

.stat-card.current .stat-value {
  color: #05f1ff;
}

.stat-card.committed .stat-value {
  color: #00d68f;
}

.stat-card.increment .stat-value {
  color: #f5a623;
}

.stat-sub {
  font-size: 10px;
  color: rgba(232, 238, 255, 0.4);
  margin-top: 6px;
}

/* TABLE SECTION */
.table-section {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  animation: fadeUp 0.6s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.table-header {
  padding: 18px 24px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.table-title {

  font-size: 14px;
  font-weight: 600;
  color: #e8eeff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.table-title::before {
  content: '';
  width: 4px;
  height: 16px;
  background: linear-gradient(to bottom, #1565f5, #00c2cb);
  border-radius: 4px;
  flex-shrink: 0;
}

.commitment-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 214, 143, 0.1);
  border: 1px solid rgba(0, 214, 143, 0.3);
  color: #2affb8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 20px;
}

.commitment-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00d68f;
  animation: pulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.6);
  }
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  text-align: center;
}

thead tr {
  background: rgba(255, 255, 255, 0.03);
}

thead th {
  padding: 12px 18px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

thead th {
  text-align: center;
}

tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.15s;
  animation: rowIn 0.4s both;
}

tbody tr:last-child {
  border-bottom: none;
}

tbody tr:hover {
  background: rgba(255, 255, 255, 0.04);
}

tbody tr:nth-child(1) {
  animation-delay: 0.30s;
}

tbody tr:nth-child(2) {
  animation-delay: 0.36s;
}

tbody tr:nth-child(3) {
  animation-delay: 0.42s;
}

tbody tr:nth-child(4) {
  animation-delay: 0.48s;
}

tbody tr:nth-child(5) {
  animation-delay: 0.54s;
}

tbody tr:nth-child(6) {
  animation-delay: 0.60s;
}

tbody tr:nth-child(7) {
  animation-delay: 0.66s;
}

@keyframes rowIn {
  from {
    opacity: 0;
    transform: translateX(-12px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

td {
  padding: 13px 18px;
  font-size: 13px;
  color: #e8eeff;
  text-align: center;
}


.brand-cell {

  color: #e8eeff;
}


.ypm-val {
  color: #ffffff;
  font-weight: 500;
}

.target-val {
  color: #ffffff;
  font-weight: 600;
}

.progress-wrap {
  margin-top: 4px;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #1565f5, #00c2cb);
  animation: growBar 1s 0.5s both cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left;
}

@keyframes growBar {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.increment-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgb(228 246 255 / 14%);
  color: #3cc8fc;
  border: 1px solid rgb(43 208 252 / 45%);
  white-space: nowrap;
}

.increment-chip.high {
  background: rgba(255, 107, 107, 0.1);
  color: #ff8f8f;
  border-color: rgba(255, 107, 107, 0.25);
}

/* FOOTER */
.dash-footer {
  margin-top: 18px;

  animation: fadeUp 0.6s 0.65s both;
}

.footer-note {
  font-size: 10px;
  color: rgba(232, 238, 255, 0.4);
}

.stamp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid rgba(0, 214, 143, 0.5);
  color: #00d68f;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 0 20px rgba(0, 214, 143, 0.2);
  transform: rotate(-8deg);
  animation: stampIn 0.5s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  flex-shrink: 0;
}

@keyframes stampIn {
  from {
    opacity: 0;
    transform: rotate(-8deg) scale(0.4);
  }

  to {
    opacity: 1;
    transform: rotate(-8deg) scale(1);
  }
}

.stamp-icon {
  font-size: 18px;
  margin-bottom: 2px;
}

/* TABLET */
@media (max-width: 768px) {
  body {
    /* padding: 18px 12px; */
  }

  .dash-title {
    font-size: 15px;
    padding: 11px 20px;
  }

  .dash-title .icon {
    font-size: 17px;
  }

  .stats-row {
    gap: 10px;
  }

  .stat-card {
    padding: 14px 14px;
    border-radius: 12px;
  }

  .stat-value {
    font-size: 20px;
  }

  .stat-label {
    font-size: 9px;
  }

  .stat-fy {
    font-size: 9px;
  }

  .stat-sub {
    font-size: 9px;
  }

  .table-header {
    padding: 14px 16px 12px;
  }

  .table-title {
    font-size: 13px;
  }

  thead th {
    padding: 10px 14px;
    font-size: 9px;
  }

  td {
    padding: 11px 14px;
    font-size: 12px;
  }

  .brand-cell {
    font-size: 12px;
  }
}

/* MOBILE */
@media (max-width: 520px) {
  /* body {
    padding: 14px 10px;
  } */

  .dash-title {
    font-size: 13px;
    padding: 10px 16px;
    gap: 7px;
  }

  .dash-title .icon {
    font-size: 15px;
  }

  .stats-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stat-card {
    padding: 14px 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
  }

  .stat-card::before {
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
    right: auto;
    border-radius: 3px 0 0 3px;
  }

  .stat-card.current::before {
    background: linear-gradient(180deg, #1565f5, #00c2cb);
  }

  .stat-card.committed::before {
    background: linear-gradient(180deg, #00d68f, #00c2cb);
  }

  .stat-card.increment::before {
    background: linear-gradient(180deg, #f5a623, #ff6b6b);
  }

  .stat-value {
    font-size: 22px;
  }

  .stat-label {
    font-size: 9px;
  }

  .stat-fy {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .stat-sub {
    font-size: 9px;
  }

  .table-section {
    border-radius: 14px;
  }

  .table-header {
    padding: 12px 14px 10px;
  }

  .table-title {
    font-size: 12px;
  }

  .commitment-badge {
    font-size: 9px;
    padding: 4px 10px;
  }

  thead th {
    padding: 9px 12px;
    font-size: 8px;
  }

  td {
    padding: 10px 12px;
    font-size: 11px;
  }

  .brand-cell {
    font-size: 11px;
    gap: 7px;
  }

  .brand-dot {
    width: 3px;
    height: 22px;
  }

  .increment-chip {
    font-size: 10px;
    padding: 3px 8px;
  }

  .dash-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .stamp {
    width: 60px;
    height: 60px;
    font-size: 7px;
  }

  .stamp-icon {
    font-size: 15px;
  }
}

/* VERY SMALL */
@media (max-width: 360px) {
  .dash-title {
    font-size: 12px;
    padding: 9px 14px;
  }

  .stat-value {
    font-size: 19px;
  }

  td {
    font-size: 10px;
    padding: 9px 10px;
  }

  thead th {
    font-size: 7px;
    padding: 8px 10px;
  }

  .brand-cell {
    font-size: 10px;
  }
}

.stamp-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}

.stamp {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-12deg);
  animation: stampIn 0.6s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  cursor: default;
}

@keyframes stampIn {
  from {
    opacity: 0;
    transform: rotate(-12deg) scale(0.3);
  }

  to {
    opacity: 1;
    transform: rotate(-12deg) scale(1);
  }
}

/* outer dashed border */
.stamp::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2.5px dashed rgba(0, 214, 143, 0.6);
  /* animation: rotateBorder 12s linear infinite; */
}

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* glow ring */
.stamp::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 214, 143, 0.2);
  box-shadow:
    0 0 16px rgba(0, 214, 143, 0.25),
    0 0 32px rgba(0, 214, 143, 0.1),
    inset 0 0 20px rgba(0, 214, 143, 0.08);
}

/* solid inner circle bg */
.stamp-ring {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(0, 214, 143, 0.12), rgba(0, 214, 143, 0.04));
  border: 1.5px solid rgba(0, 214, 143, 0.35);
}

.stamp-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.stamp-icon {
  font-size: 22px;
  color: #00d68f;
  line-height: 1;
  text-shadow: 0 0 12px rgba(0, 214, 143, 0.6);
}

.stamp-text {

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #00d68f;
  text-transform: uppercase;
  line-height: 1.2;
}

.stamp-divider {
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00d68f, transparent);
  margin: 2px 0;
}

/* SVG curved text around edge */
.stamp-circle-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.75;
}

/* hover glow pulse */
.stamp:hover::after {
  box-shadow:
    0 0 24px rgba(0, 214, 143, 0.45),
    0 0 48px rgba(0, 214, 143, 0.2),
    inset 0 0 24px rgba(0, 214, 143, 0.12);
  transition: box-shadow 0.3s;
}

.bg-blue {
  background: rgb(10 25 70 / 80%);
}

.red-blue-color {
  background: linear-gradient(90deg, #ff4444, #ff9900, #ffe600, #00e676);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: background .4s;

}


.stamp-wrap-not {
  display: flex;
  align-items: center;
  justify-content: end;
}

.stamp-not {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-12deg);
  animation: stampIn 0.6s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  cursor: default;
}

@keyframes stampIn {
  from {
    opacity: 0;
    transform: rotate(-12deg) scale(0.3);
  }

  to {
    opacity: 1;
    transform: rotate(-12deg) scale(1);
  }
}

/* outer dashed border */
.stamp-not::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2.5px dashed rgb(255 30 0 / 58%);
  /* animation: rotateBorder 12s linear infinite; */
}

/* glow ring */
.stamp-not::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 4px solid rgb(255 30 0 / 58%);
  box-shadow:
   0 0 16px rgb(255 125 51 / 40%), 0 0 32px rgb(214 0 0 / 31%), inset 0 0 20px rgb(213 39 16 / 22%)
}

/* solid inner circle bg */
.stamp-ring-not {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(214, 43, 0, 0.12), rgba(214, 61, 0, 0.04));
  border: 1.5px solid rgba(214, 78, 0, 0.35);
}

.stamp-inner-not {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.stamp-icon-not {
  font-size: 22px;
  color: #f74f1a;
  line-height: 1;
  text-shadow: 0 0 12px rgba(214, 78, 0, 0.6);
}

.stamp-text-not {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #f74f1a;
  text-transform: uppercase;
  line-height: 1.2;
}

.stamp-divider-not {
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f74f1a, transparent);
  margin: 2px 0;
}

/* SVG curved text around edge */
.stamp-circle-text-not {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.75;
}

/* hover glow pulse */
.stamp-not:hover::after {
  box-shadow:
    0 0 24px rgba(214, 86, 0, 0.45),
    0 0 48px rgba(214, 50, 0, 0.2),
    inset 0 0 24px rgba(214, 7, 0, 0.12);
  transition: box-shadow 0.3s;
}