:root {
  --tkp-bg: #ffffff;
  --tkp-green: #03ac0e;
  --tkp-border: #e5e7e9;
  --tkp-text-sub: #6d7588;
  --tkp-text-main: #212121;
  --tkp-green-hover: #028e0b;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-theme-accent1: #e7e8e8ff;
  --dl-color-theme-accent2: #d5d8d8ff;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-theme-primary1: #147487;
  --dl-color-theme-primary2: #0A3A44;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #A9D5DD;
  --dl-color-theme-secondary2: #F7F7F7;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #222222;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #F5F4F4;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--tkp-green);
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: PT Serif;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: PT Serif;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: PT Serif;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Inter Tight;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Inter Tight;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.pin-digit {
  width: 40px;
  height: 48px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  border-width: 1px;
  border-radius: 8px;
}
 
.pin-digit:focus {
  outline: none;
  border-color: rgb(9, 148, 9);
}
 
.pin-verification-section {
  display: flex;
  padding: 20px;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  align-items: center;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  justify-content: center;
  background-color: #f8f9fa;
}
 
.pin-container {
  width: 100%;
  z-index: 10;
  position: relative;
  max-width: 440px;
}
 
.pin-card {
  padding: 40px 32px;
  overflow: hidden;
  position: relative;
  background: var(--tkp-bg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 16px;
}
 
.pin-bg-blob {
  filter: blur(80px);
  opacity: 0.4;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
}
 
.pin-blob-1 {
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(3, 172, 14, 0.2);
}
 
.pin-blob-2 {
  left: -80px;
  width: 250px;
  bottom: -80px;
  height: 250px;
  background: rgba(66, 181, 73, 0.2);
}
 
.pin-header {
  margin-bottom: 32px;
}
 
.pin-input-group {
  gap: 10px;
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
}
 
.pin-actions {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
 
.pin-security-badge {
  gap: 6px;
  color: var(--tkp-text-sub);
  display: flex;
  font-size: 12px;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
}
 
.pin-icon-wrapper {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  background: rgba(3, 172, 14, 0.1);
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
 
.pin-title {
  color: var(--tkp-text-main);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
 
.pin-subtitle {
  color: var(--tkp-text-sub);
  font-size: 14px;
  line-height: 1.5;
}
 
.pin-slot {
  color: var(--tkp-text-main);
  width: 48px;
  border: 2px solid var(--tkp-border);
  height: 56px;
  font-size: 24px;
  background: #fcfcfc;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 12px;
}
 
.pin-submit-btn {
  color: white;
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 14px;
  font-size: 16px;
  transition: all 0.3s ease;
  font-weight: 700;
  border-radius: 8px;
  background-color: var(--tkp-green);
}
 
.pin-forgot-link {
  color: var(--tkp-green);
  border: none;
  cursor: pointer;
  padding: 8px;
  font-size: 14px;
  background: none;
  font-weight: 600;
}
 
.pin-card::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, var(--tkp-green), #42b549);
}
 
.pin-slot:focus {
  outline: none;
  transform: translateY(-2px);
  background: white;
  box-shadow: 0 0 0 4px rgba(3, 172, 14, 0.1);
  border-color: var(--tkp-green);
}
 
.pin-submit-btn:hover:not(:disabled) {
  transform: scale(1.02);
  background-color: var(--tkp-green-hover);
}
 
.pin-submit-btn:disabled {
  color: #abb1b8;
  cursor: not-allowed;
  background-color: #e5e7e9;
}
 
.pin-forgot-link:hover {
  text-decoration: underline;
}
 
.payment-card-form {
  display: flex;
  padding: 80px 24px;
  min-height: 100vh;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  justify-content: center;
  background-color: #f8fafc;
}
 
.payment-card-form__container {
  gap: 60px;
  width: 100%;
  display: grid;
  padding: 60px;
  overflow: hidden;
  position: relative;
  max-width: 1000px;
  background: var(--tkp-bg);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
  border-radius: 32px;
  grid-template-columns: 1.2fr 1fr;
}
 
.payment-card-form__visual-wrapper {
  display: flex;
  align-items: center;
  perspective: 1000px;
  justify-content: center;
}
 

 
.payment-card-form__card-preview {
  width: 100%;
  height: 250px;
  position: relative;
  max-width: 400px;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
}
 
.payment-card-form__header {
  margin-bottom: 32px;
}
 
.payment-card-form__form {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
 
.payment-card-form__security {
  gap: 12px;
  color: var(--tkp-text-sub);
  display: flex;
  font-size: 0.85rem;
  border-top: 1px solid var(--tkp-border);
  margin-top: 32px;
  align-items: center;
  padding-top: 24px;
}
 
.payment-card-form__card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: left;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
 
.payment-card-form__title {
  color: var(--tkp-text-main);
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
 
.payment-card-form__subtitle {
  color: var(--tkp-text-sub);
  font-size: 1rem;
  line-height: 1.5;
}
 
.payment-card-form__field {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
 
.payment-card-form__row {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 
.payment-card-form__button {
  color: white;
  border: none;
  cursor: pointer;
  padding: 18px;
  font-size: 1.1rem;
  margin-top: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 700;
  border-radius: 12px;
  background-color: var(--tkp-green);
}
 
.payment-card-form__card-front {
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 30px;
  position: absolute;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  backface-visibility: hidden;
}
 
.payment-card-form__card-back {
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0;
  position: absolute;
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  backface-visibility: hidden;
}
 
.payment-card-form__label {
  color: var(--tkp-text-main);
  font-size: 0.875rem;
  font-weight: 600;
}
 
.payment-card-form__input-wrapper {
  display: flex;
  position: relative;
  align-items: center;
}
 
.payment-card-form__card-chip {
  width: 50px;
  height: 40px;
  position: relative;
  background: linear-gradient(135deg, #ffd700 0%, #daa520 100%);
  border-radius: 8px;
}
 
.payment-card-form__card-bank-name {
  top: 30px;
  right: 30px;
  position: absolute;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
}
 
.payment-card-form__card-number {
  margin: 20px 0;
  font-size: 1.6rem;
  font-family: "Courier New", Courier, monospace;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 3px;
}
 
.payment-card-form__card-details {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
 
.payment-card-form__card-strip {
  width: 100%;
  height: 50px;
  background: #000;
  margin-top: 30px;
}
 
.payment-card-form__card-cvv-box {
  margin: 20px 30px;
  text-align: right;
}
 
.payment-card-form__select {
  color: var(--tkp-text-main);
  width: 100%;
  border: 2px solid var(--tkp-border);
  padding: 14px 16px 14px 48px;
  font-size: 1rem;
  appearance: none;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 12px;
}
 
.payment-card-form__icon {
  left: 16px;
  color: var(--tkp-text-sub);
  display: flex;
  position: absolute;
  align-items: center;
  pointer-events: none;
}
 
.payment-card-form__input {
  color: var(--tkp-text-main);
  width: 100%;
  border: 2px solid var(--tkp-border);
  padding: 14px 16px 14px 48px;
  font-size: 1rem;
  appearance: none;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 12px;
}
 

 

 
.payment-card-form__card-cvv-value {
  color: black;
  padding: 8px 12px;
  background: white;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  border-radius: 4px;
}
 
.payment-card-form__card-name {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}
 
.payment-card-form__container::before {
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  content: "";
  position: absolute;
  background: radial-gradient(circle, rgba(3, 172, 14, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
 
.payment-card-form__card-preview.is-flipped .payment-card-form__card-inner {
  transform: rotateY(180deg);
}
 
.payment-card-form__card-holder  span {
  display: block;
  opacity: 0.7;
  font-size: 0.7rem;
  margin-bottom: 4px;
  text-transform: uppercase;
}
 
.payment-card-form__card-expiry  span {
  display: block;
  opacity: 0.7;
  font-size: 0.7rem;
  margin-bottom: 4px;
  text-transform: uppercase;
}
 
.payment-card-form__card-cvv-box  span {
  color: white;
  display: block;
  font-size: 0.7rem;
  margin-bottom: 5px;
}
 
.payment-card-form__input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(3, 172, 14, 0.1);
  border-color: var(--tkp-green);
}
 
.payment-card-form__select:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(3, 172, 14, 0.1);
  border-color: var(--tkp-green);
}
 
.payment-card-form__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(3, 172, 14, 0.4);
  background-color: var(--tkp-green-hover);
}
 
.payment-card-form__button:active {
  transform: translateY(0);
}
 
.form-group {
  gap: 6px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
 
.form-group  label {
  color: var(--tkp-text-main);
  font-size: 12px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
 
.form-group  input {
  color: var(--tkp-text-main);
  border: 1px solid var(--tkp-border);
  outline: none;
  padding: 12px 14px;
  font-size: 14px;
  background: var(--tkp-bg);
  transition: border-color 0.2s;
  font-family: Inter, sans-serif;
  border-radius: 8px;
}
 
.form-group  select {
  color: var(--tkp-text-main);
  border: 1px solid var(--tkp-border);
  outline: none;
  padding: 12px 14px;
  font-size: 14px;
  background: var(--tkp-bg);
  transition: border-color 0.2s;
  font-family: Inter, sans-serif;
  border-radius: 8px;
}
 
.form-group  input:focus {
  border-color: var(--tkp-green);
}
 
.form-group  select:focus {
  border-color: var(--tkp-green);
}
 
.form-group  input::placeholder {
  color: #9aa0a6;
}
 
.refund-btn {
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 14px;
  font-size: 15px;
  background: var(--tkp-green);
  margin-top: 8px;
  transition: background 0.2s;
  font-family: Inter, sans-serif;
  font-weight: 600;
  border-radius: 8px;
}
 
.refund-btn:hover {
  background: var(--tkp-green-hover);
}
 
.refund-form-group {
  gap: 6px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
 
.refund-form-label {
  color: var(--tkp-text-sub, #6d7588);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
 
.refund-form-input {
  color: var(--tkp-text-main, #212121);
  border: 1px solid var(--tkp-border, #e5e7e9);
  outline: none;
  padding: 12px 14px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  font-family: 'Inter', sans-serif;
  border-radius: 8px;
  background-color: var(--tkp-bg, #ffffff);
}
 
.refund-form-input:focus {
  border-color: var(--tkp-green, #03ac0e);
}
 
.refund-form-input::placeholder {
  color: #9ca3af;
}
 
.refund-form-submit {
  color: #ffffff;
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 14px 20px;
  font-size: 15px;
  margin-top: 4px;
  transition: background-color 0.2s ease;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  border-radius: 8px;
  background-color: var(--tkp-green, #03ac0e);
}
 
.refund-form-submit:hover {
  background-color: var(--tkp-green-hover, #028e0b);
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
