/* Browsec Mirror — Design System */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

:root {
  --navy: #1c304e;
  --green: #3b9946;
  --green-banner: #3d973f;
  --grey-surface: #e5ebef;
  --white: #ffffff;
  --body-text: #494b4d;
  --mid-navy: #778395;
  --muted: #a3a3a3;
  --steel-blue: #b3becf;
  --border-grey: #cdd1d8;
  --red-border: #ff1111;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; margin: 0; padding: 0; }
body { font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; color: var(--body-text); background: var(--white); line-height: 18.2px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ===== ANNOUNCEMENT BANNER ===== */
.info-banner { background: var(--green-banner); color: var(--white); font-size: 14px; padding: 10px 15px; text-align: center; }

/* ===== NAV ===== */
.site-header { background: var(--navy); position: sticky; top: 0; z-index: 100; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 36px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--white); font-size: 16px; line-height: 48px; letter-spacing: 0.16px; transition: color 0.2s; }
.nav-links a:hover { color: var(--green); }
.nav-right { display: flex; align-items: center; gap: 20px; }
.lang-switcher { display: flex; gap: 8px; align-items: center; }
.lang-switcher a { color: var(--steel-blue); font-size: 14px; padding: 2px 4px; border-radius: 4px; }
.lang-switcher a:hover { color: var(--white); }
.lang-switcher a.active { color: var(--white); font-weight: 600; border: 1px solid var(--steel-blue); }
.btn-nav-download { background: var(--white); color: var(--navy); border: 2px solid var(--red-border); border-radius: 22px; font-size: 16px; font-weight: 700; padding: 8px 20px; cursor: pointer; transition: opacity 0.2s; display: inline-block; }
.btn-nav-download:hover { opacity: 0.85; }
.nav-toggle { display: none; background: none; border: 0; font-size: 28px; cursor: pointer; color: var(--white); }

/* ===== MOBILE MENU ===== */
.mobile-menu { display: none; position: fixed; inset: 64px 0 0 0; width: 100vw; flex-direction: column; align-items: center; gap: 8px; background: var(--navy); padding: 24px 0; overflow-y: auto; z-index: 99; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--white); font-size: 18px; padding: 14px 0; width: 100%; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-menu .m-lang { display: flex; gap: 16px; margin-top: 12px; }
.mobile-menu .m-lang a { width: auto; border: 1px solid var(--steel-blue); border-radius: 4px; padding: 6px 12px; font-size: 14px; }
.mobile-menu .m-lang a.active { background: rgba(255,255,255,0.1); }
.mobile-menu .btn-cta { background: var(--green); color: var(--white); border-radius: 8px; padding: 14px 32px; font-size: 18px; font-weight: 600; border: none; margin-top: 12px; }

/* ===== HERO ===== */
.hero { background: var(--grey-surface); padding: 55px 0; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hero-text h1 { font-family: 'Open Sans', Arial, sans-serif; font-size: 45px; font-weight: 400; line-height: 80px; color: var(--navy); margin: 0 0 16px; }
.hero-text .hero-sub { font-size: 18px; line-height: 25.7143px; color: var(--body-text); margin-bottom: 28px; }
.hero-badge { display: inline-block; background: var(--navy); color: var(--white); font-size: 12px; letter-spacing: 2.4px; text-transform: uppercase; padding: 4px 14px; border-radius: 22px; margin-bottom: 18px; }
.btn-cta { display: inline-block; background: var(--green); color: var(--white); border-radius: 8px; font-size: 18px; font-family: 'Open Sans', Arial, sans-serif; padding: 15px 30px; font-weight: 600; transition: background 0.2s; cursor: pointer; border: none; }
.btn-cta:hover { background: #2e7d38; }
.hero-card { background: var(--white); border-radius: 8px; padding: 32px; box-shadow: 0 2px 12px rgba(28,48,78,0.10); }
.hero-card h2 { font-size: 25px; font-weight: 400; color: var(--navy); margin: 0 0 12px; }
.hero-card .platforms { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.hero-card .platforms span { background: var(--grey-surface); border: 1px solid var(--border-grey); border-radius: 4px; padding: 6px 12px; font-size: 13px; }
.hero-stats { display: flex; gap: 24px; margin-top: 28px; }
.hero-stats .stat { text-align: center; }
.hero-stats .stat .val { font-size: 30px; font-weight: 500; color: var(--navy); }
.hero-stats .stat .lbl { font-size: 12px; color: var(--mid-navy); letter-spacing: 2.4px; text-transform: uppercase; }

/* ===== FEATURES ===== */
.features { padding: 60px 0; background: var(--white); }
.section-title { font-family: 'Open Sans', Arial, sans-serif; font-size: 24px; font-weight: 400; line-height: 31.2px; letter-spacing: -0.2px; color: var(--navy); margin: 0 0 10px; }
.section-sub { font-size: 18px; color: var(--body-text); margin-bottom: 40px; line-height: 25.7143px; }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.feature-item { display: flex; gap: 16px; }
.feature-icon { width: 48px; height: 48px; flex-shrink: 0; border: 1px solid var(--border-grey); border-radius: 4px; background: var(--white); display: flex; align-items: center; justify-content: center; padding: 6px; }
.feature-icon svg { width: 32px; height: 32px; }
.feature-item h3 { font-size: 18px; font-weight: 500; color: var(--navy); margin: 0 0 6px; }
.feature-item p { font-size: 14px; color: var(--body-text); margin: 0; line-height: 1.6; }

/* ===== PLATFORMS / COMPATIBILITY ===== */
.platforms-section { background: var(--grey-surface); padding: 55px 0; }
.platforms-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }
.platform-cell { background: var(--white); border: 1px solid var(--border-grey); border-radius: 4px; padding: 6px 20px; display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 80px; }
.platform-cell .p-icon { font-size: 28px; }
.platform-cell .p-name { font-size: 12px; color: var(--mid-navy); }

/* ===== STATS STRIP ===== */
.stats-strip { background: var(--navy); padding: 45px 0; }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stats-inner .val { font-size: 30px; font-weight: 500; color: var(--white); }
.stats-inner .lbl { font-size: 12px; color: var(--steel-blue); letter-spacing: 2.4px; text-transform: uppercase; margin-top: 4px; }

/* ===== HOW IT WORKS ===== */
.how { padding: 60px 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; }
.step { text-align: center; }
.step .num { width: 52px; height: 52px; background: var(--green); color: var(--white); border-radius: 50%; font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.step h3 { font-size: 18px; color: var(--navy); margin: 0 0 8px; }
.step p { font-size: 14px; color: var(--body-text); }

/* ===== BULLET LIST ===== */
.bullet-list li { font-size: 18px; line-height: 25.7143px; color: var(--body-text); padding: 6px 0 6px 28px; position: relative; }
.bullet-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }

/* ===== CTA SECTION ===== */
.cta-section { background: var(--green); padding: 55px 0; text-align: center; }
.cta-section .cta-msg { font-size: 25px; line-height: 30px; color: var(--white); margin-bottom: 24px; }
.cta-section .btn-white { background: var(--white); color: var(--green); border-radius: 8px; font-size: 18px; padding: 15px 40px; font-weight: 700; display: inline-block; }
.cta-section .btn-white:hover { opacity: 0.9; }

/* ===== FOOTER ===== */
.footer { background: var(--navy); padding: 45px 0 24px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 32px; }
.footer h4 { font-size: 14px; color: var(--white); font-weight: 600; margin: 0 0 14px; text-transform: uppercase; letter-spacing: 2.4px; }
.footer ul li { margin-bottom: 8px; }
.footer ul li a { color: var(--steel-blue); font-size: 14px; transition: color 0.2s; }
.footer ul li a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { color: var(--muted); font-size: 13px; margin: 0; }
.footer-bottom .footer-lang { display: flex; gap: 12px; }
.footer-bottom .footer-lang a { color: var(--steel-blue); font-size: 13px; }
.footer-bottom .footer-lang a:hover { color: var(--white); }

/* ===== INNER PAGES ===== */
.page-hero { background: var(--grey-surface); padding: 55px 0; }
.page-hero h1 { font-size: 45px; font-weight: 400; line-height: 80px; color: var(--navy); margin: 0 0 16px; }
.page-hero p { font-size: 18px; color: var(--body-text); max-width: 600px; }
.page-content { padding: 60px 0; }
.page-content h2 { font-size: 30px; font-weight: 500; color: var(--navy); margin: 40px 0 16px; }
.page-content h3 { font-size: 24px; color: var(--navy); margin: 28px 0 10px; }
.page-content p { font-size: 14px; line-height: 1.8; color: var(--body-text); margin-bottom: 16px; }
.page-content ul { margin-left: 20px; list-style: disc; }
.page-content ul li { font-size: 14px; line-height: 1.8; color: var(--body-text); margin-bottom: 6px; }

/* ===== PRICING ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.pricing-card { border: 1px solid var(--border-grey); border-radius: 8px; padding: 32px 24px; text-align: center; }
.pricing-card.featured { border-color: var(--green); box-shadow: 0 4px 20px rgba(59,153,70,0.15); }
.pricing-card .plan-name { font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.pricing-card .price { font-size: 36px; font-weight: 700; color: var(--navy); margin: 16px 0 4px; }
.pricing-card .price span { font-size: 16px; font-weight: 400; color: var(--mid-navy); }
.pricing-card ul { text-align: left; margin: 20px 0; }
.pricing-card ul li { padding: 6px 0; color: var(--body-text); font-size: 14px; border-bottom: 1px solid var(--border-grey); }

/* ===== COMPARISON TABLE ===== */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px 16px; border: 1px solid var(--border-grey); font-size: 14px; text-align: left; }
th { background: var(--navy); color: var(--white); }
tr:nth-child(even) td { background: var(--grey-surface); }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links, .nav-right { display: none; }
  .nav-toggle { display: block; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-text h1 { font-size: 30px; line-height: 42px; }
  .features-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 30px; line-height: 42px; }
  .hero-stats { flex-direction: column; gap: 12px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr; }
  .platforms-row { gap: 8px; }
}
