{"id":65,"date":"2026-08-01T20:54:41","date_gmt":"2026-08-01T23:54:41","guid":{"rendered":"https:\/\/aevos.cloud\/?page_id=65"},"modified":"2026-08-01T23:07:57","modified_gmt":"2026-08-02T02:07:57","slug":"securite","status":"publish","type":"page","link":"https:\/\/aevos.cloud\/fr\/security\/","title":{"rendered":"S\u00e9curit\u00e9 Aevos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"65\" class=\"elementor elementor-65\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afd5e67 e-con e-atomic-element e-flexbox-base e-d9f499b \" data-id=\"afd5e67\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"afd5e67\" data-e-type=\"e-flexbox\" data-id=\"afd5e67\">\n    \t\t<div class=\"elementor-element elementor-element-04cbfa4 elementor-widget elementor-widget-html\" data-id=\"04cbfa4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     AEVOS \u2014 HEADER \/ NAV\r\n     Visual escuro com degrad\u00ea verde e ciano\r\n     ============================================================ -->\r\n\r\n<style>\r\n\/* =========================================================\r\n   CONFIGURA\u00c7\u00d5ES GERAIS\r\n========================================================= *\/\r\n\r\n.aevos-header,\r\n.aevos-header *{\r\n  box-sizing:border-box !important;\r\n  margin:0;\r\n  padding:0;\r\n}\r\n\r\n.aevos-header{\r\n  --aevos-black:#030607;\r\n  --aevos-black-soft:#060a0c;\r\n  --aevos-dark:#081013;\r\n\r\n  --aevos-green:#00e5a8;\r\n  --aevos-green-light:#16f5bd;\r\n  --aevos-green-dark:#00b98c;\r\n\r\n  --aevos-cyan:#10cfea;\r\n  --aevos-cyan-light:#25dcf5;\r\n\r\n  --aevos-white:#ffffff;\r\n  --aevos-text:#f4f7f8;\r\n  --aevos-muted:#939da8;\r\n\r\n  --aevos-gradient:\r\n    linear-gradient(\r\n      90deg,\r\n      #00e5a8 0%,\r\n      #08d9c0 48%,\r\n      #10cfea 100%\r\n    );\r\n\r\n  --aevos-gradient-hover:\r\n    linear-gradient(\r\n      90deg,\r\n      #19f0ba 0%,\r\n      #18e2cd 48%,\r\n      #29dcf5 100%\r\n    );\r\n\r\n  position:relative;\r\n  z-index:9999;\r\n\r\n  width:100%;\r\n\r\n  font-family:\r\n    'Inter',\r\n    -apple-system,\r\n    BlinkMacSystemFont,\r\n    'Segoe UI',\r\n    sans-serif !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(3,6,7,.98) 0%,\r\n      rgba(5,10,12,.96) 100%\r\n    ) !important;\r\n\r\n  border-bottom:\r\n    1px solid rgba(0,229,168,.10) !important;\r\n\r\n  box-shadow:\r\n    0 10px 40px rgba(0,0,0,.25) !important;\r\n\r\n  overflow:visible;\r\n}\r\n\r\n\r\n\/* Brilho de fundo *\/\r\n\r\n.aevos-header::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  z-index:0;\r\n\r\n  pointer-events:none;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 5% 50%,\r\n      rgba(0,229,168,.12) 0%,\r\n      rgba(0,229,168,.04) 24%,\r\n      transparent 48%\r\n    ),\r\n    radial-gradient(\r\n      circle at 92% 20%,\r\n      rgba(16,207,234,.10) 0%,\r\n      transparent 38%\r\n    );\r\n}\r\n\r\n\r\n\/* Linha inferior em degrad\u00ea *\/\r\n\r\n.aevos-header::after{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  left:0;\r\n  bottom:-1px;\r\n\r\n  width:100%;\r\n  height:1px;\r\n\r\n  pointer-events:none;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent 0%,\r\n      rgba(0,229,168,.35) 28%,\r\n      rgba(16,207,234,.30) 72%,\r\n      transparent 100%\r\n    );\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   BARRA PRINCIPAL\r\n========================================================= *\/\r\n\r\n.aevos-header-bar{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:space-between;\r\n  gap:24px;\r\n\r\n  width:100%;\r\n  max-width:1380px;\r\n\r\n  margin:0 auto;\r\n  padding:17px 32px;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   LOGO\r\n========================================================= *\/\r\n\r\n.aevos-header-logo{\r\n  display:inline-flex;\r\n  align-items:center;\r\n\r\n  flex-shrink:0;\r\n\r\n  line-height:0;\r\n  text-decoration:none !important;\r\n\r\n  transition:\r\n    opacity .25s ease,\r\n    transform .25s ease,\r\n    filter .25s ease;\r\n}\r\n\r\n.aevos-header-logo:hover{\r\n  opacity:.95;\r\n  transform:translateY(-1px);\r\n\r\n  filter:\r\n    drop-shadow(0 0 12px rgba(0,229,168,.18));\r\n}\r\n\r\n.aevos-header-logo img{\r\n  display:block;\r\n\r\n  width:128px !important;\r\n  height:auto !important;\r\n  max-width:100% !important;\r\n\r\n  object-fit:contain;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NAVEGA\u00c7\u00c3O DESKTOP\r\n========================================================= *\/\r\n\r\n.aevos-header-nav{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n  flex:1;\r\n\r\n  gap:4px;\r\n}\r\n\r\n.aevos-header-nav-link{\r\n  position:relative;\r\n\r\n  display:inline-flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  padding:10px 13px;\r\n\r\n  color:var(--aevos-muted) !important;\r\n\r\n  font-family:inherit !important;\r\n  font-size:13px !important;\r\n  font-weight:600 !important;\r\n  line-height:1.2 !important;\r\n\r\n  white-space:nowrap;\r\n  text-decoration:none !important;\r\n\r\n  border:1px solid transparent;\r\n  border-radius:8px;\r\n\r\n  transition:\r\n    color .2s ease,\r\n    background .2s ease,\r\n    border-color .2s ease,\r\n    transform .2s ease;\r\n}\r\n\r\n.aevos-header-nav-link:hover{\r\n  color:var(--aevos-white) !important;\r\n\r\n  background:\r\n    rgba(255,255,255,.045) !important;\r\n\r\n  border-color:\r\n    rgba(255,255,255,.04);\r\n\r\n  transform:translateY(-1px);\r\n}\r\n\r\n\r\n\/* Item ativo *\/\r\n\r\n.aevos-header-nav-link.active{\r\n  color:var(--aevos-green) !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      rgba(0,229,168,.09),\r\n      rgba(16,207,234,.05)\r\n    ) !important;\r\n\r\n  border-color:\r\n    rgba(0,229,168,.10);\r\n}\r\n\r\n.aevos-header-nav-link.active::after{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  left:50%;\r\n  bottom:3px;\r\n\r\n  width:25px;\r\n  height:2px;\r\n\r\n  transform:translateX(-50%);\r\n\r\n  border-radius:100px;\r\n\r\n  background:\r\n    var(--aevos-gradient);\r\n\r\n  box-shadow:\r\n    0 0 12px rgba(0,229,168,.65);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   BOT\u00d5ES\r\n========================================================= *\/\r\n\r\n.aevos-header-actions{\r\n  display:flex;\r\n  align-items:center;\r\n  gap:10px;\r\n\r\n  flex-shrink:0;\r\n}\r\n\r\n.aevos-header-btn{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n  gap:8px;\r\n\r\n  padding:11px 20px;\r\n\r\n  font-family:inherit !important;\r\n  font-size:13px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.2 !important;\r\n\r\n  white-space:nowrap;\r\n  text-decoration:none !important;\r\n\r\n  border:1px solid transparent;\r\n  border-radius:10px;\r\n\r\n  cursor:pointer;\r\n\r\n  transition:\r\n    color .22s ease,\r\n    background .22s ease,\r\n    border-color .22s ease,\r\n    transform .22s ease,\r\n    box-shadow .22s ease,\r\n    filter .22s ease;\r\n}\r\n\r\n\r\n\/* Login *\/\r\n\r\n.aevos-header-btn-login{\r\n  color:var(--aevos-text) !important;\r\n\r\n  background:\r\n    rgba(255,255,255,.025) !important;\r\n\r\n  border-color:\r\n    rgba(255,255,255,.14) !important;\r\n}\r\n\r\n.aevos-header-btn-login:hover{\r\n  color:var(--aevos-green) !important;\r\n\r\n  background:\r\n    rgba(0,229,168,.06) !important;\r\n\r\n  border-color:\r\n    rgba(0,229,168,.34) !important;\r\n\r\n  box-shadow:\r\n    0 0 20px rgba(0,229,168,.08);\r\n}\r\n\r\n\r\n\/* CTA principal *\/\r\n\r\n.aevos-header-btn-cta{\r\n  color:#02100d !important;\r\n\r\n  background:\r\n    var(--aevos-gradient) !important;\r\n\r\n  border-color:\r\n    rgba(0,229,168,.70) !important;\r\n\r\n  box-shadow:\r\n    0 6px 22px rgba(0,229,168,.16),\r\n    0 0 0 1px rgba(255,255,255,.06) inset !important;\r\n}\r\n\r\n.aevos-header-btn-cta:hover{\r\n  color:#020b09 !important;\r\n\r\n  background:\r\n    var(--aevos-gradient-hover) !important;\r\n\r\n  transform:\r\n    translateY(-2px);\r\n\r\n  box-shadow:\r\n    0 9px 30px rgba(0,229,168,.25),\r\n    0 0 22px rgba(16,207,234,.14),\r\n    0 0 0 1px rgba(255,255,255,.10) inset !important;\r\n\r\n  filter:saturate(1.08);\r\n}\r\n\r\n.aevos-header-btn .arrow{\r\n  display:inline-block;\r\n\r\n  font-size:15px;\r\n  line-height:1;\r\n\r\n  transition:\r\n    transform .22s ease;\r\n}\r\n\r\n.aevos-header-btn:hover .arrow{\r\n  transform:\r\n    translateX(3px);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HAMBURGER\r\n========================================================= *\/\r\n\r\n.aevos-header-burger{\r\n  display:none;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:42px;\r\n  height:42px;\r\n\r\n  padding:0;\r\n\r\n  background:\r\n    rgba(255,255,255,.025) !important;\r\n\r\n  border:\r\n    1px solid rgba(255,255,255,.14) !important;\r\n\r\n  border-radius:10px;\r\n\r\n  cursor:pointer;\r\n\r\n  transition:\r\n    background .2s ease,\r\n    border-color .2s ease,\r\n    box-shadow .2s ease;\r\n}\r\n\r\n.aevos-header-burger:hover,\r\n.aevos-header-burger.open{\r\n  background:\r\n    rgba(0,229,168,.07) !important;\r\n\r\n  border-color:\r\n    rgba(0,229,168,.35) !important;\r\n\r\n  box-shadow:\r\n    0 0 20px rgba(0,229,168,.10);\r\n}\r\n\r\n.aevos-header-burger-lines{\r\n  position:relative;\r\n\r\n  display:block;\r\n\r\n  width:19px;\r\n  height:14px;\r\n}\r\n\r\n.aevos-header-burger-lines span{\r\n  display:block;\r\n\r\n  position:absolute;\r\n  left:0;\r\n\r\n  width:100%;\r\n  height:2px;\r\n\r\n  border-radius:10px;\r\n\r\n  background:\r\n    var(--aevos-white);\r\n\r\n  transition:\r\n    top .3s ease,\r\n    opacity .2s ease,\r\n    transform .3s ease,\r\n    background .2s ease;\r\n}\r\n\r\n.aevos-header-burger-lines span:nth-child(1){\r\n  top:0;\r\n}\r\n\r\n.aevos-header-burger-lines span:nth-child(2){\r\n  top:6px;\r\n}\r\n\r\n.aevos-header-burger-lines span:nth-child(3){\r\n  top:12px;\r\n}\r\n\r\n.aevos-header-burger:hover .aevos-header-burger-lines span,\r\n.aevos-header-burger.open .aevos-header-burger-lines span{\r\n  background:\r\n    var(--aevos-green);\r\n}\r\n\r\n.aevos-header-burger.open .aevos-header-burger-lines span:nth-child(1){\r\n  top:6px;\r\n  transform:rotate(45deg);\r\n}\r\n\r\n.aevos-header-burger.open .aevos-header-burger-lines span:nth-child(2){\r\n  opacity:0;\r\n  transform:translateX(-15px);\r\n}\r\n\r\n.aevos-header-burger.open .aevos-header-burger-lines span:nth-child(3){\r\n  top:6px;\r\n  transform:rotate(-45deg);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MENU MOBILE\r\n========================================================= *\/\r\n\r\n.aevos-header-mobile{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  display:none;\r\n  flex-direction:column;\r\n\r\n  padding:16px 24px 24px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at top left,\r\n      rgba(0,229,168,.08),\r\n      transparent 38%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      #070d0f 0%,\r\n      #030607 100%\r\n    ) !important;\r\n\r\n  border-top:\r\n    1px solid rgba(255,255,255,.06) !important;\r\n\r\n  box-shadow:\r\n    0 20px 40px rgba(0,0,0,.35);\r\n}\r\n\r\n.aevos-header-mobile.open{\r\n  display:flex;\r\n}\r\n\r\n\r\n\/* Links mobile *\/\r\n\r\n.aevos-header-mobile-nav{\r\n  display:flex;\r\n  flex-direction:column;\r\n  gap:7px;\r\n\r\n  margin-bottom:20px;\r\n}\r\n\r\n.aevos-header-mobile-nav a{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:space-between;\r\n  gap:16px;\r\n\r\n  padding:14px 17px;\r\n\r\n  color:var(--aevos-text) !important;\r\n\r\n  font-family:inherit !important;\r\n  font-size:14px !important;\r\n  font-weight:600 !important;\r\n  line-height:1.3 !important;\r\n\r\n  text-decoration:none !important;\r\n\r\n  border:\r\n    1px solid rgba(255,255,255,.07) !important;\r\n\r\n  border-radius:10px;\r\n\r\n  background:\r\n    rgba(255,255,255,.025) !important;\r\n\r\n  transition:\r\n    color .2s ease,\r\n    background .2s ease,\r\n    border-color .2s ease,\r\n    transform .2s ease;\r\n}\r\n\r\n.aevos-header-mobile-nav a:hover,\r\n.aevos-header-mobile-nav a.active{\r\n  color:\r\n    var(--aevos-green) !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      rgba(0,229,168,.08),\r\n      rgba(16,207,234,.04)\r\n    ) !important;\r\n\r\n  border-color:\r\n    rgba(0,229,168,.25) !important;\r\n\r\n  transform:\r\n    translateX(2px);\r\n}\r\n\r\n.aevos-header-mobile-nav a svg{\r\n  width:16px;\r\n  height:16px;\r\n\r\n  flex-shrink:0;\r\n\r\n  opacity:.55;\r\n\r\n  transition:\r\n    opacity .2s ease,\r\n    transform .2s ease;\r\n}\r\n\r\n.aevos-header-mobile-nav a:hover svg,\r\n.aevos-header-mobile-nav a.active svg{\r\n  opacity:1;\r\n\r\n  transform:\r\n    translateX(2px);\r\n}\r\n\r\n\r\n\/* Bot\u00f5es mobile *\/\r\n\r\n.aevos-header-mobile-actions{\r\n  display:flex;\r\n  flex-direction:column;\r\n  gap:10px;\r\n\r\n  padding-top:20px;\r\n\r\n  border-top:\r\n    1px solid rgba(255,255,255,.07);\r\n}\r\n\r\n.aevos-header-mobile-actions .aevos-header-btn{\r\n  width:100%;\r\n\r\n  padding:14px 20px;\r\n\r\n  font-size:14px !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSIVIDADE\r\n========================================================= *\/\r\n\r\n@media (max-width:1180px){\r\n\r\n  .aevos-header-bar{\r\n    padding-left:24px;\r\n    padding-right:24px;\r\n  }\r\n\r\n  .aevos-header-nav-link{\r\n    padding-left:10px;\r\n    padding-right:10px;\r\n\r\n    font-size:12px !important;\r\n  }\r\n\r\n  .aevos-header-btn{\r\n    padding-left:16px;\r\n    padding-right:16px;\r\n  }\r\n}\r\n\r\n\r\n@media (max-width:1050px){\r\n\r\n  .aevos-header-nav{\r\n    display:none;\r\n  }\r\n\r\n  .aevos-header-burger{\r\n    display:flex;\r\n  }\r\n}\r\n\r\n\r\n@media (max-width:620px){\r\n\r\n  .aevos-header-bar{\r\n    gap:12px;\r\n\r\n    padding:\r\n      14px 18px;\r\n  }\r\n\r\n  .aevos-header-logo img{\r\n    width:116px !important;\r\n  }\r\n\r\n  .aevos-header-actions{\r\n    gap:8px;\r\n  }\r\n\r\n  .aevos-header-actions .aevos-header-btn-login{\r\n    display:none;\r\n  }\r\n\r\n  .aevos-header-btn{\r\n    padding:\r\n      10px 15px;\r\n\r\n    font-size:12px !important;\r\n  }\r\n\r\n  .aevos-header-mobile{\r\n    padding:\r\n      14px 18px 20px;\r\n  }\r\n}\r\n\r\n\r\n@media (max-width:430px){\r\n\r\n  .aevos-header-logo img{\r\n    width:105px !important;\r\n  }\r\n\r\n  .aevos-header-actions .aevos-header-btn-cta{\r\n    padding:\r\n      10px 12px;\r\n\r\n    font-size:11px !important;\r\n  }\r\n\r\n  .aevos-header-actions .aevos-header-btn-cta .arrow{\r\n    display:none;\r\n  }\r\n\r\n  .aevos-header-burger{\r\n    width:40px;\r\n    height:40px;\r\n  }\r\n}\r\n\r\n\r\n@media (max-width:360px){\r\n\r\n  .aevos-header-bar{\r\n    padding-left:12px;\r\n    padding-right:12px;\r\n  }\r\n\r\n  .aevos-header-logo img{\r\n    width:92px !important;\r\n  }\r\n\r\n  .aevos-header-actions .aevos-header-btn-cta{\r\n    padding-left:9px;\r\n    padding-right:9px;\r\n\r\n    font-size:10px !important;\r\n  }\r\n}\r\n<\/style>\r\n\r\n\r\n<!-- =========================================================\r\n     HTML DO HEADER\r\n========================================================= -->\r\n\r\n<header class=\"aevos-header\">\r\n\r\n  <div class=\"aevos-header-bar\">\r\n\r\n    <!-- Logo -->\r\n    <a\r\n      href=\"\/\"\r\n      class=\"aevos-header-logo\"\r\n      aria-label=\"Aevos Home\"\r\n    >\r\n      <img decoding=\"async\"\r\n        src=\"https:\/\/aevos.cloud\/wp-content\/uploads\/2026\/07\/aevos-logo.webp\"\r\n        alt=\"Aevos\"\r\n        width=\"128\"\r\n        height=\"42\"\r\n      >\r\n    <\/a>\r\n\r\n\r\n    <!-- Menu desktop -->\r\n    <nav\r\n      class=\"aevos-header-nav\"\r\n      aria-label=\"Main navigation\"\r\n    >\r\n\r\n      <a\r\n        href=\"\/\"\r\n     class=\"aevos-header-nav-link\"\r\n      >\r\n        Home\r\n      <\/a>\r\n\r\n      <a\r\n        href=\"\/how-it-works\/\"\r\n     \r\n          class=\"aevos-header-nav-link\"\r\n      >\r\n        How It Works\r\n      <\/a>\r\n\r\n   \r\n\r\n      <a\r\n        href=\"\/referral-program\/\"\r\n          class=\"aevos-header-nav-link\"\r\n      >\r\n        Referral Program\r\n      <\/a>\r\n\r\n      <a\r\n        href=\"\/security\/\"\r\n        class=\"aevos-header-nav-link active\"\r\n      >\r\n        Security\r\n      <\/a>\r\n\r\n    \r\n\r\n    <\/nav>\r\n\r\n\r\n    <!-- Bot\u00f5es -->\r\n    <div class=\"aevos-header-actions\">\r\n\r\n      <a\r\n        href=\"https:\/\/aevos.org\/login\" target=\"_blank\"\r\n        class=\"aevos-header-btn aevos-header-btn-login\"\r\n      >\r\n        Login\r\n      <\/a>\r\n\r\n      <a\r\n        href=\"https:\/\/aevos.cloud\/tour\"\r\n        target=\"_blank\"\r\n        rel=\"noopener noreferrer\"\r\n        class=\"aevos-header-btn aevos-header-btn-cta\"\r\n      >\r\n        Activate Protocol\r\n        <span class=\"arrow\" aria-hidden=\"true\">\u2192<\/span>\r\n      <\/a>\r\n\r\n\r\n      <!-- Hamburger -->\r\n      <button\r\n        class=\"aevos-header-burger\"\r\n        id=\"aevos-header-burger\"\r\n        type=\"button\"\r\n        aria-label=\"Open navigation menu\"\r\n        aria-expanded=\"false\"\r\n        aria-controls=\"aevos-mobile-menu\"\r\n      >\r\n        <span class=\"aevos-header-burger-lines\">\r\n          <span><\/span>\r\n          <span><\/span>\r\n          <span><\/span>\r\n        <\/span>\r\n      <\/button>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n\r\n  <!-- Menu mobile -->\r\n  <div\r\n    class=\"aevos-header-mobile\"\r\n    id=\"aevos-mobile-menu\"\r\n  >\r\n\r\n    <nav\r\n      class=\"aevos-header-mobile-nav\"\r\n      aria-label=\"Mobile navigation\"\r\n    >\r\n\r\n      <a\r\n        href=\"\/\"      >\r\n        Home\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"2\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <polyline points=\"9 18 15 12 9 6\"><\/polyline>\r\n        <\/svg>\r\n      <\/a>\r\n\r\n\r\n      <a href=\"\/how-it-works\/\">\r\n        How It Works\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"2\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <polyline points=\"9 18 15 12 9 6\"><\/polyline>\r\n        <\/svg>\r\n      <\/a>\r\n\r\n\r\n\r\n      <a href=\"\/referral-program\/\"  >\r\n        Referral Program\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"2\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <polyline points=\"9 18 15 12 9 6\"><\/polyline>\r\n        <\/svg>\r\n      <\/a>\r\n\r\n\r\n      <a href=\"\/security\/\" class=\"active\">\r\n        Security\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"2\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <polyline points=\"9 18 15 12 9 6\"><\/polyline>\r\n        <\/svg>\r\n      <\/a>\r\n\r\n\r\n\r\n\r\n    <\/nav>\r\n\r\n\r\n    <!-- Bot\u00f5es mobile -->\r\n    <div class=\"aevos-header-mobile-actions\">\r\n\r\n      <a\r\n        href=\"https:\/\/aevos.org\/login\" target=\"_blank\"\r\n        class=\"aevos-header-btn aevos-header-btn-login\"\r\n      >\r\n        Login\r\n      <\/a>\r\n\r\n      <a\r\n        href=\"https:\/\/aevos.cloud\/tour\"\r\n        target=\"_blank\"\r\n        rel=\"noopener noreferrer\"\r\n        class=\"aevos-header-btn aevos-header-btn-cta\"\r\n      >\r\n        Activate Protocol\r\n        <span class=\"arrow\" aria-hidden=\"true\">\u2192<\/span>\r\n      <\/a>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/header>\r\n\r\n\r\n<!-- =========================================================\r\n     JAVASCRIPT DO MENU MOBILE\r\n========================================================= -->\r\n\r\n<script>\r\n(function(){\r\n\r\n  var burger = document.getElementById('aevos-header-burger');\r\n  var mobileMenu = document.getElementById('aevos-mobile-menu');\r\n\r\n  if(!burger || !mobileMenu){\r\n    return;\r\n  }\r\n\r\n\r\n  function openMenu(){\r\n\r\n    burger.classList.add('open');\r\n    mobileMenu.classList.add('open');\r\n\r\n    burger.setAttribute('aria-expanded', 'true');\r\n    burger.setAttribute('aria-label', 'Close navigation menu');\r\n\r\n  }\r\n\r\n\r\n  function closeMenu(){\r\n\r\n    burger.classList.remove('open');\r\n    mobileMenu.classList.remove('open');\r\n\r\n    burger.setAttribute('aria-expanded', 'false');\r\n    burger.setAttribute('aria-label', 'Open navigation menu');\r\n\r\n  }\r\n\r\n\r\n  burger.addEventListener('click', function(event){\r\n\r\n    event.stopPropagation();\r\n\r\n    var menuIsOpen =\r\n      mobileMenu.classList.contains('open');\r\n\r\n    if(menuIsOpen){\r\n      closeMenu();\r\n    }else{\r\n      openMenu();\r\n    }\r\n\r\n  });\r\n\r\n\r\n  mobileMenu.querySelectorAll('a').forEach(function(link){\r\n\r\n    link.addEventListener('click', function(){\r\n      closeMenu();\r\n    });\r\n\r\n  });\r\n\r\n\r\n  document.addEventListener('click', function(event){\r\n\r\n    if(\r\n      mobileMenu.classList.contains('open') &&\r\n      !event.target.closest('.aevos-header')\r\n    ){\r\n      closeMenu();\r\n    }\r\n\r\n  });\r\n\r\n\r\n  document.addEventListener('keydown', function(event){\r\n\r\n    if(\r\n      event.key === 'Escape' &&\r\n      mobileMenu.classList.contains('open')\r\n    ){\r\n      closeMenu();\r\n      burger.focus();\r\n    }\r\n\r\n  });\r\n\r\n\r\n  window.addEventListener('resize', function(){\r\n\r\n    if(\r\n      window.innerWidth > 1050 &&\r\n      mobileMenu.classList.contains('open')\r\n    ){\r\n      closeMenu();\r\n    }\r\n\r\n  });\r\n\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7f2069 elementor-widget elementor-widget-html\" data-id=\"b7f2069\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     AEVOS \u2014 SECURITY PAGE\r\n     HERO SECTION\r\n============================================================ -->\r\n\r\n<style>\r\n.aevos-security-hero,\r\n.aevos-security-hero *{\r\n  box-sizing:border-box !important;\r\n  margin:0;\r\n  padding:0;\r\n}\r\n\r\n.aevos-security-hero{\r\n  --ash-green:#00E5A8;\r\n  --ash-cyan:#12CFFF;\r\n  --ash-white:#FFFFFF;\r\n  --ash-text:#EAF0F1;\r\n  --ash-muted:#93A0A5;\r\n  --ash-border:rgba(255,255,255,.075);\r\n\r\n  position:relative;\r\n  width:100%;\r\n  min-height:660px;\r\n  padding:112px 24px 88px;\r\n\r\n  display:flex;\r\n  align-items:center;\r\n\r\n  color:var(--ash-text);\r\n\r\n  font-family:\r\n    'Inter',\r\n    -apple-system,\r\n    BlinkMacSystemFont,\r\n    'Segoe UI',\r\n    sans-serif !important;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 14% 26%,\r\n      rgba(0,229,168,.07),\r\n      transparent 33%\r\n    ),\r\n    radial-gradient(\r\n      circle at 86% 70%,\r\n      rgba(18,207,255,.05),\r\n      transparent 35%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      #05080A 0%,\r\n      #071012 52%,\r\n      #05080A 100%\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-security-hero::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  background-image:\r\n    linear-gradient(\r\n      rgba(255,255,255,.016) 1px,\r\n      transparent 1px\r\n    ),\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(255,255,255,.016) 1px,\r\n      transparent 1px\r\n    );\r\n\r\n  background-size:48px 48px;\r\n\r\n  -webkit-mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(0,0,0,.60),\r\n      transparent 92%\r\n    );\r\n\r\n  mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(0,0,0,.60),\r\n      transparent 92%\r\n    );\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n.aevos-security-hero::after{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:50%;\r\n\r\n  width:min(1180px,88%);\r\n  height:1px;\r\n\r\n  transform:translateX(-50%);\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.30),\r\n      rgba(18,207,255,.22),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-hero-container{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  width:100%;\r\n  max-width:1180px;\r\n  margin:0 auto;\r\n\r\n  display:grid;\r\n  grid-template-columns:minmax(0,1fr) minmax(450px,.90fr);\r\n  gap:74px;\r\n  align-items:center;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   CONTENT\r\n========================================================= *\/\r\n\r\n.aevos-security-hero-content{\r\n  max-width:650px;\r\n}\r\n\r\n.aevos-security-hero-eyebrow{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:9px;\r\n\r\n  margin-bottom:18px;\r\n\r\n  color:var(--ash-green) !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.12em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-hero-eyebrow::before{\r\n  content:\"\";\r\n\r\n  width:24px;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--ash-green),\r\n      var(--ash-cyan)\r\n    );\r\n}\r\n\r\n.aevos-security-hero-title{\r\n  max-width:640px;\r\n  margin-bottom:22px;\r\n\r\n  color:var(--ash-white) !important;\r\n\r\n  font-size:clamp(42px,5vw,66px) !important;\r\n  font-weight:730 !important;\r\n  line-height:1.05 !important;\r\n  letter-spacing:-.05em !important;\r\n}\r\n\r\n.aevos-security-hero-title span{\r\n  display:block;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--ash-green),\r\n      var(--ash-cyan)\r\n    );\r\n\r\n  -webkit-background-clip:text;\r\n  background-clip:text;\r\n  -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.aevos-security-hero-description{\r\n  max-width:620px;\r\n\r\n  color:var(--ash-muted) !important;\r\n\r\n  font-size:15.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.8 !important;\r\n}\r\n\r\n.aevos-security-hero-tags{\r\n  display:flex;\r\n  align-items:center;\r\n  flex-wrap:wrap;\r\n  gap:10px;\r\n\r\n  margin-top:27px;\r\n}\r\n\r\n.aevos-security-hero-tag{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:7px;\r\n\r\n  padding:8px 11px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:9px;\r\n\r\n  color:#AEB9BC !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:650 !important;\r\n  line-height:1.2 !important;\r\n\r\n  background:rgba(255,255,255,.023);\r\n}\r\n\r\n.aevos-security-hero-tag::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n  flex-shrink:0;\r\n\r\n  border-radius:50%;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--ash-green),\r\n      var(--ash-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 0 9px rgba(0,229,168,.32);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ACTIONS\r\n========================================================= *\/\r\n\r\n.aevos-security-hero-actions{\r\n  display:flex;\r\n  align-items:center;\r\n  gap:17px;\r\n\r\n  margin-top:31px;\r\n}\r\n\r\n.aevos-security-hero-button{\r\n  display:inline-flex !important;\r\n  align-items:center;\r\n  justify-content:center;\r\n  gap:7px;\r\n\r\n  min-height:40px;\r\n  padding:10px 19px;\r\n\r\n  border-radius:9px;\r\n\r\n  font-size:11.5px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  text-decoration:none !important;\r\n\r\n  transition:\r\n    transform .24s ease,\r\n    border-color .24s ease,\r\n    background .24s ease,\r\n    box-shadow .24s ease,\r\n    filter .24s ease;\r\n}\r\n\r\n.aevos-security-hero-button svg{\r\n  width:13px;\r\n  height:13px;\r\n  flex-shrink:0;\r\n\r\n  transition:transform .24s ease;\r\n}\r\n\r\n.aevos-security-hero-button:hover svg{\r\n  transform:translateX(2px);\r\n}\r\n\r\n.aevos-security-hero-button-primary{\r\n  border:1px solid transparent;\r\n\r\n  color:#03120E !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--ash-green),\r\n      var(--ash-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 11px 24px rgba(0,229,168,.14);\r\n}\r\n\r\n.aevos-security-hero-button-primary:hover{\r\n  transform:translateY(-2px);\r\n\r\n  color:#03120E !important;\r\n\r\n  filter:brightness(.95);\r\n\r\n  box-shadow:\r\n    0 15px 29px rgba(0,229,168,.19);\r\n}\r\n\r\n.aevos-security-hero-button-secondary{\r\n  border:1px solid rgba(255,255,255,.085);\r\n\r\n  color:#BAC4C7 !important;\r\n\r\n  background:rgba(255,255,255,.022);\r\n}\r\n\r\n.aevos-security-hero-button-secondary:hover{\r\n  transform:translateY(-2px);\r\n\r\n  border-color:rgba(255,255,255,.14);\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  background:rgba(255,255,255,.038);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SECURITY VISUAL\r\n========================================================= *\/\r\n\r\n.aevos-security-visual{\r\n  position:relative;\r\n\r\n  min-height:520px;\r\n\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n}\r\n\r\n.aevos-security-visual-glow{\r\n  position:absolute;\r\n  top:50%;\r\n  left:50%;\r\n\r\n  width:460px;\r\n  height:460px;\r\n\r\n  transform:translate(-50%,-50%);\r\n\r\n  border-radius:50%;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle,\r\n      rgba(0,229,168,.08),\r\n      rgba(18,207,255,.025) 45%,\r\n      transparent 72%\r\n    );\r\n\r\n  filter:blur(14px);\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n.aevos-security-panel{\r\n  position:relative;\r\n\r\n  width:100%;\r\n  max-width:470px;\r\n  min-height:500px;\r\n\r\n  padding:27px;\r\n\r\n  border:1px solid var(--ash-border);\r\n  border-radius:24px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 50% 0%,\r\n      rgba(0,229,168,.055),\r\n      transparent 35%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.035),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 32px 72px rgba(0,0,0,.28);\r\n\r\n  backdrop-filter:blur(14px);\r\n  -webkit-backdrop-filter:blur(14px);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-security-panel::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:11%;\r\n  right:11%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.56),\r\n      rgba(18,207,255,.38),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-panel-head{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  justify-content:space-between;\r\n  gap:18px;\r\n\r\n  margin-bottom:25px;\r\n}\r\n\r\n.aevos-security-panel-label{\r\n  display:block;\r\n  margin-bottom:6px;\r\n\r\n  color:#748287 !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-panel-head h3{\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:18px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-security-panel-status{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:7px;\r\n\r\n  flex-shrink:0;\r\n  padding:7px 9px;\r\n\r\n  border:1px solid rgba(0,229,168,.11);\r\n  border-radius:8px;\r\n\r\n  color:#A6B3B0 !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(0,229,168,.025);\r\n}\r\n\r\n.aevos-security-panel-status::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--ash-green);\r\n\r\n  box-shadow:\r\n    0 0 9px rgba(0,229,168,.42);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SECURITY CORE\r\n========================================================= *\/\r\n\r\n.aevos-security-core-wrap{\r\n  position:relative;\r\n\r\n  min-height:210px;\r\n\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  margin-bottom:20px;\r\n}\r\n\r\n.aevos-security-ring{\r\n  position:absolute;\r\n  top:50%;\r\n  left:50%;\r\n\r\n  border-radius:50%;\r\n\r\n  transform:translate(-50%,-50%);\r\n}\r\n\r\n.aevos-security-ring-one{\r\n  width:200px;\r\n  height:200px;\r\n\r\n  border:1px solid rgba(255,255,255,.055);\r\n}\r\n\r\n.aevos-security-ring-two{\r\n  width:160px;\r\n  height:160px;\r\n\r\n  border:1px dashed rgba(0,229,168,.13);\r\n\r\n  animation:aevosSecurityRotate 28s linear infinite;\r\n}\r\n\r\n.aevos-security-ring-three{\r\n  width:120px;\r\n  height:120px;\r\n\r\n  border:1px solid rgba(18,207,255,.10);\r\n}\r\n\r\n.aevos-security-orbit-dot{\r\n  position:absolute;\r\n\r\n  width:8px;\r\n  height:8px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--ash-green),\r\n      var(--ash-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 0 13px rgba(0,229,168,.42);\r\n}\r\n\r\n.aevos-security-orbit-dot-one{\r\n  top:-4px;\r\n  left:50%;\r\n}\r\n\r\n.aevos-security-orbit-dot-two{\r\n  right:6px;\r\n  bottom:32px;\r\n}\r\n\r\n.aevos-security-orbit-dot-three{\r\n  left:5px;\r\n  bottom:39px;\r\n}\r\n\r\n.aevos-security-core{\r\n  position:relative;\r\n  z-index:3;\r\n\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n  flex-direction:column;\r\n\r\n  width:106px;\r\n  height:106px;\r\n\r\n  border:1px solid rgba(0,229,168,.20);\r\n  border-radius:50%;\r\n\r\n  text-align:center;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 35% 30%,\r\n      rgba(0,229,168,.16),\r\n      rgba(18,207,255,.035) 48%,\r\n      rgba(255,255,255,.016) 74%\r\n    );\r\n\r\n  box-shadow:\r\n    0 0 42px rgba(0,229,168,.09),\r\n    inset 0 0 24px rgba(0,229,168,.03);\r\n}\r\n\r\n.aevos-security-core-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:35px;\r\n  height:35px;\r\n  margin-bottom:7px;\r\n\r\n  border-radius:10px;\r\n\r\n  color:#03120E;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--ash-green),\r\n      var(--ash-cyan)\r\n    );\r\n}\r\n\r\n.aevos-security-core-icon svg{\r\n  width:17px;\r\n  height:17px;\r\n}\r\n\r\n.aevos-security-core strong{\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.3 !important;\r\n}\r\n\r\n.aevos-security-core span{\r\n  margin-top:3px;\r\n\r\n  color:#748287 !important;\r\n\r\n  font-size:7px !important;\r\n  font-weight:650 !important;\r\n  line-height:1.2 !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SECURITY ITEMS\r\n========================================================= *\/\r\n\r\n.aevos-security-items{\r\n  display:grid;\r\n  gap:10px;\r\n}\r\n\r\n.aevos-security-item{\r\n  display:grid;\r\n  grid-template-columns:38px minmax(0,1fr) auto;\r\n  gap:12px;\r\n  align-items:center;\r\n\r\n  padding:12px;\r\n\r\n  border:1px solid rgba(255,255,255,.058);\r\n  border-radius:11px;\r\n\r\n  background:rgba(255,255,255,.018);\r\n\r\n  transition:\r\n    transform .24s ease,\r\n    border-color .24s ease,\r\n    background .24s ease;\r\n}\r\n\r\n.aevos-security-item:hover{\r\n  transform:translateX(3px);\r\n\r\n  border-color:rgba(255,255,255,.105);\r\n\r\n  background:rgba(255,255,255,.027);\r\n}\r\n\r\n.aevos-security-item-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:38px;\r\n  height:38px;\r\n\r\n  border:1px solid rgba(0,229,168,.12);\r\n  border-radius:10px;\r\n\r\n  color:var(--ash-green);\r\n\r\n  background:rgba(0,229,168,.028);\r\n}\r\n\r\n.aevos-security-item-icon svg{\r\n  width:16px;\r\n  height:16px;\r\n}\r\n\r\n.aevos-security-item-copy strong{\r\n  display:block;\r\n  margin-bottom:3px;\r\n\r\n  color:#DDE5E6 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-security-item-copy span{\r\n  display:block;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-item-state{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:5px;\r\n\r\n  padding:5px 7px;\r\n\r\n  border:1px solid rgba(0,229,168,.09);\r\n  border-radius:7px;\r\n\r\n  color:#92A19D !important;\r\n\r\n  font-size:6.8px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(0,229,168,.024);\r\n}\r\n\r\n.aevos-security-item-state::before{\r\n  content:\"\";\r\n\r\n  width:4px;\r\n  height:4px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--ash-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   FOOTNOTE\r\n========================================================= *\/\r\n\r\n.aevos-security-panel-note{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  gap:9px;\r\n\r\n  margin-top:17px;\r\n  padding:12px;\r\n\r\n  border:1px solid rgba(255,255,255,.055);\r\n  border-radius:10px;\r\n\r\n  background:rgba(255,255,255,.015);\r\n}\r\n\r\n.aevos-security-panel-note svg{\r\n  width:14px;\r\n  height:14px;\r\n  flex-shrink:0;\r\n  margin-top:1px;\r\n\r\n  color:#839196;\r\n}\r\n\r\n.aevos-security-panel-note p{\r\n  color:#6F7D82 !important;\r\n\r\n  font-size:8.3px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.5 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ANIMATION\r\n========================================================= *\/\r\n\r\n@keyframes aevosSecurityRotate{\r\n  from{\r\n    transform:\r\n      translate(-50%,-50%)\r\n      rotate(0deg);\r\n  }\r\n\r\n  to{\r\n    transform:\r\n      translate(-50%,-50%)\r\n      rotate(360deg);\r\n  }\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSIVE\r\n========================================================= *\/\r\n\r\n@media(max-width:1050px){\r\n\r\n  .aevos-security-hero{\r\n    padding-top:96px;\r\n  }\r\n\r\n  .aevos-security-hero-container{\r\n    grid-template-columns:1fr;\r\n    gap:58px;\r\n  }\r\n\r\n  .aevos-security-hero-content{\r\n    max-width:760px;\r\n    margin:0 auto;\r\n\r\n    text-align:center;\r\n  }\r\n\r\n  .aevos-security-hero-title,\r\n  .aevos-security-hero-description{\r\n    margin-left:auto;\r\n    margin-right:auto;\r\n  }\r\n\r\n  .aevos-security-hero-tags,\r\n  .aevos-security-hero-actions{\r\n    justify-content:center;\r\n  }\r\n\r\n  .aevos-security-visual{\r\n    min-height:auto;\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:640px){\r\n\r\n  .aevos-security-hero{\r\n    min-height:auto;\r\n    padding:78px 18px 64px;\r\n  }\r\n\r\n  .aevos-security-hero-title{\r\n    font-size:38px !important;\r\n  }\r\n\r\n  .aevos-security-hero-description{\r\n    font-size:14.5px !important;\r\n  }\r\n\r\n  .aevos-security-hero-actions{\r\n    flex-direction:column;\r\n    gap:11px;\r\n  }\r\n\r\n  .aevos-security-hero-button{\r\n    width:100%;\r\n    max-width:250px;\r\n  }\r\n\r\n  .aevos-security-panel{\r\n    min-height:auto;\r\n    padding:21px 16px;\r\n\r\n    border-radius:19px;\r\n  }\r\n\r\n  .aevos-security-panel-head{\r\n    flex-direction:column;\r\n  }\r\n\r\n  .aevos-security-item{\r\n    grid-template-columns:36px minmax(0,1fr);\r\n  }\r\n\r\n  .aevos-security-item-icon{\r\n    width:36px;\r\n    height:36px;\r\n  }\r\n\r\n  .aevos-security-item-state{\r\n    grid-column:2;\r\n\r\n    width:max-content;\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:460px){\r\n\r\n  .aevos-security-hero-title{\r\n    font-size:33px !important;\r\n  }\r\n\r\n  .aevos-security-hero-tags{\r\n    justify-content:flex-start;\r\n  }\r\n\r\n  .aevos-security-hero-tag{\r\n    font-size:9px !important;\r\n  }\r\n\r\n}\r\n\r\n@media(prefers-reduced-motion:reduce){\r\n\r\n  .aevos-security-ring-two{\r\n    animation:none !important;\r\n  }\r\n\r\n  .aevos-security-hero-button,\r\n  .aevos-security-hero-button svg,\r\n  .aevos-security-item{\r\n    transition:none !important;\r\n  }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<section class=\"aevos-security-hero\" id=\"aevos-security\">\r\n\r\n  <div class=\"aevos-security-hero-container\">\r\n\r\n    <!-- LEFT CONTENT -->\r\n\r\n    <div class=\"aevos-security-hero-content\">\r\n\r\n      <span class=\"aevos-security-hero-eyebrow\">\r\n        Platform Protection\r\n      <\/span>\r\n\r\n      <h1 class=\"aevos-security-hero-title\">\r\n        Aevos Security\r\n        <span>built around responsible protection<\/span>\r\n      <\/h1>\r\n\r\n      <p class=\"aevos-security-hero-description\">\r\n        Discover how Aevos approaches platform security, account\r\n        protection and responsible risk management to support a more\r\n        reliable environment for users across its ecosystem.\r\n      <\/p>\r\n\r\n\r\n      <div class=\"aevos-security-hero-tags\">\r\n\r\n        <span class=\"aevos-security-hero-tag\">\r\n          Platform Security\r\n        <\/span>\r\n\r\n        <span class=\"aevos-security-hero-tag\">\r\n          Account Protection\r\n        <\/span>\r\n\r\n        <span class=\"aevos-security-hero-tag\">\r\n          Risk Controls\r\n        <\/span>\r\n\r\n        <span class=\"aevos-security-hero-tag\">\r\n          Responsible Practices\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n\r\n      <div class=\"aevos-security-hero-actions\">\r\n\r\n        <a\r\n          href=\"https:\/\/aevos.cloud\/tour\"\r\n          target=\"_blank\"\r\n          rel=\"noopener noreferrer\"\r\n          class=\"aevos-security-hero-button aevos-security-hero-button-primary\"\r\n        >\r\n          Create Account\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"2\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M5 12h14\"><\/path>\r\n            <path d=\"M13 6l6 6-6 6\"><\/path>\r\n          <\/svg>\r\n        <\/a>\r\n\r\n\r\n        <a\r\n          href=\"https:\/\/aevos.org\/login\"\r\n          target=\"_blank\"\r\n          rel=\"noopener noreferrer\"\r\n          class=\"aevos-security-hero-button aevos-security-hero-button-secondary\"\r\n        >\r\n          Login\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"2\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M5 12h14\"><\/path>\r\n            <path d=\"M13 6l6 6-6 6\"><\/path>\r\n          <\/svg>\r\n        <\/a>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- RIGHT VISUAL -->\r\n\r\n    <div class=\"aevos-security-visual\">\r\n\r\n      <div class=\"aevos-security-visual-glow\"><\/div>\r\n\r\n      <div class=\"aevos-security-panel\">\r\n\r\n        <div class=\"aevos-security-panel-head\">\r\n\r\n          <div>\r\n\r\n            <span class=\"aevos-security-panel-label\">\r\n              Security Overview\r\n            <\/span>\r\n\r\n            <h3>\r\n              Connected protection framework\r\n            <\/h3>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-security-panel-status\">\r\n            Monitoring\r\n          <\/span>\r\n\r\n        <\/div>\r\n\r\n\r\n        <!-- SECURITY CORE -->\r\n\r\n        <div class=\"aevos-security-core-wrap\">\r\n\r\n          <div class=\"aevos-security-ring aevos-security-ring-one\"><\/div>\r\n\r\n          <div class=\"aevos-security-ring aevos-security-ring-two\">\r\n\r\n            <span class=\"aevos-security-orbit-dot aevos-security-orbit-dot-one\"><\/span>\r\n            <span class=\"aevos-security-orbit-dot aevos-security-orbit-dot-two\"><\/span>\r\n            <span class=\"aevos-security-orbit-dot aevos-security-orbit-dot-three\"><\/span>\r\n\r\n          <\/div>\r\n\r\n          <div class=\"aevos-security-ring aevos-security-ring-three\"><\/div>\r\n\r\n\r\n          <div class=\"aevos-security-core\">\r\n\r\n            <div class=\"aevos-security-core-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"2\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M12 3l7 4v5c0 4.5-2.8 7.6-7 9-4.2-1.4-7-4.5-7-9V7l7-4z\"><\/path>\r\n                <path d=\"M9 12l2 2 4-4\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <strong>\r\n              Security Layer\r\n            <\/strong>\r\n\r\n            <span>\r\n              Connected Controls\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n\r\n        <!-- SECURITY ITEMS -->\r\n\r\n        <div class=\"aevos-security-items\">\r\n\r\n          <div class=\"aevos-security-item\">\r\n\r\n            <div class=\"aevos-security-item-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n                <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-item-copy\">\r\n\r\n              <strong>\r\n                Account Protection\r\n              <\/strong>\r\n\r\n              <span>\r\n                Practices designed to support safer account access.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-item-state\">\r\n              Connected\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-item\">\r\n\r\n            <div class=\"aevos-security-item-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M4 5h16v14H4z\"><\/path>\r\n                <path d=\"M8 9h8\"><\/path>\r\n                <path d=\"M8 13h5\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-item-copy\">\r\n\r\n              <strong>\r\n                Platform Integrity\r\n              <\/strong>\r\n\r\n              <span>\r\n                Operational practices across the Aevos environment.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-item-state\">\r\n              Reviewed\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-item\">\r\n\r\n            <div class=\"aevos-security-item-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M4 18V9\"><\/path>\r\n                <path d=\"M10 18V5\"><\/path>\r\n                <path d=\"M16 18v-7\"><\/path>\r\n                <path d=\"M22 18V3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-item-copy\">\r\n\r\n              <strong>\r\n                Risk Monitoring\r\n              <\/strong>\r\n\r\n              <span>\r\n                Risk awareness connected to operational activity.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-item-state\">\r\n              Active\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-item\">\r\n\r\n            <div class=\"aevos-security-item-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n                <path d=\"M12 7v5\"><\/path>\r\n                <path d=\"M12 16h.01\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-item-copy\">\r\n\r\n              <strong>\r\n                Responsible Practices\r\n              <\/strong>\r\n\r\n              <span>\r\n                Clear guidance without promises of absolute protection.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-item-state\">\r\n              Ongoing\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-security-panel-note\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M12 11v5\"><\/path>\r\n            <path d=\"M12 8h.01\"><\/path>\r\n          <\/svg>\r\n\r\n          <p>\r\n            This visual is illustrative. Security practices reduce risk\r\n            but cannot eliminate every technical, operational or\r\n            user-related threat.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0315a34 elementor-widget elementor-widget-html\" data-id=\"0315a34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     AEVOS \u2014 SECURITY PAGE\r\n     SECTION 02: SECURITY APPROACH\r\n============================================================ -->\r\n\r\n<style>\r\n.aevos-security-approach,\r\n.aevos-security-approach *{\r\n  box-sizing:border-box !important;\r\n  margin:0;\r\n  padding:0;\r\n}\r\n\r\n.aevos-security-approach{\r\n  --asa-green:#00E5A8;\r\n  --asa-cyan:#12CFFF;\r\n  --asa-white:#FFFFFF;\r\n  --asa-text:#EAF0F1;\r\n  --asa-muted:#8F9CA1;\r\n\r\n  position:relative;\r\n  width:100%;\r\n  padding:105px 24px;\r\n\r\n  color:var(--asa-text);\r\n\r\n  font-family:\r\n    'Inter',\r\n    -apple-system,\r\n    BlinkMacSystemFont,\r\n    'Segoe UI',\r\n    sans-serif !important;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 84% 18%,\r\n      rgba(0,229,168,.048),\r\n      transparent 31%\r\n    ),\r\n    radial-gradient(\r\n      circle at 15% 82%,\r\n      rgba(18,207,255,.038),\r\n      transparent 34%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      #05080A 0%,\r\n      #071012 50%,\r\n      #05080A 100%\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-security-approach::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:50%;\r\n\r\n  width:min(1180px,88%);\r\n  height:1px;\r\n\r\n  transform:translateX(-50%);\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(255,255,255,.04),\r\n      rgba(0,229,168,.22),\r\n      rgba(18,207,255,.17),\r\n      rgba(255,255,255,.04),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-approach::after{\r\n  content:\"\";\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  background-image:\r\n    radial-gradient(\r\n      circle,\r\n      rgba(255,255,255,.034) 1px,\r\n      transparent 1px\r\n    );\r\n\r\n  background-size:32px 32px;\r\n  opacity:.13;\r\n\r\n  -webkit-mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      #000 24%,\r\n      #000 76%,\r\n      transparent\r\n    );\r\n\r\n  mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      #000 24%,\r\n      #000 76%,\r\n      transparent\r\n    );\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n.aevos-security-approach-container{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  width:100%;\r\n  max-width:1180px;\r\n  margin:0 auto;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HEADER\r\n========================================================= *\/\r\n\r\n.aevos-security-approach-header{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);\r\n  align-items:end;\r\n  gap:72px;\r\n\r\n  margin-bottom:58px;\r\n}\r\n\r\n.aevos-security-approach-eyebrow{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:9px;\r\n\r\n  margin-bottom:16px;\r\n\r\n  color:var(--asa-green) !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.12em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-approach-eyebrow::before{\r\n  content:\"\";\r\n\r\n  width:24px;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--asa-green),\r\n      var(--asa-cyan)\r\n    );\r\n}\r\n\r\n.aevos-security-approach-title{\r\n  max-width:600px;\r\n\r\n  color:var(--asa-white) !important;\r\n\r\n  font-size:clamp(34px,4vw,48px) !important;\r\n  font-weight:720 !important;\r\n  line-height:1.13 !important;\r\n  letter-spacing:-.04em !important;\r\n}\r\n\r\n.aevos-security-approach-title span{\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--asa-green),\r\n      var(--asa-cyan)\r\n    );\r\n\r\n  -webkit-background-clip:text;\r\n  background-clip:text;\r\n  -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.aevos-security-approach-intro{\r\n  max-width:620px;\r\n\r\n  color:var(--asa-muted) !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.82 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MAIN GRID\r\n========================================================= *\/\r\n\r\n.aevos-security-approach-grid{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);\r\n  gap:34px;\r\n  align-items:stretch;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   PHILOSOPHY PANEL\r\n========================================================= *\/\r\n\r\n.aevos-security-philosophy{\r\n  position:relative;\r\n\r\n  display:flex;\r\n  flex-direction:column;\r\n\r\n  padding:32px;\r\n\r\n  border:1px solid rgba(255,255,255,.075);\r\n  border-radius:21px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 14% 12%,\r\n      rgba(0,229,168,.052),\r\n      transparent 31%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 26px 60px rgba(0,0,0,.21);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-security-philosophy::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:10%;\r\n  right:10%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.46),\r\n      rgba(18,207,255,.30),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-philosophy-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:54px;\r\n  height:54px;\r\n  margin-bottom:24px;\r\n\r\n  border-radius:15px;\r\n\r\n  color:#03120E;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--asa-green),\r\n      var(--asa-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 14px 30px rgba(0,229,168,.13);\r\n}\r\n\r\n.aevos-security-philosophy-icon svg{\r\n  width:23px;\r\n  height:23px;\r\n}\r\n\r\n.aevos-security-philosophy-label{\r\n  display:block;\r\n  margin-bottom:10px;\r\n\r\n  color:var(--asa-green) !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-philosophy h3{\r\n  max-width:490px;\r\n  margin-bottom:14px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:26px !important;\r\n  font-weight:710 !important;\r\n  line-height:1.27 !important;\r\n  letter-spacing:-.028em !important;\r\n}\r\n\r\n.aevos-security-philosophy > p{\r\n  max-width:540px;\r\n\r\n  color:#839095 !important;\r\n\r\n  font-size:13px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.75 !important;\r\n}\r\n\r\n.aevos-security-philosophy > p + p{\r\n  margin-top:14px;\r\n}\r\n\r\n.aevos-security-philosophy-flow{\r\n  display:grid;\r\n  gap:10px;\r\n\r\n  margin-top:28px;\r\n  padding-top:23px;\r\n\r\n  border-top:1px solid rgba(255,255,255,.06);\r\n}\r\n\r\n.aevos-security-philosophy-flow-item{\r\n  display:grid;\r\n  grid-template-columns:34px minmax(0,1fr);\r\n  gap:11px;\r\n  align-items:center;\r\n\r\n  padding:12px;\r\n\r\n  border:1px solid rgba(255,255,255,.055);\r\n  border-radius:11px;\r\n\r\n  background:rgba(255,255,255,.017);\r\n}\r\n\r\n.aevos-security-philosophy-flow-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:34px;\r\n  height:34px;\r\n\r\n  border:1px solid rgba(0,229,168,.12);\r\n  border-radius:9px;\r\n\r\n  color:var(--asa-green);\r\n\r\n  background:rgba(0,229,168,.028);\r\n}\r\n\r\n.aevos-security-philosophy-flow-icon svg{\r\n  width:15px;\r\n  height:15px;\r\n}\r\n\r\n.aevos-security-philosophy-flow-item strong{\r\n  display:block;\r\n  margin-bottom:3px;\r\n\r\n  color:#DDE5E6 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-security-philosophy-flow-item span{\r\n  display:block;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:8.5px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.45 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   PRINCIPLES\r\n========================================================= *\/\r\n\r\n.aevos-security-principles{\r\n  display:grid;\r\n  grid-template-columns:repeat(2,minmax(0,1fr));\r\n  gap:15px;\r\n}\r\n\r\n.aevos-security-principle{\r\n  position:relative;\r\n\r\n  min-height:265px;\r\n  padding:25px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:17px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 88% 10%,\r\n      rgba(18,207,255,.035),\r\n      transparent 30%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.031),\r\n      rgba(255,255,255,.014)\r\n    );\r\n\r\n  overflow:hidden;\r\n\r\n  transition:\r\n    transform .25s ease,\r\n    border-color .25s ease,\r\n    background .25s ease;\r\n}\r\n\r\n.aevos-security-principle:hover{\r\n  transform:translateY(-4px);\r\n\r\n  border-color:rgba(255,255,255,.11);\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 88% 10%,\r\n      rgba(18,207,255,.05),\r\n      transparent 32%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.042),\r\n      rgba(255,255,255,.018)\r\n    );\r\n}\r\n\r\n.aevos-security-principle::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:0;\r\n\r\n  width:100%;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.28),\r\n      rgba(18,207,255,.19),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-principle-head{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  justify-content:space-between;\r\n  gap:18px;\r\n\r\n  margin-bottom:21px;\r\n}\r\n\r\n.aevos-security-principle-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:48px;\r\n  height:48px;\r\n\r\n  border:1px solid rgba(0,229,168,.14);\r\n  border-radius:13px;\r\n\r\n  color:var(--asa-green);\r\n\r\n  background:rgba(0,229,168,.033);\r\n}\r\n\r\n.aevos-security-principle-icon svg{\r\n  width:20px;\r\n  height:20px;\r\n}\r\n\r\n.aevos-security-principle-number{\r\n  color:rgba(255,255,255,.17) !important;\r\n\r\n  font-size:27px !important;\r\n  font-weight:760 !important;\r\n  line-height:1 !important;\r\n  letter-spacing:-.05em !important;\r\n}\r\n\r\n.aevos-security-principle-label{\r\n  display:block;\r\n  margin-bottom:8px;\r\n\r\n  color:var(--asa-green) !important;\r\n\r\n  font-size:8.5px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.09em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-principle h3{\r\n  margin-bottom:9px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:17px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-security-principle p{\r\n  color:#7F8D92 !important;\r\n\r\n  font-size:11.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.68 !important;\r\n}\r\n\r\n.aevos-security-principle-state{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:6px;\r\n\r\n  margin-top:17px;\r\n  padding:6px 8px;\r\n\r\n  border:1px solid rgba(255,255,255,.06);\r\n  border-radius:7px;\r\n\r\n  color:#8D9A9E !important;\r\n\r\n  font-size:7px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.018);\r\n}\r\n\r\n.aevos-security-principle-state::before{\r\n  content:\"\";\r\n\r\n  width:4px;\r\n  height:4px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--asa-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   BOTTOM STRIP\r\n========================================================= *\/\r\n\r\n.aevos-security-approach-strip{\r\n  display:grid;\r\n  grid-template-columns:repeat(4,minmax(0,1fr));\r\n  gap:12px;\r\n\r\n  margin-top:34px;\r\n  padding:20px;\r\n\r\n  border:1px solid rgba(255,255,255,.065);\r\n  border-radius:15px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.025),\r\n      rgba(255,255,255,.016),\r\n      rgba(18,207,255,.021)\r\n    );\r\n}\r\n\r\n.aevos-security-approach-strip-item{\r\n  display:flex;\r\n  align-items:center;\r\n  gap:10px;\r\n\r\n  padding:12px;\r\n\r\n  border:1px solid rgba(255,255,255,.055);\r\n  border-radius:10px;\r\n\r\n  background:rgba(255,255,255,.016);\r\n}\r\n\r\n.aevos-security-approach-strip-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:30px;\r\n  height:30px;\r\n  flex-shrink:0;\r\n\r\n  border:1px solid rgba(0,229,168,.11);\r\n  border-radius:8px;\r\n\r\n  color:var(--asa-green);\r\n\r\n  background:rgba(0,229,168,.026);\r\n}\r\n\r\n.aevos-security-approach-strip-icon svg{\r\n  width:13px;\r\n  height:13px;\r\n}\r\n\r\n.aevos-security-approach-strip-item span{\r\n  color:#9DA9AC !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:650 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NOTICE\r\n========================================================= *\/\r\n\r\n.aevos-security-approach-notice{\r\n  display:grid;\r\n  grid-template-columns:42px minmax(0,1fr);\r\n  gap:14px;\r\n\r\n  margin-top:30px;\r\n  padding:20px 21px;\r\n\r\n  border:1px solid rgba(255,255,255,.065);\r\n  border-radius:14px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.025),\r\n      rgba(255,255,255,.016),\r\n      rgba(18,207,255,.021)\r\n    );\r\n}\r\n\r\n.aevos-security-approach-notice-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:42px;\r\n  height:42px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:11px;\r\n\r\n  color:#8E9C9F;\r\n\r\n  background:rgba(255,255,255,.022);\r\n}\r\n\r\n.aevos-security-approach-notice-icon svg{\r\n  width:17px;\r\n  height:17px;\r\n}\r\n\r\n.aevos-security-approach-notice strong{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#DFE6E7 !important;\r\n\r\n  font-size:12px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-approach-notice p{\r\n  color:#7E8C91 !important;\r\n\r\n  font-size:10.8px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.65 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NEXT STEP\r\n========================================================= *\/\r\n\r\n.aevos-security-approach-summary{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:space-between;\r\n  gap:28px;\r\n\r\n  margin-top:30px;\r\n  padding:23px 26px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:16px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.035),\r\n      rgba(255,255,255,.018),\r\n      rgba(18,207,255,.025)\r\n    );\r\n}\r\n\r\n.aevos-security-approach-summary-copy strong{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-approach-summary-copy span{\r\n  color:#879499 !important;\r\n\r\n  font-size:12.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.6 !important;\r\n}\r\n\r\n.aevos-security-approach-summary-badge{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:8px;\r\n\r\n  flex-shrink:0;\r\n  padding:9px 12px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:9px;\r\n\r\n  color:#ABB6B9 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.025);\r\n}\r\n\r\n.aevos-security-approach-summary-badge::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--asa-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSIVE\r\n========================================================= *\/\r\n\r\n@media(max-width:1050px){\r\n\r\n  .aevos-security-approach{\r\n    padding:88px 22px;\r\n  }\r\n\r\n  .aevos-security-approach-header{\r\n    grid-template-columns:1fr;\r\n    gap:20px;\r\n  }\r\n\r\n  .aevos-security-approach-title,\r\n  .aevos-security-approach-intro{\r\n    max-width:760px;\r\n  }\r\n\r\n  .aevos-security-approach-grid{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n  .aevos-security-approach-strip{\r\n    grid-template-columns:repeat(2,minmax(0,1fr));\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:760px){\r\n\r\n  .aevos-security-principles{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:620px){\r\n\r\n  .aevos-security-approach{\r\n    padding:70px 18px;\r\n  }\r\n\r\n  .aevos-security-approach-header{\r\n    margin-bottom:43px;\r\n  }\r\n\r\n  .aevos-security-approach-title{\r\n    font-size:32px !important;\r\n  }\r\n\r\n  .aevos-security-approach-intro{\r\n    font-size:14px !important;\r\n  }\r\n\r\n  .aevos-security-philosophy{\r\n    padding:23px 19px;\r\n\r\n    border-radius:18px;\r\n  }\r\n\r\n  .aevos-security-philosophy h3{\r\n    font-size:22px !important;\r\n  }\r\n\r\n  .aevos-security-principle{\r\n    min-height:auto;\r\n    padding:22px 19px;\r\n\r\n    border-radius:16px;\r\n  }\r\n\r\n  .aevos-security-approach-strip{\r\n    grid-template-columns:1fr;\r\n\r\n    padding:16px;\r\n  }\r\n\r\n  .aevos-security-approach-notice{\r\n    grid-template-columns:36px minmax(0,1fr);\r\n\r\n    padding:17px;\r\n  }\r\n\r\n  .aevos-security-approach-notice-icon{\r\n    width:36px;\r\n    height:36px;\r\n  }\r\n\r\n  .aevos-security-approach-summary{\r\n    flex-direction:column;\r\n    align-items:flex-start;\r\n\r\n    padding:21px 19px;\r\n  }\r\n\r\n}\r\n\r\n@media(prefers-reduced-motion:reduce){\r\n\r\n  .aevos-security-principle{\r\n    transition:none !important;\r\n  }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<section class=\"aevos-security-approach\" id=\"security-approach\">\r\n\r\n  <div class=\"aevos-security-approach-container\">\r\n\r\n    <!-- HEADER -->\r\n\r\n    <div class=\"aevos-security-approach-header\">\r\n\r\n      <div>\r\n\r\n        <span class=\"aevos-security-approach-eyebrow\">\r\n          Security Approach\r\n        <\/span>\r\n\r\n        <h2 class=\"aevos-security-approach-title\">\r\n          Security is treated as an\r\n          <span>ongoing platform responsibility<\/span>\r\n        <\/h2>\r\n\r\n      <\/div>\r\n\r\n      <p class=\"aevos-security-approach-intro\">\r\n        Aevos approaches security as a combination of platform practices,\r\n        account awareness, operational monitoring and responsible user\r\n        behavior. Each layer contributes to a more structured environment,\r\n        while recognizing that no digital system can eliminate every risk.\r\n      <\/p>\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"aevos-security-approach-grid\">\r\n\r\n      <!-- PHILOSOPHY -->\r\n\r\n      <article class=\"aevos-security-philosophy\">\r\n\r\n        <div class=\"aevos-security-philosophy-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"2\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M12 3l7 4v5c0 4.5-2.8 7.6-7 9-4.2-1.4-7-4.5-7-9V7l7-4z\"><\/path>\r\n            <path d=\"M9 12l2 2 4-4\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span class=\"aevos-security-philosophy-label\">\r\n          Security Philosophy\r\n        <\/span>\r\n\r\n        <h3>\r\n          Protection depends on connected layers, not a single feature\r\n        <\/h3>\r\n\r\n        <p>\r\n          Platform security is broader than one tool or one control.\r\n          It includes how access is managed, how activity is reviewed,\r\n          how operational risks are considered and how users protect\r\n          their own account information.\r\n        <\/p>\r\n\r\n        <p>\r\n          A layered approach helps create stronger safeguards, but it\r\n          does not mean the platform is immune to technical incidents,\r\n          market disruptions, user mistakes or external threats.\r\n        <\/p>\r\n\r\n\r\n        <div class=\"aevos-security-philosophy-flow\">\r\n\r\n          <div class=\"aevos-security-philosophy-flow-item\">\r\n\r\n            <span class=\"aevos-security-philosophy-flow-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n                <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Account awareness\r\n              <\/strong>\r\n\r\n              <span>\r\n                Supporting responsible access and credential protection.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-philosophy-flow-item\">\r\n\r\n            <span class=\"aevos-security-philosophy-flow-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"3\" y=\"4\" width=\"18\" height=\"15\" rx=\"2\"><\/rect>\r\n                <path d=\"M7 15l3-3 3 2 4-5\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Operational visibility\r\n              <\/strong>\r\n\r\n              <span>\r\n                Organizing relevant activity and monitoring information.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-philosophy-flow-item\">\r\n\r\n            <span class=\"aevos-security-philosophy-flow-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n                <path d=\"M12 7v5\"><\/path>\r\n                <path d=\"M12 16h.01\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Risk awareness\r\n              <\/strong>\r\n\r\n              <span>\r\n                Recognizing technical, operational and user-related risks.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n      <\/article>\r\n\r\n\r\n      <!-- PRINCIPLES -->\r\n\r\n      <div class=\"aevos-security-principles\">\r\n\r\n        <article class=\"aevos-security-principle\">\r\n\r\n          <div class=\"aevos-security-principle-head\">\r\n\r\n            <div class=\"aevos-security-principle-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M4 5h16v14H4z\"><\/path>\r\n                <path d=\"M8 9h8\"><\/path>\r\n                <path d=\"M8 13h5\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-principle-number\">\r\n              01\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-security-principle-label\">\r\n            Platform Practices\r\n          <\/span>\r\n\r\n          <h3>\r\n            Structured operational management\r\n          <\/h3>\r\n\r\n          <p>\r\n            Security-related practices should remain connected to the\r\n            way platform access, activity and operational processes are\r\n            managed across the ecosystem.\r\n          <\/p>\r\n\r\n          <span class=\"aevos-security-principle-state\">\r\n            Ongoing Process\r\n          <\/span>\r\n\r\n        <\/article>\r\n\r\n\r\n        <article class=\"aevos-security-principle\">\r\n\r\n          <div class=\"aevos-security-principle-head\">\r\n\r\n            <div class=\"aevos-security-principle-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n                <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-principle-number\">\r\n              02\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-security-principle-label\">\r\n            Account Protection\r\n          <\/span>\r\n\r\n          <h3>\r\n            Responsible access begins with the user\r\n          <\/h3>\r\n\r\n          <p>\r\n            Users also play an important role by protecting credentials,\r\n            reviewing account activity and avoiding suspicious links,\r\n            messages or requests for private information.\r\n          <\/p>\r\n\r\n          <span class=\"aevos-security-principle-state\">\r\n            Shared Responsibility\r\n          <\/span>\r\n\r\n        <\/article>\r\n\r\n\r\n        <article class=\"aevos-security-principle\">\r\n\r\n          <div class=\"aevos-security-principle-head\">\r\n\r\n            <div class=\"aevos-security-principle-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M4 18V9\"><\/path>\r\n                <path d=\"M10 18V5\"><\/path>\r\n                <path d=\"M16 18v-7\"><\/path>\r\n                <path d=\"M22 18V3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-principle-number\">\r\n              03\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-security-principle-label\">\r\n            Risk Monitoring\r\n          <\/span>\r\n\r\n          <h3>\r\n            Relevant activity should remain visible\r\n          <\/h3>\r\n\r\n          <p>\r\n            Monitoring and organized records can support greater awareness\r\n            of platform activity, account behavior and changing operational\r\n            conditions.\r\n          <\/p>\r\n\r\n          <span class=\"aevos-security-principle-state\">\r\n            Continuous Awareness\r\n          <\/span>\r\n\r\n        <\/article>\r\n\r\n\r\n        <article class=\"aevos-security-principle\">\r\n\r\n          <div class=\"aevos-security-principle-head\">\r\n\r\n            <div class=\"aevos-security-principle-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n                <path d=\"M12 7v5\"><\/path>\r\n                <path d=\"M12 16h.01\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-principle-number\">\r\n              04\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-security-principle-label\">\r\n            Clear Limitations\r\n          <\/span>\r\n\r\n          <h3>\r\n            Security reduces risk but does not remove it\r\n          <\/h3>\r\n\r\n          <p>\r\n            Technical controls and responsible practices may help reduce\r\n            exposure, but no online platform can guarantee uninterrupted\r\n            access or complete protection.\r\n          <\/p>\r\n\r\n          <span class=\"aevos-security-principle-state\">\r\n            No Absolute Guarantee\r\n          <\/span>\r\n\r\n        <\/article>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- SECURITY STRIP -->\r\n\r\n    <div class=\"aevos-security-approach-strip\">\r\n\r\n      <div class=\"aevos-security-approach-strip-item\">\r\n\r\n        <span class=\"aevos-security-approach-strip-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n            <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/span>\r\n\r\n        <span>\r\n          Account Awareness\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n\r\n      <div class=\"aevos-security-approach-strip-item\">\r\n\r\n        <span class=\"aevos-security-approach-strip-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M4 5h16v14H4z\"><\/path>\r\n            <path d=\"M8 9h8\"><\/path>\r\n            <path d=\"M8 13h5\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/span>\r\n\r\n        <span>\r\n          Platform Practices\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n\r\n      <div class=\"aevos-security-approach-strip-item\">\r\n\r\n        <span class=\"aevos-security-approach-strip-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <rect x=\"3\" y=\"4\" width=\"18\" height=\"15\" rx=\"2\"><\/rect>\r\n            <path d=\"M7 15l3-3 3 2 4-5\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/span>\r\n\r\n        <span>\r\n          Activity Visibility\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n\r\n      <div class=\"aevos-security-approach-strip-item\">\r\n\r\n        <span class=\"aevos-security-approach-strip-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M12 7v5\"><\/path>\r\n            <path d=\"M12 16h.01\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/span>\r\n\r\n        <span>\r\n          Risk Awareness\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NOTICE -->\r\n\r\n    <div class=\"aevos-security-approach-notice\">\r\n\r\n      <div class=\"aevos-security-approach-notice-icon\">\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"1.8\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n          <path d=\"M12 11v5\"><\/path>\r\n          <path d=\"M12 8h.01\"><\/path>\r\n        <\/svg>\r\n\r\n      <\/div>\r\n\r\n      <div>\r\n\r\n        <strong>\r\n          No digital environment can be considered completely risk-free.\r\n        <\/strong>\r\n\r\n        <p>\r\n          Platform practices and responsible account behavior may help\r\n          reduce exposure, but technical failures, external attacks,\r\n          user mistakes, service interruptions and other risks may still occur.\r\n        <\/p>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NEXT STEP -->\r\n\r\n    <div class=\"aevos-security-approach-summary\">\r\n\r\n      <div class=\"aevos-security-approach-summary-copy\">\r\n\r\n        <strong>\r\n          Security is stronger when platform and user practices work together.\r\n        <\/strong>\r\n\r\n        <span>\r\n          The next section focuses on account protection and the practical\r\n          steps users can take to reduce avoidable access risks.\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n      <span class=\"aevos-security-approach-summary-badge\">\r\n        Next \u00b7 Account Protection\r\n      <\/span>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c78d308 elementor-widget elementor-widget-html\" data-id=\"c78d308\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     AEVOS \u2014 SECURITY PAGE\r\n     SECTION 03: ACCOUNT PROTECTION\r\n============================================================ -->\r\n\r\n<style>\r\n.aevos-account-protection,\r\n.aevos-account-protection *{\r\n  box-sizing:border-box !important;\r\n  margin:0;\r\n  padding:0;\r\n}\r\n\r\n.aevos-account-protection{\r\n  --aap-green:#00E5A8;\r\n  --aap-cyan:#12CFFF;\r\n  --aap-white:#FFFFFF;\r\n  --aap-text:#EAF0F1;\r\n  --aap-muted:#8F9CA1;\r\n\r\n  position:relative;\r\n  width:100%;\r\n  padding:105px 24px;\r\n\r\n  color:var(--aap-text);\r\n\r\n  font-family:\r\n    'Inter',\r\n    -apple-system,\r\n    BlinkMacSystemFont,\r\n    'Segoe UI',\r\n    sans-serif !important;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 17% 22%,\r\n      rgba(0,229,168,.047),\r\n      transparent 31%\r\n    ),\r\n    radial-gradient(\r\n      circle at 83% 80%,\r\n      rgba(18,207,255,.037),\r\n      transparent 34%\r\n    ),\r\n    #05080A;\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-account-protection::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:50%;\r\n\r\n  width:min(1180px,88%);\r\n  height:1px;\r\n\r\n  transform:translateX(-50%);\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(255,255,255,.04),\r\n      rgba(0,229,168,.22),\r\n      rgba(18,207,255,.17),\r\n      rgba(255,255,255,.04),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-account-protection::after{\r\n  content:\"\";\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  background-image:\r\n    linear-gradient(\r\n      rgba(255,255,255,.013) 1px,\r\n      transparent 1px\r\n    ),\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(255,255,255,.013) 1px,\r\n      transparent 1px\r\n    );\r\n\r\n  background-size:52px 52px;\r\n\r\n  -webkit-mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      rgba(0,0,0,.42) 22%,\r\n      rgba(0,0,0,.42) 78%,\r\n      transparent\r\n    );\r\n\r\n  mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      rgba(0,0,0,.42) 22%,\r\n      rgba(0,0,0,.42) 78%,\r\n      transparent\r\n    );\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n.aevos-account-protection-container{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  width:100%;\r\n  max-width:1180px;\r\n  margin:0 auto;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HEADER\r\n========================================================= *\/\r\n\r\n.aevos-account-protection-header{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);\r\n  align-items:end;\r\n  gap:72px;\r\n\r\n  margin-bottom:58px;\r\n}\r\n\r\n.aevos-account-protection-eyebrow{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:9px;\r\n\r\n  margin-bottom:16px;\r\n\r\n  color:var(--aap-green) !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.12em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-account-protection-eyebrow::before{\r\n  content:\"\";\r\n\r\n  width:24px;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--aap-green),\r\n      var(--aap-cyan)\r\n    );\r\n}\r\n\r\n.aevos-account-protection-title{\r\n  max-width:610px;\r\n\r\n  color:var(--aap-white) !important;\r\n\r\n  font-size:clamp(34px,4vw,48px) !important;\r\n  font-weight:720 !important;\r\n  line-height:1.13 !important;\r\n  letter-spacing:-.04em !important;\r\n}\r\n\r\n.aevos-account-protection-title span{\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--aap-green),\r\n      var(--aap-cyan)\r\n    );\r\n\r\n  -webkit-background-clip:text;\r\n  background-clip:text;\r\n  -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.aevos-account-protection-intro{\r\n  max-width:620px;\r\n\r\n  color:var(--aap-muted) !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.82 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MAIN GRID\r\n========================================================= *\/\r\n\r\n.aevos-account-protection-grid{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,1.06fr) minmax(380px,.94fr);\r\n  gap:34px;\r\n  align-items:stretch;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ACCOUNT PANEL\r\n========================================================= *\/\r\n\r\n.aevos-account-panel{\r\n  position:relative;\r\n\r\n  padding:30px;\r\n\r\n  border:1px solid rgba(255,255,255,.075);\r\n  border-radius:21px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 13% 10%,\r\n      rgba(0,229,168,.048),\r\n      transparent 30%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 26px 60px rgba(0,0,0,.21);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-account-panel::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:10%;\r\n  right:10%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.46),\r\n      rgba(18,207,255,.30),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-account-panel-head{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  justify-content:space-between;\r\n  gap:20px;\r\n\r\n  margin-bottom:28px;\r\n}\r\n\r\n.aevos-account-panel-label{\r\n  display:block;\r\n  margin-bottom:7px;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-account-panel-head h3{\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:20px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-account-panel-status{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:7px;\r\n\r\n  flex-shrink:0;\r\n  padding:8px 10px;\r\n\r\n  border:1px solid rgba(0,229,168,.10);\r\n  border-radius:9px;\r\n\r\n  color:#A4B1AE !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(0,229,168,.024);\r\n}\r\n\r\n.aevos-account-panel-status::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--aap-green);\r\n\r\n  box-shadow:\r\n    0 0 10px rgba(0,229,168,.42);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   USER CARD\r\n========================================================= *\/\r\n\r\n.aevos-account-user{\r\n  display:grid;\r\n  grid-template-columns:54px minmax(0,1fr) auto;\r\n  gap:15px;\r\n  align-items:center;\r\n\r\n  margin-bottom:16px;\r\n  padding:17px;\r\n\r\n  border:1px solid rgba(255,255,255,.062);\r\n  border-radius:14px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.03),\r\n      rgba(255,255,255,.014)\r\n    );\r\n}\r\n\r\n.aevos-account-user-avatar{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:54px;\r\n  height:54px;\r\n\r\n  border-radius:15px;\r\n\r\n  color:#03120E;\r\n\r\n  font-size:15px !important;\r\n  font-weight:800 !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--aap-green),\r\n      var(--aap-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 12px 26px rgba(0,229,168,.11);\r\n}\r\n\r\n.aevos-account-user-copy strong{\r\n  display:block;\r\n  margin-bottom:4px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:13px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-account-user-copy span{\r\n  display:block;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-account-user-badge{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:5px;\r\n\r\n  padding:6px 8px;\r\n\r\n  border:1px solid rgba(0,229,168,.10);\r\n  border-radius:7px;\r\n\r\n  color:#96A5A1 !important;\r\n\r\n  font-size:7px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(0,229,168,.024);\r\n}\r\n\r\n.aevos-account-user-badge::before{\r\n  content:\"\";\r\n\r\n  width:4px;\r\n  height:4px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--aap-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ACCOUNT CHECKS\r\n========================================================= *\/\r\n\r\n.aevos-account-checks{\r\n  display:grid;\r\n  gap:11px;\r\n}\r\n\r\n.aevos-account-check{\r\n  display:grid;\r\n  grid-template-columns:42px minmax(0,1fr) auto;\r\n  gap:13px;\r\n  align-items:center;\r\n\r\n  padding:14px;\r\n\r\n  border:1px solid rgba(255,255,255,.058);\r\n  border-radius:12px;\r\n\r\n  background:rgba(255,255,255,.018);\r\n\r\n  transition:\r\n    transform .24s ease,\r\n    border-color .24s ease,\r\n    background .24s ease;\r\n}\r\n\r\n.aevos-account-check:hover{\r\n  transform:translateX(3px);\r\n\r\n  border-color:rgba(255,255,255,.105);\r\n\r\n  background:rgba(255,255,255,.027);\r\n}\r\n\r\n.aevos-account-check-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:42px;\r\n  height:42px;\r\n\r\n  border:1px solid rgba(0,229,168,.12);\r\n  border-radius:11px;\r\n\r\n  color:var(--aap-green);\r\n\r\n  background:rgba(0,229,168,.028);\r\n}\r\n\r\n.aevos-account-check-icon svg{\r\n  width:18px;\r\n  height:18px;\r\n}\r\n\r\n.aevos-account-check-copy strong{\r\n  display:block;\r\n  margin-bottom:4px;\r\n\r\n  color:#DDE5E6 !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-account-check-copy span{\r\n  display:block;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:8.8px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.48 !important;\r\n}\r\n\r\n.aevos-account-check-state{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:5px;\r\n\r\n  padding:6px 8px;\r\n\r\n  border:1px solid rgba(255,255,255,.06);\r\n  border-radius:7px;\r\n\r\n  color:#8F9CA0 !important;\r\n\r\n  font-size:7px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.018);\r\n}\r\n\r\n.aevos-account-check-state::before{\r\n  content:\"\";\r\n\r\n  width:4px;\r\n  height:4px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--aap-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   USER RESPONSIBILITY PANEL\r\n========================================================= *\/\r\n\r\n.aevos-user-responsibility{\r\n  position:relative;\r\n\r\n  padding:30px;\r\n\r\n  border:1px solid rgba(255,255,255,.075);\r\n  border-radius:21px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 88% 10%,\r\n      rgba(18,207,255,.047),\r\n      transparent 30%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 26px 60px rgba(0,0,0,.21);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-user-responsibility::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:10%;\r\n  right:10%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.40),\r\n      rgba(18,207,255,.34),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-user-responsibility-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:52px;\r\n  height:52px;\r\n  margin-bottom:21px;\r\n\r\n  border-radius:14px;\r\n\r\n  color:#03120E;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--aap-green),\r\n      var(--aap-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 13px 28px rgba(0,229,168,.12);\r\n}\r\n\r\n.aevos-user-responsibility-icon svg{\r\n  width:22px;\r\n  height:22px;\r\n}\r\n\r\n.aevos-user-responsibility-label{\r\n  display:block;\r\n  margin-bottom:9px;\r\n\r\n  color:var(--aap-green) !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-user-responsibility h3{\r\n  margin-bottom:12px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:24px !important;\r\n  font-weight:710 !important;\r\n  line-height:1.28 !important;\r\n  letter-spacing:-.025em !important;\r\n}\r\n\r\n.aevos-user-responsibility > p{\r\n  color:#829095 !important;\r\n\r\n  font-size:13px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.75 !important;\r\n}\r\n\r\n.aevos-user-practices{\r\n  display:grid;\r\n  gap:10px;\r\n\r\n  margin-top:25px;\r\n}\r\n\r\n.aevos-user-practice{\r\n  display:grid;\r\n  grid-template-columns:34px minmax(0,1fr);\r\n  gap:11px;\r\n  align-items:start;\r\n\r\n  padding:12px;\r\n\r\n  border:1px solid rgba(255,255,255,.055);\r\n  border-radius:11px;\r\n\r\n  background:rgba(255,255,255,.017);\r\n}\r\n\r\n.aevos-user-practice-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:34px;\r\n  height:34px;\r\n\r\n  border:1px solid rgba(0,229,168,.12);\r\n  border-radius:9px;\r\n\r\n  color:var(--aap-green);\r\n\r\n  background:rgba(0,229,168,.027);\r\n}\r\n\r\n.aevos-user-practice-icon svg{\r\n  width:15px;\r\n  height:15px;\r\n}\r\n\r\n.aevos-user-practice strong{\r\n  display:block;\r\n  margin-bottom:3px;\r\n\r\n  color:#DDE5E6 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-user-practice span{\r\n  display:block;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:8.5px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.46 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   WARNING BOX\r\n========================================================= *\/\r\n\r\n.aevos-user-warning{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  gap:10px;\r\n\r\n  margin-top:21px;\r\n  padding:14px;\r\n\r\n  border:1px solid rgba(255,255,255,.06);\r\n  border-radius:11px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.022),\r\n      rgba(255,255,255,.016),\r\n      rgba(18,207,255,.018)\r\n    );\r\n}\r\n\r\n.aevos-user-warning svg{\r\n  width:16px;\r\n  height:16px;\r\n  flex-shrink:0;\r\n  margin-top:1px;\r\n\r\n  color:#859398;\r\n}\r\n\r\n.aevos-user-warning p{\r\n  color:#78868B !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.55 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   BEST PRACTICES\r\n========================================================= *\/\r\n\r\n.aevos-account-practices{\r\n  display:grid;\r\n  grid-template-columns:repeat(4,minmax(0,1fr));\r\n  gap:15px;\r\n\r\n  margin-top:34px;\r\n}\r\n\r\n.aevos-account-practice-card{\r\n  position:relative;\r\n\r\n  min-height:230px;\r\n  padding:22px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:16px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.03),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  overflow:hidden;\r\n\r\n  transition:\r\n    transform .24s ease,\r\n    border-color .24s ease,\r\n    background .24s ease;\r\n}\r\n\r\n.aevos-account-practice-card:hover{\r\n  transform:translateY(-4px);\r\n\r\n  border-color:rgba(255,255,255,.11);\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.041),\r\n      rgba(255,255,255,.018)\r\n    );\r\n}\r\n\r\n.aevos-account-practice-card::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:0;\r\n\r\n  width:100%;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.28),\r\n      rgba(18,207,255,.19),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-account-practice-card-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:43px;\r\n  height:43px;\r\n  margin-bottom:17px;\r\n\r\n  border:1px solid rgba(0,229,168,.14);\r\n  border-radius:12px;\r\n\r\n  color:var(--aap-green);\r\n\r\n  background:rgba(0,229,168,.034);\r\n}\r\n\r\n.aevos-account-practice-card-icon svg{\r\n  width:19px;\r\n  height:19px;\r\n}\r\n\r\n.aevos-account-practice-card span{\r\n  display:block;\r\n  margin-bottom:8px;\r\n\r\n  color:var(--aap-green) !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.09em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-account-practice-card h3{\r\n  margin-bottom:8px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-account-practice-card p{\r\n  color:#839095 !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.68 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NOTICE\r\n========================================================= *\/\r\n\r\n.aevos-account-protection-notice{\r\n  display:grid;\r\n  grid-template-columns:42px minmax(0,1fr);\r\n  gap:14px;\r\n\r\n  margin-top:30px;\r\n  padding:20px 21px;\r\n\r\n  border:1px solid rgba(255,255,255,.065);\r\n  border-radius:14px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.025),\r\n      rgba(255,255,255,.016),\r\n      rgba(18,207,255,.021)\r\n    );\r\n}\r\n\r\n.aevos-account-protection-notice-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:42px;\r\n  height:42px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:11px;\r\n\r\n  color:#8E9C9F;\r\n\r\n  background:rgba(255,255,255,.022);\r\n}\r\n\r\n.aevos-account-protection-notice-icon svg{\r\n  width:17px;\r\n  height:17px;\r\n}\r\n\r\n.aevos-account-protection-notice strong{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#DFE6E7 !important;\r\n\r\n  font-size:12px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-account-protection-notice p{\r\n  color:#7E8C91 !important;\r\n\r\n  font-size:10.8px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.65 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NEXT STEP\r\n========================================================= *\/\r\n\r\n.aevos-account-protection-summary{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:space-between;\r\n  gap:28px;\r\n\r\n  margin-top:30px;\r\n  padding:23px 26px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:16px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.035),\r\n      rgba(255,255,255,.018),\r\n      rgba(18,207,255,.025)\r\n    );\r\n}\r\n\r\n.aevos-account-protection-summary-copy strong{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-account-protection-summary-copy span{\r\n  color:#879499 !important;\r\n\r\n  font-size:12.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.6 !important;\r\n}\r\n\r\n.aevos-account-protection-summary-badge{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:8px;\r\n\r\n  flex-shrink:0;\r\n  padding:9px 12px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:9px;\r\n\r\n  color:#ABB6B9 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.025);\r\n}\r\n\r\n.aevos-account-protection-summary-badge::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--aap-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSIVE\r\n========================================================= *\/\r\n\r\n@media(max-width:1050px){\r\n\r\n  .aevos-account-protection{\r\n    padding:88px 22px;\r\n  }\r\n\r\n  .aevos-account-protection-header{\r\n    grid-template-columns:1fr;\r\n    gap:20px;\r\n  }\r\n\r\n  .aevos-account-protection-title,\r\n  .aevos-account-protection-intro{\r\n    max-width:760px;\r\n  }\r\n\r\n  .aevos-account-protection-grid{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n  .aevos-account-practices{\r\n    grid-template-columns:repeat(2,minmax(0,1fr));\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:620px){\r\n\r\n  .aevos-account-protection{\r\n    padding:70px 18px;\r\n  }\r\n\r\n  .aevos-account-protection-header{\r\n    margin-bottom:43px;\r\n  }\r\n\r\n  .aevos-account-protection-title{\r\n    font-size:32px !important;\r\n  }\r\n\r\n  .aevos-account-protection-intro{\r\n    font-size:14px !important;\r\n  }\r\n\r\n  .aevos-account-panel,\r\n  .aevos-user-responsibility{\r\n    padding:22px 18px;\r\n\r\n    border-radius:18px;\r\n  }\r\n\r\n  .aevos-account-panel-head{\r\n    flex-direction:column;\r\n  }\r\n\r\n  .aevos-account-user{\r\n    grid-template-columns:48px minmax(0,1fr);\r\n  }\r\n\r\n  .aevos-account-user-avatar{\r\n    width:48px;\r\n    height:48px;\r\n  }\r\n\r\n  .aevos-account-user-badge{\r\n    grid-column:2;\r\n\r\n    width:max-content;\r\n  }\r\n\r\n  .aevos-account-check{\r\n    grid-template-columns:38px minmax(0,1fr);\r\n  }\r\n\r\n  .aevos-account-check-icon{\r\n    width:38px;\r\n    height:38px;\r\n  }\r\n\r\n  .aevos-account-check-state{\r\n    grid-column:2;\r\n\r\n    width:max-content;\r\n  }\r\n\r\n  .aevos-account-practices{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n  .aevos-account-practice-card{\r\n    min-height:auto;\r\n  }\r\n\r\n  .aevos-account-protection-notice{\r\n    grid-template-columns:36px minmax(0,1fr);\r\n\r\n    padding:17px;\r\n  }\r\n\r\n  .aevos-account-protection-notice-icon{\r\n    width:36px;\r\n    height:36px;\r\n  }\r\n\r\n  .aevos-account-protection-summary{\r\n    align-items:flex-start;\r\n    flex-direction:column;\r\n\r\n    padding:21px 19px;\r\n  }\r\n\r\n}\r\n\r\n@media(prefers-reduced-motion:reduce){\r\n\r\n  .aevos-account-check,\r\n  .aevos-account-practice-card{\r\n    transition:none !important;\r\n  }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<section class=\"aevos-account-protection\" id=\"account-protection\">\r\n\r\n  <div class=\"aevos-account-protection-container\">\r\n\r\n    <!-- HEADER -->\r\n\r\n    <div class=\"aevos-account-protection-header\">\r\n\r\n      <div>\r\n\r\n        <span class=\"aevos-account-protection-eyebrow\">\r\n          Account Protection\r\n        <\/span>\r\n\r\n        <h2 class=\"aevos-account-protection-title\">\r\n          Safer account access begins with\r\n          <span>responsible user practices<\/span>\r\n        <\/h2>\r\n\r\n      <\/div>\r\n\r\n      <p class=\"aevos-account-protection-intro\">\r\n        Platform practices are only one part of account security.\r\n        Users also play an essential role by protecting credentials,\r\n        reviewing account activity and avoiding suspicious messages,\r\n        websites and requests for sensitive information.\r\n      <\/p>\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"aevos-account-protection-grid\">\r\n\r\n      <!-- ACCOUNT PANEL -->\r\n\r\n      <div class=\"aevos-account-panel\">\r\n\r\n        <div class=\"aevos-account-panel-head\">\r\n\r\n          <div>\r\n\r\n            <span class=\"aevos-account-panel-label\">\r\n              Account Security Overview\r\n            <\/span>\r\n\r\n            <h3>\r\n              Practical layers of account protection\r\n            <\/h3>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-account-panel-status\">\r\n            User Awareness\r\n          <\/span>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-account-user\">\r\n\r\n          <div class=\"aevos-account-user-avatar\">\r\n            AV\r\n          <\/div>\r\n\r\n          <div class=\"aevos-account-user-copy\">\r\n\r\n            <strong>\r\n              Aevos Account\r\n            <\/strong>\r\n\r\n            <span>\r\n              Personal access should remain private and controlled\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-account-user-badge\">\r\n            Protected Access\r\n          <\/span>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-account-checks\">\r\n\r\n          <div class=\"aevos-account-check\">\r\n\r\n            <div class=\"aevos-account-check-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n                <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-account-check-copy\">\r\n\r\n              <strong>\r\n                Private credentials\r\n              <\/strong>\r\n\r\n              <span>\r\n                Passwords, recovery information and account access\r\n                details should never be shared with other people.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-account-check-state\">\r\n              Keep Private\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-account-check\">\r\n\r\n            <div class=\"aevos-account-check-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12z\"><\/path>\r\n                <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-account-check-copy\">\r\n\r\n              <strong>\r\n                Activity awareness\r\n              <\/strong>\r\n\r\n              <span>\r\n                Review the account information and activity made\r\n                available through the platform environment.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-account-check-state\">\r\n              Review\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-account-check\">\r\n\r\n            <div class=\"aevos-account-check-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M10 13a5 5 0 0 0 7.5.5l2-2a5 5 0 0 0-7-7l-1.1 1.1\"><\/path>\r\n                <path d=\"M14 11a5 5 0 0 0-7.5-.5l-2 2a5 5 0 0 0 7 7l1.1-1.1\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-account-check-copy\">\r\n\r\n              <strong>\r\n                Verified destinations\r\n              <\/strong>\r\n\r\n              <span>\r\n                Access Aevos through known links and avoid unfamiliar\r\n                pages that imitate platform login or account screens.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-account-check-state\">\r\n              Verify\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-account-check\">\r\n\r\n            <div class=\"aevos-account-check-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n                <path d=\"M12 7v5\"><\/path>\r\n                <path d=\"M12 16h.01\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-account-check-copy\">\r\n\r\n              <strong>\r\n                Suspicious request awareness\r\n              <\/strong>\r\n\r\n              <span>\r\n                Be cautious with messages asking for credentials,\r\n                funds, codes or private account information.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-account-check-state\">\r\n              Stay Alert\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n\r\n      <!-- USER RESPONSIBILITY -->\r\n\r\n      <aside class=\"aevos-user-responsibility\">\r\n\r\n        <div class=\"aevos-user-responsibility-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"2\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"8\" r=\"4\"><\/circle>\r\n            <path d=\"M4 21c0-4 3-7 8-7s8 3 8 7\"><\/path>\r\n            <path d=\"M17 11l2 2 3-4\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span class=\"aevos-user-responsibility-label\">\r\n          Shared Responsibility\r\n        <\/span>\r\n\r\n        <h3>\r\n          Users remain an important part of account security\r\n        <\/h3>\r\n\r\n        <p>\r\n          Even well-designed platform practices cannot protect an account\r\n          when credentials are exposed, suspicious links are opened or\r\n          access information is voluntarily shared with third parties.\r\n        <\/p>\r\n\r\n\r\n        <div class=\"aevos-user-practices\">\r\n\r\n          <div class=\"aevos-user-practice\">\r\n\r\n            <span class=\"aevos-user-practice-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n                <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Use a strong and unique password\r\n              <\/strong>\r\n\r\n              <span>\r\n                Avoid reusing the same password across multiple platforms.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-user-practice\">\r\n\r\n            <span class=\"aevos-user-practice-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M3 12h18\"><\/path>\r\n                <path d=\"M12 3v18\"><\/path>\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Confirm the website address\r\n              <\/strong>\r\n\r\n              <span>\r\n                Check the destination before entering login information.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-user-practice\">\r\n\r\n            <span class=\"aevos-user-practice-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M4 5h16v14H4z\"><\/path>\r\n                <path d=\"M8 9h8\"><\/path>\r\n                <path d=\"M8 13h5\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Review communications carefully\r\n              <\/strong>\r\n\r\n              <span>\r\n                Treat unexpected requests and urgent messages with caution.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-user-practice\">\r\n\r\n            <span class=\"aevos-user-practice-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M12 3l7 4v5c0 4.5-2.8 7.6-7 9-4.2-1.4-7-4.5-7-9V7l7-4z\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Keep devices and browsers updated\r\n              <\/strong>\r\n\r\n              <span>\r\n                Updated software can reduce exposure to known vulnerabilities.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-user-warning\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M12 7v5\"><\/path>\r\n            <path d=\"M12 16h.01\"><\/path>\r\n          <\/svg>\r\n\r\n          <p>\r\n            Never provide your password or private access information\r\n            in response to unsolicited messages or requests.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n      <\/aside>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- BEST PRACTICES -->\r\n\r\n    <div class=\"aevos-account-practices\">\r\n\r\n      <article class=\"aevos-account-practice-card\">\r\n\r\n        <div class=\"aevos-account-practice-card-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n            <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Practice 01\r\n        <\/span>\r\n\r\n        <h3>\r\n          Protect Your Credentials\r\n        <\/h3>\r\n\r\n        <p>\r\n          Keep login details private and avoid storing them in places\r\n          that other people can access.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-account-practice-card\">\r\n\r\n        <div class=\"aevos-account-practice-card-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M10 13a5 5 0 0 0 7.5.5l2-2a5 5 0 0 0-7-7l-1.1 1.1\"><\/path>\r\n            <path d=\"M14 11a5 5 0 0 0-7.5-.5l-2 2a5 5 0 0 0 7 7l1.1-1.1\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Practice 02\r\n        <\/span>\r\n\r\n        <h3>\r\n          Verify Links First\r\n        <\/h3>\r\n\r\n        <p>\r\n          Confirm that the destination is correct before entering\r\n          credentials or interacting with account information.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-account-practice-card\">\r\n\r\n        <div class=\"aevos-account-practice-card-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12z\"><\/path>\r\n            <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Practice 03\r\n        <\/span>\r\n\r\n        <h3>\r\n          Review Account Activity\r\n        <\/h3>\r\n\r\n        <p>\r\n          Pay attention to the account records and information made\r\n          available through your platform dashboard.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-account-practice-card\">\r\n\r\n        <div class=\"aevos-account-practice-card-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M12 7v5\"><\/path>\r\n            <path d=\"M12 16h.01\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Practice 04\r\n        <\/span>\r\n\r\n        <h3>\r\n          Question Unusual Requests\r\n        <\/h3>\r\n\r\n        <p>\r\n          Treat urgent requests for money, codes, passwords or private\r\n          information as potentially suspicious.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NOTICE -->\r\n\r\n    <div class=\"aevos-account-protection-notice\">\r\n\r\n      <div class=\"aevos-account-protection-notice-icon\">\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"1.8\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n          <path d=\"M12 11v5\"><\/path>\r\n          <path d=\"M12 8h.01\"><\/path>\r\n        <\/svg>\r\n\r\n      <\/div>\r\n\r\n      <div>\r\n\r\n        <strong>\r\n          Account security cannot be guaranteed by the platform alone.\r\n        <\/strong>\r\n\r\n        <p>\r\n          Credential exposure, phishing, device compromise and user\r\n          mistakes may create access risks. Users should maintain\r\n          responsible security habits and promptly review unusual activity.\r\n        <\/p>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NEXT STEP -->\r\n\r\n    <div class=\"aevos-account-protection-summary\">\r\n\r\n      <div class=\"aevos-account-protection-summary-copy\">\r\n\r\n        <strong>\r\n          Strong account habits help reduce avoidable access risks.\r\n        <\/strong>\r\n\r\n        <span>\r\n          The next section explains how platform activity, operational\r\n          records and relevant risk conditions can be monitored over time.\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n      <span class=\"aevos-account-protection-summary-badge\">\r\n        Next \u00b7 Monitoring & Risk Awareness\r\n      <\/span>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea9a034 elementor-widget elementor-widget-html\" data-id=\"ea9a034\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     AEVOS \u2014 SECURITY PAGE\r\n     SECTION 04: MONITORING & RISK AWARENESS\r\n============================================================ -->\r\n\r\n<style>\r\n.aevos-security-monitoring,\r\n.aevos-security-monitoring *{\r\n  box-sizing:border-box !important;\r\n  margin:0;\r\n  padding:0;\r\n}\r\n\r\n.aevos-security-monitoring{\r\n  --asm-green:#00E5A8;\r\n  --asm-cyan:#12CFFF;\r\n  --asm-white:#FFFFFF;\r\n  --asm-text:#EAF0F1;\r\n  --asm-muted:#8F9CA1;\r\n\r\n  position:relative;\r\n  width:100%;\r\n  padding:105px 24px;\r\n\r\n  color:var(--asm-text);\r\n\r\n  font-family:\r\n    'Inter',\r\n    -apple-system,\r\n    BlinkMacSystemFont,\r\n    'Segoe UI',\r\n    sans-serif !important;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 83% 18%,\r\n      rgba(0,229,168,.047),\r\n      transparent 31%\r\n    ),\r\n    radial-gradient(\r\n      circle at 16% 82%,\r\n      rgba(18,207,255,.037),\r\n      transparent 34%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      #05080A 0%,\r\n      #071012 50%,\r\n      #05080A 100%\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-security-monitoring::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:50%;\r\n\r\n  width:min(1180px,88%);\r\n  height:1px;\r\n\r\n  transform:translateX(-50%);\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(255,255,255,.04),\r\n      rgba(0,229,168,.22),\r\n      rgba(18,207,255,.17),\r\n      rgba(255,255,255,.04),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-monitoring::after{\r\n  content:\"\";\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  background-image:\r\n    radial-gradient(\r\n      circle,\r\n      rgba(255,255,255,.034) 1px,\r\n      transparent 1px\r\n    );\r\n\r\n  background-size:32px 32px;\r\n  opacity:.13;\r\n\r\n  -webkit-mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      #000 24%,\r\n      #000 76%,\r\n      transparent\r\n    );\r\n\r\n  mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      #000 24%,\r\n      #000 76%,\r\n      transparent\r\n    );\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n.aevos-security-monitoring-container{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  width:100%;\r\n  max-width:1180px;\r\n  margin:0 auto;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HEADER\r\n========================================================= *\/\r\n\r\n.aevos-security-monitoring-header{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);\r\n  align-items:end;\r\n  gap:72px;\r\n\r\n  margin-bottom:58px;\r\n}\r\n\r\n.aevos-security-monitoring-eyebrow{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:9px;\r\n\r\n  margin-bottom:16px;\r\n\r\n  color:var(--asm-green) !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.12em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-monitoring-eyebrow::before{\r\n  content:\"\";\r\n\r\n  width:24px;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--asm-green),\r\n      var(--asm-cyan)\r\n    );\r\n}\r\n\r\n.aevos-security-monitoring-title{\r\n  max-width:620px;\r\n\r\n  color:var(--asm-white) !important;\r\n\r\n  font-size:clamp(34px,4vw,48px) !important;\r\n  font-weight:720 !important;\r\n  line-height:1.13 !important;\r\n  letter-spacing:-.04em !important;\r\n}\r\n\r\n.aevos-security-monitoring-title span{\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--asm-green),\r\n      var(--asm-cyan)\r\n    );\r\n\r\n  -webkit-background-clip:text;\r\n  background-clip:text;\r\n  -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.aevos-security-monitoring-intro{\r\n  max-width:620px;\r\n\r\n  color:var(--asm-muted) !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.82 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MAIN GRID\r\n========================================================= *\/\r\n\r\n.aevos-security-monitoring-grid{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);\r\n  gap:34px;\r\n  align-items:stretch;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MONITORING PANEL\r\n========================================================= *\/\r\n\r\n.aevos-monitoring-panel{\r\n  position:relative;\r\n\r\n  padding:30px;\r\n\r\n  border:1px solid rgba(255,255,255,.075);\r\n  border-radius:21px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 12% 10%,\r\n      rgba(0,229,168,.048),\r\n      transparent 30%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 26px 60px rgba(0,0,0,.21);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-monitoring-panel::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:10%;\r\n  right:10%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.46),\r\n      rgba(18,207,255,.30),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-monitoring-panel-head{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  justify-content:space-between;\r\n  gap:20px;\r\n\r\n  margin-bottom:25px;\r\n}\r\n\r\n.aevos-monitoring-panel-label{\r\n  display:block;\r\n  margin-bottom:7px;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-monitoring-panel-head h3{\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:20px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-monitoring-panel-status{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:7px;\r\n\r\n  flex-shrink:0;\r\n  padding:8px 10px;\r\n\r\n  border:1px solid rgba(0,229,168,.10);\r\n  border-radius:9px;\r\n\r\n  color:#A4B1AE !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(0,229,168,.024);\r\n}\r\n\r\n.aevos-monitoring-panel-status::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--asm-green);\r\n\r\n  box-shadow:\r\n    0 0 10px rgba(0,229,168,.42);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   METRICS\r\n========================================================= *\/\r\n\r\n.aevos-monitoring-metrics{\r\n  display:grid;\r\n  grid-template-columns:repeat(3,minmax(0,1fr));\r\n  gap:11px;\r\n\r\n  margin-bottom:14px;\r\n}\r\n\r\n.aevos-monitoring-metric{\r\n  position:relative;\r\n  padding:15px;\r\n\r\n  border:1px solid rgba(255,255,255,.058);\r\n  border-radius:12px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.028),\r\n      rgba(255,255,255,.013)\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-monitoring-metric::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:0;\r\n\r\n  width:100%;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.24),\r\n      rgba(18,207,255,.16),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-monitoring-metric-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:31px;\r\n  height:31px;\r\n  margin-bottom:12px;\r\n\r\n  border:1px solid rgba(0,229,168,.12);\r\n  border-radius:9px;\r\n\r\n  color:var(--asm-green);\r\n\r\n  background:rgba(0,229,168,.028);\r\n}\r\n\r\n.aevos-monitoring-metric-icon svg{\r\n  width:14px;\r\n  height:14px;\r\n}\r\n\r\n.aevos-monitoring-metric span{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:7.5px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.07em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-monitoring-metric strong{\r\n  color:#E6ECEC !important;\r\n\r\n  font-size:12px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   CHART\r\n========================================================= *\/\r\n\r\n.aevos-monitoring-chart{\r\n  position:relative;\r\n\r\n  min-height:245px;\r\n  padding:18px;\r\n\r\n  border:1px solid rgba(255,255,255,.058);\r\n  border-radius:13px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.026),\r\n      rgba(255,255,255,.012)\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-monitoring-chart-head{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  justify-content:space-between;\r\n  gap:18px;\r\n\r\n  margin-bottom:17px;\r\n}\r\n\r\n.aevos-monitoring-chart-head span{\r\n  display:block;\r\n  margin-bottom:4px;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:7.5px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.07em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-monitoring-chart-head h4{\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:13px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-monitoring-chart-period{\r\n  padding:6px 8px;\r\n\r\n  border:1px solid rgba(255,255,255,.06);\r\n  border-radius:7px;\r\n\r\n  color:#879499 !important;\r\n\r\n  font-size:7.5px !important;\r\n  font-weight:650 !important;\r\n  line-height:1.2 !important;\r\n\r\n  background:rgba(255,255,255,.02);\r\n}\r\n\r\n.aevos-monitoring-chart-area{\r\n  position:relative;\r\n  min-height:168px;\r\n\r\n  border:1px solid rgba(255,255,255,.042);\r\n  border-radius:10px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.016),\r\n      rgba(255,255,255,.006)\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-monitoring-chart-area::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  background-image:\r\n    linear-gradient(\r\n      rgba(255,255,255,.032) 1px,\r\n      transparent 1px\r\n    ),\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(255,255,255,.032) 1px,\r\n      transparent 1px\r\n    );\r\n\r\n  background-size:100% 42px, 74px 100%;\r\n  opacity:.30;\r\n}\r\n\r\n.aevos-monitoring-chart-svg{\r\n  position:absolute;\r\n  left:17px;\r\n  right:17px;\r\n  bottom:18px;\r\n\r\n  width:calc(100% - 34px);\r\n  height:120px;\r\n}\r\n\r\n.aevos-monitoring-chart-line{\r\n  fill:none;\r\n  stroke:url(#aevosSecurityMonitoringLine);\r\n  stroke-width:2.4;\r\n  stroke-linecap:round;\r\n  stroke-linejoin:round;\r\n}\r\n\r\n.aevos-monitoring-chart-fill{\r\n  fill:url(#aevosSecurityMonitoringFill);\r\n}\r\n\r\n.aevos-monitoring-chart-dot{\r\n  position:absolute;\r\n  top:30%;\r\n  right:17%;\r\n\r\n  width:9px;\r\n  height:9px;\r\n\r\n  border:2px solid #071012;\r\n  border-radius:50%;\r\n\r\n  background:var(--asm-green);\r\n\r\n  box-shadow:\r\n    0 0 0 5px rgba(0,229,168,.10),\r\n    0 0 16px rgba(0,229,168,.36);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ACTIVITY LIST\r\n========================================================= *\/\r\n\r\n.aevos-monitoring-activity{\r\n  display:grid;\r\n  gap:9px;\r\n\r\n  margin-top:14px;\r\n}\r\n\r\n.aevos-monitoring-activity-item{\r\n  display:grid;\r\n  grid-template-columns:36px minmax(0,1fr) auto;\r\n  gap:11px;\r\n  align-items:center;\r\n\r\n  padding:11px;\r\n\r\n  border:1px solid rgba(255,255,255,.052);\r\n  border-radius:10px;\r\n\r\n  background:rgba(255,255,255,.016);\r\n}\r\n\r\n.aevos-monitoring-activity-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:36px;\r\n  height:36px;\r\n\r\n  border:1px solid rgba(0,229,168,.11);\r\n  border-radius:9px;\r\n\r\n  color:var(--asm-green);\r\n\r\n  background:rgba(0,229,168,.026);\r\n}\r\n\r\n.aevos-monitoring-activity-icon svg{\r\n  width:15px;\r\n  height:15px;\r\n}\r\n\r\n.aevos-monitoring-activity-copy strong{\r\n  display:block;\r\n  margin-bottom:3px;\r\n\r\n  color:#DDE5E6 !important;\r\n\r\n  font-size:9.5px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-monitoring-activity-copy span{\r\n  display:block;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:7.8px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-monitoring-activity-state{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:5px;\r\n\r\n  padding:5px 7px;\r\n\r\n  border:1px solid rgba(0,229,168,.09);\r\n  border-radius:7px;\r\n\r\n  color:#92A19D !important;\r\n\r\n  font-size:6.7px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(0,229,168,.022);\r\n}\r\n\r\n.aevos-monitoring-activity-state::before{\r\n  content:\"\";\r\n\r\n  width:4px;\r\n  height:4px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--asm-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RISK AWARENESS PANEL\r\n========================================================= *\/\r\n\r\n.aevos-risk-awareness{\r\n  position:relative;\r\n\r\n  display:flex;\r\n  flex-direction:column;\r\n\r\n  padding:30px;\r\n\r\n  border:1px solid rgba(255,255,255,.075);\r\n  border-radius:21px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 88% 10%,\r\n      rgba(18,207,255,.047),\r\n      transparent 30%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 26px 60px rgba(0,0,0,.21);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-risk-awareness::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:10%;\r\n  right:10%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.40),\r\n      rgba(18,207,255,.34),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-risk-awareness-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:52px;\r\n  height:52px;\r\n  margin-bottom:21px;\r\n\r\n  border-radius:14px;\r\n\r\n  color:#03120E;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--asm-green),\r\n      var(--asm-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 13px 28px rgba(0,229,168,.12);\r\n}\r\n\r\n.aevos-risk-awareness-icon svg{\r\n  width:22px;\r\n  height:22px;\r\n}\r\n\r\n.aevos-risk-awareness-label{\r\n  display:block;\r\n  margin-bottom:9px;\r\n\r\n  color:var(--asm-green) !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-risk-awareness h3{\r\n  margin-bottom:12px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:24px !important;\r\n  font-weight:710 !important;\r\n  line-height:1.28 !important;\r\n  letter-spacing:-.025em !important;\r\n}\r\n\r\n.aevos-risk-awareness > p{\r\n  color:#829095 !important;\r\n\r\n  font-size:13px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.75 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RISK TYPES\r\n========================================================= *\/\r\n\r\n.aevos-risk-types{\r\n  display:grid;\r\n  gap:10px;\r\n\r\n  margin-top:25px;\r\n}\r\n\r\n.aevos-risk-type{\r\n  display:grid;\r\n  grid-template-columns:36px minmax(0,1fr);\r\n  gap:11px;\r\n  align-items:start;\r\n\r\n  padding:13px;\r\n\r\n  border:1px solid rgba(255,255,255,.055);\r\n  border-radius:11px;\r\n\r\n  background:rgba(255,255,255,.017);\r\n}\r\n\r\n.aevos-risk-type-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:36px;\r\n  height:36px;\r\n\r\n  border:1px solid rgba(0,229,168,.11);\r\n  border-radius:9px;\r\n\r\n  color:var(--asm-green);\r\n\r\n  background:rgba(0,229,168,.026);\r\n}\r\n\r\n.aevos-risk-type-icon svg{\r\n  width:15px;\r\n  height:15px;\r\n}\r\n\r\n.aevos-risk-type strong{\r\n  display:block;\r\n  margin-bottom:3px;\r\n\r\n  color:#DDE5E6 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-risk-type span{\r\n  display:block;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:8.5px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.46 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RISK NOTE\r\n========================================================= *\/\r\n\r\n.aevos-risk-awareness-note{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  gap:10px;\r\n\r\n  margin-top:auto;\r\n  padding-top:22px;\r\n}\r\n\r\n.aevos-risk-awareness-note svg{\r\n  width:16px;\r\n  height:16px;\r\n  flex-shrink:0;\r\n  margin-top:2px;\r\n\r\n  color:#839196;\r\n}\r\n\r\n.aevos-risk-awareness-note p{\r\n  color:#758388 !important;\r\n\r\n  font-size:9.3px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.58 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   PRINCIPLES\r\n========================================================= *\/\r\n\r\n.aevos-monitoring-principles{\r\n  display:grid;\r\n  grid-template-columns:repeat(3,minmax(0,1fr));\r\n  gap:16px;\r\n\r\n  margin-top:34px;\r\n}\r\n\r\n.aevos-monitoring-principle{\r\n  position:relative;\r\n  padding:23px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:16px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.03),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-monitoring-principle::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:0;\r\n\r\n  width:100%;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.28),\r\n      rgba(18,207,255,.19),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-monitoring-principle-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:42px;\r\n  height:42px;\r\n  margin-bottom:17px;\r\n\r\n  border:1px solid rgba(0,229,168,.14);\r\n  border-radius:12px;\r\n\r\n  color:var(--asm-green);\r\n\r\n  background:rgba(0,229,168,.035);\r\n}\r\n\r\n.aevos-monitoring-principle-icon svg{\r\n  width:19px;\r\n  height:19px;\r\n}\r\n\r\n.aevos-monitoring-principle h3{\r\n  margin-bottom:8px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-monitoring-principle p{\r\n  color:#839095 !important;\r\n\r\n  font-size:12px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.68 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NOTICE\r\n========================================================= *\/\r\n\r\n.aevos-monitoring-notice{\r\n  display:grid;\r\n  grid-template-columns:42px minmax(0,1fr);\r\n  gap:14px;\r\n\r\n  margin-top:30px;\r\n  padding:20px 21px;\r\n\r\n  border:1px solid rgba(255,255,255,.065);\r\n  border-radius:14px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.025),\r\n      rgba(255,255,255,.016),\r\n      rgba(18,207,255,.021)\r\n    );\r\n}\r\n\r\n.aevos-monitoring-notice-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:42px;\r\n  height:42px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:11px;\r\n\r\n  color:#8E9C9F;\r\n\r\n  background:rgba(255,255,255,.022);\r\n}\r\n\r\n.aevos-monitoring-notice-icon svg{\r\n  width:17px;\r\n  height:17px;\r\n}\r\n\r\n.aevos-monitoring-notice strong{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#DFE6E7 !important;\r\n\r\n  font-size:12px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-monitoring-notice p{\r\n  color:#7E8C91 !important;\r\n\r\n  font-size:10.8px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.65 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NEXT STEP\r\n========================================================= *\/\r\n\r\n.aevos-monitoring-summary{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:space-between;\r\n  gap:28px;\r\n\r\n  margin-top:30px;\r\n  padding:23px 26px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:16px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.035),\r\n      rgba(255,255,255,.018),\r\n      rgba(18,207,255,.025)\r\n    );\r\n}\r\n\r\n.aevos-monitoring-summary-copy strong{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-monitoring-summary-copy span{\r\n  color:#879499 !important;\r\n\r\n  font-size:12.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.6 !important;\r\n}\r\n\r\n.aevos-monitoring-summary-badge{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:8px;\r\n\r\n  flex-shrink:0;\r\n  padding:9px 12px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:9px;\r\n\r\n  color:#ABB6B9 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.025);\r\n}\r\n\r\n.aevos-monitoring-summary-badge::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--asm-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSIVE\r\n========================================================= *\/\r\n\r\n@media(max-width:1050px){\r\n\r\n  .aevos-security-monitoring{\r\n    padding:88px 22px;\r\n  }\r\n\r\n  .aevos-security-monitoring-header{\r\n    grid-template-columns:1fr;\r\n    gap:20px;\r\n  }\r\n\r\n  .aevos-security-monitoring-title,\r\n  .aevos-security-monitoring-intro{\r\n    max-width:760px;\r\n  }\r\n\r\n  .aevos-security-monitoring-grid{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:760px){\r\n\r\n  .aevos-monitoring-principles{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:620px){\r\n\r\n  .aevos-security-monitoring{\r\n    padding:70px 18px;\r\n  }\r\n\r\n  .aevos-security-monitoring-header{\r\n    margin-bottom:43px;\r\n  }\r\n\r\n  .aevos-security-monitoring-title{\r\n    font-size:32px !important;\r\n  }\r\n\r\n  .aevos-security-monitoring-intro{\r\n    font-size:14px !important;\r\n  }\r\n\r\n  .aevos-monitoring-panel,\r\n  .aevos-risk-awareness{\r\n    padding:22px 18px;\r\n\r\n    border-radius:18px;\r\n  }\r\n\r\n  .aevos-monitoring-panel-head{\r\n    flex-direction:column;\r\n  }\r\n\r\n  .aevos-monitoring-metrics{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n  .aevos-monitoring-activity-item{\r\n    grid-template-columns:34px minmax(0,1fr);\r\n  }\r\n\r\n  .aevos-monitoring-activity-icon{\r\n    width:34px;\r\n    height:34px;\r\n  }\r\n\r\n  .aevos-monitoring-activity-state{\r\n    grid-column:2;\r\n\r\n    width:max-content;\r\n  }\r\n\r\n  .aevos-monitoring-notice{\r\n    grid-template-columns:36px minmax(0,1fr);\r\n\r\n    padding:17px;\r\n  }\r\n\r\n  .aevos-monitoring-notice-icon{\r\n    width:36px;\r\n    height:36px;\r\n  }\r\n\r\n  .aevos-monitoring-summary{\r\n    align-items:flex-start;\r\n    flex-direction:column;\r\n\r\n    padding:21px 19px;\r\n  }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<section\r\n  class=\"aevos-security-monitoring\"\r\n  id=\"monitoring-risk-awareness\"\r\n>\r\n\r\n  <div class=\"aevos-security-monitoring-container\">\r\n\r\n    <!-- HEADER -->\r\n\r\n    <div class=\"aevos-security-monitoring-header\">\r\n\r\n      <div>\r\n\r\n        <span class=\"aevos-security-monitoring-eyebrow\">\r\n          Monitoring & Risk Awareness\r\n        <\/span>\r\n\r\n        <h2 class=\"aevos-security-monitoring-title\">\r\n          Greater visibility supports\r\n          <span>more informed security awareness<\/span>\r\n        <\/h2>\r\n\r\n      <\/div>\r\n\r\n      <p class=\"aevos-security-monitoring-intro\">\r\n        Monitoring helps organize relevant activity, identify unusual\r\n        conditions and maintain greater awareness across the platform.\r\n        It supports security management, but it cannot prevent every\r\n        technical incident, external threat or user-related risk.\r\n      <\/p>\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"aevos-security-monitoring-grid\">\r\n\r\n      <!-- MONITORING PANEL -->\r\n\r\n      <div class=\"aevos-monitoring-panel\">\r\n\r\n        <div class=\"aevos-monitoring-panel-head\">\r\n\r\n          <div>\r\n\r\n            <span class=\"aevos-monitoring-panel-label\">\r\n              Operational Visibility\r\n            <\/span>\r\n\r\n            <h3>\r\n              Connected monitoring overview\r\n            <\/h3>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-monitoring-panel-status\">\r\n            Awareness Active\r\n          <\/span>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-monitoring-metrics\">\r\n\r\n          <div class=\"aevos-monitoring-metric\">\r\n\r\n            <div class=\"aevos-monitoring-metric-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"3\" y=\"4\" width=\"18\" height=\"15\" rx=\"2\"><\/rect>\r\n                <path d=\"M7 15l3-3 3 2 4-5\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <span>\r\n              Activity\r\n            <\/span>\r\n\r\n            <strong>\r\n              Organized\r\n            <\/strong>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-monitoring-metric\">\r\n\r\n            <div class=\"aevos-monitoring-metric-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n                <path d=\"M12 7v5\"><\/path>\r\n                <path d=\"M12 16h.01\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <span>\r\n              Risk Awareness\r\n            <\/span>\r\n\r\n            <strong>\r\n              Connected\r\n            <\/strong>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-monitoring-metric\">\r\n\r\n            <div class=\"aevos-monitoring-metric-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M6 3h9l3 3v15H6z\"><\/path>\r\n                <path d=\"M9 11h6\"><\/path>\r\n                <path d=\"M9 15h6\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <span>\r\n              Records\r\n            <\/span>\r\n\r\n            <strong>\r\n              Available\r\n            <\/strong>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n\r\n        <!-- CHART -->\r\n\r\n        <div class=\"aevos-monitoring-chart\">\r\n\r\n          <div class=\"aevos-monitoring-chart-head\">\r\n\r\n            <div>\r\n\r\n              <span>\r\n                Activity Overview\r\n              <\/span>\r\n\r\n              <h4>\r\n                Security-related monitoring history\r\n              <\/h4>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-monitoring-chart-period\">\r\n              Recent Activity\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n          <div class=\"aevos-monitoring-chart-area\">\r\n\r\n            <svg\r\n              class=\"aevos-monitoring-chart-svg\"\r\n              viewBox=\"0 0 600 150\"\r\n              preserveAspectRatio=\"none\"\r\n              aria-hidden=\"true\"\r\n            >\r\n\r\n              <defs>\r\n\r\n                <linearGradient\r\n                  id=\"aevosSecurityMonitoringLine\"\r\n                  x1=\"0\"\r\n                  y1=\"0\"\r\n                  x2=\"1\"\r\n                  y2=\"0\"\r\n                >\r\n                  <stop\r\n                    offset=\"0%\"\r\n                    stop-color=\"#00E5A8\"\r\n                  ><\/stop>\r\n\r\n                  <stop\r\n                    offset=\"100%\"\r\n                    stop-color=\"#12CFFF\"\r\n                  ><\/stop>\r\n                <\/linearGradient>\r\n\r\n                <linearGradient\r\n                  id=\"aevosSecurityMonitoringFill\"\r\n                  x1=\"0\"\r\n                  y1=\"0\"\r\n                  x2=\"0\"\r\n                  y2=\"1\"\r\n                >\r\n                  <stop\r\n                    offset=\"0%\"\r\n                    stop-color=\"#00E5A8\"\r\n                    stop-opacity=\".18\"\r\n                  ><\/stop>\r\n\r\n                  <stop\r\n                    offset=\"100%\"\r\n                    stop-color=\"#12CFFF\"\r\n                    stop-opacity=\"0\"\r\n                  ><\/stop>\r\n                <\/linearGradient>\r\n\r\n              <\/defs>\r\n\r\n              <path\r\n                class=\"aevos-monitoring-chart-fill\"\r\n                d=\"M0 122\r\n                   C45 116,75 95,115 101\r\n                   C160 108,190 73,235 81\r\n                   C280 90,315 56,360 66\r\n                   C405 77,445 42,490 54\r\n                   C535 65,565 31,600 38\r\n                   L600 150\r\n                   L0 150 Z\"\r\n              ><\/path>\r\n\r\n              <path\r\n                class=\"aevos-monitoring-chart-line\"\r\n                d=\"M0 122\r\n                   C45 116,75 95,115 101\r\n                   C160 108,190 73,235 81\r\n                   C280 90,315 56,360 66\r\n                   C405 77,445 42,490 54\r\n                   C535 65,565 31,600 38\"\r\n              ><\/path>\r\n\r\n            <\/svg>\r\n\r\n            <span class=\"aevos-monitoring-chart-dot\"><\/span>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n\r\n        <!-- ACTIVITY -->\r\n\r\n        <div class=\"aevos-monitoring-activity\">\r\n\r\n          <div class=\"aevos-monitoring-activity-item\">\r\n\r\n            <div class=\"aevos-monitoring-activity-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12z\"><\/path>\r\n                <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-monitoring-activity-copy\">\r\n\r\n              <strong>\r\n                Account activity reviewed\r\n              <\/strong>\r\n\r\n              <span>\r\n                Relevant account information remained available for review.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-monitoring-activity-state\">\r\n              Recorded\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-monitoring-activity-item\">\r\n\r\n            <div class=\"aevos-monitoring-activity-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n                <path d=\"M12 7v5\"><\/path>\r\n                <path d=\"M12 16h.01\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-monitoring-activity-copy\">\r\n\r\n              <strong>\r\n                Risk conditions evaluated\r\n              <\/strong>\r\n\r\n              <span>\r\n                Operational awareness remained connected to the workflow.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-monitoring-activity-state\">\r\n              Reviewed\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-monitoring-activity-item\">\r\n\r\n            <div class=\"aevos-monitoring-activity-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M6 3h9l3 3v15H6z\"><\/path>\r\n                <path d=\"M9 11h6\"><\/path>\r\n                <path d=\"M9 15h6\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-monitoring-activity-copy\">\r\n\r\n              <strong>\r\n                Monitoring record updated\r\n              <\/strong>\r\n\r\n              <span>\r\n                Relevant historical information was added to the activity record.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-monitoring-activity-state\">\r\n              Available\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n\r\n      <!-- RISK AWARENESS -->\r\n\r\n      <aside class=\"aevos-risk-awareness\">\r\n\r\n        <div class=\"aevos-risk-awareness-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"2\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M12 3l7 4v5c0 4.5-2.8 7.6-7 9-4.2-1.4-7-4.5-7-9V7l7-4z\"><\/path>\r\n            <path d=\"M12 8v5\"><\/path>\r\n            <path d=\"M12 16h.01\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span class=\"aevos-risk-awareness-label\">\r\n          Risk Awareness\r\n        <\/span>\r\n\r\n        <h3>\r\n          Monitoring supports visibility, not absolute prevention\r\n        <\/h3>\r\n\r\n        <p>\r\n          Security monitoring can help identify relevant changes and\r\n          organize activity, but some risks may develop rapidly or occur\r\n          outside the direct control of the platform.\r\n        <\/p>\r\n\r\n\r\n        <div class=\"aevos-risk-types\">\r\n\r\n          <div class=\"aevos-risk-type\">\r\n\r\n            <span class=\"aevos-risk-type-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M4 5h16v14H4z\"><\/path>\r\n                <path d=\"M8 9h8\"><\/path>\r\n                <path d=\"M8 13h5\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Technical risk\r\n              <\/strong>\r\n\r\n              <span>\r\n                Software failures, vulnerabilities and infrastructure\r\n                interruptions may affect digital services.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-risk-type\">\r\n\r\n            <span class=\"aevos-risk-type-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n                <path d=\"M4 15l4-4 4 3 5-7 3 3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Market risk\r\n              <\/strong>\r\n\r\n              <span>\r\n                Digital asset markets may experience volatility,\r\n                reduced liquidity and unexpected price movements.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-risk-type\">\r\n\r\n            <span class=\"aevos-risk-type-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"12\" cy=\"8\" r=\"4\"><\/circle>\r\n                <path d=\"M4 21c0-4 3-7 8-7s8 3 8 7\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                User-related risk\r\n              <\/strong>\r\n\r\n              <span>\r\n                Credential exposure, phishing and unsafe account behavior\r\n                can create avoidable access risks.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-risk-type\">\r\n\r\n            <span class=\"aevos-risk-type-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M3 12h18\"><\/path>\r\n                <path d=\"M12 3v18\"><\/path>\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                External risk\r\n              <\/strong>\r\n\r\n              <span>\r\n                Third-party systems, networks and external events may\r\n                affect platform availability or account access.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-risk-awareness-note\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M12 11v5\"><\/path>\r\n            <path d=\"M12 8h.01\"><\/path>\r\n          <\/svg>\r\n\r\n          <p>\r\n            Monitoring tools may improve awareness, but they cannot\r\n            guarantee uninterrupted service, prevent every incident or\r\n            eliminate the risks associated with digital assets.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n      <\/aside>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- PRINCIPLES -->\r\n\r\n    <div class=\"aevos-monitoring-principles\">\r\n\r\n      <article class=\"aevos-monitoring-principle\">\r\n\r\n        <div class=\"aevos-monitoring-principle-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <rect x=\"3\" y=\"4\" width=\"18\" height=\"15\" rx=\"2\"><\/rect>\r\n            <path d=\"M7 15l3-3 3 2 4-5\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <h3>\r\n          Organized Visibility\r\n        <\/h3>\r\n\r\n        <p>\r\n          Monitoring information and relevant activity records can be\r\n          organized to support clearer operational awareness.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-monitoring-principle\">\r\n\r\n        <div class=\"aevos-monitoring-principle-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M12 7v5\"><\/path>\r\n            <path d=\"M12 16h.01\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <h3>\r\n          Continuous Awareness\r\n        <\/h3>\r\n\r\n        <p>\r\n          Security and operational conditions can change, which is why\r\n          awareness should continue beyond a single initial review.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-monitoring-principle\">\r\n\r\n        <div class=\"aevos-monitoring-principle-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M12 3l7 4v5c0 4.5-2.8 7.6-7 9-4.2-1.4-7-4.5-7-9V7l7-4z\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <h3>\r\n          Realistic Limitations\r\n        <\/h3>\r\n\r\n        <p>\r\n          Monitoring may help reduce exposure and improve visibility,\r\n          but it does not make an online environment completely risk-free.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NOTICE -->\r\n\r\n    <div class=\"aevos-monitoring-notice\">\r\n\r\n      <div class=\"aevos-monitoring-notice-icon\">\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"1.8\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n          <path d=\"M12 11v5\"><\/path>\r\n          <path d=\"M12 8h.01\"><\/path>\r\n        <\/svg>\r\n\r\n      <\/div>\r\n\r\n      <div>\r\n\r\n        <strong>\r\n          Monitoring does not guarantee that every threat will be detected.\r\n        <\/strong>\r\n\r\n        <p>\r\n          Security incidents may occur without warning, develop rapidly\r\n          or involve systems outside the platform\u2019s control. Users should\r\n          maintain responsible account practices and review unusual\r\n          activity whenever relevant information becomes available.\r\n        <\/p>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NEXT STEP -->\r\n\r\n    <div class=\"aevos-monitoring-summary\">\r\n\r\n      <div class=\"aevos-monitoring-summary-copy\">\r\n\r\n        <strong>\r\n          Visibility and responsible behavior work best together.\r\n        <\/strong>\r\n\r\n        <span>\r\n          The next section explains how users can recognize phishing,\r\n          impersonation attempts and other common online security threats.\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n      <span class=\"aevos-monitoring-summary-badge\">\r\n        Next \u00b7 Threat Awareness\r\n      <\/span>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e7a739 elementor-widget elementor-widget-html\" data-id=\"2e7a739\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     AEVOS \u2014 SECURITY PAGE\r\n     SECTION 05: THREAT AWARENESS\r\n============================================================ -->\r\n\r\n<style>\r\n.aevos-threat-awareness,\r\n.aevos-threat-awareness *{\r\n  box-sizing:border-box !important;\r\n  margin:0;\r\n  padding:0;\r\n}\r\n\r\n.aevos-threat-awareness{\r\n  --ata-green:#00E5A8;\r\n  --ata-cyan:#12CFFF;\r\n  --ata-white:#FFFFFF;\r\n  --ata-text:#EAF0F1;\r\n  --ata-muted:#8F9CA1;\r\n\r\n  position:relative;\r\n  width:100%;\r\n  padding:105px 24px;\r\n\r\n  color:var(--ata-text);\r\n\r\n  font-family:\r\n    'Inter',\r\n    -apple-system,\r\n    BlinkMacSystemFont,\r\n    'Segoe UI',\r\n    sans-serif !important;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 16% 20%,\r\n      rgba(0,229,168,.047),\r\n      transparent 31%\r\n    ),\r\n    radial-gradient(\r\n      circle at 84% 82%,\r\n      rgba(18,207,255,.037),\r\n      transparent 34%\r\n    ),\r\n    #05080A;\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-threat-awareness::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:50%;\r\n\r\n  width:min(1180px,88%);\r\n  height:1px;\r\n\r\n  transform:translateX(-50%);\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(255,255,255,.04),\r\n      rgba(0,229,168,.22),\r\n      rgba(18,207,255,.17),\r\n      rgba(255,255,255,.04),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-threat-awareness::after{\r\n  content:\"\";\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  background-image:\r\n    linear-gradient(\r\n      rgba(255,255,255,.013) 1px,\r\n      transparent 1px\r\n    ),\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(255,255,255,.013) 1px,\r\n      transparent 1px\r\n    );\r\n\r\n  background-size:52px 52px;\r\n\r\n  -webkit-mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      rgba(0,0,0,.42) 22%,\r\n      rgba(0,0,0,.42) 78%,\r\n      transparent\r\n    );\r\n\r\n  mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      rgba(0,0,0,.42) 22%,\r\n      rgba(0,0,0,.42) 78%,\r\n      transparent\r\n    );\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n.aevos-threat-awareness-container{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  width:100%;\r\n  max-width:1180px;\r\n  margin:0 auto;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HEADER\r\n========================================================= *\/\r\n\r\n.aevos-threat-awareness-header{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);\r\n  align-items:end;\r\n  gap:72px;\r\n\r\n  margin-bottom:58px;\r\n}\r\n\r\n.aevos-threat-awareness-eyebrow{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:9px;\r\n\r\n  margin-bottom:16px;\r\n\r\n  color:var(--ata-green) !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.12em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-threat-awareness-eyebrow::before{\r\n  content:\"\";\r\n\r\n  width:24px;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--ata-green),\r\n      var(--ata-cyan)\r\n    );\r\n}\r\n\r\n.aevos-threat-awareness-title{\r\n  max-width:620px;\r\n\r\n  color:var(--ata-white) !important;\r\n\r\n  font-size:clamp(34px,4vw,48px) !important;\r\n  font-weight:720 !important;\r\n  line-height:1.13 !important;\r\n  letter-spacing:-.04em !important;\r\n}\r\n\r\n.aevos-threat-awareness-title span{\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--ata-green),\r\n      var(--ata-cyan)\r\n    );\r\n\r\n  -webkit-background-clip:text;\r\n  background-clip:text;\r\n  -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.aevos-threat-awareness-intro{\r\n  max-width:620px;\r\n\r\n  color:var(--ata-muted) !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.82 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MAIN GRID\r\n========================================================= *\/\r\n\r\n.aevos-threat-awareness-grid{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);\r\n  gap:34px;\r\n  align-items:stretch;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   THREAT PANEL\r\n========================================================= *\/\r\n\r\n.aevos-threat-panel{\r\n  position:relative;\r\n\r\n  padding:30px;\r\n\r\n  border:1px solid rgba(255,255,255,.075);\r\n  border-radius:21px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 13% 10%,\r\n      rgba(0,229,168,.048),\r\n      transparent 30%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 26px 60px rgba(0,0,0,.21);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-threat-panel::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:10%;\r\n  right:10%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.46),\r\n      rgba(18,207,255,.30),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-threat-panel-head{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  justify-content:space-between;\r\n  gap:20px;\r\n\r\n  margin-bottom:27px;\r\n}\r\n\r\n.aevos-threat-panel-label{\r\n  display:block;\r\n  margin-bottom:7px;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-threat-panel-head h3{\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:20px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-threat-panel-status{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:7px;\r\n\r\n  flex-shrink:0;\r\n  padding:8px 10px;\r\n\r\n  border:1px solid rgba(0,229,168,.10);\r\n  border-radius:9px;\r\n\r\n  color:#A4B1AE !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(0,229,168,.024);\r\n}\r\n\r\n.aevos-threat-panel-status::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--ata-green);\r\n\r\n  box-shadow:\r\n    0 0 10px rgba(0,229,168,.42);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   THREAT CARDS\r\n========================================================= *\/\r\n\r\n.aevos-threat-list{\r\n  display:grid;\r\n  grid-template-columns:repeat(2,minmax(0,1fr));\r\n  gap:13px;\r\n}\r\n\r\n.aevos-threat-card{\r\n  position:relative;\r\n\r\n  min-height:235px;\r\n  padding:21px;\r\n\r\n  border:1px solid rgba(255,255,255,.062);\r\n  border-radius:14px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.029),\r\n      rgba(255,255,255,.014)\r\n    );\r\n\r\n  overflow:hidden;\r\n\r\n  transition:\r\n    transform .24s ease,\r\n    border-color .24s ease,\r\n    background .24s ease;\r\n}\r\n\r\n.aevos-threat-card:hover{\r\n  transform:translateY(-3px);\r\n\r\n  border-color:rgba(255,255,255,.105);\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.041),\r\n      rgba(255,255,255,.018)\r\n    );\r\n}\r\n\r\n.aevos-threat-card::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:0;\r\n\r\n  width:100%;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.27),\r\n      rgba(18,207,255,.18),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-threat-card-head{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  justify-content:space-between;\r\n  gap:16px;\r\n\r\n  margin-bottom:18px;\r\n}\r\n\r\n.aevos-threat-card-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:46px;\r\n  height:46px;\r\n\r\n  border:1px solid rgba(0,229,168,.14);\r\n  border-radius:13px;\r\n\r\n  color:var(--ata-green);\r\n\r\n  background:rgba(0,229,168,.033);\r\n}\r\n\r\n.aevos-threat-card-icon svg{\r\n  width:20px;\r\n  height:20px;\r\n}\r\n\r\n.aevos-threat-card-number{\r\n  color:rgba(255,255,255,.16) !important;\r\n\r\n  font-size:25px !important;\r\n  font-weight:760 !important;\r\n  line-height:1 !important;\r\n}\r\n\r\n.aevos-threat-card span{\r\n  display:block;\r\n  margin-bottom:7px;\r\n\r\n  color:var(--ata-green) !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.09em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-threat-card h4{\r\n  margin-bottom:8px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-threat-card p{\r\n  color:#7F8D92 !important;\r\n\r\n  font-size:10.8px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.65 !important;\r\n}\r\n\r\n.aevos-threat-card-indicator{\r\n  display:inline-flex !important;\r\n  align-items:center;\r\n  gap:6px;\r\n\r\n  margin-top:16px !important;\r\n  padding:6px 8px;\r\n\r\n  border:1px solid rgba(255,255,255,.06);\r\n  border-radius:7px;\r\n\r\n  color:#8D9A9E !important;\r\n\r\n  font-size:7px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.018);\r\n}\r\n\r\n.aevos-threat-card-indicator::before{\r\n  content:\"\";\r\n\r\n  width:4px;\r\n  height:4px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--ata-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MESSAGE ANALYSIS PANEL\r\n========================================================= *\/\r\n\r\n.aevos-threat-analysis{\r\n  position:relative;\r\n\r\n  display:flex;\r\n  flex-direction:column;\r\n\r\n  padding:30px;\r\n\r\n  border:1px solid rgba(255,255,255,.075);\r\n  border-radius:21px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 88% 10%,\r\n      rgba(18,207,255,.047),\r\n      transparent 30%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 26px 60px rgba(0,0,0,.21);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-threat-analysis::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:10%;\r\n  right:10%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.40),\r\n      rgba(18,207,255,.34),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-threat-analysis-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:52px;\r\n  height:52px;\r\n  margin-bottom:21px;\r\n\r\n  border-radius:14px;\r\n\r\n  color:#03120E;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--ata-green),\r\n      var(--ata-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 13px 28px rgba(0,229,168,.12);\r\n}\r\n\r\n.aevos-threat-analysis-icon svg{\r\n  width:22px;\r\n  height:22px;\r\n}\r\n\r\n.aevos-threat-analysis-label{\r\n  display:block;\r\n  margin-bottom:9px;\r\n\r\n  color:var(--ata-green) !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-threat-analysis h3{\r\n  margin-bottom:12px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:24px !important;\r\n  font-weight:710 !important;\r\n  line-height:1.28 !important;\r\n  letter-spacing:-.025em !important;\r\n}\r\n\r\n.aevos-threat-analysis > p{\r\n  color:#829095 !important;\r\n\r\n  font-size:13px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.75 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SUSPICIOUS MESSAGE\r\n========================================================= *\/\r\n\r\n.aevos-threat-message{\r\n  margin-top:24px;\r\n  padding:17px;\r\n\r\n  border:1px solid rgba(255,255,255,.058);\r\n  border-radius:13px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.028),\r\n      rgba(255,255,255,.014)\r\n    );\r\n}\r\n\r\n.aevos-threat-message-head{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:space-between;\r\n  gap:15px;\r\n\r\n  margin-bottom:14px;\r\n  padding-bottom:13px;\r\n\r\n  border-bottom:1px solid rgba(255,255,255,.055);\r\n}\r\n\r\n.aevos-threat-message-sender{\r\n  display:flex;\r\n  align-items:center;\r\n  gap:10px;\r\n}\r\n\r\n.aevos-threat-message-avatar{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:36px;\r\n  height:36px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:10px;\r\n\r\n  color:#89969A;\r\n\r\n  background:rgba(255,255,255,.022);\r\n}\r\n\r\n.aevos-threat-message-avatar svg{\r\n  width:16px;\r\n  height:16px;\r\n}\r\n\r\n.aevos-threat-message-sender strong{\r\n  display:block;\r\n  margin-bottom:3px;\r\n\r\n  color:#DDE5E6 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-threat-message-sender span{\r\n  display:block;\r\n\r\n  color:#6F7D82 !important;\r\n\r\n  font-size:7.8px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.3 !important;\r\n}\r\n\r\n.aevos-threat-message-badge{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:5px;\r\n\r\n  padding:5px 7px;\r\n\r\n  border:1px solid rgba(255,255,255,.06);\r\n  border-radius:7px;\r\n\r\n  color:#8D999D !important;\r\n\r\n  font-size:6.8px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.018);\r\n}\r\n\r\n.aevos-threat-message-body{\r\n  color:#879499 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.65 !important;\r\n}\r\n\r\n.aevos-threat-message-body strong{\r\n  color:#D9E1E2 !important;\r\n  font-weight:700 !important;\r\n}\r\n\r\n.aevos-threat-message-link{\r\n  display:block;\r\n\r\n  margin-top:12px;\r\n  padding:10px 11px;\r\n\r\n  border:1px solid rgba(255,255,255,.055);\r\n  border-radius:9px;\r\n\r\n  color:#819095 !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:600 !important;\r\n  line-height:1.4 !important;\r\n\r\n  background:rgba(255,255,255,.016);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   WARNING SIGNS\r\n========================================================= *\/\r\n\r\n.aevos-threat-signs{\r\n  display:grid;\r\n  gap:9px;\r\n\r\n  margin-top:15px;\r\n}\r\n\r\n.aevos-threat-sign{\r\n  display:grid;\r\n  grid-template-columns:31px minmax(0,1fr);\r\n  gap:10px;\r\n  align-items:center;\r\n\r\n  padding:11px;\r\n\r\n  border:1px solid rgba(255,255,255,.052);\r\n  border-radius:10px;\r\n\r\n  background:rgba(255,255,255,.016);\r\n}\r\n\r\n.aevos-threat-sign-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:31px;\r\n  height:31px;\r\n\r\n  border:1px solid rgba(0,229,168,.11);\r\n  border-radius:8px;\r\n\r\n  color:var(--ata-green);\r\n\r\n  background:rgba(0,229,168,.026);\r\n}\r\n\r\n.aevos-threat-sign-icon svg{\r\n  width:13px;\r\n  height:13px;\r\n}\r\n\r\n.aevos-threat-sign strong{\r\n  display:block;\r\n  margin-bottom:3px;\r\n\r\n  color:#DDE5E6 !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-threat-sign span{\r\n  display:block;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:7.8px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSE STEPS\r\n========================================================= *\/\r\n\r\n.aevos-threat-response{\r\n  display:grid;\r\n  grid-template-columns:repeat(4,minmax(0,1fr));\r\n  gap:15px;\r\n\r\n  margin-top:34px;\r\n}\r\n\r\n.aevos-threat-response-card{\r\n  position:relative;\r\n\r\n  min-height:220px;\r\n  padding:22px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:16px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.03),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-threat-response-card::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:0;\r\n\r\n  width:100%;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.28),\r\n      rgba(18,207,255,.19),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-threat-response-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:43px;\r\n  height:43px;\r\n  margin-bottom:17px;\r\n\r\n  border:1px solid rgba(0,229,168,.14);\r\n  border-radius:12px;\r\n\r\n  color:var(--ata-green);\r\n\r\n  background:rgba(0,229,168,.034);\r\n}\r\n\r\n.aevos-threat-response-icon svg{\r\n  width:19px;\r\n  height:19px;\r\n}\r\n\r\n.aevos-threat-response-card span{\r\n  display:block;\r\n  margin-bottom:8px;\r\n\r\n  color:var(--ata-green) !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.09em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-threat-response-card h3{\r\n  margin-bottom:8px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-threat-response-card p{\r\n  color:#839095 !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.68 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NOTICE\r\n========================================================= *\/\r\n\r\n.aevos-threat-notice{\r\n  display:grid;\r\n  grid-template-columns:42px minmax(0,1fr);\r\n  gap:14px;\r\n\r\n  margin-top:30px;\r\n  padding:20px 21px;\r\n\r\n  border:1px solid rgba(255,255,255,.065);\r\n  border-radius:14px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.025),\r\n      rgba(255,255,255,.016),\r\n      rgba(18,207,255,.021)\r\n    );\r\n}\r\n\r\n.aevos-threat-notice-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:42px;\r\n  height:42px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:11px;\r\n\r\n  color:#8E9C9F;\r\n\r\n  background:rgba(255,255,255,.022);\r\n}\r\n\r\n.aevos-threat-notice-icon svg{\r\n  width:17px;\r\n  height:17px;\r\n}\r\n\r\n.aevos-threat-notice strong{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#DFE6E7 !important;\r\n\r\n  font-size:12px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-threat-notice p{\r\n  color:#7E8C91 !important;\r\n\r\n  font-size:10.8px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.65 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NEXT STEP\r\n========================================================= *\/\r\n\r\n.aevos-threat-summary{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:space-between;\r\n  gap:28px;\r\n\r\n  margin-top:30px;\r\n  padding:23px 26px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:16px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.035),\r\n      rgba(255,255,255,.018),\r\n      rgba(18,207,255,.025)\r\n    );\r\n}\r\n\r\n.aevos-threat-summary-copy strong{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-threat-summary-copy span{\r\n  color:#879499 !important;\r\n\r\n  font-size:12.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.6 !important;\r\n}\r\n\r\n.aevos-threat-summary-badge{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:8px;\r\n\r\n  flex-shrink:0;\r\n  padding:9px 12px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:9px;\r\n\r\n  color:#ABB6B9 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.025);\r\n}\r\n\r\n.aevos-threat-summary-badge::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--ata-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSIVE\r\n========================================================= *\/\r\n\r\n@media(max-width:1050px){\r\n\r\n  .aevos-threat-awareness{\r\n    padding:88px 22px;\r\n  }\r\n\r\n  .aevos-threat-awareness-header{\r\n    grid-template-columns:1fr;\r\n    gap:20px;\r\n  }\r\n\r\n  .aevos-threat-awareness-title,\r\n  .aevos-threat-awareness-intro{\r\n    max-width:760px;\r\n  }\r\n\r\n  .aevos-threat-awareness-grid{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n  .aevos-threat-response{\r\n    grid-template-columns:repeat(2,minmax(0,1fr));\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:760px){\r\n\r\n  .aevos-threat-list{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:620px){\r\n\r\n  .aevos-threat-awareness{\r\n    padding:70px 18px;\r\n  }\r\n\r\n  .aevos-threat-awareness-header{\r\n    margin-bottom:43px;\r\n  }\r\n\r\n  .aevos-threat-awareness-title{\r\n    font-size:32px !important;\r\n  }\r\n\r\n  .aevos-threat-awareness-intro{\r\n    font-size:14px !important;\r\n  }\r\n\r\n  .aevos-threat-panel,\r\n  .aevos-threat-analysis{\r\n    padding:22px 18px;\r\n\r\n    border-radius:18px;\r\n  }\r\n\r\n  .aevos-threat-panel-head{\r\n    flex-direction:column;\r\n  }\r\n\r\n  .aevos-threat-card{\r\n    min-height:auto;\r\n  }\r\n\r\n  .aevos-threat-response{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n  .aevos-threat-response-card{\r\n    min-height:auto;\r\n  }\r\n\r\n  .aevos-threat-notice{\r\n    grid-template-columns:36px minmax(0,1fr);\r\n\r\n    padding:17px;\r\n  }\r\n\r\n  .aevos-threat-notice-icon{\r\n    width:36px;\r\n    height:36px;\r\n  }\r\n\r\n  .aevos-threat-summary{\r\n    align-items:flex-start;\r\n    flex-direction:column;\r\n\r\n    padding:21px 19px;\r\n  }\r\n\r\n}\r\n\r\n@media(prefers-reduced-motion:reduce){\r\n\r\n  .aevos-threat-card{\r\n    transition:none !important;\r\n  }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<section class=\"aevos-threat-awareness\" id=\"threat-awareness\">\r\n\r\n  <div class=\"aevos-threat-awareness-container\">\r\n\r\n    <!-- HEADER -->\r\n\r\n    <div class=\"aevos-threat-awareness-header\">\r\n\r\n      <div>\r\n\r\n        <span class=\"aevos-threat-awareness-eyebrow\">\r\n          Threat Awareness\r\n        <\/span>\r\n\r\n        <h2 class=\"aevos-threat-awareness-title\">\r\n          Recognize suspicious activity\r\n          <span>before sharing sensitive information<\/span>\r\n        <\/h2>\r\n\r\n      <\/div>\r\n\r\n      <p class=\"aevos-threat-awareness-intro\">\r\n        Phishing pages, impersonation attempts and fraudulent messages\r\n        often rely on urgency, confusion or promises of special access.\r\n        Learning to recognize these patterns can help users avoid many\r\n        common account security risks.\r\n      <\/p>\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"aevos-threat-awareness-grid\">\r\n\r\n      <!-- COMMON THREATS -->\r\n\r\n      <div class=\"aevos-threat-panel\">\r\n\r\n        <div class=\"aevos-threat-panel-head\">\r\n\r\n          <div>\r\n\r\n            <span class=\"aevos-threat-panel-label\">\r\n              Common Online Threats\r\n            <\/span>\r\n\r\n            <h3>\r\n              Warning signs users should recognize\r\n            <\/h3>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-threat-panel-status\">\r\n            Stay Alert\r\n          <\/span>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-threat-list\">\r\n\r\n          <article class=\"aevos-threat-card\">\r\n\r\n            <div class=\"aevos-threat-card-head\">\r\n\r\n              <div class=\"aevos-threat-card-icon\">\r\n\r\n                <svg\r\n                  viewBox=\"0 0 24 24\"\r\n                  fill=\"none\"\r\n                  stroke=\"currentColor\"\r\n                  stroke-width=\"1.8\"\r\n                  stroke-linecap=\"round\"\r\n                  stroke-linejoin=\"round\"\r\n                  aria-hidden=\"true\"\r\n                >\r\n                  <path d=\"M4 5h16v14H4z\"><\/path>\r\n                  <path d=\"M4 8l8 5 8-5\"><\/path>\r\n                <\/svg>\r\n\r\n              <\/div>\r\n\r\n              <strong class=\"aevos-threat-card-number\">\r\n                01\r\n              <\/strong>\r\n\r\n            <\/div>\r\n\r\n            <span>\r\n              Phishing Messages\r\n            <\/span>\r\n\r\n            <h4>\r\n              Requests designed to capture credentials\r\n            <\/h4>\r\n\r\n            <p>\r\n              Fraudulent emails or messages may imitate platform\r\n              communications and direct users to fake login pages.\r\n            <\/p>\r\n\r\n            <span class=\"aevos-threat-card-indicator\">\r\n              Verify the sender\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n\r\n          <article class=\"aevos-threat-card\">\r\n\r\n            <div class=\"aevos-threat-card-head\">\r\n\r\n              <div class=\"aevos-threat-card-icon\">\r\n\r\n                <svg\r\n                  viewBox=\"0 0 24 24\"\r\n                  fill=\"none\"\r\n                  stroke=\"currentColor\"\r\n                  stroke-width=\"1.8\"\r\n                  stroke-linecap=\"round\"\r\n                  stroke-linejoin=\"round\"\r\n                  aria-hidden=\"true\"\r\n                >\r\n                  <circle cx=\"12\" cy=\"8\" r=\"4\"><\/circle>\r\n                  <path d=\"M4 21c0-4 3-7 8-7s8 3 8 7\"><\/path>\r\n                  <path d=\"M18 5h3\"><\/path>\r\n                  <path d=\"M19.5 3.5v3\"><\/path>\r\n                <\/svg>\r\n\r\n              <\/div>\r\n\r\n              <strong class=\"aevos-threat-card-number\">\r\n                02\r\n              <\/strong>\r\n\r\n            <\/div>\r\n\r\n            <span>\r\n              Impersonation\r\n            <\/span>\r\n\r\n            <h4>\r\n              Profiles pretending to represent Aevos\r\n            <\/h4>\r\n\r\n            <p>\r\n              Fraudsters may use copied names, logos and profile images\r\n              to appear connected to the platform or its support team.\r\n            <\/p>\r\n\r\n            <span class=\"aevos-threat-card-indicator\">\r\n              Confirm identity\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n\r\n          <article class=\"aevos-threat-card\">\r\n\r\n            <div class=\"aevos-threat-card-head\">\r\n\r\n              <div class=\"aevos-threat-card-icon\">\r\n\r\n                <svg\r\n                  viewBox=\"0 0 24 24\"\r\n                  fill=\"none\"\r\n                  stroke=\"currentColor\"\r\n                  stroke-width=\"1.8\"\r\n                  stroke-linecap=\"round\"\r\n                  stroke-linejoin=\"round\"\r\n                  aria-hidden=\"true\"\r\n                >\r\n                  <path d=\"M10 13a5 5 0 0 0 7.5.5l2-2a5 5 0 0 0-7-7l-1.1 1.1\"><\/path>\r\n                  <path d=\"M14 11a5 5 0 0 0-7.5-.5l-2 2a5 5 0 0 0 7 7l1.1-1.1\"><\/path>\r\n                <\/svg>\r\n\r\n              <\/div>\r\n\r\n              <strong class=\"aevos-threat-card-number\">\r\n                03\r\n              <\/strong>\r\n\r\n            <\/div>\r\n\r\n            <span>\r\n              Fake Websites\r\n            <\/span>\r\n\r\n            <h4>\r\n              Pages designed to imitate platform access\r\n            <\/h4>\r\n\r\n            <p>\r\n              Similar domain names and copied interfaces may be used to\r\n              collect passwords, codes or other sensitive information.\r\n            <\/p>\r\n\r\n            <span class=\"aevos-threat-card-indicator\">\r\n              Check the address\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n\r\n          <article class=\"aevos-threat-card\">\r\n\r\n            <div class=\"aevos-threat-card-head\">\r\n\r\n              <div class=\"aevos-threat-card-icon\">\r\n\r\n                <svg\r\n                  viewBox=\"0 0 24 24\"\r\n                  fill=\"none\"\r\n                  stroke=\"currentColor\"\r\n                  stroke-width=\"1.8\"\r\n                  stroke-linecap=\"round\"\r\n                  stroke-linejoin=\"round\"\r\n                  aria-hidden=\"true\"\r\n                >\r\n                  <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n                  <path d=\"M12 7v5\"><\/path>\r\n                  <path d=\"M12 16h.01\"><\/path>\r\n                <\/svg>\r\n\r\n              <\/div>\r\n\r\n              <strong class=\"aevos-threat-card-number\">\r\n                04\r\n              <\/strong>\r\n\r\n            <\/div>\r\n\r\n            <span>\r\n              Urgent Requests\r\n            <\/span>\r\n\r\n            <h4>\r\n              Pressure to act before checking the details\r\n            <\/h4>\r\n\r\n            <p>\r\n              Suspicious messages may claim that an account will be\r\n              blocked unless the user immediately sends money or data.\r\n            <\/p>\r\n\r\n            <span class=\"aevos-threat-card-indicator\">\r\n              Pause and review\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n\r\n      <!-- MESSAGE ANALYSIS -->\r\n\r\n      <aside class=\"aevos-threat-analysis\">\r\n\r\n        <div class=\"aevos-threat-analysis-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"2\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"11\" cy=\"11\" r=\"7\"><\/circle>\r\n            <path d=\"M20 20l-4-4\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span class=\"aevos-threat-analysis-label\">\r\n          Message Review\r\n        <\/span>\r\n\r\n        <h3>\r\n          Look for warning signs before taking action\r\n        <\/h3>\r\n\r\n        <p>\r\n          Suspicious communications often combine an unfamiliar sender,\r\n          urgent language, unusual links and requests for information\r\n          that should remain private.\r\n        <\/p>\r\n\r\n\r\n        <div class=\"aevos-threat-message\">\r\n\r\n          <div class=\"aevos-threat-message-head\">\r\n\r\n            <div class=\"aevos-threat-message-sender\">\r\n\r\n              <span class=\"aevos-threat-message-avatar\">\r\n\r\n                <svg\r\n                  viewBox=\"0 0 24 24\"\r\n                  fill=\"none\"\r\n                  stroke=\"currentColor\"\r\n                  stroke-width=\"1.8\"\r\n                  stroke-linecap=\"round\"\r\n                  stroke-linejoin=\"round\"\r\n                  aria-hidden=\"true\"\r\n                >\r\n                  <circle cx=\"12\" cy=\"8\" r=\"4\"><\/circle>\r\n                  <path d=\"M4 21c0-4 3-7 8-7s8 3 8 7\"><\/path>\r\n                <\/svg>\r\n\r\n              <\/span>\r\n\r\n              <div>\r\n\r\n                <strong>\r\n                  Account Support\r\n                <\/strong>\r\n\r\n                <span>\r\n                  Unverified sender\r\n                <\/span>\r\n\r\n              <\/div>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-threat-message-badge\">\r\n              Example\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <p class=\"aevos-threat-message-body\">\r\n            Your account requires immediate verification. Send your\r\n            <strong>password and access code<\/strong> or follow the link\r\n            below to prevent account suspension.\r\n          <\/p>\r\n\r\n          <span class=\"aevos-threat-message-link\">\r\n            unfamiliar-login-example.com\/verify\r\n          <\/span>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-threat-signs\">\r\n\r\n          <div class=\"aevos-threat-sign\">\r\n\r\n            <span class=\"aevos-threat-sign-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M12 7v5\"><\/path>\r\n                <path d=\"M12 16h.01\"><\/path>\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Artificial urgency\r\n              <\/strong>\r\n\r\n              <span>\r\n                Pressure to act immediately without independent verification.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-threat-sign\">\r\n\r\n            <span class=\"aevos-threat-sign-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n                <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Request for private information\r\n              <\/strong>\r\n\r\n              <span>\r\n                Passwords and access codes should not be shared by message.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-threat-sign\">\r\n\r\n            <span class=\"aevos-threat-sign-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M10 13a5 5 0 0 0 7.5.5l2-2a5 5 0 0 0-7-7l-1.1 1.1\"><\/path>\r\n                <path d=\"M14 11a5 5 0 0 0-7.5-.5l-2 2a5 5 0 0 0 7 7l1.1-1.1\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <div>\r\n\r\n              <strong>\r\n                Unfamiliar destination\r\n              <\/strong>\r\n\r\n              <span>\r\n                Similar-looking domains may lead to imitation login pages.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n      <\/aside>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- RESPONSE STEPS -->\r\n\r\n    <div class=\"aevos-threat-response\">\r\n\r\n      <article class=\"aevos-threat-response-card\">\r\n\r\n        <div class=\"aevos-threat-response-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M8 12h8\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Step 01\r\n        <\/span>\r\n\r\n        <h3>\r\n          Do Not Respond\r\n        <\/h3>\r\n\r\n        <p>\r\n          Avoid replying, clicking links or providing any account,\r\n          payment or identity information.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-threat-response-card\">\r\n\r\n        <div class=\"aevos-threat-response-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"11\" cy=\"11\" r=\"7\"><\/circle>\r\n            <path d=\"M20 20l-4-4\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Step 02\r\n        <\/span>\r\n\r\n        <h3>\r\n          Verify Independently\r\n        <\/h3>\r\n\r\n        <p>\r\n          Access the platform through a known destination instead of\r\n          using the link included in the suspicious message.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-threat-response-card\">\r\n\r\n        <div class=\"aevos-threat-response-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M6 3h9l3 3v15H6z\"><\/path>\r\n            <path d=\"M9 11h6\"><\/path>\r\n            <path d=\"M9 15h6\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Step 03\r\n        <\/span>\r\n\r\n        <h3>\r\n          Preserve the Details\r\n        <\/h3>\r\n\r\n        <p>\r\n          Keep relevant information such as the sender, message,\r\n          destination and time for later review.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-threat-response-card\">\r\n\r\n        <div class=\"aevos-threat-response-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M12 3l7 4v5c0 4.5-2.8 7.6-7 9-4.2-1.4-7-4.5-7-9V7l7-4z\"><\/path>\r\n            <path d=\"M9 12l2 2 4-4\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Step 04\r\n        <\/span>\r\n\r\n        <h3>\r\n          Review Your Account\r\n        <\/h3>\r\n\r\n        <p>\r\n          Check available account information and update exposed\r\n          credentials if sensitive data may have been shared.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NOTICE -->\r\n\r\n    <div class=\"aevos-threat-notice\">\r\n\r\n      <div class=\"aevos-threat-notice-icon\">\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"1.8\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n          <path d=\"M12 11v5\"><\/path>\r\n          <path d=\"M12 8h.01\"><\/path>\r\n        <\/svg>\r\n\r\n      <\/div>\r\n\r\n      <div>\r\n\r\n        <strong>\r\n          Never share passwords, private access information or security codes.\r\n        <\/strong>\r\n\r\n        <p>\r\n          Be cautious with anyone claiming to represent the platform who\r\n          requests credentials, unexpected payments or access to your\r\n          device. Confirm important instructions through a known and\r\n          independently accessed platform destination.\r\n        <\/p>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NEXT STEP -->\r\n\r\n    <div class=\"aevos-threat-summary\">\r\n\r\n      <div class=\"aevos-threat-summary-copy\">\r\n\r\n        <strong>\r\n          Awareness can prevent many common account security mistakes.\r\n        <\/strong>\r\n\r\n        <span>\r\n          The next section explains practical security habits that users\r\n          can apply whenever accessing or managing their Aevos account.\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n      <span class=\"aevos-threat-summary-badge\">\r\n        Next \u00b7 Security Best Practices\r\n      <\/span>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-997c7c8 elementor-widget elementor-widget-html\" data-id=\"997c7c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     AEVOS \u2014 SECURITY PAGE\r\n     SECTION 06: SECURITY BEST PRACTICES\r\n============================================================ -->\r\n\r\n<style>\r\n.aevos-security-practices,\r\n.aevos-security-practices *{\r\n  box-sizing:border-box !important;\r\n  margin:0;\r\n  padding:0;\r\n}\r\n\r\n.aevos-security-practices{\r\n  --asp-green:#00E5A8;\r\n  --asp-cyan:#12CFFF;\r\n  --asp-white:#FFFFFF;\r\n  --asp-text:#EAF0F1;\r\n  --asp-muted:#8F9CA1;\r\n\r\n  position:relative;\r\n  width:100%;\r\n  padding:105px 24px;\r\n\r\n  color:var(--asp-text);\r\n\r\n  font-family:\r\n    'Inter',\r\n    -apple-system,\r\n    BlinkMacSystemFont,\r\n    'Segoe UI',\r\n    sans-serif !important;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 84% 20%,\r\n      rgba(0,229,168,.047),\r\n      transparent 31%\r\n    ),\r\n    radial-gradient(\r\n      circle at 16% 82%,\r\n      rgba(18,207,255,.037),\r\n      transparent 34%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      #05080A 0%,\r\n      #071012 50%,\r\n      #05080A 100%\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-security-practices::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:50%;\r\n\r\n  width:min(1180px,88%);\r\n  height:1px;\r\n\r\n  transform:translateX(-50%);\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(255,255,255,.04),\r\n      rgba(0,229,168,.22),\r\n      rgba(18,207,255,.17),\r\n      rgba(255,255,255,.04),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-practices::after{\r\n  content:\"\";\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  background-image:\r\n    radial-gradient(\r\n      circle,\r\n      rgba(255,255,255,.034) 1px,\r\n      transparent 1px\r\n    );\r\n\r\n  background-size:32px 32px;\r\n  opacity:.13;\r\n\r\n  -webkit-mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      #000 24%,\r\n      #000 76%,\r\n      transparent\r\n    );\r\n\r\n  mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      #000 24%,\r\n      #000 76%,\r\n      transparent\r\n    );\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n.aevos-security-practices-container{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  width:100%;\r\n  max-width:1180px;\r\n  margin:0 auto;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HEADER\r\n========================================================= *\/\r\n\r\n.aevos-security-practices-header{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);\r\n  align-items:end;\r\n  gap:72px;\r\n\r\n  margin-bottom:58px;\r\n}\r\n\r\n.aevos-security-practices-eyebrow{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:9px;\r\n\r\n  margin-bottom:16px;\r\n\r\n  color:var(--asp-green) !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.12em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-practices-eyebrow::before{\r\n  content:\"\";\r\n\r\n  width:24px;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--asp-green),\r\n      var(--asp-cyan)\r\n    );\r\n}\r\n\r\n.aevos-security-practices-title{\r\n  max-width:620px;\r\n\r\n  color:var(--asp-white) !important;\r\n\r\n  font-size:clamp(34px,4vw,48px) !important;\r\n  font-weight:720 !important;\r\n  line-height:1.13 !important;\r\n  letter-spacing:-.04em !important;\r\n}\r\n\r\n.aevos-security-practices-title span{\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--asp-green),\r\n      var(--asp-cyan)\r\n    );\r\n\r\n  -webkit-background-clip:text;\r\n  background-clip:text;\r\n  -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.aevos-security-practices-intro{\r\n  max-width:620px;\r\n\r\n  color:var(--asp-muted) !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.82 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MAIN GRID\r\n========================================================= *\/\r\n\r\n.aevos-security-practices-grid{\r\n  display:grid;\r\n  grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr);\r\n  gap:34px;\r\n  align-items:stretch;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   CHECKLIST PANEL\r\n========================================================= *\/\r\n\r\n.aevos-security-checklist{\r\n  position:relative;\r\n\r\n  padding:30px;\r\n\r\n  border:1px solid rgba(255,255,255,.075);\r\n  border-radius:21px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 12% 10%,\r\n      rgba(0,229,168,.048),\r\n      transparent 30%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 26px 60px rgba(0,0,0,.21);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-security-checklist::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:10%;\r\n  right:10%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.46),\r\n      rgba(18,207,255,.30),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-checklist-head{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  justify-content:space-between;\r\n  gap:20px;\r\n\r\n  margin-bottom:27px;\r\n}\r\n\r\n.aevos-security-checklist-label{\r\n  display:block;\r\n  margin-bottom:7px;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-checklist-head h3{\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:20px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-security-checklist-status{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:7px;\r\n\r\n  flex-shrink:0;\r\n  padding:8px 10px;\r\n\r\n  border:1px solid rgba(0,229,168,.10);\r\n  border-radius:9px;\r\n\r\n  color:#A4B1AE !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(0,229,168,.024);\r\n}\r\n\r\n.aevos-security-checklist-status::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--asp-green);\r\n\r\n  box-shadow:\r\n    0 0 10px rgba(0,229,168,.42);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   CHECKLIST ITEMS\r\n========================================================= *\/\r\n\r\n.aevos-security-checklist-list{\r\n  display:grid;\r\n  gap:12px;\r\n}\r\n\r\n.aevos-security-checklist-item{\r\n  position:relative;\r\n\r\n  display:grid;\r\n  grid-template-columns:48px minmax(0,1fr) auto;\r\n  gap:15px;\r\n  align-items:center;\r\n\r\n  padding:16px;\r\n\r\n  border:1px solid rgba(255,255,255,.06);\r\n  border-radius:13px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.029),\r\n      rgba(255,255,255,.014)\r\n    );\r\n\r\n  transition:\r\n    transform .24s ease,\r\n    border-color .24s ease,\r\n    background .24s ease;\r\n}\r\n\r\n.aevos-security-checklist-item:hover{\r\n  transform:translateX(3px);\r\n\r\n  border-color:rgba(255,255,255,.105);\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.041),\r\n      rgba(255,255,255,.018)\r\n    );\r\n}\r\n\r\n.aevos-security-checklist-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:48px;\r\n  height:48px;\r\n\r\n  border:1px solid rgba(0,229,168,.14);\r\n  border-radius:13px;\r\n\r\n  color:var(--asp-green);\r\n\r\n  background:rgba(0,229,168,.032);\r\n}\r\n\r\n.aevos-security-checklist-icon svg{\r\n  width:20px;\r\n  height:20px;\r\n}\r\n\r\n.aevos-security-checklist-copy span{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:var(--asp-green) !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.09em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-checklist-copy h4{\r\n  margin-bottom:5px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:13.5px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-security-checklist-copy p{\r\n  color:#7F8D92 !important;\r\n\r\n  font-size:10.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.62 !important;\r\n}\r\n\r\n.aevos-security-checklist-badge{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:5px;\r\n\r\n  padding:6px 8px;\r\n\r\n  border:1px solid rgba(255,255,255,.06);\r\n  border-radius:7px;\r\n\r\n  color:#8F9CA0 !important;\r\n\r\n  font-size:7px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.018);\r\n}\r\n\r\n.aevos-security-checklist-badge::before{\r\n  content:\"\";\r\n\r\n  width:4px;\r\n  height:4px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--asp-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ROUTINE PANEL\r\n========================================================= *\/\r\n\r\n.aevos-security-routine{\r\n  position:relative;\r\n\r\n  display:flex;\r\n  flex-direction:column;\r\n\r\n  padding:30px;\r\n\r\n  border:1px solid rgba(255,255,255,.075);\r\n  border-radius:21px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 88% 10%,\r\n      rgba(18,207,255,.047),\r\n      transparent 30%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 26px 60px rgba(0,0,0,.21);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-security-routine::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:10%;\r\n  right:10%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.40),\r\n      rgba(18,207,255,.34),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-routine-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:52px;\r\n  height:52px;\r\n  margin-bottom:21px;\r\n\r\n  border-radius:14px;\r\n\r\n  color:#03120E;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--asp-green),\r\n      var(--asp-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 13px 28px rgba(0,229,168,.12);\r\n}\r\n\r\n.aevos-security-routine-icon svg{\r\n  width:22px;\r\n  height:22px;\r\n}\r\n\r\n.aevos-security-routine-label{\r\n  display:block;\r\n  margin-bottom:9px;\r\n\r\n  color:var(--asp-green) !important;\r\n\r\n  font-size:9px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.10em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-routine h3{\r\n  margin-bottom:12px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:24px !important;\r\n  font-weight:710 !important;\r\n  line-height:1.28 !important;\r\n  letter-spacing:-.025em !important;\r\n}\r\n\r\n.aevos-security-routine > p{\r\n  color:#829095 !important;\r\n\r\n  font-size:13px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.75 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ROUTINE TIMELINE\r\n========================================================= *\/\r\n\r\n.aevos-security-routine-list{\r\n  display:grid;\r\n  gap:0;\r\n\r\n  margin-top:25px;\r\n}\r\n\r\n.aevos-security-routine-step{\r\n  position:relative;\r\n\r\n  display:grid;\r\n  grid-template-columns:38px minmax(0,1fr);\r\n  gap:12px;\r\n\r\n  padding-bottom:23px;\r\n}\r\n\r\n.aevos-security-routine-step:last-child{\r\n  padding-bottom:0;\r\n}\r\n\r\n.aevos-security-routine-step:not(:last-child)::after{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:38px;\r\n  left:18px;\r\n\r\n  width:1px;\r\n  height:calc(100% - 32px);\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(0,229,168,.34),\r\n      rgba(18,207,255,.10)\r\n    );\r\n}\r\n\r\n.aevos-security-routine-number{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:38px;\r\n  height:38px;\r\n\r\n  border:1px solid rgba(0,229,168,.13);\r\n  border-radius:11px;\r\n\r\n  color:var(--asp-green) !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:800 !important;\r\n  line-height:1 !important;\r\n\r\n  background:#081113;\r\n}\r\n\r\n.aevos-security-routine-copy{\r\n  padding-top:2px;\r\n}\r\n\r\n.aevos-security-routine-copy strong{\r\n  display:block;\r\n  margin-bottom:4px;\r\n\r\n  color:#DDE5E6 !important;\r\n\r\n  font-size:10.5px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-routine-copy span{\r\n  display:block;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:8.5px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.5 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ROUTINE NOTE\r\n========================================================= *\/\r\n\r\n.aevos-security-routine-note{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  gap:10px;\r\n\r\n  margin-top:auto;\r\n  padding:15px;\r\n\r\n  border:1px solid rgba(255,255,255,.058);\r\n  border-radius:11px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.022),\r\n      rgba(255,255,255,.016),\r\n      rgba(18,207,255,.018)\r\n    );\r\n}\r\n\r\n.aevos-security-routine-note svg{\r\n  width:16px;\r\n  height:16px;\r\n  flex-shrink:0;\r\n  margin-top:1px;\r\n\r\n  color:#859398;\r\n}\r\n\r\n.aevos-security-routine-note p{\r\n  color:#78868B !important;\r\n\r\n  font-size:9.2px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.58 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   QUICK RULES\r\n========================================================= *\/\r\n\r\n.aevos-security-quick-rules{\r\n  display:grid;\r\n  grid-template-columns:repeat(4,minmax(0,1fr));\r\n  gap:15px;\r\n\r\n  margin-top:34px;\r\n}\r\n\r\n.aevos-security-quick-rule{\r\n  position:relative;\r\n\r\n  min-height:230px;\r\n  padding:22px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:16px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.03),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  overflow:hidden;\r\n\r\n  transition:\r\n    transform .24s ease,\r\n    border-color .24s ease,\r\n    background .24s ease;\r\n}\r\n\r\n.aevos-security-quick-rule:hover{\r\n  transform:translateY(-4px);\r\n\r\n  border-color:rgba(255,255,255,.11);\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.041),\r\n      rgba(255,255,255,.018)\r\n    );\r\n}\r\n\r\n.aevos-security-quick-rule::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:0;\r\n\r\n  width:100%;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.28),\r\n      rgba(18,207,255,.19),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-quick-rule-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:43px;\r\n  height:43px;\r\n  margin-bottom:17px;\r\n\r\n  border:1px solid rgba(0,229,168,.14);\r\n  border-radius:12px;\r\n\r\n  color:var(--asp-green);\r\n\r\n  background:rgba(0,229,168,.034);\r\n}\r\n\r\n.aevos-security-quick-rule-icon svg{\r\n  width:19px;\r\n  height:19px;\r\n}\r\n\r\n.aevos-security-quick-rule span{\r\n  display:block;\r\n  margin-bottom:8px;\r\n\r\n  color:var(--asp-green) !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.09em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-security-quick-rule h3{\r\n  margin-bottom:8px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-quick-rule p{\r\n  color:#839095 !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.68 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   REMINDER BAR\r\n========================================================= *\/\r\n\r\n.aevos-security-reminder{\r\n  position:relative;\r\n\r\n  display:grid;\r\n  grid-template-columns:46px minmax(0,1fr);\r\n  gap:15px;\r\n\r\n  margin-top:30px;\r\n  padding:22px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:15px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.025),\r\n      rgba(255,255,255,.017),\r\n      rgba(18,207,255,.021)\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-security-reminder::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:8%;\r\n  right:8%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.30),\r\n      rgba(18,207,255,.21),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-security-reminder-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:46px;\r\n  height:46px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:12px;\r\n\r\n  color:#91A0A4;\r\n\r\n  background:rgba(255,255,255,.023);\r\n}\r\n\r\n.aevos-security-reminder-icon svg{\r\n  width:19px;\r\n  height:19px;\r\n}\r\n\r\n.aevos-security-reminder strong{\r\n  display:block;\r\n  margin-bottom:6px;\r\n\r\n  color:#E0E7E8 !important;\r\n\r\n  font-size:13px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-reminder p{\r\n  color:#7F8D92 !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.68 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NEXT STEP\r\n========================================================= *\/\r\n\r\n.aevos-security-practices-summary{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:space-between;\r\n  gap:28px;\r\n\r\n  margin-top:30px;\r\n  padding:23px 26px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:16px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.035),\r\n      rgba(255,255,255,.018),\r\n      rgba(18,207,255,.025)\r\n    );\r\n}\r\n\r\n.aevos-security-practices-summary-copy strong{\r\n  display:block;\r\n  margin-bottom:5px;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-practices-summary-copy span{\r\n  color:#879499 !important;\r\n\r\n  font-size:12.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.6 !important;\r\n}\r\n\r\n.aevos-security-practices-summary-badge{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:8px;\r\n\r\n  flex-shrink:0;\r\n  padding:9px 12px;\r\n\r\n  border:1px solid rgba(255,255,255,.07);\r\n  border-radius:9px;\r\n\r\n  color:#ABB6B9 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase;\r\n\r\n  background:rgba(255,255,255,.025);\r\n}\r\n\r\n.aevos-security-practices-summary-badge::before{\r\n  content:\"\";\r\n\r\n  width:6px;\r\n  height:6px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--asp-green);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSIVE\r\n========================================================= *\/\r\n\r\n@media(max-width:1050px){\r\n\r\n  .aevos-security-practices{\r\n    padding:88px 22px;\r\n  }\r\n\r\n  .aevos-security-practices-header{\r\n    grid-template-columns:1fr;\r\n    gap:20px;\r\n  }\r\n\r\n  .aevos-security-practices-title,\r\n  .aevos-security-practices-intro{\r\n    max-width:760px;\r\n  }\r\n\r\n  .aevos-security-practices-grid{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n  .aevos-security-quick-rules{\r\n    grid-template-columns:repeat(2,minmax(0,1fr));\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:620px){\r\n\r\n  .aevos-security-practices{\r\n    padding:70px 18px;\r\n  }\r\n\r\n  .aevos-security-practices-header{\r\n    margin-bottom:43px;\r\n  }\r\n\r\n  .aevos-security-practices-title{\r\n    font-size:32px !important;\r\n  }\r\n\r\n  .aevos-security-practices-intro{\r\n    font-size:14px !important;\r\n  }\r\n\r\n  .aevos-security-checklist,\r\n  .aevos-security-routine{\r\n    padding:22px 18px;\r\n\r\n    border-radius:18px;\r\n  }\r\n\r\n  .aevos-security-checklist-head{\r\n    flex-direction:column;\r\n  }\r\n\r\n  .aevos-security-checklist-item{\r\n    grid-template-columns:42px minmax(0,1fr);\r\n    gap:13px;\r\n  }\r\n\r\n  .aevos-security-checklist-icon{\r\n    width:42px;\r\n    height:42px;\r\n  }\r\n\r\n  .aevos-security-checklist-badge{\r\n    grid-column:2;\r\n\r\n    width:max-content;\r\n  }\r\n\r\n  .aevos-security-quick-rules{\r\n    grid-template-columns:1fr;\r\n  }\r\n\r\n  .aevos-security-quick-rule{\r\n    min-height:auto;\r\n  }\r\n\r\n  .aevos-security-reminder{\r\n    grid-template-columns:38px minmax(0,1fr);\r\n\r\n    padding:18px;\r\n  }\r\n\r\n  .aevos-security-reminder-icon{\r\n    width:38px;\r\n    height:38px;\r\n  }\r\n\r\n  .aevos-security-practices-summary{\r\n    align-items:flex-start;\r\n    flex-direction:column;\r\n\r\n    padding:21px 19px;\r\n  }\r\n\r\n}\r\n\r\n@media(prefers-reduced-motion:reduce){\r\n\r\n  .aevos-security-checklist-item,\r\n  .aevos-security-quick-rule{\r\n    transition:none !important;\r\n  }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<section class=\"aevos-security-practices\" id=\"security-best-practices\">\r\n\r\n  <div class=\"aevos-security-practices-container\">\r\n\r\n    <!-- HEADER -->\r\n\r\n    <div class=\"aevos-security-practices-header\">\r\n\r\n      <div>\r\n\r\n        <span class=\"aevos-security-practices-eyebrow\">\r\n          Security Best Practices\r\n        <\/span>\r\n\r\n        <h2 class=\"aevos-security-practices-title\">\r\n          Simple habits can help reduce\r\n          <span>avoidable account security risks<\/span>\r\n        <\/h2>\r\n\r\n      <\/div>\r\n\r\n      <p class=\"aevos-security-practices-intro\">\r\n        Account protection is stronger when users follow consistent\r\n        security habits. Before logging in, sharing information or\r\n        responding to a message, take a moment to verify the destination,\r\n        review the request and protect anything that should remain private.\r\n      <\/p>\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"aevos-security-practices-grid\">\r\n\r\n      <!-- CHECKLIST -->\r\n\r\n      <div class=\"aevos-security-checklist\">\r\n\r\n        <div class=\"aevos-security-checklist-head\">\r\n\r\n          <div>\r\n\r\n            <span class=\"aevos-security-checklist-label\">\r\n              Personal Security Checklist\r\n            <\/span>\r\n\r\n            <h3>\r\n              Practices to review regularly\r\n            <\/h3>\r\n\r\n          <\/div>\r\n\r\n          <span class=\"aevos-security-checklist-status\">\r\n            User Checklist\r\n          <\/span>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-security-checklist-list\">\r\n\r\n          <article class=\"aevos-security-checklist-item\">\r\n\r\n            <div class=\"aevos-security-checklist-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n                <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-checklist-copy\">\r\n\r\n              <span>\r\n                Practice 01\r\n              <\/span>\r\n\r\n              <h4>\r\n                Use a strong and unique password\r\n              <\/h4>\r\n\r\n              <p>\r\n                Avoid reusing passwords from email, social media,\r\n                exchanges or other digital services.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-checklist-badge\">\r\n              Essential\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n\r\n          <article class=\"aevos-security-checklist-item\">\r\n\r\n            <div class=\"aevos-security-checklist-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M10 13a5 5 0 0 0 7.5.5l2-2a5 5 0 0 0-7-7l-1.1 1.1\"><\/path>\r\n                <path d=\"M14 11a5 5 0 0 0-7.5-.5l-2 2a5 5 0 0 0 7 7l1.1-1.1\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-checklist-copy\">\r\n\r\n              <span>\r\n                Practice 02\r\n              <\/span>\r\n\r\n              <h4>\r\n                Confirm the destination before logging in\r\n              <\/h4>\r\n\r\n              <p>\r\n                Check that you are accessing the intended platform\r\n                destination before entering credentials.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-checklist-badge\">\r\n              Verify\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n\r\n          <article class=\"aevos-security-checklist-item\">\r\n\r\n            <div class=\"aevos-security-checklist-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12z\"><\/path>\r\n                <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-checklist-copy\">\r\n\r\n              <span>\r\n                Practice 03\r\n              <\/span>\r\n\r\n              <h4>\r\n                Review account activity\r\n              <\/h4>\r\n\r\n              <p>\r\n                Pay attention to unusual information, unexpected changes\r\n                or activity you do not recognize.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-checklist-badge\">\r\n              Review\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n\r\n          <article class=\"aevos-security-checklist-item\">\r\n\r\n            <div class=\"aevos-security-checklist-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n                <path d=\"M12 7v5\"><\/path>\r\n                <path d=\"M12 16h.01\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-checklist-copy\">\r\n\r\n              <span>\r\n                Practice 04\r\n              <\/span>\r\n\r\n              <h4>\r\n                Question unusual or urgent requests\r\n              <\/h4>\r\n\r\n              <p>\r\n                Be cautious when someone asks for credentials, payments,\r\n                codes or immediate action.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-checklist-badge\">\r\n              Stay Alert\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n\r\n          <article class=\"aevos-security-checklist-item\">\r\n\r\n            <div class=\"aevos-security-checklist-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M4 5h16v14H4z\"><\/path>\r\n                <path d=\"M8 9h8\"><\/path>\r\n                <path d=\"M8 13h5\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-checklist-copy\">\r\n\r\n              <span>\r\n                Practice 05\r\n              <\/span>\r\n\r\n              <h4>\r\n                Keep devices and browsers updated\r\n              <\/h4>\r\n\r\n              <p>\r\n                Software updates may reduce exposure to known security\r\n                issues and compatibility problems.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-checklist-badge\">\r\n              Maintain\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n\r\n          <article class=\"aevos-security-checklist-item\">\r\n\r\n            <div class=\"aevos-security-checklist-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M12 3l7 4v5c0 4.5-2.8 7.6-7 9-4.2-1.4-7-4.5-7-9V7l7-4z\"><\/path>\r\n                <path d=\"M9 12l2 2 4-4\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"aevos-security-checklist-copy\">\r\n\r\n              <span>\r\n                Practice 06\r\n              <\/span>\r\n\r\n              <h4>\r\n                Keep private information private\r\n              <\/h4>\r\n\r\n              <p>\r\n                Do not share passwords, recovery information or private\r\n                account access details with other people.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n            <span class=\"aevos-security-checklist-badge\">\r\n              Confidential\r\n            <\/span>\r\n\r\n          <\/article>\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n\r\n      <!-- ROUTINE -->\r\n\r\n      <aside class=\"aevos-security-routine\">\r\n\r\n        <div class=\"aevos-security-routine-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"2\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M12 7v5l3 2\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span class=\"aevos-security-routine-label\">\r\n          Before You Act\r\n        <\/span>\r\n\r\n        <h3>\r\n          Use a short security routine before important account actions\r\n        <\/h3>\r\n\r\n        <p>\r\n          A few seconds of verification can help users identify suspicious\r\n          requests, imitation websites and unusual account activity before\r\n          sensitive information is exposed.\r\n        <\/p>\r\n\r\n\r\n        <div class=\"aevos-security-routine-list\">\r\n\r\n          <div class=\"aevos-security-routine-step\">\r\n\r\n            <span class=\"aevos-security-routine-number\">\r\n              01\r\n            <\/span>\r\n\r\n            <div class=\"aevos-security-routine-copy\">\r\n\r\n              <strong>\r\n                Pause\r\n              <\/strong>\r\n\r\n              <span>\r\n                Do not allow urgency or pressure to bypass normal caution.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-routine-step\">\r\n\r\n            <span class=\"aevos-security-routine-number\">\r\n              02\r\n            <\/span>\r\n\r\n            <div class=\"aevos-security-routine-copy\">\r\n\r\n              <strong>\r\n                Verify\r\n              <\/strong>\r\n\r\n              <span>\r\n                Confirm the sender, destination and reason for the request.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-routine-step\">\r\n\r\n            <span class=\"aevos-security-routine-number\">\r\n              03\r\n            <\/span>\r\n\r\n            <div class=\"aevos-security-routine-copy\">\r\n\r\n              <strong>\r\n                Review\r\n              <\/strong>\r\n\r\n              <span>\r\n                Check what information or action is actually being requested.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-routine-step\">\r\n\r\n            <span class=\"aevos-security-routine-number\">\r\n              04\r\n            <\/span>\r\n\r\n            <div class=\"aevos-security-routine-copy\">\r\n\r\n              <strong>\r\n                Proceed Carefully\r\n              <\/strong>\r\n\r\n              <span>\r\n                Continue only after the request and destination appear legitimate.\r\n              <\/span>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-security-routine-note\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M12 11v5\"><\/path>\r\n            <path d=\"M12 8h.01\"><\/path>\r\n          <\/svg>\r\n\r\n          <p>\r\n            When something feels unusual, stop the process and access\r\n            your account through a known destination instead of the link\r\n            or instruction you received.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n      <\/aside>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- QUICK RULES -->\r\n\r\n    <div class=\"aevos-security-quick-rules\">\r\n\r\n      <article class=\"aevos-security-quick-rule\">\r\n\r\n        <div class=\"aevos-security-quick-rule-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2\"><\/rect>\r\n            <path d=\"M8 10V7a4 4 0 0 1 8 0v3\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Rule 01\r\n        <\/span>\r\n\r\n        <h3>\r\n          Never Share Credentials\r\n        <\/h3>\r\n\r\n        <p>\r\n          Passwords and private access information should remain under\r\n          the control of the account holder.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-security-quick-rule\">\r\n\r\n        <div class=\"aevos-security-quick-rule-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M10 13a5 5 0 0 0 7.5.5l2-2a5 5 0 0 0-7-7l-1.1 1.1\"><\/path>\r\n            <path d=\"M14 11a5 5 0 0 0-7.5-.5l-2 2a5 5 0 0 0 7 7l1.1-1.1\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Rule 02\r\n        <\/span>\r\n\r\n        <h3>\r\n          Verify Every Destination\r\n        <\/h3>\r\n\r\n        <p>\r\n          Similar-looking websites may be designed to imitate legitimate\r\n          platform access pages.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-security-quick-rule\">\r\n\r\n        <div class=\"aevos-security-quick-rule-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n            <path d=\"M12 7v5\"><\/path>\r\n            <path d=\"M12 16h.01\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Rule 03\r\n        <\/span>\r\n\r\n        <h3>\r\n          Treat Urgency Carefully\r\n        <\/h3>\r\n\r\n        <p>\r\n          Fraudulent requests often pressure users to act before they\r\n          have time to verify the details.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n\r\n      <article class=\"aevos-security-quick-rule\">\r\n\r\n        <div class=\"aevos-security-quick-rule-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12z\"><\/path>\r\n            <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <span>\r\n          Rule 04\r\n        <\/span>\r\n\r\n        <h3>\r\n          Review Unusual Activity\r\n        <\/h3>\r\n\r\n        <p>\r\n          Do not ignore unexpected changes, unfamiliar activity or\r\n          information that does not match your own actions.\r\n        <\/p>\r\n\r\n      <\/article>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- REMINDER -->\r\n\r\n    <div class=\"aevos-security-reminder\">\r\n\r\n      <div class=\"aevos-security-reminder-icon\">\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"1.8\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <path d=\"M12 3l7 4v5c0 4.5-2.8 7.6-7 9-4.2-1.4-7-4.5-7-9V7l7-4z\"><\/path>\r\n          <path d=\"M9 12l2 2 4-4\"><\/path>\r\n        <\/svg>\r\n\r\n      <\/div>\r\n\r\n      <div>\r\n\r\n        <strong>\r\n          Security habits should be applied consistently, not only after an incident.\r\n        <\/strong>\r\n\r\n        <p>\r\n          Strong passwords, verified destinations, updated software and\r\n          careful message review can reduce exposure, but no individual\r\n          practice can guarantee complete protection from every threat.\r\n        <\/p>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NEXT STEP -->\r\n\r\n    <div class=\"aevos-security-practices-summary\">\r\n\r\n      <div class=\"aevos-security-practices-summary-copy\">\r\n\r\n        <strong>\r\n          Consistent security habits support safer account management.\r\n        <\/strong>\r\n\r\n        <span>\r\n          The next section answers common questions about Aevos security,\r\n          account protection, suspicious activity and user responsibility.\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n      <span class=\"aevos-security-practices-summary-badge\">\r\n        Next \u00b7 Security FAQ\r\n      <\/span>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4546262 elementor-widget elementor-widget-html\" data-id=\"4546262\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     AEVOS \u2014 SECURITY PAGE\r\n     SECTION 07: SECURITY FAQ\r\n============================================================ -->\r\n\r\n<style>\r\n.aevos-security-faq,\r\n.aevos-security-faq *{\r\n  box-sizing:border-box !important;\r\n  margin:0 !important;\r\n  padding:0 !important;\r\n}\r\n\r\n.aevos-security-faq{\r\n  --asf-green:#00E5A8;\r\n  --asf-cyan:#12CFFF;\r\n  --asf-white:#FFFFFF;\r\n  --asf-text:#EAF0F1;\r\n  --asf-muted:#8F9CA1;\r\n\r\n  position:relative !important;\r\n  width:100% !important;\r\n  padding:105px 24px !important;\r\n\r\n  color:var(--asf-text) !important;\r\n\r\n  font-family:\r\n    'Inter',\r\n    -apple-system,\r\n    BlinkMacSystemFont,\r\n    'Segoe UI',\r\n    sans-serif !important;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 82% 18%,\r\n      rgba(0,229,168,.045),\r\n      transparent 31%\r\n    ),\r\n    radial-gradient(\r\n      circle at 15% 82%,\r\n      rgba(18,207,255,.035),\r\n      transparent 34%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      #05080A 0%,\r\n      #071012 50%,\r\n      #05080A 100%\r\n    ) !important;\r\n\r\n  overflow:hidden !important;\r\n}\r\n\r\n.aevos-security-faq::before{\r\n  content:\"\" !important;\r\n\r\n  position:absolute !important;\r\n  top:0 !important;\r\n  left:50% !important;\r\n\r\n  width:min(1180px,88%) !important;\r\n  height:1px !important;\r\n\r\n  transform:translateX(-50%) !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(255,255,255,.04),\r\n      rgba(0,229,168,.22),\r\n      rgba(18,207,255,.17),\r\n      rgba(255,255,255,.04),\r\n      transparent\r\n    ) !important;\r\n}\r\n\r\n.aevos-security-faq::after{\r\n  content:\"\" !important;\r\n\r\n  position:absolute !important;\r\n  inset:0 !important;\r\n\r\n  background-image:\r\n    radial-gradient(\r\n      circle,\r\n      rgba(255,255,255,.034) 1px,\r\n      transparent 1px\r\n    ) !important;\r\n\r\n  background-size:32px 32px !important;\r\n  opacity:.12 !important;\r\n\r\n  -webkit-mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      #000 24%,\r\n      #000 76%,\r\n      transparent\r\n    ) !important;\r\n\r\n  mask-image:\r\n    linear-gradient(\r\n      180deg,\r\n      transparent,\r\n      #000 24%,\r\n      #000 76%,\r\n      transparent\r\n    ) !important;\r\n\r\n  pointer-events:none !important;\r\n}\r\n\r\n.aevos-security-faq-container{\r\n  position:relative !important;\r\n  z-index:2 !important;\r\n\r\n  width:100% !important;\r\n  max-width:1180px !important;\r\n  margin:0 auto !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HEADER\r\n========================================================= *\/\r\n\r\n.aevos-security-faq-header{\r\n  display:grid !important;\r\n  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr) !important;\r\n  align-items:end !important;\r\n  gap:72px !important;\r\n\r\n  margin-bottom:58px !important;\r\n}\r\n\r\n.aevos-security-faq-eyebrow{\r\n  display:inline-flex !important;\r\n  align-items:center !important;\r\n  gap:9px !important;\r\n\r\n  margin-bottom:16px !important;\r\n\r\n  color:var(--asf-green) !important;\r\n\r\n  font-size:11px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.12em !important;\r\n  text-transform:uppercase !important;\r\n}\r\n\r\n.aevos-security-faq-eyebrow::before{\r\n  content:\"\" !important;\r\n\r\n  width:24px !important;\r\n  height:1px !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--asf-green),\r\n      var(--asf-cyan)\r\n    ) !important;\r\n}\r\n\r\n.aevos-security-faq-title{\r\n  max-width:600px !important;\r\n\r\n  color:var(--asf-white) !important;\r\n\r\n  font-size:clamp(34px,4vw,48px) !important;\r\n  font-weight:720 !important;\r\n  line-height:1.13 !important;\r\n  letter-spacing:-.04em !important;\r\n}\r\n\r\n.aevos-security-faq-title span{\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--asf-green),\r\n      var(--asf-cyan)\r\n    ) !important;\r\n\r\n  -webkit-background-clip:text !important;\r\n  background-clip:text !important;\r\n  -webkit-text-fill-color:transparent !important;\r\n}\r\n\r\n.aevos-security-faq-intro{\r\n  max-width:620px !important;\r\n\r\n  color:var(--asf-muted) !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.82 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MAIN GRID\r\n========================================================= *\/\r\n\r\n.aevos-security-faq-grid{\r\n  display:grid !important;\r\n  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr) !important;\r\n  gap:34px !important;\r\n  align-items:start !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SIDE PANEL\r\n========================================================= *\/\r\n\r\n.aevos-security-faq-side{\r\n  position:sticky !important;\r\n  top:110px !important;\r\n\r\n  padding:29px !important;\r\n\r\n  border:1px solid rgba(255,255,255,.075) !important;\r\n  border-radius:20px !important;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 85% 10%,\r\n      rgba(0,229,168,.048),\r\n      transparent 32%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.015)\r\n    ) !important;\r\n\r\n  box-shadow:\r\n    0 24px 55px rgba(0,0,0,.2) !important;\r\n\r\n  overflow:hidden !important;\r\n}\r\n\r\n.aevos-security-faq-side::before{\r\n  content:\"\" !important;\r\n\r\n  position:absolute !important;\r\n  top:0 !important;\r\n  left:10% !important;\r\n  right:10% !important;\r\n\r\n  height:1px !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.45),\r\n      rgba(18,207,255,.28),\r\n      transparent\r\n    ) !important;\r\n}\r\n\r\n.aevos-security-faq-side-icon{\r\n  display:flex !important;\r\n  align-items:center !important;\r\n  justify-content:center !important;\r\n\r\n  width:48px !important;\r\n  height:48px !important;\r\n  margin-bottom:20px !important;\r\n\r\n  border-radius:14px !important;\r\n\r\n  color:#03120E !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--asf-green),\r\n      var(--asf-cyan)\r\n    ) !important;\r\n\r\n  box-shadow:\r\n    0 13px 28px rgba(0,229,168,.12) !important;\r\n}\r\n\r\n.aevos-security-faq-side-icon svg{\r\n  width:21px !important;\r\n  height:21px !important;\r\n}\r\n\r\n.aevos-security-faq-side h3{\r\n  margin-bottom:11px !important;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:21px !important;\r\n  font-weight:710 !important;\r\n  line-height:1.3 !important;\r\n  letter-spacing:-.02em !important;\r\n}\r\n\r\n.aevos-security-faq-side > p{\r\n  color:#829095 !important;\r\n\r\n  font-size:12.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.72 !important;\r\n}\r\n\r\n.aevos-security-faq-side-list{\r\n  display:grid !important;\r\n  gap:10px !important;\r\n\r\n  margin-top:23px !important;\r\n  padding-top:20px !important;\r\n\r\n  border-top:1px solid rgba(255,255,255,.06) !important;\r\n}\r\n\r\n.aevos-security-faq-side-item{\r\n  display:flex !important;\r\n  align-items:flex-start !important;\r\n  gap:9px !important;\r\n\r\n  color:#98A5A8 !important;\r\n\r\n  font-size:10.5px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.55 !important;\r\n}\r\n\r\n.aevos-security-faq-side-check{\r\n  display:flex !important;\r\n  align-items:center !important;\r\n  justify-content:center !important;\r\n\r\n  width:17px !important;\r\n  height:17px !important;\r\n  flex-shrink:0 !important;\r\n\r\n  margin-top:1px !important;\r\n\r\n  border:1px solid rgba(0,229,168,.13) !important;\r\n  border-radius:50% !important;\r\n\r\n  color:var(--asf-green) !important;\r\n\r\n  background:rgba(0,229,168,.027) !important;\r\n}\r\n\r\n.aevos-security-faq-side-check svg{\r\n  width:9px !important;\r\n  height:9px !important;\r\n}\r\n\r\n.aevos-security-faq-side-note{\r\n  margin-top:23px !important;\r\n  padding:14px !important;\r\n\r\n  border:1px solid rgba(255,255,255,.055) !important;\r\n  border-radius:11px !important;\r\n\r\n  background:rgba(255,255,255,.017) !important;\r\n}\r\n\r\n.aevos-security-faq-side-note strong{\r\n  display:block !important;\r\n  margin-bottom:5px !important;\r\n\r\n  color:#D9E1E2 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-faq-side-note span{\r\n  display:block !important;\r\n\r\n  color:#718086 !important;\r\n\r\n  font-size:8.8px !important;\r\n  font-weight:500 !important;\r\n  line-height:1.55 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ACCORDION\r\n========================================================= *\/\r\n\r\n.aevos-security-faq-list{\r\n  display:grid !important;\r\n  gap:12px !important;\r\n}\r\n\r\n.aevos-security-faq-item{\r\n  position:relative !important;\r\n\r\n  border:1px solid rgba(255,255,255,.07) !important;\r\n  border-radius:15px !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.030),\r\n      rgba(255,255,255,.014)\r\n    ) !important;\r\n\r\n  overflow:hidden !important;\r\n\r\n  transition:\r\n    border-color .22s ease,\r\n    background .22s ease,\r\n    transform .22s ease !important;\r\n}\r\n\r\n\/* Hover bem discreto *\/\r\n.aevos-security-faq-item:hover{\r\n  transform:translateY(-1px) !important;\r\n\r\n  border-color:rgba(255,255,255,.085) !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(255,255,255,.034),\r\n      rgba(255,255,255,.016)\r\n    ) !important;\r\n}\r\n\r\n\/* Item aberto com altera\u00e7\u00e3o m\u00ednima *\/\r\n.aevos-security-faq-item.is-open{\r\n  border-color:rgba(0,229,168,.105) !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      180deg,\r\n      rgba(0,229,168,.023),\r\n      rgba(255,255,255,.015)\r\n    ) !important;\r\n}\r\n\r\n.aevos-security-faq-item::before{\r\n  content:\"\" !important;\r\n\r\n  position:absolute !important;\r\n  top:0 !important;\r\n  left:0 !important;\r\n\r\n  width:100% !important;\r\n  height:1px !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.25),\r\n      rgba(18,207,255,.16),\r\n      transparent\r\n    ) !important;\r\n\r\n  opacity:.52 !important;\r\n}\r\n\r\n.aevos-security-faq-question{\r\n  width:100% !important;\r\n  min-height:82px !important;\r\n  padding:20px 22px !important;\r\n\r\n  display:grid !important;\r\n  grid-template-columns:38px minmax(0,1fr) 32px !important;\r\n  gap:15px !important;\r\n  align-items:center !important;\r\n\r\n  border:0 !important;\r\n  outline:0 !important;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  text-align:left !important;\r\n  cursor:pointer !important;\r\n\r\n  background:transparent !important;\r\n\r\n  font-family:inherit !important;\r\n  appearance:none !important;\r\n  -webkit-appearance:none !important;\r\n}\r\n\r\n.aevos-security-faq-question:hover,\r\n.aevos-security-faq-question:focus,\r\n.aevos-security-faq-question:active{\r\n  color:#FFFFFF !important;\r\n  background:transparent !important;\r\n  border:0 !important;\r\n  outline:0 !important;\r\n  box-shadow:none !important;\r\n}\r\n\r\n.aevos-security-faq-number{\r\n  display:flex !important;\r\n  align-items:center !important;\r\n  justify-content:center !important;\r\n\r\n  width:38px !important;\r\n  height:38px !important;\r\n\r\n  border:1px solid rgba(0,229,168,.12) !important;\r\n  border-radius:11px !important;\r\n\r\n  color:var(--asf-green) !important;\r\n\r\n  font-size:8.5px !important;\r\n  font-weight:800 !important;\r\n  line-height:1 !important;\r\n  letter-spacing:.04em !important;\r\n\r\n  background:rgba(0,229,168,.027) !important;\r\n}\r\n\r\n.aevos-security-faq-question-text{\r\n  color:#F2F6F6 !important;\r\n\r\n  font-size:14px !important;\r\n  font-weight:680 !important;\r\n  line-height:1.45 !important;\r\n}\r\n\r\n.aevos-security-faq-toggle{\r\n  position:relative !important;\r\n\r\n  display:flex !important;\r\n  align-items:center !important;\r\n  justify-content:center !important;\r\n\r\n  width:32px !important;\r\n  height:32px !important;\r\n\r\n  border:1px solid rgba(255,255,255,.07) !important;\r\n  border-radius:9px !important;\r\n\r\n  color:#8D9A9F !important;\r\n\r\n  background:rgba(255,255,255,.018) !important;\r\n\r\n  transition:\r\n    color .22s ease,\r\n    border-color .22s ease,\r\n    background .22s ease !important;\r\n}\r\n\r\n.aevos-security-faq-toggle::before,\r\n.aevos-security-faq-toggle::after{\r\n  content:\"\" !important;\r\n\r\n  position:absolute !important;\r\n\r\n  width:11px !important;\r\n  height:1px !important;\r\n\r\n  background:currentColor !important;\r\n\r\n  transition:transform .22s ease !important;\r\n}\r\n\r\n.aevos-security-faq-toggle::after{\r\n  transform:rotate(90deg) !important;\r\n}\r\n\r\n.aevos-security-faq-item:hover .aevos-security-faq-toggle{\r\n  color:#97A4A8 !important;\r\n  border-color:rgba(255,255,255,.085) !important;\r\n  background:rgba(255,255,255,.021) !important;\r\n}\r\n\r\n.aevos-security-faq-item.is-open .aevos-security-faq-toggle{\r\n  color:var(--asf-green) !important;\r\n\r\n  border-color:rgba(0,229,168,.12) !important;\r\n\r\n  background:rgba(0,229,168,.022) !important;\r\n}\r\n\r\n.aevos-security-faq-item.is-open .aevos-security-faq-toggle::after{\r\n  transform:rotate(0deg) !important;\r\n}\r\n\r\n.aevos-security-faq-answer{\r\n  max-height:0 !important;\r\n  overflow:hidden !important;\r\n\r\n  opacity:0 !important;\r\n\r\n  transition:\r\n    max-height .34s ease,\r\n    opacity .24s ease !important;\r\n}\r\n\r\n.aevos-security-faq-item.is-open .aevos-security-faq-answer{\r\n  max-height:440px !important;\r\n  opacity:1 !important;\r\n}\r\n\r\n.aevos-security-faq-answer-inner{\r\n  margin:0 22px 0 75px !important;\r\n  padding:0 0 22px !important;\r\n\r\n  border-top:1px solid rgba(255,255,255,.055) !important;\r\n}\r\n\r\n.aevos-security-faq-answer-inner p{\r\n  padding-top:17px !important;\r\n\r\n  color:#839095 !important;\r\n\r\n  font-size:12.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.75 !important;\r\n}\r\n\r\n.aevos-security-faq-answer-inner p + p{\r\n  padding-top:11px !important;\r\n}\r\n\r\n.aevos-security-faq-answer-inner strong{\r\n  color:#D9E2E3 !important;\r\n  font-weight:700 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NOTICE\r\n========================================================= *\/\r\n\r\n.aevos-security-faq-notice{\r\n  display:grid !important;\r\n  grid-template-columns:42px minmax(0,1fr) !important;\r\n  gap:14px !important;\r\n\r\n  margin-top:30px !important;\r\n  padding:20px 21px !important;\r\n\r\n  border:1px solid rgba(255,255,255,.065) !important;\r\n  border-radius:14px !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.025),\r\n      rgba(255,255,255,.016),\r\n      rgba(18,207,255,.021)\r\n    ) !important;\r\n}\r\n\r\n.aevos-security-faq-notice-icon{\r\n  display:flex !important;\r\n  align-items:center !important;\r\n  justify-content:center !important;\r\n\r\n  width:42px !important;\r\n  height:42px !important;\r\n\r\n  border:1px solid rgba(255,255,255,.07) !important;\r\n  border-radius:11px !important;\r\n\r\n  color:#8E9C9F !important;\r\n\r\n  background:rgba(255,255,255,.022) !important;\r\n}\r\n\r\n.aevos-security-faq-notice-icon svg{\r\n  width:17px !important;\r\n  height:17px !important;\r\n}\r\n\r\n.aevos-security-faq-notice strong{\r\n  display:block !important;\r\n  margin-bottom:5px !important;\r\n\r\n  color:#DFE6E7 !important;\r\n\r\n  font-size:12px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-faq-notice p{\r\n  color:#7E8C91 !important;\r\n\r\n  font-size:10.8px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.65 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   FINAL TRANSITION\r\n========================================================= *\/\r\n\r\n.aevos-security-faq-summary{\r\n  display:flex !important;\r\n  align-items:center !important;\r\n  justify-content:space-between !important;\r\n  gap:28px !important;\r\n\r\n  margin-top:30px !important;\r\n  padding:23px 26px !important;\r\n\r\n  border:1px solid rgba(255,255,255,.07) !important;\r\n  border-radius:16px !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(0,229,168,.035),\r\n      rgba(255,255,255,.018),\r\n      rgba(18,207,255,.025)\r\n    ) !important;\r\n}\r\n\r\n.aevos-security-faq-summary-copy strong{\r\n  display:block !important;\r\n  margin-bottom:5px !important;\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  font-size:15px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.4 !important;\r\n}\r\n\r\n.aevos-security-faq-summary-copy span{\r\n  color:#879499 !important;\r\n\r\n  font-size:12.5px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.6 !important;\r\n}\r\n\r\n.aevos-security-faq-summary-badge{\r\n  display:inline-flex !important;\r\n  align-items:center !important;\r\n  gap:8px !important;\r\n\r\n  flex-shrink:0 !important;\r\n  padding:9px 12px !important;\r\n\r\n  border:1px solid rgba(255,255,255,.07) !important;\r\n  border-radius:9px !important;\r\n\r\n  color:#ABB6B9 !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:700 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.04em !important;\r\n  text-transform:uppercase !important;\r\n\r\n  background:rgba(255,255,255,.025) !important;\r\n}\r\n\r\n.aevos-security-faq-summary-badge::before{\r\n  content:\"\" !important;\r\n\r\n  width:6px !important;\r\n  height:6px !important;\r\n\r\n  border-radius:50% !important;\r\n\r\n  background:var(--asf-green) !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSIVE\r\n========================================================= *\/\r\n\r\n@media(max-width:1050px){\r\n\r\n  .aevos-security-faq{\r\n    padding:88px 22px !important;\r\n  }\r\n\r\n  .aevos-security-faq-header{\r\n    grid-template-columns:1fr !important;\r\n    gap:20px !important;\r\n  }\r\n\r\n  .aevos-security-faq-title,\r\n  .aevos-security-faq-intro{\r\n    max-width:760px !important;\r\n  }\r\n\r\n  .aevos-security-faq-grid{\r\n    grid-template-columns:1fr !important;\r\n  }\r\n\r\n  .aevos-security-faq-side{\r\n    position:relative !important;\r\n    top:auto !important;\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:620px){\r\n\r\n  .aevos-security-faq{\r\n    padding:70px 18px !important;\r\n  }\r\n\r\n  .aevos-security-faq-header{\r\n    margin-bottom:43px !important;\r\n  }\r\n\r\n  .aevos-security-faq-title{\r\n    font-size:32px !important;\r\n  }\r\n\r\n  .aevos-security-faq-intro{\r\n    font-size:14px !important;\r\n  }\r\n\r\n  .aevos-security-faq-side{\r\n    padding:23px 19px !important;\r\n    border-radius:17px !important;\r\n  }\r\n\r\n  .aevos-security-faq-question{\r\n    grid-template-columns:34px minmax(0,1fr) 29px !important;\r\n    gap:11px !important;\r\n\r\n    min-height:76px !important;\r\n    padding:17px 15px !important;\r\n  }\r\n\r\n  .aevos-security-faq-number{\r\n    width:34px !important;\r\n    height:34px !important;\r\n  }\r\n\r\n  .aevos-security-faq-question-text{\r\n    font-size:12.8px !important;\r\n  }\r\n\r\n  .aevos-security-faq-toggle{\r\n    width:29px !important;\r\n    height:29px !important;\r\n  }\r\n\r\n  .aevos-security-faq-answer-inner{\r\n    margin:0 15px 0 60px !important;\r\n    padding-bottom:18px !important;\r\n  }\r\n\r\n  .aevos-security-faq-answer-inner p{\r\n    font-size:11.8px !important;\r\n  }\r\n\r\n  .aevos-security-faq-notice{\r\n    grid-template-columns:36px minmax(0,1fr) !important;\r\n    padding:17px !important;\r\n  }\r\n\r\n  .aevos-security-faq-notice-icon{\r\n    width:36px !important;\r\n    height:36px !important;\r\n  }\r\n\r\n  .aevos-security-faq-summary{\r\n    flex-direction:column !important;\r\n    align-items:flex-start !important;\r\n\r\n    padding:21px 19px !important;\r\n  }\r\n\r\n}\r\n\r\n@media(prefers-reduced-motion:reduce){\r\n\r\n  .aevos-security-faq-item,\r\n  .aevos-security-faq-toggle,\r\n  .aevos-security-faq-toggle::after,\r\n  .aevos-security-faq-answer{\r\n    transition:none !important;\r\n  }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<section class=\"aevos-security-faq\" id=\"security-faq\">\r\n\r\n  <div class=\"aevos-security-faq-container\">\r\n\r\n    <!-- HEADER -->\r\n\r\n    <div class=\"aevos-security-faq-header\">\r\n\r\n      <div>\r\n\r\n        <span class=\"aevos-security-faq-eyebrow\">\r\n          Security FAQ\r\n        <\/span>\r\n\r\n        <h2 class=\"aevos-security-faq-title\">\r\n          Common questions about\r\n          <span>Aevos Security<\/span>\r\n        <\/h2>\r\n\r\n      <\/div>\r\n\r\n      <p class=\"aevos-security-faq-intro\">\r\n        Find general answers about platform security, account protection,\r\n        suspicious activity and responsible user practices. Security\r\n        measures may help reduce exposure, but no digital platform can\r\n        eliminate every technical, operational or user-related risk.\r\n      <\/p>\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"aevos-security-faq-grid\">\r\n\r\n      <!-- SIDE PANEL -->\r\n\r\n      <aside class=\"aevos-security-faq-side\">\r\n\r\n        <div class=\"aevos-security-faq-side-icon\">\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"2\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M12 3l7 4v5c0 4.5-2.8 7.6-7 9-4.2-1.4-7-4.5-7-9V7l7-4z\"><\/path>\r\n            <path d=\"M9.8 10a2.3 2.3 0 1 1 3.7 1.8c-.9.6-1.5 1.1-1.5 2.2\"><\/path>\r\n            <path d=\"M12 17h.01\"><\/path>\r\n          <\/svg>\r\n\r\n        <\/div>\r\n\r\n        <h3>\r\n          Security depends on both platform and user practices\r\n        <\/h3>\r\n\r\n        <p>\r\n          Platform controls can support a safer environment, but users\r\n          remain responsible for protecting their credentials, verifying\r\n          destinations and reviewing suspicious requests carefully.\r\n        <\/p>\r\n\r\n\r\n        <div class=\"aevos-security-faq-side-list\">\r\n\r\n          <div class=\"aevos-security-faq-side-item\">\r\n\r\n            <span class=\"aevos-security-faq-side-check\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"2.5\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M6 12l4 4 8-8\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            Platform and account security\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-faq-side-item\">\r\n\r\n            <span class=\"aevos-security-faq-side-check\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"2.5\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M6 12l4 4 8-8\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            Suspicious messages and imitation websites\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-security-faq-side-item\">\r\n\r\n            <span class=\"aevos-security-faq-side-check\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"2.5\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M6 12l4 4 8-8\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            Monitoring, limitations and user responsibility\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"aevos-security-faq-side-note\">\r\n\r\n          <strong>\r\n            Access your account carefully\r\n          <\/strong>\r\n\r\n          <span>\r\n            Use a known platform destination rather than links received\r\n            through unexpected emails, messages or social media profiles.\r\n          <\/span>\r\n\r\n        <\/div>\r\n\r\n      <\/aside>\r\n\r\n\r\n      <!-- FAQ LIST -->\r\n\r\n      <div class=\"aevos-security-faq-list\">\r\n\r\n        <!-- FAQ 01 -->\r\n\r\n        <article class=\"aevos-security-faq-item is-open\">\r\n\r\n          <button\r\n            class=\"aevos-security-faq-question\"\r\n            type=\"button\"\r\n            aria-expanded=\"true\"\r\n          >\r\n\r\n            <span class=\"aevos-security-faq-number\">\r\n              01\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-question-text\">\r\n              How does Aevos approach platform security?\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-toggle\"><\/span>\r\n\r\n          <\/button>\r\n\r\n          <div class=\"aevos-security-faq-answer\">\r\n\r\n            <div class=\"aevos-security-faq-answer-inner\">\r\n\r\n              <p>\r\n                Aevos approaches security as a combination of platform\r\n                practices, operational awareness, activity monitoring and\r\n                responsible account behavior. Security is treated as an\r\n                ongoing process rather than a single feature or control.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/article>\r\n\r\n\r\n        <!-- FAQ 02 -->\r\n\r\n        <article class=\"aevos-security-faq-item\">\r\n\r\n          <button\r\n            class=\"aevos-security-faq-question\"\r\n            type=\"button\"\r\n            aria-expanded=\"false\"\r\n          >\r\n\r\n            <span class=\"aevos-security-faq-number\">\r\n              02\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-question-text\">\r\n              Is my Aevos account completely protected?\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-toggle\"><\/span>\r\n\r\n          <\/button>\r\n\r\n          <div class=\"aevos-security-faq-answer\">\r\n\r\n            <div class=\"aevos-security-faq-answer-inner\">\r\n\r\n              <p>\r\n                No digital account or online platform can be considered\r\n                completely risk-free. Platform practices may help reduce\r\n                exposure, but technical incidents, phishing, credential\r\n                theft, device compromise and user mistakes may still occur.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/article>\r\n\r\n\r\n        <!-- FAQ 03 -->\r\n\r\n        <article class=\"aevos-security-faq-item\">\r\n\r\n          <button\r\n            class=\"aevos-security-faq-question\"\r\n            type=\"button\"\r\n            aria-expanded=\"false\"\r\n          >\r\n\r\n            <span class=\"aevos-security-faq-number\">\r\n              03\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-question-text\">\r\n              What can I do to protect my Aevos account?\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-toggle\"><\/span>\r\n\r\n          <\/button>\r\n\r\n          <div class=\"aevos-security-faq-answer\">\r\n\r\n            <div class=\"aevos-security-faq-answer-inner\">\r\n\r\n              <p>\r\n                Use a strong and unique password, keep your credentials\r\n                private, confirm the destination before logging in and\r\n                review unusual account activity. You should also keep your\r\n                device, browser and operating system updated.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/article>\r\n\r\n\r\n        <!-- FAQ 04 -->\r\n\r\n        <article class=\"aevos-security-faq-item\">\r\n\r\n          <button\r\n            class=\"aevos-security-faq-question\"\r\n            type=\"button\"\r\n            aria-expanded=\"false\"\r\n          >\r\n\r\n            <span class=\"aevos-security-faq-number\">\r\n              04\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-question-text\">\r\n              How can I recognize a fake Aevos website or message?\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-toggle\"><\/span>\r\n\r\n          <\/button>\r\n\r\n          <div class=\"aevos-security-faq-answer\">\r\n\r\n            <div class=\"aevos-security-faq-answer-inner\">\r\n\r\n              <p>\r\n                Be cautious with unfamiliar domain names, copied logos,\r\n                unverified profiles, urgent warnings and messages asking\r\n                for passwords, security codes or payments. Access your\r\n                account through a known destination instead of the link\r\n                included in a suspicious message.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/article>\r\n\r\n\r\n        <!-- FAQ 05 -->\r\n\r\n        <article class=\"aevos-security-faq-item\">\r\n\r\n          <button\r\n            class=\"aevos-security-faq-question\"\r\n            type=\"button\"\r\n            aria-expanded=\"false\"\r\n          >\r\n\r\n            <span class=\"aevos-security-faq-number\">\r\n              05\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-question-text\">\r\n              Should I share my password or account access codes?\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-toggle\"><\/span>\r\n\r\n          <\/button>\r\n\r\n          <div class=\"aevos-security-faq-answer\">\r\n\r\n            <div class=\"aevos-security-faq-answer-inner\">\r\n\r\n              <p>\r\n                No. Passwords, recovery information and private account\r\n                access details should remain under the control of the\r\n                account holder. Do not provide this information through\r\n                emails, chats, social media messages or unsolicited requests.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/article>\r\n\r\n\r\n        <!-- FAQ 06 -->\r\n\r\n        <article class=\"aevos-security-faq-item\">\r\n\r\n          <button\r\n            class=\"aevos-security-faq-question\"\r\n            type=\"button\"\r\n            aria-expanded=\"false\"\r\n          >\r\n\r\n            <span class=\"aevos-security-faq-number\">\r\n              06\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-question-text\">\r\n              What should I do if I notice unusual account activity?\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-toggle\"><\/span>\r\n\r\n          <\/button>\r\n\r\n          <div class=\"aevos-security-faq-answer\">\r\n\r\n            <div class=\"aevos-security-faq-answer-inner\">\r\n\r\n              <p>\r\n                Review the available account information, stop interacting\r\n                with suspicious messages and update any credentials that\r\n                may have been exposed. Keep relevant details such as the\r\n                sender, destination, message and time for later review.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/article>\r\n\r\n\r\n        <!-- FAQ 07 -->\r\n\r\n        <article class=\"aevos-security-faq-item\">\r\n\r\n          <button\r\n            class=\"aevos-security-faq-question\"\r\n            type=\"button\"\r\n            aria-expanded=\"false\"\r\n          >\r\n\r\n            <span class=\"aevos-security-faq-number\">\r\n              07\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-question-text\">\r\n              Does security monitoring prevent every incident?\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-toggle\"><\/span>\r\n\r\n          <\/button>\r\n\r\n          <div class=\"aevos-security-faq-answer\">\r\n\r\n            <div class=\"aevos-security-faq-answer-inner\">\r\n\r\n              <p>\r\n                No. Monitoring may improve visibility and help organize\r\n                relevant activity, but it cannot guarantee that every\r\n                threat will be detected or prevented. Some incidents may\r\n                develop rapidly or involve external systems.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/article>\r\n\r\n\r\n        <!-- FAQ 08 -->\r\n\r\n        <article class=\"aevos-security-faq-item\">\r\n\r\n          <button\r\n            class=\"aevos-security-faq-question\"\r\n            type=\"button\"\r\n            aria-expanded=\"false\"\r\n          >\r\n\r\n            <span class=\"aevos-security-faq-number\">\r\n              08\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-question-text\">\r\n              Where should I access my Aevos account?\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-toggle\"><\/span>\r\n\r\n          <\/button>\r\n\r\n          <div class=\"aevos-security-faq-answer\">\r\n\r\n            <div class=\"aevos-security-faq-answer-inner\">\r\n\r\n              <p>\r\n                Access your account through a known and verified Aevos\r\n                destination. Avoid entering credentials after following\r\n                links received through unexpected messages, advertisements,\r\n                copied profiles or unfamiliar websites.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/article>\r\n\r\n\r\n        <!-- FAQ 09 -->\r\n\r\n        <article class=\"aevos-security-faq-item\">\r\n\r\n          <button\r\n            class=\"aevos-security-faq-question\"\r\n            type=\"button\"\r\n            aria-expanded=\"false\"\r\n          >\r\n\r\n            <span class=\"aevos-security-faq-number\">\r\n              09\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-question-text\">\r\n              Is account security also the user\u2019s responsibility?\r\n            <\/span>\r\n\r\n            <span class=\"aevos-security-faq-toggle\"><\/span>\r\n\r\n          <\/button>\r\n\r\n          <div class=\"aevos-security-faq-answer\">\r\n\r\n            <div class=\"aevos-security-faq-answer-inner\">\r\n\r\n              <p>\r\n                Yes. Account security is a shared responsibility. Users\r\n                should protect their devices and credentials, verify links,\r\n                question unusual requests and avoid sharing private access\r\n                information with other people.\r\n              <\/p>\r\n\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n        <\/article>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- NOTICE -->\r\n\r\n    <div class=\"aevos-security-faq-notice\">\r\n\r\n      <div class=\"aevos-security-faq-notice-icon\">\r\n\r\n        <svg\r\n          viewBox=\"0 0 24 24\"\r\n          fill=\"none\"\r\n          stroke=\"currentColor\"\r\n          stroke-width=\"1.8\"\r\n          stroke-linecap=\"round\"\r\n          stroke-linejoin=\"round\"\r\n          aria-hidden=\"true\"\r\n        >\r\n          <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\r\n          <path d=\"M12 11v5\"><\/path>\r\n          <path d=\"M12 8h.01\"><\/path>\r\n        <\/svg>\r\n\r\n      <\/div>\r\n\r\n      <div>\r\n\r\n        <strong>\r\n          Security information and platform practices may change.\r\n        <\/strong>\r\n\r\n        <p>\r\n          The answers above provide general guidance and should not be\r\n          interpreted as a guarantee of protection. Users should review\r\n          current platform information and maintain responsible account\r\n          practices whenever accessing or managing their accounts.\r\n        <\/p>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- FINAL TRANSITION -->\r\n\r\n    <div class=\"aevos-security-faq-summary\">\r\n\r\n      <div class=\"aevos-security-faq-summary-copy\">\r\n\r\n        <strong>\r\n          Security works best when awareness becomes part of every account action.\r\n        <\/strong>\r\n\r\n        <span>\r\n          The final section invites users to create an account or access\r\n          the Aevos platform through the available external destinations.\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n      <span class=\"aevos-security-faq-summary-badge\">\r\n        Next \u00b7 Get Started\r\n      <\/span>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\r\n\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function(){\r\n\r\n  const securityFaqItems = document.querySelectorAll(\r\n    '.aevos-security-faq-item'\r\n  );\r\n\r\n  securityFaqItems.forEach(function(item){\r\n\r\n    const button = item.querySelector(\r\n      '.aevos-security-faq-question'\r\n    );\r\n\r\n    if(!button){\r\n      return;\r\n    }\r\n\r\n    button.addEventListener('click', function(){\r\n\r\n      const isOpen = item.classList.contains('is-open');\r\n\r\n      securityFaqItems.forEach(function(otherItem){\r\n\r\n        otherItem.classList.remove('is-open');\r\n\r\n        const otherButton = otherItem.querySelector(\r\n          '.aevos-security-faq-question'\r\n        );\r\n\r\n        if(otherButton){\r\n          otherButton.setAttribute(\r\n            'aria-expanded',\r\n            'false'\r\n          );\r\n        }\r\n\r\n      });\r\n\r\n      if(!isOpen){\r\n\r\n        item.classList.add('is-open');\r\n\r\n        button.setAttribute(\r\n          'aria-expanded',\r\n          'true'\r\n        );\r\n\r\n      }\r\n\r\n    });\r\n\r\n  });\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5fb7762 elementor-widget elementor-widget-html\" data-id=\"5fb7762\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     AEVOS \u2014 REFERRAL PROGRAM PAGE\r\n     FINAL CTA\r\n============================================================ -->\r\n\r\n<style>\r\n.aevos-referral-final,\r\n.aevos-referral-final *{\r\n  box-sizing:border-box !important;\r\n  margin:0;\r\n  padding:0;\r\n}\r\n\r\n.aevos-referral-final{\r\n  --arf-green:#00E5A8;\r\n  --arf-cyan:#12CFFF;\r\n  --arf-white:#FFFFFF;\r\n  --arf-muted:#8D9A9F;\r\n\r\n  position:relative;\r\n  width:100%;\r\n  padding:105px 24px;\r\n\r\n  font-family:\r\n    'Inter',\r\n    -apple-system,\r\n    BlinkMacSystemFont,\r\n    'Segoe UI',\r\n    sans-serif !important;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 50% 14%,\r\n      rgba(0,229,168,.068),\r\n      transparent 33%\r\n    ),\r\n    radial-gradient(\r\n      circle at 80% 78%,\r\n      rgba(18,207,255,.043),\r\n      transparent 31%\r\n    ),\r\n    linear-gradient(\r\n      180deg,\r\n      #05080A 0%,\r\n      #071012 50%,\r\n      #05080A 100%\r\n    );\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-referral-final::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  top:0;\r\n  left:50%;\r\n\r\n  width:min(1180px,88%);\r\n  height:1px;\r\n\r\n  transform:translateX(-50%);\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(255,255,255,.04),\r\n      rgba(0,229,168,.24),\r\n      rgba(18,207,255,.18),\r\n      rgba(255,255,255,.04),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-referral-final::after{\r\n  content:\"\";\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  background-image:\r\n    radial-gradient(\r\n      circle,\r\n      rgba(255,255,255,.043) 1px,\r\n      transparent 1px\r\n    );\r\n\r\n  background-size:32px 32px;\r\n  opacity:.12;\r\n\r\n  -webkit-mask-image:\r\n    radial-gradient(\r\n      circle at center,\r\n      #000 0%,\r\n      rgba(0,0,0,.82) 38%,\r\n      transparent 77%\r\n    );\r\n\r\n  mask-image:\r\n    radial-gradient(\r\n      circle at center,\r\n      #000 0%,\r\n      rgba(0,0,0,.82) 38%,\r\n      transparent 77%\r\n    );\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n.aevos-referral-final-container{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  width:100%;\r\n  max-width:1180px;\r\n  margin:0 auto;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   CTA BOX\r\n========================================================= *\/\r\n\r\n.aevos-referral-final-box{\r\n  position:relative;\r\n\r\n  display:grid;\r\n  grid-template-columns:minmax(0,1fr) auto;\r\n  align-items:center;\r\n  gap:70px;\r\n\r\n  padding:66px 70px;\r\n\r\n  border:1px solid rgba(255,255,255,.08);\r\n  border-radius:25px;\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 12% 12%,\r\n      rgba(0,229,168,.08),\r\n      transparent 31%\r\n    ),\r\n    radial-gradient(\r\n      circle at 91% 84%,\r\n      rgba(18,207,255,.06),\r\n      transparent 29%\r\n    ),\r\n    linear-gradient(\r\n      135deg,\r\n      rgba(255,255,255,.043),\r\n      rgba(255,255,255,.015)\r\n    );\r\n\r\n  box-shadow:\r\n    0 38px 85px rgba(0,0,0,.3),\r\n    inset 0 1px 0 rgba(255,255,255,.025);\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n.aevos-referral-final-box::before{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:0;\r\n  left:8%;\r\n  right:8%;\r\n\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      transparent,\r\n      rgba(0,229,168,.63),\r\n      rgba(18,207,255,.46),\r\n      transparent\r\n    );\r\n}\r\n\r\n.aevos-referral-final-box::after{\r\n  content:\"\";\r\n\r\n  position:absolute;\r\n  top:-135px;\r\n  right:-115px;\r\n\r\n  width:360px;\r\n  height:360px;\r\n\r\n  border:1px solid rgba(18,207,255,.065);\r\n  border-radius:50%;\r\n\r\n  box-shadow:\r\n    0 0 0 46px rgba(18,207,255,.017),\r\n    0 0 0 92px rgba(0,229,168,.011);\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   CONTENT\r\n========================================================= *\/\r\n\r\n.aevos-referral-final-content{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  max-width:720px;\r\n}\r\n\r\n.aevos-referral-final-eyebrow{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:9px;\r\n\r\n  margin-bottom:17px;\r\n\r\n  color:var(--arf-green) !important;\r\n\r\n  font-size:10px !important;\r\n  font-weight:800 !important;\r\n  line-height:1.2 !important;\r\n  letter-spacing:.13em !important;\r\n  text-transform:uppercase;\r\n}\r\n\r\n.aevos-referral-final-eyebrow::before{\r\n  content:\"\";\r\n\r\n  width:24px;\r\n  height:1px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--arf-green),\r\n      var(--arf-cyan)\r\n    );\r\n}\r\n\r\n.aevos-referral-final-title{\r\n  max-width:700px;\r\n  margin-bottom:18px;\r\n\r\n  color:var(--arf-white) !important;\r\n\r\n  font-size:clamp(35px,4.2vw,51px) !important;\r\n  font-weight:720 !important;\r\n  line-height:1.1 !important;\r\n  letter-spacing:-.044em !important;\r\n}\r\n\r\n.aevos-referral-final-title span{\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--arf-green),\r\n      var(--arf-cyan)\r\n    );\r\n\r\n  -webkit-background-clip:text;\r\n  background-clip:text;\r\n  -webkit-text-fill-color:transparent;\r\n}\r\n\r\n.aevos-referral-final-text{\r\n  max-width:660px;\r\n\r\n  color:var(--arf-muted) !important;\r\n\r\n  font-size:14px !important;\r\n  font-weight:400 !important;\r\n  line-height:1.8 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   TRUST ITEMS\r\n========================================================= *\/\r\n\r\n.aevos-referral-final-trust{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  display:flex;\r\n  align-items:center;\r\n  flex-wrap:wrap;\r\n  gap:22px;\r\n\r\n  margin-top:31px;\r\n  padding-top:25px;\r\n\r\n  border-top:1px solid rgba(255,255,255,.06);\r\n}\r\n\r\n.aevos-referral-final-trust-item{\r\n  display:flex;\r\n  align-items:center;\r\n  gap:9px;\r\n\r\n  color:#839095 !important;\r\n\r\n  font-size:9.5px !important;\r\n  font-weight:650 !important;\r\n  line-height:1.35 !important;\r\n}\r\n\r\n.aevos-referral-final-trust-icon{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  width:27px;\r\n  height:27px;\r\n  flex-shrink:0;\r\n\r\n  border:1px solid rgba(0,229,168,.11);\r\n  border-radius:8px;\r\n\r\n  color:var(--arf-green);\r\n\r\n  background:rgba(0,229,168,.025);\r\n}\r\n\r\n.aevos-referral-final-trust-icon svg{\r\n  width:12px;\r\n  height:12px;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ACTIONS\r\n========================================================= *\/\r\n\r\n.aevos-referral-final-actions{\r\n  position:relative;\r\n  z-index:2;\r\n\r\n  display:flex;\r\n  flex-direction:column;\r\n  gap:11px;\r\n\r\n  min-width:215px;\r\n}\r\n\r\n.aevos-referral-final-button{\r\n  display:inline-flex !important;\r\n  align-items:center;\r\n  justify-content:center;\r\n  gap:8px;\r\n\r\n  min-height:44px;\r\n  padding:11px 20px;\r\n\r\n  border-radius:10px;\r\n\r\n  font-size:11.5px !important;\r\n  font-weight:750 !important;\r\n  line-height:1.2 !important;\r\n  text-decoration:none !important;\r\n\r\n  transition:\r\n    transform .23s ease,\r\n    border-color .23s ease,\r\n    box-shadow .23s ease,\r\n    background .23s ease,\r\n    filter .23s ease;\r\n}\r\n\r\n.aevos-referral-final-button svg{\r\n  width:14px;\r\n  height:14px;\r\n  flex-shrink:0;\r\n\r\n  transition:transform .23s ease;\r\n}\r\n\r\n.aevos-referral-final-button:hover svg{\r\n  transform:translateX(2px);\r\n}\r\n\r\n.aevos-referral-final-button-primary{\r\n  border:1px solid transparent;\r\n\r\n  color:#03120E !important;\r\n\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      var(--arf-green),\r\n      var(--arf-cyan)\r\n    );\r\n\r\n  box-shadow:\r\n    0 13px 29px rgba(0,229,168,.14);\r\n}\r\n\r\n.aevos-referral-final-button-primary:hover{\r\n  transform:translateY(-2px);\r\n\r\n  color:#03120E !important;\r\n\r\n  filter:brightness(.95);\r\n\r\n  box-shadow:\r\n    0 18px 35px rgba(0,229,168,.19);\r\n}\r\n\r\n.aevos-referral-final-button-secondary{\r\n  border:1px solid rgba(255,255,255,.09);\r\n\r\n  color:#E4EAEA !important;\r\n\r\n  background:rgba(255,255,255,.024);\r\n}\r\n\r\n.aevos-referral-final-button-secondary:hover{\r\n  transform:translateY(-2px);\r\n\r\n  border-color:rgba(255,255,255,.14);\r\n\r\n  color:#FFFFFF !important;\r\n\r\n  background:rgba(255,255,255,.04);\r\n}\r\n\r\n.aevos-referral-final-note{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n  gap:7px;\r\n\r\n  margin-top:3px;\r\n\r\n  color:#68767B !important;\r\n\r\n  font-size:8px !important;\r\n  font-weight:650 !important;\r\n  line-height:1.4 !important;\r\n  text-align:center;\r\n}\r\n\r\n.aevos-referral-final-note::before{\r\n  content:\"\";\r\n\r\n  width:5px;\r\n  height:5px;\r\n\r\n  border-radius:50%;\r\n\r\n  background:var(--arf-green);\r\n\r\n  box-shadow:\r\n    0 0 8px rgba(0,229,168,.4);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RESPONSIVE\r\n========================================================= *\/\r\n\r\n@media(max-width:900px){\r\n\r\n  .aevos-referral-final{\r\n    padding:90px 22px;\r\n  }\r\n\r\n  .aevos-referral-final-box{\r\n    grid-template-columns:1fr;\r\n    gap:36px;\r\n\r\n    padding:54px 47px;\r\n  }\r\n\r\n  .aevos-referral-final-actions{\r\n    flex-direction:row;\r\n    min-width:0;\r\n  }\r\n\r\n  .aevos-referral-final-button{\r\n    min-width:190px;\r\n  }\r\n\r\n  .aevos-referral-final-note{\r\n    display:none;\r\n  }\r\n\r\n}\r\n\r\n@media(max-width:620px){\r\n\r\n  .aevos-referral-final{\r\n    padding:72px 18px;\r\n  }\r\n\r\n  .aevos-referral-final-box{\r\n    gap:31px;\r\n    padding:42px 21px;\r\n\r\n    border-radius:19px;\r\n  }\r\n\r\n  .aevos-referral-final-title{\r\n    font-size:32px !important;\r\n  }\r\n\r\n  .aevos-referral-final-text{\r\n    font-size:13.5px !important;\r\n  }\r\n\r\n  .aevos-referral-final-actions{\r\n    flex-direction:column;\r\n  }\r\n\r\n  .aevos-referral-final-button{\r\n    width:100%;\r\n    min-width:0;\r\n  }\r\n\r\n  .aevos-referral-final-note{\r\n    display:flex;\r\n  }\r\n\r\n  .aevos-referral-final-trust{\r\n    align-items:flex-start;\r\n    flex-direction:column;\r\n    gap:13px;\r\n  }\r\n\r\n}\r\n\r\n@media(prefers-reduced-motion:reduce){\r\n\r\n  .aevos-referral-final-button,\r\n  .aevos-referral-final-button svg{\r\n    transition:none !important;\r\n  }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<section class=\"aevos-referral-final\" id=\"start-referring\">\r\n\r\n  <div class=\"aevos-referral-final-container\">\r\n\r\n    <div class=\"aevos-referral-final-box\">\r\n\r\n      <!-- CONTENT -->\r\n\r\n      <div class=\"aevos-referral-final-content\">\r\n\r\n        <span class=\"aevos-referral-final-eyebrow\">\r\n        Security & Responsible Access\r\n        <\/span>\r\n\r\n        <h2 class=\"aevos-referral-final-title\">\r\n       Ready to explore the\r\n        <span>Aevos ecosystem?<\/span>\r\n        <\/h2>\r\n\r\n        <p class=\"aevos-referral-final-text\">\r\n         Learn more about the platform and access Aevos through the\r\n        available registration and account destinations. Always verify\r\n        the website address before entering credentials or providing\r\n        sensitive account information.   <\/p>\r\n\r\n\r\n        <div class=\"aevos-referral-final-trust\">\r\n\r\n          <div class=\"aevos-referral-final-trust-item\">\r\n\r\n            <span class=\"aevos-referral-final-trust-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <circle cx=\"18\" cy=\"5\" r=\"3\"><\/circle>\r\n                <circle cx=\"6\" cy=\"12\" r=\"3\"><\/circle>\r\n                <circle cx=\"18\" cy=\"19\" r=\"3\"><\/circle>\r\n                <path d=\"M8.6 10.5l6.8-4\"><\/path>\r\n                <path d=\"M8.6 13.5l6.8 4\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            Personal Referral Access\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-referral-final-trust-item\">\r\n\r\n            <span class=\"aevos-referral-final-trust-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <rect x=\"3\" y=\"4\" width=\"18\" height=\"15\" rx=\"2\"><\/rect>\r\n                <path d=\"M7 15l3-3 3 2 4-5\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            Referral Activity Dashboard\r\n\r\n          <\/div>\r\n\r\n\r\n          <div class=\"aevos-referral-final-trust-item\">\r\n\r\n            <span class=\"aevos-referral-final-trust-icon\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\"\r\n                fill=\"none\"\r\n                stroke=\"currentColor\"\r\n                stroke-width=\"1.8\"\r\n                stroke-linecap=\"round\"\r\n                stroke-linejoin=\"round\"\r\n                aria-hidden=\"true\"\r\n              >\r\n                <path d=\"M6 3h9l3 3v15H6z\"><\/path>\r\n                <path d=\"M9 11h6\"><\/path>\r\n                <path d=\"M9 15h6\"><\/path>\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            Rule-Based Qualification\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n\r\n      <!-- ACTIONS -->\r\n\r\n      <div class=\"aevos-referral-final-actions\">\r\n\r\n        <a\r\n          href=\"https:\/\/aevos.cloud\/tour\"\r\n          target=\"_blank\"\r\n          rel=\"noopener noreferrer\"\r\n          class=\"aevos-referral-final-button aevos-referral-final-button-primary\"\r\n        >\r\n          Start Referring\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"2\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M5 12h14\"><\/path>\r\n            <path d=\"M13 6l6 6-6 6\"><\/path>\r\n          <\/svg>\r\n        <\/a>\r\n\r\n\r\n        <a\r\n          href=\"https:\/\/aevos.org\/login\"\r\n          target=\"_blank\"\r\n          rel=\"noopener noreferrer\"\r\n          class=\"aevos-referral-final-button aevos-referral-final-button-secondary\"\r\n        >\r\n          Access Your Account\r\n\r\n          <svg\r\n            viewBox=\"0 0 24 24\"\r\n            fill=\"none\"\r\n            stroke=\"currentColor\"\r\n            stroke-width=\"1.8\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            aria-hidden=\"true\"\r\n          >\r\n            <path d=\"M10 17l5-5-5-5\"><\/path>\r\n            <path d=\"M15 12H3\"><\/path>\r\n            <path d=\"M14 3h5a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5\"><\/path>\r\n          <\/svg>\r\n        <\/a>\r\n\r\n        <span class=\"aevos-referral-final-note\">\r\n          Referral participation does not guarantee income\r\n        <\/span>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home How It Works Referral Program Security Login Activate Protocol \u2192 Home How It Works Referral Program Security Login Activate [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":40,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-65","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Aevos Security | Platform Protection &amp; Account Security<\/title>\n<meta name=\"description\" content=\"Learn how Aevos approaches platform security, account protection, data safeguards and responsible risk management across its ecosystem.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aevos.cloud\/fr\/securite\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Aevos Security\" \/>\n<meta property=\"og:description\" content=\"Learn how Aevos approaches platform security, account protection, data safeguards and responsible risk management across its ecosystem.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aevos.cloud\/fr\/securite\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-02T02:07:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aevos.cloud\/wp-content\/uploads\/2026\/07\/aevos-banner.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aevos.cloud\\\/security\\\/\",\"url\":\"https:\\\/\\\/aevos.cloud\\\/security\\\/\",\"name\":\"Aevos Security | Platform Protection & Account Security\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aevos.cloud\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aevos.cloud\\\/security\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aevos.cloud\\\/security\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aevos.cloud\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/aevos-banner.webp\",\"datePublished\":\"2026-08-01T23:54:41+00:00\",\"dateModified\":\"2026-08-02T02:07:57+00:00\",\"description\":\"Learn how Aevos approaches platform security, account protection, data safeguards and responsible risk management across its ecosystem.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aevos.cloud\\\/security\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aevos.cloud\\\/security\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/aevos.cloud\\\/security\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aevos.cloud\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/aevos-banner.webp\",\"contentUrl\":\"https:\\\/\\\/aevos.cloud\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/aevos-banner.webp\",\"width\":1080,\"height\":1080,\"caption\":\"aevos banner\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aevos.cloud\\\/security\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/aevos.cloud\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aevos Security\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aevos.cloud\\\/#website\",\"url\":\"https:\\\/\\\/aevos.cloud\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/aevos.cloud\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Aevos Security | Protection de la plateforme et s\u00e9curit\u00e9 des comptes","description":"D\u00e9couvrez comment Aevos aborde la s\u00e9curit\u00e9 de sa plateforme, la protection des comptes, la s\u00e9curit\u00e9 des donn\u00e9es et la gestion responsable des risques au sein de son \u00e9cosyst\u00e8me.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/aevos.cloud\/fr\/securite\/","og_locale":"fr_FR","og_type":"article","og_title":"Aevos Security","og_description":"Learn how Aevos approaches platform security, account protection, data safeguards and responsible risk management across its ecosystem.","og_url":"https:\/\/aevos.cloud\/fr\/securite\/","article_modified_time":"2026-08-02T02:07:57+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/aevos.cloud\/wp-content\/uploads\/2026\/07\/aevos-banner.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aevos.cloud\/security\/","url":"https:\/\/aevos.cloud\/security\/","name":"Aevos Security | Protection de la plateforme et s\u00e9curit\u00e9 des comptes","isPartOf":{"@id":"https:\/\/aevos.cloud\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aevos.cloud\/security\/#primaryimage"},"image":{"@id":"https:\/\/aevos.cloud\/security\/#primaryimage"},"thumbnailUrl":"https:\/\/aevos.cloud\/wp-content\/uploads\/2026\/07\/aevos-banner.webp","datePublished":"2026-08-01T23:54:41+00:00","dateModified":"2026-08-02T02:07:57+00:00","description":"D\u00e9couvrez comment Aevos aborde la s\u00e9curit\u00e9 de sa plateforme, la protection des comptes, la s\u00e9curit\u00e9 des donn\u00e9es et la gestion responsable des risques au sein de son \u00e9cosyst\u00e8me.","breadcrumb":{"@id":"https:\/\/aevos.cloud\/security\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aevos.cloud\/security\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/aevos.cloud\/security\/#primaryimage","url":"https:\/\/aevos.cloud\/wp-content\/uploads\/2026\/07\/aevos-banner.webp","contentUrl":"https:\/\/aevos.cloud\/wp-content\/uploads\/2026\/07\/aevos-banner.webp","width":1080,"height":1080,"caption":"aevos banner"},{"@type":"BreadcrumbList","@id":"https:\/\/aevos.cloud\/security\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/aevos.cloud\/"},{"@type":"ListItem","position":2,"name":"Aevos Security"}]},{"@type":"WebSite","@id":"https:\/\/aevos.cloud\/#website","url":"https:\/\/aevos.cloud\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aevos.cloud\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/aevos.cloud\/fr\/wp-json\/wp\/v2\/pages\/65","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aevos.cloud\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aevos.cloud\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aevos.cloud\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aevos.cloud\/fr\/wp-json\/wp\/v2\/comments?post=65"}],"version-history":[{"count":4,"href":"https:\/\/aevos.cloud\/fr\/wp-json\/wp\/v2\/pages\/65\/revisions"}],"predecessor-version":[{"id":70,"href":"https:\/\/aevos.cloud\/fr\/wp-json\/wp\/v2\/pages\/65\/revisions\/70"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aevos.cloud\/fr\/wp-json\/wp\/v2\/media\/40"}],"wp:attachment":[{"href":"https:\/\/aevos.cloud\/fr\/wp-json\/wp\/v2\/media?parent=65"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}