@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-2 .tc-wp-content-root img, .wpc-scope-2 .tc-wp-content-root video, .wpc-scope-2 .tc-wp-content-root svg, .wpc-scope-2 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-2 .tc-wp-content-root .bfc-s1-root{ --s1-bg: #0a0000; --s1-card-bg: #1a0000; --s1-text: #ffe0e0; --s1-text-soft: #ffb0b0; --s1-text-muted: #ff8080; --s1-primary: #d00000; --s1-accent: #ffba08; width: 100%; background: var(--s1-bg); padding: 80px 20px; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-container{ max-width: 1200px; margin: 0 auto; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-header{ text-align: center; margin-bottom: 30px; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-heading{ font-size: clamp(1.4rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 16px; background: linear-gradient(135deg, #d00000 0%, #ffba08 50%, #d00000 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-subheading{ font-size: clamp(0.8rem, 2vw, 1rem); color: var(--s1-text-muted); max-width: 700px; margin: 0 auto; line-height: 1.6; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card{ background: var(--s1-card-bg); border-radius: 10px; padding: 32px 28px; position: relative; overflow: hidden; transition: all 0.4s ease; cursor: pointer; border: 2px solid transparent; opacity: 0; animation: bfc-s1-fadeSlideUp 0.6s ease forwards; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:nth-child(1){ animation-delay: 0.05s; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:nth-child(2){ animation-delay: 0.1s; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:nth-child(3){ animation-delay: 0.15s; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:nth-child(4){ animation-delay: 0.2s; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:nth-child(5){ animation-delay: 0.25s; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:nth-child(6){ animation-delay: 0.3s; }@keyframes bfc-s1-fadeSlideUp{ from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card::before{ content: ''; position: absolute; inset: 0; border-radius: 10px; padding: 2px; background: linear-gradient(90deg, var(--s1-primary), var(--s1-accent), var(--s1-primary)); background-size: 300% 100%; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.3s ease; animation: bfc-s1-borderTrace 2s linear infinite; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:hover::before{ opacity: 1; }@keyframes bfc-s1-borderTrace{ 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; } }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:hover{ transform: translateY(-6px); box-shadow: 0 20px 40px rgba(208, 0, 0, 0.15); }.wpc-scope-2 .tc-wp-content-root .bfc-s1-icon-wrap{ width: 56px; height: 56px; background: linear-gradient(135deg, #1a0000 0%, #0a0000 100%); border: 2px solid rgba(208, 0, 0, 0.25); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all 0.4s ease; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:hover .bfc-s1-icon-wrap{ border-color: var(--s1-primary); background: linear-gradient(135deg, var(--s1-primary) 0%, var(--s1-accent) 100%); }.wpc-scope-2 .tc-wp-content-root .bfc-s1-icon{ font-size: 24px; color: var(--s1-primary); transition: all 0.4s ease; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card:hover .bfc-s1-icon{ color: #0a0000; transform: rotate(15deg) scale(1.1); }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card-title{ font-size: 1.2rem; font-weight: 700; color: var(--s1-text); margin-bottom: 12px; }.wpc-scope-2 .tc-wp-content-root .bfc-s1-card-desc{ font-size: 0.95rem; color: var(--s1-text-soft); line-height: 1.6; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-root{ --s2-bg: #1a0000; --s2-card-bg: #0a0000; --s2-text: #ffe0e0; --s2-text-soft: #ffb0b0; --s2-text-muted: #ff8080; --s2-primary: #d00000; --s2-accent: #ffba08; width: 100%; background: var(--s2-bg); padding: 80px 20px; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-container{ max-width: 1200px; margin: 0 auto; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-header{ text-align: center; margin-bottom: 30px; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-heading{ font-size: clamp(1.4rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 16px; background: linear-gradient(135deg, #d00000 0%, #ffba08 50%, #d00000 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-subheading{ font-size: clamp(0.8rem, 2vw, 1rem); color: var(--s2-text-muted); max-width: 700px; margin: 0 auto; line-height: 1.6; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card{ background: var(--s2-card-bg); border-radius: 10px; padding: 32px 28px; text-align: center; position: relative; transition: all 0.4s ease; cursor: pointer; border: 1px solid rgba(208, 0, 0, 0.2); opacity: 0; animation: bfc-s2-fadeSlideUp 0.6s ease forwards; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:nth-child(1){ animation-delay: 0.05s; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:nth-child(2){ animation-delay: 0.1s; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:nth-child(3){ animation-delay: 0.15s; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:nth-child(4){ animation-delay: 0.2s; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:nth-child(5){ animation-delay: 0.25s; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:nth-child(6){ animation-delay: 0.3s; }@keyframes bfc-s2-fadeSlideUp{ from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card::after{ content: ''; position: absolute; inset: 0; border-radius: 10px; box-shadow: 0 0 0 0 rgba(208, 0, 0, 0.3); opacity: 0; pointer-events: none; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:hover::after{ animation: bfc-s2-pulseEcho 1.5s ease-out infinite; }@keyframes bfc-s2-pulseEcho{ 0% { box-shadow: 0 0 0 0 rgba(208, 0, 0, 0.3); opacity: 1; } 100% { box-shadow: 0 0 0 20px rgba(208, 0, 0, 0); opacity: 0; } }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:hover{ transform: translateY(-8px); }.wpc-scope-2 .tc-wp-content-root .bfc-s2-icon-wrap{ width: 64px; height: 64px; margin: 0 auto 20px; background: linear-gradient(135deg, var(--s2-primary) 0%, var(--s2-accent) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:hover .bfc-s2-icon-wrap{ animation: bfc-s2-elasticBounce 0.6s ease; }@keyframes bfc-s2-elasticBounce{ 0% { transform: scale(1); } 30% { transform: scale(0.85) translateY(5px); } 50% { transform: scale(1.15) translateY(-10px); } 70% { transform: scale(0.95) translateY(2px); } 100% { transform: scale(1) translateY(0); } }.wpc-scope-2 .tc-wp-content-root .bfc-s2-icon{ font-size: 26px; color: #0a0000; transition: transform 0.3s ease; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card:hover .bfc-s2-icon{ transform: rotate(10deg); }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card-title{ font-size: 1.2rem; font-weight: 700; color: var(--s2-text); margin-bottom: 12px; }.wpc-scope-2 .tc-wp-content-root .bfc-s2-card-desc{ font-size: 0.95rem; color: var(--s2-text-soft); line-height: 1.6; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-root{ --s3-bg: #0a0000; --s3-card-bg: #1a0000; --s3-text: #ffe0e0; --s3-text-soft: #ffb0b0; --s3-text-muted: #ff8080; --s3-primary: #d00000; --s3-accent: #ffba08; width: 100%; background: var(--s3-bg); padding: 80px 20px; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-container{ max-width: 1200px; margin: 0 auto; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-header{ text-align: center; margin-bottom: 30px; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-heading{ font-size: clamp(1.4rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 16px; background: linear-gradient(135deg, #d00000 0%, #ffba08 50%, #d00000 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-subheading{ font-size: clamp(0.8rem, 2vw, 1rem); color: var(--s3-text-muted); max-width: 700px; margin: 0 auto; line-height: 1.6; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card{ background: var(--s3-card-bg); border-radius: 10px; padding: 28px; position: relative; overflow: hidden; transition: all 0.4s ease; cursor: pointer; border: 1px solid transparent; opacity: 0; animation: bfc-s3-fadeSlideUp 0.6s ease forwards; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:nth-child(1){ animation-delay: 0.05s; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:nth-child(2){ animation-delay: 0.1s; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:nth-child(3){ animation-delay: 0.15s; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:nth-child(4){ animation-delay: 0.2s; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:nth-child(5){ animation-delay: 0.25s; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:nth-child(6){ animation-delay: 0.3s; }@keyframes bfc-s3-fadeSlideUp{ from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card::before{ content: ''; position: absolute; width: 200px; height: 200px; background: radial-gradient(circle, rgba(208, 0, 0, 0.2) 0%, transparent 70%); border-radius: 50%; pointer-events: none; opacity: 0; transform: translate(-50%, -50%); transition: opacity 0.4s ease; left: var(--mouse-x, 50%); top: var(--mouse-y, 50%); }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:hover::before{ opacity: 1; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:hover{ border-color: rgba(208, 0, 0, 0.3); transform: translateY(-4px); box-shadow: 0 12px 30px rgba(208, 0, 0, 0.1); }.wpc-scope-2 .tc-wp-content-root .bfc-s3-step-badge{ position: absolute; top: 16px; right: 16px; width: 28px; height: 28px; background: linear-gradient(135deg, var(--s3-primary) 0%, var(--s3-accent) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; color: #0a0000; transition: transform 0.3s ease; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:hover .bfc-s3-step-badge{ transform: scale(1.2) rotate(10deg); }.wpc-scope-2 .tc-wp-content-root .bfc-s3-icon-wrap{ width: 52px; height: 52px; background: #0a0000; border: 2px solid rgba(208, 0, 0, 0.25); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: all 0.4s ease; transform-style: preserve-3d; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:hover .bfc-s3-icon-wrap{ transform: rotateY(180deg); border-color: var(--s3-primary); background: linear-gradient(135deg, var(--s3-primary) 0%, var(--s3-accent) 100%); }.wpc-scope-2 .tc-wp-content-root .bfc-s3-icon{ font-size: 22px; color: var(--s3-primary); transition: all 0.4s ease; backface-visibility: hidden; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card:hover .bfc-s3-icon{ color: #0a0000; transform: rotateY(180deg); }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card-title{ font-size: 1.1rem; font-weight: 700; color: var(--s3-text); margin-bottom: 10px; position: relative; z-index: 1; }.wpc-scope-2 .tc-wp-content-root .bfc-s3-card-desc{ font-size: 0.9rem; color: var(--s3-text-soft); line-height: 1.5; position: relative; z-index: 1; }@media (max-width: 1024px){.tc-wp-content-root .bfc-s1-grid, .tc-wp-content-root .bfc-s2-grid, .tc-wp-content-root .bfc-s3-grid{ grid-template-columns: repeat(2, 1fr); gap: 20px; }}@media (max-width: 640px){.tc-wp-content-root .bfc-s1-root, .tc-wp-content-root .bfc-s2-root, .tc-wp-content-root .bfc-s3-root{ padding: 50px 10px; }.tc-wp-content-root .bfc-s1-grid, .tc-wp-content-root .bfc-s2-grid, .tc-wp-content-root .bfc-s3-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-content-root .bfc-s1-card, .tc-wp-content-root .bfc-s2-card, .tc-wp-content-root .bfc-s3-card{ padding: 28px 24px; }}