* {
  font-family: "Microsoft YaHei", "Poppins", sans-serif !important;
}
:host,
:root {
  --font-sans: "Microsoft YaHei", "Noto Sans JP", "Poppins", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --color-red-50: oklch(97.1% 0.013 17.38);
  --color-red-500: oklch(63.7% 0.237 25.331);
  --color-red-600: oklch(57.7% 0.245 27.325);
  --color-red-700: oklch(50.5% 0.213 27.518);
  --color-red-800: oklch(44.4% 0.177 26.899);
  --color-yellow-600: oklch(68.1% 0.162 75.834);
  --color-blue-500: oklch(62.3% 0.214 259.815);
  --color-blue-600: oklch(54.6% 0.245 262.881);
  --color-blue-800: oklch(42.4% 0.199 265.638);
  --color-gray-50: oklch(98.5% 0.002 247.839);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --color-black: #191919;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --tracking-normal: 0em;
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-sm: 8px;
  --default-transition-duration: 0.15s;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --breakpoint-tab: 768px;
  --breakpoint-content: 1440px;
  --color-brand: #ec1c24;
  --color-brand-bg: #ec1c241a;
  --color-yellow: #efff04;
  --color-gray: #4c4c4c;
  --color-primary-border: #e6e8eb;
  --color-white-60-opacity: #fff9;
  --font-cn-sans: "Microsoft YaHei", "Poppins", sans-serif;
  --font-jp-sans: "Noto Sans JP", "Poppins", sans-serif;
  --animate-bounceAlpha: bounceAlpha 1.4s linear infinite;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4 / 3;
  --wp--preset--aspect-ratio--3-4: 3 / 4;
  --wp--preset--aspect-ratio--3-2: 3 / 2;
  --wp--preset--aspect-ratio--2-3: 2 / 3;
  --wp--preset--aspect-ratio--16-9: 16 / 9;
  --wp--preset--aspect-ratio--9-16: 9 / 16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
.main {
  background-color: #f4f5f7;
}
.video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.font-size-12 {
  font-size: 1.5rem;
}

.bg-dark {
  background-color: #fff !important;
}

.top-btn {
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  background-color: #efff04;
  padding-inline: 48px;
  padding-block: 12px;
  font-weight: 600;
  color: #191919;
  font-size: 18px;
}

.border-t,
.border-t-\[1px\] {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-t-\[\#ec1c2499\] {
  border-top-color: #ec1c2499;
}

.bg-right-bottom {
  background-position: 100% 100%;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.tab\:bg-contain {
  background-size: contain;
}

.web\:rounded-4xl {
  border-radius: 2rem;
}

@media (min-width: 768px) {
  .web\:p-\[40px\] {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .web\:p-\[40px\] {
    padding: 20px;
  }
}

.shadow-top {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.hezi-zlj {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: calc(0.25rem * 4);
}

.hezi-zlj1 {
  margin-right: 140px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .hezi-zlj1 {
    width: 60%;
    row-gap: calc(0.25rem * 4);
  }

  .mt-zlj1 {
    margin-top: -130px;
  }
}

@media (max-width: 768px) {
  .hezi-zlj1 {
    width: 80%;
    row-gap: calc(0.25rem * 4);
  }

  .mt-zlj1 {
    margin-top: -30px;
  }

  .web\:text-\[20px\] {
    font-size: 16px;
  }

  .web\:text-\[16px\] {
    font-size: 14px;
  }

  .min-height-zlj {
    min-height: 167px;
  }
}

.font-semibold {
  font-weight: 600;
}

.text-black {
  color: var(--color-black);
}

@media (min-width: 768px) {
  .web\:text-\[20px\] {
    font-size: 20px;
  }
}

.text-gray {
  color: var(--color-gray);
}

@media (min-width: 768px) {
  .web\:text-\[16px\] {
    font-size: 16px;
  }
}

.flex {
  display: flex;
}

.min-w-fit {
  min-width: fit-content;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-x-2 {
  column-gap: calc(var(--spacing) * 2);
}

.no-underline {
  text-decoration-line: none;
}

.no-underline {
  text-decoration-line: none;
}

@media (min-width: 768px) {
  .web\:h-\[24px\] {
    height: 24px;
  }

  .min-height-zlj {
    min-height: 267px;
  }
}

@media (min-width: 768px) {
  .web\:w-\[48px\] {
    width: 48px;
  }
}

.rounded-full {
  border-radius: 3.40282e38px;
}

@media (min-width: 768px) {
  .web\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}

@media (min-width: 768px) {
  .web\:text-\[48px\] {
    font-size: 48px;
  }
}

.bg-\[\#efff04\] {
  background-color: #efff04;
}

.text-\[\#191919\] {
  color: #191919;
}

.text-\[\#4c4c4c\] {
  color: #4c4c4c;
}

@media (min-width: 768px) {
  .web\:text-\[20px\] {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .tab\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}

@media (min-width: 768px) {
  .tab\:p-4 {
    padding: calc(var(--spacing) * 4);
  }
}

@media (min-width: 1200px) {
  .web\:-mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}

@media (min-width: 1200px) {
  .web\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .web\:items-start {
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .web\:pt-\[80px\] {
    padding-top: 80px;
  }
}

.flex-col {
  flex-direction: column;
}

.gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}

@media (min-width: 1200px) {
  .web\:gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
}

.rounded-4xl {
  border-radius: var(--radius-4xl);
}

@media (min-width: 1200px) {
  .web\:min-h-\[249px\] {
    min-height: 249px;
  }
}

@media (min-width: 1200px) {
  .web\:max-w-\[542px\] {
    max-width: 542px;
  }
}

@media (min-width: 1200px) {
  .web\:py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
}

@media (min-width: 1200px) {
  .web\:h-\[120px\] {
    height: 120px;
  }
}

@media (min-width: 1200px) {
  .web\:w-\[120px\] {
    width: 120px;
  }
}

.items-start {
  align-items: flex-start;
}

.gap-4 {
  gap: calc(var(--spacing) * 4);
}

.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}

.fixe-zlj1 {
  position: relative;
  padding-bottom: 255px;
}

.fixe-zlj {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mt-zlj2 {
  margin-top: 100px;
}

.ml-zlj1 {
  margin-left: -40px;
}
/* .phone-1{
          display: none;
        } */

@media (max-width: 768px) {
  .mt-zlj2 {
    margin-top: 1rem;
  }

  .fixe-zlj {
    position: relative;
    top: 0;
    left: 0;
  }

  .ml-zlj1 {
    margin-left: -15px;
  }

  .fixe-zlj1 {
    position: relative;
    padding-bottom: 0px;
  }
}

.rounded-4xl {
  border-radius: var(--radius-4xl);
}

.bg-\[\#f7f7f7\] {
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .tab\:gap-y-\[112px\] {
    row-gap: 112px;
  }
}

@media (min-width: 768px) {
  .tab\:gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
}

@media (min-width: 768px) {
  .tab\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}

@media (min-width: 768px) {
  .tab\:pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
}

@media (max-width: 768px) {
  .tab\:pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }

  .tab\:w-1\/2 {
    margin-top: 2rem;
  }
}

.gap-y-8 {
  row-gap: calc(var(--spacing) * 8);
}

.gap-y-1 {
  row-gap: calc(var(--spacing) * 1);
}

.text-\[28px\] {
  font-size: 28px;
}

.text-black {
  color: var(--color-black);
}

@media (min-width: 1200px) {
  .web\:text-\[52px\] {
    font-size: 52px;
  }
}

@media (min-width: 768px) {
  .tab\:text-\[16px\] {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .web\:text-\[20px\] {
    font-size: 20px;
  }
}

.min-w-\[140px\] {
  width: 50%;
}
.justify-between {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .tab\:pb-\[48px\] {
    padding-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .tab\:pt-\[64px\] {
    padding-top: 64px;
  }
}

@media (min-width: 768px) {
  .tab\:px-\[60px\] {
    padding-inline: 60px;
  }
}

@media (max-width: 768px) {
  .tab\:pb-\[48px\] {
    padding-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .tab\:pt-\[64px\] {
    padding-top: 14px;
  }
}

@media (max-width: 768px) {
  .tab\:px-\[60px\] {
    padding-inline: 20px;
  }
}

@media (min-width: 768px) {
  .tab\:text-\[52px\] {
    font-size: 52px;
  }
}

@media (min-width: 768px) {
  .tab\:text-\[20px\] {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .web\:text-\[48px\] {
    font-size: 48px;
  }
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  /* flex-wrap: wrap; */
  gap: 15px;
}

.tab-btn {
  padding: 12px 30px;
  background: #f8f9fa;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  min-width: fit-content;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #555;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.tab-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50px;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.tab-btn:hover {
  color: #e92931;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.tab-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.tab-btn.active {
  background: #fff;
  color: #e92931;
}

.tab-content {
  border-radius: 15px;
  min-height: 300px;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-panel.active {
  display: block;
}
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.feature {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.feature:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.feature h3 {
  color: #2c3e50;
  margin-bottom: 10px;
}

.code-block {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 20px;
  border-radius: 8px;
  font-family: "Courier New", monospace;
  margin-top: 20px;
  overflow-x: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

footer {
  margin-top: 30px;
  text-align: center;
  color: white;
  font-size: 0.9rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .tabs {
    /* flex-direction: column; */
    align-items: center;
    overflow: auto;
  }
}

@media (max-width: 480px) {
  .container {
    border-radius: 15px;
  }
}

.gap-y-9 {
  row-gap: calc(var(--spacing) * 9);
}

.rounded-4xl {
  border-radius: var(--radius-4xl);
}

.rounded-4xl {
  border-radius: var(--radius-4xl);
}

.border-\[\#e6e8eb\] {
  border-color: #e6e8eb;
}

.bg-\[\#ffffff\] {
  background-color: #fff;
}

.p-6 {
  padding: calc(var(--spacing) * 6);
}

.rounded-3xl {
  border-radius: var(--radius-3xl);
}

@media (min-width: 768px) {
  .tab\:text-\[48px\] {
    font-size: 48px;
  }
}

.scroller-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  padding: 20px 0;
}

.scroller {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}

.scroller-item {
  margin: 0 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.text-\[12px\] {
  font-size: 12px;
}

.h-\[56px\] {
  height: 56px;
  width: auto;
}

.border-l-2 {
  border-left: 1px solid #e6e8eb;
  height: 56px;
  width: 1px;
  background-color: #e6e8eb;
}

@media (max-width: 768px) {
  .tab\:text-\[48px\] {
    font-size: 24px;
  }
}

.gap-y-10 {
  row-gap: calc(var(--spacing) * 10);
}

.pb-\[48px\] {
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .tab\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .web\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .web\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .web\:border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
}

@media (min-width: 1200px) {
  .web\:border-b-white\/40 {
    border-bottom-color: #fff6;
  }
}

@media (min-width: 1200px) {
  @supports (color: color-mix(in lab, red, red)) {
    .web\:border-b-white\/40 {
      border-bottom-color: color-mix(
        in oklab,
        var(--color-white) 40%,
        transparent
      );
    }
  }
}

.gap-x-12 {
  column-gap: calc(var(--spacing) * 12);
}

.gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}

.text-white\/60 {
  color: #fff9;
}

@supports (color: color-mix(in lab, red, red)) {
  .text-white\/60 {
    color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
}

@media (min-width: 768px) {
  .tab\:mr-\[80px\] {
    margin-right: 80px;
  }
}

@media (min-width: 1200px) {
  .web\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .web\:flex-row {
    flex-direction: row;
  }
}

.text-\[length\:inherit\] {
  font-size: inherit;
}

.gap-x-2 {
  column-gap: calc(var(--spacing) * 2);
}

.gap-6 {
  gap: calc(var(--spacing) * 6);
}

.flex-row {
  flex-direction: row;
}

.gap-x-5 {
  column-gap: calc(var(--spacing) * 5);
}

.gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}

.gap-x-0\.5 {
  column-gap: calc(var(--spacing) * 0.5);
}

.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}

hr {
  border: 1px solid #e6e8eb;
}

.fixed-zlj {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

.form-container {
  padding: 30px;
}

.form-group {
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.required::after {
  content: " *";
  color: #e74c3c;
}

input,
select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s;
}

input:focus,
select:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
  outline: none;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 6px;
}

.radio-option input {
  width: auto;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-group input {
  width: auto;
}

.btn-submit {
  background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  border: none;
  padding: 14px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s;
}

.btn-submit:hover {
  background: linear-gradient(90deg, #2a5298 0%, #3a62a8 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.language-selector {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.language-selector select {
  width: auto;
  padding: 8px 12px;
  font-size: 14px;
}

.form-note {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

@media (max-width: 480px) {
  .container {
    border-radius: 8px;
  }

  .header {
    padding: 20px;
  }

  .form-container {
    padding: 20px;
  }

  .radio-group {
    flex-direction: column;
    gap: 10px;
  }
}
