﻿/* =============================================================================
   GCARD home1 ?쒕뵫 ?꾩슜 ?ㅽ???(?좎떎??index.css ??援ш컙 蹂듦뎄)
   - theme ?좏겙: index-theme.css
   - ???뚯씪: ?덉뼱濡??꾨━酉?移? ?뱀뀡 ?ㅻ뱶, ?쇱??댁뒪, ?쒕뵫 諛곌꼍
   ============================================================================= */

:root {
	color-scheme: light;
	--landing-bg: #ffffff;
	--landing-shell-band-a: #eef1ff;
	--landing-shell-band-b: #f0f9ff;
	--landing-neon-indigo: rgba(99, 102, 241, 0.38);
	--landing-neon-cyan: rgba(6, 182, 212, 0.3);
	--landing-neon-violet: rgba(139, 92, 246, 0.28);
	--landing-neon-soft: rgba(129, 140, 248, 0.24);
	--landing-grid-line: rgba(99, 102, 241, 0.06);
	--landing-glow-opacity: 1;
	--theme-section-gradient: transparent;

	--tp-border: rgba(15, 23, 42, 0.08);
	--tp-surface: rgba(255, 255, 255, 0.92);
	--tp-surface2: rgba(248, 250, 252, 0.9);
	--tp-text: rgba(15, 23, 42, 0.92);
	--tp-muted: rgba(71, 85, 105, 0.88);
	--tp-subtle: rgba(100, 116, 139, 0.78);
	--tp-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
	--tp-shadow2: 0 12px 34px rgba(15, 23, 42, 0.1);
}

html.dark {
	color-scheme: dark;
	--landing-bg: #020617;
	--landing-shell-band-a: #0b152c;
	--landing-shell-band-b: #0a1224;
	--landing-neon-indigo: rgba(129, 140, 248, 0.2);
	--landing-neon-cyan: rgba(56, 189, 248, 0.16);
	--landing-neon-violet: rgba(192, 132, 252, 0.14);
	--landing-neon-soft: rgba(99, 102, 241, 0.11);
	--landing-grid-line: rgba(148, 163, 184, 0.048);
	--landing-glow-opacity: 0.58;
	--theme-section-gradient: transparent;

	--tp-border: rgba(255, 255, 255, 0.12);
	--tp-surface: rgba(255, 255, 255, 0.06);
	--tp-surface2: rgba(255, 255, 255, 0.045);
	--tp-text: rgba(255, 255, 255, 0.92);
	--tp-muted: rgba(255, 255, 255, 0.72);
	--tp-subtle: rgba(255, 255, 255, 0.56);
	--tp-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
	--tp-shadow2: 0 12px 34px rgba(0, 0, 0, 0.35);
}

body.theme-body {
	background-color: var(--landing-bg);
	color: var(--theme-text-primary, #111827);
	transition-property: background-color, color;
	transition-duration: 160ms;
	transition-timing-function: ease-out;
}

/* ?뚮쭏 ?꾪솚 ?쒓컙: 怨쇰룄??transition/animation ?꾪솕 */
html.theme-switching *,
html.theme-switching *::before,
html.theme-switching *::after {
	transition-duration: 0.01ms !important;
	transition-delay: 0ms !important;
	animation-play-state: paused !important;
}

html.theme-switching body.theme-body,
html.theme-switching .theme-card,
html.theme-switching .theme-card-muted,
html.theme-switching .theme-glass,
html.theme-switching .theme-nav-link,
html.theme-switching .theme-btn,
html.theme-switching .theme-btn-outline,
html.theme-switching .theme-text,
html.theme-switching .theme-text-muted,
html.theme-switching .theme-border,
html.theme-switching .feature-card,
html.theme-switching .pricing-card,
html.theme-switching .testimonial-card,
html.theme-switching .contact-form,
html.theme-switching .interface-card,
html.theme-switching header,
html.theme-switching .navbar,
html.theme-switching .features-section,
html.theme-switching .pricing-plan-section,
html.theme-switching .testimonial,
html.theme-switching .contact-section,
html.theme-switching .modern-interface-section,
html.theme-switching .landing-sections-shell,
html.theme-switching #mobileMenu {
	transition-duration: 160ms !important;
	transition-property: background-color, color, border-color, box-shadow !important;
	transition-timing-function: ease-out !important;
	animation-play-state: running !important;
}

/* ----- ?덉뼱濡??꾨━酉?紐⑹뾽 (tp-*) ----- */
.tp-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.42rem 0.95rem;
	border-radius: 9999px;
	border: 1px solid rgba(99, 102, 241, 0.16);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(238, 242, 255, 0.75));
	box-shadow: 0 4px 22px -10px rgba(79, 70, 229, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: var(--theme-text-primary, #111827);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

html.dark .tp-chip {
	background: linear-gradient(160deg, rgba(30, 41, 59, 0.92), rgba(23, 37, 84, 0.55));
	border-color: rgba(129, 140, 248, 0.22);
	box-shadow: 0 6px 28px -12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	color: #e2e8f0;
}

.landing-sections-shell .tp-chip {
	border-color: rgba(99, 102, 241, 0.22);
	box-shadow:
		0 8px 26px -20px rgba(99, 102, 241, 0.22),
		0 0 22px -16px rgba(14, 165, 233, 0.1);
	transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

html.dark .landing-sections-shell .tp-chip {
	border-color: rgba(129, 140, 248, 0.32);
	box-shadow:
		0 10px 30px -20px rgba(129, 140, 248, 0.22),
		0 0 28px -16px rgba(56, 189, 248, 0.12);
}

@media (hover: hover) and (pointer: fine) {
	.landing-sections-shell .tp-chip:hover {
		transform: translateY(-1px);
		box-shadow:
			0 12px 32px -18px rgba(99, 102, 241, 0.28),
			0 0 28px -14px rgba(14, 165, 233, 0.16);
	}
}

.tp-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.55rem;
	border-radius: 9999px;
	background: rgba(99, 102, 241, 0.12);
	color: rgba(67, 56, 202, 0.95);
	font-size: 0.75rem;
	font-weight: 600;
}

html.dark .tp-badge {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.82) !important;
}

.tp-card,
.tp-pill {
	border-radius: 1rem;
	border: 1px solid var(--tp-border);
	background: var(--tp-surface2);
	color: var(--tp-text);
}

.tp-pill {
	background: var(--tp-surface);
}

.preview {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: 1.25rem;
	border: 1px solid var(--tp-border);
	background:
		radial-gradient(900px 380px at 20% 10%, rgba(37, 99, 235, 0.12), transparent 56%),
		radial-gradient(900px 380px at 80% 10%, rgba(6, 182, 212, 0.1), transparent 56%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9));
	box-shadow: var(--tp-shadow);
	color: var(--tp-text);
}

.preview::after {
	content: "";
	position: absolute;
	inset: -40% -20%;
	background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.35) 48%, transparent 62%);
	opacity: 0.22;
	pointer-events: none;
	animation: previewSheen 12s linear infinite;
}

@keyframes previewSheen {
	0% { transform: translateX(-30%) rotate(8deg); }
	100% { transform: translateX(30%) rotate(8deg); }
}

html.dark .preview {
	background:
		radial-gradient(900px 380px at 20% 10%, rgba(37, 99, 235, 0.26), transparent 56%),
		radial-gradient(900px 380px at 80% 10%, rgba(6, 182, 212, 0.18), transparent 56%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
}

html.dark .preview::after {
	opacity: 0.18;
}

.preview-line {
	height: 0.55rem;
	border-radius: 9999px;
	background: rgba(148, 163, 184, 0.28);
}

.preview-line.md { height: 0.65rem; }
.preview-line.sm { height: 0.4rem; width: 42%; }

html.dark .preview-line {
	background: rgba(255, 255, 255, 0.12);
}

.preview-footnote {
	color: var(--tp-muted);
}

[data-theme="dark"] .preview-footnote,
html.dark .preview-footnote {
	color: #fff !important;
}

html.dark .tp-card a,
html.dark .preview a {
	color: color-mix(in srgb, var(--tp-text) 88%, #93c5fd);
}

.floaty {
	animation: floaty 3.4s ease-in-out infinite;
}

@keyframes floaty {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-16px); }
}

.digital-card-gradient-text {
	background: linear-gradient(120deg, #4f46e5 0%, #06b6d4 45%, #8b5cf6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

html.dark .digital-card-gradient-text {
	background: linear-gradient(120deg, #a5b4fc 0%, #67e8f9 45%, #d8b4fe 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.brand-premium-text {
	letter-spacing: -0.03em;
	font-weight: 900;
}

.slogan-line1-text {
	display: inline-block;
}

/* ============================================================
   home1.blade.php ???몃씪??<style> ?듯빀
   ============================================================ */

[data-theme="dark"] .preview-footnote {
  color: #fff !important;
}

/* ?쒗뵆由??쇱??댁뒪 (vcardTemplateSection) */
.doc-showcase-stage {
  position: relative;
  width: 100%;
  height: min(66vh, 510px);
  max-height: 510px;
  perspective: 1400px;
  perspective-origin: 50% 40%;
  overflow-x: clip;
}

.doc-showcase-card {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(300px, 40vw);
  transform-origin: 50% 100%;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.85s ease, filter 0.85s ease, box-shadow 0.85s ease;
  will-change: transform, opacity;
  border-radius: 1.25rem;
  cursor: default;
}

.doc-showcase-card:hover {
  box-shadow: 0 24px 72px -22px rgba(99, 102, 241, 0.28), 0 0 48px -12px rgba(56, 189, 248, 0.12);
}

[data-theme="dark"] .doc-showcase-card:hover {
  box-shadow: 0 26px 76px -18px rgba(129, 140, 248, 0.32), 0 0 56px -8px rgba(99, 102, 241, 0.18);
}

.doc-showcase-nav {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.9);
  color: #475569;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.doc-showcase-nav:hover {
  color: #1e293b;
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 12px 30px -18px rgba(99, 102, 241, 0.28);
}

.doc-showcase-nav:active {
  transform: scale(0.96);
}

.doc-showcase-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  border: 0;
  padding: 0;
  transition: width 0.3s ease, background-color 0.3s ease;
  background: #94a3b8;
  cursor: pointer;
}

.doc-showcase-dot--active {
  width: 1.5rem;
  background: #6366f1;
}

[data-theme="dark"] .doc-showcase-nav {
  background: rgba(15, 23, 42, 0.8);
  color: #cbd5e1;
  border-color: rgba(100, 116, 139, 0.55);
}

[data-theme="dark"] .doc-showcase-nav:hover {
  color: #f8fafc;
  border-color: rgba(129, 140, 248, 0.65);
}

@media (max-width: 640px) {
  .doc-showcase-stage {
    height: 520px;
    max-height: 520px;
  }

  .doc-showcase-card {
    width: min(300px, 74vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .doc-showcase-card {
    transition-duration: 0.01ms !important;
  }
}

/* ???뱀뀡 怨듯넻 諛곌꼍 */
.landing-sections-shell {
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fafc 48%,
      #ffffff 100%
    ) !important;
  isolation: isolate;
  overflow-x: clip;
}

.landing-sections-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      circle at 18% 24%,
      rgba(99, 102, 241, 0.10),
      transparent 42%
    ),
    radial-gradient(
      circle at 82% 16%,
      rgba(56, 189, 248, 0.07),
      transparent 38%
    );
}

[data-theme="dark"] .landing-sections-shell,
html.dark .landing-sections-shell {
  background:
    linear-gradient(
      180deg,
      #020617 0%,
      #0f172a 52%,
      #020617 100%
    ) !important;
}

[data-theme="dark"] .landing-sections-bg,
html.dark .landing-sections-bg {
  background:
    radial-gradient(
      circle at 18% 24%,
      rgba(99, 102, 241, 0.16),
      transparent 44%
    ),
    radial-gradient(
      circle at 82% 16%,
      rgba(56, 189, 248, 0.10),
      transparent 40%
    );
}

.landing-sections-shell .theme-hero,
.landing-sections-shell .theme-section,
.landing-sections-shell .landing-section {
  background: transparent !important;
}

[data-theme="dark"] .landing-section-kicker,
html.dark .landing-section-kicker {
  background: rgba(30, 41, 59, 0.72);
  color: rgba(226, 232, 240, 0.92);
  border-color: rgba(148, 163, 184, 0.18);
}

.section-shell {
  position: relative;
}

.feature-marquee {
  overflow-x: auto;
  overflow-y: visible;
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 1rem clamp(1.25rem, 4vw, 4rem) 1.5rem;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  touch-action: pan-x;
  user-select: none;
}

.feature-marquee::-webkit-scrollbar {
  display: none;
}

.feature-marquee.is-dragging {
  cursor: grabbing;
}

.feature-marquee__inner {
  width: max-content;
}

.features-section .feature-marquee .feature-slide {
  flex: 0 0 auto;
  width: 248px;
}

.features-section {
  overflow-x: clip;
}

@media (min-width: 768px) {
  .features-section .feature-marquee .feature-slide {
    width: 292px;
  }
}

.pricing-plan-section .pricing-slider .slick-list,
.testimonial-section .testimonial-slider .slick-list {
  overflow: hidden !important;
}

.features-section .feature-marquee .feature-card {
  border-color: rgba(148, 163, 184, 0.18) !important;
  background: color-mix(in srgb, var(--theme-card, #ffffff) 92%, rgba(255, 255, 255, 0.55));
}

.features-section .feature-marquee .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -14px rgba(99, 102, 241, 0.16), 0 0 0 1px rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.22) !important;
}

html.dark .features-section .feature-marquee .feature-card:hover {
  box-shadow: 0 14px 28px -16px rgba(129, 140, 248, 0.22), 0 0 0 1px rgba(165, 180, 252, 0.12);
  border-color: rgba(165, 180, 252, 0.22) !important;
}

.features-section .feature-marquee .feature-card .card-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  margin: 0 auto 1rem;
  border: 1px solid var(--feature-icon-border, rgba(148, 163, 184, 0.24));
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.72), transparent 38%),
    linear-gradient(135deg, var(--feature-icon-bg, rgba(243, 244, 250, 0.9)), color-mix(in srgb, var(--feature-icon-bg, rgba(243, 244, 250, 0.9)) 62%, #ffffff));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 12px 22px -18px color-mix(in srgb, var(--feature-icon-color, #4f46e5) 42%, transparent);
}

.features-section .feature-marquee .feature-card .card-img::after {
  content: "";
  position: absolute;
  inset: auto -18% -24% auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--feature-icon-color, #4f46e5) 22%, transparent);
  opacity: 0.75;
}

.features-section .feature-marquee .feature-card .card-img img {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(15, 23, 42, 0.10));
}

.features-section .feature-marquee .feature-card .feature-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--feature-icon-color, #4f46e5);
}

.features-section .feature-marquee .feature-card .card-body {
  gap: 0.65rem;
}

.features-section .feature-marquee .feature-card .card-body,
.features-section .feature-marquee .feature-card .card-body h3,
.features-section .feature-marquee .feature-card .card-body > div {
  text-align: center;
}

.features-section .feature-marquee .feature-card .card-body h3 {
  font-size: 1rem;
  line-height: 1.45;
}

.features-section .feature-marquee .feature-card .card-body > div {
  font-size: 0.8rem;
  line-height: 1.7;
}

html.dark .features-section .feature-marquee .feature-card {
  background: color-mix(in srgb, var(--theme-card, #0f172a) 88%, #1e1b4b 12%);
  border-color: rgba(148, 163, 184, 0.16) !important;
}

html.dark .features-section .feature-marquee .feature-card .card-img {
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.12), transparent 38%),
    linear-gradient(135deg, var(--feature-icon-bg-dark, rgba(30, 41, 59, 0.85)), color-mix(in srgb, var(--feature-icon-bg-dark, rgba(30, 41, 59, 0.85)) 82%, #0f172a));
  border-color: var(--feature-icon-border-dark, rgba(148, 163, 184, 0.32));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 28px -20px color-mix(in srgb, var(--feature-icon-color-dark, #c4b5fd) 30%, transparent);
}

html.dark .features-section .feature-marquee .feature-card .feature-card__icon {
  color: var(--feature-icon-color-dark, #c4b5fd);
}

@media (max-width: 640px) {
  .feature-marquee {
    padding-inline: 1rem;
    mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
  }
}

.landing-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.landing-section-head--wide {
  max-width: 52rem;
}

.landing-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  color: rgba(71, 85, 105, 0.92);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-section-title {
  margin: 0;
  color: var(--theme-text-primary);
  font-size: clamp(1.875rem, 1.55rem + 1.3vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.landing-section-desc {
  max-width: 42rem;
  margin: 0;
  color: var(--theme-text-secondary);
  font-size: 1rem;
  line-height: 1.75;
}

.testimonial-stage {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.testimonial-section .testimonial-card {
  background-color: var(--theme-card) !important;
  border-right: 4px solid rgba(99, 102, 241, 0.32) !important;
  border-bottom: 4px solid rgba(99, 102, 241, 0.32) !important;
  box-shadow: 0 28px 60px -34px rgba(15, 23, 42, 0.28);
}

.testimonial-section .testimonial-card .quote-img {
  background-color: var(--theme-card) !important;
  border-color: rgba(99, 102, 241, 0.10) !important;
}

.testimonial-section .testimonial-card .profile-img {
  border-color: rgba(99, 102, 241, 0.42) !important;
}

.testimonial-section .testimonial-card .profile-desc p,
.testimonial-section .testimonial-card .profile-text {
  color: var(--theme-text-primary) !important;
}

.testimonial-section .testimonial-card .profile-desc:after {
  background-color: rgba(148, 163, 184, 0.24) !important;
}

[data-theme="dark"] .testimonial-stage,
html.dark .testimonial-stage {
  box-shadow: inset 0 1px 0 rgba(148, 163, 184, 0.08);
}

[data-theme="dark"] .testimonial-section .testimonial-card,
html.dark .testimonial-section .testimonial-card {
  box-shadow: 0 30px 72px -36px rgba(2, 6, 23, 0.75);
}

@media (max-width: 640px) {
  .landing-section-head {
    margin-bottom: 2.5rem;
    gap: 0.75rem;
  }

  .landing-section-kicker {
    letter-spacing: 0.1em;
  }

  .landing-section-desc {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

/* 臾몄쓽?섍린: 媛?대뱶遺?移대뱶 ?곷떒 援щ텇??*/
#frontContactUsTab .contact-guidebook-card {
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

[data-theme="dark"] #frontContactUsTab .contact-guidebook-card {
  border-top-color: rgba(148, 163, 184, 0.15);
}

/* ========== GCARD ?쒕뵫: 諛곌꼍? .landing-sections-shell + .landing-sections-bg ?⑥씪 異?========== */
.landing-sections-shell {
	position: relative;
	isolation: isolate;
	overflow-x: clip;
	overflow-y: visible;
	background-color: var(--landing-bg) !important;
	background-image: linear-gradient(
		180deg,
		var(--landing-bg) 0%,
		var(--landing-shell-band-a) 12%,
		var(--landing-bg) 28%,
		var(--landing-shell-band-b) 48%,
		var(--landing-bg) 64%,
		var(--landing-shell-band-a) 82%,
		var(--landing-bg) 100%
	);
	transition:
		background-color 200ms ease-out,
		background-image 200ms ease-out;
}

html.dark .landing-sections-shell {
	background-image: linear-gradient(
		180deg,
		var(--landing-bg) 0%,
		var(--landing-shell-band-a) 14%,
		var(--landing-shell-band-b) 38%,
		var(--landing-bg) 52%,
		var(--landing-shell-band-a) 72%,
		var(--landing-bg) 100%
	);
}

.landing-sections-bg {
	position: absolute;
	inset: 0;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
	opacity: var(--landing-glow-opacity);
	background:
		repeating-linear-gradient(
			90deg,
			transparent 0,
			transparent 86px,
			var(--landing-grid-line) 86px,
			87px
		),
		repeating-linear-gradient(
			0deg,
			transparent 0,
			transparent 86px,
			var(--landing-grid-line) 86px,
			87px
		),
		radial-gradient(120% 65% at 50% -5%, var(--landing-neon-soft), transparent 58%),
		radial-gradient(90% 70% at 12% 38%, var(--landing-neon-indigo), transparent 55%),
		radial-gradient(88% 68% at 88% 32%, var(--landing-neon-cyan), transparent 52%),
		radial-gradient(100% 72% at 50% 102%, var(--landing-neon-violet), transparent 56%);
	transition:
		opacity 200ms ease-out,
		background 200ms ease-out;
}

.landing-sections-bg::before,
.landing-sections-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	transition: opacity 200ms ease-out;
}

/* ?곷떒 ?볦? ?몃뵒怨?湲濡쒖슦 (?섏씠吏 ?꾩껜 ?믪씠 湲곗? %濡??댁뼱吏? */
.landing-sections-bg::before {
	top: -42%;
	height: 95%;
	left: -18%;
	right: -18%;
	background: radial-gradient(ellipse 52% 48% at 50% 0%, var(--landing-neon-indigo), transparent 72%);
	opacity: 0.42;
	mix-blend-mode: normal;
}

/* ?섎떒 諛붿씠?щ젢쨌?쒖븞 ?붽킅 */
.landing-sections-bg::after {
	top: 38%;
	bottom: -48%;
	left: -22%;
	right: -22%;
	background:
		radial-gradient(ellipse 58% 46% at 72% 88%, var(--landing-neon-violet), transparent 68%),
		radial-gradient(ellipse 50% 40% at 22% 92%, var(--landing-neon-cyan), transparent 70%);
	opacity: 0.38;
	mix-blend-mode: normal;
}

html.dark .landing-sections-bg::before {
	opacity: 0.52;
}

html.dark .landing-sections-bg::after {
	opacity: 0.48;
}

@media (prefers-reduced-motion: reduce) {
	.landing-sections-shell,
	.landing-sections-bg,
	.landing-sections-bg::before,
	.landing-sections-bg::after {
		transition-duration: 0.01ms !important;
	}
}

/* ???덉뿉?쒕쭔: ?덉쟾 ?뱀뀡蹂?backdrop/radial??耳쒖졇???꾩뿭 ?ㅼ삩怨?寃쎌웳?섏? ?딅룄濡??뺣━ */
.landing-sections-shell .hero-radial,
.landing-sections-shell .hero-grid,
.landing-sections-shell .hero-orbit,
.landing-sections-shell .features-radial,
.landing-sections-shell .features-grid,
.landing-sections-shell .pricing-radial,
.landing-sections-shell .pricing-grid,
.landing-sections-shell .contact-radial {
	animation: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* ?명꽣?섏씠??釉붾줉: 移대뱶 ?대? ?곗텧? ?좎?, 踰좎씪쨌?ㅽ뙚留??쏀솕????諛곌꼍怨???留욎땄 */
.landing-sections-shell .interface-panorama-veil {
	background: linear-gradient(
		200deg,
		rgba(79, 70, 229, 0.045),
		rgba(14, 165, 233, 0.04),
		transparent
	) !important;
}

html.dark .landing-sections-shell .interface-panorama-veil {
	background: linear-gradient(
		200deg,
		rgba(15, 23, 42, 0.42),
		rgba(15, 23, 42, 0.28),
		rgba(2, 6, 23, 0.12)
	) !important;
}

.landing-sections-shell .interface-panorama-spot {
	opacity: 0.12 !important;
}

html.dark .landing-sections-shell .interface-panorama-spot {
	opacity: 0.09 !important;
}

.landing-sections-shell .theme-hero,
.landing-sections-shell .theme-section,
.landing-sections-shell .landing-section,
.landing-sections-shell .section-shell {
	background: transparent !important;
	background-image: none !important;
	background-color: transparent !important;
}

.landing-sections-shell .section-shell {
	position: relative;
	z-index: 10;
	box-shadow: none !important;
}

.section-shell {
	position: relative;
	background-color: transparent !important;
	box-shadow: none !important;
}

html.dark .landing-section-kicker {

/* =============================================================================
   Premium Neon Layer Override ??GCARD ?쒕뵫 (home1 .landing-sections-shell ?꾩슜)
   - ?뱀뀡 諛곌꼍? ?щ챸, ?ㅼ삩? .landing-sections-bg + 移대뱶쨌??댄룷 二쇰? ????glow
   - ?쇱씠?? ?덉젣??indigo / cyan / violet | ?ㅽ겕: ?숈씪 ?붾젅??議곌툑 ???좊챸
   ============================================================================= */

.landing-sections-shell,
.landing-sections-shell.tw-overflow-hidden {
	overflow-x: clip !important;
	overflow-y: visible !important;
}

.landing-sections-shell {
	position: relative !important;
	isolation: isolate;
	background-color: var(--landing-bg) !important;
	background-image: linear-gradient(
		180deg,
		var(--landing-bg) 0%,
		var(--landing-shell-band-a) 11%,
		var(--landing-bg) 26%,
		var(--landing-shell-band-b) 47%,
		var(--landing-bg) 63%,
		var(--landing-shell-band-a) 80%,
		var(--landing-bg) 100%
	) !important;
	transition: background-color 200ms ease-out, background-image 200ms ease-out;
}

html.dark .landing-sections-shell {
	background-image: linear-gradient(
		180deg,
		var(--landing-bg) 0%,
		var(--landing-shell-band-a) 13%,
		var(--landing-shell-band-b) 36%,
		var(--landing-bg) 52%,
		var(--landing-shell-band-a) 70%,
		var(--landing-bg) 100%
	) !important;
}

/* ----- ?꾩뿭 諛곌꼍: 5?ъ씤??radial + ?몃줈 諛대뱶 + 吏덇컧 ----- */
.landing-sections-bg {
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	pointer-events: none !important;
	min-height: 100% !important;
	width: 100%;
	overflow: visible;
	opacity: 0.9 !important;
	transition: opacity 200ms ease-out, background 220ms ease-out;
	background:
		radial-gradient(ellipse 75% 55% at 8% 10%, rgba(99, 102, 241, 0.22), transparent 58%),
		radial-gradient(ellipse 70% 50% at 92% 8%, rgba(6, 182, 212, 0.2), transparent 56%),
		radial-gradient(ellipse 80% 60% at 50% 48%, rgba(139, 92, 246, 0.14), transparent 62%),
		radial-gradient(ellipse 65% 50% at 12% 92%, rgba(59, 130, 246, 0.12), transparent 58%),
		radial-gradient(ellipse 72% 55% at 88% 90%, rgba(168, 85, 247, 0.12), transparent 58%),
		repeating-linear-gradient(
			90deg,
			transparent 0,
			transparent 72px,
			rgba(99, 102, 241, 0.045) 72px,
			73px
		),
		linear-gradient(180deg, var(--landing-bg) 0%, transparent 20%, transparent 80%, var(--landing-bg) 100%) !important;
}

html.dark .landing-sections-bg {
	opacity: 1 !important;
	background:
		radial-gradient(ellipse 78% 58% at 6% 10%, rgba(129, 140, 248, 0.38), transparent 60%),
		radial-gradient(ellipse 74% 54% at 94% 10%, rgba(34, 211, 238, 0.28), transparent 58%),
		radial-gradient(ellipse 82% 62% at 50% 50%, rgba(167, 139, 250, 0.22), transparent 64%),
		radial-gradient(ellipse 68% 52% at 10% 91%, rgba(99, 102, 241, 0.2), transparent 60%),
		radial-gradient(ellipse 70% 54% at 90% 89%, rgba(192, 132, 252, 0.2), transparent 60%),
		repeating-linear-gradient(
			90deg,
			transparent 0,
			transparent 72px,
			rgba(148, 163, 184, 0.055) 72px,
			73px
		),
		linear-gradient(180deg, #020617 0%, transparent 24%, transparent 76%, #020617 100%) !important;
}

.landing-sections-bg::before {
	content: "" !important;
	position: absolute;
	inset: -32% -42% 38% -42%;
	pointer-events: none;
	background: linear-gradient(
		112deg,
		transparent 0%,
		transparent 36%,
		rgba(99, 102, 241, 0.1) 48%,
		rgba(6, 182, 212, 0.08) 54%,
		transparent 64%,
		transparent 100%
	);
	opacity: 0.52;
	animation: premiumNeonBandDrift 18s ease-in-out infinite alternate;
}

html.dark .landing-sections-bg::before {
	background: linear-gradient(
		112deg,
		transparent 0%,
		transparent 34%,
		rgba(129, 140, 248, 0.16) 48%,
		rgba(34, 211, 238, 0.11) 54%,
		transparent 65%,
		transparent 100%
	);
	opacity: 0.62;
}

.landing-sections-bg::after {
	content: "" !important;
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		repeating-linear-gradient(
			0deg,
			transparent 0,
			transparent 71px,
			rgba(15, 23, 42, 0.035) 71px,
			72px
		),
		repeating-linear-gradient(
			90deg,
			transparent 0,
			transparent 71px,
			rgba(15, 23, 42, 0.03) 71px,
			72px
		);
	opacity: 0.1;
	mix-blend-mode: multiply;
}

html.dark .landing-sections-bg::after {
	opacity: 0.12;
	mix-blend-mode: normal;
	background-image:
		repeating-linear-gradient(
			0deg,
			transparent 0,
			transparent 71px,
			rgba(148, 163, 184, 0.05) 71px,
			72px
		),
		repeating-linear-gradient(
			90deg,
			transparent 0,
			transparent 71px,
			rgba(148, 163, 184, 0.045) 71px,
			72px
		);
}

@keyframes premiumNeonBandDrift {
	0% {
		transform: translateX(-2.5%) skewX(-2deg);
		opacity: 0.42;
	}
	100% {
		transform: translateX(2.5%) skewX(2deg);
		opacity: 0.58;
	}
}

/* ?뱀뀡 ?꾩옣 諛곌꼍 ?쒓굅 ??.landing-sections-bg???쒖쇅 */
.landing-sections-shell > section,
.landing-sections-shell > div:not(.landing-sections-bg),
.landing-sections-shell .theme-hero,
.landing-sections-shell .theme-section,
.landing-sections-shell .landing-section,
.landing-sections-shell .section-shell,
.landing-sections-shell .features-section,
.landing-sections-shell .modern-interface-section,
.landing-sections-shell .pricing-plan-section,
.landing-sections-shell .testimonial-section,
.landing-sections-shell .contact-section {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

.landing-sections-shell > section,
.landing-sections-shell > div:not(.landing-sections-bg),
.landing-sections-shell .section-shell {
	position: relative;
	z-index: 1;
}

/* ----- ?덉뼱濡??꾨━酉?/ tp-card: 媛???덉뿉 ?꾨뒗 ?꾨━誘몄뾼 移대뱶 ----- */
.landing-sections-shell .preview {
	background:
		radial-gradient(120% 90% at 18% 12%, rgba(99, 102, 241, 0.2), transparent 52%),
		radial-gradient(120% 90% at 88% 18%, rgba(6, 182, 212, 0.16), transparent 50%),
		linear-gradient(168deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.82)) !important;
	border: 1px solid rgba(99, 102, 241, 0.16) !important;
	box-shadow:
		0 24px 72px -38px rgba(99, 102, 241, 0.38),
		0 0 0 1px rgba(255, 255, 255, 0.55) inset,
		0 0 56px -32px rgba(6, 182, 212, 0.18) !important;
	backdrop-filter: saturate(145%) blur(10px);
	-webkit-backdrop-filter: saturate(145%) blur(10px);
}

html.dark .landing-sections-shell .preview {
	background:
		radial-gradient(130% 100% at 20% 10%, rgba(129, 140, 248, 0.35), transparent 54%),
		radial-gradient(120% 90% at 85% 20%, rgba(34, 211, 238, 0.22), transparent 52%),
		linear-gradient(165deg, rgba(30, 41, 59, 0.82), rgba(15, 23, 42, 0.74)) !important;
	border-color: rgba(129, 140, 248, 0.28) !important;
	box-shadow:
		0 28px 80px -36px rgba(15, 23, 42, 0.85),
		0 0 0 1px rgba(148, 163, 184, 0.12) inset,
		0 0 64px -28px rgba(34, 211, 238, 0.22) !important;
}

.landing-sections-shell .tp-card {
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.9), rgba(245, 247, 255, 0.78)) !important;
	border: 1px solid rgba(99, 102, 241, 0.14) !important;
	box-shadow:
		0 18px 56px -36px rgba(99, 102, 241, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.45) inset !important;
	backdrop-filter: saturate(140%) blur(8px);
	-webkit-backdrop-filter: saturate(140%) blur(8px);
}

html.dark .landing-sections-shell .tp-card {
	background: linear-gradient(165deg, rgba(30, 41, 59, 0.78), rgba(15, 23, 42, 0.72)) !important;
	border-color: rgba(129, 140, 248, 0.22) !important;
	box-shadow:
		0 22px 64px -34px rgba(2, 6, 23, 0.75),
		0 0 0 1px rgba(148, 163, 184, 0.09) inset,
		0 0 48px -28px rgba(129, 140, 248, 0.18) !important;
}

.landing-sections-shell .preview::after {
	animation-duration: 16s !important;
	opacity: 0.3 !important;
}

/* ----- ?쇱??댁뒪 / ?명꽣?섏씠??/ ?붽툑 / 湲곕뒫 移대뱶 + ?곷떒 sheen (::before) ----- */
.landing-sections-shell .doc-showcase-card.theme-card,
.landing-sections-shell .interface-panorama-card.theme-card,
.landing-sections-shell .pricing-card.theme-card,
.landing-sections-shell .features-section .feature-marquee .feature-card,
.landing-sections-shell .features-section .feature-slider .feature-card {
	position: relative;
	isolation: isolate;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.landing-sections-shell .doc-showcase-card.theme-card,
.landing-sections-shell .interface-panorama-card.theme-card {
	background-color: rgba(255, 255, 255, 0.88) !important;
	border: 1px solid rgba(99, 102, 241, 0.16) !important;
	box-shadow:
		0 22px 64px -36px rgba(99, 102, 241, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.42) inset,
		0 0 48px -30px rgba(6, 182, 212, 0.14) !important;
}

/* 요금 카드: 그림자를 적당히 축소 */
.landing-sections-shell .pricing-card.theme-card {
	background-color: rgba(255, 255, 255, 0.88) !important;
	border: 1px solid rgba(99, 102, 241, 0.16) !important;
	box-shadow:
		0 8px 24px -12px rgba(15, 23, 42, 0.14),
		0 0 0 1px rgba(255, 255, 255, 0.4) inset !important;
}

.landing-sections-shell .pricing-card.theme-card:hover {
	box-shadow:
		0 12px 28px -14px rgba(79, 70, 229, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.4) inset !important;
}

.landing-sections-shell .features-section .feature-marquee .feature-card,
.landing-sections-shell .features-section .feature-slider .feature-card {
	background-color: rgba(255, 255, 255, 0.9) !important;
	border: 1px solid rgba(99, 102, 241, 0.14) !important;
	box-shadow:
		0 18px 52px -34px rgba(99, 102, 241, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.38) inset,
		0 0 40px -28px rgba(139, 92, 246, 0.1) !important;
}

html.dark .landing-sections-shell .doc-showcase-card.theme-card,
html.dark .landing-sections-shell .interface-panorama-card.theme-card {
	background-color: rgba(30, 41, 59, 0.76) !important;
	border-color: rgba(129, 140, 248, 0.26) !important;
	box-shadow:
		0 26px 72px -32px rgba(2, 6, 23, 0.92),
		0 0 0 1px rgba(148, 163, 184, 0.1) inset,
		0 0 52px -26px rgba(129, 140, 248, 0.22) !important;
}

html.dark .landing-sections-shell .pricing-card.theme-card {
	background-color: rgba(30, 41, 59, 0.76) !important;
	border-color: rgba(129, 140, 248, 0.26) !important;
	box-shadow:
		0 10px 28px -14px rgba(2, 6, 23, 0.65),
		0 0 0 1px rgba(148, 163, 184, 0.1) inset !important;
}

html.dark .landing-sections-shell .pricing-card.theme-card:hover {
	box-shadow:
		0 14px 32px -16px rgba(2, 6, 23, 0.75),
		0 0 0 1px rgba(148, 163, 184, 0.12) inset !important;
}

html.dark .landing-sections-shell .features-section .feature-marquee .feature-card,
html.dark .landing-sections-shell .features-section .feature-slider .feature-card {
	background-color: rgba(30, 41, 59, 0.78) !important;
	border-color: rgba(129, 140, 248, 0.22) !important;
	box-shadow:
		0 20px 58px -30px rgba(2, 6, 23, 0.88),
		0 0 0 1px rgba(148, 163, 184, 0.08) inset,
		0 0 44px -24px rgba(34, 211, 238, 0.14) !important;
}

.landing-sections-shell .doc-showcase-card.theme-card::before,
.landing-sections-shell .interface-panorama-card.theme-card::before,
.landing-sections-shell .pricing-card.theme-card::before,
.landing-sections-shell .features-section .feature-marquee .feature-card::before,
.landing-sections-shell .features-section .feature-slider .feature-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(110% 85% at 50% 0%, rgba(99, 102, 241, 0.16), transparent 58%);
	opacity: 0.28;
	pointer-events: none;
	z-index: 0;
	transition: opacity 220ms ease-out;
}

html.dark .landing-sections-shell .doc-showcase-card.theme-card::before,
html.dark .landing-sections-shell .interface-panorama-card.theme-card::before,
html.dark .landing-sections-shell .pricing-card.theme-card::before,
html.dark .landing-sections-shell .features-section .feature-marquee .feature-card::before,
html.dark .landing-sections-shell .features-section .feature-slider .feature-card::before {
	background: radial-gradient(110% 90% at 48% 0%, rgba(129, 140, 248, 0.22), transparent 60%);
	opacity: 0.38;
}

.landing-sections-shell .doc-showcase-card.theme-card:hover::before,
.landing-sections-shell .interface-panorama-card.theme-card:hover::before,
.landing-sections-shell .pricing-card.theme-card:hover::before,
.landing-sections-shell .features-section .feature-marquee .feature-card:hover::before,
.landing-sections-shell .features-section .feature-slider .feature-card:hover::before {
	opacity: 0.42;
}

html.dark .landing-sections-shell .doc-showcase-card.theme-card:hover::before,
html.dark .landing-sections-shell .interface-panorama-card.theme-card:hover::before,
html.dark .landing-sections-shell .pricing-card.theme-card:hover::before,
html.dark .landing-sections-shell .features-section .feature-marquee .feature-card:hover::before,
html.dark .landing-sections-shell .features-section .feature-slider .feature-card:hover::before {
	opacity: 0.52;
}

.landing-sections-shell .doc-showcase-card.theme-card > *,
.landing-sections-shell .interface-panorama-card.theme-card > *,
.landing-sections-shell .pricing-card.theme-card > *,
.landing-sections-shell .features-section .feature-marquee .feature-card > *,
.landing-sections-shell .features-section .feature-slider .feature-card > * {
	position: relative;
	z-index: 1;
}

/* ----- ?뱀뀡 ??댄? & 釉뚮옖???띿뒪?? ????halo ----- */
.landing-sections-shell .landing-section-title {
	text-shadow:
		0 0 48px rgba(99, 102, 241, 0.09),
		0 1px 0 rgba(255, 255, 255, 0.85);
}

html.dark .landing-sections-shell .landing-section-title {
	text-shadow:
		0 0 56px rgba(129, 140, 248, 0.16),
		0 1px 0 rgba(15, 23, 42, 0.4);
}

.landing-sections-shell .digital-card-gradient-text {
	filter: drop-shadow(0 10px 28px rgba(99, 102, 241, 0.2));
}

html.dark .landing-sections-shell .digital-card-gradient-text {
	filter: drop-shadow(0 12px 32px rgba(129, 140, 248, 0.32));
}

.landing-sections-shell .brand-premium-text {
	filter: drop-shadow(0 8px 24px rgba(99, 102, 241, 0.14));
}

html.dark .landing-sections-shell .brand-premium-text {
	filter: drop-shadow(0 10px 28px rgba(129, 140, 248, 0.24));
}

@media (prefers-reduced-motion: reduce) {
	.landing-sections-bg::before {
		animation: none !important;
		transform: none !important;
		opacity: 0.38 !important;
	}

	html.dark .landing-sections-bg::before {
		opacity: 0.48 !important;
	}

	.landing-sections-shell .preview::after {
		animation: none !important;
		opacity: 0.14 !important;
	}
}

/* ----- ?댁슜?붽툑 ?뚮옖: Slick ?덉씠?꾩썐留?(移대뱶 UI??Tailwind ?좎?) ----- */
.pricing-plan-section .pricing-slider,
.pricing-plan-section .pricing-slider .pricing-card {
	opacity: 1 !important;
	visibility: visible !important;
}

.pricing-plan-section .pricing-slider:not(.slick-initialized) {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: hidden;
	width: 100%;
}

.pricing-plan-section .pricing-slider:not(.slick-initialized) > .pricing-slide {
	flex: 0 0 33.333333% !important;
	width: 33.333333% !important;
	max-width: 33.333333% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

@media (max-width: 1199px) {
	.pricing-plan-section .pricing-slider:not(.slick-initialized) > .pricing-slide {
		flex-basis: 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}
}

@media (max-width: 767px) {
	.pricing-plan-section .pricing-slider:not(.slick-initialized) > .pricing-slide {
		flex-basis: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

.pricing-plan-section .pricing-slider.slick-initialized {
	display: block !important;
}

.pricing-plan-section .pricing-slider .slick-list {
	display: block !important;
	/* 가로는 자르고, 세로 그림자는 padding 으로 확보 */
	overflow: hidden !important;
	margin: 0;
	padding: 6px 0 20px !important;
	width: 100%;
}

.pricing-plan-section .pricing-slider .slick-track {
	display: block !important;
}

.pricing-plan-section .pricing-slider .slick-slide {
	float: left;
	display: block;
	height: auto !important;
	outline: none !important;
	box-sizing: border-box;
}

/* 카드는 콘텐츠 높이만 — 미리 늘려두지 않음 */
.pricing-plan-section .pricing-slider .slick-slide > .pricing-slide,
.pricing-plan-section .pricing-slider > .pricing-slide {
	height: auto !important;
	box-sizing: border-box;
}

.pricing-plan-section .pricing-slider .slick-slide .pricing-card,
.pricing-plan-section .pricing-slider .pricing-card {
	height: auto !important;
	max-width: none;
	margin: 0;
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list {
	height: auto !important;
	min-height: 0 !important;
	flex: 0 0 auto !important;
}

.pricing-plan-section .pricing-features-toggle {
	margin-top: 0 !important;
	flex: 0 0 auto !important;
}

.pricing-plan-section .pricing-feature-extra[hidden] {
	display: none !important;
}

.pricing-plan-section .see-more-features-btn[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.pricing-plan-section .pricing-tab--active {
	background: #fff !important;
	color: #1e293b !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

html.dark .pricing-plan-section .pricing-tab--active {
	background: var(--theme-card, #1e293b) !important;
	color: #e2e8f0 !important;
}

