:root{
  --red:#ed2128;
  --red-dark:#c7191f;
  --teal:#39747a;
  --teal-dark:#285b60;
  --ink:#1f252b;
  --text:#3a424a;
  --muted:#727b84;
  --line:#e6e9ed;
  --line-strong:#d5dbe1;
  --bg:#f7f9fb;
  --bg-soft:#fbfcfd;
  --white:#fff;
  --shadow:0 12px 30px rgba(31,37,43,.06);
  --shadow-hover:0 18px 40px rgba(31,37,43,.1);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:18px;
  --wrap:min(1240px, calc(100% - clamp(24px, 5vw, 84px)));
  --anchor-offset:188px;
}

*{
  box-sizing:border-box;
}
html{
  scroll-behavior:smooth;
}
.section[id],[id="timeline"]{scroll-margin-top: var(--anchor-offset);}
body{
  margin:0;
  background-color:var(--bg);
  background-image: radial-gradient(rgba(31,37,43,.05) 1.4px, transparent 1.5px);
  background-size: 24px 24px;
  background-attachment: fixed;
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}
a{
  text-decoration:none;
  color:inherit;
}
img,svg{
  display:block;
}
button{
  font:inherit;
}
.wrap{
  width:var(--wrap);
  margin-inline:auto;
}

.top-accent{
  height:6px;
  background:var(--red);
}
.site-header{
  background:rgba(255,255,255,.85);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(10px);
  position:sticky;
  top:0;
  z-index:100;
}
.header-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:82px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0
}
.header-nav{
  border-top:1px solid #f2f4f6;
  background:#fff;
}
.header-nav .wrap{
  display:flex;
  justify-content:flex-end;
  gap:4px;
  overflow:auto;
  scrollbar-width:none;
}
.header-nav .wrap::-webkit-scrollbar{
  display:none
}
.header-nav a{
  flex:0 0 auto;
  padding:12px 15px;
  border-bottom:2px solid transparent;
  font-size:clamp(0.75rem,0.66rem + 0.45vw,1rem);
  font-weight:800;
  color:#5e666d;
  transition: .2s ease;
}
.header-nav a:hover,.header-nav a.current{
  color:var(--red);
  border-bottom-color:var(--red)
}
.breadcrumb{
  padding:15px 0 14px;
  font-size:clamp(0.75rem,0.66rem + 0.45vw,1rem);
  color:#8b9199
}
.breadcrumb a{
  color:#5e666d
}
.breadcrumb span{
  margin:0 8px;
  color:#c2c7cc
}

.hero{
  --hero-copy-y:0px;
  --hero-panel-y:0px;
  --hero-pattern-y:0px;
  --hero-copy-opacity:1;
  position:relative;
  isolation:isolate;
  background-color:#fff;
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/security-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 42%;
  background-attachment: fixed;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 68%, transparent 100%);
  pointer-events: none;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: radial-gradient(currentColor 1.5px, transparent 1.6px);
  background-size: 26px 26px;
  color: var(--red);
  opacity: .07;
  transform: translate3d(0, var(--hero-pattern-y),0);
  will-change: transform;
  -webkit-mask-image: linear-gradient(115deg, transparent 6%,#000 38%, #000 74%, transparent 96%);
  mask-image: linear-gradient(115deg, transparent 6%, #000 38%, #000 74%, transparent 96%);
  pointer-events: none;
}
.hero::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.77) 0%,rgba(255,255,255,.65) 44%,rgba(255,255,255,.52) 100%);
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:rgba(255,255,255,.72);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);
  gap:clamp(28px,4vw,64px);
  align-items:center;
  padding:clamp(44px,7vw,82px) 0 clamp(40px,6vw,72px);
}
.hero-copy{
  max-width:720px;
  transform:translate3d(0,var(--hero-copy-y),0);
  opacity:var(--hero-copy-opacity);
  will-change:transform,opacity;
}
.hero-title{
  margin:20px 0 18px;
  color:var(--ink);
  font-size:clamp(42px,5.25vw,66px);
  line-height:1.16;
  font-weight:850;
  letter-spacing:.025em;
}
.hero-title-line {
  display: block;
  overflow: hidden;
  padding-bottom: .06em;
}
.hero-title-line > span {
  display: block;
  will-change: transform,opacity;
}
.hero-title em{
  font-style:normal;
  color:var(--red);
}
.hero-lead{
  margin:0;
  max-width:700px;
  font-size:clamp(16px,0.90rem + 0.45vw,20px);
  line-height: 1.95;
  color:#525e67;
  font-weight: 500;
}
.hero-panel{
  position:relative;
  min-height:420px;
  transform:translate3d(0,var(--hero-panel-y),0);
  will-change:transform;
  background:rgba(255,255,255,.96);
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
  overflow:hidden
}
.hero-panel:after{
  content:"";
  position:absolute;
  left:26px;
  right:26px;
  bottom:0;
  height:4px;
  background:var(--red);
  border-radius:999px 999px 0 0;
}
.hero-panel-pattern{
  position:absolute;
  right:-11%;
  top:50%;
  transform:translateY(-50%);
  width:57%;
  max-width:360px;
  opacity:.065;
  color:var(--teal);
  pointer-events:none;
}
.hero-panel-inner{
  position:relative;
  z-index:1;
  padding:26px 26px 28px;
  display:flex;
  flex-direction:column;
  min-height:410px;
}
.hero-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}
.hero-panel-head h2{
  margin:7px 0 0;
  font-size:clamp(20px, 2vw,25px);
  line-height:1.5;
  color:var(--ink);
  font-weight: 800;
  letter-spacing: -.01em;
}
.hero-focus-list{
  padding:10px 0 6px;
}
.hero-focus{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.hero-focus:last-child{border-bottom:0}
.hero-focus .focus-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  color:var(--red);
  box-shadow:0 8px 18px rgba(237,33,40,.08);
}
.hero-focus .focus-icon img{
  width:32px;
  height:32px;
}
.hero-focus strong{
  display:block;
  color:var(--ink);
  font-size:clamp(16px,0.9rem + 0.45vw,20px);
  line-height:1.5;
  font-weight: 800;
}
.hero-panel-update{
  margin-top:auto;
  padding:16px 0 0
}
.hero-panel-update .box{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--bg-soft);
}
.hero-panel-update b{
  display:inline-flex;
  padding:3px 8px;
  border-radius:999px;
  background:var(--red);
  color:#fff;
  font-size:12px;
  letter-spacing:.06em;
  white-space:nowrap
}
.hero-panel-update span{
  font-size:14px;
  line-height: 1.75;
  color:#6d7680;
}
.js-enabled .hero-title-line > span {
  transform: translateY(112%);
  opacity: .3;
  animation: heroTitleIn .88s cubic-bezier(.18,.74,.2,1) forwards;
}
.js-enabled .hero-title-line:nth-child(1) > span {
  animation-delay: .16s;
}
.js-enabled .hero-title-line:nth-child(2) > span {
  animation-delay: .32s;
}
.js-enabled .hero-lead {
  opacity: 0;
  transform: translateY(14px);
  animation: heroFade .72s .38s cubic-bezier(.2,.7,.2,1) forwards;
}
.js-enabled .hero-panel-inner {
  opacity: 0;
  animation: heroPanelIn .78s .22s cubic-bezier(.2,.7,.2,1) forwards;
}
.js-enabled .hero-focus {
  opacity: 0;
  transform: translateY(14px);
  animation: heroFocusIn .58s cubic-bezier(.2,.7,.2,1) forwards;
}
.js-enabled .hero-focus:nth-child(1) {
  animation-delay: .5s;
}
.js-enabled .hero-focus:nth-child(2) {
  animation-delay: .6s;
}
.js-enabled .hero-focus:nth-child(3) {
  animation-delay: .7s;
}
@keyframes heroTitleIn{
  to {transform: translateY(0); opacity: 1;}
}
@keyframes heroFade{
  to {opacity: 1; transform: translateY(0);}
}
@keyframes heroPanelIn {
  from {opacity: 0; transform: translateY(22px);}
  to {opacity: 1; transform: translateY(0);}
}
@keyframes heroFocusIn {
  to {opacity: 1; transform: translateY(0);}
}
.local-nav{
  position:sticky;
  top:128px;
  z-index:60;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.local-nav .wrap{
  display:flex;
  gap:8px;
  overflow:auto;
  padding:10px 0;
  scrollbar-width:none;
}
.local-nav .wrap::-webkit-scrollbar{display:none}
.local-nav a{
  flex:0 0 auto;
  padding:8px 13px;
  border-radius:999px;
  color:#626a72;
  background:#fff;
  border:1px solid #edf0f2;
  font-size:clamp(12px,1.2vw,13px);
  font-weight:800;
  transition: .2s ease;
}
.local-nav a:hover{
  color:var(--red);
  border-color:#e9c6c9;
  transform: translateY(-1px);
}

main{padding:clamp(54px,7vw,88px) 0 110px}
.section{margin-top:clamp(86px,10vw,132px)}
.section:first-child{margin-top:0}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:34px;
  margin-bottom:30px;
}
.section h2{
  margin:0;
  font-size:clamp(22px,2.4vw,30px);
  line-height:1.4;
  color:var(--ink);
  font-weight: 850;
  letter-spacing: -.025em;
}
.section h2.with-line {
  position: relative;
  padding-left: 20px;
}
.section h2.with-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: .13em;
  width: 5px;
  height: 1.05em;
  border-radius: 999px;
  background: var(--red);
  transform-origin: top;
}
.section h2.with-line > span {display: block;}

.js-enabled .section h2.with-line::before {
  transform: scaleY(0);
}
.js-enabled .section h2.with-line > span {
  opacity: 0;
  transform: translateY(18px);
}
.js-enabled .section.is-visible h2.with-line::before {
  transform: scaleY(1);
  transition: transform .48s cubic-bezier(.2,.7,.2,1);
}
.js-enabled .section.is-visible h2.with-line > span {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s .1s ease, transform .65s .1s cubic-bezier(.2,.7,.2,1);
}

.risk-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.risk-card{
  position:relative;
  overflow:hidden;
  min-height: 225px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px 22px 22px;
  box-shadow:0 8px 24px rgba(25,35,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.risk-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: var(--red);
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform .3s ease;
}
.risk-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow-hover);
  border-color:#d6dde2;
}
.risk-card:hover::before {
  transform: scaleX(1);
}
.risk-card:hover .bg-icon {
  transform: translate(-5px, 5px) scale(1.04);
  opacity: .1;
}
.risk-card .bg-icon{
  position:absolute;
  right:-20px;
  top:-10px;
  width:126px;
  height:126px;
  color:var(--red);
  opacity:.065;
  pointer-events:none;
  transition: transform .32s ease, opacity .32s ease;
}
.risk-card .bg-icon img{
  width:126px;
  height:126px;
}
.risk-card h3{
  position:relative;
  z-index:1;
  margin:0 0 12px;
  color:var(--ink);
  font-size:18px;
  line-height:1.5;
  font-weight: 800;
}
.risk-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:#6f7880;
  font-size:14px;
  line-height:1.85;
}
.risk-card .mini{
  position:relative;
  z-index:1;
  display:inline-block;
  margin-top:16px;
  padding-top:10px;
  border-top:1px solid #eff1f2;
  color:var(--red-dark);
  font-size:14px;
  font-weight:600;
}

.safe-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--shadow);
}
.safe-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  margin-bottom:24px;
}
.safe-title{
  display:flex;
  align-items:center;
  gap:14px;
}
.safe-title .icon{
  width:52px;
  height:52px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--teal);
  display:grid;
  place-items:center;
}
.safe-title img{
  width:32px;
  height:32px
}
.safe-title h3{
  margin:0;
  color:var(--ink);
  font-size:22px;
  line-height:1.45;
}
.safe-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  align-items: stretch;
}
.safe-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:0;
  position:relative;
  overflow:hidden;
  transition: transform .28s ease, box-shadow .28s ease;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}
.safe-step::after{
  content:"";
  position:absolute;
  left:0;
  right:auto;
  bottom:0;
  height:4px;
  background:var(--teal);
  width: 54px;
  transition: .3s ease;
}
.safe-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(25,35,42,.08);
}
.safe-step .step-img {
 width: 100%;
 height: 190px;
 object-fit: cover;
 border-radius: 0;
 margin-bottom: 16px;
 background: #eef1f4;
 margin: 0;
 object-position: center;
 transform: scale(1.002);
 transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.safe-step .no{
  display:inline-flex;
  margin-bottom:11px;
  padding:5px 10px;
  border-radius:999px;
  border:1px solid #d6e2e3;
  color:var(--teal-dark);
  font-size:14px;
  font-weight:900;
  background:#fff;
  align-self: flex-start;
  margin: 0 0 12px;
}
.safe-step strong{
  display:block;
  font-size:18px;
  line-height: 1.55;
  color:var(--ink);
}
.safe-step span{
  display:block;
  margin-top:8px;
  font-size:14px;
  color:#6d7780;
  line-height: 1.8;
}
.safe-contact{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.safe-contact strong{
  display:block;
  color:var(--ink);
  font-size:18px;
}
.safe-contact span{
  display:block;
  color:#717981;
  font-size:14px;
  margin-top:3px;
}
.safe-contact a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 180px;
  padding:12px 17px;
  border-radius:14px;
  border:1px solid var(--teal);
  background:#fff;
  color:var(--teal-dark);
  font-size:14px;
  font-weight:800;
  transition: .2s ease;
}
.safe-contact a:hover{
  background: var(--teal);
  color:#fff;
  transform: translateY(-1px);
}

.alert-shell{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
  overflow:hidden
}
.alert-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:21px 22px;
  border-bottom:1px solid var(--line);
}
.alert-summary{
  display:flex;
  justify-content: center;
  align-items:flex-start;
  gap:11px;
  color:#5f6a72;
  font-size:16px;
  line-height: 1.75;
}
.alert-summary .icon{
  width:42px;
  height:42px;
  border-radius:10px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  background:#fff;
  color:var(--red);
  flex:0 0 auto;
}
.alert-summary img{
  width:28px;
  height:28px;
}
.filters{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.filter{
  border: 1px solid transparent;
  padding:8px 14px;
  border-radius:999px;
  background:#f3f5f6;
  color:#59636b;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  transition: .2s ease;
}
.filter:hover {
  opacity: 0.8;
}
.filter.active{
  background:var(--red);
  color:#fff
}
.timeline{
  --timeline-progress:0;
  position:relative;
  padding:26px var(--tl-pad-x) 22px;
  --timeline-rail-x:148px;
  --tl-pad-x:22px;
  --tl-date-col:96px;
  --tl-marker-col:24px;
  --tl-gap:14px;
  --tl-rail-x:calc(
    var(--tl-pad-x) +
    var(--tl-date-col) +
    var(--tl-gap) +
    (var(--tl-marker-col) / 2)
  )}
.timeline::before{
  content:"";
  position:absolute;
  left:var(--timeline-rail-x);
  top:28px;
  bottom:28px;
  width:4px;
  background:#dfe5e9;
  border-radius: 999px;
}
.timeline::after {
  content: "";
  position: absolute;
  left:calc(var(--timeline-rail-x) - 1px);
  top:28px;
  bottom:28px;
  width:4px;
  background: var(--red);
  transform: scaleY(var(--timeline-progress));
  transform-origin: top;
  will-change: transform;
  border-radius: 999px;
  margin-left: -1px;
}
.timeline-item{
  position:relative;
  display:grid;
  grid-template-columns:var(--tl-date-col) var(--tl-marker-col) minmax(0,1fr);
  gap:24px;
  padding:12px 0;
  column-gap: var(--tl-gap);
  row-gap: 0;
  align-items: start;
}
.timeline-item.hidden{display:none}
.timeline-item time{
  display:block;
  padding-top:9px;
  text-align:right;
  font-size:12px;
  font-weight:800;
  color:#77818a;
  letter-spacing: .02em;
  grid-column: 1;
  grid-row: 1;
  font-variant-numeric: tabular-nums;
}
.timeline-card{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:17px 18px 17px 20px;
  overflow:hidden;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  grid-column: 3;
  grid-row: 1;
  margin: 0;
  border-left: 1px solid var(--line);
}
.timeline-card:hover{
  transform:translateX(4px);
  box-shadow:0 10px 24px rgba(31,37,43,.06);
  border-color:#d4dade;
}
.timeline-card:before{
  content:"";
  position:absolute;
  left:-38px;
  top:26px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff;
  border: 3px solid var(--red);
  box-shadow:0 0 0 6px #fff;
  z-index: 2;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .25s ease;
  display: none !important;
}
.timeline-item.is-timeline-visible .timeline-card::before{ transform: scale(1);}
.timeline-card::after{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  bottom:-1px;
  height:2px;
  background:#e6eade;
  border-radius:999px 999px 0 0;
  width: auto;
  transition: none;
}
.timeline-card .topline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:6px;
}
.timeline-card .title{
  display:block;
  position:relative;
  z-index:1;
  color:var(--ink);
  font-size:16.5px;
  font-weight:600;
  line-height:1.65;
  padding-right:8px;
  transition: color .2s ease;
}
.timeline-card .title:hover{color:var(--red)}
.timeline-card .src{
  position:relative;
  z-index:1;
  display:block;
  margin-top:6px;
  font-size:12px;
  color:#7f8891;
}
.timeline-card .arrow{
  flex:0 0 auto;
  width:36px;
  height:36px;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#9da6ae;
  background:#fff;
  font-size: 20px;
  transition: .2s ease;
}
.timeline-card:hover .arrow {
  color: var(--red);
  transform: translateX(2px);
}
.timeline-card .tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:9px;
}
.pill{
  display:inline-flex;
  align-items:center;
  padding:4px 9px;
  border-radius:999px;
  border:1px solid var(--line);
  font-size:13px;
  font-weight:600;
  color:#66707a;
  background:#fff;
}
.pill.important{
  border-color:#f0dcc1;
  color:#966722;
  background:#fffaf0;
}
.pill.personal {
  background: #fa9200;
  color: #fff;
}
.pill.company {
  background: #518625;
  color: #fff;
}
.timeline-more{padding:0 20px 20px}
.timeline-more button{
  width:100%;
  border:none;
  border-radius:16px;
  background:#f6f8fa;
  color:#5c666e;
  padding:13px 16px;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition: .2s ease;
}
.timeline-more button:hover{
  background:#eef2f5
}
.js-enabled .timeline-item:not(.hidden){
  opacity: 0; 
  transform: translate3d(18px, 10px,0);
}
.js-enabled .timeline-item:not(.hidden) .timeline-card::before{transform: scale(.45);}
.js-enabled .timeline-item.is-timeline-visible{
  opacity: 1; 
  transform: translate3d(0,0,0); 
  transition: opacity .58s ease, transform .68s cubic-bezier(.2,.7,.2,1);
}
.tips-grid{
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}
.tip-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;box-shadow:0 7px 20px rgba(25,35,42,.035);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
  display:grid;
  flex-direction:column;
  height:100%;
  grid-template-columns:118px minmax(0,1fr);
  grid-template-areas:"media body";
  min-height:154px;
  align-items:stretch;
}
.tip-card::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:46px;
  height:4px;
  background:var(--teal);
  transition:width .3s ease;display:none;
}
.tip-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(25,35,42,.055);
  border-color:#d9dfe4;
}
.tip-card:hover::after{width:92px}
.tip-card .tip-img{
  width:88px;
  height:88px;
  object-fit:contain;
  background:transparent;
  border-bottom:1px solid var(--line);
  position:relative;
  z-index:1;
  border:0;
  transition:transform .28s ease;
  filter:none;
  max-width:100%;
  transform:none;
}
.tip-card .tip-body{
  padding:20px 20px 20px 22px;
  display:flex;
  flex-direction:column;
  flex:1;
  grid-area:body;
  position:relative;
  justify-content:center;
  min-width:0;
}
.tip-card strong{
  display:block;
  color:var(--ink);
  font-size:16px;
  line-height:1.55;
  font-weight:800;
}
.tip-card p{
  margin:8px 0 0;
  color:#606b73;
  font-size:12.5px;
  line-height:1.75;
  margin-top:10px;
}

.video-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.video-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition: box-shadow .28s ease;
}
.video-frame{
  position:relative;
  padding-top:56.25%;
  background:#000;
}
.video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.video-meta{padding:16px 18px}
.video-meta h3{
  margin:0;
  color:var(--ink);
  font-size:18px;
  line-height:1.6
}
.video-meta p{
  margin:8px 0 0;
  color:#717981;
  font-size:14px}
.video-meta .line{
  width:42px;
  height:3px;
  border-radius:999px;
  background:var(--red);
  margin-bottom:14px;
}

.notice-board{
  display:grid;
  grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);
  gap:20px
}
.notice-feature{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:28px 28px 26px;
}
.notice-feature:after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  bottom:0;
  height:4px;
  background:var(--teal);
  border-radius:999px 999px 0 0;
}
.notice-feature .bg-icon{
  position:absolute;
  right:-30px;
  top:-20px;
  width:200px;
  height:200px;
  color:var(--teal);
  opacity:.07;
}
.notice-feature .bg-icon img{
  width:200px;
  height:200px;
}
.notice-feature .label{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid #cbdcde;
  background:#fff;
  color:var(--teal-dark);
  font-size:12px;
  font-weight:900;
}
.notice-feature time{
  position:relative;
  z-index:1;
  display:block;
  margin-top:19px;
  color:#7c848c;
  font-size:14px;
  font-weight:800;
}
.notice-feature h3{
  position:relative;
  z-index:1;
  margin:9px 0 12px;
  color:var(--ink);
  font-size:23px;
  line-height:1.5;
  letter-spacing: -.01em;
}
.notice-feature p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #5f6a72;
  font-size: 14px;
  line-height: 1.85;
}
.notice-feature a{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 15px;
  margin-top: 12px;
  border-radius:14px;
  border:1px solid var(--teal);
  background:#fff;
  color:var(--teal-dark);
  font-size:14px;
  font-weight:600;
  transition: .2s ease;
}
.notice-feature a:hover{
  background: var(--teal);
  color:#fff;
  transform: translateY(-1px);
}
.notice-side{
  display:flex;
  flex-direction:column;
}
.notice-list{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px 22px 0 0;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.notice-row{
  display:grid;
  grid-template-columns:1fr 18px;
  gap:16px;
  align-items:center;
  padding:17px 20px;
  border-bottom:1px solid var(--line);
  transition: background .2s ease, padding-left .2s ease;
}
.notice-row:last-child{border-bottom:0}
.notice-row:hover{background:#f8fafb; padding-left: 24px;}
.notice-row time{
  font-size:12px;
  font-weight:600;
  color:#7f8790;
}
.notice-row strong{
  font-size:14px;
  color:var(--ink);
  line-height:1.6;
}
.notice-row .arrow{
  font-size:18px;
  color:#aeb6bd;
  transition: .2s ease;
}
.notice-more{
  padding:16px 18px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-top:none;
  border-radius:0 0 22px 22px;
  box-shadow:var(--shadow);
}
.notice-more a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  padding:13px 16px;
  border-radius:14px;
  border:1px solid var(--line-strong);
  background:#fff;
  color:var(--ink);
  font-size:14px;
  font-weight:800;
  transition: .2s ease;
}
.notice-more a:hover{
  color:var(--teal-dark);
  border-color:#9dbabd;
  background: #f9fbfb;
}

.js-enabled .reveal-section{
  opacity:0;
  transform:translate3d(0,28px,0);
  transition:opacity .68s ease,transform .82s cubic-bezier(.2,.7,.2,1);
  will-change:opacity,transform
}
.js-enabled .reveal-section.is-visible{
  opacity:1;
  transform:translate3d(0,0,0)
}
.js-enabled .section.is-visible .stagger-item{
  opacity:1;
  transform:translate3d(0,0,0);
  transition:opacity .58s var(--stagger-delay,180ms) ease,transform .72s var(--stagger-delay,180ms) cubic-bezier(.2,.7,.2,1)
}

.site-footer{
  margin-top:24px;
  background:var(--red);
  border-top:1px solid var(--line);
}

.footer-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:16px 0;
}
.footer-main .footer-text {
  color: #fff;
}
.footer-main .footer-text strong {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .02em;
}
.footer-main .footer-text small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: .12em;
}
.footer-links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.footer-links a{
  font-size:12px;
  font-weight:700;
  color:#fff;
}
.footer-bottom{
  border-top:1px solid #f0f3f5;
  background:#fbfcfd;
}
.footer-bottom .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
  color:#818891;
  font-size:11px
}

.local-nav a.is-active{
  background:var(--red);
  border-color:var(--red);
  color:#fff;
  box-shadow:0 6px 16px rgba(29,37,43,.10);
}
.local-nav a.is-active:hover{
  color:#fff;
  transform:none
}

.risk-card .mini::before{
  content:"";
  flex:0 0 18px;
  width:18px;
  height:2px;
  border-radius:999px;
  background:var(--red);
}

.safe-step:hover::after{width:100%}
.step-media{
  position:relative;
  overflow:hidden;
  aspect-ratio:3 / 2;
  background:#f2f4f5;
  border-bottom:1px solid var(--line);
}
.step-media::after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.55);
  border-radius:19px 19px 0 0;
  pointer-events:none;
}
.safe-step:hover .step-img{transform:scale(1.035)}
.safe-step-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:18px 18px 22px;
}
.safe-step-body p{
  margin:9px 0 0;
  color:#5f6a72;
  font-size:13.5px;
  line-height:1.85;
}

.timeline::before,
.timeline::after{
  left:var(--tl-rail-x);
  top:34px;
  bottom:34px;
  width:2px;
  border-radius:999px;
}
.timeline-marker{
  grid-column:2;
  grid-row:1;
  position:relative;
  z-index:3;
  justify-self:center;
  width:12px;
  height:12px;
  margin-top:21px;
  border-radius:50%;
  border:0;
  background:#cfd6dc;
  box-shadow:none;
  transform:scale(.75);
  transition:transform .3s cubic-bezier(.2,.8,.2,1),background-color .24s ease;
  align-self:start;
}
.timeline-marker::before{
  content:"";
  position:absolute;
  inset:4px;
  border-radius:50%;
  background:var(--red);
  transform:scale(0);
  transition:transform .32s .08s cubic-bezier(.2,.8,.2,1);
}
.timeline-marker::after{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  width:23px;
  height:1px;
  background:#dbe1e5;
  transform:translateY(-50%);
}
.timeline-item.is-timeline-visible .timeline-marker{
  transform:scale(1);
  background:var(--red);
}
.timeline-item.is-timeline-visible .timeline-marker::before{transform:scale(1)}
.timeline-item:first-child .timeline-marker{
  border-color:var(--red);
  box-shadow:none;
  width:14px;
  height:14px;
  margin-top:20px;
  background:var(--red);
}
.timeline-card:hover::after{
  width:auto;
  background:#e7ebee;
}
.js-enabled .timeline-item:not(.hidden) .timeline-marker{transform:scale(.72)}
.js-enabled .timeline-item.is-timeline-visible .timeline-marker{transform:scale(1)}

.tip-media{
  position:relative;
  display:grid;
  place-items:center;
  height:auto;
  padding:18px 14px;
  overflow:hidden;
  background:#f6f8f9;
  border-bottom:1px solid var(--line);
  grid-area:media;
  min-height:100%;
  border:0;
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
}
.tip-media::before{
  content:"";
  position:absolute;
  width:94px;
  height:94px;
  right:-34px;
  top:-32px;
  border:1px solid rgba(57,116,122,.13);
  border-radius:50%;
  border-color:rgba(57,116,122,.12);
}
.tip-card:hover .tip-img{transform:scale(1.035)}
#alerts .section-head,#tips .section-head{margin-bottom:32px}

.timeline-marker::before,
.timeline-marker::after{display:none !important}
.timeline-item:first-child .timeline-card{border-left-color:var(--line)}

.tip-card .tip-body::before{
  content:"";
  width:26px;
  height:3px;
  margin-bottom:16px;
  border-radius:999px;
  background:var(--teal);
  margin:0 0 12px;
}
.tip-media::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  height:1px;
  background:#e5eaed;
}
.tip-media::before,
.tip-media::after{display:none}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .hero-bg{background-attachment:scroll}
  .hero-copy,.hero-panel{
    transform:none !important;
    opacity:1 !important
  }
  .hero-pattern{transform: none !important;}
  .js-enabled .hero-badge,
  .js-enabled .hero-title-line>span,
  .js-enabled .hero-lead,
  .js-enabled .hero-note,
  .js-enabled .hero-panel-inner,
  .js-enabled .hero-focus{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
  .js-enabled .reveal-section,
  .js-enabled .stagger-item,
  .js-enabled .timeline-item{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .js-enabled .section h2.with-line::before{
    transform:scaleY(1) !important;
    transition:none !important;
  }
  .js-enabled .section h2.with-line>span,
  .js-enabled .section .section-desc{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .timeline::after{display:none}
  .timeline-marker,
  .timeline-marker::before{
    transform:scale(1) !important;
    transition:none !important;
  }
}
@media (max-width:1100px){
  :root{--anchor-offset:176px}
  .hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .hero-copy{
    max-width:820px;
  }
  .hero-panel{
    max-width:760px;
  }
  .local-nav{top:120px}
  .risk-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .notice-board{
    grid-template-columns:1fr;
  }
  .timeline{
    --timeline-rail-x:148px;
  }
  .tip-media{height:250px}
  .tip-card{
    grid-template-columns:104px minmax(0,1fr);
    min-height:148px;
  }
  .tip-card .tip-img{
    width:78px;
    height:78px;
  }
  .tip-card .tip-body{padding:18px 18px 18px 20px}
}
@media (max-width:860px){
  :root{
    --anchor-offset:64px;
  }
  .site-header{position:relative}
  .header-main{
    min-height:74px;
    padding:10px 0;
  }
  .header-actions{display:none}
  .header-nav .wrap{
    justify-content:flex-start;
  }
  .local-nav{top:0}
  .section-head,.safe-top,.footer-main,.footer-bottom .wrap,.safe-contact{
    display:block
  }
  .section-desc{
    max-width:none;
    text-align:left;
    margin-top:13px;
  }
  .safe-top p{margin-top:14px}
  .safe-steps{grid-template-columns:1fr}
  .safe-step .step-img{height:100%}
  .video-grid{grid-template-columns:1fr}
  .timeline::before,.timeline::after{
    left:var(--timeline-rail-x);
    top:24px;
    bottom:24px;
  }
  .timeline-item{
    grid-template-columns:var(--tl-marker-col) minmax(0,1fr);
    gap:8px;
    padding-left:32px;
    column-gap:var(--tl-gap);
    row-gap:8px;
    padding:12px 0;
  }
  .timeline-item time{
    text-align:left;
    padding-left:14px;
    padding-top:0;
    grid-column:2;
    grid-row:1;
    padding:0;
  }
  .timeline-card::before{left:-26px}
  .alert-toolbar{display:block}
  .filters{margin-top:14px}
  .notice-row{grid-template-columns:1fr 18px}
  .footer-links{
    margin-top:18px;
    justify-content:flex-start;
  }
  .timeline{
    --timeline-rail-x:30px;
    padding:20px var(--tl-pad-x) 18px;
    --tl-pad-x:16px;
    --tl-date-col:0px;
    --tl-marker-col:22px;
    --tl-gap:12px;
    --tl-rail-x:calc(var(--tl-pad-x) + (var(--tl-marker-col) / 2));
  }
  .timeline-marker{
    grid-column:1;
    grid-row:1 / span 2;
    margin-top:7px;
  }
  .timeline-marker::after{
    left:16px;
    width:25px;
  }
  .timeline-card{
    grid-column:2;
    grid-row:2;
    min-width:0;
  }
  .step-media{aspect-ratio:16 / 9}
  .tip-media{
    height:250px;
    padding:18px 12px;
  }
  .timeline::before{
    left:var(--timeline-rail-x);
    width:2px;
  }
  .timeline::after{
    left:calc(var(--timeline-rail-x) - 1px);
    width:4px;
  }
  .timeline-item:first-child .timeline-marker{margin-top:6px}
  .tips-grid{
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .tip-card{
    grid-template-columns:minmax(0,1fr) 112px;
    min-height:190px;
  }
  .tip-card .tip-body{padding:22px 18px 22px 20px}
  .tip-card strong{font-size:16px}
  .tip-card p{font-size:12.5px}
  .tip-card .tip-img{
    width:min(88px,100%);
    height:88px;
  }
  .timeline::before,
  .timeline::after{
    left:var(--tl-rail-x);
    top:28px;
    bottom:28px;
  }
  .timeline-card .topline{gap:10px}
  .timeline-card .title{
    font-size:14px;
    padding-right:0;
  }
  .timeline-card .arrow{
    width:32px;
    height:32px;
    border-radius:10px;
  }
}

@media (max-width:640px){
  .hero-bg{
    background-attachment:scroll;
    background-position:58% center;
  }
  .hero::before{background:rgba(255,255,255,.72)}
  .hero-copy,.hero-panel{
    transform:none !important;
    opacity:1 !important;
  }
  .hero-pattern{
    transform: none !important;
  }
  .brand-mark{
    width:38px;
    height:38px;
  }
  .brand-text strong{font-size:15px}
  .header-nav a{
    padding:11px 12px;
    font-size:11px;
  }
  .hero-grid{padding:38px 0 40px}
  .hero-title{font-size:clamp(34px,11vw,46px)}
  .hero-lead{font-size:14px}
  .hero-panel{min-height:auto}
  .hero-panel-inner{
    min-height:auto;
    padding:21px;
  }
  .hero-panel-pattern{
    width:76%;
    right:-23%;
  }
  .hero-panel-head{display:block}
  .hero-panel-pill{margin-top:12px}
  .hero-focus .focus-icon{
    width:46px;
    height:46px;
    border-radius:14px;
  }
  .hero-focus strong{font-size:14px}
  main{
    padding-top:48px;
    padding-bottom:82px;
  }
  .section{margin-top:82px}
  .section h2{font-size:29px}
  .risk-grid,.tips-grid{grid-template-columns:1fr}
  .risk-card{min-height:auto}
  .safe-panel{padding:18px}
  .safe-step .step-img{height:190px}
  .tip-card .tip-img{
    height:82px;
    width:min(82px,100%);
  }
  .tip-card .tip-body{padding:20px 16px 20px 18px}
  .tip-card strong{font-size:16px}
  .timeline{
    padding:18px var(--tl-pad-x) 16px;
    --timeline-rail-x:28px;
    --tl-pad-x:14px;
    --tl-marker-col:20px;
    --tl-gap:10px;
    --tl-rail-x:calc(var(--tl-pad-x) + (var(--tl-marker-col) / 2));
  }
  .timeline-more{padding:0 15px 16px}
  .timeline::before,.timeline::after{left:22px}
  .timeline-item{
    padding-left:28px;
    padding:10px 0;
  }
  .timeline-card::before{left:-25px}
  .notice-feature{padding:22px 20px}
  .notice-feature h3{font-size:20px}
  .notice-row{
    grid-template-columns:1fr 18px;
    gap:6px 12px;
    padding:15px 16px;
  }
  .notice-row time{grid-column:1/2}
  .notice-row strong{grid-column:1/2}
  .notice-row .arrow{
    grid-column:2/3;
    grid-row:1/3;
    align-self:center;
  }
  .footer-main{padding:23px 0}
  .risk-card .mini{font-size:11.5px}
  .step-media{aspect-ratio:3 / 2}
  .safe-step-body{padding:17px 16px 20px}
  .safe-step strong{font-size:16px}
  .timeline-marker::after{width:22px}
  .tip-media{
    height:220px;
    padding:14px 10px;
  }
  .tips-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .tip-card{
    grid-template-columns:minmax(0,1fr) 108px;
    min-height:164px;
  }
  .tip-card .tip-body::before{margin-bottom:12px}
  .tip-media::after{
    left:12px;
    right:12px;
    bottom:12px;
  }
  .timeline::before,
  .timeline::after{
    top:26px;
    bottom:26px;
  }
  .timeline-card{
    padding:15px 14px 15px 16px;
    border-radius:15px;
  }
  .timeline-card .tags{
    gap:6px;
    margin-bottom:7px;
  }
  .timeline-card .src{
    font-size:10.5px;
    line-height:1.55;
  }
  .timeline-card .arrow{
    display:none;
  }
}
@media (max-width:760px){
  .tips-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .tip-card{
    grid-template-columns:96px minmax(0,1fr);
    min-height:136px;
  }
  .tip-card .tip-img{
    width:72px;
    height:72px;
  }
  .tip-card .tip-body{
    padding:17px 16px 17px 18px
  }
  .tip-card .tip-body::before{
    margin-bottom:10px
  }
}
@media (max-width:420px){
  .tip-card{
    grid-template-columns:82px minmax(0,1fr);
    min-height:128px;
  }
  .tip-media{padding:12px 8px}
  .tip-card .tip-img{
    width:62px;
    height:62px;
  }
  .tip-card strong{font-size:15px}
  .tip-card p{font-size:12px}
}