:root { --bg: #f8fafc; --panel: rgba(255, 255, 255, 0.85); --panel-strong: #ffffff; --text: #0f172a; --muted: #475569; --line: #e2e8f0; --brand: #0284c7; --brand-2: #0d9488; --accent: #f59e0b; --danger: #ef4444; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; text-decoration: none; transition: color 0.2s ease; } .shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.fade-in { opacity: 0; transform: translateY(25px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; } .fade-in.visible { opacity: 1; transform: translateY(0); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; } .brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; font-weight: 900; color: #ffffff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 8px 20px rgba(2, 132, 199, 0.25); }
.brand strong { display: block; font-size: 17px; color: var(--text); } .brand small { display: block; color: var(--muted); margin-top: 2px; font-size: 12px; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--text); font-weight: 600; font-size: 14px; } .nav-links a:hover { color: var(--brand); }
.nav-cta { padding: 12px 20px; border: 1px solid var(--brand); border-radius: 999px; color: var(--brand) !important; background: transparent; transition: all 0.2s; } .nav-cta:hover { background: var(--brand); color: #fff !important; }
.menu-toggle { display: none; }
.hero { min-height: 100vh; position: relative; display: grid; align-items: center; padding: 128px 0 78px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('security-bg.jpg') center/cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248, 250, 252, 0.97) 0%, rgba(248, 250, 252, 0.88) 50%, rgba(248, 250, 252, 0.3) 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .8fr; gap: 52px; align-items: center; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--brand-2); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.eyebrow span, .pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--danger); box-shadow: 0 0 0 8px rgba(239, 68, 68, .2); }
h1 { font-size: clamp(40px, 6vw, 72px); line-height: 1.05; margin: 20px 0; letter-spacing: -0.04em; max-width: 800px; color: #0f172a; font-weight: 900;}
.hero-copy p { font-size: 18px; line-height: 1.7; color: var(--muted); max-width: 600px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 12px; font-weight: 700; transition: transform 0.2s, box-shadow 0.2s; cursor: pointer; border: none; font-family: inherit; font-size: 16px; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 10px 25px rgba(2, 132, 199, 0.3); }
.btn.secondary { border: 1px solid var(--line); background: #fff; color: var(--text); box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; } .trust-row span { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); background: #fff; font-size: 13px; font-weight: 600; box-shadow: 0 2px 10px rgba(0,0,0,0.02); }
.hero-card { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); backdrop-filter: blur(12px); box-shadow: 0 20px 60px rgba(0,0,0,0.08); }
.card-label { display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(245, 158, 11, 0.15); color: #d97706; font-weight: 800; font-size: 12px; text-transform: uppercase; margin-bottom: 16px; }
.hero-card h2 { font-size: 24px; line-height: 1.3; letter-spacing: -.02em; margin-top: 0; } .hero-card p { color: var(--muted); line-height: 1.6; } .hero-card a { color: var(--brand); font-weight: 700; display: inline-block; margin-top: 10px; }
.brands-section { padding: 40px 0; background: #ffffff; border-bottom: 1px solid var(--line); text-align: center; } .brands-section p { color: var(--muted); font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; margin-bottom: 24px; }
.brands-list { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; align-items: center; color: #94a3b8; font-weight: 900; font-size: 22px; letter-spacing: 0.05em; }
.section { padding: 90px 0; } .section-head { max-width: 720px; margin-bottom: 48px; } h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: -.04em; margin: 12px 0; font-weight: 800; } .section-head p, .live-copy p, .about p, .contact-card p { color: var(--muted); font-size: 18px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .service-card { padding: 32px; border-radius: 20px; border: 1px solid var(--line); background: var(--panel-strong); box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: transform 0.3s ease, box-shadow 0.3s ease; } .service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: var(--brand); }
.service-card span { display: inline-block; background: rgba(2, 132, 199, 0.1); color: var(--brand); padding: 6px 12px; border-radius: 8px; font-weight: 800; font-size: 14px; margin-bottom: 16px; } .service-card h3 { font-size: 20px; margin: 0 0 12px; font-weight: 700; } .service-card p { color: var(--muted); font-size: 15px; margin: 0; }
.live-section { background: #ffffff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .live-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.check-list { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 14px; color: var(--text); font-weight: 500; } .check-list li::before { content: '✓'; color: var(--brand-2); font-weight: 900; margin-right: 12px; background: rgba(13, 148, 136, 0.1); padding: 2px 6px; border-radius: 4px; }
.live-card { padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: #f8fafc; box-shadow: 0 20px 50px rgba(0,0,0,0.06); } .live-header, .live-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 8px 16px; color: var(--muted); font-weight: 700; } .live-header div { display: flex; align-items: center; gap: 10px; color: var(--text); } .live-card iframe { width: 100%; height: 420px; border: 0; border-radius: 16px; background: #000; display: block; } .live-footer { padding: 16px 8px 4px; font-size: 13px; } .live-footer button { border: 1px solid var(--line); border-radius: 8px; padding: 8px 16px; font-weight: 700; cursor: pointer; color: var(--text); background: #ffffff; transition: background 0.2s; } .live-footer button:hover { background: #f1f5f9; }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .test-card { padding: 32px; background: #ffffff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); } .stars { color: #f59e0b; font-size: 18px; margin-bottom: 16px; letter-spacing: 2px; } .test-card p { font-style: italic; color: var(--muted); margin-bottom: 20px; } .test-card strong { display: block; color: var(--text); font-weight: 700; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; } .faq-list details { background: #ffffff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 16px; box-shadow: 0 4px 10px rgba(0,0,0,0.02); } .faq-list summary { font-weight: 700; padding: 20px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--text); outline: none; } .faq-list summary::-webkit-details-marker { display: none; } .faq-list summary::after { content: '+'; font-size: 24px; color: var(--brand); font-weight: 400; line-height: 1; transition: transform 0.2s; } .faq-list details[open] summary::after { content: '−'; } .faq-list details p { padding: 0 20px 20px; margin: 0; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; } .contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 48px; border-radius: 24px; background: linear-gradient(135deg, #f0f9ff, #f0fdf4); border: 1px solid var(--line); } .contact-list a, .contact-list span { display: block; padding: 16px 20px; border-radius: 12px; background: #ffffff; color: var(--text); font-weight: 700; border: 1px solid var(--line); box-shadow: 0 4px 15px rgba(0,0,0,0.02); margin-bottom: 12px; transition: transform 0.2s; } .contact-list a:hover { transform: translateX(5px); border-color: var(--brand); color: var(--brand); }
.contact-form { display: grid; gap: 16px; background: #ffffff; padding: 32px; border-radius: 20px; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(0,0,0,0.05); } .contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; font-family: inherit; font-size: 15px; background: #f8fafc; color: var(--text); outline: none; transition: border-color 0.2s; } .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brand); background: #ffffff; }
.wa-float { position: fixed; bottom: 30px; right: 30px; background: #25D366; color: #fff; width: 64px; height: 64px; border-radius: 50px; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,0.4); z-index: 100; transition: transform 0.2s ease, box-shadow 0.2s ease; } .wa-float:hover { transform: scale(1.1); box-shadow: 0 15px 40px rgba(37,211,102,0.5); }
.footer { background: #ffffff; border-top: 1px solid var(--line); padding: 40px 0; color: var(--muted); font-size: 14px; } .footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; } .footer-links { display: flex; flex-wrap: wrap; gap: 24px; font-weight: 600; } .footer-links a { cursor: pointer; }
.legal-section { background: #f8fafc; border-top: 1px solid var(--line); } .legal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; } .legal-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #ffffff; display: flex; flex-direction: column; gap: 12px; transition: all 0.2s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.02); } .legal-card:hover { transform: translateY(-3px); border-color: var(--brand); box-shadow: 0 10px 20px rgba(0,0,0,0.06); } .legal-card span { color: var(--brand); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; } .legal-card strong { font-size: 18px; line-height: 1.2; color: var(--text); } .legal-card small { color: var(--muted); font-size: 13px; line-height: 1.5; } .anpc-badge { background: linear-gradient(135deg, #f0f9ff, #ffffff); border-color: #bae6fd; }
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 101; max-width: 900px; margin: 0 auto; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #ffffff; box-shadow: 0 20px 60px rgba(0,0,0,0.15); display: none; gap: 24px; align-items: center; justify-content: space-between; } .cookie-banner.show { display: flex; } .cookie-banner strong { color: var(--text); font-size: 16px; } .cookie-banner p { margin: 8px 0 0; color: var(--muted); font-size: 14px; } .cookie-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; } .cookie-actions a { color: var(--brand); font-weight: 700; font-size: 14px; } .cookie-btn { border: 0; border-radius: 8px; padding: 10px 20px; font-weight: 700; cursor: pointer; color: #fff; background: var(--brand); } .cookie-btn.ghost { color: var(--text); background: #f1f5f9; border: 1px solid var(--line); }
@media (max-width: 900px) { .menu-toggle { display: block; border: 1px solid var(--line); background: #f8fafc; color: var(--text); border-radius: 8px; font-size: 20px; width: 40px; height: 40px; cursor: pointer; } .nav-links { position: fixed; top: 78px; left: 0; right: 0; padding: 24px; display: none; flex-direction: column; align-items: flex-start; background: #ffffff; border-bottom: 1px solid var(--line); box-shadow: 0 10px 20px rgba(0,0,0,0.05); } .menu-open .nav-links { display: flex; } .hero-grid, .live-grid, .about-grid, .contact-card, .faq-grid { grid-template-columns: 1fr; } .hero { padding-top: 100px; min-height: auto; padding-bottom: 40px; } .hero-card { display: none; } .services-grid, .test-grid { grid-template-columns: 1fr; } .live-card iframe { height: 300px; } .wa-float { bottom: 20px; right: 20px; width: 56px; height: 56px; } }
.legal-page { min-height: 100vh; padding: 120px 0 80px; background: var(--bg); } .legal-doc { max-width: 800px; margin: 0 auto; padding: 48px; border-radius: 24px; border: 1px solid var(--line); background: #ffffff; box-shadow: 0 10px 40px rgba(0,0,0,0.03); } .legal-doc h1 { font-size: clamp(32px, 5vw, 48px); margin-bottom: 24px; color: var(--text); } .legal-doc h2 { font-size: 24px; margin-top: 40px; color: var(--text); border-bottom: 1px solid var(--line); padding-bottom: 12px; } .legal-doc p, .legal-doc li { color: var(--muted); font-size: 16px; } .legal-doc a { color: var(--brand); font-weight: 600; text-decoration: underline; } .legal-doc .doc-back { display: inline-flex; align-items: center; margin-bottom: 32px; color: var(--muted); font-weight: 600; text-decoration: none; padding: 8px 16px; background: #f1f5f9; border-radius: 8px; transition: background 0.2s; } .legal-doc .doc-back:hover { background: #e2e8f0; color: var(--text); }
