@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;900&family=Barlow:wght@400;500&display=swap');
:root{--bg:#f3f4f6;--panel:#eef9f6;--teal:#1D9E75;--teal-dark:#1a4440;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--border-teal:#9FE1CB;--card:#ffffff;--shadow:0 12px 30px rgba(0,0,0,.08);--shadow-sm:0 2px 10px rgba(0,0,0,.06);--radius:18px;--radius-sm:14px;}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Barlow',ui-sans-serif,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:26px 16px;}
.wrapper{width:100%;max-width:980px;}
.panel{background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 22px 22px;border:1px solid rgba(157,225,203,.4);}
.brand{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:18px;}
.brand img{width:240px;max-width:88%;height:auto;max-height:88px;object-fit:contain;}
.brand .product-img{width:180px;max-width:70%;max-height:190px;margin-top:2px;border-radius:12px;box-shadow:0 8px 28px rgba(15,110,86,.18);}
.brand h1{font-family:'Barlow Condensed',Impact,sans-serif;font-size:26px;font-weight:700;letter-spacing:.01em;text-align:center;color:var(--teal-dark);}
.brand p{font-size:12.8px;line-height:1.45;color:var(--muted);text-align:center;max-width:420px;}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;max-width:560px;margin-left:auto;margin-right:auto;}
.country{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;text-decoration:none;background:var(--card);border:1.5px solid var(--border);border-radius:16px;padding:22px 14px;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;min-height:120px;position:relative;}
.country:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(15,110,86,.12);border-color:var(--teal);}
.country:focus-visible{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(29,158,117,.2);}
.flag{display:flex;align-items:center;justify-content:center;}
.flag-img{width:58px;height:42px;object-fit:cover;border-radius:10px;background:#fff;border:1px solid rgba(229,231,235,.95);box-shadow:0 4px 14px rgba(0,0,0,.10);}
.country span{font-family:'Barlow Condensed',sans-serif;font-size:16px;color:var(--teal-dark);font-weight:700;text-align:center;letter-spacing:.02em;}
.trust-bar{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;flex-wrap:wrap;}
.trust-item{font-size:11.5px;color:#4a7a72;font-weight:500;display:flex;align-items:center;gap:5px;}
.trust-item::before{content:'';display:inline-block;width:6px;height:6px;background:var(--teal);border-radius:50%;flex-shrink:0;}
.trust-sep{color:var(--border-teal);font-size:12px;}
.footer{text-align:center;margin-top:18px;padding:0 10px;color:var(--muted);font-size:12px;}
.footer-links{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-weight:700;letter-spacing:.04em;text-transform:uppercase;}
.footer-links a{color:var(--muted);text-decoration:none;}
.footer-links a:hover{text-decoration:underline;}
.footer .separator{opacity:.6;}
.footer .disclaimer{margin:12px auto 0;max-width:920px;line-height:1.55;font-weight:400;}
.footer .disclaimer p{margin:0 0 10px;}
.footer .disclaimer p:last-child{margin-bottom:0;}
.footer .copyright{margin-top:10px;font-weight:550;}
.legal .legal-content{margin-top:6px;color:var(--text);}
.legal .legal-content p{margin:0 0 12px;line-height:1.6;color:#374151;font-size:13.2px;}
.legal .legal-back{margin-top:10px;text-align:center;}
.legal .legal-back a{color:var(--muted);text-decoration:none;font-weight:700;}
.legal .legal-back a:hover{text-decoration:underline;}
@media (max-width:720px){.panel{padding:22px 18px 18px;}.country{min-height:110px;padding:18px 12px;}.flag-img{width:52px;height:38px;}}
@media (max-width:420px){.brand img{width:200px;max-height:80px;}.brand .product-img{width:150px;max-height:160px;}.grid{gap:12px;}}
@media (max-width:340px){.grid{grid-template-columns:1fr;}}
