*{box-sizing:border-box}
html{background:#020617}
body{
  margin:0;
  min-width:320px;
  background:linear-gradient(180deg,#07111f 0,#0b1728 48%,#020617 100%);
  color:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.6;
  -webkit-text-size-adjust:100%;
}
a{color:#bbf7d0}
a:focus-visible,.button:focus-visible{outline:3px solid #fde68a;outline-offset:3px}
.wrap{max-width:980px;margin:auto;padding:30px 20px 58px}
.brand{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:950}
.mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#22c55e,#84cc16);color:#052e16;box-shadow:0 12px 30px rgba(34,197,94,.22)}
.staticNav{float:right;display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.staticNav a{min-height:38px;display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;text-decoration:none;color:#dbeafe;font-size:13px;font-weight:850;border:1px solid rgba(255,255,255,.08)}
.staticNav a:hover{background:rgba(255,255,255,.08)}
.staticNav .lang{color:#052e16;background:#bbf7d0;border:0}
.panel{clear:both;margin-top:26px;background:linear-gradient(180deg,rgba(15,23,42,.94),rgba(10,18,32,.94));border:1px solid rgba(148,163,184,.18);border-radius:22px;padding:34px;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.eyebrow{display:inline-flex;margin:0 0 10px;padding:5px 10px;border-radius:999px;background:rgba(34,197,94,.12);border:1px solid rgba(134,239,172,.22);color:#bbf7d0!important;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
h1{margin:0 0 14px;max-width:820px;font-size:clamp(34px,5vw,56px);line-height:1.02;letter-spacing:0}
h2{margin:30px 0 9px;font-size:24px;line-height:1.2;letter-spacing:0}
h3{line-height:1.25}
p,li{color:#cbd5e1}
.lead{max-width:780px;font-size:18px;color:#e5f3ff}
.notice{margin:22px 0;padding:15px 16px;border-radius:14px;background:rgba(250,204,21,.10);border:1px solid rgba(250,204,21,.25);color:#fef3c7;font-weight:760}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.card{padding:18px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(148,163,184,.14)}
.card h2,.card h3{margin-top:0;color:#fff}
.card p{margin-bottom:0}
.steps{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none;counter-reset:steps}
.steps li{counter-increment:steps;position:relative;padding:14px 14px 14px 50px;border-radius:15px;background:rgba(255,255,255,.055);border:1px solid rgba(148,163,184,.13)}
.steps li::before{content:counter(steps);position:absolute;left:14px;top:14px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#22c55e;color:#052e16;font-size:13px;font-weight:950}
.scenarioList{display:grid;gap:10px;margin-top:14px}
.scenarioList details{border-radius:15px;background:rgba(255,255,255,.055);border:1px solid rgba(148,163,184,.13);overflow:hidden}
.scenarioList summary{cursor:pointer;padding:14px 42px 14px 14px;color:#fff;font-weight:900;list-style:none;position:relative}
.scenarioList summary::-webkit-details-marker{display:none}
.scenarioList summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#bbf7d0}
.scenarioList details[open] summary::after{content:'-'}
.scenarioList p{margin:0;padding:0 14px 14px}
.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.button,.mailButton{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 15px;border-radius:999px;text-decoration:none;font-weight:950;background:linear-gradient(135deg,#22c55e,#84cc16);color:#052e16}
.button.secondary{background:rgba(255,255,255,.08);color:#e5f3ff;border:1px solid rgba(255,255,255,.14)}
.mailButton{font-size:18px}
.footer{margin-top:24px;color:#94a3b8;font-size:13px}
.footer a{text-decoration:none}
.footer a:hover{text-decoration:underline}
@media(max-width:760px){
  .wrap{padding:18px 14px 42px}
  .brand{margin-bottom:12px}
  .staticNav{float:none;justify-content:flex-start;margin-top:10px;gap:6px}
  .staticNav a{font-size:12px;min-height:36px}
  .panel{margin-top:18px;padding:22px;border-radius:18px}
  h1{font-size:clamp(31px,9vw,42px)}
  h2{font-size:21px}
  .lead{font-size:16px}
  .grid{grid-template-columns:1fr}
  .actions{display:grid;grid-template-columns:1fr}
  .button,.mailButton{width:100%;text-align:center}
}

/* V19 - static pages and anti-phishing guide redesign */
body{
  background:
    radial-gradient(circle at 16% -8%,rgba(34,197,94,.18),transparent 30%),
    radial-gradient(circle at 86% 12%,rgba(14,165,233,.12),transparent 28%),
    linear-gradient(180deg,#07111f 0,#0b1728 46%,#020617 100%);
}
.wrap{
  max-width:1120px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px 24px;
}
.brand{
  min-width:0;
  font-size:18px;
}
.mark{
  flex:0 0 auto;
  width:42px;
  height:42px;
  border-radius:13px;
}
.staticNav{
  float:none;
  display:flex;
  gap:7px;
  margin:0;
}
.staticNav a{
  white-space:nowrap;
  border-color:rgba(148,163,184,.18);
  background:rgba(15,23,42,.58);
}
.staticNav a:hover{
  border-color:rgba(134,239,172,.28);
  background:rgba(34,197,94,.10);
}
.panel,.footer{
  grid-column:1/-1;
}
.guidePanel{
  position:relative;
  margin-top:10px;
  padding:22px 0 0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.guidePanel::before{
  content:"";
  display:block;
  width:100%;
  height:1px;
  margin-bottom:28px;
  background:linear-gradient(90deg,transparent,rgba(134,239,172,.36),rgba(56,189,248,.24),transparent);
}
.eyebrow{
  margin-bottom:14px;
}
h1{
  max-width:900px;
  font-size:clamp(36px,5.2vw,68px);
  line-height:1.02;
}
.lead{
  max-width:720px;
  margin-top:0;
  font-size:20px;
  line-height:1.55;
}
.notice{
  max-width:860px;
  margin:26px 0 32px;
  padding:18px 20px 18px 58px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(250,204,21,.13),rgba(34,197,94,.08));
  border-color:rgba(250,204,21,.30);
  color:#fff7d6;
  position:relative;
}
.notice::before{
  content:"!";
  position:absolute;
  left:18px;
  top:18px;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fde68a;
  color:#713f12;
  font-weight:1000;
}
.guidePanel h2{
  margin-top:42px;
  margin-bottom:16px;
  color:#fff;
  font-size:clamp(24px,3vw,34px);
}
.guidePanel h2::before{
  content:"";
  display:inline-block;
  width:9px;
  height:24px;
  margin-right:10px;
  border-radius:99px;
  vertical-align:-4px;
  background:linear-gradient(180deg,#22c55e,#38bdf8);
}
.grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.card{
  position:relative;
  min-height:190px;
  padding:18px 18px 18px 70px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(15,23,42,.92),rgba(15,23,42,.72));
  border-color:rgba(148,163,184,.20);
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}
.card::before{
  position:absolute;
  left:18px;
  top:18px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(34,197,94,.12);
  border:1px solid rgba(134,239,172,.24);
  font-size:20px;
}
.card:nth-child(1)::before{content:"⏱"}
.card:nth-child(2)::before{content:"🔗"}
.card:nth-child(3)::before{content:"🔐"}
.card:nth-child(4)::before{content:"💳"}
.card:nth-child(5)::before{content:"📱"}
.card:nth-child(6)::before{content:"📎"}
.card h3{
  margin-bottom:8px;
  font-size:18px;
}
.card p{
  color:#d7e4f2;
  font-size:14px;
  line-height:1.52;
}
.panel:not(.guidePanel) .card{
  min-height:0;
  padding:18px;
}
.panel:not(.guidePanel) .card::before{
  display:none;
}
.steps{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.steps li{
  min-height:150px;
  padding:52px 15px 15px;
  background:linear-gradient(180deg,rgba(34,197,94,.10),rgba(15,23,42,.70));
}
.steps li::before{
  left:15px;
  top:15px;
  width:30px;
  height:30px;
}
.scenarioList{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.scenarioList details{
  border-color:rgba(148,163,184,.18);
  background:rgba(15,23,42,.74);
}
.scenarioList details[open]{
  border-color:rgba(134,239,172,.30);
  background:rgba(34,197,94,.08);
}
.scenarioList summary{
  min-height:58px;
  display:flex;
  align-items:center;
}
.scenarioList p{
  color:#dbeafe;
  line-height:1.52;
}
.actions{
  margin-top:28px;
}
.button,.mailButton{
  min-height:48px;
  padding:12px 18px;
  border-radius:14px;
}
.button::after{
  content:"→";
  margin-left:8px;
  font-weight:1000;
}
.button.secondary::after{
  content:"↗";
}
.footer{
  padding-top:10px;
  border-top:1px solid rgba(148,163,184,.14);
}

@media(max-width:980px){
  .grid,.steps,.scenarioList{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .wrap{
    display:block;
    padding:18px 14px 44px;
  }
  .brand{
    font-size:17px;
  }
  .staticNav{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
    margin-top:14px;
    overflow:visible;
    padding-bottom:0;
  }
  .staticNav a{
    min-width:0;
    width:100%;
    min-height:38px;
    justify-content:center;
    padding:8px 7px;
    text-align:center;
    white-space:normal;
    line-height:1.12;
  }
  .guidePanel{
    margin-top:18px;
  }
  .guidePanel::before{
    margin-bottom:22px;
  }
  h1{
    font-size:clamp(31px,8.6vw,42px);
    line-height:1.08;
  }
  .lead{
    font-size:16px;
    line-height:1.58;
  }
  .notice{
    margin:20px 0 28px;
    padding:15px 15px 15px 50px;
    font-size:15px;
    line-height:1.5;
  }
  .notice::before{
    left:14px;
    top:15px;
  }
  .guidePanel h2{
    margin-top:32px;
    font-size:24px;
    line-height:1.18;
  }
  .grid,.steps,.scenarioList{
    grid-template-columns:1fr;
  }
  .card{
    min-height:0;
    padding:16px 16px 16px 64px;
    border-radius:17px;
  }
  .card::before{
    left:16px;
    top:16px;
    width:34px;
    height:34px;
  }
  .steps li{
    min-height:0;
    padding:14px 14px 14px 52px;
  }
  .steps li::before{
    top:14px;
    left:14px;
  }
  .actions{
    display:grid;
    grid-template-columns:1fr;
  }
}
@media(max-width:520px){
  .staticNav{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:360px){
  .staticNav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
