a { text-decoration: none; color: inherit; } ul { list-style: none; } .container { max-width: 1160px; margin: 0 auto; padding: 0 24px; } .promo-banner { background: var(--card-bg); padding: 10px 0; text-align: center; position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(12px); } .promo-banner a { font-size: 13px; opacity: 0.75; transition: opacity 0.2s; } .promo-banner a:hover { opacity: 1; color: var(--branding); } .promo-banner strong { color: var(--branding); font-weight: 600; } header { padding: 18px 0; } .nav-wrapper { display: flex; justify-content: space-between; align-items: center; } .logo-group-c { display: flex; align-items: baseline; gap: 8px; } .logo-c { font-size: 1.6rem; font-weight: 800; background: var(--g-branding); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .logo-tag-c { font-size: 0.7rem; opacity: 0.4; } .nav-menu { display: flex; gap: 28px; align-items: center; } .nav-menu a { font-size: 0.9rem; opacity: 0.7; transition: opacity 0.2s; font-weight: 500; } .nav-menu a:hover { opacity: 1; color: var(--branding); } .nav-cta { background: var(--g-branding); color: #000 !important; padding: 9px 22px; border-radius: 8px; font-weight: 700; opacity: 1 !important; font-size: 0.88rem; transition: transform 0.2s, box-shadow 0.2s; } .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(var(--branding-rgb), 0.35); } .hero { padding: 90px 0 70px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(var(--branding-rgb), 0.12), transparent 70%); top: -200px; left: 50%; transform: translateX(-50%); pointer-events: none; } .hero-content { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; } .hero-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--card-bg); border: 1px solid var(--simple-color); padding: 6px 18px; border-radius: 30px; font-size: 0.82rem; margin-bottom: 28px; color: var(--branding); font-weight: 500; } .hero-title { font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 800; line-height: 1.1; margin-bottom: 22px; letter-spacing: -0.02em; } .gradient-text { background: var(--g-branding); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero-subtitle { font-size: 1.1rem; opacity: 0.65; margin-bottom: 38px; line-height: 1.75; max-width: 580px; margin-left: auto; margin-right: auto; } .hero-cta-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; } .btn { padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s ease; cursor: pointer; border: none; } .btn-primary { background: var(--g-branding); color: #000; animation: gentyPulse 2s infinite; } .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(var(--branding-rgb), 0.4); } .hero-link-preview { display: inline-flex; align-items: center; gap: 10px; background: var(--card-bg); border: 1px solid var(--simple-color); padding: 10px 22px; border-radius: 8px; font-size: 0.9rem; opacity: 0.7; } .hero-link-preview i { color: var(--branding); } .link-hl { color: var(--branding); font-weight: 600; } .vx-section { padding: 20px 0 10px; } .vx-hdr { text-align: center; margin-bottom: 22px; padding: 0 20px; } .vx-hdr h2 { font-size: 1.5rem; font-weight: 700; background: var(--g-branding); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 6px; } .vx-hdr p { font-size: 0.85rem; opacity: 0.5; } .vx-wrap { overflow-x: auto; overflow-y: hidden; padding: 10px 24px 20px; scrollbar-width: thin; scrollbar-color: var(--simple-color) transparent; cursor: grab; } .vx-wrap:active { cursor: grabbing; } .vx-wrap::-webkit-scrollbar { height: 4px; } .vx-wrap::-webkit-scrollbar-track { background: transparent; } .vx-wrap::-webkit-scrollbar-thumb { background: var(--simple-color); border-radius: 4px; } .vx-track { display: flex; gap: 14px; width: max-content; } .vx-card { width: 220px; height: 300px; border-radius: 14px; overflow: hidden; position: relative; cursor: pointer; border: 1px solid var(--simple-color); transition: transform 0.3s, border-color 0.3s; flex-shrink: 0; } .vx-card:hover { transform: translateY(-6px); border-color: var(--branding); } .vx-img { width: 100%; height: 100%; object-fit: cover; } .vx-over { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.92) 60%, transparent); padding: 20px 14px 14px; } .vx-badge { position: absolute; top: 12px; right: 12px; background: var(--branding); color: #000; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; } .vx-name { font-size: 1rem; font-weight: 700; margin-bottom: 5px; color: #fff; } .vx-link { font-size: 0.75rem; color: var(--branding); display: inline-flex; align-items: center; gap: 4px; opacity: 0.85; transition: opacity 0.2s; } .vx-link:hover { opacity: 1; } .vx-ctrl { display: flex; justify-content: center; gap: 8px; padding: 6px 0 20px; } .vx-btn { display: flex; align-items: center; gap: 6px; background: var(--card-bg); border: 1px solid var(--simple-color); color: var(--light-text); padding: 8px 18px; border-radius: 8px; cursor: pointer; font-size: 0.82rem; font-weight: 600; transition: border-color 0.2s, color 0.2s; } .vx-btn:hover { border-color: var(--branding); color: var(--branding); } .vx-btn i { font-size: 15px; } .showcase-strip { padding: 50px 0; overflow: hidden; } .strip-scroll { display: flex; gap: 16px; animation: stripScroll 30s linear infinite; width: max-content; } .strip-scroll:hover { animation-play-state: paused; } .strip-item { min-width: 300px; height: 180px; border-radius: 14px; overflow: hidden; border: 1px solid var(--simple-color); position: relative; flex-shrink: 0; } .strip-item img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.65); } .strip-label { position: absolute; bottom: 14px; left: 16px; } .strip-label strong { display: block; font-size: 0.95rem; color: #fff; margin-bottom: 2px; } .strip-label span { font-size: 0.78rem; color: var(--branding); } @keyframes stripScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .sec-head { text-align: center; max-width: 640px; margin: 0 auto 48px; } .sec-tag { color: var(--branding); font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; font-size: 0.75rem; margin-bottom: 12px; } .sec-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.15; margin-bottom: 14px; letter-spacing: -0.01em; } .sec-desc { font-size: 1rem; opacity: 0.6; line-height: 1.8; } .video-section { padding: 80px 0; } .video-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; max-width: 1060px; margin: 0 auto; } .video-text h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; margin-bottom: 14px; line-height: 1.2; } .video-text p { font-size: 0.95rem; opacity: 0.65; line-height: 1.8; margin-bottom: 28px; } .stats-row { display: flex; gap: 0; border: 1px solid var(--simple-color); border-radius: 10px; overflow: hidden; } .stat-box { flex: 1; padding: 18px 14px; text-align: center; border-right: 1px solid var(--simple-color); } .stat-box:last-child { border-right: none; } .stat-num { font-size: 1.5rem; font-weight: 800; color: var(--branding); display: block; margin-bottom: 4px; } .stat-lbl { font-size: 0.72rem; opacity: 0.55; line-height: 1.4; } .video-player { position: relative; } .video-player-inner { border-radius: 16px; overflow: hidden; border: 1px solid var(--simple-color); } .video-caption { margin-top: 12px; display: flex; align-items: center; gap: 8px; font-size: 0.82rem; opacity: 0.55; } .video-caption i { color: var(--branding); } .faq-section { padding: 80px 0; background: var(--card-bg); } .faq-grid { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; } .faq-item { border: 1px solid var(--simple-color); border-radius: 6px; overflow: hidden; transition: border-color 0.25s; } .faq-item.active { border-color: var(--branding); } .faq-question { padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: background 0.2s; gap: 10px; } .faq-question:hover { background: rgba(var(--branding-rgb), 0.04); } .faq-question h3 { font-size: 0.92rem; font-weight: 600; line-height: 1.4; } .faq-icon { color: var(--branding); font-size: 1.1rem; flex-shrink: 0; transition: transform 0.3s; } .faq-item.active .faq-icon { transform: rotate(180deg); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; } .faq-item.active .faq-answer { max-height: 400px; padding: 0 10px 13px; } .faq-answer p { font-size: 0.87rem; line-height: 1.6; opacity: 0.75; } .faq-answer strong { color: var(--branding); font-weight: 600; } .problem-section { padding: 80px 0; } .problem-scroll { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: thin; scrollbar-color: var(--simple-color) transparent; } .problem-scroll::-webkit-scrollbar { height: 4px; } .problem-scroll::-webkit-scrollbar-track { background: transparent; } .problem-scroll::-webkit-scrollbar-thumb { background: var(--simple-color); border-radius: 4px; } .problem-card { min-width: 240px; max-width: 260px; background: var(--card-bg); border: 1px solid var(--simple-color); border-radius: 14px; padding: 26px 22px; flex-shrink: 0; transition: border-color 0.25s, transform 0.25s; } .problem-card:hover { border-color: var(--danger); transform: translateY(-4px); } .problem-icon { width: 42px; height: 42px; background: rgba(231, 76, 60, 0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--danger); margin-bottom: 16px; } .problem-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; } .problem-card p { font-size: 0.82rem; opacity: 0.6; line-height: 1.6; } .solution-section { padding: 50px 0; background: var(--card-bg); } .solution-scroll { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: thin; scrollbar-color: var(--simple-color) transparent; } .solution-scroll::-webkit-scrollbar { height: 4px; } .solution-scroll::-webkit-scrollbar-track { background: transparent; } .solution-scroll::-webkit-scrollbar-thumb { background: var(--simple-color); border-radius: 4px; } .sol-card { min-width: 280px; max-width: 300px; background: var(--background); border: 1px solid var(--simple-color); border-radius: 14px; padding: 28px 24px; flex-shrink: 0; transition: border-color 0.25s, transform 0.25s; } .sol-card:hover { border-color: var(--branding); transform: translateY(-4px); } .sol-icon { width: 44px; height: 44px; background: rgba(var(--branding-rgb), 0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--branding); margin-bottom: 18px; } .sol-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; } .sol-card p { font-size: 0.84rem; opacity: 0.6; line-height: 1.65; } .sol-tag { display: inline-block; margin-top: 14px; background: rgba(var(--branding-rgb), 0.12); color: var(--branding); font-size: 0.72rem; font-weight: 600; padding: 4px 10px; border-radius: 20px; } .features-section { padding: 80px 0; } .feat-table { width: 100%; border-collapse: collapse; border: 1px solid var(--simple-color); border-radius: 12px; overflow: hidden; } .feat-table thead { background: var(--card-bg); } .feat-table thead th { padding: 14px 20px; text-align: left; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; opacity: 0.5; border-bottom: 1px solid var(--simple-color); } .feat-table thead th:first-child { width: 36px; } .feat-table tbody tr { border-bottom: 1px solid var(--simple-color); transition: background 0.2s; } .feat-table tbody tr:last-child { border-bottom: none; } .feat-table tbody tr:hover { background: rgba(var(--branding-rgb), 0.04); } .feat-table td { padding: 16px 20px; font-size: 0.9rem; vertical-align: middle; } .feat-table td:first-child { color: var(--branding); font-size: 1.2rem; width: 48px; text-align: center; } .feat-name { font-weight: 600; font-size: 0.92rem; margin-bottom: 3px; } .feat-desc { font-size: 0.8rem; opacity: 0.5; line-height: 1.5; } .feat-badge { display: inline-block; font-size: 0.68rem; padding: 3px 10px; border-radius: 20px; font-weight: 600; white-space: nowrap; } .badge-free { background: rgba(var(--branding-rgb), 0.15); color: var(--branding); } .badge-beta { background: rgba(150, 201, 61, 0.08); color: #00b09b; } footer { padding: 56px 0 28px; background: var(--card-bg); border-top: 1px solid var(--simple-color); } .footer-layout { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; } .footer-brand h3 { font-size: 1.4rem; font-weight: 800; background: var(--g-branding); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 12px; } .footer-brand p { font-size: 0.85rem; opacity: 0.5; line-height: 1.7; } .footer-col h4 { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; opacity: 0.45; margin-bottom: 16px; } .footer-col a { display: block; font-size: 0.88rem; opacity: 0.6; margin-bottom: 10px; transition: opacity 0.2s, color 0.2s; } .footer-col a:hover { opacity: 1; color: var(--branding); } .footer-bottom { padding-top: 24px; border-top: 1px solid var(--simple-color); text-align: center; font-size: 0.8rem; opacity: 0.35; } @media (max-width: 900px) { .video-layout { grid-template-columns: 1fr; gap: 36px; } .footer-layout { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } } @media (max-width: 600px) { .nav-menu { display: none; } .hero { padding: 60px 0 50px; } .stat-lbl { font-size: 0.65rem; } .feat-table td:last-child { display: none; } .footer-layout { grid-template-columns: 1fr; } }