
:root { --pastel-mint: #e6f7f3; --pastel-lavender: #f3f0f7; --pastel-cream: #fef9f0; --pastel-rose: #fdf2f4; --pastel-cyan: #e8f4fd; --pastel-blue: #e8f4fd; --pastel-green: #f0f7ee; --pastel-orange: #fef3e8; --pastel-wine: #f5e6e8; --text-dark: #1a1a1a; --text-muted: #555; --fs-2xl: 1.75rem; }
.hero-modern { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); color: #fff; padding: 80px 20px 60px; text-align: center; position: relative; overflow: hidden; }
.hero-modern::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(230,57,70,0.15) 0%, transparent 70%); border-radius: 50%; }
.hero-modern h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 20px; position: relative; z-index: 1; line-height: 1.2; }
.hero-modern h1 span { color: #e63946; }
.hero-modern .hero-sub { font-size: 1.15rem; max-width: 700px; margin: 0 auto 30px; color: #d0d0d0; line-height: 1.6; position: relative; z-index: 1; }
.hero-modern .hero-badges { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 30px; position: relative; z-index: 1; }
.hero-modern .hero-badge { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.15); padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; display: flex; align-items: center; gap: 8px; }
.hero-modern .hero-badge i { color: #22c55e; }
.hero-modern .hero-cta { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; position: relative; z-index: 1; }
.hero-modern .btn-hero { padding: 14px 32px; border-radius: 50px; font-weight: 600; text-decoration: none; font-size: 1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 10px; }
.hero-modern .btn-primary-hero { background: #e63946; color: #fff; box-shadow: 0 4px 20px rgba(230,57,70,0.4); }
.hero-modern .btn-primary-hero:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(230,57,70,0.5); }
.hero-modern .btn-secondary-hero { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.3); }
.hero-modern .btn-secondary-hero:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }
.trust-bar { background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%); padding: 40px 20px; text-align: center; }
.trust-bar h2 { font-size: 1.3rem; margin-bottom: 25px; color: var(--text-dark); }
.cert-badge-container { display: flex; justify-content: center; align-items: stretch; gap: 20px; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; }
.cert-badge { display: flex; flex-direction: column; align-items: center; background: #fff; border: 2px solid transparent; border-radius: 16px; padding: 20px 18px; min-width: 150px; flex: 1; max-width: 200px; box-shadow: 0 4px 15px rgba(0,0,0,0.06); transition: all 0.3s ease; position: relative; }
.cert-badge:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.cert-badge:nth-child(1) { border-color: #e63946; }
.cert-badge:nth-child(2) { border-color: #2563eb; }
.cert-badge:nth-child(3) { border-color: #16a34a; }
.cert-badge:nth-child(4) { border-color: #d97706; }
.cert-badge:nth-child(5) { border-color: #7c3aed; }
.cert-badge i { font-size: 28px; margin-bottom: 10px; }
.cert-badge:nth-child(1) i { color: #e63946; }
.cert-badge:nth-child(2) i { color: #2563eb; }
.cert-badge:nth-child(3) i { color: #16a34a; }
.cert-badge:nth-child(4) i { color: #d97706; }
.cert-badge:nth-child(5) i { color: #7c3aed; }
.cert-badge .cert-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: #888; margin-bottom: 6px; font-weight: 600; }
.cert-badge .cert-value { font-size: 13px; font-weight: 700; color: #111; text-align: center; line-height: 1.3; }
.cert-verified { display: inline-flex; align-items: center; gap: 5px; background: #22c55e; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-top: 10px; }
.cert-verified i { font-size: 10px !important; color: #fff !important; margin: 0 !important; }
section { padding: 50px 20px; margin: 20px 0; border-radius: 16px; }
section h2 { text-align: center; font-size: var(--fs-2xl); margin-bottom: 35px; color: var(--text-dark); }
.why-online { background: var(--pastel-mint); border: 1px solid #d1eae4; }
.nostrification { background: var(--pastel-lavender); border: 1px solid #e0d8eb; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
.service-box { background: #fff; padding: 30px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.05); transition: all 0.3s ease; text-align: center; }
.service-box:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.icon-circle-red { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; }
.icon-circle-red i { font-size: 24px; color: #fff; }
.service-box h3 { margin: 0 0 10px; font-size: 1.1rem; color: var(--text-dark); }
.service-box p { color: var(--text-muted); margin: 0; font-size: 0.9rem; line-height: 1.5; }
.ai-vs-human { background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%); padding: 60px 20px; }
.ai-vs-human h2 { text-align: center; margin-bottom: 40px; font-size: var(--fs-2xl); }
.ai-vs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 900px; margin: 0 auto; }
.ai-column, .human-column { background: #fff; border-radius: 16px; padding: 30px; border: 2px solid #eee; }
.human-column { border-color: #e63946; box-shadow: 0 4px 20px rgba(230,57,70,0.08); }
.ai-column h3, .human-column h3 { font-size: 1.2rem; margin-bottom: 20px; text-align: center; }
.human-column h3 { color: #e63946; }
.ai-column h3 { color: #666; }
.ai-column ul, .human-column ul { list-style: none; padding: 0; margin: 0 0 20px; }
.ai-column li, .human-column li { padding: 8px 0; display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; }
.ai-column li.positive::before { content: '✓'; color: #16a34a; font-weight: 700; flex-shrink: 0; }
.ai-column li.negative::before { content: '✗'; color: #e63946; font-weight: 700; flex-shrink: 0; }
.human-column li.positive::before { content: '✓'; color: #e63946; font-weight: 700; flex-shrink: 0; }
.human-column li.negative::before { content: '✗'; color: #999; font-weight: 700; flex-shrink: 0; }
.ai-column .note, .human-column .note { text-align: center; font-size: 0.85rem; color: #888; font-style: italic; padding: 10px; background: #f8f9fa; border-radius: 8px; }
.faq-section { background: #fff; padding: 60px 20px; }
.faq-section h2 { text-align: center; margin-bottom: 40px; }
.faq-item { max-width: 800px; margin: 0 auto 25px; background: #f8f9fa; border-radius: 12px; padding: 25px 30px; border-left: 4px solid #e63946; }
.faq-item h3 { color: #e63946; font-size: 1.1rem; margin-bottom: 10px; }
.faq-item p { color: var(--text-muted); line-height: 1.6; margin: 0; }
.translator-tool { background: var(--pastel-cream); padding: 50px 20px; border: 1px solid #f0e6d3; }
.translator-tool h2 { text-align: center; margin-bottom: 10px; }
.translator-tool > p { text-align: center; color: var(--text-muted); margin-bottom: 30px; }
.translator-box { max-width: 700px; margin: 0 auto; background: #fff; padding: 30px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.lang-selectors { display: flex; gap: 10px; align-items: center; margin-bottom: 15px; flex-wrap: wrap; }
.lang-selectors select { padding: 10px 15px; font-size: 14px; border-radius: 8px; border: 1px solid #ddd; background: #fff; flex: 1; min-width: 140px; }
.lang-selectors button { padding: 10px 16px; font-size: 18px; cursor: pointer; border: 1px solid #ddd; border-radius: 8px; background: #fff; transition: all 0.2s; }
.lang-selectors button:hover { background: #f0f0f0; }
.translator-box textarea { width: 100%; height: 120px; padding: 15px; font-size: 15px; border: 1px solid #ddd; border-radius: 10px; resize: vertical; margin-bottom: 12px; box-sizing: border-box; font-family: inherit; }
.translator-box textarea[readonly] { background: #f8f9fa; }
#translate_btn { padding: 12px 40px; font-size: 16px; background: #e63946; color: white; border: none; border-radius: 50px; cursor: pointer; font-weight: 600; transition: all 0.3s; display: block; margin: 0 auto 15px; }
#translate_btn:hover { background: #c1121f; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(230,57,70,0.3); }
#translate_btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.clients { padding: 50px 20px; background: #fff; }
.clients h2 { text-align: center; margin-bottom: 30px; }
.clients-marquee { overflow: hidden; }
.clients-track { display: flex; gap: 40px; animation: marquee 30s linear infinite; }
.client-logo { flex-shrink: 0; opacity: 0.7; transition: opacity 0.3s; }
.client-logo:hover { opacity: 1; }
.client-logo img { height: 50px; width: auto; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.cta-section { text-align: center; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 70px 20px; color: #fff; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; bottom: -30%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(230,57,70,0.2) 0%, transparent 70%); border-radius: 50%; }
.cta-section h2 { color: #fff; margin-bottom: 30px; position: relative; z-index: 1; }
.cta-section .btn-cta { display: inline-block; background: #e63946; color: #fff; padding: 16px 40px; border-radius: 50px; font-weight: 700; text-decoration: none; font-size: 1.1rem; transition: all 0.3s; position: relative; z-index: 1; box-shadow: 0 4px 20px rgba(230,57,70,0.4); }
.cta-section .btn-cta:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(230,57,70,0.5); }
@media (max-width: 768px) { .hero-modern h1 { font-size: 1.8rem; } .ai-vs-grid { grid-template-columns: 1fr; } .services-grid { grid-template-columns: 1fr; } .cert-badge { max-width: 100%; flex: 1 1 45%; } .hero-modern .hero-badges { gap: 8px; } .hero-modern .hero-badge { font-size: 0.75rem; padding: 6px 12px; } }
