*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
html:has(body.dark-mode) { background: #121212; }
body { font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color:#1a1a2e; line-height:1.6; overflow-x:hidden; background:#fff; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.btn-primary { position: relative; overflow: hidden; background: #67B131; color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.2); border-radius: 10px; letter-spacing: 0.5px; padding: 0.85rem 2rem; font-weight: 600; font-size: 0.95rem; border: none; cursor: pointer; font-family: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: 0.35s ease; }
.btn-primary::before { content: ''; position: absolute; top: 0; width: 250%; height: 100%; transition: 0.35s ease; transform: translateX(10%) skewX(-25deg); background: rgba(255,255,255,0.1); }
.btn-primary:hover::before { transform: translateX(49%) skewX(-25deg); }
.btn-primary:hover { box-shadow: 0 2px 2px rgba(0,0,0,0.1); }
.btn-primary-lg { padding: 1.05rem 2.5rem; font-size: 1.05rem; }
.btn-outline { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2rem; border-radius: 10px; font-weight: 600; font-size: 0.95rem; border: 2px solid rgba(255,255,255,0.45); background: transparent; color: #fff; cursor: pointer; font-family: inherit; text-decoration: none; transition: 0.3s ease; letter-spacing: 0.5px; }
.btn-outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn-outline-lg { padding: 1.05rem 2.5rem; font-size: 1.05rem; }
.btn-outline-dark { border-color: rgba(255,255,255,0.35); color: #fff; }
.btn-outline-dark:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1.25rem 0; transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease; background: transparent; }
.header.scrolled { background: rgba(255,255,255,0.92); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid #e5e7eb; box-shadow: 0 4px 20px rgba(0,0,0,0.12); padding: 0.7rem 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; position: relative; }
.logo { display: flex; align-items: center; gap: 0.65rem; font-weight: 700; font-size: 1.2rem; color: #fff; transition: color 0.35s ease; }
.header.scrolled .logo { color: #1a1a2e; }
.logo img { width: 38px; height: 46px; }
.nav { display: flex; align-items: center; gap: 2.25rem; }
.nav a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85); transition: color 0.3s ease; white-space: nowrap; }
.header.scrolled .nav a:not(.btn-primary):not(.btn-outline) { color: #4a5568; }
.nav a:not(.btn-outline):hover { color: #fff; }
.header.scrolled .nav a:not(.btn-primary):not(.btn-outline):hover { color: #1a1a2e; }
.nav-dropdown { position: relative; }
.nav-dropdown-menu { position: absolute; top: calc(100% + 0.75rem); left: 50%; transform: translateX(-50%) translateY(8px); background: #fff; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.08); padding: 0.75rem; min-width: 250px; opacity: 0; visibility: hidden; transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s; }
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu a { display: block; padding: 0.6rem 1rem; color: #4a5568 !important; border-radius: 8px; font-size: 0.88rem; transition: background 0.2s ease, color 0.2s ease; }
.nav-dropdown-menu a:hover { background: #f0f4ff; color: #1d4ed8 !important; }
.lang-dropdown { position: relative; }
.lang-btn { display: flex; align-items: center; gap: 0.35rem; background: none; border: 1.5px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.85); padding: 0.35rem 0.75rem; border-radius: 6px; font-size: 13px; font-weight: 600; font-family: inherit; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.lang-btn:hover { border-color: rgba(255,255,255,0.5); color: #fff; }
.header.scrolled .lang-btn { color: #4a5568; border-color: #d1d5db; }
.header.scrolled .lang-btn:hover { border-color: #9ca3af; color: #1a1a2e; }
.lang-btn .lang-chevron { transition: transform 0.2s; }
.lang-dropdown.open .lang-btn .lang-chevron { transform: rotate(180deg); }
.lang-menu { position: absolute; top: calc(100% + 0.5rem); right: 0; background: #fff; border-radius: 10px; box-shadow: 0 16px 48px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.08); padding: 0.5rem; min-width: 170px; max-height: 320px; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity 0.2s, transform 0.2s, visibility 0.2s; }
.lang-dropdown.open .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.flag { width: 20px; height: 14px; border-radius: 2px; flex-shrink: 0; overflow: hidden; }
.lang-menu a { display: flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.75rem; color: #4a5568 !important; border-radius: 6px; font-size: 0.82rem; transition: background 0.15s, color 0.15s; }
.lang-sep { height: 1px; background: #e5e7eb; margin: 0.25rem 0.5rem; }
body.dark-mode .lang-sep { background: #333; }
.lang-menu a:hover,
.lang-menu a.active { background: #f0f4ff; color: #1d4ed8 !important; }
.lang-menu a.active { font-weight: 600; }
.nav-cta { display: flex; gap: 0.5rem; }
.nav-cta .nav-btn { padding: 0.5rem 1.2rem; font-size: 0.82rem; font-weight: 700; transition: all 0.6s ease; }
.header.scrolled .nav-btn { color: #1a1a2e; border-color: rgba(26,26,46,0.3); }
.header.scrolled .nav-btn:hover { color: #1a1a2e; border-color: #1a1a2e; background: rgba(26,26,46,0.05); }
.hero { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-bottom: 4rem; background: linear-gradient(-45deg, #1e3a8a, #1d4ed8, #2563eb, #3b82f6, #1e40af); background-size: 400% 400%; animation: gradientShift 18s ease infinite; }
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.hero::before { content: ''; position: absolute; top: -25%; right: -15%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(59,130,246,0.3) 0%, transparent 65%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -25%; left: -15%; width: 650px; height: 650px; background: radial-gradient(circle, rgba(30,58,138,0.3) 0%, transparent 65%); pointer-events: none; }
.bubble { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07); animation: floatBubble linear infinite; pointer-events: none; }
.bubble:nth-child(1) { width: 140px; height: 140px; top: 12%; left: 6%; animation-duration: 15s; animation-delay: 0s; background: rgba(255,255,255,0.06); }
.bubble:nth-child(2) { width: 90px; height: 90px; top: 55%; right: 8%; animation-duration: 11s; animation-delay: -3s; background: rgba(255,255,255,0.04); }
.bubble:nth-child(3) { width: 240px; height: 240px; bottom: 8%; left: 20%; animation-duration: 20s; animation-delay: -7s; background: rgba(255,255,255,0.03); }
.bubble:nth-child(4) { width: 65px; height: 65px; top: 25%; right: 25%; animation-duration: 9s; animation-delay: -2s; background: rgba(255,255,255,0.07); }
.bubble:nth-child(5) { width: 180px; height: 180px; top: 40%; left: 50%; animation-duration: 17s; animation-delay: -5s; background: rgba(255,255,255,0.025); }
.bubble:nth-child(6) { width: 50px; height: 50px; bottom: 25%; right: 18%; animation-duration: 8s; animation-delay: -1s; background: rgba(255,255,255,0.08); }
@keyframes floatBubble {
0% { transform: translateY(0) translateX(0) scale(1); }
20% { transform: translateY(-25px) translateX(18px) scale(1.04); }
40% { transform: translateY(-45px) translateX(-12px) scale(0.96); }
60% { transform: translateY(-20px) translateX(22px) scale(1.06); }
80% { transform: translateY(-35px) translateX(-8px) scale(0.98); }
100% { transform: translateY(0) translateX(0) scale(1); }
}
.hero-content { position: relative; z-index: 5; width: 100%; max-width: 1200px; padding: 100px 2rem 4rem; }
.hero-heading { text-align: center; margin-bottom: 3.5rem; }
.hero-heading h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; letter-spacing: -0.025em; margin-bottom: 0.6rem; }
.hero-heading p { font-size: 1.1rem; color: rgba(255,255,255,0.65); font-weight: 400; }
.hero-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.hero-product-card { background: rgba(255,255,255,0.07); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 2rem 1.5rem 1.75rem; display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease; }
.hero-product-card { cursor: pointer; }
.hero-product-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); }
.hero-product-card img { height: 200px; width: auto; filter: drop-shadow(0 16px 32px rgba(0,0,0,0.3)); transition: filter 0.35s ease, transform 0.35s ease; margin-bottom: 1.25rem; }
.hero-product-card:hover img { filter: drop-shadow(0 22px 40px rgba(0,0,0,0.4)); transform: scale(1.03); }
.hero-product-name { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.hero-product-desc { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 1.25rem; flex: 1; }
.hero-product-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; }
.hero-product-actions .btn-primary { padding: 0.5rem 1.1rem; font-size: 0.78rem; border-radius: 8px; }
.hero-product-actions .btn-more { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.55rem 1.3rem; font-size: 0.8rem; font-weight: 700; font-family: inherit; color: #fff; background: transparent; border: 2px solid rgba(255,255,255,0.35); border-radius: 8px; cursor: pointer; text-decoration: none; transition: all 0.6s ease; }
.hero-product-actions .btn-more:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
@media (max-width: 1024px) {
.hero-products { grid-template-columns: repeat(2, 1fr); max-width: 640px; margin: 0 auto; }
}
@media (max-width: 560px) {
.hero-products { grid-template-columns: 1fr; max-width: 360px; }
.hero-product-card img { height: 160px; }
}
.products-section { padding: 6rem 0; background: #fff; position: relative; overflow: hidden; }
.card-bubble { position: absolute; border-radius: 50%; pointer-events: none; background: rgba(255,255,255,0.08); z-index: 1; }
.cb1 { width: 150px; height: 150px; top: -40px; right: 20%; animation: cbFloat 14s ease-in-out infinite; }
.cb2 { width: 100px; height: 100px; bottom: -30px; left: 15%; animation: cbFloat 11s ease-in-out infinite -3s; }
.cb3 { width: 70px; height: 70px; top: 35%; right: 5%; animation: cbFloat 16s ease-in-out infinite -6s; }
@keyframes cbFloat {
0%, 100% { transform: translateY(0) translateX(0); }
30% { transform: translateY(-12px) translateX(8px); }
60% { transform: translateY(-20px) translateX(-6px); }
}
.section-header { text-align: center; margin-bottom: 4rem; }
.section-label { display: inline-block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #1d4ed8; background: #eff6ff; padding: 0.4rem 1.2rem; border-radius: 50px; margin-bottom: 1rem; }
.section-header h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; color: #1a1a2e; margin-bottom: 1rem; letter-spacing: -0.02em; }
.section-header p { font-size: 1.05rem; color: #6b7280; max-width: 550px; margin: 0 auto; }
.product-row { display: grid; grid-template-columns: 1fr 2fr; max-width: 66.66%; margin-left: auto; margin-right: auto; gap: 0; margin-bottom: 3rem; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 40px rgba(0,0,0,0.06); border: none; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease; position: relative; }
.product-row:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
#product-mmc { background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%); }
#product-mbc { background: linear-gradient(135deg, #92400e 0%, #a85520 50%, #b8682e 100%); }
#product-mbc .card-bubble { background: rgba(255,255,255,0.08); }
#product-mbc .cb1 { width: 140px; height: 140px; top: 10%; bottom: auto; left: 5%; right: auto; }
#product-mbc .cb2 { width: 100px; height: 100px; top: auto; bottom: 8%; left: 30%; right: auto; }
#product-mbc .cb3 { top: 35%; bottom: auto; left: 20%; right: auto; }
#product-mbc .product-info h3 { color: #fff; }
#product-mbc .product-info p { color: rgba(255,255,255,0.8); }
#product-mbc .product-platform-tag { color: #fff; background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.2); }
#product-mbc .platform-badge { color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.15); }
#product-mvc { background: linear-gradient(135deg, #7c5e1e 0%, #9a7425 50%, #b8892e 100%); }
#product-mvc .card-bubble { background: rgba(255,255,255,0.08); }
#product-mvc .cb1 { width: 140px; height: 140px; top: 10%; bottom: auto; left: 5%; right: auto; }
#product-mvc .cb2 { width: 100px; height: 100px; top: auto; bottom: 8%; left: 30%; right: auto; }
#product-mvc .cb3 { top: 35%; bottom: auto; left: 20%; right: auto; }
#product-rk { background: linear-gradient(135deg, #0a3d6b 0%, #0e4d85 50%, #1565a0 100%); }
#product-mpkf { background: linear-gradient(135deg, #334155 0%, #475569 50%, #64748b 100%); }
.ck4 { width: 45px; height: 90px; top: 8%; left: 40%; animation: floatKey 15s ease-in-out infinite -2s; }
.ck5 { width: 35px; height: 80px; bottom: 8%; left: 55%; animation: floatKey 12s ease-in-out infinite -6s; }
.ck6 { width: 28px; height: 56px; top: 45%; left: 35%; animation: floatKey 18s ease-in-out infinite -9s; }
#product-mpkf .cb2 { width: 80px; height: 80px; bottom: 12%; left: 35%; top: auto; right: auto; }
#product-mpkf .cb3 { width: 50px; height: 50px; top: 50%; left: 25%; right: auto; bottom: auto; }
.product-row:last-child { margin-bottom: 0; }
.product-row.reversed { direction: rtl; }
.product-row.reversed > * { direction: ltr; }
.product-boxshot { display: flex; align-items: center; justify-content: center; padding: 2.5rem; position: relative; }
.card-vinyl { position: absolute; pointer-events: none; opacity: 0.28; z-index: 1; }
.card-vinyl svg { width: 100%; height: 100%; }
.cv1 { width: 100px; height: 100px; top: 8%; right: 12%; animation: floatVinyl 16s ease-in-out infinite; }
.cv2 { width: 65px; height: 65px; bottom: 10%; right: 15%; animation: floatVinyl 13s ease-in-out infinite -4s; }
.cv3 { width: 45px; height: 45px; top: 45%; right: 8%; animation: floatVinyl 19s ease-in-out infinite -8s; }
.card-key { position: absolute; pointer-events: none; opacity: 0.4; z-index: 1; }
.card-key svg { width: 100%; height: 100%; }
.ck1 { width: 55px; height: 110px; bottom: 5%; right: 12%; animation: floatKey 14s ease-in-out infinite; }
.ck2 { width: 40px; height: 90px; top: 5%; right: 15%; animation: floatKey 11s ease-in-out infinite -5s; }
.ck3 { width: 30px; height: 60px; top: 40%; right: 6%; animation: floatKey 17s ease-in-out infinite -3s; }
@keyframes floatKey {
0%, 100% { transform: translateY(0) rotate(0deg); }
30% { transform: translateY(-15px) rotate(-10deg); }
70% { transform: translateY(-22px) rotate(8deg); }
}
@keyframes floatVinyl {
0% { transform: perspective(300px) rotateX(35deg) rotateY(-20deg) translateY(0) rotate(0deg); }
25% { transform: perspective(300px) rotateX(25deg) rotateY(-5deg) translateY(-12px) rotate(90deg); }
50% { transform: perspective(300px) rotateX(40deg) rotateY(10deg) translateY(-25px) rotate(180deg); }
75% { transform: perspective(300px) rotateX(20deg) rotateY(-15deg) translateY(-10px) rotate(270deg); }
100% { transform: perspective(300px) rotateX(35deg) rotateY(-20deg) translateY(0) rotate(360deg); }
}
.product-boxshot img { max-height: 320px; width: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3)); transition: transform 0.4s ease, filter 0.4s ease; }
.product-row:hover .product-boxshot img { transform: scale(1.04); filter: drop-shadow(0 25px 50px rgba(0,0,0,0.35)); }
.product-info { padding: 2.5rem 2.5rem 2.5rem 1.5rem; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.product-info h3 { font-size: 1.45rem; font-weight: 800; color: #fff; margin-bottom: 0.6rem; letter-spacing: -0.01em; }
.product-platform-tag { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; font-weight: 700; color: #fff; background: rgba(255,255,255,0.15); padding: 0.25rem 0.85rem; border-radius: 50px; margin-bottom: 1rem; width: fit-content; border: 1px solid rgba(255,255,255,0.2); }
.product-info p { font-size: 0.95rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 1.5rem; }
.product-platforms { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.platform-badge { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.3px; padding: 0.3rem 0.75rem; border-radius: 6px; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.15); }
.product-buttons { display: flex; gap: 0.6rem; flex-wrap: nowrap; }
.product-buttons .btn-primary { white-space: nowrap; }
.product-learn-btn { padding: 0.55rem 1.4rem; font-size: 0.88rem; font-weight: 700; transition: all 0.6s ease; white-space: nowrap; }
.product-info .btn-primary { width: fit-content; padding: 0.55rem 1.4rem; font-size: 0.88rem; }
.features-strip { padding: 4.5rem 0; background: #f8f9fc; border-top: 1px solid #eef0f6; border-bottom: 1px solid #eef0f6; }
.features-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.feature-strip-item { text-align: center; padding: 1.75rem 1.25rem; }
.feature-strip-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin: 0 auto 1rem; background: #fff; color: #1d4ed8; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.feature-strip-item h4 { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 0.4rem; }
.feature-strip-item p { font-size: 0.84rem; color: #6b7280; line-height: 1.6; }
.cta-section { position: relative; background: linear-gradient(135deg, #1a1a2e 0%, #1d4ed8 100%); padding: 1.5rem 0; text-align: center; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -80px; right: -60px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,0.04); pointer-events: none; }
.cta-section::after { content: ''; position: absolute; bottom: -110px; left: -50px; width: 380px; height: 380px; border-radius: 50%; background: rgba(255,255,255,0.03); pointer-events: none; }
.cta-deco { position: absolute; top: 50%; left: 12%; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,0.02); pointer-events: none; transform: translateY(-50%); }
.cta-deco-2 { position: absolute; top: 20%; right: 10%; width: 140px; height: 140px; border-radius: 50%; background: rgba(255,255,255,0.025); pointer-events: none; }
.cta-content { position: relative; z-index: 5; }
.cta-section h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800; color: #fff; margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.cta-section > .container p { font-size: 0.9rem; color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto 1.2rem; }
.cta-buttons { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.cta-note { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin-top: 0.5rem; }
.page-content { padding: 100px 0 4rem; }
.page-content h1 { font-size: 2rem; font-weight: 800; color: #1a1a2e; margin-bottom: 1.5rem; letter-spacing: -0.02em; }
.page-content h2 { font-size: 1.35rem; font-weight: 700; color: #1a1a2e; margin: 2rem 0 0.75rem; }
.page-content h3 { font-size: 1.1rem; font-weight: 600; color: #374151; margin: 1.5rem 0 0.5rem; }
.page-content p { font-size: 0.95rem; color: #4b5563; line-height: 1.8; margin-bottom: 1rem; }
.page-content ul { margin: 0.5rem 0 1rem 1.5rem; color: #4b5563; font-size: 0.95rem; line-height: 1.8; }
.page-content a { color: #2563eb; text-decoration: none; }
.page-content a.btn-primary { color: #fff; }
.page-content a:hover { text-decoration: underline; }
.page-content a.btn-primary:hover { text-decoration: none; }
body.dark-mode .page-content h1,
body.dark-mode .page-content h2 { color: #e5e5e5; }
body.dark-mode .page-content h3 { color: #ccc; }
body.dark-mode .page-content p,
body.dark-mode .page-content ul { color: #999; }
body.dark-mode .page-content a { color: #6ea8fe; }
body.dark-mode .page-content a.btn-primary, body.dark-mode .page-content a.btn-outline { color: #fff; }
.pricing-section { padding: 100px 0 4rem; background: #f9fafb; text-align: center; }
.pricing-header { margin-bottom: 3rem; }
.pricing-header h1 { font-size: 2.2rem; font-weight: 800; color: #1a1a2e; margin-bottom: 0.5rem; }
.pricing-header p { font-size: 1rem; color: #6b7280; }
.pricing-cards { display: grid; grid-template-columns: repeat(4, 260px); justify-content: center; gap: 1.5rem; margin-bottom: 3rem; }
.pricing-card { border: 1px solid #e5e7eb; border-radius: 16px; padding: 2rem 1.75rem; width: 260px; text-align: center; background: #fff; display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s; position: relative; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.pricing-card.featured { border-color: #2563eb; box-shadow: 0 4px 20px rgba(37,99,235,0.15); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #2563eb; color: #fff; font-size: 0.72rem; font-weight: 700; padding: 0.25rem 1rem; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.pricing-card-top { margin-bottom: 1.25rem; }
.pricing-boxshot { height: 140px; width: auto; margin: 0 auto 1rem; display: block; filter: drop-shadow(0 8px 16px rgba(0,0,0,0.12)); object-fit: contain; }
.pricing-card h3 { font-size: 1.15rem; font-weight: 700; color: #1a1a2e; margin-bottom: 0.4rem; height: 3em; display: flex; align-items: center; justify-content: center; }
.pricing-desc { font-size: 0.82rem; color: #6b7280; line-height: 1.5; height: 4.5em; overflow: hidden; }
.pricing-card-bottom { flex: 1; display: flex; flex-direction: column; }
.pricing-price { position: relative; font-size: 3rem; font-weight: 800; color: #1a1a2e; line-height: 1; margin-bottom: 0.15rem; }
.pricing-currency { font-size: 1.25rem; font-weight: 600; vertical-align: super; }
.pricing-cents { font-size: 1.25rem; font-weight: 600; }
.pricing-period { font-size: 0.78rem; color: #9ca3af; margin-bottom: 1.25rem; }
.pricing-features { list-style: none; text-align: left; margin: 0 0 1.25rem; padding: 0; flex: 1; }
.pricing-features li { padding: 0.3rem 0; font-size: 0.82rem; color: #555; display: flex; align-items: center; gap: 0.5rem; }
.pricing-features li svg { flex-shrink: 0; color: #67B131; }
.pricing-platform { font-size: 0.75rem; color: #9ca3af; margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; gap: 0.35rem; }
.pricing-platform svg { color: #9ca3af; }
.pricing-btn { width: 100%; justify-content: center; padding: 0.7rem 1.5rem; font-size: 0.82rem; white-space: nowrap; }
.pricing-trial { display: block; margin-top: 0.6rem; font-size: 0.78rem; color: #9ca3af; text-decoration: none; transition: color 0.2s; }
.pricing-trial:hover { color: #2563eb; }
.pricing-trust { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.pricing-trust .trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: #6b7280; }
.pricing-trust .trust-item svg { color: #67B131; flex-shrink: 0; }
body.dark-mode .pricing-section { background: #1a1a1a; }
body.dark-mode .pricing-header h1 { color: #e5e5e5; }
body.dark-mode .pricing-header p { color: #888; }
body.dark-mode .pricing-card { background: #222; border-color: #333; }
body.dark-mode .pricing-card.featured { border-color: #2563eb; }
body.dark-mode .pricing-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
body.dark-mode .pricing-card h3,
body.dark-mode .pricing-price { color: #e5e5e5; }
body.dark-mode .pricing-desc { color: #888; }
body.dark-mode .pricing-features li { color: #999; }
body.dark-mode .pricing-trust .trust-item { color: #888; }
@media (max-width: 1200px) {
.pricing-cards { grid-template-columns: repeat(2, 280px); }
}
@media (max-width: 768px) {
.pricing-cards { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
.pricing-card { width: 100%; }
.pricing-card h3 { height: auto; }
.pricing-desc { height: auto; }
.pricing-trust { flex-direction: column; align-items: center; gap: 1rem; }
}
.download-table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; }
.download-table thead th { text-align: left; padding: 0.75rem 1rem; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #6b7280; border-bottom: 2px solid #e5e7eb; }
.download-table tbody tr { transition: background 0.2s; }
.download-table tbody tr:hover { background: #f9fafb; }
.download-table td { padding: 1.25rem 1rem; border-bottom: 1px solid #f0f0f5; vertical-align: middle; font-size: 0.9rem; color: #4b5563; }
.download-table td.dl-actions { vertical-align: middle; }
.dl-product { display: flex; align-items: center; gap: 1rem; }
.dl-boxshot { height: 60px; width: auto; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1)); }
.dl-product strong { display: block; color: #1a1a2e; font-size: 0.95rem; margin-bottom: 0.15rem; }
.dl-desc { display: block; font-size: 0.78rem; color: #9ca3af; }
.dl-ext-link { color: #2563eb; font-size: 0.85rem; }
.dl-ext-link:hover { text-decoration: underline; }
.dl-actions { white-space: nowrap; }
.dl-btn { padding: 0.45rem 1rem; font-size: 0.8rem; white-space: nowrap; }
.dl-notes { padding: 1.25rem 1.5rem; background: #f9fafb; border-radius: 10px; border: 1px solid #eef0f6; margin-bottom: 2rem; }
.dl-notes p { font-size: 0.85rem; color: #6b7280; margin: 0 0 0.5rem; line-height: 1.6; }
.dl-notes p:last-child { margin-bottom: 0; }
body.dark-mode .download-table thead th { color: #888; border-bottom-color: #333; }
body.dark-mode .download-table tbody tr:hover { background: #1a1a1a; }
body.dark-mode .download-table td { color: #aaa; border-bottom-color: #222; }
body.dark-mode .dl-product strong { color: #e5e5e5; }
body.dark-mode .dl-desc { color: #666; }
body.dark-mode .dl-ext-link { color: #6ea8fe; }
body.dark-mode .dl-notes { background: #1a1a1a; border-color: #2a2a2a; }
body.dark-mode .dl-notes p { color: #888; }
@media (max-width: 768px) {
.download-table thead { display: none; }
.download-table td:nth-child(2),
.download-table td:nth-child(3),
.download-table thead th:nth-child(2),
.download-table thead th:nth-child(3) { display: none; }
}
.pricing-from { font-size: 0.85rem; font-weight: 500; color: #9ca3af; margin-right: 0.25rem; vertical-align: super; }
.order-table { width: 100%; border-collapse: collapse; margin: 2rem 0; font-size: 0.95rem; }
.order-table th { text-align: left; padding: 0.75rem 1rem; background: #f8f9fa; color: #1a1a2e; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 2px solid #e5e7eb; }
.order-table td { padding: 1rem; border-bottom: 1px solid #f0f0f5; color: #4b5563; vertical-align: middle; }
.order-table td svg { vertical-align: middle; margin-right: 4px; }
.order-price { font-weight: 700; color: #1a1a2e; font-size: 1.05rem; }
.order-btn { padding: 0.45rem 1.2rem; font-size: 0.82rem; white-space: nowrap; }
body.dark-mode .order-table th { background: #1e1e1e; color: #e5e5e5; border-bottom-color: #333; }
body.dark-mode .order-table td { color: #aaa; border-bottom-color: #222; }
body.dark-mode .order-price { color: #e5e5e5; }
.faq-item { border-bottom: 1px solid #f0f0f5; }
.faq-question { display: flex; align-items: baseline; gap: 0.6rem; width: 100%; text-align: left; padding: 1rem 0; background: none; border: none; font-family: inherit; font-size: 0.95rem; font-weight: 600; color: #1a1a2e; cursor: pointer; transition: color 0.2s; }
.faq-question::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #67B131; flex-shrink: 0; position: relative; top: -1px; }
.faq-question:hover { color: #2563eb; }
.faq-answer { display: none; padding: 0 0 1rem; }
.faq-answer p { margin: 0; }
.faq-item.open .faq-answer { display: block; }
body.dark-mode .faq-item { border-bottom-color: #222; }
body.dark-mode .faq-question { color: #e5e5e5; }
body.dark-mode .faq-question:hover { color: #6ea8fe; }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.hero-carousel-wrapper { position: relative; overflow: hidden; }
.hero-carousel-wrapper .blue-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; pointer-events: none; }
.hero-carousel-wrapper .blue-bg svg { width: 100%; height: 100%; }
.pp-hero { position: relative; z-index: 1; padding: 120px 0 60px; background: transparent; }
.hero-inner { display: flex; align-items: center; gap: 60px; }
.pp-hero-content { flex: 1; }
.pp-hero-content h1 { font-size: 42px; font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em; font-family: Georgia, 'Times New Roman', serif; }
.hero-subtitle { font-size: 17px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 28px; max-width: 520px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.hero-note { font-size: 13px; color: rgba(255,255,255,0.6); }
.hero-image { flex-shrink: 0; }
.hero-image img { width: 280px; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.12)); animation: heroFloat 4s ease-in-out infinite; }
@keyframes heroFloat {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-12px); }
}
.carousel-section { position: relative; z-index: 1; padding: 10px 0 30px; background: transparent; }
.carousel { position: relative; max-width: 900px; margin: 0 auto; overflow: hidden; border-radius: 12px; box-shadow: none; background: transparent; position: relative; }
.carousel-track { position: relative; }
.carousel-slide { position: absolute; top: 0; left: 0; width: 100%; text-align: center; padding: 0; opacity: 0; transition: opacity 0.6s ease-in-out; pointer-events: none; }
.carousel-slide.active { position: relative; opacity: 1; pointer-events: auto; }
.carousel-slide img { width: 100%; display: block; }
.slide-caption { display: none; }
.carousel-caption { font-size: 14px; color: #222; text-align: center; padding: 6px 0 0; }
.carousel-btn { position: absolute; top: calc(50% - 35px); width: 70px; height: 70px; border: 0; background: rgba(160,160,160,0.5); backdrop-filter: blur(8px); cursor: pointer; z-index: 20; border-radius: 3px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0; }
.carousel-btn:hover { background: rgba(130,130,130,0.65); }
.carousel-prev { left: 0; transform: translateX(-100%); }
.carousel-next { right: 0; transform: translateX(100%); }
.carousel:hover .carousel-prev { transform: translateX(0); }
.carousel:hover .carousel-next { transform: translateX(0); }
.carousel-dots { display: flex; justify-content: center; gap: 8px; padding: 6px 0 0; background: transparent; }
.carousel-dot { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255,255,255,0.5); box-shadow: 0 1px 3px rgba(0,0,0,0.3); cursor: pointer; transition: background 0.2s; }
.carousel-dot.active { background: #67B131; box-shadow: 0 0 6px rgba(103,177,49,0.6); }
.features { padding: 80px 0; background: #f9fafb; }
.section-title { text-align: center; font-size: 32px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.section-subtitle { text-align: center; font-size: 16px; color: #666; margin-bottom: 48px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 28px 24px; transition: box-shadow 0.25s, transform 0.25s; }
.feature-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.feature-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-4px); }
.feature-icon { width: 36px; min-width: 36px; height: 36px; background: #eef2ff; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #2563eb; }
.feature-icon svg { width: 20px; height: 20px; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.feature-card:hover .feature-icon svg { transform: rotate(15deg) scale(1.2); }
.feature-card h3 { font-size: 16px; font-weight: 600; color: #1a1a2e; margin: 0; }
.feature-card p { font-size: 14px; color: #666; line-height: 1.6; }
.feature-icon-win { color: #00a4ef; }
.migration { padding: 80px 0; background: #fff; }
.migration-inner { display: flex; align-items: center; gap: 60px; }
.migration-text { flex: 1; }
.migration-text .subtext { font-size: 14px; color: #888; font-style: italic; }
.migration-apps { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.migration-app { display: flex; align-items: center; gap: 10px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px; padding: 12px 14px; font-size: 13px; font-weight: 500; color: #374151; transition: border-color 0.2s, box-shadow 0.2s; }
.migration-app-icon { width: 28px; height: 28px; min-width: 28px; background: #eef2ff; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #2563eb; }
.migration-app-icon svg { width: 16px; height: 16px; }
.migration-formats { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.format-badge { display: inline-flex; align-items: center; gap: 6px; background: #eef2ff; color: #2563eb; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; }
.screenshots { padding: 80px 0; background: #fff; }
.screenshots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 680px; margin: 0 auto; }
.screenshot-thumb { position: relative; display: block; border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.screenshot-overlay { position: absolute; inset: 0; background: rgba(37,99,235,0.6); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.25s; color: #fff; }
.languages { padding: 48px 0; background: #f9fafb; text-align: center; }
.languages-list { font-size: 15px; color: #666; max-width: 700px; margin: 16px auto 0; line-height: 1.8; }
.pricing { padding: 80px 0; background: #f9fafb; text-align: center; }
.pricing .pricing-cards { display: flex; justify-content: center; gap: 24px; margin-top: 48px; flex-wrap: wrap; }
.pricing .pricing-card { border: 1px solid #e5e7eb; border-radius: 16px; padding: 36px 32px; width: 320px; text-align: center; transition: box-shadow 0.25s, transform 0.25s; display: flex; flex-direction: column; }
.pricing .pricing-card .pricing-features { flex: 1; }
.pricing .pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #2563eb; color: #fff; font-size: 12px; font-weight: 600; padding: 4px 16px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.pricing .pricing-card h3 { font-size: 22px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.pricing-amount { font-size: 48px; font-weight: 800; color: #1a1a2e; line-height: 1; margin-bottom: 4px; }
.pricing-amount span { font-size: 20px; font-weight: 600; vertical-align: super; }
.pricing .pricing-period { font-size: 14px; color: #888; margin-bottom: 24px; }
.pricing .pricing-features { text-align: left; margin-bottom: 28px; }
body.dark-mode .pricing { background: #1a1a1a; }
body.dark-mode .pricing .pricing-card { border-color: #333; background: #1a1a1a; }
body.dark-mode .pricing .pricing-card.featured { border-color: #2563eb; }
body.dark-mode .pricing .pricing-card h3,
body.dark-mode .pricing-amount { color: #e5e5e5; }
body.dark-mode .pricing .pricing-features li { color: #999; }
.cta { padding: 80px 0; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); text-align: center; color: #fff; }
.cta h2 { font-size: 32px; font-weight: 700; margin-bottom: 12px; }
.cta p { font-size: 17px; color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
body.dark-mode { background: #121212; color: #d4d4d4; }
body.dark-mode .features { background: #1a1a1a; }
body.dark-mode .section-title { color: #e5e5e5; }
body.dark-mode .section-subtitle { color: #888; }
body.dark-mode .feature-card { background: #222; border-color: #333; }
body.dark-mode .feature-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
body.dark-mode .feature-icon { background: #1a2744; }
body.dark-mode .feature-card h3 { color: #e5e5e5; }
body.dark-mode .feature-card p { color: #999; }
body.dark-mode .migration { background: #121212; }
body.dark-mode .migration-text .subtext { color: #777; }
body.dark-mode .screenshots { background: #121212; }
body.dark-mode .migration { background: #121212; }
body.dark-mode .migration-text h2 { color: #e5e5e5; }
body.dark-mode .migration-text p { color: #999; }
body.dark-mode .migration-text .subtext { color: #777; }
body.dark-mode .migration-app { background: #1a1a1a; border-color: #333; color: #ccc; }
body.dark-mode .migration-app:hover { border-color: #4a8fe7; box-shadow: 0 2px 8px rgba(37,99,235,0.2); }
body.dark-mode .migration-app-icon { background: #1a2744; }
body.dark-mode .format-badge { background: #1a2744; color: #6ea8fe; }
body.dark-mode .languages { background: #1a1a1a; }
body.dark-mode .languages .section-title { color: #e5e5e5; }
body.dark-mode .languages-list { color: #999; }
body.dark-mode .cta { background: linear-gradient(135deg, #0d0d1a 0%, #0f1629 100%); }
body.dark-mode .slide-caption { color: #ccc; }
body.dark-mode .hero-carousel-wrapper .blue-bg svg polygon { fill: #122040; }
body.dark-mode .slide-caption { color: #aaa; }
body.dark-mode .carousel-caption { color: #e5e5e5; }
@media (max-width: 480px) {
.pp-hero-content h1 { font-size: 26px; }
.hero-buttons { flex-direction: column; align-items: center; }
.screenshots-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
.section-title { font-size: 26px; }
.migration-apps { grid-template-columns: 1fr; }
}
.support-note { background: #fef3c7; border: 1px solid #fde68a; border-radius: 8px; padding: 1rem 1.25rem; font-size: 0.9rem; color: #92400e; margin-bottom: 2rem; }
.support-note a { color: #d97706; font-weight: 600; }
.support-note a:hover { text-decoration: underline; }
body.dark-mode .support-note { background: #2a1f00; border-color: #4a3500; color: #fbbf24; }
body.dark-mode .support-note a { color: #fbbf24; }
.support-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.88rem; font-weight: 600; color: #374151; }
body.dark-mode .form-group label { color: #ccc; }
.form-group input,
.form-group select,
.form-group textarea { padding: 0.7rem 0.9rem; border: 1px solid #d1d5db; border-radius: 8px; font-size: 0.92rem; font-family: inherit; transition: border-color 0.2s, box-shadow 0.2s; background: #fff; color: #1a1a2e; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
body.dark-mode .form-group input,
body.dark-mode .form-group select,
body.dark-mode .form-group textarea { background: #1e1e1e; border-color: #333; color: #ddd; }
body.dark-mode .form-group input:focus,
body.dark-mode .form-group select:focus,
body.dark-mode .form-group textarea:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.2); }
.support-submit { align-self: flex-start; padding: 0.75rem 2rem; font-size: 0.95rem; }
.lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,0.9); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-content { max-width: 90vw; max-height: 85vh; text-align: center; }
.lightbox-content img { max-width: 100%; max-height: 80vh; border-radius: 4px; box-shadow: 0 8px 40px rgba(0,0,0,0.5); }
.lightbox-caption { color: #ccc; font-size: 14px; margin-top: 12px; }
.lightbox-close,
.lightbox-prev,
.lightbox-next { position: absolute; background: none; border: none; color: #fff; font-size: 36px; cursor: pointer; z-index: 10; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background 0.2s; }
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(255,255,255,0.1); }
.lightbox-close { top: 16px; right: 16px; font-size: 32px; }
.lightbox-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 16px; top: 50%; transform: translateY(-50%); }
.footer { background: #12122a; color: rgba(255,255,255,0.65); padding: 4.5rem 0 0; box-shadow: 0 -8px 30px rgba(0,0,0,0.25); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3.5rem; }
.footer-brand { max-width: 280px; }
.footer-logo { display: flex; align-items: center; gap: 0.6rem; font-weight: 700; font-size: 1.15rem; color: #fff; margin-bottom: 1rem; }
.footer-logo img { width: auto; height: auto; }
.footer-brand p { font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.5); margin-bottom: 1.25rem; }
.footer-col h4 { font-size: 0.88rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.7rem; }
.footer-col a { font-size: 0.88rem; color: rgba(255,255,255,0.5); transition: color 0.3s ease; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.75rem 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom span { font-size: 0.82rem; color: rgba(255,255,255,0.35); }
.footer-controls { display: flex; align-items: center; gap: 1.5rem; }
.footer-legal { display: flex; gap: 1.75rem; }
.footer-legal a { font-size: 0.82rem; color: rgba(255,255,255,0.35); transition: color 0.3s ease; }
.footer-legal a:hover { color: rgba(255,255,255,0.7); }
.text-short { display: none; }
@media (max-width: 1000px) {
.text-full { display: none; }
.text-short { display: inline; }
.nav { gap: 1.25rem; }
}
.mobile-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.header.scrolled .mobile-toggle span { background: #333; }
body.dark-mode .mobile-toggle span,
body.dark-mode .header.scrolled .mobile-toggle span { background: #e5e5e5; }
.mobile-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-toggle.open span:nth-child(2) { opacity: 0; }
.mobile-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
@media (max-width: 1024px) {
.product-row { grid-template-columns: 1fr; max-width: 100%; }
.product-row.reversed { direction: ltr; }
.product-boxshot { padding: 2rem; }
.product-boxshot img { max-height: 250px; }
.features-strip-grid { grid-template-columns: repeat(2, 1fr); }
.features-grid { grid-template-columns: repeat(2, 1fr); }
.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
.pp-hero { padding: 100px 0 40px; }
}
@media (max-width: 768px) {
.mobile-toggle { display: flex; }
.nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: #fff; padding: 16px 20px; border-bottom: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(0,0,0,0.08); max-height: calc(100vh - 64px); overflow-y: auto; gap: 0; align-items: stretch; }
.nav.open { display: flex; }
body.dark-mode .nav { background: #1a1a1a; border-bottom-color: #2a2a2a; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
.nav > a,
.nav .nav-dropdown > a { display: block; padding: 10px 12px; color: #333 !important; font-size: 15px; font-weight: 500; border-radius: 6px; }
.nav > a:hover,
.nav .nav-dropdown > a:hover { background: #f5f5f5; }
body.dark-mode .nav > a,
body.dark-mode .nav .nav-dropdown > a { color: #ddd !important; }
body.dark-mode .nav > a:hover,
body.dark-mode .nav .nav-dropdown > a:hover { background: #2a2a2a; }
.nav-dropdown-menu { position: static; transform: none !important; box-shadow: none; border: none; padding: 0; opacity: 1 !important; visibility: hidden !important; pointer-events: none; min-width: auto; background: transparent; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.nav-dropdown.open .nav-dropdown-menu { visibility: visible !important; pointer-events: auto; max-height: 300px; }
body.dark-mode .nav-dropdown-menu { background: transparent; box-shadow: none; }
.nav-dropdown-menu a { padding: 8px 12px 8px 28px !important; font-size: 14px; color: #666 !important; }
.nav-dropdown-menu a:hover { background: #f5f5f5 !important; }
body.dark-mode .nav-dropdown-menu a { color: #aaa !important; }
body.dark-mode .nav-dropdown-menu a:hover { background: #2a2a2a !important; color: #fff !important; }
.lang-dropdown { padding: 0; }
.lang-btn { display: block; width: 100%; text-align: left; padding: 10px 12px; color: #333 !important; font-size: 15px; font-weight: 500; border: none !important; border-radius: 6px; background: none !important; box-shadow: none !important; }
.lang-btn:hover { background: #f5f5f5 !important; }
body.dark-mode .lang-btn { color: #ddd !important; }
body.dark-mode .lang-btn:hover { background: #2a2a2a !important; }
.lang-menu { position: static; transform: none !important; box-shadow: none; border: none; padding: 0; min-width: auto; width: 100%; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: transparent; }
.lang-dropdown.open .lang-menu { max-height: 300px; overflow-y: auto; }
.lang-menu a { padding: 8px 12px 8px 28px !important; font-size: 14px; color: #666 !important; border-radius: 6px; }
.lang-menu a:hover { background: #f5f5f5 !important; }
body.dark-mode .lang-menu { background: transparent; border: none; }
body.dark-mode .lang-menu a { color: #aaa !important; }
body.dark-mode .lang-menu a:hover { background: #2a2a2a !important; color: #fff !important; }
.nav-cta { flex-direction: column; gap: 0; padding: 0; margin-top: 4px; }
.nav-cta .nav-btn { display: block !important; padding: 10px 12px !important; font-size: 15px !important; font-weight: 500 !important; color: #333 !important; border: none !important; border-radius: 6px !important; background: none !important; box-shadow: none !important; text-align: left; width: 100%; }
.nav-cta .nav-btn:hover { background: #f5f5f5 !important; }
body.dark-mode .nav-cta .nav-btn { color: #ddd !important; }
body.dark-mode .nav-cta .nav-btn:hover { background: #2a2a2a !important; }
.hero-heading p { font-size: 0.95rem; }
.hero-products { grid-template-columns: repeat(2, 1fr); max-width: 100%; gap: 1rem; }
.hero-product-card { padding: 1.5rem 1rem 1.25rem; }
.hero-product-card img { height: 150px; margin-bottom: 0.75rem; }
.hero-product-name { font-size: 0.9rem; }
.hero-product-desc { font-size: 0.75rem; }
.product-info { padding: 2rem 1.5rem; }
.product-buttons { flex-wrap: wrap; }
.features-strip-grid { grid-template-columns: 1fr; }
.footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
.footer-bottom { flex-direction: column; text-align: center; gap: 1rem; }
.footer-legal { justify-content: center; }
.cta-buttons { flex-direction: column; align-items: center; }
.hero-inner { flex-direction: column; gap: 30px; text-align: center; }
.pp-hero-content h1 { font-size: 28px; }
.hero-subtitle { font-size: 15px; }
.hero-buttons { flex-direction: column; align-items: center; gap: 10px; }
.hero-buttons .btn-primary, .hero-buttons a { width: 100%; max-width: 280px; justify-content: center; }
.hero-image img { width: 200px; }
.hero-note { text-align: center; font-size: 0.8rem; }
.features-grid { grid-template-columns: 1fr; }
.feature-card { padding: 20px 16px; }
.section-title { font-size: 24px; }
.migration-inner { flex-direction: column; gap: 30px; }
.migration-apps { grid-template-columns: repeat(2, 1fr); }
.screenshots-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.pricing-cards { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto 3rem; }
.pricing-card { width: 100%; }
.pricing-trust { flex-direction: column; align-items: center; gap: 1rem; }
.carousel-prev, .carousel-next { width: 30px; height: 30px; font-size: 18px; }
.lp-hero { flex-direction: column; text-align: center; }
.lp-boxshot { width: 150px; margin: 0 auto; }
.lp-buttons { justify-content: center; flex-wrap: wrap; }
.lp-usecases { grid-template-columns: 1fr; }
.lp-screenshots { grid-template-columns: repeat(2, 1fr); }
.lp-cta { flex-direction: column; align-items: center; }
.download-table { font-size: 0.8rem; }
.download-table th, .download-table td { padding: 0.5rem; }
.dl-product { flex-direction: column; text-align: center; gap: 0.5rem; }
.dl-actions { flex-direction: column; gap: 0.4rem; }
.faq-question { font-size: 0.9rem; padding: 1rem; }
}
@media (max-width: 480px) {
.hero-products { grid-template-columns: 1fr; max-width: 300px; margin: 0 auto; }
.hero-product-card img { height: 130px; }
.hero-heading h1 { font-size: 1.6rem; }
.hero-heading p { font-size: 0.85rem; }
.product-info h3 { font-size: 1.2rem; }
.product-buttons .btn-primary { font-size: 0.78rem; padding: 0.5rem 1rem; }
.footer-grid { grid-template-columns: 1fr; }
.section-header { margin-bottom: 2rem; }
.pp-hero-content h1 { font-size: 24px; }
.hero-image img { width: 160px; }
.migration-apps { grid-template-columns: 1fr; }
.screenshots-grid { grid-template-columns: 1fr; }
.lp-screenshots { grid-template-columns: 1fr; }
.pricing-header h1 { font-size: 1.5rem; }
.download-table thead { display: none; }
.download-table tr { display: flex; flex-direction: column; border: 1px solid #e5e7eb; border-radius: 10px; padding: 1rem; margin-bottom: 1rem; }
.download-table td { border: none; padding: 0.3rem 0; display: block; }
.download-table td:nth-child(2),
.download-table td:nth-child(3) { display: none; }
.dl-product { flex-direction: column; text-align: center; gap: 0.5rem; }
.dl-actions { display: flex; gap: 0.5rem; justify-content: center; white-space: normal; }
}
.theme-toggle { position: relative; width: 48px; height: 26px; background: #444; border: none; border-radius: 13px; cursor: pointer; padding: 0; margin-left: 8px; transition: background 0.3s; flex-shrink: 0; }
.theme-toggle::before { content: ''; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: transform 0.3s, background 0.3s; box-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.theme-toggle .toggle-icon { position: absolute; top: 4px; width: 18px; height: 18px; transition: opacity 0.3s; }
.theme-toggle .icon-sun { left: 4px; opacity: 1; color: #f59e0b; }
.theme-toggle .icon-moon { right: 4px; opacity: 0; color: #7c83db; }
body.dark-mode .theme-toggle::before { transform: translateX(22px); }
body.dark-mode .theme-toggle .icon-sun { opacity: 0; }
body.dark-mode .theme-toggle .icon-moon { opacity: 1; }
.footer-darkmode { display: flex; align-items: center; gap: 10px; }
.footer-darkmode-label { font-size: 13px; color: #9ca3af; }
body.dark-mode { background: #121212; color: #d4d4d4; }
body.dark-mode .header { background: rgba(18,18,18,0.95); }
body.dark-mode .header.scrolled { background: rgba(18,18,18,0.95); border-bottom: 1px solid #2a2a2a; box-shadow: 0 4px 20px rgba(0,0,0,0.4); }
body.dark-mode .logo { color: #e5e5e5; }
body.dark-mode .header.scrolled .logo { color: #e5e5e5; }
body.dark-mode .nav a:not(.btn-primary):not(.btn-outline) { color: #aaa; }
body.dark-mode .nav a:not(.btn-primary):not(.btn-outline):hover { color: #fff; }
body.dark-mode .header.scrolled .nav a:not(.btn-primary):not(.btn-outline) { color: #aaa; }
body.dark-mode .header.scrolled .nav a:not(.btn-primary):not(.btn-outline):hover { color: #fff; }
body.dark-mode .nav-btn { color: #e5e5e5; border-color: rgba(255,255,255,0.25); }
body.dark-mode .nav-btn:hover { color: #fff; border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.06); }
body.dark-mode .header.scrolled .nav-btn { color: #e5e5e5; border-color: rgba(255,255,255,0.25); }
body.dark-mode .header.scrolled .nav-btn:hover { color: #fff; border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.06); }
body.dark-mode .lang-btn { color: #aaa; border-color: #555; }
body.dark-mode .lang-btn:hover { color: #fff; border-color: #888; }
body.dark-mode .header.scrolled .lang-btn { color: #aaa; border-color: #555; }
body.dark-mode .header.scrolled .lang-btn:hover { color: #fff; border-color: #888; }
body.dark-mode .nav-dropdown-menu { background: #1f1f1f; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
body.dark-mode .nav-dropdown-menu a { color: #aaa !important; }
body.dark-mode .nav-dropdown-menu a:hover { background: #2a2a2a; color: #fff !important; }
body.dark-mode .lang-menu { background: #1f1f1f; border-color: #333; }
body.dark-mode .lang-menu a { color: #aaa !important; }
body.dark-mode .lang-menu a:hover,
body.dark-mode .lang-menu a.active { background: #2a2a2a; color: #fff !important; }
body.dark-mode .hero { background: linear-gradient(-45deg, #0c1a3a, #0e2252, #122a5e, #162f6b, #0e1f4a); background-size: 400% 400%; }
body.dark-mode .products-section { background: #1a1a1a; }
body.dark-mode #product-mmc { background: linear-gradient(135deg, #0e2252, #122a5e, #183478); }
body.dark-mode #product-mbc { background: linear-gradient(135deg, #4a2006, #5c2d0e, #6b3714); }
body.dark-mode #product-mvc { background: linear-gradient(135deg, #3d2e0e, #4d3a14, #5c441a); }
body.dark-mode #product-rk { background: linear-gradient(135deg, #062040, #0a3050, #0e3d60); }
body.dark-mode #product-mpkf { background: linear-gradient(135deg, #1e2530, #283040, #323a4a); }
body.dark-mode .section-label { color: #6ea8fe; background: #1a2744; }
body.dark-mode .section-header p { color: #888; }
body.dark-mode .product-row { box-shadow: 0 4px 40px rgba(0,0,0,0.3); }
body.dark-mode .product-row:hover { box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
body.dark-mode .features-strip { background: #151515; border-top-color: #222; border-bottom-color: #222; }
body.dark-mode .feature-strip-icon { background: #1a2744; }
body.dark-mode .feature-strip-item h4 { color: #e5e5e5; }
body.dark-mode .feature-strip-item p { color: #888; }
body.dark-mode .cta-section { background: linear-gradient(135deg, #0d0d1a 0%, #0f1629 100%); }
body.dark-mode .cta-note { color: rgba(255,255,255,0.35); }
body.dark-mode .footer { background: #0a0a0a; box-shadow: 0 -8px 30px rgba(0,0,0,0.5); }
body.dark-mode .footer-bottom { border-top-color: #1a1a1a; }
.lp-hero { display: flex; align-items: center; gap: 2rem; margin: 2rem 0 3rem; }
.lp-boxshot { height: 250px; width: auto; flex-shrink: 0; filter: drop-shadow(0 12px 24px rgba(0,0,0,0.12)); }
.lp-lead { font-size: 1.1rem; color: #4b5563; line-height: 1.7; margin-bottom: 1.25rem; }
.lp-buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.lp-features { margin: 1rem 0 2rem 1.25rem; }
.lp-features li { margin-bottom: 0.75rem; font-size: 0.95rem; color: #4b5563; line-height: 1.7; }
.lp-features li strong { color: #1a1a2e; }
.lp-usecases { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 1.5rem 0 2.5rem; }
.lp-usecase { padding: 1.5rem; border: 1px solid #e5e7eb; border-radius: 12px; transition: box-shadow 0.2s, transform 0.2s; }
.lp-usecase:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.06); transform: translateY(-2px); }
.lp-usecase h3 { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 0.4rem; }
.lp-usecase p { font-size: 0.88rem; color: #6b7280; line-height: 1.6; margin: 0; }
.lp-screenshots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin: 1.5rem 0 2.5rem; }
.lp-screenshots img { width: 100%; border-radius: 8px; border: 1px solid #e5e7eb; transition: transform 0.2s, box-shadow 0.2s; }
.lp-screenshots img:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
.lp-cta { display: flex; gap: 0.75rem; flex-wrap: wrap; margin: 1.5rem 0; }
.lp-note { font-size: 0.8rem; color: #9ca3af; margin-top: 0.5rem; }
body.dark-mode .lp-lead { color: #aaa; }
body.dark-mode .lp-features li { color: #999; }
body.dark-mode .lp-features li strong { color: #e5e5e5; }
body.dark-mode .lp-usecase { border-color: #2a2a2a; }
body.dark-mode .lp-usecase:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.3); }
body.dark-mode .lp-usecase h3 { color: #e5e5e5; }
body.dark-mode .lp-usecase p { color: #888; }
body.dark-mode .lp-screenshots img { border-color: #333; }
@media (max-width: 768px) {
.lp-hero { flex-direction: column; text-align: center; }
.lp-boxshot { height: 180px; }
.lp-buttons { justify-content: center; }
.lp-usecases { grid-template-columns: 1fr; }
.lp-screenshots { grid-template-columns: repeat(2, 1fr); }
}
.field-error { font-size: 0.82rem; color: #dc2626; margin-top: 0.3rem; }
.input-error { border-color: #dc2626 !important; box-shadow: 0 0 0 3px rgba(220,38,38,0.1) !important; }
.captcha-error { font-size: 0.82rem; color: #dc2626; margin-top: 0.3rem; }
body.dark-mode .field-error, body.dark-mode .captcha-error { color: #f87171; }
body.dark-mode .input-error { border-color: #f87171 !important; box-shadow: 0 0 0 3px rgba(248,113,113,0.15) !important; }
