body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto;
  background:#f6f7fb;
  color:#1f2937;
  line-height:1.8;
}
img{max-width:100%}
a{color:#2563eb;text-decoration:none}

/* TOP */
.top{
  padding:18px;
  text-align:center;
  position:relative;
}
.logo img{height:42px}
.menu-btn{
  position:absolute;
  right:18px;
  top:18px;
  font-size:22px;
  cursor:pointer;
  opacity:.6;
}

/* NAV */
.nav{
  display:none;
  padding:12px 18px;
  font-size:14px;
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
}
.nav a{
  display:block;
  padding:8px 0;
}

/* HERO */
.hero{
  max-width:750px;
  margin:20px auto;
  padding:0 14px;
}
.hero img{
  aspect-ratio:1/1;
  border-radius:14px;
  box-shadow:0 15px 40px rgba(0,0,0,.12);
}

/* CONTENT */
.wrap{
  max-width:760px;
  margin:auto;
  padding:10px 18px 70px;
}

/* SECTION BASE */
.section{
  margin:44px 0;
}
.section.alt{
  background:#ffffff;
  padding:26px 22px;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(0,0,0,.05);
}
.section.mark{
  border-left:4px solid #22c55e;
  padding-left:16px;
}

/* LABEL */
.label{
  display:inline-block;
  background:#e0f2fe;
  color:#0369a1;
  padding:4px 10px;
  font-size:12px;
  border-radius:999px;
  margin-bottom:10px;
}

/* TITLES */
h1{
  font-size:30px;
  margin:12px 0 10px;
}
h2{
  font-size:21px;
  margin:0 0 10px;
}

/* TOOL PANEL */
.tool{
  background:#f1f5f9;
  border:1px dashed #cbd5e1;
  border-radius:14px;
  padding:20px;
}
.tool strong{
  display:block;
  margin-bottom:10px;
}

/* TRUST */

.trust a{
  display:block;
  padding:10px 0;
  font-size:14px;
}

.hero-context{
  position:relative;
  max-width:750px;
  margin:20px auto;
}

.hero-context img{
  width:100%;
  aspect-ratio:1/1;
  border-radius:14px;
}

.hero-note{
  position:absolute;
  bottom:14px;
  left:14px;
  right:14px;
  background:rgba(0,0,0,.55);
  color:#fff;
  font-size:13px;
  padding:10px 12px;
  border-radius:10px;
  backdrop-filter:blur(4px);
}

.trust{
  margin-top:60px;
  padding-top:30px;
  border-top:1px solid #e5e7eb;
}

.trust h3{
  font-size:16px;
  margin-bottom:10px;
}

.trust p{
  font-size:14px;
  color:#374151;
  max-width:620px;
}

.trust-links{
  list-style:none;
  padding:0;
  margin-top:16px;
}

.trust-links li{
  margin:8px 0;
}

.trust-links a{
  color:#2563eb;
  text-decoration:none;
}

/* MOBILE */
@media(max-width:768px){
  h1{font-size:26px}
}