/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1a1a2e; line-height: 1.6; background: #fff; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; transition: color .2s; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== RISK BANNER ===== */
.risk-banner { background: #0b1e6b; color: #fff; font-size: 13px; text-align: center; padding: 10px 0; position: relative; z-index: 100; }
.risk-banner-inner { display: flex; align-items: center; justify-content: center; gap: 16px; }
.risk-banner p { margin: 0; }
.risk-banner-toggle { color: #7b8cff; font-size: 13px; white-space: nowrap; text-decoration: underline; background: none; border: none; cursor: pointer; }

/* ===== HEADER ===== */
.header { position: sticky; top: 0; z-index: 90; background: #fff; border-bottom: 1px solid #e8e8ee; padding: 0 0; }
.nav { display: flex; align-items: center; height: 64px; gap: 32px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; color: #0b1e6b; letter-spacing: -0.5px; }
.logo-img { height: 32px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 0; margin-left: 16px; flex: 1; }
.nav-links li { position: relative; }
.nav-link-btn { font-size: 14px; font-weight: 500; color: #1a1a2e; padding: 20px 16px; display: block; background: none; border: none; cursor: pointer; transition: color .2s; }
.nav-link-btn:hover { color: #0b1e6b; }
.nav-dropdown:hover .dropdown-panel { display: flex; }
.dropdown-panel { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid #e8e8ee; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,.1); padding: 12px 0; min-width: 220px; flex-direction: column; z-index: 50; }
.dropdown-panel a { padding: 10px 20px; font-size: 14px; color: #1a1a2e; transition: background .15s; }
.dropdown-panel a:hover { background: #f5f5fa; color: #0b1e6b; }
.nav-right { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.btn-login { font-size: 14px; font-weight: 500; color: #0b1e6b; padding: 8px 20px; border: 1px solid #0b1e6b; border-radius: 6px; transition: all .2s; }
.btn-login:hover { background: #0b1e6b; color: #fff; }
.btn-primary-sm { font-size: 14px; font-weight: 600; color: #fff; background: #0b1e6b; padding: 8px 20px; border-radius: 6px; transition: background .2s; }
.btn-primary-sm:hover { background: #091856; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #1a1a2e; border-radius: 2px; transition: all .3s; }

/* ===== MOBILE MENU ===== */
.mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; bottom: 0; background: #fff; z-index: 80; overflow-y: auto; }
.mobile-menu.open { display: block; }
.mobile-menu-inner { padding: 24px; display: flex; flex-direction: column; gap: 0; }
.mobile-menu-inner a { padding: 16px 0; font-size: 18px; font-weight: 500; border-bottom: 1px solid #e8e8ee; color: #1a1a2e; }
.mobile-menu-cta { margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.btn-login-mobile { text-align: center; padding: 14px; border: 1px solid #0b1e6b; border-radius: 8px; font-weight: 600; color: #0b1e6b; }

/* ===== BUTTONS ===== */
.btn-primary { display: inline-block; background: #0b1e6b; color: #fff; font-weight: 600; font-size: 15px; padding: 14px 32px; border-radius: 6px; transition: background .2s; }
.btn-primary:hover { background: #091856; color: #fff; }
.btn-outline { display: inline-block; border: 1px solid #0b1e6b; color: #0b1e6b; font-weight: 600; font-size: 15px; padding: 14px 32px; border-radius: 6px; transition: all .2s; }
.btn-outline:hover { background: #0b1e6b; color: #fff; }
.link-blue { color: #0b1e6b; font-weight: 600; font-size: 14px; }
.link-blue:hover { text-decoration: underline; }
.link-blue-arrow { color: #0b1e6b; font-weight: 500; font-size: 15px; }
.link-blue-arrow:hover { text-decoration: underline; }

/* ===== HERO ===== */
.hero { padding: 80px 0 60px; background: #faf9f6; }
.hero-grid { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; }
.hero h1 { font-size: 52px; line-height: 1.1; font-weight: 800; color: #1a1a2e; letter-spacing: -1.5px; margin-bottom: 20px; }
.hero-subtitle { font-size: 17px; color: #555; margin-bottom: 28px; }
.hero-checks { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.hero-checks li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #333; line-height: 1.5; }
.check-icon { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }
.hero-cta { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-trust-badges { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.trust-badge { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #555; }
.trust-stars { color: #00b67a; font-size: 16px; letter-spacing: 1px; }
.trust-store-icon { width: 22px; height: 22px; }
.trust-label { font-weight: 600; }

/* Hero Widget */
.widget-card { background: #fff; border-radius: 16px; box-shadow: 0 8px 40px rgba(0,0,0,.08); overflow: hidden; }
.widget-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 20px 12px; }
.widget-title { font-size: 22px; font-weight: 700; }
.widget-dots { font-size: 20px; color: #999; letter-spacing: 2px; }
.widget-search { margin: 0 20px 16px; padding: 12px 16px; background: #f5f5fa; border-radius: 10px; font-size: 14px; color: #999; display: flex; align-items: center; gap: 8px; }
.search-icon { font-size: 16px; }
.widget-section { padding: 0 20px 16px; }
.widget-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.widget-section-title { font-size: 16px; font-weight: 700; }
.widget-view-all { font-size: 13px; color: #0b1e6b; font-weight: 600; }
.widget-theme-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.widget-theme-card { border-radius: 12px; overflow: hidden; position: relative; }
.theme-img { width: 100%; height: 110px; object-fit: cover; }
.theme-label { position: absolute; bottom: 8px; left: 10px; font-size: 13px; font-weight: 700; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.5); line-height: 1.3; }

/* ===== SECTIONS ===== */
.section { padding: 80px 0; }
.section-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #0b1e6b; display: block; margin-bottom: 12px; }
.section-desc { font-size: 17px; color: #555; line-height: 1.7; }
.text-center { text-align: center; }
h2 { font-size: 38px; font-weight: 800; line-height: 1.15; letter-spacing: -1px; margin-bottom: 24px; color: #1a1a2e; }

/* ===== DISCOVER ===== */
.discover-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.accordion-item { border-bottom: 1px solid #e8e8ee; }
.accordion-btn { width: 100%; text-align: left; padding: 20px 0; font-size: 20px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; color: #1a1a2e; }
.accordion-arrow { font-size: 12px; color: #999; }
.accordion-content { display: none; padding-bottom: 20px; }
.accordion-item.active .accordion-content { display: block; }
.accordion-content p { font-size: 15px; color: #555; margin-bottom: 8px; }

/* ===== PRICING ===== */
.pricing { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.pricing-checks { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.pricing-checks li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #333; }
.pricing-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.price-card { background: #faf5ee; border-radius: 12px; padding: 24px; }
.price-flag { width: 36px; height: 24px; margin-bottom: 12px; border-radius: 4px; }
.price-card h5 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.price-sub { font-size: 13px; color: #777; margin-bottom: 4px; }
.price-value { font-size: 36px; font-weight: 800; color: #1a1a2e; display: block; margin-bottom: 8px; letter-spacing: -1px; }
.pricing-note { text-align: center; color: #999; font-size: 13px; margin-top: 24px; }

/* ===== BENEFITS ===== */
.benefits { background: #faf9f6; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit-card { background: #fff; border-radius: 12px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #e8e8ee; transition: box-shadow .2s, transform .2s; }
.benefit-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.06); transform: translateY(-2px); }
.benefit-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #1a1a2e; }
.benefit-card p { font-size: 14px; color: #555; line-height: 1.6; flex: 1; }
.card-arrow { font-size: 24px; color: #1a1a2e; margin-top: 20px; }

/* ===== PLATFORMS ===== */
.platforms { background: #fff; overflow: hidden; }
.platforms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.platform-awards { margin-top: 40px; }
.award { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.award-icon { font-size: 16px; color: #0b1e6b; }
.award strong { display: block; }
.award span { font-size: 12px; color: #777; }
.platform-img { border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.12); }

/* ===== TRUST ===== */
.trust { background: #fff; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.trust-image img { border-radius: 16px; width: 100%; height: 400px; object-fit: cover; }
.trust-address { margin-top: 16px; font-size: 14px; color: #555; }
.trust-address strong { display: block; color: #1a1a2e; margin-bottom: 4px; }
.trust-accordion { margin-bottom: 28px; }
.trust-acc-item { border-bottom: 1px solid #e8e8ee; }
.trust-acc-btn { width: 100%; text-align: left; padding: 20px 0; font-size: 18px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; color: #1a1a2e; }
.trust-acc-content { display: none; padding-bottom: 16px; }
.trust-acc-item.active .trust-acc-content { display: block; }
.trust-acc-content p { font-size: 15px; color: #555; margin-bottom: 8px; line-height: 1.6; }
.trust-cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

/* ===== INSIGHTS ===== */
.insights { background: #fff; }
.insights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.insights-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.insights-list li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #333; }
.insights-image img { border-radius: 16px; width: 100%; height: 380px; object-fit: cover; }

/* ===== HIGHLIGHTS ===== */
.highlights { background: #eeedf8; }
.highlights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.highlight-card { background: #fff; border-radius: 16px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.highlight-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.08); transform: translateY(-4px); }
.highlight-img-wrap { position: relative; overflow: hidden; height: 200px; }
.highlight-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.highlight-badge { position: absolute; top: 12px; left: 12px; background: rgba(11,30,107,.85); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; display: flex; align-items: center; gap: 4px; }
.highlight-badge::before { content: '⚡'; }
.highlight-card h3 { font-size: 20px; font-weight: 700; padding: 20px 20px 8px; color: #1a1a2e; }
.highlight-card p { font-size: 14px; color: #555; padding: 0 20px; line-height: 1.6; }
.highlight-card .link-blue { display: block; padding: 12px 20px 20px; }

/* ===== GET STARTED ===== */
.get-started { background: #faf9f6; }
.get-started-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.get-started-content { padding: 60px 60px 60px 0; }
.get-started-steps { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.get-started-steps li { display: flex; align-items: center; gap: 10px; font-size: 16px; color: #333; }
.get-started-stores { display: flex; gap: 24px; margin-top: 32px; }
.store-badge { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #555; }
.store-icon { width: 22px; height: 22px; }
.star-icon { width: 60px; height: 14px; }
.store-rating { display: flex; align-items: center; gap: 4px; }
.get-started-image { overflow: hidden; }
.get-started-image img { width: 100%; height: 100%; object-fit: cover; min-height: 500px; }

/* ===== FOOTER ===== */
.footer { background: #0b1022; color: #c4c8d4; padding: 60px 0 0; }
.footer-top { display: grid; grid-template-columns: 240px 1fr; gap: 60px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-logo { height: 32px; margin-bottom: 24px; }
.footer-address { font-size: 13px; line-height: 1.8; margin-bottom: 16px; color: #8890a4; }
.footer-social { display: flex; gap: 16px; margin-top: 16px; }
.footer-social a { display: flex; }
.footer-social img { width: 20px; height: 20px; opacity: .7; transition: opacity .2s; }
.footer-social img:hover { opacity: 1; }
.footer-links-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer-col h5 { font-size: 14px; font-weight: 600; color: #7b8cff; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: #c4c8d4; padding: 4px 0; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-legal { padding: 32px 0; }
.footer-legal-links { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.footer-legal-links a { font-size: 13px; color: #8890a4; transition: color .2s; }
.footer-legal-links a:hover { color: #fff; }
.footer-disclaimer { font-size: 12px; line-height: 1.7; color: #6b7280; }
.disclaimer-warning { display: flex; gap: 16px; margin-bottom: 24px; padding: 20px; background: rgba(255,255,255,.03); border-radius: 8px; }
.warning-icon { font-size: 28px; flex-shrink: 0; }
.disclaimer-warning strong { color: #c4c8d4; display: block; margin-bottom: 4px; }
.footer-disclaimer p { margin-bottom: 16px; }
.copyright { font-size: 12px; color: #6b7280; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.06); margin-top: 16px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-widget { display: none; }
  .hero h1 { font-size: 42px; }
  .discover-grid,
  .pricing-grid,
  .trust-grid,
  .insights-grid,
  .platforms-grid { grid-template-columns: 1fr; gap: 40px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .get-started-grid { grid-template-columns: 1fr; }
  .get-started-content { padding: 40px 0; }
  .get-started-image { height: 350px; border-radius: 16px; overflow: hidden; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-links-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  h2 { font-size: 30px; }
  .nav-links, .nav-right { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 40px 0; }
  .hero h1 { font-size: 32px; }
  .hero-subtitle { font-size: 15px; }
  .section { padding: 48px 0; }
  .benefits-grid { grid-template-columns: 1fr; }
  .highlights-grid { grid-template-columns: 1fr; }
  .pricing-cards { grid-template-columns: 1fr; }
  .footer-links-grid { grid-template-columns: 1fr; }
  .footer-legal-links { flex-direction: column; gap: 8px; }
  .hero-cta { flex-direction: column; }
  .hero-cta a { text-align: center; }
  .trust-cta { flex-direction: column; }
  .get-started-stores { flex-direction: column; gap: 16px; }
  .lang-selector { order: -1; }
}

/* ===== LEGAL MODAL ===== */
.legal-modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.55); backdrop-filter: blur(4px);
  justify-content: center; align-items: center; padding: 24px;
}
.legal-modal-overlay.open { display: flex; }
.legal-modal {
  background: #fff; border-radius: 16px; max-width: 720px; width: 100%;
  max-height: 85vh; display: flex; flex-direction: column;
  box-shadow: 0 24px 80px rgba(0,0,0,.25); animation: modalIn .25s ease;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.legal-modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 28px 16px; border-bottom: 1px solid #e8e8ee; flex-shrink: 0;
}
.legal-modal-header h2 { font-size: 22px; font-weight: 700; margin: 0; color: #1a1a2e; letter-spacing: -0.5px; }
.legal-modal-close {
  width: 36px; height: 36px; border-radius: 8px; display: flex;
  align-items: center; justify-content: center; font-size: 20px;
  color: #666; cursor: pointer; transition: background .2s;
  border: none; background: none;
}
.legal-modal-close:hover { background: #f0f0f5; color: #1a1a2e; }
.legal-modal-body {
  padding: 24px 28px 32px; overflow-y: auto; flex: 1;
  font-size: 14px; color: #444; line-height: 1.75;
}
.legal-modal-body h3 { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 24px 0 8px; }
.legal-modal-body h3:first-child { margin-top: 0; }
.legal-modal-body p { margin-bottom: 12px; }
.legal-modal-body ul { margin: 0 0 12px 20px; list-style: disc; }
.legal-modal-body ul li { margin-bottom: 6px; padding-left: 4px; }
.legal-modal-body strong { color: #1a1a2e; }
@media (max-width: 768px) {
  .legal-modal { max-height: 90vh; border-radius: 12px; }
  .legal-modal-header { padding: 20px 20px 14px; }
  .legal-modal-header h2 { font-size: 18px; }
  .legal-modal-body { padding: 20px; }
}

/* ===== GOOGLE TRANSLATE OVERRIDES ===== */
.goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
body { top: 0 !important; }
.skiptranslate { display: none !important; }
.goog-te-gadget { display: none !important; }

/* ===== LANGUAGE SELECTOR ===== */
.lang-selector { position: relative; z-index: 60; }
.lang-btn {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500; color: #0b1e6b;
  padding: 7px 12px; border-radius: 6px;
  border: 1px solid #dde0e8; background: #fff;
  cursor: pointer; transition: all .2s;
}
.lang-btn:hover { background: #f5f5fa; border-color: #c0c4d0; }
.lang-btn svg { flex-shrink: 0; }
.lang-chevron { transition: transform .2s; }
.lang-selector.open .lang-chevron { transform: rotate(180deg); }
.lang-dropdown {
  display: none; position: absolute; top: calc(100% + 6px); right: 0;
  width: 200px; max-height: 320px; overflow-y: auto;
  background: #fff; border: 1px solid #e8e8ee; border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0,0,0,.12); padding: 6px;
}
.lang-selector.open .lang-dropdown { display: block; }
.lang-option {
  display: flex; align-items: center; gap: 10px;
  width: 100%; padding: 8px 10px; border: none; background: none;
  border-radius: 6px; cursor: pointer; font-size: 13px;
  color: #1a1a2e; transition: background .15s; text-align: left;
}
.lang-option:hover { background: #f5f5fa; }
.lang-option.active { background: rgba(11,30,107,.06); color: #0b1e6b; font-weight: 600; }
.lang-option .lang-flag { font-size: 17px; line-height: 1; }
.lang-option .lang-check { margin-left: auto; color: #0b1e6b; font-size: 12px; }
